/* スライダー
================================================== */
/* ローディング画面 */
#loading {
    width: 100vw;
    height: 100vh;
    transition: all 0.5s;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}
.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.spinner > div {
    width: 8px;
    height: 8px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.5) }
    40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    } 40% {
        opacity: 1;
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
.spinner .text {
    margin-left: 8px;
    margin-top: 20px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.7em;
    text-align: center;
}
.loaded {
    opacity: 0;
    visibility: hidden;
}

.load-hidden {
    visibility: hidden;
}
@media only screen and (max-width: 767px) {
    .load-hidden {
      visibility: visible;
    }
}

.slider {
    position: relative;
    overflow: hidden;
}
.slider li .img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transform-origin: center top;
  transform: scale(1.1);
  transition: 4s transform ease-out;
}

.slider li.s-01 .img { background-image: url("../img/slide1.jpg"); }
.slider li.s-02 .img { background-image: url("../img/slide2.jpg"); }
.slider li.s-03 .img { background-image: url("../img/slide3.jpg"); }
@media only screen and (max-width: 767px) {
    .slider li.s-01 .img { background-image: url("../img/slide1_SP.jpg"); }
    .slider li.s-02 .img { background-image: url("../img/slide2_SP.jpg"); }
    .slider li.s-03 .img { background-image: url("../img/slide3_SP.jpg"); }
}


.slider li.slick-active .img {
    transform: scale(1);
}
.slider li .slick-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 150;
}
.slider li .slick-content p {
    transform: scale(2);
}
@media only screen and (max-width: 767px) {
    .slider li .slick-content p.SP_on img {
        transform: scale(2);
    }
}

#slider_wrap {
    width: 100%;
    overflow: hidden;
}
#slider_text1 {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
    z-index: 2;
    overflow: hidden;
}
#slider_text1 img {
	width: 100%;
}

#slider_text2 {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
    z-index: 3;
    overflow: hidden;
}
#slider_text2 img {
	width: 100%;
}

#scroll_btn {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    z-index: 1;
    animation: 1.5s ease 1.5s infinite forwards scroll_btn_Anime;
}
@keyframes scroll_btn_Anime {
    0% {
        opacity: 0;
        transform:translateY(-10px);
    }
    25% {
        opacity: 1;
        transform:translateY(-10px);
    }
    50% {
        opacity: 1;
        transform:translateY(0);
    }
    100% {
        opacity: 0;
        transform:translateY(0);
    } 
}
#scroll_btn p {
    position: absolute;
    right: 40px;
    bottom: 20px;
}
#scroll_btn p a {
    display: block;
    width: 100%;
}

#main_contents {
    margin-top: -80px;
    padding-top: 80px;
}
@media only screen and (max-width: 767px) {
    #main_contents {
        margin-top: 0;
        padding-top: 0;
    }
    #scroll_btn p {
        right: 15px;
        bottom: 50px;
    }
    #scroll_btn p a img {
        width: 80%;
    }
}



/* メイン
================================================== */
main {
    overflow: hidden;
}

#tp_main_bg {
    padding: 50px 0;
}
#tp_main h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    #tp_main h1 {
        font-size: 22px;
    }
}



/* ロゴ
================================================== */
.tp_logo {
    margin-top: 80px;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 767px) {
    .tp_logo {
        margin-top: 30px;
        text-align: center;
    }
}



/* 金属リサイクル事業について
================================================== */
#tp_business_bg {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 50px, #002248 50px, #002248 100%);
    margin-top: -50px;
    padding-top: 150px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}
#tp_business_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 10vw solid #fff;
    border-right: 100vw solid transparent;
}
#tp_business_bg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 10vw solid #fff;
    border-left: 100vw solid transparent;
}

#tp_business .photo {
    margin-right: calc(50% - 35vw);
    position: relative;
    z-index: 1;
}
#tp_business h2 {
    margin-top: 50px;
    margin-right: calc(50% - 50vw);
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.3em;
    position: relative;
    z-index: 2;
    text-shadow:
    -1px -1px 5px#002248,0px -1px 5px#002248,0px 1px 5px#002248,1px 0px 5px#002248,-2px -2px 5px#002248,0px -2px 5px#002248,
    0px 2px 5px#002248,2px 0px 5px#002248,-3px -3px 5px#002248,0px -3px 5px#002248,0px 3px 5px#002248,3px 0px 5px#002248;
}
#tp_business h2 strong {
    color: #00acff;
}
#tp_business .line {
    width: 50%;
    height: 3px;
    background: #00acff;
    margin: 25px 0 20px 0;
}
#tp_business p {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    #tp_business_bg {
        margin-top: 30px;
        padding-top: 50px;
        padding-bottom: 50px;
        background: #002248;
    }
    #tp_business_bg::before {
        border-top: none;
        border-right: none;
    }
    #tp_business_bg::after {
        border-bottom: none;
        border-left: none;
    }
    #tp_business h2 {
        margin-top: 0;
        font-size: 24px;
        text-align: center;
    }
    #tp_business .line {
        margin: 10px auto 10px auto;
    }
    #tp_business .photo {
        margin-top: 30px;
        margin-right: 0;
        text-align: center;
    }
}



/* スクラップ買取品目
================================================== */
#tp_scrap_bg {
    margin-top: 80px;
    margin-bottom: 80px;
    background: linear-gradient(90deg, #002248 0%, #002248 calc(100% - 50px), #ffffff calc(100% - 50px), #ffffff 100%);
    padding-top: 50px;
    padding-bottom: 150px;
    position: relative;
    overflow: hidden;
}
#tp_scrap_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 10vw solid #fff;
    border-right: 100vw solid transparent;
}
#tp_scrap_bg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 10vw solid #fff;
    border-left: 100vw solid transparent;
}

#tp_scrap .photo {
    margin-left: calc(50% - 35vw);
    position: relative;
    z-index: 1;
}
#tp_scrap h2 {
    margin-top: 50px;
    margin-left: calc(50% - 50vw);
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.3em;
    text-align: right;
    position: relative;
    z-index: 2;
    text-shadow:
    -1px -1px 5px#002248,0px -1px 5px#002248,0px 1px 5px#002248,1px 0px 5px#002248,-2px -2px 5px#002248,0px -2px 5px#002248,
    0px 2px 5px#002248,2px 0px 5px#002248,-3px -3px 5px#002248,0px -3px 5px#002248,0px 3px 5px#002248,3px 0px 5px#002248;
}
#tp_scrap h2 strong {
    color: #00acff;
}
#tp_scrap .line {
    width: 50%;
    height: 3px;
    background: #00acff;
    margin: 25px 0 20px 0;
}
#tp_scrap p {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    #tp_scrap_bg {
        margin-top: 30px;
        padding-top: 50px;
        padding-bottom: 50px;
        background: #002248;
    }
    #tp_scrap_bg::before {
        border-top: none;
        border-right: none;
    }
    #tp_scrap_bg::after {
        border-bottom: none;
        border-left: none;
    }
    #tp_scrap h2 {
        margin-top: 0;
        font-size: 24px;
        text-align: center;
    }
    #tp_scrap .line {
        margin: 10px auto 10px auto;
    }
    #tp_scrap .photo {
        margin-top: 30px;z
        margin-left: 0;
        text-align: center;
    }
}



/* ごあいさつ 会社概要 保有設備
================================================== */
#tp_greeting_bg {
    width: 100%;
    background: #000;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#tp_greeting_bg .box {
    width: 33.3333%;
    position: relative;
}
#tp_greeting_bg .box .photo {
    overflow: hidden;
}
#tp_greeting_bg .box .photo a {
    filter: grayscale(100%);
    opacity: 0.3;
}
#tp_greeting_bg .box .photo a img {
    width: 100%;
}
#tp_greeting_bg .box .photo a:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
    opacity: 1;
}
#tp_greeting_bg .box .photo a img:hover {
    transform: scale(1.03);
}
#tp_greeting_bg .box .cont {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
    pointer-events: none;
}
#tp_greeting_bg .box .h2_en {
    font-family: 'bebas';
    color: #fff;
    font-size: 40px;
    text-align: center;
}
#tp_greeting_bg .box h2 {
    color: #00acff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    #tp_greeting_bg .box {
        width: 100%;
    }
}



/* アクセス
================================================== */
#tp_access_bg {
    padding: 80px 0;
}
#tp_access .h2_en {
    font-family: 'bebas';
    color: #002248;
    font-size: 40px;
    text-align: center;
}
#tp_access h2 {
    color: #00acff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}



/* 求人情報
================================================== */
#tp_recruit_bg {
    padding: 185px 0;
    background: url(../img/tp_recruit_bg.jpg) center center no-repeat;
    background-size: cover;
}
#tp_recruit p {
    color: #fff;
    text-align: center;
}
#tp_recruit h2 {
    font-family: 'bebas';
    font-size: 100px;
    line-height: 1em;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 1px #FFF;
    margin-bottom: 40px;
}
#tp_recruit .lead {
    margin-top: 30px;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}
#tp_recruit .line {
    width: 230px;
    height: 3px;
    margin: 0 auto;
    background: #00acff;
}
@media only screen and (max-width: 767px) {
    #tp_recruit_bg {
        padding: 100px 0;
    }
    #tp_recruit h2 {
        font-size: 40px;
    }
    #tp_recruit .lead {
        font-size: 22px;
    }
}



/* 新着情報
================================================== */
#tp_news_bg {
    padding: 80px 0;
    background: #fff;
}
#tp_news_bg .h2_en {
    font-family: 'bebas';
    color: #002248;
    font-size: 40px;
    text-align: center;
}
#tp_news_bg h2 {
    color: #00acff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    #tp_news_bg h2 {
        font-size: 19px;
    }
}
#tp_news {
    padding: 50px 100px;
    background: #fff;
}
#tp_news p a {
    color: #2d9cb2 !important;
    font-weight: bold;
    text-decoration: underline;
}
#tp_news .inner {
    height: 400px;
    overflow-y: scroll;
}
#tp_news .inner dl {
    display: block;
    padding: 0 20px 15px 0;
}
#tp_news .inner dl dt {
    clear: left;
    float: left;
    margin: 0 0 1em 0em;
    width: 9em;
    font-weight: normal;
    font-size: 14px;
    line-height: 14pt;
}
#tp_news .inner dl dd {
    margin-bottom: 2em;
    margin-left: 0em;
    padding-left: 9em;
    font-size: 16px;
    line-height: 15pt;
}
#tp_news .inner dl dd p {
    font-size: 16px;
    line-height: 15pt;
}
#tp_news .inner dl dd p.title {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
}
#tp_news .inner dl dd a {
    color: #000;
}
@media only screen and (max-width: 767px) {
    #tp_news_bg {
        margin-top: 50px;
        padding: 30px 0;
    }
    #tp_news {
        padding: 10px 0;
    }
    #tp_news .inner {
        padding-left: 10px;
    }
    #tp_news .inner dl dt {
        float: none;
        width: 100%;
    }
    #tp_news .inner dl dd {
        padding-left: 0;
    }
    #tp_news .inner dl dd p.title {
        font-size: 15px;
    }
    #tp_news .inner dl dd p {
        font-size: 13px;
    }
}


/*休暇テーブル*/

.news_table01 {
	margin-top: 6px;
	margin-bottom: 4px;
}
.news_table01 tr th {
	font-weight: normal;
	color: #333;
	text-align: left;
	border: 1px solid #CCC;
	padding: 3px;
}

.news_table01 tr td {
	border: 1px solid #CCC;
	text-align: center;
	padding: 3px;
}
.news_table01 tr .red {
	color: #C30;
	background-color:#FDD;
}
.news_table01 tr .blue {
	color:#03F;
}
.news_table01 tr .red_blue {
	color: #03F;
	background-color: #FFF8F8;
}
.news_table01 tr .white_red {
	color: #C30;
}


/*カレンダータイプテーブル*/


.news_table02 {
	margin-top: 6px;
	margin-bottom: 4px;
}
.news_table02 tr th {
	border: 1px solid #CCC;
	text-align: center;
	padding: 2px;
	line-height:1.5em;
	width:16%;
}

.news_table02 tr td {
	border: 1px solid #CCC;
	text-align: center;
	padding: 3px;
	line-height:1.3em;
	width:12%;
}
.news_table02 tr .red {
	color: #C30;
	background-color:#FDD;
}
.news_table02 tr .blue {
	color:#03F;
}
.news_table02 tr .red_blue {
	color: #03F;
	background-color: #FFF8F8;
}

/*スマホ対応サイト用*/
.across_month{
	width:45%;
	float:left;
}
@media only screen and (max-width: 767px) {
.across_month {
	width:95%;
	float:none;
}
}

.tp_activity_wrap {
    width: calc(100% + 40px);
    margin-left: -20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tp_activity_wrap .box {
    width: calc(33.3333% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    background: #fff;
    position: relative;
}
.tp_activity_wrap .box .cont {
    padding: 20px 20px 50px 20px;
    box-sizing: border-box;
}
.tp_activity_wrap .box .cont h3 {
    color: #005a23;
    font-weight: bold;
    font-size: 19px;
}
.tp_activity_wrap .box .cont .date {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
}
.tp_activity_wrap .box .cont .btn {
    position: absolute;
    float: right;
    bottom: 10px;
    right: 10px;
    font-size: 13px;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .tp_activity_wrap {
        width: 100%;
        margin-left: 0;
        display: block;
    }
    .tp_activity_wrap .box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .tp_activity_wrap .box .cont h3 {
        font-size: 17px;
    }
}
