  @charset "UTF-8";
/*=============================================================
 top Layout
=============================================================*/

/* reset
-------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
strong{
	font-weight: bold;
}
*:before, *:after{
	box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
img {
	max-width: 100%;
	display: block;
}
#top .roboto{
	font-family: 'Roboto Condensed', sans-serif;
}
.sp { display: none;}
.tb { display: none;}

/* base
-------------------------------------------------------------*/
html {
	font-size: 62.5%;
	color: #333;
	-webkit-text-size-adjust: 100%;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Osaka", sans-serif;
	overflow-x: hidden;
	font-weight:500;
}
@media all and (-ms-high-contrast:none) {
body{
	font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
}

#top #main_visual{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 709px;
	margin: 0 auto;
	background:url("/saiyou/newgraduate/shared/img/top/keyVisual.png"),linear-gradient(to right, #CF111B 50%, #F7B42C 50%);
	background-position: center 0;
	background-repeat: no-repeat;
}
#main_visual:before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #fff;
}

@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
#top #main_visual h1{
	position: absolute;
	width: 990px;
	height: 315px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 197px;
	z-index: 1;
}
#top #main_visual h1 img{
	width: 451px;
	height: 315px;
	animation: moveh1 3s;
}
@keyframes moveh1 {
0% { opacity: 0;}
30% { opacity: 0;}
100% { opacity: 1;}
}

#top .fadein {
    opacity : 0.1;
    transform : translate(0, 100px);
    transition : all 800ms;
    }
#top .fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

/* news */
#top #top_news{
	position: relative;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	z-index: 2;
	transition: 0.5s;
	top: -50px;
/*	top: -95px;*/
}
#top #top_news.on{
	background-color: rgba(255,255,255,1);
	transition: 0.5s;
}

#top #top_news dl{
	box-sizing: border-box;
	max-width: 1440px;
	min-width: 750px;
	margin: 0 auto;
	padding: 0 35px;
	overflow: hidden;
}
#top #top_news dt{
	float: left;
	padding-top: 20px;
	font-size: 1.4rem;
	color: #eb6e00;
	width: 112px;
	height: 50px;
	vertical-align: middle;
	font-weight: bold;
}
#top #top_news dd{
	margin-left: 112px;
	padding-top:5px;
	font-size: 1.4rem;
	font-weight: bold;
}

#top #top_news dl p{
	padding: 15px 0;
	display:table;
	border-bottom: 1px dotted #F5B780;
	width: 100%;
}
#top #top_news dl p span{
	display:table-cell;
}
#top #top_news dl p span:first-of-type{
	width:6.5em;
}

#top #top_news ul{
	display: none;
}
#top #top_news ul li{
	border-bottom: 1px dotted #F5B780;
	padding: 15px 0;
	display:table;
	width: 100%;
}
#top #top_news ul li span{
	display:table-cell;
}
#top #top_news ul li span:first-of-type{
	width:6.5em;
}
#top #top_news p span a:link,
#top #top_news p span a:visited{color: #333 !important;}
#top #top_news p span a:hover{color: #eb6e00 !important;}

#top #top_news ul li span.active a{color: #000;}
#top #top_news ul li span.active a:hover{color: #eb6e00;}


#top_accordion{
	position: relative;
	cursor: pointer;
}
#top #top_news .accordion span::before,
#top #top_news .accordion span::after{
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	background: #FF6700;
	position: absolute;
	right: 10px;
	top: 22px;
	transform: translateY(-50%);
}
#top #top_news .accordion span::after{
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}

#top #top_news .accordion .active::after{
	transform: rotate(0);
	transition: 0.5s;
}
#top #top_news .accordion .active::before{
	display:none;
}


/* top_catch */
#top #top_catch p{
	width: 30em;
	margin: 85px auto 135px;
	font-size: 1.6rem;
	line-height: 4.0rem;
	letter-spacing: 0.15rem;
	font-weight: bolder;
	text-align: center;
	color: #EB6E00; /* for ie */
	background: -webkit-linear-gradient(0deg, rgba(207,18,27,1), rgba(235,110,0,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* top_content */
#top #top_content ol li{
	position: relative;
	width: 100%;
	height: 550px;
	margin-bottom: 110px;
	background: #DDE1E4;
	z-index: 2;
}

	/* link_box_img */
#top #top_content ol li .link_box_img{
	position: absolute;
	overflow: hidden;
	width: 70%;
	top: -50px;
	z-index: 0;
}
#top #top_content ol li:nth-child(odd) .link_box_img{
	right: 0;
}
#top #top_content ol li:nth-child(even) .link_box_img{
	left: 0;
}
#top #top_content ol li .link_box_img img{
	transition: all 0.6s ease;
	max-width: 100%;
}
#top #top_content ol li a:hover .link_box_img img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

	/* link_box */
#top #top_content ol li .link_box{
	position: absolute;
	width: 446px;
	top: 60px;
	padding: 35px 50px 100px;
	z-index: 1;
	background: #fff url("../../img/top/arrow01.png") no-repeat left 50px bottom 15%;
	transition: all .2s;
}
#top #top_content ol li a:hover .link_box{
	background: #fff url("../../img/top/arrow01.png") no-repeat left 60px bottom 15%;
	transition: all .2s;
}
#top #top_content ol li:nth-child(odd) .link_box{
	left: 10%;
}
#top #top_content ol li:nth-child(even) .link_box{
	right: 10%;
}
#top #top_content ol li .link_box span img{
	width: 60px;
	height: auto;
}
#top #top_content ol li .link_box h2{
	margin: 35px 0 25px;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: -0.2rem;
}
#top #top_content ol li .link_box p{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2.8rem;
}

	/* link_box border */
#top #top_content ol li a{
	position: relative;
	display: block;
	max-width: 1440px;
	margin: 0 auto;
	box-shadow: #fff 0px 0px 0px 3px inset;
	transition: color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	color: #000;
}
#top #top_content ol li a .border {
	position: absolute;
	z-index: 10;
	display: block;
}
#top #top_content ol li a .b-top {
	top: 0;
	left: 0;
	transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
	background:-moz-linear-gradient(left, #CF111B, #F7B42C);
	background:linear-gradient(to right, #CF111B, #F7B42C);
}
#top #top_content ol li a .b-right {
	top: 0;
	right: 0;
	transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
	border-right:3px solid #F7B42C;
}
#top #top_content ol li a .b-bottom {
	right: 0;
	bottom: 0;
	transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
	background:-moz-linear-gradient(left, #CF111B, #F7B42C);
	background:linear-gradient(to right, #CF111B, #F7B42C);
}
#top #top_content ol li a .b-left {
	bottom: 0;
	left: 0;
	border-left:3px solid #CF111B;
	transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#top #top_content ol li a .b-top, #top #top_content ol li a .b-bottom {
	width: 0;
	height: 3px;
}
#top #top_content ol li a .b-right, #top #top_content ol li a .b-left {
	width: 3px;
	height: 0;
}
#top #top_content ol li a:hover .b-top, #top #top_content ol li a:hover .b-bottom {
	width: 100%;
}
#top #top_content ol li a:hover .b-right, #top #top_content ol li a:hover .b-left {
	height: 100%;
}
#top #top_content ol li a:hover .b-top {
	transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#top #top_content ol li a:hover .b-right {
	transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
}
#top #top_content ol li a:hover .b-bottom {
	transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
}
#top #top_content ol li a:hover .b-left {
	transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
}


/* top_interview */
#top #top_interview{
	box-sizing: border-box;
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10%;
}
#top #top_interview h2{
	width: 4.5em;
	margin: 0 auto 20px;
	font-size: 6.0rem;
	font-weight: bolder;
	color: #CF121B; /* for ie */
	background: -webkit-linear-gradient(0deg, #CF121B, #E36424, #F8BF49);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#top #top_interview p{
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
	/* spMov */
#top #top_interview .spMov{
	position: relative;
	width: 964px;
	height: 200px;
	margin: 50px auto 100px;
}
#top #top_interview .spMov p{
	position:absolute;
	z-index:2;
	top:90px;
	left:320px;
	color:#fff;
	text-align:left;
}
#top #top_interview .spMov p:first-of-type{
	padding-left:50px;
	font-size:3.5rem;
}
#top #top_interview .spMov p:first-of-type:before{
	display:block;
	content: "";
	position: absolute;
	top: 12%;
	left: 0;
	width: 42px;
	height: 42px;
	margin-top: -8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #fff;
}
#top #top_interview .spMov p:first-of-type:after{
	display: block;
	content: "";
	position: absolute;
	top: 12%;
	left: 15px;
	width: 0;
	height: 0;
	margin-top: 0;
	border: 14px solid transparent;
	border-left: 18px solid #c27665;
}
#top #top_interview .spMov p:last-of-type{
	margin-top:50px;
	display:block;
	left:240px;
}
#top #top_interview .spMov .link_box_img{
	position: absolute;
	overflow: hidden;
	width: 100%;
	top: 0;
}
#top #top_interview .spMov .link_box_img img{
	transition: all 0.6s ease;
	max-width: 100%;
}
#top #top_interview .spMov a:hover .link_box_img img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.mfp-content{
	width:50% !important;
}

#top #top_interview ul{
	width: 100%;
}

#top #top_interview dl{
	margin: 50px 0 65px;
	background-repeat: no-repeat;
}
#top #top_interview a{
	color: #000;
	text-decoration: none;
}
#top #top_interview li img{
	width: 100%;
}
#top #top_interview li a{
	display: block;
}
#top #top_interview li a:hover img{
	transition: all .2s;
	opacity: 0;
}
#top #top_interview li#person01 a:hover div{
	background: url("/saiyou/newgraduate/shared/img/top/person01_on.png") no-repeat right 0;
	background-size: contain;
}
#top #top_interview li#person02 a:hover div{
	background: url("/saiyou/newgraduate/shared/img/top/person02_on.png") no-repeat 0 0;
	background-size: contain;
}
#top #top_interview li#person03 a:hover div{
	background: url("/saiyou/newgraduate/shared/img/top/person03_on.png") no-repeat 0 0;
	background-size: contain;
}
#top #top_interview li#person04 a:hover div{
	background: url("/saiyou/newgraduate/shared/img/top/person04_on.png") no-repeat 0 0;
	background-size: contain;
}
#top #top_interview li#person05 a:hover div{
	background: url("/saiyou/newgraduate/shared/img/top/person05_on.png") no-repeat 0 0;
	background-size: contain;
}
#top #top_interview li#person06 a:hover div{
	background: url("/saiyou/newgraduate/shared/img/top/person06_on.png") no-repeat 0 0;
	background-size: contain;
}
#top #top_interview li#person07 a:hover div{
	background: url("/saiyou/newgraduate/shared/img/top/person07_on.png") no-repeat 0 0;
	background-size: contain;
}
#top #top_interview li#person08 a:hover div{
	background: url("/saiyou/newgraduate/shared/img/top/person08_on.png") no-repeat 0 0;
	background-size: contain;
}
#top #top_interview li#person09 a:hover div{
	background: url("/saiyou/newgraduate/shared/img/top/person09_on.png") no-repeat 0 0;
	background-size: contain;
}
#top #top_interview li#person10 a:hover div{
	background: url("/saiyou/newgraduate/shared/img/top/person10_on.png") no-repeat 0 0;
	background-size: contain;
}
#top #top_interview li#person11 a:hover div{
	background: url("/saiyou/newgraduate/shared/img/top/person11_on.png") no-repeat 0 0;
	background-size: contain;
}
#top #top_interview dl dt{
	padding-bottom: 20px;
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
}
#top #top_interview dl dd{
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
}


/* top_btn */
#top .top_btn {
	overflow: hidden;
	position: relative;
	z-index: 2;
	width: 260px;
	margin: 0 auto;
	background: #000;
}
#top .top_btn a{
	display: block;
	width: 260px;
	box-sizing: border-box;
	padding: 25px 0 25px;
	line-height: 1.8rem;
	position: relative;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 1.8rem;
	box-shadow: #000 0px 0px 0px 2px inset;
	transition: color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#top .top_btn a .border {
	position: absolute;
	z-index: 10;
	display: block;
}
#top .top_btn a .b-top {
	top: 0;
	left: 0;
	transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
	background:-moz-linear-gradient(left, #CF111B, #F7B42C);
	background:linear-gradient(to right, #CF111B, #F7B42C);
}
#top .top_btn a .b-right {
	top: 0;
	right: 0;
	transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
	border-right:2px solid #F7B42C;
}
#top .top_btn a .b-bottom {
	right: 0;
	bottom: 0;
	transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
	background:-moz-linear-gradient(left, #CF111B, #F7B42C);
	background:linear-gradient(to right, #CF111B, #F7B42C);
}
#top .top_btn a .b-left {
	bottom: 0;
	left: 0;
	transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	border-left:2px solid #CF111B;
}
#top .top_btn a .b-top, #top .top_btn a .b-bottom {
	width: 0;
	height: 2px;
}
#top .top_btn a .b-right, #top .top_btn a .b-left {
	width: 2px;
	height: 0;
}
#top .top_btn a:hover .b-top, #top .top_btn a:hover .b-bottom {
	width: 100%;
}
#top .top_btn a:hover .b-right, #top .top_btn a:hover .b-left {
	height: 100%;
}
#top .top_btn a:hover .b-top {
	transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#top .top_btn a:hover .b-right {
	transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
}
#top .top_btn a:hover .b-bottom {
	transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
}
#top .top_btn a:hover .b-left {
	transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
}

/* top_link_area */
#top #top_link_area {
	margin: 85px 0 0;
	padding: 75px 0 60px;
	background: #d1d6da;
}
#top #top_link_area h2{
	font-size: 2.8rem;
	text-align: center;
	font-weight: bold;
}

#top #top_link_area ul{
	width: 67vw;
	margin: 80px auto 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#top #top_link_area ul li{
	display: flex;
	width: 32%;
	margin-bottom: 2%;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 0.1rem;
	background:linear-gradient(to right, #CF111B, #F7B42C);
	opacity : 0;
}


#top #top_link_area ul li:nth-of-type(1){
	transform: translateY(80px);
	transition: .3s;
}
#top #top_link_area ul li:nth-of-type(2){
	transform: translateY(80px);
	transition: .6s;
}
#top #top_link_area ul li:nth-of-type(3){
	transform: translateY(80px);
	transition: .9s;
}
#top #top_link_area ul li:nth-of-type(4){
	transform: translateY(80px);
	transition: 1.2s;
}
#top #top_link_area ul li:nth-of-type(5){
	transform: translateY(80px);
	transition: 1.5s;
}
#top #top_link_area ul li:nth-of-type(6){
	transform: translateY(80px);
	transition: 1.8s;
}


#top #top_link_area ul li a{
	display: block;
	width: 100%;
	padding: 20% 0;
	color: #fff;
	text-decoration: none;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#top #top_link_area ul li:nth-of-type(1) a{
	background: url("/saiyou/newgraduate/shared/img/top/bg_bnr01.png") no-repeat 0 0;
	background-size: 101%;
}
#top #top_link_area ul li:nth-of-type(2) a{
	background: url("/saiyou/newgraduate/shared/img/top/bg_bnr02.png") no-repeat 0 0;
	background-size: 101%;
}
#top #top_link_area ul li:nth-of-type(3) a{
	background: url("/saiyou/newgraduate/shared/img/top/bg_bnr03.png") no-repeat 0 0;
	background-size: 101%;
}
#top #top_link_area ul li:nth-of-type(4) a{
	background: url("/saiyou/newgraduate/shared/img/top/bg_bnr04.png") no-repeat 0 0;
	background-size: 101%;
}
#top #top_link_area ul li:nth-of-type(5) a{
	background: url("/saiyou/newgraduate/shared/img/top/bg_bnr05.png") no-repeat 0 0;
	background-size: 101%;
}
#top #top_link_area ul li:nth-of-type(6) a{
	background: url("/saiyou/newgraduate/shared/img/top/bg_bnr06.png") no-repeat 0 0;
	background-size: 101%;
}


#top #top_link_area ul li a:hover{
  opacity: .8;
}

#footer #ftr-menu-inner ul li{
	font-size: 1.5rem;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 TB
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
 @media only screen and (min-width: 751px) and (max-width: 850px) {
 #top #top_content ol li{
	height: 54vw;
}
}
@media only screen and (min-width: 851px) and (max-width: 1024px) {
 #top #top_content ol li{
	height: 40vw;
}
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
.tb { display: block;}

#top #main_visual{
	height: 500px;
	background-size: cover;
}
#top #main_visual h1{
	width: 658px;
	height: auto;
	top: 156px;
}
#top #main_visual h1 img{
	width: 43%;
	height: auto;
	padding-left: 0;
}


/* top_content */
#top #top_content {
	width: 100%;
}
#top #top_content ol li a{
	max-width: 100%;
	min-width: 100%;
	box-shadow: none;
	transition: none;
	color: #000;
	text-decoration: none;
}
#top #top_content ol li .link_box_img{
	max-width: 80%;
	min-width: 80%;
	top: -50px;
	z-index: 0;
}
#top #top_content ol li .link_box{
	width: 50%;
	padding: 35px 40px 80px;
}
#top #top_content ol li:nth-child(odd) .link_box{
	left: 0;
}
#top #top_content ol li:nth-child(even) .link_box{
	right: 0;
}

/* top_interview */

	/* spMov */
#top #top_interview .spMov{
	width:auto;
}
#top #top_interview .spMov p{
	top:25%;
	left:30%;
}
#top #top_interview .spMov p:first-of-type{
	padding-left:38px;
	font-size:2.5rem;
}
#top #top_interview .spMov p:first-of-type:before{
	width: 30px;
	height: 30px;
}
#top #top_interview .spMov p:first-of-type:after{
	top: 0;
	left: 10px;
	border: 10px solid transparent;
	border-left: 15px solid #c27665;
}
#top #top_interview .spMov p:last-of-type{
	margin-top:40px;
	display:block;
	left:10%;
}
#top #top_interview .spMov a:hover .link_box_img img{
	transform: scale(1.0);
}
.mfp-content{
	width:80% !important;
}

#top #top_link_area ul li a{
	padding: 15% 0;
	font-size: 1.8rem;
}
#top #top_link_area ul li:nth-of-type(2) a{
	padding: 10% 0 0 !important;
}


}

@media only screen and (min-width: 1025px) and (max-width: 1085px) {
.tb { display: block;}

#top #top_link_area ul li a{
	padding: 15% 0;
	font-size: 1.8rem;
}

}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 SP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width: 750px) {
.tb { display: none;}
.sp { display: block;}

body,html{
	height: 100%;
}

#top main {
	min-width: 100%;
	margin: 0;
}

/* main_visual */
#top #main_visual{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	position: static;
	background:url("/saiyou/newgraduate/shared/img/top/scroll.png"),url("/saiyou/newgraduate/shared/img/top/keyVisual_sp.png");
	background-position: right 4% bottom, 0 center;
	background-repeat: no-repeat, no-repeat;
	background-size: 3vw auto, cover;
	height: 100vh;
	animation: none;
}
#main_visual:before {
	animation: none;
	width: auto;
	height: auto;
	background: none;
}

#top #main_visual h1{
	display: none;
}

/* news */
#top #top_news{
	position: relative;
	width: 82vw;
	top: auto;
	bottom: 100px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#top #top_news dl{
	max-width: auto;
	min-width: auto;
	width: 75vw;
	padding: 0;
}
#top #top_news dt{
	float: none;
	font-size: 1.2rem;
	width: 100%;
	height: auto;
}
#top #top_news dd{
	margin-left: 0;
	font-size: 1.3rem;
	line-height: 2.0rem;
}
#top #top_news ul{
	display: none;
	padding-bottom: 30px;
}
#top #top_news ul li{
	padding: 15px 0;
}
#top_accordion {
	padding: 10px 0 15px;
}
#top #top_news .accordion span::before,
#top #top_news .accordion span::after {
	top: -5px;
}

/* top_catch */
#top #top_catch p{
	width: 85%;
	margin: 0 auto 75px;
	font-size: 1.4rem;
	line-height: 2.8rem;
}

/* top_content */
#top #top_content{
	background: #DDE1E4;
	padding-bottom: 0;
}

#top #top_content ol li{
	position: static;
	width: 100%;
	height:auto;
	margin-bottom: 60px;
	padding-top: 47vw;
	overflow: visible;
	z-index: 2;
}

	/* link_box_img */
#top #top_content ol li .link_box_img{
	z-index: -5;
	top: -47vw;
	padding-top: 5%;
	width: 100%;
}
#top #top_content ol li .link_box_img img{
	max-width: 100%;
	transition: none;
	transform: scale(1.3,1.3);
}
#top #top_content ol li a:hover .link_box_img img{
	-webkit-transform: scale(1.3,1.3);
	transform: scale(1.3,1.3);
}

	/* link_box */
#top #top_content ol li .link_box{
	position: relative;
	width: 86%;
	margin: 0 auto;
	top: -10vw;
	padding: 25px 30px 45px;
	z-index: 1;
	background-size: 25px auto;
	transition: none;
}
#top #top_content ol li a:hover .link_box{
	background-size: 25px auto;
	transition: none;
}
#top #top_content ol li:nth-child(odd) .link_box{
	left: auto;
}
#top #top_content ol li:nth-child(even) .link_box{
	right: auto;
}
#top #top_content ol li .link_box span img{
	width: 50px;
	height: auto;
}
#top #top_content ol li .link_box h2{
	margin: 20px 0;
	font-size: 2.6rem;
}
#top #top_content ol li .link_box p{
	font-size: 1.4rem;
	line-height: 2.2rem;
}

	/* link_box border */
#top #top_content ol li a{
	position: relative;
	display: block;
	max-width: 100%;
	min-width: 100%;
	box-shadow: none;
	transition: none;
	color: #000;
	text-decoration: none;
}
#top #top_content ol li a .border {
	display: none;
}


/* top_interview */
#top #top_interview{
	max-width: 80%;
	width: 80%;
	padding: 0;
}
#top #top_interview h2{
	margin: 60px auto 20px;
	font-size: 4.0rem;
}
#top #top_interview p{
	padding: 0 ; /* 0 7% */
	font-size: 1.2rem;
	line-height: 1.7rem
}

	/* spMov */
#top #top_interview .spMov{
	width:auto;
	height:120px;
}
#top #top_interview .spMov p{
	top:25%;
	left:18%;
}
#top #top_interview .spMov p:first-of-type{
	padding-left:33px;
	font-size:2.0rem;
}
#top #top_interview .spMov p:first-of-type:before{
	width: 25px;
	height: 25px;
}
#top #top_interview .spMov p:first-of-type:after{
	top: 0;
	left: 9px;
	border: 7px solid transparent;
	border-left: 10px solid #c27665;
}
#top #top_interview .spMov p:last-of-type{
	margin-top:30px;
	padding:0 12px;
	display:block;
	left:0;
}
#top #top_interview .spMov a:hover .link_box_img img{
	transform: scale(1.0);
}
.mfp-content{
	width:100% !important;
}

#top #top_interview ul{
	width: 100%;
	margin: 0 auto;
}
#top #top_interview ul li{
	width: 100%;
	margin: 0;
}

#top #top_interview li a:hover img{
	transition: none;
	opacity: 1;
}
#top #top_interview li#person01 a:hover div,
#top #top_interview li#person02 a:hover div,
#top #top_interview li#person03 a:hover div,
#top #top_interview li#person04 a:hover div{
	background: none;
}

#top #top_interview dl{
	margin: 30px 0 65px;
	transition: none;
}
#top #top_interview dl dt{
	margin-bottom: 10px;
	padding-bottom: 0;
	font-size: 1.6rem;
	background: none;
}
#top #top_interview dl dd{
	font-size: 1.3rem;
	line-height: 1.8rem;
	transition: none;
}
#top #top_interview a:hover dl dt{
	background: none;
	transition: none;
}

/* top_btn */
#top .top_btn {
	width: 200px;
}
#top .top_btn a{
	width: 200px;
	padding: 20px 0;
	font-size: 1.6rem;
	box-shadow: none;
	transition: none;
}
#top .top_btn a .border {
	display: none;
}

/* top_link_area */
#top #top_link_area {
	margin: 75px 0 0;
	padding: 35px 0 50px;
}
#top #top_link_area h2{
	font-size: 2.0rem;
}
#top #top_link_area ul{
	width: 86vw;
	margin: 40px auto 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#top #top_link_area ul li{
	display: block;
	width: 48%;
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.8rem;
	background:none;
}
#top #top_link_area ul li a{
	box-sizing: border-box;
	width: 100%;
	height: 75px;
	padding: 30px 0 0 !important;
	-webkit-transition: none;
	transition: none;
}
#top #top_link_area ul li:nth-of-type(2) a{
	padding: 20px 0 0 !important;
}
#top #top_link_area ul li a:hover{
	opacity: 1;
}

#top #top_link_area ul li:nth-of-type(1){
	transform: translateY(20px);
	transition: .2s;
}
#top #top_link_area ul li:nth-of-type(2){
	transform: translateY(20px);
	transition: .4s;
}
#top #top_link_area ul li:nth-of-type(3){
	transform: translateY(20px);
	transition: .6s;
}
#top #top_link_area ul li:nth-of-type(4){
	transform: translateY(20px);
	transition: .4s;
}
#top #top_link_area ul li:nth-of-type(5){
	transform: translateY(20px);
	transition: .6s;
}
#top #top_link_area ul li:nth-of-type(6){
	transform: translateY(20px);
	transition: .8s;
}


}

@media only screen and (max-width: 320px) {
#top #top_link_area ul li{
	margin-bottom: 2px;
}
#top #top_link_area ul li a{
	padding: 25px 0 0 !important;
}
#top #top_link_area ul li:nth-of-type(2) a{
	padding: 15px 0 0 !important;
}
}
