@charset "UTF-8";

#wrapper {
	background: url(../images/gradation_bg.jpg) top #00b7e9 no-repeat; 
	background-size: 100%;
	background-attachment: fixed;
}
#about,#news,#pickup,#access {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}
#about.scrollin,
#news.scrollin,
#pickup.scrollin,
#access.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.inner {
	padding: 0 10px;
}
.section-tit01 {
	width: 152px;
	margin: 0 auto;
}
.combination {
	width: 142px;
	margin: 39px auto 10px;
}
.section-catchcopy {
	width: 521px;
	margin: auto; 
}
.section-txt01 {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	margin: 39px 0 70px;
}
.section-tit01 img,
.combination img,
.section-catchcopy img {
	width: 100%;
	height: auto;
}

.top #main-logo p {
	color: #fff;
	padding-left: 24px;
}
.top #main-logo p:after {
	content: none;
}
@media (min-width:981px) {
	.top header {
	    position: static;
	    width: auto;
	    height: auto;
	    background: none;
	}
	.top #top-return {
		opacity: 1 !important;
		bottom: 0;
		display: block !important;
		position: fixed;
	}
}
@media (max-width:980px) {
	.section-tit01 {
	    width: 121px;
	}
	.inner {
	    padding: 0 34px;
	}
	.section-txt01 {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.top header {
		background: #00196d;
	}
	.top #main-logo p {
		padding-left: 10px;
	}
	.section-catchcopy {
		width: 264px;
		margin: auto; 
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 背景
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@-webkit-keyframes cardScale{
	0%{
	-webkit-transform:scaleY(1);
	transform:scaleY(1);
	}
	50%{
	-webkit-transform:scaleY(1.1);
	transform:scaleY(1.1);
	}
	100%{
	-webkit-transform:scaleY(1);
	transform:scaleY(1);
	}
}

@keyframes cardScale{
	0%{
	-webkit-transform:scaleY(1);
	transform:scaleY(1);
	}
	50%{
	-webkit-transform:scaleY(1.1);
	transform:scaleY(1.1);
	}
	100%{
	-webkit-transform:scaleY(1);
	transform:scaleY(1);
	}
}
#slide-bg {
	position: fixed;
	left: 0;
	top: 0;
}
#slide-bg img {
	width: 100%;
	height: auto;
}
#slide-bg .list-wrap .list {
	margin:0 !important;
	width: 3050px !important;
}
#slide-bg .list-wrap .list ul {
	position: relative;
	width: 170px;
	top: -751px !important;
	float: left;
	transform: translateY(0)!important;
	padding-left: 20px !important;
	padding-right: 0 !important;
}
#slide-bg .list-wrap .list ul li{
	position:relative;
	height: 230px !important;
	margin-top: 20px !important;
	margin-right: 0 !important;
}
#slide-bg .list-wrap .list ul li.is-tween{
	-webkit-animation:cardScale 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 600ms forwards;
	animation:cardScale 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 600ms forwards;
}
@-webkit-keyframes cardScale{
	0%{
	-webkit-transform:scale(1);
	transform:scale(1);
	}
	50%{
	-webkit-transform:scale(1.04);
	transform:scale(1.04);
	}
	100%{
	-webkit-transform:scale(1);
	transform:scale(1);
	}
}
@keyframes cardScale{
	0%{
	-webkit-transform:scale(1);
	transform:scale(1);
	}
	50%{
	-webkit-transform:scale(1.04);
	transform:scale(1.04);
	}
	100%{
	-webkit-transform:scale(1);
	transform:scale(1);
	}
}
#slide-bg .list-wrap .list ul li.is-tween .before{
	-webkit-transform:rotateY(90deg);
	transform:rotateY(90deg);
}
#slide-bg .list-wrap .list ul li.is-tween .after{
	-webkit-transform:rotateY(0deg);
	transform:rotateY(0deg);
}
#slide-bg .list-wrap .list ul li span{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-transition:-webkit-transform 250ms cubic-bezier(0.53, 0.18, 0.23, 0.68) 500ms;
	transition:-webkit-transform 250ms cubic-bezier(0.53, 0.18, 0.23, 0.68) 500ms;
	transition:transform 250ms cubic-bezier(0.53, 0.18, 0.23, 0.68) 500ms;
	transition:transform 250ms cubic-bezier(0.53, 0.18, 0.23, 0.68) 500ms, -webkit-transform 250ms cubic-bezier(0.53, 0.18, 0.23, 0.68) 500ms;
}
#slide-bg .list-wrap .list ul li .before{
	-webkit-transform:rotateY(0deg);
	transform:rotateY(0deg);
}
#slide-bg .list-wrap .list ul li .after{
	-webkit-transform:rotateY(90deg);
	transform:rotateY(90deg);
	-webkit-transition-delay:750ms;
	transition-delay:750ms;
}

@media (max-width:980px) {
	#slide-bg .list-wrap .list ul {
		width: 84px;
		padding-left: 8px !important;
		top: -68px !important;
	}
	#slide-bg .list-wrap .list ul li {
		height: 114px !important;
		margin-top: 8px !important;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 サイドメニュー 固定部分
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#side-fixed {
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 70px;
	z-index: 1;
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
#side-fixed p {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 21px;
	margin: auto;
	width: 12px;
	height: 276px; 
}
#side-fixed.shift {
	height: calc(100vh - 355px);
}
#side-fixed.shift p img {
	width: 100%;
	height: auto;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 news誘導 固定部分
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#news-induction {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 70px;
	overflow: hidden;
	transition-duration: inherit;
	-moz-transition-duration: inherit;
	-webkit-transition-duration: inherit;
	z-index: 1;
}
#news-induction p {
	float: left;
}
#news-induction .news-induction-txt {
	color: #00196d;
	padding: 22px 25px;
}
#news-induction .news-induction-txt time {
	position: relative;
	top: 2px;
	margin-right: 14px;
	font-family:"Century Gothic", sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 20px;
}
#news-induction .news-icon {
	position: relative;
	width: 70px;
}
#news-induction .news-icon img {
	width: 100%;
	height: auto;
}
#news-induction .news-icon.new:after {
	content: "";
	background: #dc231e;
	border-radius: 50%;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 13px;
	right: 18px;
} 
#news-induction .news-induction-btn {
	float: right;
	background: #a0b9e1;
	color: #00196d; 
	margin: 15px 85px 15px 0;
	width: 145px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}
@media (max-width:980px) {
	#news-induction .news-induction-txt {
		padding: 10px;
	}
	#news-induction .news-induction-txt time {
		font-size: 15px;
		display: block;
	}
	#news-induction .news-induction-btn {
		margin: 8px;
		width: 55px;
		height: 55px;
		line-height: 55px;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 札幌で叶える夢のカタチ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#main-contents {
	position: relative;
	box-sizing: border-box;
}
#main-contents h2 {
	position: relative;
	height: 74vh;
}
#main-contents .main-tit {
	padding: 70px 0 180px;
	width: calc(100% / 2);
	background: rgba(0,25,109,0.9);
}
#main-contents h2 img {
	max-width: 389px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
}
#main-contents #fixed-navi {
	position: fixed;
	left: 17px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 121px;
	z-index: 1;
	display: none;
}
#main-contents #fixed-navi.opacity {
	opacity: 0;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
#main-contents #fixed-navi li {
	position: relative;
	height: 32px;
}
#main-contents #fixed-navi li + li:before {
	content: "";
	width: 5px;
	height: 4px;
	background: #fff;
	border-radius: 0 20px 20px 0;
	position: absolute;
	top: -7px;
}
#main-contents #fixed-navi li a {
	display: block;
	position: relative;
	padding-top: 5px;
}
#main-contents #fixed-navi li a:before {
	content: "";
	left: 0;
	position: absolute;
	width: 14px;
	height: 11px;
	opacity: 0;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
#main-contents #fixed-navi li:nth-child(1) a:before {
	background: url(../images/num01_on.png) no-repeat; 
}
#main-contents #fixed-navi li:nth-child(2) a:before {
	background: url(../images/num02_on.png) no-repeat; 
}
#main-contents #fixed-navi li:nth-child(3) a:before {
	background: url(../images/num03_on.png) no-repeat; 
}
#main-contents #fixed-navi li:nth-child(4) a:before {
	background: url(../images/num04_on.png) no-repeat; 
}
#main-contents #fixed-navi li.current a:before {
	opacity: 1;
}
#main-contents #fixed-navi li.current a img {
	opacity: 0;
}
#main-contents .scroll_down_cont {
	width: calc(100% / 2);
	background: rgba(0,25,109,0.9);
}
#main-contents #scroll_down {
	width: 100%;
	margin: auto;
	position: relative;
	top: -184px;
	text-align: center;
}
#main-contents #scroll_down img {
	width: 66px;
	height: auto;
}
@keyframes scrollMove {
	0%{
		transform:translateY(-40px);
		-moz-transform:translateY(-40px);
		-webkit-transform:translateY(-40px);
	}
	50%{
		transform:translateY(40px);
		-moz-transform:translateY(40px);
		-webkit-transform:translateY(40px);
	}
	100%{
		transform:translateY(-40px);
		-moz-transform:translateY(-40px);
		-webkit-transform:translateY(-40px);
	}
}
#main-contents #scroll_down span {
	position: absolute;
	height: 70px;
	background: -moz-linear-gradient(top, #64aadc, #405bab);
	  background: -webkit-linear-gradient(top, #64aadc, #405bab);
	  background: linear-gradient(to bottom, #64aadc, #405bab); 
	width: 3px;
	right: 0;
	left: 0;
	bottom: -80px;
	margin: auto;
	border-radius: 10px;
	font-size: 0;
	display: inline-block;
	overflow: hidden;
}

#main-contents #scroll_down span:after {
	content: "";
    background-image: url(../images/scroll_down_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    width: 100%;
    height: 100%;
    animation: scrollMove 5s infinite .1s;
    background-size: cover;
}


@media (max-width:980px) {
	#wrapper {
		padding-top: 280px;
	}
	#main-contents {
		width: 100%;
		position: relative;
		background: rgba(0,25,109,1);
	}
	#main-contents .main-tit {
	    padding: 70px 64px;
		max-width: 420px;
		margin: auto;
		width: auto;
	}
	#main-contents h2 {
	    height: auto;
	    text-align: center;
	}
	#main-contents h2 img {
		position: static;
		max-width: 100%;
	}
	#main-contents .scroll_down_cont {
		width: auto;
	}
	#main-contents #scroll_down {
		top: -22px;
	}
	#main-contents #fixed-navi {
		left: 10px;
	}
}
@media (min-width:767px) and (max-width:980px) {
	#wrapper {
		padding-top: 425px;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 01 ABOUT
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.about_wrapper {
	background: #00196d;
	padding-bottom: 20px;
}
#about {
	padding-top: 70px;
	width: 822px;
	margin: 0 auto;
}
.about-list ul {
	font-size: 0;
}
.about-list li {
	float: left;
	position: relative;
	width: calc(( 100% / 3 ) - 14px );
	display: inline-block;
	margin-right: 20px;
}
.about-list li:nth-child(3n) {
	margin-right: 0;
}
.about-list li a {
	display: block;
}
.about-list .about-list_bg {
	display: block;
	width: 261px;
	height: 261px;
	position: relative;
	overflow: hidden;
}
.about-list li .about-list_arrow:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	bottom: 12px;
	right: 16px;
	z-index: 2;
	transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
}
.about-list li .about-list_cont {
	width: 183px;
	height: 183px;
	box-sizing: border-box;
	margin: 39px auto 0;
	background: #fff;
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 128px 0 0 0;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	box-shadow: 0px 0px 8px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 8px rgb(0 0 0 / 30%);
}
.about-list li a:hover .about-list_cont {
	opacity: .6;
}
.about-list li .about-list_arrow:after {
	content: "";
	position: absolute;
	width: 39px;
	height: 39px;
	background: #00196d; 
	bottom: 0;
	right: 0;
	z-index: 1;
	transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}
.about-list .about-list_bg:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
}
.about-list li .about-list_cont:after {
	content: "";
	width: 53px;
	height: 58px;
	position: absolute;
	top: 41px;
	left: 0;
	right: 0;
	margin: auto;
	margin: auto;
	z-index: 1;
	background-size: 100% !important;
}
.about-list li a:hover {
	opacity: 1;
}
.about-list_tit {
	font-size: 18px;
	font-weight: bold;
	color: #00196d;
}
.about-list li:nth-child(1) .about-list_bg:after {
	background-image: url(../images/about_img01.jpg);
	background-position: 0 top;
}
.about-list li:nth-child(1) .about-list_cont:after {
	background: url(../images/about_img01_icon.gif) no-repeat;
}
.about-list li:nth-child(2) .about-list_bg:after {
	background-image: url(../images/about_img02.jpg);
	background-position: 0 top;
}
.about-list li:nth-child(2) .about-list_cont:after {
	background: url(../images/about_img02_icon.gif) no-repeat;
}
.about-list li:nth-child(3) .about-list_bg:after {
	background-image: url(../images/about_img03.jpg);
	background-position: -37px top;
}
.about-list li:nth-child(3) .about-list_cont:after {
	background: url(../images/about_img03_icon.gif) no-repeat;
}

@media (min-width:981px) {
	.about-list li a:hover .about-list_bg:after {
		opacity: .8;
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
}
@media (max-width:1100px) {
	.about-list_tit {
		font-size: 16px;
	}
}
@media (max-width:980px) { 
	.about_wrapper {
		padding-bottom: 0;
	}
	#about {
		padding-top: 180px;
		width: auto;
	}
}
@media (min-width:768px) and (max-width:980px) { 
	.about-list li .about-list_cont {
		margin: 34px; 
	}
}
@media (max-width:767px) { 
	.about-list {
		padding: 0 34px; 
	}
	.about-list li {
		float: none;
		width: 100%;
		margin-right: 0;
		display: block;
	}
	.about-list .about-list_bg {
		width: auto;
		height: 36.6vw;
	}
	.about-list li .about-list_arrow:after {
		width: 23px;
		height: 23px;
	}
	.about-list li .about-list_arrow:before {
		bottom: 6px;
		right: 7px;
		width: 8px;
		height: 8px;
	}
	.about-list li .about-list_cont {
	    width: 116px;
	    height: 90px;
	    box-sizing: border-box;
	    position: absolute;
	    right: 23px;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	    padding-top: 62px;
	}
	.about-list li .about-list_cont:after {
		width: 32px;
		height: 35px;
		top: 17px;
		background-size: 100% !important;
	}
	.about-list_tit {
	    font-size: 12px;
	}
	.about-list li .about-list_bg:after {
		background-position: 0 16% !important;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 02 NEWS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.news_wrapper {
	background: #dce6f0;
	background: linear-gradient(180deg, rgba(0,25,109,1) 0%, rgba(0,25,109,1) 120px, rgba(220,230,240,1) 120px, rgba(220,230,240,1) 100%);
	padding-bottom: 40px;
}
#news {
	width: 822px;
	margin: 0 auto;
	padding-top: 80px;
}
#news img {
	width: 100%;
	height: auto;
}
#news time {
	font-family:"Century Gothic", sans-serif;
	font-weight: 600;
	font-style: italic;
	color: #00196d;
	font-size: 40px;
}
#news ul {
	margin-top: 45px;
}
#news li .news_img{
  width: 466px;
}
#news li figure {
	width: 100%;
	display: flex;
  flex-wrap: wrap;
}
#news li a {
	display: block;
	color: #00196d;
	text-decoration: underline;
	word-break: break-all;
}
#news .news-list-cont {
	width: 411px;
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
  margin-top: 73px;
  margin-left: -55px;
}
#news li p {
	line-height: 24px;
	color: #00196d;
	margin-top: 15px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
#news figure {
	margin: 0; 
}
#news li + li {
	margin-top: 30px;
}
@media (max-width:980px) {
	.news_wrapper {
		padding-bottom: 0;
	}
	#news {
		width: auto;
		padding-top: 88px;
	}
	#news time {
		font-size: 30px;
	}
	#news .news-list-cont {
		padding: 10px;
		margin: -38px 17px 0;
		width: auto;
		position: relative;
		top: 0;
		right: 0;
	}
	#news li figure {
		width: auto;
    display: block;
	}
	#news li p {
		font-size: 13px;
		line-height: 20px;
	}
	#news li + li {
    margin-top: 25px;
	}
}
@media (min-width:767px) and (max-width:980px) {
	#news .news-list-cont {
		min-height: 150px;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 03 PICKUP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.pickup_wrapper {
	background: #00196d;
	background: linear-gradient(180deg, rgba(220,230,240,1) 0%, rgba(220,230,240,1) 120px, rgba(0,25,109,1) 120px, rgba(0,25,109,1) 100%);
	padding-bottom: 15px;
}
#pickup {
	width: 822px;
	margin: 0 auto;
	padding-top: 80px;
}
#pickup h4 {
	background: #fff;
	color: #00196d;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	padding: 2px 14px;
	margin-bottom: 10px;
}
#pickup ul {
	margin-top: 25px;
}
#pickup ul li {
	width: 391px;
}
#pickup ul li:nth-child(odd) {
	float: left;
}
#pickup ul li:nth-child(even) {
	float: right;
}
#pickup ul li .pickup_list_cont {
	min-height: 378px;
	border: 4px solid #fff;
	padding: 16px;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 26px;
}
#pickup ul li .pickup_list_cont > div {
	margin-bottom: 15px;
}
#pickup ul li .pickup_list_cont figure {
	margin: 0;
	padding: 0;
	float: left;
}
#pickup ul li .pickup_list_cont .pickup_list_inner {
	float: left;
	margin-left: 32px;
}
#pickup ul li .pickup_list_cont .pickup_list_inner h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}
#pickup ul li.pickup01 .pickup_list_cont .pickup_list_inner h5 {
	color: #e96d0d;
	padding: 15px 0 15px;
}
#pickup ul li.pickup02 .pickup_list_cont .pickup_list_inner h5 {
	color: #64aadc;
	padding: 8px 0 5px;
}
#pickup ul li .pickup_list_cont .pickup_list_inner h5 span {
	font-size: 16px;
}
#pickup ul li .pickup_list_cont .pickup_list_inner p {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
#pickup ul li .pickup_list_cont > p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 9px;
}
#pickup ul li .pickup_list_cont dl {
	margin-bottom: 14px;
}
#pickup ul li .pickup_list_cont dt {
	float: left;
	font-size: 14px;
	color: #fff;
}
#pickup ul li .pickup_list_cont dd {
	font-size: 14px;
	color: #fff;
}
#pickup ul li .pickup_list_cont a {
	font-size: 14px;
	font-weight: bold;
	color: #00196d;
	display: block;
	background: #a0b9e1;
	position: absolute;
	bottom: -4px;
	right: -4px;
	padding: 7px 33px 7px 20px;
}
#pickup ul li .pickup_list_cont a:after {
	content: "";
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	border-top: 2px solid #00196d;
	border-right: 2px solid #00196d;
}
#pickup ul li > p {
	font-size: 14px;
	color: #fff;
}
@media (max-width:980px) {
	.pickup_wrapper {
		padding-bottom: 0;
	}
	#pickup {
		width: auto;
		padding-top: 85px;
	}
	#pickup h3 > img {
		top: -35px;
	}
	#pickup ul {
		margin-top: 0;
	}
	#pickup ul li {
		width: auto;
		margin-bottom: 20px;
	}
	#pickup ul li:nth-child(odd) {
		float: none;
	}
	#pickup ul li:nth-child(even) {
		float: none;
	}
	#pickup ul li .pickup_list_cont {
		min-height: auto;
		padding: 10px;
		margin-bottom: 20px;
	}
	#pickup ul li .pickup_list_cont > div {
		margin-bottom: 15px;
	}
	#pickup ul li .pickup_list_cont figure {
		margin: 0;
		padding: 0;
		float: left;
		width: 45%;
	}
	#pickup ul li .pickup_list_cont figure img {
		width: 100%;
	}
	#pickup ul li .pickup_list_cont .pickup_list_inner {
		float: left;
		margin-left: 10px;
		width: 48%;
	}
	#pickup ul li .pickup_list_cont .pickup_list_inner h5 {
		font-size: 14px;
		line-height: 1.4;
	}
	#pickup ul li.pickup01 .pickup_list_cont .pickup_list_inner h5,
	#pickup ul li.pickup02 .pickup_list_cont .pickup_list_inner h5 {
		padding: 5px 0 10px;
	}
	#pickup ul li .pickup_list_cont .pickup_list_inner h5 span {
		font-size: 13px;
	}
	#pickup ul li .pickup_list_cont .pickup_list_inner p {
		font-size: 13px;
	}
	#pickup ul li .pickup_list_cont > p {
		font-size: 13px;
		margin-bottom: 9px;
	}
	#pickup ul li .pickup_list_cont dl {
		margin-bottom: 14px;
	}
	#pickup ul li .pickup_list_cont dt {
		float: left;
		font-size: 13px;
	}
	#pickup ul li .pickup_list_cont dd {
		font-size: 13px;
	}
	#pickup ul li .pickup_list_cont a {
		font-size: 13px;
		position: relative;
		bottom: 0;
		right: 0;
		width: 70px;
		padding: 8px 33px 6px 20px;
		margin: 0 auto;
	}
	#pickup ul li > p {
		font-size: 13px;
	}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 04 ACCESS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.access_wrapper {
	background: #a0b9e1;
	background: linear-gradient(180deg, rgba(0,25,109,1) 0%, rgba(0,25,109,1) 120px, rgba(220,230,240,1) 120px, rgba(220,230,240,1) 100%);
	padding-bottom: 80px;
}
#access {
	width: 822px;
	margin: 0 auto;
	padding-top: 80px;
}
#access h4 {
	font-weight: bold;
	font-size: 20px;
	color: #00196d;
	line-height: 29px;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 37px;
}
#access iframe {
	width: 100%;
	height: 340px;
	margin: 13px 0 35px;
}
#access address {
	color: #00196d;
	float: left;
}
#access .access-btn {
	color: #00196d;
	padding-left: 15px;
	text-decoration: underline;
	position: relative;
	float: right;
}
#access .access-btn:before {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	margin: auto; 
	border-top: 1px solid #00196d;
	border-right: 1px solid #00196d;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.access-tel {
	position: relative;
	background: #00196d;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	display: block;
	line-height: 81px;
	padding-left: 49px;
	width: 430px;
	height: 77px;
	margin: 0 auto;
	box-sizing: border-box;
}
.access-tel span {
	font-size: 16px;
	font-weight: normal;
}
.access-tel:before {
	content: "";
	width: 38px;
	height: 42px;
	position: absolute;
	left: 30px;
	top: 0;
	bottom: 0;
	margin: auto; 
	background: url(../images/tel_icon.gif) no-repeat; 
	background-size: 100%; 
}
@media (max-width:980px) { 
	.access_wrapper {
		padding-bottom: 44px;
	}
	#access {
		width: auto;
		padding-top: 88px;
	}
	#access h3 > img {
		top: -31px;
	}
	#access h4 {
		margin: 0 0 30px; 
	}
	#access address {
		float: none;
	}
	#access .access-btn {
		padding-left: 15px;
		float: none;
	}
	#access iframe {
		height: 305px;
		margin: 13px 0 ;
	}
	.access-tel {
		width: auto;
		height: 62px;
		line-height: 66px;
		border-radius: 3px;
		font-size: 20px;
		padding-left: 15%;
	}
	.access-tel span {
		font-size: 14px;
	}
	.access-tel:before {
		width: 28px;
		height: 31px;
		line-height: 20px;
		left: 9%;
	}
}
@media (max-width:320px) {
	.access-tel:before {
		width: 22px;
		height: 24px;
		left: 5%;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 採用に関するお問い合わせ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.adoption_wrapper {
	background: #dce6f0;
	padding: 60px 0 77px;
}
#adoption {
	width: 822px;
	margin: 0 auto;
}
#adoption h3 {
	font-weight: bold;
	font-size: 18px;
	color: #00196d;
	text-align: center;
	margin-bottom: 6px; 
}
#adoption h3 + p,
#adoption address {
	line-height: 24px;
	color: #00196d;
	text-align: center;
}
#adoption address {
	margin-bottom: 66px;
}
#adoption > ul {
	margin-top: 22px;
}
#adoption ul ul {
	background: #fff;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
	margin: -20px 0 0 20px;
	padding: 37px 30px 26px;
}
#adoption > ul > li {
	position: relative;
	width: 350px;
	float: left;
	padding: 0 31px 0 30px;
}
#adoption li h4 {
	color: #fff;
	width: 132px;
	height: 41px;
	line-height: 43px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	background: #00196d; 
	position: relative;
}
#adoption li h4:before {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 21px;
	height: 12px;
	background: url(../images/adoption_caption.png) no-repeat;
	background-size: 100%;
}
#adoption li li + li {
	margin-top: 14px;
}
#adoption .adoption-mail,
#adoption .adoption-tell {
	padding-left: 39px;
	color: #00196d;
	position: relative;
}
#adoption .adoption-tell span {
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -0.1px;
}
.adoption-mail:before,
.adoption-tell:before {
	content: "";
	background: url(../images/mail_icon.gif) no-repeat;
	width: 29px;
	height: 29px;
	background-size: 100% !important;
	position: absolute;
	top: -5px;
	left: 0;
	margin: auto; 
}
.adoption-tell:before {
	background: url(../images/tel_icon02.gif) no-repeat;
}

/*
@media (min-width:1700px){ 
	#adoption > ul > li {
		width: 49%;
	}
	#adoption > ul > li + li {
		margin-top: 0;
	}
	#adoption > ul > li:nth-child(odd) {
		float: left;
	}
	#adoption > ul > li:nth-child(even) {
		float: right;
	}
}
*/
@media (max-width:980px) {
	.adoption_wrapper {
		padding: 50px 34px 50px;
	}
	#adoption {
		width: auto;
	}
	#adoption address {
		margin-bottom: 0;
	}
	#adoption h3 + p, #adoption address {
		font-size: 13px;
	}
	#adoption > ul > li {
		width: auto;
		float: none;
		padding: 0;
	}
	#adoption > ul > li + li {
		margin-top: 10px;
	}
	#adoption ul ul {
		padding: 37px 20px 26px 20px;
	}
	#adoption li h4 {
		font-size: 15px;
	}
	#adoption .adoption-tell {
		font-size: 12px;
		line-height: 20px;
	}
}
@media (max-width:350px) {
	#adoption h3 + p, #adoption address {
		font-size: 11px;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 バナーポップアップ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#popWrap,
#popup {
	display: none;
}
#popWrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	z-index: 998;
	cursor: pointer;
}
#popup {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -134px;
	margin-left: -460px;
	max-width: 707px;
	height: 268px;
	padding: 58px 105px 0;
	background: #fff;
	z-index: 999;
}
#popup p:first-child {
	font-size: 13px;
	line-height: 24px;
	height: 134px;
}
#popup ul {
	margin-left: 0;
	overflow: hidden;
	list-style-type: none;
}
#popup li {
	float: left;
}
#popup li + li {
	float: right;
}
#popup li a,
#popup li button {
	display: block;
	width: 279px;
	height: 62px;
	font-size: 16px;
	font-weight: bold;
	line-height: 56px;
	text-align: center;
	border: none;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 3px solid;
}
#popup li a {
	color: #fff;
	background: #005ead;
	border-color: #005ead;
}
#popup li a:hover {
	color: #fff100;
	text-decoration: none;
}
#popup li button {
	color: #000;
	background: #fff;
	border-color: #d8d8d8;
	cursor: pointer;
	-webkit-appearance: none;
}
#popup li button:hover {
	color: #999999;
}
#popup li button::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin-top:-2px;
	margin-bottom: -2px;
}
#popup p.close {
	top: 0;
	right: 0;
	width: 30px;
	height: 0;
	padding-top: 30px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	background: #d8d8d8;
}
#popup p.close:before,
#popup p.close:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#popup p.close:before {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#popup p.close:after {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
@media screen and (max-width: 979px){
	#popup {
		padding: 20px 25px;
		top: 148px;
		left: 475px;
		right: 15px;
		bottom: 15px;
		height: auto;
		max-width: 100%;
	}
	#popup p:first-child {
		height: auto;
		margin-bottom: 15px;
	}
	#popup ul li {
		float: none;
	}
	#popup ul li a,
	#popup ul li button {
		width: 100%;
		max-width: 279px;
		margin: 0 auto;
	}
	#popup ul li button {
		margin-top: 10px;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
}