@charset "utf-8";


.mainVisual {
	position: relative;
	/*padding-top: 56.25%;*/
	width: 100%;
	height: -webkit-calc(100% - 72px);
	height: calc(100% - 72px);
	height: -webkit-calc(100vh - 72px);
	height: calc(100vh - 72px);
	min-height: 478px;
	overflow: hidden;
  background-color: #888;
}
.mainVisual:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-image: url(../r-common/img/bg_stripe.png);
  background-position: center center;
	background-repeat: repeat;
}
.mainVisual .main_title {
	position: absolute;
	top: 58.2%;
	left: 7.325%;
	z-index: 5;
	color: #FFF;
	font-size: 8.8rem;
	font-weight: 500;
	line-height: 1.4;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mainVisual .main_title span.sub {
	display: block;
	margin: 23px 0 0 0.3em;
	font-size: 4.2rem;
	line-height: 1;
	letter-spacing: 0.2em;
}
.mainVisual .main_title span.sub span {
	letter-spacing: 0.1em;
}
.mainVisual .bx-wrapper {
    display: none;
}
#video {
	position: absolute;
  top: 0;
  left: 0;
  /*background: url('../r-img/home/main.jpg');
  background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;*/
	min-width: 100%;
  min-width: 100vw;
	min-height: -webkit-calc(100% - 72px);
	min-height: calc(100% - 72px);
	min-height: -webkit-calc(100vh - 72px);
	min-height: calc(100vh - 72px);
}
.scroll_icon {
	position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  color: #4C2080;
  padding-top: 75px;
  font-size: 1.8rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-decoration: none;
}
.scroll_icon span {
  position: absolute;
  top: 0;
  left: 50%;
  background: #4C2080;
  margin-left: -1px;
  width: 2px;
  height: 70px;
  -webkit-animation: scbar 3.5s infinite;
  animation: scbar 3.5s infinite;
  box-sizing: border-box;
}
/*@-webkit-keyframes scbar {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    -webkit-transform: translate(0, 40px);
    opacity: 0;
  }
}
@keyframes scbar {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    transform: translate(0, 40px);
    opacity: 0;
  }
}*/

/*　sec1
---------------------------------------------------------*/
.sec1 {
	position: relative;
	background: #F4F3EE;
	padding: 155px 0 145px;
	height: 760px;
}
.sec1_img {
  position: absolute;
  z-index: 1;
  top: 155px;
  right: 0;
  background-image: url(../r-img/home/sec1_img01.jpg);
  background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
  width: calc(50% + 210px);
  height: 460px;
  overflow: hidden;
}
.sec1_img .mask{
	position: absolute;
	z-index: 5;
	background: #f4f3ee;
	top: 0;
	bottom: 0;
	left:  0;
	right: 0;
}

/* .musk__inview{
	position: absolute;
	z-index: 5;
	background: #f4f3ee;
	top: 0;
	bottom: 0;
	left:  0;
	right: 0;	
} */

.sec1_img:before{
	content: "";
	position: absolute;
	z-index: 6;
	background: #eee;
	top: 0;
	bottom: 0;
	left:  0;
	right: 100%;

}

.sec1_inner {
	position: relative;
	top: 70px;
	display: -ms-flexbox;
  display: flex;
  height: 430px;
  z-index: 1;
}
.sec1_textBox {
	position: relative;
	width: 420px;
  z-index: 2;
}

.sec1_textBox .mask {
	position: absolute;
	z-index: 5;
	background: #f4f3ee;
	top: 0;
	bottom: 0;
	left:  0;
	right: 0;
}
.sec1_textBox:before{
	content: "";
	position: absolute;
	z-index: 6;
	background: #eee;
	top: 0;
	bottom: 0;
	left:  0;
	right: 100%;
}
.sec1_textBox .cover {
	background: #FFF;
	padding: 50px 60px 50px 50px;
	height: 100%;
	text-align: left;
	position: relative;
	z-index: 1;
}
.sec1_textBox .title_default {
	text-align: left;
}
.sec1_text01 {
	line-height: 2;
}

.musk__inview{
	position: absolute;
	z-index: 5;
	/* background: #f4f3ee; */
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left:  0;
	right: 0;	
	overflow: hidden;
}

.musk__inview:before{
	content: "";
	position: absolute;
	z-index: 6;
	background: #eee;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.inview_box_on .sec1_textBox:before , .musk__inview.show-slide:before{
    animation: mask1_3 8s ease forwards;
}

@keyframes mask1_3 {
    0% {
        right: 100%;
    }

    10% {
        right: 100%;
    }    

    15% {
        right: 0;
    }        

    100% {
        right: 0;
    }


    0% {
        left: 0;
    }

    12% {
        left: 0;
    }    

    17% {
        left: 100%;
    }        

    100% {
        left: 100%;
    }
}

.inview_box_on .sec1_textBox .mask {
    animation: mask1_1 6s ease forwards;
}
@keyframes mask1_1 {
    0% {
        left: 0;
    }

    12% {
        left: 0;
    }    

    17% {
        left: 100%;
    }        

    100% {
        left: 100%;
    }
}


.inview_box_on .sec1_img:before{
    animation: mask1_4 6s ease forwards;
}

@keyframes mask1_4 {
    0% {
        right: 100%;
    }

    15% {
        right: 100%;
    }    

    25% {
        right: 0%;
    }        

    100% {
        right: 0%;
    }

    0% {
        left: 0;
    }

    17% {
        left: 0;
    }    

    27% {
        left: 100%;
    }        

    100% {
        left: 100%;
    }    
}

.inview_box_on .sec1_img .mask{
    animation: mask1_2 6s ease forwards;
}
@keyframes mask1_2 {
    0% {
        left: 0;
    }

    17% {
        left: 0;
    }    

    27% {
        left: 100%;
    }        

    100% {
        left: 100%;
    }
}


/*　sec2
---------------------------------------------------------*/
.sec2 {}
.sec2_inner01 {
	position: relative;
	background: #4C2080;
	padding: 70px 0 185px;
}
.sec2 .title_default {
	color: #FFF;
	margin-bottom: 35px;
}
.sec2 .title_default span {
	color: #D0B4FA;
}
.sec2 .lead {
	color: #FFF;
	text-align: center;
}
.sec2_inner02 {
	background: #F4F3EE;
	padding-bottom: 155px;
}
.sec2_list {
	position: relative;
	margin-top: -115px;
  z-index: 1;
}
.sec2_list li {
	margin-top: 90px;
}
.sec2_list li:first-child {
	margin-top: 0;
}
.sec2_list li a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
}
.sec2_list li:nth-child(even) a {
	-ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sec2_list li a:hover {
	opacity: 1;
}
.sec2_list li a  > * {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
	transition: all .3s ease;
}
.sec2_list li a figure {
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
	width: 580px;
	overflow: hidden;
}
.sec2_list li a figure:after{
  content: '';
	position: absolute;
	z-index: 5;
	background: #f4f3ee;
	top: 0;
	bottom: 0;
	left:  0;
	right: 0;
}
.sec2_list li a figure p:before{
  content: '';
  position: absolute;
  z-index: 6;
  background: #4C2080;
  top: 0;
  left:  0;
  right: 0;
  height: 115px;
  display: none;
}
.sec2_list li a figure p:after{
	content: "";
	position: absolute;
	z-index: 6;
	background: #eee;
	top: 0;
	bottom: 0;
	left:  0;
	right: 100%;
}
.sec2_list li:first-child a figure p:before{
  display: block;
}

.sec2_list li a figure:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  /*background-image: url(../r-img/home/icon_play.png);*/
  background-repeat: no-repeat;
  width: 80px;
  height: 82px;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sec2_list li a figure img {
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sec2_list li a:hover figure img {
	-webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}
.sec2_textBox {
	position: relative;
	background: #FFF;
	margin-left: -40px;
	padding: 45px 60px;
	width: 460px;
	height: 300px;
  z-index: 2;
}
.sec2_textBox:after{
  content: '';
	position: absolute;
	z-index: 5;
	background: #f4f3ee;
	top: 0;
	bottom: 0;
	left:  0;
	right: 0;
}
.sec2_textBox .tag_box:after{
	content: "";
	position: absolute;
	z-index: 6;
	background: #eee;
	top: 0;
	bottom: 0;
	left:  0;
	right: 100%;

}


.sec2_list li:nth-child(even) .sec2_textBox {
	margin-left: 0;
	margin-right: -40px;
}
.sec2_textBox:before {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: #4C2080;
  width: 0;
  height: 6px;
  transition: width 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sec2_list li a:hover .sec2_textBox:before {
  width: 100%;
}
.sec2_list li a:hover .sec2_textBox > * {
	/*opacity: 0.75;*/
}
.sec2_textBox .tag_box {
	margin-bottom: 17px;
}
.sec2_textBox .tag_box .tag {
	background: #4C2080;
	margin-bottom: 27px;
	color: #FFF;
	width: 105px;
	font-size: 1.4rem;
	text-align: center;
	line-height: 34px;
}
.sec2_textBox .tag_box .join {
	font-size: 1.8rem;
}
.sec2_textBox dl {}
.sec2_textBox dt {
	margin-bottom: 10px;
	font-size: 2.8rem;
}
.sec2_textBox dt span {
	margin-left: 20px;
	font-size: 1.8rem;
}
.sec2_textBox dd {
	font-size: 1.6rem;
}




.inview_box_on  .sec2_textBox .tag_box:after{
    animation: mask2_3 6s ease forwards;
}
@keyframes mask2_3 {
    0% {
        right: 100%;
    }

    10% {
        right: 100%;
    }    

    15% {
        right: 0;
    }        

    100% {
        right: 0;
    }


    0% {
        left: 0;
    }

    12% {
        left: 0;
    }    

    17% {
        left: 100%;
    }        

    100% {
        left: 100%;
    }
}



.inview_box_on .sec2_textBox:after{
    animation: mask2_1 6s ease forwards;
}
@keyframes mask2_1 {

    0% {
        left: 0;
    }

    12% {
        left: 0;
    }    

    17% {
        left: 100%;
    }        

    100% {
        left: 100%;
    }
}


.sec2_list li.inview_box_on a figure p:after{
    animation: mask2_4 6s ease forwards;
}
@keyframes mask2_4 {
    0% {
        right: 100%;
    }

    15% {
        right: 100%;
    }    

    25% {
        right: 0%;
    }        

    100% {
        right: 0%;
    }

    0% {
        left: 0;
    }

    17% {
        left: 0;
    }    

    27% {
        left: 100%;
    }        

    100% {
        left: 100%;
    }    
}


.sec2_list li.inview_box_on a figure:after,
.sec2_list li.inview_box_on a figure p:before{
    animation: mask2_2 6s ease forwards;
}
@keyframes mask2_2 {

    0% {
        left: 0;
    }

    17% {
        left: 0;
    }    

    27% {
        left: 100%;
    }        

    100% {
        left: 100%;
    }    
}



/*　sec3
---------------------------------------------------------*/
.sec3 {}
.sec3_inner01 {
	position: relative;
	padding: 70px 0 55px;
	background: #4C2080;
}
.sec3 .title_default {
	color: #FFF;
	margin-bottom: 35px;
}
.sec3 .title_default span {
	color: #D0B4FA;
}
.sec3 .lead {
	color: #FFF;
	text-align: center;
}
.sec3_inner02 {}
.sec3_list {
	position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.sec3_list li {
	width: 50%;
	text-align: center;
	overflow: hidden;
}
.sec3_list li a {
	position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  padding: 55px 20px 60px;
  width: 100%;
  z-index: 1;
}
.sec3_list li a:hover {
	opacity: 1;
}	
.sec3_list li figure {
	position: absolute;
	top: 0;
	left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec3_list li figure:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: url(../r-common/img/bg_stripe.png);
  background-position: center center;
	background-repeat: repeat;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.sec3_list li a:hover figure:before {
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.sec3_list li figure:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../r-img/home/sec3_img01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.sec3_list li:nth-of-type(2) figure:after {background-image: url(../r-img/home/sec3_img02.jpg);}
.sec3_list li:nth-of-type(3) figure:after {background-image: url(../r-img/home/sec3_img03.jpg);}
.sec3_list li:nth-of-type(4) figure:after {background-image: url(../r-img/home/sec3_img04.jpg);}
.sec3_list li a:hover figure:after {
  -webkit-filter: brightness(0.6) blur(3px);
  filter: brightness(0.6) blur(3px);
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.sec3_list li h3 {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 45px;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
}
.sec3_list li h3:before {
	content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  margin: auto;
  width: 32px;
  height: 2px;
}
.sec3_list li p {
	margin-bottom: 45px;
	font-size: 1.4rem;
	line-height: 1.7;
	letter-spacing: 0.075em;
}

.btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
}  
.btn:before {
	content: "";
	background-color: rgba(255,255,255,1);
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: -1;
	transform: translateX(0);
  transition: none;
}
a:hover .btn,
a:hover .btn:before {
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	animation-timing-function: cubic-bezier(.785, .135, .15, .86);
}
a:hover .btn {
	-webkit-animation-name: btntext;
	animation-name: btntext;
}
a:hover .btn:before {
	-webkit-animation-name: slidein;
	animation-name: slidein;
}

@keyframes btntext {
  0% {
  	color: #FFF;
  }
  50% {
  	color: #4C2080;
  }
  100% {
  	color: #FFF;
  }
}
@keyframes slidein {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(200%);
  }
}


/*.sec3_list .btn:before,
.sec3_list .btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.sec3_list .btn:before {
	background-color: #d03c1b
}
.sec3_list .btn:after {
	border: 2px solid #fff
}
.sec3_list .btn:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0)
}
.sec3_list a:hover .btn {
	-webkit-animation-name: fromOrangeToWhite;
	animation-name: fromOrangeToWhite;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	animation-timing-function: cubic-bezier(.785, .135, .15, .86)
}
.sec3_list a:hover .btn:before {
	-webkit-animation-name: through;
	animation-name: through;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	animation-timing-function: cubic-bezier(.785, .135, .15, .86)
}*/

/*　sec4
---------------------------------------------------------*/
.sec4 {
	position: relative;
	background: #F4F3EE;
	padding: 175px 0 0;
}
.sec4 .title_default {
	margin-bottom: 80px;
}
.sec4 a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
}
.sec4 a:hover {
	opacity: 1;
}
.sec4 a > * {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
	transition: all .3s ease;
}
.sec4 figure {
	margin-bottom: 60px;
	width: 836px;
}
.sec4 a:hover figure {
	opacity: 0.85;
}
.sec4_textBox {
	position: relative;
	background: #FFF;
	margin-left: -174px;
	padding: 45px;
	width: 338px;
	height: 400px;
  z-index: 2;
}
.sec4 a:hover .sec4_textBox {
	background: #4C2080;
}
.sec4_textBox h3 {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 25px;
	font-size: 2.4rem;
}
.sec4 a:hover .sec4_textBox h3 {
	color: #FFF;
}
.sec4_textBox h3:before {
	content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #4C2080;
  width: 51px;
  height: 2px;
}
.sec4 a:hover .sec4_textBox h3:before {
	background: #FFF;
}
.sec4_text01 {
	line-height: 1.6;
}
.sec4 a:hover .sec4_text01 {
	color: #FFF;
}
.sec4_textBox .btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 45px;
	border: 2px solid #4C2080;
	color: #4C2080;
}
.sec4 a:hover .sec4_textBox .btn {
	border: 2px solid #FFF;
	color: #FFF;
}

/*　sec5
---------------------------------------------------------*/
.sec5 {
	position: relative;
	background: #F4F3EE;
	padding: 170px 0 25px;
	z-index: 1;
}
.sec5:before {
	content: "";
  position: absolute;
  bottom: 250px;
  left: 0;
  right: 0;
  background: #FFF;
  height: 120px;
  z-index: -1;
}
.sec5:after {
	content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #4C2080;
  height: 250px;
  z-index: -1;
}
.sec5 .title_default {
	margin-bottom: 80px;
}
.sec5_inner01 {
	position: relative;
  z-index: 1;
  height: 700px;
}
.sec5_img {
	position: absolute;
  top: 0;
  right: 0;
  background-image: url(../r-img/home/sec5_img01.jpg);
  background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	width: calc(50% + 500px);
	height: 100%;
	overflow: hidden;
}
.sec5_textBox {
	position: relative;
	padding: 100px 90px 30px;
	width: 650px;
	height: 700px;
  z-index: 2;
}
.sec5_textBox h3 {
	margin-bottom: 55px;
  margin-right: -104px;
}
.sec5_textBox .sig {
	display: -ms-flexbox;
  display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
}
.sec5_textBox .sig dt {
	font-size: 3.0rem;
}
.sec5_textBox .sig dd {
	margin-right: 20px;
	font-size: 1.6rem;
}
.sec5_text01 {
	line-height: 2;
	letter-spacing: 0.03em;
}


/*追記CSS*/
.s-jisseki{
	width: 185px;
    font-weight: bold;
    font-size: 18px;
    background: #45247B;
    color: #fff;
    padding: 10px 20px;
}


.s-jisseki-tBox {
	position: relative;
    background: #45247B;
    margin-left: 36px;
    padding: 15px 20px;
    width: 560px;
    height: 80px;
    color: #fff;
    font-size: 15px;
    top: 0px;
}

@media all and (max-width:414px) {
	.s-jisseki{
		width: 165px;
		font-size: 16px;
		background: #fff;
		color: #000;
		padding: 10px 18px 0px;
		margin-top: 18px;
		margin-left: 38px;
	}

	.s-jisseki-tBox {
		background: #fff;
		margin-left: 38px;
		padding: 10px 19px;
		width: 80%;
		height: auto!important;
		text-align: justify!important;
		height: 0;
		color: #000;
		font-size: 14px;
		text-align: left;
	}
}



.v_modal {
	pointer-events: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000;
}
.v_modal_box {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 10;
}
.v_modal_box_inner {
	opacity: 0;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}
@media all and (min-width:679px) {
.v_modal_box_inner {
	width: 70%;
}
}
@media all and (max-width:678px) {
.v_modal_box_inner {
	width: 90%;
}
}
.v_modal_video {
	position: relative;
	padding-top: 56.25%;
	background-color: #000;
}
.v_modal_video video {
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	pointer-events: none;
}
.v_modal_close {
	margin-top: 20px;
	color: #d03c1b;
	text-align: center;
}
.v_modal_close p {	
	position: relative;
	display: block;
	border: 2px solid #4C2080;
	color: #4C2080;
	margin: auto;
	width: 168px;
	font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
	line-height: 36px;
	letter-spacing: 0.075em;
}
.v_modal_bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,.9);
}
.v_modal_bg {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
	-webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}
.v_modal.is-open .v_modal_box_inner {
	display: block;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.v_modal.is-open .v_modal_video video {
	display: block;
	pointer-events: auto;
}
.v_modal.is-open .v_modal_close p {
	cursor: pointer;
	pointer-events: auto;
}
.v_modal.is-open .v_modal_bg {
	cursor: pointer;
	pointer-events: auto;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}





@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	.sec1_list li div.text_box:after {background-image: url(../r-common/img/arw01@2x.png);}
	.sec2_list li div.text_box:after {background-image: url(../r-common/img/arw01@2x.png);}
	.sec3_list li div.text_box .more:after {background-image: url(../r-common/img/arw02@2x.png);}
	.sec4_list li div.text_box .more:after {background-image: url(../r-common/img/arw02@2x.png);}
}

@media screen and (max-width: 1260px) {
}

@media screen and (max-width: 1000px) {
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 679px) {

	.mainVisual {
		/*background-image: url(../r-img/home/main_sp.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;*/
		height: -webkit-calc(100% - 56px);
		height: calc(100% - 56px);
		height: -webkit-calc(100vh - 56px);
		height: calc(100vh - 56px);
		min-height: 290px;
	}
	.mainVisual .main_title {
		position: absolute;
		top: 50%;
		left: 0;
		margin-left: 0.33em;
		width: 100%;
		font-size: 4.4rem;
		line-height: 1.6;
		text-align: center;
	}
	.mainVisual .main_title span.sub {
		margin: 8px 0 0 -1em;
		font-size: 2.6rem;
	}
  .mainVisual .bx-wrapper {
    display: block;
  }
  .mainVisual .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
  }
  .mainVisual .bxslider li {
    background-image: url(../r-img/home/mainslide_01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: -webkit-calc(100vh - 56px);
    height: calc(100vh - 56px);
    min-height: 290px;
  }
  .mainVisual .bxslider li:nth-of-type(2) {background-image: url(../r-img/home/mainslide_02.jpg);}
  .mainVisual .bxslider li:nth-of-type(3) {background-image: url(../r-img/home/mainslide_03.jpg);}
  .mainVisual .bxslider li:nth-of-type(4) {background-image: url(../r-img/home/mainslide_04.jpg);}
  .mainVisual .bxslider li:nth-of-type(5) {background-image: url(../r-img/home/mainslide_05.jpg);}
  .mainVisual .bxslider li:nth-of-type(6) {background-image: url(../r-img/home/mainslide_06.jpg);}
  .mainVisual .bxslider li:nth-of-type(7) {background-image: url(../r-img/home/mainslide_07.jpg);}
  .mainVisual .bxslider li:nth-of-type(8) {background-image: url(../r-img/home/mainslide_08.jpg);}
  .mainVisual .bxslider li:nth-of-type(9) {background-image: url(../r-img/home/mainslide_09.jpg);}
  .mainVisual .bxslider li:nth-of-type(10) {background-image: url(../r-img/home/mainslide_10.jpg);}
  .mainVisual .bxslider li:nth-of-type(11) {background-image: url(../r-img/home/mainslide_11.jpg);}
  .mainVisual .bxslider li:nth-of-type(12) {background-image: url(../r-img/home/mainslide_12.jpg);}
  .mainVisual .bxslider li:nth-of-type(13) {background-image: url(../r-img/home/mainslide_13.jpg);}
	#video {
		display: none;
	}
	.scroll_icon {
		display: none;
	}

	/*　sec1
	---------------------------------------------------------*/
	.sec1 {
		padding: 85px 0 80px;
		height: auto;
	}
	.sec1_img {
	  position: relative;
    top: 0;
    right: -3%;
    background-image: url(../r-img/home/sec1_img01_sp.jpg);
    padding: 31.5% 0;
    width: calc(100% - 3%);
    height: 100%;
	}
	.sec1_inner {
		top: 0;
	  height: auto;
	}
	.sec1_textBox {
		margin: -30px auto 0;
		width: 80%;
	}
	.sec1_textBox .cover {
		padding: 40px 20px 35px;
		height: auto;
	}
	.sec1_textBox .title_default {
		margin-bottom: 15px;
		text-align: center;
	}


	.sec1_textBox .mask,
	.sec1_textBox:before,
	.sec1_img .mask,
	.sec1_img:before{
	    display: none;
	}

	/*　sec2
	---------------------------------------------------------*/
	.sec2_inner01 {
		padding: 40px 0 80px;
	}
	.sec2 .title_default {
		margin-bottom: 20px;
	}
	.sec2 .lead {
		margin: auto;
		width: 80%;
		text-align: justify;
	}
	.sec2_inner02 {
		padding-bottom: 80px;
	}
	.sec2_list {
		margin-top: -45px;
	}
	.sec2_list li {
		margin: 55px auto 0;
		width: 80%;
	}
	.sec2_list li a {
    display: block;
	}
	.sec2_list li a figure {
		margin-bottom: 0;
		width: 100%;
	}
	.sec2_list li a figure:before {
	  background-size: 40px auto;
	  width: 40px;
	  height: 41px;
	}
	.sec2_textBox {
		background: transparent;
		margin-left: 0;
		padding: 18px 0 0;
		width: 100%;
		height: auto;
	}
	.sec2_list li:nth-child(even) .sec2_textBox {
		margin-right: 0;
	}
	.sec2_textBox:before {
	  display: none;
	}
	.sec2_textBox .tag_box {
		display: -ms-flexbox;
	  display: flex;
	  -ms-flex-align: center;
	  align-items: center;
		margin-bottom: 12px;
	}
	.sec2_textBox .tag_box .tag {
		margin-bottom: 0;
		width: 77px;
		font-size: 1.0rem;
		line-height: 27px;
	}
	.sec2_textBox .tag_box .join {
		margin-left: 20px;
		font-size: 1.4rem;
	}
	.sec2_textBox dl {}
	.sec2_textBox dt {
		margin-bottom: 5px;
		font-size: 2.4rem;
	}
	.sec2_textBox dt span {
		margin-left: 12px;
		font-size: 1.6rem;
	}
	.sec2_textBox dd {
		font-size: 1.2rem;
	}



  .sec2_textBox .tag_box:after,
  .sec2_list li a figure p:after,
	.sec2_textBox:after,
	.sec2_list li.inview_box_on a figure:after,
	.sec2_list li.inview_box_on a figure p:before{
		display: none;
	}

	/*　sec3
	---------------------------------------------------------*/
	.sec3_inner01 {
		padding: 40px 0 55px;
	}
	.sec3 .title_default {
		margin-bottom: 20px;
	}
	.sec3 .lead {
		margin: auto;
		width: 80%;
		text-align: justify;
	}
	.sec3_list {
	  display: block;
	}
	.sec3_list li {
		width: 100%;
	}
	.sec3_list li a {
	  padding: 40px 3% 50px
	}
	.sec3_list li a .text_box {
	  margin: auto;
		width: 80%;
	}
	.sec3_list li h3 {
		padding-bottom: 7px;
    margin-bottom: 18px;
    font-size: 2.0rem;
	}
	.sec3_list li h3:before {
	  width: 16px;
	}
	.sec3_list li p {
		margin-bottom: 25px;
		font-size: 1.4rem;
	}

	.btn:before {
		display: none;
	}

	/*　sec4
	---------------------------------------------------------*/
	.sec4 {
		padding: 85px 0 0;
	}
	.sec4 .title_default {
		margin-bottom: 35px;
	}
	.sec4 a {
		display: block;
		margin: auto;
		width: 80%;
	}
	.sec4 figure {
		margin-bottom: 0;
		width: 100%;
	}
	.sec4_textBox {
		background: #4C2080;
		margin: 0 auto;
		padding: 35px 20px 40px;
		width: 100%;
		height: auto;
	}
	.sec4_textBox h3 {
		color: #FFF;
		padding-bottom: 10px;
		margin-bottom: 15px;
		font-size: 2.0rem;
		text-align: center;
	}
	.sec4_textBox h3:before {
	  right: 0;
	  background: #FFF;
	  margin: auto;
	  width: 25px;
	  height: 2px;
	}
	.sec4_text01 {
		margin-bottom: 20px;
		color: #FFF;
		text-align: center;
	}
	.sec4_textBox .btn {
		position: relative;
		bottom: 0;
		border: 2px solid #FFF;
		color: #FFF;
	}

	/*　sec5
	---------------------------------------------------------*/
	.sec5 {
		padding: 85px 0 0;
	}
	.sec5:before {
		display: none;
	}
	.sec5:after {
	  height: 15%;
	}
	.sec5 .title_default {
		margin-bottom: 35px;
	}
	.sec5_inner01 {
	  height: auto;
	}
	.sec5_img {
		position: relative;
	  top: 0;
	  right: -3%;
	  background-image: url(../r-img/home/sec5_img01_sp.jpg);
	  padding: 31.5% 0;
		width: calc(100% - 3%);
		height: 100%;
	}
	.sec5_textBox {
		background: #FFF;
		margin: -30px auto 0;
		padding: 40px 20px 35px;
		width: 80%;
		height: auto;
	}
	.sec5_textBox h3 {
		margin-bottom: 25px;
    margin-right: 0;
	}
	.sec5_textBox .sig {
	  display: block;
	  margin-bottom: 25px;
	  text-align: right;
	}
	.sec5_textBox .sig dt {
		font-size: 2.0rem;
	}
	.sec5_textBox .sig dd {
		margin: 0;
		font-size: 1.3rem;
	}
	.sec5_text01 {
		text-align: justify;
	}
	

}



/* 20250925 */
.sns a img{
	width: 15px;
}

#pageHeader.recruit{
	background: inherit;
	transition: 0.4s;
}

#pageMain.recruit{
	margin-top: 0;
}

#pageHeader.recruit a{
	color:white
}

#pageHeader.recruit #gnav{
	margin-right: 80px;
}

#pageHeader.recruit .pageHeaderLogo img{
	width: 375px;
}

#pageHeader.recruit .pageHeaderLogo .sp-none .num{
	color:white;
}

#pageHeader.recruit.child .pageHeaderLogo .sp-none .num{
	color:#4C2080;
}

.p-entry__link{
	position: fixed;
	right: 80px;
	bottom: 50px;
	z-index: 10;
	transition: 0.4s;
	background: white;
	width: 164px;
	height: 164px;
	color:#4C2080;
	text-align: center;
	font-size: 27px;
	line-height: 164px;
	font-weight: 500;
	border-radius: 50%;
}

.p-entry__link:hover{
	opacity: 1;
	background: #4C2080;
	color:white;
}


.recruit .sec1{
	background: #4C2080;
	padding:120px 0;
	height: auto;
	min-height: 840px;
}

.recruit .sec1_img{
	top: 120px;
	height: 600px;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	background-image: url('../images/recruit/musk.png');
	background-size: cover;
	background-position: bottom;
}

.mainWidth2{
	padding:0 20px;
	box-sizing: border-box;
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
}

.plus__box{
	color:white;
}

.plus__box h2{
	font-size: 48px;
	font-weight: bold;
	margin:0;
}

.pb__text1{
	font-size: 20px;
	font-weight: 500;
}

.pb__text2{
	font-size: 16px;
	margin:55px 0 80px;
	line-height: 1.85;
}

.arrow__link{
	display: block;
	width: 320px;
	box-sizing: border-box;
	position: relative;
	border-radius: 8px;
	font-size: 16px;
	text-align: center;
	border:1px solid white;
	color:white;
	padding:19px 0;
}


.arrow__link:after{
	content: '';
	width: 14px;
	height: 12px;
	background-image: url('../images/recruit/arrow.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.4s;
}

.arrow__link:hover{
	background: white;
	color:#4C2080;
	opacity: 1;
}

.arrow__link:hover:after{
	background-image: url('../images/recruit/arrow4.png');
}

.plus__sec2{
	background: #F4F3EE;
	padding: 120px 0;
}

.title__flex{
	display: flex;
	color: #4C2080;
	margin-bottom: 75px;
}

.title__left{
	box-sizing: border-box;
	padding-right: 20px;
	width: 325px;
}

.title__right{
	width: calc(100% - 325px);
}

.title__left h2{
	font-size: 40px;
	font-weight: bold;
	margin: 0;
}

.title__right p{
	font-size: 16px;
	margin:10px 0 0;
	line-height: 1.8;
}

.ps2__flex{
	display: flex;
	align-items: center;
	margin-top: 55px;
}

.ps2__left{
	width: 50%;
	position: relative;
}

.ps2__left img{
	width: 100%;
}

.ps2__right{
	width: 50%;
}

.ps2__right a{
	display: block;
	background: #4C2080;
	color:white;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	padding:55px 80px;
	box-sizing: border-box;
	position: relative;
}

.ps2__right a h3{
	font-size: 32px;
	font-weight: bold;
	margin:0 0 20px;
}

.ps2__right a p{
	font-size: 16px;
	margin:0;
	line-height: 1.8;
}

.ps2__right a:after{
	content: '';
	position: absolute;
	right: 80px;
	top: 50%;
	width: 88px;
	height: 88px;
	background-image: url('../images/recruit/arrow2.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
	transition: 0.4s;
}

.ps2__right a:hover{
	opacity: 1;
}

.ps2__right a:hover:after{
	background-image: url('../images/recruit/arrow5.png');
}

.plus__sec3{
	background: #4C2080;
	padding:120px 0;
	color:white;
}

.ps3__flex{
	display: flex;
}

.ps3__left{
	width:40%;
	box-sizing: border-box;
	padding-right: 20px;
}

.ps3__left h2{
	font-size: 40px;
	font-weight: bold;
	margin: 0;
}

.ps3__right{
	width:60%;
}

.ps3__right ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.ps3__right ul li{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom:1px solid white;
}

.ps3__right ul li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.ps3__right ul li a{
	padding:25px 0;
	color:white;
	font-size: 32px;
	font-weight: bold;
	position: relative;
	display: block;
}

.ps3__right ul li a:after{
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	width: 88px;
	height: 88px;
	background-image: url('../images/recruit/arrow2.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
	transition: 0.4s;
}

.ps3__right ul li a:hover{
	opacity: 1;
}

.ps3__right ul li a:hover:after{
	background-image: url('../images/recruit/arrow5.png');
}

.ps3__right ul li a:hover{
	opacity: 1;
}

.plus__sec4{
	background: #F4F3EE;
	padding:120px 0;
	color: #4C2080;
}

.mainWidth3{
	padding:0 20px;
	box-sizing: border-box;
	max-width: calc(1320px + 10vw);
	margin-left: auto;
	margin-right: 0;
}

.plus__sec4 h2{
	font-size: 40px;
	font-weight: bold;
	margin: 0;
}

.slider-1{
	margin-top: 80px;
}

.slider-1 .slick-prev{
	position: absolute;
	right: 130px;
	width: 28px;
	top: -45px;
	cursor: pointer;
}

.slider-1 .slick-next{
	position: absolute;
	right: 80px;
	width: 28px;
	top: -45px;
	cursor: pointer;
}

.slider__col{
	color:#4C2080;
	text-decoration: none;
}

.arrow__link.size2{
	transition: 0.4s;
}

.slider__col:hover .arrow__link.size2{
	opacity: 1;
	background: #4C2080;
	color:white;
}

.slider__col:hover .arrow__link.size2:after{
	background-image: url('../images/recruit/arrow.png');
}

.slider__col:hover{
	opacity: 1;
}

.slider__text1{
	font-size: 16px;
	margin:22px 0 0;
	font-weight: 500;
}

.slider__text2{
	font-size: 28px;
	margin:10px 0 0;
	font-weight: bold;
}

.slider__text2 span{
	display: inline-block;
	font-size: 14px;
	margin-left:20px ;
	font-weight: 400;
}

.slider__text3{
	margin:8px 0 20px;
	font-size: 14px;
	font-weight: 500;
}

.arrow__link.size2{
	width: 120px;
	font-size: 10px;
	color:#4C2080;
	border-color: #4C2080;
	padding:4px 0;
}

.arrow__link.size2:hover{
	opacity: 1;
	background: #4C2080;
	color:white;
}

.arrow__link.size2:hover:after{
	background-image: url('../images/recruit/arrow.png');
}

.arrow__link.size2:after{
	width: 9px;
	height: 8px;
	right: 10px;
	background-image: url('../images/recruit/arrow3.png');
}

.slider-1 .slick-list{
	padding-left: 0!important;
	padding-right: 80px!important;
}

.slider-1 .slider__col{
	transition: 0.4s;
	margin-right: 20px;
	position: relative;

}
/* 
.slider-1 .slick-current.slider__col{
	position: relative;
	left: 0;
}

.slider-1 .slider__col img{
	transition: 0.4s;
	width: 80%;
}

.slider-1 .slick-current.slider__col img{
	width: 100%;
} */

.movie__area{
	margin-top: 190px;
	position: relative;
	box-sizing: border-box;
	padding:0 80px;
}

.movie__area:before{
	content: '';
	position: absolute;
	left: 0;
	top: 170px;
	width: 100%;
	height: calc(100% - 340px);
	background: #4C2080;
	z-index: 1;
}

.movie__area a{
	display: block;
	width: 46%;
	position: relative;
	z-index: 2;
	color:white;
	transition: 0.4s;
}

.movie__area a:hover{
	opacity: 1;
}

.movie__area a:hover .movie__img:before{
	background-image: url('../images/recruit/play2.png');
}

.movie__area a.color{
	color: #4C2080;
}

.movie__area a.video1{
	margin-left: auto;

}

.movie__area a.video2{
	margin-top: -170px;
}

.movie__area a.video3{
	margin-left: auto;
	margin-top: -170px;
}

.movie__area a img{
	width: 100%;
}

.ma__text1{
	font-size: 16px;
	margin:20px 0 0;
	font-weight: 500;
}

.ma__text2{
	font-size: 28px;
	margin:8px 0 0;
	font-weight: bold;
}

.ma__text2 span{
	display: inline-block;
	font-size: 14px;
	margin-left:20px ;
	font-weight: 400;
}

.ma__text3{
	margin:6px 0 0;
	font-size: 14px;
	font-weight: 500;
}

.plus__sec5{
	background: #4C2080;
	padding:120px 0;
	color:white;
}

.ps5__flex{
	display: flex;
	align-items: center;
}

.ps5__left{
	width: 45%;
	box-sizing: border-box;
	padding-right: 20px;
	color:white;
}

.ps5__right{
	position: relative;
	width: 55%;
	overflow: hidden;
	border-radius: 8px;
}

.ps5__left h2{
	font-size: 40px;
	font-weight: bold;
	margin: 0;
}

.arrow__link.target:after{
	background-image: url('../images/recruit/target.png');
	width:16px;
	height: 16px;
}

.arrow__link.target:hover:after{
	background-image: url('../images/recruit/target2.png');
}

.plus__sec6{
	padding:120px 0;
	background: #F4F3EE;
	color:#4C2080;
}

.ps6__flex{
	display: flex;
}

.ps6__left{
	width: 32%;
	box-sizing: border-box;
	padding-right: 20px;
}

.ps6__left h2{
	font-size: 40px;
	font-weight: bold;
	margin: 0;
}

.ps6__right{
	width: 68%;
}

.faq__box{
	border-top:1px solid #4C2080;
	padding:30px 0;
}

.plus__sec6 .faq__box:last-child{
	border-bottom:1px solid #4C2080;
}

.faq__box .faq__q{
	position: relative;
	padding-left: 50px;
	padding-right: 70px;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}

.faq__box .faq__q:before{
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 2px;
	background: #4C2080;
}

.faq__box .faq__q:after{
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	width: 18px;
	height: 2px;
	transition: 0.4s;
	background: #4C2080;
}

.faq__box .faq__q.open:after{
	transform: translateY(-50%) rotate(180deg);
}

.faq__box .faq__q span , .faq__box .faq__a span{
	position: absolute;
	left: 0;
	top: -11px;
	font-size: 32px;
	font-weight: 500;
	color:#4C2080;
}

.faq__box .faq__a{
	font-size: 14px;
	padding-left: 50px;
	padding-right: 70px;
	font-weight:500;
	margin:25px 0 0;
	color:#323232;
	position: relative;
	display: none;
}

.plus__sec7{
	padding:120px 0;
	background: #4C2080;
	color:white;
}

.plus__sec7 h2{
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 60px;
}

.arrow__link.center{
	margin:0 auto;
}

.plus__sec7 .arrow__link.center{
	margin-top: 60px;
}

.plus__sec8{
	padding:85px 0;
	background-image: url('../images/recruit/re-bg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.plus__sec8 a{
	display: block;
	width:100%;
	border:1px solid white;
	border-radius: 8px;
	padding:110px 80px;
	box-sizing: border-box;
	position: relative;
	color:white;
}

.plus__sec8 a:after{
	content: '';
	position: absolute;
	right: 80px;
	top: 50%;
	width: 88px;
	height: 88px;
	background-image: url('../images/recruit/arrow2.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
	transition: 0.4s;
}

.plus__sec8 a:hover{
	opacity: 1;
}

.plus__sec8 a:hover:after{
	background-image: url('../images/recruit/arrow5.png');
}

.plus__sec8 a .title__flex{
	margin: 0;
	align-items: center;
	color:white;
}

.recruit footer{
	padding:67px 0 35px;
	background: #4C2080;
}

.footer__flex{
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.footer__left{
	display: flex;
	align-items: end;
	width: 60%;
}


.footer__right{
	width: 40%;
}

.footer__left a.pr__link{
	font-size: 14px;
	color:white;
	margin-left: 80px;
	font-weight: 500;
}

.footer__right p{
	font-size: 12px;
	margin: 0;
	font-weight: 400;
	color:white;
	text-align: right;
}

.tm__sec1{
	margin:72px 0 0;
	width: 100%;
	height: auto;
	padding: 13vw 0 8vw;
	background-image: url('../images/recruit/pageV.jpg');
	background-size: cover;
	background-position: bottom;
}

.tm__sec1 h2{
	font-size: 48px;
	font-weight: bold;
	margin:0;
	color:#4C2080;
}

.tm__sec1 p.ts1__text1{
	font-size: 20px;
	font-weight: 500;
	margin:0 0 120px;
	color:#4C2080;
}

.tm__sec1 p.ts1__text2{
	font-size: 20px;
	font-weight: 500;
	margin:0 0 15px;
	color:#4C2080;
}

.tm__sec1 h3{
	margin: 0 0 25px;
	font-size: 32px;
	font-weight:600;
}

.tm__sec1 h3 span{
	display: inline-block;
	background:#4C2080;
	color:white;
	padding:4px 10px;
	padding-right: 0;
	letter-spacing: 0;
}

.tm__sec1 p.ts1__text3{
	font-size: 16px;
	margin:0 0 10px;
	color:#4C2080;
}

.tm__sec1 p.ts1__text4{
	font-size: 32px;
	margin: 0;
	line-height: 1.2;
	font-weight: 500;
	color:#4C2080;
}

.tm__sec1 p.ts1__text4 span{
	font-size: 14px;
	display: inline-block;
	margin-left: 20px;
	font-weight: 400;
	position: relative;
	top: -7px;
}

.tm__sec2{
	padding: 160px 0 300px;
}

.ts2__flex{
	display: flex;
	position: relative;
	align-items: center;
}

.ts2__flex:before{
	content: '';
	position: absolute;
	left: 25%;
	top: -160px;
	width: 93%;
	height: calc(100% + 320px);
	background: #4C2080;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

.ts2__left{
	width: 50%;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.ts2__left img{
	width: 680px;
	position: relative;
	left: -240px;
	max-width: inherit;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}

.ts2__right{
	width: 50%;
	box-sizing: border-box;
	padding-left: 80px;
	position: relative;
	z-index: 2;
	color: white;
}

.ts2__right h3{
	font-size: 28px;
	font-weight:600;
	margin: 0 0 32px;
}

.ts2__right h3.mt__plus{
	margin-top: 120px;
}

.ts2__right p{
	font-size: 16px;
	margin:0;
	line-height: 1.7;
}

.ts2__flex2{
	margin-top: 320px;
	display: flex;
	position: relative;
	align-items: center;
}

.ts2__left2{
	width: 50%;
	box-sizing: border-box;
	padding-right: 70px;
}

.ts2__right2{
	width: 50%;
	box-sizing: border-box;
}

.ts2__right2 img{
	width: 680px;
	position: relative;
	max-width:inherit;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	display: block;
	margin-left: auto;
}

.ts2__left2 h3{
	font-size: 28px;
	font-weight:600;
	color:#4C2080;
	margin: 0 0 32px;
}

.ts2__left2 h3.mt__plus{
	margin-top: 120px;
}


.ts2__left2 p{
	font-size: 16px;
	margin:0;
	line-height: 1.7;
	color:#202020;
}

.plus__sec8.type2{
	background-image: url('../images/recruit/re-bg.png');
}

.interview__sec1{
	margin: 112px 0 140px;
}

.is__info h2{
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color:#4C2080;
}

.isi__text1{
	margin: 0 0 40px;
	font-size: 32px;
	font-weight: 500;
	color:#4C2080;
	line-height: 1;
	margin-top: -30px;
}

.isi__text1 span{
	display: inline-block;
	font-size: 78px;
	position: relative;
	top: 28px;
}

.is__info{
	margin-top: -350px;
	margin-left: 140px;
	position: relative;
	z-index: 2;
}

.is__info h3{
	margin:15px 0 0;
	font-size: 32px;
}

.is__info h3 span{
	display: inline-block;
	background:white;
	color:#4C2080;
	padding:4px 10px;
	padding-right: 0;
	letter-spacing: 0;
	border-radius: 8px;
	margin:4px 0;
}

.is__info h3 span.pr{
	padding-right: 10px;
}

.is__info .profile{
	background:#4C2080;
	color:white;
	width: 380px;
	max-width: 100%;
	border-radius: 8px;
	padding:35px 30px;
	box-sizing: border-box;
	margin-top: 25px;
}

.is__info .profile .profile__text1{
	font-size: 16px;
	margin: 0 0 3px;
	font-weight: 500;
}

.is__info .profile .profile__text2{
	font-size: 28px;
	margin: 0;
	font-weight: 600;
}

.is__info .profile .profile__text2 span{
	display: inline-block;
	font-size: 16px;
	margin-left: 13px;
	font-weight: 400;
}

.is__info .profile .profile__text3{
	font-size: 14px;
	margin:4px 0 0;
	font-weight: 500;
}

.is__flex2{
	display: flex;
}

.is__flex2.last{
	padding-bottom: 160px;
	margin-bottom: 160px;
	border-bottom: 1px solid #4C2080;
}

.is__left2{
	width: 54%;
	box-sizing: border-box;
}

.is__right2{
	width: 46%;
	box-sizing: border-box;
	padding-left: 20px;
}

.is__right2 img{
	width: 420px;
	max-width: 100%;
	border-radius: 16px;
	display: block;
	margin-left: auto;
}

.interview__sec3 .img__area .rel{
	max-width: 700px;
}

.recruit.child#pageHeader{
	background: white;
}

.rel{
	position: relative;
	overflow: hidden;
}

.q__text{
	margin: 0 0 40px;
	font-size: 24px;
	font-weight: 600;
	color:#4C2080;
	padding-left: 90px;
	position: relative;
}

.q__text.mt__plus{
	margin-top: 90px;
}

.q__text span{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 56px;
	font-weight: 500;
	color:#4C2080;
}

.a__text{
	font-size: 16px;
	margin:0;
	line-height: 1.7;
	color:#202020;
}

.interview__sec2{
	margin-bottom: 160px;
}

.interview__sec3{
	padding:160px 0;
	position: relative;
	color:white;
}

.interview__sec3 .img__area{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: calc(50% - 120px);
}

.interview__sec3 .img__area img{
	width: 100%;
	max-width: 700px;
	margin:12px 0;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.interview__sec3 .mainWidth{
	position: relative;
	z-index: 2;
}

.interview__sec3 .mainWidth .q__text , .interview__sec3 .mainWidth .a__text ,
.interview__sec3 .q__text span{
	color:white;
}

.interview__sec3:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: calc(1000px + 20vw);
	height: 100%;
	background: #4C2080;
	border-bottom-left-radius: 16px;
	border-top-left-radius: 16px;
}

.interview__sec2.type2{
	margin-top: 120px;
}

.sc__area{
	border-top: 1px solid #4C2080;
	border-bottom: 1px solid #4C2080;
	padding:80px 0;
	display: flex;
	align-items: center;
	margin-top: 160px;
}

.sc__left{
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
}

.sc__right{
	width: 50%;
	box-sizing: border-box;
}

.time__table{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	color:#4C2080;
}

.time__table .tt__left{
	width: 100px;
	box-sizing: border-box;
	padding-right: 30px;
	position: relative;
	margin-bottom: 20px;
}

.time__table .tt__left:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: calc(100% + 20px);
	background: #4C2080;
}

.time__table .tt__left:before{
	content: '';
	position: absolute;
	right: -5px;
	top: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #4C2080;
}

.time__table .tt__left p{
	font-size: 20px;
	margin: 0;
	font-weight: 500;
	text-align: right;
	position: relative;
	top: -10px;
}

.time__table .tt__right{
	width: calc(100% - 100px);
	box-sizing: border-box;
	padding-left: 47px;
	margin-bottom: 20px;
}

.time__table .tt__right p{
	position: relative;
	top: -10px;
	font-size: 20px;
	margin: 0;
	font-weight: 500;
	color:#202020;
}

.time__table .tt__right.last ,.time__table .tt__left.last{
	margin-bottom: 0;
}

.time__table .tt__left.last:after{
	display: none;
}

.sc__left h3{
	font-size: 32px;
	font-weight: 600;
	color:#4C2080;
	margin: 0;
}

.sc__left p{
	font-size: 16px;
	margin:0;
	line-height: 1.7;
	color:#202020;
}

.plus__sec4.page__ver h2{
	font-size: 32px;
}

.en__sec1{
	background: #4C2080;
	color:white;
	text-align: center;
	padding:75px 0;
	margin-top: 72px;
}

.en__sec1 h2{
	font-size: 48px;
	margin: 0;
	font-weight: bold;
}

.en__sec1 p{
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}

.en__sec2{
	padding:80px 0;
}

.en__sec2 ul{
	display: flex;
	list-style: none;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.en__sec2 ul li a{
	font-size: 18px;
	font-weight: 500;
	margin: 0 12px;
	border-radius: 20px;
	padding: 6px 10px;
	box-sizing: border-box;
	width: 240px;
	text-align: center;
	display: block;
	border:1px solid #4C2080;
	color:#4C2080;
	transition: 0.4s;
}

.en__sec2 ul li a:hover{
	background: #4C2080;
	color:white;
	opacity: 1;
}

.en__sec3{
	padding:160px 0;
	background:#4C2080;
}

.en__sec3 h2 , .en__sec4 h2 , .en__sec5 h2 , .en__sec6 h2{
	font-size: 40px;
	font-weight: bold;
	margin: 0;
}

.en__sec3 h2{
	color:white;
}

.en__sec4{
	padding:160px 0;
	background: #F3F4EE;
	color:#4C2080;
}

.en__sec5{
	padding:160px 0;
	background:#4C2080;
	color:white;
	position: relative;
}

.ensec5__flex{
	display: flex;
}

.ensec5__left{
	width: 320px;
	box-sizing: border-box;
	padding-right: 155px;
}

.ensec5__right .training__row:first-child{
	border-top: none;
	padding-top: 10px;
}

.ensec5__right .training__row:last-child{
	padding-bottom: 0;
}

.ensec5__left h2{
	white-space: nowrap;
}

.ensec5__left p{
	border:1px solid white;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	border-radius: 8px;
	padding:3px 0;
	margin:20px 0 0;
}

.ensec5__right{
	width: calc(100% - 320px);
	box-sizing: border-box;
}

.en__sec5 .mainWidth{
	position: relative;
	z-index: 2;
}

.en__sec5 h2 span{
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	margin-left: 30px;
	color:white;
}

.training__sec{
	width: 720px;
	max-width: 100%;
	display: block;
	margin:120px auto 0;
}

.training__row{
	border-top:1px solid white;
	padding:38px 0;
}

.training__sec .training__row:last-child{
	border-bottom:1px solid white;
}

.training__row h3{
	font-size: 24px;
	margin: 0 0 8px;
	font-weight: bold;
	color:white;
}

.training__row p{
	font-size: 16px;
	margin: 0;
	line-height: 1.7;
	color:white;
}

.en__sec6{
	padding:160px 0;
	color:#4C2080;
}

.career__sec{
	max-width: 100%;
	display: block;
	margin:80px auto 0;
	position: relative;
	width: calc(100% - 64px);
}

.career__sec:before{
	content: '';
	position: absolute;
	z-index: 2;
	left:100px;
	top: 0;
	width: 3px;
	height:calc(100% - 40px);
	background-image: radial-gradient(circle, #4C2080 1.7px, transparent 1.7px);
	background-size: 3px 10px;
	background-position: 0 0;
	background-repeat: repeat-y;
	box-sizing: border-box;
}


.career__row{
	display: flex;
	margin-top: 70px;
}

.career__left{
	width: 265px;
	position: relative;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.career__right{
	width: calc(100% - 265px);
}

.career__left .cr__col{
	width: 200px;
	height: 200px;
	background: #4C2080;
	border-radius: 50%;
	color: white;
	text-align: center;
	position: relative;
	z-index: 3;
}

.career__left .cr__col .cr__1{
	font-size: 24px;
	margin: 0;
	font-weight: 500;
	padding-top: 40px;
}

.career__left .cr__col.type2 .cr__1{
	padding-top: 48px;
	margin-bottom: 8px;
}

.career__left .cr__col .cr__2{
	font-size: 24px;
	margin:5px 0;
	line-height: 1;
	position: relative;
	top: 1px;
}

.career__left .cr__col .cr__3{
	font-size: 18px;
	margin: 0;
	font-weight: 500;
	line-height: 1.7;
}

.career__left .cr__col .cr__2 span{
	font-size: 44px;
	font-weight: 500;
	display: inline-block;
}

.career__right h3{
	font-size: 24px;
	margin:33px 0 14px;
	font-weight:bold;
	color:#4C2080;
}

.career__right p{
	margin: 0;
	font-size: 18px;
	color:#4C2080;
	font-weight: 400;
}

.career__right p.mt__plus{
	margin-top: 70px;
}

.support__area{
	position: relative;

	padding: 36px;
	padding-right: 20px;
	margin-top: 30px;
	padding-left: 170px;
	z-index: 1;
	width: 802px;
	height: 124px;
	margin-left: 102px;
	background-image: url('../images/recruit/fukidashi.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

}


.support__area p{
	font-size: 16px;
	margin: 0;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.7;
	color:#4C2080;
}

.environment{
	font-family: "Noto Sans JP", sans-serif;
}

.environment .roboto{
	font-family: "Roboto", sans-serif;
}

.plus__info{
	margin-top:120px;
	position: relative;
}

.plus__box2{
	position: relative;
	width: 960px;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding:64px 64px 44px;
	border:1px solid #4C2080;
	border-radius: 5px;
}

.plus__info h2{
	font-size: 24px;
	margin: 0;
	position:absolute;
	left: 49px;
	top: -20px;
	padding:0 15px;
	z-index: 3;
	background:white;
	color:#4C2080;
}

.plus__info ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin:0;
	padding:0;
	position: relative;
	z-index: 2;
}

.plus__info ul li{
	width: 30%;
	font-size: 20px;
	margin:0 0 20px;
	font-weight: 600;
	color:#4C2080;
}


.welfare__flex{
	display: flex;
	justify-content: space-between;
}

.we__col{
	width: 30%;
}

.we__col h3 , .color__bg{
	font-size: 24px;
	color:#4C2080;
	font-weight: bold;
	box-sizing: border-box;
	padding-left: 22px;
	letter-spacing: 0;
	margin:60px 0 30px;
	position: relative;
}

.we__col h3:before , .color__bg:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height:100%;
	background: #4C2080;
}

.we__row{
	border-top: 1px solid #4C2080;
	margin-top: 60px;
}

.we__col h4{
	margin:0 0 10px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	color:#202020;
}

.we__col h4.mt__plus{
	margin-top: 35px;
}

.we__col h4 span{
	display: inline-block;
	color:#4C2080;
	margin-right: 3px;
}

.we__col p{
	color:#202020;
	font-size: 14px;
	margin:0;
	line-height: 1.4;
}

.pageHeader_inner{
	transition: 0.4s;
}

.pageHeader_inner.color{
	background: #4C2080;
}

#pageHeader.recruit.child a{
	color:#4C2080;
}

.pageHeaderLogo.recruit.child .sp-none .num{
	color:#4C2080;
}

.movie__img{
	width: 100%;
	height: 100%;
	line-height: 1;
	position: relative;
}

.movie__img:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 72px;
	height: 72px;
	background-image: url('../images/recruit/play.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.4s;
}

.space{
	position: relative;
}

.message1{
	width: calc(50% - 20px);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
	overflow: hidden;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}

.message1 img{
	width: 100%;
}

.message2{
	width: calc(50% - 20px);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 1;
	overflow: hidden;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}

.message2 img{
	width: 100%;
}

.num__flex{
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
	flex-wrap: wrap;
}

.num__left{
	width:50%;
	box-sizing: border-box;
	padding-right: 20px;
}

.num__right{
	width:50%;
	box-sizing: border-box;
	padding-left: 20px;
}

.num__col{
	width: 100%;
	border-radius: 8px;
	box-sizing: border-box;
	background: white;
	padding:30px 35px;
	margin-bottom: 40px;
	position: relative;
}

.num__col h3{
	font-size: 24px;
	font-weight:bold;
	margin: 0;
	color:#4C2080;
}

.num__text{
	font-size: 14px;
	margin: 0;
	line-height: 1;
	font-weight: 400;
	text-align: right;
	position: relative;
	right: -10px;
	color:#202020;
}

.num__icon1{
	width: 192px;
	display: block;
	margin: 0 auto;
}

.num__icon2{
	width: 128px;
	display: block;
	margin:20px auto 30px;
}

.num__text1{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}

.num__text1 span{
	line-height: 1;
	font-size: 96px;
	font-weight:bold;
	display: inline-block;
	margin-right: 3px;
	color: #4C2080;
}

.abo1{
	position: absolute;
	left: 30px;
	top: 37%;
}

.abo2{
	position: absolute;
	right: 30px;
	top: 37%;
}

.sex{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin: 0;
	padding-left: 25px;
}

.num__text1 span.size2{
	font-size: 80px;
}

.num3__flex{
	display: flex;
	justify-content: center;
	align-items: end;
	margin:54px 0 25px;
}

.num3__flex img{
	width: 143px;
	margin-right: 20px;
}

.num__icon4{
	display: block;
	width: 247px;
	margin:64px auto 45px;
}


.num__text2{
	font-size: 20px;
	text-align: center;
	font-weight:bold;
	margin:0 0 8px;
}

.num__text2.mt__plus{
	margin-top: 35px;
}

.num__icon4-2{
	display: block;
	width: 63px;
	position: relative;
	top: -2px;
	margin-right: 30px;
}

.num__icon4-3{
	display: block;
	width: 82px;
	margin-right: 17px;
	position: relative;
	top: -2px;
}

.num4__flex{
	display: flex;
	justify-content: center;
	align-items: end;
	margin:0 0 25px;
}

.num4__flex.mb__plus{
	margin-bottom: 45px;
}

.bg__area{
	width: 100%;
	position: relative;
}

.bg__area:before{
	content: '';
	position: absolute;
	left: 0;
	top: 330px;
	width: 100%;
	height: calc(100% - 800px);
	background: #F4F3EE;
}

.interview__sec1 , .interview__sec2 , .interview__sec3 {
	position: relative;
	z-index: 2;
}

.interview__sec1__img{
	border-radius: 16px;
}

.num__icon5{
	width: 300px;
	display: block;
	margin:135px auto;
}

.abo3{
	position: absolute;
	top: 15%;
	left: 13%;
}

.abo4{
	position: absolute;
	top: 15%;
	right: 10%;
}

.abo5{
	position: absolute;
	bottom: 11%;
	left: 13%;
}

.abo6{
	position: absolute;
	bottom: 11%;
	right: 10%;
}

.num__text1 span.size3{
	font-size: 64px;
}

.num__text1 span.size3 span{
	font-size: 32px;
}

.year{
	width: 104px;
	background: #4C2080;
	color:white;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	padding:4px 0;
	white-space: nowrap;
	margin: 0;
}

.year span{
	font-size: 24px;
}

.num__text1 span.small{
	font-size: 24px;
	margin: 0;
	color:#202020;
}

.num3__flex img.num__icon6{
	width: 125px;
	margin-right: 35px;
}

.num3__flex.type2{
	margin: 65px 0 31px;
}

.num3__flex img.num__icon7{
	width: 138px;
}

.num3__flex img.num__icon8{
	width: 221px;
}

.num3__flex.type3{
	margin:40px 0 20px;
}

.num3__flex.type4{
	margin:30px 0 20px;
}

.inview1{
	opacity: 0;
	transform: translateY(30px);
	transition: 0.7s;
	transition-delay: 0.2s;
}
.inview1.show1{
	opacity: 1;
	transform: translateY(0);
}

.mainWidth.type2{
	max-width: 1040px;
}


.we__col{
	width: 31%;
}































@media screen and (max-width: 1500px){

	#pageHeader.recruit #gnav{
		margin-right: 20px;
	}

	.ts2__left img{
		left: -180px;
	}

	.tm__sec2 .mainWidth{
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding:0 20px;
		margin: 0!important;
	}

	.ts2__left img{
		width: 100%;
		left: -20px;
	}

	.ts2__right{
		padding-right: 100px;
	}

	.ts2__left2{
		padding-left: 100px;
	}

	.ts2__right2 img{
		width: 100%;
		right: -20px;
	}

}


@media screen and (max-width: 1260px) {

	.is__info{
		margin-left: 40px;
	}

	.q__text span{
		font-size: 45px;
	}

	.q__text{
		font-size: 20px;
		padding-left: 70px;
	}

	.a__text{
		font-size: 15px;
	}

	.interview__sec3 .img__area{
		width: calc(50% - 40px);
	}

	.plus__box h2{
		font-size: 36px;
	}

	.title__left h2{
		font-size: 32px;
	}

	.pb__text1{
		font-size: 18px
	}

	.pb__text2{
		font-size: 15px
	}

	.title__right p{
		font-size: 15px
	}

	.sec1_img{
		width: calc(50% + 120px);
	}

	.ps2__right a{
		padding: 45px 60px;
	}

	.ps2__right a h3{
		font-size: 26px;
	}

	.ps2__right a p{
		font-size: 15px;
	}

	.ps2__right a:after{
		right: 50px;
	}

	.ps3__left h2 , .plus__sec4 h2 , .ps5__left h2 , .ps6__left h2 , .plus__sec7 h2{
		font-size: 32px;
	}

	.ps3__right ul li a{
		padding:20px 0;
		font-size: 26px;
	}

	.ps3__left{
		width: 300px;
	}

	.ps3__right{
		width: calc(100% - 300px);
	}

	.slider__text1{
		font-size: 15px;
	}

	.slider__text2 , .ma__text2{
		font-size: 21px;
	}

	.slider__text2 span , .ma__text2 span{
		font-size: 13px;
		margin-left: 10px;
	}

	.slider__text3{
		font-size: 13px;
	}

	.ma__text1{
		font-size: 15px;
	}

	.ma__text3{
		font-size: 13px;
	}

	.faq__box .faq__q{
		font-size: 16px;
		padding-left: 40px;
    padding-right: 60px;
	}

	.faq__box .faq__a{
		padding-left: 40px;
    padding-right: 60px;
	}

	.faq__box .faq__q span, .faq__box .faq__a span{
		font-size: 26px;
	}

	.plus__sec8 a{
		padding:100px 65px ;
	}

	.recruit #gnav li a{
		font-size: 12px!important;
	}

	.recruit .overlay{
		width: 60%;
	}

	.recruit #gnav li{
		margin-right: 12px;
	}

	#pageHeader.recruit .pageHeaderLogo img{
		width: 240px;
	}

	.pageHeaderLogo .sp-none .num{
		font-size: 15px !important;
        top: 3px !important;
	}

	.tm__sec1 h2{
		font-size: 38px;
	}

	.tm__sec1 p.ts1__text1{
		font-size: 18px;
		margin-bottom: 80px;
	}

	.tm__sec1 p.ts1__text2{
		font-size: 18px;
	}

	.tm__sec1 h3{
		font-size: 28px;
	}

	.ts2__right{
		padding-left: 50px;
	}

	.ts2__right h3 , .ts2__left2 h3{
		font-size: 22px;
	}

	.ts2__right p{
		font-size: 15px;
	}

	.ts2__right h3.mt__plus{
		margin-top: 80px;
	}
















}

.sp__main{
	display: none;
}

@media screen and (max-width: 679px) {

	.message1{
		position: relative;
		width: calc(100% - 20px);
		top: 0;
		transform: translateY(0);
	}

	.message2{
		position: relative;
		width: calc(100% - 20px);
		top: 0;
		transform: translateY(0);
		display: block;
		margin-left: auto;	
	}

	.sns{
		border-bottom: inherit!important;
	}

	.tm__sec1{
		padding: 0;
		background-image:inherit!important;
	}

	#pageHeader.recruit a{
		color: #4C2080;
	}

	.sp__main{
		display: block;
		width: 100%;		height: auto;
		min-height: 200px;
		object-fit: cover;
	}

	.tm__sec1{
		margin-top: 56px;
	}

	.p-entry__link{
		right:20px;
		bottom: 20px;
		font-size: 19px;
		width: 100px;
		height: 100px;
		line-height: 100px;
	}

	.ts2__flex:before{
		left: 20px;
		width: 100%;
		top: -220px;
		height: calc(100% + 290px);
		border-top-left-radius: 16px;
	}

	.ts2__left2{
		width: 100%;
		padding: 0;
	}

	.ts2__right2{
		width: 100%;
		padding: 0;
	}

	.ts2__flex{
		display: block;
	}

	.ts2__flex2{
		display: block;
		margin-top: 0px;
	}

	.message2{
		margin:170px 0 40px;
		margin-left: auto;
	}

	.tm__sec2{
		padding-top: 50px;
		padding-bottom: 100px;
	}

	.ts2__right2 img{
		margin-top: 50px;
	}

	.ts2__left2 h3.mt__plus{
		margin-top: 80px;
	}

	.ts2__left{
		width: 100%;
	}

	.ts2__right h3 , .ts2__left2 h3{
		font-size: 20px;
		margin-bottom: 25px;
	}

	.ts2__right p , .ts2__left2 p{
		font-size: 14px;
	}

	.ts2__left img{
		width: 100%;
	}

	.ts2__right{
		padding: 0;
		width: 100%;
		padding-left: 40px;
		margin-top: 50px;
	}

	.pageHeader_inner{
		background: white;
	}

	.recruit .sec1_img{
		width: calc(100% - 15px);
		height: 100%;
		top: 0;
	}

	.recruit .mainWidth2{
		padding:0 15px;
	}

	.recruit .sec1_inner{
		height: 100%;
		top: 0;
	}

	.recruit .sec1_inner{
		display: block;
	}

	.plus__box{
		margin-top: 30px;
	}

	.recruit .sec1{
		padding:90px 0;
	}

	.plus__box h2{
		font-size: 28px;
	}

	.pb__text2{
		margin:40px 0 60px;
	}

	.arrow__link{
		margin:0 auto;
	}

	.plus__sec2 , .plus__sec3 , .plus__sec4{
		padding:90px 0;
	}

	.title__flex{
		display: block;
	}

	.title__right{
		width: 100%;
	}

	.title__right p{
		font-size: 14px;
		margin-top: 40px;
	}

	.ps2__flex{
		display: block;
	}

	.ps2__left{
		width: 100%;
	}

	.ps2__right{
		width: 100%;
	}

	.ps2__right a{
		border-top-right-radius: 0px;
		border-bottom-left-radius: 8px;
	}

	.ps2__right a{
		padding:30px;
		padding-left: 20px;
		padding-right: 50px;
	}

	.ps2__right a h3{
		font-size: 22px;
	}

	.ps2__right a p{
		font-size: 14px;
	}

	.ps2__right a:after{
		right: 10px;
		width: 50px;
		height: 50px;
	}

	.ps3__flex{
		display: block;
	}

	.ps3__left{
		width: 100%;
		padding: 0;
	}

	.ps3__right{
		width: 100%;
		padding: 0;
		margin-top: 50px;
	}

	.ps3__right ul li a:after{
		width: 50px;
		height: 50px;
		right: 10px;
	}

	.plus__sec8.type2 .title__right p br{
		display: block;
	}

	.ps3__right ul li{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.ps3__right ul li a{
		padding:15px 0;
		font-size: 22px;
	}

	.ps3__left h2, .plus__sec4 h2, .ps5__left h2, .ps6__left h2, .plus__sec7 h2{
		font-size: 26px;
	}

	.pb__text1 {
		font-size: 15px;
	}

	.mainWidth3{
		padding-right: 0;
		padding-left: 15px;
		width:100%;
	}

	.slider-1 .slick-next{
		right: 20px;
		width: 22px;
	}

	.slider-1 .slick-prev{
		right: 60px;
		width: 22px;
	}

	.arrow__link.size2{
		margin-left: 0;
	}

	.slider__text2, .ma__text2{
		font-size: 19px;
	}

	.slider__text1{
		font-size: 14px;
	}

	.movie__area a , .movie__area a.video3{
		width: 100%;
		margin: 0;
	}

	.movie__area a.video2{
		margin:60px 0;
	}

	.movie__area{
		margin-top: 120px;
		padding: 0;
	}

	.movie__area:before{
		width: calc(100% + 30px);
		left: -15px;
		top: 100px;
		height: calc(100% - 300px);
	}

	.plus__sec5 , .plus__sec6{
		padding:90px 0;
	}

	.ps5__flex{
		display: block;
	}

	.ps5__left{
		width: 100%;
		padding: 0;
	}

	.ps5__right{
		width: 100%;
		padding: 0;
		margin-top: 50px;
	}

	.ps6__flex{
		display: block;
	}

	.ps6__left{
		width: 100%;
		padding: 0;
	}

	.ps6__right{
		width: 100%;
		padding: 0;
		margin-top: 50px;
	}

	.faq__box{
		padding:20px 0;
	}

	.faq__box .faq__q{
		font-size: 14px;
		padding-left: 30px;
		padding-right: 40px;
	}

	.faq__box .faq__q span, .faq__box .faq__a span{
		font-size: 21px;
		top: -6px;
	}

	.faq__box .faq__q:before{
		right: 5px;
	}

	.faq__box .faq__q:after{
		right: 5px;
	}

	.faq__box .faq__a{
		padding-left: 30px;
		padding-right: 40px;
		font-size: 13px;
	}

	.plus__sec7{
		padding:90px 0;
	}

	.plus__sec8{
		padding:25px 0 ;
	}

	.plus__sec8 a{
		padding:30px 20px ;
	}

	.plus__sec8 a:after{
		right: 20px;
		width: 50px;
		height: 50px;
	}

	.title__left h2{
		font-size: 26px;
	}

	.title__left p{
		font-size: 14px;
	}

	.title__right p{
		margin-top: 15px;
	}

	.recruit footer{
		padding:50px 0 25px;
	}

	.footer__flex{
		display: block;
	}

	.footer__left{
		width: 100%;
		display: block;
	}

	.footer__left a.pr__link{
		margin-left: 0;
		display: block;
		font-size: 13px;
		margin-top: 20px;
	}

	.footer__right{
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}

	.footer__right p{
		font-size: 11px;
		margin-top: 40px;
		text-align: center;
	}

	.footer__left .arrow__link{
		margin-left: 0;
	}

	.pageHeader_inner.color{
		background: white;
	}

	.title__right p br{
		/* display: none; */
	}

	.slider-1 .slick-list{
		padding-right: 50px!important;
	}

	.tm__sec1 h2{
		font-size: 30px;
		margin-top: 40px;
	}

	.tm__sec1 p.ts1__text1{
		font-size: 16px;
		margin-bottom: 40px;
	}

	.tm__sec1 p.ts1__text2{
		font-size: 16px;
	}

	.tm__sec1 h3{
		font-size: 20px;
	}

	.tm__sec1 p.ts1__text3{
		font-size: 14px;
	}

	.tm__sec1 p.ts1__text4{
		font-size: 24px;
	}

	.tm__sec1 p.ts1__text4 span{
		font-size: 13px;
		margin-left: 10px;
		top: -5px;
	}

	.interview__sec1{
		margin:65px 0 100px;
	}

	.is__info{
		margin-left: 20px;
		margin-top: -120px;
	}

	.is__info h2{
		font-size: 15px;
		font-weight: 700;
	}

	.isi__text1 span{
		font-size: 60px;
	}

	.isi__text1{
		font-size: 26px;
	}

	.is__info h3{
		font-size: 19px;
	}

	.is__flex2.last{
		margin-bottom: 100px;
		padding-bottom: 100px;
	}

	.is__info .profile{
		width: 290px;
		padding:30px 20px;
	}

	.is__info .profile .profile__text1{
		font-size: 14px;
	}

	.is__info .profile .profile__text2{
		font-size: 19px;
	}

	.is__info .profile .profile__text2 span{
		font-size: 13px;
		margin-left: 10px;
	}

	.interview__sec1__img{
		max-width: calc(100% + 40px);
		left: -20px;
		position: relative;
	}

	.is__info{
		margin-left: 0;
		margin-top: -22vw;
	}

	.is__flex2{
		display: block;
	}

	.is__left2{
		width: 100%;
	}

	.is__right2{
		width: 100%;
		padding: 0;
		margin-top: 60px;
	}

	.q__text{
		font-size: 18px;
		padding-left: 55px;
		margin-bottom: 20px;
	}

	.q__text span{
		font-size: 36px;
	}

	.q__text.mt__plus{
		margin-top: 60px;
	}

	.is__info .profile{
		margin-top: 15px;
	}

	.interview__sec2{
		margin-bottom: 120px;
	}

	.interview__sec2.type2{
		margin-top: 90px;
	}

	.interview__sec3 .img__area{
		position: relative;
		top: 0;
		transform: translateY(0);
		width: 100%;
		box-sizing: border-box;
		padding:0 20px;
	}

	.interview__sec3 .img__area img{
		border-radius: 8px;
		margin:0 0 15px;
	}

	.interview__sec3{
		padding:90px 0;
	}

	.sc__area{
		display: block;
	}

	.sc__left{
		width: 100%;
		padding: 0;
	}

	.sc__right{
		width: 100%;
		padding: 0;
		margin-top: 40px;
	}

	.sc__area{
		margin-top: 90px;
		padding:50px 0;
	}

	.sc__left h3{
		font-size: 24px;
	}

	.sc__left p{
		font-size: 14px;
	}

	.time__table .tt__left p{
		font-size: 18px;
		top: -6px;
	}

	.time__table .tt__right p{
		font-size: 16px;
		top: -6px;
	}

	.plus__sec4.page__ver h2{
		font-size: 24px;
	}

	
.bg__area:before{
	content: '';
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
	height: calc(100% - 800px);
	background: #F4F3EE;
}

.en__sec1{
	padding:50px 0;
}

.en__sec1 h2{
	font-size: 32px;
}

.en__sec1 p{
	font-size: 16px;
	margin-top: 5px;
}

.en__sec2 ul{
	display:block;
}

.en__sec2 ul li a{
	margin:10px auto ;
}

.en__sec2{
	padding:30px 0;
}

.en__sec3{
	padding:90px 0 70px;
}

.en__sec3 h2, .en__sec4 h2, .en__sec5 h2, .en__sec6 h2{
	font-size: 25px;
}

.num__flex{
	display: block;
	margin-top: 50px;
}

.num__left{
	width: 100%;
	padding: 0;
}

.num__right{
	width: 100%;
	padding: 0;
}

.en__sec4{
	padding:90px 0;
}

.welfare__flex{
	display: block;
}

.we__col{
	width: 100%;
}

.ensec5__left{
	width: 100%;
	padding: 0;
}

.ensec5__flex{
	display: block;
}

.ensec5__right{
	width: 100%;
	margin-top: 50px;
}

.en__sec5{
	padding:90px 0;
}

.ensec5__left p{
	width: 120px;
	padding:5px 0;
	font-size: 14px;
}

.training__row h3{
	font-size: 20px;
}

.training__row p{
	font-size: 15px;
}

.training__row{
	padding:30px 0;
}

.en__sec6{
	padding:90px 0;
}

.career__sec{
	width: 100%;
	margin-top: 50px;
}

.career__right p{
	font-size: 13px;
}

.career__left{
	width: 100px;
}

.career__left .cr__col{
	width: 80px;
	height: 80px;
}

.career__right{
	width: calc(100% - 100px);
}

.career__left .cr__col .cr__1{
	font-size: 12px;
	padding:12px 0 0;
}

.career__left .cr__col.type2 .cr__1{
	padding-top: 19px;
	margin-bottom: 3px;
}

.career__left .cr__col .cr__2{
	font-size: 11px;
	margin: 0;
}

.career__left .cr__col .cr__2 span{
	font-size: 18px;
}

.career__row{
	margin-top: 40px;
}

.career__left .cr__col .cr__3{
	font-size: 12px;
}

.career__sec:before{
	left: 40px;
}

.career__right p.mt__plus{
	margin-top: 14px;
}

.career__right p br{
	display: none;
}

.career__right h3{
	font-size: 18px;
	margin:0 0 10px;
}

.support__area{
	margin-left: 85px;
	width: 260px;
	max-width: 100%;
	background-image:inherit;
	background: white;
	border:1px solid #4C2080;
	border-radius: 16px;
	height: auto;
	padding:15px;
}

.support__area p{
	font-size: 12px;
}

.support__area p br{
	display: none;
}

.plus__box2{
	padding:30px 30px 20px ;
}

.plus__info h2{
	left: 15px;
	font-size: 20px;
	top: -17px;
}

.plus__info ul{
	display: block;
}

.plus__info ul li{
	width: 100%;
	font-size: 16px;
	margin-bottom: 7px;
}

.we__col h3, .color__bg{
	font-size: 20px;
}

.spmt__plus{
	margin-top: 35px;
}

.num__col{
	padding:20px ;
}

.num__col h3{
	font-size: 20px;
	margin-bottom: 15px;
}

.num__text{
	font-size: 12px;
	right: -5px;
	margin-top: 10px;
}

.num__icon1{
	width: 150px;
}

.num__text1 span{
	font-size: 76px;
}

.num__text1 {
	font-size: 24px;
}

.num__icon2{
	width: 96px;
}

.sex{
	font-size: 18px;
	padding-left: 15px;
}

.num__text1 span.size2{
	font-size: 60px;
}

.abo1{
	left: 20px;
}

.abo2{
	right: 20px;
}

.num__icon5{
	width: 220px;
	margin:110px auto;
}

.year{
	width: 85px;
	font-size: 14px;
}

.year span{
	font-size: 20px;
}

.num__text1 span.size3{
	font-size: 48px;
}

.abo4{
	top: 16%;
	right: 4%;
}

.abo3{
	top: 16%;
	left: 7%;
}

.abo6{
	right: 4%;
}

.abo5{
	left: 7%;
}

.num3__flex img{
	width: 110px;
	margin-right: 15px;
}

.num3__flex img.num__icon6{
	width: 100px;
}

.num__text1 span.small{
	font-size: 19px;
}

.num__icon4{
	width: 200px;
	margin:45px auto 30px;
}

.num__text2{
	font-size: 18px;
}

.num3__flex img.num__icon7{
	width: 100px;
}

.num3__flex img.num__icon8{
	width: 170px;
}




}







