@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c');


/* common */
html, body {
	margin: 0;
	padding: 0;
	-ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 18px;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"游ゴシック体","Helvetica Neue","Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3",Meiryo,sans-serif;
	background-color: #fff;
}
@media screen and (max-width: 900px) {
	body {font-size: 14px;}
}
@media only screen and
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
  .body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

a {
	color: #333000;
}
a:visited {
	color: #9b7d50;
}

img {
	width: 100%;
	max-width: 100%;
	vertical-align: top;
}
@media screen and (min-width: 900px) {
	img {
		width: 100%;
	}
}

h1, h2, h3, h4, h5 {
	margin: 0;
	vertical-align: top;
}

em {
	font-style: normal;
}

dl, dt, dd {
	margin: 0;
}

p {
	line-height: 1.5;
	color: #333333;
	margin: 0;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wrapper {
	background: #FFF;
	color: #333;
	}

.wrapper > .main {
	width: 100%;
	overflow: hidden;
	position: relative;
}


/* component */
.heading__wrap {
	padding : 50px 0;
}
#enterprise_information .heading__wrap {
	padding-top: 50px;
	padding-bottom: 0;
}
h2.heading {
	text-align: center;
	margin: 60px auto 30px;
	padding: 0 20px;
}
@media screen and (min-width: 900px) {
	.heading__wrap {
		position: relative;
		text-align: center;
	}
	.heading__wrap .ttl_sub {
		width: 64%;
		text-align: left;
		margin: 0 auto;
		padding-top: 50px;
	}

	h2.heading {
		font-size: 220%;
		margin: 0 auto 10px;
		padding: 0;
	}
	.main .cont_bg .title_jap {color: #444;}
	.cont p.title_jap {
		position: relative;
		display: inline-block;
		color: #777;
		font-size: 90%;
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 900px) {
	.heading__wrap {
	padding: 50px 0;
	}
	h2.heading {
	font-size: 180%;
	margin: 10px 0;
	padding: 0;
	}
}

h3.heading {
	/*border-left: 5px solid #ff6464;*/
	/*padding-left: 10px;*/
	margin: 16px 0 5px;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	padding-bottom: 10px;
}

.heading.heading__icon {
	display: table;
}
.heading.heading__icon > * {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.1;
}
.heading.heading__icon > .icons + * {
	padding-left: 1em;
}


/* header */
.header {
	background-color: #231714 !important;
	background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.header__gnav--list {line-height: 36px;}
@media screen and (min-width: 900px) {
	.header {
		padding: 35px 30px 0;
		min-height: 600px;
		background-position: center;
		height: 100vh;
    	-webkit-background-size: cover;
	background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	}
}
@media screen and (max-width: 900px) {
	h3.heading {
		font-size: 14px;
		text-align: left;
		margin-bottom: 10px;
	}
	.column.column-25 {
		text-align: center;
	}
	.wrapper > .main {margin-top: 0 !important;}
}

	/* - header__title */
	.header__title {
		color: #333;
		margin: 40px auto 100px;
		text-align: center;
		overflow: hidden;
	}
	.header__title:before,
	.header__title:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		height: 115px;
		margin: -25px 0 0 -243px;
		background-size: 485px auto;
	}

	.header__title h1 {
		position: relative;
		z-index: 2;
		margin: 50px 0;
		font-size: 170%;
		letter-spacing: .05em;
		color: #444;
	}

	.header__title p {
		width: 10%;
		color: #266099;
		padding-left: 47%;
		margin-left: 25%;
		font-size: 150%;
		letter-spacing: .05em;
		text-align: left;
	    animation-name: fadeIn;
	    animation-duration: 5s;
/*        animation-delay: 4s;*/
	}
	@media screen and (max-width: 900px) {
		.header__title p {
			text-align: none;
			padding-left: 0;
			margin: 0 auto;
		}
	}

	@keyframes fadeIn {
		0% {
			opacity: 0
		}
		100% {
			opacity: 1
		}
    }

	@media screen and (min-width: 900px) {
		.header__title {
			position: absolute;
			top: 30%;
			margin: -150px auto 0;
			text-align: center;
			left: 0;
			right: 0;
			overflow: visible;
		}
		.header__title:before,
		.header__title:after {
			left: 0;
			right: 0;
			width: 100%;
			height: 231px;
			margin: -65px auto 0;
			background-size: 970px auto;
		}
		.header__title h1 {
			width: 40%;
			position: relative;
			z-index: 2;
			font-size: 265%;
			margin: 20px 0;
			margin-bottom: -10px;
			padding-bottom: 20px;
		}
		.header__title p {
			padding-left: 50%;
			font-size: 160%;
			padding-top: 30px;
		}
	}

	/* - header__cont */
	.header__info {
		z-index: 500;
		top: 20px;
		right: 20%;
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	.header__info .header__info_inner {
		display: inline-table;
		text-align: right;
		float: right;
	}
	.header__info .header__info_inner > * {
		padding-left: 15px;
	}
	.header__info .header__info_txt {
		display: none;
		color: #444;
	}
	@media screen and (min-width: 900px) {
		.header__info {
			position: absolute;
			top: 30px;
			left: 0;
			right: 0;
			padding: 0 30px;
			max-width: 1500px;
		}
		.header__info .header__info_inner > * {
			padding-left: 25px;
		}
		.header__info .header__info_txt {
			display: table-cell;
		}
		.header__info .header__btn_nav {
			display: none;
		}
	}
	/* header__scroll
	.header__scroll {
		position: absolute;
		bottom: 50px;
		left: 0;
		right: 0;
		margin: auto;
		width: 1px;
		height: 50px;
		overflow: hidden;
	}
	.header__scroll:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		width: 1px;
		height: 100%;
		background: #fff;
		-webkit-animation: headerScroll 1.5s infinite ease-in-out;
	  	animation: headerScroll 1.5s infinite ease-in-out;
	}
	@keyframes headerScroll {
	  0% {
	  	-webkit-transform: translate(0, -100%);
	 	 		transform: translate(0, -100%);
	  }
	  50% {
	  	opacity: 1;
	  }
	  100% {
	  	opacity: 0;
	  	-webkit-transform: translate(0, 105%);
	 	 		transform: translate(0, 105%);
	  }
	}
	-webkit-@keyframes headerScroll {
	  0% {
	  	-webkit-transform: translate(0, -100%);
	 	 		transform: translate(0, -100%);
	  }
	  50% {
	  	opacity: 1;
	  }
	  100% {
	  	opacity: 0;
	  	-webkit-transform: translate(0, 105%);
	 	 		transform: translate(0, 105%);
	  }
	}
	@media screen and (min-width: 900px) {
		.header__scroll {
			display: none;
		}
	} */


/* footer */
.footer {
	width: 100%;
	padding: 0;
	background: #266099;
	color: #333;
}
@media screen and (max-width: 900px) {
	.footer {
		background: #FFF;
		padding-bottom: 30px;
	}
}
.footer .footer__content {
	display: table;
	width: 100%;
}
.footer .footer__content > * {
	display: table-cell;
	vertical-align: middle;
}
.footer .footer__logo {
	text-align: left;
	width: 60px;
}
.footer .footer__logo img {
	width: 60px;
}
.footer .footer__info {
	text-align: center;
}
.footer .footer__info > * {
	text-decoration: none;
	padding: 15px 0;
	font-size: 12px;
	line-height: 1;
	color: #333;
}
.sns_area {
	width: 25px;
	margin: 10px auto;
}
.footer .footer__copy {
	display: block;
	text-align: center;
	font-size: 12px;
}
@media screen and (min-width: 900px) {
	.footer {
		position: relative;
		background: #fff;
		height: 0;
		color: #333;
	}
	.footer .footer__content {
		display: none;
	}
	.footer .color_box {
		text-align: center;
    	margin:540px
    	100px 0;
	}
	.footer .color_box img {
		width: 40px;
    	padding-right: 14px;
	}
	}
	.footer .footer__copy {
		font-size: 16px;
    	margin-top: 90px;
    	background: #f4f4f4;
    	padding: 90px 0;
	}
}



/* cont */
.cont {
	position: relative;
	padding: 80px 0;
	background: #fff;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
}
@media screen and (min-width: 900px) {
	.cont {
		padding: 40px 0;
		background: #fff;
		-webkit-background-size: cover;
		background-size: cover;
	}
}

@media screen and (max-width: 900px) {
	.cont{
		overflow: hidden;
		padding: 40px 20px;
	}
}
.cont > * {
	position: relative;
	z-index: 1;
}
.cont > h2.heading {margin-top: 0;}

.cont > h2.heading span {
	color: #333;
	border-bottom: 2px solid #ab1f1f;
	font-size: 100%;
	padding: 0 0 25px;
}

.cont_bg {
	background: none;
	width: 100%;
}

.cont_bg * {
	z-index: 1;
	color: #333;
}
.cont_bg h2.heading {margin-top: 0;}

.cont_bg h2.heading span {
	color: #333;
	border-left: 1px solid #266099;
	border-right: 1px solid #266099;
	padding: 0 40px;
}

@media screen and (max-width: 900px) {
	.cont_bg h2.heading span {padding: 0 30px;}
}

.main .cont_bg .title_jap {color: #333;}

@media screen and (min-width: 900px) {
	.cont_bg {
		width: 100%;
	}
}

.cont p.title_jap {
	text-align: center;
	color: #333;
}

@media screen and (max-width: 900px) {
	.cont p.title_jap {padding-bottom: 40px;}
}

/* #achievements_area */
/*#achievements_area {
	background-image: url(../images/bg_gallery.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}*/
/*#achievements_area::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: url(../images/pat_gold.png) left top;
}*/
#achievements_area .slider__slides {
	position: relative;
	padding-top: 20px;
}
#achievements_area .slider__slide {
	padding: 2px 30px;
}
#achievements_area .slider__img {
	position: relative;
	opacity: 0;
	-webkit-transition: all .35s ease;
	   -moz-transition: all .35s ease;
	    -ms-transition: all .35s ease;
	     -o-transition: all .35s ease;
	        transition: all .35s ease;
}
#achievements_area .slider__img img {
	width: 100%;
}
@media screen and (min-width: 900px) {
	#achievements_area .slider__slide {
		padding: 2px 0;
		width: 50%;
	}
	#achievements_area .slider__img img {
		width: 80%;
	}
}

#achievements_area .slider__tag {
	position: absolute;
	top: 4px;
	left: 5px;
	padding: 2px;
	font-size: 15px;
	line-height: 1;
	color: #444;
	font-weight: bold;
}
#achievements_area .slider__caption {
	padding-top: 20px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
/* - active */
#achievements_area .swiper-slide-active {
}
#achievements_area .swiper-slide-active .slider__img {opacity: 1;}
#achievements_area .swiper-slide-active .slider__caption {
	opacity: 1;
}
@media screen and (min-width: 900px) {
	#achievements_area .swiper-slide-active {
		padding: 0;
	}
	#achievements_area .swiper-slide-active .slider__img {
		text-align: center;
	}
}

/* - arrows */
#achievements_area .slider__arrow {
	top: 185px;
}
#achievements_area .slider__prev {
	left: 0;
	margin-left: 20px;
}
#achievements_area .slider__next {
	right: 0;
	margin-right: 20px;
}
@media screen and (min-width: 900px) {
	#achievements_area .slider__prev {
		left: 30%;
		top: 96%;
	}
	#achievements_area .slider__next {
		right: 27%;
		top: 96%;
	}
}

/* - dots */

.slider__slides .swiper-pagination {
	position: static;
	bottom: 0;
	margin-top: 20px;
}


.slider__slides .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	width: 30px;
	height: 30px;
	margin: 0;
	background: none;
	opacity: 1;
}

.slider__slides .swiper-pagination .swiper-pagination-bullet:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 8px;
	left: 8px;
	background: #266099;
	border-radius: 50%;
	border: 1px solid #fff;
}

.slider__slides .swiper-pagination .swiper-pagination-bullet:hover:before {
	opacity: 0.2
}

.slider__slides .swiper-pagination .swiper-pagination-bullet-active {
	background: #266099;
	-webkit-background-size: cover;
	background-size: cover;
}

.slider__slides .swiper-pagination .swiper-pagination-bullet-active:before {
	display: none;
}
@media screen and (min-width: 900px) {
	.slider__slides .swiper-pagination,
	.slider__slides .swiper-pagination {
		height: 40px;
		margin-top: 20px;
	}
	.slider__slides .swiper-pagination .swiper-pagination-bullet {
		width: 20px;
		height: 20px;
		margin: 0 5px;
		-webkit-transition: width .35s ease, height .35s ease;
		-o-transition: width .35s ease, height .35s ease;
		transition: width .35s ease, height .35s ease;
	}
	.slider__slides .swiper-pagination .swiper-pagination-bullet:before {
		width: 8px;
		height: 8px;
		top: 6px;
		left: 6px;
		border: none;
		background-color: #ccc;
	}

	.slider__slides .swiper-pagination .swiper-pagination-bullet-active {
		-webkit-background-size: 24px;
		background-size: 24px;
		background: #266099;
	}
}
@media screen and (max-width: 900px) {
	.slider__slides .swiper-pagination {
		margin: 20px 0;
	}
}


/* #cont_access */
/*#cont_access {
	background-image: url(../images/bg_system.jpg);
	background-color: #222;
	-webkit-background-size: cover;
	background-size: cover;
}*/

/* #cont_access */
#cont_access {}
#cont_access #access__map {
	width: 100%;
	height: 300px;
	margin-top: 70px;
}
@media screen and (min-width: 900px) {
	#cont_access #access__map {
		height: 750px;
	}
}

@media screen and (max-width: 900px) {
	#access_area .heading__wrap {
		padding-bottom: 0;
	}
}


/* - new_property */
#new_property .new_property {
	color: #444;
	padding-top: 20px;
}
@media screen and (min-width: 900px) {
	#new_property .new_property {
		color: #444;
		padding-top: 20px;
	}

	#new_property .area_01 {
		overflow: hidden;
		transform: skew(0deg, -3deg);
		background: #fff;
		padding-top: 0 !important;
	}
	#new_property .area_01 .naname {transform: skew(0deg, 3deg);}
	#new_property .area_01 .naname .left {
		position: relative;
		width: 40%;
	}
	#new_property .area_01 .naname .right {width: 46%;}

	#new_property .area_02 {
		background: url(../images/index_slide_01.png);
    	background-attachment: fixed;
    	background-position: center;
    	background-size: cover;
    	background-repeat: no-repeat;
    	color: #fff;
    	margin-top: -3% !important;
	}

	#new_property .area_02 .naname {padding: 50px 0;}
	#new_property .area_02 .naname .left {width: 35%;}
	#new_property .area_02 .naname .right {
		width: 42%;
		text-align: right;
	}

	#new_property .area_03 {
		overflow: hidden;
		transform: skew(0deg, 3deg);
		background: #fff;
		margin-top: -3% !important;
		padding-bottom: 3% !important;
	}
	#new_property .area_03 .naname {
		transform: skew(0deg, -3deg);
		padding-bottom: 10px;
	}
	#new_property .area_03 .naname .left {
		width: 38%;
		padding-bottom: 20px;
	}
	#new_property .area_03 .naname .right {width: 48%;}

	#new_property .area_01,
	#new_property .area_02,
	#new_property .area_03 {
		overflow: hidden;
		display: table;
		width: 100%;
		margin: 0 auto;
		padding: 6%;
	}
	#new_property .area_01 .left,
	#new_property .area_02 .left,
	#new_property .area_03 .left {
		display: table-cell;
    	padding: 0 0 0 2%;
	}
	#new_property .area_01 .left p,
	#new_property .area_02 .left p,
	#new_property .area_03 .left p {
		margin-top: 50px;
	}
	#new_property .area_01 .left p a,
	#new_property .area_02 .left p a,
	#new_property .area_03 .left p a {
		text-decoration: none;
		border: 1px solid #2484bf;
    	border-radius: 36px;
    	padding: 3% 4%;
		color: #2484bf;
	}
	#new_property .area_01 .left dt,
	#new_property .area_02 .left dt,
	#new_property .area_03 .left dt {
		font-size: 28px;
		padding-bottom: 30px;
	}
	#new_property .area_01 .left dt span,
	#new_property .area_02 .left dt span,
	#new_property .area_03 .left dt span {
		font-size: 22px;
		display: block;
	}
	#new_property .area_01 .right,
	#new_property .area_02 .right,
	#new_property .area_03 .right {
		display: table-cell;
		padding-left: 10%;
	}
	#new_property .area_01 .right p,
	#new_property .area_02 .right p,
	#new_property .area_03 .right p {
		text-align: center;
		margin-top: 50px;
	}
	#new_property .area_01 .right p a,
	#new_property .area_02 .right p a,
	#new_property .area_03 .right p a {
		background: #fff;
		text-decoration: none;
		border: 1px solid #2484bf;
    	border-radius: 36px;
    	padding: 3% 4%;
		color: #2484bf;
	}
	#new_property .area_01 .right dt,
	#new_property .area_02 .right dt,
	#new_property .area_03 .right dt {
		font-size: 28px;
		padding-bottom: 30px;
	}
	#new_property .area_01 .right dt span,
	#new_property .area_02 .right dt span,
	#new_property .area_03 .right dt span {
		font-size: 22px;
		display: block;
	}

	#new_property .area_01 .right,
	#new_property .area_03 .right {padding-left: 3%;}

	
	#new_property .area_01 .naname .left img {width: 330px}
	#new_property .area_02 .naname .right img {width: 330px}
	#new_property .area_03 .naname .left img {width: 330px}
}

#new_property .new_property__main {
	width: 100%;
	padding: 10px 0;
}
#new_property .new_property__main .new_property__list {
	width: 50%;
	padding: 10px 30px;
}
#new_property .new_property__main .new_property__inner {
	display: table;
	width: 150%;
	min-height: 300px;
	margin: 2px;
}
#new_property .new_property__main .new_property__inner > * {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
#new_property .new_property__main .new_property__inner .new_property__ph {
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover;
}
#new_property .new_property__main .new_property__inner .new_property__ph {
  transition: 0.5s;
  /*拡大されるスピードを設定します*/
}
 
#new_property .new_property__main .new_property__inner .new_property__ph:hover {
  -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  /*拡大される比率を設定します*/
}

#new_property .new_property__main .new_property__inner .new_property__info {
	padding: 0 20px 30px;
	
	color: #333;
}
#new_property .new_property__main .new_property__inner .new_property__info > * {
	position: relative;
	line-height: 1.2;
	border-bottom: 1px solid #fff;
	color: #333;
	margin-top: 15px;
	padding-top: 20px;
	padding-bottom: 6px;
}
#new_property .new_property__main .new_property__inner .new_property__info > *::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
}
#new_property .new_property__main .new_property__inner .new_property__info-price::before {content: "賃料"}
#new_property .new_property__main .new_property__inner .new_property__info-floor_plan::before {content: "間取り"}
#new_property .new_property__main .new_property__inner .new_property__info-occupied_area::before {content: "専有面積"}
#new_property .new_property__main .new_property__inner .new_property__info-built_years::before {content: "築年月"}
#new_property .new_property__main .new_property__inner .new_property__info-location::before {content: "所在地"}
#new_property .new_property__main .new_property__inner .new_property__info-msg {
	margin-top: 20px;
	padding-top: 0;
}
#new_property .new_property__main .new_property__list.swiper-slide-active .new_property__inner {
	margin: 0;
}
@media screen and (min-width: 900px) {
	#new_property .new_property__main .new_property__list {
		width: 50%;
		margin-right: 100px !important;
		padding: 40px;
	}
	#new_property .new_property__main .new_property__inner > * {
		width: 200px;
		height: 300px;
	}
	#new_property .new_property__main .new_property__info {
		padding: 0 20px;
	}
}

/* - more */
#new_property .new_property__more .new_property__inner {
	position: relative;
	background: rgba(0,0,0,.85);
	text-align: center;
}
#new_property .new_property__more .new_property__inner p {
	width: 100%;
	height: auto;
	margin: auto;
	font-size: 18px;
	vertical-align: middle;
}
@media screen and (min-width: 900px) {
	#new_property .new_property__more .new_property__inner {
		width: 400px;
		height: 300px;
	}
}

/* - thumbs */
#new_property .new_property__thumbs {
	width: 100%;
	padding: 10px 30px;
	margin-top: 10px;
}
#new_property .new_property__thumbs .new_property__thumb {
	width: 70px;
	text-align: center;
	font-size: 11px;
}
#new_property .new_property__thumbs .new_property__thumb img {
	width: 75px;
}
.new_property__thumb {
  display: inline-block;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.new_property__thumb:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#new_property .new_property__thumbs .new_property__thumb p {
	color: #333;
	padding-top: 15px;
}

#new_property .slider__arrow {
	margin-top: -40px;
}

@media screen and (min-width: 900px) {
	#new_property .new_property__thumbs {
		width: 800px;
	}
	#new_property .new_property__thumbs .new_property__thumb {
		width: 130px;
		padding: 15px;
		font-size: 14px;
		cursor: pointer;
	}
	#new_property .new_property__thumbs .new_property__thumb span {
		width: 100px;
		height: 100px;
	}
	#new_property .new_property__thumbs .new_property__thumb img {
		width: 100px;
	}
	#new_property .slider__arrow {
		margin-top: -45px;
	}
}

@media screen and (max-width: 900px) {
	#new_property .new_property__main .new_property__inner {width: 120%;}
	#new_property .new_property__main .new_property__inner > * {
		width: 1%;
	}
}

/* - enterprise_information */

@media screen and (min-width: 900px) {
	#enterprise_information,
	#enterprise_information p {
		line-height: 2.5;
	}
	#enterprise_information p span.sub_ttl {
		display: block;
		margin: 16px 0 5px;
		color: #333333;
		font-weight: bold;
		font-size: 18px;
		border-bottom: 1px solid #333333;
		padding-bottom: 10px;
	}
	#enterprise_information .row {
		
		margin-top: 30px;
		margin: 0;
	}
	#enterprise_information .row .column {
		padding: 30px;
	}
	#enterprise_information .slider__prev {
		left: 30%;
		top: 98%;
	}
	#enterprise_information .slider__next {
		right: 27%;
		top: 98%;
	}
	#enterprise_information .swiper-slide-next,
	#enterprise_information .swiper-slide-prev {
	opacity: 0;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	}
}

@media screen and (max-width: 900px) {
    .column.column-50 {
    	padding: 10px;
    }
    #enterprise_information .container {
    	padding: 0;
    }
}
/* - business */

#business .column-33 dl dd{
	line-height: 1.5;
	color: #333;
	font-size: 90%;
	padding: 10px 6px;
}

#business .column-33 dl dd span{
	display: block;
	border-bottom: 1px solid #fff;
	margin-bottom: 6px;
	padding-bottom: 8px;
}

@media screen and (min-width: 900px) {
	#business {
		padding: 110px 0 110px;
	}
	#business .slider__prev {
		left: 30%;
		top: 98%;
	}
	#business .slider__next {
		right: 27%;
		top: 98%;
	}
	#business .swiper-slide-next,
	#business .swiper-slide-prev {
	opacity: 0;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	}
	#business .container.business .row {margin: 0 auto;}
	#business .services_detail ul {
		display: table;
		width: 100%;
	}
	#business .services_detail li {
		display: table-cell;
		width: 33%;
    	padding-right: 8%;
	}
	#business .services_detail li dl {
		background: #000;
    	color: #fff;
    	opacity: 0.9;
    	border-radius: 6px;
	}
	#business .services_detail li dl dt {text-align: center;}
	.container.business {
		padding: 0;
    	margin: 0 7%;
    	width: 93%;
	}
}

@media screen and (max-width: 900px) {
	#business .container {
		padding: 0;
		margin: 0 auto;
	}
	#business .caption {
	width: 92%;
	height: 92%;
	}
	#business .row .column .img img {
	width: 92%;
	}
}

@media screen and (min-width: 900px) {

.cont_bg p,
.cont_bg p.title_jap,
.cont_bg .heading span,
.cont_bg .attention .attention__title,
.cont_bg .attention .attention__column p {color: #333;}

.cont_bg .attention .attention__column {
    margin-top: 20px;
    padding: 22px 20px 20px;
    border: 1px solid #fff;
    font-size: 15px;
    line-height: 1.7;
}
.container {margin: 0;}
.row {
	width: 86%;
    margin: 0 auto;
}
}

/* access_area */
#access_area {width: auto;}
#access_area.cont_bg {padding-bottom: 0;}

@media screen and (min-width: 900px) {
	#access_area .row {
		
		width: 88%;
		margin: 0 auto;
	}
	#access_area .row .column p {padding-bottom: 16px;}
	#access_area .row li {line-height: 2.5;}
}
@media screen and (max-width: 900px) {
	#access_area.cont_bg {
		padding-bottom: 50px;
	}
}

/* ggmap */
.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 50px;
    z-index: 10;
    background: #fff;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 900px) {
	.ggmap {
    margin-top: 30px; 
    }
}

/* #cont_link */
#cont_link {}
#cont_link .lists__link {
	margin-top: 100px;
}

/* 背景色変更 */
.cont_bg {background: none;}

#parallax_bg_01 {
	background: -webkit-gradient(linear,center top, center bottom,from(rgba(127,191,255, 1)),color-stop(0.8, rgba(127,191,255, 0.9)),to(rgba(127,191,255, 0.8)));
}

@media screen and (min-width: 900px) {
	#parallax_bg_01 {
	background: -ms-linear-gradient(left, 
       rgba(255,255,255, 1),
       rgba(255,255,255, 0.9) 30%,
       rgba(255,255,0, 0));
    background: -moz-linear-gradient(left 45deg, 
       rgba(255,255,255, 1),
       rgba(255,255,255, 0.9) 30%,
       rgba(255,255,0, 0));
    background: -webkit-gradient(linear,center top, center bottom,  
       from(rgba(68,139,184, 1)),  
       color-stop(0.3, rgba(68,139,184, 0.)),
       to(rgba(255,255,0, 0)));
    background: linear-gradient(left 45deg, 
       rgba(255,255,255, 1),
       rgba(255,255,255, 0.9) 30%,
       rgba(255,255,0, 0));
	height: 300px;
	}

@media screen and (max-width: 900px) {
	#parallax_bg_01 dl {
    color: #fff;
    text-align: center;
    padding: 0;
    display: block;
    position: absolute;
    top: 40%;
    right: 6%;
    }
	#parallax_bg_01 dl dt {text-align: center;
	padding: 0;
	font-size: 180%;
	}
	#parallax_bg_01 dl dd {
	text-align: center;
	font-size: 100%;
	}
}

#parallax_bg_02 {
  height: 300px;
}

#parallax_bg_03 {
background: #ffff7f;
  height: 360px;
}

@media screen and (min-width: 900px) {

	#parallax_bg_03 {
		position: absolute;
	background: #ffff7f; 
	height: 400px;
	}
}
@media screen and (max-width: 900px) {
	#parallax_bg_03 dl {
    color: #fff;
    text-align: center;
    padding: 0;
    display: block;
    position: absolute;
    top: 40%;
    right: 6%;
    }
	#parallax_bg_03 dl dt {text-align: center;
	padding: 0;
	font-size: 180%;
	}
	#parallax_bg_03 dl dd {
	text-align: center;
	font-size: 100%;
	}
}

#parallax_bg_04 {
background: #ca4759;
  height: 300px;
}

@media screen and (min-width: 900px) {
	#parallax_bg_04 {
	background: -ms-linear-gradient(linear,center top, center bottom,from(rgba(255,127,127, 1)),color-stop(0.8, rgba(255,127,127, 0.9)),to(rgba(255,127,127, 0.8)));
	background: -moz-linear-gradient(linear,center top, center bottom,from(rgba(255,127,127, 1)),color-stop(0.8, rgba(255,127,127, 0.9)),to(rgba(255,127,127, 0.8)));
	background: -webkit-gradient(linear,center top, center bottom,from(rgba(255,127,127, 1)),color-stop(0.8, rgba(255,127,127, 0.9)),to(rgba(255,127,127, 0.8)));
	background: linear-gradient(linear,center top, center bottom,from(rgba(255,127,127, 1)),color-stop(0.8, rgba(255,127,127, 0.9)),to(rgba(255,127,127, 0.8)));
	height: 400px;
	}

}

@media screen and (max-width: 900px) {
}

#parallax_bg_05 {
background: #63b358;
  height: 300px;
}

@media screen and (min-width: 900px) {
	#parallax_bg_05 {
	background: #7fff7f;
	height: 250px;
	}
}

@media screen and (max-width: 900px) {
	#parallax_bg_04 dl {
    color: #fff;
    text-align: center;
    padding: 0;
    display: block;
    position: absolute;
    top: 40%;
    left: 6%;
	}
	#parallax_bg_04 dl dt {
		text-align: center;
		padding: 0;
		font-size: 180%;
	}
	#parallax_bg_04 dl dd {
		text-align: center;
		font-size: 100%;
		padding: 0;
	}
}

#parallax_bg_06 {
  background: #dcae54;
  height: 300px;
}

@media screen and (min-width: 900px) {
	#parallax_bg_06 {
		background: -ms-linear-gradient(linear,center top, center bottom,from(rgba(255,191,127, 1)),color-stop(0.8, rgba(255,191,127, 0.9)),to(rgba(255,191,127, 0.8)));
		background: -moz-linear-gradient(linear,center top, center bottom,from(rgba(255,191,127, 1)),color-stop(0.8, rgba(255,191,127, 0.9)),to(rgba(255,191,127, 0.8)));
		background: -webkit-gradient(linear,center top, center bottom,from(rgba(255,191,127, 1)),color-stop(0.8, rgba(255,191,127, 0.9)),to(rgba(255,191,127, 0.8)));
		background: linear-gradient(linear,center top, center bottom,from(rgba(255,191,127, 1)),color-stop(0.8, rgba(255,191,127, 0.9)),to(rgba(255,191,127, 0.8)));
	height: 240px;
	}
}

@media screen and (max-width: 900px) {
}
#parallax_bg_07 {
background: #9effff;
  height: 300px;
}

@media screen and (min-width: 900px) {
	#parallax_bg_07 {
	background-color: #7fffff;
	height: 240px;
	}

	#parallax_bg_07 a {
		color: #3c3abc;
		text-decoration: underline;
	}
	#parallax_bg_07 a:hover {color: #b2e2ff;}
}

@media screen and (max-width: 900px) {
}
#parallax_bg_08 {
background: #575757;
  height: 300px;
}

@media screen and (min-width: 900px) {
	#parallax_bg_08 {
		background: -ms-linear-gradient(linear,center top, center bottom,from(rgba(204,204,204, 1)),color-stop(0.8, rgba(204,204,204, 0.9)),to(rgba(204,204,204, 0.8)));
		background: -moz-linear-gradient(linear,center top, center bottom,from(rgba(204,204,204, 1)),color-stop(0.8, rgba(204,204,204, 0.9)),to(rgba(204,204,204, 0.8)));
		background: -webkit-gradient(linear,center top, center bottom,from(rgba(204,204,204, 1)),color-stop(0.8, rgba(204,204,204, 0.9)),to(rgba(204,204,204, 0.8)));
		background: linear-gradient(linear,center top, center bottom,from(rgba(204,204,204, 1)),color-stop(0.8, rgba(204,204,204, 0.9)),to(rgba(204,204,204, 0.8)));
	height: 280px;
	}
}

@media screen and (max-width: 900px) {
	#parallax_bg_05 dl {
    color: #fff;
    text-align: center;
    padding: 0;
    display: block;
    position: absolute;
    top: 40%;
    left: 6%;
	}
	#parallax_bg_05 dl dt {
		text-align: center;
		padding: 0;
		font-size: 180%;
	}
	#parallax_bg_05 dl dd {
		text-align: center;
		font-size: 100%;
		padding: 0;
	}
}

#achievements_area {background: #fff;}
#new_property {
	background: #fff;
}
#enterprise_information {
	position: relative;
	background: -webkit-gradient(linear,center top, center bottom,from(rgba(127,191,255, 0.8)),color-stop(0.5, rgba(127,191,255, 0.7)),to(rgba(127,191,255, 0.6)));
	padding-bottom: 80px;
}
#business {
	background: url(../images/img_service_.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#access_area {
	background: #7fff7f;
}
#access_area.cont {padding: 70px 0 0} 

/* グロナビ固定 */
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, .5);
}

.thumbnail {
    width: 306px;
    height: 191px;
    margin: 0 auto;
    position: relative;
}
.thumbnail a {
    text-decoration: none;
    color: #ffffff;
}
.thumbnail .img {
    position: absolute;
    z-index: 0;
}
@media screen and (max-width: 900px) {
	.thumbnail {
		margin-bottom: 40px;
	}
}

.caption {
    display: table;
    position: absolute;
    background-color: rgba(00,00,00,0);
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}
.caption .captionContent {
    display: table-cell;
    vertical-align: middle;
}
.caption .title {
    opacity: 0;
    font-size: 24px;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transition: .2s linear;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-outr;
    -ms-transition: .2s ease-in-out;
}

@media screen and (max-width: 900px) {
	.caption .title {font-size: 150%;}
}

.caption .line {
    display: block;
    background-color: #dddddd;
    width: 0%;
    height: 1px;
    margin: 6px auto 10px;
    transition: .2s ease-in-put;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
}
.caption .description {
    opacity: 0;
    font-size: 17px;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transition: .2s linear;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-outr;
    -ms-transition: .2s ease-in-out;
    padding: 8px;
}
a .caption .description {
    color: #fff;
}
a:hover .caption {
    background-color: rgba(00,00,00,.6);
}
a:hover .caption .title {
    opacity: 100;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    color: #fff;
}
a:hover .caption .line {
    width: 60%;
}
a:hover .caption .description {
    opacity: 100;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
}

@media screen and (max-width: 900px) {
	a:hover .caption .description {font-size: 100%;}
}

/* 矢印アイコン-本体
===================================================== */

.arrow {
	position: relative;
	display: block;
	width: 30px;
	height: 50%;
	margin: auto;
}
.arrow:before,
.arrow:after {
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 20px;
	top: 0; bottom: 0;
	margin-top: 20px;
	background-color: #428f60;
	border-radius: 20px;
}
.arrow:before{
	left: 25%;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.arrow:after {
	right: 25%;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.arrow.white:before,
.arrow.white:after {
	background-color: #3a84df;
}


/*  section : 問い合わせ
===================================================== */

a {
	text-decoration: underline;
    color: #99FFFF;
}

/* heading */
.heading1--en {
	margin-bottom: 30px;
	font-size: 50px;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"游ゴシック体","Helvetica Neue","Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3",Meiryo,sans-serif;
	line-height: 1;
	color: #428f60;
	text-align: center;
}
.heading1--en--left {
	font-size: 60px;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"游ゴシック体","Helvetica Neue","Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3",Meiryo,sans-serif;
	line-height: 1;
	color: #ffffff;
	text-align: left;
}
.heading1--en.white,
.heading1--en--left.white {
	color: #ffffff;
}
.heading1--ja {
	margin-bottom: 30px;
	font-size: 15px;
	color: #55534d;
	text-align: center;
	line-height: 1;
}
.heading1--ja.white {
	color: #f1f1f1;
}

.form__input .form__select:before {
	margin-right: 7px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.form__input .form__select:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.form__input .form__select--option {
	width: 50%;
	padding: 13px 30px 13px 13px;
	background: #f3f3f3;
	font-size: 14px;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact .inner {
	padding: 100px 0;
}
#contact .inner .form.row .form__input--label.w_max {top: 1px;}
footer .footer__text {
	padding: 50px 0 20px;
}

/* contact */
@media screen and (max-width: 900px) {
	#contact {padding: 20px;}
	#contact .heading1--en.white{
		font-size: 36px;
	}
	#contact .heading1--ja.white{
		font-size: 15px;
	}
	#contact .inner .form.row .form__input--label.w_max {
		width: 100%;
	}
	#contact .inner .form.row {padding: 0px 20px;}
	#contact .inner .form.row .form__input {
	overflow: hidden;
	margin-bottom: 10px;
	}
	footer .footer__text {
		padding: 18px 0 0;
	}
}

#contact {
	background-color: #FFFFFF;
	color: #f1f1f1;
	margin-bottom: 100px;
}

.page #contact {
	margin-top: 40px;
	border-top: 1px solid #e5e5e5;
}
/* contact__text */
#contact .contact__text {
	color: #f1f1f1;
	padding-top: 20px;
	text-align: center;
	line-height: 1.8
}
/* form */
#contact form {
	width: 90%;
    margin: 0 auto;
}

.form {
	padding-top: 2%;
}
.form__input {
	background: #7fffff;
	margin-top: 23px;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 0;
}
.form__input > * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.text_chuui {
	color: #da2c2c;
	top: -1px;
    left: 2px;
    position: absolute;
    font-size: 15px;
    font-weight: bold;
}
label .text_chuui {
	top: -8px;
}
.form__input.col.md-12 .form__input--text {background: #ffffff;}
.form__input .form__input--label {
	position: absolute;
	top: 0;
	/*left: 0;*/
	height: 40px;
	width: 120px;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #55534d;
	background: #ccc;
	font-size: 13px;
	font-weight: bold;
	line-height: 40px;
}
.form__input .form__input--text {
	width: 90%;
	padding: 10px;
	background: #fff;
	font-size: 14px;
	line-height: 1.4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	text-indent: 120px;
}
.form__input textarea.form__input--text {
	padding-top: 15px;
	font-size: 16px;
	line-height: 1.8;
	width: 100%;
	text-indent: 10px;
}
.form__input .form__select:before,
.form__input .form__select:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 1%;
	width: 10px;
	height: 1px;
	background: #555;
}
.form__input .form__select:before {
	margin-right: 7px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.form__input .form__select:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.form__input .form__select--option {
	width: 33.3%;
	padding: 9px 30px 8px 140px;
	background: #fff;
	font-size: 14px;
	line-height: 1.2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.form__button {
	margin: 40px auto 0;
	text-align: center;
}

.ml_contact {
	background: #7fffff;
    width: 33.33333%;
	float: left;
	z-index: 10;
}
.ml_contact .form__input--label {height: 41px;}

@media screen and (max-width: 900px) {
	.form__input .form__input--text {
	width: 100%;
	}
	.form__input .form__select--option {
	width: 100%;
	}
	#contact .inner .form.row .form__input--label.w_max {
	top: 0px;
	}
	.form__input textarea.form__input--text {
	padding-top: 40px;
	}
	.form__input .form__input--text {
	text-indent: 0;
	}
	.ml_contact {
    width: 100%;
    float: none;
	}
}
/* - フォーム送信メッセージ */
#form__message {}
#form__message > * {
	margin-top: 35px;
	padding: 25px;
}
#form__message .form--error {
	border: 1px solid red;
	color: red;
	text-align: center;
}
#form__message .form--ok {
	border: 1px solid green;
	color: green;
}

#contact .inner {
	padding: 0;
}
#contact .inner .form.row .form__input--label.w_max {top: 1px;}
footer .footer__text {
	padding: 50px 0 20px;
}

/* contact */
@media screen and (max-width: 900px) {
	#contact {padding: 20px;}
	#contact .inner {
	padding: 30px 0;
	}
	#contact .heading1--en.white{
		font-size: 36px;
	}
	#contact .heading1--ja.white{
		font-size: 15px;
	}
	#contact .inner .form.row .form__input--label.w_max {
		width: 100%;
	}
	#contact .inner .form.row {padding: 0px 20px;}
	#contact .inner .form.row .form__input {
	overflow: hidden;
	margin-bottom: 10px;
	}
	footer .footer__text {
		padding: 18px 0 0;
	}
}

@media screen and (max-width: 900px) {
	.arrow::before,
	.arrow::after {
		height: 18px;
		margin-top: 40px;
	}
}

/* ボタン1 */
.btn1 {
	text-decoration: none;
    border: 1px solid #2484bf;
    border-radius: 36px;
    padding: 1%;
    color: #2484bf;
    font-size: 17px;
}
.btn1:link,
.btn1:visited {
	color: #428f60;
}
.btn1:hover {
	color: #2484bf;
}
@media screen and (max-width: 900px) {
	.btn1 {
		padding: 18px 10px;
	}
}

input, button, textarea, select, option, label {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border: none;
	color: #333;
}
/* contact 終了 */

/* JS バブル */
.center-outer {
display: table;
width: 100%;
height: 100%;
}

.center-inner {
display: table-cell;
vertical-align: middle;
text-align: center;
}

/* Essential CSS - Makes the effect work */

.bubbles {
display: inline-block;
position: relative;
}

.bubbles p.bubble {
position: relative;
color: #266099;
z-index: 2;
}

.individual-bubble {
position: absolute;
border-radius: 100%;
bottom: 10px;
background-color: #266099;
z-index: 1;
}

/* h1アニメーション */
.ml6 {
  position: relative;
  font-weight: 900;
  font-size: 3.3em;
}

.ml6 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml6 .letter {
  display: inline-block;
  line-height: 1em;
}

/* left_slide */
   .left_slide.delighter {
      transition: all .9s ease-out;
      transform: translateX(-100%);
      opacity: 0;
   }
 
/* スタート時のスタイル */
   .left_slide.delighter.started {
      transform: none;
      opacity: 1;
   }
 
/* エンド時のスタイル */
   .left_slide.delighter.started.ended {
   }

   /* right_slide */
   .right_slide.delighter {
      transition: all .9s ease-out;
      transform: translateX(100%);
      opacity: 0;
   }
 
/* スタート時のスタイル */
   .right_slide.delighter.started {
      transform: none;
      opacity: 1;
   }
 
/* エンド時のスタイル */
   .right_slide.delighter.started.ended {
   }

   /* top_slide */
   .top_slide.delighter {
      transition: all .9s ease-out;
      transform: translateY(-100%);
      opacity: 0;
   }
 
/* スタート時のスタイル */
   .top_slide.delighter.started {
      transform: none;
      opacity: 1;
   }
 
/* エンド時のスタイル */
   .top_slide.delighter.started.ended {
   }

   /* bottom_slide */
   .bottom_slide.delighter {
      transition: all .9s ease-out;
      transform: translateY(100%);
      opacity: 0;
   }
 
/* スタート時のスタイル */
   .bottom_slide.delighter.started {
      transform: none;
      opacity: 1;
   }
 
/* エンド時のスタイル */
   .bottom_slide.delighter.started.ended {
   }

.delighter.appearance {
  display: block; transition: all 2s ease-out; opacity: 0;
  padding: 20px 0;
  width: 1px; overflow: hidden;
}
.delighter.started.appearance {
  max-width: 99999px; width: 100%; opacity: 1;
}

.button {
  background-color: rgba(255, 255, 255, .2);
  color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(255, 255, 255, .7);
}
.button:hover {
  background-color: rgba(255, 255, 255, .3);
}

@media screen and (max-width: 900px) {
	.button {margin-bottom: 40px;}
}
/* IEハック「 */
/* IE10〜11 */
_:-ms-input-placeholder, :root .form__input .form__select--option {
  padding: 12px 30px 13px 13px;
}
/* Edge12〜14 */
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
  .form__input .form__select--option {
  padding: 12px 30px 13px 13px;
  }
}

@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
  .form__input .form__select--option {
  padding: 12px 30px 13px 13px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0){

.form__input .form__select--option {
    padding: 13px 30px 10.3px 130px;
}
    .form__input .form__input--label {
    	    height: 41px;
}
}

@media screen and (max-width: 900px) {
	#parallax_bg_01,
	#parallax_bg_02,
	#parallax_bg_03,
	#parallax_bg_04,
	#parallax_bg_05,
	#parallax_bg_06,
	#parallax_bg_07,
	#parallax_bg_08 {
		height: 200px;
		font-size: 18px;
	}
}

.cont_bg dl {padding: 40px 5% 40px 7%;}
.cont_bg dl dt {
	/* border-bottom: 2px dashed #fff;
	border-width: 2px; */
    width: 100%;
	color: #fff;
	font-size: 60px;
	padding-bottom: 15px;
}
.cont_bg dl dt span {
	color: #fff;
	font-size: 24px;
	padding-left: 24px;
}
.cont_bg dl dd {
	line-height: 2;
	color: #fff;
	font-size: 18px;
	padding-top: 35px;
}

@media screen and (max-width: 900px) {
	.cont_bg dl {padding: 40px 60px 40px 100px;}
	.cont_bg dl dt {
	color: #fff;
	font-size: 80px;
	padding-bottom: 20px;
}
	.cont_bg dl dt span {
	color: #fff;
	font-size: 30px;
	padding-left: 30px;
}
	.cont_bg dl dd {
	line-height: 2;
	color: #fff;
	font-size: 20px;
}
}

h3.heading {
	font-size: 25px;
}

h3.heading span {
	position: relative;
	padding: 0.4em 1.4em;
	background: #458bb8;
	color: #fff;
}

h3.heading span:before {
	position: absolute;
	content: '';
	top: 99%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #458bb8;
	width: 0;
	height: 0;
}

#enterprise_information p span.sub_ttl {
	display: block;
	margin: 16px 0 5px;
	color: #333333;
	font-weight: bold;
	font-size: 30px;
	border-bottom: 1px solid #333333;
	padding-bottom: 10px;
}

#enterprise_information p span.small_ttl {
	font-weight: bold;
	font-size: 18px;
}

section#recruit {
	background: -ms-linear-gradient(linear,center top, center bottom,from(rgba(255,191,127, 0.8)),color-stop(0.8, rgba(255,191,127, 0.7)),to(rgba(255,191,127, 0.6)));
	background: -moz-linear-gradient(linear,center top, center bottom,from(rgba(255,191,127, 0.8)),color-stop(0.8, rgba(255,191,127, 0.7)),to(rgba(255,191,127, 0.6)));
	background: -webkit-gradient(linear,center top, center bottom,from(rgba(255,191,127, 0.8)),color-stop(0.8, rgba(255,191,127, 0.7)),to(rgba(255,191,127, 0.6)));
	background: linear-gradient(linear,center top, center bottom,from(rgba(255,191,127, 0.8)),color-stop(0.8, rgba(255,191,127, 0.7)),to(rgba(255,191,127, 0.6)));
    padding-top: 90px;
}

/* アニメーション */
.wrapper_size {
  width: 50%;
  height: 735px;
  padding-left: 5%;
  overflow: hidden;
}
.ani_size {
  width: 100%;
  height: 0px;
  padding-right: 60%;
  background: #eee;
}

@media screen and (max-width: 900px) {
	.ani_size {display: none;}
}

.txt_zoom:hover{
    -webkit-animation: zoom .3s !important;
    animation: zoom .3s !important;
}
}

@media screen and (min-width: 900px) {
	p.privacy_a {
		position: absolute;
		bottom: -2px;
		left: 360px;
	}
	#topics_area.cont {
		background: -ms-linear-gradient(linear,center top, center bottom,from(rgba(204,204,204, 0.8)),color-stop(0.8, rgba(204,204,204, 0.7)),to(rgba(204,204,204, 0.6)));
		background: -moz-linear-gradient(linear,center top, center bottom,from(rgba(204,204,204, 0.8)),color-stop(0.8, rgba(204,204,204, 0.7)),to(rgba(204,204,204, 0.6)));
		background: -webkit-gradient(linear,center top, center bottom,from(rgba(204,204,204, 0.8)),color-stop(0.8, rgba(204,204,204, 0.7)),to(rgba(204,204,204, 0.6)));
		background: linear-gradient(linear,center top, center bottom,from(rgba(204,204,204, 0.8)),color-stop(0.8, rgba(204,204,204, 0.7)),to(rgba(204,204,204, 0.6)));
		margin: 0;
		padding: 0 0 80px;
	}
	.recruit {
		width: 100%;
    	max-width: 100%;
	}
	.recruit figure {margin-left: 0;}
	.recruit .row dt {
		font-size: 22px;
    	font-weight: bold;
    	padding-bottom: 30px;
	}

	.recruit .row dd {
		line-height: 2.5;
		margin-bottom: 60px;
	}
	.recruit_area {
		display: table;
		width: 100%;
		margin: 1% 2% 3% 3%;
		padding: 0;
	}
	.recruit_area div {
		display: table-cell;
    width: 50%;
    padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 2%;
	}
	#topics_area .container {
		border: 1px solid #333;
		margin: 0 auto;
		padding: 0;
	}
	#topics_area .container .row {
		width: 100%;
	}
	.topics_box {
		overflow-y: scroll;
    	border: 1px solid #333;
    	width: 90%;
    	height: 400px;
    	padding: 40px;
    	margin: 0 auto;
    	background: #fff;
	}
	.topics_box dl {
		display: table;
		margin-bottom: 40px;
	}
	.topics_box dt {
		display: table-cell;
		width: 80px;
		padding: 0 30px 0 125px;
	}
	.topics_box dt.sinchaku {padding: 0 27px 0 125px;}
	.topics_box dd {
		display: table-cell;
		padding-left: 30px;
    	border-left: 1px solid #333;
	}
	.topics_text {
    position: relative;
}
	.topics_sinchaku_ttl,
	.topics_osirase_ttl {
    position: absolute;
    width: 100%;
}
.topics_osirase_ttl span {
    background: #c9384b;
    color: #fff;
    margin-right: 30px;
    padding: 2px 10px;
}
.topics_sinchaku_ttl span {
    background: #49c847;
    color: #fff;
    margin-right: 30px;
    padding: 2px 10px;
}
	.topics_box dd a {
		text-decoration: underline;
		color: #2484bf;
    	margin: 0;
    	padding: 0;
    	font-size: 18px;
	}
	.topics_box dd a:hover {color: #0d11d4;}


	/* nav */
	.header__nav  {
		position: fixed;
		/*display: none;*/
		z-index: 400;
		height: 0%;
		top: 0;
		bottom: auto;
		left: 0;
		right: 0;
		overflow: hidden;
		background: #000;
		color: #fff;
		/*opacity: 0.7;*/
	}
	.header__nav.open {
		height: 100%;
	}
	.header__nav.active {
		position: fixed;
		z-index: 500;
		top: 0;
		height: 100px;
		padding: 20px;
	}
  .header__nav .nav__list a {
  	display: table;
  	width: 100%;
  	height: 46px;
  	text-align: center;
  	text-decoration: none;
  	color: #444;
  	border-bottom: 1px solid #444;
  }
  .header__nav .nav__list a span {
  	display: table-cell;
  	vertical-align: middle;
  	color: #333;
  	font-size: 70%;
  }
  .header__nav .nav__list a,
  .header__nav .nav__list a span {
  	-webkit-transition: all .2s ease;
  	-o-transition: all .2s ease;
  	transition: all .2s ease;
  }
  .header__nav .nav__list span > i {
  	position: relative;
  	font-style: normal;
  	color: #333;
  }
  .header__nav.fixed .nav__list span > i {
  	color: #FFFFFF;}

  .header__nav .nav__list span > i::before {
  	content: "";
  	display: block;
  	position: absolute;
  	left: 0;
  	bottom: -4px;
  	width: 0;
  	height: 1px;
  	background: #266099;
  }
  .header__nav .nav__list a:hover span > i,
  .header__nav .nav__list a.current span > i {
  	color: #8fc8ff;
  }
  .header__nav .nav__list a:hover span > i::before,
  .header__nav .nav__list a.current span > i::before {
  	width: 100%;
  }
}

	@media screen and (min-width: 900px) {
		.font_s_16 {font-size: 16px;}
		.header__nav {
			background: rgba(255,255,255,.9);
/*			background: #000000;*/
			display: block;
			position: fixed;
			top: 0;
			bottom: 0;
			left: 0%;
			right: 0;
			width: 100%;
			height: 50px;
			font-size: 1.4em;
		  	color: #FFFFFF;
		  	z-index: 6001;
		}
		.header__nav.active {
			background: rgba(255, 255, 255,.9);
			color: #fff;
			position: fixed;
			z-index: 500;
			top: 0;
			height: 50px;
			padding: 0 8px 8px;
			z-index: 6001;
		}
		.header__nav .container.lime.pullUp {text-align: right;}
		.header__nav .nav__list {
		flex: 1;
	    -webkit-flex-grow: 4;
	    -moz-flex-grow: 4;
	    -ms-flex-grow: 4;
	    flex-grow: 4;
	    padding-left: 1rem;
	    padding-right: 1rem;
	    margin-left: -1rem;
	    margin-right: -1rem;
	  }
	  .header__nav.active .nav__list span i {color: #fff;}
	  .header__nav .nav__list a {
	 		border: none;
	 		height: 30px;
	  }
	  p.nav_logo {
		position: absolute;
		top: 6px;
		left: 3px;
		width: 190px;
	}
	p.nav_logo02 {
		position: absolute;
		top: 4px;
    	left: 188px;
    	width: 44px;
	}

	p.nav_logo02 a {
	width: 32px;
    height: 32px;
    padding: 4px;
    background: #ffffff;
    border: 1px solid rgb(56, 86, 152, .3);
    border-radius: 8px;
	}

	p.nav_logo02 a:hover {
	width: 30px;
	height: 29px;
	border: 1px solid #f0f0f0;
	border-radius: 6px;
	transition: 0.5s;
	padding: 2px;
	background: #ffffff;
	box-shadow: 0px 1px 4px 2px #7089c1;
	margin-right: 1px;
	}

	/* facebook */

	  .sp_active {display: none !important;}
	  .swiper-wrapper {margin-left: -10%;}
	  .effect-oscar.mr_5 {margin-right: 5%;}
	  figure {margin: 0;}
	  div#bill {z-index: 10;}

	  /* body{
		  width: 100%;
		  height:100%;
		  position:relative;
		  overflow:hidden;
		  background: 
			linear-gradient(
			  rgba(0, 0, 0, 0.7), 
			  rgba(0, 0, 0, 0.7)
			),
			black url('https://images.unsplash.com/photo-1439723680580-bfd9d28ef9b6?crop=entropy&fit=crop&fm=jpg&h=950&ixjsv=2.1.0&ixlib=rb-0.3.5&q=80&w=1925') 50% 50% no-repeat;
		   //background: 
			 linear-gradient(
			  rgba(0, 0, 0, 0.7), 
			  rgba(0, 0, 0, 0.7)
			),
			 rgba(220, 220, 220, 1) url('https://images.unsplash.com/photo-1449157291145-7efd050a4d0e?crop=entropy&fit=crop&fm=jpg&h=950&ixjsv=2.1.0&ixlib=rb-0.3.5&q=80&w=1925') 50% 50% no-repeat;
		  //background-blend-mode: exclusion;
		  background-blend-mode: luminosity;
		  
		 
		} */
		.p_place .container_02{
		
		
		
		  height:100%;
		 position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
		}
		.p_place .btn_02 {
			margin-top: calc(50% + 25px);
			position: relative;
			display: inline-block;
			width: 220px;
			height: 50px;
			line-height: 76px;
			text-align: center;
			text-transform: uppercase;
			background-color: transparent;
			cursor: pointer;
			text-decoration:none;
			font-family: 'Roboto', sans-serif;
			font-weight:10;
			font-size:17px;
			letter-spacing: 0.045em;
		}

		a.btn_02:before {
			background: #ffffff;
			border-radius: 54px;
			width: 212px;
			height: 62.7px;
			content: "　";
			/* z-index: 99999; */
			position: absolute;
			top: 5.5px;
			left: 5px;
			opacity: 0.2;
		}
		.last_bt a.btn_02:before {opacity: 1;}
		.p_place_02.last_bt .btn_02 span {left: 22%;}
		a.btn_02.black:before {
			background: #000000;
		}
		
		.p_place .btn_02 svg {
			position: absolute;
			top: 0;
			left: 0;
		}
		
		.p_place .btn_02 svg .rect {
		   stroke: #2484bf;
			stroke-width: 1;
			stroke-dasharray: 353, 0;
			stroke-dashoffset: 0;
			stroke-dasharray: 0, 543;
			stroke-dashoffset: 437;
			-webkit-transition: all 600ms ease;
			transition: all 600ms ease;
		}
	  
		.p_place .btn_02 svg .rect2 {
		  stroke: #2484bf;
		   stroke-width: 0.2;
		   stroke-dasharray: 353, 0;
		   stroke-dashoffset: 0;
		   -webkit-transition: all 600ms ease;
		   transition: all 600ms ease;
	   }
		
		
	   .p_place .btn_02:hover svg .rect {
			stroke-width: 1;
			stroke-dasharray: 196, 543;
			stroke-dashoffset: 437;
			stroke-dasharray: 353, 0;
			stroke-dashoffset: 0;
		}
		.p_place .btn_02 span {color: #2484bf;}
		.p_place {
			position: absolute;
			top: 50px;
			left: 195px;
		}

		.p_place_02 .container_02{
			height:100%;
		   position: absolute;
			  top: 50%;
			  left: 50%;
			  transform: translate(-50%, -50%);
		  }
		  .p_place_02 .btn_02 {
			  margin-top: 25px;
			  position: relative;
			  display: inline-block;
			  width: 220px;
			  height: 50px;
			  line-height: 76px;
			  text-align: center;
			  text-transform: uppercase;
			  background-color: transparent;
			  cursor: pointer;
			  text-decoration:none;
			  font-family: 'Roboto', sans-serif;
			  font-weight:10;
			  font-size:17px;
			  letter-spacing: 0.045em;
		  }
		  
		  .p_place_02 .btn_02 svg {
			  position: absolute;
			  top: 0;
			  left: 0;
		  }
		  
		  .p_place_02 .btn_02 svg .rect {
			 stroke: #2484bf;
			  stroke-width: 1;
			  stroke-dasharray: 353, 0;
			  stroke-dashoffset: 0;
			  stroke-dasharray: 0, 543;
			  stroke-dashoffset: 437;
			  -webkit-transition: all 600ms ease;
			  transition: all 600ms ease;
		  }
		
		  .p_place_02 .btn_02 svg .rect2 {
			stroke: #2484bf;
			 stroke-width: 0.2;
		
			 stroke-dasharray: 353, 0;
			 stroke-dashoffset: 0;
			 -webkit-transition: all 600ms ease;
			 transition: all 600ms ease;
		 }
		  
		  
		 .p_place_02 .btn_02:hover svg .rect {
			  stroke-width: 1;
			  stroke-dasharray: 196, 543;
			  stroke-dashoffset: 437;
			  stroke-dasharray: 353, 0;
			  stroke-dashoffset: 0;
		  }
		  .p_place_02 .btn_02 span {
		  	    color: #2484bf;
    z-index: 9999999;
    position: absolute;
    top: 0;
    left: 11%;
		  }
		  .p_place_02.last_bt .btn_02_2 span {
		  	    color: #2484bf;
    z-index: 9999999;
    position: absolute;
    top: 0;
    left: 22%;
    }
		  .p_place_02 {
			  position: absolute;
			  top: 160px;
			  left: 195px;
		  }
		  .p_place_02.position_f {
			position: absolute;
			top: 78%;
			left: 49.3%;
		}

		  .p_place_03 .container_02{
			height:100%;
		   position: absolute;
			  top: 50%;
			  left: 50%;
			  transform: translate(-50%, -50%);
		  }
		  .p_place_03 .btn_02 {
			  margin-top: calc(50% + 25px);
			  position: relative;
			  display: inline-block;
			  width: 220px;
			  height: 50px;
			  line-height: 76px;
			  text-align: center;
			  text-transform: uppercase;
			  background-color: transparent;
			  cursor: pointer;
			  text-decoration:none;
			  font-family: 'Roboto', sans-serif;
			  font-weight:10;
			  font-size:17px;
			  letter-spacing: 0.045em;
		  }
		  
		  .p_place_03 .btn_02 svg {
			  position: absolute;
			  top: 0;
			  left: 0;
		  }
		  
		  .p_place_03 .btn_02 svg .rect {
			 stroke: #ffffff;
			  stroke-width: 1;
			  stroke-dasharray: 353, 0;
			  stroke-dashoffset: 0;
			  stroke-dasharray: 0, 543;
			  stroke-dashoffset: 437;
			  -webkit-transition: all 600ms ease;
			  transition: all 600ms ease;
		  }
		
		  .p_place_03 .btn_02 svg .rect2 {
			stroke: #ffffff;
			 stroke-width: 0.2;
		
			 stroke-dasharray: 353, 0;
			 stroke-dashoffset: 0;
			 -webkit-transition: all 600ms ease;
			 transition: all 600ms ease;
		 }
		  
		  
		 .p_place_03 .btn_02:hover svg .rect {
			  stroke-width: 1;
			  stroke-dasharray: 196, 543;
			  stroke-dashoffset: 437;
			  stroke-dasharray: 353, 0;
			  stroke-dashoffset: 0;
		  }
		  .p_place_03 .btn_02 span {color: #ffffff;}
		  .p_place_03 {
			  position: absolute;
			  bottom: 140px;
			  left: 53%;
		  }
	  * *, ::after, ::before {box-sizing: inherit !important;}
	  .position_k {position: relative;}
	  .form.row {
		  background-color: #7fffff;
		  position: relative;
		  width: 100%;
		  padding-top: 70px;
		  z-index: 6000;
		  padding-bottom: 140px;
		}
	  .pc_none {display: none !important;}
	  .remodal label {line-height: 3;}
	  div#target {
	      width: 45%;
    right: -6%;
    bottom: 30%;
    position: absolute;
    z-index: 100;
}
#access_area .row li a {
    text-decoration: underline;
    color: #2484bf;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
#access_area .row li a:hover {
    color: #0d11d4;
}
.left_w {width: 56%;}
textarea#confirmation-message {
	width: 95%;
    border: 1px solid #ccc;
    height: 150px;
}
.remodal .remodal-header {margin-bottom: 20px;}
input#confirmation-subject,
input#confirmation-mail,
input#confirmation-name {
	background: #eee;
    text-align: center;
    margin-top: 20px;
    width: auto;
    padding: 0 10px;
}
.required-none-error {
    display: inline-block;
}
.label_area {
		text-align: center;
		padding-left: 30px;
}
label.label_02 {margin-left: -48px;}
label.label_03 {margin-left: 10px;}
label.label_04 {}

button.remodal-confirm,
button.remodal-confirm.disabled {
	background-color: #3d4bb4;
	border: solid 1px #3d4bb4;
	border-radius: 24px;
	margin-right: 20px;
	color: #fff;
	width: 25%;
}

.remodal-confirm:hover,
button.remodal-confirm.disabled:hover {
	background-color: #fff;
	border: solid 1px #3d4bb4;
    color: #3d4bb4;
}
.remodal-cancel {
    color: #fff;
    border: solid 1px #c53d3d;
	background-color: #c53d3d;
	border-radius: 24px;
	width: 25%;
}

.remodal-cancel:hover {
    background-color: #fff;
    border: solid 1px #c53d3d;
    color: #c53d3d;
}
span#message-error {
    display: none;
}

.remodal .remodal-bottom {
	border-top: none;
	padding-top: 0;
	padding-bottom: 13px;
}

span#name-error,
span#mail-error,
.required-none-error {
    color: #c53d3d;
}
.form_center {padding-left: 30px;}
.remodal h1 {
	font-size: 18px;
    padding: 20px 0 0;
}

.txt_indent {
	text-indent: 128px;
    display: inline-block;
}

.txt_indent_02 {
	text-indent: 125px;
    display: inline-block;
}

/* #parallax_bg_01 dl dt {
	border-image: linear-gradient(90deg, #166ea5 30%, #3d8bbe 43%, #ffffff 85%);
    border-image-slice: 1;
} */

#parallax_bg_03 dl dt {
	border-image: linear-gradient(90deg, #c0b610 30%, #d9d25c 43%, #ffffff 85%);
    border-image-slice: 1;
}

#parallax_bg_04 dl dt {
	border-image: linear-gradient(90deg, #a90c21 30%, #ca6573 43%, #ffffff 85%);
    border-image-slice: 1;
}

#parallax_bg_06 dl dt {
	border-image: linear-gradient(90deg, #d18f11 30%, #ddb66d 43%, #ffffff 85%);
    border-image-slice: 1;
}

#parallax_bg_05 dl dt {
	border-image: linear-gradient(90deg, #1e950f 30%, #80ce76 43%, #ffffff 85%);
    border-image-slice: 1;
}

#parallax_bg_08 dl dt {
	border-image: linear-gradient(90deg, #414141 30%, #747474 43%, #ffffff 85%);
    border-image-slice: 1;
}

#parallax_bg_07 dl dt {
	border-image: linear-gradient(90deg, #4b6e84 30%, #6c8595 43%, #ffffff 85%);
    border-image-slice: 1;
}

/* ==============================================
* Spin Effect
==============================================*/

.spin {
  overflow: hidden;
  transition: none;
  margin-top: 4px;
  transition: all 1.4s ease;
}

.topics_text:hover .spin {
	transform: rotateX(720deg);
    transition: 1.4s;
}


/* ==============================================
* Spin Text Effect
==============================================*/

.spin_text {
  border: 1px solid #FFF;
  overflow: hidden;
}

.spin_text:hover span {
  display: block;
  transform: rotateY(360deg);
  transition: .8s ease-in-out;
}

/* ==============================================
* canvas
==============================================*/
.canvas_p_01,
.canvas_p_03,
.canvas_p_04,
.canvas_p_06,
.canvas_p_05,
.canvas_p_08,
.canvas_p_07
 {position: relative;}

canvas {
	position: absolute;
	margin: auto;
	display: block;
/*	width: 100%; */
/*	height: 100%; */
	top: 12%;
}

#parallax_bg_01,
#parallax_bg_02,
#parallax_bg_03,
#parallax_bg_04,
#parallax_bg_05,
#parallax_bg_06,
#parallax_bg_07,
#parallax_bg_08 {
	position: relative;
	z-index: 6000;
	}

	.grid figure h2.font_2vw span {font-size: 2.5vw;}

/* ==============================================
* 波打ち
==============================================*/
.vh_100 {
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(-290deg, #febb91, #ff9885, #fb7492, #ef74a0, #aba5bf);
}

.position_r {position: relative;}

.position_r svg {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.position_r svg .line {
  fill: none;
  stroke: #fff;
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.position_r svg .line-shadow {
  transform: translate(1px, 2px);
  stroke: rgba(0, 0, 0, 0.2);
}
	/*  動く線
===================================================== */
@import url('https://fonts.googleapis.com/css?family=Merienda');

.background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.7;
}

.move_border {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.move_border .box {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  position: absolute;
  z-index: 1;
}
.move_border .box a {
  color: #0bd;
}

	/*  雫
==================================================== */
@import url('https://fonts.googleapis.com/css?family=Merienda');

.shizuku {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.shizuku .box {
  padding: 20px;
  text-align: center;
  z-index:1;
}
.shizuku .box a {
  color: #0bd;
}

	/*  モーダル
===================================================== */
.mfp-container {
	padding: 5%;
}
.modal__content {
	position: relative;
	width: auto;
	max-width: 900px;
	background: #fff;
	margin: 25px auto;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* overlay at start */
.mfp__modal.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
/* overlay animate in */
.mfp__modal.mfp-bg.mfp-ready {
  opacity: 0.8;
  z-index: 9998;
}
/* overlay animate out */
.mfp__modal.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp__modal.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* content animate it */
.mfp__modal.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp__modal.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* mfp__modal */
.mfp__modal {z-index: 9999;}
.mfp__modal .modal_inner {padding: 30px;}
.mfp__modal h1 {
	margin: 0;
	padding: 35px;
	color: #333;
	border-bottom: 1px solid #ccc;
	z-index: 9998;
}
.mfp__modal h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
	margin: 1em 0;
	padding-bottom: 0;
}
.mfp__modal h3 {
	margin-top: 1.2em;
	font-size: 1.2em;
	font-weight: bold;
}
.mfp__modal h4 {
	margin-top: 1em;
	font-size: 1em;
	font-weight: bold;
}
.mfp__modal .contact_for {
	margin: 40px -30px 0;
	padding: 20px 30px 0;
	border-top: 1px solid #ccc;
}

.mfp__modal .contact_for p a {
	color: #00B2B2;
}
.svg_button{
    width: 190px;
}

.car_anime {
	z-index: 5999;
    position: absolute;
    bottom: 200px;
    left: 0;
}

#parallax_bg_01 dl dt {
	border-image: linear-gradient(90deg, #166ea5 30%, #3d8bbe 43%, #ffffff 85%);
    border-image-slice: 1;
	border-bottom: 2px solid #333;
}
#parallax_bg_04 dl dt {
	border-image: linear-gradient(90deg, #c0b610 30%, #d9d25c 43%, #ffffff 85%);
    border-image-slice: 1;
    border-bottom: 2px solid #333;
}

#parallax_bg_04 dl dt {
	border-image: linear-gradient(90deg, #a90c21 30%, #ca6573 43%, #ffffff 85%);
    border-image-slice: 1;
    border-bottom: 2px solid #333;
}

#parallax_bg_06 dl dt {
	border-image: linear-gradient(90deg, #d18f11 30%, #ddb66d 43%, #ffffff 85%);
    border-image-slice: 1;
    border-bottom: 2px solid #333;
}

#parallax_bg_05 dl dt {
	border-image: linear-gradient(90deg, #1e950f 30%, #80ce76 43%, #ffffff 85%);
    border-image-slice: 1;
    border-bottom: 2px solid #333;
}

#parallax_bg_08 dl dt {
	border-image: linear-gradient(90deg, #414141 30%, #747474 43%, #ffffff 85%);
    border-image-slice: 1;
    border-bottom: 2px solid #333;
}

#parallax_bg_07 dl dt {
	border-image: linear-gradient(90deg, #4b6e84 30%, #6c8595 43%, #ffffff 85%);
    border-image-slice: 1;
    border-bottom: 2px solid #333;
}

}
@media screen and (max-width: 900px) {
	body {
		font-family: "Yu Gothic","游ゴシック",YuGothic,"游ゴシック体","Helvetica Neue","Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3",Meiryo,sans-serif;
	}
	.container {padding: 0;}
	h3.heading span {
		position: relative;
		padding: 0.4em 1.4em;
		background: #458bb8;
		color: #fff;
	}
	
	h3.heading span:before {
		position: absolute;
		content: '';
		top: 99%;
		left: 15px;
		border: 5px solid transparent;
		border-top: 15px solid #458bb8;
		width: 0;
		height: 0;
	}
	#parallax_bg_01 {
	background: -moz-linear-gradient(top,#448bb8 61%,#fff);
    background: -webkit-linear-gradient(top,#448bb8 61%,#fff);
    background: linear-gradient(to bottom,#448bb8 61%,#fff);
    padding-bottom: 50px !important;
	}
	#parallax_bg_03 {
	background: -moz-linear-gradient(top,#e0d73a 61%,#fff);
    background: -webkit-linear-gradient(top,#e0d73a 61%,#fff);
    background: linear-gradient(to bottom,#e0d73a 61%,#fff);
    padding-bottom: 50px !important;
	}
	#parallax_bg_04 {
		background: -moz-linear-gradient(top,#ca4759 50%,#fff);
    background: -webkit-linear-gradient(top,#ca4759 50%,#fff);
    background: linear-gradient(to bottom,#ca4759 50%,#fff);
		padding-bottom: 50px !important;
	}
	#parallax_bg_05 {
	background: -moz-linear-gradient(top,#66ad5d 61%,#fff);
    background: -webkit-linear-gradient(top,#66ad5d 61%,#fff);
    background: linear-gradient(to bottom,#66ad5d 61%,#fff);
	padding-bottom: 50px !important;
	}
	#parallax_bg_06 {
		background: -moz-linear-gradient(top,#dcae54 67%,#fff);
    background: -webkit-linear-gradient(top,#dcae54 67%,#fff);
    background: linear-gradient(to bottom,#dcae54 67%,#fff);
		padding-bottom: 50px !important;
	}
	#parallax_bg_07 {
	background: -moz-linear-gradient(top,#7596ab 67%,#fff);
    background: -webkit-linear-gradient(top,#7596ab 67%,#fff);
    background: linear-gradient(to bottom,#7596ab 67%,#fff);
	padding-bottom: 50px !important;
	}
	#parallax_bg_08 {
	background: -moz-linear-gradient(top,#575757 67%,#fff);
    background: -webkit-linear-gradient(top,#575757 67%,#fff);
    background: linear-gradient(to bottom,#575757 67%,#fff);
	padding-bottom: 50px !important;
	}
	/*#parallax_bg_08 {
		background: -webkit-gradient(linear,center top, center bottom,from(rgba(87,87,87, 1)), color-stop(0.3, rgba(87,87,87, 0.9)), to(rgba(255,255,0, 0)));
		background: -webkit-linear-gradient(linear,center top, center bottom,from(rgba(87,87,87, 1)), color-stop(0.3, rgba(87,87,87, 0.9)), to(rgba(255,255,0, 0)));
		background : linear-gradient(linear,center top, center bottom,from(rgba(87,87,87, 1)), color-stop(0.3, rgba(87,87,87, 0.9)), to(rgba(255,255,0, 0)));
		padding-bottom: 50px !important;
	}*/

	#parallax_bg_01,
	#parallax_bg_03,
	#parallax_bg_04,
	#parallax_bg_05,
	#parallax_bg_06,
	#parallax_bg_07,
	#parallax_bg_08 {
		padding: 14px;
	}
	#parallax_bg_01 dt,
	#parallax_bg_03 dt,
	#parallax_bg_04 dt,
	#parallax_bg_05 dt,
	#parallax_bg_06 dt,
	#parallax_bg_07 dt,
	#parallax_bg_08 dt {
		font-weight: bold;
		font-size: 24px;
		color: #fff;
		padding-bottom: 12px;
	}
	#parallax_bg_01 dl dt {
    border-bottom: 2px solid #166ea5;
}

#parallax_bg_03 dl dt {
    border-bottom: 2px solid #c0b610;
}

#parallax_bg_04 dl dt {
    border-bottom: 2px solid #a90c21;
}

#parallax_bg_06 dl dt {
    border-bottom: 2px solid #d18f11;
}

#parallax_bg_05 dl dt {
    border-bottom: 2px solid #1e950f;
}

#parallax_bg_08 dl dt {
    border-bottom: 2px solid #414141;
}

#parallax_bg_07 dl dt {
    border-bottom: 2px solid #4b6e84;
}
	#parallax_bg_01 dt span,
	#parallax_bg_03 dt span,
	#parallax_bg_04 dt span,
	#parallax_bg_05 dt span,
	#parallax_bg_06 dt span,
	#parallax_bg_07 dt span,
	#parallax_bg_08 dt span {
		font-family: "Yu Gothic","游ゴシック",YuGothic,"游ゴシック体","Helvetica Neue","Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3",Meiryo,sans-serif;
		font-size: 15px;
    	color: #fff;
    	padding-left: 10px;
	}
	#parallax_bg_01 dd,
	#parallax_bg_03 dd,
	#parallax_bg_04 dd,
	#parallax_bg_05 dd,
	#parallax_bg_06 dd,
	#parallax_bg_07 dd,
	#parallax_bg_08 dd {
		color: #fff;
		padding-top: 15px;
	}
	#business .services_detail li {padding-bottom: 20px;}
	#new_property.cont {padding: 30px 0 0;}
	#new_property img {width: 70%;}
	#new_property .area_01 .left p,
	#new_property .area_02 .left p,
	#new_property .area_03 .left p {
    text-align: center;
    margin: 20px 0;
	}
	#new_property .area_01 .left p a,
	#new_property .area_02 .left p a,
	#new_property .area_03 .left p a {
	background: #fff;
    text-decoration: none;
    border: 1px solid #2484bf;
    border-radius: 50px;
    padding: 3%;
    color: #2484bf;
	}
	#new_property .new_property {
		padding-top: 0;
	}
	#new_property .area_01 {
    transform: skew(0deg, -3deg);
    background: #fff;
    padding-top: 0 !important;
    padding: 0 20px 30px;
}
	#new_property .area_01 .naname {
    transform: skew(0deg, 3deg);
}
	#new_property .area_02 {
    background: url(../images/index_slide_01.png);
    background-attachment: fixed;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    margin-top: -7% !important;
    margin-bottom: 20px;
	padding: 30px 20px 60px;
}
    #new_property .area_03 {
    transform: skew(0deg, 3deg);
    background: #fff;
    margin-top: -8% !important;
    padding-bottom: 30px !important;
    padding: 40px 20px;
}
    #new_property .area_03 .naname {
	transform: skew(0deg, -3deg);
}
    .sp_none {display: none !important;}
    #new_property .area_03 .naname .right dd {padding-bottom: 30px;}

    .recruit .row dt {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
}
.topics_box {
    overflow-y: scroll;
	border: 1px solid #333;
    height: 300px;
    padding: 20px 10px;
}
.topics_box dl {
    margin-bottom: 26px;
}
dt.osirase:before {
    content: "お知らせ";
    background: #c9384b;
    color: #fff;
    margin-right: 10px;
    padding: 2px 10px;
}
dt.sinchaku:before {
    content: "新着情報";
    background: #49c847;
    color: #fff;
    margin-right: 10px;
    padding: 2px 10px;
}
.topics_box dd {
    display: table;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
#topics_area .container {
    border: 1px solid #333;
    margin: 0 auto;
    padding: 0;
}
figure.effect-oscar {margin: 10px 0 !important;}
figure.effect-oscar h2 {
	font-size: 7vw !important;
	margin: 0 0 0 !important;
}
figure.effect-oscar:hover figcaption {
	padding: 10px !important;
}
figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	-webkit-transform: scale(1);
    transform: scale(1);
    font-size: 3vw;
}
#parallax_bg_07 a {
    color: #fff;
    text-decoration: underline;
}
.form.row {padding: 30px 14px;}
label.form__input--label {
	display: block;
}
button, input, select, textarea {
    width: 100%;
    background: #fff;
    display: block;
}
select#category {
    height: 25px;
    margin-bottom: 20px;
}
input.btn1 {
    background: #fff;
    text-decoration: none;
    border: 1px solid #2484bf;
    border-radius: 36px;
    padding: 4%;
    color: #2484bf;
    margin-top: 20px;
}
.text_chuui {
	color: #da2c2c;
    font-weight: bold;
    padding-right: 4px
}
.footer .color_box {
    text-align: center;
    margin: 30px 0;
}
.footer .color_box img {
    width: 20px;
    padding-right: 6px;
}
.footer {padding: 0;}
figure.snip1200 img {max-width: 70%;}
figure.snip1200 p {font-size: 3.5vw !important;}
section#business {
	background: url(../images/img_service_.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slider__slides .swiper-pagination .swiper-pagination-bullet {
	width: 20px;
    height: 20px;
}

.slider__slides .swiper-pagination .swiper-pagination-bullet:before {
	width: 14px;
	height: 14px;
	top: 4px;
	background: #c9cacb;
}
.slider__slides .swiper-pagination .swiper-pagination-bullet-active {
	margin-left: 10px;
}
figure.effect-oscar {width: 100%;}
.send_btn {
	background: #fff;
    text-decoration: none;
    border: 1px solid #2484bf;
    border-radius: 36px;
    padding: 3%;
    color: #2484bf;
    margin-top: 20px;
}
.t_a_center {text-align: center;}
.grid figure h2 span {font-size: 6vw;}
.topics_box dd a {
	text-decoration: underline;
	color: #2484bf;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.topics_box dd a:hover {color: #0d11d4;}

#access_area .row li a {
    text-decoration: underline;
    color: #2484bf;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
#access_area .row li a:hover {
    color: #0d11d4;
}
textarea#confirmation-message {
	width: 90%;
    border: 1px solid #ccc;
    height: 100px;
    margin: 0 auto;
}
.remodal .remodal-header {margin-bottom: 20px;}
input#confirmation-subject,
input#confirmation-mail,
input#confirmation-name {
	text-align: center;
    margin-top: 20px;
    width: 90%;
    padding: 4px 10px;
    margin: 0 auto;
}
.required-none-error {
    display: inline-block;
}
.label_area {
		text-align: center;
		padding-left: 30px;
}
label.label_01 {display: block;}
label.label_02 {display: block;}
label.label_03 {display: block;}
label.label_04 {}

button.remodal-confirm,
button.remodal-confirm.disabled {
	background-color: #3d4bb4;
	border: solid 1px #3d4bb4;
	border-radius: 24px;
	width: 46%;
    color: #fff;
}

.remodal-confirm:hover,
button.remodal-confirm.disabled:hover {
	background-color: #fff;
	border: solid 1px #3d4bb4;
    color: #3d4bb4;
}
.remodal-cancel {
    color: #fff;
    border: solid 1px #c53d3d;
	background-color: #c53d3d;
	border-radius: 24px;
	width: 46%;
}

.remodal-cancel:hover {
	background-color: #fff;
    border: solid 1px #c53d3d;
    color: #c53d3d;
}
span#message-error {
    display: none;
}

.remodal .remodal-bottom {
	border-top: none;
	padding-top: 20px;
}

span#name-error,
span#mail-error,
.required-none-error {
    color: #c53d3d;
}

nav.globalMenuSp ul li a.navi_00 {
    background: rgba(255, 255, 255, 0.4);
}

nav.globalMenuSp ul li a.navi_01 {
    background: rgba(68, 139, 184, 0.4);
}
nav.globalMenuSp ul li a.navi_02 {
    background: rgba(222, 212, 44, 0.4);
}
nav.globalMenuSp ul li a.navi_03 {
    background: rgba(201, 55, 75, 0.4);
}
nav.globalMenuSp ul li a.navi_04 {
    background: rgba(217, 166, 68, 0.4);
}
nav.globalMenuSp ul li a.navi_05 {
    background: rgb(92, 166, 83, 0.4);
}
nav.globalMenuSp ul li a.navi_06 {
    background: rgba(87, 87, 87, 0.4);
}
nav.globalMenuSp ul li a.navi_07 {
    background: rgba(95, 125, 144, 0.4);
}
	/*#parallax_bg_01 {
	background: -ms-linear-gradient(left, 
       rgba(255,255,255, 1),
       rgba(255,255,255, 0.9) 30%,
       rgba(255,255,0, 0));
    background: -moz-linear-gradient(left 45deg, 
       rgba(255,255,255, 1),
       rgba(255,255,255, 0.9) 30%,
       rgba(255,255,0, 0));
    background: -webkit-gradient(linear, left top, right top,  
       from(rgba(68,139,184, 1)),  
       color-stop(0.3, rgba(68,139,184, 0.9)),
       to(rgba(255,255,0, 0)));
    background: linear-gradient(left 45deg, 
       rgba(255,255,255, 1),
       rgba(255,255,255, 0.9) 30%,
       rgba(255,255,0, 0));
	}
	#parallax_bg_03 {
	background: -ms-linear-gradient(left, 
       rgba(255,255,255, 1),
       rgba(255,255,255, 0.9) 30%,
       rgba(255,255,0, 0));
    background: -moz-linear-gradient(left 45deg, 
       rgba(255,255,255, 1),
       rgba(255,255,255, 0.9) 30%,
       rgba(255,255,0, 0));
    background: -webkit-gradient(linear, left top, right top,  
       from(rgba(222,212,44, 1)),  
       color-stop(0.3, rgba(222,212,44, 0.9)),
       to(rgba(255,255,0, 0)));
    background: linear-gradient(left 45deg, 
       rgba(255,255,255, 1),
       rgba(255,255,255, 0.9) 30%,
       rgba(255,255,0, 0));
	}
	#parallax_bg_04 {
		background: -ms-linear-gradient(left, 
       rgba(255,255,255, 1),
       rgba(255,255,255, 0.9) 30%,
       rgba(255,255,0, 0));
    background: -moz-linear-gradient(left 45deg, 
       rgba(255,255,255, 1),
       rgba(255,255,255, 0.9) 30%,
       rgba(255,255,0, 0));
    background: -webkit-gradient(linear, left top, right top,  
       from(rgba(201,55,75, 1)),  
       color-stop(0.3, rgba(201,55,75, 0.9)),
       to(rgba(255,255,0, 0)));
    background: linear-gradient(left 45deg, 
       rgba(255,255,255, 1),
       rgba(255,255,255, 0.9) 30%,
       rgba(255,255,0, 0));
	}
	#parallax_bg_05 {
	background: -ms-linear-gradient(left, 
       rgba(255,255,255, 1),
       rgba(255,255,255, 0.9) 30%,
       rgba(255,255,0, 0));
    background: -moz-linear-gradient(left 45deg, 
       rgba(255,255,255, 1),
       rgba(255,255,255, 0.9) 30%,
       rgba(255,255,0, 0));
    background: -webkit-gradient(linear, left top, right top,  
       from(rgba(92,166,83, 1)),  
       color-stop(0.3, rgba(92,166,83, 0.9)),
       to(rgba(255,255,0, 0)));
    background: linear-gradient(left 45deg, 
       rgba(255,255,255, 1),
       rgba(255,255,255, 0.9) 30%,
       rgba(255,255,0, 0));
	}
	#parallax_bg_06 {
		background: -ms-linear-gradient(left, 
       rgba(255,255,255, 1),
       rgba(255,255,255, 0.9) 30%,
       rgba(255,255,0, 0));
    background: -moz-linear-gradient(left 45deg, 
       rgba(255,255,255, 1),
       rgba(255,255,255, 0.9) 30%,
       rgba(255,255,0, 0));
    background: -webkit-gradient(linear, left top, right top,  
       from(rgba(217,166,68, 1)),  
       color-stop(0.3, rgba(217,166,68, 0.9)),
       to(rgba(255,255,0, 0)));
    background: linear-gradient(left 45deg, 
       rgba(255,255,255, 1),
       rgba(255,255,255, 0.9) 30%,
       rgba(255,255,0, 0));
	}
	#parallax_bg_07 {
	background: -ms-linear-gradient(left, 
       rgba(255,255,255, 1),
       rgba(255,255,255, 0.9) 30%,
       rgba(255,255,0, 0));
    background: -moz-linear-gradient(left 45deg, 
       rgba(255,255,255, 1),
       rgba(255,255,255, 0.9) 30%,
       rgba(255,255,0, 0));
    background: -webkit-gradient(linear, left top, right top,  
       from(rgba(95,125,144, 1)),  
       color-stop(0.3, rgba(95,125,144, 0.9)),
       to(rgba(255,255,0, 0)));
    background: linear-gradient(left 45deg, 
       rgba(255,255,255, 1),
       rgba(255,255,255, 0.9) 30%,
       rgba(255,255,0, 0));
	}
	#parallax_bg_08 {
		background: -ms-linear-gradient(left, 
       rgba(255,255,255, 1),
       rgba(255,255,255, 0.9) 30%,
       rgba(255,255,0, 0));
    background: -moz-linear-gradient(left 45deg, 
       rgba(255,255,255, 1),
       rgba(255,255,255, 0.9) 30%,
       rgba(255,255,0, 0));
    background: -webkit-gradient(linear, left top, right top,  
       from(rgba(87,87,87, 1)),  
       color-stop(0.3, rgba(87,87,87, 0.9)),
       to(rgba(255,255,0, 0)));
    background: linear-gradient(left 45deg, 
       rgba(255,255,255, 1),
       rgba(255,255,255, 0.9) 30%,
       rgba(255,255,0, 0));
	}*/

/*  モーダル
===================================================== */
.mfp-container {
	padding: 5%;
}
.modal__content {
	position: relative;
	width: auto;
	max-width: 900px;
	background: #fff;
	margin: 25px auto;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* overlay at start */
.mfp__modal.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
/* overlay animate in */
.mfp__modal.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp__modal.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp__modal.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* content animate it */
.mfp__modal.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp__modal.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* mfp__modal */
.mfp__modal {}
.mfp__modal .modal_inner {padding: 30px;}
.mfp__modal h1 {
	margin: 0;
	padding: 35px;
	color: #333;
	border-bottom: 1px solid #ccc;
	font-size: 1.6em;
}
.mfp__modal h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	margin: 1em 0;
	padding-bottom: 0;
}
.mfp__modal h3 {
	margin-top: 1.2em;
	font-size: 1.2em;
	font-weight: bold;
}
.mfp__modal h4 {
	margin-top: 1em;
	font-size: 1em;
	font-weight: bold;
}
.mfp__modal .contact_for {
	margin: 40px -30px 0;
	padding: 20px 30px 0;
	border-top: 1px solid #ccc;
}

.mfp__modal .contact_for p a {
	color: #00B2B2;
}
.sp_logo img {
	position: absolute;
    top: 30%;
    background-size: 200px 200px;
    width: 70% !important;
    height: auto !important;
    left: 14%;
}
header {padding: 0;}
.background {
	opacity: 0.7;
	width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
z-index: 0;
}
.sns_area.pc_none a {
	width: 32px;
    height: 32px;
    padding: 4px;
    background: #ffffff;
    border: 1px solid rgb(56, 86, 152, .3);
    border-radius: 8px;
}
main#main {margin-top: 0 !important;}
}

@media screen and (min-width: 640px) {
.container {
    width: 100%;
    max-width: 100%;
}
@media (min-width: 900px) and (max-width: 950px) {
	figure.effect-oscar figcaption {padding: 2em;}
}
@media (min-width: 900px) and (max-width: 1050px) {
	figure.effect-oscar h2 {transform: translate3d(0,20%,0);}
	figure.effect-oscar:hover h2 {transform: translate3d(0,-54%,0);}
	figure.effect-oscar:hover p.mp-25 {margin-top: -25px;}
}
@media (min-width: 1051px) and (max-width: 1200px) {
	figure.effect-oscar h2 {transform: translate3d(0,60%,0);}
	figure.effect-oscar:hover h2 {transform: translate3d(0,-50%,0);}
	figure.effect-oscar:hover p.mp-25 {margin-top: -25px;}
}

}
.font_b {font-weight: bold;}
.font_m {font-family: 'M PLUS Rounded 1c', sans-serif;}
.test {
	transform: translateX(-40px) translateY(100px);
}
.test:after {
    content: " ";
    width: 20px;
    height: 156px;
    background: -webkit-gradient(linear,center top, center bottom,from(rgb(157, 206, 255)),color-stop(0.8, rgb(160, 208, 255)),to(rgb(162, 208, 255)));
    position: absolute;
    top: 43%;
    left: -1%;
    filter: blur(5px);
}
.test:before {
	content: " ";
    width: 100px;
    height: 200px;
    background: -webkit-gradient(linear,center top, center bottom,from(rgb(142, 199, 255)),color-stop(0.5, rgb(153, 204, 255)),to(rgb(156, 205, 255)));
    position: absolute;
    top: 27%;
    left: 90%;
    filter: blur(8px);
}
@media (min-width: 900px) and (max-width: 1070px) {
.test {
    transform: translateX(40px) translateY(30px);
}
}