@charset "UTF-8";


/*--------------------------------------------
↓　#hero
--------------------------------------------*/
#hero {
	background:linear-gradient(90deg,#014bbc 0%,#014bbc 50%,#22c4fd 50%,#22c4fd 100%);
	background-blend-mode: multiply;
	padding-top: 100px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	z-index: 3;
}


/***背景イラスト***/
#hero img.illust {
	position: absolute;
	width: 800px;
	height: auto;
	top: 50px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}
#hero .after img.illust {
	opacity: 1;
	width: 742px;
}


/***MEIWA文字***/
#hero ul.slider {
	position: absolute;
	width: 420px;
	height: 220px;
	top: 50px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#hero ul.slider li,
#hero ul.slider li img {
	width: 100%;
	height: auto;
	position: absolute;
}

/***コピー***/
#top-copy {
	font-size: 1.8em;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 0 20px;
	box-sizing: border-box;
	width: 380px;
	height: 35px;
	border-bottom: 7px solid #f64019;
	position: absolute;
	top: 50px;
	bottom: 0;
	left: 0;
	right: 0px;
	margin: auto;
	z-index: 2;
	opacity: 0;
}
#hero ul.after {
	left: 270px;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}
#top-copy.after {
	right: 340px;
	opacity: 1;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}


/***採用情報p***/
#name {
	color: #fff;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 20%;
	font-weight: bold;
	opacity: 0;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}
#name span {
	font-size: 1.6em;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
}
#name.after {
	opacity: 1;
	bottom: 19%;
}


/***NEWS***/
#news {
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	z-index: 2;
}
#news {
	pointer-events: none;
}
#news .news-btn p {
	color: #fff;
	padding: 17px 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	display: inline-block;
	background-image: linear-gradient(-45deg, #216ce1 25%, #1363df 25%, #1363df 50%, #216ce1 50%, #216ce1 75%, #1363df 75%, #1363df);
	background-size: 15px 15px;
	height: 60px;
	box-sizing: border-box;
	cursor: pointer;
	pointer-events: auto !important;
}
#news .news-btn p svg {
	padding-left: 10px;
}
#news .news-btn p svg.fa-chevron-down {
	display: inline;
}
#news .news-btn p svg.fa-chevron-up {
	display: none;
}
#news ul {
	width: 100%;
	background-image: linear-gradient(-45deg, #216ce1 25%, #1363df 25%, #1363df 50%, #216ce1 50%, #216ce1 75%, #1363df 75%, #1363df);
	background-size: 15px 15px;
	height: 120px;/*フルで出す*/
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}
#news ul li {
	width: 100%;
	padding: 20px 20px;
	line-height: 1.4em;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255,255,255,0.2)
}
#news ul li span {
	padding-right: 20px;
	color: #fff;
}
#news ul li a {
	color: #fff;
	pointer-events: auto !important;
}
#news.after ul {
	height: 0;/*隠す*/
}
#news.after svg.fa-chevron-down {
	display: none !important;
}
#news.after svg.fa-chevron-up {
	display: inline !important;
}

/***scroll***/
#scroll {
	position: absolute;
	bottom: -2px;
	right: 60px;
	overflow: hidden;
}
#scroll a {
	padding-left: 15px;
	display: block;
}
#scroll img {
	width: 12px;
	height: auto;
}
#scroll span {
	position: absolute;
	height: 90px;
	width: 2px;
	background-color: #fff;
	animation: moveimg 1.5s infinite;
}
@keyframes moveimg {
0% {
	top:-100px;
	right: 25px;
}
50% {
	right: 25px;
}
100% {
	right: 25px;
	top:100px;
}
}




@media screen and (max-width: 1100px) {
#hero {
	padding-top: 70px;
}
#hero img.illust {
	width: 680px;
}
#hero .after img.illust {
	opacity: 1;
	width: 600px;
}
#hero ul.slider {
	width: 294px;
	height: 154px;
}
#top-copy {
	font-size: 1.6em;
	padding: 0 10px;
	width: 320px;
	height: 32px;
}
#hero ul.after {
	left: 220px;
}
#top-copy.after {
	right: 240px;
}
}

@media screen and (max-width: 680px) {
#hero img.illust {
	width: 350px;
}
#hero .after img.illust {
	opacity: 1;
	width: 320px;
}
#hero ul.slider {
	width: 160px;
	height: 88px;
	top: 15px;
}
#top-copy {
	font-size: 1.3em;
	padding: 0 10px;
	width: 220px;
	letter-spacing: 0.05em;
	height: 25px;
	border-bottom: 5px solid #f64019;
	top: 15px;
}
#hero ul.after {
	left: 175px;
}
#top-copy.after {
	right: 105px;
}
#name {
	font-size: 1em;
	bottom: 33%;
}
#name.after {
	bottom: 32%;
}
#news ul {
	height: 100px;/*フルで出す*/
}
#news .news-btn p {
	padding: 12px 20px;
	height: 45px;
}
#news ul li {
	padding: 12px 12px;
}
}


/*--------------------------------------------
↓　#wa
--------------------------------------------*/
#wa {
	text-align: center;
	letter-spacing: 0.1em;
	color: #014bbc;
	position: relative;
	padding-top: 200px;
	margin-top: -200px;
	overflow: hidden;
}
#wa h2 {
	font-size: 1.8em;
	font-weight: bold;
	padding: 20px 0;
	background-image: url(../img/wa_00.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 40px;
}
#wa p {
	font-size: 1.4em;
	font-weight: bold;
}
#wa span.red {
	font-family: 'Lato', sans-serif;
	color: #f64019 !important;
	font-weight: 900 !important;
}
#wa p.text-1 {
	margin-bottom: 30px;
}
#wa p.text-2 {
	font-size: 1.8em;
	padding-bottom: 80px;
}
#wa p.text-2 span.underline {
	border-bottom: 2px solid #014bbc;
	padding-bottom: 5px;
}
#wa img {
	position: absolute;
	width: 130px;
	height: auto;
	bottom: -120px;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}
#wa img.appear-img {
	bottom: 0;
}
#wa img.wa_01 {
	left: 7%;
}
#wa img.wa_02 {
	left: 18%;
}
#wa img.wa_03 {
	right: 18%;
}
#wa img.wa_04 {
	right: 7%;
}
@media screen and (max-width: 1200px) {
#wa img.wa_01 {
	left: 1%;
}
#wa img.wa_02 {
	left: 14%;
}
#wa img.wa_03 {
	right: 14%;
}
#wa img.wa_04 {
	right: 1%;
}
}
@media screen and (max-width: 1100px) {
#wa {
	padding-top: 100px;
	margin-top: -100px;
}
}
@media screen and (max-width: 1000px) {
#wa p.text-2 {
	padding-bottom: 160px;
}
#wa img.wa_01 {
	left: 10%;
}
#wa img.wa_02 {
	left: 31%;
}
#wa img.wa_03 {
	right: 31%;
}
#wa img.wa_04 {
	right: 10%;
}
}
@media screen and (max-width: 640px) {
#wa h2 {
	font-size: 1.4em;
	margin-bottom: 20px;
}
#wa p {
	font-size: 1em;
}
#wa p.text-1 {
	margin-bottom: 20px;
}
#wa p.text-2 {
	padding-bottom: 100px;
	font-size: 1.4em;
}
#wa img {
	width: 80px;
}
#wa img.wa_01 {
	left: 3%;
}
#wa img.wa_02 {
	left: 27%;
}
#wa img.wa_03 {
	right: 27%;
}
#wa img.wa_04 {
	right: 3%;
}
#scroll {
	right: 30px;
	bottom: -20px;
}
}


/*--------------------------------------------
↓　#job
--------------------------------------------*/
#job {
	background-color: #efefef;
	text-align: center;
}
#job .clearfix {
	margin-bottom: 30px;
	text-align: left;
}
#job .box-left,
#job .box-right {
	width: 50%;
	float: left;
}
#job .box-left {
	padding-right: 15px;
	box-sizing: border-box;
}
#job .box-left img {
	width: 100%;
	height: auto;
}
#job .box-right {
	padding-left: 15px;
	box-sizing: border-box;
}
#job .box-right p {
	font-size: 1.15em;
}
#job a {
	width: 240px;
}
@media screen and (max-width: 768px) {
#job .box-left,
#job .box-right {
	width: 100%;
	float: none;
	padding: 0;
}
#job .box-left {
	margin-bottom: 20px;
}
}
@media screen and (max-width: 640px) {
#job .clearfix {
	margin-bottom: 20px;
}
}

/*--------------------------------------------
↓　#people
--------------------------------------------*/
#people {
	padding-bottom: 0 !important;
}
#people .people-box {
	width: 50%;
	float: left;
	position: relative;
	height: 360px;
}
#people .box-content-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
#people .people-box:nth-child(1) .box-content-inner,
#people .people-box:nth-child(4) .box-content-inner,
#people .people-box:nth-child(5) .box-content-inner {
	background-color: #014bbc;
}
#people .people-box:nth-child(2) .box-content-inner,
#people .people-box:nth-child(3) .box-content-inner,
#people .people-box:nth-child(6) .box-content-inner {
	background-color: #1363df;
}
#people .people-box img.number {
	width: auto;
	height: 125px;
	position: absolute;
	top: 35px;
	left: 35px;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
#people .people-box img.number_off {
	opacity: 0.12;
}
#people .people-box img.number_on {
	opacity: 0;
}
#people p.serif {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 120px;
	left: 50px;
	line-height: 2em;
	letter-spacing: 0.08em;
	z-index: 2;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
#people p.more {
	color: #f64019;
	font-size: 1.15em;
	font-weight: bold;
	padding-bottom: 5px;
	letter-spacing: 0.08em;
	z-index: 2;
	text-align: right;
	box-sizing: border-box;
	position: absolute;
	width: 90%;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	margin: auto;
	border-bottom: 2px solid #f64019;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
#people .people-box img.people {
	height: 335px;
	width: auto;
	position: absolute;
	bottom: 0;
	right: 30px;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
#people .people-box a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	cursor: pointer;
}
#people .people-box img.people_off {
	opacity: 1;
}
#people .people-box img.people_on {
	opacity: 0;
}
#people a:hover + .box-content img.people_off {
	opacity: 0;
}
#people a:hover + .box-content img.people_on {
	opacity: 1;
}
#people a:hover + .box-content p.serif {
	color: #014bbc;
	top: 90px;
}
#people a:hover + .box-content p.more {
	bottom: 30px;
	opacity: 1;
}
#people a:hover + .box-content img.number_off {
	opacity: 0;
}
#people a:hover + .box-content img.number_on {
	opacity: 1;
}
#people a:hover + .box-content .box-content-inner {
	background-color: #e4e4e4;
}
@media screen and (max-width: 900px) {
#people .people-box {
	width: 100%;
	float: none;
}
#people p.serif {
	font-size: 1.3em;
}
#people .people-box:nth-child(odd) img.number {
	left: 60px;
}
#people .people-box:nth-child(even) img.number {
	right: 60px;
	left: auto;
}
#people .people-box:nth-child(odd) p.serif {
	left: 70px;
}
#people .people-box:nth-child(even) p.serif {
	right: 70px;
	left: auto;
	width: 350px;
}
#people .people-box:nth-child(odd) img.people {
	right: 50px;
}
#people .people-box:nth-child(even) img.people {
	left: 50px;
}
#people .people-box:nth-child(1) .box-content-inner,
#people .people-box:nth-child(3) .box-content-inner,
#people .people-box:nth-child(5) .box-content-inner {
	background-color: #014bbc;
}
#people .people-box:nth-child(2) .box-content-inner,
#people .people-box:nth-child(4) .box-content-inner,
#people .people-box:nth-child(6) .box-content-inner {
	background-color: #1363df;
}
}
@media screen and (max-width: 640px) {
#people .people-box {
	height: 260px;
}
#people p.serif {
	font-size: 1.1em;
}
#people .people-box:nth-child(odd) img.number {
	left: 20px;
}
#people .people-box:nth-child(even) img.number {
	right: 20px;
}
#people .people-box:nth-child(odd) p.serif {
	left: 30px;
}
#people .people-box:nth-child(even) p.serif {
	right: 10px;
	width: 260px;
}
#people .people-box img.people {
	height: 240px;
}
#people .people-box:nth-child(odd) img.people {
	right: 10px;
}
#people .people-box:nth-child(even) img.people {
	left: 10px;
}
}



/*--------------------------------------------
↓　#company
--------------------------------------------*/
#company {
	color: #014bbc;
	padding-bottom: 0 !important;
}
#company > div {
	background-color: #efefef;
	padding: 40px 0 60px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
#company > div > p {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 40px;
}
#company .clearfix {
	width: 100%;
	max-width: 1280px !important;
	margin: 0 auto 20px;
}
#company .circle-wrap {
	float: left;
	width: 25%;
	box-sizing: border-box;
}
#company .circle-wrap .circle-inner {
	padding: 50px 30px;
	box-sizing: border-box;
	width: 280px;
	height: 280px;
	background-image: url(../img/circle.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
}
#company h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 25px;
}
#company p.data {
	font-family: 'Lato', sans-serif;
	font-weight: 900 !important;
	font-size: 1.3em;
	letter-spacing: 0..5em;
	border-bottom: 1px solid #014bbc;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#company p.data > span {
	font-size: 3.8em;
	position: relative;
}
#company p.data > span > span.small {
	font-size: 0.6em;
}
#company p.data > span > span.colon {
	font-size: 0.9em;
	position: absolute;
	top: 23%;
	left: 45%;
	font-weight: 400;
}
@media screen and (max-width: 1200px) {
#company {
	font-size: 0.9em
}
#company .circle-wrap .circle-inner {
	padding: 50px 30px;
	width: 250px;
	height: 250px;
}
}
@media screen and (max-width: 1000px) {
#company {
	font-size: 1em
}
#company .clearfix {
	width: 100%;
	max-width: 700px !important;
}
#company .circle-wrap .circle-inner {
	padding: 50px 20px;
	width: 280px;
	height: 280px;
}
#company .circle-wrap {
	width: 50%;
}
#company .circle-wrap:nth-child(1),
#company .circle-wrap:nth-child(2) {
	margin-bottom: 30px;
}
}
@media screen and (max-width: 640px) {
#company > div > p {
	margin-bottom: 30px;
}
#company .circle-wrap .circle-inner {
	width: 260px;
	height: 260px;
}
#company .circle-wrap {
	width: 100%;
	margin-bottom: 15px !important;
}
#company .circle-wrap:last-child {
	margin-bottom: 0 !important;
}
}

/*--------------------------------------------
↓　#other
--------------------------------------------*/
#other {
	text-align: center;
}
#other ul {
	max-width: 740px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
#other ul li {
	width: 33.333%;
	border-left: 1px solid #014bbc;
	float: left;
	box-sizing: border-box;
	line-height: 2em;
}
#other ul li:last-child {
	border-right: 1px solid #014bbc;
}
#other ul li a {
	color: #014bbc;
	text-decoration: none;
	font-size: 1.2em;
	position: relative;
	display: inline-block;
}
#other ul li a::after {
	position: absolute;
	bottom: -9px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #f6cf1a;
	transform: scale(0, 1);
	transform-origin: center top;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
#other ul li a:hover::after {
  transform: scale(1, 1);
}

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

/*--------------------------------------------
↓　#hhs
--------------------------------------------*/
#hhs {
	background-image: linear-gradient(-45deg, #fff 25%, #f1f1f1 25%, #f1f1f1 50%, #fff 50%, #fff 75%, #f1f1f1 75%, #f1f1f1);
	background-size: 15px 15px;
	padding: 0 20px;
	box-sizing: border-box;
}
#hhs .inner-wrap {
	padding: 45px 20px 40px;
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
	border: 5px solid #014bbc;
	border-radius: 20px;
	box-shadow:10px 10px 0px 0px rgba(0,0,0,0.1);
	margin-bottom: 50px;
}
#hhs h2 img {
	max-width: 405px;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
#hhs p.text {
	text-align: left;
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	font-size: 1.15em;
	line-height: 2.2em;
}
#hhs table {
	margin: 0 auto;
}
#hhs table td {
	vertical-align: middle;
}
#hhs table td:first-child {
	width: 250px;
	text-align: right;
}
#hhs table td:last-child {
	width: 250px;
	text-align: left;
}
#hhs table p,
#hhs table a {
	color: #014bbc;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.6em;
	display: inline-block;
}
#hhs table a {
	position: relative;
}
#hhs table a::after {
	position: absolute;
	bottom: -9px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #f6cf1a;
	transform: scale(0, 1);
	transform-origin: center top;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
#hhs table a:hover::after {
  transform: scale(1, 1);
}

#hhs table p span {
	font-family: 'Lato', sans-serif;
	font-weight: 900 !important;
	font-size: 1.3em;
}
#hhs table img {
	width: 10px;
	height: auto;
	padding: 0 20px;
}
@media screen and (max-width: 640px) {
#hhs .inner-wrap {
	padding: 35px 20px 25px;
	margin-bottom: 30px;
}
#hhs h2 img {
	margin-bottom: 15px;
}
#hhs table td:first-child,
#hhs table td:last-child {
	width: 150px;
}
#hhs table p,
#hhs table a {
	display: block;
}
#hhs table img {
	padding: 0 10px;
}
}
