@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,700');
.nopc {display: none;}
* {
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: 100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {vertical-align:middle;}
h1,h2,h3,h4,h5,strong{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
sub, sup {
vertical-align: baseline;
}
sup {
position:relative;
top:-4px;
font-size: 50%;
}
img{
	display: inline;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: bottom;
}
ul {	display: block}
li {
	list-style-position: outside;
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color:transparent;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover {color: #f29331;}

a img {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

a:hover img.himg {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}


main {
	display: block;
	margin-top: 50px;
}
:focus {outline: none;}
body{
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6;
	font-size: 16px;
	position: relative;
	color: #333333;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "Osaka","ＭＳ Ｐゴシック", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
}
.active header {
	height: 300px;
	background: url(img/headimg.jpg) no-repeat center top;
	background-size: cover;
}
.sell header {
	height: 300px;
	background: url(img/sell/headimg.jpg) no-repeat center top;
	background-size: cover;
}
.business header {
	height: 300px;
	background: url(img/business/headimg.jpg) no-repeat center top;
	background-size: cover;
}
.company header {
	height: 300px;
	background: url(img/company/headimg.jpg) no-repeat center top;
	background-size: cover;
}
.contact header,
.privacy header {
	height: 300px;
	background: url(img/contact/headimg.jpg) no-repeat center center;
	background-size: cover;
}
.recruit header,
.interview header {
	height: 300px;
	background: url(img/recruit/headimg.jpg) no-repeat center top;
	background-size: cover;
}

/* slide */
@-webkit-keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}

.swiper-slide {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img { /* 12秒かけて拡大させる */
	-webkit-animation: zoomUp 12s linear 0s;
	animation: zoomUp 12s linear 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.slide-img {
	background-size: cover; 
	background-position: center center; /* 背景画像は中央を軸に表示させる */
	height: 864px;
}

.swiper-container {
	height: 864px;
	overflow: hidden;
}
.catchwrap {
	max-width: 980px;
	margin: 0 auto;
	z-index: 500;
	height: 864px;
	margin-top: -864px;
	position:relative;
}




#headerimg {
	width: 100%;
	height: 864px;
	background: url(img/top/headimg.jpg) no-repeat center top;
}
#topimg.active {
	opacity: 1;
	filter: blur(0px);
	transform: scale(1.1);
	transition: all 2s ease-out;
}
h1 {
	width: 300px;
	position: absolute;
	left: 0;
	top: 20px;
}
h1 img {
	width: 100%;
	height: auto;
}
#gnav {
	position: absolute;
	top: 45px;
	right: 0;
}
#gnav li,
#fnav li {
	display: inline-block;
	margin-left: 20px;
	font-size: 0.9em;
	position: relative;
	text-align: center;
}
#gnav li a  {
	color: #302566;
}
#catchcopy {
	position: absolute;
	left:0;
	bottom: 100px;
}
#catchcopy img {
	width: 65vw;
	max-width: 800px;
	height: auto;
}
header > .content {
	position: relative;
	height: 250px;
}
.home header > .content {
	height:90px;
}
#headerimg .content {
	height:100%;
	position: relative;
}

#gnav ul li a:hover:after,
#fnav ul li a:hover:after {
	content: "●";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -20px;
}
#fnav ul li a:hover:after {color: #000;}
#gnav li a:hover:after {
	color: #302566;
}

.home #sec01 .content {
	height: 497px;
	box-sizing: border-box;
	padding-top: 60px;
}
.home #sec01 .content .pttl,.home #sec01 .content .pttl,
.company .pttl {color: #999999;}
.home #sec01 .content > div {width: 520px;}
.home #sec01 .content strong {
	font-size: 2em;
	margin-bottom: 1em;
	display: block;
}
.home #sec01 .content strong + p {line-height: 2em;}
.home #sec01 .content .btn01 {margin: 30px 0 0 auto;}
.imgr {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 110px;
}
.pttl {letter-spacing: 2px;}



#snswrap {
	display: table;
	width: 100%;
}
#snswrap li {display: table-cell;}
#snswrap li:last-child {width: 386px;}
#snswrap li img {
	display: block;
	margin: 0 auto;
}



#topban {overflow: hidden;}
#topban li {
	width: 50%;
	float: left;
	height: 74vw;
	max-height: 700px;
}
#topban li .imgwrap {
	width: 100%;
	height: 38vw;
	max-height: 408px;
	overflow: hidden;
	display: block;
}
#topban li img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	transition-duration: 0.3s;
}
#topban li a:hover img  {
	transform: scale(1.1);
	transition-duration: 0.3s;
	opacity: 1;
}
#topban li a strong {
	display: block;
	font-size: 2em;
	font-weight: 700;
	padding: 20px 5% 10px 5%;
}
#topban li a p {
	padding: 0 5%;
}
.halflist li {
	width: 50%;
	float: left;
}

.home #sec04 {
	height: 311px;
	background: url(img/recruitbg.jpg) no-repeat center center #96c3ed;
}
.home #sec04 .content {
	box-sizing: border-box;
	padding: 60px 0 0 340px;
}
.home #sec04 .ttl01 + p {margin: 1em 0;}
.home #sec04 .btn02 {width: 300px;}
.ttl01 {
	font-size: 2em;
	letter-spacing: 2px;
}
#footercontact {
	width: 100%;
	height: 450px;
	background: url(img/contactbg.jpg) no-repeat center top;
	text-align: center;
	box-sizing: border-box;
	padding: 90px 0 0 0;
}
#footercontact .pttl {text-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;}
#footercontact .ttl01 {
	padding-bottom: 30px;
	text-align: center;
	text-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}
#footercontact .ttl01 + p {
	padding-bottom: 30px;
	text-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}
#footercontact .tel-link {
	font-weight: bold;
	font-size: 1.6em;
}
#footercontact .btn02 {width: 320px;}





footer {padding-bottom: 140px;}
footer .content {
	overflow: hidden;
	position: relative;
}
#followcontact,
#followrecruit,
#followsell,
#followlease {
	width: 120px;
	height: 120px;
	display: block;
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	-webkit-transform: rotate(0);
  transform: rotate(0);
}
#followlease img,
#followcontact img,
#followrecruit img,
#followsell img {width: 100%;height: auto;vertical-align: bottom;}
#followcontact {right: 410px;}
#followrecruit {right: 280px;}
#followsell {right: 150px;}
#followlease {right: 20px;}
#followcontact:hover img,
#followrecruit:hover img,
#followsell:hover img,
#followlease:hover img {
	/*-webkit-transform: rotate(15deg);
	transform: rotate(15deg);*/
	opacity: 0.8;
}
#footerlogo {
	display: flex;
	align-items: center;
	width: 370px;
	float: left;
}
.fasnova {
	width: auto;
	height: 42px;
	margin-left: 20px;
}
#sitemap {
	float: right;
	text-align: right;
}
.footersns {margin-top: 15px;}
.footersns li {
	display: inline-block;
	margin-left: 20px;
}
.footersns img {
	vertical-align: -2px;
	margin-right: 8px;
}
#copyright {
	font-size: 0.9em;
	text-align: center;
	padding-top: 40px;
}


@media screen and (max-width: 980px) {
	.home #sec01 .content::after, .n-home #sec01 .content::after {display: none;}
	.eventban {margin: 0 auto 40px auto;}
	#topgeeding {margin-right: auto;}
	#topban li a strong,
	.topsubban li a strong {font-size: 3.2vw;}
}





/* common */
.mb1 {margin-bottom: 1em!important;}
.mb2 {margin-bottom: 2em!important;}
.mb3 {margin-bottom: 3em!important;}
.mb4 {margin-bottom: 4em!important;}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
.imgcnt {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
section {
	width: 100%;
	margin-bottom: 50px;
	position: relative;
}
.content {
	max-width: 980px;
	margin: 0 auto;
}
.leftbox {
	width: 49%;
	float: left;
}
.rightbox {margin-left: 51%;}
.regtbl {
	width: 100%;
	border-collapse: collapse;
}
.regtbl tr {border-bottom: 1px dotted #333;}
.regtbl tr th,
.regtbl tr td {
	padding: 20px 10px 10px 10px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
.regtbl tr th {white-space: nowrap;}
.simplelist li {
	padding: 20px 10px 10px 10px;
	border-bottom: 1px dotted #333;
}
.btn01 {
	display: inline-block;
	padding: 10px;
	min-width: 200px;
	border-radius: 44px;
	text-align: center;
	color: #f29331;
	border: 2px solid #f29331;
}
.btn01:hover {
	background: #f29331;
	color: #fff;
}
.btn02 {
	padding: 10px 20px;
	text-align: center;
	display: inline-block;
	color: #fff;
	background: #f89900;
	border-radius: 4px;
	border: 2px solid #f89900;
	box-sizing: border-box;
}
.btn02:hover {background: #fff;}


/* company */
#greeting {margin: 0 1em;}
#greeting .cf {margin-bottom: 20px;}
/*
.presidentimg {
	width: 300px;
	height: auto;
	display: block;
	box-shadow: 2px 2px 4px gray;
	float: left;
}
.presidentright {margin-left: 340px;}
*/
#greeting p {
	text-indent: 1em;
	margin-bottom: 1em;
}
#greeting #president {
	text-align: right;
	font-family: "HGP行書体","ＭＳ Ｐ明朝","MS PMincho","STKaiti","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	font-size: 1.6em;
}

.companytbl {
	width: 100%;
}
.companytbl tr:nth-child(2n+1) {background: #f7f6f6;}
.companytbl tr th,
.companytbl tr td {
	padding: 20px 10px 10px 10px;
	box-sizing: border-box;
}
.companytbl tr th {
	font-weight: normal;
	text-align: center;
}
.companytbl thead tr th,
.companytbl thead tr td {
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #999999;
}
.company #sec02 .companytbl tr th {
	width: 14em;
	letter-spacing: 8px;
}
.maplink {
	font-size: 0.9em;
	padding: 0 5px;
	margin-left: 10px;
	text-align: center;
	display: inline-block;
	color: #fff;
	background: #f89900;
	border-radius: 4px;
	border: 2px solid #f89900;
}
.maplink:hover {
	color: #f89900;
	background: #fff;
}
.company #sec03 .companytbl tr td {
	position: relative;
}
.officeasnova {
	width: 150px;
	height: auto;
	position: absolute;
	right: 20px;
	bottom: 20px;
}






.inlinelist li {
	display: inline-block;
	margin-right: 20px;
	white-space: nowrap;
}

.ttl00 {
	color: #fff;
	font-size: 3em;
	letter-spacing: 2px;
	text-align: center;
	line-height: 300px;
	text-shadow: 0 0 10px #000;
}


/* works */
.ttl02 {
	font-size: 1.8em;
	text-align: center;
	margin-bottom: 20px;
}
.constlist01,
.constlist02 {
	width: 920px;
	margin: 0 auto 20px auto;
	overflow: hidden;
	font-size: 1.1em;
}
.constlist02 {margin-bottom: 60px;}
.constlist01 li {
	width: 215px;
	margin: 0 20px 30px 0;
	float: left;
	font-size: 0.9em;
}
.constlist01 li p:first-of-type {text-align: center;}
.constlist01 li:last-child, .constlist01 li:nth-of-type(4n) {
	margin-right: 0;
}
.constlist01 li img {
	display: block;
	width: 100%;
	height: auto;
}
.constlist02 li {
	margin: 0 0 5px 0;
	padding: 0 20px 5px 20px;
	border-bottom: 1px dotted #000;
}



/* business */
.ttl03 {
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 1em;
}
.servicewrap {
	max-width: 1440px;
	margin: 0 auto 3em auto;
}
.servicelist {
	max-width: 1192px;
	margin: 0 0 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}
.servicelist:nth-of-type(odd) {margin: 0 auto 0 0;}
.servicelist .scontent {
	width: 630px;
	box-sizing: border-box;
	padding: 20px 56px 0 20px;
}
.servicelist .scontent p {margin: 0 20px;}
.servicelist .simg img {
	max-width: 100%;
	height: auto;
}
.servicelist:nth-of-type(odd) .scontent {float: right;}
.servicelist:nth-of-type(odd) .simg {margin-right: 662px;}
.servicelist:nth-of-type(even) .scontent {float: left;}
.servicelist:nth-of-type(even) .simg {margin-left: 662px;}
.servicelist:nth-of-type(even) .scontent {float: left;margin-left: auto;}

@media screen and (max-width: 1040px) {
	.servicelist {padding: 40px 0;}
	.scontent {
		float: none!important;
		padding: 0!important;
		margin: 0 auto 20px auto;
	}
	.simg {margin: 0!important;}
	.simg img {
		display: block;
		margin: 0 auto;
	}
}

/* active */
.exptxt {margin: 0 20px 30px 20px;}



/* contact */
.cancellation_dl {margin-bottom: 20px;}
.cancellation_dl dt {
	text-align: left;
	padding: 20px 20px 0 20px;
}
.cancellation_dl dt p {
	padding: 15px 0 5px 1em;
	line-height: 1.4;
}
.cancellation_dl dd {
	text-align: left;
	padding: 10px 20px 20px 20px;
}

.cancellation_dl dt:nth-of-type(odd),
.cancellation_dl dd:nth-of-type(odd) {
	background: #f0f0f0;
}
.chkdd {
	padding: 0 0 5px 1em;
	border-bottom: 3px double #000;
}

.dtbld {font-weight: bold;}
.required {
	color: #fff;
	font-size: 0.9em;
	padding: 2px 3px;
	background: #cf2e2e;
	margin-left: 10px;
	white-space: nowrap;
}
.inlinelist li {
	padding-top: 5px;
	display: inline-block;
}
.inlinelist li:last-child {margin-right: 0;}

.err_msg {
	color: #cf2e2e;
	font-weight: bold;
	display: block;
	margin-top: 1em;
}
.sbmtbtnwrap {margin-top: 30px;}


input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
	width: 100%;
	border:0;
	padding: 10px;
	box-sizing: border-box;
	font-size: 1.05em;
	border:solid 1px #ccc;
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: inner 0 0 2px rgba(0, 0, 0, 0.1);
}
input[type="radio"],
input[type="checkbox"]{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	margin: 0 5px 0 0;
	border:0;
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: inner 0 0 2px rgba(0, 0, 0, 0.1);
}
label {margin-right: 20px;}
input:focus,
textarea:focus {border:solid 1px #cd5638;}
.cancellation_form input[type="submit"] {
	font-size: 1.1em;
	width: 60%;
	padding: 20px 0;
	text-align: center;
	display: block;
	color: #fff;
	background: #f89900;
	margin: 0 auto 30px auto;
	border-radius: 4px;
	border: 2px solid #f89900;
	box-sizing: border-box;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}
.cancellation_form input[type="submit"]:hover {
	color: #f89900;
	background: #fff;
}

.w10 {width: 10em!important;}
#cazip {width: 6em;}
#caaddr {width: calc( 100% - 8em);}

input:placeholder-shown {color: #aaa;}

@media screen and (max-width: 480px) {
	.cts {margin: 0 2%;}
	.cancellation_dl dt {padding: 20px 10px 0 10px;}
	.cancellation_dl dt p {padding-left: 0;}
}
.grecaptcha-badge {
    width: 70px !important;
    visibility: visible !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 0 !important;
}
.grecaptcha-badge:hover {
    width: 256px !important;
    visibility: visible;
}



/* faq */
.qa-list dl:hover {background: #f0f0f0;}
.qa-list dl {
	position: relative;
	margin: 0;
	padding: 28px 80px 28px 30px;
	cursor: pointer;
	border-bottom: 1px solid #000;
		-webkit-tap-highlight-color:transparent;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.qa-list dl:first-child {
	border-top: 1px solid #000;
}
.qa-list dl::before {
	position: absolute;
	top: 35px;
	right: 35px;
	display: block;
	width: 7px;
	height: 7px;
	margin: auto;
	content: '';
	transform: rotate(135deg);
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}
.qa-list .open::before {
	transform: rotate(-45deg);
}
.qa-list dl dt {
	position: relative;
	margin: 0;
	padding: 0 0 0 50px;
	font-weight: bold;
	font-size: 20px;
}
.qa-list dl dt::before {
	font-size: 22px;
	line-height: 1;
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	content: 'Q.';
	color: #f29331;
}
.qa-list dl dd::before {
	font-size: 22px;
	line-height: 1;
	position: absolute;
	top: 3px;
	left: 2px;
	display: block;
	content: 'A.';
	font-weight: bold;
	color: #f29331;
}
.qa-list dl dd {
	position: relative;
	display: none;
	height: auto;
	margin: 20px 0 0;
	padding: 0 0 0 50px;
}
.qa-list dl dd p {
	margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
	margin-top: 0;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}


/* privacy */
#privacydl dt {
	font-weight: bold;
	margin: 0 0 1em 0;
}
#privacydl dd {margin: 0 0 2em 20px;}
#privacydl dd ul {margin: 1em 0 0 1em;}
#privacydl dd ul li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom: 0.5em;
}




/* interview */
#interview_headimg {
	height: 400px;
	margin-bottom: 45px;
	position: relative;
}
#interview_headimg img {}
#interview_headimg h2 {
	color: #fff;
	position: absolute;
	top: 152px;
	left: 24px;
	font-weight: bold;
	font-size: 3em;
	line-height: 1.2;
	letter-spacing: 2px;
	text-shadow:0 0 6px #000;
}
.interview_name {
	font-size: 2em;
	letter-spacing: 2px;
}
.interview_name span {
	margin-left: 20px;
	font-size: 0.6em;
}
.interview_content {
	margin-top: 30px;
	overflow: hidden;
}
.interview_content p {
	margin-bottom: 1em;
	word-break: break-all;
}
.interview_content h4 {
	font-size: 2em;
	color: #f29331;
	margin-bottom: 1em;
	letter-spacing: 2px;
}
.interview_rightimg {
	overflow: hidden;
}
.interview_rightimg div {
	width: 440px;
	float: left;
}
.interview_rightimg img {
	display: block;
	margin-left: 480px;
	max-width: 460px;
	height: auto;
}
.interview_archive {
	overflow: hidden;
	padding: 20px 20px 0 20px;
	background:repeating-linear-gradient(
		-45deg,
		#ccc,
		#ccc 1px,
		#fff 0,
		#fff 29px
	);
}
.interview_archive li {
	width: 45%;
	float: left;
	margin: 0 10% 20px 0;
}
.interview_archive li:nth-child(even) {margin-right: 0;}
.interview_archive li a {
	overflow: hidden;
	display: block;
	border: 1px solid #ccc;
	background: #fff;
}
.interview_archive li a img {
	display: block;
	width: 150px;
	height: auto;
	vertical-align: bottom;
	float: left;
}
.interview_archive li a div {
	margin-left: 180px;
	padding-top: 30px;
}
.interview_archive li a div strong {font-size: 1.4em;}




/* 202511変更分 */
.flogo {
	width: 260px;
	object-fit: contain;
}
#topban li img, .topban li img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	transition-duration: 0.3s;
}
#topban li a:hover img, .topban li a:hover img {
	transform: scale(1.1);
	transition-duration: 0.3s;
	opacity: 1;
}
.sns_list {
	display: flex;
	gap: 10px;
}
.sns_list li {
	width: 40%;
}
.sns_list li img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.sns_list li:first-of-type img {
	object-position: top;
}
.flex {
	display: flex;
	gap: 30px;
}
.text_area, .img_area {
	width: 50%;
}
.img_area {
	display: flex;
	gap: 10px;
}
.img_area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.n-home #sec01 .pttl, .n-home #sec05 .pttl, .n-company #sec02 .pttl, .n-company #sec03 .pttl, .n-business #sec01 .pttl,.n-works #sec01 .pttl,.n-active #sec01 .pttl, .n-recruit #sec01 .pttl, .n-recruit #faq .pttl, .n-contact #sec01 .pttl, .privacy #sec01 .pttl
 {color: #999999;}


.n-home header > .content {
	height: 90px;
}
.n-business header, .n-works header, .n-company header, .n-recruit header, .n-contact header, .n-active header, .sell header, .privacy header {
	margin-top: 90px;
}
.n-business header > .content, .n-works header > .content, .n-company header > .content, .n-recruit header > .content, .n-contact header > .content, .n-active header > .content, .sell header > .content, .privacy header > .content {
	height: 90px;
	top: -90px;
}

.n-business header {
	height: 300px;
	background: url(img/business/new_headimg.jpg) no-repeat center / cover;
}
.n-works header {
	height: 300px;
	background: url(img/works/headimg.jpg) no-repeat center / cover;
}
.n-company header {
	height: 300px;
	background: url(img/company/new_headimg.jpg) no-repeat center / cover;
}
.n-recruit header {
	height: 300px;
	background: url(img/recruit/new_headimg.jpg) no-repeat center / cover;
}
.n-contact header {
	height: 300px;
	background: url(img/contact/new_headimg.jpg) no-repeat center / cover;
}
.n-active header {
	height: 300px;
	background: url(img/active/headimg.jpg) no-repeat center top / cover;
}


.n-home .topban {overflow: hidden;}

.n-home #sec01 {
	overflow: hidden;
}
.n-home #sec01 .content {
	height: 497px;
	box-sizing: border-box;
	padding-top: 60px;
}
.n-home #sec01 .content > div {width: 520px;}
.n-home #sec01 .content strong {
	font-size: 2em;
	margin-bottom: 1em;
	display: block;
}
.n-home #sec01 .content strong + p {
	line-height: 2em;
	position: relative;
    z-index: 1;
}
.n-home #sec01 .content .btn01 {margin: 30px 0 0 auto;}


.n-home #sec03 #topban {
	margin-top: 200px;
}
.n-home #sec03 #topban li, .n-home #sec03 .topban li {
	width: 50%;
	float: left;
	height: 74vw;
	max-height: 700px;
}
.n-home #sec03 #topban li .imgwrap, .n-home #sec03 .topban li .imgwrap {
	width: 50%;
	height: 38vw;
	max-height: 408px;
	overflow: hidden;
	display: block;
}
.n-home #sec03 #topban li, .n-home #sec03 .topban li {
	width: 100%;
	height: auto;
	max-height: none;
	float: none;
}
.n-home #sec03 #topban li:not(:last-of-type),
.n-home #sec03 .topban li:not(:last-of-type) {
	margin-bottom: 30px;
}
.n-home #sec03 #topban li:last-of-type {
	margin-bottom: 70px;
}
.n-home #sec03 #topban li a, .n-home #sec03 .topban li a {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	height: 250px;
	overflow: hidden;
}
.n-home #sec03 #topban li a strong, .n-home #sec03 .topban li a strong {
	width: 50%;
	height: 100%;
	color: #fff;
	font-size: 2em;
	font-weight: 700;
	letter-spacing: 0.1em;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.n-home #sec03 #topban li a strong {
	background-color: #302566;
}
.n-home #sec03 .topban li a strong {
	background-color: #333;
}


.n-home #sec04 {
	height: 311px;
	background: url(img/recruitbg.jpg) no-repeat center center #96c3ed;
}
.n-home #sec04 {
	box-sizing: border-box;
	padding: 60px 0 0 340px;
}
.n-home #sec04 .ttl01 + p {margin: 1em 0;}
.n-home #sec04 .btn02 {width: 300px;}

#sec05 .btn01 {
	display: block;
	width: 200px;
	margin: 30px auto 0;
}
#sec05 .ttl01 + p {
	margin: 1.5em 0;
}

.n-home #footercontact, .n-business #footercontact, .n-works #footercontact, .n-company #footercontact, .n-recruit #footercontact, .n-contact #footercontact, .n-active #footercontact, .sell #footercontact, .privacy #footercontact {
	background: url(img/new_contactbg.jpg) no-repeat center top;
}

.n-company .companytbl tr th {
	width: 14em;
}
.n-company #sec02 .companytbl tr th {
	letter-spacing: 8px;
}
.n-company .officeasnova {
	width: 150px;
	height: auto;
	position: static;
	margin-top: 10px;
}

.n-active .servicelist .scontent, .n-business .servicelist .scontent{
	width: 560px;
}
.n-active .servicelist:not(:last-of-type),
.n-business .servicelist:not(:last-of-type) {
	margin-bottom: 30px;
}
.n-active .servicelist:nth-of-type(odd) .simg,
.n-business .servicelist:nth-of-type(odd) .simg {
	margin-right: 560px;
}
.n-active .servicelist:nth-of-type(even) .simg,
.n-business .servicelist:nth-of-type(even) .simg {
	margin-left: 560px;
}

@media screen and (max-width: 1040px) {
	.n-active .servicelist .scontent, .n-business .servicelist .scontent{
		width: 80%;
	}
}









