/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
.g-header .gnav__item--06 a {
  color: #0B8943;
}

.page-brand .m-intro__obj-slide {
  height: 107px;
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
.page-brand .c-contents {
  overflow: hidden;
}

/*--------------------------------------------------------------------------
   sec-map
---------------------------------------------------------------------------*/
.sec-map {
  position: relative;
	text-align: center;

}
.sec-map__img img {

    margin-top: 60px;
}
.sec-map__content {
  position: relative;
  max-width: 930px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.sec-map__img {
  mix-blend-mode: multiply;
  text-align: center;
}

.sec-map__img img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------------------
   sec-aftersupport
---------------------------------------------------------------------------*/
.sec-aftersupport {
  position: relative;
  margin-top: 170px;
  background-color: #fff;
}

.sec-aftersupport__content {
  position: relative;
  max-width: 1050px;
  width: 100%;
  padding: 140px 20px 50px;
  margin: 0 auto;
}

.sec-aftersupport__catch {
  position: absolute;
  top: -0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Heebo", sans-serif;
  font-size: 150px;
  font-weight: 400;
  color: #F0CC2F;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.sec-aftersupport__lead {
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 30px;
  text-align: center;
}

.sec-aftersupport__txt {
  margin-top: 30px;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 2.22;
}

.sec-aftersupport__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
}

.sec-aftersupport__img {
  position: relative;
  width: 49.5%;
}

.sec-aftersupport__img:nth-child(even) {
  margin-left: auto;
}

.sec-aftersupport__img img {
  width: 100%;
  height: auto;
}

.sec-aftersupport__img figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
  .sec-map__img img {
    max-width: none;
    width: 100%;
  }
  .sec-aftersupport {
    margin-top: 80px;
  }
  .sec-aftersupport__content {
    padding: 60px 20px 50px;
  }
  .sec-aftersupport__catch {
    font-size: 37px;
  }
  .sec-aftersupport__lead {
    font-size: 20px;
    text-align: left;
    line-height: 1.8;
  }
  .sec-aftersupport__txt {
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
    line-height: 2;
  }
  .sec-aftersupport__images {
    display: block;
    margin: 48px -10px 0;
  }
  .sec-aftersupport__img {
    width: auto;
  }
  .sec-aftersupport__img:nth-child(even) {
    margin: 10px 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .sec-aftersupport {
    margin-top: 11.8vw;
  }
  .sec-aftersupport__content {
    padding: 9.72vw 1.38vw 3.47vw;
  }
  .sec-aftersupport__catch {
    font-size: 10.4vw;
  }
}

/*# sourceMappingURL=../maps/brand/style.css.map */



.fivepoint{
	margin-top:60px;
}

.fivepoint figure{
	text-align: center;
}


.emblem{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
justify-content: center;
    margin: 40px auto 60px;
    font-family: "Noto Serif JP", serif, sans-serif;
    font-size: 20px;
    line-height: 2.22;
    flex-wrap: nowrap;
    align-items: center;
}
.emblem p{
	margin: auto 10px;
}


@media only screen and (max-width: 767px) {
.emblem{
    display: block;
    margin: 40px auto 30px;
    font-size: 18px;
    line-height: 1.9;
	width: 90%;

}
	.emblem p{
	margin: 10px 10px;
}
.fivepoint{
	margin-top:30px;
}
	.m-intro__body　img{
		text-align: center;
	}
	
}