/*-----------------------------------------------------------------

	#sdgslp

-----------------------------------------------------------------*/


/*----------------------------------------------------------------

	common

----------------------------------------------------------------*/

#sdgslp {
  color: #000000;
}

header {
  background-color: transparent;
}

#gNavBtn {
  display: none;
}

#contact {
  background: #272727;
}

#contact .inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

#contact .contactBtn {
  color: #ffffff;
  background: #ca081f;
}

#contact .contactBtn::after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.headLine {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}

/*----------------------------------------------------------
	Display：560px →（ tablet ）
----------------------------------------------------------*/

@media screen and (min-width:560px) {

  .headLine {
    font-size: 3.0rem;
  }

  #contact .inner {
    padding-top: 50px;
    padding-bottom: 20px;
  }

}

/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width:769px) {

  .headLine {
    font-size: 3.6rem;
  }

  #contact .inner {
    padding-top: 60px;
    padding-bottom: 30px;
  }

}


/*----------------------------------------------------------------

	mainimg

----------------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

#mainimg {
  width: 100%;
  background-image: url(../img/sdgslp/main_img.jpg);
  background-color: #000622;
  background-repeat: no-repeat;
  background-position: top 50% left 70%;
  background-size: cover;
  position: relative;
  transition: all 0.5s ease;
}

#mainimg .mainCopy {
  width: 75%;
  max-width: 840px;
  margin: 90px 0 0;
  transition: all 0.5s ease;
}

#mainimg .mainTxt {
  width: 80%;
  max-width: 600px;
  margin: 0;
  transition: all 0.5s ease;
}

#mainimg .btn {
  display: block;
  width: 60%;
  max-width: 390px;
  margin: 5% 0;
  padding: 12px 5px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  background-color: #cc0015;
  background-image: url(../img/sdgslp/icon_arrow.svg);
  background-position: top 50% right 5%;
  background-repeat: no-repeat;
  background-size: 6px auto;
  text-decoration: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.5s ease;
}

#mainimg .btn:hover {
  background-color: #a00010;
  background-position: top 50% right 3%;
}

#mainimg img {
  width: 100%;
  height: auto;
}

/*----------------------------------------------------------
	Display：←320px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:320px) {

  #mainimg .mainCopy {
    margin: 75px 0 0;
  }

}

/*----------------------------------------------------------
	Display：560px →（ tablet ）
----------------------------------------------------------*/

@media screen and (min-width:560px) {

  #mainimg .mainCopy {
    margin: 120px 0 0;
  }

  #mainimg .btn {
    padding: 15px 5px;
    font-size: 1.6rem;
    background-size: 11px auto;
  }

}

/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width:769px) {

  #mainimg .mainCopy {
    margin: 150px 0 0;
  }

  #mainimg .btn {
    width: 50%;
    font-size: 1.8rem;
  }

  #mainimg .mainTxt {
    width: 50%;
  }
}



/*----------------------------------------------------------------

	leadArea

----------------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

#leadArea .inner {
  padding: 170px 0 30px;
  background-image: url(../img/sdgslp/lead_img.png);
  background-position: top 25px left 50%;
  background-repeat: no-repeat;
  background-size: 142px auto;
  color: #ffffff;
}

#leadArea h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff669;
}

#leadArea .txt {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.8;
}

/*----------------------------------------------------------
	Display：560px →（ tablet ）
----------------------------------------------------------*/

@media screen and (min-width:560px) {

  #leadArea .inner {
    padding: 40px 0 40px 220px;
    background-position: top 50% left 0%;
    background-size: 192px auto;
  }

  #leadArea h2 {
    font-size: 2.8rem;
  }

  #leadArea .txt {
    margin-top: 20px;
    font-size: 1.8rem;
  }

}

/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width:769px) {

  #leadArea .inner {
    padding: 50px 0 50px 220px;
    background-position: top 50% left 0%;
  }

  #leadArea h2 {
    font-size: 3.4rem;
  }

  #leadArea .txt {
    font-size: 2.8rem;
  }
}



/*----------------------------------------------------------------

	aboutArea

----------------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

#aboutArea .inner {}

#aboutArea .inner.flexbw-wrap {
  padding-bottom: 40px;
}

#aboutArea .inner>div {
  width: 100%;
}

#aboutArea h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
}

#aboutArea h2 span {
  font-size: 3.6rem;
}

#aboutArea .txt {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 2;
}

#aboutArea .inner>.movieBox figure {
  margin-top: 30px;
  border: 1px solid #c0c0c0;
}

#aboutArea .inner>.movieBox figure img {
  vertical-align: bottom;
}

#aboutArea .catchcopy {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 35px;
}

/*----------------------------------------------------------
	Display：560px →（ tablet ）
----------------------------------------------------------*/

@media screen and (min-width:560px) {

  #aboutArea h2 {
    font-size: 3.0rem;
  }

  #aboutArea h2 span {
    font-size: 4.2rem;
  }

  #aboutArea .txt {
    font-size: 1.6rem;
  }

}

/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width:769px) {

  #aboutArea .inner.flexbw-wrap {
    padding-bottom: 50px;
  }

  #aboutArea .inner.flexbw-wrap>div {
    width: 48%;
  }

  #aboutArea h2 {
    font-size: 3.4rem;
  }

  #aboutArea h2 span {
    font-size: 4.8rem;
  }

  #aboutArea .txt {
    font-size: 1.8rem;
  }

  #aboutArea .inner>.movieBox {
    margin-top: 0;
  }
}



/*----------------------------------------------------------------

	exampleArea

----------------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

.exampleList {}

.exampleList li {
  width: 100%;
  margin-top: 30px;
}

.exampleList li figure {
  width: 100%;
}

.exampleList li figure img {
  width: 100%;
}

.exampleList li h3 {
  margin-bottom: 18px;
  padding: 20px 0 18px;
  font-size: 2.0rem;
  line-height: 1.5;
  color: #c01125;
  border-bottom: 2px dotted #8d8d8d;
}


/*----------------------------------------------------------
	Display：560px →（ tablet ）
----------------------------------------------------------*/

@media screen and (min-width:560px) {

  .exampleList li {
    width: 48%;
    margin-top: 35px;
  }

}

/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width:769px) {

  .exampleList li {
    width: 31.33%;
    margin-top: 40px;
  }

}



/*----------------------------------------------------------------

	howtoArea

----------------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

#howtoArea .inner {
  padding-bottom: 80px;
  position: relative;
}

#howtoArea .inner::after {
  content: '';
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
  border-top: 24px solid #cc0015;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  transition: all 0.5s ease;
  z-index: 5;
}

#howtoArea .catchcopy {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}

#howtoArea .catchcopy span {
  display: inline-block;
}

#howtoArea .catchcopy .bold {
  font-size: 1.3em;
  font-weight: bold;
}

#howtoArea .pointList {
  width: 100%;
  max-width: 480px;
  margin: 30px auto;
}

#howtoArea .pointList li {
  margin: 5px 0;
  padding: 2px 0 2px 35px;
  line-height: 22px;
  position: relative;
}

#howtoArea .pointList li::after {
  content: '';
  width: 20px;
  height: 20px;
  margin: 0;
  border: 3px solid #111111;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}

#howtoArea .pointList li span {
  font-size: 1.2em;
  font-weight: bold;
  color: #cc0015;
}

#howtoArea .txtBox {
  margin-top: 20px;
}

#howtoArea .txtBox p {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
}

/*----------------------------------------------------------
	Display：560px →（ tablet ）
----------------------------------------------------------*/

@media screen and (min-width:560px) {

  #howtoArea .inner {
    padding-bottom: 100px;
  }

  #howtoArea .inner::after {
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    border-top: 31px solid #cc0015;
    bottom: 35px;
  }

  #howtoArea .catchcopy {
    font-size: 2.4rem;
  }

  #howtoArea .pointList {
    width: 100%;
    max-width: 550px;
    margin: 30px auto;
  }

  #howtoArea .pointList li {
    margin: 15px 0;
    font-size: 1.8rem;
  }

  #howtoArea .txtBox {
    margin-top: 25px;
  }

  #howtoArea .txtBox p {
    font-size: 1.8rem;
    text-align: center;
  }

}

/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width:769px) {

  #howtoArea .inner {
    padding-bottom: 120px;
  }

  #howtoArea .inner::after {
    border-left: 66px solid transparent;
    border-right: 66px solid transparent;
    border-top: 42px solid #cc0015;
    bottom: 45px;
  }

  #howtoArea .catchcopy {
    font-size: 3.2rem;
  }

  #howtoArea .pointList {
    width: 100%;
    max-width: 640px;
    margin: 30px auto;
  }

  #howtoArea .pointList li {
    margin: 15px 0;
    font-size: 2.2rem;
  }

  #howtoArea .txtBox {
    margin-top: 35px;
  }

  #howtoArea .txtBox p {
    font-size: 2.2rem;
    text-align: center;
  }

}



/*----------------------------------------------------------------

	printArea

----------------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

#printArea {
  color: #333333;
}

#printArea .catchcopy {
  margin-bottom: 1em;
  font-size: 2.4rem;
  line-height: 1.3;
  color: #2e5d9c;
  font-weight: bold;
  text-align: center;
}

#printArea .catchcopy span {
  margin-top: 6px;
  display: inline-block;
  font-size: 1.35em;
  color: #ffffff;
}

#printArea .printList li {
  width: 100%;
  margin-top: 35px;
}

#printArea .printList li figure {
  margin-bottom: 15px;
}

#printArea .printList li h3 {
  margin-bottom: 15px;
  padding: 10px 15px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  color: #ffffff;
  background: #3f71c3;
}


/*----------------------------------------------------------
	Display：←559px （ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

  #printArea .printList li:first-child {
    margin-top: 25px;
  }

}

/*----------------------------------------------------------
	Display：560px →（ tablet ）
----------------------------------------------------------*/

@media screen and (min-width:560px) {

  #printArea .catchcopy {
    font-size: 3.0rem;
  }

  #printArea .printList li {
    width: 48%;
    max-width: 580px;
    margin-top: 30px;
  }

  #printArea .printList li figure {
    margin-bottom: 20px;
  }

  #printArea .printList li h3 {
    margin-bottom: 15px;
    padding: 10px 15px;
    font-size: 2.0rem;
  }

}

/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width:769px) {

  #printArea .catchcopy {
    font-size: 3.6rem;
  }

  #printArea .printList {
    padding-top: 10px;
  }

  #printArea .printList li {
    margin-top: 35px;
  }

  #printArea .printList li figure {
    margin-bottom: 28px;
  }

  #printArea .printList li h3 {
    margin-bottom: 18px;
    padding: 15px 15px;
    font-size: 2.4rem;
  }

}



/*----------------------------------------------------------------

	aboutArea2

----------------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

#aboutArea2 {
  background-image: url(../img/sdgslp/about2_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom 0px right 20%;
  background-size: 1366px auto;
}

#aboutArea2 .catchcopy {
  width: 100%;
  max-width: 970px;
  margin-bottom: 30px;
}

#aboutArea2 .sdgsIconList {
  width: 100%;
  max-width: 782px;
}

#aboutArea2 .sdgsIconList li {
  width: 23.875%;
  margin: 10px 0;
}

#aboutArea2 .sdgsIconList li img {
  width: 100%;
  height: auto;
}


/*----------------------------------------------------------
	Display：←559px →（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

  #aboutArea2 {
    padding-bottom: 100px;
    background-position: bottom 0px right -120px;
    background-size: 600px auto;
  }

  #aboutArea2 .sdgsIconList li {
    width: 32.33%;
    margin: 6px 1.5% 0 0;
  }

  #aboutArea2 .sdgsIconList li:nth-of-type(3n) {
    margin-right: 0;
  }

}

/*----------------------------------------------------------
	Display：560px →（ tablet ）
----------------------------------------------------------*/

@media screen and (min-width:560px) {

  #aboutArea2 {
    padding-bottom: 240px;
    background-position: bottom 0px right -150px;
    background-size: 1100px auto;
  }

  #aboutArea2 .catchcopy {
    margin-bottom: 40px;
  }

  #aboutArea2 .sdgsIconList li {
    width: 23.5%;
    margin: 8px 2% 8px 0;
  }

  #aboutArea2 .sdgsIconList li:nth-of-type(4n) {
    margin-right: 0;
  }

}

/*----------------------------------------------------------
	Display：960px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width:960px) {

  #aboutArea2 {
    padding-bottom: 240px;
    background-position: bottom 0px right 20%;
    background-size: 1366px auto;
  }

}



/*----------------------------------------------------------------

	stepArea

----------------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

#stepArea .stepList {
  margin-top: 15px;
}

#stepArea .stepList li {
  width: 100%;
  min-height: 82px;
  padding: 15px 0 65px;
  position: relative;
  overflow: hidden;
}

#stepArea .stepList li:after {
  content: '';
  width: 70px;
  height: 30px;
  margin: 0 auto;
  background: url(../img/sdgslp/icon_arrow_down.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}

#stepArea .stepList li:last-child {
  padding-bottom: 0px;
}

#stepArea .stepList li:last-child:after {
  display: none;
}

#stepArea .stepList li:nth-child(1),
#stepArea .stepList li:nth-child(2),
#stepArea .stepList li:nth-child(3) {
  background-repeat: no-repeat;
  background-position: top 50% left:0%;
  background-size: 40px auto;
}

#stepArea .stepList li:nth-child(1) {
  background-image: url(../img/sdgslp/icon_number1.png);
}

#stepArea .stepList li:nth-child(2) {
  background-image: url(../img/sdgslp/icon_number2.png);
}

#stepArea .stepList li:nth-child(3) {
  background-image: url(../img/sdgslp/icon_number3.png);
}

#stepArea .stepList li .boxTxt {
  width: 200px;
  padding: 12px 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #242424;
  border: 2px solid #ffffff;
  position: absolute;
  top: 5px;
  left: 60px;
}

#stepArea .stepList li p {
  width: 100%;
  padding: 60px 0 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

/*----------------------------------------------------------
	Display：←559px →（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

  #stepArea .stepList li:after {
    margin: 0 auto;
    bottom: 20px;
    left: 0;
    right: 0;
  }

}

/*----------------------------------------------------------
	Display：560px →（ tablet ）
----------------------------------------------------------*/

@media screen and (min-width:560px) {

  #stepArea .stepList {
    margin-top: 30px;
  }

  #stepArea .stepList li {
    padding-bottom: 40px;
  }

  #stepArea .stepList li:nth-child(1),
  #stepArea .stepList li:nth-child(2),
  #stepArea .stepList li:nth-child(3) {
    background-size: 60px auto;
  }

  #stepArea .stepList li:after {
    top: 80px;
    left: 160px;
  }

  #stepArea .stepList li .boxTxt {
    width: 220px;
    font-size: 1.8rem;
    top: 15px;
    left: 82px;
  }

  #stepArea .stepList li p {
    padding: 0 0 0 325px;
    font-size: 1.6rem;
    float: left;
  }

}

/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width:769px) {

  #stepArea .stepList li {
    padding-bottom: 60px;
  }

  #stepArea .stepList li:after {
    top: 90px;
    left: 190px;
  }

  #stepArea .stepList li .boxTxt {
    width: 280px;
    font-size: 2.0rem;
  }

  #stepArea .stepList li p {
    padding: 0 0 0 385px;
    font-size: 1.8rem;
  }

}



/*----------------------------------------------------------------

	faqArea

----------------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

#faqArea dl {
  margin-top: 20px;
}

#faqArea dl dt {
  color: #ffffff;
  background-image: url(../img/sdgslp/icon_q.png);
  background-color: #303030;
}

#faqArea dl dd {
  color: #242424;
  background-image: url(../img/sdgslp/icon_a.png);
  background-color: #a2c9dd;
}

#faqArea dl dt,
#faqArea dl dd {
  padding: 20px 20px 20px 65px;
  background-size: 28px auto;
  background-position: top 20px left 20px;
  background-repeat: no-repeat;
  font-size: 1.4rem;
  line-height: 1.5;
}

/*----------------------------------------------------------
	Display：560px →（ tablet ）
----------------------------------------------------------*/

@media screen and (min-width:560px) {

  #faqArea dl dt,
  #faqArea dl dd {
    padding: 25px 25px 25px 85px;
    font-size: 1.8rem;
    background-position: top 25px left 30px;
  }

}

/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width:769px) {

  #faqArea dl dt,
  #faqArea dl dd {
    padding: 30px 30px 30px 85px;
    font-size: 2.0rem;
  }

}