/* @include _breakpoints.scss */
/* break point media query */
@media (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .pc {
    display: none !important;
  }
}
.pc_i {
  display: inline;
}
@media (max-width: 1024px) {
  .pc_i {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .pc_i {
    display: none;
  }
}
.pc_ib {
  display: inline-block;
}
@media (max-width: 1024px) {
  .pc_ib {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .pc_ib {
    display: none;
  }
}

.tb {
  display: none;
}
@media (max-width: 1024px) {
  .tb {
    display: block;
  }
}
@media (max-width: 767.9px) {
  .tb {
    display: none;
  }
}
.tb_i {
  display: none;
}
@media (max-width: 1024px) {
  .tb_i {
    display: inline;
  }
}
.tb_ib {
  display: none;
}
@media (max-width: 1024px) {
  .tb_ib {
    display: inline-block;
  }
}

.sp {
  display: none;
}
@media (max-width: 767.9px) {
  .sp {
    display: block;
  }
}
.sp_i {
  display: none;
}
@media (max-width: 767.9px) {
  .sp_i {
    display: inline;
  }
}
.sp_ib {
  display: none;
}
@media (max-width: 767.9px) {
  .sp_ib {
    display: inline-block;
  }
}

.sp-tb {
  display: none;
}
@media (max-width: 767.9px) {
  .sp-tb {
    display: block;
  }
}
@media (max-width: 1024px) {
  .sp-tb {
    display: block;
  }
}

.p-serviceStationMain {
  background: url(../images/ss/bg_main.jpg) center/cover no-repeat;
}

.p-serviceStation .sp .c-btn {
  margin-bottom: 0;
}
.p-serviceStation .c-btnWrap {
  margin-top: 80px;
}
@media (max-width: 767.9px) {
  .p-serviceStation .c-btnWrap {
    margin-top: 40px;
  }
}
.p-serviceStation .c-btnWrap .c-btn {
  width: 420px;
}
@media (max-width: 1024px) {
  .p-serviceStation .sp-tb .c-btn {
    margin-bottom: 0;
  }
}
@media (max-width: 767.9px) {
  .p-serviceStation .sp-tb .c-btn {
    margin-bottom: 0;
  }
}
.p-serviceStation .c-boxContainer {
  margin-top: 150px;
}
@media (max-width: 1024px) {
  .p-serviceStation .c-boxContainer {
    margin-top: 9.765625vw;
  }
}
@media (max-width: 767.9px) {
  .p-serviceStation .c-boxContainer {
    margin: 75px 0 45px;
  }
}
@media (max-width: 1024px) {
  .p-serviceStation .c-boxContainer .c-imgBox:nth-child(1) figcaption img {
    width: 14.2578125vw;
  }
}
@media (max-width: 767.9px) {
  .p-serviceStation .c-boxContainer .c-imgBox:nth-child(1) figcaption img {
    width: 95px;
  }
}
@media (max-width: 1024px) {
  .p-serviceStation .c-boxContainer .c-imgBox:nth-child(2) figcaption img {
    width: 20.41015625vw;
  }
}
@media (max-width: 767.9px) {
  .p-serviceStation .c-boxContainer .c-imgBox:nth-child(2) figcaption img {
    width: 135px;
  }
}
@media (max-width: 1024px) {
  .p-serviceStation .c-boxContainer .c-imgBox:nth-child(3) figcaption img {
    width: 31.25vw;
  }
}
@media (max-width: 767.9px) {
  .p-serviceStation .c-boxContainer .c-imgBox:nth-child(3) figcaption img {
    width: 237px;
  }
}
@media (max-width: 1024px) {
  .p-serviceStation .c-boxContainer .c-imgBox:nth-child(4) figcaption img {
    width: 30.078125vw;
  }
}
@media (max-width: 767.9px) {
  .p-serviceStation .c-boxContainer .c-imgBox:nth-child(4) figcaption img {
    width: 200px;
  }
}

.c-imgBox figure figcaption {
  margin-top: -40px;
  width: 510px;
}
@media (max-width: 1024px) {
  .c-imgBox figure figcaption {
    width: 39.0625vw;
  }
}
@media (max-width: 767.9px) {
  .c-imgBox figure figcaption {
    width: 274px;
  }
}
.c-imgBox figure figcaption p {
  margin-top: 20px;
}
@media (max-width: 767.9px) {
  .c-imgBox figure figcaption p {
    margin-top: 0;
  }
}

.p-privateBrand {
  margin-top: 143px;
  padding: 70px 30px 0;
  background: #e6eaee;
}
@media (max-width: 767.9px) {
  .p-privateBrand {
    margin-top: 90px;
    padding: 19px 19px 45px;
  }
}
.p-privateBrand h3 {
  background: #fff;
}
.p-privateBrand__list {
  margin: auto;
  max-width: 1280px;
}
.p-privateBrand__list li {
  padding: 5vw 65px 6.25vw;
  display: flex;
  gap: 6.9%;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.p-privateBrand__list li.c-noilgreen {
  padding-top: 7.5vw;
}
@media (max-width: 767.9px) {
  .p-privateBrand__list li {
    margin-bottom: 30px;
    padding: 0;
    flex-wrap: wrap;
    border-bottom: none;
  }
}
.p-privateBrand__list li figure {
  width: 372px;
  text-align: center;
}
@media (max-width: 767.9px) {
  .p-privateBrand__list li figure img {
    max-width: 150px;
    margin: 20px 0 40px;
  }
}
.p-privateBrand__list li:last-child {
  border-bottom: none;
}
.p-privateBrand__lead {
  width: 690px;
  letter-spacing: 0.1em;
}
.p-privateBrand__lead__title {
  margin-bottom: 0.7em;
  font-size: 22px;
  font-weight: 900;
  color: #004ea1;
}
.p-privateBrand__lead .c-noilgreen {
  display: flex;
  gap: 10px;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-privateBrand__lead .c-noilgreen {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 767.9px) {
  .p-privateBrand__lead .c-noilgreen {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
}
.p-privateBrand__lead .c-noilgreen__title {
  flex-shrink: 0;
  width: 35%;
}
@media (max-width: 1024px) {
  .p-privateBrand__lead .c-noilgreen__title {
    width: auto;
  }
}
@media (max-width: 767.9px) {
  .p-privateBrand__lead .c-noilgreen__title {
    width: auto;
  }
}
.p-privateBrand__lead .c-noilgreen__property {
  display: flex;
  gap: 30px;
}
@media (max-width: 767.9px) {
  .p-privateBrand__lead .c-noilgreen__property {
    gap: 20px;
  }
}
.p-privateBrand__lead .c-noilgreen__label {
  flex-shrink: 0;
  width: 210px;
  color: #029A3C;
  background-color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.1em;
  text-align: center;
  padding: 7px 10px 5px;
}
@media (max-width: 767.9px) {
  .p-privateBrand__lead .c-noilgreen__label {
    width: 180px;
    font-size: 16px;
  }
}
.p-privateBrand__lead .c-noilgreen__logo {
  position: relative;
  width: 120px;
  flex-grow: 1;
}
.p-privateBrand__lead .c-noilgreen__logo img {
  position: absolute;
  width: 97px;
  height: auto;
  bottom: 0;
}
@media (max-width: 767.9px) {
  .p-privateBrand__lead .c-noilgreen__logo img {
    width: 80px;
  }
}

.p-termsInner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 40px;
  gap: 20px;
}
@media (max-width: 1024px) {
  .p-termsInner {
    flex-direction: column;
    line-height: 25px;
  }
}
@media (max-width: 767.9px) {
  .p-termsInner {
    flex-direction: column;
    line-height: 25px;
  }
}
.p-terms ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 767.9px) {
  .p-terms ul {
    gap: 10px;
  }
}
.p-terms ul a {
  position: relative;
  margin: 0 10px 0 0;
  padding: 0 40px 0 20px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  border: 1px solid #004ea1;
  border-radius: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #004ea1;
}
@media (max-width: 767.9px) {
  .p-terms ul a {
    margin-right: 0;
    margin-bottom: 14px;
    padding: 0 30px 0 10px;
    font-size: 12px;
    width: 32vw;
    width: 120px;
    height: 30px;
    font-weight: 500;
    justify-content: center;
  }
}
.p-terms ul a::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: url(../images/common/arrow_2.svg) center/100% no-repeat;
}
@media (max-width: 767.9px) {
  .p-terms ul a::after {
    top: 4px;
    right: 5px;
    width: 20px;
    height: 20px;
  }
}

.p-map {
  margin-top: 30px;
  position: relative;
  width: 100%;
  padding-top: 50%;
  background-color: #efefef;
}
.p-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .p-map {
    margin-top: 2.9296875vw;
  }
}
@media (max-width: 767.9px) {
  .p-map {
    margin-top: 15px;
    padding-top: 120%;
  }
}
.p-map__anker {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .p-map__anker {
    margin-top: 9.765625vw;
  }
}
@media (max-width: 767.9px) {
  .p-map__anker {
    margin-top: 40px;
  }
}
.p-map__anker a {
  margin: 0 10px 10px 0;
  padding: 0 50px 0 15px;
}
@media (max-width: 767.9px) {
  .p-map__anker a {
    margin: 0 0 10px;
    padding-left: 14px;
    width: 43.4666666667vw;
  }
}
.p-map__anker a:last-child {
  margin-right: 0;
}
.p-map__list {
  margin-top: 200px;
}
@media (max-width: 1024px) {
  .p-map__list {
    margin-top: 19.53125vw;
  }
}
@media (max-width: 767.9px) {
  .p-map__list {
    margin-top: 90px;
  }
}
.p-map__table {
  margin-top: 70px;
}
@media (max-width: 767.9px) {
  .p-map__table {
    margin-top: 45px;
  }
}
.p-map__table__thead {
  display: grid;
  grid-template-columns: 180px 90px 330px 1fr 180px;
  text-align: center;
  align-items: center;
  background-color: #d8dddf;
}
@media (max-width: 1024px) {
  .p-map__table__thead {
    display: none;
  }
}
.p-map__table__thead > div {
  padding: 10px 0;
  border-right: 1px solid #fff;
}
.p-map__table__thead > div:last-child {
  border-right: none;
}
.p-map__table__body {
  display: grid;
  grid-template-columns: 180px 1fr;
  line-height: 25px;
}
@media (max-width: 1024px) {
  .p-map__table__body {
    display: block;
  }
}
.p-map__table__body .area {
  padding-left: 32px;
  display: flex;
  border-bottom: 1px solid #d8dddf;
  align-items: center;
}
@media (max-width: 1024px) {
  .p-map__table__body .area {
    padding: 0.5em 1em;
    grid-column: 1/3;
    grid-column-start: 1;
    grid-column-end: 3;
    background: #D8DDDF;
  }
}
.p-map__table__body ul li {
  position: relative;
  display: grid;
  grid-template-columns: 90px 330px 1fr 180px;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .p-map__table__body ul li {
    grid-template-columns: 13.3333333333vw 1fr;
  }
}
.p-map__table__body ul li > div {
  padding: 25px;
  border-left: 1px solid #d8dddf;
  border-bottom: 1px solid #d8dddf;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .p-map__table__body ul li > div {
    border-left: none;
    border-bottom: none;
  }
}
@media (max-width: 1024px) {
  .p-map__table__body ul li > div.logo {
    padding: 0;
    position: relative;
    grid-row: span 3;
    border-bottom: 1px solid #d8dddf;
  }
}
.p-map__table__body ul li > div.logo img {
  margin: auto;
  max-height: 39px;
  display: block;
}
@media (max-width: 1024px) {
  .p-map__table__body ul li > div.logo img {
    width: 7.4666666667vw;
    max-height: none;
  }
}
@media (max-width: 1024px) {
  .p-map__table__body ul li > div.logo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 100%;
  }
}
.p-map__table__body ul li > div.name {
  padding: 0;
}
@media (max-width: 1024px) {
  .p-map__table__body ul li > div.name, .p-map__table__body ul li > div.address, .p-map__table__body ul li > div.tel {
    padding: 0 50px 0 0;
    grid-column-start: 2;
    grid-column-end: 3;
    border-bottom: none;
  }
}
@media (max-width: 1024px) {
  .p-map__table__body ul li > div.name {
    padding-top: 1em;
  }
}
.p-map__table__body ul li > div.name a {
  position: relative;
  display: block;
  padding: 25px;
  width: 100%;
  text-align: left;
}
.p-map__table__body ul li > div.name a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/common/arrow_2.svg) center/100% no-repeat;
}
@media (max-width: 1024px) {
  .p-map__table__body ul li > div.name a::after {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .p-map__table__body ul li > div.name a {
    padding: 0;
  }
}
.p-map__table__body ul li > div.tel {
  justify-content: center;
}
@media (max-width: 1024px) {
  .p-map__table__body ul li > div.tel {
    padding-bottom: 1em;
    border-bottom: 1px solid #d8dddf;
    justify-content: left;
  }
}
@media (max-width: 1024px) {
  .p-map__table__body ul li > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  .p-map__table__body ul li > a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    background: url(../images/common/arrow_2.svg) center/100% no-repeat;
  }
}

.p-location {
  margin: 80px auto 0;
  padding: 0 65px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .p-location {
    margin: 7.8125vw auto 0;
    padding: 0;
  }
}
@media (max-width: 767.9px) {
  .p-location {
    margin-top: 30px;
    display: block;
  }
}
.p-location img {
  width: 46.9565217391%;
}
@media (max-width: 767.9px) {
  .p-location img {
    width: 100%;
  }
}
.p-location__gmap {
  position: relative;
  width: 46.9565217391%;
  padding-top: 31.3043478261%;
}
@media (max-width: 767.9px) {
  .p-location__gmap {
    margin-top: 30px;
    width: 100%;
    padding-top: 225px;
  }
}
.p-location__gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-ssInfo {
  margin: 80px auto 100px;
}
@media (max-width: 1024px) {
  .p-ssInfo {
    margin: 7.8125vw auto 9.765625vw;
  }
}
@media (max-width: 767.9px) {
  .p-ssInfo {
    margin: 37px auto 50px;
  }
}
@media (max-width: 1024px) {
  .p-ssInfo .c-flex {
    display: block;
  }
}
@media (max-width: 1024px) {
  .p-ssInfo .c-flex-between {
    justify-content: flex-start;
  }
}
.p-ssInfo dl {
  margin-right: 50px;
  position: relative;
  width: 50%;
}
@media (max-width: 1024px) {
  .p-ssInfo dl {
    margin-right: 0;
    width: 100%;
  }
}
.p-ssInfo dl dt {
  padding-top: 1em;
  position: absolute;
  font-weight: bold;
  line-height: 35px;
}
@media (max-width: 767.9px) {
  .p-ssInfo dl dt {
    padding-top: 0;
    margin-bottom: 1em;
  }
}
.p-ssInfo dl dd {
  padding: 1em 0 1em 30.3819444444%;
  border-bottom: 1px solid #dce0e3;
  line-height: 35px;
}
@media (max-width: 767.9px) {
  .p-ssInfo dl dd {
    padding-top: 0;
    margin-bottom: 1em;
  }
}
.p-ssInfo dl dd a {
  color: #004ea1;
}
.p-ssInfo__products {
  padding-top: 1em;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .p-ssInfo__products {
    box-sizing: border-box;
    width: 30.3819444444%;
    width: 50%;
    padding-right: 3.90625vw;
  }
}
@media (max-width: 767.9px) {
  .p-ssInfo__products {
    padding-right: 0;
    padding-bottom: 1em;
    width: 100%;
    border-bottom: 1px solid #dce0e3;
  }
}
.p-ssInfo__products li {
  margin-bottom: 0.5em;
}
@media (max-width: 767.9px) {
  .p-ssInfo__products li {
    margin-bottom: 0;
  }
}
.p-ssInfo__products li:first-child {
  font-weight: bold;
}

.l-inner {
  padding: 0;
  margin: auto;
  max-width: 1150px;
}
.l-inner .c-flex-between {
  flex-wrap: wrap;
  width: 50%;
}
@media (max-width: 1280px) {
  .l-inner .c-flex-between {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .l-inner .c-flex-between {
    width: 100%;
  }
}
.l-inner .c-flex-between .p-line {
  width: auto;
  margin-top: 1em;
}
@media (max-width: 1024px) {
  .l-inner .c-flex-between .p-line {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .l-inner .c-flex-between .p-line {
    margin-top: 2em;
  }
}
.l-inner .c-flex-between .p-lineInner {
  width: auto;
  max-width: 400px;
  display: flex;
  background-color: #ffffff;
  margin-top: 0.5em;
  text-align: center;
  color: #06c755;
  line-height: 1.5em;
}
.l-inner .c-flex-between .p-lineInner .link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: flex-end;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 65%;
  gap: 5px;
  padding-right: 20px;
  padding-bottom: 8px;
}
@media (max-width: 767.9px) {
  .l-inner .c-flex-between .p-lineInner .link {
    width: 65%;
    padding-bottom: 8px;
    justify-content: flex-end;
    gap: 5px;
    max-width: 340px;
    margin: auto;
  }
}
.l-inner .c-flex-between .p-lineInner .link p:nth-child(1) {
  font-size: 12px;
}
.l-inner .c-flex-between .p-lineInner .link .friend {
  font-size: 150%;
  line-height: 1.1em;
}
@media (max-width: 767.9px) {
  .l-inner .c-flex-between .p-lineInner .link .friend {
    font-size: 100%;
    font-weight: bold;
  }
}
.l-inner .c-flex-between .p-lineInner .link .button-area {
  background-color: #ffffff;
  box-sizing: border-box;
  margin-top: 20px;
  border-radius: 4px;
}
@media (max-width: 767.9px) {
  .l-inner .c-flex-between .p-lineInner .link .button-area {
    margin-top: 20px;
  }
}
.l-inner .c-flex-between .p-lineInner .link a {
  display: flex;
  justify-content: center;
  gap: 10px;
  color: #ffffff;
  background-color: #06c755;
  border-radius: 6px;
  padding: 5px;
}
.l-inner .c-flex-between .p-lineInner .link a .icon {
  width: 30px;
}
.l-inner .c-flex-between .p-lineInner .qrcode {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 35%;
  text-align: center;
  padding: 0;
}
@media (max-width: 767.9px) {
  .l-inner .c-flex-between .p-lineInner .qrcode {
    width: 35%;
    padding: 0;
    margin-top: 0;
  }
}
.l-inner .c-flex-between .p-lineInner .qrcode img {
  width: auto;
  width: 100%;
  max-width: 260px;
}

.c-news__list {
  margin-bottom: 120px;
}
@media (max-width: 767.9px) {
  .c-news__list {
    margin-bottom: 80px;
  }
}
/*# sourceMappingURL=sourcemaps/ss.css.map */
