@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    text-align: left;
    overflow-x: hidden;
    /*background-color: #ececea;*/
    color: #000;

    position: relative;
    overflow: hidden;
    visibility: hidden;
}
h1, h2, h3, h4, h5, p, dl, dt, dd, ul, ol, li {
    margin: 0;
    padding: 0;
}
img {
    vertical-align: bottom;
    max-width: 100%;
}
a {
    color: #fff;
    text-decoration: none;
	text-shadow: 0 0 20px #000;
}
a:hover {
    text-decoration: underline;
}
a img {
    transition: 0.4s;
}
a:hover img {
    opacity: 0.8;
}
.smart_on {
    display: none;
}
.smart_off {
    display: block;
}
@media screen and (max-width: 460px) {
    .smart_on {
        display: block;
    }
    .smart_off {
        display: none;
    }
    a.to_top {
        z-index: 100;
    }
}

/*========= micro clearfx =========*/
.cf:before,
.cf:after{
    content: "";
    display: table;
}
.cf:after{ clear: both; }
.cf{ zoom: 1; } /* For IE 6/7 */

/*========= fadein =========*/
.shitakara { 
    opacity: 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transition: .8s;
}
.shitakara_after {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
.hidarikara {
    opacity: 0;
    transform: translate(-20px, 0);
    -webkit-transform: translate(-20px, 0);
    transition: .9s;
}
.hidarikara_after {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
.migikara {
    opacity: 0;
    transform: translate(20px, 0);
    -webkit-transform: translate(20px, 0);
    transition: .9s;
}
.migikara_after {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}


/*========= font =========*/
.font_tenmincho {
    font-family: "ten-mincho", serif;
    font-feature-settings: "ss02";
}
.font_kozukaBold {
    font-family: kozuka-mincho-pro,serif;
    font-weight: 700;
    font-style: normal;
}
.font_kozukaMedium {
    font-family: kozuka-mincho-pro, serif;
    font-weight: 500;
    font-style: normal;
}
.font_kozukaRegular {
    font-family: kozuka-mincho-pro,serif;
    font-weight: 400;
    font-style: normal;
}
.font_notoSans {
    font-family: "Noto Sans Japanese", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}


/*========= btn =========*/
.btn_type01 {
    display: block;
    width: 182px;
    color: #fff;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    font-family: ten-mincho, serif;
    background: url("../image/denim/icon_arrow@2x.png") no-repeat top 14px right 15px #000;
    background-size: 20px 5px;
    transition: 0.4s;
    margin: 0 auto;
}
.btn_type01:hover {
    text-decoration: none;
    opacity: 0.6;
}
@media screen and (max-width: 460px) {
    .btn_type01 {
        width: auto;
        height: 42px;
        line-height: 42px;
        font-size: 14px;
        background-position: top 16px right 5px;
        background-repeat: no-repeat;
        background-image: url("../image/denim/icon_short_arrow.png");
        background-color: #000;
        background-size: 6px auto;
    }
    .btn_type01.is_spFullWidth {
        background-size: 20px 5px;
        background-position: top 17px right 15px;
        background-image: url("../image/denim/icon_arrow@2x.png");
        font-size: 16px;
    }
}
@media screen and (max-width: 320px) {
    .btn_type01:not(.is_spFullWidth) {
        background-image: none;
    }
}


/*========= linkBox =========*/
.linkBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: -9999px;
    overflow: hidden;
}
.linkBox:hover {
    opacity: 0.2;
    background: #fff;
}



/*========= container =========*/
#ts-wrapper {
    margin: 0 auto;
    font-size: 18px;
}
@media screen and (max-width: 460px) {
    #ts-wrapper {
        width: auto;
        overflow: hidden;
        font-size: 15px;
    }
}
#container {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    max-height: calc(100vh * 12);
}
@media screen and (max-width: 460px) {
    #container {
    }
}



/*========= sec =========*/
.sec {
    width: 100%;
    height: 100vh;
    position: relative;
}


#mainimg {
    background-image: url(../img/workcap20ss-top.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#main_text {
	background-color:#000;
    background-position: center center;
    background-size: cover;
}

#tc-cos_1 {
    background-color: #fff;
}
#tc-cos_2 {
    background-image: url(../img/workcap20ss-1366-1.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

#tc-sim_1 {
    background-color: #fff;
}
#tc-sim_2 {
    background-image: url(../img/workcap20ss-1366-2.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

#tc-air_1 {
    background-color: #fff;
}
#tc-air_2 {
    background-image: url(../img/workcap20ss-1366-3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#tc-air_2 .sec__textB {
    color: #000;
}

#tc-bhw_1 {
    background-color: #fff;
}
#tc-bhw_2 {
    background-image: url(../img/workcap20ss-1366-4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#tc-jik_1 {
    background-color: #fff;
}
#tc-jik_2 {
    background-image: url(../img/workcap20ss-1366-5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


#secLast {
    background-image: url(../image/outer_news/last_img_pc.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


@media screen and (min-width: 461px) {
    #tc-air_1 .sec__text {
        margin-right: 54%;
    }
    #tc-air_2 .sec__textB {
        margin-left: 54%;
    }
}
@media screen and (max-width: 460px) {
    #mainimg {
        background-image: url(../img/workcap20ss-sptop.jpg);
    }

    #tc-cos_2 {
        background-image: url(../img/workcap20ss-sp1.jpg);
    }

    #tc-sim_2 {
        background-image: url(../img/workcap20ss-sp2.jpg);
    }

    #tc-air_2 {
        background-image: url(../img/workcap20ss-sp3.jpg);
    }

    #tc-bhw_2 {
        background-image: url(../img/workcap20ss-sp4.jpg);
    }

    #tc-jik_2 {
        background-image: url(../img/workcap20ss-sp5.jpg);
    }
	

    }
    #tc-cos_2,
    #tc-sim_2,
    #tc-air_2,
    #tc-bhw_2,
    #tc-jik_2 {
        display: flex;
        flex-direction: column-reverse;
    }
    #tc-cos_2 .sec__ttl,
    #tc-air_2 .sec__ttl {
        padding: 60px 0 80px;
    }
    #tc-sim_2 .sec__ttl,
    #tc-bhw_2 .sec__ttl {
        padding: 30px 0 80px;

    }
    #tc-cos_2 .sec__textB,
    #tc-sim_2 .sec__textB {
        margin: 0 auto 0 20px;
		display:none;
    }
    #tc-jik_2 .sec__textB,
    #tc-bhw_2 .sec__textB,
    #tc-air_2 .sec__textB {
        margin: 0 60px 0 auto;
		display:none;
    }
    #tc-cos_1 .sec__textWrap,
    #tc-sim_1 .sec__textWrap,
    #tc-air_1 .sec__textWrap,
    #tc-bhw_1 .sec__textWrap,
	#tc-jik_1 .sec__textWrap {
        text-align: center;
    }
}
@media screen and (max-width: 320px) {
    #tc-cos_2 .sec__ttl,
    #tc-sim_2 .sec__ttl,
    #tc-air_2 .sec__ttl,
    #tc-bhw_2 .sec__ttl,
    #tc-jik_2 .sec__ttl {
        padding: 40px 0 60px;
    }
}



.sec__ttlEn {

}
.sec__ttlJp {
    display: block;
}

.sec__ttlJp a{
    line-height: 1.4;
    color: #fff!important;
    text-decoration: none!important;
	background-color:#000!important;
	padding:12px!important;
	font-size:16px!important;
}

.sec__text {
    line-height: 1.4;
}



@media screen and (min-width: 461px) {
    .sec__ttl {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 99;
        opacity: 0;
        transition: .8s;
    }
    body[data-page="3"] #tc-cos_1 .sec__ttl,
    body[data-page="4"] #tc-cos_1 .sec__ttl {
        position: fixed;
        opacity: 1.0;
    }

    body[data-page="5"] #tc-sim_1 .sec__ttl,
    body[data-page="6"] #tc-sim_1 .sec__ttl {
        position: fixed;
        opacity: 1.0;
    }

    body[data-page="7"] #tc-air_1 .sec__ttl,
    body[data-page="8"] #tc-air_1 .sec__ttl {
        position: fixed;
        opacity: 1.0;
    }

    body[data-page="9"] #tc-bhw_1 .sec__ttl,
    body[data-page="10"] #tc-bhw_1 .sec__ttl {
        position: fixed;
        opacity: 1.0;
    }
	
    body[data-page="11"] #tc-jik_1 .sec__ttl,
    body[data-page="12"] #tc-jik_1 .sec__ttl {
        position: fixed;
        opacity: 1.0;
    }
    .sec__inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 56px;
	/*position: relative;*/
	overflow: hidden;
    }
    .sec__img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%);
        max-width: 610px;
    }
    .sec__textWrap {
        width: 50%;
        height: 100%;
        padding-top: 20%;
    }
    .sec__textWrap.is_right {
        float: right;
    }
    .sec__text {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        margin: 0 40% 0 40%;
		line-height:40px;
		text-align:justify!important;
    }
}

@media screen and (max-width: 460px) {
    .sec__ttl {
        margin: 0 auto;
        padding-top: 0px;
        position: relative;
        text-align: center;
    }
    .sec__ttlEn img {
        zoom: 0.8;
    }
    #tc-cos_1 .sec__ttlEn img,
    #tc-sim_1 .sec__ttlEn img,
    #tc-air_1 .sec__ttlEn img,
    #tc-bhw_1 .sec__ttlEn img,
    #tc-jik_1 .sec__ttlEn img {
        zoom: 0.7;
    }
    .sec__ttlJp {
        white-space: nowrap;
        font-size: 20px;
		color:#000;
    }
.sec__ttlJp a{
    line-height: 1.7;
    color: #fff!important;
    text-decoration: none!important;
	background-color:#000!important;
	padding:12px!important;
}
    .sec__textWrap {
        width: auto;
        padding-top: 0;
    }
    .sec__textWrap.is_right {
    }
    .sec__inner {
        position: relative;
    }
    .sec__img {
        width: 70%;
        margin: 40px auto 10px auto;
    }
    .sec__text {
        margin: 0;
        line-height: 1.8;
    }
}

@media screen and (max-width: 320px) {
    .sec__img {
        margin: 20px auto;
    }
    .sec__text {
        display: inline-block;
        text-align: left;
        font-size: 13px;
    }

}




.sec__textB {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 40% 0 20%;
    line-height: 1.8;
	color:#000;
	font-weight:bold;
}
.sec__textB.is_left {
	color:#000;
}


.secLast__text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto 0;
    padding-top: 10%;
    text-shadow: 0px 7px 13px rgba(0, 0, 0, 0.5);
    line-height: 2.4;
}


.mainimg__inner {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    width: 483px;

}

.mainimg__subttl {
    margin-bottom: 20px;
    font-family: kozuka-mincho-pro,serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    text-shadow: 0px 7px 13px rgba(0, 0, 0, 0.5);
}

.mainimg__lead {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d2d2d2;
    font-size: 22px;
    text-align: center;
    text-shadow: 0px 7px 13px rgba(0, 0, 0, 0.5);
}

.main_text__text {
    -ms-writing-mode: tb-rl;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 2.4;
    text-shadow: 0px 7px 13px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
	color:#fff;
}
@media screen and (max-width: 460px) {
    .mainimg__inner {
        width: 100%;
        top: 70%;
        left: 50%;
    }
    .mainimg__subttl {
        font-size: 18px;
    }
    .mainimg__lead {
        font-size: 20px;
    }
    .secLast__text {
        padding-top: 42%;
    }
}
@media screen and (max-width: 320px) {
    .mainimg__inner {
        width: 80%;
    }
    .mainimg__subttl {
        font-size: 17px;
    }
    .mainimg__lead {
        font-size: 18px;
    }
}



.verticalFigure {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
}



.secScroll {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 30px;
    /*display: inline-block;*/
    font-family: "Noto Sans Japanese", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    text-align: center;
    overflow: hidden;
    z-index: 3;
}

.secScroll__text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 4px;
    padding-left: 10px;
    padding-top: 20px;
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
.secScroll__text:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 74px;
    background-image: url(../img/scroll.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    bottom: 3px;
    left: 0;
    transform: rotate(180deg);
    -webkit-animation: scrollAnim 1.5s infinite;
    animation: scrollAnim 1.5s infinite;
}
.secScroll__text:hover {
    text-decoration: none;
}

@media screen and (max-width: 460px) {
    .secScroll {
        text-align: left;
        padding-left: 10px;
        padding-bottom: 10px;
    }
}

@-webkit-keyframes scrollAnim {
  0% {
    -webkit-transform: rotate(180deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg) translate(0, 20px);
    opacity: 0;
  }
}
@keyframes scrollAnim {
  0% {
    transform: rotate(180deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(180deg) translate(0, 20px);
    opacity: 0;
  }
}


#pageNav {
    display: none;
}



/*========= footer =========*/
/*.footerWrap {
    margin: 60px -500% 0;
    padding: 0 500%;
    background-color: #fff;
}
@media screen and (max-width: 460px) {
    .footerWrap {
        margin: 50px -10px 0;
        padding: 0;
        overflow: hidden;
        max-height: 100vh;
    }
}*/


/*========= banner =========*/
ul.banner {
    margin: 15px 50px 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
ul.banner li {
    box-sizing: border-box;
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
}
@media screen and (min-width: 461px) {
    ul.banner li:nth-child(even) {
        margin-left: 10px;
    }
}
@media screen and (max-width: 460px) {
    ul.banner {
        margin: 20px 0 0;
        padding: 20px 25px;
        background-color: #fff;
        display: block;
    }
    ul.banner li {
        width: auto;
    }
}


/*========= category =========*/
.category_iframe {
    margin: 30px 0 60px;
    text-align: center;
}
.categoryIframe {
    padding-top: 30px;
}
@media screen and (max-width: 460px) {
    .sd_banner {
        width: 100%;
        height: 80px;
        padding: 0 5px;
        box-sizing: border-box;
    }
}

.categoryTitle {
    font-family: ten-mincho, serif;
    /*margin: 10px 0 30px;*/
    padding-top: 60px;
    padding-bottom: 15px;
    font-size: 20px;
    text-align: center;
    color: #000018;
    position: relative;
}
.categoryTitle:after {
    width: 32px;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 16px);
    background: #000;
}


/*========= to_top =========*/
p.to_top {
    font-size: 1.3em;
    margin-bottom: 30px;
}
p.to_top a {
    text-decoration: underline;
}
p.to_top a:hover {
    text-decoration: none;
}
a.to_top {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: url("../image/denim/yajirushi_totop.png") no-repeat #000 center center;
    background-size: 14px;
    position: fixed;
    bottom: 30px;
    right: 20px;
}
a.to_top:hover {
    opacity: 0.6;
}
@media screen and (max-width: 460px) {
    a.to_top {
        bottom: 10px;
    }
}


