@charset "UTF-8";

.logo {
  top: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.logo:before,.logo:after {
	display: none;
}
.header-right {
  margin: 70px 0 0;
}
.is-fixed .header-right {
  margin: 0;
}
.under-head {
	padding: 100px 0 0
}
.header-under .header-right {
  margin: 70px 0 0;
}
.is-fixed.header-under .header-right {
	margin: 0;
}
.header-under .logo {
	top:0;
}
.header-under .logo:before,
.header-under .logo:after {
	display: none;
}

.under-head {
	margin: 160px 0 0;
}
.under-head .sub-h {
	font-size: 1.6rem;
}
.u-head-ttl {
	margin: 0 0 100px;
}
.u-head-ttl h2 {
	position: relative;
  display: inline-block;
  color: #0070b8;
  font-size: 10rem;
  transition: 0.3s;
  margin: 15px 0px -10px;
}
.bread ul {
	position: relative;
}
.bread ul li,.bread ul li a {
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 700;
}
.bread ul li {
  color: #0070b8;
	position: relative;
	padding: 0 0 0 20px;
}
.bread ul li:first-of-type {
	padding: 0;
}
.bread ul li a {
	color:#adadad;
  transition: all .3s ease .0s;
}
.bread ul li a:hover {
	color:#0070b8;
  transition: all .3s ease .0s;
}
.bread ul li:after {
	color:#adadad;
	content: "・";
	font-size: 1.5rem;
	line-height: 1;
	position: absolute;
	left: 6px;
	top: 0;
}
.bread ul li:first-of-type:after {
	display: none;
}
.under-head-cover {
	width: 100%;
	height: 500px;
}
.under-head-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.under-head-cover img.category-recruit {
  object-position: 68% 50%;
}
.under-head-cover img.category-works {
	object-position: 63%
}
.under-head-cover img.category-news {
	object-position: 57% 50%;
}
.under-head-cover img.sitemap-head {
	object-position: 30%
}

.under-main {
	position: relative;
}

.p-caution {
	color: #ee3719;
	font-size: 1.6rem;
	line-height: 1;
	background: #fde7e3;
	border: 1px solid #ee3719;
	width: 100%;
	display: block;
	margin: 100px 0 0;
	padding: 15px;
	border-radius: 10px;
	text-align: center;
}

.u-side {
  position: absolute;
  top: 0;
  left: calc(var(--padding) + max(0px, (var(--vw) - var(--max-view-width)) * .5));
  height: 100%;
}
.u-side-contents {
  position: sticky;
  top: 100px;
  z-index: 10;
  width: 240px;
  padding: 0 0 300px;
}
.u-side-contents {
  padding: 100px 0 300px;
}
.u-toc-list li:first-of-type a {
	padding: 0 0 15px;
}
.u-toc-list li a {
	padding: 15px 0;
	display: flex;
  transition: all .3s ease .0s;
}
.u-toc-item-link {
	position: relative;
}
.u-toc-item-link:before {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 1px;
  content: "";
  background: #eaeff3;
}
.u-toc-item-icon {
  width: 20px;
}
.u-toc-item-icon:before {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background: url(../img/webp/arrow-b.webp) no-repeat center / contain;
  position: absolute;
  left: 5px;
  top: 20px;
  transition: all .3s ease .0s;
}
.u-toc-list li:first-of-type a .u-toc-item-icon:before {
  top: 5px;
}
.u-toc-item-icon:after {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 20px;
  height: 1px;
  content: "";
  background: #0070b8;
}
.u-toc-item-text {
	font-size: 1.5rem;
  margin: 0 0 0 10px;
  letter-spacing: 0.02em;
}
.u-toc-list li a:hover {
	color: #0070b8;
  transition: all .3s ease .0s;
}

.u-box-contents {
	padding: 100px 0 100px 400px;
}
.u-box-contents.last-under {
  padding: 100px 0 290px 400px;
}
.u-box:nth-of-type(even) {
	background: #eaeff3;
}
.u-box-contents p {
	color: #43403f;
}
.sub-u-h {
	font-size: 1.6rem;
}
.under-p-ttl h2 {
	font-size: 8rem;
	margin: 5px 0 20px;
}
.under-p-ttl h2 span {
	color: #0070b8;	
}
.u-p-left p:last-of-type {
	font-size: 1.6rem;
	line-height: 3rem;
  letter-spacing: 0.02em;
}


.u-box .u-p-right a {
	width: 100%;
  display: block;
  text-align: center;
}
.u-box .u-p-right a span {
  text-align: center;
	color: #0070b8;
	font-size: 1.6rem;
	position: relative;
	display: inline-block;
	margin: 10px auto 0;
	padding: 0 0 8px;
  transition: all .3s ease .0s;
}
.u-box .u-p-right a span:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #0070b8;
	position: absolute;
	bottom: 0;
	left: 0;
  transition: all .3s ease .0s;
}
.u-box .u-p-right a:hover span {
	color: #ff6e56;
  transition: all .3s ease .0s;
}
.u-box .u-p-right a:hover span:after {
	background: #ff6e56;
  transition: all .3s ease .0s;
}
.u-p-right {
	margin: 35px 0 0;
}
#product1 .u-p-right {
	margin: 0 0 0 70px;
}
#product1 .u-p-right a {
	width: 350px;
}
#product2 .u-p-right a,
#product3 .u-p-right a {
	width: calc(100% / 2 - 20px);
}
#product5 .u-p-right a,
#product6 .u-p-right a {
	width: calc(100% - 290px);
}
#product5 .u-p-right a:last-of-type,
#product6 .u-p-right a:last-of-type {
	width: 250px;
}
#product8 .u-p-right a {
	width: calc(100% / 3 - 25px);
}
#product3 .u-p-right a:nth-of-type(3),
#product3 .u-p-right a:last-of-type {
	margin: 30px 0 0;
}
.u-p-right a img {
	width: 100%;
	border-radius: 20px;
  transition: all .3s ease .0s;
}
.u-box .u-p-right a:hover img {
	opacity: 0.7;
  transition: all .3s ease .0s;
}

#service1 .service-top-box h3 {	
  margin: -10px 0 32px;
}
.service-top-box h3 {
	font-size: 2rem;
	line-height: 3.6rem;
	font-weight: 400;
  margin: 0 0 32px;
}
.service-box {
	margin:0 0 40px;
}
.service1-box {
	margin:0 0 40px;
	padding: 40px;
	border-radius: 10px;
	background: #eaeff3;
}
.service-box h4 {
	font-size: 2.2rem;
	line-height: 2.4rem;
	color: #0070b8;
	text-align: center;
  font-weight: 500;
}
.service1-box h4 {
	text-align: left;
	margin: 0 0 33px 50px;
}
.service1-box img {
	width: 320px;
	border-radius: 20px;
}
.service1-box ul li {
	padding: 0 0 0 50px;
  margin: 25px 0 -5px;
	font-size: 1.6rem;
	line-height: 3rem;
	position: relative;
}
.service1-box ul li:first-of-type {
	padding: 0 0 0 50px;
  margin: 0 0 -5px;
}
.service1-box ul li:before {
	content: "01";
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
	font-size: 2.5rem;
	position: absolute;
	left: 0;
	color: #0070b8;
}
.service1-box ul li:nth-of-type(2):before {
	content: "02";
}
.service1-box ul li:nth-of-type(3):before {
	content: "03";
}
.service1-box ul li:nth-of-type(4):before {
	content: "04";
}
.service1-box ul li a {
	color: #0070b8;
	position: relative;
  transition: all .3s ease .0s;
}
.service1-box ul li a:after{
	content:"";
	width: 100%;
	height: 1px;
	background: #0070b8;
	position: absolute;
	left: 0;
	bottom: -5px;
  transition: all .3s ease .0s;
}
.service1-box ul li a:hover {
	color: #ff6e56;
  transition: all .3s ease .0s;
}
.service1-box ul li a:hover:after{
	background: #ff6e56;
  transition: all .3s ease .0s;
}

.service2-box-left,.service2-box-right {
	width: calc(100% / 2 - 20px);
	padding: 40px;
	border-radius: 10px;
	background: #eaeff3;
}
.service2-box-right {
	background: #f1f1f1;
}
.service2-box-right h4 {
	color: #3f3f3f;
}
.service2-box h4 {
	margin: 0 0 40px;
}
.service-box p {
  margin: -5px 0;
	font-size: 1.6rem;
	line-height: 3rem;
}

.service3-box {
	padding: 40px 0;
	border-radius: 10px;
	background: #f1f1f1;
	position: relative;
}
.service3-box h4 {
	color:#3f3f3f;
	font-size: 1.8rem;
	line-height: 1;
	text-align: left;
	margin: 0 0 16px;
}
.service3-box:before {
	content: "";
	width: 1px;
	height: calc(100% - 80px);
	background: #ccc;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 40px;
}
.service3-box-left,.service3-box-right {
	width: calc(100% / 2);
	padding: 0 50px;
}
.btn-b a,
.btn-b button {    
	margin: 0 auto;
	background: #0070b9;
	color: #fff;
  border: none;
}
.btn-b a:hover,
.btn-b button:hover {
	background: #ff6e56;
}
.btn a:after,
.btn button:after {
  background: #fff;
}
.btn-b a i:before,
.btn-b button i:before {
  background: url(../img/webp/arrow-b.webp) no-repeat center / contain;
}
.btn-b a i:after,
.btn-b button i:after {
  background: url(../img/webp/arrow-r.webp) no-repeat center / contain;
}

.lpgas1 {
	margin:0 0 40px;
	padding: 0 0 40px;
	border-bottom: 1px solid #0070b8;
}
.lpgas1-left, .lpgas2-left {
	width: 375px;
}
.lpgas1-right, .lpgas2-right {
	width: calc(100% - 415px);
}
.lpgas1-left {
	background: #0070b8;
	border-radius: 10px;
	padding: 40px 60px;
}
.lpgas1-left h4 {
	font-size: 2rem;
	line-height: 1;
	color: #fff;
	margin: 15px 0 20px;
	text-align: center;
}
.lpgas1-left img {
	width: 71px;
	display: block;
	margin: 0 auto;
}
.lpgas-fee p {
	font-size: 1.8rem;
	line-height: 1;
	color: #0070b8;
	font-weight: 500;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	margin: 0 0 35px;
	padding: 10px 0;
	position: relative;
}
.lpgas-fee p:last-of-type {
	margin: 0 auto;
}
.lpgas-fee p:after {
	content: "＋";
	font-size: 2rem;
	color: #fff;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: -28px;
}
.lpgas-fee p:last-of-type:after {
	display: none;
}
.lpgas1-right h4 {
	font-size: 1.8rem;
	line-height: 1;
	color: #0070b8;
	margin: 0 0 20px;
}
.lpgas1-right p {
	font-size: 1.6rem;
	line-height: 3rem;
  margin: -8px 0 32px;
  letter-spacing: 0.02em;
}
.lpgas1-right p:last-of-type {
  margin: -8px 0;
}
.lpgas2 {
	margin: 0 0 40px;
}
.lpgas2-left table {
	width: 100%;
	background: #fff;
	border-collapse: collapse;
}
.lpgas2-left table tr th,
.lpgas2-left table tr td {
	border: 1px solid #0070b8;
	font-size: 1.8rem;
}
.lpgas2-left table tr th {
	font-weight: 500;
	color: #0070b8;
	padding: 20px 0;
	width: 110px;
}
.lpgas2-left table tr td {
	padding: 19px 20px;
	letter-spacing: 0.02em;
}
.lpgas2-left table tr td:last-of-type {
	width: 86px;
	padding: 19px 0;
	text-align: center;
}
.lpgas2-left table tr td.basegasprice {
	text-align: center;
}
.lpgas2-left p {
  color: #fe6f57;
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 10px 0 0;
}
.lpgas-85price p {
	font-size: 1.8rem;
	line-height: 2.4rem;
	color: #fff;
	font-weight: 500;
	text-align: center;
	padding: 41px 35px 41px 15px;
	background: url(../img/webp/big-arrow.webp) no-repeat;
	background-size: cover;
	width: 138px;
	height: 130px;
}
.lpgas-85price table {
	width: calc(100% - 148px);
	border-collapse: collapse;
}
.lpgas-85price table th {
	background: #0070b8;
	color: #fff;
	font-weight: 400;
	padding: 10px 0;
}
.lpgas-85price table th:first-of-type {
	border-radius: 10px 0 0 0;
	border-right: 1px solid #fff;
}
.lpgas-85price table th:last-of-type {
	border-radius: 0 10px 0 0;
	border-left: 1px solid #fff;
}
.lpgas-85price table td {
	background: #fff;
	text-align: center;
	padding:0 23px;
	letter-spacing: 0.02em;
	font-size: 1.6rem;
}
.lpgas-85price table td:first-of-type {
	border-radius: 0 0 0 10px;
	border-right: 1px solid #0070b8;
}
.lpgas-85price table td:last-of-type {
	border-radius: 0 0 10px 0;
	border-left: 1px solid #0070b8;
}
.lpgas-85price table td:nth-of-type(2) {
	padding: 11px 0;
	line-height: 2.4rem;
}
.lpgas-85price+p {
	font-size: 1.6rem;
	line-height: 3rem;
	margin: 32px 0 0;
}
#service3 .service-top-box p:last-of-type,.lpgas-gold {
	width: calc(100% - 415px);
	font-size: 1.6rem;
	line-height: 3rem;
}
#service3 .service-top-box p:last-of-type {
	margin: -5px 0 22px;
  padding: 0 0 22px 0;
	border-bottom: 1px solid #ccc;
}
.lpgas-gold img {
	width: 103px;
	height: 100%;
	margin: 0 20px 0 0;
}
#service3 {
	position: relative;
  overflow: hidden;
}
.area-map {
	width: 729px;
	min-height: 647px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/webp/area-map.webp) no-repeat;
  background-position: right top;
  background-size: 729px;
}
.animation {
  position: absolute;
  top: 435px;
  right: 325px;
  transform: translate(-50%,-50%);
  width: 100px;
  height: 100px;
}
.animation2 {
  position: absolute;
	top: 485px;
	right: 295px;
  transform: translate(-50%,-50%);
  width: 100px;
  height: 100px;
}
@media print,screen and (min-width: 2201px){
	.area-map {
		right: 7vw;
	}
	.area-map:after {
		content: "";
		width: 100px;
		height: 647px;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
		position: absolute;
		right:0;
		top: 0;
	}
}
.animation:after,
.animation2:after {
	content: "";
	width: 10px;
	height: 10px;
	background: #0070b8;
	position: absolute;
  top: calc(50% - 5px);
  right: calc(50% - 5px);
	border-radius: 100%;
}
/* ripples */
.ripples,
.ripples:before,
.ripples:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  animation: ripples 2s infinite;
}
.ripples:before,
.ripples:after {
  content: "";
}
.ripples:before {
  animation-delay: 0.5s;
}
.ripples:after {
  animation-delay: 1s;
}
@keyframes ripples {
  0% {
    width: 0;
    height: 0;
    border: 1px solid rgba(255, 110, 86, 0.8);
  }
  
  100% {
    width: 600px;
    height: 600px;
    border: 1px solid rgba(255, 110, 86, 0);
  }
}
#service2 .service-top-box h3,
#service3 .service-top-box h3 {
  margin: 0px 0 32px;
}
#service3 .service-under-box a {
	display: inline-block;
	color: #0070b8;
	position: relative;
  transition: all .3s ease .0s;
}
#service3 .service-under-box a:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #0070b8;
	position: absolute;
	left: 0;
	bottom: 0;
  transition: all .3s ease .0s;
}
#service3 .service-under-box a:hover {
	color: #ff6e56;
  transition: all .3s ease .0s;
}
#service3 .service-under-box a:hover:after {
	background: #ff6e56;
  transition: all .3s ease .0s;
}
.takarabe-supply {
	background: #eaeff3;
	padding: 30px;
	margin: 30px 0 0;
	border-radius: 10px;
}
.takarabe-supply h2 {
	color: #0070b8;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 500;
}
.takarabe-supply dl {
	margin: 12px 0 -4px;
	font-size: 1.5rem;
}
.takarabe-supply dl dt {
	width: 110px;
	line-height: 2.5rem;
}
.takarabe-supply dl dd {
	font-size: 1.5rem;
	line-height: 2.5rem;
	text-decoration: none!important;
	pointer-events: none!important;
}
.takarabe-supply dl dd a {
	pointer-events: none!important;
	text-decoration: none!important;
}
.takarabe-supply dl dd span {
	color: #0070b8;
}
.service-top-box p:last-of-type {
	font-size: 1.6rem;
	line-height: 3rem;
  margin: -5px 0;
}
.service-top-box .under-p-ttl h2 {
  margin: 0 0 30px;
}
#service4 .service-top-box p span {
	color: #0070b8;
	font-weight: 500;
}
#service4 .service-under-box {
	margin: 40px 0 0;
	padding: 40px;
	background: #fff;
	border-radius: 10px;
}
.gaslook-e-left img {
	width: 221px;
	margin: 0 40px 0 0;
}
.gaslook-e {
	margin: 20px 0 0;
	position: relative;
}
.gaslook-e:first-of-type {
	margin: 0;
}
.gaslook-e h4 {
	color: #0070b8;
	font-size: 1.8rem;
	font-weight: 500;
}
.gaslook-e p {
	font-size: 1.6rem;
	line-height: 3rem;
	margin: 8px 0 -8px;
}
.gaslook-e-img {
	min-width: 70px;
	height: 70px;
	margin: 0 20px 0 0;
	background: #eaeff3;
	border-radius: 100%;
}
.gaslook-e-img img {
	width: 35px;
}
.gaslook-entry-outer {
	border: 1px solid #cccccc;
	margin: 40px 0 0;
	padding: 5px;
	border-radius: 10px;
}
.gaslook-entry summary {
	font-size: 1.8rem;
	color: #fff;
	background: #0070b8;
	text-align: center;
	padding: 20px 0;
	border-radius: 5px;
	font-weight: 500;
	position: relative;
	cursor: pointer;
  transition: all .3s ease .0s;
}
.gaslook-entry summary:hover {
  transition: all .3s ease .0s;
  background: #ff6e56;
}
.icon {
	width: 13px;
	height: 13px;
	background: url(../img/webp/plus.webp) no-repeat;
	background-size: 100%;
  transition: transform 0.4s;
  display: block;
  position: absolute;
  right: 15px;
  top: 40%;
  transition: all .3s ease .0s;
}
.gaslook-entry[open] .icon {
	width: 13px;
	height: 2px;
	background: url(../img/webp/minus.webp) no-repeat;
	background-size: 100%;
  top: 50%;
  transition: all .3s ease .0s;
}
.details {
	overflow: hidden;
  height: var(--acc-height--closed, auto);
  transition: height 0.25s;
  box-sizing: border-box;
}
.details.is-opened {
  height: var(--acc-height--opened, auto);
}
.details + .details {
  margin-top: -1px;
}
.summary {
  display: block;
  cursor: pointer;
}
.summary::-webkit-details-marker {
  display: none;
}
.gaslool-entry-process {
	background: #f1f1f1;
	border-radius: 10px;
	margin: 5px 0 0;
	padding: 40px;
}
.process-item h4 {
	color: #0070b8;
	font-size: 1.8rem;
	line-height: 3.6rem;
	text-align: center;
	font-weight: 500;
	margin:-10px 0;
}
.process2 {
	margin: 50px 0 0;
}
.process-box {
	margin: 30px 0 0;
}
.process-box p {
	font-size: 1.6rem;
	line-height: 3rem;
	margin: -8px 0;
}
.process-box p span {
	color: #ff6e56;
}
.process-box img {
	width: 150px;
	height: 100%;
	margin: 0 30px 0 0;
}
.process-txt a {
	display: inline-block;
	margin: 0 0 20px;
	padding: 10px 20px;
	background: #fff;
	border-radius: 10px;
	font-weight: 500;
  transition: all .3s ease .0s;
}
.process-txt a:hover {
	color: #fff;
	background: #ff6e56;
  transition: all .3s ease .0s;
}
.process2 .process-txt a {
	display: block;
	margin: 40px 0 0;
	padding: 12px 30px 12px 20px;
	color: #fff;
	background: url(../img/webp/miniarrow-w.webp),#ff6e56;
	background-repeat: no-repeat;
	background-size: 10px 15px;
	background-position: right 20px center;
	border-radius: 10px;
	font-weight: 500;
  transition: all .3s ease .0s;
}
.process2 .process-txt a:hover {
	color: #ff6e56;
	background: url(../img/webp/miniarrow-r.webp),#fff;
	background-repeat: no-repeat;
	background-size: 10px 15px;
	background-position: right 20px center;
  transition: all .3s ease .0s;
}
.faq {
  padding: 20px;
  background: #fde7e3;
  color: #ee3719;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  border-radius: 10px;
}
.faq:before {
  display: inline-block;
  width: 3px;
  border-radius: 0 2px 2px 0;
  height: 1.5em;
  background: #ee3719;
  content: '';
  position: absolute;
  left: 0;
  top: 1.5rem;
}
.faq:last-of-type {
	margin: 40px 0 0;
  background: #eaeff3;
  color: #0070b8;
}
.faq:last-of-type:before {
  background: #0070b8;
}
#service5 .details {
	margin: 10px 0 0
}
#service5 .summary,
#service5 .summary-next {
	font-size: 1.6rem;
	line-height: 3rem;
	padding: 14px 45px;
	background: #f1f1f1;
	border-radius: 10px;
	position: relative;
  transition: all .3s ease .0s;
}
#service5 .summary:hover {
	opacity: 0.7;
  transition: all .3s ease .0s;
}
#service5 .summary-next {
	font-size: 1.5rem;
	background: #fff;
}
#service5 .summary:before {
	content: "Q";
	font-size: 2.1rem;
	line-height: 1;
	color: #0070b8;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  left: 20px;
  top: 18px;
}
#service5 .summary-next:before {
	content: "A";
	font-size: 2.1rem;
	line-height: 1;
	color: #ff6e56;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  left: 20px;
  top: 18px;
}
#service5 .summary .icon {
	background: url(../img/webp/plus-k.webp) no-repeat;
	background-size: 100%;
  top: 40%;
}
#service5 .details[open] .icon {
	width: 13px;
	height: 2px;
	background: url(../img/webp/minus-k.webp) no-repeat;
	background-size: 100%;
	top: 50%;
}
.faq-s-h {
	display: block;
	color: #ff6e56;
}
.faq-s-h:last-of-type {
	margin: 15px 0 0;
}
#service5 .summary-next a {
	color: #ff6e56;
	display: inline-block;
	position: relative;
  transition: all .3s ease .0s;
}
#service5 .summary-next a:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #ff6e56;
	position: absolute;
	bottom: 0;
	left: 0;
  transition: all .3s ease .0s;
}
#service5 .summary-next a:hover {
	color: #0070b8;
  transition: all .3s ease .0s;
}
#service5 .summary-next a:hover:after {
	background: #0070b8;
  transition: all .3s ease .0s;
}
#service6 .service-under-box {
	margin: 32px 0 40px;
}
#service6 .service-under-box dl {
	width: calc(100% / 2 - 10px);
	background: #fff;
	margin: 0 0 20px;
	padding: 30px;
	border-radius: 10px;
}
#service6 .service-under-box dl:last-of-type {
	margin: 0;
}
#service6 .service-under-box dl dt,
#service7 ul li h4 {
	color: #0070b8;
	font-size: 1.8rem;
	font-weight: 500;
}
#service6 .service-under-box dl dd,
#service7 ul li p {
	font-size: 1.6rem;
	line-height: 3rem;
	margin: 12px 0 -8px;
	letter-spacing: 0.02em;
}
.img119 {
	min-width: 50px;
	min-height: 50px;
	position: relative;
  margin: 10px 20px 0 0;
}
.img119:after{
	content: "";
	width: 50px;
	height: 50px;
	background: #eaeff3;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.img119 img {
	position: relative;
	width: auto;
	height: 50px;
	z-index: 1;
}
#service7 ul {
	margin: 32px 0 0;
}
#service7 ul li {
	width: calc(100% / 2 - 10px);
	margin: 0 0 20px;
	padding: 38px 40px 40px 80px;
	background: #eaeff3;
	border-radius: 10px;
	position: relative;
}
#service7 ul li:last-of-type {
	margin: 0;
}
#service7 ul li:before {
	content: "";
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 0;
}
#service7 ul li:after {
	font-size: 2.4rem;
	line-height: 1;
	color: #0070b8;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  left: 30px;
  top: 33px;
}
#service7 ul li:nth-of-type(1):after {
	content: "01";
  left: 32px;
}
#service7 ul li:nth-of-type(2):after {
	content: "02";
}
#service7 ul li:nth-of-type(3):after {
	content: "03";
}
#service7 ul li:nth-of-type(4):after {
	content: "04";
}
#service7 ul li:nth-of-type(5):after {
	content: "05";
}
#service7 ul li:nth-of-type(6):after {
	content: "06";
}
#service7 ul li:nth-of-type(7):after {
	content: "07";
}
#service8 .scroll-infinity__item2 {
	width: 550px;
	margin: 0 10px;
}
#service8 .scroll-infinity__item2 img {
	border-radius: 10px;
}
#service8 .service-under-box p {
  font-size: 2rem;
  line-height: 3.6rem;
  font-weight: 400;
	margin: 32px 0;
}

#gas1 .scroll-infinity__item2 {
	width: 550px;
	margin: 0 10px;
}
#gas1 .scroll-infinity__item2 img {
	border-radius: 10px;
}
#gas1 .scroll-infinity__list--left2 {
  background: #fff;
  padding: 1px 0;
}
#gas1 .service-under-box p {
	font-size: 1.6rem;
	line-height: 3rem;
	margin: 32px 0;
}
#gas1 .service-under-box {
	margin: 40px 0 0 ;
}
.gas-item-box {
	margin: 50px 0 0;
}
.gas-item-box ul li {
	width: calc(100% / 2 - 20px);
	background: #eaeff3;
	padding: 40px;
	border-radius: 10px;
	margin: 0 0 40px;
	position: relative;
}
.gas-item-box ul li img {
	width: 100%;
	border-radius: 20px;
}
.gas-item-box ul li:nth-of-type(3),
.gas-item-box ul li:last-of-type {
	margin: 0;
}
.gas-item-box ul li h4 {
	color: #0070b8;
	font-size: 2.2rem;
	line-height: 1;
	margin: 30px 0 20px;
	text-align: center;
	font-weight: 500;
}
.gas-item-box ul li h4 span {
	font-size: 1.6rem;
	display: block;
	margin: 8px 0 0;
}
.gas-item-box ul li p {
	font-size: 1.6rem;
	line-height: 3rem;
	margin: -8px 0;
}
/* モーダルCSS */
.remodal {
  display: none;
  position: fixed;
  z-index: 1000; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 80vw;
  height: auto;
  padding: 40px;
  background: #fff;
  text-align: center;
}
.closeModal {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  font-size: 3rem;
}
.modalContents video {
	width: 100%;
}

.about-message {
	padding: 100px 0;
	background: #eaeff3;
}
.message-box {
  margin: 46px 0 0;
}
.ceo-box {
	margin: 0 40px 0 0;
}
.ceo-box img {
	width: 570px;
	border-radius: 20px;
	height: auto;
}
.ceo-box p {
	font-size: 1.6rem;
	line-height: 1;
	margin: 10px auto 0;
	text-align: center;
}
.ceo-message p {
	font-size: 1.6rem;
	line-height: 3rem;
	letter-spacing: 0.02em;
}
.ceo-message p span {
	display: block;
	text-align: right;
  margin: 0 0 -6px;
}
.ceo-message h4 {
	color: #0070b8;
	font-size: 1.8rem;
	line-height: 1;
  margin: 32px 0 12px;
}
#about2 dl {
	font-size: 1.8rem;
	line-height: 3rem;
}
#about2 dl:first-of-type {    
	margin: 45px 0 0;
}
#about2 dl dt {
	width: 160px;
	padding: 24px 0;
	font-weight: 500;
	color: #0070b8;
	border-bottom: 1px solid #0070b8;
}
#about2 dl:first-of-type dt {
	border-top: 1px solid #0070b8;
}
#about2 dl dd {
	width: calc(100% - 160px);
	padding: 24px 0 24px 30px;
	border-bottom: 1px solid #cccccc;
}
#about2 dl:first-of-type dd {
	border-top: 1px solid #cccccc;
}
#about2 .service-under-box img {
  width: 100%;
  margin: 30px 0 0;
  border-radius: 20px;
}
#about3 .gaslook-entry summary {
	background: #fff;
	color: #0070b8;
	border: 1px solid #0070b8;
  font-size: 2.2rem;
  text-align: left;
  padding: 50px 50px 50px 105px;
  border-radius: 20px;
}
#about3 .gaslook-entry:first-of-type {
	margin: 40px 0;
}
#about3 .gaslook-entry summary:before {
	content: "01";
	font-size: 1.2rem;
	width: 40px;
	height: 27px;
	line-height: 25px;
	position: absolute;
	left: 50px;
	top: 40%;
	border: 1px solid #0070b8;
	border-radius: 14px;
	text-align: center;
}
#about3 .gaslook-entry:last-of-type summary:before {
	content: "02";
}
#about3 .icon {
  background: url(../img/webp/plus-b.webp) no-repeat;
  background-size: 100%;
  right: 50px;
  top: 44%;
}
#about3 .gaslook-entry[open] summary {
	background: #0070b8;
	color: #fff;
	border: 1px solid #0070b8;
	border-radius: 20px 20px 0 0;
}
#about3 .gaslook-entry[open] summary:before {
	border: 1px solid #fff;
}
#about3 .gaslook-entry[open] .icon {
  width: 13px;
  height: 2px;
  background: url(../img/webp/minus.webp) no-repeat;
  background-size: 100%;
  top: 50%;
  top: 49%;
}
#about3 .gaslool-entry-process {
  background: #fff;
  border-radius: 0;
  margin: 0;
  padding: 50px;
  border: 1px solid #0070b8;
	border-radius: 0 0 20px 20px;
}
.approve-left,.approve-right {
	width: calc(100% / 2 - 20px);
}
.approve-box {
	border-bottom: 1px solid #0070b8;
	margin: 0 0 20px;
	padding:0 0 20px;
}
.approve-box:last-of-type {
	border: none;
	margin: 0;
}
.approve-box h4 {
	font-size: 1.8rem;
	line-height: 3rem;
	color: #0070b8;
  margin: -8px 0;
  font-weight: 500;
}
.approve-box p {
	font-size: 1.6rem;
	line-height: 3rem;
  margin: 12px 0 -4px;
}
.approve-box img {
	width: 70%;
	margin: 20px 0 0;
}
.approve-box .approve-detail p {
  margin: 20px 0 0;
	padding: 16px 20px;
	background: #eaeff3;
	border-radius: 10px;
}
.iso {
	border-top: 1px dashed #0070b8;
	margin: 30px 0 0;
	padding: 50px 0 0;
}
.iso h4 {
	font-size: 1.8rem;
	line-height: 3rem;
	color: #0070b8;
  margin: -8px 0 0;
  font-weight: 500;
}
.iso ul li {
	font-size: 1.6rem;
	line-height: 3rem;
  margin: 8px 0 -8px;
}
.license-left .approve-box:first-of-type p,
.license-right .approve-box:first-of-type p  {
  margin: -8px 0 0;
}
.license-link {
	border-top: 1px dashed #0070b8;
	margin: 30px 0 0;
	padding: 50px 0 0;
}
.license-link ul li {
	width: calc(100% / 2 - 10px);
}
.license-link ul li a {
	display: block;
	padding: 20px;
	color: #fff;
	font-weight: 500;
	border-radius: 10px;
  transition: all .3s ease .0s;
	background: url(../img/webp/arrow-w.webp) no-repeat,#0070b8;
	background-size: 10px 8px;
	background-position: right 20px center;
}
.license-link ul li:nth-of-type(3),
.license-link ul li:last-of-type {
	margin: 20px 0 0;
}
.license-link ul li a:hover {
	background: url(../img/webp/arrow-w.webp) no-repeat,#ff6e56;
	background-size: 10px 8px;
	background-position: right 20px center;
  transition: all .3s ease .0s;
}
.sdgs-txt {
	margin: 45px 0 30px;
}
.sdgs-logo {
	margin: 0 30px 0 0;
}
.sdgs-logo img {
	width: 170px;
}
.sdgs-slide {
  overflow: hidden;
}
.sdgs-slide .scroll-infinity__item2 {
	width: 100px;
	margin: 0 5px;
}
.sdgs-slide p {
	font-size: 1.6rem;
	line-height: 3rem;    
	margin: 30px 0 -6px;
}
.sdgs-slide a {
  display: block;
  margin: 15px 0 0;
  padding: 20px;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
  transition: all .3s ease .0s;
  background: url(../img/webp/arrow-w.webp) no-repeat, #0070b8;
  background-size: 10px 8px;
  background-position: right 20px center;
}
.sdgs-slide a:hover {
  background: url(../img/webp/arrow-w.webp) no-repeat, #ff6e56;
  background-size: 10px 8px;
  background-position: right 20px center;
  transition: all .3s ease .0s;
}
.sdgs-block {
	margin: 20px 0 0;
	padding: 30px 20px 30px 40px;
	border-radius: 20px;
	border: 1px solid #ccc;
}
.sdgs-block-left h4 {
	font-size: 1.8rem;
	line-height: 3rem;
	color: #0070b8;
  margin: -8px 0;
  font-weight: 500;
}
.sdgs-block-left p {
	font-size: 1.6rem;
	line-height: 3rem;
  margin: 12px 0 -4px;
}
.sdgs-block-right img {
	width: 95px;
	margin: 0 0 0 10px;
}
.takarabe-left img {
  width: 180px;
  height: 100%;
  margin: 0 20px 0 0;
}
.takarabe-right p {
	font-size: 1.6rem;
	line-height: 3rem;
  margin: -6px 0;
}
#about5 .service-under-box+img {
	width: 100%;
  margin: 30px 0 0;
  border-radius: 20px;
}

.u-side-big .u-side-contents {
  /*padding: 0 0 300px;*/
}
.u-news-list .u-box-contents.last-under {
  /*padding: 0 0 290px 400px;*/
  min-height: 760px;
}
.u-news-list-container .u-box-contents.last-under {
  padding: 0 0 290px 400px;
}
.u-side-big li a {
	text-align: center;
	margin: 0 0 10px;
	padding: 30px 0;
	border-radius: 40px;
	border: 1px solid #0070b8;
	color: #0070b8;
}
.u-side-big li:first-of-type a {
	padding: 30px 0;
}
.u-side-big li a:hover,
.u-side-big li.active-news a {
	background: #0070b8;
	color: #fff;
}
.year-archive {
	margin: 20px 0 0;
	padding: 20px;
	border-radius: 10px;
	background: #eaeff3;
	text-align: center;
}
.year-archive p {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	color: #0070b8;
	margin: 0 0 10px;
}
.year-archive select {
	width: 100%;
	font-size: 1.5rem;
	font-weight: 500;
	color: #0070b8;
	border: none;
	border-radius: 5px;
	padding: 10px;
	-webkit-appearance: none;
  appearance: none;
  background: url("../img/webp/arrow-k-under.webp"),#fff;
  background-repeat: no-repeat;
  background-size: 11px auto; /* 画像のサイズ（幅 高さ）*/
  background-position: right 15px center; /* 画像の位置 */
}
.u-side-big .u-toc-item-link:before {
	display: none;
}
.u-side-big .u-toc-item-text {
	font-size: 2rem;
	font-weight: 500;
	margin: 0 auto;
}
.year-head {
	font-size: 2.6rem;
	margin: 0 0 20px;
}
.u-news {
	width: 100%;
}
.u-news ul {
	border-top: 1px solid #cacaca;
}
.u-news ul li a {
	color: #0070b8;
	border-bottom: 1px solid #cacaca;
}
.u-news ul li a:before {
	background: #0070b8;
}
.u-news ul li a:after {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url(../img/webp/arrow-w.webp) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translate(-50%, -50%);
  transition: all .3s ease .0s;
}
.u-news ul li a:hover:before {
	background: #ff6e56;
}
.u-news .t-news-tag {
	border: 1px solid #0070b8;
	color: #0070b8;
}
.u-news ul li a:hover .t-news-tag {
	color: #fff;
	border: 1px solid #0070b8;
	background: #0070b8;
}
.nav-links {
  display:flex;
  justify-content:center;
  margin: 100px auto 50px;
}
.nav-links a,.nav-links span{
  font-size:1.5rem;
  width:38px;
  height:38px;
  margin:0 5px;
  line-height:3.8rem;
  text-align:center;
  text-decoration:none;
  box-sizing:border-box;
  background: #eaeff2;
  color:#0070b8;
  transition: all .3s ease .0s;
  display: block;
  border-radius: 50%;
}
.nav-links a:hover{
  color:#fff;
  background:#0070b8;
  transition: all .3s ease .0s;
}
.nav-links .current {
  color:#fff;
  background:#0070b8;
  transition: all .3s ease .0s;
}
.nav-links .dots{
  background:none;
  line-height: 3rem;
  margin:0;
}

.u-n-detail-side .u-side-contents {
  padding: 10px 0 300px;
}
.u-n-detail-side .u-toc a {
  display: block;
	font-size: 2rem;
	font-weight: 500;
	color: #010101;
	padding: 0 0 0 50px;
	position: relative;
  transition: all .3s ease .0s;
}
.u-n-detail-side .u-toc a:hover {
	opacity: 0.7;
  transition: all .3s ease .0s;
}
.u-n-detail-side .u-toc a:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: #0070b8;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  left: 0;
  z-index: -1;
  transition: all .3s ease .0s;
}
.u-n-detail-side .u-toc a:after {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url(../img/webp/arrow-w.webp) no-repeat center / contain;
  position: absolute;
  top: 4px;
  left: 9px;
  transform: rotate(180deg);
  transition: all .3s ease .0s;
}
.news-detail-ttl time {
	font-size: 1.8rem;
	color: #0070b8;
}
.news-detail-ttl .t-news-tag {
	margin: 0 20px;
}
.news-detail-ttl .t-news-ttl {
	width: 100%;
	font-size: 3.8rem;
  line-height: 5rem;
  font-weight: 500;
  color: #010101;
  margin: 10px 0 -8px;
}
.news-detail-content p,
.news-detail-content figure {
	font-size: 1.8rem;
	line-height: 3.6rem;
	margin: 50px 0 0;
	color: #010101;
}
.news-detail-content p a {
	color: #0070b8;
	text-decoration: underline;
}
.news-detail-content img {
	width: 100%;
	border-radius: 20px;
}
.posts-navigation {
	margin: 100px 0 0;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}
.nav-previous a,.nav-next a {
	display: block;
	width: auto;
	height: auto;
	font-size: 1.5rem;
	line-height: 1;
	color: #010101;
	padding: 40px 0 40px 35px;
	border-radius: 0;
	background: transparent;
	position: relative;
  transition: all .3s ease .0s;
}
.nav-next a {
	padding: 40px 35px 40px 0;
}
.nav-previous a:hover,.nav-next a:hover {
	color: #0070b8;
  transition: all .3s ease .0s;
  cursor: pointer;
}
.nav-previous a:before {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url(../img/webp/arrow-b.webp) no-repeat center / contain;
  position: absolute;
  top: 43%;
  left: 10px;
  transform: rotate(180deg);
  transition: all .3s ease .0s;
 }
.nav-next a:before {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url(../img/webp/arrow-b.webp) no-repeat center / contain;
  position: absolute;
  top: 43%;
  right: 10px;
  transition: all .3s ease .0s;
 }
.btn-news {
	text-align: center;
	margin: 100px 0 0;
}
.btn-news a {
	display: inline-block;
	font-size: 2rem;
	width: auto;
	height: auto;
	padding: 30px 70px;
	border-radius: 40px;
}
.btn-news a:before,
.btn-news a:after {
	display: none;
}
.recruit-message-box {
	margin: 0 0 20px;
  padding: 40px;
  border-radius: 10px;
  background: #eaeff3;
}
.recruit-title {
	color: #0070b8;
	font-size: 1.8rem;
	line-height: 3rem;
	margin: 0 0 15px;
}
.recruit-message {
  margin: -5px 0;
  font-size: 1.6rem;
  line-height: 3rem;
}

.contact-main .inner {
	width: 1100px;
}
.contact-main {
	padding: 100px 0 290px;
}
.contact-txt {
	text-align: center;
}
.contact-txt p {
	font-size: 1.6rem;
	line-height: 3rem;
}
.contact-txt p a {
	display: inline-block;
	color: #0070b8;
  transition: all .3s ease .0s;
  position: relative;
}
.contact-txt p a:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #0070b8;
	position: absolute;
	left: 0;
	bottom: 2px;
  transition: all .3s ease .0s;
}
.contact-txt p a:hover {
	color: #ff6e56;
  transition: all .3s ease .0s;
}
.contact-txt p a:hover:after {
	background: #ff6e56;
  transition: all .3s ease .0s;
}
.contact-h p {
	color: #0070b8;
	font-size: 2rem;
	line-height: 1;
}
.contact-h h2 {
	font-size: 3rem;
	line-height: 1;
	margin: 15px auto 30px;
}
.contact-tel {
	width: 500px;
	margin: 34px auto 20px;
	padding: 30px 0;
	background: #f1f1f1;
	border-radius: 10px;
}
.contact-tel p {
	font-size: 1.6rem;
	line-height: 1;
	margin: 0 0 0 60px;
}
.contact-tel a {
	color: #0070b8;
	font-size: 4rem;
}
.contact-tel a img {
	width: 50px;
	margin: 0 15px 0 0;
}
.contact-txt p.contact-fax {
	font-size: 2rem;
	line-height: 1;
}
.contact-txt p.contact-fax span {
	color: #0070b8;
}
.table {
  width: 100%;
  box-sizing:border-box;
  border-collapse: collapse;
  border-spacing: 0;
	font-size: 0;
}
.wpcf7-radio {
  display: flex;
}
.table tr {
  padding: 31px 0;
  border-top: 1px solid #ccc;
}
.table tr:first-of-type {
  margin: 40px 0 0;
}
.table tr th{
	width: 310px;
	padding: 0 0 0 20px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  display: block;
  text-align: left;
  position: relative;
}
.table tr td{
  width: calc(100% - 310px);
  text-align: left;
}
.required-contactform7 {
  font-size:1rem;
  line-height: 1;
  color: #fff;
  background: #0070b8;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
  top: -2px;
  right: 20px;
}
.any{
  font-size:1.4rem;
  line-height: 1;
  color: #e87151;
}
.table tr td input{
  font-size:1.8rem;
  line-height: 3rem;
  width: calc(100%);
  padding: 14px 20px;
  border: none;
  border-radius: 10px;
  background: #f1f1f1;
}
.table tr td textarea{
  font-size:1.8rem;
  line-height: 3rem;
  width: calc(100%);
  padding: 14px 20px;
  height: 200px;
  min-height: 200px;
  border: none;
  border-radius: 10px;
  background: #f1f1f1;
}
.table tr td p {
	font-size: 1.2rem;
	line-height: 1;
	margin: 10px 0 0;
}
.txt-mid2 {
	margin: 20px 0 0;
}
.table tr td .mwform-radio-field{
  display: block;
}
.table tr td input[type="radio"] {
  display: none;
}
.radio-btns .wpcf7-list-item label {
	position: relative;
}
.radio-btns .wpcf7-list-item label span {
  position: relative;
  display: inline-block;
  margin: 0 30px 0 0;
  padding: 0 0 0 40px;
  cursor: pointer;
  font-size: 1.8rem;
  z-index: 1;
}
.mw_wp_form .error {
  font-size: 1.4rem;
  line-height: 2rem;
}
.radio-btns .wpcf7-list-item {
  position: relative;
  margin: 0;
  line-height: 1;
}
.radio-btns .wpcf7-list-item:first-of-type,
.radio-btns .wpcf7-list-item:nth-of-type(2) {
	margin: 0;
}
.radio-btns .wpcf7-list-item label span::before,
.radio-btns .wpcf7-list-item label span::after {
  position: absolute;
  content: '';
  top: 50%;
  border-radius: 100%;
  transition: all .3s ease .0s;
}
.radio-btns .wpcf7-list-item label span::before {
  left: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  margin-top: -9px;
  background: #f1f1f1;
}
.radio-btns .wpcf7-list-item label span:hover::before {
  background: #f1f1f1;
}
.radio-btns .wpcf7-list-item label span::after {
  opacity: 0;
  top: 9px;
  left: 9px;
  width: 12px;
  height: 12px;
  margin-top: -4px;
  background: #0070b8;
  -webkit-transform: scale(2);
  transform: scale(2);
}
input[type="radio"]:checked + .wpcf7-list-item-label::before{
  background: #f1f1f1;
}
input[type="radio"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.wpcf7-response-output,.wpcf7-not-valid-tip {
  color: #e87151!important;
  font-size: 1.2rem!important;
  margin: 5px 0 0;
  position: absolute;
}
.wpcf7-response-output{
  text-align:center;
}
*:focus {
  outline: none;
}
.wpcf7-spinner {
	display: none!important;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
textarea:focus::-webkit-textarea-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
.move {
	text-align: center;
  transition: all .3s ease .0s;
}
.move input[type="submit"] {
  width: 360px;
  height: 75px;
  display: inline-block;
  position: relative;
  font-size: 2rem;
  z-index: auto;
  line-height: 1;
  border-radius: 10px;
  background: #0070b8;
  border: 1px solid #0070b8;
  color: #fff!important;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: bold;
  transition: all .3s ease .0s;
}
.move:hover input[type="submit"] {
	background: #ff6e56;
  border: 1px solid #ff6e56;
  transition: all .3s ease .0s;
  cursor: pointer;
}

::placeholder {
  font-family: "Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  color: #ccc;
  font-size:1.8rem;
  line-height: 3rem;
  letter-spacing: 0;
  font-weight: 400;
}
.privacy-box {
	padding: 30px 0 0;
  border-top: 1px solid #ccc;
}
.privacy-h {
  width: 310px;
  font-size:1.8rem;
  line-height: 1;
  position: relative;
  letter-spacing: 0;
}
.privacy{
  width: calc(100% - 310px);
  padding: 15px 20px;
  background: #fff;
  border: 1px solid #cccccc;
  overflow-x: auto;
  max-height: 200px;
  border-radius: 10px;
}
.privacy p{
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: 0;
}
.privacy-head{
  display: block;
}
.agree{
  margin: 30px auto;
  text-align: center;
  display: block;
  line-height: 1;
}
.agree span{
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 0 10px;
}

.thanks {
  padding: 210px 0 0;
  position: relative;
}
.thanks h3 {
	font-size: 8rem;
	color: #0070b8;
	text-align: center;
	-webkit-text-stroke: 6px #fff;
  text-stroke: 6px #fff;
  paint-order: stroke;
  position: relative;
  z-index: 1;
}
.thanks:after {
	content: "";
	width: 185px;
	height: 264px;
	background: url(../img/webp/logo-b.webp) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 10px;
	right: 0;
	margin: 0 auto;
	top: 0;
	z-index: 0;
}
.thanks p {
	font-size: 1.6rem;
	line-height: 3rem;
	text-align: center;
  margin: 27px 0 34px;
}

.sitemap>a {
	width: 100%;
	padding: 30px 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 1.8rem;
	line-height: 1;
	color: #3f3f3f;
}
.map-left, .map-right {
	width: calc(100% / 2 - 30px);
}
.map-left a, .map-right a {
	font-size: 1.8rem;
	line-height: 1;
	padding: 30px 0 20px 15px;
	display: block;
	color: #3f3f3f;
  transition: all .3s ease .0s;
}
.map-left a:hover, .map-right a:hover {
	color: #0070b8;
	cursor: pointer;
  transition: all .3s ease .0s;
}
.map-left ul, .map-right ul {
	padding: 0 0 30px;
	border-bottom: 1px solid #ccc;
}
.map-left ul li a, .map-right ul li a {
	font-size: 1.6rem;
	line-height: 1;
	margin: 0 0 13px;
	padding: 0 0 0 38px;
	border: none;
	position: relative;
}
.map-left ul li:last-of-type a, .map-right ul li:last-of-type a {
	margin: 0;
}
.map-left ul li a:before, .map-right ul li a:before {
	content: "";
	display: block;
	width: 8px;
	height: 12px;
	background: url(../img/webp/miniarrow-rb.webp) no-repeat center / contain;
	position: absolute;
	left: 20px;
	top: 20%;
	transition: all .3s ease .0s;
}
.map-right a.map-link {
  padding: 30px 0 30px 15px;
	border-bottom: 1px solid #ccc;
}


@media print,screen and (max-width: 1800px){
  .area-map {
    width: 520px;
    background-position: left bottom;
    background-size: cover;
  }
  .animation {
    right: 115px;
  }
  .animation2 {
    right: 83px;
  }
	@keyframes ripples {
	  0% {
	    width: 0;
	    height: 0;
	    border: 1px solid rgba(255, 110, 86, 0.8);
	  }
	  
	  100% {
	    width: 300px;
	    height: 300px;
	    border: 1px solid rgba(255, 110, 86, 0);
	  }
	}
}


@media print,screen and (max-width: 1700px){}

@media print,screen and (max-width: 1500px){
	.sp1500 {
		display: block!important;
	}
	.u-box-contents {
		padding: 100px 0 100px 300px;
	}
	.u-box-contents.last-under {
	  padding: 100px 0 290px 300px;
	}
	.p-caution {
		line-height: 2.4rem;
	}
	#product5 .u-p-right a, #product6 .u-p-right a {
    width: calc(100% - 240px);
	}
	#product5 .u-p-right a:last-of-type, #product6 .u-p-right a:last-of-type {
    width: 220px;
  }
	.service1-box-right {
		margin: 0 0 0 40px;
  }
	.service1-box img {
    width: 270px;
  }
  .lpgas1-left, .lpgas2-left {
    width: 325px;
  }
  .lpgas1-right, .lpgas2-right {
    width: calc(100% - 355px);
	}
	.lpgas2-left table tr th, .lpgas2-left table tr td {
    font-size: 1.6rem;
  }
  .lpgas2-left table tr td {
    padding: 19px 10px;
  }
  .lpgas-85price {
  	align-items: center;
  }
  .lpgas-85price p {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 22px 15px 22px 5px;
    width: 90px;
    height: 85px;
  }
  .lpgas-85price table {
    width: calc(100% - 100px);
  }
  .lpgas-85price table td {
    padding: 0 10px;
  }
  .area-map {        
  	width: 560px;
    min-height: 757px;
    z-index: -1;
  }
	.animation {
		top: 505px;
		right: 105px;
	}
  .animation2 {
    top: 567px;
    right: 66px;
  }
  .gaslook-e-left img {
    width: 191px;
  }
  .takarabe-supply dl dd {
    width: calc(100% - 115px);
  }

  .about-message {
    padding: 100px 0;
  }
  .sdgs-block-right img {
    width: 74px;
  }

  .u-news-list .u-box-contents.last-under {
    /*padding: 0 0 290px 300px;*/
	}
	.u-news .t-news-tag {
    padding: 6px 27px;
  }
  .t-news-list ul li a {
    padding: 40px 60px 40px 10px;
  }

}

@media print,screen and (max-width: 1280px){

	.header-right {
    margin: 0;
	}
	.u-head-ttl {
		position: relative;
	}
  .bread {
  	position: absolute;
    right: 0;
    top: -55px;
	}
	.u-toc-item-text {
    line-height: 2rem;
  }
	.u-box-contents {
    padding: 100px 0 100px 280px;
	}
	#product1 .u-box-contents {
    padding: 100px 0 100px 280px;
	}
	.u-box-contents.last-under {
    padding: 100px 0 290px 280px;
	}
	#product1 .u-p-right a {
    width: 300px;
	}
	#product1 .u-p-right {
    margin: 0 0 0 30px;
	}
	#product5 .u-p-right a, #product6 .u-p-right a {
    width: 64%;
	}
	#product5 .u-p-right a:last-of-type,
	#product6 .u-p-right a:last-of-type {
    width: 32%;
	}
	#product5 .u-p-right a img, #product6 .u-p-right a img {
		width: 100%;
    height: 180px;
    object-fit: cover;
	}
	#product5 .u-p-right a:last-of-type img,
	#product6 .u-p-right a:last-of-type img {
		aspect-ratio: 1/1;
	}
	#product8 .u-p-right {
		flex-wrap: wrap;
	}
	#product8 .u-p-right a {
    width: calc(100% / 2 - 20px);
	}
	#product8 .u-p-right a:last-of-type {
		margin: 30px 0 0;
	}

	.lpgas1-left, .lpgas2-left {
		width: 315px;
	}
	.lpgas1-right, .lpgas2-right {
	  width: calc(100% - 345px);
	}
	.lpgas2-left table tr td {
	  padding: 19px 5px;
	  font-size: 1.4rem;
	}
	.lpgas-85price p {
	  font-size: 1.2rem;
	  line-height: 1.6rem;
	  padding: 16px 10px 16px 5px;
	  width: 70px;
	  height: 66px;
	}
	.lpgas-85price table {
	  width: calc(100% - 75px);
	}
	.lpgas-85price table th {
		font-size: 1.4rem;
	}
	.lpgas-85price table td {
    font-size: 1.1rem;
  }
  .lpgas-85price p {
    padding: 14px 5px 16px 2px;
  }
  .area-map {
    width: 290px;
    min-height: 380px;
    top: -40px;
  }
	.animation {
	  top: 255px;
	  right: 14px;
	}
	.animation2 {
	  top: 281px;
	  right: -5px;
	}
  #service3 .service-top-box p:last-of-type, .lpgas-gold {
    width: 100%;
  }
	.gaslook-e h4 {
    line-height: 2.6rem;
  }
	.process-box img {
    width: 120px;
  }
  .process-txt a {
    font-size: 1.4rem;
  }
  .process-item h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: left;
  }

  .gas-item-box ul li h4 {
    font-size: 2.2rem;
    line-height: 3rem;
    margin: 25px 0 20px;
    text-align: left;
  }
  .gas-item-box ul li h4 span {
  	margin: 0;
  }

  .about-message {
    padding: 100px 0;
  }
  .ceo-box p {
    font-size: 1.4rem;
  }
  .ceo-box img {
    width: 420px;
  }
  .license-link ul li {
    width: 100%;
    margin: 20px 0 0;
	}
  .license-link ul li:first-of-type {
  	margin: 0;
  }
  .sdgs-block {
    flex-wrap: wrap;
    width: 100%;
  }
  .sdgs-block-right {
  	justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0 0;
  }
  .sdgs-block-right img {
  	margin: 0 5px 0 0;
    width: 100px;
  }

  .u-news-detail-ttl {
    margin: 0 0 55px;
  }
	.u-news-list .u-box-contents.last-under {
	  /*padding: 0 0 290px 280px;*/
	}
	.u-news-list-container .u-box-contents.last-under {
	  padding: 0 0 290px 280px;
	}
	.t-news-list ul li a {
		flex-wrap: wrap;
	}
	.u-news .t-news-tag {
		margin: 0 20px;
	}
	.t-news-list .t-news-ttl {
		width: 100%;
		margin: 20px 0 0;
    line-height: 3rem;
	}
	.news-detail-ttl .t-news-ttl {
    line-height: 5rem;
	}

	.contact-main .inner {
    width: 1000px;
	}

}

@media print,screen and (max-width: 768px){
  .under-head {
    margin: 80px 0 0;
	}
	.u-head-ttl {
    margin: 0 0 60px;
    position: relative;
	}
	.u-head-ttl h2 {
    font-size: 7rem;
    margin: 8px 0 -10px;
  }
	.bread ul li a:hover {
    color: #adadad;
    transition: all .3s ease .0s;
	}
	.p-caution {        
		font-size: 1.4rem;
    margin: 80px 0 0;
  }
	.under-head-cover {
    height: 300px;
	}
	.u-side {
    position: relative;
	}
	.u-side-contents {
    position: initial;
    width: 100%;
    padding: 40px 0 0;
	}
	.u-n-detail-side {
		padding: 10px 0;
	}
	.products-main .u-side-contents {
	  padding: 40px 0 0;
	}
	.under-p-ttl h2 {
    font-size: 7rem;
  }
	.u-toc-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.u-toc-item {
		width: calc(100% / 2 - 15px);
	}
	.u-toc-list li:first-of-type a,
	.u-toc-list li a {
    padding: 20px 0;
	}
	.u-toc-item-icon {
    width: auto;
	}
	.u-toc-item-icon:before,
	.u-toc-list li:first-of-type a .u-toc-item-icon:before {
		top: 28px;
		right: 5px;
    left: auto;
    transform: rotate(90deg);
	}
	.u-toc-list li a:hover {
    color: #3f3f3f;
    transition: all .3s ease .0s;
	}
	.u-toc-item-icon:after {
		right: 0;
	}
	.u-toc-item-text {
    margin: 0 0 0 5px;
	}
	.u-box-contents {
		display: block;
		padding: 80px 6vw;
	}
	#product1 .u-box-contents {
		padding: 80px 6vw;
	}
	.u-box-contents.last-under {
    padding: 80px 6vw 270px;
	}
	#product1 .u-p-right {
	  margin: 40px 0 0 0;
	}
	#product1 .u-p-right a {
	  width: 100%;
	}
	.u-box .u-p-right a:hover img {
    opacity: 1;
    transition: all .3s ease .0s;
	}
	.u-box .u-p-right a:hover span {
    color: #0070b8;
    transition: all .3s ease .0s;
	}
	.u-box .u-p-right a:hover span:after {
    background: #0070b8;
    transition: all .3s ease .0s;
	}
	#product5 .u-p-right, #product6 .u-p-right {
		flex-wrap: wrap;
	}
	#product5 .u-p-right a, #product6 .u-p-right a {
	  width: 100%;
	}
	#product5 .u-p-right a img, #product6 .u-p-right a img {
		height: auto;
	}
	#product5 .u-p-right a:last-of-type img,
	#product6 .u-p-right a:last-of-type img {
		display: none;
	}
	#product5 .u-p-right a:last-of-type,
	#product6 .u-p-right a:last-of-type {
		width: 100%;
	}
	#product5 .u-p-right a:last-of-type span,
	#product6 .u-p-right a:last-of-type span {
		margin: 20px 0 0;
		padding: 20px 0;
		border-radius: 20px;
		display: block;
		color: #fff;
		background: url(../img/webp/arrow-w.webp) no-repeat,#ff6e56;
		background-size: 10px 8px;
		background-position: right 20px center;
	}
	#product5 .u-p-right a:last-of-type span:after,
	#product6 .u-p-right a:last-of-type span:after {
		display: none;
	}

	.service1-box {
		display: block;
		padding: 6vw;
	}
	.service-top-box h3 {
    font-size: 1.8rem;
    line-height: 3rem;
    margin: 0 0 32px;
  }
  #service2 .service-top-box h3,
	#service3 .service-top-box h3 {
    margin: 0 0 32px;
	}
  .service-box h4 {
  	text-align: left;
  }
  .service-top-box .under-p-ttl h2 {
    margin: 5px 0 20px;
	}
	.service1-box h4 {
    margin: 0 0 33px 0;
	}
	.service1-box ul li a:hover {
		color: #0070b8;
	  transition: all .3s ease .0s;
	}
	.service1-box ul li a:hover:after{
		background: #0070b8;
	  transition: all .3s ease .0s;
	}
	.service1-box h4 br,
	.service2-box h4 br,
	.service3-box h4 br {
		display: none;
	}
	.service1-box-right {
    margin: 40px 0 0;
    width: 100%;
  }
  .service1-box img {
	  width: 100%;
    max-height: 250px;
		object-fit: cover;
		object-position: 50% 67%;
	}
	.service-box {
		display: block;
	}
	.service2-box-left, .service2-box-right {
    width: 100%;
    margin: 0 0 40px;
    padding: 6vw;
  }
  .service3-box {
    padding: 6vw 0;
  }
  .service3-box-outer {
  	display: block;
  }
  .service3-box-left, .service3-box-right {
    width: 100%;
    padding: 0 6vw;
    margin: 0 0 40px;
	}
	.service3-box-right {
		margin: 0;
	}
	.service3-box:before {
		display: none;
	}
  .service3-box-left {
  	margin: 0 0 20px;
  	padding: 0 6vw 20px;
 		border-bottom: 1px solid #ccc;
  }
	.lpgas1,.lpgas2 {
		display: block;
	}
	.lpgas1-left, .lpgas2-left {
	  width: 100%;
	}
	.lpgas1-left {
    padding: 6vw;
	}
	.lpgas1-right, .lpgas2-right {
	  width: 100%;
	  margin: 30px 0 0;
	}
	.lpgas2-left table tr td {
    padding: 19px 20px;
	}
	.lpgas2-left table tr th, .lpgas2-left table tr td {
    font-size: 1.8rem;
	}
	.lpgas-85price {
		display: block;
	}
	.lpgas-85price p {
	  font-size: 1.8rem;
	  line-height: 2.4rem;
	  padding: 14px;
	  width: 170px;
	  height: 93px;
	  margin: 0 auto 20px;
	  background: url(../img/webp/big-arrow-sp.webp) no-repeat;
	  background-size: cover;
	}
	.lpgas-85price table {
	  width: 100%;
	}
	.lpgas-85price table th {
		font-size: 1.6rem;
	}
	.lpgas-85price table td {
    padding: 0 7px;
    font-size: 1.7rem;
	}
	.area-map {
		background: url(../img/webp/area-map-sp.webp) no-repeat;
		width: 300px;
		min-height: 401px;
		background-size: cover;
		top: auto;
		bottom: 80px;
		right: 0px;
	}
	.animation {
	  top: 302px;
	  right: 91px;
	}
	.animation2 {
	  top: 335px;
	  right: 68px;
	}
	.takarabe-supply {
    width: 62%;
  }
  .takarabe-supply dl dd a {
  	color: #3f3f3f!important;
  }
  #service3 .service-under-box .takarabe-supply dl dd a:after {
  	display: none;
  }
	.btn-b a:hover,
	.btn-b button:hover {
    background: #0070b8;
	}
	#service3 .service-under-box a:hover {
		color: #0070b8;
	  transition: all .3s ease .0s;
	}
	#service3 .service-under-box a:hover:after {
		background: #0070b8;
	  transition: all .3s ease .0s;
	}
	#service4 .service-under-box {
		padding: 6vw;
	}
	.takarabe-supply dl {
		display: block;
	}
	.takarabe-supply dl dd {
	  width: 100%;
	}
	.gaslook-explain {
		display: block;
	}
	.gaslook-e-left {
		text-align: center;
	}
	.gaslook-e-left img {
	  width: 180px;
	  margin: 0 auto 20px;
	}
	.gaslool-entry-process {
    padding: 6vw;
  }
	.gaslook-entry summary:hover {
    transition: all .3s ease .0s;
    background: #0070b8;
	}
	.process-box {
		display: block;
		text-align: center;
	}
	.process-box img {
	  width: 120px;
	  margin: 0 0 20px;
	}
	.process-txt a {
	  font-size: 1.6rem;
	}
	.process-box p {
    text-align: left;
  }
  .process-txt a:hover {
		color: #3f3f3f;
		background: #fff;
	  transition: all .3s ease .0s;
	}
	.process2 .process-txt a:hover {
		color: #fff;
		background: url(../img/webp/miniarrow-w.webp),#ff6e56;
		background-repeat: no-repeat;
		background-size: 10px 15px;
		background-position: right 20px center;
	  transition: all .3s ease .0s;
	}
  .process-txt a {
	  width: auto;
	  font-size: 1.6rem;
	  text-align: left;
	  line-height: 2rem;
	  overflow-wrap: anywhere;
	}
	#service5 .summary:hover {
		opacity: 1;
	  transition: all .3s ease .0s;
	}
	#service5 .summary-next a:hover {
		color: #ff6e56;
	  transition: all .3s ease .0s;
	}
	#service5 .summary-next a:hover:after {
		background: #ff6e56;
	  transition: all .3s ease .0s;
	}
	#service6 .service-under-box {
		display: block;
	}
	#service6 .service-under-box dl {
    width: 100%;
  }
  #service7 ul {
		display: block;
  }
  #service7 ul li {
    width: 100%;
  }
  #service8 .scroll-infinity__item2 {
    width: 320px;
  }
  #service8 .service-under-box p {
	  font-size: 1.8rem;
	  line-height: 3rem;
	}

  #gas1 .scroll-infinity__item2 {
    width: 320px;
  }
  .gas-item-box ul {
  	display: block;
  }
  .gas-item-box ul li {
    width: 100%;
    padding: 6vw;
	}	
	.gas-item-box ul li:nth-of-type(3) {
    margin: 0 0 40px;
	}
	.gas-item-box ul li h4 {
	  text-align: center;
  }


  .about-message {
    padding: 80px 0;
  }
  .message-box {    
  	margin: 36px 0 0;
    display: block;
	}
	.ceo-box {
    margin: 0;
	}
	.ceo-box p {
	  font-size: 1.6rem;
	}
	.ceo-box img {
	  width: 100%;
	}
	.ceo-message {
		margin: 40px 0 0;
	}
	#about2 dl:first-of-type {
    margin: 0;
	}
	#about2 dl {
		display: block;
	}
  #about2 dl:first-of-type {
  	padding: 10px 0 0;
  }
	#about2 dl dt {
    width: 100%;
    padding: 0;
    border: none;
  }
  #about2 dl:first-of-type dt {
  	border-top: none;
  }
  #about2 dl dd {
    width: 100%;
    padding: 0 0 20px;
    margin: 0 0 20px;
	}
	#about2 dl:first-of-type dd {
    border-top: none;
	}
  #about2 dl:last-of-type dd {
    margin: 0;
  }
  #about2 .service-under-box img {
    margin: 25px 0 0;
  }
  #about3 .gaslook-entry:first-of-type {
    margin: 40px 0;
	}
	.approve-outer {
		display: block;
	}
	.approve-left, .approve-right {
		width: 100%;
	}
	.approve-box img {
    width: 100%;
  }
  .approve-box:last-of-type {
    border-bottom: 1px solid #0070b8;
    margin: 0 0 20px;
    padding: 0 0 20px;
	}
	.approve-right .approve-box:last-of-type {
		border: none;
		margin: 0;
	}
	.license-link ul li a:hover {
    background: url(../img/webp/arrow-w.webp) no-repeat, #0070b8;
    background-size: 10px 8px;
    background-position: right 20px center;
    transition: all .3s ease .0s;
	}
	.sdgs-txt {
		align-items: flex-start;
    margin: 36px 0 30px;
	}
	.sdgs-logo img {
    width: 140px;
	}
	.sdgs-block-left h4 br {
		display: none;
	}
	.sdgs-slide a:hover {
	  background: url(../img/webp/arrow-w.webp) no-repeat, #0070b8;
	  background-size: 10px 8px;
	  background-position: right 20px center;
	  transition: all .3s ease .0s;
	}
 	.sdgs-block-right img {
    width: 15%;
  }
	.takarabe-left img {
	  width: 150px;
	}
	#about5 .service-under-box+img {
  	margin: 25px 0 0;
	}

	.u-side-big li a:hover {
    background: #fff;
    color: #0070b8;
	}
	.u-side-big .u-side-contents {
    /*padding: 0;*/
	}
	.u-n-detail-side .u-side-contents {
    padding: 0;
	}
	.u-news {
    margin: -30px 0 0;
	}
	.u-news-list .u-box-contents.last-under {
	  /*padding: 80px 6vw 270px;*/
	  min-height: auto;
	}
	.u-news-list-container .u-box-contents.last-under {
	  padding: 80px 6vw 270px;
	}
	.year-head {
    font-size: 2.4rem;
  }
	.u-news ul li a:hover .t-news-tag {
    color: #0070b8;
    border: 1px solid #0070b8;
    background: #fff;
	}
	.u-news ul li a:hover:before {
    background: #0070b8;
  }
	.u-news-list ul li a:hover:after {
	  background: url(../img/webp/arrow-w.webp) no-repeat center / contain;
	  transition: all .3s ease .0s;
	}
	.nav-links {
    margin: 60px auto 0;
	}
	.nav-links a:hover{
	  background: #eaeff2;
    color: #0070b8;
	  transition: all .3s ease .0s;
	}
	.nav-links a, .nav-links span {
    line-height: 4.2rem;
  }

	.u-news-detail-ttl {
		margin: 0 0 40px;
	}
	.u-news-detail-ttl .bread {
    position: absolute;
    right: 0;
    top: -40px;
  }
	.u-n-detail-side .u-toc a:hover {
		opacity: 1;
	  transition: all .3s ease .0s;
	}
	.u-n-detail-side .u-toc a {
    font-size: 3.4vw;
    padding: 0 0 0 40px;
  }
	.u-n-detail-side .u-toc a:before {
		width: 30px;
		height: 30px;
	}
	.u-n-detail-side .u-toc a:after {
	  width: 14px;
	  height: 12px;
	  top: 2px;
    left: 8px;
	}
  .nav-next a {
    padding: 25px 35px 25px 0;
	}
	.nav-previous a:hover,.nav-next a:hover {
		color: #010101;
	  transition: all .3s ease .0s;
	  cursor: pointer;
	}
	.nav-previous a:before,
	.nav-previous a:after {
    top: 41%;
  }
  .btn-news {
    margin: 40px 0 0;
	}
	.btn-news a {
    font-size: 3.6vw;
    padding: 20px 50px;
  }
  .recruit-message-box {
  	padding: 6vw;
  	margin: -30px 0 60px;
  }

  .contact-main {
    padding: 80px 0 270px;
	}
  .contact-main .inner {
	  width: 100%;
	}
	.contact-txt p {
    text-align: left;
	}
	.contact-h p,.contact-tel p,.contact-txt p.contact-fax {
		text-align: center;
	}
	.contact-txt p a:hover {
		color: #0070b8;
	  transition: all .3s ease .0s;
	}
	.contact-txt p a:hover:after {
		background: #0070b8;
	  transition: all .3s ease .0s;
	}
	.move:hover input[type="submit"] {
		background: #0070b8;
	  border: 1px solid #0070b8;
	  transition: all .3s ease .0s;
	  cursor: pointer;
	}
	.contact-tel {
    width: 80%;
  }
  .table tr {
    padding: 25px 0;
  	display: block;
  }
  .table tr th {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
  .table tr td {
    width: 100%;
    display: block;
  }
  .wpcf7-radio {
  	display: block;
  }
  .radio-btns .wpcf7-list-item label span {
    width: 100%;
    margin: 0 0 30px;
    font-size: 1.6rem;
   }
  .radio-btns .wpcf7-list-item:last-of-type label span {
    margin: 0 0 10px;
  }
  .required-contactform7 {
  	position: relative;
    top: -2px;
    right: auto;
    left: 5px;
    padding: 3px 8px;
	}
	.privacy-box {
		display: block;
	}
	.privacy-h {
    width: 100%;
    margin: 0 0 20px;
  }
  .privacy {
    width: 100%;
  }

  .thanks p {
    text-align: left;
  }

  .map-left, .map-right {
    width: calc(100% / 2 - 22px);
	}
	.map-left a, .map-right a {
    line-height: 2.6rem;
  }
  .map-left ul li a, .map-right ul li a {
    line-height: 2rem;
  }
	.map-left a:hover, .map-right a:hover {
		color: #3f3f3f;
		cursor: pointer;
	  transition: all .3s ease .0s;
	}

}

@media print,screen and (max-width: 600px){
	.area-map {
    background: url(../img/webp/area-map-sp.webp) no-repeat;
    width: 44vw;
    min-height: 400px;
    background-size: 100%;
    top: auto;
    bottom: 80px;
    right: 0px;
  }
  .animation {
	  top: 45vw;
	  right: 4vw;
	}
	.animation2 {
	  top: 49vw;
	  right: 2vw;
	}
	.pc-arrival{display: none!important;}
}

@media print,screen and (max-width: 480px){
	.u-toc-item-text {
	  font-size: 2.6vw;
	}
}

@media print,screen and (max-width: 500px){

	.under-head {
      margin: 60px 0 0;
  }
	.under-head .sub-h {
    font-size: 3.6vw;
	}
  .u-head-ttl h2 {
    font-size: 12.5vw;
  }
  .u-head-ttl {
    margin: 0 0 40px;
  }
  .under-head-cover img.product-head {
    object-position: 40%;
  }
	.bread {
	  top: -50px;
	}
	.bread ul li, .bread ul li a {
    font-size: 3.2vw;
  }
  .bread ul li:nth-of-type(3) {
    display: block;
    margin: 1vw 0 0;
    padding: 0;
    line-height: 4vw;
  }
  .bread ul li:nth-of-type(3):after {
  	display: none;
  }
  .u-box-contents p {
  	color:#3f3f3f;
  }
	.lpgas2-left p {
	  color: #fe6f57;
    font-size: 3.4vw;
    line-height: 5vw;
	}

  .p-caution {
	  font-size: 2.8vw;
    line-height: 4.6vw;
	  text-align: left;
	  margin: 60px 0 0;
	}
	.products-main .u-side-contents {
	  padding: 20px 0 0;
	}
	.u-box-contents.last-under {
	  padding: 60px 6vw 150px;
	}
	.u-toc-item {
    width: 100%;
	}
	.u-toc-item-text {
		margin: 0;
		font-size: 3.4vw;
	}
	.u-box-contents {
	  padding: 60px 6vw;
	}
	#product1 .u-box-contents {
		padding: 60px 6vw;
	}
	.sub-u-h {
    font-size: 3.6vw;
	}
	.under-p-ttl h2 {
	  font-size: 9.5vw;
    margin: 5px 0 15px;
	}
	.u-p-left p:last-of-type {
    font-size: 3.4vw;
    line-height: 5.6vw;
  }
	#product1 .u-p-right {
	  margin: 30px 0 0 0;
	}
	.u-p-right {
    margin: 30px 0 0;
	}
	.u-box .u-p-right a span {
    font-size: 3.4vw;
    line-height: 5.6vw;
	}
	.u-p-right a img {
    border-radius: 10px;
  }
  #product2 .u-p-right a, #product3 .u-p-right a, #product8 .u-p-right a {
    width: calc(100% / 2 - 10px);
	}
	#product3 .u-p-right a:nth-of-type(3),
	#product3 .u-p-right a:last-of-type {
    margin: 20px 0 0;
	}
	.u-box .u-p-right a span:after {
		bottom: 5px;
	}

	.service-top-box p:last-of-type {
    font-size: 3.4vw;
    line-height: 5.6vw;
    margin: auto;
	}
	.service-top-box .under-p-ttl h2 {
    margin: 5px 0 15px;
	}
	#service2 .service-top-box h3,
	#service3 .service-top-box h3 {
    margin: 0 0 26px;
	}
	.service-top-box h3 {
    font-size: 3.6vw;
    line-height: 5.4vw;
    margin: 0 0 26px;
	}
	#service1 .service-top-box h3 {
    margin: 0 0 26px;
	}
	.service-box {
    margin: 0 0 20px;
	}
	.service1-box {
    margin: 0 0 20px;
  }
	.service-box h4 {
	  margin: 0 0 17px 0;
	  font-size: 4.6vw;
  	text-align: center;
	}
	.service1-box ul li:before {
    font-size: 5vw;
  }
  .service1-box ul li:first-of-type {
    margin: 0 0 -5px;
  }
  .service1-box ul li:first-of-type,
  .service1-box ul li {
    padding: 0 0 0 35px;
    font-size: 3.4vw;
    line-height: 5.6vw;
	}
	.service1-box ul li a:after {
		bottom: 0;
	}
	.service1-box ul li br {
		display: none;
	}
	.service1-box ul li:nth-of-type(3) br {
		display: block;
	}
  .service1-box-right {
    margin: 30px 0 0;
  }
  .service1-box h4 {
  	text-align: center;
  }
  .service1-box img {
    max-height: 160px;
  }
  .service-box p {
    font-size: 3.4vw;
    line-height: 5.6vw;
  }
	.service2-box-left, .service2-box-right {
    margin: 0 0 30px;
  }
  .lpgas1-left img {
    width: auto;
    height: 9vw;
  }
  .lpgas1-left h4 {
    font-size: 3.6vw;
    margin: 10px 0 15px
  }
  .lpgas-fee p {        
  	width: 80%;
    font-size: 4vw;
    margin: 0 auto 25px;
  }
  .lpgas-fee p:after {
    font-size: 1.4rem;
    bottom: -20px;
	}
	.lpgas1 {
    margin: 0 0 30px;
    padding: 0 0 33px
  }
	.lpgas1-right h4 {
    font-size: 4vw;
  }
  .lpgas1-right p {
    margin: -8px 0 22px;
    font-size: 3.4vw;
    line-height: 5.6vw;
	}
	.lpgas2 {
    margin: 0 0 24px;
	}
	.lpgas2-left table tr th, .lpgas2-left table tr td {
	  font-size: 3.6vw;
	  padding: 10px;
	}
  .lpgas-85price p {
    font-size: 3.4vw;
    line-height: 5vw;
    padding: 2px;
    width: 124px;
    height: 68px;
    color: #fff;
  }
	.lpgas-85price table th {
	  font-size: 3vw;
	}
	.lpgas-85price table td {
	  font-size: 3vw;
	}
	.lpgas-85price table td:nth-of-type(2) {
    line-height: 4vw;
	}
	.lpgas-85price+p {
    font-size: 3.4vw;
    line-height: 5.6vw;    
    margin: 26px 0 0;
	}
	.lpgas-gold {
		display: block;
		text-align: center;
	}
	.lpgas-gold img {
		margin: 0 0 20px;
	}
	.lpgas-gold p {
		text-align: left;
	}
	#service3 .service-top-box p:last-of-type, .lpgas-gold {
    font-size: 3.4vw;
    line-height: 5.6vw; 
	}
	.area-map {
		width: 360px;
		min-height: 480px;
		top: auto;
		bottom: 60px;
		right: 0px;
		left: 0;
		margin: 0 auto;
	}
	.animation {
		top: 370px;
		right: 80px;
	}
	.animation2 {
		top: 400px;
		right: 60px;
	}
	.takarabe-supply {		
    width: 100%;
    padding: 6vw;
    margin: 30px 0 300px;
  }
	.takarabe-supply dl {
    font-size: 3.4vw;
    line-height: 5.6vw;
	}
	.takarabe-supply dl dd {
    font-size: 3.4vw;
    line-height: 5.6vw;    
    letter-spacing: 0.02em;
	}
	.takarabe-supply h2 {
    font-size: 4vw;
  }
  #service4 .service-under-box {
    margin: 30px 0 0;
  }
  .gaslook-e {
  	align-items: flex-start;
  	margin: 30px 0 0;
  }
  .gaslook-e-left img {
    width: 130px;
    margin: 0 auto 30px;
  }
  .gaslook-e-img {
    min-width: 40px;
    height: 40px;
  }
	.gaslook-e h4 {
	  font-size: 4vw;
	  line-height: 5.8vw;
    margin: -5px 0 0;
	}
	.gaslook-e p {
    font-size: 3.4vw;
    line-height: 5.6vw;
    margin: 10px 0 -4px;
	}
	.gaslook-entry-outer {
    margin: 30px 0 0
  }
  .gaslook-entry summary {
    font-size: 3.6vw;
  }
	.gaslool-entry-process {
	  padding: 5vw;
	}
	.process-box {
    margin: 20px 0 0;
	}
	.process-item h4 {
    font-size: 4vw;
    line-height: 5.4vw;
    margin: 0;
    text-align: center;
	}
	.process-item:first-of-type h4 {
		text-align: left;
	}
  .process-txt a {
    font-size: 3vw;
    line-height: 4vw;
    padding: 10px;
    letter-spacing: 0.02em;
  }
  .process-box p {
    font-size: 3.4vw;
    line-height: 5.6vw;
  }
  .process2 {
    margin: 30px 0 0;
	}
	.process2 .process-txt a {
    margin: 30px 0 0;
  }
  .faq {
	  font-size: 4vw;
	  line-height: 5.8vw;
    padding: 10px 20px;
  }
  .faq:before {
  	top: 10px;
  }
  #service5 .summary, #service5 .summary-next {
    font-size: 3.4vw;
    line-height: 5.6vw;
    padding: 10px 35px;
  }
  #service5 .summary:before,
  #service5 .summary-next:before {
    font-size: 3.4vw;
    left: 15px;
    top: 15px;
  }
  .faq:last-of-type {
    margin: 30px 0 0;
  }
	#service6 .service-under-box {
	  margin: 26px 0 30px;
	}
  #service6 .service-under-box dl {
  	padding: 6vw;
  }
  #service6 .service-under-box dl dt, #service7 ul li h4 {
	  font-size: 4vw;
	  line-height: 5.8vw;
    margin: -5px 0 0;
  }
  #service6 .service-under-box dl dd, #service7 ul li p {
    font-size: 3.4vw;
    line-height: 5.6vw;
    margin: 2px 0 -8px;
  }
  .img119 {
    min-width: 40px;
    min-height: 40px;
    margin: 10px 15px 0 0;
  }
  .img119 img {
    height: 35px;
  }
  .img119:after {
    width: 40px;
    height: 40px;
  }
  #service7 ul {
    margin: 26px 0 0;
	}
	#service7 ul li {
    padding: 6vw 6vw 6vw 60px;
  }
  #service7 ul li:before {
    width: 35px;
    height: 35px;
    left: 15px;
    top: 20px;
  }
  #service7 ul li:nth-of-type(1):after {
    left: 23px;
  }
  #service7 ul li:after {
    font-size: 1.8rem;
    left: 21px;
    top: 29px;
  }
  #service8 .service-under-box p {
    font-size: 3.6vw;
    line-height: 5.4vw;
    margin: 24px 0;
	}
	
	#gas1 .service-under-box {
    margin: 25px 0 0;
	}
	#gas1 .service-under-box p {
    font-size: 3.4vw;
    line-height: 5.6vw;
    margin: 26px 0;
	}
	.modalWrapper {
		padding: 20px;
	}
	.gas-item-box {
		margin: 30px 0 0;
	}
	.gas-item-box ul li h4 {
	  font-size: 4.6vw;
	  line-height: 5.8vw;
	  margin: 20px 0 15px;
	}
	.gas-item-box ul li h4 span {
    font-size: 3.4vw;
	}
	.gas-item-box ul li p {
    font-size: 3.4vw;
    line-height: 5.6vw;		
	}
	.gas-item-box ul li,
	.gas-item-box ul li:nth-of-type(3) {
		margin: 0 0 30px;
	}

	.about-message {
	  padding: 60px 0;
	}
  .message-box {
    margin: 30px 0 0;
  }
	.ceo-box p {
	  font-size: 2.8vw;
	}
	.ceo-message {
	  margin: 30px 0 0;
	}
	.ceo-message p {
    font-size: 3.4vw;
    line-height: 5.6vw;
	}
	.ceo-message h4 {
    font-size: 4.6vw;
  }
  .ceo-message p span {
    font-size: 3.6vw;
  }
  #about2 dl dt,#about2 dl dd {
    font-size: 3.4vw;
    line-height: 5.6vw;
  }
  #about3 .gaslook-entry summary {
    font-size: 3.6vw;
    padding: 30px 30px 30px 60px;
  }
  #about3 .gaslook-entry summary:before {
    font-size: 3vw;
    width: 32px;
    height: 20px;
    line-height: 17px;
    left: 20px;
    top: 38%;
  }
	#about3 .gaslook-entry:first-of-type {
	  margin: 26px 0 20px;
	}
	#about3 .icon {
    right: 20px;
    top: 42%;
	}
	#about3 .gaslool-entry-process {
    padding: 5vw;
  }
  .approve-box h4,.iso h4 {
    margin: -4px 0;
    font-size: 3.6vw;
    line-height: 5.4vw;
	}
	.approve-box p {
    margin: 12px 0 -4px;
    font-size: 3.4vw;
    line-height: 5.6vw;
  }
  .approve-left {
  	margin: 10px 0 0;
  }
  .iso ul li {
    font-size: 3.2vw;
    line-height: 5vw;
  }
  .iso {
    margin: 10px 0 0;
    padding: 30px 0 0;
	}
	.license-link {
    margin: 10px 0 0;
    padding: 30px 0 0;
  }
	.license-link ul li a {
    font-size: 3.6vw;
    line-height: 5.4vw;
	}
	.sdgs-txt {
		display: block;
		margin: 26px 0 30px;
	}
	.sdgs-logo {
    margin: 0 0 20px;
    text-align: center;
  }
  .sdgs-slide p {
    font-size: 3.4vw;
    line-height: 5.6vw;
    margin: 16px 0 -4px;
  }
  .sdgs-block {
    padding: 6vw;
  }
  .sdgs-block-left h4 {
    margin: -4px 0;
    font-size: 4vw;
    line-height: 5.4vw;
    letter-spacing: 0.02em;
	}
	.sdgs-block-left p {
    font-size: 3.4vw;
    line-height: 5.6vw;
    margin: 16px 0 -4px;
	}
	.sdgs-block-right img {
	  width: calc(100% / 3 - 4px);
	  margin: 0 2px 4px;
	}
	.sdgs-slide a {
	  font-size: 3.6vw;
    line-height: 5.4vw;
	}
	#about5 .service-under-box {
		display: block;
	}
	.takarabe-left {
    text-align: center;
    margin: 20px 0;
	}
	.takarabe-left img {
	  margin: 0;
	}
	.takarabe-right p {
    font-size: 3.4vw;
    line-height: 5.6vw;
    margin: -4px 0;
	}

	.u-side-big .u-toc-list li:first-of-type a, .u-side-big .u-toc-list li a {
	  padding: 11px 0;
    margin: 0 0 15px;
	}
	.u-side-big .u-toc-item-text {
    font-size: 3.6vw;
  }
  .t-news-list .t-news-ttl {
    margin: 10px 0 0;
    font-size: 4vw;
    line-height: 5.2vw;
  }
  .u-news-list .u-box-contents.last-under {
	  /*padding: 60px 6vw 250px;*/
	}
	.u-news-list-container .u-box-contents.last-under {
		padding: 60px 6vw 150px;
	}
	.year-head {
    font-size: 4vw;
  }
  .year-archive {
    margin: 0;
  }
	.nav-links {
    margin: 40px auto 0;
	}
	.u-news .t-news-tag {
    margin: 0px 15px;
    padding: 6px 17px;
  }
	.u-news ul li a:after {
		width: 14px;
		height: 12px;
	}
	.under-detail-bread {
		margin: 30px 0 0;
	}
	.u-news-detail-ttl .bread {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }
  .u-news-detail-ttl .bread ul li:nth-of-type(3) {
    width: 100%;
	}
	.recruit-title {
    font-size: 4vw;
    line-height: 5.8vw;
	}
	.recruit-message {
    font-size: 3.4vw;
    line-height: 5.6vw;
	}
	.u-n-detail-side .u-toc a {
    font-size: 3.4vw;
    padding: 0 0 0 40px;
  }
	.u-n-detail-side .u-toc a:before {
		width: 30px;
		height: 30px;
	}
	.u-n-detail-side .u-toc a:after {
	  width: 14px;
	  height: 12px;
	  top: 2px;
    left: 8px;
	}
	.news-detail-ttl time {
    font-size: 3.4vw;
  }
	.news-detail-ttl .t-news-ttl {
	  margin: 15px 0 0;
	  font-size: 5.5vw;
	  line-height: 7.2vw;
	}
	.news-detail-content p,
	.news-detail-content figure {
    font-size: 3.4vw;
    line-height: 5.6vw;
    margin: 30px 0 0;
  }
	.t-news-list ul li a {
	  padding: 20px 60px 20px 10px;
	}
  .posts-navigation {
    margin: 40px 0 0;
  }
  .nav-previous a, .nav-next a {
    font-size: 3.4vw;
    padding: 25px 0 25px 35px;
  }
  .nav-next a {
    padding: 25px 35px 25px 0;
	}

  .contact-main {
	  padding: 60px 0 250px;
	}
	.contact-h p {
    font-size: 4.4vw;
    line-height: 1;
	}
	.contact-h h2 {
    font-size: 5.6vw;
    line-height: 1;
    margin: 15px auto 24px;
  }
	.contact-txt p {
	  font-size: 3.4vw;
	  line-height: 5.6vw;
	}
	.contact-tel {
		width: 100%;
    margin: 24px auto 18px;
  }
  .contact-tel a {
    font-size: 9vw;
	}
	.contact-txt p.contact-fax {
    font-size: 5vw;
  }
  .table tr:first-of-type {
    margin: 30px 0 0;
	}
	.table tr th,.privacy-h {
    font-size: 4vw;
  }
  .radio-btns .wpcf7-list-item label span {
    font-size: 3.6vw;
  }
  .table tr td input,::placeholder,.privacy p {
    font-size: 3.4vw;
    line-height: 5.6vw;
  }
  .table tr td input {
    padding: 14px;
  }
  .agree span {
    font-size: 3.6vw;
  }
  .move input[type="submit"] {
    width: 100%;
    height: auto;
    padding: 20px 0;
    font-size: 4vw;
  }

  .thanks {
    padding: 150px 0 0;
  }
  .thanks:after {    
  	width: 125px;
    height: 184px;
  }
  .thanks h3 {
    font-size: 12.5vw;
  }
  .thanks p {
    font-size: 3.4vw;
    line-height: 5.6vw;
    margin: 17px 0 26px;
  }

  .map-left, .map-right {
    width: calc(100%);
	}
	.sitemap>a {
    padding: 25px 15px;
    font-size: 4vw;
  }
  .map-left a, .map-right a {
    font-size: 4vw;
    line-height: 1;
    padding: 25px 0 15px 15px;
  }
  .map-left ul, .map-right ul {
    padding: 0 0 25px;
  }
  .map-left ul li a, .map-right ul li a {
    font-size: 3.4vw;
    line-height: 5.6vw;
    margin: 0 0 10px;
  }
  .map-right a.map-link {
    padding: 25px 0 25px 15px;
  }

}


@media print,screen and (max-width: 375px){
	.bread ul li, .bread ul li a {
	  line-height: 5vw;
	  letter-spacing: 0.02em;
	}
	.bread ul li:after {
	  line-height: 5vw;
	}
  .area-map {
	  width: 320px;
	  min-height: 430px;
	  top: auto;
	  bottom: 60px;
	  right: 0px;
	  left: 0;
	  margin: 0 auto;
	}
	.animation {
	  top: 329px;
	  right: 60px;
	}
	.animation2 {
	  top: 355px;
	  right: 45px;
	}
	.takarabe-supply {
	  margin: 30px 0 260px;
	}
}

@media print,screen and (max-width: 360px){

  .lpgas2-left table tr th,.lpgas2-left table tr td.basegasprice {
  	width: 80px;
  }

}







