@charset "utf-8";

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

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
リセットCSS
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
* {
	box-shadow: none;
	outline: none;
	-webkit-tap-highlight-color: rgb(0, 0, 0, 0);
}

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

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, cite, em, small, i, img, picture, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tr, th, td, hr, input, textarea, select, button,
main, article, aside, details, figure, figcaption, header, footer, hgroup, menu, nav, section, time, mark {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	color: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

iframe, cite, main, article, aside, details, figure, figcaption, header, footer, hgroup, menu, nav, section, audio, video {
	display: block;
}

body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

iframe {
	max-width: 100%;
}

a {
	display: inline-block;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	flex: none;
	image-rendering: -webkit-optimize-contrast;
}

svg {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	flex: none;
}

ol, ul {
	list-style: none;
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea, select, button {
	border-radius: 0;
	background: none;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}

input:not([type="checkbox"]):not([type="radio"]), textarea, button {
	-webkit-appearance: none;
}

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

input[type="file"] {
	font-size: revert;
}

input[type="file"]::-webkit-file-upload-button {
	font-family: inherit;
}

textarea {
	overflow: auto;
	field-sizing: content;
	resize: vertical;
}

time {
	display: inline-block;
}

video {
	max-width: 100%;
	cursor: pointer;
	object-fit: cover;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ベース
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
@font-face {
	font-weight: 400;
	font-family: "Yu Gothic";
	src: local("YuGothic-Medium");
}

@font-face {
	font-weight: 500;
	font-family: "Yu Gothic";
	src: local("YuGothic-Medium");
}

@font-face {
	font-weight: 600;
	font-family: "Yu Gothic";
	src: local("YuGothic-Bold");
}

@font-face {
	font-weight: 700;
	font-family: "Yu Gothic";
	src: local("YuGothic-Bold");
}

@font-face {
	font-weight: 400;
	font-family: "Hiragino Sans";
	src: local("HiraginoSans-W3");
}

@font-face {
	font-weight: 500;
	font-family: "Hiragino Sans";
	src: local("HiraginoSans-W4");
}

@font-face {
	font-weight: 600;
	font-family: "Hiragino Sans";
	src: local("HiraginoSans-W5");
}

@font-face {
	font-weight: 700;
	font-family: "Hiragino Sans";
	src: local("HiraginoSans-W6");
}

:root {
	--color_main:              #004190;
	--color_main_rgb:          0, 65, 144;
	--color_main_light:        #2f76d8;
	--color_sub:               #3585f4;
	--color_green:             #2fbed8;
	--color_gray:              #bebebe;
	--color_gray_dark:         #707070;
	--color_gray_light:        #f7f7f7;

	--font_main:               "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;

	--opacity:                 0.7;
	--content-width:           1000px;
	--content-width_small:     1000px;
	--content-width_medium:    1080px;
	--content-width_large:     1200px;
	--padding-inline:          5.4vw;
	--padding-inline_negative: calc(var(--padding-inline) * -1);
	--padding-block:           60px;
	--background_45deg:        linear-gradient(45deg, var(--color_main) 50%, var(--color_main_light));
	--background_90deg:        linear-gradient(90deg, var(--color_main), var(--color_main_light));
	--letter-spacing:          0.1em;
	--text-underline-offset:   0.2em;
	--transition:              0.3s ease-in-out;
	--transition_img:          0.4s ease-in-out;
	--brightness:              brightness(1.2);
}

@media (min-width: 768px) {
:root {
	--padding-inline:          30px;
	--padding-block:           80px;
}
}

body {
	overflow: hidden scroll;
	font-size: 14px;
	font-family: var(--font_main);
	line-height: 1.8;
}

article {
	overflow: hidden;
}

section,
.section {
	padding-block: var(--padding-block);
}

.inner {
	max-width: calc(var(--content-width) + var(--padding-inline) * 2);
	margin-inline: auto;
	padding-inline: var(--padding-inline);
}

span:not([class]) {
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	line-height: 1.4;
}

p:not([class]) + p:not([class]) {
	margin-top: 1.5em;
}

a,
input[type="button"],
input[type="submit"],
button {
	transition: var(--transition);
}

a::before,
a::after,
button::before,
button::after {
	transition: transform var(--transition);
}

table {
	width: 100%;
}

th {
	text-align: left;
	vertical-align: top;
}

td {
	text-align: left;
	vertical-align: top;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="search"],
input[type="password"] {
	width: 100%;
}

input[type="file"],
select {
	max-width: 100%;
}

input[type="file"]::-webkit-file-upload-button {
	margin-right: 0.6em;
}

input[type="checkbox"],
input[type="radio"] {
	width: 1em;
	height: 1em;
	margin-right: 0.4em;
}

textarea {
	width: 100%;
}

@media (min-width: 768px) {
a[href^="tel:"] {
	pointer-events: none;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
アニメーション
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
@keyframes fade {
0% {
	opacity: 0;
}

100% {
	opacity: 1;
}
}

@keyframes fade-up {
0% {
	opacity: 0;
	transform: translateY(30px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}
}

@keyframes fade-down {
0% {
	opacity: 0;
	transform: translateY(-30px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}
}

@keyframes fade-right {
0% {
	opacity: 0;
	transform: translateX(30px);
}

100% {
	opacity: 1;
	transform: translateX(0);
}
}

@keyframes fade-left {
0% {
	opacity: 0;
	transform: translateX(-30px);
}

100% {
	opacity: 1;
	transform: translateX(0);
}
}

@keyframes fade-zoom-in {
0% {
	opacity: 0;
	transform: scale(0.9);
}

100% {
	opacity: 1;
	transform: scale(1);
}
}

@keyframes fade-zoom-out {
0% {
	opacity: 0;
	transform: scale(1.1);
}

100% {
	opacity: 1;
	transform: scale(1);
}
}

@keyframes show-bottom {
0% {
	-webkit-clip-path: inset(100% 0 0 0);
	clip-path: inset(100% 0 0 0);
}

100% {
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
}
}

@keyframes show-left {
0% {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
}

100% {
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
}
}

.animation {
	animation-duration: 0.6s;
	animation-timing-function: ease-in-out;
	animation-delay: 0.3s;
	animation-fill-mode: both;
}

.fade,
.fade-up,
.fade-down,
.fade-right,
.fade-left,
.fade-zoom-in,
.fade-zoom-out {
	opacity: 0;
}

.show-bottom {
	-webkit-clip-path: inset(100% 0 0 0);
	clip-path: inset(100% 0 0 0);
}

.show-left {
	animation-timing-function: cubic-bezier(0.5, 0.1, 0.5, 1);
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
}

body._load .animation.fade {
	animation-name: fade;
}

body._load .animation.fade-up {
	animation-name: fade-up;
}

body._load .animation.fade-down {
	animation-name: fade-down;
}

body._load .animation.fade-right {
	animation-name: fade-right;
}

body._load .animation.fade-left {
	animation-name: fade-left;
}

body._load .animation.fade-zoom-in {
	animation-name: fade-zoom-in;
}

body._load .animation.fade-zoom-out {
	animation-name: fade-zoom-out;
}

body._load .animation.show-bottom {
	animation-name: show-bottom;
}

body._load .animation.show-left {
	animation-name: show-left;
}

.delay05 {
	animation-delay: 0.5s;
}

.delay06 {
	animation-delay: 0.6s;
}

.delay07 {
	animation-delay: 0.7s;
}

.delay09 {
	animation-delay: 0.9s;
}

.delay12 {
	animation-delay: 1.2s;
}

@media (min-width: 768px) {
@keyframes fade-right {
0% {
	opacity: 0;
	transform: translateX(40px);
}

100% {
	opacity: 1;
	transform: translateX(0);
}
}

@keyframes fade-left {
0% {
	opacity: 0;
	transform: translateX(-40px);
}

100% {
	opacity: 1;
	transform: translateX(0);
}
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
見出し
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.page-heading {
	font-weight: 700;
	font-size: 35px;
	line-height: 1.4;
	text-align: center;
}

.page-heading-ja {
	display: block;
	margin-bottom: 0.2em;
}

.page-heading-en {
	display: block;
	color: var(--color_main);
	font-size: 14px;
	text-transform: uppercase;
}

.page-description {
	margin-top: 1.5em;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: var(--letter-spacing);
	text-align: center;
}

.heading_enja {
	margin-bottom: 0.5em;
	font-size: 35px;
}

.heading_enja-en {
	display: block;
	width: fit-content;
	margin-bottom: 0.6em;
	padding-inline: 0.3em;
	background: linear-gradient(45deg, var(--color_sub), var(--color_green));
	color: #fff;
	font-size: 20px;
}

.heading_enja-ja {
	display: block;
	letter-spacing: var(--letter-spacing);
}

.heading_bar {
	position: relative;
	margin-block: 1.6em 1em;
	padding-left: 0.6em;
	font-size: 28px;
	letter-spacing: var(--letter-spacing);
}

.heading_bar:first-child {
	margin-top: 0;
}

.heading_bar::before {
	position: absolute;
	inset: 0.25em auto auto 0;
	width: 0.2em;
	height: 1.1em;
	background: currentColor;
	content: "";
}

.heading-ja {
	display: block;
	letter-spacing: var(--letter-spacing);
}

.heading-en {
	display: block;
	letter-spacing: var(--letter-spacing);
}

@media (min-width: 768px) {
.page-heading {
	font-size: 59px;
}

.heading_enja {
	font-size: 44px;
}

.heading_bar {
	font-size: 30px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
リンク
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.button {
	display: flex;
	position: relative;
	width: 100%;
	max-width: 18.8em;
	height: 4.3em;
	margin: 40px auto 0;
	padding-inline: 3em;
	background: var(--background_90deg);
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	transition: var(--transition);
	column-gap: 0.3em;
	justify-content: center;
	align-items: center;
}

.button:first-child {
	margin-top: 0;
}

a:hover .button,
.button:hover {
	filter: var(--brightness);
}

.button::before {
	position: absolute;
	inset: auto auto auto 0;
	width: 2.5em;
	height: 0;
	margin: auto;
	border-top: 1px solid;
	content: "";
	transform-origin: right center;
	transition: var(--transition);
}

a:hover .button::before,
.button:hover::before {
	transform: scaleX(0);
}

.button::after {
	position: absolute;
	inset: 50% auto auto 2.5em;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: currentColor;
	content: "";
	transform: translateY(-50%);
	transition: var(--transition);
}

a:hover .button::after,
.button:hover::after {
	opacity: 0.3;
	left: 2em;
	width: 1em;
	height: 1em;
}

.button._white {
	border: 1px solid;
	background: #fff;
	color: var(--color_main);
}

.button._white:hover {
	color: var(--color_sub);
	filter: none;
}

.buttons {
	display: flex;
	margin-top: 40px;
	gap: 17px 4%;
	flex-flow: wrap;
	justify-content: center;
}

.buttons .button {
	margin: 0;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
リスト
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.ol,
.ul {
	margin-block: 1em;
}

.ol {
	counter-reset: number;
}

.ol:first-child,
.ul:first-child {
	margin-top: 0;
}

.ol:last-child,
.ul:last-child {
	margin-bottom: 0;
}

.ol > li,
.ul > li {
	position: relative;
	margin-bottom: 0.2em;
	padding-left: 1.2em;
}

.ol > li {
	counter-increment: number;
}

.ol > li:last-child,
.ul > li:last-child {
	margin-bottom: 0;
}

.ol > li::before,
.ul > li::before {
	position: absolute;
	inset: 0 auto auto 0;
}

.ol > li::before {
	content: counter(number) ".";
}

.ul > li::before {
	content: "・";
}

.ul._circle > li::before {
	content: "●";
}

li._spacer {
	visibility: hidden;
	height: auto;
	min-height: auto; 
	margin-block: 0;
}

li._spacer::before,
li._spacer::after {
	display: none;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
テーブル
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.table a[href^="mailto:"]:hover,
.table a[href^="tel:"]:hover {
	color: var(--color_sub);
}

@media (max-width: 767.9px) {
.table th {
	display: block;
}

.table td {
	display: block;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
コンポーネント
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.bold {
	font-weight: 700;
}

.color {
	color: var(--color_main);
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.block_center {
	width: fit-content;
	margin-inline: auto;
}

.word_break {
	word-break: break-all;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
モーダル
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.modal-link {
	cursor: pointer;
	user-select: none;
}

.modal-container {
	display: flex;
	position: fixed;
	inset: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
	transition: var(--transition);
}

.modal-container:not(._open) {
	visibility: hidden;
	opacity: 0;
}

.modal-overlay {
	opacity: var(--opacity);
	position: fixed;
	inset: 0;
	background: #fff;
}

.modal-close {
	position: absolute;
	inset: 20px var(--padding-inline) auto auto;
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: var(--transition);
}

.modal-close:hover {
	color: var(--color_sub);
}

.modal-close::before,
.modal-close::after {
	position: absolute;
	inset: 0;
	height: 0;
	margin: auto;
	border-top: 2px solid;
	content: "";
	transition: var(--transition);
}

.modal-container._open .modal-close::before {
	transform: rotate(-45deg);
}

.modal-container._open .modal-close::after {
	transform: rotate(45deg);
}

.modal-content {
	overflow-y: auto;
	position: relative;
	width: 850px;
	max-width: calc(100% - var(--padding-inline) * 2);
	max-height: calc(100% - var(--padding-block) * 2);
	padding: var(--padding-block) min(5.4vw, 69px);
	border-radius: 20px;
	box-shadow: 3px 3px 10px rgb(0, 0, 0, 0.16);
	background: #fff;
	transition: transform var(--transition);
	overscroll-behavior: contain;
}

.modal-container:not(._open) .modal-content {
	transform: scale3d(0.8, 0.8, 0.8);
}

.modal-img {
	max-height: calc(100vh - var(--padding-block) * 2);
}

.modal-video {
	width: calc((100vh - var(--padding-block) * 2) / 9 * 16);
	max-width: 100%;
	aspect-ratio: 16 / 9;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ローダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.loader {
	display: flex;
	position: fixed;
	inset: 0;
	z-index: 10;
	background: #fff;
	transition: 0.5s ease-in-out;
	justify-content: center;
	align-items: center;
}

.loader._hide {
	visibility: hidden;
	opacity: 0;
}

.loader-bar {
	position: relative;
	width: 100%;
	border-top: 1px solid rgb(var(--color_main_rgb), 0.1);
}

@keyframes loader {
0% {
	transform: scaleX(0);
}

100% {
	transform: scaleX(1);
}
}

.loader-bar::after {
	position: absolute;
	inset: 0 0 auto;
	border-top: 1px solid var(--color_main);
	content: "";
	transform: scaleX(0);
	transform-origin: left center;
	animation: loader 3s ease-in-out both;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ヘッダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
header {
	position: relative;
	z-index: 3;
	height: 60px;
}

.header-menu-link {
	font-size: 15px;
}

.header-submenu-ul {
	font-size: 12px;
}

.header-subnav-ul {
	font-size: 16px;
}

@media (min-width: 1200px) {
header {
	height: 68px;
}

.header-inner {
	display: flex;
	position: fixed;
	inset: 0 0 auto;
	max-width: none;
	height: 68px;
	background: var(--background_45deg);
	justify-content: space-between;
}

.header-logo {
	align-self: center;
}

.header-logo:hover {
	opacity: var(--opacity);
}

.header-nav {
	display: flex;
	text-align: center;
	column-gap: 37px;
}

.header-menu-ul {
	display: flex;
	color: #fff;
	column-gap: 25px;
}

.header-menu-li {
	display: flex;
	position: relative;
	align-items: center;
}

.header-menu-link {
	font-size: 13px;
}

.header-menu-li._current .header-menu-link,
.header-menu-link:hover {
	opacity: var(--opacity);
}

.header-menu-toggle .accordion-icon {
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	margin-left: 0.5em;
	border-right: 1.5px solid;
	border-bottom: 1.5px solid;
	transform: rotate(45deg);
	transform-origin: right center;
}

.header-submenu-ul {
	display: block !important;
	position: absolute;
	inset: 100% auto auto 50%;
	padding-inline: 1em;
	background: var(--background_45deg);
	white-space: nowrap;
	transform: translateX(-50%);
	transition: var(--transition);
}

.header-menu-li:not(:hover) .header-submenu-ul {
	visibility: hidden;
	opacity: 0;
}

.header-submenu-li:not(:last-child) {
	border-bottom: 1px solid;
}

.header-submenu-link {
	padding-block: 1em;
}

.header-submenu-li._current .header-submenu-link,
.header-submenu-link:hover {
	opacity: var(--opacity);
}

.header-nav-ul {
	display: flex;
	color: var(--color_main);
	align-self: center;
	column-gap: 7px;
	justify-content: center;
}

.header-nav-li {
	position: relative;
}

.header-nav-link {
	display: flex;
	width: 117px;
	height: 31px;
	border-radius: 3px;
	background: #fff;
	font-size: 14px;
	justify-content: center;
	align-items: center;
}

span.header-nav-link {
	cursor: default;
}

.header-nav-li._current .header-nav-link,
a.header-nav-link:hover {
	color: var(--color_sub);
}

.header-subnav-ul {
	display: block !important;
	position: absolute;
	inset: calc(100% + 4px) auto auto 50%;
	width: 100%;
	padding-inline: 1em;
	border-radius: 3px;
	background: #fff;
	font-size: 13px;
	white-space: nowrap;
	transform: translateX(-50%);
	transition: var(--transition);
}

.header-nav-li:not(:hover) .header-subnav-ul {
	visibility: hidden;
	opacity: 0;
}

.header-subnav-li:not(:last-child) {
	border-bottom: 1px solid;
}

.header-subnav-link {
	padding-block: 0.7em;
}

.header-subnav-li._current .header-subnav-link,
.header-subnav-link:hover {
	color: var(--color_sub);
}

.header-toggle {
	display: none;
}
}

@media (max-width: 1199.9px) {
.header-overlay {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	inset: 0;
	background: var(--color_main);
	transition: var(--transition);
}

header._open .header-overlay {
	visibility: visible;
	opacity: 0.2;
}

.header-logo {
	position: fixed;
	inset: 16px auto auto 20px;
	z-index: 1;
}

.header-logo:hover {
	filter: var(--brightness);
}

.header-nav {
	overflow-y: auto;
	position: fixed;
	inset: 0 0 0 auto;
	width: 100%;
	max-width: 480px;
	padding: 70px var(--padding-inline) 60px;
	background: #fff;
	transition: transform var(--transition);
	overscroll-behavior: contain;
}

header:not(._open) .header-nav {
	transform: translateX(100%);
}

.header-menu-li {
	border-bottom: 1px solid var(--color_main);
}

.header-menu-link {
	display: block;
	position: relative;
	padding: 1em 0;
}

.header-menu-li._current .header-menu-link,
.header-menu-link:hover {
	color: var(--color_sub);
}

.header-menu-link:not(.header-menu-toggle)::after {
	position: absolute;
	inset: 1.5em 1.2em auto auto;
	width: 10px;
	height: 10px;
	border-top: 2px solid;
	border-right: 2px solid;
	content: "";
	transform: rotate(45deg);
}

.header-menu-toggle {
	position: relative;
	padding-right: 2em;
}

.header-menu-toggle .accordion-icon {
	position: absolute;
	inset: 1.5em 1em auto auto;
	width: 13px;
	height: 13px;
	transition: var(--transition);
}

.header-menu-toggle .accordion-icon::before,
.header-menu-toggle .accordion-icon::after {
	position: absolute;
	inset: 0;
	height: 0;
	margin: auto;
	border-top: 2px solid;
	content: "";
	transition: transform var(--transition);
}

.header-menu-toggle:not(._open) .accordion-icon::after {
	transform: rotate(-90deg);
}

.header-submenu-ul {
	display: grid;
	padding: 0 0 1.5em 1em;
	grid-template-columns: 1fr 1fr;
	row-gap: 0.5em;
}

.header-submenu-li._current .header-submenu-link,
.header-submenu-link:hover {
	color: var(--color_sub);
}

.header-nav-ul {
	margin-top: 30px;
	font-weight: 600;
}

.header-nav-link {
	font-size: 16px;
}

.header-nav-recruit {
	margin-bottom: 19px;
}

.header-nav-recruit .header-nav-link {
	display: flex;
	height: 62px;
	background: var(--color_main);
	color: #fff;
	justify-content: center;
	align-items: center;
}

.header-nav-recruit .header-nav-link:hover {
	background: var(--color_sub);
}

.header-nav-contact .header-nav-link {
	display: none;
}

.header-nav-contact .header-subnav-ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 4%;
}

.header-nav-contact .header-subnav-link {
	display: flex;
	height: 93px;
	justify-content: center;
	align-items: center;
}

.header-subnav-contact .header-subnav-link {
	background: var(--color_main);
	color: #fff;
}

.header-subnav-contact .header-subnav-link:hover {
	background: var(--color_sub);
}

.header-subnav-estimate .header-subnav-link {
	border: 1px solid;
	color: var(--color_main);
}

.header-subnav-estimate .header-subnav-link:hover {
	color: var(--color_sub);
}

.header-toggle {
	position: fixed;
	inset: 0 0 auto auto;
	width: 60px;
	height: 60px;
	background: var(--background_45deg);
	cursor: pointer;
	transition: var(--transition);
}

.header-toggle:hover {
	filter: var(--brightness);
}

.header-toggle-bar {
	position: absolute;
	inset-inline: 0;
	width: 20px;
	margin: auto;
	border-top: 2px solid #fff;
	transition: var(--transition);
}

.header-toggle-bar:nth-child(1) {
	top: 36%;
}

.header-toggle-bar:nth-child(2) {
	top: 49%;
}

.header-toggle-bar:nth-child(3) {
	top: 62%;
}

header._open .header-toggle-bar:nth-child(1) {
	top: 49%;
	transform: rotate(-35deg);
}

header._open .header-toggle-bar:nth-child(2) {
	transform: scaleX(0);
}

header._open .header-toggle-bar:nth-child(3) {
	top: 49%;
	transform: rotate(35deg);
}
}

@media (max-width: 767.9px) {
.header-logo img {
	width: 150px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
フッター
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- CONTACT
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.footer-contact {
	width: calc(100% - var(--padding-inline) * 2);
	max-width: var(--content-width_large);
	margin-inline: auto;
	border-radius: 43px 43px 0 0;
	background: var(--color_gray_light);
	text-align: center;
}

.footer-contact .heading {
	margin-bottom: 0.3em;
	font-weight: 500;
	font-size: 36px;
	letter-spacing: var(--letter-spacing);
}

@media (min-width: 768px) {
.footer-contact .description {
	font-size: 16px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- メイン
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.footer-main {
	padding: 50px 0 30px;
	background: var(--background_45deg);
	color: #fff;
}

.footer-address {
	margin-bottom: 40px;
	font-size: 12px;
}

.footer-address a:hover {
	opacity: var(--opacity);
}

.footer-logo {
	margin-bottom: 10px;
}

.footer-menu {
	display: grid;
	margin-bottom: 30px;
	row-gap: 30px;
}

.footer-menu-ul {
	display: grid;
	gap: 30px 50px;
}

.footer-menu-link {
	display: block;
	padding-bottom: 0.3em;
	border-bottom: 1px solid;
	font-weight: 700;
}

.footer-menu-li._current .footer-menu-link,
.footer-menu-link:hover {
	opacity: var(--opacity);
}

@media (min-width: 768px) {
.footer-menu-link {
	min-width: 8.4em;
}
}

.footer-submenu-ul {
	margin: 0.8em 0 0 0.5rem;
	font-size: 12px;
}

.footer-submenu-li {
	margin-top: 0.3em;
}

.footer-submenu-li._current .footer-submenu-link,
.footer-submenu-link:hover {
	opacity: var(--opacity);
}

.footer-nav-ul {
	display: flex;
	font-weight: 600;
	justify-content: end;
}

.footer-nav-li:not(:last-child)::after {
	display: inline-block;
	height: 1.1em;
	margin-inline: 0.8em;
	border-right: 1px solid;
	vertical-align: -0.2em;
	content: "";
}

.footer-nav-li._current a,
.footer-nav-li a:hover {
	opacity: var(--opacity);
}

.footer-copyright {
	display: block;
	margin-top: 0.8em;
	font-size: 11px;
	text-align: right;
}

@media (min-width: 768px) {
.footer-main .inner {
	display: flex;
	column-gap: 8%;
	flex-flow: wrap;
	max-width: var(--content-width_large);
}

.footer-nav {
	margin-left: auto;
}

.footer-menu {
	margin-bottom: 40px;
}

.footer-menu-ul {
	display: flex;
	flex-flow: wrap;
}
}

@media (max-width: 767.9px) {
.footer-logo img {
	width: 150px;
}

.footer-menu {
	grid-template-columns: 45% 45%;
	justify-content: space-between;
	align-items: start;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
パンくずリスト
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.breadcrumb {
	--content-width: var(--content-width_large);
	padding-block: 1em 2em;
}

.breadcrumb .inner {
	overflow: auto;
	padding: 0 0 1.2em;
}

.breadcrumb-ul {
	display: flex;
	width: max-content;
	padding-inline: var(--padding-inline);
}

.breadcrumb-li {
	display: flex;
	align-items: center;
}

.breadcrumb-li:not(:last-child)::after {
	width: 1em;
	margin-inline: 0.5em;
	border-top: 1px solid;
	content: "";
}

.breadcrumb-li a:hover {
	color: var(--color_sub);
}

@media (min-width: 768px) {
.breadcrumb {
	padding-top: 2em;
}
}

@media (max-width: 767.9px) {
.breadcrumb {
	font-size: 12px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
投稿本文
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	margin-block: 2em 1em;
}

.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child {
	margin-top: 0;
}

.post-content h1:last-child,
.post-content h2:last-child,
.post-content h3:last-child,
.post-content h4:last-child,
.post-content h5:last-child,
.post-content h6:last-child {
	margin-bottom: 0;
}

.post-content h1 {
	font-size: 24px;
}

.post-content h2 {
	font-size: 22px;
}

.post-content h3 {
	font-size: 21px;
}

.post-content h4 {
	font-size: 20px;
}

.post-content h5 {
	font-size: 19px;
}

.post-content h6 {
	font-size: 18px;
}

.post-content p:not([class]) + p:not([class]) {
	margin-top: 1.5em;
}

.post-content a {
	color: var(--color_sub);
	text-decoration: underline;
	text-underline-offset: var(--text-underline-offset);
}

.post-content a:hover {
	text-decoration-color: transparent;
}

.post-content img {
	display: block;
	width: auto;
	max-height: 640px;
	margin-inline: auto;
}

.post-content img + br {
	display: none;
}

.post-content thead {
	border-bottom: none;
}

.post-content th {
	padding: 0.4em 0.8em;
	border: 1px solid;
	background: var(--color_main);
	color: #fff;
	text-align: center;
}

.post-content td {
	padding: 0.4em 0.8em;
	border: 1px solid;
	text-align: center;
}

.wp-block-list {
	margin-block: 1.5em;
}

.wp-block-list:first-child {
	margin-top: 0;
}

.wp-block-list:last-child {
	margin-bottom: 0;
}

.wp-block-list > li {
	position: relative;
	margin-bottom: 0.5em;
	padding-left: 1.2em;
}

ol.wp-block-list > li {
	counter-increment: number;
}

.wp-block-list > li:last-child {
	margin-bottom: 0;
}

.wp-block-list > li::before {
	position: absolute;
	inset: 0 auto auto 0;
}

ol.wp-block-list > li::before {
	content: counter(number) ".";
}

ul.wp-block-list > li::before {
	content: "・";
}

.single-main .wp-post-image,
.wp-block-quote,
.wp-block-table,
.wp-block-image,
.wp-block-gallery,
.wp-block-media-text,
.wp-block-file,
.wp-block-audio,
.wp-block-video,
.wp-block-separator,
.wp-block-embed-youtube {
	margin-block: 2em;
}

.single-main .wp-post-image:first-child,
.wp-block-quote:first-child,
.wp-block-table:first-child,
.wp-block-image:first-child,
.wp-block-gallery:first-child,
.wp-block-media-text:first-child,
.wp-block-file:first-child,
.wp-block-audio:first-child,
.wp-block-video:first-child,
.wp-block-embed-youtube:first-child {
	margin-top: 0;
}

.single-main .wp-post-image:last-child,
.wp-block-quote:last-child,
.wp-block-table:last-child,
.wp-block-image:last-child,
.wp-block-gallery:last-child,
.wp-block-media-text:last-child,
.wp-block-file:last-child,
.wp-block-audio:last-child,
.wp-block-video:last-child,
.wp-block-embed-youtube:last-child {
	margin-bottom: 0;
}

.single-main .wp-post-image {
	display: block;
	width: auto;
	max-height: 640px;
	margin-inline: auto;
}

[class^="wp-block-"] figcaption {
	display: table !important;
	margin: 0.8em auto 0;
}

.wp-block-quote {
	padding: 30px 30px 20px;
	border-radius: 10px;
	background: url("../img/common/quote.svg") 10px 10px / 40px 32px no-repeat rgb(var(--color_main_rgb), 0.1);
}

.wp-block-quote cite {
	opacity: 0.5;
	margin-top: 1em;
	font-size: 0.9em;
}

.wp-block-image .alignright {
	display: block;
	float: none;
	margin: 0 auto 2em;
}

.wp-block-gallery {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

.blocks-gallery-grid img {
	height: auto;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
	max-width: 100%;
}

.wp-block-media-text .wp-block-media-text__content {
	padding: 0;
}

.wp-block-file {
	font-size: inherit !important;
}

.wp-block-audio {
	margin-inline: auto;
}

.wp-block-audio audio {
	min-width: 0;
	margin: auto;
}

.wp-block-video {
	max-width: 640px;
	margin-inline: auto;
}

.wp-block-separator {
	border-top-width: 1px;
}

.wp-block-embed-youtube {
	max-width: 640px;
	margin-inline: auto;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
	position: relative;
	padding-top: 56.25%;
}

.wp-block-embed-youtube iframe {
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 768px) {
.post-content h1 {
	font-size: 30px;
}

.post-content h2 {
	font-size: 28px;
}

.post-content h3 {
	font-size: 26px;
}

.post-content h4 {
	font-size: 24px;
}

.post-content h5 {
	font-size: 22px;
}

.post-content h6 {
	font-size: 20px;
}

.post-content th {
	padding: 0.8em;
}

.post-content td {
	padding: 0.8em;
}

.wp-block-quote {
	padding: 30px 50px;
	background-size: 50px 40px;
}

.wp-block-image .alignright {
	float: right;
	max-width: 45%;
	margin-left: 5%;
}

.wp-block-media-text {
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.wp-block-media-text > :first-child {
	margin-right: 6%;
}

.wp-block-media-text__media {
	max-width: 47%;
	flex: none;
}

.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content {
	align-self: auto;
}
}

@media (max-width: 767.9px) {
.wp-block-media-text {
	display: block;
}

.wp-block-media-text .wp-block-media-text__media {
	margin-bottom: 2em;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
投稿
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.post-image {
	overflow: hidden;
	background: #fff;
}

.post-image .wp-post-image {
	width: 100%;
	height: 100%;
	background: rgb(var(--color_main_rgb), 0.1);
	transition: var(--transition_img);
	object-fit: cover;
	aspect-ratio: 350 / 248;
}

.post-info {
	display: flex;
	gap: 0.6em 1.5em;
	flex-flow: wrap;
	align-items: center;
}

.post-category-ul {
	display: flex;
	gap: 0.6em;
	flex-flow: wrap;
}

.post-category {
	display: block;
	position: relative;
	z-index: 1;
	padding: 0.5em 1em;
	border: 1px solid var(--color_gray_dark);
	border-radius: 3em;
	background: var(--color_gray_light);
	font-weight: 600;
	line-height: 1.4;
}

.post-category:hover {
	color: var(--color_sub);
}

.post-category::before {
	content: "#";
}

.post-tag-ul {
	display: flex;
	font-size: 0.9em;
	gap: 0.6em;
	flex-flow: wrap;
}

.post-tag {
	opacity: 0.5;
	position: relative;
	z-index: 1;
}

.post-tag:hover {
	opacity: 1;
	color: var(--color_sub);
}

.post-tag::before {
	content: "#";
}

.post-li {
	position: relative;
}

.post-li:hover .wp-post-image {
	transform: scale(1.1);
	filter: brightness(0.9);
}

.post-li .post-text {
	margin-top: 1em;
}

.post-li .post-link {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.post-li .post-link::before {
	position: absolute;
	inset: 0;
	content: "";
}

.post-li .post-content {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.single-main {
	padding-top: 0;
}

.single-main .post-heading {
	margin-bottom: 1em;
	font-size: 24px;
}

.single-main .post-info {
	margin-bottom: 2em;
	justify-content: end;
}

.single-main .post-category-ul {
	justify-content: end;
}

@media (min-width: 768px) {
.single-main .post-heading {
	font-size: 30px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ページネーション
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.post-page-ul {
	display: flex;
	max-width: 100%;
	margin: 50px -0.3em 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.8em;
	text-align: center;
	justify-content: center;
}

.post-page-li {
	min-width: 1.8em;
	margin: 0 0.3em;
	padding: 0 0.1em;
}

.post-page-li._current {
	border-radius: 50%;
	background: var(--color_main);
	color: #fff;
}

.post-page-li a {
	display: block;
}

.post-page-li a:hover {
	color: var(--color_sub);
}

.post-page-prev a::before,
.post-page-next a::before {
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	border-right: 1.5px solid;
	border-bottom: 1.5px solid;
	vertical-align: 0.1em;
	content: "";
}

.post-page-prev a::before {
	transform: rotate(135deg);
}

.post-page-next a::before {
	transform: rotate(-45deg);
}

.post-page-prev a:hover::before {
	transform: translateX(-4px) rotate(135deg);
}

.post-page-next a:hover::before {
	transform: translateX(4px) rotate(-45deg);
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ナビゲーション
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.post-nav-ul {
	display: flex;
	margin-top: var(--padding-block);
	column-gap: 9%;
	justify-content: center;
	align-items: center;
}

.post-nav-li._disabled {
	visibility: hidden;
}

.post-nav-li a:hover {
	color: var(--color_sub);
}

.post-nav-prev a::before,
.post-nav-next a::after {
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	border-right: 1.5px solid;
	border-bottom: 1.5px solid;
	vertical-align: 0.1em;
	content: "";
}

.post-nav-prev a::before {
	margin-right: 0.5em;
	transform: rotate(135deg);
}

.post-nav-next a::after {
	margin-left: 0.5em;
	transform: rotate(-45deg);
}

.post-nav-prev a:hover::before {
	transform: translateX(-4px) rotate(135deg);
}

.post-nav-next a:hover::after {
	transform: translateX(4px) rotate(-45deg);
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 実績
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.performance-post-li .modal-link {
	display: flex;
	height: 100%;
	flex-flow: column;
}

.performance-post-li .post-image {
	position: relative;
}

.performance-post-li .wp-post-image {
	aspect-ratio: 400 / 286;
}

.performance-post-li .facility {
	position: absolute;
	inset: auto 0 0 auto;
	padding: 0.2em 1em;
	background: linear-gradient(45deg, var(--color_main_light), var(--color_green));
	color: #fff;
	font-weight: 600;
}

.performance-post-li .post-text {
	display: grid;
	flex: 1;
}

.performance-post-li .post-heading {
	margin-bottom: 0.6em;
	font-size: 16px;
}

.performance-post-li .post-category-ul {
	margin-top: 1em;
	align-self: end;
	pointer-events: none;
}

.performance-img {
	width: 100%;
	min-height: 300px;
	transform: none !important;
	object-fit: cover;
	aspect-ratio: 712 / 509;
}

.performance-heading {
	margin-block: 1.2em 0.7em;
	font-size: 18px;
}

.performance-description {
	margin-bottom: 1.5em;
}

.performance-table {
	font-size: 13px;
}

.performance-table th {
	padding: 0 1.5em 0.2em 0;
	font-weight: 600;
	white-space: nowrap;
}

.performance-table td {
	width: 100%;
	padding-bottom: 0.2em;
}

.performance-gallery-ul {
	display: grid;
	margin-top: 40px;
	row-gap: 28px;
	justify-content: space-between;
}

.performance-gallery-li img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 230 / 164;
}

.performance-gallery-li .heading {
	margin-block: 0.8em 0.3em;
}

.performance-gallery-li .description {
	font-size: 12px;
}

@media (min-width: 480px) {
.performance-gallery-ul {
	grid-template-columns: 48% 48%;
}
}

@media (min-width: 768px) {
.performance-gallery-ul {
	grid-template-columns: 32% 32% 32%;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 実績紹介
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.performance-section {
	background: var(--color_main);
}

.performance-section .performance-text {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	color: #fff;
}

.performance-section .performance-post-li {
	width: 335px;
	max-width: 100%;
	padding: 20px;
	border-radius: 15px;
	background: #fff;
}

.performance-section .performance-post-li:not(:last-child) {
	margin-right: 30px;
}

.performance-section .facility {
	font-size: 18px;
}

.performance-section .post-heading {
	font-size: 18px;
}

@media (min-width: 768px) {
.performance-section .performance-text {
	display: grid;
	margin-bottom: 50px;
	grid-template-columns: auto 1fr;
	column-gap: 34px;
}

.performance-section .performance-post-li {
	width: 460px;
	padding: 30px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 先輩社員の声
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.staff-post-li.swiper-slide {
	width: 260px;
	margin-inline: 15px;
}

.staff-post-li a {
	display: block;
}

.staff-post-li .wp-post-image {
	aspect-ratio: 304 / 398;
}

.staff-post-li .post-text {
	display: flex;
	position: absolute;
	inset: 0;
	margin-top: 0;
	padding: 0 1em 10% 0;
	flex-flow: column;	
	justify-content: space-between;
	align-items: start;
}

.staff-post-li .post-category {
	padding-block: 0.4em;
	border: none;
	border-radius: 0;
	background: linear-gradient(45deg, var(--color_main_light), var(--color_green));
	color: #fff;
	font-size: 18px;
	pointer-events: none;
}

.staff-post-li .post-category::before {
	content: "";
}

.staff-post-li .post-heading {
	margin-top: auto;
	line-height: 2;
}

.staff-post-li .post-link {
	display: inline;
	background: #fff;
}

.staff-copy {
	position: relative;
	z-index: 1;
	margin-top: -0.7em;
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: var(--letter-spacing);
}

.staff-copy span {
	display: block;
	width: fit-content;
	padding-inline: 0.3em;
	background: var(--color_main);
}

.staff-copy span:not(:last-child) {
	margin-bottom: 0.3em;
}

@media (min-width: 768px) {
.staff-post-li.swiper-slide {
	width: 304px;
}

.staff-text {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 40px;
	justify-content: space-between;
	align-items: center;
}

.staff-copy {
	font-size: 40px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- メニュー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.menu-ul {
	display: grid;
	row-gap: 36px;
	justify-content: center;
}

.menu-li .image {
	overflow: hidden;
}

.menu-li .img {
	transition: var(--transition_img);
}

.menu-li a:hover .img {
	transform: scale(1.1);
	filter: var(--brightness);
}

.menu-li .heading {
	position: relative;
	margin: 0.7em 0.5em 0;
	padding-right: 2em;
	font-size: 20px;
	letter-spacing: var(--letter-spacing);
	transition: var(--transition);
}

.menu-li a:hover .heading {
	color: var(--color_sub);
}

.menu-li .heading::before {
	position: absolute;
	inset: 0 0 auto auto;
	width: 1.5em;
	height: 1.5em;
	border: 1.5px solid;
	border-radius: 50%;
	content: "";
}

.menu-li .heading::after {
	position: absolute;
	inset: 0.55em 0.6em auto auto;
	width: 0.4em;
	height: 0.4em;
	border-top: 2px solid;
	border-right: 2px solid;
	content: "";
	transform: rotate(45deg);
}

@media (min-width: 768px) {
.menu-ul {
	grid-template-columns: 31% 31% 31%;
	justify-content: space-between;
}

.menu-li .heading {
	font-size: 21px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
Swiper
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.swiper {
	--swiper-theme-color: currentColor;
	overflow: visible;
}

.swiper-slide {
	height: auto;
	user-select: none;
}

.swiper-pagination {
	display: flex;
	position: static;
	margin-top: 30px;
	justify-content: center;
}

.swiper-pagination-bullet {
	opacity: 1;
	position: relative;
	width: 45px;
	height: 20px;
	margin: 0 4px !important;
	border-radius: 0;
	background: none;
}

.swiper-pagination-bullet::after {
	position: absolute;
	inset: 40% 0;
	background: #fff;
	content: "";
	transition: var(--transition);
}

.swiper-pagination-bullet-active::after,
.swiper-pagination-bullet:hover::after {
	background: var(--color_green);
}

@media (min-width: 768px) {
.swiper-pagination-bullet {
	width: 90px;
}
}
