@charset "UTF-8";
/* CSS Document */

@font-face {
   	font-family: 'Roboto','Montserrat','Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,sans-serif;
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP"),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
 }
html{
	font-size: 62.5%; /*16px ×62.5％=10px*/
}
body{
  	font-family: 'Roboto','Montserrat','Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo,sans-serif;
	color: #4D525B;
	font-weight: 400;
	font-size: 1.6rem;
    font-feature-settings: "palt";
	letter-spacing: 0.05em;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
/*
	max-width: 1300px;
	margin: 0 auto;
*/
	box-sizing: border-box;
	text-align: justify;
	text-justify: inter-ideograph;
}
img{
	max-width: 100%;
	height: auto;
}
a img {
border: none;
}
.image_link{
  position:relative;
  display:block;
  height:auto;
}
.image_link img{
  display:block;
  width:100%;
}
.image_link:before{
  content:"";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  z-index:2;
  background:#000;/*好みの色に変えてください。*/
  opacity:0;
  transition:0.3s;
}
.image_link:hover:before{
  opacity:0.2;
}

/*フォントのテスト*/
.fontt-test{
	font-family: 'Montserrat',sans-serif;
	font-size: 2rem;
}
.fontt-test2{
	font-family: 'Poiret One', cursive;
	font-size: 2rem;
	letter-spacing: 0.3rem;
	font-weight: 900;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 900

.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.noto-sans-<uniquifier> {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.poiret-one-regular {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*フォントのテスト　END*/

/*--------------------
共通
--------------------*/
.none{
	display: none
}
.sp-only{
		display: none;
	}

/*スクロールフェードイン*/
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
  &.fadein-left{
      transform: translate(-30px,0);
  }
  &.fadein-right{
      transform: translate(30px,0);
  }
  &.fadein-up{
      transform: translate(0,-30px);
  }
  &.fadein-bottom{
      transform: translate(0,30px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}


/*--------------------
header
--------------------*/
#header {
	max-width: 2000px;
	margin: 0 auto;
    display: flex;
	justify-content: space-between;
    padding: 20px 10px 31px;

}
.header{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}
.h1_wrap{
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	color: #fff;
}

.title_{
	letter-spacing: 0.15em;
	font-weight: 500;
}
.title_ a{
	color: #fff;
}
.title_ span{
	font-size: 1.3rem;
}
.right {
    margin: 0 0 0 auto;
}
.nav_wrap{
	width: calc(70% - 150px);
}
#header #navi {
    margin-top: 8px;
    display: flex;
	justify-content: space-between;
    align-items: center;
	font-size: 1.4rem;
	font-weight: 500;
}
#header #navi li {
    margin: 0 15px;
    line-height: 100%;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
#header #navi a:hover{
	transition: 0.3s;
}
#header #navi li:nth-child(6) {
	margin-right: 39px;
}
.nav_wrap a{
	color: #fff;
}
h1{
	font-size: 1.3rem;
	font-weight: 500;
	color: fff;
}
.header.change-color {
    background-color: rgba(77, 82, 91, 0.4);
    background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1));
    transition: 0.3s;
    --g-color-0: rgba(0, 0, 0, 0.5);
    --g-position-0: 0%;
    --g-color-1: rgba(102, 102, 102, 0);
    --g-position-1: 100%;
    --g-color-2: rgba(102, 102, 102, 0);
    --g-position-2: 100%;
    --g-color-3: rgba(102, 102, 102, 0);
    --g-position-3: 100%;
    --g-color-4: rgba(102, 102, 102, 0);
    --g-position-4: 100%;
    --g-color-5: rgba(102, 102, 102, 0);
    --g-position-5: 100%;
    --g-color-6: rgba(102, 102, 102, 0);
    --g-position-6: 100%;
    --g-color-7: rgba(102, 102, 102, 0);
    --g-position-7: 100%;
    --g-color-8: rgba(102, 102, 102, 0);
    --g-position-8: 100%;
    --g-color-9: rgba(102, 102, 102, 0);
    --g-position-9: 100%;
    --g-color-10: rgba(102, 102, 102, 0);
    --g-position-10: 100%;
    --g-color-11: rgba(102, 102, 102, 0);
    --g-position-11: 100%;
    --g-angle: 180deg;
}
.fv img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1033px){
	.nav_wrap{
		font-size: 1.2rem;
	}

}

@media screen and (max-width: 750px){
 
	#header #navi {
	  transition: all .6s;
        overflow-y: auto;
        padding-top: 72px;
        width: 350px;
        height: 100vh;
        text-align: center;
        z-index: 200;
        top: -12px;
        right: -350px;
        background-color: #4A6077;
        background: rgba(45, 49, 57, 0.5);
        position: fixed;
		margin-top: 0px;
    	display: block;
	}
	#header #navi li {
    	padding: 30px;
		font-size: 1.5rem;
	}
	#header #navi li:nth-child(6) {
	margin-right: 17px;
	}
	.sp-only-menu{
		margin-top: 30px;
		color: #fff;
		
	}
	.sp-cp-site{
		padding: 10px!important;
		font-size: 1.3rem!important;
		display: flex; /* 文字と横線を横並び */
  		justify-content: center; 
		align-items: center;
	}
	.sp-only-menu li{
		padding: 24px!important;
	}
	
	.sp-cp-site::before,
.sp-cp-site::after {
  background-color: #C9C9C9; /* 横線の色 */
  content: "";
  height: 1px; /* 横線の高さ */
  width: 50px; /* 横線の長さ */
}
.sp-cp-site::before {
  margin-right: 15px; /* 文字との余白 */
}
.sp-cp-site::after {
  margin-left: 15px; /* 文字との余白 */
}
/* レイアウトのためのcss */
h2 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 60px;
  margin-top: 60px;
}
	
	
	#header .nav_btn {
	 	width: 44px;
        height: 44px;
        z-index: 300;
        top: 7px;
        right: 24px;
        cursor: pointer;
        position: absolute;
	}

	.hamburger_line {
	  transition: all .6s;
	  width: 34px;
	  height: 1px;
	  left: 5px;
	  background-color: #fff;
	  position: absolute;
	}
	.hamburger_line2{
	  width: 34px;
	}

	.hamburger_line1 { top: 10px; }
	.hamburger_line2 { top: 21px; }
	.hamburger_line3 { top: 25px; }

	.nav_bg {
	  opacity: 0;
	  transition: all .6s;
	  width: 100vw;
	  height: 100vh;
	  z-index: 100;
	  top: 0;
	  left: 0;
	  visibility: hidden;
	  background-color: #000;
	  cursor: pointer;
	  position: fixed;
	}

	/* 表示された時用のCSS */
	.nav_open #header #navi { right: 0; }

	.nav_open .nav_bg {
	  opacity: .8;
	  visibility: visible;
	}

	.nav_open .hamburger_line1 {
	  transform: rotate(45deg);
	  top: 20px;
	}

	.nav_open .hamburger_line2 {
	  width: 0;
	  left: 50%;
	}

	.nav_open .hamburger_line3 {
	  transform: rotate(-45deg);
	  top: 20px;
	}

}
section{
	padding: 30px 8px;
}
h2{
  	display: inline-block;
  	font-size: 6.5rem;
	letter-spacing: 0.05em;
  	font-family: 'Montserrat',sans-serif;
  	font-weight: bold;
  	margin:0 auto;
	padding-bottom: 15px;
/*	line-height: 3.2rem;*/
}
.h2-wrap p{
	margin-left: 3px;
	letter-spacing: 0.3em;
}
h2 span{
	font-size: 1.6rem;
	font-weight: 400;
	margin-left: 6px;
}
.h2-white{
	  background: linear-gradient(90deg, #D3D7E1 20%, #7E899F 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h2-black{
	background: linear-gradient(90deg, #4D525B 20%, #7E899F 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.right-h2-wrap{
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
.h2-right{
	position: absolute;
	right: 0;
}

/*ENTRYボタン*/
.entry-btn{
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 120px;
  	height: 120px;
  	border-radius: 50%;
	background: #2D3139;
	box-shadow: 2px 2px 8px #525761;
	z-index: 1000;
	text-align: center;
}
.entry-btn:hover {
	box-shadow: 2px 2px 16px #525761;
	
}
.entry-btn p{
	background: linear-gradient(90deg, #69FF44 20%, #5EBBFF 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.2rem;
    letter-spacing: 0.07em;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-top: 43px;
}
.rikunabi{
	font-size: 1.2rem!important;
	margin-top: 5px !important;
}
.body-in {
    position: relative;
}


/*メッセージ*/
.message-sec{
	background-color: #1C1D22;
}
.vertical{
	transform:rotate(90deg); 
}
.message-wrap{
	max-width: 1000px;
	margin: 0 auto;
/*
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
*/
	position: relative;
	padding: 100px 0 61px;
	height: 864px;
}
.ratio-1_1:before {
    content: "";
    display: block;
/*    padding-top: 100%;  1:1 */
}
.mes-h2-wrap{
/*	width: 9%;*/
	position: absolute;
	left: 0;
	top: 100;
	margin: 141px -145px 0;
}
.mes-text-wrap h3{
	font-size: 2.5rem;
	margin-bottom: 57px;
	font-weight: 500;
	line-height: 4rem;
}
.mes-text-wrap h3 span{
	font-size: 2.2rem;
}
.mes-text-wrap{
	color: #fff;
	font-family: "Noto Serif JP", serif;
	line-height: 3rem;
/*	padding-left: 30px;*/
	position: absolute;
	
	left: 119px;
	top: 100px;
}
/*事業を知る*/
.service-sec{
	background-color: #e9ebf0;
	padding: 100px 8px 35px;
}
.left-h2-wrap{
	max-width: 1000px;
	margin: 0 auto;
}
.service-wrap{
	max-width: 1000px;
	margin: 0 auto;
	padding: 90px 10px 30px;
}
.service-item-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 36px 10px;
	align-items: flex-start;
	border-bottom: rgba(77, 76, 82, 0.2) solid 0.5px;
}
.service-item-wrap:nth-child(1) {
	border-top: rgba(77, 76, 82, 0.2) solid 0.5px;
}
.service-img{
	width: 400px;
}
.service-txt-wrap{
	max-width: 550px;
	padding: 40px 10px 0 10px;
}
.service-txt-wrap h3{
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 26px;
	position: relative;
/*	padding-left: 1.2em;*/
	letter-spacing: 0.1em;
}
/*
.service-txt-wrap h3:before{
	content: '';
	display: flex;
	width: 17px; 
	height: 17px;
	border-radius: 50%;
	background: linear-gradient(60deg, #69FF44 20%, #5EBBFF 80%);
	position:absolute;
	top:3px;
	left:0;
}
*/
.service-txt-wrap p{
	line-height: 2.7rem;
	font-weight: 500;
}

/*仕事を知る*/
.works-sec{
	background-color: #e9ebf0;
/*	max-width: 1100px;*/
	padding: 80px 6px 0px;
}

/*
.right-h2-wrap h2{
	position: absolute;
	top: 40px;
	right: 0px;
}
*/
.works-wrap{
	max-width: 1060px;
	padding: 180px 0px 280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.works-item{
	width: 33.3333%;
	padding: 20px 20px 20px;
	text-align: center;
}
.works-item h3 {
    margin: 40px 0 60px;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 0.1em;

}

.works-item p{
	font-weight: 500;
	line-height: 2.6rem;
/*	text-align: left;*/
}


.works-item:nth-child(1) {
	border-right: rgba(77, 76, 82,0.2) solid 0.5px;
}
.works-item:nth-child(2) {
	border-right: rgba(77, 76, 82,0.2) solid 0.5px;
}
a.btn_13 {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    width: 94px;
    margin: 30px 0 0 auto;
    padding: 10px 43px 10px 28px;
    background: rgb(40, 42, 44);
    background: linear-gradient(94deg, rgba(40, 42, 44, 1) 0%, rgba(79, 98, 130, 1) 100%);
    color: #fff;
    position: relative;
    transition: 0.5s;
    font-family: 'Noto Serif JP';
    font-size: 1.3rem;
}
a.btn_13::before {
    content: '';
    position: absolute;
    top: calc(63% - 2px);
    right: 1em;
    transform: translateY(calc(-50% - 2px)) rotate(45deg);
    width: 10px;
    height: 1px;
    background: #fff;
}
a.btn_13::after {
    content: '';
    position: absolute;
    top: 63%;
    right: 1em;
    transform: translateY(-50%);
    width: 21px;
    height: 1px;
    background-color: #fff;;
}
a.btn_13:hover {
/*	background: #a2b6d6;*/
	background: linear-gradient(94deg, rgba(79, 98, 130, 1) 0%, rgba(40, 42, 44, 1) 100%);
	transition     : 2s;

}




/*流れる写真スライド*/
.wrap {
  display: flex;
  align-items: center;
　height: 340px;
  margin-top: -170px;
  padding-top: 40px;
  overflow: hidden;
}
.slideshow {
  display: flex;
}
.content {
  width: 321px;
  height: auto;
  padding: 0 30px;
}
.content:nth-child(1) {
/*  background-color: tomato;*/
}
.content:nth-child(2) {
/*  background-color: orange;*/
	margin-top: 50px;
}
.content:nth-child(3) {
/*  background-color: blue;*/
}
.content:nth-child(4) {
/*  background-color: green;*/
	width: 322px;
	margin-top: 50px;
}
.slideshow {
  display: flex;
  animation: loop-slide 30s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* ホバー時に動きを止める（パターン2・3）*/
.slide-paused:hover .slideshow {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.content-hover {
  transition: all 0.2s;
}
.content-hover:hover {
  transform: translateY(-20px);
/*
  border-radius: 0 10%;
  box-shadow: 0 3px 10px 0 #333;
  opacity: 0.8;
*/
}


/*会社を知る*/
.company-sec{
	background-color: #1C1D22;
    margin-top: -217px;
}
.adjustment{
	height: 248px;
}
.company-h2-wrap{
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
.company-h2-wrap h2{
	position: absolute;
	top: 40px;
	right: 0px;
}
.company-wrap{
	color: #F7F7F7;
	max-width: 1100px;
	margin: 0 auto;
	padding: 110px 10px 0;
}
.company-up{
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: rgba(217,217,217,0.2) solid 0.5px;
}
.company-item{
	width: 33.3%;
	padding: 30px 23px 30px;
	text-align: center;
}
.company-item h3 {
    position: relative;
    padding: 0 0 16px;
    margin-bottom: 27px;
    font-weight: 500;
    font-size: 1.8rem;
    background: linear-gradient(90deg, #5FC769, #50A1DC);
    background-repeat: no-repeat;
    background-size: 4rem 0.2rem;
    background-position: bottom;
    text-align: center;
	line-height: 2.8rem;
}
.p-mt{
	margin-top: 37px !important;
}
.mt-flx{
	margin-top: 26px;
}
.company-item:nth-child(2){
	border-right: rgba(217,217,217,0.2) solid 0.5px;
	border-left: rgba(217,217,217,0.2) solid 0.5px;
}
.company-item p{
	text-align: left;
	line-height: 2.2rem;
	font-size: 1.4rem;
}
.mb-flx{
	margin: 35px 0 54px;
}
.mb-flx2{
	margin-bottom: 20px;
}
.yokyo-img{
	width: 90%;
	margin-bottom: 9px;
}
.company-down h3{
	position: relative;
    padding: 0 0 16px;
    margin-bottom: 27px;
    font-weight: 500;
    font-size: 2rem;
	font-family: 'Montserrat', sans-serif;
    background: linear-gradient(90deg, #5FC769, #50A1DC);
    background-repeat: no-repeat;
    background-size: 4rem 0.2rem;
    background-position: bottom;
    text-align: center;
	line-height: 2.8rem;
}
.company-down{
	padding-top:40px;
	height: 500px;
}
.vision-wrap{
	position: relative;
	margin-top: 67px;
}
.vision-img{
	position: absolute;
	left: 40px;
}
.vision-h4{
	position: absolute;
	display: flex;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.p-small{
	font-size: 1rem!important;
	line-height: 1.4rem!important;
}
.h41{
	left: 320px;
	top: -7px;
}
.h42{
	left: 362px;
    top: 63px;
}
.h43{
	left: 401px;
    top: 146px;
}
.vision-p{
	font-size: 2rem;
	margin-left: 10px;
}
.culture-p{
	font-size: 2rem;
	margin-left: 10px;
}
.culture-p span{
	font-size: 1.5rem;
	margin-left: 10px;
}
.values-p{
	font-size: 2rem;
	margin-bottom: 16px;
	margin-left: 10px;
}
.values-p span{
	font-size: 1.5rem;
}


/*
.flex_box{
	color: #fff;
	padding: 115px 10px 144px;
	max-width: 900px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
}
.flex_item{
	width: 46.6%;
	padding: 15px 15px 40px;
}
.flex_item h3{
	font-size: 2rem;
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
}
.flex_item p{
	line-height: 1.8;
}
.flex_item:nth-child(1){
	border-right: rgba(217,217,217,0.2) solid 0.5px;
	border-bottom: rgba(217,217,217,0.2) solid 0.5px;
}
.flex_item:nth-child(2){
	border-bottom: rgba(217,217,217,0.2) solid 0.5px;
}
.flex_item:nth-child(3){
	border-right: rgba(217,217,217,0.2) solid 0.5px;
}
.flex_item:nth-child(3) h3{
	margin-top: 30px;
}
.flex_item:nth-child(4) h3{
	margin-top: 30px;
}
*/
/*人を知る*/
.member-sec{
	background-color: #2D3139;
	padding: 130px 8px;
}
.company-h2-wrap {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
.interview-item-wrap{
	max-width: 1035px;
	margin: 200px auto 30px;
}
.interview-item{
	display: flex;
	justify-content: space-between;
	color: #fff;
	padding: 30px 22px;
	border-bottom: rgba(217, 217, 217, 0.2) solid 0.5px;
}
.interview-item:nth-child(1){
	border-top: rgba(217, 217, 217, 0.2) solid 0.5px;
}
.inter-img{
	max-width: 430px;
}
.interview-title-wrap {
    width: 541px;
    position: relative;
    padding: 19px 0;
}
/*
.interview-title-wrap p{
	position: absolute;
	left: 53%;
    top: 20px;
}
*/
.in-title-number{
	margin-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.in-title-number span{
	margin-right: 15px;
	letter-spacing: 0.18em;
}
.titletext-wrap{
	position: relative;
}
.in1-title{
	left: -5vw;
}
.in2-title {
    left: 11vw;
	z-index: 100;
}
.in3-title {
    left: -5vw;
}
.in-title{
	display: inline-block;
    padding: 10px;
    font-size: 2.7rem;
    font-weight: 600;
    background-color: #E6EBF6;
    letter-spacing: 0.08em; 
	position: absolute;
}
.in-title span{
	background: linear-gradient(90deg, #4D525B 20%, #7E899F 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	
}
.inter1-2 {
    top: 40px;
    left: 6vw;
}
.inter2-1{
    left: -8vw;
}
.inter2-2{
	top: 40px;
    left: 6vw;
}
.inter3-1{
	
}
.inter3-2{
	top: 40px;
    left: 6vw;
}
.inter3-3{
	top: 83px;
    left: 16vw;
}
.btn_interview {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    width: 134px;
    margin: 100px 0 0 auto;
    padding: 10px 43px 10px 28px;
    background: linear-gradient(94deg, rgba(126, 137, 159, 1) 0%, rgba(79, 98, 130, 1) 100%);
    color: #fff;
    position: relative;
    top: 85px;
    transition: 0.5s;
    font-family: 'Noto Serif JP';
    font-size: 1.6rem;
}
.btn_interview_right {
    margin: 100px auto 0 0 !important;
}
a.btn_interview::before {
    content: '';
    position: absolute;
    top: calc(63% - 2px);
    right: 1em;
    transform: translateY(calc(-50% - 2px)) rotate(45deg);
    width: 10px;
    height: 1px;
    background: #fff;
}
a.btn_interview::after {
    content: '';
    position: absolute;
    top: 63%;
    right: 1em;
    transform: translateY(-50%);
    width: 21px;
    height: 1px;
    background-color: #fff;
}
a.btn_interview:hover {
/*	background: #a2b6d6;*/
	background: linear-gradient(94deg, rgba(79, 98, 130, 1) 0%, rgba(126, 137, 159, 1) 100%);
	transition     : 2s;
}


/*採用情報*/
.recruit-sec{
	background-color: #1C1D22;
	height: 780px;
	padding: 100px 8px 40px;
}
.info {
    background: #e9ebf0;
/*
    float: right;
    position: relative;
    top: -574px;
    border-radius: 120px 0 0 120px;
    padding: 88px 8vw 50px 6vw;
*/
    margin-left: auto;
    min-width: 600px;
    padding: 80px 0 80px 60px;
    position: relative;
    width: 80%;
    margin-top: -1435px;
    border-radius: 120px 0 0 120px;
}
.info-detail-wrap {
    max-width: 799px;
/*    margin: 0 auto;*/
}
.infotxt-bloc{
	max-width: 699px;
    margin: 0 auto;
}
.info-detail-wrap dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
		padding: 15px 0;
		line-height: 2.5rem;
    }
.info-detail-wrap dt {
    color: #303338;
	font-weight: 500;
}
.info-detail-wrap dd {
        width: 75%;
    }
.bgc-gray{
	background-color: #2D3139;
	height: 735px;
}

footer{
	color: #fff;
	padding: 79px 35px 0 35px;
	background-color: #2D3139;
	height: 134px;
}
.f-txt-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 23px 0px;
}
.f-left{
	font-size: 1.9rem;
	letter-spacing: 0.15em;
	font-weight: 500;
}
.f-left span{
	font-size: 1.2rem;
}

.f-right-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.cp-txt{
	font-weight: 500;
	letter-spacing: 0.15em;
	font-size: 1.3rem;
}
.f-url-wrap{
	margin-left: 30px;
}
.f-url-wrap p{
	margin-bottom: 10px;
	letter-spacing: 0.2em;
}
.f-url-wrap a{
	color: #fff;
}
.f-url-wrap a:hover{
	color: #8cf56c;
}
@media screen and (max-width: 1120px){
	.nav_wrap {
    width: calc(82% - 100px);
	}
	
}
@media screen and (max-width: 944px){
	.flex_box {
    	color: #fff;
		padding: 71px 10px 144px;
		display: block;
	}
	.flex_item {
    	width: auto;
    	padding: 43px 15px 35px;
	}
	.flex_item:nth-child(3){
		border-right: none;
		border-bottom: rgba(217, 217, 217, 0.2) solid 0.5px;
	}
	.flex_item:nth-child(1) {
    	border-right: none;
	}
	.flex_item:nth-child(3) h3 {
    	margin-top: 0px;
	}
	.flex_item:nth-child(4) h3 {
    	margin-top: 0px;
	}
}

/*レスポンシブSP*/
@media screen and (max-width: 750px){
	p {
		font-size: 1.4rem;
		letter-spacing: 0.05em;
	}
	.fadein{
		opacity: 1;
	}
	.pc-only{
		display: none;
	}
	.sp-only{
		display: block;
	}
	h2 {
    	font-size: 5.5rem;
    	margin: 0 auto;
		padding-bottom: 10px;
	}
	.right-h2-wrap {
    	margin-right: 16px;
	}
	#header {
    	padding: 10px 8px;
	}
	.h1_wrap {
    	font-weight: 500;
	}
	.right {
    	margin: 0;
	}
	.sp-entry{
		background-color: #4D525B;
		padding: 6px 8px;
		margin: 0px 20px 0 auto;
		z-index: 1000;
		box-shadow: 1px 4px 15px -11px rgba(209, 209, 209, .6);
	}
	.sp-entry a{
		background: linear-gradient(90deg, #69FF44 20%, #5EBBFF 80%);
    	-webkit-background-clip: text;
    	-webkit-text-fill-color: transparent;
    	font-size: 2rem;
    	letter-spacing: 0.07em;
    	font-weight: 500;
    	font-family: 'Montserrat', sans-serif;
	}
	.nav_wrap {
    	width: calc(52% - 150px);
	}
	.entry-btn {
		display: none;
	}
	.message-wrap {
		padding: 0px 0 61px;
		height: 988px;
	}
	.mes-h2-wrap {
        top: -20px;
        left: 30px;
    }
	.mes-text-wrap {
    	left: 50px;
    	top: 13px;
    	padding: 0 25px;
	}
	.mes-text-wrap h3 span {
    	font-size: 1.9rem;
	}
	.mes-text-wrap h3 {
    	font-size: 2rem;
		margin-bottom: 22px;
	}
	.mes-text-wrap p{
		font-size: 1.5rem;
        line-height: 2.2rem;
	}
	.service-sec {
		padding: 30px 18px 0px;
	}
	.service-wrap {
    	padding: 40px 0px;
	}
	.service-item-wrap {
    	display: block;
	    padding: 36px 10px;
	}
	.service-item-wrap:nth-child(1) {
    border-top: none;
	}
	.service-item-wrap:nth-child(2) {
    border-bottom: none;
	}
	.service-txt-wrap {
    	padding: 27px 5px 0px;
	}
	.service-txt-wrap h3 {
    	font-size: 2rem;
	    margin-bottom: 16px;
	}
	.works-sec {
		padding: 30px 18px 0px;
	}
	.works-wrap {
	    padding: 96px 0px 190px;
    	margin: 0 auto;
    	display: block;
	}
	.works-item {
    	width: auto;
    	padding: 38px 10px 34px;
	}
	.works-img {
     	width: auto; 
	}
	.works-item h3 {
		text-align: left;
	}
	.works-item p {
    	text-align: left;
	}
	.works-item:nth-child(1) {
    	border-right: none;
		border-bottom: rgba(77, 76, 82, 0.2) solid 0.5px;
	}
	.works-item:nth-child(2) {
    	border-right: none;
		border-bottom: rgba(77, 76, 82, 0.2) solid 0.5px;
	}
	.adjustment {
    	height: 206px;
	}
	.company-wrap {
    	padding: 40px 10px 52px;
	}
	.company-up {
    	display: block;
    	padding-bottom: 20px;
	}
	.company-down {
    	padding-top: 40px;
    	height: auto;
	}
	.company-item {
    	width: auto;
    	padding: 30px 10px 30px;
	}
	.company-item:nth-child(2) {
    	border-right: none;
    	border-bottom: rgba(217, 217, 217, 0.2) solid 0.5px;
		border-left: none;
    	border-top: rgba(217, 217, 217, 0.2) solid 0.5px;
	}
	.yokyo-img {
    	width: 90%;
    	margin-bottom: 21px;
	}
	 .vision-img-sp {
        margin-bottom: -33px;
    }
	.mt-flx {
    	margin-top: 0px;
	}
	.vision-wrap-sp{
		text-align: center;
	}
	.sp-vision-h4-wrap{
		margin-bottom: 52px;
	}
	.sp-vision-h4-wrap h4 {
		position: relative;
		padding: 0 0 10px;
		font-family: 'Montserrat', sans-serif;
		margin-bottom: 15px;
		font-weight: 500;
		background: linear-gradient(90deg, #5FC769, #50A1DC);
    background-repeat: no-repeat;
    background-size: 2rem 0.2rem;
    background-position: bottom;
    text-align: center;
/*
		background: linear-gradient(90deg, #69FF44 20%, #5EBBFF 80%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
*/
    }
	.vision-p {
    	font-size: 2rem;
    	margin-left: 0px;
		font-family: 'Montserrat', sans-serif;
	}
	.culture-p {
    	font-size: 2rem;
    	margin-left: 0px;
		font-family: 'Montserrat', sans-serif;
	}
	.values-p {
    	font-size: 2rem;
    	margin-bottom: 22px;
    	margin-left: 0px;
		font-family: 'Montserrat', sans-serif;
	}
	
	 .member-sec {
        padding: 47px 21px;
    }
	.interview-item {
		display: block;
		height: 500px;
	}
	.interview-title-wrap {
		width: auto;
	}
	.interview-item-wrap {
    	margin: 148px auto 30px;
	}
	.inter-img {
    	max-width: 100%;
	}
	.in-title-number {
	    line-height: 2.3rem;
	}
	.info {
    	min-width: 0px;
	}
	.in-title {
    	font-size: 2.1rem;
	}
	.in1-title {
    	left: 0vw;
	}
	.in2-title {
    	left: 7vw;
	}
	.interview-title-wrap {
    	height: 244px;
	}
	.recruit-sec {
    	padding: 50px 8px 40px;
		height: 605px;
	}
	.info {
    	padding: 53px 0 44px 41px;
	    width: 84%;
    	margin-top: -1135px;
    	border-radius: 90px 0 0 90px;
	}
	.info-detail-wrap dt {
    	font-size: 1.35rem;
		letter-spacing: normal;
	}
	.info-detail-wrap dl {
    	line-height: 2rem;
    	font-size: 1.35rem;
	}
	.info-detail-wrap dd {
    	width: 73%;
    	padding-right: 13px;
	}
	.bgc-gray {
    	height: 545px;
	}
	footer {
	    padding: 140px 8px 14px 8px;
        height: auto;
		text-align: center;
	}
	.f-txt-wrap {
	    display: none;
	}
	.f-right-wrap {
	    display: block;
	}
	small{
		text-align: center;
	}
}


/*ーーーーーーーーーーー
  下層＿インタビューページ
ーーーーーーーーーーーー*/
/*
.header {
    position: fixed;
    width: 96%;
    top: 0;
    z-index: 1000;
}
*/

.inp-title-section{
	background-color: #1C1D22;
	margin-top: -15px;
	padding: 170px 10px 30px;
	height: 600px;
}

.jobp-h2-white {
    background: linear-gradient(90deg, #e6e6ed 20%, #fafafa 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
}
.fw500{
	font-weight: 500;
}
.inp-nomber{
	margin-top: 40px;
	color: #e6e6ed;
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
	text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
}
.inp-nomber span{
	margin-left: 30px;
}
.inter-txt-wrap {
	background: #e9ebf0;
    margin-right: auto;
    min-width: 600px;
    padding: 80px 0 80px 60px;
    position: relative;
    width: 92%;
    margin-top: -303px;
    border-radius: 0px 170px 170px 0px;
}
.icon-wrap{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	z-index: 500;
	right: 30px;
	padding-left: 8vw;
	position: relative;
	top: -170px;
}
.icon-item-wrap{
	width: 33.333%;
	text-align: center;
	font-weight: 600;
}
.sales_name{
	font-size: 2.1rem;
	margin-top: 17px;
}
.sales_job{
	margin-top: 10px;
	font-size: 1.4rem;
}
.sales_year{
	margin-top: 7px;
	font-size: 1.4rem;
}
/*
.sales_note_wrap{
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 8vw;
}
*/
.inter-contents-wrap{
	max-width: 1200px;
    margin: -90px auto 0;
    padding: 15px 0 15px 8vw;
}
.sales_note{
	font-size: 1.8rem;
	line-height: 3rem;
	border-left: 2px solid #537ED5;
	padding: 15px 19px 15px 26px;
	margin-bottom: 50px;
	font-weight: 500;
}
.sales_note a{
	color: #537ED5!important;
}
.sales_note a:hover{
	opacity: 0.7; 
}
.fas{
	font-size: 1.3rem;
	margin-left: 4px;
}
.inter-h3{
	position: relative;
    background-color: #1C1D22;
    padding: 20px 0 20px 30px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 500;
}
.inp-maintxt-wrap{
	padding: 41px 44px 30px 15px;
}
.inp-question{
	color: #537ED5;
	font-size: 1.8rem;
	line-height: 3rem;
	display: flex;
	margin-bottom: 40px;
	font-weight: 500;
}
.inp-question::before {
    content: "";
    width: 52px;
    height: 1px;
    background-color: #537ED5;
    display: block;
    margin-right: 15px;
    margin-top: 13px;
}
.inptxt-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 40px;
}
.inptxt-icon-wrap{
	text-align: center;
	width: 100px;
}
.inptxt-icon-wrap p{
	margin-top: 10px;
	font-weight: 500;
	color: #3b3e45 !important;
}
.inptxt-voice{
	margin: 37px 0 0 30px;
	font-size: 1.8rem;
	line-height: 3.3rem;
	width: 87%;
}
.inptxt-imgwrap{
	text-align: center;
	padding: 40px 0 60px;
}
.inp-bgcblack{
	width: 100%;
    height: auto;
    background-color: #1C1D22;
}

.inp-bgcgray{
	background-color: #2D3139;
	height: 550px;
    margin-top: -550px;
}
.inp-footer{
	background-color: #1C1D22!important;
}
.bold{
	font-weight: 600;
	color: #3b3e45!important;
}
.k-icon-wrap {
    max-width: 1000px;
    margin: -170px auto 100px;
    display: flex;
    justify-content: space-between;
    z-index: 500;
    right: 30px;
/*    padding-left: 8vw;*/
    position: relative;
}
.k-profile-wrap{
	font-size: 1.8rem;
    line-height: 3rem;
    padding: 181px 19px 15px 26px;
    margin-bottom: 50px;
    font-weight: 500;
    width: 90%;
}
.k-name{
	font-size: 2.5rem;
	margin-bottom: 15px;
}
.k-name span{
	font-size: 2rem;
	margin-left: 10px;
}
.k-inp-question {
    color: #537ED5;
    font-size: 1.8rem;
    line-height: 3rem;
    display: flex;
    margin-bottom: 29px;
    font-weight: 500;
}
.k-inp-question::before {
    content: "";
    width: 52px;
    height: 1px;
    background-color: #537ED5;
    display: block;
    margin-right: 15px;
    margin-top: 13px;
}
.k_inptxt-voice {
    /* margin: 37px 0 0 30px; */
    font-size: 1.8rem;
    line-height: 3.3rem;
    /* width: 87%; */
}
.inp-img{
	box-shadow: 0 2px 20px #d9d9d9;
}
/*職種ページ*/
.jobp-header{
	background-color: #F2F2F2!important;
}
.jobp-title a{
	color: #7E899F!important;
}

/*-----スケジュール部分------*/
.timeline {
  list-style: none;
  width: 48%;
}
/*
.timeline > li {
  margin-bottom: 60px;
}
*/
.schedule-wrap{
	max-width: 772px;
    margin: 80px auto 110px;
    background-color: #D2D6DE;
    padding: 31px 51px;
    color: #364968;
	text-align: center;
/*	box-shadow: 0 1px 7px #d9d9d9;*/
}
.schedule-title{
	margin-bottom: 38px;
	font-size: 2rem;
	font-weight: 600;
	position: relative;
}
.schedule-title::before{
    content: '';
	display: inline-block;
    width: 1.2em;
    height: 1.2em;
	background-image: url("../img/schedule.svg");
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	position: relative;
	top: 4px;
    right: 6px;
}
.timeline-wrap{
	display: flex;
	justify-content: space-between;
	text-align: left;
}
/* for Desktop */
/*
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
  }
   .timeline-content {
     width: 75%;
     float: left;
     border-left: 2px #e5e5d1 solid;
     padding-left: 23px;
  }
    .timeline-content:before {
        content: '';
        width: 8px;
        height: 8px;
        background: #6fc173;
        position: absolute;
        left: 107px;
        top: 24px;
        border-radius: 100%;
    }
}
*/
.timeline-li{
	border-left: 1px #364968 solid;
}
.schedule-content{
    padding: 0px 8px 31px 20px;
}
.schedule-content h3{
	font-weight: 500;
	font-size: 1.5rem;
	margin-bottom: 10px;
	position: relative;
	top: -3px;
}
.schedule-content h3::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #364968;
    top: 3px;
    left: -24px;
}
.schedule-content p{
	font-size: 1.3rem;
}
.schedule-content h3 span{
	margin-right: 10px;
}
/*-----スケジュール部分 END------*/
.jobp-h2{
	max-width: 850px;
	margin: 0 auto;
	padding-left: 20px;
}


.bg_disigner{
	background: linear-gradient(rgba(4,15,41,0.2), rgba(4,15,41,0.2)),
  url("../img/fv-spacedesigner.jpg");
}
.bg_event{
	background: linear-gradient(rgba(4,15,41,0.2), rgba(4,15,41,0.2)),
  url("../img/fv-job-event.jpg");
}
.bg_media{
	background-image: url("../img/fv-media.jpg");
	background: linear-gradient(rgba(4,15,41,0.2), rgba(4,15,41,0.2)),
  url("../img/fv-media.jpg");
}
.jobp-title-section{
	margin-top: 100px;
	width: 80%;
	position: relative;
	background-size: cover;
	background-position: 80% 80%;
}
/*
.jobp-title-section::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color:rgba(4,15,41,0.2);
}
*/
.jobp-title-wrap{
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	top: -56px;
	right: 0px;
}

.jobp-title-p{
	display: inline-block;
    padding: 10px;
    font-size: 2.7rem;
    font-weight: 600;
    background-color: #2D3139;
    letter-spacing: 0.08em;
    position: absolute;
}
.jobp-title-p span {
    background: linear-gradient(90deg, #949db0 20%, #e1e5ed 80%);
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.event-title-up{
	right: 90px;
}
.event-title-down{
	top: 86px;
	right: 40px;
}
.jobp-main-sec{
	padding: 100px 10px 270px;
}
.jobp-innner{
	max-width: 1000px;
	margin: 0 auto;
}
.jobp-h3-wrap{
	margin-bottom: 90px;
}
.jobp-h3-wrap h3{
	font-size: 1.8rem;
    border-left: 2px solid #537ED5;
	padding: 1px 15px;
	margin-bottom: 20px;
	font-weight: 500;
}
.jobp-h3-wrap h4{
	font-size: 2.2rem;
	font-weight: 500;
	margin-bottom: 15px;
}
.jobp-h3-wrap p{
	line-height: 2.8rem;
	margin-bottom: 55px;
}
.senpai-message{
	max-width: 100%;
	background-color: #D2D6DE;
	padding: 15px 30px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 100px;
}
.senpai-img {
	width: 16%;
	margin-top: 8px;
}
.yamashita-ajus{
	margin-top: 18px;
}
.senpai-txt-wrap{
	padding: 20px;
	width: 78%;
}
.senpai-txt-wrap h3{
	font-size: 1.8rem;
    border-left: 2px solid #537ED5;
	padding: 1px 15px;
	margin-bottom: 20px;
	font-weight: 500;
}
.senpai-txt-wrap p{
	line-height: 2.8rem;
}
.other-job-sec{
	background-color: #2D3139;
	padding: 275px 0px 0px;
	margin-top: -182px;
}
.other-job-wrap {
    background: #e9ebf0;
    margin-left: auto;
    min-width: 600px;
    padding: 80px 0 80px 60px;
    position: relative;
    width: 80%;
   	margin-top: 75px;
    border-radius: 120px 0 0 120px;
}
.jobp-works-wrap {
    max-width: 900px;
    padding: 30px 0px 30px;
    margin: 0 auto;
    display: flex;
}
.jobp-footer {
    background-color: #1C1D22 !important;
    margin-top: -200px;
    padding-top: 260px;
}


/*インタビュー レスポンシブSP*/
@media screen and (max-width: 750px){

	.inp-nomber {
    	font-size: 1.3rem !important;
        letter-spacing: 0.15em !important;
	}
	.inp-title-section {
    	padding: 120px 10px 30px;
	}
	.icon-wrap {
    	max-width: 1000px;
    	margin: 0 auto;
    	display: block;
    	justify-content: space-between;
    	z-index: 500;
    	right: auto;
    	padding-left: 0;
    	position: relative;
    	top: -170px;
	}
	.icon-item-wrap {
    	text-align: center;
    	font-weight: 600;
    	width: auto;
		margin-bottom: 65px;
	}
	.inter-txt-wrap {
    	background: #D2D6DE;
    	margin-right: auto;
    	min-width: auto;
    	padding: 80px 0 10px 13px;
    	position: relative;
    	width: 92%;
    	margin-top: -322px;
    	border-radius: 0px 70px 70px 0px;
	}
	.inter-contents-wrap {
    	margin: -171px auto 0;
    	padding: 0px 0 13px 5px;
	}
	.sales_note {
    	font-size: 1.3rem;
        line-height: 2.5rem;
        font-weight: 400;
	}
	.inter-h3 {
    	padding: 10px;
    	color: #fff;
    	font-size: 1.8rem;
    	line-height: initial;
	}
	.inp-question {
    	font-size: 1.5rem;
        line-height: 2.7rem;
        display: flex;
        margin-bottom: 40px;
	}

	.inp-maintxt-wrap {
    	padding: 41px 13px 30px 0px;
	}
	.inptxt-icon{
		max-width: 69px;
	}
	.inptxt-voice {
    	margin: 30px 0 0 21px;
    	font-size: 1.6rem;
    	line-height: 2.8rem;
    	font-weight: 400;
	}
	.k-icon-wrap {
    	max-width: 1000px;
    	margin: -170px auto 100px;
    	display: block;
    	justify-content: space-between;
    	z-index: 500;
    	right: 0px;
    	/* padding-left: 8vw; */
    	position: relative;
	}
	.k-profile-wrap {
    	font-size: 1.8rem;
    	line-height: 3rem;
    	padding: 0px 16px 118px 8px;
    	margin-bottom: 50px;
    	font-weight: 500;
    	width: auto;
	}
	.jobp-main-sec {
    	padding: 100px 26px 270px;
	}
	.jobp-h3-wrap h3 {
    	font-size: 1.6rem;
    	border-left: 2px solid #537ED5;
    	padding: 1px 0px 1px 9px;
    	margin-bottom: 18px;
	}
	.jobp-h3-wrap h4 {
    	font-size: 1.8rem;
    	font-weight: 500;
    	margin-bottom: 7px;
    	line-height: 3rem;
	}
	.jobp-h3-wrap p {
    	line-height: 2.1rem;
    	margin-bottom: 22px;
    	line-height: 3rem;
	}
	.timeline {
    	width: auto;
	}
	.schedule-wrap {
    	max-width: 772px;
    	margin: 0px auto 70px;
    	background-color: #D2D6DE;
    	padding: 31px 30px;
    	color: #364968;
    	text-align: center;
    	/* box-shadow: 0 1px 7px #d9d9d9; */
	}
	.schedule-title {
    	margin-bottom: 48px;
	}
	.other-job-wrap {
    	background: #e9ebf0;
    	margin-left: auto;
    	min-width: auto;
    	padding: 29px 0 80px 55px;
    	position: relative;
    	width: 80%;
    	margin-top: 75px;
    	border-radius: 90px 0 0 90px;
	}
	.timeline-wrap {
    	display: block;
    	justify-content: space-between;
    	text-align: left;
	}
	.jobp-works-wrap {
    	max-width: 400px;
    	padding: 30px 0px 30px;
    	margin: 0 auto;
    	display: block;
	}
	.jobp-works-wrap {
        max-width: 400px;
        padding: 0px 28px 0px 0px;
        margin: 0 auto;
        display: block;
    }
	.left-h2-wrap {
    	max-width: 1000px;
    	margin: 0 auto;
    	padding-left: 16px;
	}
	.senpai-img {
    	width: 51%;
    	margin: 26px 0px;
	}
	.senpai-message {
    	padding: 15px 20px;
    	display: block;
    	align-items: flex-start;
    	justify-content: space-between;
    	margin-top: 70px;
		text-align: center;
	}
	.senpai-txt-wrap {
    	width: auto;
		text-align: left;
	}
	.bb-none{
		border-bottom: none!important;
	}
	
	
	
}
