:root {
	--font-family-base: "Noto Sans JP", sans-serif;
}

:root {
	--font-weight-regular: 400;
	--font-weight-normal: 500;
	--font-weight-bold: 700;
}

:root {
	--black: #000;
	--white: #fff;
	--red: #E00000;
	--orange: #FF8B03;
	--light-blue: #0EC8C5;
	--gray: #F7F7F7;
	--green: #4EC762;
}

:root {
	--z-index-header: 100;
	--z-index-to-top: 200;
	--z-index-drawer: 1000;
	--z-index-modal: 10000;
}

body {
	color: var(--black);
	font-family: var(--font-family-base);
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	word-wrap: anywhere;
	line-break: strict;
	line-height: 1.5;
	margin: 0;
	min-height: 100vh;
	overflow-wrap: anywhere;
	text-rendering: optimizeLegibility;
	word-break: normal;
}

ul,
ol,
button,
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
time,
small {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

a,
span,
button {
	display: inline-block;
}

small,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

address {
	font-style: normal;
}

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

article > * + * {
	margin-top: 1em;
}

input,
button,
textarea,
select {
	font: inherit;
}

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: 0.3s;
}

button {
	color: inherit;
}

a {
	-webkit-tap-highlight-color: transparent;
}

button {
	-webkit-tap-highlight-color: transparent;
}

.company-title {
	background-color: var(--orange);
	color: #FFF;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 0.34375rem 1.4375rem;
}

/* ===============================================
# company-message
=============================================== */

.company-message {
	margin-top: 2.125rem;
}

.company-message__content {
	display: flex;
	flex-direction: column;
	gap: 2.4375rem;
}

.company-message__text {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.66667;
}

/* ===============================================
  # company-overview
  =============================================== */

.company-overview {
	margin-top: 5.0625rem;
}

.company-overview__table {
	margin-top: 1.4375rem;
}

.company-overview__row {
	display: grid;
	grid-template-columns: 1fr;
}

.company-overview__label {
	background-color: #FFB966;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 0.796875rem 0.5625rem;
}

.company-overview__value {
	background-color: var(--gray);
	border: 1px solid #FFF;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2.66667;
	padding: 0.25rem 0.5625rem;
}

/* ===============================================
  # company-locations
  =============================================== */

.company-locations {
	margin-top: 6.4375rem;
}

.company-locations__list {
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1fr;
	margin-top: 1.625rem;
}

.company-locations__title {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.company-locations__map {
	margin-top: 0.625rem;
}

.company-locations__map iframe {
	aspect-ratio: 390/233;
	height: auto;
	vertical-align: bottom;
	width: 100%;
}

.company-locations__info {
	display: flex;
	flex-direction: column;
	gap: 1.125rem;
	margin-top: 0.9375rem;
}

.company-locations__address {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.company-locations__contact {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}

/* ===============================================
# company-banner
=============================================== */

.company-banner {
	margin-top: 3.625rem;
}

.company-banner__img-wrap {
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.company-banner__link {
	transition: opacity 0.3s ease;
}

.company-banner__img {
	-o-object-fit: contain;
	object-fit: contain;
}

.company-top-link {
	display: flex;
	justify-content: center;
	margin-top: 4.875rem;
	padding-bottom: 4.875rem;
}

.contact-form {
	margin-top: 2.875rem;
}

.contact-form__text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2.66667;
}

.contact-form__form {
	margin-top: 2.6875rem;
}

/* ===============================================
# form
=============================================== */

.form__list {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.form__item {
	display: grid;
}

.form__label {
	align-items: center;
	display: flex;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.form__label-required {
	border: 1px solid var(--orange);
	border-radius: 6px;
	color: var(--orange);
	font-family: "Inter", sans-serif;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1;
	margin-left: 0.5625rem;
	padding: 0.1875rem 0.375rem;
}

.form__label-required--confirm {
	margin-left: -0.1875rem;
}

.form__label-note {
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.form__postal-code-wrap {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.form__input.form__input--postal input {
	width: 6rem;
}

.form__input input::-moz-placeholder {
	color: #C6C6C6;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.form__input input::placeholder {
	color: #C6C6C6;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.form__input input,
.form__input textarea {
	background: #FFF;
	border: 1px solid #666;
	border-radius: 10px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0.875rem 0.625rem 0.875rem 1.4375rem;
	width: 100%;
}

.form__input textarea {
	height: 205px;
}

.form__hyphen {
	font-size: 1rem;
	font-weight: 500;
}

.form__checkbox-group {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

.form__checkbox-item-text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	padding-left: 1.625rem;
	position: relative;
	transition: color 0.2s ease;
}

.form__checkbox-item-text::before {
	aspect-ratio: 1/1;
	background: #fff;
	border: 1px solid #666;
	border-radius: 50%;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.form__checkbox-item-text::after {
	aspect-ratio: 1/1;
	background: var(--orange);
	border: 1px solid transparent;
	border-radius: 50%;
	content: "";
	left: 0.25rem;
	opacity: 0;
	padding: 0.125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.2s ease;
	width: 0.5rem;
}

.form__checkbox-item input[type=checkbox]:checked + .form__checkbox-item-text {
	color: var(--orange);
}

.form__checkbox-item input[type=checkbox]:checked + .form__checkbox-item-text::after {
	opacity: 1;
}

.form__submit {
	display: flex;
	gap: 2.5625rem;
	justify-content: center;
	margin-top: 4.25rem;
}

.form__submit-btn {
	align-items: center;
	background-color: var(--orange);
	border: 2px solid var(--orange);
	border-radius: calc(infinity * 1px);
	border-radius: 50px;
	color: #FFF;
	display: inline-flex;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.3em;
	line-height: 1;
	min-width: 18.75rem;
	padding: 1.84375rem 0.625rem;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.back-link {
	align-items: center;
	background-color: var(--gray);
	border: 2px solid transparent;
	border-radius: calc(infinity * 1px);
	border-radius: 50px;
	color: var(--orange);
	display: inline-flex;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.3em;
	line-height: 1;
	padding: 1.84375rem 0.625rem;
	transition: color 0.2s ease, background-color 0.2s ease;
}

input:user-invalid,
textarea:user-invalid {
	border: 1px solid red;
}

textarea:user-invalid + .error-message {
	display: block;
}

.error-message,
.format-error-message,
.email-mismatch-error {
	color: red;
	display: none;
	flex-basis: 100%;
	font-size: 0.9rem;
	margin-top: 5px; /* これでこの要素だけ折り返し */
}

input:user-invalid + .error-message {
	display: block;
}

input:invalid:not(:-moz-placeholder-shown) + .format-error-message {
	display: block;
}

input:invalid:not(:placeholder-shown) + .format-error-message {
	display: block;
}

.form__top-link-wrap {
	display: flex;
	justify-content: center;
	margin-top: 3.4375rem;
	padding-bottom: 2.875rem;
}

.form__checkbox-group:has(input:required:user-invalid) .error-message {
	display: block;
}

/* ===============================================
# お問い合わせ確認
=============================================== */

.contact-form__form.contact-form__form--confirm {
	margin-top: 6.25rem;
}

.form__list--confirm {
	display: flex;
	flex-direction: column;
	gap: 2.4375rem;
}

.form__list--confirm .form__label {
	pointer-events: none;
}

.contact-thanks {
	margin-top: 2.875rem;
}

.contact-thanks__title {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.66667;
}

.contact-thanks__text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2.66667;
	margin-top: 1.0625rem;
}

.contact-thanks__top-link {
	display: flex;
	justify-content: center;
	margin-top: 6.375rem;
	padding-bottom: 2.875rem;
}

.contact {
	margin-top: 2.875rem;
}

.contact__text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2.66667;
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.contact__banner-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
	margin-top: 1.0625rem;
}

.contact__banner-link {
	display: block;
	transition: opacity 0.3s ease;
}

.contact__banner-img {
	height: auto;
}

.contact__emergency {
	margin-top: 4.9375rem;
}

.contact__emergency-content {
	background-color: var(--gray);
	border: 3px dashed var(--red);
	padding: 2.1875rem 0.75rem 2.5rem 0.75rem;
}

.contact__emergency-title {
	color: var(--red);
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2;
	text-align: center;
}

.contact__emergency-title-line {
	position: relative;
}

.contact__emergency-title-line::before {
	background-color: var(--red);
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	translate: -50% 0;
	width: calc(100% + 2rem);
}

.contact__emergency-text {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.66667;
	margin-top: 0.9375rem;
	text-align: center;
}

.contact__emergency-tel {
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 1.5rem;
}

.contact__emergency-label {
	background-color: #FFE1E1;
	color: var(--red);
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 500;
	height: -moz-fit-content;
	height: fit-content;
	letter-spacing: 0.1em;
	padding: 0.34375rem 1.875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.contact__emergency-list {
	margin-top: 1.4375rem;
}

.contact__emergency-item {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.contact__emergency-tel-link {
	font-weight: 500;
}

.contact__top-link {
	display: flex;
	justify-content: center;
	margin-top: 4.4375rem;
	padding-bottom: 2.875rem;
}

.faq {
	margin-top: 3.1875rem;
}

.faq__item {
	border-bottom: 1px dashed #000;
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
	transition: padding 0.3s ease;
}

.faq__item-question-btn {
	display: grid;
	grid-template-columns: max-content 1fr max-content;
	transition: opacity 0.3s ease;
	width: 100%;
}

.faq__item-question-icon {
	aspect-ratio: 1/1;
	background-color: var(--light-blue);
	color: #FFF;
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 0.25rem;
	width: 1.9375rem;
}

.faq__item-question-text {
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2.667;
	margin-left: 1.25rem;
	padding-right: 1.25rem;
	text-align: left;
}

.faq__item-question-toggle-icon {
	background-color: #000;
	height: 0.125rem;
	position: relative;
	top: 1.25rem;
	width: 1.3125rem;
}

.faq__item-question-toggle-icon::before {
	background-color: #000;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	rotate: 90deg;
	top: 50%;
	transition: rotate 0.3s ease;
	translate: -50% -50%;
	width: 100%;
}

.faq__item.is-open .faq__item-question-toggle-icon::before {
	rotate: 0deg;
}

.faq__item-answer {
	display: grid;
	grid-template-columns: max-content 1fr;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.faq__item-answer.is-open {
	max-height: 100%;
}

.faq__item-answer-icon {
	align-items: center;
	aspect-ratio: 1/1;
	background-color: #FFF;
	border: 2px solid var(--light-blue);
	color: var(--light-blue);
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	margin-top: 0.25rem;
	margin-top: 0.9375rem;
	width: 1.9375rem;
}

.faq__item-answer-text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2.667;
	margin-left: 1.25rem;
	margin-top: 0.625rem;
}

.faq__item-answer-link {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	transition: color 0.3s ease;
}

.faq__top-link-wrap {
	display: flex;
	justify-content: center;
	margin-top: 5.375rem;
	padding-bottom: 2.875rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.mv {
	height: 100%;
}

.mv__img {
	height: auto;
}

.news-blog {
	margin-top: 2.75rem;
}

.news-blog__mv-img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
}

.news-blog__category {
	margin-top: 2.4375rem;
}

.news-blog__category-btn {
	color: #000;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	width: 100%;
}

.news-blog__category-btn.is-open .news-blog__category-btn-text::after {
	transform: rotate(-180deg);
}

.news-blog__category-btn-text {
	position: relative;
}

.news-blog__category-btn-text::after {
	-webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
	aspect-ratio: 1/0.86603;
	aspect-ratio: 1/cos(30deg);
	background-color: #000;
	clip-path: polygon(50% 100%, 100% 0, 0 0);
	content: "";
	position: absolute;
	right: -1.25rem;
	top: 50%;
	transition: transform 0.4s ease;
	translate: 0 -50%;
	width: 0.875rem;
}

.news-blog__category-list {
	gap: 1rem;
	margin-top: 1.5rem;
}

.news-blog__category-list.is-open {
	transition: max-height 0.4s ease;
}

.news-blog__category-item {
	width: -moz-fit-content;
	width: fit-content;
}

.news-blog__category-link {
	align-content: center;
	background-color: transparent;
	color: #000;
	display: grid;
	font-size: 0.875rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.1em;
	min-width: 7.3125rem;
	padding: 0.34375rem 1.4375rem;
	place-content: center;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.news-blog__category-link.is-current {
	background-color: var(--red);
	color: #FFF;
}

.news-blog__list {
	display: grid;
	gap: 4.375rem;
	grid-template-columns: 1fr;
	margin-top: 2.4375rem;
}

.news-blog__item {
	background-color: var(--gray);
	display: block;
}

.news-blog__item-link {
	display: block;
	transition: opacity 0.3s ease;
}

.news-blog__item-thumbnail-wrap {
	border-radius: 18.416px 18.416px 0px 0px;
	overflow: hidden;
}

.news-blog__item-thumbnail {
	-o-object-fit: cover;
	aspect-ratio: 290.973/198.893;
	border-radius: 18.416px 18.416px 0px 0px;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.news-blog__item-content {
	padding: 0.86325rem 1.024875rem;
}

.news-blog__item-meta {
	align-items: center;
	display: flex;
	gap: 0.625rem;
}

.news-blog__item-category {
	background-color: var(--cat-color, #E00000);
	color: #FFF;
	font-size: 0.690625rem;
	font-weight: 500;
	letter-spacing: 0.0499547511em;
	padding: 0.244rem 0.9208125rem;
}

.news-blog__item-date {
	font-size: 0.690625rem;
	font-weight: 500;
	letter-spacing: 0.0499547511em;
}

.news-blog__item-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 0.86325rem;
	font-weight: 500;
	letter-spacing: 0.0500289603em;
	line-height: 1.484;
	margin-top: 0.7175rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-blog__item-excerpt {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #111;
	display: -webkit-box;
	font-size: 0.690625rem;
	font-weight: 400;
	letter-spacing: 0.0499547511em;
	line-height: 1.855;
	margin-top: 0.7175rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-blog__pagination {
	margin-top: 4.349375rem;
}

.news-blog-top-link-wrap {
	display: flex;
	justify-content: center;
	margin-top: 6.4375rem;
	padding-bottom: 2.875rem;
}

.not-found {
	margin-top: 2.5rem;
}

.not-found__title {
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

.not-found__text {
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 1.25rem;
}

.not-found__top-link-wrap {
	display: flex;
	justify-content: center;
	margin-top: 3.75rem;
	padding-bottom: 2.875rem;
}

.privacy-policy {
	margin-top: 2.875rem;
}

.privacy-policy__text {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.667;
}

.privacy-policy__text.privacy-policy__text--last {
	margin-top: 0.3125rem;
}

.privacy-policy__block {
	display: flex;
	flex-direction: column;
	gap: 1.5625rem;
	margin-top: 2.5rem;
}

.privacy-policy__title {
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.privacy-policy__top-link-wrap {
	display: flex;
	justify-content: center;
	margin-top: 6.25rem;
	padding-bottom: 2.875rem;
}

/* ===============================================
# service-lp-ga
=============================================== */

.service-lp-gas {
	margin-top: 2.125rem;
}

.service-lp-gas__img {
	height: auto;
	width: 100%;
}

.service-lp-gas__content {
	display: flex;
	flex-direction: column;
	gap: 0.6875rem;
	margin-top: 2.125rem;
}

.service-lp-gas__catch {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.88;
}

.service-lp-gas__text {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.66667;
}

.service-lp-gas__detail {
	margin-top: 3.25rem;
}

.service-lp-gas__detail-title {
	background-color: var(--light-blue);
	color: #FFF;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 0.34375rem 1.4375rem;
}

.service-lp-gas__detail-section {
	background-color: var(--gray);
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 3.625rem;
}

.service-lp-gas__detail-section.service-lp-gas__detail-section--sale {
	margin-top: 1.8125rem;
}

.service-lp-gas__detail-section.service-lp-gas__detail-section--sale .service-lp-gas__detail-section-content {
	padding: 1.46875rem 0.75rem 3.5rem 0.75rem;
}

.service-lp-gas__detail-img-wrap {
	height: 100%;
}

.service-lp-gas__detail-img {
	-o-object-fit: cover;
	aspect-ratio: 350/231;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.service-lp-gas__detail-section-content {
	padding: 1.46875rem 0.75rem 2.25rem 0.75rem;
}

.service-lp-gas__detail-section-title {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}

.service-lp-gas__detail-section-title-text {
	position: relative;
}

.service-lp-gas__detail-section-title-text::before,
.service-lp-gas__detail-section-title-text::after {
	aspect-ratio: 1/1;
	background-color: var(--light-blue);
	border-radius: calc(infinity * 1px);
	content: "";
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 1.25rem;
}

.service-lp-gas__detail-section-title-text::before {
	left: -1.875rem;
}

.service-lp-gas__detail-section-title-text::after {
	right: -1.875rem;
}

.service-lp-gas__detail-section-text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2.66667;
	margin-top: 1.03125rem;
}

.service-lp-gas__detail-section-btn-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.4375rem;
	margin-top: 1.4375rem;
}

.service-lp-gas__detail-section-btn {
	align-items: center;
	background-color: #fff;
	border: 2px solid var(--light-blue);
	color: var(--light-blue);
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1.5;
	min-width: 18.4375rem;
	padding: 1.25rem 0.625rem;
	position: relative;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.service-lp-gas__detail-section-btn::after {
	background: url("../images/common/arrow-right-blue.svg") no-repeat center center/contain;
	content: "";
	height: 1.125rem;
	position: absolute;
	right: 1.5625rem;
	top: 50%;
	transition: background-image 0.3s ease, right 0.3s ease;
	translate: 0 -50%;
	width: 1.125rem;
}

.service-lp-gas__detail-section-btn.service-lp-gas__detail-section-btn--certificate {
	padding-right: 2.5rem;
}

.service-lp-gas__contact-btn-wrap {
	margin-top: 3.4375rem;
	text-align: center;
}

.service-contact-btn {
	align-items: center;
	background-color: var(--orange);
	border: 2px solid transparent;
	border-radius: calc(infinity * 1px);
	color: #FFF;
	display: inline-flex;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 0.625rem;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding: 1.5625rem 0.625rem;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.service-contact-btn::after {
	background: url("../images/common/arrow-right-orange.svg") no-repeat center center/cover;
	content: "";
	display: inline-block;
	height: 1.125rem;
	margin-top: 0.1875rem;
	transition: background-image 0.3s ease, transform 0.3s ease;
	width: 1.125rem;
}

/* ===============================================
# service-reform
=============================================== */

.service-reform {
	margin-top: 7.3125rem;
}

.service-reform__img {
	height: auto;
	width: 100%;
}

.service-reform__content {
	display: flex;
	flex-direction: column;
	gap: 0.6875rem;
	margin-top: 2.125rem;
}

.service-reform__catch {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.88;
}

.service-reform__text {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.66667;
}

.service-reform__gallery {
	background-color: var(--gray);
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 1.9375rem;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.service-reform__gallery-three-column {
	display: grid;
	gap: 0.4375rem;
	grid-template-columns: repeat(3, 1fr);
}

.service-reform__gallery-three-column .service-reform__gallery-img {
	aspect-ratio: 286.593/295;
}

.service-reform__gallery-img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.service-reform__gallery-two-column {
	display: grid;
	gap: 1.0625rem;
	grid-template-columns: repeat(2, 1fr);
}

.service-reform__gallery-two-column .service-reform__gallery-img {
	aspect-ratio: 424/273;
}

.service-reform-link-wrap {
	display: flex;
	justify-content: center;
	margin-top: 3.5625rem;
}

.service-reform__link {
	align-items: center;
	background-color: var(--green);
	border: 2px solid transparent;
	border-radius: calc(infinity * 1px);
	color: #FFF;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	gap: 0.625rem;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1.375;
	padding-bottom: 1.6875rem;
	padding-top: 1.6875rem;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.service-reform__link::after {
	background: url("../images/common/arrow-right-green.svg") no-repeat center center/cover;
	content: "";
	display: inline-block;
	height: 1.125rem;
	transition: background-image 0.3s ease, transform 0.3s ease;
	width: 1.125rem;
}

.service-reform-contact-btn-wrap {
	display: flex;
	justify-content: center;
	margin-top: 2.875rem;
}

.service-top-link-wrap {
	display: flex;
	justify-content: center;
	margin-top: 4.125rem;
	padding-bottom: 2.875rem;
}

.shop-info {
	margin-top: 3.875rem;
}

.shop-info__title {
	background-color: var(--green);
	color: #FFF;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 0.34375rem 1.4375rem;
}

.shop-info__list {
	display: flex;
	flex-direction: column;
	gap: 4.0625rem;
	margin-top: 1.8125rem;
}

.shop-info__item {
	display: grid;
	grid-template-columns: 1fr;
}

.shop-info__item-img {
	-o-object-fit: cover;
	aspect-ratio: 350.206/274;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.shop-info__item-title {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.shop-info__item-title-text {
	position: relative;
}

.shop-info__item-title-text::before,
.shop-info__item-title-text::after {
	aspect-ratio: 1/1;
	background-color: var(--green);
	border-radius: calc(infinity * 1px);
	content: "";
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 1.25rem;
}

.shop-info__item-title-text::before {
	left: -1.875rem;
}

.shop-info__item-title-text::after {
	right: -1.875rem;
}

.shop-info__item-text {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.66667;
	margin-top: 1.1875rem;
}

.single-news-blog {
	margin-top: 3.6875rem;
}

.single-news-blog__header {
	border-left: 4px solid var(--cat-color, #E00000);
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
	padding: 0.5rem 0 0.25rem 0.875rem;
}

.single-news-blog__title {
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.single-news-blog__date {
	color: #666;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.single-news-blog__mv {
	margin-top: 1.0625rem;
}

.single-news-blog__mv-img {
	-o-object-fit: cover;
	aspect-ratio: 350/262;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.single-news-blog__content {
	margin-top: 1.3125rem;
}

.single-news-blog__content h2 {
	font-size: 1.25rem;
	margin-top: 0.9375rem;
}

.single-news-blog__content h3 {
	font-size: 1.125rem;
	margin-top: 0.9375rem;
}

.single-news-blog__content h4 {
	font-size: 1rem;
	margin-top: 0.9375rem;
}

.single-news-blog__content h5 {
	font-size: 0.875rem;
	margin-top: 0.9375rem;
}

.single-news-blog__content p {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2.66667;
	margin-top: 1.3125rem;
}

.single-news-blog__content a {
	-webkit-text-decoration: underline currentColor;
	color: #0000ee;
	text-decoration: underline;
	text-decoration: underline currentColor;
	transition: opacity 0.3s ease-in-out;
}

.single-news-blog__content a:hover {
	opacity: 0.7;
}

.single-news-blog__content ul {
	margin-top: 0.9375rem;
}

.single-news-blog__content ul li {
	font-size: 0.9375rem;
	line-height: 1.5;
	padding-left: 1.25rem;
	text-indent: -1.125rem;
}

.single-news-blog__content ul li:not(:first-of-type),
.single-news-blog__content ol li:not(:first-of-type) {
	margin-top: 0.625rem;
}

.single-news-blog__content ul li::before {
	background-color: #000;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.4375rem;
	margin-right: 0.1875rem;
	margin-right: 0.4375rem;
	position: relative;
	top: -0.15625rem;
	width: 0.4375rem;
}

.single-news-blog__content ol {
	counter-reset: number;
	margin-top: 0.9375rem;
}

.single-news-blog__content ol li {
	font-size: 0.9375rem;
	line-height: 1.5;
	padding-left: 1.75rem;
	text-indent: -0.75rem;
}

.single-news-blog__content ol li::before {
	color: #000;
	content: counter(number) ".";
	counter-increment: number;
	display: inline-block;
	line-height: 1;
	margin-right: 0.4375rem;
}

.single-news-blog__content figure {
	margin-top: 1.25rem;
}

.single-news-blog__blog-top-link-wrap {
	display: flex;
	justify-content: center;
	margin-top: 4.875rem;
}

.single-news-blog__top-link-wrap {
	display: flex;
	justify-content: center;
	margin-top: 3.625rem;
	padding-bottom: 2.875rem;
}

.top-banner {
	margin-top: 5.1875rem;
}

.top-banner__list {
	display: flex;
	flex-direction: column;
	gap: 3.125rem;
}

.top-banner__link {
	display: block;
	transition: opacity 0.3s ease;
}

.top-banner__img {
	height: auto;
}

/* ===============================================
# top-banner-two
=============================================== */

.top-banner-two {
	margin-top: 3.125rem;
}

.top-banner-two__list {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
}

.top-banner-two__link {
	display: block;
	transition: opacity 0.3s ease;
}

.top-banner-two__img {
	height: auto;
}

/* ===============================================
# top-banner-contact
=============================================== */

.top-banner-contact {
	margin-top: 3.0625rem;
	padding-bottom: 3.5rem;
}

.top-banner-contact__link {
	transition: opacity 0.3s ease;
}

.top-banner-contact__img {
	height: auto;
}

.top-news {
	margin-top: 2.8125rem;
}

.top-news__content {
	background-color: var(--gray);
	padding: 2.5625rem calc(50cqi - 50%) 2rem calc(50cqi - 50%);
}

.top-news__title {
	border-left: 0.1875rem solid var(--red);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
	padding-left: 0.8125rem;
}

.top-news__list {
	margin-top: 1rem;
}

.top-news__item-link {
	border-bottom: 1px dashed #000;
	display: grid;
	grid-template-columns: 6.6875rem auto;
	padding: 1.3125rem 0.875rem;
}

.top-news__date {
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	transition: color 0.3s ease;
}

.top-news__item-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.3s ease;
}

.top-news__link-wrap {
	margin-top: 1.9375rem;
	text-align: right;
}

.top-news__link {
	align-items: center;
	display: inline-flex;
	gap: 0.375rem;
}

.top-news__link-text {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.42857;
	transition: color 0.3s ease;
}

.top-news__link-arrow {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	transition: color 0.3s ease, transform 0.3s ease;
}

.top-news__item-title.top-news__item-title--no-news {
	margin-top: 2.5rem;
}

/* ===============================================
# フェードアニメーション：IntersectionObserver
=============================================== */

/* 上方向にスライド */

.js-fade-up {
	opacity: 0;
	transition: opacity 0.7s ease, translate 0.7s ease;
	translate: 0 50px;
}

.js-fade-up.is-active {
	opacity: 1;
	translate: 0 0;
}

:root {
	--delay-1: 0.1s;
	--delay-2: 0.2s;
	--delay-3: 0.3s;
	--delay-4: 0.4s;
}

.--delay-1 {
	transition-delay: var(--delay-1);
}

.--delay-2 {
	transition-delay: var(--delay-2);
}

.--delay-3 {
	transition-delay: var(--delay-3);
}

.--delay-4 {
	transition-delay: var(--delay-4);
}

.footer {
	padding-bottom: 2.86375rem;
	padding-top: 2.8125rem;
}

.footer__logo {
	text-align: center;
}

.footer__logo-link {
	transition: opacity 0.3s ease;
	width: 18.375rem;
}

.footer__logo-img {
	-o-object-fit: contain;
	object-fit: contain;
}

.footer__nav {
	margin-top: 0.93625rem;
}

.footer__nav-list {
	align-items: center;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.footer__nav-item {
	display: block;
	width: 100%;
}

.footer__nav-link {
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	padding-bottom: 1.03125rem;
	padding-top: 1.03125rem;
	text-align: center;
	transition: color 0.3s ease;
	width: 100%;
}

.footer__login {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1rem;
	padding-top: 0.93625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.footer__privacy-link {
	font-size: 0.875rem;
	font-weight: 350;
	letter-spacing: 0.05em;
	line-height: 1.8;
	padding-bottom: 0.96875rem;
	padding-top: 0.96875rem;
	text-align: center;
	transition: color 0.3s ease;
	width: 100%;
}

.footer__copyright {
	margin-top: 1rem;
	text-align: center;
}

.footer__copyright-text {
	font-size: 0.75rem;
	font-weight: 350;
	letter-spacing: 0.0583333333em;
	line-height: 1.8;
}

.header {
	background-color: #FFF;
	bottom: auto;
	height: -moz-fit-content;
	height: fit-content;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: top 0.5s ease;
	z-index: var(--z-index-header);
}

.header.is-scroll {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.06);
}

.header__content {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	height: 4.1875rem;
	justify-content: space-between;
	padding: 0 1.5rem 0 1.375rem;
}

.header__logo-link {
	display: block;
	transition: opacity 0.3s ease;
}

.header__logo {
	width: 13.6875rem;
}

.header__logo-img {
	-o-object-fit: contain;
	aspect-ratio: 415/57;
	height: 100%;
	object-fit: contain;
}

.header__right {
	align-items: center;
	display: flex;
	gap: 1.25rem;
}

.header__login {
	transition: opacity 0.2s ease, visibility 0.2s ease;
	transition-delay: 0.2s;
}

.header__login.is-hidden {
	opacity: 0;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	transition-delay: 0s;
	visibility: hidden;
}

.header__nav {
	background-color: var(--light-blue);
	height: -moz-fit-content;
	height: fit-content;
	margin-top: 4.1875rem;
	transition: top 0.5s ease;
}

.header__nav-item {
	display: block;
	height: 2.875rem;
}

.header__nav-link {
	align-items: center;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: 2.1875rem max-content;
	height: 100%;
	transition: opacity 0.3s ease;
}

.header__nav-icon {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
}

.header__nav-icon--company {
	width: 1.875rem;
}

.header__nav-icon--service {
	width: 1.3195rem;
}

.header__nav-icon--recruit {
	width: 1.625rem;
}

.header__nav-icon--faq {
	width: 2rem;
}

.header__nav-icon--contact {
	width: 2rem;
}

.header__nav-label {
	color: #FFF;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.15em;
}

/* ===============================================
# ハンバーガーメニュー
=============================================== */

.header__hamburger {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	pointer-events: auto;
	transition: width 0.5s;
	width: 100%;
	width: 1.967875rem;
}

.header__hamburger .header__hamburger-line {
	background-color: #000;
	height: 2px;
	transition: 0.5s ease;
	width: 100%;
}

.header__hamburger .header__hamburger-line:not(:first-child) {
	margin-top: 5px;
}

.header__hamburger.is-open .header__hamburger-line:nth-of-type(1) {
	rotate: 45deg;
	translate: 0 11.5px;
}

.header__hamburger.is-open .header__hamburger-line:nth-of-type(2) {
	opacity: 0;
	visibility: hidden;
}

.header__hamburger.is-open .header__hamburger-line:nth-of-type(3) {
	rotate: -45deg;
	translate: 0 -3px;
}

.header__hamburger.is-open .header__hamburger-text {
	opacity: 0;
	visibility: hidden;
}

.header__hamburger-text {
	font-size: 0.6214375rem;
	font-weight: 700;
	letter-spacing: 0.0583324952em;
	margin-top: 0.1875rem;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	white-space: nowrap;
}

/* ===============================================
# ドロワー
=============================================== */

.drawer {
	background: var(--bg-color);
	height: -moz-fit-content;
	height: fit-content;
	max-height: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 4.1875rem;
	transition: max-height 0.5s ease;
	width: 100%;
	z-index: var(--z-index-drawer);
}

.drawer.is-open {
	max-height: 100%;
	transition: max-height 0.8s ease;
}

.drawer__body {
	height: -moz-fit-content;
	height: fit-content;
	width: 100%;
}

.drawer__list {
	background-color: var(--gray);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 2.3125rem;
	padding-top: 0;
}

.drawer__item {
	display: block;
	text-align: center;
	width: 100%;
}

.drawer__link {
	background-color: var(--gray);
	color: var(--orange);
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: 100%;
	letter-spacing: 0.15em;
	line-height: 1;
	padding-bottom: 1.1875rem;
	padding-top: 1.1875rem;
	transition: background-color 0.1s ease, color 0.1s ease;
}

.drawer__link.is-current {
	background-color: var(--orange);
	color: #FFF;
}

.drawer__item--login {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5625rem;
	max-width: 12.1875rem;
}

.login-btn {
	align-items: center;
	background-color: var(--green);
	display: flex;
	height: 100%;
	justify-content: center;
	line-height: 1;
	min-height: 2.75rem;
	padding-left: 1.8125rem;
	padding-right: 2rem;
	position: relative;
}

.login-btn::before {
	background-color: transparent;
	border: 0.0625rem solid #fff;
	content: "";
	height: calc(100% - 0.625rem);
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: calc(100% - 0.625rem);
}

.login-btn__text {
	color: #FFF;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	position: relative;
	text-align: center;
}

.login-btn__text::after {
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	content: "";
	height: 6px;
	position: absolute;
	right: -0.75rem;
	rotate: 45deg;
	top: calc(50% + 0.0625rem);
	transition: right 0.3s ease;
	translate: 0 -50%;
	width: 6px;
}

.pagination {
	-moz-column-gap: clamp(8px, -35.75px + 12.5vw, 13px);
	align-items: center;
	column-gap: clamp(8px, -35.75px + 12.5vw, 13px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 0.9375rem;
}

.pagination .page-link {
	background-color: #fff;
}

.pagination .page-link,
.pagination .current-page {
	align-items: center;
	border: 2px solid var(--gray);
	border-radius: 5px;
	color: var(--orange);
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	height: 2.875rem;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
	width: 2.875rem;
}

.pagination .current-page {
	background-color: var(--orange);
	border: 2px solid var(--orange);
	color: #fff;
}

.pagination .dots {
	color: var(--orange);
	font-size: 18px;
}

.pagination .prev,
.pagination .next {
	align-items: center;
	background-color: #fff;
	border: 2px solid var(--gray);
	border-radius: 5px;
	color: var(--orange);
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	height: 2.875rem;
	justify-content: center;
	letter-spacing: 0.05em;
	transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
	width: 2.875rem;
}

.post-navigation {
	align-items: center;
	display: grid;
	gap: 3.375rem;
	grid-template-columns: 1fr;
	margin-top: 3.375rem;
}

.prev-post {
	align-items: center;
	display: grid;
	gap: 1.375rem;
	grid-template-columns: max-content auto;
}

.post-title {
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2;
	transition: color 0.3s;
}

.next-post {
	align-items: center;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: auto max-content;
	text-align: right;
}

.prev-arrow {
	transform: scale(-1, 1);
}

.prev-arrow,
.next-arrow {
	aspect-ratio: 26/51;
	background: url("../images/news-blog/arrow-right.svg") no-repeat center center/contain;
	transition: translate 0.3s;
	width: 1.625rem;
}

.sub-mv {
	margin-top: 2.9375rem;
}

.sub-mv__title {
	color: var(--orange);
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}

.sub-mv__title-line {
	padding-bottom: 0.9375rem;
	position: relative;
}

.sub-mv__title-line::before {
	background: #CCC;
	bottom: 0;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	translate: -50% 0;
	width: 5.78125rem;
}

.sub-mv__title-en {
	color: #000;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 0.9375rem;
	text-align: center;
}

.to-top {
	bottom: 2.90625rem;
	cursor: pointer;
	opacity: 0;
	position: fixed;
	right: 1.25rem;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
	visibility: hidden;
	width: 3.0625rem;
	z-index: var(--z-index-to-top);
}

.to-top.js-active {
	opacity: 1;
	visibility: visible;
}

.to-top__img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
}

.top-link {
	align-items: center;
	background-color: #FFF;
	border: 2px solid var(--orange);
	border-radius: calc(infinity * 1px);
	border-radius: 50px;
	display: inline-flex;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.3em;
	line-height: 1;
	min-width: 18.75rem;
	padding: 1.84375rem 0.625rem;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.top-link.top-link--blog {
	background-color: var(--gray);
	border: 2px solid transparent;
	color: var(--orange);
}

@media (any-hover: hover) {

a:hover {
	cursor: pointer;
}

.to-top:hover {
	transform: translateY(-7px);
}

}

@media (hover: hover) {

.company-banner__link:hover {
	opacity: 0.7;
}

.form__submit-btn:hover {
	background-color: #FFF;
	color: var(--orange);
}

.back-link:hover {
	background-color: var(--orange);
	color: #FFF;
}

.contact__banner-link:hover {
	opacity: 0.7;
}

.faq__item-question-btn:hover {
	opacity: 0.7;
}

.faq__item-answer-link:hover {
	color: blue;
}

.news-blog__category-link:hover {
	background-color: var(--red);
	color: #FFF;
}

.news-blog__item-link:hover {
	opacity: 0.7;
}

.news-blog__item-link:hover .news-blog__item-thumbnail {
	transform: scale(1.1);
}

.service-lp-gas__detail-section-btn:hover {
	background-color: var(--light-blue);
	color: #FFF;
}

.service-lp-gas__detail-section-btn:hover::after {
	background: url("../images/common/arrow-right-blue-hover.svg") no-repeat center center/contain;
	right: 1.3125rem;
}

.service-contact-btn:hover {
	background-color: #fff;
	border-color: var(--orange);
	color: var(--orange);
}

.service-contact-btn:hover::after {
	background: url("../images/common/arrow-right-orange-hover.svg") no-repeat center center/cover;
	transform: translateX(0.25rem);
}

.service-reform__link:hover {
	background-color: #fff;
	border-color: var(--green);
	color: var(--green);
}

.service-reform__link:hover::after {
	background: url("../images/common/arrow-right-green-hover.svg") no-repeat center center/cover;
	transform: translateX(0.25rem);
}

.top-banner__link:hover {
	opacity: 0.7;
}

.top-banner-two__link:hover {
	opacity: 0.7;
}

.top-banner-contact__link:hover {
	opacity: 0.7;
}

.top-news__item-link:hover .top-news__date {
	color: var(--red);
}

.top-news__item-link:hover .top-news__item-title {
	color: var(--red);
}

.top-news__link:hover .top-news__link-text {
	color: var(--red);
}

.top-news__link:hover .top-news__link-arrow {
	color: var(--red);
	transform: translateX(0.1875rem);
}

.footer__logo-link:hover {
	opacity: 0.7;
}

.footer__nav-link:hover {
	color: var(--orange);
}

.footer__privacy-link:hover {
	color: var(--orange);
}

.header__logo-link:hover {
	opacity: 0.7;
}

.header__nav-link:hover {
	opacity: 0.7;
}

.drawer__link:hover {
	background-color: var(--orange);
	color: #FFF;
}

.login-btn:hover {
	opacity: 0.7;
}

.login-btn:hover .login-btn__text::after {
	right: -0.9375rem;
}

.pagination .page-link:hover,
.pagination .current-page:hover {
	background-color: var(--orange);
	border: 2px solid var(--orange);
	color: #fff;
}

.pagination .prev:hover,
.pagination .next:hover {
	background-color: var(--orange);
	border: 2px solid var(--orange);
	color: #fff;
}

.prev-post:hover .post-title,
.next-post:hover .post-title {
	color: var(--red);
}

.prev-post:hover .prev-arrow,
.next-post:hover .prev-arrow {
	translate: -5px 0;
}

.prev-post:hover .next-arrow,
.next-post:hover .next-arrow {
	translate: 5px 0;
}

.top-link:hover {
	background-color: var(--orange);
	color: #FFF;
}

}

@media (hover: none) {

.company-banner__link:active {
	opacity: 0.7;
}

.form__submit-btn:active {
	background-color: #FFF;
	color: var(--orange);
}

.back-link:active {
	background-color: var(--orange);
	color: #FFF;
}

.contact__banner-link:active {
	opacity: 0.7;
}

.faq__item-question-btn:active {
	opacity: 0.7;
}

.faq__item-answer-link:active {
	color: blue;
}

.news-blog__category-link:active {
	background-color: var(--red);
	color: #FFF;
}

.news-blog__item-link:active {
	opacity: 0.7;
}

.news-blog__item-link:active .news-blog__item-thumbnail {
	transform: scale(1.1);
}

.service-lp-gas__detail-section-btn:active {
	background-color: var(--light-blue);
	color: #FFF;
}

.service-lp-gas__detail-section-btn:active::after {
	background: url("../images/common/arrow-right-blue-hover.svg") no-repeat center center/contain;
	right: 1.3125rem;
}

.service-contact-btn:active {
	background-color: #fff;
	border-color: var(--orange);
	color: var(--orange);
}

.service-contact-btn:active::after {
	background: url("../images/common/arrow-right-orange-hover.svg") no-repeat center center/cover;
	transform: translateX(0.25rem);
}

.service-reform__link:active {
	background-color: #fff;
	border-color: var(--green);
	color: var(--green);
}

.service-reform__link:active::after {
	background: url("../images/common/arrow-right-green-hover.svg") no-repeat center center/cover;
	transform: translateX(0.25rem);
}

.top-banner__link:active {
	opacity: 0.7;
}

.top-banner-two__link:active {
	opacity: 0.7;
}

.top-banner-contact__link:active {
	opacity: 0.7;
}

.top-news__item-link:active .top-news__date {
	color: var(--red);
}

.top-news__item-link:active .top-news__item-title {
	color: var(--red);
}

.top-news__link:active .top-news__link-text {
	color: var(--red);
}

.top-news__link:active .top-news__link-arrow {
	color: var(--red);
	transform: translateX(0.1875rem);
}

.footer__logo-link:active {
	opacity: 0.7;
}

.footer__nav-link:active {
	color: var(--orange);
}

.footer__privacy-link:active {
	color: var(--orange);
}

.header__logo-link:active {
	opacity: 0.7;
}

.header__nav-link:active {
	opacity: 0.7;
}

.drawer__link:active {
	background-color: var(--orange);
}

.login-btn:active {
	opacity: 0.7;
}

.login-btn:active .login-btn__text::after {
	right: -0.9375rem;
}

.pagination .page-link:active,
.pagination .current-page:active {
	background-color: var(--orange);
	border: 2px solid var(--orange);
	color: #fff;
}

.pagination .prev:active,
.pagination .next:active {
	background-color: var(--orange);
	border: 2px solid var(--orange);
	color: #fff;
}

.prev-post:active .post-title,
.next-post:active .post-title {
	color: var(--red);
}

.prev-post:active .prev-arrow,
.next-post:active .prev-arrow {
	translate: -5px 0;
}

.prev-post:active .next-arrow,
.next-post:active .next-arrow {
	translate: 5px 0;
}

.top-link:active {
	background-color: var(--orange);
	color: #FFF;
}

}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.6580310881vw;
}

.company-message {
	margin-top: 5.375rem;
}

.company-message__content {
	padding-left: 5.1875rem;
	padding-right: 5.1875rem;
}

.company-overview__table {
	margin-top: 2.375rem;
}

.company-overview__row {
	grid-template-columns: 265fr 701fr;
}

.company-overview__label {
	align-items: center;
	display: flex;
	line-height: 2;
	padding: 0.1875rem 0.5625rem;
}

.company-overview__label.company-overview__label--long {
	align-items: flex-start;
}

.company-locations {
	margin-top: 5.8125rem;
}

.company-locations__list {
	gap: 3.5625rem 3.6875rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.1875rem;
}

.company-locations__map {
	margin-top: 0.9375rem;
}

.company-locations__map iframe {
	aspect-ratio: 453/233;
}

.company-locations__info {
	gap: 1.25rem;
	margin-top: 1.25rem;
}

.company-top-link {
	margin-top: 7.4375rem;
	padding-bottom: 3.4375rem;
}

.contact-form {
	margin-top: 2.625rem;
}

.contact-form__inner.inner {
	padding-left: 7.34375rem;
	padding-right: 7.34375rem;
}

.contact-form__text {
	text-align: center;
}

.contact-form__form {
	margin-top: 4.9375rem;
}

.form__list {
	gap: 1rem;
}

.form__item {
	align-items: center;
	grid-template-columns: 16.25rem auto;
}

.form__item--textarea {
	align-items: flex-start;
}

.form__input textarea {
	height: 235px;
}

.form__label--mt {
	margin-top: 1.25rem;
}

.form__checkbox-group {
	gap: 0 2rem;
}

.form__submit {
	gap: 2.5rem;
	margin-right: 14.8125rem;
	margin-top: 3.875rem;
}

.back-link {
	min-width: 12.3125rem;
}

.form__top-link-wrap {
	margin-top: 4rem;
	padding-bottom: 3.4375rem;
}

.form__list--confirm {
	gap: 2.6875rem;
}

.form__list--confirm .form__item {
	grid-template-columns: 16.25rem auto;
}

.form--confirm .form__item.form__item--textarea {
	align-items: flex-start;
}

.contact-thanks {
	margin-top: 2.625rem;
}

.contact-thanks__inner.inner {
	padding-left: 7.34375rem;
	padding-right: 7.34375rem;
}

.contact-thanks__title {
	text-align: center;
}

.contact-thanks__text {
	margin-top: 2.625rem;
}

.contact-thanks__top-link {
	padding-bottom: 3.4375rem;
}

.contact {
	margin-top: 2.625rem;
}

.contact__banner-list {
	gap: 4.0625rem;
	margin-top: 2.625rem;
}

.contact__banner-item {
	width: calc(50% - 2.03125rem);
}

.contact__emergency {
	margin-top: 4.8125rem;
}

.contact__emergency-content {
	padding: 2.1875rem clamp(30px, -49.6254180602px + 10.3678929766vw, 92px) 2.75rem clamp(50px, -39.8996655518px + 11.7056856187vw, 120px);
}

.contact__emergency-tel {
	gap: 1.125rem;
	grid-template-columns: max-content 1fr;
	margin-top: 0.9375rem;
}

.contact__emergency-label {
	padding: 0.5rem 1.875rem;
}

.contact__emergency-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9375rem 0.3125rem;
	margin-top: 0.625rem;
}

.contact__top-link {
	margin-top: 7.375rem;
	padding-bottom: 3.4375rem;
}

.faq {
	margin-top: 6.6875rem;
}

.faq__list {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.faq__item {
	padding: 1.25rem;
}

.faq__item.is-open {
	padding-bottom: 1rem;
}

.faq__item-question-text {
	margin-left: 0.8125rem;
}

.faq__item-answer-text {
	margin-left: 0.8125rem;
}

.faq__top-link-wrap {
	padding-bottom: 3.4375rem;
}

.inner {
	max-width: 1035px;
	padding-left: 35px;
	padding-right: 35px;
}

.news-blog {
	margin-top: 16.9375rem;
}

.news-blog__category {
	margin-top: 5.0625rem;
}

.news-blog__category-btn {
	pointer-events: none;
}

.news-blog__category-list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 2.5rem;
}

.news-blog__list {
	gap: 4.375rem 3.09375rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.1875rem;
}

.news-blog__pagination {
	margin-top: 4.246875rem;
}

.news-blog-top-link-wrap {
	margin-top: 5.5625rem;
	padding-bottom: 3.4375rem;
}

.not-found {
	margin-top: 3.125rem;
}

.not-found__title {
	font-size: 1.75rem;
}

.not-found__text {
	font-size: 1.25rem;
	text-align: center;
}

.not-found__top-link-wrap {
	padding-bottom: 3.4375rem;
}

.privacy-policy__content {
	padding-left: 5.15625rem;
	padding-right: 5.15625rem;
}

.privacy-policy__text.privacy-policy__text--last {
	margin-top: 1.875rem;
}

.privacy-policy__block {
	gap: 0.75rem;
	margin-top: 2.625rem;
}

.privacy-policy__title {
	font-size: 1rem;
}

.privacy-policy__top-link-wrap {
	margin-top: 9.375rem;
	padding-bottom: 3.4375rem;
}

.service-lp-gas {
	margin-top: 5.1875rem;
}

.service-lp-gas__content {
	gap: 1.375rem;
	margin-top: 2.8125rem;
	padding-left: 5.125rem;
	padding-right: 5.125rem;
}

.service-lp-gas__catch {
	font-size: 1.125rem;
}

.service-lp-gas__detail {
	margin-top: 3.8125rem;
}

.service-lp-gas__detail-section {
	align-items: center;
	grid-template-columns: 320.7fr 645fr;
	margin-top: 2.75rem;
}

.service-lp-gas__detail-section.service-lp-gas__detail-section--sale {
	grid-template-columns: 459fr 506fr;
	margin-top: 1.625rem;
}

.service-lp-gas__detail-section.service-lp-gas__detail-section--sale .service-lp-gas__detail-img {
	aspect-ratio: 459/412;
}

.service-lp-gas__detail-section.service-lp-gas__detail-section--sale .service-lp-gas__detail-section-content {
	padding: 1.25rem 4.625rem 1.25rem 4.5625rem;
}

.service-lp-gas__detail-img {
	aspect-ratio: 320.757/212;
}

.service-lp-gas__detail-section-content {
	padding: 1.25rem 3.1875rem 1.25rem 4.625rem;
}

.service-lp-gas__detail-section-title {
	font-size: 1.125rem;
	padding-right: 1.25rem;
}

.service-lp-gas__detail-section-text {
	margin-top: 1.125rem;
}

.service-contact-btn {
	min-width: 21.6875rem;
}

.service-reform {
	margin-top: 6.9375rem;
}

.service-reform__content {
	gap: 1.375rem;
	margin-top: 2.8125rem;
	padding-left: 5.125rem;
	padding-right: 5.125rem;
}

.service-reform__catch {
	font-size: 1.125rem;
	line-height: 1.5;
}

.service-reform__gallery {
	gap: 1.3125rem;
	margin-top: 2.9375rem;
	padding: 2.4375rem 2.25rem 3.0625rem 2.25rem;
}

.service-reform__gallery-three-column {
	gap: 1rem;
}

.service-reform__gallery-two-column {
	gap: 2.75rem;
}

.service-reform-link-wrap {
	margin-top: 5.5rem;
}

.service-reform__link {
	gap: 1.125rem;
	min-width: 29.1875rem;
}

.service-reform-contact-btn-wrap {
	margin-top: 3.875rem;
}

.service-top-link-wrap {
	margin-top: 3.25rem;
	padding-bottom: 3.4375rem;
}

.shop-info {
	margin-top: 2.6875rem;
}

.shop-info__list {
	gap: 3.5rem;
	margin-top: 1.3125rem;
}

.shop-info__item {
	align-items: center;
	gap: 2.5rem;
	grid-template-columns: 409fr 499fr;
}

.shop-info__item-img {
	aspect-ratio: 409/320;
}

.shop-info__item-title {
	font-size: 1.125rem;
	margin-top: 1.5625rem;
	padding-left: 1.875rem;
}

.shop-info__item-text {
	margin-top: 1.625rem;
}

.single-news-blog {
	margin-top: 5.1875rem;
}

.single-news-blog__header {
	gap: 0.4375rem;
	padding: 0.125rem 0 0.25rem 0.875rem;
}

.single-news-blog__title {
	font-size: 1.125rem;
}

.single-news-blog__mv {
	margin-top: 2.6875rem;
	padding-left: 5.15625rem;
	padding-right: 5.15625rem;
}

.single-news-blog__mv-img {
	aspect-ratio: 801/415;
}

.single-news-blog__content {
	margin-top: 2.4375rem;
	padding-left: 5.15625rem;
	padding-right: 5.15625rem;
}

.single-news-blog__content p {
	margin-top: 0.9375rem;
}

.single-news-blog__content figure {
	margin-top: 1.875rem;
}

.single-news-blog__blog-top-link-wrap {
	margin-top: 3.75rem;
}

.single-news-blog__top-link-wrap {
	margin-top: 3.125rem;
	padding-bottom: 3.4375rem;
}

.top-banner {
	margin-top: 5.6875rem;
}

.top-banner__list {
	gap: 4.75rem;
}

.top-banner-two {
	margin-top: 6rem;
}

.top-banner-two__list {
	gap: 4.0625rem;
}

.top-banner-two__item {
	width: calc(50% - 2.03125rem);
}

.top-banner-contact {
	margin-top: 6rem;
	padding-bottom: 8.4375rem;
}

.top-news {
	margin-top: 6.875rem;
}

.top-news__content {
	padding: 2.5625rem 2.8125rem 2rem 2.8125rem;
}

.top-news__item-link {
	grid-template-columns: 6.6875rem auto;
	padding: 1.25rem 0 1.25rem 0.875rem;
}

.top-news__link-wrap {
	margin-top: 1.6875rem;
}

.top-news__link {
	gap: 0.5625rem;
}

.footer {
	padding-bottom: 2.083125rem;
	padding-top: 2.9375rem;
}

.footer__logo-link {
	width: 22.9375rem;
}

.footer__nav {
	margin-top: 1.46875rem;
}

.footer__login {
	padding-bottom: 1.03125rem;
	padding-top: 1.03125rem;
}

.footer__copyright {
	margin-top: 0.625rem;
}

.header__content {
	height: 6.25rem;
	padding: 0 2.5rem 0 1.875rem;
}

.header__logo {
	width: 25.9375rem;
}

.header__right {
	gap: 2rem;
}

.header__nav {
	margin-top: 6.25rem;
}

.header__nav-list {
	align-items: center;
	display: flex;
	justify-content: center;
	overflow: auto;
}

.header__nav-item {
	border-right: 2px solid #FFF;
	height: 3.75rem;
}

.header__nav-item:first-child {
	border-left: 2px solid #FFF;
}

.header__nav-link {
	display: flex;
	gap: 0.4375rem;
	justify-content: center;
	min-width: 10.9375rem;
}

.header__nav-icon--service {
	width: 1.5554375rem;
}

.header__nav-icon--recruit {
	width: 1.875rem;
}

.header__nav-item.header__nav-item--login {
	display: none;
}

.header__hamburger {
	margin-top: 0.375rem;
	width: 2.375rem;
}

.header__hamburger .header__hamburger-line {
	height: 3px;
}

.header__hamburger .header__hamburger-line:not(:first-child) {
	margin-top: 6px;
}

.header__hamburger.is-open .header__hamburger-line:nth-of-type(1) {
	translate: 0 13px;
}

.header__hamburger.is-open .header__hamburger-line:nth-of-type(3) {
	translate: 0 -5px;
}

.header__hamburger-text {
	font-size: 0.75rem;
	letter-spacing: 0.0583333333em;
}

.drawer {
	top: 6.25rem;
	width: 24.375rem;
}

.login-btn {
	height: 3.25rem;
}

.login-btn__text {
	font-size: 0.875rem;
}

.pagination {
	gap: 0.9375rem;
}

.post-navigation {
	gap: clamp(80px, -18.2857142857px + 12.7976190476vw, 166px);
	grid-template-columns: repeat(2, 1fr);
	margin-top: 8rem;
	padding-left: 5.15625rem;
	padding-right: 5.15625rem;
}

.sub-mv {
	margin-top: 7rem;
}

.sub-mv__title {
	font-size: 1.875rem;
}

.sub-mv__title-line {
	padding-bottom: 1.1875rem;
}

.sub-mv__title-en {
	margin-top: 1.1875rem;
}

.to-top {
	bottom: 4.34375rem;
	right: 4.75rem;
}

}

@media (min-width: 768px) {

a[href*="tel:"] {
	-webkit-text-decoration: none;
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

}

@media (min-width: 965px) {

html {
	font-size: 16px;
}

}

@media (max-width: 768px) {

.--delay-1,
.--delay-2,
.--delay-3,
.--delay-4 {
	transition-delay: 0.2s;
}

}

@media (max-width: 767px) {

.company-title {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.company-overview__inner.inner {
	padding-left: 0;
	padding-right: 0;
}

.company-locations__title {
	text-align: center;
}

.company-locations__info {
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.form__item {
	gap: 0.625rem;
}

.form__submit {
	align-items: center;
	flex-direction: column-reverse;
}

.back-link {
	margin-left: auto;
	margin-right: auto;
	max-width: 12.3125rem;
	width: 100%;
}

.form__list--confirm .form__item {
	gap: 1.125rem;
}

.form__confirm-text {
	margin-left: 1.75rem;
}

.contact__emergency-label {
	margin-left: auto;
	margin-right: auto;
}

.contact__emergency-list {
	align-content: center;
	display: grid;
	gap: 0.9375rem;
	justify-content: center;
	place-content: center;
}

.news-blog__category-list {
	display: grid;
	grid-template-columns: 1fr;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

.news-blog__category-item {
	margin-left: auto;
	margin-right: auto;
}

.news-blog__list {
	padding-left: 1.8125rem;
	padding-right: 1.8125rem;
}

.not-found__text {
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.privacy-policy__block.privacy-policy__block--first {
	margin-top: 4.0625rem;
}

.service-lp-gas {
	container-type: inline-size;
}

.service-lp-gas__img-wrap {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.service-lp-gas__detail-section-title {
	line-height: 1.3;
}

.service-lp-gas__detail-section-btn {
	padding-right: 1.875rem;
}

.service-contact-btn {
	max-width: 21.6875rem;
	width: 100%;
}

.service-reform__img-wrap {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.service-reform__gallery {
	margin-left: calc(50% - 50cqi);
	margin-right: calc(50% - 50cqi);
	padding-left: calc(50cqi - 50%);
	padding-right: calc(50cqi - 50%);
}

.service-reform__link {
	max-width: 21.6875rem;
	width: 100%;
}

.shop-info__item-title {
	line-height: 1.3;
	margin-top: 2.25rem;
	text-align: center;
}

.top-news {
	container-type: inline-size;
}

.top-news__content {
	margin-left: calc(50% - 50cqi);
	margin-right: calc(50% - 50cqi);
}

.footer__inner {
	padding-left: 3rem;
	padding-right: 3rem;
}

.header__login {
	display: none;
}

.header__nav-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.header__nav-item {
	border-bottom: 2px solid #FFF;
}

.header__nav-item:nth-of-type(odd) {
	border-right: 2px solid #FFF;
}

.header__nav-link {
	padding-left: 1.4375rem;
}

.header__nav-icon {
	margin-left: auto;
	margin-right: auto;
}

.prev-post {
	padding-right: 1.875rem;
}

.next-post {
	padding-left: 1.875rem;
}

}

@media (max-width: 500px) {

.company-locations__map {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}