/* top */
/*------------------------------------------------*/
#kv {
  position: relative;
  background-color: #e0e3ee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
#kv:before {
  width: 100%;
  height: 520px;
  content: "";
  display: block;
  background-image: url(../images/top/left.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 360px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1170px) {
  #kv:before {
    background-size: 330px;
  }
}
@media only screen and (max-width: 1110px) {
  #kv:before {
    background-size: 295px;
  }
}
@media only screen and (max-width: 1030px) {/* max-width: 959px */
  #kv:before {
    display: none;
  }
}
#kv:after {
  width: 100%;
  height: 520px;
  content: "";
  display: block;
  background-image: url(../images/top/right.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 360px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1170px) {
  #kv:after {
    background-size: 330px;
  }
}
@media only screen and (max-width: 1110px) {
  #kv:after {
    background-size: 295px;
  }
}
@media only screen and (max-width: 1030px) {/* max-width: 959px */
  #kv:after {
    display: none;
  }
}
#kv .inner {
  font-size: 0px;
  text-align: center;
}
#kv .inner > * {
  display: inline-block;
  vertical-align: middle;
}
#kv .inner .main {
  position: relative;
  z-index: 5;
}
#kv .inner .kvPict img {
  width: 300px;
  max-width: none;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #kv .inner .kvPict img {
    width: 240px;
  }
}
@media only screen and (max-width: 600px) {
  #kv .inner .kvPict img {
    width: 42vw;
  }
}
#kv .inner .kvTitle {
  margin-left: 45px;
  text-align: left;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #kv .inner .kvTitle {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 600px) {
  #kv .inner .kvTitle {
    margin-top: 8%;
    margin-left: 0;
    text-align: center;
  }
}
#kv .inner .kvTitle .pict {
  margin-top: 15px;
  width: 270px;
}
@media only screen and (max-width: 600px) {
  #kv .inner .kvTitle .pict {
    width: 45vw;
    margin: 5% auto 0;
  }
}
#kv .inner .kvTitle .title {
  font-size: 36px;
  letter-spacing: 0.2em;
  color: #2083d3;
  line-height: 1.2;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  #kv .inner .kvTitle .title {
    font-size: 6.2vw;
    letter-spacing: 0.02em;
  }
}
#kv .inner .kvTitle .title img {
  width: 85%;
}
#kv .inner .kvTitle .en {
  margin-top: 5px;
  line-height: 1;
  color: #2083d3;
  font-size: 16px;
  letter-spacing: 0.03em;
  font-weight: bold;
}
#kv .inner .kvTitle .text {
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #ffefae;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  #kv .inner .kvTitle .text {
    margin-top: 4%;
    font-size: 4.3vw;
  }
}

/*#kv{
	width: 100%;
	height: 530px;
	background-image: url(../images/top/kv.png);
	background-size: cover;
	background-position: center center;
	position: relative;
	.sectionInner{
	}
	.inner{
		.kvTitle{
			text-align: center;
			background-color: rgba(255,255,255,0.8);
			padding: 30px 35px;
			position: absolute;
			top: 40px;
			left: 40px;
			@include box-sizing();
			.title{
				@include fs(28);
				letter-spacing: 0.02em;
				line-height: 1;
				font-weight: bold;
				color: $base_color;
			}
			.text{
				margin-top: 15px;
				@include fs(17);
				line-height: 1.6;
			}
		}
		.pict{
			position: absolute;
			bottom: 20px;
			right: 20px;
			img{
				width: 280px;
			}
		}
	}
}*/
.secTitleArea .title {
  text-align: center;
}
.secTitleArea .title .en {
  display: block;
  font-size: 38px;
  line-height: 1;
  color: #2083d3;
}
@media only screen and (max-width: 600px) {
  .secTitleArea .title .en {
    font-size: 7vw;
  }
}
.secTitleArea .title .ja {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 600px) {
  .secTitleArea .title .ja {
    margin-top: 3%;
    font-size: 3.8vw;
  }
}
.secTitleArea + .secDetailArea {
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .secTitleArea + .secDetailArea {
    margin-top: 10%;
  }
}

#news {
  margin: 100px 0;
}
@media only screen and (max-width: 600px) {
  #news {
    margin: 20% 0;
  }
}

#pickup {
  background-color: #f2f5f9;
  padding: 100px 0;
}
@media only screen and (max-width: 600px) {
  #pickup {
    padding: 20% 0;
  }
}
#pickup .topPickupArea ul {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#pickup .topPickupArea ul li {
  width: 31%;
}
@media only screen and (max-width: 600px) {
  #pickup .topPickupArea ul li {
    width: 100%;
    margin-top: 8%;
  }
  #pickup .topPickupArea ul li:first-of-type {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  #pickup .topPickupArea ul li a .pictArea .pict {
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -ms-transition-property: transform;
    -o-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  #pickup .topPickupArea ul li a .textArea .text {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  #pickup .topPickupArea ul li a:hover .pictArea .pict {
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  #pickup .topPickupArea ul li a:hover .textArea .text {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
#pickup .topPickupArea ul li a .pictArea {
  overflow: hidden;
}
#pickup .topPickupArea ul li a .pictArea .pict {
  width: 100%;
  padding-top: 55%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
  #pickup .topPickupArea ul li a .pictArea .pict {
    padding-top: 57%;
  }
}
#pickup .topPickupArea ul li a .pictArea .pict img {
  width: 100%;
  height: 0;
  visibility: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#pickup .topPickupArea ul li a .textArea {
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  #pickup .topPickupArea ul li a .textArea {
    margin-top: 5%;
  }
}
#pickup .topPickupArea ul li a .textArea .text {
  font-size: 18px;
  color: #2083d3;
}
@media only screen and (max-width: 600px) {
  #pickup .topPickupArea ul li a .textArea .text {
    font-size: 4.5vw;
    text-align: center;
  }
}

#accessMap .accessWrap {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  #accessMap .accessWrap {
    display: block;
  }
}
#accessMap .accessWrap .accessBox {
  /* width: 50%; */
	width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  #accessMap .accessWrap .accessBox {
    width: 100%;
    padding: 5%;
  }
}
/* #accessMap .accessWrap .accessBox:last-child {
  padding-left: 0;
}
@media only screen and (max-width: 600px) {
  #accessMap .accessWrap .accessBox:last-child {
    padding-left: 5%;
    padding-top: 0;
  }
} */
#accessMap .textArea {
  padding: 20px 0;
  display: block;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #accessMap .textArea {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8% 0;
  }
}
#accessMap .textArea .title {
  font-size: 18px;
  color: #2083d3;
  font-weight: bold;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  #accessMap .textArea .title {
    font-size: 4.5vw;
  }
}
#accessMap .textArea .text {
  margin-left: 30px;
  font-size: 16px;
  line-height: 1.3;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  #accessMap .textArea .text {
    margin-top: 2%;
    margin-left: 0;
    font-size: 4vw;
  }
}
#accessMap .mapArea .map iframe {
  width: 100%;
  height: 400px;
}
@media only screen and (max-width: 600px) {
  #accessMap .mapArea .map iframe {
    height: 250px;
  }
}
