/** laravel **/
/* ------------------------------
  Reset
------------------------------ */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none
}

dt {
  font-weight: 500;
}

dd {
  margin-left: 0
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit
}

pre {
  font-family: monospace, monospace;
  font-size: inherit
}

address {
  font-style: inherit
}

a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img,
embed,
object,
iframe {
  vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText
}

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

option {
  padding: 0
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

label[for] {
  cursor: pointer
}

details {
  display: block
}

summary {
  display: list-item
}

[contenteditable] {
  outline: none
}

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

caption {
  text-align: left
}

td,
th {
  vertical-align: top;
  padding: 0
}

th {
  text-align: left;
  font-weight: 500;
}

template {
  display: none
}

[hidden] {
  display: none
}

/***------------------------------------------
*
*　_base
*
------------------------------------------***/
:root {
	--lightblue: #edf1fc;
	--skyblue: #d8eefb;
	--blue: #223773;
	--yellow: #ffd814;
	--black: #2b2b2b;
	--orange: #f18e21;
	--green: #009100;
}
html {
	font-size: 16px;
}
body {
	min-width: 320px;
 	background-color: var(--lightblue);
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1rem;
	letter-spacing:.05em;
	color:var(--black);
	font-weight: 500;
}
body.is-menu-opened {
    overflow:hidden;
}


/***------------------------------------------
*
*　l-header
*
------------------------------------------***/
.l-header {
	position: sticky;
    top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(94, 94, 94, .18);
	z-index: 100;
}
@media screen and (min-width: 960px)and (max-width: 1279px) {
  .l-header {
	  font-size: 1vw;
  }
}
.l-header__inner {
	position: relative;
	display: flex;
	align-items: center;
	height: 80px;
}

@media screen and (max-width: 767px) {
  .l-header__inner {
	  height: 64px;
  }
}

.l-header__logo-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 0 40px 0 10px;
	width: 100%;
	/*max-width: 1323px;*/
}

@media screen and (max-width: 959px) {
  .l-header__logo-wrapper {
	  position: relative;
	  z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .l-header__logo-wrapper {
	  padding: 0 20px;
  }
}

.l-header__logo {
	width: 25em;
	height: auto;
}

@media screen and (max-width: 959px) {
  .l-header__logo {
	  width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__logo {
	  width: 200px;
  }
}

.l-header__nav {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: flex;
  align-items: center;
  column-gap: 20px;
}

@media screen and (max-width: 959px) {
  .l-header__nav {
    position: fixed;
    z-index: 0;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: column;
    row-gap: 48px;
    padding: 64px 20px;
    overflow-y: scroll;
    background-color: var(--lightblue);
    transform: translateX(100%);
    transition: transform .3s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav {
	  top: 64px;
  }
}
body.is-menu-opened .l-header__nav {
	transform: translateX(0);
}
.l-header__list {
	display: flex;
	column-gap: 1.2em;
	font-size: 1rem;
	color: var(--blue);
}

@media screen and (max-width: 959px) {
  .l-header__list {
	  flex-direction: column;
	  row-gap: 48px;
  }
}
.l-header__list-item {
	position: relative;
	display: inline-block;
	padding: 5px 0;
	text-decoration: none;
	line-height: 1;
	text-align: center;
}

.l-header__list-item::before {
	content: '';
	position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px; /* ラインの太さ */
  background-color: var(--yellow);
  transform: scaleX(0); /* 初期状態は幅0 */
  transform-origin: left; /* 左から拡大開始 */
  transition: transform 0.3s ease-in-out; /* アニメーション設定 */
}
.l-header__list-item:hover::before {
	transform: scaleX(1);
}

.l-header__link-button {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: .8em;
	padding-left: 10px;
	width: 18.5em;
	height: 80%;
	border-radius: 12px;
	background-image: linear-gradient(0deg, #0f6f36, #06c755 50% 100%);
}
@media screen and (max-width: 959px) {
  .l-header__link-button {
	  height: 80px;
	  flex-shrink: 0;
  }
}
.l-header__link-button::after {
	position: absolute;
	content: "";
	top: 50%;
	right: .6em;
	width: .6em;
	height: .9em;
	background: url("../img/button_arrow.png") no-repeat center/contain;
	transform: translateY(-50%);
}
@media(any-hover: hover) {
  .l-header__link-button {
	  transition: filter .3s;
  }
  .l-header__link-button:hover {
	  filter: brightness(1.1);
  }
}
.l-header__link-button__free {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3em;
	height: 3em;
	border-radius: 6px;
	background-color: #fff;
	font-size: 1.1em;
	font-weight: 700;
	letter-spacing: .1em;
	color: var(--orange);
}
.l-header__link-button__text {
	text-align: left;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .1em;
	color: #fff;
}
.l-header__menu-button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 6px;
}
@media screen and (min-width: 960px) {
  .l-header__menu-button {
    display: none;
  }
}
.l-header__menu-button__line,
.l-header__menu-button::before,
.l-header__menu-button::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #333;
  transition: transform .3s, opacity .3s;
}
body.is-menu-opened .l-header__menu-button__line {
  opacity: 0
}
body.is-menu-opened .l-header__menu-button::before {
  transform: translateY(8px) rotate(45deg);
}
body.is-menu-opened .l-header__menu-button::after {
  transform: translateY(-8px) rotate(-45deg);
}


/***------------------------------------------
*
*　l-footer
*
------------------------------------------***/
.l-footer {
    letter-spacing:.13em
}
.l-footer a {
    -webkit-transition:opacity .3s;
    transition:opacity .3s
}
@media(any-hover: hover) {
    .l-footer a:hover {
        opacity:.75
    }
}
.l-footer__bottom {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-column-gap:64px;
    -moz-column-gap:64px;
    column-gap:64px;
    padding-top:24px;
    padding-bottom:24px;
}
@media screen and (max-width: 767px) {
    .l-footer__bottom {
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start;
        row-gap:24px;
        padding-right:15px !important;
        padding-left:15px !important;
    }
}
.l-footer__bottom ul.menu {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    gap:.8em .5em;
    font-size: .9rem;
}
@media screen and (max-width: 1279px) {
    .l-footer__bottom ul.menu {
        font-size: .85rem
    }
}
@media screen and (max-width: 959px) {
    .l-footer__bottom ul.menu {
        font-size: .8rem
    }
}
@media screen and (max-width: 767px) {
    .l-footer__bottom ul.menu {
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        font-size: .7rem;
    }
}
.l-footer__bottom .menu-item:not(:first-of-type) {
    padding-left:.5em;
    border-left:1px solid #2b2b2b;
}
.l-footer__logo {
    width:213px;
    height:auto;
    margin-left:26px;
}
@media screen and (max-width: 1279px) {
    .l-footer__logo {
        width:200px;
        margin-left:22px;
    }
}
@media screen and (max-width: 959px) {
    .l-footer__logo {
        width:160px;
        margin-left:16px
    }
}
@media screen and (max-width: 767px) {
    .l-footer__logo {
        width:140px;
        margin-left:0
    }
}
.l-footer__copyright {
    padding:13px;
    background-color:var(--blue);
    text-align:center;
    font-size:.8rem;
    line-height:1;
    color:#fff;
}
@media screen and (max-width: 1279px) {
    .l-footer__copyright {
        font-size:.7rem;
    }
}


/***------------------------------------------
*
*　レイアウト
*
------------------------------------------***/
.c-wrapper {
  max-width: 1313px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px
}
@media screen and (max-width: 767px) {
  .c-wrapper {
    padding-right: 0;
    padding-left: 0
  }
}
.c-container {
  padding-left: 5%;
  padding-right: 5%;
}

@media screen and (max-width: 767px) {
  .c-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-main {
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
    background-color:#fff;
    border-radius:0;
}
@media screen and (max-width: 767px) {
    .l-main {
        padding: 12px 10px;
    }
}
/* 記事詳細ページ */
.p-article {
	margin-top: 7px;
}


/***------------------------------------------
*
*　紹介可能な会社(トップ)
*
------------------------------------------***/
.company-introduce {
	margin: 0;
}
.company-introduce__head {
	margin-bottom: 24px;
	padding: 6px 0;
	border-top: 3px double var(--blue);
	border-bottom: 3px double var(--blue);
	text-align: center;
}
.company-introduce__headline {
	position: relative;
	padding: 6px 0;
	background-color: var(--skyblue);
	font-size: 1.6rem;
	color: var(--blue);
	font-weight: 700;
}
@media (max-width: 767px) {
	.company-introduce__headline {
		font-size: 1.2rem;
	}
}
.company-introduce__inner {
	display: flex;          /* slick の初期レイアウトでも問題なし */
	gap: 4px;              /* slick では margin に置き換えるのが良い */
}
/* slick全体の高さを揃える */
.slick-track {
	display: flex !important;
	align-items: stretch;
}
.slick-slide {
	display: flex !important;
	height: auto !important;
}
.company-introduce__card {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
	margin: 0 4px 12px;
	padding: 12px;
	max-width: 200px;
	height: 100%;
	border: 1px solid #898989;
	border-radius: 8px;
}
.company-introduce__card-link {
	display: block;
}
.company-introduce__card-link:hover {
	opacity: .7;
}
.company-introduce__badge {
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px 12px;
	background-color: var(--orange);
	border-top-left-radius: 8px;
	font-size: .8rem;
	color: #fff;
	font-weight: 700;
}
.company-introduce__img {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
	height: 100px;
}
.company-introduce__img img {
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
}
.company-introduce__desc {
	margin-top: 12px;
	text-align: center;
}
.company-introduce__desc h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 3.2em;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	font-size: .8rem;
}
.company-introduce__all-list {
	text-align: right;
}
.company-introduce__more {
	display: inline-block;
	padding: 2px 12px;
	background-color: var(--blue);
	font-size: .8rem;
	color: #fff;
}
.company-introduce__more:hover {
	opacity: .7;
}


/***------------------------------------------
*
*　ぬりワン君コメント
*
------------------------------------------***/
.nuriwan__talk {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 24px;
	margin-bottom: 24px;
}
.nuriwan__illust01 {
  width: 15%;
  height: auto;
}
@media screen and (max-width: 767px) {
	.nuriwan__illust01 {
	  width: 30%;
	  height: auto;
	}
}
.nuriwan__bubble {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: 42px;
  padding: 0.875em 0.8333em 1em 1.6667em;
  border: 3px solid #000;
  border-radius: 1.2857em;
  background-color: #fff;
  text-align: left;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-size: clamp(1rem, 0.295rem + 1.6vw, 1.6rem);
  font-weight: 700;
  line-height: 1.625;
  color: #000;
}
@media screen and (max-width: 767px) {
  .nuriwan__bubble {
    margin-left: 32px;
    border-width: 2px;
    font-size: 1rem;
  }
}
.nuriwan__bubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 15px 42px 15px 0;
  border-color: transparent #000 transparent transparent;
  translate: -100% -50%;
}
@media screen and (max-width: 767px) {
  .nuriwan__bubble::before {
    border-width: 14px 31px 14px 0;
  }
}
.nuriwan__bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 11.8px 33.1px 11.8px 0;
  border-color: transparent #fff transparent transparent;
  translate: -98% -50%;
}
@media screen and (max-width: 767px) {
  .nuriwan__bubble::after {
    border-width: 11.8px 26px 11.8px 0;
  }
}
.nuriwan__bubble .text-sm {
  margin-bottom: 8px;
  font-size: .8em;
}
.nuriwan__bubble .highlight {
  background-image: linear-gradient(0deg, #bdd89e 0.6em, transparent 0.6em);
}


/***------------------------------------------
*
*　基礎知識
*
------------------------------------------***/
.basic-knowledge {
	margin: 0;
}
.basic-knowledge__headline {
	position: relative;
	display: inline-block;
	margin-bottom: 12px;
	padding: 2px 12px;
	background-color: var(--blue);
	font-size: 1.2rem;
	color: #fff;
}
@media (max-width: 767px) {
	.basic-knowledge__headline {
		font-size: 1.2rem;
	}
}
.basic-knowledge__body {
	margin-bottom: 24px;
}
.basic-knowledge__inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}
@media screen and (max-width: 959px) {
	.basic-knowledge__inner {
		grid-template-columns: repeat(2, 1fr)
	}
}
@media screen and (max-width: 767px) {
	.basic-knowledge__inner {
		grid-template-columns: repeat(1, 1fr)
	}
}
.basic-knowledge__card {}
.basic-knowledge__card-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	flex-direction: column;
	-webkit-column-gap: 7px;
	-moz-column-gap: 7px;
	column-gap: 7px;
	height: 100%;
	padding: 12px;
	border: 1px solid #989898;
	border-radius: 8px;
	background-color: #fff;
	outline: 1px solid transparent;
	outline-offset: 0;
	transition: border-color 0.3s, outline-color 0.3s;
}
@media(any-hover: hover) {
	.basic-knowledge__card-link:hover {
		border-color: var(--blue);
		outline-color: var(--blue);
	}
}
.basic-knowledge__title {
	font-size: .8rem;
	text-align: left;
}
.basic-knowledge__all-list {
	text-align: right;
}
.basic-knowledge__more {
	display: inline-block;
	padding: 2px 12px;
	background-color: var(--blue);
	font-size: .8rem;
	color: #fff;
}
.basic-knowledge__more:hover {
	opacity: .7;
}



/***------------------------------------------
*
*　FV
*
------------------------------------------***/
#fv {
	position: relative;
	padding-bottom: 10px;
	width: 100%;
	/*background: url("../../images/front/fv_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;*/
	z-index: 1;
}
#fv::before {
	content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
	height: 100%;
  background: url("../../images/front/fv_bg.jpg");
  background-size: cover;
  opacity: 0.5; /* 背景画像のみ透過 */
  z-index: -1; /* 文字の後ろに配置 */
}
.fv-area {
	margin: 0 auto;
	padding: 0 12px;
	width: 100%;
	max-width: 860px;
	text-align: center;
}
.fv-area img {
	width: 100%;
}
.fv-area__img {
	max-width: 940px;
}
/* アコーディオン */
.fv-area__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  column-gap: 15px;
	margin-bottom: 24px;
}
.fv-area__toggle:hover {
	cursor: pointer;
	opacity: .7;
	transition: .5s;
}

/* CTAアコーディオンの中 */
.fv-area__detail {
	margin-bottom: 24px;
	padding: 20px 11.11%;
	background-color: var(--skyblue);
	border-radius: 0 0 32px 32px;
}

@media screen and (max-width: 767px) {
  .fv-area__detail {
	  padding: 28px 20px;
  }
}


/***------------------------------------------
*
*　 CTA
*
------------------------------------------***/
.cta {
	position: relative;
	background-color: var(--lightblue);
	text-align: center;
}
.cta-area {
	margin: 0 auto 20px;
	padding: 0 12px 20px;
	width: 100%;
	max-width: 860px;
	text-align: center;
}
.cta-area img {
	width: 100%;
}
.cta-area__img {
	max-width: 960px;
}
/* アコーディオン */
.cta-area__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  column-gap: 15px;
	margin-bottom: 24px;
}
.cta-area__toggle:hover {
	cursor: pointer;
	opacity: .7;
	transition: .5s;
}

/* CTAアコーディオンの中 */
.cta-area__detail {
	margin-bottom: 24px;
	padding: 20px 11.11%;
	background-color: var(--skyblue);
	border-radius: 0 0 32px 32px;
}
@media screen and (max-width: 767px) {
  .cta-area__detail {
	  padding: 28px 20px;
  }
}




/***------------------------------------------
*
*　 CTA
*
------------------------------------------***/
/* 横スクロールを可能にする */
.c-breadcrumb {
  padding: .1em 1em;
	background-color: var(--lightblue);
}

.c-breadcrumb__list {
	display: flex;
    align-items: center;
     gap: .5em;
	margin-top: 6px;
    font-size: .75rem;
    list-style: none;
    overflow: hidden;
    width:100%
}
.c-breadcrumb__link {
    align-items: center;
    color: inherit;
    display: block;
    display: inline-flex;
    text-decoration: underline;
    white-space:nowrap
}
.c-breadcrumb__list {
  overflow-x: auto;
  padding-left: 0;
  padding-bottom: 3px;
  scrollbar-color: #d1d1d1 transparent; /* スクロールバーの背景と色を調整 */
  max-width: 1200px; /* メニューの開始位置とパンくずリストの縦位置を合わせる */
}
/* Safari用 （scrollbar-colorが効かないため） */
.c-breadcrumb__list::-webkit-scrollbar {
  height: 6px; /* 横スクロールバーの高さ */
}
.c-breadcrumb__list::-webkit-scrollbar-track {
  background: transparent; /* スクロールバーの背景 */
}
.c-breadcrumb__list::-webkit-scrollbar-thumb {
  background-color: #d1d1d1; /* スクロールバーの色 */
}
.c-breadcrumb__item {
    align-items: center;
    display: inline-flex;
    gap: .5em;
    position:relative
}

.c-breadcrumb__item:not(:last-of-type)::after {
  content: "＞"
}






/***------------------------------------------
*
*　ボタン
*
------------------------------------------***/
/*　CTA＆下部ボタン */
#btn_fixed {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	pointer-events: none;
	display: none;
}
#btn_fixed .btn_area,
.cta_btn .btn_area {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 960px;
	margin: 0 auto 20px;
	padding: 0 16px;
	pointer-events: auto;
}
.cta_btn .btn_area {
	margin-top: 24px;
}
@media screen and (max-width: 767px) {
	.cta_btn .btn_area {
		padding: 0;
	}
}
.btn__link-button {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 10px 20px;
	width: 100%;
	background-image: linear-gradient(0deg, #0f6f36, #06c755 50% 100%);
	border-radius: 12px;
	text-decoration: none;
	box-shadow: 0 4px 0 rgba(4,102,43,1);
}
.btn__link-button__free {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 2em;
  border-radius: 6px;
  background-color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: .1em;
  color: #e47b1c;
}
.btn__link-button__text {
	margin-left: 12px;
	font-size: 1.5em;
	text-align: left;
    font-weight: 700;
	line-height: 1.2;
	letter-spacing: .1em;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.btn__link-button {
		padding: 10px;
	}
	.btn__link-button__free {
		width: 3em;
  		height: 2em;
		font-size: 1em;
	}
}
@media(any-hover: hover) {
	.btn__link-button {
		transition: filter .3s;
  }
	.btn__link-button:hover {
		filter: brightness(1.1);
  }
}



/***------------------------------------------
*
*　会社詳細ページ
*
------------------------------------------***/
.p-index__head {
	margin-bottom: 24px;
	padding: 6px 0;
	border-top: 3px double var(--blue);
	border-bottom: 3px double var(--blue);
	text-align: center;
}
.p-index__title {
	position: relative;
	padding: 6px 0;
	background-color: var(--skyblue);
	font-size: 1.6rem;
	color: var(--blue);
	font-weight: 700;
}
@media (max-width: 767px) {
	.p-index__title {
		font-size: 1.2rem;
	}
}
.c-card {
	margin-bottom: 24px;
    border-radius:10px;
    overflow:hidden;
}
@media screen and (max-width: 767px) {
    .c-card {
        border-radius:6px;
    }
}
.c-card__head {
    display:grid;
    grid-template-columns:1fr;
    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px;
    padding:16px 18px 16px 20px;
    background-color:var(--blue);
    color:#fff;
}
@media screen and (max-width: 767px) {
    .c-card__head {
        display:block;
        padding:18px 15px 10px;
    }
}
.c-card__title {
    font-size:1.6rem;
    letter-spacing:.13em;
    line-height:1.2;
}
@media screen and (max-width: 767px) {
    .c-card__title {
        font-size:1.2rem;
    }
}
.c-card__address {
    display:grid;
    grid-template-columns:90px 1fr;
	margin-top: 12px;
    letter-spacing:.1em;
}
@media screen and (max-width: 767px) {
    .c-card__address {
        display: flex;
		flex-direction: column;
		justify-content: flex-start;
    }
}
.c-card__addressTitle {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-size:1rem;
    font-weight:500;
    line-height:1;
    color:#fff;
}
@media screen and (max-width: 767px) {
    .c-card__addressTitle {
		justify-content: flex-start;
        font-size:.8rem;
    }
}
.c-card__addressData {
    font-weight:500;
    line-height:1.25;
}
@media screen and (max-width: 767px) {
    .c-card__addressData {
        padding-top: 3px;
        font-size:.8rem;
    }
}
.c-card__body {
    padding:14px 20px 31px;
    background-color:#fff;;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
    color:#393737
}
@media screen and (max-width: 767px) {
    .c-card__body {
        padding:14px 15px 31px
    }
}
.c-card__talk {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 12px;
	margin-bottom: 12px;
}
.c-card__illust01 {
	width: 10%;
	height: auto;
}
.c-card__bubble {
	position: relative;
	/*display: flex;
	flex-direction: column;*/
	margin-left: 42px;
	padding: 1em;
	border: 3px solid var(--blue);
	border-radius: 12px;
	background-color: #fff;
	width: 100%;
	text-align: left;
	font-feature-settings: "palt";
	font-size: 16px;
	font-size: clamp(1rem, 0.295rem + 1.47vw, 1.5rem);
	font-weight: 500;
	line-height: 1.6;
	color: #000;
}
.c-card__bubble span {
	display: inline-block;
	font-weight: 900;
}
@media screen and (max-width: 767px) {
	.c-card__illust01 {
		width: 20%;
		height: auto;
	}
  .c-card__bubble {
	  margin-left: 32px;
	  padding: 1.6rem 1em;
	  border-width: 2px;
	  font-size: 12px;
  }
}
.c-card__bubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 15px 42px 15px 0;
  border-color: transparent var(--blue) transparent transparent;
  translate: -100% -50%;
}
@media screen and (max-width: 767px) {
  .c-card__bubble::before {
    border-width: 14px 31px 14px 0;
  }
}
.c-card__bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 11.8px 33.1px 11.8px 0;
  border-color: transparent #fff transparent transparent;
  translate: -98% -50%;
}
@media screen and (max-width: 767px) {
  .c-card__bubble::after {
    border-width: 11.8px 26px 11.8px 0;
  }
}
.c-card__text {
    margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 3px solid var(--blue);
	border-bottom: 3px solid var(--blue);
	font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}
.c-card__company {
    display:grid;
    grid-template-columns:28% 1fr;
    *-webkit-box-align:start;
    -ms-flex-align:start;
    align-items:center;
    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px;
}
@media screen and (max-width: 767px) {
    .c-card__company {
        display:block
    }
}
.c-card__company-imgWrapper {
    position:relative;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
    .c-card__company-imgWrapper {
        width:100%;
        max-width:430px;
        margin:0 auto
    }
}
.c-card__company-imgWrapper::before {
    content:"";
    display:block;
	padding-top:50%;
}
.c-card__company-img {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width:90%;
    max-height:90%;
	width: auto;
	height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.c-card__features {}
.c-card__featuresData {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-top:10px;
    -webkit-column-gap:10px;
    -moz-column-gap:10px;
    column-gap:10px;
    font-weight:500;
    line-height:1.5625;
    letter-spacing:.02em
}
.c-card__featuresData:first-child {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
    .c-card__featuresData {
        margin-top:7px;
		flex-direction: column;
		border-bottom: 1px solid var(--blue);
        font-size:.875rem
    }
	.c-card__featuresData:first-child {
		margin-top: 10px;
	}
}
.c-card__featuresNum {
    -ms-flex-negative:0;
    flex-shrink:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:60px;
    height:25px;
    padding-bottom:2px;
    border-radius:3px;
    background-color:var(--blue);
    font-weight:700;
    letter-spacing:0;
    color:#fff
}
@media screen and (max-width: 767px) {
    .c-card__featuresNum {
        margin-top:-2px
    }
}
.c-card__btnWrapper {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-column-gap:10px;
    -moz-column-gap:10px;
    column-gap:10px;
    margin:20px 0 -14px
}
@media screen and (max-width: 767px) {
    .c-card__btnWrapper {
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-align:center;
        -ms-flex-align:center;,,,,,,
        align-items:center;
,        row-gap:12px;
        margin-bottom:0
    }
}
.c-card__btn {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
	margin: 0 auto;
	width: 100%;
	max-width:500px;
    height:50px;
    border-radius:3px;
	background-color: var(--orange);
    font-weight:700;
    letter-spacing:.1em;
    color:#fff
}
@media screen and (max-width: 767px) {
    .c-card__btn {
        width:100%;
        max-width:365px
    }
}
@media(any-hover: hover) {
    .c-card__btn {
        -webkit-transition:-webkit-filter .3s;
        transition:-webkit-filter .3s;
        transition:filter .3s;
        transition:filter .3s, -webkit-filter .3s
    }
    .c-card__btn:hover {
        -webkit-filter:brightness(0.95);
        filter:brightness(0.95)
    }
}
.c-card__detail {
    margin: 32px 0;
    padding: 24px;
    border-radius: 12px;
    background-color:#fff;
    -webkit-box-shadow:0 0 7px rgba(153,153,153,.23);
    box-shadow:0 0 7px rgba(153,153,153,.23);
}
@media screen and (max-width: 767px) {
    .c-card__detail {
        padding: 15px;
        border-radius: 6px;
    }
}
.c-card__detailttl {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	padding: 12px;
	background-color: var(--lightblue);
	font-size: 1.4rem;
	font-weight: 700;
}
.c-card__table {
    width:100%;
}
.c-card__tr {
	border-bottom: 1px solid #fff;
}
.c-card__th {
    width: 200px;
    padding: 12px;
	background-color: var(--skyblue);
    letter-spacing:.02em;
}
@media screen and (max-width: 767px) {
    .c-card__th {
        display:block;
        width:100%;
        padding: 12px;
        font-size:.9375rem
    }
}
.c-card__td {
    padding: 12px;
    font-size:.875rem;
    font-weight:500;
    line-height:1.25
}
@media screen and (max-width: 767px) {
    .c-card__td {
        display:block;
        width:100%;
        padding: 12px;
    }
}
.c-card__mapWrapper {
    height:302px;
    margin-top:1px;
}
@media screen and (max-width: 767px) {
    .c-card__mapWrapper {
        height:420px;
    }
}
.c-card__map {
	width:100%;
    height:100%;
}


/***------------------------------------------
*
*　周辺企業
*
------------------------------------------***/
.p-related {
	margin: 24px 0;
}
@media screen and (max-width: 767px) {
    .p-related {
        margin: 12px 0;
    }
}
.p-related__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
@media screen and (max-width: 767px) {
	.p-related__list {
		grid-template-columns: repeat(1, 1fr);
	}
}
.p-related__item {
    position: relative;
    padding: 6px;
    border-radius: 4px;
}
@media(any-hover: hover) {
    .p-related__item {
        -webkit-transition:border-color .3s;
        transition:border-color .3s
    }
    .p-related__item:hover {
		border-radius: 8px;
        background-color:var(--lightblue);
    }
}
.p-related__link {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.p-related__head {
    display:grid;
    grid-template-columns:1fr;
    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px;
    padding: 6px 12px;
	border-radius: 8px;
    background-color:var(--blue);
    color:#fff;
}
@media screen and (max-width: 767px) {
    .p-related__head {
        display:block;
        padding:18px 15px 10px;
    }
}
.p-related__name {
    font-size:1.2rem;
    letter-spacing:.13em;
    line-height:1.2;
}
@media screen and (max-width: 767px) {
    .p-related__name {
        font-size:1rem;
    }
}
.p-related__address {
    display:grid;
    grid-template-columns:90px 1fr;
	margin-top: 6px;
    letter-spacing:.1em;
}
@media screen and (max-width: 767px) {
    .p-related__address {
        display: flex;
		flex-direction: column;
		justify-content: flex-start;
    }
}
.p-related__addressTitle {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-size:.85rem;
    font-weight:500;
    line-height:1;
    color:#fff;
}
@media screen and (max-width: 767px) {
    .p-related__addressTitle {
		justify-content: flex-start;
        font-size:.75rem;
    }
}
.p-related__addressData {
	font-size:.85rem;
    font-weight:500;
    line-height:1.25;
}
@media screen and (max-width: 767px) {
    .p-related__addressData {
        padding-top: 3px;
        font-size:.75rem;
    }
}
.p-related__features {
	margin-top: 12px;
}
.p-related__featuresData {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-top:10px;
    -webkit-column-gap:10px;
    -moz-column-gap:10px;
    column-gap:10px;
	font-size: .85rem;
    font-weight:500;
    line-height:1.5625;
    letter-spacing:.02em
}
.p-related__featuresData:first-child {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
    .p-related__featuresData {
        margin-top:7px;
		flex-direction: column;
        font-size:.75rem
    }
	.p-related__featuresData:first-child {
		margin-top: 10px;
	}
}
.p-related__featuresNum {
    -ms-flex-negative:0;
    flex-shrink:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:60px;
    height:25px;
    padding-bottom:2px;
    border-radius:3px;
    background-color:var(--blue);
    font-weight:700;
    letter-spacing:0;
    color:#fff
}
@media screen and (max-width: 767px) {
    .p-related__featuresNum {
        margin-top:-2px
    }
}



/***------------------------------------------
*
*　検索条件
*
------------------------------------------***/
.p-search {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-bottom: 12px;
    padding: 6px;
    border-radius: 10px;
    background-color:var(--orange);
    color: #454545;
}
@media screen and (max-width: 767px) {
	.p-search {
		flex-direction: column;
	}
}
.p-search__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    font-size: 1rem;
	color: #fff;
    font-weight: 500;
    line-height:1;
    letter-spacing:.13em
}
@media screen and (max-width: 767px) {
	.p-search__heading  {
		justify-content: center;
		font-size:.85rem;
	}
}
.p-search__select {
    display: block;
    padding: 12px;
    border-radius:5px;
    background-color: #fff;
    letter-spacing:.13em;
    outline:1px solid rgba(0,0,0,0);
    outline-offset:0;
    cursor:pointer;
	text-align: center;
}
.p-search__select:focus-visible {
    outline:auto;
    outline:auto -webkit-focus-ring-color
}
@media(any-hover: hover) {
    .p-search__select {
        -webkit-transition:-webkit-filter .3s;
        transition:-webkit-filter .3s;
        transition:filter .3s;
        transition:filter .3s, -webkit-filter .3s
    }
    .p-search__select:hover {
        -webkit-filter:brightness(0.975);
        filter:brightness(0.975)
    }
}
@media screen and (min-width: 960px)and (max-width: 1048px),screen and (max-width: 767px) {
    .p-search__select {
        font-size:.85rem;
    }
}
.p-search__button {
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    cursor:pointer
}
@media(any-hover: hover) {
    .p-search__button {
        -webkit-transition:-webkit-filter .3s;
        transition:-webkit-filter .3s;
        transition:filter .3s;
        transition:filter .3s, -webkit-filter .3s
    }
    .p-search__button:hover {
        -webkit-filter:brightness(0.975);
        filter:brightness(0.975)
    }
}
.p-search__button:has(:focus-visible) {
    outline:auto;
    outline:auto -webkit-focus-ring-color
}
.p-search__submit {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-column-gap:8px;
    -moz-column-gap:8px;
    column-gap:8px;
    /*width:calc(100% + 20px);*/
    /*height:50px;*/
    /*margin:10px 0;*/
	padding: 12px;
    background-color:var(--green);
    border-radius:5px;
    font-weight:700;
    letter-spacing:.13em;
    color:#fff
}
@media(any-hover: hover) {
    .p-search__submit {
        -webkit-transition:-webkit-filter .3s;
        transition:-webkit-filter .3s;
        transition:filter .3s;
        transition:filter .3s, -webkit-filter .3s
    }
    .p-search__submit:hover {
        -webkit-filter:brightness(0.95);
        filter:brightness(0.95)
    }
}
@media screen and (min-width: 960px)and (max-width: 1048px),screen and (max-width: 767px) {
    .p-search__submit {
        font-size:.875rem
    }
}
.p-search__submitIcon {
    width:20px;
    height:auto
}
@media screen and (min-width: 960px)and (max-width: 1048px),screen and (max-width: 767px) {
    .p-search__submitIcon {
        width:18px
    }
}


/***------------------------------------------
*
*　運営者情報
*
------------------------------------------***/
.c-corporate__content {}
.c-corporate__content p {
	line-height: 1.6;
}
.c-corporate__content ul {
	margin: 12px 0 12px 40px;
	list-style-type: circle;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.c-corporate__content p {
		font-size: .8rem;
	}
	.c-corporate__content ul {
		font-size: .8rem;
	}
}
.c-corporate__title {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
	border-bottom: 6px double var(--blue);
	font-size: 1.6rem;
	font-weight: 700;
}
.c-corporate__illust01 {
	padding-right: 12px;
	width: 5%;
	height: auto;
}
@media screen and (max-width: 767px) {
	.c-corporate__illust01 {
	  width: 15%;
	  height: auto;
	}
}
.c-corporate__table {
	margin-bottom: 60px;
    width:100%;
}
.c-corporate__tr {
	border-bottom: 1px solid #fff;
}
.c-corporate__th {
    width: 200px;
    padding: 12px;
	background-color: var(--skyblue);
    letter-spacing:.02em;
}
@media screen and (max-width: 767px) {
    .c-corporate__th {
        display:block;
        width:100%;
        padding: 12px;
        font-size:.8rem;
    }
}
.c-corporate__td {
    padding: 12px;
    font-size:1rem;
    font-weight:500;
    line-height:1.25
}
@media screen and (max-width: 767px) {
    .c-corporate__td {
        display:block;
        width:100%;
        padding: 12px;
		font-size:.8rem;
    }
}


/***------------------------------------------
*
*　プライバシーポリシー
*
------------------------------------------***/
.c-privacy__content {}
.c-privacy__content p {
	line-height: 1.6;
}
.c-privacy__content ul {
	margin: 24px 0 24px 40px;
	list-style-type: circle;
	line-height: 1.6;
}
.c-privacy__title {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
	border-bottom: 6px double var(--blue);
	font-size: 1.6rem;
	font-weight: 700;
}
.c-privacy__illust01 {
	padding-right: 12px;
	width: 5%;
	height: auto;
}
@media screen and (max-width: 767px) {
	.c-privacy__illust01 {
	  width: 15%;
	  height: auto;
	}
}
.c-privacy__heading {
	display: flex;
	align-items: center;
	margin: 24px 0;
	padding: 12px;
	background-color: var(--lightblue);
	font-size: 1.4rem;
	font-weight: 700;
}
.c-privacy__subheading {
	display: inline-block;
	margin: 24px 0;
	padding-bottom: 6px;
	border-bottom: 6px solid var(--skyblue);
	font-size: 1.2rem;
	font-weight: 700;
}
.c-privacy__note {
	margin: 24px 0;
	font-size: .85rem;
}
.c-privacy__enactment {
	margin-top: 24px;
	text-align: right;
}



/***------------------------------------------
*
*　404
*
------------------------------------------***/
.p-error {
	display: flex;
	align-items: center;
	justify-content: center;
    background-color:#fff;
	padding: 40px 60px;
	height: 70vh;
}
@media screen and (max-width: 767px) {
	.p-error {
		flex-direction: column-reverse;
		padding: 30px 20px;
		height: auto;
	}
}
.p-error__img img {
	margin-right: 40px;
	width: 160px;
	height: auto;
}
.p-error__message h1 {
	margin-bottom: 16px;
	font-size: 1.6rem;
}
.p-error__message p {
  font-size: 1rem;
  line-height: 1.6;
}
.highlight {
  color: #e67e22;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
	.p-error__img img {
		margin-top: 10px;
		margin-right: 0;
		width: 100px;
}
    .p-error__message {
		text-align: center;
	}
	.p-error__message h1 {
		font-size: 1.2rem;
	}
	.p-error__message p {
		font-size: .8rem;
	}
}


/***------------------------------------------
*
*　_pagination 検索結果ページャー
*
------------------------------------------***/
.c-pagination {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    gap:5px;
    margin-bottom:20px;
    padding:0 15px;
}
@media(any-hover: hover) {
    .c-pagination a {
        -webkit-transition:-webkit-filter .3s;
        transition:-webkit-filter .3s;
        transition:filter .3s;
        transition:filter .3s, -webkit-filter .3s;
    }
    .c-pagination a:hover {
        -webkit-filter:brightness(0.975);
        filter:brightness(0.975);
    }
}
.c-pagination__button {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    min-width:40px;
    height:50px;
    padding:0 8px;
    border-radius:4px;
    background-color:#fff;
    font-size:1.25rem;
    font-weight:700;
    letter-spacing:0;
    color:var(--blue);
}
@media screen and (max-width: 767px) {
    .c-pagination__button {
        min-width:36px;
        height:46px;
        font-size:1rem;
    }
}
.c-pagination__button.--current {
    background-color:var(--blue);
    color:#fff;
}
.c-pagination__button.--first,.c-pagination__button.--prev,.c-pagination__button.--next,.c-pagination__button.--last {
    background-repeat:no-repeat;
    background-position:center;
    background-size:auto 16px
}
@media screen and (max-width: 767px) {
    .c-pagination__button.--first,.c-pagination__button.--prev,.c-pagination__button.--next,.c-pagination__button.--last {
        background-size:auto 12px
    }
}
.c-pagination__button.--first:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f100";
}
.c-pagination__button.--prev:after {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f104";
}
.c-pagination__button.--next:after {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
}
.c-pagination__button.--last:after {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f101";
}
