﻿/* TOPページcss */
.top-img-wrapper{
    position:relative;
    margin-bottom:100px;
}
.top-img-wrapper video{
    width:100%;
}
.top-contents-logo, .to-news{
    height:178px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    z-index: 3;
}
.pattern {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background : repeating-linear-gradient(to bottom,
    rgba(0, 0, 0, 0.24),
    rgba(0, 0, 0, 0.24) 3px,
    rgba(255, 255, 255, 0.19) 0,
    rgba(255, 255, 255, 0.19) 6px);
}
.loader-wrap {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index:1100;
}
.loader, .loader:before, .loader:after {
  background: #333333;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #333333;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.video-unactive{
    display:none
}


.sp-top-img{
    display:none;
}
.to-news-scroll{
    display:block;
    width:10%;
    position:absolute;
    bottom:10%;
    left:45%;
    text-decoration:none;
    color:#000;
    text-align:center;
    z-index: 3;
}
.to-news-scroll p{
    display:block;
    font-size:25px;
    line-height:25px;
}
.to-news-scroll .to-news{
    display:block;
    width:57px;
    height:17px;
    margin-top:30px;
}
/* セクションタイトル */
section h2{
    display:block;
    width:100%;
    height:62px;
    box-sizing:border-box;
    line-height:62px;
    font-size:50px;
    font-style:oblique;
    font-weight:bold;
    text-align:center;
    color:#000;
}
section h2 span{
    display:block;
    font-size:15px;
    font-style:normal;
}
.contents-desc{
    display:block;
    width:100%;
    box-sizing:border-box;
    color:#000;
    font-size:17px;
    font-weight:bold;
    text-align:center;
    margin-top:100px;
}
/* 「詳しく見る」ボタン */
.detail-btn{
    display:block;
    width:294px;
    height:74px;
    box-sizing:border-box;
    margin:0 auto;
    line-height:74px;
    text-align:center;
    text-decoration:none;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    background-color:#000;
    border:3px solid #000;
}
.detail-btn:hover{
    color:#000;
    background-color:#FFE400;
}
/* RECRUIT > ホバーアニメーション */
@keyframes hoverAnimation {
    0% {transform:scale(1);}
    100% {transform:scale(1.1);}
}
@keyframes hoverOutAnimation {
    0% {transform:scale(1.1);}
    100% {transform:scale(1);}
}
/* 可視範囲に入ったらSlideInアニメーション */
.fade-off {
    opacity: 0;
    transform:translateY(100%);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}
.fade-on {
    opacity: 1;
    transform:translateY(0);
}
/* -------------------------------------------------- NEWS TOPICS ----------------------------------------------------- */
/* スクロールバー全体 */
.news-content::-webkit-scrollbar{
    width:10px;
}
/* スクロールバー軌道（背景） */
.news-content::-webkit-scrollbar-track{
    background-color:#fff;
    border:1px solid #000;
    margin:5px;
}
/* スクロールバーの動く部分 */
.news-content::-webkit-scrollbar-thumb{
    background-color:#000;
}
#news-topics{
    width:100%;
    box-sizing:border-box;
}
.news-content{
    width:50%;
    max-width:750px;
    height:420px;
    box-sizing:border-box;
    margin:85px auto 0 auto;
    box-shadow:15px 15px 0px #FFE400CC;
    border:3px solid #000;
    overflow-y:scroll;
}
.news-content-inner{
    width:87%;
    margin:30px 60px;
}
#news-topics ul{
    width:100%;
    color:#000;
}
#news-topics ul li{
    padding:30px;
    border-bottom: 1.5px solid #000;
    display:flex;
    align-items:center;
    position:relative;
}
#news-topics ul li img{
    width:50px;
    height:auto;
}
#news-topics ul li .topics-link{
    width:100%;
    text-decoration:none;
    color:#000;
    display:flex;
    align-items: center;
}
#news-topics ul li dl{
    /* 日付〜Topics内容 */
    /* width:80%; */
    padding:0 60px;
    font-weight:bold;
}
#news-topics ul li dt{
    /* 日付 */
    font-size:13px;
    font-weight:bold;
    margin-bottom:5px;
}
#news-topics ul li dd{
    /* Topics内容 */
    font-size:14px;
    font-weight:bold;
    line-height:1.5;
}
#news-topics ul li p{
    position:absolute;
    right:30px;
    font-size:30px;
}
/* -------------------------------------------------- CLINKSについて ----------------------------------------------------- */
#clinks-about{
    width:100%;
    box-sizing:border-box;
    padding-top:100px;
}
.about-top{
    width:100%;
    height:220px;
    margin-top:100px;
    box-sizing:border-box;
    position:relative;
}
.about-top p{
	margin:0 auto;
	max-width:1100px;
	min-width: 330px;
	width: 80%;
	text-align:center;
	color:#000;
	font-size:30px;
	line-height: 1.7;
	font-weight:bold;
}
.about-top .left-img{
    width:28%;
    position:absolute;
    bottom:0;
    left:0;
}
.about-top .right-img{
    width:28%;
    position:absolute;
    bottom:0;
    right:0;
}
.about-description{
    padding-top:125px;
    padding-bottom:50px;
    background-color: #FFE400;
    position:relative;
}
.hide-block{
    background-color:#FFE400;
    width:100%;
    height:200px;
    position:absolute;
    top:0;
}
.about-description .p1, .about-description .p2, .about-description .p3{
    display:block;
    line-height:1.5;
    text-align:center;
    font-size:16px;
    font-weight:bold;
    color:#000;
}
.about-description .p1{
    margin:0 auto;
}
.about-description .p2, .about-description .p3{
    margin:30px auto 0 auto;
}
.about-description .p1 br, .about-description .p2 br:nth-of-type(1), .about-description .p2 br:nth-of-type(3){
    display:none;
}
.about-bottom{
    width:100%;
    box-sizing:border-box;
    background-color:#FFE400;
    position:relative;
}
.about-bottom p{
    display:block;
    width:100%;
    position:absolute;
    top:30%;
    text-align:center;
    color:#000;
    font-size:40px;
    font-weight:bold;
}
.about-bottom .pc-img{
    display:block;
    width:80%;
    max-width:1100px;
    margin:0 auto;
}
.about-bottom .sp-img{
    display:none;
}
/* -------------------------------------------------- CLINKSの主な事業内容 ----------------------------------------------------- */
.all_contents {
    width:100%;
    box-sizing:border-box;
    padding-top:80px;
    background-color: #FFE400;
}
#business{
    width:100%;
    box-sizing:border-box;
    padding-top:80px;
    background-color: #FFE400;
}
#business h3{
    width:100%;
    height:47px;
    box-sizing:border-box;
    margin:0 auto;
    line-height:45px;
    text-align:center;
    font-size:35px;
    font-weight:bold;
    color:#000;
}
#business .p1, #business .p2{
    display:block;
    line-height:1.5;
    text-align:center;
    font-size:18px;
    font-weight:bold;
    color:#000;
}
#business .p1{
    margin:30px auto 0 auto;
}
#business .p1 br:nth-of-type(2){
    display:none;
}
#business .p2{
    margin:0 auto;
}
#business .p2 br{
    display:none;
}
.busi-contents{
    width:65%;
    max-width:1250px;
    margin:60px auto 68px auto;
}
.busi-contents ul{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.busi-contents ul li{
    width:200px;
    margin-top:30px;
    padding:0 25px;
}
.busi-contents ul li img{
    width:100%;
}
.busi-contents ul li p{
    display:block;
    width:100%;
    margin-top:30px;
    line-height:1.5;
    text-align:center;
    font-size:16px;
    font-weight:bold;
    color:#000;
}
.busi-content3 br{
    display:none;
}

/* -------------------------------------------------- 数字で見るCLINKS ----------------------------------------------------- */
.highlight_box {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	margin-bottom: 45px;
}
.highlight_inner {
	width: 250px;
	margin: 40px 10px;
	display: flex;
	flex-direction: column;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
}
.highlight_inner img {
	margin: 30px 0;
}
.highlight_box h3 {
	margin: 0 auto;
	color: #fff;
	width: 100%;
	height: 60px;
	text-align: center;
	font-size: 20px!important;
	line-height: 60px;
	font-weight: bold;
}

.highlight_box h4 {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 60px;
	line-height: 20px;
	font-weight: bold;
	margin: 10px;
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: black;
	color: #FFE400;
}

small {
	font-size: 25px;
	margin-right: 5px;
	margin-left: 5px;
	-webkit-text-fill-color: black;
	-webkit-text-stroke: 0.2px black;
}

.intro p {
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 30px;
	color: #000000;
}

#statistics{
    width:100%;
    box-sizing:border-box;
    padding-top:100px;
    background-color: #FFE400;
}
#statistics h3{
    height:45px;
    margin:0 auto;
    line-height:45px;
    text-align:center;
    font-size:35px;
    font-weight:bold;
    color:#000;
}
#statistics p{
    display:block;
    margin:30px 0px;
    line-height:1.5;
    text-align:center;
    font-size:22px;
    font-weight:bold;
    color:#000;
}
#statistics h4{
    width:100%;
    text-align:center;
    font-weight:bold;
    color:#000;
    margin: 20px 0;
}
.employees-number{
    width:50%;
    margin: 50px auto 0 auto;
}
.employees-number img{
    width:100%;
}
.gender-ratio{
    width:35%;
    margin: 20px auto 64px auto;
}
.gender-ratio img{
    width:100%;
}
.yellow-triangle{
    width: 0;
    height: 0;
    margin-top:160px;
    background-color:#fff;
    border-style: solid;
    border-width: 100px 50vw 0 50vw;
    border-color: #FFE400 transparent transparent transparent;
}
/* -------------------------------------------------- INTERVIEW ----------------------------------------------------- */
#interview{
    width:100%;
    box-sizing:border-box;
    padding-top:100px;
}
.interview-contents{
    max-width:1200px;
    min-width:350px;
    width:72%;
    height:auto;
    margin: 75px auto 80px auto;
}
.interview-contents ul{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}
.interview-contents ul li{
    width:300px;
    height:350px;
    margin:10px;
    background-color:#000;
    border:2px solid #000;
    transition-duration: 0.3s;
}
.interview-contents ul li a{
    display:block;
    width:100%;
    height:100%;
    text-decoration:none;
}
.interview-content1 a:hover, .interview-content2 a:hover, .interview-content3 a:hover, 
.interview-content4 a:hover, .interview-content5 a:hover, .interview-content6 a:hover{
    opacity:0.6;
    transition-duration:0.3s;
}
.interview-contents a img{
    width:100%;
    height:300px;
    object-fit:cover;
}
.interview-contents a p{
    display:block;
    height:40px;
    margin:5px auto;
    line-height:40px;
    font-size:1.5rem;
    text-align:center;
    color:#fff;
}
.interview-content2 p br{
    display:none;
}

/* -------------------------------------------------- コラム ----------------------------------------------------- */
#column {
	width:100%;
	box-sizing:border-box;
	padding-top:100px;
}
.column-contents{
	width:100%;
}
.column-contents .sp-column {
	display:none;
}
.column-contents p{
	width:100%;
	box-sizing:border-box;
	margin-top:75px;
	line-height:2;
	font-size:17px;
	font-weight:bold;
	color:#000;
	text-align:center;
}
.loopSlide {
	position: relative;
	display: flex;
	width: 100%;
	overflow: hidden;
	margin: 40px 0px;
}
.loopSlide ul {
	padding: 0;
	width: 100%;
	display: flex;
	flex-shrink: 0;
}
.loopSlide ul:first-child {
	animation: slide1 60s -30s linear infinite;
}
.loopSlide ul:last-child {
	animation: slide2 60s linear infinite;
}
.loopSlide li {
	display: inline-block;
	width: 100%;
	min-width: 150px;
	margin: 15px;
	list-style: none;
	text-align: center;
}
.loopSlide img {
	display: block;
	width: 100%;
	height: auto;
	border: 3px solid #000;
	transition-duration: 0.3s;
}
.loopSlide img:hover {
	opacity: 0.6;
	transition-duration: 0.3s;
	transform: scale(1.1);
	animation-play-state: paused;
}
@keyframes slide1 {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes slide2 {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}
/* -------------------------------------------------- PICK UP ----------------------------------------------------- */
#pick-up{
    width:100%;
    box-sizing:border-box;
    padding-top:100px;
}
.pick-contents-wrapper {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-top: 100px;
    background-image: url(../img/pickup.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid transparent;
    border-left: none;
    border-right: none;
}
.pick-contents{
    width:90%;
    box-sizing:border-box;
    margin: 0 auto;
    padding: 50px;
}
.content{
    display:flex;
    justify-content:space-around;
    align-items:center;
}
.pick-content1, .pick-content2, .pick-content3{
    width:80%;
    max-width:1340px;
    box-sizing:border-box;
    margin-left:auto;
    margin-right:auto;
    background-color:#fff;
    border:4px solid #000;
    box-shadow:15px 15px 0px #FFE400CC;
}
.pick-content1 h4, .pick-content2 h4, .pick-content3 h4{
    display:block;
    margin:0 auto;
    text-align:center;
    color:#000;
    font-size:30px;
    font-weight:bold;
    line-height: 1;
}
.content p{
    text-align:center;
    line-height:1.5;
}
.pick-content1 p, .pick-content2 p, .pick-content3 p{
    display:block;
    width:100%;
    height:auto;
    box-sizing:border-box;
    margin:30px auto;
    color:#000;
    font-size:14px;
    font-weight:bold;
}
.pick-content1 p br:nth-of-type(1), .pick-content2 p br:nth-of-type(1),.diary p br:nth-of-type(2){
    display:none;
}
.pick-content1{
    height:380px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.pick-content1 .content{
    flex-direction:row-reverse;
    width:100%;
    height:100%;
    box-sizing:border-box;
}
.pick-content1 img{
    display:block;
    height:70%;
}
.pick-content1 h4{
    width:430px;
}
.pick-content2{
    height:380px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.pick-content2 .content{
    width:100%;
    height:100%;
    box-sizing:border-box;
}
.pick-content2 h4{
    width:430px;
}
.pick-content2 img{
    display:block;
    height:70%;
}
.detail-btn2{
    display:none;
}
.pick-content3{
    height:500px;
    margin-top:62px;
    margin-bottom:137px;
}
.pick-content3 .content{
    width:100%;
    height:500px;
    box-sizing:border-box;
}
.pick-content3 .diary{
    width:40%;
    box-sizing:border-box;
    position:relative;
}
.pick-content3 h4{
    width:100%;
    box-sizing:border-box;
}
.diary-content{
    width:40%;
    background-color:#000;
}
.diary-update{
    height:115px;
    position:sticky;
    top:0;
}
.diary-update img{
    display:block;
    width:30px;
    margin:0 auto;
    padding-top:25px;
}
.diary-update p{
    display:block;
    color:#fff;
    line-height:1.5;
    height:30px;
    margin-top:10px;
    font-size:18px;
}
/* 更新内容 */
.update-inner{
    width:100%;
    height:300px;
    box-sizing:border-box;
    border-right:3px solid #000;
    border-bottom:3px solid #000;
    border-left:3px solid #000;
    background-color:#fff;
    overflow-y:scroll;
}
.diary-content ul{
    margin:5px;
    background-color:#EDEDED;
}
.diary-content ul li{
    padding:30px;
    border-bottom: 3px solid #000;
}
.diary-content ul li a{
    display:block;
    text-decoration:none;
    color:#000;
    font-size:14px;
    font-weight:bold;
    line-height:1.3;
}
/* スクロールバー全体 */
.update-inner::-webkit-scrollbar{
    width:10px;
}
/* スクロールバー軌道（背景） */
.update-inner::-webkit-scrollbar-track{
    background-color:#fff;
    border:1px solid #000;
    margin:5px;
}
/* スクロールバーの動く部分 */
.update-inner::-webkit-scrollbar-thumb{
    background-color:#000;
}
.sp-left-img{
    display:none;
}
.sp-right-img{
    display:none;
}
/* -------------------------------------------------- PROJECT ----------------------------------------------------- */
#project{
    width:100%;
    box-sizing:border-box;
    padding-top:100px;
}
.project-contents{
    width: 100%;
    margin: 20px auto;
}
p.project-contents01 {
    display:block;
    width:100%;
    box-sizing:border-box;
    margin:30px 0px;
    line-height:2;
    font-size:14px;
    font-weight:bold;
    color:#000;
    text-align:center;
}
p.project-contents02 {
    display:none;
}
h2.project-contents03 {
    display: block;
    width: 100%;
    height: 62px;
    box-sizing: border-box;
    line-height: 62px;
    font-size: 50px;
    font-style: oblique;
    font-weight: bold;
    text-align: center;
    color: #000;
}
h2.project-contents04 {
    display:none;
}
.project-contents .pc-img {
    transition-duration: 0.3s;
    display: block;
    margin: 0 auto;
    border: 3px solid #000000;
}
.project-contents .sp-img{
    display:none;
}
.project-contents .pc-img:hover {
	opacity: 0.6;
	transition-duration: 0.3s;
	transform: scale(1.1);
}
/* -------------------------------------------------- MOVIE ----------------------------------------------------- */
#movie{
    width:100%;
    box-sizing:border-box;
    padding-top:100px;
}
.movie-contents{
    width:70%;
    max-width:1360px;
    box-sizing:border-box;
    margin:100px auto 0 auto;
    display:flex;
    justify-content:center;
}
.movie-content1, .movie-content2{
    width:60%;
}
.movie-contents h3{
    display:block;
    width:100%;
    box-sizing:border-box;
    line-height:1;
    font-size:20px;
    font-weight:bold;
    color:#000;
    text-align:center;
}
.movie-contents p{
    display:block;
    width:100%;
    height:100px;
    box-sizing:border-box;
    margin-top:25px;
    line-height:2;
    font-size:14px;
    font-weight:bold;
    color:#000;
    text-align:center;
}
.movie-content1 p br:nth-of-type(2), .movie-content2 p br:nth-of-type(1), .movie-content2 p br:nth-of-type(3){
    display:none;
}
.movie-contents iframe{
    width:100%;
    height:420px;
    background-color:#000;
    box-sizing:border-box;
    border:4px solid #000;
}
#movie .detail-btn{
    margin-top:50px;
}
/* -------------------------------------------------- SNS ----------------------------------------------------- */
#sns{
    width:100%;
    box-sizing:border-box;
    padding-top:100px;
}
.sns-contents{
    width:100%;
}
.sns-contents p{
    width:100%;
    height:100px;
    box-sizing:border-box;
    margin-top:75px;
    line-height:2;
    font-size:14px;
    font-weight:bold;
    color:#000;
    text-align:center;
}
agram-embed-0 {
    background-color:#000;
    box-sizing:border-box;
    border:4px solid #000;
}
.sns-content1 ul {
	max-width: 1000px;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
}
.sns-content1 li {
	margin: 10px 10px;
	background-color:#000;
	box-sizing:border-box;
	border:4px solid #000;
}
.sns-content1 {
	max-width:1000px;
	box-sizing: border-box;
	margin: 0 auto;
}
.tiktok-embed {
    position: relative;
    margin: 0 10px 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.15;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
    font-family: "proxima-regular", "PingFangSC", sans-serif;
    font-weight: 400;
    margin: 0px !important;
    width: 450px;
}
.instagram-media {
	margin: 0px!important;
	height: 600px!important;
	width: 450px !important;
}
#twitter-widget-0 {
	width: 450px!important;
	height: 600px!important;
}
.sns-content1 p br:nth-of-type(2){
    display:none;
}
container {
	max-width: 1000px;
	width: auto;
	margin: 0 auto;
	background: #ccc;
}


#block-fb {
	max-width: 500px;
	width: auto;
	margin: 0 auto;
	padding: 10px;
	background: #f1f1f1;
}


#block-bd {
	max-width: 500px;
	width: auto;
	margin: 0 auto;
	padding: 10px;
	background: #f1f1f1;
}
#inner-bd {
	border: 10px solid #999;
}


#block-pd {
	max-width: 500px;
	width: auto;
	margin: 0 auto;
	padding: 10px;
	background: #f1f1f1;
}
#inner-pd {
	padding: 10px;
	border: 10px solid #999;
}
/* -------------------------------------------------- RECRUIT ----------------------------------------------------- */
#recruit{
    width:100%;
    box-sizing:border-box;
    padding-top:100px;
}
.recruit-contents{
    width:70%;
    max-width:1350px;
    margin:110px auto 0 auto;
    display:flex;
    justify-content:space-between;
}
.a, .b, .c{
    display:block;
    width:32%;
    max-width:430px;
    margin:15px;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    text-decoration:none;
    position: relative;
}
.a p, .b p, .c p{
    display:block;
    color:#fff;
    font-weight:bold;
    font-size:22px;
    text-align:center;
    line-height:1;
    position: absolute;
    top:45%;
    right:0;
    left:0;
}
.a img, .b img, .c img{
    width:100%;
    height:100%;
}
.a .recruit-img1, .b .recruit-img1, .c .recruit-img1{
    animation: hoverOutAnimation .3s linear 0s;
    animation-fill-mode:forwards;
}
.a .recruit-img2, .b .recruit-img2, .c .recruit-img2{
    display:none;
}
.a:hover .recruit-img1{
    display:none;
}
.a:hover .recruit-img2{
    animation: hoverAnimation .3s linear 0s;
    animation-fill-mode:forwards;
    display:block;
}
.b:hover .recruit-img1{
    display:none;
}
.b:hover .recruit-img2{
    animation: hoverAnimation .3s linear 0s;
    animation-fill-mode:forwards;
    display:block;
}
.c:hover .recruit-img1{
    display:none;
}
.c:hover .recruit-img2{
    animation: hoverAnimation .3s linear 0s;
    animation-fill-mode:forwards;
    display:block;
}

/* ボタンエリア */
.recruit-btn-area{
    width:100%;
    box-sizing:border-box;
    margin-top:100px;
}
.session-btn, .new-entry-btn, .contact-btn{
    display:block;
    box-sizing:border-box;
    font-weight:bold;
    text-align:center;
    text-decoration:none;
}
.session-btn{
    width:52%;
    max-width:850px;
    height:150px;
    margin:0 auto 50px auto;
    line-height:150px;
    color:#000;
    font-size:40px;
    background-color: #FFE400;
    border: 3px solid #000;
    border-radius: 100px;
    box-shadow: 3px 3px #000;
}
.session-btn:hover{
    opacity: 0.5;
    transition:.3s;
}
.new-entry-btn{
    width: 52%;
    max-width: 850px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: url(../img/btn_right.png) no-repeat center right 5%;
    height: 130px;
    margin: 0 auto;
    color: #fff;
    background-color: #FF6F20;
    border-radius: 100px;
    box-shadow: 3px 3px #956734;
    flex-direction: column;
}
.new-entry-btn:hover{
    opacity: 0.5;
    transition:.3s;
}
.new-entry-btn p {
    font-size: 20px;
    line-height: 1.2;
}
.new-entry-btn span{
    display:block;
    font-size:40px;
}
.new-entry-btn .btn-right, .new-entry-btn .btn-right-bk{
    position:absolute;
    right:60px;
    top:44%;
}
.new-entry-btn .btn-right-bk{
    display:none;
}
.new-entry-btn:hover .btn-right{
    display:none;
}
.new-entry-btn:hover .btn-right-bk{
    display:block;
}

.contact-btn{
    width:20%;
    max-width:400px;
    height:76px;
    margin:50px auto 0 auto;
    line-height:76px;
    color:#000;
    font-size:20px;
    background-color:#fff;
    border:3px solid #000;
}
.contact-btn:hover{
    color:#fff;
    background-color:#000;
}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------


                    レスポンシブ（〜1000px）


------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1000px){
.top-img-wrapper{
    margin-bottom:50px;
}
.top-contents-logo, .to-news{
    height:100px;
}
/* セクションタイトル */
section h2{
    height:36px;
    line-height:36px;
    font-size:30px;
}
section h2 span{
    font-size:11px;
}
.contents-desc{
    font-size:14px;
    margin-top:60px;
}
/* 「詳しく見る」ボタン */
.detail-btn{
    width:230px;
    height:58px;
    line-height:58px;
    font-size:13px;
}
/* ----------------------- NEWS TOPICS ------------------------- */
.news-content{
    width:87%;
    margin:70px auto 0 auto;
}
#news-topics ul li dt{
    /* 日付 */
    font-size:12px;
}
#news-topics ul li dd{
    /* Topics内容 */
    font-size:14px;
}
#news-topics ul li p{
    font-size:20px;
}

/* --------------------------- CLINKSについて -------------------------- */
#clinks-about{
    padding-top:70px;
}
.about-top{
    height:200px;
    margin-top:80px;
}
.about-top p{
    font-size:25px;
}
.about-description{
    padding-top:80px;
}
.about-description .p1, .about-description .p2, .about-description .p3{
    font-size:14px;
}
.about-bottom p{
    font-size:25px;
}
/* ------------------------CLINKSの主な事業内容 ---------------------------- */
#business h3{
    width:100%;
    min-width:300px;
    height:30px;
    line-height:30px;
    font-size:20px;
}
#business .p1, #business .p2{
    width:90%;
    min-width:324px;
    font-size:14px;
    line-height:2;
}
#business .p1{
    margin:20px auto 0 auto;
}
.busi-contents{
    width:80%;
    margin:26px auto 68px auto;
}
.busi-contents ul li{
    width:170px;
}
.busi-contents ul li img{
    width:100%;
}
.busi-content2 br, .busi-content3 br{
    display:inline;
}
/* ----------------------- 数字で見るCLINKS -------------------------- */
.highlight_box {
	margin: 45px;
}
.highlight_inner {
    margin: 0 auto;
}
#statistics{
    padding-top:50px;
}
#statistics h3{
    height:30px;
    line-height:30px;
    font-size:20px;
}
#statistics p{
    width:90%;
    margin:20px auto 0 auto;
    line-height:1.5;
    font-size:14px;
}
.employees-number{
    margin: 30px auto 0 auto;
}
.gender-ratio{
    margin: 10px auto 64px auto;
}
.yellow-triangle{
    margin-top:135px;
    border-width: 80px 50vw 0 50vw;
}
/* --------------------------- INTERVIEW ---------------------------- */
#interview{
    padding-top:50px;
}
.interview-contents{
    width:84%;
    margin:40px auto;
}

.interview-contents a p{
    font-size:1.5rem;
}
/* ------------------------ PICK UP ------------------------- */
#pick-up{
    padding-top:50px;
}
.pick-contents-wrapper{
    background-repeat:repeat;
    margin-top:50px;
}
.pick-contents{
    margin-top:80px;
}
.content{
    display:block;
}
.pick-content1 h4, .pick-content2 h4, .pick-content3 h4{
    width:100%;
    height:50px;
    line-height:50px;
    font-size:35px;
}
.pick-content1 p, .pick-content2 p, .diary p{
    font-size:14px;
}
.pick-content3 h4{
    margin-top:300px;
}
.pick-content1{
    height:600px;
}
.pick-content1 .content{
    width:100%;
    height:auto;
}
.pick-content1 img{
    width:300px;
    height:auto;
    margin:30px auto 0 auto;
}
.pick-content1 .training{
    margin-top:30px;
}
.pick-content2{
    height:600px;
}
.pick-content2 .content{
    width:100%;
    height:auto;
}
.pick-content2 img{
    width:300px;
    height:auto;
    margin:30px auto 0 auto;
}
.pick-content2 .award{
    margin-top:20px;
}
.pick-content3{
    height:930px;
    margin-bottom:60px;
}
.pick-content3 .diary-content{
    width:60%;
    height:300px;
    margin:0 auto;
}
.pick-content3 .diary{
    width:88%;
    padding:0;
    margin:0 auto;
    border:1px solid transparent;
}
.sp-left-img{
    display:block;
    height:200px;
    position:absolute;
    top:50px;
    left:calc(50% - 80px);
}
.sp-right-img{
    display:block;
    height:180px;
    position:absolute;
    top:70px;
    right:calc(50% - 80px);
}
.diary-content{
    width:40%;
    height:230px;
}
.detail-btn2{
    display:block;
    margin-top:30px;
}
.diary .detail-btn{
    display:none;
}
.diary-content{
    width:500px;
}
.update-inner{
    width:100%;
    height:235px;
    overflow-y:scroll;
}
.diary-update{
    height:65px;
}
.diary-update img{
    width:15px;
    padding-top:15px;
}
.diary-update p{
    color:#fff;
    line-height:1;
    height:20px;
    margin-top:5px;
    font-size:14px;
}
.diary-content ul li a{
    font-size:12px;
}
/* ------------------------ PROJECT ------------------------- */
h2.project-contents04 {
    display: block;
    height: 60px;
    font-size: 30px;
}
h2.project-contents03 {
    display:none;
}
/* ------------------------ MOVIE ------------------------- */
#movie{
    padding-top:50px;
}
.movie-contents{
    display:block;
    width:60%;
    margin:50px auto 0 auto;
}
.movie-content1, .movie-content2{
    width:100%;
}
.movie-content2{
    margin-top:80px;
}
.movie-contents p{
    height:100px;
}
.movie-contents iframe{
    height:350px;
}
/* ------------------------ SNS ------------------------- */
.twitter-timeline {
	display:contents!important;
	max-width: 350px!important;
	width: 350px!important;
}
#twitter-widget-0 {
	width: 350px!important;
}
.instagram-media {
    width: 350px !important;
}
.tiktok-embed {
    width: 350px !important;
}
.fb_iframe_widget {
    width: 350px;
}
.fb_iframe_widget iframe {
    width: 350px !important;
}
/* ------------------------ RECRUIT ------------------------- */
#recruit{
    padding-top:50px;
}
.recruit-contents{
	margin:75px auto 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.a, .b, .c{
    width:250px;
    height:250px;
}
.a{
    margin:0 auto;
}
.b, .c{
    margin:30px auto;
}
.recruit-btn-area{
    margin-top:200px;
}
.session-btn{
    height:95px;
    margin:0 auto 30px auto;
    line-height:95px;
    font-size:30px;
}
.new-entry-btn{
    height:95px;
    line-height:1;
    font-size:15px;
}
.new-entry-btn span{
    font-size:35px;
    margin-top:8px;
}
.new-entry-btn .btn-right, .new-entry-btn .btn-right-bk{
    right:25px;
    top:30%;
    width:35px;
    height:35px;
}
.contact-btn{
    width:40%;
    height:60px;
    margin:30px auto 0 auto;
    line-height:60px;
}

}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------


                    レスポンシブ（〜768px）


------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px){
#project {
    padding-top: 60px;
}
.new-entry-btn p {
    font-size: 15px;
    line-height: 1.2;
}
.new-entry-btn span {
    font-size: 25px;
    line-height: 30px;
}
.sp-top-img{
    display:block;
    width:100%;
    height:auto;
}
.top-contents-logo{
    display:none;
}
.pattern{
    display:none;
}
.loader-wrap{
    display:none;
}
.top-img-wrapper video{
    display:none;
}
.to-news-scroll{
    width:20%;
    bottom:0%;
    left:40%;
}
.to-news-scroll p{
    font-size:15px;
    line-height:15px;
}
.to-news-scroll .to-news{
    width:35px;
    height:15px;
    margin-top:20px;
}

/* ----------------------- NEWS TOPICS ------------------------- */
.news-content{
    height:220px;
    box-shadow:10px 10px 0px #FFE400CC;
}
.news-content-inner{
    margin:20px 30px;
}
#news-topics ul li{
    padding:10px;
    border-bottom: 2px solid #000;
}
#news-topics ul li img{
    width:25px;
}
#news-topics ul li dl{
    /* 日付〜Topics内容 */
    padding:0 20px;
}
#news-topics ul li dt{
    /* 日付 */
    font-size:12px;
}
#news-topics ul li dd{
    /* Topics内容 */
    font-size:14px;
}
#news-topics ul li p{
    right:10px;
    font-size:14px;
}
/* ---------------------- CLINKSについて ---------------------------- */
.about-top{
    width:90%;
    height:160px;
    margin:60px auto 0 auto;
}
.about-top p{
    text-align:center;
    color:#000;
    font-weight:bold;
	font-size: 17px;
	line-height: 27px;
}
.about-top .left-img{
    width:50%;
    right:50%;
}
.about-top .right-img{
    width:50%;
    left:50%;
}
.about-description{
    padding-top:50px;
}
.about-description .p1, .about-description .p2, .about-description .p3{
    width:90%;
}
.about-description .p1 br, .about-description .p2 br:nth-of-type(1), .about-description .p2 br:nth-of-type(3){
    display:inline;
}
.about-bottom p{
    font-size:18px;
}
.about-bottom .pc-img{
    display:none;
}
.about-bottom .sp-img{
    display:block;
    width:100%;
}
/* ------------------------CLINKSの主な事業内容 ---------------------------- */
#business{
    padding-top:40px;
}
#business h3{
    min-width:168px;
    height:21px;
    line-height:21px;
}
#business .p1 br:nth-of-type(2), #business .p2 br{
    display:inline;
}
#business .p2{
    margin-top:15px;
}
.busi-contents ul li{
    width:98px;
    margin-top:24px;
    padding:0 5px;
}
.busi-contents ul li p{
    margin-top:13px;
    line-height:1.5;
    font-size:12px;
}
/* ----------------------- 数字で見るCLINKS -------------------------- */
.highlight_box {
	margin: 30px;
}
.highlight_inner {
	width: 150px;
}
.highlight_inner img {
    margin: 10px 0;
}
#statistics h3{
    height:25px;
    line-height:25px;
    font-size:18px;
}
small {
	font-size: 20px;
}
#statistics h4{
	font-size: 34px;
}
.employees-number{
    margin: 27px auto 0 auto;
}
.gender-ratio{
    margin: 10px auto 64px auto;
}
/* --------------------------- INTERVIEW ---------------------------- */
.interview-contents ul li{
    width:160px;
    height:190px;
    margin:4px;
}
.interview-contents a img{
    height:160px;
}
.interview-contents a p{
    height:30px;
    line-height:2;
    font-size:10px;
}
.interview-content2 a p{
    line-height:1;
}
.interview-content2 p br{
    display:inline;
}
/* --------------------------- コラム ---------------------------- */
.column-contents p {
	font-size: 14px;
}
.loopSlide {
	display: none;
}
.detail-btn {
	margin: 30px auto;
}
.column-contents .sp-column {
	display: block;
	margin: 20px auto;
	width: 80%;
	background-color: #000;
	box-sizing: border-box;
	border: 4px solid #000;
}
.column-contents .sp-column:hover {
	opacity: 0.6;
	transition-duration: 0.3s;
	transform: scale(1.1);
}
/* ------------------------ PICK UP ------------------------- */
.pick-contents-wrapper{
    background-repeat:repeat;
    margin-top:40px;
}
.pick-contents{
    margin-top:40px;
    width:100%;
}
.pick-contents .detail-btn{
    margin-top:20px;
}
.pick-content1, .pick-content2, .pick-content3{
    box-shadow:10px 10px 0px #FFE400CC;
}
.pick-content1 h4, .pick-content2 h4, .pick-content3 h4{
    height:25px;
    line-height:25px;
    font-size:18px;
    max-width: 200px;
}
.pick-content3 h4{
    margin-top:160px;
}
.pick-content1{
    height:420px;
    margin-top:50px;
    width:100%;
}
.pick-content1 img{
    width:150px;
}
.pick-content1 .training{
    margin-top:20px;
}
.pick-content1 p, .pick-content2 p, .diary p{
    line-height:1.5;
    font-size:12px;
    margin:20px auto 0 auto;
}
.pick-content1 p br:nth-of-type(1), .pick-content2 p br:nth-of-type(1), .diary p br:nth-of-type(2){
    display:inline;
}
.pick-content2{
    height:420px;
    width:100%;
}
.pick-content2 .content{
    width:100%;
    height:auto;
}
.pick-content2 img{
    width:150px;
}
.pick-content3{
    height:730px;
}
.pick-content3 .diary{
    width:88%;
    margin:0 auto;
}
.pick-content3 .diary-content{
    width:260px;
    height:230px;
    margin:20px auto 0 auto;
    max-width: 220px;
}
.sp-left-img{
    height:100px;
    top:35px;
    left:calc(50% - 40px);
}
.sp-right-img{
    height:90px;
    top:45px;
    right:calc(50% - 40px);
}
.diary-update img{
    width:15px;
    padding-top:15px;
}
.diary-update p{
    color:#fff;
    line-height:1;
    height:20px;
    font-size:14px;
}
.detail-btn2{
    display:block;
    margin-top:30px;
}
.update-inner{
    height:165px;
}
.diary-content ul li{
    padding:10px 20px;
    border-bottom: 3px solid #000;
}
/* ------------------------ PROJECT ------------------------- */
.project-contents .sp-img{
    display:block;
    border: 3px solid #000000;
    margin: 0 auto;
}
.project-contents .pc-img{
    display:none;
}
p.project-contents02 {
    font-size:12px;
    display:block;
    width:100%;
    box-sizing:border-box;
    margin:30px 0px;
    line-height:2;
    font-weight:bold;
    color:#000;
    text-align:center;
}
p.project-contents01 {
    display:none;
}
/* ------------------------ MOVIE ------------------------- */
.movie-contents{
    width:85%;
}
.movie-contents h3{
    font-size:16px;
}
.movie-contents p{
    font-size:12px;
}
.movie-content1 p{
    height:80px;
}
.movie-content2 p{
    height:110px;
}
.movie-content1 p br:nth-of-type(2), .movie-content2 p br:nth-of-type(1), .movie-content2 p br:nth-of-type(3){
    display:inline;
}
.movie-content2{
    margin-top:85px;
}
.movie-contents iframe{
    height:230px;
}
/* ------------------------ SNS ------------------------- */
.sns-contents p{
    font-size:12px;
}
.twitter-timeline {
	display:contents!important;
	max-width: 350px!important;
	width: 350px!important;
}
#twitter-widget-0 {
	width: 350px!important;
}

/* ------------------------ RECRUIT ------------------------- */
.recruit-contents{
	width:100%;
	margin:75px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.a, .b, .c{
    width:150px;
    height:150px;
}
.a, .b, .c{
    margin:10px 10px;
}
.recruit-btn-area{
    margin-top:110px;
}
.session-btn, .new-entry-btn, .contact-btn{
    width:75%;
}
.new-entry-btn{
    margin:30px auto 0 auto;
    background-size: 25px;
}
.contact-btn{
    font-size:13px;
}

}

