@charset "UTF-8";
/* color */
body {
  color: #333333;
  font-family: "Noto Sans JP", serif;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 1280px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.sp2 {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp2 {
    display: block !important;
  }
}

.pc2 {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc2 {
    display: none !important;
  }
}

.font-blue {
  color: #0088EC;
  font-weight: bold;
}

.font-orange {
  color: #F58220;
  font-weight: bold;
}

.red, .font-red {
  color: #FF0000;
  font-weight: bold;
}

.font-s {
  font-size: 1.1rem;
}

.font-l {
  font-size: 1.7rem;
}

.box-contact {
  margin-top: 20px;
  padding: 20px;
  border: #DDDDDD solid 1px;
  background: #F5F5F5;
  border-radius: 5px;
  line-height: 160%;
}

/* 第2階層 */
.second .second-section {
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .second .second-section.shop-single {
    margin: 30px 0;
  }
}

/* メールフォーム -------------------------------------------------------------- */
select {
  -webkit-appearance: auto !important;
  border: solid 1px #CCCCCC;
}

.form-zip {
  width: 8em !important;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea,
input[type=number] {
  padding: 1%;
  border: 1px solid #cccccc;
  background: #fafafa;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 0px 0px 5px 0px;
  width: 80%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  select,
  textarea,
  input[type=number] {
    width: 100%;
  }
}

select {
  width: auto;
}

input[type=submit],
input[type=reset],
input[type=button] {
  padding: 10px 60px;
  color: #ffffff;
  background: #0068b5;
  font-weight: bold;
  border: none;
  margin: 30px auto 0px auto;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-appearance: none;
  margin: 10px;
}

input[type=submit] {
  background: #ff6600;
}

input[type=radio] {
  margin-right: 10px;
}

.box-form {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px); /* ぼけ具合を指定 */
  position: fixed;
  z-index: 2;
}

.l-header-logo__image {
  height: 45px;
  margin-left: 15px;
}

.l-header-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  /* &__item */
  /* &__btn */
}
@media screen and (max-width: 768px) {
  .l-header-nav {
    height: 100%;
  }
}
.l-header-nav__item {
  padding-right: 32px;
}
.l-header-nav__item a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
  transition: color 0.3s;
}
.l-header-nav__item a:hover {
  color: #51A127;
}
.l-header-nav__btn {
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header-nav__btn {
    height: 100%;
  }
}
.l-header-nav__btn a, .l-header-nav__btn button {
  background-color: #51A127;
  display: block;
  width: 125px;
  height: 125px;
  border-bottom-left-radius: 26px;
  position: relative;
  transition: background 0.3s;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-header-nav__btn a, .l-header-nav__btn button {
    width: 80px;
    height: 100%;
  }
}
.l-header-nav__btn a:hover, .l-header-nav__btn button:hover {
  background-color: #264C27;
}
.l-header-nav__btn a img, .l-header-nav__btn button img {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
}

/* .l-header-nav */
.l-header-nav-sp {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  transform: translateX(100%);
  background-color: rgba(81, 161, 39, 0.85);
  transition: ease 0.3s;
}
.l-header-nav-sp.active {
  transform: translateX(0);
}

.l-header-nav-sp-items {
  text-align: center;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.l-header-nav-sp-item {
  list-style: none;
  margin-bottom: 20px;
}
.l-header-nav-sp-item a {
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid #FFF;
}

.l-footer {
  background-color: #264C27;
  color: #FFF;
  padding: 85px 0 20px;
}

.l-footer-logo__image {
  width: 330px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-footer-logo__image {
    width: 100%;
    max-width: 300px;
  }
}

.l-footer-info {
  margin: 40px auto !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .l-footer-info {
    display: block;
  }
}

.l-footer-address {
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .l-footer-address {
    text-align: center;
    margin-bottom: 40px;
  }
}
.l-footer-address__company {
  font-size: 16px;
}
.l-footer-address__text {
  font-size: 14px;
}

.l-footer-link {
  display: flex;
  flex-wrap: wrap;
}
.l-footer-link__link {
  letter-spacing: 0.2em;
  line-height: 2;
  width: 33%;
  color: #FFF;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .l-footer-link__link {
    font-size: 12px;
    width: 48%;
    border-bottom: 1px solid #FFF;
    padding: 10px 0px;
  }
  .l-footer-link__link:nth-last-of-type(odd) {
    margin-left: 10px;
  }
}
.l-footer-link__link:hover {
  opacity: 0.6;
}

.l-footer-service-link {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin: 80px auto 40px !important;
}
@media screen and (max-width: 768px) {
  .l-footer-service-link {
    width: 100%;
    flex-wrap: wrap;
  }
}
.l-footer-service-link__link {
  margin: 0 15px;
  transition: opacity 0.3s;
}
.l-footer-service-link__link--iso {
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .l-footer-service-link__link--iso {
    width: 50%;
    margin: initial;
    padding: 10px;
  }
}
.l-footer-service-link__link--iso.img-vertical {
  text-align: center;
}
.l-footer-service-link__link--iso.img-vertical img {
  max-width: 150px;
}
.l-footer-service-link__link--iso img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-footer-service-link__link--iso img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-service-link__link {
    margin: 0;
    width: 50%;
    padding: 10px;
  }
}
.l-footer-service-link__link:hover {
  opacity: 0.6;
}
.l-footer-service-link__link--text:hover {
  opacity: 1 !important;
}
@media screen and (max-width: 768px) {
  .l-footer-service-link__link--text {
    width: 50%;
  }
}
.l-footer-service-link__link--text p {
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .l-footer-service-link__link--text p {
    padding: 10px;
  }
}
.l-footer-service-link__link img {
  width: 100%;
}

.l-footer-copy {
  font-size: 12px;
  text-align: center;
}

.fix-reservation {
  position: fixed;
  right: 30px;
  bottom: 50%;
  color: #333333;
  text-decoration: none;
  border-radius: 36px;
  z-index: 1;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .fix-reservation {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 20px;
    display: flex;
    width: 96%;
    max-width: 303px;
  }
}
.fix-reservation .fix-reservation_icon {
  background-color: #51A127;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  padding: 20px 15px 4px;
}
@media screen and (max-width: 768px) {
  .fix-reservation .fix-reservation_icon {
    border-bottom-left-radius: 36px;
    border-top-right-radius: 0;
    padding: 11px 15px 4px 20px;
  }
}
@media screen and (max-width: 768px) {
  .fix-reservation .fix-reservation_icon img {
    width: 30px;
  }
}
.fix-reservation .fix-reservation_text {
  writing-mode: vertical-rl;
  color: #FFF;
  background-color: #333333;
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
  padding: 10px 15px 20px;
}
@media screen and (max-width: 768px) {
  .fix-reservation .fix-reservation_text {
    writing-mode: initial;
    border-bottom-left-radius: 0;
    border-top-right-radius: 36px;
    padding: 14px 15px 16px;
  }
}
.fix-reservation:hover {
  opacity: 0.6;
}

.c-container {
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-container {
    padding: 0 30px;
  }
}

.c-section-title {
  text-align: center;
}
.c-section-title__ja {
  font-size: 36px;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 768px) {
  .c-section-title__ja {
    font-size: 28px;
  }
}
.c-section-title__en {
  font-family: "Open Sans", serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #51A127;
}
@media screen and (max-width: 768px) {
  .c-section-title__en {
    font-size: 14.4px;
  }
}

/* 第2階層 */
.second .second-section {
  margin: 100px 0;
}
.second .second-section .title01 {
  background-color: #51A127;
  color: #FFF;
  padding: 20px 70px;
  margin-bottom: 60px;
  border-top-right-radius: 26px;
  border-bottom-left-radius: 26px;
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .second .second-section .title01 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.second .second-section .title01 span {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  max-width: 100%;
}
.second .second-section.shop-single .title01 {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .second .second-section.shop-single .title01 {
    font-size: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 25px 18px;
  }
}
.second .second-section.shop-single .title01 .shop-name {
  font-weight: bold;
}
.second .second-section.shop-single .title01 .shop-labels {
  display: flex;
  gap: 8px;
}
.second .second-section.shop-single .title01 .label {
  display: inline-block;
  padding: 4px 10px;
  background-color: #fff;
  border-radius: 6px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .second .second-section.shop-single .title01 .label {
    font-size: 16px;
  }
}
.second .second-section.shop-single .title01 .label.self {
  color: #53a72a;
}
.second .second-section.shop-single .title01 .label.enejet {
  color: #005bac;
}
.second .second-section .c-section-title .title02 {
  background-color: initial;
  border-left: none;
  color: #333333;
  margin-bottom: 0;
  font-size: 34px;
  padding-bottom: 10px;
}
.second .title02 {
  background-color: #F4F4F4;
  padding: 15px 20px;
  font-weight: bold;
  border-left: solid 16px #51A127;
  margin-bottom: 30px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .second .title02 {
    margin-bottom: 15px;
    margin-top: 35px;
  }
}
.second .title02.syaken_title {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.second .title02.syaken_title p {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .second .title02.syaken_title {
    align-items: flex-start;
    flex-direction: column;
  }
}
.second .title02.syaken_title p {
  margin: 0;
}
.second .title03 {
  font-size: 28px;
  margin-bottom: 10px;
  letter-spacing: 0.8rem;
}
.second .title04 {
  font-size: 2.4rem;
  margin-bottom: 30px;
  letter-spacing: 0.8rem;
}
.second h3 {
  position: relative;
  padding-left: 1.5em;
  margin-top: 60px;
  margin-bottom: 20px;
}
.second h3:before {
  content: "●";
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0em;
  color: #51A127;
}

.mincho {
  font-family: "源ノ明朝", "Noto Serif", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.c-top-news-card {
  width: 25%;
  text-decoration: none;
  color: #333333;
  margin: 0 18px;
  transition: opacity 0.3s;
}
.c-top-news-card:first-of-type {
  margin-left: 0;
}
.c-top-news-card:last-of-type {
  margin-right: 0;
}
.c-top-news-card:hover {
  opacity: 0.6;
}

.c-top-news-card-head {
  position: relative;
  height: 170px;
  border-top-right-radius: 40px;
}
.c-top-news-card-head__image {
  width: 100%;
  height: 170px;
  border-top-right-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-top-news-card-head__label {
  font-size: 11px;
  letter-spacing: 0.15em;
  padding: 5px 10px;
  color: #FFF;
  background-color: #51A127;
  position: absolute;
  left: 0;
  bottom: 0;
}

.c-top-news-card-info__date {
  font-size: 12px;
  margin-top: 10px;
}
.c-top-news-card-info__title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

/* SS（サービスステーション） */
.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 26px;
}
.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
}

.shop-swiper {
  overflow: hidden;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .shop-swiper {
    margin-bottom: 50px;
  }
}
.shop-swiper .swiper,
.shop-swiper .thumb-wrapper {
  max-width: 720px;
  margin: auto;
}
.shop-swiper .swiper {
  overflow: visible;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .shop-swiper .swiper {
    margin-bottom: 20px;
  }
}
.shop-swiper .swiper-fade .swiper-slide {
  transition-property: opacity, transform !important;
  pointer-events: none;
}
.shop-swiper .swiper-fade .swiper-slide .swiper-slide-active {
  pointer-events: auto;
}
.shop-swiper .slide {
  display: block;
  overflow: hidden;
}
.shop-swiper .slide-media {
  display: block;
  padding-top: 69.5%;
  border-top-right-radius: 160px;
}
@media screen and (max-width: 768px) {
  .shop-swiper .slide-media {
    border-top-right-radius: 25vw;
  }
}
.shop-swiper .slide-media img {
  -o-object-fit: contain;
  object-fit: contain;
}
.shop-swiper .slide-title {
  font-weight: bold;
  line-height: 1.6;
  padding: 3.2rem 0;
}
.shop-swiper .thumb-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .shop-swiper .thumb-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
.shop-swiper .thumb-media {
  padding-top: 60%;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media only screen and (min-width: 1025px) {
  .shop-swiper .thumb-media:hover {
    transform: scale(0.9);
  }
  .shop-swiper .thumb-media:hover img {
    transform: scale(1.1);
  }
}
.shop-swiper .thumb-media img {
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.shop-swiper .thumb-media-active {
  transform: scale(0.9);
  opacity: 0.3;
}
.shop-swiper .thumb-media-active img {
  transform: scale(1.1);
}

.column-shopinfo {
  display: flex;
}
@media screen and (max-width: 768px) {
  .column-shopinfo {
    flex-direction: column;
  }
}
.column-shopinfo .shopinfo {
  width: 50%;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .column-shopinfo .shopinfo {
    width: 100%;
    margin-bottom: 30px;
  }
}
.column-shopinfo .map {
  width: calc(50% - 50px);
}
@media screen and (max-width: 768px) {
  .column-shopinfo .map {
    width: 100%;
  }
}

.column-shopservice {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 2vw;
  grid-row-gap: 30px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .column-shopservice {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 15px;
  }
}
@media screen and (max-width: 500px) {
  .column-shopservice {
    grid-template-columns: repeat(2, 1fr);
  }
}
.column-shopservice li {
  background-color: #cccccc;
  border-radius: 50px;
  padding: 10px 10px 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.75rem, 0.304rem + 0.93vw, 1rem);
  height: 100%;
}

.column-shopreservation {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 1vw;
  grid-row-gap: 30px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .column-shopreservation {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2vw;
    grid-row-gap: 15px;
  }
}
@media screen and (max-width: 500px) {
  .column-shopreservation {
    grid-template-columns: repeat(2, 1fr);
  }
}
.column-shopreservation li a {
  border: solid 1px #CCCCCC;
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  aspect-ratio: 1/1;
}
.column-shopreservation li a img {
  width: 100%;
}

/* iframeレスポンシブ */
.iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.table07 {
  width: 100%;
}
table.table07 th,
table.table07 td {
  text-align: left;
  border-bottom: solid 2px #C9C9C9;
  font-weight: normal;
  padding: 10px;
}
table.table07 th {
  vertical-align: top;
}

table.table01,
table.table02,
table.table03 {
  border: 1px solid #DDDDDD;
  border-collapse: collapse;
  width: 100%;
}

.table01 th {
  background-color: #F5F5F5;
}

.table01 th,
.table01 td {
  padding: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #DDDDDD;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #DDDDDD;
}

.table01 th th,
.table01 td td {
  border: none;
}

.table02 th,
.table02 td,
.table03 th,
.table03 td {
  padding: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #DDDDDD;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #DDDDDD;
}

.table03 table th,
.table03 table td {
  padding: 6px;
  border: none;
}

table.table05 {
  width: 100%;
}

.table05 th {
  width: 16%;
}

.table05 th img {
  width: 100%;
  height: auto;
}

.table05 td {
  width: 84%;
}

.table05 th,
.table05 td {
  padding: 10px;
}

.table-sp {
  width: auto;
  overflow: auto;
}

.table06 {
  margin: 0 auto;
  font-size: 1.1rem;
}

.table06 td {
  padding: 10px;
}

table li {
  margin-left: 0px;
}

@media screen and (max-width: 768px) {
  table.table01,
  table.table02,
  table.table03 {
    border: 1px solid #DDDDDD;
    border-collapse: collapse;
  }
  .table01.sp-table {
    width: 100%;
  }
  .table01.sp-table th,
  .table01.sp-table td {
    width: 100%;
    box-sizing: border-box;
    display: block;
    border-right: none;
  }
  .table01 th {
    padding: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #DDDDDD;
    line-height: 120%;
  }
  .table01 td {
    padding: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #DDDDDD;
    line-height: 120%;
  }
  .table02 {
    width: auto;
  }
  .table02 th,
  .table02 td {
    padding: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #DDDDDD;
    font-size: 1rem;
    line-height: 120%;
    white-space: nowrap;
  }
  .table03 th,
  .table03 td {
    padding: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #DDDDDD;
    font-size: 1rem;
    line-height: 120%;
  }
  .table03 table th,
  .table03 table td {
    padding: 10px;
    border: none;
  }
  table.table05 {
    width: 100%;
  }
  .table05 th {
    width: 30%;
  }
  .table05 th img {
    width: 100%;
    height: auto;
  }
  .table05 td {
    width: 70%;
  }
  .table05 th,
  .table05 td {
    padding: 4% 2%;
  }
  .table06 {
    margin: 0 auto;
    font-size: 1.1rem;
    word-break: break-all;
  }
  .table06 td {
    padding: 10px;
  }
  .table06 td img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  table.block th,
  table.block td {
    display: block;
  }
  .table-0 td.nowrap {
    width: 30%;
  }
  table li {
    margin-left: 0px;
  }
  .nowrap {
    white-space: nowrap;
  }
  .js-scrollable {
    width: 100%;
    overflow-x: scroll;
  }
  .js-scrollable::-webkit-scrollbar {
    height: 10px;
  }
  /*バーの太さ*/
  .js-scrollable::-webkit-scrollbar-track {
    background: #dddddd;
  }
  /*バーの背景色*/
  .js-scrollable::-webkit-scrollbar-thumb {
    background: #51A127;
  }
  /*バーの色*/
  .js-scrollable {
    white-space: nowrap;
  }
}
/* リスト */
ul,
ol {
  margin-left: 20px;
}
ul li,
ol li {
  margin-bottom: 10px;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

/* 整列 */
.alignright {
  display: block;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

@media (max-width: 599px) {
  .alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.alignleft {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media (max-width: 599px) {
  .alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto 40px;
}

/* 会社概要 */
.corporate-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}
.corporate-wrap .corporate-img {
  width: 45%;
  max-width: 500px;
}
@media (max-width: 599px) {
  .corporate-wrap .corporate-img {
    width: 65%;
  }
}
.corporate-wrap .corporate-img img {
  width: 100%;
}
.corporate-wrap .corporate-text img {
  margin-top: 10px;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .corporate-wrap .corporate-text img {
    margin-bottom: 30px;
  }
}
.corporate-wrap .corporate-text img.alignleft {
  margin-right: 40px;
}
@media (max-width: 599px) {
  .corporate-wrap .corporate-text img.alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.corporate-wrap .corporate-text img.alignright {
  margin-left: 40px;
}
@media (max-width: 599px) {
  .corporate-wrap .corporate-text img.alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.corporate-wrap .corporate-text h2 {
  margin-top: 0;
}
.corporate-wrap .corporate-text p {
  line-height: 2;
  margin-bottom: 30px;
}
.corporate-wrap .corporate-text p:last-child {
  margin-bottom: 0;
}

.sign {
  text-align: right;
  margin-top: 40px;
}

/* 会社概要 */
.nicors-img {
  width: 45%;
  max-width: 450px;
  margin-right: 40px;
  margin-bottom: 80px;
}
@media (max-width: 599px) {
  .nicors-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 65%;
  }
}
.nicors-img img {
  width: 100%;
}

/* nicors */
.nicors-text {
  margin-bottom: 40px;
}

.nicors_img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
.nicors_img img {
  width: 60%;
  height: auto;
}
.nicors_img img.price {
  width: 30%;
}
@media (max-width: 1024px) {
  .nicors_img img {
    width: 100%;
  }
  .nicors_img img.price {
    width: 70%;
  }
}

.nicors-dl dt {
  padding: 2% 0 0.5% 0;
}
.nicors-dl dd {
  border-bottom: #CCC dashed 1px;
  padding-bottom: 2%;
  font-size: 0.9rem;
  color: #999999;
}

.nicors-label {
  padding: 25px 30px !important;
}

/* お問い合わせ */
.contact-item01 {
  grid-area: 1/1/2/2;
}

.contact-item02 {
  grid-area: 1/2/2/4;
}

.contact-item03 {
  grid-area: 2/1/2/2;
}

.contact-item04 {
  grid-area: 2/2/2/4;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.cl,
.clear {
  clear: both;
}

.js-scrollable {
  overflow-y: hidden !important;
}

/* shop-single */
.shop-single p {
  margin-bottom: 30px;
}

/*250703css追加 */
.second-flex {
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.second-flex .item {
  width: 35%;
}
.second-flex .item img {
  width: 100%;
}
@media (max-width: 599px) {
  .second-flex .item {
    width: 100%;
  }
}

.flaotcover {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .flaotcover {
    row-gap: 30px;
  }
}
.flaotcover img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .flaotcover img {
    width: 100%;
  }
}
.flaotcover.happou {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  row-gap: 20px;
}
.flaotcover.happou img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .flaotcover.happou {
    max-width: 100%;
  }
  .flaotcover.happou img {
    width: 80%;
  }
}

.stretch {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.stretch ul {
  width: 70%;
}
.stretch .img {
  width: 25%;
}
.stretch .img img {
  width: 100%;
}

.table-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 40px;
}
.table-container .item {
  width: 48%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .table-container .item {
    width: 100%;
  }
}
.table-container .item img {
  width: 100%;
}
.table-container .item table {
  border-collapse: collapse;
  width: 100%;
  font-family: sans-serif;
  font-size: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.table-container .item th,
.table-container .item td {
  border: 1px solid #999;
  padding: 10px 14px;
  text-align: center;
}
.table-container .item th {
  background-color: #f0f0f0;
}
.table-container .item .title-hp {
  background-color: #0070C0;
  color: white;
  font-size: 16px;
}
.table-container .item .title-sm {
  background-color: #00B050;
  color: white;
  font-size: 16px;
}

.kaseihin-img {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .kaseihin-img {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.kaseihin-img img {
  text-align: center;
  margin: 0 auto;
}

.p-fv {
  width: 100%;
  background-color: #E5F1DF;
  padding: 20px 0;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 1280px) {
  .p-fv {
    height: 70vh;
  }
}
@media screen and (max-width: 768px) {
  .p-fv {
    height: 80vh;
  }
}

/* スライダー調整 */
.swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-slide img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1280px) {
  .swiper-horizontal {
    height: 100%;
  }
}
/* メッセージデザイン */
.p-fv-msg {
  height: 100%;
  background-color: rgba(229, 241, 223, 0.85);
  position: absolute;
  right: 20%;
  top: 0;
  z-index: 1;
}

.p-fv-msg-container {
  display: flex;
  padding: clamp(35px, 5.1244509517vw, 70px) clamp(45px, 6.588579795vw, 70px) 0;
}
@media screen and (max-width: 768px) {
  .p-fv-msg-container {
    padding: clamp(20px, 10.6666666667vw, 40px) clamp(18px, 10.6666666667vw, 36px) 0;
  }
}
.p-fv-msg-container p {
  writing-mode: vertical-rl;
}
.p-fv-msg-container__text {
  font-size: clamp(13px, 1.1713030747vw, 16px);
  font-weight: bold;
  letter-spacing: 0.26em;
  line-height: 34px;
  padding: 6.2225475842vw 3.6603221083vw 0 0;
}
@media screen and (max-width: 768px) {
  .p-fv-msg-container__text {
    font-size: 13px;
    line-height: 28px;
  }
}
.p-fv-msg-container__title {
  font-size: clamp(32px, 4.831625183vw, 66px);
  font-weight: bold;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-fv-msg-container__title {
    font-size: 38px;
  }
}

/* 第2階層 */
.second .ss-fv {
  margin-bottom: 30px;
}
.breadcrumbs {
  font-size: 12px;
}
.breadcrumbs a {
  color: #333333;
}

.no-mv {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .no-mv {
    padding-top: 110px;
  }
}

/* SS（サービスステーション） */
.second .ss-fv {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.second .ss-fv-msg {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
  color: #FFF;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}
.second .ss-fv-msg .ss-fv-msg-container__title {
  font-size: clamp(2rem, 0.119rem + 4.55vw, 4rem);
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.second .ss-fv-msg .ss-fv-msg-container__text {
  font-size: clamp(1rem, 0.354rem + 1.56vw, 1.688rem);
  font-weight: bold;
  letter-spacing: 0.26em;
  line-height: 1.6;
}
.second .ss-fv-msg2 {
  position: absolute;
  left: 1%;
  bottom: -2px;
  z-index: 1;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .second .ss-fv-msg2 {
    width: 100%;
  }
}
.second .ss-fv-msg2 img {
  width: 100%;
}
.second .ss-fv-msg-sp {
  text-align: center;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .second .ss-fv-msg-sp {
    margin-top: 70px;
  }
}
.second .ss-fv-msg-sp .ss-fv-msg-container__title {
  font-size: 8.59375vw;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .second .ss-fv-msg-sp .ss-fv-msg-container__title {
    margin-bottom: 15px;
  }
}
.second .ss-fv-msg-sp .ss-fv-msg-container__text {
  font-size: 4vw;
  font-weight: bold;
  line-height: 2;
}
.second .ss-fv-msg-sp::before {
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  content: "";
  width: 50px;
  height: 5px;
  background-color: #51A127;
}

.p-business {
  margin: 135px 0;
}
@media screen and (max-width: 1024px) {
  .p-business {
    margin: 85px 0;
  }
}

.p-business-menu {
  display: grid;
  grid-template-columns: 50% 25% 25%;
  margin-top: 60px !important;
}
@media screen and (max-width: 1024px) {
  .p-business-menu {
    display: block;
    height: auto;
  }
}

.top-business.p-business-item {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 120px;
  margin: 20px;
}
@media screen and (max-width: 1024px) {
  .top-business.p-business-item {
    display: block;
    margin: 0 0 20px;
    border-top-right-radius: 60px;
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .top-business.p-business-item {
    height: 180px;
  }
}
.top-business.p-business-item:hover img {
  transform: scale(1.2);
}
.top-business.p-business-item:hover .p-business-label {
  background-color: #264C27;
}
.top-business.p-business-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-business.p-business-item img {
    height: 300px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  .top-business.p-business-item img {
    height: 180px;
  }
}
.top-business.p-business-item--station {
  grid-area: 1/1/3/2;
  height: 650px;
}
@media screen and (max-width: 1024px) {
  .top-business.p-business-item--station {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .top-business.p-business-item--station {
    height: 180px;
  }
}
.top-business.p-business-item--car-life {
  grid-area: 1/2/2/3;
}
.top-business.p-business-item--junkatsuyu {
  grid-area: 2/2/3/3;
}
.top-business.p-business-item--kasei {
  grid-area: 1/3/2/4;
}
.top-business.p-business-item--shizai {
  grid-area: 2/3/3/4;
}
.top-business.p-business-item .p-business-label {
  background-color: #51A127;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 40px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1280px) {
  .top-business.p-business-item .p-business-label {
    padding: 15px 20px;
  }
}
.top-business.p-business-item .p-business-label p {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
}
@media screen and (max-width: 1280px) {
  .top-business.p-business-item .p-business-label p {
    font-size: 15px;
  }
}
.top-business.p-business-item .p-business-label img {
  height: 15px;
  width: 15px;
  margin: 10px 10px 0 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .top-business.p-business-item .p-business-label img {
    height: 10px;
    width: 10px;
  }
}

/* SS（サービスステーション） */
.ss-business {
  margin: 135px 0;
}
.ss-business .ss-business-menu {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .ss-business .ss-business-menu {
    display: block;
    height: auto;
  }
}
.ss-business .ss-business-menu .ss-business-item {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 120px;
  margin: 20px;
}
@media screen and (max-width: 768px) {
  .ss-business .ss-business-menu .ss-business-item {
    display: block;
    margin: 0 0 20px;
    border-top-right-radius: 60px;
    height: 100%;
  }
}
.ss-business .ss-business-menu .ss-business-item:hover img {
  transform: scale(1.2);
}
.ss-business .ss-business-menu .ss-business-item:hover .p-business-label {
  background-color: #264C27;
}
.ss-business .ss-business-menu .ss-business-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .ss-business .ss-business-menu .ss-business-item img {
    height: 100%;
  }
}
.ss-business .ss-business-menu .ss-business-item--station {
  grid-area: 1/1/3/2;
}
.ss-business .ss-business-menu .ss-business-item--car-life {
  grid-area: 1/2/2/4;
}
.ss-business .ss-business-menu .ss-business-item--junkatsuyu {
  grid-area: 2/2/3/3;
}
.ss-business .ss-business-menu .ss-business-item--shizai {
  grid-area: 2/3/3/4;
}
.ss-business .ss-business-menu .ss-business-label {
  background-color: #51A127;
  position: absolute;
  left: 0;
  bottom: 70px;
  padding: 30px 40px;
  transition: background-color 0.3s;
  text-align: center;
  width: 85%;
  max-width: 390px;
}
@media screen and (max-width: 1280px) {
  .ss-business .ss-business-menu .ss-business-label {
    bottom: calc(4vw + 25px);
    padding: 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  .ss-business .ss-business-menu .ss-business-label {
    bottom: 60px;
    width: 80%;
  }
}
.ss-business .ss-business-menu .ss-business-label p {
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
}
@media screen and (max-width: 1280px) {
  .ss-business .ss-business-menu .ss-business-label p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .ss-business .ss-business-menu .ss-business-label p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .ss-business .ss-business-menu .ss-business-label p {
    font-size: 12px;
  }
}
.ss-business .ss-business-menu .ss-business-label img {
  height: 15px;
  width: 15px;
  margin: 10px 10px 0 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .ss-business .ss-business-menu .ss-business-label img {
    height: 10px;
    width: 10px;
  }
}
.ss-business .ss-business-menu .ss-business-label.toi {
  bottom: 0;
  width: 100%;
}
.ss-business .ss-business-menu .ss-business-label2 {
  background-color: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 30px;
  transition: background-color 0.3s;
  width: 85%;
  max-width: 390px;
}
@media screen and (max-width: 1280px) {
  .ss-business .ss-business-menu .ss-business-label2 {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  .ss-business .ss-business-menu .ss-business-label2 {
    width: 80%;
  }
}
.ss-business .ss-business-menu .ss-business-label2 p {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 1280px) {
  .ss-business .ss-business-menu .ss-business-label2 p {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  .ss-business .ss-business-menu .ss-business-label2 p {
    font-size: clamp(10px, 1.8vw, 20px);
  }
}
.ss-business .ss-business-menu .ss-business-label2 img {
  height: 15px;
  width: 15px;
  margin: 10px 10px 0 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .ss-business .ss-business-menu .ss-business-label2 img {
    height: 10px;
    width: 10px;
  }
}

.p-news-list {
  background-color: #E5F1DF;
  padding: 90px 0;
  margin-top: -2.5vw;
}
@media screen and (max-width: 768px) {
  .p-news-list {
    padding: 70px 0;
    margin-top: -10vw;
  }
}

.p-news-tab {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-news-tab {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.p-news-tab.kessan {
  flex-wrap: wrap;
}
.p-news-tab.kessan .p-news-more a.p-news-more__link {
  font-size: initial;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .p-news-tab.kessan .p-news-more {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .p-news-tab.kessan a.p-news-more__link {
    padding: 20px 30px;
  }
}
@media (max-width: 599px) {
  .p-news-tab.kessan .p-news-more {
    width: 100%;
  }
}
.p-news-tab.kessan.iso {
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.p-news-tab.kessan.syaken_link .p-news-more {
  width: 23%;
  margin-top: 0;
}
.p-news-tab.kessan.syaken_link .p-news-more a.p-news-more__link {
  font-size: initial;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
}
@media (max-width: 1024px) {
  .p-news-tab.kessan.syaken_link .p-news-more {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .p-news-tab.kessan.syaken_link .p-news-more {
    width: 30%;
  }
}
@media (max-width: 499px) {
  .p-news-tab.kessan.syaken_link .p-news-more {
    width: 48%;
  }
}
.p-news-tab.kessan.kessan_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 768px) {
  .p-news-more.niko .p-news-more__link {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.15em;
    color: #333333;
    text-decoration: none;
    border-top: 2px solid #51A127;
    border-bottom: 2px solid #51A127;
    transition: color 0.3s;
    margin-top: 60px;
    padding: 20px 40px;
    position: relative;
  }
}

.p-news-tab-item {
  text-align: center;
  list-style: none;
  cursor: pointer;
  width: 100%;
  padding: 0 4px;
}
@media screen and (max-width: 768px) {
  .p-news-tab-item {
    width: 48%;
    padding: 0;
  }
}
.p-news-tab-item:first-child {
  padding-left: 0;
}
.p-news-tab-item:last-child {
  padding-right: 0;
}
.p-news-tab-item__link {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  color: #999999;
  background-color: #FFF;
  width: 100%;
  padding: 17px 0;
}
@media screen and (max-width: 768px) {
  .p-news-tab-item__link {
    font-size: 12px;
  }
}
.p-news-tab-item__link.on {
  color: #333333;
  border-bottom: 4px solid #333333;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-news-tab-item__link.on {
    border-bottom: inherit;
    color: #FFF;
    background-color: #333333;
  }
}
.p-news-tab-item__link.on::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #333333;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 768px) {
  .p-news-tab-item__link.on::before {
    border: inherit;
  }
}

.p-news-tab-body-item {
  margin: 40px 0;
  display: none;
}
.p-news-tab-body-item.on {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-news-tab-body-item.on {
    display: block;
  }
}

.p-news-more {
  text-align: center;
  margin-top: 80px;
}
.p-news-more__link {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #333333;
  text-decoration: none;
  border-top: 2px solid #51A127;
  border-bottom: 2px solid #51A127;
  transition: color 0.3s;
  margin-top: 60px;
  padding: 20px 60px;
  position: relative;
}
.p-news-more__link::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #333333;
  border-right: 0;
  transition: border-left 0.3s;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-news-more__link:hover {
  color: #51A127;
}
.p-news-more__link:hover::before {
  border-left: 10px solid #51A127;
}

/* SS（サービスステーション） */
@media screen and (max-width: 768px) {
  .second .p-news .c-section-title__ja {
    letter-spacing: 0.1em;
  }
}
.second .p-news-tab-body-item {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 18px;
  grid-row-gap: 50px;
}
@media screen and (max-width: 768px) {
  .second .p-news-tab-body-item {
    grid-template-columns: repeat(1, 1fr);
  }
}
.second .p-news-tab-body-item.on {
  display: grid;
}
.second .p-news-tab-body-item .c-top-news-card {
  width: 100%;
  margin: 0;
}
.second .p-news-tab-body-item .c-top-news-card .c-top-news-card-head {
  height: 194px;
}
.second .p-news-tab-body-item .c-top-news-card .c-top-news-card-head .c-top-news-card-head__image {
  height: 194px;
}

/* お知らせ一覧追加 */
.news_list .item {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
  border-bottom: dashed 1px #B9B9B9;
  padding: 25px 0;
  position: relative;
}
.news_list .item::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 4px solid #51A127;
  border-right: 4px solid #51A127;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .news_list .item::before {
    content: none;
  }
}
.news_list .item .day {
  color: #666666;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .news_list .item .day {
    width: 100%;
    margin-bottom: 10px;
  }
}
.news_list .item .day span {
  font-size: 11px;
  letter-spacing: 0.15em;
  color: rgb(255, 255, 255);
  background-color: rgb(81, 161, 39);
  left: 0px;
  bottom: 0px;
  padding: 5px 10px;
  text-decoration: none;
  white-space: nowrap;
}
.news_list .item .title {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .news_list .item .title {
    width: 100%;
  }
}
.news_list .item .title a {
  color: #000;
  text-decoration: none;
}

p.day {
  text-align: right;
}
@media screen and (max-width: 768px) {
  p.day {
    line-height: 1.8rem;
  }
}
p.day span.category a {
  font-size: 13px;
  letter-spacing: 0.15em;
  color: rgb(255, 255, 255);
  background-color: rgb(81, 161, 39);
  left: 0px;
  bottom: 0px;
  padding: 5px 10px;
  text-decoration: none;
}

.news_content {
  margin-top: 20px;
  padding-bottom: 40px;
}
.news_content .news_img {
  text-align: center;
}
.news_content img {
  max-width: 800px;
  width: 100%;
  border: 1px solid #B9B9B9;
}

.p-service-link {
  margin: 115px 0;
}
@media screen and (max-width: 768px) {
  .p-service-link {
    margin: 65px 0;
  }
}

.p-service-link-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-service-link-list {
    flex-direction: column;
    max-width: 300px;
  }
}
.p-service-link-list__link {
  text-decoration: none;
  margin: 0 15px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-service-link-list__link {
    margin: 0;
  }
}
.p-service-link-list__link:hover {
  opacity: 0.6;
}
.p-service-link-list__link img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-service-link-list__link img {
    margin-bottom: 30px;
  }
}

.u-top-fv-spacer {
  height: 90px;
}/*# sourceMappingURL=style.css.map */