/* ====================
		mainArea
==================== */
#mainArea {
  /* ========== mvArea ========== */
  /* ========== pickup ========== */
  /* ========== supportArea ========== */
}

#mainArea #mvArea {
  position: relative;
  margin-bottom: 90px;
  padding-bottom: 70px;
}

@media screen and (max-width: 769px) {
  #mainArea #mvArea {
    margin-bottom: 50px;
    padding-bottom: 39px;
  }
}

@media screen and (max-width: 769px) {
  #mainArea #mvArea2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}

#mainArea #mvArea .swiper-slide a {
  position: relative;
  display: block;
  color: #404040;
  text-decoration: none;
}

/**
#mainArea #mvArea .swiper-slide .mvTextBox {
  position: absolute;
  display: inline-block;
  top: auto;
  left: auto;
  bottom: 50%;
  right: 6%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  text-align: right;
}
**/

#mainArea #mvArea .swiper-slide .mvTextBox {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit- translateX(-50%);
  text-align: center;
}


@media screen and (max-width: 769px) {
  #mainArea #mvArea .swiper-slide .mvTextBox {
	 width: 75%;
  }
}


#mainArea #mvArea .swiper-slide .mvTextBoxC {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit- translate(-50%,-50%);
  text-align: center;
}


#mainArea #mvArea .swiper-slide .mvTextBoxL {
  position: absolute;
  display: inline-block;
  top: 90%;
  left: 50%;
  transform: translate(-50%,-90%);
  -webkit- translate(-50%,-90%);
  text-align: center;
}

@media screen and (max-width: 769px) {
  #mainArea #mvArea .swiper-slide .mvTextBoxC {
	 width: 75%;
  }
}

@media screen and (max-width: 769px) {
  #mainArea #mvArea .swiper-slide .mvTextBoxL {
  position: absolute;
  display: inline-block;
  top: 75%;
  left: 50%;
  transform: translate(-50%,-75%);
  -webkit- translate(-50%,-75%);
  text-align: center;
	 width: 70%;
  }
}


#mainArea #mvArea .swiper-slide .mvTextBox .text {
  margin-bottom: 20px;
  display: inline-block;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

@media screen and (max-width: 769px) {
  #mainArea #mvArea .swiper-slide .mvTextBox .text {
    margin-bottom: 10px;
    font-size: 28px;
    display: block;
    line-height: 32px;
  }
}

#mainArea #mvArea .swiper-slide .mvTextBox .button {
  display: inline-block;
  text-align: center;
  width: 100%;
}

#mainArea #mvArea .swiper-slide .mvTextBox .button span {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 40px;
  font-size: 15px;
  color: #fff;
  border-radius: 20px;
  background-color: rgba(32,32,32,0.7);
}

@media screen and (max-width: 769px) {
  #mainArea #mvArea .swiper-slide .mvTextBox .button span {
    width: 123px;
    height: 31px;
  }
}

@media screen and (min-width: 768px) {
  #mainArea #mvArea .swiper-slide .mvTextBox .button.hover01:hover span {
    width: 200px;
  }
}

#mainArea #mvArea .swiper-slide .mvTextBox .buttonL {
  display: inline-block;
  text-align: center;
  width: 100%;
}

#mainArea #mvArea .swiper-slide .mvTextBox .buttonL span {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 40px;
  font-size: 15px;
  color: #fff;
  border-radius: 20px;
  background-color: rgba(32,32,32,0.7);
}

@media screen and (max-width: 769px) {
  #mainArea #mvArea .swiper-slide .mvTextBox .buttonL span {
    width: 200px;
    height: 31px;
  }
}

@media screen and (min-width: 768px) {
  #mainArea #mvArea .swiper-slide .mvTextBox .buttonL.hover01:hover span {
    width: 230px;
  }
}


#mainArea #mvArea .swiper-slide .mvTextBoxC .buttonL {
  display: inline-block;
  text-align: center;
  width: 100%;
}

#mainArea #mvArea .swiper-slide .mvTextBoxC .buttonL span {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 40px;
  font-size: 15px;
  color: #fff;
  border-radius: 20px;
  background-color: rgba(32,32,32,0.7);
}

@media screen and (max-width: 769px) {
  #mainArea #mvArea .swiper-slide .mvTextBoxC .buttonL span {
    width: 200px;
    height: 31px;
  }
}

@media screen and (min-width: 768px) {
  #mainArea #mvArea .swiper-slide .mvTextBoxC .buttonL.hover01:hover span {
    width: 230px;
  }
}



#mainArea #mvArea .swiper-slide .mvTextBoxL .buttonL {
  display: inline-block;
  text-align: center;
  width: 100%;
}

#mainArea #mvArea .swiper-slide .mvTextBoxL .buttonL span {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 40px;
  font-size: 15px;
  color: #fff;
  border-radius: 20px;
  background-color: rgba(32,32,32,0.7);
}

@media screen and (max-width: 769px) {
  #mainArea #mvArea .swiper-slide .mvTextBoxL .buttonL span {
    width: 200px;
    height: 31px;
  }
}

@media screen and (min-width: 768px) {
  #mainArea #mvArea .swiper-slide .mvTextBoxL .buttonL.hover01:hover span {
    width: 230px;
  }
}





#mainArea #mvArea .swiper-pagination {
  bottom: -70px;
}

@media screen and (max-width: 769px) {
  #mainArea #mvArea .swiper-pagination {
    bottom: -39px;
  }
}

#mainArea #pickupArea .bg01 {
  padding: 73px 0;
  background-color: #F2F2F1;
}

@media screen and (max-width: 769px) {
  #mainArea #pickupArea .bg01 {
    padding: 30px 0 50px;
  }
}

/*#mainArea #pickupArea .inner01 {
  margin: 0 auto;
  width: 992px;
}*/

@media screen and (max-width: 769px) {
  #mainArea #pickupArea .inner01 {
    width: 100%;
  }
}

#mainArea #pickupArea .inner02 {
  margin: 0 auto;
  width: 992px;
}

@media screen and (max-width: 769px) {
  #mainArea #pickupArea .inner02 {
    width: 100%;
    padding: 0 8.8%;
  }

  #mainArea #pickupArea .slider02 {
    position: relative;
    overflow: hidden;
  }
}



#mainArea #pickupArea .slider02 .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 769px) {
  #mainArea #pickupArea .slider02 .swiper-wrapper {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

#mainArea #pickupArea .slider02 .swiper-slide {
  padding: 0 15px;
  width: 25%;
  margin-bottom: 30px;
}

@media screen and (max-width: 769px) {
  #mainArea #pickupArea .slider02 .swiper-slide {
    padding: 0 16%;
    width: auto;
    margin-bottom: 0;
  }
}

#mainArea #pickupArea .slider02 .swiper-slide a {
  display: block;
  color: #404040;
}

@media screen and (min-width: 768px) {
  #mainArea #pickupArea .slider02 .swiper-slide a:hover {
    text-decoration: none;
  }
}

#mainArea #pickupArea .slider02 .swiper-slide a img {
  -o-object-fit: contain;
     object-fit: contain;
}

/*@media screen and (min-width: 768px) {
  #mainArea #pickupArea .slider02 .swiper-slide a img {
    height: 254px;
  }
}
*/
@media screen and (max-width: 769px) {
  #mainArea #pickupArea .slider02 .swiper-slide a img {
    height: 254px;
  }
}

#mainArea #pickupArea #main-contents .title {
  margin: 16px 0 10px;
  font-size: 18px;
  display: block;
  text-align: left;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0 23px;
}

@media screen and (max-width: 769px) {
  #mainArea #pickupArea .slider02 .swiper-slide a .title {
    margin: 10px 0 10px;
  }
}

#mainArea #pickupArea #main-contents .text {
  font-size: 14px;
  line-height: 1.8;
  display: block;
  padding: 0 15px;
}


@media screen and (max-width: 769px) {
  #mainArea #pickupArea #main-contents .inner-contents.left .left-item {
    width: 100%;
    padding: 0 8.8%;
    height: auto;
  }

  #mainArea #pickupArea #main-contents .text {
    padding: 0 15px;
  }
}

#mainArea #pickupArea .slider02 .slider02-button-prev {
  display: none;
}

@media screen and (max-width: 769px) {
  #mainArea #pickupArea .slider02 .slider02-button-prev {
    position: absolute;
    background: transparent url("../img/common/ico_prev.svg") 50% 50% no-repeat;
    background-size: 1.3rem 2.3rem;
    top: 140px;
    left: 25px;
    width: 24px;
    height: 24px;
    background-size: 100% auto;
    outline: none;
    display: block;
    z-index: 300;
  }
}

#mainArea #pickupArea .slider02 .slider02-button-next {
  display: none;
}

@media screen and (max-width: 769px) {
  #mainArea #pickupArea .slider02 .slider02-button-next {
    position: absolute;
    background: transparent url("../img/common/ico_next.svg") 50% 50% no-repeat;
    background-size: 1.3rem 2.3rem;
    top: 140px;
    right: 25px;
    width: 24px;
    height: 24px;
    background-size: 100% auto;
    outline: none;
    display: block;
    z-index: 300;
  }
}

#mainArea #pickupArea .slider02 .swiper-button-disabled {
  display: none;
}

#mainArea #pickupArea .listPickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 769px) {
  #mainArea #pickupArea .listPickup {
    display: block;
  }
}

#mainArea #pickupArea .listPickup li {
  margin-right: 31px;
  width: 310px;
}

@media screen and (max-width: 769px) {
  #mainArea #pickupArea .listPickup li {
    margin-bottom: 40px;
    width: 100%;
    margin-right: 0;
  }
  #mainArea #pickupArea .listPickup li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  #mainArea #pickupArea .listPickup li:nth-child(3n) {
    margin-right: 0;
  }
  #mainArea #pickupArea .listPickup li:nth-child(n + 4) {
    margin-top: 80px;
  }
}

#mainArea #pickupArea .listPickup li a {
  display: block;
  color: #404040;
}

@media screen and (min-width: 768px) {
  #mainArea #pickupArea .listPickup li a:hover {
    text-decoration: none;
  }
}

#mainArea #pickupArea .listPickup li a .title {
  margin: 14px 0 14px;
  font-size: 16px;
  line-height: 1.4;
  display: block;
}

@media screen and (max-width: 769px) {
  #mainArea #pickupArea .listPickup li a .title {
    margin: 20px 0 10px;
  }
}

#mainArea #pickupArea .listPickup li a .text {
  font-size: 14px;
  line-height: 1.8;
  display: block;
}

#mainArea #pickupArea .listPickup li a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 210px;
}

@media screen and (max-width: 769px) {
  #mainArea #pickupArea .listPickup li a img {
    height: 210px;
  }
}

#mainArea #supportArea .title {
  font-size: 38px;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 769px) {
  #mainArea #supportArea .title {
    font-size: 32px;
  }
}

#mainArea #main-contents {
  margin: 0 auto;
  width: 90%;
	max-width: 1200px;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  #mainArea #main-contents {
    display: block;
    width: auto;
  }

  #mainArea #main-contents .inner-contents {
    width: 100%;
  }

}

.ie11 #mainArea {
  /* ========== mvArea ========== */
}

.ie11 #mainArea #mvArea .swiper-slide .mvTextBox .text {
  font-family: "Arial",sans-serif;
}

/* ssosaka */


#ssosaka {
	background-color: #000;
	color: #fff;
}

@media screen and (min-width: 768px) {
  #ssosaka .sslogo {
	 margin-top: 250px;
	 margin-bottom: 250px;
  }
}

@media screen and (max-width: 769px) {
  #ssosaka .sslogo {
	 margin-top: 150px;
	 margin-bottom: 150px;
  }
}

@media screen and (min-width: 768px) {
  #ssosaka .sslogo2 {
	 margin-top: 10px;
	 margin-bottom: 250px;
  }
}

@media screen and (max-width: 769px) {
  #ssosaka .sslogo2 {
	 margin-top: 10px;
	 margin-bottom: 150px;
  }
}

#mainArea #ssosaka .txt02 {
	line-height: 3.0;
}

/* 20211119 OLIVE */

/*
#mainArea .textBox02 {
  position: absolute;
  width: 50%;
  padding: 0 70px;
}

@media screen and (max-width: 769px) {
  #mainArea .textBox02 {
    width: 100%;
    max-width: 100%;
    padding: 0 8%;
  }
}

#mainArea .textBox02.leftBox {
  bottom: 50%;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

@media screen and (max-width: 769px) {
  #mainArea .textBox02.leftBox {
    position: relative;
    padding: 30px 8% 40px;
    bottom: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
*/

#mainArea #mvArea .swiper-slide .mvTextBoxS {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  -webkit- translateY(-50%);
}

#mainArea #mvArea .swiper-slide .left50 {
  left: 65%;
}

#mainArea #mvArea .swiper-slide .right15 {
  right: 10%;
    text-align: right;
}

@media screen and (max-width: 769px) {
  #mainArea #mvArea .swiper-slide .mvTextBoxS {
  position: absolute;
  display: inline-block;
	  top: 5%;
	  left: 50%;
	  width: 100%;
  transform: translateX(-50%);
  -webkit- translateX(-50%);
text-align: center;
  }
	#mainArea #mvArea .swiper-slide .mvcenter {
		top: 50%;
		transform: translate(-50%,-50%);
 		-webkit- translate(-50%,-50%);
	}
}

.ttl13 {
    margin-bottom: 60px;
	font-size: 90px;
	line-height: 1.2;
	font-weight: 900;
	color: #FFF;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.ttl13 {
		font-size: 72px;
	}
}

@media screen and (max-width: 769px) {
	.ttl13 {
		font-size: 36px;
	}
}

.ttl13.noWrap {
	white-space: nowrap;
}

.ttl14 {
    margin-bottom: 60px;
	font-size: 100px;
	line-height: 1.2;
	font-weight: 500;
	color: #FFF;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.ttl14 {
		font-size: 72px;
	}
}

@media screen and (max-width: 769px) {
	.ttl14 {
		font-size: 36px;
	}
}

.ttl14.noWrap {
	white-space: nowrap;
}

#mainArea #mvArea .swiper-slide .mvTextBoxS .buttonL {
  display: inline-block;
  text-align: left;
}

#mainArea #mvArea .swiper-slide .mvTextBoxS .buttonL span {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 40px;
  font-size: 15px;
  color: #fff;
  border-radius: 20px;
  background-color: rgba(64,64,64,0.7);
}

@media screen and (max-width: 769px) {
  #mainArea #mvArea .swiper-slide .mvTextBoxS .buttonL span {
    width: 200px;
    height: 31px;
	text-align: center;
  }
}

@media screen and (min-width: 768px) {
  #mainArea #mvArea .swiper-slide .mvTextBoxS .buttonL.hover01:hover span {
    width: 230px;
  }
}

#mainArea #mvArea .flameprojectSSP {
	border: 1px solid #fff;
	margin: 1em 0;
	padding: 0.5em;
	width: 280px;
	text-align: center;
}

@media screen and (max-width: 769px) {
	#mainArea #mvArea .flameprojectSSP {
		padding: 0.25em;
		margin: 0.25em auto;
	}
}

#mainArea #mvArea .flameprojectSSPR {
	border: 1px solid #fff;
	margin: 1em 0 1em auto;
	padding: 0.5em;
	width: 250px;
	text-align: center;
}

@media screen and (max-width: 769px) {
	#mainArea #mvArea .flameprojectSSPR {
		padding: 0.25em;
		margin: 0.25em auto;
	}
}
	
/* 220518-ipj2022 */
#ipj2022 {
	background-image: url("../img/experience/ipj2022/bg_image_a2.jpg");
}


@media screen and (max-width: 769px) {
  #ipj2022 .p {
	 font-size: 16px;
  }
}


#mainArea #pickupArea #main-contents .inner-contents.lower {
  display: flex;
  justify-content: space-between;
  padding: 0px 25px;
}

@media screen and (max-width: 769px) {
  #mainArea #pickupArea #main-contents .inner-contents.lower {
    padding: 0;
    flex-flow: column;
  }
}

#mainArea #pickupArea #main-contents .inner-contents.lower .lower-item {
  width: 48%;
}

#mainArea #pickupArea #main-contents .inner-contents.lower .lower-item .title,
#mainArea #pickupArea #main-contents .inner-contents.lower .lower-item .text {
  padding: 0;
}


@media screen and (max-width: 769px) {
  #mainArea #pickupArea #main-contents .inner-contents.lower .lower-item {
    width: 100%;
    padding: 0 8.8%;
    height: auto;
  }

  #mainArea #pickupArea #main-contents .inner-contents.lower .lower-item iframe {
    height: 210px;
  }

}

#mainArea #pickupArea #main-contents .inner-contents.left .left-item iframe {
  height: 210px;
}

@media screen and (max-width: 769px) {
#mainArea #mvArea .swiper-slide .mvycenter {
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit- translate(-50%,-50%): ;
}
}

/*20240416*/

#mainArea #mvArea .swiper-slide .mvTextBoxTC {
  position: absolute;
  bottom: 50%;
  left: 150px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  display: block;
}

@media screen and (max-width: 768px) {
  #mainArea #mvArea .swiper-slide .mvTextBoxTC {
    position: relative;
    margin-top: 15px;
    left: auto;
    bottom: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    text-align: center;
  }
}

#mainArea #mvArea .swiper-slide .mvTextBoxTC .text {
  display: block;
  font-size: 65px;
  font-weight: 700;
  line-height: 75px;
  color: #404040;
}

@media screen and (max-width: 768px) {
  #mainArea #mvArea .swiper-slide .mvTextBoxTC .text {
    font-size: 20px;
    line-height: 20px;
  }
}

/* Google Mapを囲う要素 */
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66%;
}
 
/* Google Mapのiframe */
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}