@charset "utf-8";

/* CSS Document */
/* @import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css); */
/*設定する場合→ font-family:'Noto sans japanese', sans-serif; を追加*/
/*同時に他のWEBフォントを使う場合はhtml側に記載すること*/

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

a:hover {
	opacity: .7;
}

body {
	font-size: 16px;
	color: var(--text-black);
	background: #FFFFFF;
	font-family: 'Noto sans japanese', meiryo, Tahoma, Verdana, Arial, sans-serif;
}

#wrapper {
	min-width: 601px;
}

figure {
	margin: 0;
}

img {
	vertical-align: bottom;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
input[type=button] {
	-webkit-appearance: none;
	border: 1px solid #999999;
}

input[type=submit] {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

body *::-webkit-scrollbar {
	height: .5rem;
	background: var(--bg-gray);
	border-radius: .25rem;
}

body *::-webkit-scrollbar-thumb {
	background: var(--gray100);
	border-radius: .25rem;
}

.for-sp {
	display: none !important;
}

.cursor-pointer {
	cursor: pointer;
	transition: opacity .3s;
}

.cursor-pointer:hover {
	opacity: .7;
}

/* 共通 ------------------------------------------ */

.relative {
	position: relative;
}

.content {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
	padding: 0 1rem;
}

.content_flex {
	display: flex;
	gap: 2rem;
}

.con-left {
	flex: 0 0 280px;
	overflow: hidden;
}

@media (max-width: 768px) {
	.con-left {
		display: none;
	}
}

.con-main {
	flex: 1 1 900px;
	overflow: hidden;
}

.con-main__item {
	margin: 0 0 2rem;
}

.content__item {
	margin: 4rem 0;
}

/*  */

.main-ttl {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1rem;
}

/* テキスト */
.textbox {
	margin-bottom: 2rem;
}

.textbox__item {
	font-size: 1.2rem;
}

.textbox__item_important {
	color: var(--text-red);
}

.textbox__text-link {
	color: var(--text-blue);
}

.textbox__item p {
	margin-bottom: 1rem;
}

.textbox__item ul {}

.textbox__item ul li {
	margin-bottom: .5rem;
}

.textbox__item ol {}

.textbox__item ol li {
	margin-bottom: .5rem;
	list-style: auto;
	margin-left: 2rem;
}

.text--end {
	text-align: end;
}

.text--block {
	display: block;
	width: fit-content;
}

.text--strong {
	font-weight: bold;
}

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

/*  */

.width-max-image {
	display: block;
	margin: 1rem auto;
}

.width-max-image__item {
	width: 100%;
}

/* scroll */

.scroll-row {
	position: relative;
	/*  */
	width: 100%;
	padding: 1rem;
	min-height: 320px;
	/*  */
	overflow-x: scroll;
	overflow-y: hidden;
	/*  */
	border-radius: 16px 0 0 16px;
}

.scroll-row_radius-all {
	border-radius: 16px;
}

.scroll-row__list {
	display: flex;
	gap: 1rem;
}

.scroll-row__list--column {
	flex-direction: column;
}

.scroll-row__item {
	flex: 0 0 270px;
	background: #fff;
}

.scroll-row__list--column .scroll-row__item {
	flex: unset;
}

.scroll__item_radius-all {
	border-radius: 16px;
	overflow: hidden;
}

.scroll-row_bg-blue {
	background: var(--bg-blue) !important;
}

.scroll-row_bg-yellow {
	background: var(--bg-yellow) !important;
}

.scroll-row_bg-gray {
	background: var(--bg-gray) !important;
}

.scroll-row_btn-include {
	padding-bottom: 6rem;
}

.scroll-row__inner-button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1rem;
	/*  */
	width: 80%;
	/*  */
	margin: auto;
}

.scroll-row:has(.common-table_calender) {
	min-height: auto;
}

/*  */

.general-content {
	border-radius: 16px;
	overflow: hidden;
	/*  */
	display: flex;
	flex-direction: column;
	height: 100%;
}

.general-content--row {
	flex-direction: row;
}

.general-content__image {
	flex: 1 1 50%;
	max-height: 200px;
	object-fit: cover;
	object-position: bottom;
	overflow: hidden;
}

.general-content--row .general-content__image {
	flex: 1 1 20%;
	max-height: 200px;
	object-fit: cover;
	object-position: center;
	overflow: hidden;
}

.general-content__text-box {
	flex: 1 1 50%;
	padding: 1rem;
	overflow: hidden;
	/*  */
	background: var(--bg-white);
}

.general-content--row .general-content__text-box {
	flex: 1 1 80%;
}

.general-content__text {
	font-weight: bold;
	margin-bottom: .5rem;
}

.general-content__text--acc {
	height: 4rem;
	overflow: hidden;
}

.general-content__text--light {
	font-size: 1rem;
	font-weight: normal;
}

.general-content__text--weight {
	font-size: 1.125rem;
}

.general-content__cate {
	display: flex;
	gap: .5rem;
	flex-wrap: wrap;
	margin-bottom: .5rem;
}

.category {
	font-size: .825rem;
	font-weight: bold;
	padding: .2rem;
}

.date {
	font-size: .825rem;
	border: unset;
	border-bottom: 1px solid var(--text-black);
}

/*  */

.double-color-content {
	margin-top: 60px;
	position: relative;
	overflow: unset;
}

.double-color-content:nth-child(odd) {
	background: var(--bg-blue);
	color: var(--text-white);
}

.double-color-content:nth-child(even) {
	background: var(--bg-yellow);
	color: var(--text-black);
}

.double-color-content__inner {
	padding: 1rem;
}

.double-color-content__image {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	z-index: 9;
	/*  */
	margin: auto;
	width: 80px;
	aspect-ratio: 1/1;
	object-fit: cover;
	/*  */
	border-radius: 8px;
}

.double-color-content__st {
	padding-top: 40px;
	margin-bottom: 1rem;
	/*  */
	font-size: 1.2rem;
	font-weight: bold;
}

.double-color-content__date {}

/*  */

.repair-type {
	width: 100%;
	overflow-x: scroll;
}

.repair-type__list {
	display: flex;
	gap: 1rem;
	padding: 1rem 0;
}

.repair-type__list_col3 {
	flex-wrap: wrap;
}

.repair-type__item {
	flex: 1 0 180px;
}

.repair-type__list_col3 .repair-type__item {
	flex: 0 0 calc(33.3% - (2rem/3));
}

.repair-type__link {
	/*  */
	display: flex;
	flex-direction: column;
	align-items: center;
	/*  */
	border-radius: 16px;
	overflow: hidden;
	cursor: pointer;
	height: 180px;

}

.repair-type__icon {
	flex: 0 0 60%;
	/*  */
	display: flex;
	align-items: center;
	justify-content: center;
	/*  */
	width: 100%;
	/*  */
	background: var(--bg-blue);
}

.repair-type__image {
	width: 90px;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.repair-type__text {
	background: var(--bg-yellow);
	/*  */
	flex: 0 0 40%;
	width: 100%;
	/*  */
	display: flex;
	justify-content: center;
	align-items: center;
}

.repair-type__p {
	font-size: 1.2rem;
	font-weight: bold;
}

/*  */

.st {
	display: block;
	width: fit-content;
	margin: auto;
	margin-bottom: 2rem;
	/*  */
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
	/*  */
	color: var(--text-blue);
}

.st::after {
	content: "";
	/*  */
	display: block;
	width: 100px;
	height: 4px;
	margin: 1rem auto 0;
	/*  */
	border-radius: 999px;
	/*  */
	background: var(--bg-yellow);
}

/*  */

.official-btn {
	max-width: 400px;
	width: 100%;
	height: 3rem;
	border-radius: 999px;
	border: unset;
	font-size: 1rem;
}

.official-btn_primary {
	background: var(--bg-blue);
	color: var(--text-white);
}

.official-btn_primary-line {
	border: 1px solid var(--border-blue);
	color: var(--text-blue);
}

.official-btn_secondary {
	background: var(--bg-gray);
	color: var(--text-white);
}

.official-btn_orange {
	background: var(--bg-orange);
	color: var(--text-white);
}

.official-btn_flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 1rem;
}

.official-btn_text-center {
	justify-content: center;
}

.official-btn__icon {}

.official-btn__arrow {
	transform: rotate(-90deg);
}

.official-btn__text {}

.official-btn_center {
	margin: auto;
}

.official-btn__bottom-shadow {
	box-shadow: 0px 4px 0px #14438a;
}

.official-btn_lg {
	height: 4rem;
}

/*  */

.btn-box {}

.btn-box__item {
	max-width: unset;
}

.btn-box_flex {
	display: flex;
	gap: 1rem;
}

.btn-box_flex-center {
	justify-content: center;
}

/*  */

.official-btn_long {
	max-width: 600px;
	margin: 2rem auto;
}

.official-btn__logo {
	width: 2em;
	height: 2em;
}

/*  */

.btn {
	border: unset;
	outline: unset;
	padding: .25rem .5rem;
	border-radius: .25rem;
	cursor: pointer;
}

.btn--translation {
	position: absolute;
	top: 2rem;
	right: 1rem;
	background: var(--bg-blue);
	color: var(--text-white);
}


/*  */

.common-table {
	width: 100%;
	border: 1px solid var(--border-gray);
}

.common-table__thead {
	border-bottom: 1px solid var(--border-gray);
}

.common-table__tr {
	border-bottom: 1px solid var(--border-gray);
}

.common-table__tr:last-child {
	border-bottom: none;
}

.common-table__th {
	width: 20%;
	/*  */
	padding: 1rem;
	/*  */
	border-right: 1px solid var(--border-gray);
	background: var(--bg-gray);
}

.common-table_calender .common-table__th {
	padding: .5rem;
	width: auto;
}

.common-table__td {
	padding: 1rem;
	/*  */
	border-right: 1px solid var(--border-gray);
}

.common-table_calender .common-table__td {
	padding: .5rem;
	text-align: center;
}

.common-table__td:last-child {
	border-right: none;
}

/* common-table_blue */

.common-table_blue {
	border: 1px solid var(--border-blue);
}

.common-table_blue .common-table__thead {
	border-bottom: 1px solid var(--border-blue);
}

.common-table_blue .common-table__tr {
	border-bottom: 1px solid var(--border-blue);
}

.common-table_blue .common-table__th {
	width: 20%;
	/*  */
	padding: 1rem;
}

.common-table_blue .common-table__thead .common-table__th {
	border-right: 1px solid var(--border-blue);
	background: var(--bg-blue);
	color: var(--text-white);
}

.common-table_blue .common-table__tbody .common-table__th {
	border-right: 1px solid var(--border-blue);
	background: transparent;
	font-weight: bold;
}

.common-table_blue .common-table__tbody .common-table__tr:nth-child(even) {
	background: var(--blue30);
}

.common-table_blue .common-table__td {
	padding: 1rem;
	/*  */
	border-right: 1px solid var(--border-blue);
}

/* LOADING */


@keyframes ldio {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

.ldio div {
	box-sizing: border-box !important
}

.ldio>div {
	position: absolute;
	width: 87.12px;
	height: 87.12px;
	top: 55.44px;
	left: 55.44px;
	border-radius: 50%;
	border: 11.879999999999999px solid #000;
	border-color: #186adf transparent #186adf transparent;
	animation: ldio 3.2258064516129035s linear infinite;
}

.ldio>div:nth-child(2),
.ldio>div:nth-child(4) {
	width: 59.4px;
	height: 59.4px;
	top: 69.3px;
	left: 69.3px;
	animation: ldio 3.2258064516129035s linear infinite reverse;
}

.ldio>div:nth-child(2) {
	border-color: transparent #ffbc39 transparent #ffbc39
}

.ldio>div:nth-child(3) {
	border-color: transparent
}

.ldio>div:nth-child(3) div {
	position: absolute;
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
}

.ldio>div:nth-child(3) div:before,
.ldio>div:nth-child(3) div:after {
	content: "";
	display: block;
	position: absolute;
	width: 11.879999999999999px;
	height: 11.879999999999999px;
	top: -11.879999999999999px;
	left: 25.74px;
	background: #186adf;
	border-radius: 50%;
	box-shadow: 0 75.24px 0 0 #186adf;
}

.ldio>div:nth-child(3) div:after {
	left: -11.879999999999999px;
	top: 25.74px;
	box-shadow: 75.24px 0 0 0 #186adf;
}

.ldio>div:nth-child(4) {
	border-color: transparent;
}

.ldio>div:nth-child(4) div {
	position: absolute;
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
}

.ldio>div:nth-child(4) div:before,
.ldio>div:nth-child(4) div:after {
	content: "";
	display: block;
	position: absolute;
	width: 11.879999999999999px;
	height: 11.879999999999999px;
	top: -11.879999999999999px;
	left: 11.879999999999999px;
	background: #ffbc39;
	border-radius: 50%;
	box-shadow: 0 47.519999999999996px 0 0 #ffbc39;
}

.ldio>div:nth-child(4) div:after {
	left: -11.879999999999999px;
	top: 11.879999999999999px;
	box-shadow: 47.519999999999996px 0 0 0 #ffbc39;
}

.loadingio {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background: #ffffffad;
}

.ldio {
	width: 198px;
	height: 198px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	backface-visibility: hidden;
	transform-origin: 0 0;
	margin: auto;
}

.ldio div {
	box-sizing: content-box;
}


/* 店舗への連絡ボタンセット */


.reserve-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.reserve-buttons__item {
	flex: 1 1 100%;
}

.reserve-buttons__item_half {
	flex: 1 1 calc(50% - 1rem);
}

.reserve-buttons__image {
	width: 100%;
}

/*  */

.shop-tell {
	background: var(--bg-blue);
	color: var(--text-white);
	border-radius: 16px;
	/*  */
	padding: 1rem;
	height: 100%;
	min-height: 234px;
	/*  */
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.shop-tell__title-box {
	display: flex;
	/*  */
	margin-bottom: 1rem;
}

.shop-tell__icon {}

.shop-tell__titles {}

.shop-tell__st {
	display: block;
	margin-top: .5rem;
	/*  */
	font-size: 1.2rem;
}

.shop-tell__title {
	font-size: 2rem;
	font-weight: bold;
}

.shop-tell__white-inner {
	background: var(--bg-white);
	color: var(--text-blue);
	/*  */
	font-weight: bold;
	/*  */
	padding: .5rem 2rem;
	border-radius: 8px;
}

.shop-tell__tel-box {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.shop-tell__tel-num {
	font-size: 2.2rem;
}

.shop-tell__open-hour {
	display: flex;
	gap: 1rem;
	align-items: center;
	/*  */
	font-size: 1.2rem;
}

.shop-tell__open {
	background: var(--bg-blue);
	color: var(--text-white);
	/*  */
	padding: 0 2rem;
}

.shop-tell__hour {}

/* -------------------------- */

.alert {
	max-width: 900px;
	margin: auto;
	padding: 1rem;
	border-radius: .5rem;
}

.alert--cursor {
	cursor: pointer;
}

.alert__item {
	flex-shrink: 1;
}

.alert__icon {
	width: 2rem;
	height: 2rem;
	object-fit: contain;
}

.alert--flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.alert--danger {
	background: #ffe9e9;
	color: #e66161;
	border: 1px solid;
}

.alert--primary {
	background: #e1e7fc;
	color: #3258d3;
	border: 1px solid;
}

/* ---------------------------- */

.popupBtn {}

.popup {
	opacity: 0;
	z-index: 1;
	border: unset;
	border-radius: .5rem;
	padding: 2rem;
	transform: translateY(-50%);
	box-shadow: 4px 4px 8px #186adf8c;
}

.popup.active {
	display: block;
	animation: fadeIn .5s .1s linear forwards;
}

.popup__close {
	position: absolute;
	right: 1rem;
	top: 1rem;
}

.popup__inner {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.popup__ttl {
	font-size: 1.25rem;
	font-weight: 500;
}

.popup__text {}

.popup__note {
	font-size: .875rem;
}

.popup__icon {
	width: 2rem;
	height: 2rem;
	object-fit: contain;
	cursor: pointer;
}


@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}


/* 左固定メニュー------------------------------------------------------ */

.menu-left {
	width: 100%;
	max-width: 280px;
}


.menu-left_fixed {
	position: fixed;
	top: 1rem;
}


.menu-left__shop-name {
	position: relative;
	/*  */
	display: flex;
	align-items: center;
	justify-content: center;
	/*  */
	border-radius: 16px 0 0 0;
	background: var(--bg-blue);
	color: var(--text-white);
	/* font-size: 1.4rem; */
	font-weight: bold;
}

.menu-left__shop-name::after {
	content: "";
	display: block;
	width: 12px;
	height: 100%;
	/*  */
	background: var(--bg-yellow);
	/*  */
	position: absolute;
	right: 0;
}

.menu-left__shop-link {}

.menu-left__item {
	height: 4rem;
}

.menu-left__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*  */
	padding: 1rem;
	/*  */
	width: 100%;
	height: 100%;
	/*  */
	border-bottom: 1px solid var(--border-gray);
	/*  */
	/* font-size: 1.2rem; */
	/*  */
	background: #f5f5f5;
}

/* main --------------------------------------------------------------- */

.main-hero {
	background: #e7e5e2;
	border-bottom: 4px solid var(--border-black);
}

.main-hero__link {}

.main-hero__picture {}

.main-hero__webp {}

.main-hero__img {
	width: 100%;
	height: clamp(8.891rem, -1.030rem + 26.411vw, 18.25rem);
}

.reason {
	position: relative;
}

.reason__bg {
	width: 100%;
	height: 230px;
	object-fit: cover;
	/*  */
	border-radius: 16px;
	background: var(--bg-gray);
}

.reason__abs {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	/*  */
	text-align: center;
	/*  */
	width: fit-content;
	margin: auto;
}

.reason__icon {
	display: block;
	margin-bottom: 2rem;
}

.reason__img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.reason__text-box {
	margin-bottom: 2rem;
}

.reason__text {
	display: block;
	margin-bottom: .2rem;
	width: 300px;
	/*  */
	font-size: 1.2rem;
	letter-spacing: 3;
	line-height: 2;
	/*  */
	background: #fff;
}

.shops {}

.shop-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	/* width: fit-content; */
}

.shop-list__item {
	flex: 0 0 calc(25% - 1rem);
}

.shop-list__item--stretch {
	flex: 1 0 calc(33.3% - (2rem/3));
}

.shop-list__link {}

.shop-list_centering {
	justify-content: center;
}

.our-service {
	margin-bottom: 2rem;
}

.our-service__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.our-service__item {
	flex: 0 0 calc(33.3% - 1rem);
}

.our-service__link {}

.our-service__image {
	width: 100%;
	height: clamp(3.434rem, -0.752rem + 11.145vw, 7.383rem);
}

.colorful_boxes {
	margin-top: 9rem;
}

.colorful-boxes__list {
	display: flex;
	gap: 1rem;
}

.colorful-box {
	flex: 0 0 calc(33.3% - 1rem);
	position: relative;
	border-radius: 16px;
}

.colorful-box_blue {
	background: var(--bg-blue);
	color: var(--text-white);
}

.colorful-box_yellow {
	background: var(--bg-yellow);
	color: var(--text-white);
}

.colorful-box_orange {
	background: var(--bg-orange);
	color: var(--text-white);
}

.colorful-box__link {
	display: block;
	padding: 2rem 1rem 4rem;
	padding-top: clamp(0.75rem, -6.176rem + 18.44vw, 5.625rem);
}

.colorful-box__img {
	display: block;
	margin: auto;
	width: 80%;
	aspect-ratio: 16/9;
	object-fit: cover;
	/*  */
	position: absolute;
	top: -45%;
	left: 0;
	right: 0;
	/*  */
	background: var(--bg-gray);
	border-radius: 8px;
}

.colorful-box__titles {
	text-align: center;
}

.colorful-box__st {}

.colorful-box__title {
	font-weight: bold;
	font-size: 1.4rem;
}

.colorful-box__arrow {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1rem;
	/*  */
	margin: auto;
	/*  */
	transform: rotate(-90deg);
}

.correspond {
	margin-bottom: 2rem;
}

.points {
	margin-top: 4rem;
	margin-bottom: 2rem;
}

.points__list {
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem;
}

.points__item {
	flex: 1 1 100%;
}

.points__item--flow {
	position: relative;
}

.points__arrow--left {
	position: absolute;
	top: 25%;
	right: -10%;
	margin: auto;
	fill: var(--orange);
}

.numbering {
	position: relative;
	/*  */
	background: var(--bg-gray);
	/*  */
	padding: 2rem 0 1rem;
	/*  */
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	/*  */
	border-radius: 16px;
}

.numbering__number {
	position: absolute;
	left: 0;
	right: 0;
	top: -1.5rem;
	/*  */
	width: 3rem;
	height: 3rem;
	margin: auto;
	/*  */
	border-radius: 50%;
	/*  */
	background: var(--blue50);
	color: var(--text-white);
	/*  */
	display: flex;
	justify-content: center;
	align-items: center;
}

.numbering__number--orange {
	background: var(--bg-orange);
	color: var(--text-white);
}

.numbering__figure {
	width: 90%;
}

.numbering__img {
	width: 100%;
	aspect-ratio: 16 / 5;
	object-fit: cover;
}

.numbering__text {
	color: var(--text-blue);
	text-align: center;
	font-weight: bold;
}

.numbering__point {
	font-size: 1.2rem;
}

.numbering__icon {}

.numbering__description {
	width: 90%;
}

.numbering__description--small {
	font-size: .8rem;
}


.customers {}

.customers__inner {}

.customers__list {
	position: relative;
	/*  */
	display: flex;
	gap: 1rem;
}

.customers__item {
	flex: 0 0 calc(50% - 1rem);
	height: 420px;
	/*  */
	border-radius: 16px;
	/*  */
	background: var(--bg-gray);
	/*  */
	padding: 3rem 2rem 2rem;
}

.customers__icon {
	position: absolute;
	top: -1.5rem;
	/*  */
	width: 4rem;
	height: 4rem;
}

.customers__image {
	width: 100%;
	aspect-ratio: 16/9;
	margin-bottom: 1rem;
	overflow: hidden;
	object-fit: cover;
	/*  */
	background: var(--bg-white);
	/*  */
	border-radius: 8px;
}

.customers__voice {
	font-weight: bold;
	color: var(--text-blue);
}

.articles {
	border-radius: 16px;
	overflow: hidden;
}

.articles__inner {
	padding: 2rem;
}

.articles__title {
	font-size: 1.6rem;
	font-weight: bold;
	/*  */
	width: 100%;
	padding-bottom: 1rem;
	/*  */
	border-bottom: 1px solid var(--border-black);
}

.articles__list {}

.articles__item {}

.articles__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	/*  */
	padding: 1rem;
	/*  */
	color: var(--text-black);
}

.articles__date {
	flex: 0 0 15%;
	text-align: center;
}

.articles__from {
	flex: 1 0 10%;
	/*  */
	padding: .5rem;
	/*  */
	border-radius: 999px;
	text-align: center;
}

.articles__item:nth-child(odd) .articles__from {
	background: var(--bg-yellow);
}

.articles__item:nth-child(even) .articles__from {
	background: var(--bg-blue);
	color: var(--text-white);
}

.articles__st {
	flex: 1 0 60%;
}

.articles__icon {
	flex: 0 0 10%;
}

.articles_gray {
	background: var(--bg-gray);
	color: var(--text-orange);
}

.articles_blue {
	background: var(--blue30);
	color: var(--text-blue);
}




/* よくいただくご質問 */
.faq-box {}

.accordion {}

.active {}

.accordion__btn {
	display: flex;
	align-items: center;
	gap: 1rem;
	/*  */
	height: 4rem;
	padding: 1rem 2rem;
	border-radius: 2rem;
	/*  */
	background: var(--bg-blue);
	/*  */
	font-size: 1.2rem;
	font-weight: bold;
	color: var(--text-white);
	/*  */
	cursor: pointer;
}

.accordion__q {
	width: 1.2rem;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.accordion__q-text {
	flex: 0 0 calc(100% - 3rem);
}

.accordion__answer {
	display: flex;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	gap: 1rem;
	/*  */
	padding: 1rem 2rem;
	/*  */
	background: var(--bg-white);
	/*  */
	font-size: 1.2rem;
	/*  */
	transition: all .3s ease-out;
}

.accordion__a {
	width: 1.2rem;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.accordion__text {
	flex: 0 0 calc(100% - 3rem);
}


/* footer ------------------------------------------------------------- */

/* footer {
	margin-top: 2rem;
}

.footer__item {}

.footer__bg-blue {
	background: var(--bg-blue);
	color: var(--text-white);
}

.footer__inner {
	overflow: hidden;
	
	width: 100%;
	max-width: 1200px;
	
	margin: auto;
	padding: 2rem 1rem;

}

.footer__inner_flex {
	display: flex;
	gap: 6rem;
}

.footer__border-bottom {
	border-bottom: 1px solid var(--bg-gray);
}

.footer__inner_space-between {
	justify-content: space-between;
} */

/*  */
/* .footer__navigation {}

.footer-nav {}

.footer-nav__item {}

.footer_nav__link {
	font-weight: bold;
	line-height: 2;
}*/

/*  */

/* .footer-inner__logo {
	height: 80px;
}

.footer-inner__logo-img {
	height: 100%;
}  */

/*  */

/* .banner-group {
	display: flex;
	gap: 1rem;
}

.banner-group__item {}

.banner-group__img {
	height: 100px;
} */

/*  */

/* .footer__bottom-nav {
	width: fit-content;
	margin: 0 auto 1rem;
}

.bottom-nav {
	display: flex;
	gap: 1rem;
}

.bottom-nav__item {}

.bottom-nav__link {
	font-weight: bold;
	border-bottom: 1px solid;
} */

/*  */

/* .copyright {
	display: block;
	width: fit-content;
	margin: auto;
} */


/* 固定フッター */
/* .fix-nav {
	position: fixed;
	right: 0;
	top: 70%;
	transform: translateY(-50%);
}

.fix-nav__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: .2rem;
	
	color: var(--text-white);
	
	width: 80px;
	height: 80px;
}

.fix-nav__icon {}

.fix-nav__icon_rotate-top {
	transform: rotate(180deg);
}

.fix-nav__text {
	font-weight: bold;
}

.fix-nav__access {
	border-radius: 8px 0 0 0;
	background: var(--bg-blue);
}

.fix-nav__fee {
	background: var(--bg-orange);
}

.fix-nav__contact {
	background: var(--bg-yellow);
}

.fix-nav__to-top {
	height: 40px;
	
	background: var(--bg-gray);
}


.fix-nav__item:last-child {
	border-radius: 0 0 0 8px;
} */