﻿/* 1536 , 1530 × 735 ,1366 *//* 上記画面幅でも崩れていないか確認 */

/* 修正した場合→各項目の一番下に日付をコメントアウトして追記 */


/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.linkStyle{
	color:var(--color1);
}
.linkStyle:hover{
	color:var(--color1);
	opacity: 0.7;
	transition: all 0.5s;
}
#loader .logo{
    max-width: 200px;
}
header #header{
    padding: 25px!important;
}
header #header h1 .width_200-max {
    max-width: 100px!important;
}
.sc_nav .logo .width_300-max{
    max-width: 150px;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
header #header {
    padding: 20px !important;
}
header #header h1 .width_200-max {
    max-width: 41px !important;
}
#loader .logo{
    max-width: 100px;
}
}


/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.fv_img{
    position: absolute;
    width: 43%;
    top: 5%;
    right: 8%;
}
.fv_img02{
    position: absolute;
    z-index: 1;
    width: 50%;
    bottom: 0;
    right: 6%;
}

.fv_txt01{
    position: absolute;
    width: 36%;
    top: 18%;
    left: 5%;
} 

.fv_txt02::before {
    position: absolute;
    content: "";
    left: 0;
    top: 35px;
    opacity: 0.3;
    width: 100%;
    height: 100px;
    background-image: url(/Files/img/fv_txt02.png);
    background-size: auto 100%;
    background-position-y: 0;
    background-position-x: 0;
    background-repeat: repeat-x;
    animation: loop 30s linear infinite;
}
@keyframes loop {
    0% {background-position-x: 0;}
    100% {background-position-x: -1000px;}
} 

.fv_button {
    position: absolute;
    left: 5%;
    bottom: 12%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.btn,
a.btn,
button.btn {
    font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
    padding: 7% 36%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-flat {
    overflow: hidden;
    padding: 1.6rem 9rem;
    color: #fff;
    border-radius: 0;
    background: #1e1e1e;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: var(--color3);
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}
.fas {
    font-weight: 900;
}
.fas {
    font-family: "Font Awesome 5 Free";
}
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-angle-right:before {
    content: "\f105";
}

@media screen and (max-width: 1540px){
.fv_img {
    position: absolute;
    width: 46%;
    top: 8%;
    right: 6%;
}
.fv_txt01 {
    position: absolute;
    width: 38%;
    top: 21%;
    left: 5%;
}
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#main_img{
    height: 900px!important;
}
    .fv_img {
        position: absolute;
        width: 64%;
        top: 41%;
        right: 5%;
    }
.fv_img02 {
    position: absolute;
    z-index: 1;
    width: 74%;
    bottom: 0;
    right: 0%;
}
    .fv_txt01 {
        position: absolute;
        width: 64%;
        top: 9%;
        left: 5%;
    }
.fv_button {
    position: absolute;
    left: 5%;
    bottom: 37%;
}
.btn, a.btn{
    font-size: 2.4rem;
}
.fv_txt02::before{
    top: 735px;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
    #main_img {
        height: 600px !important;
    }
    .fv_button{
        display: none;
    }
    .fv_txt01 {
        position: absolute;
        width: 80%;
        top: 3%;
        left: 11%;
    }
    .fv_img {
        position: absolute;
        width: 80%;
        top: 42%;
        right: 9%;
    }
    .fv_img02 {
        position: absolute;
        z-index: 1;
        width: 75%;
        bottom: 0;
        right: 13%;
    }
    .fv_txt02::before {
        top: 252px;
        height: 40px;
    }
}



/*■■　TOP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.intro_txt{
    width: 18%;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
.intro_txt {
    width: 34%;
}
}



/*■■　下層ページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* 募集要項 */
#cms_6-b .cate_box:first-of-type {
    border-top: 1px solid #111111;
}
#cms_6-b .cate_box,#cms_6-b .cate_box, #cms_6-b .cate_box .box_txt1, #cms_6-b .cate_box .box_txt2 {
    border-color: #111111;
    word-break: break-all;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}


