@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');
*, *::before, *::after {
  box-sizing: border-box;
}
/* 共通 
============================================================================= */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  position: relative;
  height: 100%;
}
main {
  padding-top: 142px;
}
body, p, h1, h2, h3, h4, h5, h6 {
  position: relative;
  color: rgba(0, 0, 0, 0.9);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  font-size: 1.1em;
}
a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
}
ul, ol {
  padding: 0;
}
li {
  list-style: none;
}
html, body {
  overflow-x: hidden;
  width: 100%;
}
.spece-xxl {
  height: max(6vw, 3.75rem) !important;
}
.js-scrollable {
  overflow-x: auto !important; /* スクロールを強制 */
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.js-scrollable table {
  min-width: 800px;
}
.js-scrollable .wp-block-flexible-table-block-table table.is-stacked-on-mobile th, .js-scrollable .wp-block-flexible-table-block-table table.is-stacked-on-mobile td {
  width: auto;
  display: revert !important;
}
.pcbox {
  display: block;
}
.spbox {
  display: none;
}
h1.page_title.error-404.not-found {
    font-size: 3rem;
}
/* title 
============================================================================= */
.en-wh {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
  display: block;
  letter-spacing: .5rem;
  line-height: 1em;
  color: #fff;
}
h2.h2-ttl-wh {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .1rem;
  margin-bottom: 5rem;
  color: #fff;
}
h2 span.en-grd {
  font-size: 10rem;
  font-weight: 600;
  letter-spacing: .5rem;
  line-height: 1em;
  margin-bottom: 5rem;
  background: linear-gradient(to right, #195E98, #12958B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins", sans-serif;
}
h2.h2-ttl-grd {
  font-size: 2.5rem;
  background: linear-gradient(to right, #195E98, #12958B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
span.en-grd:after {
  content: "/";
  font-size: 3.5rem;
  font-weight: 400;
  margin: 0 4rem;
}
/* header 
============================================================================= */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: .4s;
}
#header div.headerinner {
  display: grid;
  background: #fff;
  grid-template-columns: max(13vw, 11rem) minmax(0, 1fr);
  place-items: center start;
  padding: max(2vw, 1.25rem);
  gap: max(2vw, 1.25rem);
  transition: .4s;
}
#header div.headerinner a.headerlogo {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  aspect-ratio: 1440 / 208;
}
#header div.headerinner figure.logo {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
}
#header div.headerinner figure.logo img {
  width: 100%;
}
#header div.headerinner nav.gnav {
  width: 100%;
}
#header div.headerinner nav.gnav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 2.5em;
  font-size: 1.8rem;
  transition: .4s;
}
ul.nonstyle {
  list-style: none;
  margin: 0;
  padding: 0;
}
.h-menu {
  display: none;
}
nav.gnav ul li {
  font-weight: bold;
}
.navinner {
  position: fixed;
  top: -1rem;
  right: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  z-index: 20;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.9);
  transition: .6s;
  animation: blur-anim-re .3s linear forwards;
}
.header-recruitbtn a {
  display: inline-block;
  padding: 15px 48px;
  background: #D93823;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: transform 0.3 ease;
}
.header-contactbtn a {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(to right, #195E98, #12958B);
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: transform 0.3s ease;
}
/* slide
============================================================================= */
.main .swiper {
  width: 80%;
  max-width: 900px;
  margin: auto;
  padding: 40px 0;
}
.main .swiper-container {
  overflow: hidden;
  position: relative;
}
.main .swiper-slide {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  margin: 0 auto 5rem;
}
.main .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*
.main .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.6;
}
*/
/* top page
============================================================================= */
span.top-telnum {
  font-size: 2.5rem;
  display: flex;
  align-content: center;
  justify-content: center;
}
.topsup-container {
  position: relative;
  width: 85%;
  margin: 7rem auto;
  height: 100%;
  overflow: hidden;
  border-radius: 50px;
}
.topsup-inner-color {
  position: relative;
  background-color: #00897b;
  color: white;
  border-radius: 0 50px 50px 0;
  padding: 20px 120px;
  margin-right: 40rem;
  font-size: 2rem;
  height: 100%;
  display: inline-block;
}
.topsup-inner {
  border: 3px solid #00897b;
  border-radius: 50px;
  margin: 0;
  padding: 14px;
}
span.topsup-inner-txt {
  color: #00897b;
  font-weight: 600;
  font-size: 1.8rem;
}
span.topsup-inner-color:before {
  position: absolute;
  content: "";
  background: url(../img/frontpage/supbtn.png) no-repeat;
  background-size: 100%;
  width: 9%;
  height: 50px;
  left: 7.5rem;
  top: 1.8rem;
}
.topsup-container:after {
  content: ">";
  font-size: 3em;
  position: absolute;
  color: #00897b;
  right: 4rem;
  top: -0.4rem;
}
.pdt-container {
  position: relative;
  margin-top: 12rem;
}
.pdt-inner {
  position: relative;
  margin: 0 auto;
  padding: 0 max(8vw, 1.75rem);
  z-index: 4;
}
.pdt-btn {
  position: relative;
  width: 18%;
}
a.btn-link {
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 20px 0px;
  background-color: #195E98;
  border: solid 2px #195E98;
  letter-spacing: .08em;
  border-radius: 120px;
  color: #fff;
  font-weight: 600;
  align-items: center;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: none;
  background: #fff;
  border: 2px solid;
}
.pdt-btn {
  position: relative;
  width: 18%;
  margin: 5rem 0;
}
.pdt-txtbox p {
  font-weight: 600;
  font-size: max(1vw, 1em);
  line-height: 28px;
}
.pdt-lineup-container {
  position: relative;
  z-index: 4;
  margin-bottom: 10rem;
}
ul.lineup-flexbox {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}
ul.lineup-flexbox a {
  width: 20%;
  display: flex;
  flex-direction: column;
  border: 2px solid #195E98;
  border-radius: 25px;
  box-shadow: 1px 1px 6px #717171;
  background: #fff;
}
li.lineup-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
img.lineup-img {
  width: 70%;
  margin: 2rem auto;
}
span.lineup-ttl {
  color: #195E98;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 2rem;
}
.maker-inner {
  position: relative;
  margin: 0 auto;
  padding: 0 max(8vw, 1.75rem);
}
h3.maker-ttl {
  font-size: 2.5rem;
  padding: 1rem 3rem;
  border: 2px solid #fff;
  border-radius: 25px;
  width: 30%;
  text-align: center;
  color: #fff;
}
ul.maker-flexbox {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 2rem 4rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: 6rem 0;
}
ul.maker-flexbox a {
  display: flex;
  width: 20%;
}
li.maker-box {
  width: 100%;
  background: #fff;
  border-radius: 70px;
  overflow: hidden;
  text-align: center;
  padding: 1.5rem 0;
}
img.maker-img {
  width: 80%;
}
.pdt-maker-container {
  position: relative;
  padding: max(46vw, 10rem) 0 max(25vw, 12rem);
  background: linear-gradient(to right, #195E98, #12958B);
  overflow: hidden;
}
.top-grd-container {
  position: relative;
  margin-bottom: -36rem;
}
.top-grd-inner {
  position: relative;
  padding: 20rem;
  border-radius: 0 0 max(20vw, 5rem) 0;
  overflow: hidden;
  z-index: 2;
  margin-top: -82rem;
}
.top-grd-inner:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, white 0%, #ffffff 80%);
  z-index: 2;
}
.svc-inner {
  position: relative;
  margin: 0 auto;
  padding: 0 max(8vw, 1.75rem);
  z-index: 4;
}
.svc-ttlbox {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
p.svc-ttltxt {
  font-weight: 600;
  font-size: max(1vw, 1em);
  line-height: 28px;
}
h2.svc-ttl-grd {
  width: 100%;
  height: 100%;
  font-size: 2.5rem;
  background: linear-gradient(to right, #195E98, #12958B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
p.svc-ttltxt {
  width: 100%;
}
.svc-container {
  position: relative;
  padding: max(8vw, 10rem) 0 max(8vw, 12rem);
  background-image: linear-gradient(0deg, #ffffff 10%, #ffffff);
  border-radius: max(20vw, 5rem) 0 0 0;
  overflow: hidden;
  z-index: 5;
  margin-top: -36rem;
}
.svc-contents-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 25vw 22vw;
  gap: max(2vw, 1.875rem);
  position: relative;
  margin: 8rem auto;
  padding: 0 max(8vw, 1.75rem);
  z-index: 4;
  align-items: center;
}
/*
.svc-contents01 {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  position: relative;
  display: block;
  border-radius: max(5vw, 3rem);
  box-shadow: 0 0 10px #7f7f7f;
  overflow: hidden;
  z-index: 1;
  height: 100%;
  margin: 0 auto;
  padding: 5rem max(8vw, 1.75rem);
}
*/
/*
.svc-contents02 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  position: relative;
  display: block;
  border-radius: max(5vw, 3rem);
  box-shadow: 0 0 10px #7f7f7f;
  overflow: hidden;
  z-index: 1;
  height: 100%;
  padding: 3.5vw 5vw 3vw;
}
*/
.svc-contents01 {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  position: relative;
  display: grid;
  align-items: center;
  gap: max(5vw, 1.5rem);
  padding-left: max(6vw, 1.5rem);
  idth: 100%;
  height: 100%;
  z-index: 4;
  overflow: hidden;
  border-radius: max(5vw, 3rem);
  grid-template-columns: max(10vw, 8rem) 1fr max(1.5vw, 1.5rem);
}
.svc-contents02, .svc-contents03 {
  position: relative;
  display: grid;
  align-items: center;
  gap: max(3vw, 1.5rem);
  padding-left: max(2vw, 1.5rem);
  idth: 100%;
  height: 100%;
  z-index: 4;
  overflow: hidden;
  border-radius: max(5vw, 3rem);
  grid-template-columns: max(9vw, 7rem) 1fr max(1.5vw, 1.5rem);
}
.svc-contents01:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1.1);
  transition: .8s;
  z-index: -2;
  background-image: url(../img/frontpage/svc-content01.jpg);
}
.svc-contents02:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1.1);
  transition: .8s;
  z-index: -2;
  background-image: url(../img/frontpage/svc-content02.jpg);
}
.svc-contents03:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1.1);
  transition: .8s;
  z-index: -2;
  background-image: url(../img/frontpage/svc-content03.jpg);
}
.svc-icon img {
  width: 100%;
}
.svc-txt01 h3 {
  color: #fff;
  font-size: 3rem;
  margin: 1.5rem 0;
}
.svc-txt01 p {
  color: #fff;
}
.svc-txt02 {
  position: relative;
  /*
  width: 80%;
  margin-left: 7vw;
*/
}
.svc-txt02 h3 {
  color: #fff;
  font-size: 3rem;
  margin: 1.5rem 0;
}
.svc-txt02 p {
  color: #fff;
}
.svc-btn01 {
  position: relative;
  width: 25%;
  margin-left: 42vw;
  margin-top: 3vw;
}
a.svcbtn-link01 {
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 18px 0px;
  background-color: #ffffff;
  border: solid 2px #ffffff;
  border-right: none;
  letter-spacing: .08em;
  border-radius: 120px;
  color: #195E98;
  font-weight: 600;
  align-items: center;
}
a.svcbtn-link01:hover, a.svcbtn-link02:hover, a.svcbtn-link03:hover {
  color: #fff;
  text-decoration: none;
  background: #0056b3;
  border: 2px solid #0056b3;
}
.svc-btn02 {
  position: relative;
  width: 45%;
  margin-left: 12.5vw;
  margin-top: 1vw;
}
.svc-icon02 img {
  width: 100%;
}
a.svcbtn-link02 {
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 13px 0px;
  background-color: #ffffff;
  border: solid 2px #ffffff;
  border-right: none;
  letter-spacing: .08em;
  border-radius: 120px;
  color: #195E98;
  font-weight: 600;
  align-items: center;
}
.news-inner {
  position: relative;
  margin: 0 auto;
  padding: 0 max(8vw, 1.75rem);
  z-index: 4;
  margin-bottom: 10vw;
}
ul.nonstyle.ul-news {
  width: 80%;
  margin: 3rem 0 0 auto;
}
a.news-post {
  position: relative;
  display: grid;
  place-items: center start;
  grid-template-columns: 6rem minmax(0, 1fr) 2rem;
  padding: max(2vw, 1.5rem) 0;
  gap: max(6vw, 1.5rem);
  border-bottom: 1px solid #979797;
  transition: .4s;
}
a.news-btn-link {
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 20px 0px;
  background-color: #195E98;
  border: solid 1px #195E98;
  border-right: none;
  letter-spacing: .08em;
  border-radius: 120px;
  color: #fff;
  font-weight: 600;
  align-items: center;
  width: 18%;
  margin: 4vw 0 0 auto;
}
h4.news-post-ttl {
  font-size: max(1vw, 1em);
  text-align: left;
}
time {
  font-weight: 600;
  font-size: max(1vw, 1em);
  line-height: 1.4;
}
/* 下層ページ
============================================================================= */
.page-ttl-wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 max(6vw, 1.75rem);
  width: min(100%, 1712px);
}
ul.nonstyle.breadcrumbs-wrap {
  display: flex;
}
h1.page-ttl-jp {
  display: grid;
}
.sub-left {
  position: absolute;
  left: 15vw;
  top: 12vw;
  width: 50%;
  z-index: 1
}
.sub-page-img {
  height: 35vw;
  width: 100%;
  border-radius: 100px !important;
  overflow: hidden;
}
.sub-page-img img {
  width: 100%;
  filter: brightness(70%);
}
span.jp {
  font-size: 2.8vw;
  color: white;
}
span.en {
  color: white;
}
ul.nonstyle.breadcrumbs-wrap {
  display: flex;
  gap: 0 17px;
  list-style: none;
  padding: 0;
  font-size: 1.6rem;
  color: white;
  margin: 6vw 0 0;
}
li.home {
  display: flex;
  align-items: center;
  color: white;
}
li.home:not(:last-child)::after {
  content: '';
  display: inline-block;
  transform: rotate(45deg);
  width: .3em;
  height: .3em;
  margin-left: 10px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
a.home {
  color: white;
}
.content-inner {
  position: relative;
  margin: 0 auto;
  padding: 0 max(8vw, 1.75rem);
  width: min(100%, 1712px);
}
.sub-h2-title {
  display: flex;
  align-items: center;
  gap: 1.5vw;
  margin: 0 auto;
  margin-bottom: 4rem;
  justify-content: center;
  font-size: max(2.2vw, 2rem) !important;
}
.sub-h2-title::before, .sub-h2-title::after {
  content: "";
  display: block;
  width: 5px;
  height: 40px;
  border-radius: 15px;
  background: linear-gradient(to right, #195E98, #12958B);
}
section.contents {
  margin-bottom: 15vw;
  margin-top: max(6vw, 3rem);
}
span.en {
  font-size: 1.4vw;
  display: flex;
  position: relative;
  width: 100%;
  gap: 30px;
  align-items: center;
}
span.en::after {
  content: '';
  width: 20%;
  height: 1px;
  display: block;
  border-top: 1px solid;
}
li.post.post-page {
  display: flex;
  align-items: center;
  color: white;
}
li.post.post-page a {
  color: white;
}
li.post.post-page::after {
  content: '';
  display: inline-block;
  transform: rotate(45deg);
  width: .3em;
  height: .3em;
  margin-left: 10px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.page-pdt-container {
  position: relative;
  margin: 12rem auto 0;
  padding: 0 max(6vw, 1.75rem);
  width: min(100%, 1712px);
}
.page-pdt-inner {
  position: relative;
}
.pdt-txtinner {
  width: 95%;
  margin: 0 auto 5rem;
}
.page-pdt-lineup-container {
  position: relative;
  z-index: 4;
  margin-bottom: 10rem;
}
ul.page-lineup-flexbox {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}
ul.page-lineup-flexbox a {
  width: 23%;
  display: flex;
  flex-direction: column;
  border: 2px solid #195E98;
  border-radius: 25px;
  box-shadow: 1px 1px 6px #717171;
  background: #fff;
}
li.page-lineup-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.page-maker-container {
  position: relative;
  padding: max(8vw, 10rem) 0 max(6vw, 10rem);
  background: linear-gradient(to right, #195E98, #12958B);
  overflow: hidden;
}
.page-maker-inner {
  position: relative;
  margin: 0 auto;
  padding: 0 max(8vw, 1.75rem);
  width: min(100%, 1712px);
}
.news-box {
  position: relative;
  width: 90%;
  margin: 8vw auto 0;
}
.news-arrow {
  position: relative;
  display: grid;
  place-items: center;
}
.news-arrow img {
  width: 1.5vw;
  position: absolute;
  right: max(2vw, 1.5rem);
  transition: .4s;
}
.company-table td {
  padding: 2rem !important;
}
.spece-xxl .vk_block-margin-xxl--margin-top {
  margin-top: max(6vw, 3.75rem) !important;
}
.wp-block-image.syatyou-sing {
  margin-bottom: 10rem;
  margin-top: 2rem;
}
/* 下層slide
============================================================================= */
.su-post .swiper {
  width: 80%;
  max-width: 900px;
  margin: auto;
  padding: 40px 0;
}
.su-post .swiper-container {
  overflow: hidden;
  position: relative;
}
.su-post .swiper-slide {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  margin: 0 0 5rem;
}
.su-post .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff
}
.product-post li.swiper-slide {
  height: 300px;
  margin-bottom: 0;
  overflow: hidden;
}
/* 取扱商品詳細
============================================================================= */
.product01-flexbox {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 5rem 1.4vw;
  flex-wrap: wrap;
}
.product-post {
  width: 32%;
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  box-shadow: 1px 1px 6px #717171;
  background: #F2F2F2;
  padding: 1.5vw;
}
.product-post li.swiper-slide {
  background: none;
}
a.product-link01 {
  display: flex;
  justify-content: center;
  padding: 20px 0px;
  background-color: #195E98;
  border: solid 1px #195E98;
  border-right: none;
  border-radius: 120px;
  color: #fff;
  font-weight: 600;
  align-items: center;
  font-size: 1.1em;
  letter-spacing: 0.2em;
  width: 90%;
  margin: 0 auto;
}
.swiper-button-prev {
  background-image: url('../img/svg/product-slide.svg') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 3vw !important;
  transform: scaleX(-1);
  left: 0 !important;
}
.swiper-button-next {
  background-image: url('../img/svg/product-slide.svg') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 3vw !important;
  right: 0 !important;
}
.product-post02 {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-radius: 25px;
  box-shadow: 1px 1px 6px #717171;
  background: #F2F2F2;
  padding: 2vw;
  gap: 5rem;
}
.product-column01-slide .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.product-column01-slide li.swiper-slide {
  background: none;
  margin: 0;
}
.product-column01-slide {
  width: 50%;
}
.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}
.product-ttl-inner {
  margin: .5vw 0;
}
.product-post-inner h4 {
  font-size: 2.5rem;
  background: linear-gradient(to bottom, #195E98, #12958B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
h4.product-ttl02 {
  font-size: 2rem;
}
.product-post-inner h4.product-title-type02 {
  font-size: 2.4rem;
  background: linear-gradient(to bottom, #195E98, #12958B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  margin-bottom: 0.2vw;
  margin-top: 1vw;
  min-height: 3em;
}
h4.product-ttl03 {
  font-size: 2rem;
}
.product-post {
  position: relative;
}
.product_point_cat01 img {
  position: absolute;
  z-index: 2;
  width: 5vw;
  left: 2rem;
  top: 2rem;
}
.swiper-wrapper {
  margin-top: 0;
}
.main .swiper-slide img {
  border-radius: 15px;
}
.product-post-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
p.product-post-num01 {
  margin-bottom: 0.3vw;
  margin-top: 0;
}
p.product-post-price01 {
  margin-bottom: 0.3vw;
  font-weight: 600;
  font-size: 2.8rem;
  color: #cf0000;
  margin-top: 0;
}
p.product-post-text01 {
  margin-top: 0;
  font-size: 1em;
}
.product-post02 {
  position: relative;
  margin-bottom: 2vw;
}
.product-point-cat02 img {
  position: absolute;
  z-index: 2;
  width: 5vw;
  left: 1vw;
  top: 1vw;
}
.swiper-container.product-column01-slide {
  right: 2vw;
}
p.product-post-num02 {
  margin-bottom: 0.3vw;
}
p.product-post-price02 {
  margin-bottom: 0.3vw;
  font-weight: 600;
  font-size: 2.8rem;
  color: #cf0000;
}
a.product-link02 {
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 20px 0px;
  background-color: #195E98;
  border: solid 1px #195E98;
  border-right: none;
  border-radius: 120px;
  color: #fff;
  font-weight: 600;
  align-items: center;
  font-size: 1.1em;
  letter-spacing: 0.2em;
  width: 65%;
  margin: 1.2vw auto;
  margin-bottom: -2vw;
  margin-top: 2vw;
}
.product-example {
  padding: 4vw;
  border-radius: 30px; /* 모서리 둥글게 */
  background: white; /* 내부 배경색 */
  border: 4px solid transparent; /* 투명한 테두리 */
  background-clip: padding-box, border-box; /* 내부와 테두리를 분리 */
  background-image: linear-gradient(white, white), linear-gradient(to right, #195E98, #12958B);
}
.vk_borderBox_title_container {
  text-align: center;
  font-size: 25px !important;
  color: #252629;
  position: relative;
}
.vk_borderBox_title_container::after {
  content: '';
  width: 9vw;
  height: 6px;
  background: linear-gradient(to right, #195E98, #12958B);
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  border-radius: 10px;
}
.product-example .wp-element-caption {
  font-size: 20px;
}
.rinen {
  font-size: 3rem;
  background: linear-gradient(to bottom, #195E98, #12958B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.rinen span {
  font-size: 2.5rem;
}
.product-img01 img { /* 設置画像がない時 */
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  border-radius: 10px;
}
.product-img01 { /* 設置画像がない時 */
  height: 300px;
  margin-bottom: 0;
  overflow: hidden;
}
.lineup-opt ul {
  display: flex;
  width: 100%;
  gap: 2rem 4rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: 6rem 0;
}
.lineup-opt li {
  background: #1e5e98;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: 50px;
}
/* お知らせ
============================================================================= */
.single-ttlwrap {
  margin: 0 auto;
  padding: 0 max(8vw, 1.75rem);
  width: min(100%, 1712px);
  position: relative;
}
.single-inner {
  position: relative;
  padding-bottom: max(calc(4vw + 1rem), 3rem);
}
h1.single-title {
  font-size: max(2vw, 1.5em);
  font-weight: 600;
}
.single-info time {
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: 100;
}
.single-ttlwrap:after {
  content: '';
  position: absolute;
  left: 8vw;
  bottom: 0;
  width: calc(100% - 16vw);
  height: 3px;
  background: linear-gradient(to right, #195E98, #12958B);
}
.single-info {
  margin-top: 1rem;
}
.single-content-inner {
  margin: 5vw auto 15vw;
  padding: 0 max(8vw, 1.75rem);
  width: min(100%, 1712px);
}
a.allnews-btn {
  position: relative;
  display: block;
  padding: 1em 2em;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  width: 20%;
  color: #ffffff;
  border: 2px solid;
  background: linear-gradient(to right, #195E98, #12958B);
  border-radius: max(1vw, 1em);
}
.single-content {
  margin-bottom: 8vw;
}
.single p {
  margin: 1em 0;
}
/* 問い合わせフォーム
============================================================================= */
.inputitems {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 1em;
  padding: 2em 1em;
  border-top: 1px solid #a5a5a5;
  align-items: center;
}
input.wpcf7-form-control.wpcf7-text {
  outline: none;
  padding: 2rem;
  border: 1px solid #bbb;
  border-radius: 15px;
  transition: .4s;
  width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  outline: none;
  padding: 2rem;
  border: 1px solid #bbb;
  border-radius: 15px;
  transition: .4s;
  width: 100%;
}
span.equ {
  position: relative;
  background: #d93824;
  color: #fff;
  padding: .5em 1.5em;
  border-radius: 10px;
  margin-left: 2rem;
  font-size: 1.6rem;
}
.formbox {
  width: 90% !important;
  margin: 0 auto;
}
.form-left p {
  font-size: 1.8rem;
}
.privacy-box {
  height: 250px;
  overflow-y: scroll;
  border: 1px solid #bbb;
  border-radius: 0.5em;
  line-height: 1.3em;
  font-size: .9em;
  margin-bottom: 1.5em;
  text-align: left;
  padding: 1rem 2.5rem;
  margin-top: 0.8em;
  width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 20px 0px;
  background-color: #195E98;
  border: solid 1px #195E98;
  border-right: none;
  border-radius: 120px;
  color: #fff;
  font-weight: 600;
  align-items: center;
  width: 50%;
  font-size: 1.8rem;
  margin: 5rem auto;
  cursor: pointer !important;
}
.doui-btn {
  text-align: center;
}
.doui-btn span {
  font-size: 1.8rem;
	margin-bottom: 2rem;
}
/*確認画面と完了画面を非表示*/
.confirm_area, .thanks_area {
  display: none;
}
/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}
.grecaptcha-badge {
  visibility: hidden;
}
.contact-check{
	text-align: center;
}
/*
ガス事業
=============================================================================
*/
.gas-details {
  position: relative;
  padding: 50px 30px;
  background-color: #fff;
  z-index: 1;
  border-radius: 8px;
}
.gas-details::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
  background: linear-gradient(90deg, #195E98, #12958B);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
  border-radius: 18px;
  pointer-events: none;
}
.sub-h3-title {
  font-size: 2.2rem;
  padding-bottom: 0rem;
}
.sub-h3-title {
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.sub-h3-title::after {
  content: "";
  display: block;
  width: 7rem;
  height: 4px;
  background: linear-gradient(to right, #195E98, #12958B);
  margin: 1em auto 0;
  border-radius: 2px;
}
.gas-list li {
  list-style: auto;
}
.gas-houhou {
  padding: 0 10rem;
}
.sub-h4-title {
  font-size: 2rem;
}
.gas-emergency {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.gas-emergency-sp {
  display: none;
}
/*
料金表　accordion
=============================================================================
*/
.gas-cost {
  display: block;
}
.gas-cost-sp {
  display: none;
}
.gas-table-box {
  padding: 5rem;
}
.accordion-title {
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-bottom: 0
}
.gas-table-box {
  overflow: hidden;
  display: none;
}
.accordion-title {
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 600;
  border-radius: 15px;
  border: 2px solid #12958b;
}
.accordion-title:hover {
  background-color: #12958b;
  color: #fff;
}
.accordion-title-in .gas-list-title {
  justify-content: center;
  display: flex;
  margin: 0 auto;
  padding: 1em;
  cursor: pointer;
}
.accordion-title-in .gas-list-title:hover {
  color: #fff;
}
.accordion-title .accordion-title-in .gas-list-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  border-right: solid 3px #0A94A8;
  border-bottom: solid 3px #0A94A8;
  transform: rotate(45deg);
  transition: transform 0.3s ease, content 0.3s ease;
}
.accordion-title-in .gas-list-title:hover::after {
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
}
/*
灯油配達
=============================================================================
*/
/* footer
============================================================================= */
.f-contact {
  position: relative;
  padding-top: 200px;
  padding-bottom: 75px;
  margin-bottom: 75px;
}
.f-contact-imgbox {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  bottom: 120px;
  width: 55%;
  overflow: hidden;
  border-radius: 0 150px 150px 0;
}
img.f-contact-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.f-contact-grdbox {
  position: relative;
  z-index: 30;
  width: 58%;
  margin-left: auto;
  margin-right: 0;
  padding: 88px 66px 60px 104px;
  border-radius: 150px 0 0 150px;
  color: #fff;
  background: linear-gradient(to right, #195E98, #12958B);
}
ul.contactbtn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6rem;
}
li.f-mform-btn {
  flex: 1;
  margin-left: 50px;
  position: relative;
}
li.f-tel-btn {
  flex: 1;
  margin-left: 0px;
}
a.f-tel-link, a.f-mform-link {
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 20px 30px;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  border-right: none;
  letter-spacing: .08em;
  border-radius: 120px;
  color: #195E98;
  font-weight: 600;
  align-items: center;
}
span.f-telnum {
  font-size: 2.5rem;
  /*
	display: flex;
	align-content: center;
	justify-content: center;
*/
}
span.f-mform {
  font-size: 2rem;
  margin-left: 3rem;
}
span.f-mform:before {
  position: absolute;
  content: "";
  background: url(../img/frontpage/f-mform.png) no-repeat;
  background-size: 100%;
  width: 10%;
  height: 50px;
  left: 6.5rem;
  top: 1.5rem;
}
p.f-text {
  color: #fff;
}
.f-map iframe {
  width: 80%;
  display: flex;
  justify-content: center;
}
.f-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 36.25%;
  position: relative;
  display: flex;
  justify-content: center;
}
.f-map iframe {
  position: absolute;
  height: 75%;
  width: 80%;
}
.footerinner {
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #195E98, #12958B);
  border-radius: 150px;
  display: flex;
  padding: 15rem 15rem;
}
.f-logo img {
  display: block;
  width: 60%;
}
.footerinner p, .footerinner li, .footerinner a {
  color: #fff;
}
.placeinner {
  margin: 3.5rem 0;
}
.f-supbtn > a {
  background-color: #D93823;
  line-height: 1;
  border-radius: 50px;
  padding: 2.5rem 0;
  width: 60%;
  display: block;
  text-align: center;
  padding-left: 2rem;
  font-weight: 600;
}
.f-supbtn {
  position: relative;
}
.f-supbtn a:before {
  position: absolute;
  content: "";
  background: url(../img/frontpage/supbtn.png) no-repeat;
  background-size: 100%;
  width: 5%;
  height: 50px;
  left: 5rem;
  top: 2rem;
}
.f-flex {
  flex: 1;
}
.center, .right {
  align-items: center;
  flex-direction: column;
  display: flex;
}
.ul_footer li {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.ul_footer li:before {
  content: "ー";
}
.menu-sub {
  padding-left: 1em;
}
p.copy-txt {
  text-align: center;
  padding: 1rem 0;
  font-size: 1.5rem;
}
/*-------------レスポンシブ---------------*/
@media screen and (max-width: 1792px) {
  .topsup-inner-color {
    margin-right: 32rem;
  }
  span.f-mform:before {
    top: 2rem;
  }
}
@media screen and (max-width: 1724px) {
  .f-supbtn a:before {
    left: 2vw;
  }
  span.f-mform:before {
    left: 4.5rem;
  }
  span.topsup-inner-color:before {
    top: 2rem;
  }
}
@media screen and (max-width: 1554px) {
  #header div.headerinner nav.gnav ul {
    column-gap: 2em;
    font-size: 1.6rem;
  }
  .maker-inner {
    margin-top: 3rem;
  }
  span.lineup-ttl {
    font-size: 1.8rem;
    margin: 0 0 2rem;
    padding: 0px 27px 0rem;
  }
  .f-supbtn a:before {
    top: 1.4vw;
  }
  span.f-mform:before {
    left: 3rem;
    top: 2.2rem;
  }
  .svc-btn02 {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 1547px) {
  span.lineup-ttl {
    font-size: 1.7rem;
    padding: 0px 20px 0rem;
  }
  .topsup-inner-color {
    margin-right: 20rem;
  }
  .footerinner {
    padding: 10rem 15rem;
  }
}
@media screen and (max-width: 1500px) {
  h3.maker-ttl {
    font-size: 2rem;
  }
  .maker-inner {
    margin-top: 15rem;
  }
  h2 span.en-grd {
    font-size: 8rem;
  }
  h2.svc-ttl-grd {
    font-size: 2rem;
  }
  h2.h2-ttl-grd {
    font-size: 2rem;
  }
  .f-supbtn a:before {
    top: 1.5vw;
    left: 1.6vw;
  }
  .news-box {
    position: relative;
    width: 100%;
    margin: 10vw auto 0;
  }
}
@media screen and (max-width: 1472px) {
  a.f-tel-link, a.f-mform-link {
    letter-spacing: .05em;
  }
  a.f-tel-link {
    font-size: 15px;
  }
  .topsup-container:after {
    top: -0.5rem;
  }
}
@media screen and (max-width: 1445px) {
  #header div.headerinner {
    grid-template-columns: max(15vw, 11rem) minmax(0, 1fr);
  }
  .f-supbtn > a {
    width: 70%;
  }
  .pdt-btn {
    margin: 3rem 0;
  }
  li.maker-box {
    padding: 1rem 0;
  }
  .svc-txt01 p {
    font-size: 1em;
  }
  .svc-txt02 p {
    font-size: 1em;
  }
  .product-post-inner h4 {
    font-size: 2.3rem;
  }
  h4.product-ttl02 {
    font-size: 1.8rem;
  }
  h4.product-ttl03 {
    font-size: 1.8rem;
  }
  p.product-post-price01 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1435px) {
  a.f-tel-link, a.f-mform-link {
    padding: 23px 14px;
  }
  span.f-mform:before {
    top: 2.3rem;
  }
  span.f-telnum, span.top-telnum {
    font-size: 2rem;
  }
  .topsup-container:after {
    top: -0.3rem;
  }
}
@media screen and (max-width: 1366px) {
  .maker-inner {
    margin-top: 12rem;
  }
  .f-supbtn a:before {
    top: 1.8vw;
  }
  li.f-mform-btn {
    margin-left: 20px;
  }
  .svc-txt01 {
    margin-top: 2vw;
  }
  .svc-btn01 {
    width: 30%;
    margin-left: 40vw;
  }
  .svc-contents01:after {
    top: 9.5rem;
    left: 9rem;
  }
  .topsup-container:after {
    top: -0.2rem;
  }
  .pdt-btn {
    width: 22%;
  }
  span.en-grd:after {
    margin: 0 2rem;
  }
  h2.svc-ttl-grd {
    width: 90%;
  }
  .pdt-txtbox p {
    line-height: 24px;
  }
  .svc-txt01 h3 {
    font-size: 2.8rem;
  }
  .svc-txt02 h3 {
    font-size: 2.8rem;
  }
  .svc-btn02 {
    width: 55%;
    margin-left: 10.5vw;
  }
  h4.news-post-ttl {
    font-size: max(1.1vw, 1em);
  }
  time {
    font-size: max(1.1vw, 1em);
  }
  .f-contact-imgbox {
    bottom: 12vw;
  }
  .f-contact-grdbox {
    padding: 75px 66px 65px 104px;
  }
  a.f-tel-link, a.f-mform-link {
    padding: 15px 14px;
  }
  span.f-telnum, span.top-telnum {
    font-size: 1.8rem;
  }
  span.f-mform {
    font-size: 1.8rem;
  }
  span.f-mform:before {
    top: 1.3rem;
  }
  .f-contact {
    padding-top: 150px;
  }
  .f-supbtn > a {
    width: 80%;
    font-size: 1.5rem;
  }
  .f-supbtn a:before {
    top: 1.6vw;
    left: 3.6vw;
    width: 6%;
    height: 35px;
  }
  p.copy-txt {
    font-size: 1.3rem;
  }
  span.topsup-inner-txt {
    font-size: 1.6rem;
  }
  a.news-btn-link {
    width: 22%;
  }
  .footerinner {
    padding: 8rem 15rem;
  }
  .f-logo img {
    width: 65%;
  }
  p.svc-ttltxt {
    line-height: 24px;
  }
  .company-table td {
    padding: 1.5rem !important;
  }
  .formbox {
    width: 100% !important;
  }
  input.wpcf7-form-control.wpcf7-text {
    padding: 1.5rem;
  }
  .inputitems {
    padding: 1.5em 1em;
  }
  .pdt-maker-container {
    padding: max(46vw, 10rem) 0 max(30vw, 12rem);
  }
  .svc-contents-area {
    margin: 8rem auto 4rem;
  }
}
@media screen and (max-width: 1300px) {
  .top-grd-container {
    margin-bottom: -30rem;
  }
  .maker-inner {
    margin-top: 35rem;
  }
  h3.maker-ttl {
    padding: 1rem 2rem;
  }
  span.f-mform:before {
    top: 1.5rem;
    left: 2rem;
  }
  .f-supbtn a:before {
    left: 2.6vw;
  }
  .footerinner {
    padding: 10rem 15rem;
  }
  img.lineup-img {
    width: 75%;
  }
  .pdt-maker-container {
    padding: max(27vw, 10rem) 0 max(30vw, 12rem);
  }
  h2.svc-ttl-grd {
    width: 95%;
  }
  .svc-txt01 p, .svc-txt02 p {
    font-size: 1.4rem;
  }
  .svc-contents-area {
    margin: 8rem auto 4rem;
  }
  .svc-container {
    padding: max(8vw, 10rem) 0 max(7vw, 9rem);
  }
  .ul_footer li {
    font-size: 1.4rem;
  }
  .placeinner p {
    font-size: 1.4rem;
  }
  span.lineup-ttl {
    font-size: 1.6rem;
  }
  .topsup-inner-color {
    padding: 15px 80px;
  }
  span.topsup-inner-color:before {
    height: 40px;
    left: 4rem;
  }
  .topsup-inner-color {
    margin-right: 22rem;
  }
  .topsup-container:after {
    font-size: 2.5em;
  }
  .topsup-container {
    margin: 4rem auto;
  }
  .product_point_cat01 img {
    width: 6vw;
    left: 1rem;
    top: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  #header div.headerinner nav.gnav ul {
    font-size: 1.5rem;
  }
  .header-recruitbtn a {
    padding: 15px 43px;
  }
  .topsup-inner-color {
    margin-right: 25rem;
  }
  h2 span.en-grd {
    font-size: 7rem;
  }
  span.en-grd:after {
    content: "/";
    font-size: 2.5rem;
  }
  span.f-telnum, span.f-mform, span.top-telnum {
    font-size: 1.6rem;
  }
  span.f-mform:before {
    left: 3rem;
  }
  .footerinner {
    padding: 10rem 12rem;
  }
  #header div.headerinner {
    grid-template-columns: max(17vw, 11rem) minmax(0, 1fr);
  }
  a.product-link01 {
    border-radius: 30px;
    padding: 15px 0px;
  }
  ul.maker-flexbox {
    gap: 2rem 3rem;
  }
  ul.maker-flexbox a {
    width: 22%;
  }
  .pre-img img {
    width: 18% !important;
    float: right;
  }
  p.product-post-price01 {
    font-size: 2.4rem;
  }
  .product-post-inner h4 {
    font-size: 2rem;
  }
  h4.product-ttl02 {
    font-size: 1.5rem;
  }
  h4.product-ttl03 {
    font-size: 1.5rem;
  }
  .product01-flexbox {
    gap: 3rem 1.4vw;
  }
}
@media screen and (max-width: 1180px) {
  .topsup-container:after {
    top: -0.3rem;
    font-size: 2.5em;
  }
  .topsup-inner-color {
    font-size: 1.7rem;
  }
  span.topsup-inner-color:before {
    left: 4.5rem;
    height: 30px;
    top: 1.8rem;
  }
  p.pdt-txt {
    font-size: 15px;
  }
  a.btn-link {
    font-size: 15px;
  }
  span.lineup-ttl {
    font-size: 1.5rem;
  }
  .maker-inner {
    margin-top: 38rem;
  }
  h3.maker-ttl {
    padding: 1rem 2rem;
    width: 40%;
    font-size: 1.8rem;
  }
  p.svc-ttltxt {
    font-size: 14px;
  }
  .svc-txt01 p {
    font-size: 13px;
  }
  .svc-txt02 p {
    font-size: 13px;
  }
  .svc-btn01 {
    width: 35%;
    margin-left: 38vw;
  }
  .svc-btn02 {
    margin-top: 1vw;
  }
  span.f-telnum, span.top-telnum {
    font-size: 1.7rem;
  }
  span.f-mform {
    font-size: 1.7rem;
  }
  a.svcbtn-link01, a.svcbtn-link02 {
    font-size: 15px;
  }
  a.news-btn-link {
    width: 22%;
    font-size: 15px;
  }
  a.news-post {
    font-size: 14px;
  }
  .svc-btn02 {
    width: 62%;
    margin-left: 9.5vw;
  }
  .pdt-btn {
    width: 23%;
    margin: 4rem 0;
  }
  .svc-contents-area {
    margin: 6rem auto 4rem;
  }
  .ul_footer li {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }
  .footerinner {
    padding: 8rem 12rem;
  }
  .sub-left {
    width: 50%;
  }
  .page-ttl-wrap, .content-inner {
    padding: 0 max(8vw, 1.75rem);
  }
  .rinen {
    font-size: 2.5rem;
  }
  .rinen span {
    font-size: 2rem;
  }
  .page-maker-container {
    padding: max(8vw, 10rem) 0 max(6vw, 8rem);
  }
  .pdt-container {
    margin-top: 10rem;
  }
  .svc-txt01 h3 {
    font-size: 2.6rem;
  }
  .svc-txt02 h3 {
    font-size: 2.6rem;
  }
  span.f-mform:before {
    left: 2rem;
  }
  .f-supbtn a:before {
    top: 1.8vw;
    width: 7%;
  }
  .gas-houhou {
    padding: 0 6rem;
  }
}
@media screen and (max-width: 1112px) {
  .main .swiper-slide {
    width: 85%;
  }
  h2.svc-ttl-grd {
    margin-right: 2rem;
    width: 94%;
  }
  span.f-mform:before {
    left: 1.5rem;
    top: 2.4rem;
  }
  a.f-tel-link, a.f-mform-link {
    padding: 22px 8px;
  }
  .f-supbtn a:before {
    top: 2vw;
  }
  span.jp {
    font-size: 3.5vw;
  }
  span.en {
    font-size: 1.6vw;
  }
  .sub-page-img {
    height: 40vw;
  }
  section.contents {
    margin-top: max(12vw, 3rem);
  }
  .sub-h2-title {
    gap: 2.5vw;
  }
  .maker-inner {
    margin-top: 42rem;
  }
  .pdt-maker-container {
    padding: max(27vw, 10rem) 0 max(35vw, 12rem);
  }
  p {
    font-size: 1em;
  }
  p.product-post-text01 {
    font-size: .9em;
  }
  p.product-post-price01 {
    font-size: 2.3rem;
  }
  p.product-post-num01 {
    font-size: .9em;
  }
  a.product-link01 {
    font-size: .9em;
  }
  .product-img01 {
    margin-bottom: 1rem;
  }
  .product-btn-type01 {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1032px) {
  #header div.headerinner nav.gnav ul {
    column-gap: 1.8em;
    font-size: 1.3rem;
  }
  .main .swiper-slide {
    width: 90%;
    margin: 0 auto 3rem;
  }
  span.topsup-inner-txt {
    font-size: 1.5rem;
  }
  .topsup-inner-color {
    margin-right: 22rem;
    font-size: 1.5rem;
    padding: 26px 75px;
  }
  span.topsup-inner-color:before {
    left: 4rem;
    top: 2.3rem;
  }
  .topsup-container:after {
    top: 0rem;
  }
  .pdt-container {
    margin-top: 10rem;
  }
  h2 span.en-grd {
    font-size: 6rem;
    letter-spacing: .3rem;
  }
  span.en-grd:after {
    margin: 0 2rem;
  }
  h2.h2-ttl-grd {
    font-size: 1.8rem;
  }
  h2.svc-ttl-grd {
    font-size: 1.8rem;
  }
  .footerinner {
    padding: 8rem 10rem;
  }
  p.f-text {
    font-size: 14px;
  }
  .f-contact-grdbox {
    width: 60%;
    padding: 88px 55px 60px 80px;
  }
  a.f-tel-link {
    font-size: 12px;
  }
  span.f-telnum, span.top-telnum {
    font-size: 1.6rem;
  }
  span.f-mform {
    font-size: 1.6rem;
  }
  li.f-mform-btn {
    margin-left: 11px;
  }
  .f-supbtn > a {
    width: 90%;
  }
  .f-supbtn a:before {
    left: 2.5vw;
    width: 7%;
    top: 1.8vw;
  }
  .svc-contents-area {
    grid-template-rows: 25vw 25vw;
  }
  .header-recruitbtn a {
    padding: 15px 35px;
  }
  .header-contactbtn a {
    padding: 15px 20px;
  }
  .topsup-container {
    margin: 5rem auto;
  }
  ul.maker-flexbox {
    margin: 4rem 0;
  }
  .pdt-maker-container {
    padding: max(27vw, 10rem) 0 max(38vw, 12rem);
  }
  .maker-inner {
    margin-top: 42rem;
  }
  a.svcbtn-link01 {
    padding: 14px 0px;
  }
  .svc-btn01 {
    margin-top: 2vw;
  }
  .svc-txt01 h3, .svc-txt02 h3 {
    font-size: 2.5rem;
  }
  .svc-contents02, .svc-contents03 {
    gap: max(2vw, 1.5rem);
  }
  span.f-mform:before {
    left: 2rem;
  }
  .f-contact {
    padding-top: 100px;
  }
  .f-supbtn > a {
    padding: 2rem 0;
  }
  .ul_footer li {
    font-size: 1.3rem;
  }
  .placeinner p {
    font-size: 1.3rem;
  }
  .sub-page-img {
    height: 38vw;
    border-radius: 80px !important;
  }
  #header div.headerinner {
    grid-template-columns: max(19vw, 11rem) minmax(0, 1fr);
  }
  ul.nonstyle.breadcrumbs-wrap {
    font-size: 1.3rem;
  }
  a.allnews-btn {
    width: 30%;
  }
  p.has-text-align-left.syatyouaisatu {
    font-size: 17px !important;
  }
  p.has-text-align-left.syatyouaisatu-honbun {
    font-size: 17px !important
  }
}
@media screen and (max-width: 834px) {
  #header div.headerinner nav.gnav ul {
    column-gap: 1.5em;
    font-size: 1.2rem;
  }
  .topsup-inner-color {
    margin-right: 6rem;
    font-size: 15px;
    padding: 26px 80px;
  }
  .topsup-container {
    border: 0px;
  }
  span.topsup-inner-color:before {
    left: 4.5rem;
    top: 2.3rem;
  }
  pan.topsup-inner-txt {
    font-size: 15px;
  }
  .pdt-btn {
    width: 31%;
    margin-top: 3rem;
  }
  ul.lineup-flexbox a {
    width: 41%;
  }
  .top-grd-container {
    position: relative;
    margin-bottom: -47rem;
  }
  .pdt-maker-container {
    padding: 46vw 0rem;
  }
  span.lineup-ttl {
    font-size: 1.8rem;
  }
  .top-grd-inner {
    padding: 24rem;
  }
  .maker-inner {
    margin-top: 41rem;
  }
  .svc-ttlbox {
    flex-wrap: wrap;
  }
  .svc-contents-area {
    margin-top: 4rem;
  }
  p.svc-ttltxt {
    margin-top: 2rem;
  }
  .svc-btn02 {
    width: 88%;
    margin-left: 2.5vw;
    font-size: 15px;
  }
  .svc-txt02 p {
    font-size: 12px;
  }
  .svc-txt01 p {
    font-size: 12px;
  }
  a.news-btn-link {
    width: 28%;
    font-size: 15px;
  }
  .f-contact-imgbox {
    width: 60%;
    height: 50rem;
  }
  .f-contact-grdbox {
    width: 77%;
  }
  nav.gnav {
    display: none;
  }
  .h-menu {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0.3rem 1.2rem 0;
    width: 8rem;
    height: 8rem;
    cursor: pointer;
    transition: .4s;
    z-index: 90;
    background: linear-gradient(to bottom, rgb(25, 94, 152), rgb(18, 149, 139));
  }
  div.h-menu div.openbtn {
    position: relative;
    width: 100%;
    height: 19px;
    cursor: pointer;
    /*    overflow: hidden;*/
    transition: .5s;
  }
  div.h-menu div.openbtn span {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: .4s;
    border-radius: 3px;
  }
  div.h-menu div.openbtn span:nth-of-type(1) {
    top: 0;
  }
  div.h-menu div.openbtn.active span:nth-of-type(1) {
    transform: translateY(5px) rotate(30deg);
  }
  div.h-menu div.openbtn span:nth-of-type(2) {
    bottom: 0;
    top: auto;
  }
  div.h-menu div.openbtn.active span:nth-of-type(2) {
    transform: translateY(-11px) rotate(-30deg);
  }
  div.h-menu div.txt {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    transform: scale(0.85) translateY(-3px);
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .navinner {
    position: fixed;
    top: -1rem;
    right: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    z-index: 80;
    pointer-events: none;
    background-color: rgb(255 255 255);
    transition: .6s;
    animation: blur-anim-re .3s linear forwards;
  }
  .navinner .nav_wrap {
    position: relative;
    padding: max(14vw, 5rem) max(12vw, 2.5rem) 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow-y: scroll;
    transition: .6s;
  }
  .navinner div.nav_wrap .nav {
    padding-bottom: max(3vw, 1.75rem);
  }
  .navinner div.nav_wrap nav ul {
    gap: 1em;
    line-height: 6rem;
  }
  #header div.headerinner {
    padding: max(3vw, 1.25rem);
    background: none;
  }
  #header div.headerinner a.headerlogo {
    width: 30vw;
  }
  header#header {
    z-index: 10;
    position: relative;
  }
  .navinner.open {
    top: 0;
    opacity: 1;
    pointer-events: all;
    animation: blur-anim .4s linear forwards;
    transition: .6s;
    transition-delay: 0;
  }
  .navinner.open div.nav_wrap {
    opacity: 1;
  }
  nav.nav li a {
    color: #000000;
    font-weight: 700;
    margin: 0;
    font-size: 1.8rem;
  }
  main {
    padding-top: 80px;
  }
  span.f-mform:before {
    top: 1.4rem;
  }
  .topsup-inner {
    padding: 2rem 0;
    text-align: center;
    background: #12958B;
    width: 100%;
  }
  .topsup-inner-color {
    display: none;
  }
  span.topsup-inner-txt {
    color: #fff;
  }
  .topsup-container:after {
    color: #fff;
    top: 0.5rem;
    font-size: 2em;
  }
  ul.maker-flexbox a {
    width: 28%;
  }
  h2 span.en-grd {
    font-size: 7rem;
  }
  .svc-contents01 {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    position: relative;
    display: grid;
    align-items: center;
    gap: max(4vw, 1.5rem);
    padding-left: max(6vw, 1.5rem);
    width: 100%;
    height: 100%;
    z-index: 4;
    overflow: hidden;
    border-radius: max(5vw, 3rem);
    grid-template-columns: 1fr max(1.5vw, 1.5rem);
  }
  .svc-contents02 {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    padding: 2rem;
    position: relative;
    display: grid;
    align-items: center;
    gap: max(5vw, 1.5rem);
    padding-left: max(6vw, 1.5rem);
    height: 100%;
    z-index: 4;
    overflow: hidden;
    border-radius: max(5vw, 3rem);
    grid-template-columns: 1fr max(1.5vw, 1.5rem);
  }
  .svc-contents03 {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
    padding: 2rem;
    position: relative;
    display: grid;
    align-items: center;
    gap: max(5vw, 1.5rem);
    padding-left: max(6vw, 1.5rem);
    height: 100%;
    z-index: 4;
    overflow: hidden;
    border-radius: max(5vw, 3rem);
    grid-template-columns: 1fr max(1.5vw, 1.5rem);
  }
  .svc-btn01, .svc-btn02, .svc-btn03 {
    width: 45%;
    margin-left: 39vw;
  }
  a.svcbtn-link01 {
    padding: 14px 0px;
  }
  a.svcbtn-link02, a.svcbtn-link03 {
    padding: 14px 0px;
  }
  .svc-txt02, .svc-txt03 {
    margin-top: 2vw;
  }
  .svc-left {
    display: none;
  }
  .svc-contents-area {
    grid-template-rows: 30vw 30vw 30vw;
  }
  ul.nonstyle.ul-news {
    width: 90%;
    margin: 4rem 0 0 auto;
  }
  a.news-post {
    padding: max(3vw, 1.5rem) 0;
  }
  .news-arrow img {
    width: 2.5vw;
    position: absolute;
    right: max(2vw, 1.5rem);
    transition: .4s;
    top: -1rem;
  }
  ul.contactbtn {
    flex-direction: column;
    gap: 3rem;
  }
  li.f-tel-btn, li.f-mform-btn {
    flex: 1;
    margin: 0 auto 0 0;
    width: 90%;
  }
  a.f-tel-link, a.f-mform-link {
    padding: 20px 14px;
  }
  .f-contact-grdbox {
    width: 70%;
  }
  span.f-mform:before {
    left: 8rem;
  }
  .f-map {
    padding-bottom: 51.25%;
  }
  .f-logo img {
    margin: 0 auto;
  }
  .f-supbtn > a {
    padding: 3rem 0;
    margin: 0 auto;
    font-size: 1.7rem;
  }
  .f-supbtn a:before {
    left: 24vw;
    width: 5%;
    top: 2.5vw;
    height: 40px;
  }
  .placeinner p {
    font-size: 1.6rem;
  }
  .ul_footer li:before {
    content: "";
  }
  .f-flex.left {
    width: 100%;
    flex: initial;
  }
  .footerinner {
    padding: 10rem 8rem;
    border-radius: 120px 120px 0 0;
    flex-wrap: wrap;
    gap: 0 5rem;
  }
  .center, .right {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    margin-top: 7rem;
  }
  .ul_footer li {
    font-size: 1.3rem;
    border-bottom: 1px solid;
    width: 35vw;
    padding: .8em 0;
  }
  .ul_footer li.main-menu:nth-child(1) {
    border-bottom: none;
  }
  ul.sub-menu li:nth-child(1) {
    border-top: 1px solid;
    margin-top: 1em;
  }
  .main-menu a {
    padding-left: 1em;
  }
  .right .ul_footer li {
    padding: 0.8em 1em;
  }
  .sub-page-img {
    height: 45vw;
    border-radius: 50px !important;
  }
  .sub-left {
    top: 15vw;
    width: 64%;
  }
  span.jp {
    font-size: 4vw;
  }
  span.en {
    font-size: 2vw;
  }
  .product-post {
    width: 49%;
  }
  .sub-h2-title::before, .sub-h2-title::after {
    width: 4px;
    height: 30px;
  }
  .company-table td {
    font-size: 1.3rem !important;
  }
  p.product-post-text01 {
    font-size: 1.4rem;
    padding: 1rem 0;
  }
  .product01-flexbox {
    gap: 5rem 3vw;
  }
  .product-post {
    width: 48%;
  }
  a.product-link01 {
    border-radius: 20px;
    padding: 15px 0px;
  }
  a.product-link01 {
    font-size: 1em;
  }
  a.allnews-btn {
    width: 35%;
  }
  .form-left p {
    font-size: 1.4rem;
  }
  .inputitems {
    padding: 1em 1em;
  }
  span.equ {
    padding: .5em 1em;
    border-radius: 5px;
    font-size: 1.2rem;
  }
  .inputitems {
    grid-template-columns: 200px 1fr;
  }
  .privacy-box p {
    font-size: .8em;
  }
  .doui-btn span {
    font-size: 1.6rem;
  }
  .pcbox {
    display: none !important;
  }
  .spbox {
    display: block !important;
  }
  ul.page-lineup-flexbox a {
    width: 47%;
  }
  .product-post-inner h4 {
    font-size: 1.9rem;
  }
  h4.product-ttl02 {
    font-size: 1.4rem;
  }
  h4.product-ttl03 {
    font-size: 1.4rem;
  }
  p.product-post-num01 {
    font-size: .8em;
  }
  p.product-post-text01 {
    font-size: .8em;
  }
  p.product-post-price01 {
    font-size: 2.2rem;
    margin-bottom: 0;
  }
  a.product-link01 {
    font-size: .9em;
  }
  .product_point_cat01 img {
    width: 8vw;
    left: -1rem;
    top: -1rem;
  }
  .pre-img figure.alignright.size-full.is-resized {
    width: 108rem;
  }
  .sub-h2-title {
    font-size: max(2.2vw, 2.5rem) !important;
  }
  .accordion-title-in .gas-list-title {
    padding: .5em 1em;
    font-size: 1.8rem;
  }
  .sub-h3-title {
    font-size: 2rem;
    padding-bottom: 0rem;
  }
  .gas-emergency {
    display: none;
  }
  .gas-emergency-sp {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .gas-houhou {
    padding: 0 3rem;
  }
  .accordion-title .accordion-title-in .gas-list-title::after {
    top: -6px;
  }
  .gas-table-box {
    padding: 5rem 2.5rem 0rem;
  }
  .gas-cost {
    display: none;
  }
  .gas-cost-sp {
    display: block !important;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 805px) {
  h3.maker-ttl {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  h3.maker-ttl {
    width: 50%;
    border-radius: 20px;
  }
  a.news-btn-link {
    width: 35%;
  }
  span.f-mform:before {
    left: 6rem;
  }
  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 80%;
    padding: 15px 0px;
  }
}
@media screen and (max-width: 744px) {
  .product_point_cat01 img {
    width: 9vw;
    left: -11px;
    top: -11px;
  }
}
@media screen and (max-width: 699px) {
  pdt-btn {
    width: 40%;
  }
  .pdt-maker-container {
    padding: 58vw 0rem;
  }
  ul.maker-flexbox a {
    width: 45%;
  }
  h3.maker-ttl {
    font-size: 1.8rem;
  }
  .svc-contents-area {
    grid-template-rows: 40vw 40vw 40vw;
  }
  .svc-contents01, .svc-contents02, .svc-contents03 {
    border-radius: max(6vw, 3rem);
  }
  ul.nonstyle.ul-news {
    width: 95%;
    margin: 4rem auto 7rem;
  }
  li.f-tel-btn, li.f-mform-btn {
    width: 100%;
  }
  .ul_footer li {
    width: 33vw;
  }
  .rinen {
    font-size: 2.2rem;
  }
  .rinen span {
    font-size: 1.6rem;
  }
  .sub-page-img {
    height: 50vw;
  }
  ul.nonstyle.breadcrumbs-wrap {
    margin: 12vw 0 0;
  }
}
@media screen and (max-width: 650px) {
  .product_point_cat01 img {
    width: 9vw;
    left: -9px;
    top: -9px;
  }
  h3.maker-ttl {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .touyu-emergency-sp.is-style-vk-image-rounded {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  span.f-mform:before {
    left: 3.5rem;
    top: 1.8rem;
  }
  .f-supbtn a:before {
    left: 15vw;
    width: 6%;
    top: 4vw;
    height: 40px;
  }
  .footerinner {
    padding: 10rem 6rem;
  }
}
@media screen and (max-width: 599px) {
  p.pdt-txt {
    margin-top: 1rem;
  }
  .pdt-btn {
    width: 48%;
  }
  span.f-mform:before {
    left: 3rem;
    top: 1.7rem;
  }
  .f-supbtn a:before {
    left: 17vw;
    top: 4vw;
  }
  a.news-btn-link {
    width: 41%;
  }
  .footerinner {
    border-radius: 120px 120px 0 0;
    flex-wrap: wrap;
    gap: 0 5rem;
  }
  .rinen {
    font-size: 2rem;
  }
  .company-table td {
    font-size: 1.2rem !important;
  }
  .product-post {
    width: 100%;
    padding: 5vw;
  }
  a.allnews-btn {
    width: 40%;
    padding: 1em 0;
  }
  .inputitems {
    grid-template-columns: 100%;
  }
  .wp-block-image.syatyou-sing {
    margin-bottom: 20rem;
    margin-top: 1rem;
  }
  .product_point_cat01 img {
    width: 15vw;
    left: -20px;
    top: -20px;
  }
  .touyu-emergency-sp.is-style-vk-image-rounded {
    display: block;
  }
  .touyu-emergency.is-style-vk-image-rounded {
    display: none;
  }
}
@media screen and (max-width: 499px) {
  p.pdt-txt {
    margin-top: 2rem;
  }
  h3.maker-ttl {
    font-size: 1.8rem;
    border-radius: 35px;
  }
  .maker-inner {
    margin-top: 43rem;
  }
  .pdt-maker-container {
    padding: 75vw 0rem;
  }
  span.en-grd:after {
    margin: 0 5rem;
  }
  .svc-contents-area {
    grid-template-rows: 48vw 45vw 45vw;
  }
  a.news-btn-link {
    width: 45%;
  }
  .f-contact-imgbox {
    display: none;
  }
  .f-contact-grdbox {
    padding: 60px 60px;
    width: 100%;
    border-radius: 100px;
    background-image: url(../img/frontpage/f-contact-499.jpg);
    background-size: cover;
    z-index: 1;
  }
  .f-supbtn a:before {
    left: 14vw;
    top: 5.3vw;
  }
  .footerinner {
    padding: 10rem 5rem;
  }
  .f-contact {
    margin-bottom: 30px;
  }
  span.lineup-ttl {
    font-size: 1.5rem;
  }
  .topsup-container:after {
    right: 3rem;
  }
  .product_point_cat01 img {
    width: 15vw;
    left: -16px;
    top: -16px;
  }
  .touyu-emergency.is-style-vk-image-rounded {
    display: none;
  }
  .touyu-emergency-sp.is-style-vk-image-rounded {
    display: block;
  }
  .gas-cost-sp {
    width: 100%;
  }
  .gas-emergency-sp {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .topsup-container:after {
    display: none;
  }
  p.pdt-txt {
    margin-top: 2rem;
  }
  a.btn-link {
    border-radius: 10px;
  }
  .topsup-container {
    margin: 0rem auto;
    border-radius: 10px;
  }
  .pdt-container {
    margin-top: 5rem;
  }
  .main .swiper-slide img {
    border-radius: 10px;
  }
  ul.lineup-flexbox a {
    width: 85%;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #717171b3;
  }
  h2 span.en-grd {
    font-size: 5rem;
  }
  span.en-grd:after {
    margin: 0 6rem;
  }
  .pdt-btn {
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
  img.lineup-img {
    width: 80%;
  }
  span.lineup-ttl {
    font-size: 1.8rem;
  }
  h3.maker-ttl {
    width: 55%;
    font-size: 1.6rem;
    border-radius: 35px;
  }
  ul.maker-flexbox a {
    width: 40%;
  }
  .maker-inner {
    margin-top: 46rem;
  }
  .pdt-maker-container {
    padding: 78vw 0rem;
  }
  .svc-contents-area {
    grid-template-rows: 63vw 52vw 52vw;
  }
  .f-contact {
    margin-bottom: 20px;
  }
  ul.nonstyle.ul-news {
    width: 100%;
  }
  .footerinner {
    padding: 10rem 4rem;
  }
  .f-supbtn a:before {
    top: 6.3vw;
  }
  span.lineup-ttl {
    padding: 0px 16px 0rem;
  }
  .svc-btn02 {
    margin-top: 3vw;
  }
  #header div.headerinner figure.logo {
    top: 15px;
    left: 4px;
  }
  #header div.headerinner a.headerlogo {
    width: 42vw;
  }
  .top-grd-container {
    margin-left: -4rem;
  }
  span.en-grd:after {
    display: none;
  }
  h2 span.en-grd {
    margin-right: 20rem;
  }
  .svc-contents-area {
    display: flex;
    flex-wrap: wrap;
  }
  .svc-contents01, .svc-contents02, .svc-contents03 {
    display: flex;
    padding: 2rem 2rem 4rem;
  }
  .svc-btn01, .svc-btn02, .svc-btn03 {
    width: 55%;
    margin-left: 32vw;
    margin-top: 6vw;
  }
  a.svcbtn-link02, a.svcbtn-link03 {
    padding: 18px 16px;
  }
  section.service {
    margin-top: 3rem;
  }
  h3.maker-ttl {
    width: 60%;
    margin: 0 auto;
    border-radius: 10px;
  }
  p.svc-ttltxt {
    font-size: 15px;
  }
  .svc-txt01 p {
    font-size: 13px;
  }
  .svc-txt02 p {
    font-size: 13px;
  }
  a.news-post {
    grid-template-columns: minmax(0, 1fr) 1rem;
    gap: 0.25rem 1rem;
    padding: max(3vw, 2rem) 0;
  }
  h4.news-post-ttl {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    font-size: 14px;
    width: 95%;
  }
  time {
    font-size: max(1.1vw, .8em);
  }
  .news-arrow img {
    width: 4.5vw;
    right: 0rem;
  }
  a.news-btn-link {
    width: 50%;
  }
  a.news-btn-link {
    width: 100%;
    border-radius: 10px;
    margin: 0px auto;
  }
  .f-contact-grdbox {
    text-align: center;
    border-radius: 50px;
    padding: 60px 40px;
  }
  a.f-mform-link {
    border-radius: 10px;
  }
  a.f-tel-link {
    border-radius: 10px;
  }
  .footerinner {
    padding: 7rem 4rem;
    border-radius: 50px 50px 0 0;
  }
  .f-logo img {
    width: 90%;
  }
  .f-supbtn a:before {
    top: 5vw;
    left: 13vw;
    width: 7%;
    height: 30px;
  }
  ul.nonstyle {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .ul_footer li {
    width: 82vw;
    padding: 1.2em 0;
  }
  .f-flex.right {
    margin-top: 0;
  }
  .right .ul_footer li {
    padding: 1.2em 0;
  }
  .h-menu {
    width: 6.3rem;
    height: 6rem;
    border-radius: 0 0 0 10px;
  }
  div.h-menu div.openbtn span {
    height: 2px;
  }
  div.h-menu div.txt {
    font-size: 13px;
  }
  .topsup-inner {
    padding: 1.5rem 0;
  }
  h3.maker-ttl {
    width: 100%;
  }
  ul.maker-flexbox a {
    width: 45%;
  }
  ul.maker-flexbox {
    gap: 2rem 3rem;
  }
  .svc-container {
    padding: max(8vw, 10rem) 0 max(7vw, 6rem);
  }
  .ul-news li:first-child {
    border-top: 1px solid #979797;
  }
  .news-arrow {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
  }
  .f-map {
    padding-bottom: 51.25%;
    margin-bottom: 35vw;
    overflow: visible;
  }
  .f-map iframe {
    position: absolute;
    height: 300px;
    width: 100%;
  }
  .main-menu a {
    padding-left: 0;
  }
  .ul_footer li.main-menu:nth-child(1) {
    padding-bottom: 0;
  }
  .f-supbtn > a {
    padding: 2.5rem 0;
    width: 100%;
  }
  .center, .right {
    margin-top: 3rem;
  }
  span.f-mform:before {
    left: 6rem;
  }
  span.jp {
    font-size: 7.5vw;
  }
  span.en {
    font-size: 3vw;
  }
  .sub-page-img {
    height: 60vw;
    border-radius: 0 !important;
  }
  .sub-page-img img {
    width: 100vw;
  }
  ul.nonstyle.breadcrumbs-wrap {
    display: none;
  }
  section.contents {
    margin-top: max(20vw, 3rem);
  }
  .sub-h2-title {
    font-size: max(2.6vw, 1.6em) !important;
  }
  .page-ttl-wrap {
    padding: 0;
  }
  .rinen span {
    font-size: 1.4rem;
  }
  .sub-left {
    top: 15vw;
    width: 100%;
    padding: 0 max(6vw, 1.75rem);
    left: 0;
  }
  .company-table td {
    padding: 1rem !important;
  }
  a.allnews-btn {
    width: 60%;
  }
  .news-box {
    margin: 25vw auto 0;
  }
  .privacy-box p {
    font-size: .9em;
  }
  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
  }
  .privacy-box {
    padding: 1rem 1.5rem;
  }
  .doui-btn span {
    font-size: 1.5rem;
    margin: 0;
  }
  a.product-link01 {
    width: 100%;
  }
  ul.page-lineup-flexbox a {
    width: 90%;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #717171b3;
  }
  .page-maker-container {
    padding: max(8vw, 7rem) 0 max(6vw, 3rem);
  }
  p.has-text-align-left.syatyouaisatu-honbun {
    font-size: 15px !important;
  }
  p.has-text-align-left.syatyouaisatu {
    font-size: 15px !important;
  }
  p.product-post-price01 {
    font-size: 2rem;
  }
  .product-post-inner h4 {
    font-size: 1.8rem;
  }
  h4.product-ttl02 {
    font-size: 1.3rem;
  }
  h4.product-ttl03 {
    font-size: 1.3rem;
  }
  .product_point_cat01 img {
    width: 17vw;
    left: -12px;
    top: -12px;
  }
  .sub-h3-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .top-grd-inner {
    padding: 14rem;
  }
  .maker-inner {
    margin-top: 40rem;
  }
  .top-grd-container {
    position: relative;
    margin-bottom: -20rem;
  }
  .pdt-maker-container {
    padding: 85vw 0rem;
  }
  .svc-btn01, .svc-btn02, .svc-btn03 {
    width: 60%;
    margin-left: 28vw;
  }
  .f-supbtn a:before {
    top: 5.5vw;
  }
  p.has-text-align-right.daihyou-front {
    font-size: 15px;
  }
  .product-post-inner h4 {
    font-size: 1.8rem;
  }
  h4.product-ttl02 {
    font-size: 1.3rem;
  }
  h4.product-ttl03 {
    font-size: 1.3rem;
  }
  p.product-post-price01 {
    font-size: 1.9rem;
  }
  .pre-img figure.alignright.size-full.is-resized {
    width: 100rem;
  }
  .gas-details::before {
    padding: 2.5px;
  }
  .gas-details {
    padding: 50px 20px;
  }
  .gas-houhou {
    padding: 0px 1rem 0 3rem;
  }
}
@media screen and (max-width: 393px) {
  span.topsup-inner-txt {
    font-size: 14px;
  }
  .f-supbtn > a {
    font-size: 1.5rem;
  }
  .f-contact {
    padding-bottom: 40px;
  }
  .f-map {
    margin-bottom: 40vw;
  }
  span.f-mform:before {
    left: 5rem;
  }
}
@media screen and (max-width: 375px) {
  .maker-inner {
    margin-top: 39rem;
    margin-bottom: 7rem;
  }
  .svc-btn01, .svc-btn02, .svc-btn03 {
    width: 60%;
    margin-left: 28vw;
  }
  .f-supbtn > a {
    padding: 1.5em 0;
  }
  span.topsup-inner-txt {
    font-size: 14px;
  }
  .topsup-inner {
    padding: 2rem 5px;
  }
  .topsup-container {
    width: 90%;
  }
  .en-wh {
    font-size: 5rem;
  }
  .f-contact-grdbox {
    padding: 60px 30px;
  }
  .f-supbtn a:before {
    top: 5.3vw;
  }
  #header div.headerinner a.headerlogo {
    width: 45vw;
  }
  a.product-link01 {
    font-size: .8em;
  }
  .product_point_cat01 img {
    width: 18vw;
    left: 8px;
    top: 8px;
  }
  .pre-img figure.alignright.size-full.is-resized {
    width: 90rem;
  }
  .ul_footer li {
    width: 78vw;
    padding: 1.2em 0;
  }
}
@media screen and (max-width: 320px) {
  h2 span.en-grd {
    font-size: 4.6rem;
  }
  span.lineup-ttl {
    font-size: 1.5rem;
  }
  .maker-inner {
    margin-top: 42rem;
    margin-bottom: 10rem;
  }
  h3.maker-ttl {
    width: 100%;
    font-size: 1.4rem;
  }
  img.maker-img {
    width: 60%;
  }
  ul.maker-flexbox a {
    width: 90%;
  }
  .svc-btn01, .svc-btn02, .svc-btn03 {
    width: 100%;
    margin-left: 0;
  }
  a.svcbtn-link01 {
    padding: 12px 0px;
  }
  a.svcbtn-link02, a.svcbtn-link03 {
    padding: 16px 16px;
  }
  .f-contact-grdbox {
    text-align: center;
    border-radius: 50px;
  }
  .f-supbtn > a {
    font-size: 1.5rem;
  }
  .product-post-inner h4 {
    font-size: 1.6rem;
  }
  h4.product-ttl02 {
    font-size: 1.2rem;
  }
  h4.product-ttl03 {
    font-size: 1.2rem;
  }
  p.product-post-price01 {
    font-size: 1.8rem;
  }
  span.f-mform:before {
    left: 3rem;
  }
  .footerinner {
    padding: 7rem 3rem;
  }
  .f-supbtn a:before {
    top: 6vw;
    left: 9vw;
    width: 9%;
  }
  .f-flex {
    flex: auto;
  }
}