/*##### Sales #####*/

.boxSales {
  padding-top: 72px;
  position: relative;
  top: -14px;
}
@media all and (max-width: 640px){
  .boxSales {
    padding-top: 15vw;
	padding-bottom:0;
	margin-top: -20px;
	top: 0;
  }
}
.boxLink{
  margin: 0 auto;
  position: relative;
  top: -3rem;
  z-index: 10;
}
@media all and (max-width: 640px){
  .boxLink{
	margin-top: 1rem;
    top: 0;
  }
}
.boxSalesTop {
  margin-bottom: 73px;
  padding-top: 35px;
}
@media all and (max-width: 640px){
  .boxSalesTop {
    margin-bottom: 10%;
    padding-top: 3%;
  }
}

.boxSalesTop > .ttl {
  margin-bottom: 48px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  color: #353535;
}
@media all and (max-width: 640px){
  .boxSalesTop > .ttl {
    margin-bottom: 5%;
    line-height: 1.4;
    font-size: 6.5vw;
  }
}

.boxSalesEx {
  background: #f0f0f0;
  padding: 25px 30px;
}
.boxSalesEx h2 {
  text-align: center;
  font-size: 1.8rem;
  margin: 0 0 20px;
  color: #353535;
  font-weight: bold;
}

@media all and (max-width: 640px){
  .boxSalesEx h2 {
    font-size: 5vw;
  }
}



.boxSalesTop .ul01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 55px;
  padding: 0 20px 77px 20px;
  background-image: url('./../../images/sales/sales-top-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxSalesTop .ul01 {
    position: relative;
    display: block;
    margin-bottom: 12%;
    padding: 150% 0 0 0;
    background-image: url('./../../images_sp/sales/sp-sales-top-bg01.png'),url('./../../images/sales/sales-top-icn-arrow01.png');
    background-repeat: no-repeat,no-repeat;
    background-position: center top,center bottom;
    background-size: 100% auto,auto auto;
  }
  .boxSalesTop .ul01 {
    background-image: url('./../../images_sp/sales/sp-sales-top-bg01.png'),url('./../../images/sales/sales-top-icn-arrow01.png');
  }
}


.boxSalesTop .ul01 > li {
  overflow: hidden;
  width: 30%;
  height: 290px;
  padding-top: 65px;
  background-image: url('./../../images/sales/sales-top-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  text-align: center;
  line-height: 1.9;
  /*text-shadow: 1px 1px 0 #fff,-1px -1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px 0 0 #fff,1px 0 0 #fff,2px 2px 0 #fff,-2px -2px 0 #fff,-2px 2px 0 #fff,2px -2px 0 #fff,-2px 0 0 #fff,2px 0 0 #fff;*/
  font-size: 1.1rem;
  color: #fff;
}
.boxSalesTop .ul01 > li:nth-child(1) {
  padding-top: 75px;
  padding-right: 0;
}
.boxSalesTop .ul01 > li:nth-child(2) {
  padding-top: 62px;
  padding-right: 0;
}
.boxSalesTop .ul01 > li:nth-child(3) {
  padding-top: 50px;
  padding-right: 0;
}
@media all and (max-width: 640px){
  .boxSalesTop .ul01 > li {
    position: absolute;
    width: 60%;
    height: auto;
    padding-top: 0;
    background: none;
    font-size: 3.5vw;
  }
  .boxSalesTop .ul01 > li:nth-child(1) {
    top: 97vw;
    left: 1%;
    padding-top: 0;
  }
  .boxSalesTop .ul01 > li:nth-child(2) {
    top: 50vw;
    left: auto;
    right: 1vw;
    width: 56%;
    padding-top: 0;
  }
  .boxSalesTop .ul01 > li:nth-child(3) {
    top: 18vw;
    left: 0;
    width: 45%;
    padding-top: 0;
  }
}

.boxSalesTop .ul01 > li .large {
  font-size: 1.13rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxSalesTop .ul01 > li .large {
    font-size: 4.0vw;
  }
}


/***** Sales *****/
.pageAbout .boxSales .boxMechanic01 .boxBaseCom {
  text-align: center;
}
.boxSales .boxBaseCom {
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  .boxSales .boxBaseCom {
    line-height: 1.7;
    letter-spacing: 0.18em;
    font-size: 0.78rem; /* 4.3vw*/ /* 0.95rem */
  }
}
.boxSales .boxSales05 .boxBaseCom {
  text-align: left;
  width: 100%;
}
@media all and (max-width: 640px){
  .boxSales .boxBaseCom.small {
    letter-spacing: 0.03em;
    font-size: 3.5vw;
  }
}

.boxBaseCom p strong{
  background: linear-gradient(transparent 50%, #fcecec 50%);
}


.boxSales01 {
  margin-bottom: 80px;
}
@media all and (max-width: 640px){
  .boxSales02,
  .boxSales03,
  .boxSales04,
  .boxSales05,
  .boxSales06,
  .boxSales01 {
    margin-bottom: 15%;
    padding: 0 5%;
  }
}

.boxSales01 .ttl {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.45;
  font-size: 1.8rem;
  color: #db174f;
}
@media all and (max-width: 640px){
  .boxSales01 .ttl {
    margin-bottom: 5%;
    letter-spacing: 0.1em;
    font-size: 6.0vw;
  }
}

.boxSales01 .boxBaseCom {
  text-align: left;
}

.boxSales02 {
  margin-bottom: 80px;
}
@media all and (max-width: 640px){
  .boxSales02 {
    margin-bottom: 13%;
  }
}

.boxSales02LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: flex-start;
  margin-bottom: 3em;/*60px;*/
}
@media all and (max-width: 640px){
  .boxSales02LR {
    display: block;
    margin-bottom: 8vw;
  }
}

.boxSales02L {
  width: 51%;
  text-align: center;
}

@media all and (max-width: 640px){
  .boxSales02L {
    width: 100%;
    margin-bottom: 5%;
  }
}
.boxSales02L_po1,
.boxSales02L_po1v2 {
  width: 51%;
  text-align: center;
}

@media all and (max-width: 640px){
  .boxSales02L_po1,
  .boxSales02L_po1v2  {
    width: 100%;
    margin-bottom: 5%;
  }
}
.boxSales02R {
  width: 46%;
}
@media all and (max-width: 640px){
  .boxSales02R {
    width: 100%;
    margin-top: 5%;
  }
}

/*
.boxSales05 .ttl01 ,
.boxSales02R .ttl01 {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 700;
  color: #a6191b;
}
@media all and (max-width: 640px){
  .boxSales05 .ttl01 ,
  .boxSales02R .ttl01 {
    margin-bottom: 5%;
    text-align: center;
    letter-spacing: 0;
    font-size: 1rem;
  }
}
*/
.boxSales02R .ttl02 {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxSales02R .ttl02 {
    margin-bottom: 5%;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 5.7vw;
  }
}

.boxSales02R .boxBaseCom p {
  margin-bottom: 35px;
}
@media all and (max-width: 640px){
  .boxSales02R .boxBaseCom p {
    margin-bottom: 7%;
  }
}

.boxSales02R .boxBaseCom p:last-child {
  margin-bottom: 0;
}
.boxSales02R .boxBaseCom p .subttl {
  color: #48a3d2;
  font-size: 1.142rem;
}
@media all and (max-width: 640px){
  .boxSales02R .boxBaseCom p .subttl {
    font-size: 0.85rem;
    letter-spacing: 0.1em;
  }
}

.boxSales0201 .boxImg {
  margin-bottom: 35px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxSales0201 .boxImg {
    margin-bottom: 7%;
  }
}

@media all and (max-width: 640px){
  .boxSales0201 .boxImg .icnSalesArrow01 {
    width: 33%;
  }
}

.boxSales0201 .boxBaseCom {
  margin-bottom: 15px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxSales0201 .boxBaseCom {
    margin-bottom: 5%;
    text-align: left;
  }
}

.boxSales0201 .boxBaseCom.no02 {
  line-height: 1.6;
  font-size: 1.8rem;
  color: #e05625;
}
@media all and (max-width: 640px){
  .boxSales0201 .boxBaseCom.no02 {
    line-height: 1.8;
    letter-spacing: -0.05em;
    font-size: 4.9vw;
    text-align: center;
  }
}

.boxSales0201 .boxBaseCom.no03 {
  margin-bottom: 20px;
}
@media all and (max-width: 640px){
  .boxSales0201 .boxBaseCom.no03 {
    margin-bottom: 7%;
  }
}

.boxSales02 .ttlBase11,
.boxSales04 .ttlBase11,
.boxSales05 .ttlBase11,
.boxSales03 .ttlBase11 {
  margin-bottom: 30px;
}
@media all and (max-width: 640px){
  .boxSales02 .ttlBase11,
  .boxSales04 .ttlBase11,
  .boxSales05 .ttlBase11,
  .boxSales03 .ttlBase11 {
    margin-bottom: 3vw;
    letter-spacing: -0.05em;
  }
}

.boxSales0301 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  min-height: 270px;
  margin-bottom:30px; /*60*/
}
@media all and (max-width: 640px){
  .boxSales0301 {
    min-height: auto;
    margin-bottom: 7%;
    padding-top: 44%;
  }
}

.boxSales0301L {
  width: 48%;
}
@media all and (max-width: 640px){
  .boxSales0301L {
    margin-top: -44%;
    width: 48%;
  }
}

.boxSales0301R {
  width: 50.5%;
}
@media all and (max-width: 640px){
  .boxSales0301R {
    margin-top: -44%;
    width: 50.5%;
  }
}

.boxSales0301R .boxWorkPlace {
  margin-bottom: 5px;
}
@media all and (max-width: 640px){
  .boxSales0301R .boxWorkPlace {
    margin-bottom: 2%;
    line-height: 1.1;
    font-size: 3.5vw;
  }
}

.boxSales0301R .boxJobPosi {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxSales0301R .boxJobPosi {
    margin-bottom: 4%;
    font-size: 1.1rem;
  }
}

.boxSales0301R .boxNameKana {
  margin-bottom: 0.5em;
  letter-spacing: 0.3em;
  font-size: 1.13rem;
}
@media all and (max-width: 640px){
  .boxSales0301R .boxNameKana {
    font-size: 0.8rem;
  }
}

.boxSales0301R .boxName {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px #151515 solid;
  font-size: 2.9rem;
  color: #353535;
}
@media all and (max-width: 640px){
  .boxSales0301R .boxName {
    margin-bottom: 5%;
    padding-bottom: 4%;
    border-bottom: 1px #151515 solid;
    font-size: 5.12vw;
  }
}

.boxSales0301R .dlFormerJob {
  font-size: 1.3rem;
}
@media all and (max-width: 640px){
  .boxSales0301R .dlFormerJob {
    font-size: 4vw;
  }
}

.boxSales0301R .dlFormerJob > dt,
.boxSales0301R .dlFormerJob > dd {
  display: inline-block;
  line-height: 1.25;
}

.boxSales0301R .dlFormerJob > dt:after {
  content: '：';
}

.boxSalesFaq {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 27px;
}
@media all and (max-width: 640px){
  .boxSalesFaq {
    display: block;
    margin-bottom: 12%;
  }
}

.boxSalesFaqOne {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 22px;
}
@media all and (max-width: 640px){
  .boxSalesFaqOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 9%;
  }
}

.boxSalesFaqOne.w100 {
  width: 100%;
  margin-right: 0;
}

.boxSalesFaqOne:nth-child(2n) {
  margin-right: 0;
}

.boxSalesFaqOne .ttl {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 60px;
  margin-bottom: 22px;
  padding: 0 0 0 75px;
  background-image: url('./../../images/sales/sales-icn-faq-q01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  background-color: #f0f0f0;
  font-size: 1.5rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxSalesFaqOne .ttl {
    min-height: 12.5vw;
    margin-bottom: 5%;
    padding: 0 0 0 17.5%;
/*    background-image: url('./../../images_sp/sales/sp-sales-icn-faq-q01.png');
    background-size: 14% auto; */
    line-height: 1.2;
    font-size: 1rem; /* 4.0vw */
  }
}

.boxSalesFaqOne .ttl span {
  color: #4fd326;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
}

@media all and (max-width: 640px){
  .boxSalesFaqOne .boxBaseCom {
    overflow: hidden;
    position: relative;
    /*height: 30vw;*/
  }
}

@media all and (max-width: 640px){
  .boxSalesFaqOne .boxBaseCom .boxCover01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  }
}

@media all and (max-width: 640px){
  .boxSalesFaqOne .boxBaseCom .boxBtnOpen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 65%;
    padding: 3.5% 0;
    background-color: #1a368d;
    text-align: center;
    line-height: 1.0;
    font-size: 5.5vw;
    font-weight: 700;
    color: #fff;
  }
}


.boxSales04 {
  margin-bottom: 85px;
  padding-top: 5px;
}
@media all and (max-width: 640px){
  .boxSales04 {
    margin-bottom: 15%;
    padding-top: 0;
  }
}

.boxSales05Wrap {
  margin-bottom: 70px;
}
@media all and (max-width: 640px){
  .boxSales05Wrap {
    margin-bottom: 15vw;
  }
}

.boxSales05 .ttl {
	/*
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  min-height: 50px;
  margin-bottom: 25px;
  background-image: url('./../../images/common/icn-q.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 40px;
  text-align: left;
  line-height: 1.3;
  background-color: transparent;
  padding: 0 0 0 50px;
	*/
  min-height: 34px;
  margin-bottom: 15px;
  padding-left: 60px;
  padding-top: 0.4em;
  background-color: transparent;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 1.45rem;
  color: #4fd326;
  position: relative;
}

.boxSales05 .ttl::before{
  background-image: url('./../../images/common/bg-icn-q.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  color: #d6f952;
  content: 'Q';
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  height: 45px;
  line-height: 40px;
  padding-left: 1.2rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
}

@media all and (max-width: 640px){
  .boxSales05 .ttl {
    position: relative;
    display: block;
    /*padding-top: 4%; */ /* 6% */
    /* padding-left: 53px; */
    padding-left: 15%;
    margin: 0 auto 4%;
    /* background-image: url(./../../images/sales/sales-ttl-bg04.png); */
    /* background-size: auto 38px; */
    background-size: auto 1.8rem;
    background-position: left top;
    min-height: inherit;
	padding-top: 2%;
    font-size: 1rem;
  }
  .boxSales05 .ttl::before{
    padding-left: 3.5%;
	top: 4%;
  }
}

.boxSales05 .ttl .ttlSub {
  width: 127px;
  padding-top: 2px;
  padding-left: 10px;
  line-height: 1.2;
  letter-spacing: normal;
  font-size: 1.35rem;
  font-weight: 500;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxSales05 .ttl .ttlSub {
    position: absolute;
    top: 50%;
    left: 1%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25%;
    padding-top: 0;
    padding-left: 0;
    font-size: 3.8vw;
  }
}

.boxSales05 .ttl .ttlMain {
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  color: #151515;
}
@media all and (max-width: 640px){
  .boxSales05 .ttl .ttlMain {
    position: absolute;
    top: 50%;
    left: 30%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 71%;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 4.3vw;
  }
}

.boxSales .boxSales0501 .boxBaseCom {
  text-align: center;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxSales .boxSales0501 .boxBaseCom {
    margin-bottom: 5vw;
    text-align: left;
    line-height: 1.5;
    font-size: 1.0rem;
  }
}

.boxSales0501F {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media all and (max-width: 640px){
  .boxSales0501F {
    display: block;
  }
}

.boxSales0501FOne {
  width: 29.8%;
  margin-right: 5.3%;
  margin-bottom: 40px;
}
@media all and (max-width: 640px){
  .boxSales0501FOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7vw;
  }
}

.boxSales0501FOne:nth-child(3n) {
  margin-right: 0;
}

.boxSales0501FOne .ttl02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 57px;
  margin-bottom: 30px;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  line-height: 1.4;
}
@media all and (max-width: 640px){
  .boxSales0501FOne .ttl02 {
    height: 20.5vw;
    margin-bottom: 5vw;
    background-size: 100% auto;
  }
}

.boxSales0501FOne:nth-child(1) .ttl02 {
  background-image: url('./../../images/sales/sales0501-bg0101.png');
}
.boxSales0501FOne:nth-child(2) .ttl02 {
  background-image: url('./../../images/sales/sales0501-bg0102.png');
}
.boxSales0501FOne:nth-child(3) .ttl02 {
  background-image: url('./../../images/sales/sales0501-bg0103.png');
}
.boxSales0501FOne:nth-child(4) .ttl02 {
  background-image: url('./../../images/sales/sales0501-bg0104.png');
}
.boxSales0501FOne:nth-child(5) .ttl02 {
  background-image: url('./../../images/sales/sales0501-bg0105.png');
}
.boxSales0501FOne:nth-child(6) .ttl02 {
  background-image: url('./../../images/sales/sales0501-bg0106.png');
}
.boxSales0501FOne:nth-child(7) .ttl02 {
  background-image: url('./../../images/sales/sales0501-bg0107.png');
}
.boxSales0501FOne:nth-child(8) .ttl02 {
  background-image: url('./../../images/sales/sales0501-bg0108.png');
}
.boxSales0501FOne:nth-child(9) .ttl02 {
  background-image: url('./../../images/sales/sales0501-bg0109.png');
}
.boxSales0501FOne:nth-child(10) .ttl02 {
  background-image: url('./../../images/sales/sales0501-bg0110.png');
}
.boxSales0501FOne:nth-child(11) .ttl02 {
  background-image: url('./../../images/sales/sales0501-bg0111.png');
}
@media all and (max-width: 640px){
  .boxSales0501FOne:nth-child(1) .ttl02 {
    background-image: url('./../../images_sp/sales/sp-sales0501-bg0101.png');
  }
  .boxSales0501FOne:nth-child(2) .ttl02 {
    background-image: url('./../../images_sp/sales/sp-sales0501-bg0102.png');
  }
  .boxSales0501FOne:nth-child(3) .ttl02 {
    background-image: url('./../../images_sp/sales/sp-sales0501-bg0103.png');
  }
  .boxSales0501FOne:nth-child(4) .ttl02 {
    background-image: url('./../../images_sp/sales/sp-sales0501-bg0104.png');
  }
  .boxSales0501FOne:nth-child(5) .ttl02 {
    background-image: url('./../../images_sp/sales/sp-sales0501-bg0105.png');
  }
  .boxSales0501FOne:nth-child(6) .ttl02 {
    background-image: url('./../../images_sp/sales/sp-sales0501-bg0106.png');
  }
  .boxSales0501FOne:nth-child(7) .ttl02 {
    background-image: url('./../../images_sp/sales/sp-sales0501-bg0107.png');
  }
  .boxSales0501FOne:nth-child(8) .ttl02 {
    background-image: url('./../../images_sp/sales/sp-sales0501-bg0108.png');
  }
  .boxSales0501FOne:nth-child(9) .ttl02 {
    background-image: url('./../../images_sp/sales/sp-sales0501-bg0109.png');
  }
  .boxSales0501FOne:nth-child(10) .ttl02 {
    background-image: url('./../../images_sp/sales/sp-sales0501-bg0110.png');
  }
  .boxSales0501FOne:nth-child(11) .ttl02 {
    background-image: url('./../../images_sp/sales/sp-sales0501-bg0111.png');
  }
}

.boxSales0501FOne .ttl02 .icnAccordionSp02 {
  position: absolute;
  top: 50%;
  right: 2vw;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8vw;
}

.boxSales0501FOne .ttl02 .ttlSub {
  width: 45%;
  padding-left: 65px;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxSales0501FOne .ttl02 .ttlSub {
    width: 47%;
    padding-left: 24vw;
  }
}

.boxSales0501FOne .ttl02 .ttlSub .ttlNum {
  display: block;
  font-size: 1.2rem;
}
@media all and (max-width: 640px){
  .boxSales0501FOne .ttl02 .ttlSub .ttlNum {
    font-size: 1.5rem;
  }
}

.boxSales0501FOne .ttl02 .ttlSub .ttlStr {
  display: block;
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  .boxSales0501FOne .ttl02 .ttlSub .ttlStr {
    letter-spacing: -0.03em;
    font-size: 3.0vw;
  }
}

.boxSales0501FOne .ttl02 .ttlMain {
  width: 55%;
  padding-right: 20px;
  text-align: right;
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
}
.boxSales0501FOne .ttl02 .ttlMain.short {
  letter-spacing: -0.05em;
}
@media all and (max-width: 640px){
  .boxSales0501FOne .ttl02 .ttlMain {
    width: 53%;
    padding-right: 11vw;/*5vw;*/
  }
}

.boxSales0501FOne .ul01 > li {
  margin-bottom: 10px;
}
@media all and (max-width: 640px){
  .boxSales0501FOne .ul01 > li {
    margin-bottom: 3vw;
  }
}

.boxSales0501FOne .ul01 > li:before {
  content: '■';
  margin-right: 7px;
  color: #151515;
}
@media all and (max-width: 640px){
  .boxSales0501FOne .ul01 > li:before {
    margin-right: 1vw;
  }
}

.boxSales06 {
  margin-bottom: 85px;
  padding-top: 5px;
}
.boxSales06 .boxWrap {
  display:flex;
  gap:6em;
}
.boxSales06 .boxWrap .boxItem {
  width:100%;
}
.boxSales06 .imgWrapper {
  max-width:100%;
}
.boxSales06 .el_ttl02 {
  margin-top: 1.3em;
}
.boxSales06 .boxWrap .imgWrapper {
    display: flex;
    justify-content: center;

}
@media all and (max-width: 640px){
  .boxSales06 {
    margin-bottom: 15%;
    padding-top: 0;
  }
  .boxSales06 .boxWrap {
    display:flex;
    gap: 2em;
    flex-direction: column;
  }
  .boxSales06 .boxWrap .imgWrapper {
    height: 45vw;
  }
}

/***** TtlSales01 *****/
.ttlSales01 {
  min-height: 70px;
  margin-bottom: 58px;
  padding: 23px 0 0 185px;
  background-repeat: no-repeat,no-repeat;
  background-position: 19px 8px, left top;
  background-size: auto auto, auto 70px;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
}
@media all and (max-width: 640px){
  .ttlSales01 {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    padding: 17.8% 0 0 0;
    background-repeat: no-repeat,no-repeat;
    background-position: 4% center, left top;
    background-size: 18% auto, 100% auto;
    letter-spacing: 0.05em;
    font-size: 5.0vw;
  }
  .ttlSales01.short {
    letter-spacing: -0.03em;
  }
  .ttlSales01 span {
    position: absolute;
    top: 50%;
    left: 30%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1.3;
  }
}

.ttlSales01.no01 {
  background-image: url('./../../images/sales/sales-ttl-num01.png'),url('./../../images/sales/sales-ttl-bg01.png');
}
.ttlSales01.no02 {
  background-image: url('./../../images/sales/sales-ttl-num02.png'),url('./../../images/sales/sales-ttl-bg01.png');
}
.ttlSales01.no03 {
  background-image: url('./../../images/sales/sales-ttl-num03.png'),url('./../../images/sales/sales-ttl-bg01.png');
}
.ttlSales01.no04 {
  background-image: url('./../../images/sales/sales-ttl-num04.png'),url('./../../images/sales/sales-ttl-bg01.png');
}
.ttlSales01.no05 {
  background-image: url('./../../images/sales/sales-ttl-num06.png'),url('./../../images/sales/sales-ttl-bg01.png');
}
@media all and (max-width: 640px){
  .ttlSales01.no01 {
    background-image: url('./../../images_sp/sales/sp-sales-ttl-num01.png'),url('./../../images_sp/sales/sp-sales-ttl-bg01.png');
  }
  .ttlSales01.no02 {
    background-image: url('./../../images_sp/sales/sp-sales-ttl-num02.png'),url('./../../images_sp/sales/sp-sales-ttl-bg01.png');
  }
  .ttlSales01.no03 {
    background-image: url('./../../images_sp/sales/sp-sales-ttl-num03.png'),url('./../../images_sp/sales/sp-sales-ttl-bg01.png');
    margin-bottom: 5%;
  }
  .ttlSales01.no04 {
    background-image: url('./../../images_sp/sales/sp-sales-ttl-num04.png'),url('./../../images_sp/sales/sp-sales-ttl-bg01.png');
  }
  .ttlSales01.no05 {
    background-image: url('./../../images_sp/sales/sp-sales-ttl-num05.png'),url('./../../images_sp/sales/sp-sales-ttl-bg01.png');
  }
}



.boxSales05 {
  margin-bottom: 4em;
}
@media all and (max-width: 640px){
  .boxSales05 {
    margin-bottom: 0;
  }
}


.ayumi_box dl{
  align-items: flex-start;
  display: flex;
  position: relative;
  justify-content: flex-start;
  margin-bottom: 50px;
}

@media all and (max-width: 640px){
  .ayumi_box dl{
    margin-bottom: 30px;
  }
}
.ayumi_box dl::before{
  background: #ddd;
  content: '';
  height: 100%;
  left: 96px;
  position: absolute;
  top: 170px;
  width: 2px;
  z-index: 1;
}

@media all and (max-width: 640px){
  .ayumi_box dl::before{
    left: 49px;
    top: 50px;
    width: 2px;
  }
}

.ayumi_box dl.last::before{
  display: none;
}

.ayumi_box dl dt{
  border-radius: 150px;
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 200px;
  z-index: 10;
}


.ayumi_box dl dt img{
  max-height: 100%;
  height: 100%;
  left: 50%;
  position: absolute;
  object-fit: cover;
  object-position: center;
  transform:translate(-50%,-50%);
  top: 50%;
  max-width: 100%;
  width: 100%;
}


@media all and (max-width: 640px){
  .ayumi_box dl dt{
    height: 100px;
    width: 100px;
  }
}

.ayumi_box dl dd{
  padding-left: 5%;
  width: calc( 100% - 150px);
}
@media all and (max-width: 640px){
  .ayumi_box dl dd{
    width: calc( 100% - 100px);
  }
}

.ayumi_box dl dd .capt{
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 19px;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .ayumi_box dl dd .capt{
    line-height: 1.8;
  }
}

.ayumi_box dl dd .capt > span{
  display: inline;
  background: rgb(246,165,51);
  background: linear-gradient(144deg, rgba(246,165,51,1) 0%, rgba(235,115,53,1) 100%);
  color: #fff;
  padding:.25rem .5rem;
}

@media (max-width: 640px) {
  .ayumi_box dl dd .capt > span {
    padding:.25rem 0;
  }
  .ayumi_box dl dd .capt span span{
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

.ayumi_box dl dd .capt br{
  line-height: 0;
}

.ayumi_box dl dd h3 {
  color: #00acc1;
  font-size: 1.4rem;
  margin: 0 0 15px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 600;
  position: relative;
  text-align: left;
}
@media (max-width: 640px) {
  .ayumi_box dl dd h3 {
    font-size: 1rem;
    letter-spacing: 0.25px;
  }
}

.ayumi_box .tag{
  background: #fff;
  color: #004ea2;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 1rem 0 2.5em;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding: .75rem 1.25rem;
  position:relative;
  z-index: 10;
}
@media (max-width: 640px) {
  .ayumi_box .tag{
    font-size: 1rem;
    margin-bottom:2em;
  }
}


.message_box{
  background: #f5f5f5;
  background-image: url('../../images/about/bg_message.jpg');
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  font-size: 1.4rem;
  font-weight: 600;
  padding: 3rem 8rem;
  text-align: center;
}

@media all and (max-width: 640px){
  .message_box{
    background-size: auto 100%;
    font-size: 1rem;
    padding: 2rem 1rem;
  }
}


.message_box h3{
  color: #C50018;
  font-size: 140%;
  margin-bottom: 4rem;
}

@media all and (max-width: 640px){
  .message_box h3{
    font-size: 120%;
    margin-bottom: 2rem;
  }
}

.message_box p{
  line-height: 1.8;
}
@media all and (max-width: 640px){
  .message_box p{
    line-height: 1.7;
  }
}

.message_box ul{
  align-items: center;
  display:flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media all and (max-width: 640px){
  .message_box ul{
	flex-wrap: wrap;
    margin-bottom: 1rem;
  }
}

.message_box ul li{
  align-items: center;
  border: 3px solid #ef9393;
  border-radius: 100rem;
  display: flex;
  font-size: 1.4rem;
  min-height: 200px;
  position: relative;
  line-height: 1.8;
  text-align: center;
  justify-content: center;
  width: 30%;
}


@media all and (max-width: 640px){
  .message_box ul li{
	border-radius: 1rem;
    font-size: 0.95rem;
	line-height: 1.7;
	min-height: 80px;
	width: 48%;
  }
  .message_box ul li:first-child{
    margin-bottom: 1.5rem;
	min-height: 100px;
	width: 100%;
  }
}


.message_box ul li span.img{
  background: #fff;
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translatex(-50%);
  max-width: 50px;
}

@media all and (max-width: 640px){
  .message_box ul li span.img{
    top: -1.26rem;
    max-width: 35px;
  }
}

.message_box ul li span.img img{
  opacity: .5;
}
/*
.message_box ul li::before {
  content: '';
  position: absolute;
  top: .75em;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #7fa3d0;
}
*/

.hp_tac{
  width: 100%;
  padding-bottom: 8rem;
}

@media all and (max-width: 640px){
  .hp_tac{
    padding-bottom: 1rem;
  }
  .boxSales05 .hp_tac{
    padding-bottom: 0;
  }
}

@media all and (min-width: 641px){
  .boxLink.Sp{
    display: none;
  }
}
@media all and (max-width: 640px){
  .boxLink .el_roundedBtn03,
  .boxLink .el_roundedBtn04{
    width: 100%;
  }
  .boxLink.Pc{
    display: none;
  }
}


.boxBaseCom ul li span{
/*  background: linear-gradient(transparent 70%, rgba(255, 144, 89,.5) 70%); */
  font-size: 120%;
}

@media all and (max-width: 640px){
  .boxBaseCom ul li span{
    font-size: 110%;
  }
}


.boxBaseCom h3.ttl01.center{
  text-align: center;
}

.boxBaseCom h3.ttl01.center span{
  display: inline-block;
  position: relative;
}

.boxBaseCom h3.ttl01.center span::before,
.boxBaseCom h3.ttl01.center span::after{
  background: #e60012;
  content:'';
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 50px;
}


@media all and (max-width: 640px){
  .boxBaseCom h3.ttl01.center span::before,
  .boxBaseCom h3.ttl01.center span::after{
    width: 5vw;
  }
}


.boxBaseCom h3.ttl01.center span::before{
  left: -60px;
}
.boxBaseCom h3.ttl01.center span::after{
  right: -60px;
}

@media all and (max-width: 640px){
  .boxBaseCom h3.ttl01.center span::before{
    left: -7vw;	
  }
  .boxBaseCom h3.ttl01.center span::after{
    right: -7vw;
  }
}


#vision{
  padding:8px 0 80px 0;
  position: relative;
}


@media all and (max-width: 640px){
  #vision{
    padding: 0 0 2.5rem 0;
  }
}

#vision .ttl{
  color: #C50018;
  font-size: 5em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.22em;
}


@media all and (max-width: 640px){
  #vision .ttl{
    font-size: 3em;
    letter-spacing: 0.2em;
  }
}

#vision h2{
  font-size: 1.125em;
  color: #202020;
  font-weight: 600;
  margin: 1em 0 2em;
  letter-spacing: 0.1em;
}

@media all and (max-width: 640px){
  #vision h2{
    font-size: 1em;
	margin-top: .5em;
	margin-bottom: 1em;
    letter-spacing: 0.18em;
    position: relative;
  }
  #vision h2::after{
    background:url('../../images/about/about-img01.jpg') no-repeat center center / contain;
    content:'';
    display:block;
    margin: 1.5rem auto 0;
    padding-top: 57.3%;
    width: 100%;
  }
}

#vision .sub_ttl{
  font-size: 2.25em;
  font-weight: 600;
  margin-bottom: .5em;
  line-height: 1.5;
  letter-spacing: 0.1em;
}


@media all and (max-width: 640px){
  #vision .sub_ttl{
    font-size: 1.3125em;
  }
}

.box_half.img_box{
  box-shadow: 5px 10px 0 5px rgba(0,0,0,.05);
}