@charset "UTF-8";
/* CSS Document */
*, *:before, *:after{margin:0;padding:0;border: 0;font-weight: normal;vertical-align:baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html {
	height:100%;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	background:#fff;
	font-size:15px;
	line-height:1.9;
	color:#000;
	letter-spacing:1px;
	width:100%;
	height:100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
a:focus, *:focus { outline:none; }
a{
	text-decoration: none;
	color:#111;
}
a:hover{
	opacity:0.7;
}
img{
	vertical-align:bottom;
}
.img100{
	width:100%;
}
.table{
	display:table;
	width:100%;
	height:100%;
}
.cell{
	display:table-cell;
	vertical-align:middle;
}
.fade-in{
	opacity:0;
	transition:opacity 1s;
}
.fade-in.scrolled{
	opacity:1;
	transition:opacity 1s;
}
.fade-in01{
	opacity:0;
	transition:opacity 1s;
}
.fade-in01.scrolled{
	opacity:1;
	transition:opacity 1s;
}
.fade-in02{
	opacity:0;
	transition:opacity 2s 0.5s;
}
.fade-in02.scrolled{
	opacity:1;
	transition:opacity 2s 0.5s;
}
.fade-in03{
	opacity:0;
	transition:opacity 1s 1s;
}
.fade-in03.scrolled{
	opacity:1;
	transition:opacity 1s 1s;
}
.fade-in04{
	opacity:0;
	transition:opacity 1s 1.5s;
}
.fade-in04.scrolled{
	opacity:1;
	transition:opacity 1s 1.5s;
}
.fade-in05{
	opacity:0;
	transition:opacity 1s 2s;
}
.fade-in05.scrolled{
	opacity:1;
	transition:opacity 1s 2s;
}
.move-up{
	position:relative;
	top:120px;
	opacity:0;
	transition:all 1000ms;
}
.move-up.scrolled{
	top:0;
	opacity:1;
	transition:all 1000ms;
}
.top-move-up{
	position:relative;
	top:160px;
	opacity:0;
	transition:all 1000ms;
}
.top-move-up.scrolled{
	top:0;
	opacity:1;
	transition:all 1000ms;
}
.move-up02{
	position:relative;
	top:120px;
	opacity:0;
	transition:all 1000ms 0.5s;
}
.move-up02.scrolled{
	top:0;
	opacity:1;
	transition:all 1000ms 0.5s;
}
.move-to-right{
	position:relative;
	left:-280px;
	opacity:0;
	transition:all 1000ms;
}
.move-to-right.scrolled{
	left:0;
	opacity:1;
	transition:all 1000ms;
}
.move-to-right02{
	position: absolute;
	left:-280px;
	opacity:0;
	transition:all 1000ms;
}
.move-to-right02.scrolled{
	left:0;
	opacity:1;
	transition:all 1000ms;
}
.move-to-left{
	position:relative;
	left:280px;
	opacity:0;
	transition:all 1000ms;
}
.move-to-left.scrolled{
	left:0;
	opacity:1;
	transition:all 1000ms;
}
.hidden {
    display: none;
}
.animatedModal-off{
	overflow:hidden;
}
.animatedModal-on{
	overflow:scroll;
}
.sp-only{
display: none;
}
.cont-wrap{
	width:100%;
	max-width:1500px;
	margin:0 auto;
	padding:90px 0 0;
	overflow:hidden;
    animation: wrapfadeIn 3s ease 0s 1 normal;
    -webkit-animation: wrapfadeIn 3s ease 0s 1 normal;
}
@keyframes wrapfadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes wrapfadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.inner-1500{
	width:92%;
	max-width:1500px;
	margin:0 auto;
}
.inner-1200{
	width:92%;
	max-width:1200px;
	margin:0 auto;
}
.inner-1000{
	width:92%;
	max-width:1000px;
	margin:0 auto;
	position:relative;
}
.inner-860{
	width:92%;
	max-width:860px;
	margin:0 auto;
	position:relative;
}
#header{
	width:100%;
	height:90px;
	margin:0 auto;
	position: fixed;
	top:0;
	left:0;
	z-index:3000;
}
#header-inner{
	width:100%;
	max-width:1500px;
	height:90px;
	margin:0 auto;
	position:relative;
	background:#eaeaea;
}
.front-page #header-inner{
	background:none;
}
.front-page .scrolled-down #header-inner{
	background:#eaeaea;
}
#header-logo{
	width:224px;
	height:100%;
	float:left;
	padding:0 20px; 
	align-items: center;
    display: flex;
}
#header-logo img{
	width:100%;
}
#header-logo-info{
	height:100%;
	float:left;
	font-size:15px;
	font-weight:700;
	line-height:1.5;
	display: flex;
	align-items: center;
}
.front-page #header-logo-info{
	color:#fff;
}
.front-page .scrolled-down #header-logo-info{
	color:#000;
}
#header-btns{
	width:auto;
	float:right;
	margin:20px 74px 0 0;
	display:flex;
}
.entry-btn{
	 align-items: center;
    display: flex;
	margin:0 4px;
}
.internship-btn{
	 align-items: center;
    display: flex;
	margin:0 4px;
}
.to-corp-btn{
	 align-items: center;
    display: flex;
	margin:0 4px;
}
.entry-btn a{
	display:block;
	width:100%;
	background:#ab52d2;
	font-family: 'Comfortaa', cursive;
	font-size:16px;
	color:#fff;
	line-height:46px;
	text-align:center;
	letter-spacing:2px;
	padding:4px 30px 0;
	border-radius:6px;
}
.internship-btn a{
	display:block;
	width:100%;
	background:#0141c0;
	font-family: 'Comfortaa', cursive;
	font-size:16px;
	color:#fff;
	line-height:46px;
	text-align:center;
	letter-spacing:2px;
	padding:4px 20px 0;
	border-radius:6px;
}
.to-corp-btn a{
	display:block;
	width:100%;
	background:#ec8b24;
	font-size:16px;
	color:#fff;
	line-height:50px;
	text-align:center;
	letter-spacing:1px;
	padding:0 30px 0;
	border-radius:6px;
}
.sp-menu-btn-box{
	position: absolute;
  cursor: pointer;
    width: 50px;
    height:50px;
  z-index:9000;
  top:20px;
  right:20px;
}
.modaal-noscroll .sp-menu-btn-box{
  z-index:9000;
}
.sp-menu-btn{
	display:block;
  position: relative;
  background:#01236d;
  cursor: pointer;
    width: 50px;
    height:50px;
  z-index:9000;
  display:block;
  align-items: center;
    display: flex;
	border-radius:6px;
}
.sp-menu-btn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 25%;
    height: 2px;
  background: #fff;
  }
.sp-menu-btn span:nth-of-type(1) {
  top:15px; 
    width: 50%;
}
.sp-menu-btn span:nth-of-type(2) {
  top:25px;
    width: 50%;
}
.sp-menu-btn span:nth-of-type(3) {
  top:35px;
    width: 50%;
}
.modaal-noscroll .sp-menu-btn span:nth-of-type(1) {
    top: 18px;
    left: 25%;
    transform: translateY(6px) rotate(-135deg);
    width: 50%;
}
.modaal-noscroll .sp-menu-btn span:nth-of-type(2) {
  opacity: 0;
}
.modaal-noscroll .sp-menu-btn span:nth-of-type(3){
    top: 30px;
    left: 25%;
    transform: translateY(-6px) rotate(135deg);
    width: 50%;
}
.modaal-close{
	position: absolute;
	width:50px;
	height:50px;
	top:0;
	left:0;
	z-index:-1;
	display:none;
}
.modaal-noscroll .modaal-close{
	z-index:9000 !important;
	display:block;
}
#sp-menu{
	max-width:1920px;
	margin:0 auto;
	left:0;
	right:0;
	padding:90px 4% 0;
	z-index:-9999;
	background:rgba(1,35,109,0.91) !important;	
}
.sp-menu-inner{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	padding:150px 0 50px;
	overflow:hidden;
	color:#fff;
	display:flex;
	align-items:center;
}
.sp-menu-inner dl{
	width:100%;
	overflow:hidden;
}
.sp-menu-inner dl dt{
	clear:both;
	width:300px;
	font-family: 'Comfortaa', cursive;
	font-size:28px;
	font-weight:700;
	float:left;
}
.sp-menu-inner dl dd{
	margin:0 0 24px 300px;
	padding:6px 0 0 30px;
	border-left:1px solid #fff;
}
.sp-menu-inner dl dd a{
	font-size:16px;
	display:inline-block;
	margin:0 30px 8px 0;
	padding:4px 0;
	color:#fff;
}
.sp-menu-inner dl dd a span,
.footer-wrap dl dd a span{
	font-size:10px;
	padding:0 0 0 8px;
}
.front-head{
	transition:all 400ms;
}
.foot-messege-sec{
	width:100%;
	max-width:1500px;
	background:#0075c1 url(../images/footer-bg.jpg) no-repeat center center;
	background-size: cover;
	position:relative;
	margin:0 auto ;
	padding:160px 0;
}
.foot-messege-sec img{
	width:100%;
}
.foot-messege-box{
	width:100%;
	text-align:center;
	color:#fff;
	overflow:hidden;
}
.foot-messege-box img{
	width:100%;
}
.foot-company-name{
	font-family: 'Comfortaa', cursive;
	font-size:22px;
	font-weight:400;
}
.foot-site-info{
	font-family: 'Comfortaa', cursive;
	font-size:34px;
	font-weight:700;
}
.footer-wrap{
	width:100%;
	padding:50px 0;
}
.footer-logo{
	width:180px;
	margin:0 auto;
}
.footer-logo img{
	width:100%;
}
.footer-logo-info{
	width:180px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	background:#0075c1;
	color:#fff;
	text-align:center;
	line-height:2;
	letter-spacing:2px;
	margin:14px auto 60px;
}
.copyright{
	text-align: center;
	font-size:12px;
}
.footer-att-box{
	width:100%;
	margin:0 0 60px;
	padding:24px 50px;
	border:1px solid #231815;
}
.footer-att-ttl{
	font-size:14px;
	font-weight:700;
	color:#e60012;
	margin:0 0 8px;
}
.footer-att-box p{
	font-size:12px;
	line-height:1.7;
}
.footer-links-ttl{
	font-size:18px;
	font-weight:700;
	margin:0 0 20px;
}
.footer-wrap dl{
	width:100%;
	overflow:hidden;
	margin:0 0 50px;
	border-top:2px solid #231815;
}
.footer-wrap dl dt{
	font-size:14px;
	width:160px;
	float:left;
	font-weight:700;
	padding:14px 0;
	line-height:2.8;
}
.footer-wrap dl dd{
	font-size:14px;
	width:100%;
	padding:14px 0 14px 160px;
	border-bottom:1px solid #231815;
	line-height:2.8;
}
.footer-wrap dl dd a{
	margin:0 28px 0 0;
	display:inline-block;
}
#top-main-v{
	width:100%;
	max-width:1920px;
	max-height:100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#top-main-v ul li img {
    width: 100%;
}
#top-main-overlay{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background: url(../images/top-main-overlay.png);
	background-size:cover;
}
#top-main-cont{
	position:absolute;
	width:100%;
	left:0;
	top:50%;
	text-align:center;
	color:#fff;
	transform:translateY(-50%);
}
#top-main-cont img{
	width:100%;
}
.main-company-name {
    font-family: "Comfortaa",cursive;
    font-size: 20px;
    font-weight: 400;
}
.main-site-info {
    font-family: "Comfortaa",cursive;
    font-size: 26px;
    font-weight: 700;
	letter-spacing:4px;
}
.main-v-scroll-bar{
	position:absolute;
	bottom:0;
	right:30px;
}
.scrolldown{
  position:absolute;
  bottom:0;
	right:30px;
	height:100px;
}
.scrolldown p{
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  transform:rotate(90deg);
  line-height:1;
  display:inline-block;
  top:-50px;
  position:relative;
}
.scrolldown::after{
  content: "";
  position: absolute;
  top: 0;
  left:50%;
  width: 1px;
  height: 30px;
  background: #fff;
  animation: pathmove 2s ease-in-out infinite;
  opacity:0;
}
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:80px;
    opacity: 0;
  }
}
#top-main-catch{
    font-size: 54px;
	font-size:3.7vw;
    font-weight: 700;
	color:#fff;
	line-height:2;
	letter-spacing:2px;
	padding:0 0 50px 5%;
}
#top-main-catch span{
	font-size:2.8vw;
	font-weight: 700;
}
#top-main-catch p{
    font-family: "Roboto",sans-serif;
    font-size:1.5vw;
    font-weight: 500;
	color:#ffeb67;
	line-height:1.5;
	display:block;
	margin:44px 0 0;
	letter-spacing:2px;
}
.top-message-sec{
	width:100%;
	max-width:1920px;
	margin:0 auto -100px;
	padding:150px 4% 200px;
	background:url(../images/top-msg-bg.png) no-repeat top center ;
	background-size: cover;
	position:relative;
	overflow:hidden;
}
.top-message-sec-ttl{
	text-align:center;
	margin:0 0 80px;
	font-family: 'Comfortaa', cursive;
	font-size:30px;
	letter-spacing:6px;
}
.top-message-cont{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	font-size:18px;
}
.top-message01{
	margin:0 0 120px;
	text-align:left;
	line-height:2.3;
}
.top-message01 span{
	font-size:12px;
}
.top-message02{
	width:auto;
	float:right;
	text-align:left;
	margin:0 0 50px;
	line-height:2.3;
}
.top-message03{
	clear:both;
	width:90%;
	position:relative;
	left:10%;
	margin:0 0 80px;
	text-align:left;
	line-height:2.3;
}
.top-message04{
	width:80%;
	position:relative;
	left:20%;
	line-height:2.3;
}
.top-message-sec-bg{
	position:absolute;
	width:50%;
	left:0;
	bottom:0;
}
.top-message{
	font-size:16px;
-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  margin:0 auto;
  line-height:2.3;
  display:inline-block;
  text-align:left;
}
.front-pege-content{
	max-width:1500px;
	margin:0 auto;
	overflow:hidden;
	background:url("../images/bg-circle-top.png") repeat-y scroll 0 0 / 100% auto;
	padding:100px 0 0;
}
.front-sec-ttl{
	font-size:100px;
	font-weight:700;
	font-family: 'Comfortaa', cursive;
	color:#0141c0;
	line-height:1.2;
}
.front-sec-ttl-sub img{
	width:300px;
}
.front-about-sec{
	position:relative;
	margin:0 0 90px;
	padding:140px 0 0 0;
}
.front-about-sec-ttl{
    position: relative;
	top:-56px;
	margin:0 0 -26px;
}
.front-about-sec p{
	width:100%;
	max-width:1000px;
	margin:0 0 30px;	
}
.front-about-cont{
	background:#fff;
	width:86%;
	position:relative;
	left:14%;
	padding:0 5% 40px 5%;
	border-radius:20px 0 0 20px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.front-about-sec-bg{
	width:82%;
	height:80%;
	position: absolute;
	top:0;
	left:0;
	background:#eaeaea;
	z-index:-1;
	border-radius:0 20px 20px 0;
}
.front-about-btn-box{
	display:flex;
	flex-wrap:wrap;
}
.front-about-ex-text{
	display:flex;
	align-items:center;
}
.front-about-ex-text p{
	font-size:16px;
}
.front-about-btn{
	width:48%;
	margin:0 4% 40px 0;
	border-radius:20px;
	overflow:hidden;
	position:relative;
}
.front-about-btn:nth-child(2n){
	width:48%;
	margin:0 0 40px 0;
}
.front-about-btn a{
	display:block;
}
.front-about-btn-ttl {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
	line-height:1.4;
}
.front-about-btn-ttl span{
    font-size: 20px;
	font-weight:700;
}
.front-business-sec{
	position:relative;
	padding:150px 0 140px;
}
.front-business-sec-ttl {
	width:72%;
	margin:0 auto -26px;
	padding:0 5%;
	position:relative;
	top:-56px;
}
.front-business-sec-cont{
	width:100%;
	background:#fff;
	position:relative;
	padding:0 0 100px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.front-business-sec-cont p{
	font-size:16px;
	width:72%;
	margin:0 auto 40px;
	padding:0 5%;
	position:relative;
}
.front-business-sec-btn-box{
	display:flex;
	padding:0 10%;
}
.front-business-sec-btn-once{
	width:47%;
	margin:0 6% 0 0;
	position:relative;
	border-radius:20px;
	overflow:hidden;
}
.front-business-sec-btn-once:nth-child(2){
	width:47%;
	margin:0 0;
}
.front-business-sec-btn-ttl{
	position:absolute;
	bottom:0;
	right:0;
	background:rgba(1,65,192,0.8);
	color:#fff;
	font-size:24px;
	font-weight:700;
	display:inline-block;
	padding:8px 20px;
}
.front-business-sec-bg{
	position:absolute;
	width:86%;
	height:50%;
	background:#eaeaea;
	right:0;
	top:0;
	border-radius:20px 0 0 0;
	z-index:-1;
}
.front-flow-sec-ttl{
	position:relative;
	top:-56px;
	margin:0 0 -26px;
}
.front-flow-sec{
	position:relative;
	margin:0 0 140px;
	padding:140px 0 0;
}
.front-flow-cont{
	position:relative;
	width:72%;
	margin:0 auto;
	background:#fff;
	padding:0 5% 50px;
	border-radius:20px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.front-flow-cont a{
	display:block;
	border-radius:20px;
	overflow:hidden;
}
.front-flow-cont p{
	margin:0 0 30px;
}
.front-flow-sec-bg{
	width:82%;
	height:80%;
	position:absolute;
	background:#eaeaea;
	top:0;
	left:0;
	z-index:-1;
	border-radius:0 20px 20px 0;
}
.front-people-sec{
	position:relative;
	margin:0 0 140px;
	padding:140px 0 0;
}
.front-people-sec-ttl {
	margin:0 auto -6px;
	position:relative;
	top:-56px;
}
.front-people-sec-cont{
	width:86%;
	position:relative;
	background:#fff;
	z-index:1;
	padding:0 5% 50px ;
	border-radius:0 20px 20px 0;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.front-people-sec-bg{
	width:82%;
	height:90%;
	position:absolute;
	top:0;
	right:0;
	background:#eaeaea;
	border-radius:20px 0 0 20px;
	z-index:-1;
}
.front-work-btn-box{
	width:65%;
	margin:0 0 50px;
}
.front-work-btn{
	position:relative;
	border-radius:20px;
	overflow:hidden;
}
.front-work-btn-ttl{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.front-work-btn-box a{
	display:block;
}
.front-people-btn-box{
	display:flex;
	flex-wrap:wrap;
	padding:0 0 80px;
}
.front-people-btn-once{
	position:relative;
	width:31%;
	margin:0 3% 50px 0;
	border-radius:20px;
	overflow:hidden;
}
.front-people-btn-once-full{
	position:relative;
	width:100%;
	margin:80px 0 50px 0;
	border-radius:20px;
	overflow:hidden;
}
.add-nmgt{
	margin-top:0;
}
.front-people-btn-once:nth-child(1),
.front-people-btn-once:nth-child(4),
.front-people-btn-once:nth-child(7){
	top:80px;
}
.front-people-btn-once:nth-child(3n){
	margin:0 0 50px;
	top:-80px;
}
.front-people-btn-once a{
	display:block;
}
.front-people-btn-once-tag{
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	font-size:18px;
	font-weight:700;
	padding:4px 20px;
}
.tag-type-01{
	background:#0141c0;
}
.tag-type-02{
	background:#0181d6;
}
.tag-type-03{
	background:#ab52d2;
}
.tag-type-04{
	background:#f36195;
}
.tag-type-05{
	background:#ecac2d;
}
.tag-type-06{
	background:#01c7c0;
}
.tag-type-07{
	background:#51BC1B;
}
.tag-type-08{
	background:#EC592D;
}
.front-people-btn-once-prof{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	color:#fff;
	padding:60px 20px 20px;
	background: rgba(0, 0, 0, 0) url("../images/btn-ovl-work-cat.png") repeat-x scroll 0 0 / auto 100%;
}
.front-people-btn-once-prof2{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	color:#fff;
	padding:60px 30px 30px;
	background: rgba(0, 0, 0, 0) url("../images/btn-ovl-work-cat.png") repeat-x scroll 0 0 / auto 100%;
}
.front-people-btn-once-prof-name{
	font-size:24px;
}
.front-people-btn-once-talk-name{
	font-size:30px;
    font-weight:700;
}
.front-people-btn-once-prof-dev{
	font-size:14px;
}
.front-special-sec{
	position:relative;
}
.front-special-sec-ttl{
	width:72%;
	margin:0 auto 50px;
	padding:0 5%;
	position:relative;
}
.front-special-sec-cont{
	width:82%;
	margin:0 0 140px;
	border-radius:20px 0 0 20px;
	overflow:hidden;
	position:relative;
	left:18%;
	z-index:2;
	background:#fff;
}
.front-special-sec-cont:nth-child(1),
.front-special-sec-cont:nth-child(2){
	margin:0 0 60px;
}
.front-special-sec-cont a{
	display:block;
}
.front-special-sec-cont-btn-ttl{
	position:absolute;
	bottom:0;
	left:0;
	background:rgba(1,65,192,0.8);
	color:#fff;
	font-size:24px;
	font-weight:700;
	display:inline-block;
	padding:8px 20px;
}
.front-special-sec-bg{
	position:absolute;
	width:82%;
	height:100%;
	background:#eaeaea;
	left:0;
	top:140px;
	border-radius:0 20px 20px 0;
	z-index:-1;
}
.front-recruit-sec{
	position:relative;
	margin:0 0 140px;
	padding:140px 0 0;
}
.front-recruit-sec-bg{
	position:absolute;
	width:100%;
	height:35%;
	top:200px;
	left:0;
	background:#eaeaea;
	z-index:-1;
}
.front-recruit-sec-ttl{
	width:72%;
	margin:0 auto 50px;
	padding:0 5%;
	position:relative;
}
.front-recruit-sec-cont{
	padding:0 10%;
}
.front-recruit-sec-cont-btn-box{
	display:flex;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}
.front-recruit-sec-cont-btn-once{
	width:31%;
	margin:0 3.5% 30px 0;
	border-radius:20px;
	overflow:hidden;
	background:#fff;
}
.front-recruit-sec-cont-btn-once:nth-child(3){
	margin:0 0 30px;
}
.front-recruit-sec-cont-btn-once a{
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
.front-recruit-btn-ttl{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:24px;
	font-weight:700;
	transform:translateY(-50%);
}
.page-main-sec{
	position:relative;
	max-width:1500px;
	margin:0 auto 0;
	background:#eaeaea;
	z-index:10;
}
.page-main-sec img.page-main-v,
.people-main-sec img.page-main-v{
	width:86%;
	position:relative;
	left:14%;
	border-radius:20px 0 0 0;
}
.column-main-sec-img img.page-main-v{
	width:100%;
	border-radius:20px;
}
.people-main-sec img.page-main-v{
	border-radius:20px 0 0 20px;
}
.page-main-cat-fl{
	position:absolute;
	left:0;
	bottom:-74px;
}
.page-main-cat-box{
	width:540px;
	height:148px;
	background:#fff;
	padding:24px 0 0 100px;
	border-radius:0 20px 20px 0;
	  box-shadow: 0 0 12px rgba(179,179,179,0.5);
}
.people-main-sec .page-main-cat-box{
	position:absolute;
	bottom:auto;
	top:-74px;
}
.page-main-cat{
	font-family: 'Comfortaa', cursive;
	font-size:40px;
	font-weight:700;
	color:#0141c0;
	line-height:1.4;
}
.page-main-cat-box img{
	width:260px;
}
.page-main-sec-inner{
	position:relative;
}
.page-ttl-sec{
	max-width:1500px;
	background:#01236d url(../images/page-main-ttl-bg.png) no-repeat top right;
	background-size: auto 240px;
	margin:0 auto 0;
	padding:140px 4% 40px;
	text-align:center;
	color:#fff;
	font-size:30px;
	font-weight:700;
	position:relative;
	letter-spacing:4px;
}
.page-ttl-sec.entry-page{
	max-width:1500px;
	background:#01236d url(../images/page-main-ttl-bg.png) no-repeat top right;
	background-size: auto 240px;
	margin:0 auto 0;
	padding:90px 4% 90px;
	text-align:center;
	color:#fff;
	font-size:30px;
	font-weight:700;
	position:relative;
	letter-spacing:4px;
}
.page-ttl-sec span{
	font-size:22px;
	font-weight:700;
}
.page-ttl-sec:after{
	content:'';
	position:absolute;
	width:50px;
	height:25px;
	background:url(../images/page-ttl-down.png) no-repeat;
	background-size: cover;
	bottom:-25px;
	left:50%;
	margin:0 0 0 -25px;
	z-index:1;
}
.page-contents-wrap{
	position:relative;
	max-width:1500px;
	margin:0 auto;
}
.page-secton-ttl{
	font-size:30px;
	font-weight:700;
	margin:0 auto 60px;
	text-align:center;
	color:#0141c0;
}
.page-accent-mark{
	width:400px;
	height:1px;
	background:#0141c0;
	margin:0 auto 60px;
	position:relative;
}
.support-anchor-box .page-accent-mark{
	width:100%;
	height:1px;
    margin: 18px 0 0;
}
.page-accent-mark:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #0141c0 #0141c0 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    content: "";
    height: 38px;
    position: absolute;
	left:50%;
	bottom:-6px;
    transform: rotate(135deg);
    width: 38px;
	margin:0 0 0 -19px;
}
.support-anchor-box .page-accent-mark:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #0141c0 #0141c0 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    content: "";
    height: 28px;
    position: absolute;
	left:50%;
	bottom:-3px;
    transform: rotate(135deg);
    width: 28px;
	margin:0 0 0 -19px;
}
.page-std-text{
	margin:0 0 50px;
}
.about-wrap{
	background: #eaeaea url("../images/bg-type05.png") repeat-y 0 0 / 100% auto;
    padding: 120px 0;
}
.numbers-of-woman{
	background: #eaeaea url("../images/bg-type02.png") repeat-y 0 0 / 100% auto;
}
.womens-careers-wrap{
	background:url("../images/bg-type02.png") repeat-y 0 0 / 100% auto;
}
.about-num-sec{
	max-width:1500px;
	margin:160px auto 160px;
	padding:120px 0;
	position:relative;
	background: #eaeaea url("../images/bg-type06.png") repeat-y 0 0 / 100% auto;
}
.about-num{
	position:absolute;
	width:100%;
	top:-50px;
	left:0;
	line-height:1;
	font-size:100px;
	font-weight:700;
	text-align:center;
	color:#fff;
	text-shadow:
           1px 1px 0px #0141c0, -1px -1px 0px #0141c0,
          -1px 1px 0px #0141c0,  1px -1px 0px #0141c0,
           1px 0px 0px #0141c0, -1px  0px 0px #0141c0,
           0px 1px 0px #0141c0,  0px -1px 0px #0141c0;
}
.about-std-text {
    font-size: 16px;
    margin: 0 auto 50px;
}
.about-pick01-sec{
	background:#fff;
	margin:0 0 80px;
	padding:60px 50px;
	border-radius:20px;
}
.about-pick01-ttl{
	font-size:40px;
	font-weight:700;
	text-align:center;
	color: #0141c0;
	line-height:1.2;
	margin:0 0 40px;
}
.about-pick01-ttl span{
	font-size:30px;
	font-weight:700;
	color: #0141c0;
}
.about-pick01-video-box{
	margin:0 auto;
	max-width:700px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.about-pick-block-ttl{
	font-family: 'Comfortaa', cursive;
	font-size:30px;
	font-weight:700;
	text-align:center;
	color:#0141c0;
	margin:0 0 30px;
}
.about-mission-sec{
	margin:0 0 80px;
}
.about-mission-ttl{
	font-size:20px;
	font-weight:700;
	text-align:center;
	margin:0 0 80px;
}
.about-mission-cont{
	position:relative;
	padding:50px 20px 30px;
	text-align:center;
	border:1px solid #0141c0;
	border-radius:20px;
}
.about-mission-cont-once{
	width:200px;
	height:200px;
	border-radius:50%;
	background:#fff;
	font-size:18px;
	font-weight:700;
	display:inline-block;
	line-height:1.5;
	text-align:center;
	vertical-align:top;
	margin:0 8px;
	padding:68px 0 0;
}
.about-mission-cont-once:nth-child(3){
	padding:54px 0 0;
}
.about-mission-cont-once span{
	font-size:26px;
	color:#0141c0;
	font-weight:700;
}
.about-mission-cont-tag{
	width:340px;
	position:absolute;
	top:-25px;
	left:50%;
	margin:0 0 0 -170px;
	background:#01236d;
	text-align:center;
	color:#fff;
	font-size:20px;
	line-height:50px;
	border-radius:50px;
}
.about-vision-cont-box{
	display:flex;
	margin:0 0 80px;
}
.about-vision-cont-once{
	width:32%;
	background:#fff;
	margin:0 2% 0 0;
	padding:40px 14px 40px;
	text-align:center;
	border-radius:20px;
}
.about-vision-cont-once .atc-text{
	font-size:18px;
	font-weight:700;
	margin:0 0 20px;
	line-height:1.4;
}
.about-vision-cont-once .atc-text span{
	font-size:28px;
	font-weight:700;
	color:#0141c0;
}
.about-vision-cont-once:nth-child(3){
	width:32%;
	margin:0;
}
.about-vision-cont-once p{
	line-height:1.6;
}
.about-value-cont-box{
	display:flex;
	flex-wrap:wrap;
	margin:0 0 100px;
}
.about-value-cont-once{
	width:32%;
	background:#fff;
	margin:0 2% 20px 0;
	text-align:center;
	border-radius:20px;
}
.about-value-cont-once:nth-child(3n){
	margin:0 0 20px 0;
}
.about-value-cont-once-ttl{
	font-size:18px;
	font-weight:700;
	color:#fff;
	background:#01236d;
	padding:10px 0;
	text-align:center;
	border-radius:20px;
}
.about-value-cont{
	height:130px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.about-value-cont-once p{
	padding:0 12px;
	line-height:1.6;
}
.about-full-img {
	text-align:center;
    padding: 0 0 90px;
    width: 100%;
}
.img900{
	width:100%;
	max-width:900px;
}
.about-with-img-btn{
	max-width:600px;
	margin:0 auto 50px;
	position:relative;
	border-radius:10px;
	overflow:hidden;
}
.about-with-img-btn-ttl {
    bottom: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    left: 0;
    padding: 24px 0 14px;
    position: absolute;
    text-align: center;
    width: 100%;
	background:url(../images/btn-ovl.png) repeat-x;
	background-size:auto 100%;
}
.about-with-img-btn a{
	display:block;
}
.about-keyword-wrap{
	background: #eaeaea;
    padding: 120px 0 0;
}
.about-page-lead{
	font-size:24px;
	font-weight:700;
	margin:0 0 70px;
	text-align:center;
}
.about-page-lead.for-num-w{
	margin:0 0 20px;
}
.att-info-text{
text-align: center;
font-size: 14px;
margin:0 0 60px;
}
.about-col2-box{
	display:flex;
	flex-wrap:wrap;
}
.v-woman01,
.v-woman02{
margin: 0 auto 100px;
}
.about-col2-once{
	width:47.5%;
	margin:0 5% 40px 0;
	background:#fff;
	padding:30px 34px;
	border-radius:20px;
}
.about-col2-once:nth-child(even){
	margin:0 0 40px 0;
}
.about-col2-once img{
	width:100%;
	margin:12px 0 14px;
}
.about-col2-once-ttl{
	font-size:20px;
	font-weight:700;
	margin:0 0 10px;
	padding:0 0 12px;
	color:#0141c0;
	text-align:center;
	border-bottom:1px solid #0141c0;
}
.v-woman01 .about-col2-once-ttl{
	color:#5f96ff;
	border-bottom:1px solid #5f96ff;
}
.v-woman02 .about-col2-once-ttl{
	color:#ff849d;
	border-bottom:1px solid #ff849d;
}
.v-woman03 .about-col2-once-ttl{
	color:#00bde5;
	border-bottom:1px solid #00bde5;
}

.about-col2-once p{
	font-size:14px;
    margin: 0 0 8px;
}
.about-col2-once p.att-text{
	text-align:right;
	color:#808080;
	margin:0 0 8px;
}
.about-col2-once p.att-text-left{
	text-align:left;
	color:#808080;
	margin:0 0 8px;
}
.about-keyword{
	padding:50px 4% 10px;
}
.keyword-block01{
	background: url(../images/about-keyword-bg01.jpg) top center;
	background-size:cover;
}
.keyword-block02{
	background: url(../images/about-keyword-bg02.jpg) top center;
	background-size:cover;
}
.keyword-block03{
	background: url(../images/about-keyword-bg03.jpg) top center;
	background-size:cover;
}
.keyword-block04{
	background: url(../images/about-keyword-bg04.jpg) top center;
	background-size:cover;
}
.keyword-block05{
	background: url(../images/about-keyword-bg05.jpg) top center;
	background-size:cover;
}
.keyword-block06{
	background: url(../images/about-keyword-bg06.jpg) top center;
	background-size:cover;
}
.about-keyword .about-col2-box{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
.about-keyword .about-col2-once{
	background:#2559E3;
	background:url(../images/about-keyword-once-bg.png);
	background-size:cover;
}
.about-keyword .about-col2-once p{
	color:#fff;
}
.about-movie-wrap {
    padding: 120px 0 0;
}
.about-movie-cont{
	background: #eaeaea none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 1500px;
    padding: 120px 0;
    position: relative;
}
.about-movie-once{
	margin:0 0 40px;
	border-top:1px solid #0141c0;
}
.about-movie-once-ttl{
	color:#0141c0;
	font-size:20px;
	font-weight:700;
	text-align:center;
	padding:24px 0;
}
.about-movie-once p{
	padding:30px 0 40px;
}
.flow-wrap {
    padding: 120px 0 0;
}
.flow-lead {
	font-size:16px;
	width:92%;
	max-width:1000px;
	margin:0 auto 70px;
}
.flow-block-img {
}

.flow-cont-once{
	padding:150px 0 0;
	background:#eaeaea;
	position:relative;
}
.flow-cont-open-box{
	width:50%;
	height:100px;
	position:absolute;
	top:-50px;
	left:0;
	background:#fff;
	border-radius:0 20px 20px 0;
	overflow:hidden;
}
.flow-cont-open-box:hover,
.flow-cont-open-box.open{
	cursor:pointer;
	background:#0141c0;
}
.flow-cont-open-box-inner{
	float:right;
	width:100%;
	max-width:500px;
	position:relative;
	padding:14px 0 8px;

}
.flow-cont-open-box-num{
	font-size:80px;
	font-family: 'Comfortaa', cursive;
	font-weight:700;
	line-height:1;
	color:#0141c0;
	letter-spacing:-2px;
	margin:0 10px 0 0;
	padding:0 0 0 36px;
	display:inline-block;
	position:relative;
	top:4px;
}
.flow-cont-open-box-cat{
	font-size:28px;
	font-weight:700;
	line-height:1;
	color:#0141c0;
	display:inline-block;
}
.flow-cont-open-box-tag{
	position:absolute;
	top:40px;
	left:-14px;
	font-size:24px;
	font-family: 'Comfortaa', cursive;
	font-weight:700;
	line-height:1;
	color:#0141c0;
	transform:rotate(90deg);
	letter-spacing:2px;
}
.flow-cont-open-box-ar{
	float:right;
	width:120px;
	height:80px;
	 position:relative;
}
.flow-cont-open-box-ar:before{
	width:100%;
	content:'OPEN';
	position:absolute;
	font-size:18px;
	font-family: 'Comfortaa', cursive;
	color:#0141c0;
	text-align:center;
	left:0;
	top:16px;
}
.open .flow-cont-open-box-ar:before{
	content:'CLOSE';
}
.flow-cont-open-box-ar:after {
    border-right: 2px solid #0141c0;
    border-top: 2px solid #0141c0;
    bottom: 18px;
    content: "";
    height: 20px;
    left: 50%;
    margin: 0 0 0 -10px;
    position: absolute;
    transform: rotate(-225deg);
    width: 20px;
}
.open .flow-cont-open-box-ar:after {
    transform: rotate(-45deg);
	bottom: 10px;
}
.flow-cont-open-box:hover .flow-cont-open-box-tag,
.flow-cont-open-box:hover .flow-cont-open-box-num,
.flow-cont-open-box:hover .flow-cont-open-box-cat,
.flow-cont-open-box:hover .flow-cont-open-box-ar::before,
.flow-cont-open-box.open .flow-cont-open-box-tag,
.flow-cont-open-box.open .flow-cont-open-box-num,
.flow-cont-open-box.open .flow-cont-open-box-cat,
.flow-cont-open-box.open .flow-cont-open-box-ar::before{
	color:#fff;
}
.flow-cont-open-box:hover .flow-cont-open-box-ar:after,
.flow-cont-open-box.open .flow-cont-open-box-ar:after {
	border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}
.flow-cont{
	width:92%;
	max-width:1000px;
	margin:0 auto;
	padding:0 0 90px;
}
.flow-cont-ttl{
	font-size:24px;
	font-weight:700;
	margin:0 0 24px;
}
.flow-cont p{
	font-size:16px;
}
.business-1st-copy{
	padding:80px 4% 60px;
	font-size:40px;
	font-weight:700;
	text-align:center;
}
.bisiness-cont,
.education-cont{
	background: #eaeaea url("../images/bg-type01.png") repeat-y scroll 0 0 / 100% auto;
	padding:120px 0;
}
.education-cont{
background: #eaeaea url("../images/bg-type01.png") repeat-y scroll 0 0 / 100% auto;
}
.bisiness-cont-w,
.recruit-cont-w{
	padding:120px 0;
}
.bisiness-cont-w{
	background: url("../images/bg-type08.png") repeat-y scroll 0 0 / 100% auto;
}
.support-upper{
overflow: hidden;
	background: url("../images/bg-type04.png") repeat-y scroll 0 0 / 100% auto;
}
.w-career-upper{
overflow: hidden;
	background: url("../images/bg-type04.png") repeat-y scroll 0 0 / 100% auto;
padding: 0 0 200px;
}
.business-marker-text,
.marked-text{
	font-size:40px;
	font-weight:700;
	color:#0141c0;
	text-align:center;
	line-height:1.6;
	margin:0 0 60px;
}
.business-marker-text span,
.work-marker-text span,
.marked-text span{
	font-weight:700;
display: inline; 
background-position: left -100% center; 
padding-bottom: 0.8em; 
background-size: 200% 0.6em; 
background-repeat: repeat-x; 
background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 50%); 
}
.business-full-img{
	width:100%;
	margin:0 0 40px;
	padding:0 0 70px;
	text-align:center;
}
.img800{
	width:100%;
	max-width:800px;
}
.img700{
	width:100%;
	max-width:700px;
}
.img600{
	width:100%;
	max-width:600px;
	margin:0 0 40px;
}
.business-col3-box{
	display:flex;
	margin:0 0 60px;
}
.business-col3-once{
	width:32%;
	margin:0 2% 0 0;
	background:#fff;
	padding:22px;
	border-radius:20px;
	text-align: center;
}
.business-col3-once-ttl{
	font-size:20px;
	font-weight:700;
	color:#0141c0;
	margin:0 0 14px;
}
.business-col3-once:nth-child(3){
	margin:0;
}
.business-col3-once img{
	width:92px;
	margin:0 0 18px;
}
.business-col3-once p{
	text-align:left;
}
.business-end-btn-box{
	padding:40px 4% 0;
}
.business-end-btn{
	max-width:420px;
	margin:0 auto;
}
.business-end-btn a{
	display:block;
	max-width:400px;
	background:#0141c0;
	text-align:center;
	font-size:18px;
	font-weight:700;
	line-height:100px;
	padding:0 14px 0 0;
	color:#fff;
	border-radius:6px;
	position:relative;
}
.business-end-btn a:after{
	position:absolute;
	right:14px;
	top:50%;
	width:13px;
	height:18px;
	content:'';
	background:url(../images/blank-icon.png);
	background-size:cover;
	transform:translateY(-50%);
}
.business-end-btn-att{
	text-align:center;
	font-size:12px;
	padding:14px 0 0;
}
.business-ar-down{
	width:60px;
	margin:0 auto 60px;
}
.business-point-ttl-box{
	position:relative;
	text-align:center;
	margin:0 0 50px;
}
.business-point-ttl{
	font-size:30px;
	font-weight:700;
	font-family: 'Comfortaa', cursive;
	color:#0141c0;
	letter-spacing:4px;
	background:#eaeaea;
	padding:0 24px;
	z-index:2;
	display:inline-block;
	position:relative;
}
.business-point-ttl-line{
	position:absolute;
	width:100%;
	height:1px;
	left:0;
	top:45%;
	background:#0141c0;
	z-index:1;
	
}
.work-upper-sec {
    background: #eaeaea none repeat scroll 0 0;
    padding: 120px 4%;
}
.work-upper-lead{
	font-size:20px;
	font-weight:700;
	text-align:center;
	margin:0 0 70px;
}
.matrix {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
 background:#fff;
}
.matrix tr {
 border-right: solid 1px #0141c0;
}
.matrix tr:nth-child(2n+1) {
 background: #eaeaea;
}
.matrix th,
.matrix td {
 padding: 12px;
 color:#192d79;
 border-bottom: solid 1px #0141c0;
  border-left: solid 1px #0141c0;
}
.matrix th,
.matrix td {
 font-size:18px;
	font-weight:700;
}
.matrix .cat01{
	width:43%;
	background:#0141c0;
	color:#fff;
}
.matrix .cat02{
	width:43%;
	background:#01236d;
	color:#fff;
}
.matrix td.faculty{
	font-size:18px;
	font-weight:700;
	color:#000;
	width:14%;
}
.matrix td.faculty.add-1st-td{
	border-top: solid 1px #0141c0;
}
.matrix th.style-none{
	background:none;
	border:none;
}
.matrix-att-text{
	text-align:right;
	color:#192d79;
	font-size:22px;
	font-weight:700;
	padding:14px 0 0;
}
.work-2nd-cont{
	padding: 120px 0;
	background:url(../images/bg-type04.png) repeat-y;
	background-size:100% auto;
}
.work-anchor-box{
	display:flex;
	margin:0 0 100px;
}
.work-anchor-left{
	width:44%;
	height:100px;
	margin:0 12% 0 0;
	position:relative;
	display:flex;
	align-items:center;
}
.work-anchor-right{
	width:44%;
	height:100px;
	margin:0;
	position:relative;
	display:flex;
	align-items:center;
}
.work-anchor-left a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	font-size:20px;
	font-weight:700;
	position:relative;
	background:#0141c0;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:6px;
}
.work-anchor-left a:after{
	position:absolute;
	left:50%;
	bottom:-15px;
	width:30px;
	height:15px;
	margin:0 0 0 -15px;
	content:'';
	background:url(../images/job-anchor-down01.png);
	background-size:cover;
}
.work-anchor-right a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	font-size:20px;
	font-weight:700;
	position:relative;
	background:#01236d;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:6px;
}
.work-anchor-right a:after{
	position:absolute;
	left:50%;
	bottom:-15px;
	width:30px;
	height:15px;
	margin:0 0 0 -15px;
	content:'';
	background:url(../images/job-anchor-down02.png);
	background-size:cover;
}
.work-cat-box{
}
.work-cat-box-img{
	position:relative;
	margin:0 0 40px;
	border-radius:20px;
	overflow:hidden;
}
.work-cat-ttl{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
	font-size:40px;
	font-weight:700;
	padding:40px 0 30px;
	text-align:center;
	background:url(../images/btn-ovl-work-cat.png) repeat-x;
	background-size:auto 100%;
}
.work-cat-copy{
	text-align:center;
	font-size:40px;
	font-weight:700;
	margin:0 0 40px;
	line-height:1.6;
}
.work-cat-col2-box{
	display:flex;
	margin:0 0 40px;
}
.work-cat-col2-once{
	width:47%;
	margin:0 6% 0 0;
	border-top:1px solid #0141c0;
}
.work-cat-col2-once:nth-child(2){
	margin:0 0;
}
.work-cat-col2-once-ttl{
	font-size:20px;
	font-weight:700;
	padding:20px 0 12px;
	color:#0141c0;
}
.work-cat-col2-once p{
	font-size:14px;
}
.work-voice-box{
	background:#eaeaea;
	margin:0 0 100px;
	padding:40px 44px;
	border-radius:20px;
}
.work-voice-tag{
	font-size:20px;
	font-weight:700;
	color:#0141c0;
	margin:0 0 14px;
}
.work-voice-ttl{
	font-size:20px;
	font-weight:700;
	color:#0141c0;
}
.work-voice-box p{
	font-size:14px;
}
.work-marker-text{
	font-size:28px;
	font-weight:700;
	color:#0141c0;
	line-height:1.6;
	margin:0 0 20px;
}
.people-wrap{
	max-width:1500px;
	margin:0 auto 0;
	background:url(../images/bg-type02.png) repeat-y;
	background-size:100% auto;
	overflow:hidden;
	padding:90px 0 140px;
}
.people-head-blank{
	height:86px;
	background:#eaeaea;
}
.people-main-sec{
	position:relative;
	margin:0 0 80px;
}
.people-main-prof-box{
	max-width:1100px;
	overflow:hidden;
	margin:0 auto 90px;
	padding:0 4%;
}
.people-main-copy{
	width:auto;
	float:left;
	font-size:40px;
	font-weight:700;
	line-height:1.6;
}
.people-prof{
	width:300px;
	float:right;
}
.people-prof.type-wide{
	width:426px;
	float:right;
}
.people-prof-name{
	width:300px;
	font-size:20px;
	font-weight:700;
	letter-spacing:4px;
	margin:0 0 12px;
	padding:0 8px 0 12px;
}
.people-prof-year{
	background:#eaeaea;
	font-weight:700;
	margin:0 0 12px;
	padding:4px 8px 4px 12px;
}
.people-prof p{
	font-size:13px;
	padding:0 8px 0 12px;
}
.float-t-sec{
	margin:0 0 100px;
	padding:100px 0 0;
	position:relative;
	overflow:hidden;
}
.float-left-t{
	float:left;
	background:#eaeaea;
	width:72%;
	padding:90px 20% 90px 10%;
	border-radius:0 20px 20px 0;
	min-height:500px;
}
.float-right-t{
	float:right;
	background:#eaeaea;
	width:72%;
	padding:90px 10% 90px 20%;
	border-radius:20px 0 0 20px;
	min-height:500px;
}
.float-block-ttl{
	font-size:30px;
	font-weight:700;
	color:#0141c0;
	margin:0 0 30px;
}
.bisiness-cont-w .float-left-t,
.bisiness-cont-w .float-right-t{
	background:#01236d;
}
.bisiness-cont-w .float-right-t p,
.bisiness-cont-w .float-left-t p,
.bisiness-cont-w .float-block-ttl{
	color:#fff;
}
.bisiness-cont-w .float-right-t p,
.bisiness-cont-w .float-left-t p{
	padding:0 0 20px;
}
.float-block-ttl-tag{
	font-family: 'Comfortaa', cursive;
	font-size:20px;
	font-weight:700;
	color:#a290e0;
	padding:20px 0 0;
}
.recruit-cont-w .float-block-ttl-tag{
	color:#0141c0;
}
.recruit-cont-w .float-block-ttl{
	color:#000;
}
.float-fl-left-img{
	width:42%;
	position:absolute;
	top:0;
	left:0;
	background:#C49394;
	border-radius:0 20px 20px 0;
	overflow:hidden;
}
.float-fl-right-img{
	width:42%;
	position:absolute;
	top:0;
	right:0;
	background:#C49394;
	border-radius:20px 0 0 20px;
	overflow:hidden;
}
.talk-prof-sec{
	background:#eaeaea;
	padding:120px 0;
}
.talk-prof-sec p.talk-lead{
	font-size:20px;
	font-weight:700;
	text-align:center;
	margin:0 0 60px;
}
.talk-prof-box{
	display:flex;
    justify-content: center;
}
.talk-prof-once{
	width:29%;
	text-align:center;
}
.talk-prof-once img{
	width:76%;
	margin:0 0 14px;
}
.talk-prof-once-name{
	width:100%;
	max-width:260px;
	background:#fff;
	text-align:center;
	font-size:22px;
	font-weight:700;
	margin:0 auto 14px;
}
.name-color01{
	color:#3dab4a;
}
.name-color02{
	color:#1dacda;
}
.name-color03{
	color:#e0727d;
}
.name-color04{
	color:#ab52d2;
}
.name-color05{
	color:#ff8e1e;
}
.talk-prof-once p{
	font-size:14px;
	font-weight:400;
    letter-spacing: 0;
}
.talk-prof-cross{
	width:6.5%;
	text-align:center;
	padding:80px 0 0;
}
.talk-prof-cross img{
	width:70%;
}
.talk-cont{
	background:url(../images/bg-type02.png) repeat-y ;
	background-size:100% auto;
	padding:120px 0;
}
.talk-block-ttl{
	font-size:40px;
	font-weight:700;
	color:#0141c0;
	margin:0 0 50px;
	text-align:center;
}
.talk-cont dl{
	overflow:hidden;
	margin:0 0 110px;
}
.talk-cont dl dt{
	clear:both;
	float:left;
	width:60px;
	font-weight:700;
}
.talk-cont dl dd{
	margin:0 0 36px;
	padding:0 0 0 60px;
	color:#333;
}
.talk-col3-img{
	overflow:hidden;
	margin:0 0 140px;
}
.talk-col3-img-once{
	width:32%;
	float:left;
	margin:0 2% 0 0;
	border-radius:20px;
	overflow:hidden;
}
.talk-col3-img-once:nth-child(3){
	margin: 0;
}
.talk-col2-img{
	overflow:hidden;
	margin:0 0 140px;
}
.talk-col2-img-once{
	width:49%;
	float:left;
	margin:0 2% 0 0;
	border-radius:20px;
	overflow:hidden;
}
.talk-col2-img-once:nth-child(2){
	margin: 0;
}
.talk-full-img,
.people-full-img{
	border-radius:20px;
	overflow:hidden;
}
.end-att-text{
clear: both;
	text-align:right;
	font-size:12px;
	padding:20px 0 0;
}
.faq-wrap{
	background:#eaeaea url(../images/bg-type01.png) repeat-y;
	background-size:100% auto;
	padding:120px 0;
}
.faq-cont{
	max-width:1000px;
	margin:0 auto;
	padding:0 4%;
}
.faq-once{
	padding:44px 0 44px;
	border-bottom:1px dashed #0141c0;
}
.faq-cont-q{
	font-size:28px;
	font-weight:700;
	color:#0141c0;
	min-height:80px;
	margin:0 0 20px;
	padding:0 0 0 100px;
	position:relative;
	display:flex;
	align-items:center;
}
.faq-cont-a{
	min-height:80px;
	margin:0 0 20px;
	padding:0 0 0 100px;
	position:relative;
	display:flex;
	align-items:center;
}
.faq-cont-q:after,
.faq-cont-a:after{
	content:'Q.';
	position:absolute;
	top:0;
	left:0;
	width:80px;
	height:80px;
	border-radius:50%;
	background:#fff;
	text-align:center;
	line-height:76px;
	padding:4px 0 0 8px;
	font-family: 'Comfortaa', cursive;
	font-weight:700;
	font-size:40px;
	color:#0141c0;
}
.faq-cont-a:after{
	content:'A.';
}
.essential-wrap{
	background:#eaeaea;
	background-size:100% auto;
	padding:120px 0;
}
.essential{
	border-top:2px solid #fff;
}
.essential dl{
	width:100%;
	overflow:hidden;
	border-bottom:2px solid #fff;
	line-height:1.6;
}
.essential dl dt{
	clear:both;
	width:180px;
	float:left;
	padding:18px 0 20px;
	font-size:16px;
	font-weight:700;
	color:#0141c0;
}
.essential dl dd{
	font-size:16px;
	padding:18px 0 20px 180px;
}
.essential-btn-box{
	padding:120px 4% 50px;
}
.essential-btn{
	width:100%;
	max-width:400px;
	margin:0 auto;
}
.essential-btn a{
	background:#ab52d2;
	font-size:28px;
	font-weight:700;
	text-align:center;
	color:#fff;
	line-height:100px;
	width:100%;
	display:block;
	border-radius:8px;
	letter-spacing:4px;
}
.recruit-lead-sec {
    background: #eaeaea none repeat scroll 0 0;
    padding: 120px 4%;
}
.recruit-message-sec{
	background:#eaeaea;
	padding:120px 0;
}
.recruit-message-sec p{
	font-size:16px;
}
.for-career-step{
	background:url("../images/bg-type07.png") repeat-y scroll 0 0 / 100% auto
}
.recruit-career-lead {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.recruit-support-lead {
    font-size: 20px;
    font-weight: 700;
    max-width: 800px;
    margin: 0 auto;
    padding: 120px 0 50px;
}
.support-anchor-box{
display: flex;
justify-content: space-between;
width: 92%;
max-width: 1000px;
margin: 0 auto 80px;
}
.support-anchor-box.mark-box{
margin: 0 auto 90px;
}
.support-anchor-once{
width: 31.5%;
display: table;
text-align: center;
}
/*
.support-anchor-once img{
width: 88px;
position: relative;
top: 22px;
z-index: 100;
}

.support-anchor-once a{
display:table-cell;
height: 100%;
background: #eaeaea;
text-align: center;
color: #0141c0;
font-size: 22px;
font-weight: 600;
line-height: 1.6;
padding: 40px 6px;
vertical-align: middle;
}
*/

.support-sec-ill{
width: 70%;
max-width: 240px;
margin: 0 auto;
}
.support-sec-ill img{
width: 100%;
}
.support-list-box{
width: 100%;
overflow: hidden;
margin: 0 0 120px;
}
.support-list-box dt{
clear: both;
width: 200px;
float: left;
padding: 30px 0 0;
}
.support-list-box dt img{
width: 160px;
}
.support-list-box dd{
width: 100%;
padding: 30px 0 32px 200px;
border-bottom: 2px solid #fff;
}
.support-list-box dd.no-bb{
border-bottom: none;
}
.support-list-box dd h2{
font-size: 30px;
font-weight: 600;
color: #0141c0;
padding: 8px 0 4px;
}
.support-tag{
min-width: 124px;
color: #fff;
display: inline-block;
font-size: 18px;
font-weight: 600;
text-align: center;
line-height: 1.6;
margin: 0 14px 0 0;
padding: 0 6px;
}
.stc-01{background: #8083f6;}
.stc-02{background: #00bde5;}
.stc-03{background: #0141c0;}
.stc-04{background: #ff7188;}
.stc-05{background: #4e4dff;}
.stc-06{background: #ec8b24;}
.stc-07{background: #af8b4e;}
.ed-flow-box{
	display:flex;
	flex-wrap:wrap;
	max-width:740px;
	margin:0 auto 90px;
	position:relative;
}
.ed-flow-box-att{
	width:100%;
	padding:14px 0 0;
	text-align:right;
	font-size:12px;
}
.ed-flow-box-line{
	position:absolute;
	top:0;
	left:79px;
	width:2px;
	height:90%;
	border:1px dashed #01236d;
	z-index:0;
}
.ed-flow-left{
	width:160px;
	height:160px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:26px;
	font-weight:700;
	color:#01236d;
	background:url(../images/ed-flow-bg.png);
	background-size: cover;
	margin:0 0 24px;
	position:relative;
	z-index:1;
}
.ed-flow-right{
	width:auto;
	display:flex;
	align-items:center;
	margin:0 0 24px;
	padding:0 0 0 30px;
    min-width: 440px;
}
.ed-flow-right p{
	font-size:28px;
	font-weight:700;
	color:#0141c0;
	line-height:1.5;
}
.ed-flow-right p span{
	font-size:18px;
	color:#000;
}
.ed-pickup-box{
	display:flex;
	flex-wrap:wrap;
}
.ed-pickup-once{
	width:47%;
	margin:0 6% 40px 0;
	border-top:1px solid #0141c0;
}
.ed-pickup-once:nth-child(2n){
	width:47%;
	margin:0 0 40px 0;
}
.ed-pickup-once-ttl{
	text-align:center;
	font-size:20px;
	font-weight:700;
	padding:14px 0;
	color:#0141c0;
}
.ed-pickup-once img{
	margin:0 0 12px;
}
.ed-pickup-once p{
	font-size:14px;
}
.page-sec-ttl-a{
	text-align:center;
	font-size:24px;
	font-weight:500;
	margin:0 0 30px;
	color:#0075c1;
}
.page-sec-ttl-b{
	text-align:center;
	font-size:24px;
	font-weight:500;
	margin:0 0 30px;
	color:#0075c1;
	background:#e5f1f9;
}
.entry-wrap {
    background: #eaeaea;
    padding: 120px 0;
}
.entry-lead{
	text-align:center;
	font-size:20px;
	font-weight:700;
	margin:0 0 50px;
}
.entry-block-box{
	width:100%;
    overflow: hidden;
    padding: 0 0 50px;
}
.entry-block{
	width:50%;
    padding: 0 4%;
    float: left;
}
.entry-block-main{
position: relative;
}
.entry-block-main img{
width: 100%;
}
.entry-block-main-ttl{
position: absolute;
width: 100%;
font-size: 30px;
font-weight: 700;
color: #fff;
text-align: center;
left: 0;
top:50%;
transform:translateY(-50%);
}
.entry-block-sub-ttl{
width: 100%;
font-size: 20px;
font-weight: 700;
text-align: center;
position: relative;
margin: 0 0 34px;
padding: 16px 0;
border-bottom: 4px solid #0141C0;
}
.entry-block-sub-ar{
position: absolute;
width: 100%;
left: 0;
bottom: -18px;
text-align: center;
}
.entry-block-sub-ar img{
width: 18px;
}

.entry-block-btn{
width: 100%;
margin: 30px 0 0;
}
.entry-block-btn a{
display: block;
    background: #0141c0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 80px;
    padding: 0 14px 0 0;
    color: #fff;
    border-radius: 6px;
    position: relative;
}
.entry-block-btn a:after {
    position: absolute;
    right: 14px;
    top: 50%;
    width: 12px;
    height: 16px;
    content: '';
    background: url(../images/entry-block-ar.png);
    background-size: cover;
    transform: translateY(-50%);
}
.entry-page-btn{
	width:100%;
	margin:0 auto;
}
.entry-page-btn a{
	background:#fff;
	display:block;
	position:relative;
	padding:40px 20px ;
	border-radius:6px;
}
.entry-page-btn a img.nav-logo{
	width:100%;
}
.entry-btn-att{
	text-align:center;
	font-size:12px;
	margin:0 0 40px;
	padding:10px 0 0;
}
.with-mgb{
	margin:0 0 120px;
}
.w-career-main{
background: #EAEAEA;
overflow: hidden;
}
.w-career-main-lead {
    font-size: 20px;
    font-weight: 700;
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 50px;
}
.w-career-prof-wrap {
width: 100%;
margin: 0 0 80px;
padding:40px calc((100% - 1000px) / 2) 0 0;
position: relative;
}
#w-career01 {
top: -180px;
margin: 0 0 -100px;
}
.w-career-prof-wrap-bg {
position: absolute;
width: 100%;
height: 50%;
background: #EAEAEA;
z-index: -1;
top: 0;
left: 0;
}

.w-career-prof-box {
width: 100%;
display: flex;
justify-content: flex-end;
background: rgba(242,146,181,1.00); 
border-radius: 0 30px 30px 0;
}
.w-person01{
background: rgba(255, 107, 126, 1);
background: linear-gradient(90deg,rgba(255, 169, 163, 1) 0%, rgba(255, 107, 126, 1) 100%);
}
.w-person02{
background: rgba(129, 131, 255, 1);
background: linear-gradient(90deg,rgba(165, 151, 255, 1) 0%, rgba(129, 131, 255, 1) 100%);
}
.w-person03{
background: rgba(172, 91, 255, 1);
background: linear-gradient(90deg,rgba(206, 115, 163, 1) 0%, rgba(172, 91, 255, 1) 100%);
}
.w-career-prof-box-inner {
width: 100%;
max-width: 1000px;
padding: 34px 60px 34px 34px;
float: right;
position: relative;
}
.w-career-prof-box-img {
position: absolute;
width: 30%;
top: -34px;
left: 0;
}
.w-career-prof-box-img img{
width: 100%;
}
.w-career-prof-num {
font-size: 21px;
font-family: 'Comfortaa', cursive;
color: #fff;
padding: 0 0 6px 300px;
border-bottom: 1px solid #fff;
}
.w-career-prof-name{
font-size: 28px;
padding: 14px 0 8px 300px;
color: #fff;
}
.w-career-prof-div{
padding: 0 0 0 300px;
color: #fff;
line-height: 1.6;
}
.w-career-cont{
width: 92%;
max-width: 1000px;
margin: 0 auto;
padding: 0 0 70px;
}
.w-career-cont-text-box,
.w-career-cont-img-box{
display: flex;
justify-content: space-between;
margin: 0 0 50px;
overflow: hidden;
}
.w-career-cont-img-box{
margin: 0 0 80px;
}
.w-career-cont-col2-text{
width: 46%;
}
.w-career-cont-col2-text-ttl{
font-size: 20px;
font-weight: 600;
color: #0141c0;
margin: 0 0 30px;
padding: 0 0 10px;
border-bottom: 1px solid #0141c0;
}
.w-career-cont-col2-img{
width: 48%;
border-radius: 20px;
overflow: hidden;
}
.w-career-cont-full-img{
width: 100%;
border-radius: 20px;
overflow: hidden;
}
.w-career-cont-col2-img img,
.w-career-cont-full-img img{
width: 100%;
}
.challengers,
.transformation{
background: #EAEAEA;
position: relative;
}

.column-main-sec{
width: 100%;
position: relative;
padding: 60px 4% 90px;
}
.column-main-sec-inner{
width: 100%;
max-width: 1100px;
margin: 0 auto;
position: relative;
z-index: 10;
}
.column-main-sec-img{
width: 100%;
margin: 0 0 40px;
}
.column-main-sec-img img{
width: 100%;
}
.column-main-sec-bg{
position: absolute;
height: 50%;
width: 100%;
left: 0;
top: 0;
background: rgb(143,65,163);
background: linear-gradient(90deg, rgba(143,65,163,1) 0%, rgba(142,0,54,1) 100%);
}
.column-main-ttl{
font-size: 32px;
font-weight: 700;
color: #fff;
line-height: 1.6;
margin: 0 0 20px;
}
.column-main-date{
font-size: 14px;
font-weight: 700;
color: #fff;
margin: 0 0 12px;
padding: 0 8px;
border: 1px solid #fff;
display: inline-block;
}
.column-content-wrap{
position: relative;
overflow: hidden;
width: 100%;
padding-right: calc((100% - 1100px) / 2);
}
.column-content{
width: 70%;
float: right;
}
.column-sidebar{
width: 320px;
float: left;
}
@media only screen and (max-width : 1400px) {
.column-content{
width: 68%;
}
}
@media only screen and (max-width : 1195px) {
.column-content-wrap{
padding-right: 4%;
}
.column-sidebar{
width: 28%;
float: left;
}
.w-career-prof-wrap {
    width: 100%;
    margin: 0 0 80px;
    padding: 40px 10% 0 0;
}
.w-career-prof-box-img {
    position: absolute;
    width: 250px;
    top: -14px;
    left: 5%;
}
.w-career-prof-box-inner {
    padding: 34px 60px 34px 10%;
}
.w-career-prof-num {
    font-size: 21px;
    padding: 0 0 6px 240px;
}
.w-career-prof-name {
    font-size: 28px;
    padding: 14px 0 8px 240px;
}
.w-career-prof-div {
    padding: 0 0 0 240px;
}
}
.column-sidebar-index{
color: #fff;
background: rgb(143,65,163);
background: linear-gradient(90deg, rgba(143,65,163,1) 0%, rgba(142,0,54,1) 100%);
margin: 0 0 90px;
padding: 34px 26px 44px;
border-radius: 0 20px 20px 0;
}
.column-sidebar-index-ttl{
font-size: 22px;
font-weight: 700;
padding: 0 0 8px;
border-bottom: 4px solid #fff;
}
.column-sidebar-index a{
font-size: 18px;
font-weight: 700;
text-indent:-1em;
padding:14px 0 14px 1em;
border-bottom: 1px solid #fff;
color: #fff;
display: block;
line-height: 1.6;
}
.column-sidebar-index a.no-border{
border-bottom: none;
}
.column-sidebar-index a span{
font-size: 14px;
}
.column-content img{
width: 100%;
margin: 0 0 34px;
}
.column-block-ttl{
font-size: 24px;
font-weight: 700;
color: #861C84;
line-height: 1.6;
margin: 0 0 34px;
padding: 0 0 14px;
border-bottom: 1px solid #861C84;
}
.column-block-inner-ttl{
font-size: 28px;
font-weight: 700;
line-height: 1.6;
margin: 0 0 28px;
}
.column-content p{
margin: 0 0 90px;
}
.column-content p:last-of-type{
margin: 0 0;
}
.column-profile{
font-size: 16px;
font-weight: 700;
margin: 0 0 24px;
}
.round-img{
border-radius: 20px;
}
.column-index-main{
width: 92%;
max-width: 1400px;
margin: 20px auto 80px;
position: relative;
border-radius: 30px;
overflow: hidden;
}
.column-index-main .page-main-v{
width: 100%;
}
.column-index-main-inner{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
padding: 27% 0 0;
}
.column-index-main-inner p{
font-size: 18px;
text-align: center;
color: #fff;
}
.column-sep-box{
padding: 0 1%;
}
.new-arrivals-wrap,
.column-list-wrap{
width: 92%;
max-width: 1000px;
margin: 0 auto;
position: relative;
}
.new-arrivals-box-ttl,
.column-list-box-ttl{
font-size: 24px;
font-weight: 700;
color: #861C84;
margin: 0 0 44px;
padding: 0 0 16px;
border-bottom: 4px solid #861C84;
line-height: 1.2;
}
.new-arrivals-box-ttl span,
.column-list-box-ttl span{
font-size: 14px;
}
.new-arrivals-box{
width: 100%;
overflow: hidden;
margin: 0 0 120px;
padding: 0 1%;
position: relative;
}
.new-arrivals-box-inner{
width: 100%;
position: relative;
overflow: hidden;
}
.new-arrivals-box img{
width: 100%;
border-radius: 20px;
}
.new-arrival01{
width: 64%;
float: left;
}
.new-arrival02{
width: 31.3333%;
float: right;
z-index: 100;
}
.new-arrival03{
position: absolute;
bottom: 0;
right: 0;
width: 31.3333%;
z-index: 100;
}
.new-arrival01 a,
.new-arrival02 a,
.new-arrival03 a{
width: 100%;
display: block;
}
.new-arrival-img{
}
.new-arrival01 .new-arrival-img{
margin: 0 0 14px;
}
.new-arrival02 .new-arrival-img,
.new-arrival03 .new-arrival-img{
border-radius: 20px;
margin: 0 0 8px;
}
.new-arrivals-ttl{
font-size: 17px;
font-weight: 700;
line-height: 1.6;
margin: 0 0 12px;
}
.new-arrival01 .new-arrivals-ttl{
font-size: 28px;
margin: 0 0 14px;
}
.new-arrivals-profile{
font-size: 14px;
margin: 0 0 20px;
}
.new-arrivals-tags{
border-top: 1px solid #861C84;
font-size: 12px;
color: #861C84;
padding: 10px 0 0;
}
.new-arrivals-tags span{
padding: 0 14px 0 0;
font-weight: 700;
}
.column-list-box{
width: 100%;
display: flex;
flex-wrap: wrap;
margin: 0 0 80px;
}
.column-list-once{
width: 31.3333%;
margin: 0 1% 30px;
padding: 0 0 90px;
position: relative;
display: inline-block;
}
.column-list-img-box{
width: 100%;
margin: 0 0 14px;
}
.column-list-img-box img{
width: 100%;
border-radius: 18px;
}
.column-list-ttl{
font-size: 18px;
font-weight: 700;
line-height: 1.7;
margin: 0 0 12px;
}
.column-list-prof{
font-size: 14px;
margin: 0 0 20px;
}
.column-list-tags{
position: absolute;
width: 100%;
height: 90px;
left: 0;
bottom:0;
padding: 10px 0 0;
border-top: 1px solid #861C84;
line-height: 1.6;
}
.column-list-tags span{
font-size: 12px;
display: inline-block;
padding: 0 14px 0 0;
font-weight: 700;
color: #861C84;
}
.column-list-once a{
display: block;
}
.column-sort-box{
background: rgb(143,65,163);
background: linear-gradient(90deg, rgba(143,65,163,1) 0%, rgba(142,0,54,1) 100%);
margin: 0 0 90px;
padding: 70px 0 60px;
}
.column-sort-box-ttl{
font-size: 20px;
text-align: center;
color: #fff;
margin: 0 0 30px;
}
.column-sort-box-inner{
width: 92%;
max-width: 1000px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}
.sort-btn{
background: #fff;
width: 23%;
margin: 0 1% 24px;
text-align: center;
padding: 10px 0;
border-radius: 80px;
font-weight: 700;
display: flex;
align-items: center;
justify-content:center;
font-size: 16px;
}
.sort-btn span{
font-size: 13px;
font-weight: 700;
}
.sort-btn:hover{
opacity: 0.7;cursor: pointer;
}
.mixitup-control-active{
background: #b6569e;
color: #fff;
}
.column-navi-box{
width: 92%;
max-width: 1100px;
margin: 150px auto 120px;
overflow: hidden;
position: relative;
}
.column-navi-to-index{
width: 220px;
margin: 0 auto;
}
.column-navi-prev{
width: 220px;
margin: 0 auto;
position: absolute;
top: 0;
left: 0;
}
.column-navi-next{
width: 220px;
margin: 0 auto;
position: absolute;
top: 0;
right: 0;
}
.column-navi-box a{
display: block;
text-align: center;
color: #fff;
font-weight: 700;
line-height: 4;
background: rgb(143,65,163);
background: linear-gradient(90deg, rgba(143,65,163,1) 0%, rgba(142,0,54,1) 100%);
border-radius: 6px;
}
.column-navi-next a{
padding: 0 0 0 10px;
}
.column-navi-prev a{
padding: 0 10px 0 0;
}
.transformation .new-arrivals-box-ttl, 
.transformation .column-list-box-ttl,
.transformation .column-block-ttl,
.transformation .new-arrivals-tags,
.transformation .column-list-tags{
    color: #0141C0;
    border-color: #0141C0;
}
.transformation .column-list-tags span {
    color: #0141C0;
}
.transformation .column-sort-box,
.transformation .column-main-sec-bg,
.transformation .column-sidebar-index,
.transformation .column-navi-box a{
background: rgb(1,65,192);
background: linear-gradient(135deg, rgba(1,65,192,1) 0%, rgba(1,35,109,1) 100%);
}
.transformation .mixitup-control-active {
    background: #1578dd;
}
.column-comingsoon{
font-size: 44px;
font-weight: 700;
text-align: center;
color: #0141C0;
padding: 90px 0 160px;
line-height: 1.2;
}
.column-comingsoon span{
font-size: 18px;
}
.for-entry-2nd{
	text-align:center;
	margin:0 0 10px;
}
.under700{
	display: none;
}


@media only screen and (max-width : 1200px) {
#header-logo {
    padding: 0 14px 0 16px;
    width: 180px;
}
#header-logo-info {
    font-size: 13px;
}
.internship-btn a {
    font-size: 14px;
    width: 100%;
	letter-spacing: 1px;
	padding: 4px 10px 0;
}
.entry-btn a {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 4px 20px 0;
}
.to-corp-btn a {
    font-size: 14px;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}
.page-main-cat-fl {
    bottom: -60px;
}
.page-main-cat-box {
    width: 500px;
    height: 120px;
    padding: 20px 0 0 80px;
}
.page-main-cat {
    font-size: 34px;
}
.page-ttl-sec {
    font-size: 24px;
    letter-spacing: 2px;
    padding: 110px 4% 30px;
}
.page-ttl-sec.entry-page {
    font-size: 24px;
    letter-spacing: 2px;
    padding: 70px 4% 70px;
}
.foot-messege-sec {
    padding: 120px 0;
}
.foot-site-info {
    font-size: 28px;
}
.people-main-sec .page-main-cat-box {
    top: -60px;
}
.people-head-blank {
    height: 72px;
}
.people-main-copy {
    font-size: 32px;
    font-weight: 700;
    width: auto;
}
.front-sec-ttl {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2;
}
.flow-cont-open-box-inner {
    max-width: 400px;
}
.front-about-cont {
    left: 10%;
    width: 90%;
}
.front-business-sec-bg {
    width: 90%;
}
.front-business-sec-ttl {
    margin: 0 0 -16px;
    padding: 0 5%;
    position: relative;
    top: -42px;
    width: 90%;
	left:10%;
}
.front-business-sec-cont p {
    margin: 0 0 40px;
    padding: 0 5%;
    position: relative;
    width: 90%;
	left:10%;
}
.front-flow-cont {
    padding: 0 5% 50px;
    width: 80%;
}
.front-people-sec-cont {
    padding: 0 5% 50px;
    width: 90%;
}
.front-recruit-sec-cont {
    padding: 0 5%;
}
.front-special-sec-ttl {
    margin: 0 auto 50px;
    padding: 0 5%;
    width: 80%;
}
.front-special-sec-cont {
    width: 88%;
	left: 12%;
}
.front-recruit-sec-ttl {
    width: 80%;
}
.front-about-sec-ttl {
    margin: 0 0 -16px;
    position: relative;
    top: -42px;
}
.front-flow-sec-ttl {
    margin: 0 0 -16px;
    position: relative;
    top: -42px;
}
.front-people-sec-ttl {
    margin: 0 auto 0;
    position: relative;
    top: -42px;
}
.front-recruit-sec-bg {
    top: 178px;
}
.front-business-sec-btn-box {
    padding: 0 5%;
}
.front-business-sec-btn-ttl {
    font-size: 20px;
}
.float-left-t,
.float-right-t{
	min-height: 100px;
}
.column-main-ttl {
    font-size: 28px;
    margin: 0 0 18px;
}
.column-block-ttl {
    font-size: 22px;
    margin: 0 0 24px;
    padding: 0 0 12px;
}
.column-block-inner-ttl {
    font-size: 22px;
    margin: 0 0 20px;
}
.column-sidebar-index {
    margin: 0 0;
    padding: 30px 20px 34px;
}
.column-sidebar-index-ttl {
    font-size: 20px;
}
.column-sidebar-index a {
    font-size: 16px;
}
.new-arrival01 .new-arrivals-ttl {
    font-size: 24px;
    margin: 0 0 12px;
}
.new-arrivals-ttl {
    font-size: 16px;
    margin: 0 0 10px;
}
.column-sort-box {
    margin: 0 0 60px;
    padding: 50px 0 40px;
}
.new-arrivals-box-ttl,
.column-list-box-ttl {
    font-size: 20px;
    margin: 0 0 44px;
    padding: 0 0 14px;
}
.new-arrivals-box-ttl span,
.column-list-box-ttl span{
font-size: 12px;
}
.column-index-main {
    margin: 20px auto 60px;
    border-radius: 30px;
}
.column-index-main .page-main-v{
width: 110%;
position: relative;
left: -5%;
}
.transformation .column-index-main-inner {
    padding: 30% 0 0;
}
.challengers .column-index-main-inner {
    padding: 29% 0 0;
}
.entry-block-main-ttl {
    font-size: 24px;
}
.entry-block-sub-ttl {
    font-size: 18px;
    margin: 0 0 34px;
    padding: 16px 0;
}
}

@media only screen and (max-width : 900px) {
.over900{
	display:none;
}
.cont-wrap{
	padding:118px 0 0;
}
#header,
#header-inner {
    height: 118px;
}
#header-btns {
    float: none;
    margin:0;
	padding:0 14px;
    width: 100%;
}
.internship-btn {
	width:33.3333%;
	margin: 0 1% 0 0;
}
.entry-btn{
	width:49%;
    margin: 0;
}
.to-corp-btn{
	width:49%;
    margin: 0 2% 0 0;
}
.entry-btn a,
.internship-btn a {
    font-size: 14px;
    letter-spacing: 1px;
	line-height:40px;
}
.to-corp-btn a {
    font-size: 14px;
    line-height: 44px;
}
.sp-menu-btn-box {
    height: 50px;
    right: 14px;
    top: 8px;
    width: 50px;
}
#header-logo,
#header-logo-info {
	height:64px;
}

.sp-menu-inner dl dt {
    float: none;
    font-size: 22px;
    width: 100%;
	margin:0 0 10px;
}
.sp-menu-inner dl dd {
    border-left: none;
    margin: 0 0 32px 0;
    padding: 10px 0 0;
	border-top:1px solid #fff; 
}
.sp-menu-inner dl dd a {
    font-size: 14px;
    margin: 0 30px 8px 0;
    padding: 4px 0;
}
.page-main-cat-box {
    height: 90px;
    padding: 10px 0 0 5%;
    width: 100%;
	border-radius: 0 20px 20px 0;
}
.people-wrap .page-main-cat-box {
    height: 90px;
    padding: 10px 0 0 5%;
    width: 50%;
	border-radius: 0 20px 20px 0;
}
.page-main-cat-fl {
    bottom: -45px;
	width:50%;
}
.page-main-cat {
    font-size: 28px;
}
.page-main-cat-box img {
    width: 200px;
}
.page-ttl-sec {
    font-size: 22px;
    letter-spacing: 1px;
    padding: 80px 4% 20px;
}
.page-ttl-sec.entry-page {
    font-size: 22px;
    letter-spacing: 1px;
	margin:0 auto 0;
    padding: 50px 4% 50px;
}
.page-main-sec img.page-main-v, .people-main-sec img.page-main-v {
    border-radius: 20px 0 0;
    left: 10%;
    width: 90%;
}
.essential dl {
    border-bottom: 1px solid #fff;
}
.essential dl dt {
    float: none;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 0 8px;
    width: 100%;
}
.essential dl dd {
    font-size: 14px;
    padding: 0 0 18px;
}
.essential-btn-box {
    padding: 60px 4% 30px;
}
.essential-btn a {
    border-radius: 8px;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 80px;
}
.faq-once {
    padding: 24px 0;
}
.faq-cont-q::after, .faq-cont-a::after {
    font-size: 30px;
    font-weight: 700;
    height: 60px;
    left: 0;
    line-height: 56px;
    padding: 4px 0 0 8px;
    width: 60px;
}
.faq-cont-q {
    font-size: 20px;
    margin: 0 0 20px;
    min-height: 60px;
    padding: 0 0 0 80px;
}
.faq-cont-a {
    margin: 0 0 20px;
    min-height: 60px;
    padding: 0 0 0 80px;
}
.faq-wrap,
.essential-wrap {
    padding: 80px 0;
}
.business-1st-copy {
    font-size: 24px;
    padding: 60px 4% 50px;
}
.business-marker-text, .marked-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 60px;
    text-align: center;
}
.ed-flow-left {
    font-size: 20px;
    height: 120px;
    margin: 0 0 24px;
    width: 120px;
}
.ed-flow-right {
    width: auto;
    display: flex;
    align-items: center;
    margin: 0 0 24px;
    padding: 0 0 0 20px;
    min-width:400px;
}
.ed-flow-right p {
    font-size: 20px;
}
.ed-flow-right p span {
    font-size: 16px;
}
.ed-flow-box {
    margin: 0 auto 90px;
    max-width: 560px;
}
.ed-flow-box-line {
    left: 60px;
    width: 2px;
}
.page-secton-ttl {
    font-size: 22px;
    margin: 0 auto 40px;
	padding:0 4%;
}
.page-accent-mark {
    margin: 0 auto 50px;
    width: 300px;
}
.float-t-sec {
    margin: 0 0 50px;
    overflow: hidden;
    padding: 50px 0 0;
    position: relative;
}
.float-right-t {
    border-radius: 20px 0 0 20px;
    padding: 50px 4% 50px 18%;
    width: 72%;
}
.float-left-t {
    border-radius: 0 20px 20px 0;
    padding: 50px 18% 50px 4%;
    width: 72%;
}
.float-block-ttl {
    font-size: 22px;
    margin: 0 0 22px;
}
.recruit-message-sec {
    padding: 80px 0;
}
.bisiness-cont-w, .recruit-cont-w {
    padding: 80px 0;
}
.recruit-message-sec p {
    font-size: 14px;
}
.footer-att-box {
    margin: 0 0 40px;
    padding: 20px 30px;
}
.footer-links-ttl {
    font-size: 16px;
    margin: 0 0 16px;
}
.people-wrap {
    margin: 0 auto 0;
    padding: 118px 0 140px;
}
.people-main-sec {
    margin: 0 0 50px;
}
.people-main-copy {
    font-size: 26px;
    width: 100%;
	float:none;
	margin:0 0 20px;
}
.people-prof,
.people-prof.type-wide {
    float: none;
    width: 100%;
}
.people-main-sec img.page-main-v {
    border-radius: 0 0;
    left: 0;
    width: 100%;
}
.people-prof-name {
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0 0 10px;
    padding: 0;
    width:100%;
}
.people-prof-year {
    margin: 0 0 12px;
    padding: 2px 4px 2px 6px;
}
.people-prof p {
    font-size: 13px;
    padding: 0;
}
.people-main-prof-box {
    margin: 0 auto 60px;
}
.talk-prof-sec p.talk-lead {
    font-size: 16px;
    margin: 0 0 40px;
    text-align: left;
}
.talk-prof-once-name {
    font-size: 18px;
    margin: 0 auto 14px;
}
.talk-prof-sec {
    padding: 60px 0;
}
.talk-block-ttl {
    font-size: 26px;
    margin: 0 0 30px;
}
.talk-cont dl {
    margin: 0 0 60px;
}
.talk-col3-img,
.talk-col2-img{
    margin: 0 0 80px;
}
.flow-cont-open-box {
    border-radius: 0 20px 20px 0;
    height: 80px;
    top: -40px;
    width: 70%;
}
.flow-cont-open-box-inner {
    max-width: 100%;
	padding:18px 0 0 4%
}
.flow-cont-open-box-num {
    font-size: 50px;
    letter-spacing: -1px;
    margin: 0 10px 0 0;
    padding: 0 0 0 26px;
    top: 4px;
}
.flow-cont-open-box-cat {
    font-size: 22px;
}
.flow-cont-open-box-tag {
    font-size: 16px;
    font-weight: 700;
    left: 14px;
    letter-spacing: 1px;
    line-height: 1;
    position: absolute;
    top: 36px;
    transform: rotate(90deg);
}
.flow-cont-open-box-ar {
    float: right;
    height: 50px;
    width: 120px;
}
.flow-cont-open-box-ar::before {
    content: "OPEN";
    font-size: 14px;
    top: 4px;
}
.flow-cont-open-box-ar::after {
    border-right: 2px solid #0141c0;
    border-top: 2px solid #0141c0;
    bottom: 8px;
    content: "";
    height: 20px;
    left: 50%;
    margin: 0 0 0 -10px;
    position: absolute;
    transform: rotate(-225deg);
    width: 20px;
}
.open .flow-cont-open-box-ar::after {
    bottom: -4px;
    transform: rotate(-45deg);
}
.flow-cont-once {
    background: #eaeaea none repeat scroll 0 0;
    padding: 90px 0 0;
    position: relative;
}
.flow-cont-ttl {
    font-size: 20px;
    margin: 0 0 18px;
}
.business-col3-once img {
    margin: 0 0 12px;
    width: 70px;
}
.business-col3-once-ttl {
    font-size: 18px;
    margin: 0 0 12px;
}
.business-point-ttl {
    font-size: 22px;
    letter-spacing: 2px;
    padding: 0 24px;
}
.business-point-ttl-box {
    margin: 0 0 30px;
}
.business-full-img {
    margin: 0 0 30px;
    padding: 0 0 40px;
}
.work-anchor-left a,
.work-anchor-right a {
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 100%;
}
.work-anchor-left {
    height: 80px;
    margin: 0 4% 0 0;
    width: 48%;
}
.work-anchor-right {
    height: 80px;
    width: 48%;
}
.work-cat-ttl {
    font-size: 30px;
    padding: 40px 0 30px;
}
.work-anchor-box {
    margin: 0 0 70px;
}
.work-cat-copy {
    font-size: 26px;
}
.about-keyword-wrap {
    padding: 60px 0 0;
}
.about-page-lead {
    font-size: 20px;
    margin: 0 0 50px;
}
.about-page-lead.for-num-w{
	margin:0 0 14px;
}
.att-info-text{
text-align: center;
font-size: 14px;
margin:0 0 40px;
}
#top-main-v {
    margin: 118px auto 0;
}
.top-message-sec {
    padding: 70px 4% 100px;
}
.top-message-sec-ttl {
    font-size: 24px;
    letter-spacing: 4px;
    margin: 0 0 60px;
}
.top-message-cont {
    font-size: 16px;
}
.top-message01,
.top-message02,
.top-message03,
.top-message04 {
	float:none;
	width:100%;
    margin: 0 0 50px;
	left:0;
}
.front-about-btn-ttl {
    font-size: 20px;
}
.front-about-btn-ttl span {
    font-size: 16px;
}
.front-sec-ttl {
    font-size: 50px;
}
.front-sec-ttl-sub img {
    width: 220px;
}
.front-about-sec {
    margin: 0 0 50px;
    padding: 70px 0 0;
}
.front-about-sec-ttl {
    margin: 0 0 0px;
    position: relative;
    top: -28px;
}
.front-about-cont {
    left: 5%;
    width: 95%;
	padding: 0 5% 10px;
}
.front-business-sec-bg {
    width: 95%;
}
.front-business-sec-ttl {
    left: 5%;
    margin: 0 0 0px;
    padding: 0 5%;
    position: relative;
    top: -28px;
    width: 90%;
}
.front-business-sec-cont p {
    left: 5%;
    margin: 0 0 40px;
    padding: 0 5%;
    position: relative;
    width: 90%;
}
.front-business-sec-btn-ttl {
    font-size: 18px;
}
.front-business-sec {
    padding: 70px 0 50px;
    position: relative;
}
.front-business-sec-cont {
    padding: 0 0 40px;
}
.front-flow-cont {
    padding: 0 5% 40px;
    width: 90%;
}
.front-flow-sec-ttl {
    margin: 0 0 0;
    top: -28px;
}
.front-flow-sec {
    margin: 0 0 50px;
    padding: 70px 0 0;
}
.front-people-sec {
    margin: 0 0 70px;
    padding: 70px 0 0;
}
.front-people-sec-ttl {
    top: -28px;
}
.front-people-sec-cont {
    padding: 0 5% 10px;
    width: 95%;
}
.front-special-sec-ttl {
    margin: 0 auto 30px;
    padding: 0 5%;
    width: 90%;
}
.front-special-sec-cont {
    left: 10%;
    width: 90%;
	margin: 0 0 70px;
}
.front-special-sec-bg {
    top: 70px;
    width: 90%;
}
.front-recruit-sec {
    margin: 0 0 70px;
    padding: 60px 0 0;
    position: relative;
}
.front-recruit-sec-ttl {
    width: 90%;
}
.front-work-btn-box {
    margin: 0 0 50px;
    width: 100%;
}
.front-people-btn-once{
	position:relative;
	width:48%;
	margin:0 4% 30px 0;
	border-radius:20px;
	overflow:hidden;
	position:relative;
}
.front-people-btn-once:nth-child(1),
.front-people-btn-once:nth-child(4){
	top:0;
}
.front-people-btn-once:nth-child(3n){
	margin:0 4% 30px 0;
	top:0;
}
.front-people-btn-once:nth-child(2n){
	margin:0 0 30px 0;
	top:0;
}
.front-people-btn-once:nth-child(odd){
	top:60px;
}
.front-people-btn-once-prof {
    padding: 20px 12px 16px;
}
.front-people-btn-once-prof-name {
    font-size: 24px;
}
.front-recruit-sec-cont-btn-box {
	flex-wrap:wrap;
}
.front-recruit-sec-cont-btn-once,
.front-recruit-sec-cont-btn-once:nth-child(3){
    margin: 0 4% 30px 0;
    width: 48%;
}

.front-recruit-sec-cont-btn-once:nth-child(2n) {
    margin: 0 0 30px 0;
    width: 48%;
}
.front-recruit-sec-bg {
    top: 92px;
	height:70%;
}
.front-work-btn-ttl {
    font-size: 20px;
}
.front-people-btn-once-tag {
    font-size: 16px;
    padding: 4px 20px;
    position: absolute;
    top: 0;
}
.front-special-sec-cont-btn-ttl {
    font-size: 20px;
}
.front-recruit-btn-ttl {
    font-size: 20px;
}
.main-company-name {
    font-size: 16px;
}
.main-site-info {
    font-size: 22px;
    letter-spacing: 2px;
}
.front-about-btn .img100,
.front-business-sec-btn-once .img100{
	width:130%;
	position:relative;
	left:-15%;
}
.about-movie-wrap {
    padding: 60px 0 0;
}
.page-ttl-sec,
.page-ttl-sec.entry-page{
	background-size: auto 140px;
}
.about-num {
    font-size: 70px;
    top: -35px;
}
.about-num-sec {
    margin: 100px auto 0;
    padding: 70px 0;
}
.about-pick01-ttl {
    font-size: 30px;
    margin: 0 0 30px;
}
.about-std-text {
    font-size: 14px;
    margin: 0 auto 30px;
}
.about-mission-ttl {
    font-size: 18px;
    margin: 0 0 60px;
}
.about-mission-cont-once {
    font-size: 14px;
    height: 140px;
    margin: 0 4px;
    padding: 48px 0 0;
    width: 140px;
}
.about-mission-cont-once:nth-child(3){
	 padding: 36px 0 0;
}
.about-mission-cont-once span {
    font-size: 18px;
}
.about-mission-cont-tag {
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    left: 50%;
    line-height: 40px;
    margin: 0 0 0 -170px;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 340px;
}
.about-pick01-sec {
    margin: 0 0 60px;
}
.about-pick-block-ttl {
    font-size: 24px;
    margin: 0 0 30px;
}
.about-vision-cont-once .atc-text {
    font-size: 16px;
    margin: 0 0 14px;
}
.about-vision-cont-once .atc-text span {
    font-size: 22px;
}
.about-vision-cont-once p {
	text-align:left;
}
.about-vision-cont-once {
    border-radius: 14px;
    padding: 30px 14px;
}
.about-value-cont-once-ttl {
    border-radius: 14px;
    font-size: 16px;
    padding: 4px 0;
}
.about-value-cont-once {
    border-radius: 14px;
}
.about-value-cont-box {
    margin: 0 0 20px;
}
.about-with-img-btn-ttl {
    font-size: 16px;
    padding: 20px 0 14px;
}
.entry-lead {
    font-size: 16px;
    margin: 0 0 30px;
}
.sp-menu-inner {
    padding: 130px 0 50px;
}
.about-wrap {
    padding: 60px 0;
}
.flow-wrap {
    padding: 60px 0 0;
}
.flow-lead {
    margin: 0 auto 50px;
}
.recruit-lead-sec {
    padding: 60px 4% 50px;
}
.about-num-sec,
.about-wrap,
.bisiness-cont, .education-cont,
.talk-cont,
.work-2nd-cont,
.for-career-step,
.faq-wrap {
	background-size:118% auto;
	background-position:top center;
}
.scrolldown{
	right:14px;
	height:100px;
}
.column-main-sec {
    padding: 50px 4% 60px;
}
.column-sidebar {
position: relative;
float: none;
width: 100%;
border-radius: 0;
margin: 0 0 30px;
}
.column-sidebar-index{
width: 100%;
border-radius: 0;
padding: 14px 0;
}
.column-sidebar-index-ttl {
    font-size: 18px;
    padding: 0 4%;
    border-bottom: none;
    text-align: center;
    position: relative;
}

.column-sidebar-index-ttl::before,
.column-sidebar-index-ttl::after  {
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 24px;
    background-color: #fff;
    top: 5px;
    right: 34px;
}
.column-sidebar-index-ttl::after {
    transform: rotate(90deg);
}
.column-sidebar-index-ttl.open::before {
display: none;
}
.column-sidebar-cont{
padding: 14px 4% 0;
}

.column-content {
    width: 100%;
    float: none;
}
.column-content-wrap {
    width: 92%;
    margin: 0 auto;
    padding: 0;
}
.column-navi-box {
    margin: 90px auto 70px;
}
.column-navi-to-index,
.column-navi-prev,
.column-navi-next{
    width: 170px;
}
.column-navi-prev a {
    padding: 0 6px 0 0;
}
.column-navi-next a {
    padding: 0 0 0 6px;
}
.column-main-sec-img {
    width: 100%;
    margin: 0 0 24px;
}
.column-block-ttl {
    font-size: 20px;
    margin: 0 0 20px;
    padding: 0 0 10px;
}
.column-block-inner-ttl {
    font-size: 20px;
    margin: 0 0 20px;
}
.column-content p {
    margin: 0 0 60px;
}
.column-content img {
    margin: 0 0 24px;
}
.column-main-ttl {
    font-size: 24px;
    margin: 0 0 18px;
}
.new-arrivals-box {
    margin: 0 0 70px;
}
.new-arrivals-box-ttl, .column-list-box-ttl {
    font-size: 20px;
    margin: 0 0 24px;
    padding: 0 0 12px;
}
.new-arrivals-box-ttl span,
.column-list-box-ttl span{
font-size: 10px;
}
.new-arrival01 {
    width: 100%;
    float: none;
    margin: 0 0 36px;
}
.new-arrival01 .new-arrivals-ttl {
    font-size: 22px;
    margin: 0 0 8px;
}
.new-arrival02 {
    width: 48.5%;
    float: left;
    margin: 0 3% 0 0;
}
.new-arrival03 {
    position: relative;
    bottom: 0;
    right: 0;
    float: left;
    width: 48.5%;
}
.sort-btn {
    background: #fff;
    width: 31.3333%;
    margin: 0 1% 16px;
    padding: 6px 0;
    border-radius: 80px;
    font-size: 14px;
}
.column-sort-box {
    margin: 0 0 50px;
    padding: 30px 0 20px;
}
.column-sort-box-ttl {
    font-size: 18px;
    margin: 0 0 14px;
}
.column-list-once {
    width: 48%;
    margin: 0 1% 20px;
    padding: 0 0 70px;
}
.column-list-tags {
    height: 70px;
}
.new-arrivals-box img,
.column-list-img-box img{
    border-radius: 12px;
}
.new-arrivals-wrap, 
.column-list-wrap,
.column-sort-box-inner{
    width: 94%;
}
.column-list-ttl {
    font-size: 16px;
    margin: 0 0 12px;
}
.column-list-box {
    margin: 0 0 40px;
}
.column-index-main {
    margin: 20px auto 50px;
    border-radius: 20px;
}
.column-index-main .page-main-v{
width: 128%;
position: relative;
left: -14%;
}
.transformation .column-index-main-inner {
    padding: 34% 0 0;
}
.challengers .column-index-main-inner {
    padding: 33.5% 0 0;
}
.column-index-main-inner p {
    font-size: 2.3vw;
}
.column-comingsoon{
font-size: 30px;
padding: 40px 0 100px;
line-height: 1.2;
}
.column-comingsoon span{
font-size: 14px;
}
.front-people-btn-once-prof2 {
    padding: 60px 20px 20px;
}
.front-people-btn-once-talk-name {
    font-size: 22px;
}
.entry-wrap {
    padding: 90px 0;
}
.entry-block-main-ttl {
font-size: 20px;
}
.entry-block-sub-ttl {
font-size: 16px;
}
.entry-block-btn a {
    font-size: 14px;
    line-height: 70px;
}
.v-woman01, .v-woman02 {
    margin: 0 auto 50px;
}
.recruit-support-lead {
    font-size: 16px;
    padding: 60px 4% 50px;
}
.support-list-box dt img {
    width: 120px;
}
.support-list-box dt {
    width: 150px;
    padding: 20px 0 0;
}
.support-tag {
    min-width: 90px;
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 0 4px;
}
.support-list-box dd {
    padding: 20px 0 20px 150px;
}
.support-list-box dd h2 {
    font-size: 22px;
    padding: 4px 0 4px;
}
.support-sec-ill {
    max-width: 200px;
}
.support-list-box {
    margin: 0 0 60px;
}
.w-career-main-lead {
    font-size: 18px;
    padding: 0 0 40px;
}
.w-career-cont-col2-text {
    width: 48%;
}
    .w-career-prof-name {
        font-size: 24px;
        padding: 14px 0 8px 240px;
    }
    .w-career-prof-box-inner {
        padding: 34px 30px 34px 10%;
    }
.w-career-upper {
    padding: 0 0 160px;
}
.w-career-cont {
    padding: 0 0 40px;
}
.w-career-cont-text-box, .w-career-cont-img-box {
    margin: 0 0 30px;
}
    .w-career-prof-wrap {
        margin: 0 0 50px;
    }

}
@media only screen and (max-width : 700px) {
.over700{
	display:none;
}
.under700{
	display:inline;
}
body {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.7;
}
.cont-wrap{
	padding:104px 0 0;
}
#header,
#header-inner {
    height: 104px;
}
#header-logo, #header-logo-info {
    height: 50px;
}
#header-logo-info {
    font-size: 10px;
}
#header-logo {
    padding: 0 12px 0 16px;
    width: 160px;
}
.sp-menu-btn-box {
    height: 44px;
    right: auto;
    top: 50px;
    width: 44px;
	left:14px;
}
.sp-menu-btn {
    border-radius: 4px;
    height: 44px;
    width: 44px;
}
#header-btns {
	padding:0 14px 0 70px;
    width: 100%;
}
.entry-btn a,
.internship-btn a {
    font-size: 12px;
    letter-spacing: 1px;
	line-height:40px;
	padding:4px 0 0;
}
.to-corp-btn a {
    font-size: 12px;
    line-height: 44px;
	letter-spacing: 0;
	padding:0;
}
.sp-menu-btn span:nth-of-type(1) {
  top:12px; 
    width: 50%;
}
.sp-menu-btn span:nth-of-type(2) {
  top:21px;
    width: 50%;
}
.sp-menu-btn span:nth-of-type(3) {
  top:30px;
    width: 50%;
}
.modaal-noscroll .sp-menu-btn span:nth-of-type(1) {
    top: 15px;
    left: 25%;
    transform: translateY(6px) rotate(-135deg);
    width: 50%;
}
.modaal-noscroll .sp-menu-btn span:nth-of-type(2) {
  opacity: 0;
}
.modaal-noscroll .sp-menu-btn span:nth-of-type(3){
    top: 27px;
    left: 25%;
    transform: translateY(-6px) rotate(135deg);
    width: 50%;
}
.foot-messege-sec {
    padding: 90px 0;
}
.foot-messege-box img {
    width: 120%;
	position:relative;
	left:-10%;
}
.foot-company-name {
    font-size: 14px;
}
.foot-site-info {
    font-size: 18px;
}
.page-main-cat-box img {
    width: 120px;
	position:relative;
	top:-4px;
}
.page-main-cat {
    font-size: 22px;
	line-height:1;
}
.page-main-cat-box {
    border-radius: 0 14px 14px 0;
    height: 68px;
    padding: 14px 0 0 5%;
    width: 100%;
}
.page-main-cat-fl {
    bottom: -58px;
    width: 70%;
	max-width:340px;
}
.people-wrap {
    margin: 0 auto 0;
    padding: 104px 0 60px;
}
.people-wrap .page-main-cat-box {
    height: 68px;
    padding: 14px 0 0 5%;
    width: 70%;
	border-radius: 0 14px 14px 0;
}
.page-main-sec img.page-main-v, .people-main-sec img.page-main-v {
    border-radius: 14px 0 0;
}
.column-main-sec-img img.page-main-v{
	border-radius:14px;
}
.page-ttl-sec {
    font-size: 18px;
    padding: 80px 4% 16px;
}
.page-ttl-sec.entry-page {
    font-size: 18px;
    padding: 50px 4% 40px;
}
.page-ttl-sec::after {
    bottom: -18px;
    height: 18px;
    margin: 0 0 0 -18px;
    width: 36px;
}
.faq-once {
    padding: 18px 0;
}
.faq-cont-q::after, .faq-cont-a::after {
    font-size: 22px;
    font-weight: 700;
    height: 40px;
    left: 0;
    line-height: 36px;
    padding: 4px 0 0 4px;
    width: 40px;
}
.faq-cont-q {
    font-size: 16px;
    margin: 0 0 10px;
    min-height: 40px;
    padding: 0 0 0 50px;
}
.faq-cont-a {
    margin: 0 0 10px;
    min-height: 40px;
    padding: 0 0 0 50px;
}
.faq-wrap,
.essential-wrap {
    padding: 50px 0;
}
.ed-pickup-once,.ed-pickup-once:nth-child(2n) {
    border-top: 1px solid #0141c0;
    margin: 0 auto 34px;
    width: 100%;
	max-width:440px;
}
.ed-pickup-once-ttl {
    font-size: 18px;
    padding: 12px 0;
}
.bisiness-cont,
.education-cont {
    padding: 50px 0;
}
.ed-flow-left {
    font-size: 18px;
    height: 70px;
    margin: 0 0 4px;
    width: 70px;
	float:left;
	clear:both;
}
.ed-flow-right {
    align-items: center;
    display: block;
    margin: 0 0 24px;
    padding: 0 0 0 56px;
    width: 100%;
    min-width:100px;
}
.ed-flow-box-line {
    left: 34px;
    width: 2px;
	height:85%;
}
.ed-flow-right p span {
    font-size: 14px;
}
.ed-flow-right p {
    font-size: 18px;
}
.recruit-lead-sec {
    padding: 60px 4% 40px;
}
.recruit-career-lead {
    font-size: 16px;
    text-align: left;
}
.bisiness-cont-w, .recruit-cont-w {
    padding: 50px 0;
}
.page-secton-ttl {
    font-size: 18px;
}
.float-t-sec {
    margin: 0 0 40px;
    padding: 0;
}
.float-right-t,
.float-left-t {
    border-radius: 0;
    padding: 30px 4% 30px;
    width: 100%;
}
.float-right-t p,
.float-left-t p{
	margin:0 0 20px;
}
.float-fl-left-img,
.float-fl-right-img {
    border-radius: 14px;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 80%;
	max-width:360px;
	margin:0 auto;
}
.float-block-ttl-tag {
    font-size: 16px;
    padding: 0 0;
}
.float-block-ttl {
    font-size: 18px;
    margin: 0 0 18px;
}
.footer-wrap dl dt {
    float: none;
    font-size: 14px;
    line-height: 2.8;
    padding: 14px 0 0;
    width: 100%;
}
.footer-wrap dl dd {
    font-size: 14px;
    line-height: 2.8;
    padding: 0 0 14px 0;
    width: 100%;
}
.footer-wrap dl dd a {
    margin: 0 22px 0 0;
	font-size:12px;
}
.footer-links-ttl {
    font-size: 14px;
    margin: 0 0 16px;
}
.footer-att-box {
    margin: 0 0 30px;
    padding: 20px 14px;
}
.essential-btn a {
    border-radius: 4px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 60px;
}
.business-marker-text, .marked-text {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 30px;
	text-align:left;
}
.people-main-sec {
    margin: 0 0 30px;
}
.people-main-copy {
    font-size: 20px;
    margin: 0 0 20px;
}
.people-prof-year {
	font-size:12px;
}
.people-main-prof-box {
    margin: 0 auto 30px;
}
.talk-cont {
    padding: 50px 0;
}
.talk-block-ttl {
    font-size: 20px;
    margin: 0 0 30px;
}
.talk-cont dl dt {
    float: none;
    width:100%;
}
.talk-cont dl dd {
    margin: 0 0 18px;
    padding: 4px 0 0;
}
.talk-cont dl {
    margin: 0 0 40px;
}
.talk-col3-img,
.talk-col2-img{
    margin: 0 0 50px;
}
.talk-prof-box {
    display: flex;
	flex-wrap:wrap;
}
.talk-prof-once {
    text-align: center;
    width: 100%;
}
.talk-prof-once img {
    margin: 0 0 14px;
    width: 30%;
	float:left;
}
.talk-prof-once-name {
	float:right;
	width:66%;
    font-size: 16px;
    margin: 12px auto 14px;
	max-width:66%;
	text-align:left;
	padding:0 6px;
}
.talk-prof-once p {
	float:right;
	width:66%;
    font-size: 12px;
    font-weight: 400;
	text-align:left;
}
.talk-prof-cross {
    padding: 10px 0 10px;
    text-align: center;
    width: 100%;
}
.talk-prof-cross img {
    width: 20px;
}
.talk-col3-img-once {
    border-radius: 10px;
}
.flow-cont-open-box {
    border-radius: 0 14px 14px 0;
    height: 70px;
    top: -35px;
    width: 80%;
}
.flow-cont-open-box-inner {
    padding: 14px 0 0 4%;
}
.flow-cont-open-box-tag {
    font-size: 14px;
    left: 4px;
    letter-spacing: 1px;
    line-height: 1;
    position: absolute;
    top: 30px;
    transform: rotate(90deg);
}
.flow-cont-open-box-num {
    font-size: 44px;
    letter-spacing: -1px;
    margin: 0 4px 0 0;
    padding: 0 0 0 20px;
    top: 4px;
}
.flow-cont-open-box-cat {
    font-size: 16px;
}
.flow-cont-open-box-ar {
    float: right;
    height: 50px;
    width: 60px;
}
.flow-cont-open-box-ar::before {
    content: "OPEN";
    font-size: 12px;
    top: 4px;
}
.flow-cont-open-box-ar::after {
    border-right: 2px solid #0141c0;
    border-top: 2px solid #0141c0;
    bottom: 12px;
    content: "";
    height: 14px;
    left: 50%;
    margin: 0 0 0 -10px;
    position: absolute;
    width: 14px;
}
.open .flow-cont-open-box-ar::after {
    bottom: 4px;
}
.flow-cont-ttl {
    font-size: 16px;
    margin: 0 0 14px;
}
.flow-cont {
    padding: 0 0 40px;
}
.flow-cont p {
    font-size: 14px;
}
.flow-cont-once {
    padding: 80px 0 0;
}
.flow-lead {
    font-size: 14px;
    margin: 0 auto 40px;
}
.flow-wrap {
    padding: 50px 0 0;
}
.business-1st-copy {
    font-size: 18px;
    padding: 60px 4% 40px;
	text-align:left;
}
.business-point-ttl {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 0 24px;
}
.business-col3-box {
	flex-wrap:wrap;
    margin: 0 0 20px;
}
.business-col3-once,
.business-col3-once:nth-child(3) {
    border-radius: 14px;
    margin: 0 0 20px;
    padding: 20px 14px;
    width: 100%;
}
.business-col3-once img {
    margin: 0 0 10px;
    width: 50px;
}
.business-ar-down {
    margin: 0 auto 40px;
    width: 40px;
}
.bisiness-cont,
.education-cont {
    padding: 40px 0 30px;
}
.business-end-btn a {
    border-radius: 4px;
    font-size: 14px;
    line-height: 70px;
    padding: 0 14px 0 0;
}
.work-anchor-left a, .work-anchor-right a {
    border-radius: 4px;
    font-size: 14px;
	padding:0 8px;
}
.work-anchor-left,
.work-anchor-right {
    height: 60px;
}
.work-anchor-left a::after,
.work-anchor-right a::after {
    bottom: -10px;
    height: 10px;
    margin: 0 0 0 -10px;
    width: 20px;
}
.work-2nd-cont {
    padding: 60px 0 30px;
}
.work-anchor-box {
    margin: 0 0 40px;
}
.work-cat-ttl {
    font-size: 20px;
    padding: 20px 0 20px;
}
.work-cat-copy {
    font-size: 18px;
	margin: 0 0 20px;
}
.work-cat-col2-box {
	flex-wrap:wrap;
    margin: 0 0 30px;
}
.work-cat-col2-once {
    margin: 0 0 20px;
    width: 100%;
}
.work-cat-col2-once-ttl {
    font-size: 16px;
    padding: 14px 0 10px;
}
.work-voice-box {
    border-radius: 14px;
    margin: 0 0 50px;
    padding: 30px 18px;
}
.work-marker-text {
    font-size: 18px;
    margin: 0 0 14px;
}
.work-voice-tag {
    font-size: 16px;
    margin: 0 0 14px;
}
.ed-flow-box {
    margin: 0 auto 50px;
    max-width: 400px;
}
.about-col2-once,
.about-col2-once:nth-child(2n) {
    border-radius: 14px;
    margin: 0 0 20px;
    padding: 24px 20px;
    width: 100%;
	text-align:center;
}
.about-keyword .about-col2-once img {
    margin: 12px 0 14px;
    width: 100%;
	max-width:260px;
}
.about-col2-once p {
	text-align:left;
}
.about-page-lead {
    font-size: 16px;
    margin: 0 0 40px;
	text-align:left;
}
.about-page-lead.for-num-w{
	margin:0 0 12px;
}
.att-info-text{
text-align: left;
font-size: 12px;
margin:0 0 30px;
}
#top-main-v {
    margin: 104px auto 0;
}
#top-main-v ul li img {
    width: 150%;
	position:relative;
	left:-35%;
}
.main-company-name {
    font-size: 14px;
}
.main-site-info {
    font-size: 18px;
    letter-spacing: 1px;
}
.top-message-sec-ttl {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0 0 40px;
}
.top-message-cont {
    font-size: 14px;
}
.front-sec-ttl {
    font-size: 32px;
}
.front-sec-ttl-sub img {
    width: 180px;
}
.front-about-sec-ttl {
    top: -16px;
	margin:0 0 10px;
}
.front-business-sec-ttl {
    margin: 0 0 10px;
    top: -16px;
}
.front-flow-sec-ttl {
    margin: 0 0 10px;
    top: -16px;
}
.front-people-sec-ttl {
    top: -16px;
	margin:0 0 10px;
}
.front-special-sec-ttl {
    margin: 0 auto 20px;
	padding: 0 ;
}
.front-business-sec-btn-box {
	flex-wrap:wrap;
}
.front-about-btn,
.front-about-btn:nth-child(2n),
.front-business-sec-btn-once,
.front-business-sec-btn-once:nth-child(2) {
    border-radius: 14px;
    margin: 0 0 20px 0;
    width: 100%;
}
.front-about-btn .img100, .front-business-sec-btn-once .img100 {
    left: 0%;
    width: 100%;
}
.front-flow-cont a,
.front-work-btn,
.front-people-btn-once,
.front-recruit-sec-cont-btn-once {
    border-radius: 14px;
}
.front-people-btn-once-prof-name {
    font-size: 18px;
	font-weight:700;
}
.front-people-btn-once-prof-dev {
    font-size: 10px;
}
.front-people-btn-once-tag {
    font-size: 12px;
    padding: 4px 12px;
}
.front-people-btn-once .img100{
	position:relative;
	width:130%;
	left:-15%;
}
.front-people-btn-once:nth-child(2n+1) {
    top: 30px;
}
.front-about-btn-ttl,
.front-recruit-btn-ttl,
.front-special-sec-cont-btn-ttl,
.front-work-btn-ttl,
.front-business-sec-btn-ttl {
    font-size: 16px;
}
.front-business-sec-btn-ttl {
    font-size: 14px;
}
.front-about-btn-ttl span {
    font-size: 12px;
}
.front-business-sec-cont p{
	font-size:14px;
}
.front-special-sec-cont {
    left: 5%;
	width:95%;
    margin: 0 0 40px;
	border-radius:14px 0 0 14px;
}
.front-special-sec-bg {
    top: 40px;
}
.front-recruit-sec-ttl {
    margin: 0 auto 30px;
	padding:0;
}
.front-recruit-sec-bg {
    top: 78px;
}
.front-recruit-sec {
    margin: 0 0 50px;
}
.top-message-sec {
    padding: 60px 4% 60px;
}
.front-about-sec-bg {
    border-radius: 0 14px 14px 0;
}
.front-about-cont {
    border-radius: 14px 0 0 14px;
}
.front-business-sec-bg {
    border-radius: 14px 0 0;
}
.front-flow-sec-bg {
    border-radius: 0 14px 14px 0;
}
.front-flow-cont {
    border-radius: 14px;
}
.front-people-sec-bg {
    border-radius: 14px 0 0 14px;
}
.front-people-sec-cont {
    border-radius: 0 14px 14px 0;
}
.front-special-sec-bg {
    border-radius: 0 14px 14px 0;
}
.front-people-btn-once:nth-child(2n),
.front-people-btn-once,
.front-people-btn-once:nth-child(3n) {
    margin-bottom: 14px;
}
.front-people-btn-box {
    padding: 0 0 40px;
}
.front-work-btn-box {
    margin: 0 0 30px;
}
.about-movie-cont{
    padding: 50px 0 10px;
    position: relative;
}
.about-movie-once-ttl {
    font-size: 16px;
    padding: 16px 0;
    text-align: left;
}
.about-movie-once {
    margin: 0 0 30px;
}
.page-ttl-sec span {
    font-size: 14px;
}
.page-ttl-sec,
.page-ttl-sec.entry-page{
	background-size: auto 110px;
}
.about-num {
    font-size: 50px;
    top: -25px;
}
.about-num-sec {
    margin: 50px auto 0;
    padding: 50px 0 20px;
}
.about-pick01-ttl {
    font-size: 20px;
    margin: 0 0 20px;
}
.about-pick01-ttl span {
    font-size: 14px;
}
.about-pick01-sec {
    border-radius: 14px;
    margin: 0 0 40px;
    padding: 30px 4%;
}
.about-pick-block-ttl {
    font-size: 20px;
    margin: 0 0 20px;
}
.about-mission-ttl {
    font-size: 16px;
    margin: 0 0 30px;
}
.about-mission-sec {
    margin: 0 0 50px;
}
.about-mission-cont {
    border-radius: 14px;
    padding: 50px 20px 30px;
}
.about-mission-cont-once {
    margin: 0 4px 10px;
}
.about-mission-cont-tag {
    font-size: 16px;
    line-height: 40px;
    margin: 0 0 0 -120px;
    top: -20px;
    width: 240px;
}
.about-vision-cont-box {
	flex-wrap:wrap;
	margin: 0 0 40px;
}
.about-vision-cont-once,
.about-vision-cont-once:nth-child(3) {
    margin: 0 0 14px;
    padding: 22px 14px;
    text-align: center;
    width: 100%;
}
.about-value-cont-once {
    border-radius: 14px;
    margin: 0 0 20px 0;
    text-align: center;
    width: 100%;
}
.about-value-cont {
    height: 100px;
}
.entry-lead {
    font-size: 14px;
    margin: 0 0 30px;
	text-align:left;
}
.entry-wrap {
    padding: 60px 0;
}
.business-full-img {
    margin: 0;
    padding: 0 0 40px;
}
.end-att-text {
    font-size: 10px;
    padding: 14px 0 0;
}
.scrolldown{
	height:40px;
	right:10px;
}
.scrolldown p{
  font-size: 10px;
  top:-50px;
}
.scrolldown::after{
  content: "";
  position: absolute;
  top: 0;
  left:50%;
  width: 1px;
  height: 30px;
  background: #fff;
  animation: pathmove 2s ease-in-out infinite;
  opacity:0;
}
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:20px;
    opacity: 1;
  }
  100%{
    height:0;
    top:30px;
    opacity: 0;
  }
}


.column-main-ttl {
    font-size: 18px;
    margin: 0 0 18px;
}
.column-profile {
    font-size: 14px;
    margin: 0 0 16px;
}
.column-block-ttl {
    font-size: 16px;
    margin: 0 0 18px;
    padding: 0 0 8px;
}
.column-block-inner-ttl {
    font-size: 16px;
    margin: 0 0 16px;
}
.column-content p {
    margin: 0 0 50px;
}
.column-navi-box {
    margin: 60px auto 50px;
}
.column-navi-to-index, .column-navi-prev, .column-navi-next {
    width: 110px;
}
.column-navi-to-index a, 
.column-navi-prev a,
.column-navi-next a {
font-size: 12px;
}
.column-main-sec {
    padding: 30px 4% 50px;
}
.column-sidebar-index-ttl {
    font-size: 16px;
}
.column-sidebar-index-ttl::before, .column-sidebar-index-ttl::after {
    width: 1px;
    height: 20px;
    top: 4px;
    right: 28px;
}
.column-sidebar-index a {
    font-size: 14px;
}
.column-sidebar-index a span {
    font-size: 12px;
}
.column-index-main {
    margin: 14px auto 40px;
    border-radius: 16px;
}
.transformation .column-index-main .page-main-v{
width: 136%;
position: relative;
left: -19.5%;
}
.transformation .column-index-main-inner p {
    font-size: 3.4vw;
}
.transformation .column-index-main-inner {
    padding: 37% 0 0;
}
.challengers .column-index-main .page-main-v{
width: 135%;
position: relative;
left: -17.5%;
}
.challengers .column-index-main-inner {
    padding: 37% 0 0;
}
.challengers .column-index-main-inner p {
    font-size: 3.2vw;
}
.column-comingsoon{
font-size: 20px;
padding: 20px 0 60px;
line-height: 1.5;
}
.column-comingsoon span{
font-size: 14px;
}
.front-people-btn-once-prof2 {
    padding: 50px 20px 20px;
}
.front-people-btn-once-talk-name {
    font-size: 18px;
}
.front-people-btn-once-full {
    margin: 50px 0 0;
    border-radius: 14px;
}
.entry-block {
    width: 100%;
    max-width: 340px;
    margin: 0 auto 60px;
    padding: 0;
    float: none;
}
.entry-block-main-ttl {
font-size: 18px;
}
.entry-block-sub-ttl {
font-size: 14px;
padding: 10px 0;
}
.entry-page-btn a {
    padding: 24px 10px;
    border-radius: 6px;
}
.entry-block-btn {
    margin: 20px 0 0;
}
    .w-career-main-lead {
        font-size: 16px;
        padding: 0 0 40px;
    }
    .w-career-prof-num {
        font-size: 18px;
        padding: 0 0 6px 90px;
    }
    .w-career-prof-name {
        font-size: 18px;
        padding: 14px 0 8px 90px;
    }
        .w-career-prof-div {
        font-size: 12px;
        padding: 0 0 0 90px;
    }
    .w-career-prof-box-inner {
        padding: 24px 18px 24px 8%;
    }
    .w-career-prof-box-img {
        position: absolute;
        width: 100px;
        top: 10px;
        left: 3%;
    }
    .w-career-prof-wrap {
        margin: 0 0 40px;
        padding: 50px 4% 0 0;
    }
    .w-career-cont-text-box{
    flex-wrap: wrap;
    margin: 0 0;
    }
    .w-career-cont-img-box {
    margin: 0 0 40px;
    }
        .w-career-cont-col2-text {
        width: 100%;
        margin: 0 0 24px;
    }
.w-career-cont-col2-text-ttl {
    font-size: 16px;
    margin: 0 0 20px;
    padding: 0 0 8px;
}
    .w-career-cont {
        padding: 0 0;
    }
    .w-career-upper {
        padding: 0 0 140px;
    }
#w-career01 {
    top: -180px;
    margin: 0 0 -140px;
}
.support-anchor-box {
    width: 92%;
    max-width: 440px;
    margin: 0 auto 40px;
}
}
@media only screen and (max-width : 500px) {
.new-arrival01 .new-arrivals-ttl {
    font-size: 18px;
    margin: 0 0 8px;
}
.new-arrival02,
.new-arrival03{
    width: 100%;
    float: none;
    margin: 0 0 40px;
}
.new-arrivals-box {
    margin: 0 0 30px;
    padding: 0;
}
.new-arrivals-box-ttl, .column-list-box-ttl {
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 8px;
    border-bottom-width: 2px;
}
.sort-btn {
    background: #fff;
    width: 48%;
    margin: 0 1% 10px;
    padding: 6px 0;
    border-radius: 80px;
    font-size: 14px;
}
.column-sort-box {
    margin: 0 0 40px;
    padding: 22px 0 14px;
}
.column-list-once {
    width: 100%;
    margin: 0 0 40px;
    padding: 0 0;
}
.column-sep-box {
    padding: 0;
}
.new-arrivals-wrap, .column-list-wrap, .column-sort-box-inner {
    width: 92%;
}
.column-list-tags {
    position: relative;
    height: auto;
    padding: 10px 0 0;
    border-top: 1px solid #861C84;
}
.column-list-prof {
    margin: 0 0 12px;
}
.column-list-img-box {
    margin: 0 0 8px;
}
.column-list-ttl {
    margin: 0 0 8px;
}
.v-woman01, .v-woman02 {
    margin: 0 auto 40px;
}
    .support-sec-ill {
        max-width: 150px;
        margin: 0 auto 14px;
    }
    .support-list-box dt img {
        width: 84px;
    }
    .support-list-box dt {
        width: 100px;
        padding: 20px 0 0;
    }
    .support-list-box dd {
        padding: 14px 0 14px 100px;
    }
    .support-list-box dd h2 {
        font-size: 18px;
        padding: 4px 0 4px;
    }
    .support-tag {
    font-size: 12px;
        margin: 0 10px 4px 0;
    }
    .support-list-box {
        margin: 0 0 40px;
    } 
    .marked-text.support-ttl {
        font-size: 20px;
        line-height: 1.6;
        margin: 0 0 30px;
        text-align: center;
    }
}
@media only screen and (max-width : 400px) {
#header-logo-info {
	letter-spacing:0;
}
.column-navi-to-index, .column-navi-prev, .column-navi-next {
    width: 86px;
}
.column-navi-to-index a, 
.column-navi-prev a,
.column-navi-next a {
font-size: 10px;
}
.column-navi-prev a,
.column-navi-next a{
    padding: 0;
}
}
@media only screen and (max-width : 380px) {
#header-logo {
    padding: 0 6px 6px 10px;
    width: 120px;
}
.entry-btn a,
.internship-btn a {
    font-size: 10px;
    letter-spacing: 0;
	line-height:40px;
	padding:4px 0 0;
}
.to-corp-btn a {
    font-size: 10px;
    line-height: 44px;
	letter-spacing: 0;
	padding:0;
}
}

@media print {
body {width:1100px;}
#header-wrap {position: relative;}
}