@charset "UTF-8";
/*----------▼▼ Reboot ▼▼----------*/
/*** The new CSS reset - version 1.9 (last updated 19.6.2023) ***/
:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

a, button {
  cursor: revert;
}

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

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/*----------▲▲ Reboot ▲▲----------*/
/*----------▼▼ base ▼▼----------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0);
  overflow: auto;
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, a, span, table, thead, tbody, tfoot, th, td, header, footer, main, section, article, aside, nav {
  box-sizing: border-box;
}

body {
  margin: 0;
  text-align: left;
  background-color: #FFF;
  color: #333333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(0.75rem, 0.4462rem + 0.6329vw, 1rem);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body {
    font-size: clamp(0.8rem, 0rem + 4vw, 1rem);
  }
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

blockquote {
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #C19314;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]) hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 7.5px;
  padding-top: 0.75rem;
  padding-bottom: 7.5px;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto #C19314;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*----------▲▲ base ▲▲----------*/
/*----------▼▼ common ▼▼----------*/
html.--spMenuOpened,
body.--spMenuOpened {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

@media screen and (min-width: 768px) {
  .--spOnly {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .--spOnly {
    display: inherit !important;
  }
}

@media screen and (min-width: 768px) {
  .--pcOnly {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  .--pcOnly {
    display: none !important;
  }
}

.l-genSec {
  padding: clamp(4.125rem, 1.5427rem + 5.3797vw, 6.25rem) clamp(1.02856875rem, 0rem + 2.1429vw, 1.875rem);
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-genSec {
    padding: clamp(5rem, 0rem + 25vw, 6.25rem) 20px;
    max-width: 400px;
  }
}
.l-genSec__tit {
  margin-bottom: clamp(4.125rem, 1.5427rem + 5.3797vw, 6.25rem);
}
@media screen and (max-width: 767px) {
  .l-genSec__tit {
    margin-bottom: clamp(5rem, 0rem + 25vw, 6.25rem);
  }
}
.l-genSec__tit {
  margin-bottom: clamp(4.125rem, 1.5427rem + 5.3797vw, 6.25rem);
}
@media screen and (max-width: 767px) {
  .l-genSec__tit {
    margin-bottom: clamp(5rem, 0rem + 25vw, 6.25rem);
  }
}

.l-secWrap {
  padding: 0 30px;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-secWrap {
    padding: 0 20px;
    max-width: 400px;
  }
}

.--bgGray {
  position: relative;
}
.--bgGray::after {
  content: "";
  display: block;
  width: 120vw;
  height: 100%;
  background-color: #EFEFEF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.post-type-archive-knowledge main,
.post-type-archive-news main,
.tax-knowledge_category main,
.tax-news_category main,
.single-knowledge main,
.single-news main {
  background-color: #EFEFEF;
}

/*----------▲▲ common ▲▲----------*/
/*----------▼▼ module ▼▼----------*/
.c-linkTxt {
  font-size: clamp(0.625rem, 0.2453rem + 0.7911vw, 0.9375rem);
  color: #C19314;
  position: relative;
}
.c-linkTxt::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #E0B525;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: skewY(-30deg) translateY(-50%) rotateZ(30deg);
}
@media screen and (max-width: 767px) {
  .c-linkTxt {
    font-size: clamp(0.75rem, 0rem + 3.75vw, 0.9375rem);
  }
}

.c-btn {
  width: 235px;
  height: 40px;
  background: linear-gradient(to left, #E3AA3D 0%, #BE8B2C 100%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 17px;
  position: relative;
  overflow: hidden;
}
.c-btn::after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  background-color: #fff;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: -125%;
  transform: translateY(-50%) rotateZ(30deg);
  transition: 0.3s;
}
.c-btn:hover {
  opacity: 1;
}
.c-btn:hover::after {
  left: -25%;
}
.c-btn__img {
  width: 20.2px;
}
.c-btn__txt {
  font-size: 0.875rem;
  color: #fff;
  font-weight: bold;
}
.c-btn.--black {
  background: linear-gradient(to left, #8D8D8D 0%, #5C5C5C 100%);
}

.c-tit__h2 {
  font-family: "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  font-size: clamp(1.125rem, 0.5174rem + 1.2658vw, 1.625rem);
  letter-spacing: 0.2em;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-tit__h2 {
    font-size: clamp(1.2rem, 0rem + 6vw, 1.5rem);
  }
}
.c-tit__h2--en {
  font-size: clamp(0.5625rem, 0.1828rem + 0.7911vw, 0.875rem);
  font-family: "Times New Roman", "Noto Serif JP", serif;
  text-align: center;
  color: #888888;
  letter-spacing: 0.4em;
  margin-top: clamp(0.4375rem, 0.2097rem + 0.4747vw, 0.625rem);
}
@media screen and (max-width: 767px) {
  .c-tit__h2--en {
    font-size: clamp(0.7rem, 0rem + 3.5vw, 0.875rem);
    margin-top: clamp(0.5rem, 0rem + 2.5vw, 0.625rem);
  }
}

.c-slashTit {
  font-family: "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  font-size: clamp(1.125rem, 0.5174rem + 1.2658vw, 1.625rem);
  letter-spacing: 0.2em;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
  position: relative;
}
.c-slashTit::before {
  content: "";
  display: block;
  width: 37px;
  height: 67px;
  background: url("../img/icon/slash_m.svg") top center/cover no-repeat;
  position: absolute;
  top: -10px;
  left: -50px;
}

.c-card {
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  width: clamp(10.2857125rem, 0rem + 21.4286vw, 18.75rem);
  height: clamp(13.02856875rem, 0rem + 27.1429vw, 23.75rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-card {
    width: 100%;
    height: auto;
  }
}
.c-card__link {
  width: 100%;
  height: 100%;
  display: flex;
  color: #333333;
  flex-flow: column;
  position: relative;
}
.c-card__img {
  width: 100%;
  height: 50%;
}
@media screen and (max-width: 767px) {
  .c-card__img {
    height: clamp(10rem, 0rem + 50vw, 12.5rem);
  }
}
.c-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-card__cont {
  width: 100%;
  height: 50%;
  padding: clamp(0.171425rem, 0rem + 0.3572vw, 0.3125rem) clamp(1.02856875rem, 0rem + 2.1429vw, 1.875rem) clamp(1.02856875rem, 0rem + 2.1429vw, 1.875rem);
}
@media screen and (max-width: 767px) {
  .c-card__cont {
    height: auto;
    padding: clamp(0.4rem, 0rem + 2vw, 0.5rem) clamp(1.02856875rem, 0rem + 2.1429vw, 1.875rem) clamp(1.5rem, 0rem + 7.5vw, 1.875rem);
  }
}
.c-card__date {
  color: #888888;
  font-size: clamp(0.411425rem, 0rem + 0.8572vw, 0.75rem);
  font-family: Arial, "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
}
@media screen and (max-width: 767px) {
  .c-card__date {
    font-size: clamp(0.6rem, 0rem + 3vw, 0.75rem);
  }
}
.c-card__tit {
  font-size: clamp(0.54856875rem, 0rem + 1.1429vw, 1rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  margin-bottom: clamp(0.6171375rem, 0rem + 1.2857vw, 1.125rem);
}
@media screen and (max-width: 767px) {
  .c-card__tit {
    font-size: clamp(0.9rem, 0rem + 4.5vw, 1.125rem);
    margin-bottom: clamp(1.5rem, 0rem + 7.5vw, 1.875rem);
  }
}
.c-card__desc {
  font-size: clamp(0.4457125rem, 0rem + 0.9286vw, 0.8125rem);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .c-card__desc {
    font-size: clamp(0.7rem, 0rem + 3.5vw, 0.875rem);
    line-height: 1.85;
    -webkit-line-clamp: 3;
  }
}
.c-card__cat {
  display: inline-block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  min-width: clamp(3.42856875rem, 0rem + 7.1429vw, 6.25rem);
  width: fit-content;
  padding: 0 10px;
  font-size: clamp(0.4457125rem, 0rem + 0.9286vw, 0.8125rem);
  line-height: 1.7;
  position: absolute;
  top: clamp(0.34285625rem, 0rem + 0.7143vw, 0.625rem);
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-card__cat {
    font-size: clamp(0.65rem, 0rem + 3.25vw, 0.8125rem);
    top: clamp(0.5rem, 0rem + 2.5vw, 0.625rem);
  }
}
.c-card.--new::before {
  content: "NEW";
  display: inline;
  font-family: Arial, "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  font-size: clamp(0.82285625rem, 0rem + 1.7143vw, 1.5rem);
  font-weight: bold;
  font-style: italic;
  color: #E0B525;
  mix-blend-mode: plus-lighter;
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 1;
  pointer-events: none;
}
.c-card.--medium {
  width: clamp(22.2857125rem, 0rem + 46.4286vw, 40.625rem);
  height: clamp(17.82856875rem, 0rem + 37.1429vw, 32.5rem);
}
@media screen and (max-width: 767px) {
  .c-card.--medium {
    width: 100%;
    height: auto;
  }
}
.c-card.--medium .c-card__img {
  height: 58%;
}
@media screen and (max-width: 767px) {
  .c-card.--medium .c-card__img {
    height: clamp(10rem, 0rem + 50vw, 12.5rem);
  }
}
.c-card.--medium .c-card__cont {
  height: 42%;
  padding: clamp(0.27428125rem, 0rem + 0.5714vw, 0.5rem) clamp(1.02856875rem, 0rem + 2.1429vw, 1.875rem) clamp(1.02856875rem, 0rem + 2.1429vw, 1.875rem);
}
@media screen and (max-width: 767px) {
  .c-card.--medium .c-card__cont {
    height: auto;
    padding: clamp(0.4rem, 0rem + 2vw, 0.5rem) clamp(1.02856875rem, 0rem + 2.1429vw, 1.875rem) clamp(1.5rem, 0rem + 7.5vw, 1.875rem);
  }
}
.c-card.--medium .c-card__tit {
  font-size: clamp(0.6171375rem, 0rem + 1.2857vw, 1.125rem);
  -webkit-line-clamp: 1;
  margin-bottom: clamp(1.02856875rem, 0rem + 2.1429vw, 1.875rem);
}
@media screen and (max-width: 767px) {
  .c-card.--medium .c-card__tit {
    font-size: clamp(0.9rem, 0rem + 4.5vw, 1.125rem);
    -webkit-line-clamp: 2;
    margin-bottom: clamp(1.5rem, 0rem + 7.5vw, 1.875rem);
  }
}
.c-card.--medium .c-card__desc {
  font-size: clamp(0.48rem, 0rem + 1vw, 0.875rem);
  line-height: 1.85;
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 767px) {
  .c-card.--medium .c-card__desc {
    font-size: clamp(0.7rem, 0rem + 3.5vw, 0.875rem);
    -webkit-line-clamp: 3;
  }
}
.c-card.--archive {
  width: 100%;
  height: clamp(6.25rem, 2.4525rem + 7.9114vw, 9.375rem);
}
@media screen and (max-width: 767px) {
  .c-card.--archive {
    height: clamp(6.75rem, 0rem + 33.75vw, 8.4375rem);
  }
}
.c-card.--archive .c-card__link {
  flex-flow: row;
}
.c-card.--archive .c-card__img {
  width: 25%;
  height: 100%;
  display: flex;
}
.c-card.--archive .c-card__cont {
  width: 75%;
  height: 100%;
  padding: clamp(0.875rem, 0.4193rem + 0.9494vw, 1.25rem) 4.5% clamp(0.625rem, 0.2453rem + 0.7911vw, 0.9375rem) 3.5%;
}
.c-card.--archive .c-card__info {
  margin-bottom: clamp(0.1875rem, 0.0356rem + 0.3165vw, 0.3125rem);
}
@media screen and (max-width: 767px) {
  .c-card.--archive .c-card__info {
    margin-bottom: clamp(0.4rem, 0rem + 2vw, 0.5rem);
  }
}
.c-card.--archive .c-card__cat {
  top: 0;
}
.c-card.--archive .c-card__tit {
  font-size: clamp(0.625rem, 0.2453rem + 0.7911vw, 0.9375rem);
  margin-bottom: clamp(0.625rem, 0.2453rem + 0.7911vw, 0.9375rem);
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .c-card.--archive .c-card__tit {
    font-size: clamp(0.75rem, 0rem + 3.75vw, 0.9375rem);
    margin-bottom: clamp(0.4rem, 0rem + 2vw, 0.5rem);
  }
}
.c-card.--archive .c-card__desc {
  font-size: clamp(0.5625rem, 0.2587rem + 0.6329vw, 0.8125rem);
  color: #888888;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .c-card.--archive .c-card__desc {
    font-size: clamp(0.6rem, 0rem + 3vw, 0.75rem);
    line-height: 1.5;
  }
}
.c-card.--post {
  width: 100%;
  height: fit-content;
  padding: 0;
}
.c-card.--post .c-card__tit {
  font-size: clamp(1.125rem, 0.5174rem + 1.2658vw, 1.625rem);
  padding: clamp(1.4375rem, 0.5261rem + 1.8987vw, 2.1875rem) clamp(2.125rem, 0.9098rem + 2.5316vw, 3.125rem) clamp(1.625rem, 0.5617rem + 2.2152vw, 2.5rem);
  margin: 0;
  -webkit-line-clamp: unset;
}
@media screen and (max-width: 767px) {
  .c-card.--post .c-card__tit {
    font-size: clamp(1.25rem, 0rem + 6.25vw, 1.5625rem);
  }
}
.c-card.--post .c-card__img {
  width: 100%;
  aspect-ratio: 2;
  margin: 0;
}
.c-card.--post .c-card__info {
  display: flex;
  justify-content: space-between;
}
.c-card.--post .c-card__date {
  margin: 10px 0 0 10px;
}
.c-card.--post .c-card__cat {
  position: static;
}
.c-card.--post .c-card__main {
  padding: clamp(1rem, 0.3165rem + 1.4241vw, 1.5625rem) clamp(2.125rem, 0.9098rem + 2.5316vw, 3.125rem) clamp(2.125rem, 0.9098rem + 2.5316vw, 3.125rem);
}
.c-card.--other {
  width: 47.5%;
  height: clamp(12.6857125rem, 0rem + 26.4286vw, 23.125rem);
}
@media screen and (max-width: 767px) {
  .c-card.--other {
    width: 100%;
    height: auto;
  }
}
.c-card.--other .c-card__cont {
  padding: clamp(0.51428125rem, 0rem + 1.0714vw, 0.9375rem) clamp(1.02856875rem, 0rem + 2.1429vw, 1.875rem) clamp(1.02856875rem, 0rem + 2.1429vw, 1.875rem);
}

.fade-right, .fade-left, .fade-center {
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.fade-right {
  transform: translateX(100px);
}
.fade-right.show {
  opacity: 1;
  transform: translateX(0);
}

.fade-left {
  transform: translateX(-100px);
}
.fade-left.show {
  opacity: 1;
  transform: translateX(0);
}

.fade-center {
  transform: translateY(100px);
}
.fade-center.show {
  opacity: 1;
  transform: translateY(0);
}

/*----------▲▲ module ▲▲----------*/
/*----------▼▼ template ▼▼----------*/
/*----------▲▲ template ▲▲----------*/
/*----------▼▼ wysiwyg ▼▼----------*/
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin: 0;
  padding: 0;
  margin-top: 60px;
}
.wysiwyg h2 {
  font-weight: normal;
  font-size: 26px;
  line-height: 38px;
  text-align: left;
  color: #333;
  padding-bottom: 40px;
  border-bottom: solid 1px #ccc;
}
.wysiwyg h3 {
  font-weight: normal;
  font-size: 24px;
  line-height: 38px;
  text-align: left;
  color: #333;
  padding-left: 30px;
  border-left: solid 1px #ccc;
}
.wysiwyg h4 {
  font-weight: normal;
  font-size: 18px;
  line-height: 33px;
  color: #111;
}
.wysiwyg h5 {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #111;
}
.wysiwyg h6 {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #999;
}
.wysiwyg p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #333;
  margin-top: 48px;
}
.wysiwyg p a {
  text-decoration: underline;
  word-break: break-all;
}
.wysiwyg li {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 26px;
  text-align: left;
  color: #333;
  padding-left: 30px;
  position: relative;
}
.wysiwyg li + li {
  margin-top: 20px;
}
.wysiwyg ul,
.wysiwyg ol {
  margin: 30px 0;
}
.wysiwyg ul li::before {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #333;
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.wysiwyg ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
}
.wysiwyg ol li:before {
  content: counter(n);
  counter-increment: n;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #333;
  position: absolute;
  left: 0;
  top: 0;
}
.wysiwyg img {
  max-width: 100%;
  height: auto;
}
.wysiwyg table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: 40px;
}
.wysiwyg table tr {
  border-bottom: 1px solid #ccc;
}
.wysiwyg table th,
.wysiwyg table td {
  font-size: 16px;
  color: #333;
  padding: 1em;
}
.wysiwyg table th {
  font-weight: bold;
  width: 20%;
  background-color: #F4F3F0;
}
.wysiwyg dl {
  line-height: 36px;
}
.wysiwyg dl dt {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.wysiwyg dl dd {
  font-weight: normal;
  font-size: 16px;
  color: #333;
}
.wysiwyg form {
  margin-top: 100px;
}
.wysiwyg h2:first-child,
.wysiwyg h3:first-child,
.wysiwyg h4:first-child,
.wysiwyg h5:first-child,
.wysiwyg h6:first-child,
.wysiwyg p:first-child {
  margin-top: 0;
}

/*----------▲▲ wysiwyg ▲▲----------*/
/*----------▼▼ cookie ▼▼----------*/
.cookieConsent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 150;
  bottom: -100px;
  left: calc(50% - 40vw);
  width: 80vw;
  background-color: rgb(255, 255, 255);
  padding: 16px 30px;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  visibility: visible;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .cookieConsent {
    display: block;
    bottom: -200px;
    padding: 20px 20px;
    left: 30px;
    width: calc(100% - 60px);
    text-align: center;
  }
}
.cookieConsent.is-show {
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cookieConsent.is-show {
    bottom: 30px;
  }
}
.cookieConsent__text {
  width: 90%;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .cookieConsent__text {
    width: 100%;
    text-align: left;
  }
}
.cookieConsent__agree {
  font-size: 0.875rem;
  color: #333333;
  background-color: #FFF;
  border: solid 1px #CCC;
  padding: 10px 30px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .cookieConsent__agree {
    display: inline-block;
    text-align: center;
    margin: 10px auto 0;
  }
}
.cookieConsent__agree:hover {
  opacity: 0.6;
  color: #FFF;
  background-color: #333333;
}

.cookieConsent.cc-hide {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/*----------▲▲ cookie ▲▲----------*/
/*----------▼▼ contact_form ▼▼----------*/
.wpcf7 form .wpcf7-response-output {
  margin: 30px 30px 0 !important;
  padding: 60px !important;
  border-radius: 5px;
  color: #fff;
  background-color: #ccc;
  border: solid 2px #ccc !important; /* Blue */
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  display: inline-block !important;
  border-radius: 3px;
  margin-top: 5px;
}

/*----------▲▲ contact_form ▲▲----------*/
/*----------▼▼ form ▼▼----------*/
.contactLead__cont {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .contactLead__cont {
    margin: 0 30px;
  }
}

.privacyLink {
  margin-top: 30px;
}

.thanks__btn {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 120px 0;
}

.inputForm {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .inputForm {
    margin: 0 30px;
  }
}
.inputForm input,
.inputForm button,
.inputForm select,
.inputForm textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.inputForm textarea {
  resize: vertical;
}
.inputForm input[type=checkbox],
.inputForm input[type=radio] {
  display: none;
}
.inputForm input[type=submit],
.inputForm input[type=button],
.inputForm button,
.inputForm select {
  cursor: pointer;
}
.inputForm select::-ms-expand {
  display: none;
}
.inputForm input[type=text],
.inputForm input[type=email],
.inputForm input[type=tel],
.inputForm textarea {
  width: 100%;
  height: 48px;
  background: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #CCC;
  display: block;
}
.inputForm input[type=text]:focus,
.inputForm input[type=email]:focus,
.inputForm input[type=tel]:focus,
.inputForm textarea:focus {
  background: #fff;
  border: 1px solid #969696;
}
.inputForm input[type=text]::placeholder,
.inputForm input[type=email]::placeholder,
.inputForm input[type=tel]::placeholder,
.inputForm textarea::placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 36px;
  text-align: left;
  padding-left: 14px;
  color: #bfbfbf;
}
.inputForm input[type=tel] {
  width: 50%;
}
.inputForm textarea {
  height: 18em;
}
.inputForm label {
  margin-top: 30px;
}
.inputForm label:first-of-type {
  margin-top: 0;
}
.inputForm span {
  line-height: 1;
}
.inputForm input[type=text] {
  margin-top: 2px;
}
.inputForm input[type=file] {
  display: block;
}
.inputForm button[type=button] {
  background-color: #C19314;
  color: #FFF;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  margin: 60px auto 0;
  padding: 20px 80px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .inputForm button[type=button] {
    width: 100%;
    text-align: center;
  }
}
.inputForm input[type=radio] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #888888;
  border-radius: 50%;
  vertical-align: -2px;
  display: inline-block;
  margin-right: 3px;
  margin-left: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.inputForm input[type=radio]:first-of-type {
  margin-left: 0;
}
.inputForm input[type=radio]:checked {
  border: 1px solid #C19314;
}
.inputForm input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #C19314;
  content: "";
}
.inputForm__M {
  width: calc(50% - 5px) !important;
}
@media screen and (max-width: 767px) {
  .inputForm__M {
    width: 100% !important;
  }
}
.inputForm__S {
  width: calc(20% - 5px) !important;
}
@media screen and (max-width: 767px) {
  .inputForm__S {
    width: 100% !important;
  }
}

/*----------▲▲ form ▲▲----------*/
/*----------▼▼ header ▼▼----------*/
.l-header {
  width: 100vw;
  height: 0;
}
.l-header__logo {
  position: fixed;
  top: 20px;
  left: 30px;
  width: 70px;
  z-index: 100;
  transition: 0.3s;
  mix-blend-mode: difference;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 40px;
    top: 10px;
    left: 10px;
  }
}
.l-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-header__logo.is-scrolled {
  left: 20px;
  width: 44px;
}
@media screen and (max-width: 767px) {
  .l-header__logo.is-scrolled {
    left: 10px;
    width: 30px;
  }
}
.l-header__init {
  width: 100%;
  height: auto;
  padding: 30px;
  display: flex;
  justify-content: right;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 1000px) {
  .l-header__init {
    display: none;
    pointer-events: none;
  }
}
.l-header__nav {
  width: fit-content;
  margin-right: 3%;
}
.l-header__list {
  display: flex;
  gap: 25px;
}
.l-header__item a {
  color: #000;
  text-shadow: 0 1px 10px rgba(255, 255, 255, 0.8);
}
.l-header .p-headBtn {
  width: 235px;
  height: 40px;
  background: linear-gradient(to left, #E3AA3D 0%, #BE8B2C 100%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 17px;
  position: relative;
  overflow: hidden;
}
.l-header .p-headBtn::after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  background-color: #fff;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: -125%;
  transform: translateY(-50%) rotateZ(30deg);
  transition: 0.3s;
}
.l-header .p-headBtn:hover {
  opacity: 1;
}
.l-header .p-headBtn:hover::after {
  left: -25%;
}
.l-header .p-headBtn__img {
  width: 20.2px;
}
.l-header .p-headBtn__txt {
  font-size: 0.875rem;
  color: #fff;
  font-weight: bold;
}
.l-header__compact {
  position: fixed;
  display: flex;
  justify-content: right;
  opacity: 0;
  align-items: center;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  width: 100%;
  z-index: 250;
}
.l-header__compact.is-active {
  opacity: 1;
}
.l-header__compact.is-active .l-header__cta.p-headBtn,
.l-header__compact.is-active .l-header__burger {
  pointer-events: all;
}
.l-header__compact .l-header__cta.p-headBtn {
  width: 60px;
  height: 60px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-header__compact .l-header__cta.p-headBtn {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
}
.l-header__compact .l-header__cta.p-headBtn::after {
  width: 100px;
  height: 150px;
}
@media screen and (max-width: 1000px) {
  .l-header__compact {
    opacity: 1;
  }
  .l-header__compact .l-header__cta.p-headBtn,
  .l-header__compact .l-header__burger {
    pointer-events: all;
  }
}
.l-header__burger {
  width: 60px;
  height: 60px;
  background-color: #333333;
  position: relative;
  cursor: pointer;
  z-index: 3;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header__burger {
    width: 40px;
    height: 40px;
  }
}
.l-header__burger span {
  display: block;
  width: 26px;
  height: 1px;
  background-color: #EFEFEF;
  position: absolute;
  left: 17px;
  opacity: 1;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header__burger span {
    width: 18px;
    left: 12px;
  }
}
.l-header__burger span:first-child {
  top: 22px;
}
@media screen and (max-width: 767px) {
  .l-header__burger span:first-child {
    top: 15px;
  }
}
.l-header__burger span:nth-child(2) {
  top: 30px;
}
@media screen and (max-width: 767px) {
  .l-header__burger span:nth-child(2) {
    top: 20px;
  }
}
.l-header__burger span:nth-child(3) {
  top: 38px;
}
@media screen and (max-width: 767px) {
  .l-header__burger span:nth-child(3) {
    top: 25px;
  }
}
.l-header__burger.is-active {
  background-color: transparent;
}
.l-header__burger.is-active span:first-child {
  transform: translateY(8px) rotateZ(-45deg);
}
@media screen and (max-width: 767px) {
  .l-header__burger.is-active span:first-child {
    transform: translateY(5px) rotateZ(-45deg);
  }
}
.l-header__burger.is-active span:nth-child(2) {
  opacity: 0;
}
.l-header__burger.is-active span:nth-child(3) {
  transform: translateY(-8px) rotateZ(45deg);
}
@media screen and (max-width: 767px) {
  .l-header__burger.is-active span:nth-child(3) {
    transform: translateY(-5px) rotateZ(45deg);
  }
}
.l-header .p-burgerMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 2;
  backdrop-filter: blur(10px) brightness(30%);
  background-color: rgba(255, 255, 255, 0);
  overflow: hidden;
}
.l-header .p-burgerMenu.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-header .p-burgerMenu__inner {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header .p-burgerMenu__inner {
    padding: 0 20px;
  }
}
.l-header .p-burgerMenu__wrap {
  width: 50%;
  height: 100%;
  padding-left: 18%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-header .p-burgerMenu__wrap {
    display: none;
  }
}
.l-header .p-burgerMenu__logo {
  width: 115px;
}
.l-header .p-burgerMenu__logo img {
  width: 100%;
}
.l-header .p-burgerMenu__nav {
  width: 50%;
  height: 100%;
  padding-right: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  .l-header .p-burgerMenu__nav {
    width: 100%;
    padding: 0;
  }
}
.l-header .p-burgerMenu__list {
  display: flex;
  flex-flow: column;
  gap: 5vh;
}
.l-header .p-burgerMenu__list a {
  color: #CCC;
  font-size: 0.875rem;
}
.l-header .p-burgerMenu__btn {
  margin-top: 5vh;
}

.lowerHead {
  width: 100vw;
  height: 400px;
  background: url("../img/common/lower_head_back.jpg") top center/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lowerHead {
    height: 250px;
    background: url("../img/home/fv_sp.jpg") top center/cover no-repeat;
  }
}
.lowerHead__title {
  font-family: "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  font-size: clamp(2.74285625rem, 0rem + 5.7143vw, 5rem);
  text-align: center;
  color: #fff;
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  padding: 0 30px;
  bottom: 0;
  line-height: 1;
}

/*----------▲▲ header ▲▲----------*/
/*----------▼▼ home ▼▼----------*/
.l-fv {
  width: 100vw;
  height: 100vh;
  background: url("../img/home/fv.jpg") center/cover no-repeat;
  padding-top: 100px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-fv {
    margin-bottom: 0;
  }
}
.l-fv__inner {
  padding: 18vh 30px 0;
}
@media screen and (max-width: 767px) {
  .l-fv__inner {
    padding: 18vh 20px 0;
  }
}
.l-fv__inner .js-fvFade {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.l-fv__message {
  font-family: "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  font-size: clamp(2.74285625rem, 0rem + 5.7143vw, 5rem);
  text-align: center;
  color: #fff;
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
  position: relative;
  display: flex;
  flex-flow: column;
  gap: 1px;
}
@media screen and (max-width: 767px) {
  .l-fv__message {
    font-size: clamp(1.8rem, 0rem + 9vw, 2.25rem);
    letter-spacing: -2px;
  }
}
.l-fv__after {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  mix-blend-mode: overlay;
  position: absolute;
  top: 50%;
}
.l-fv__sub {
  font-size: clamp(0.6857125rem, 0rem + 1.4286vw, 1.25rem);
  text-align: center;
  color: #FFF;
  font-weight: bold;
  margin-top: 15vh;
  mix-blend-mode: difference;
}
@media screen and (max-width: 767px) {
  .l-fv__sub {
    font-size: clamp(0.7rem, 0rem + 3.5vw, 0.875rem);
  }
}
.l-fv .p-fundSlider {
  width: 100%;
  background-color: #242424;
  padding: 24px 0;
  display: flex;
  flex-flow: column;
  gap: 11px;
}
.l-fv .p-fundSlider__list:nth-of-type(2) {
  margin-left: 170px;
}
.l-fv .p-fundSlider__item {
  width: 170px !important;
  height: 60px !important;
  background-color: #fff;
  margin-right: 13px;
}
.l-fv .p-fundSlider__link {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.l-fv .p-fundSlider__img {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
.l-fv .p-fundSlider__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.l-fv .p-fundSlider .slick-track {
  display: flex;
}

.p-topAbout {
  position: relative;
  color: #fff;
  font-size: clamp(0.48rem, 0rem + 1vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  .p-topAbout {
    font-size: clamp(0.7rem, 0rem + 3.5vw, 0.875rem);
  }
}
.p-topAbout::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: url("../img/home/topAbout_bg.jpg") center no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.p-topAbout__inner {
  width: 52%;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-topAbout__inner {
    width: 100%;
  }
}
.p-topAbout__tit {
  text-align: center;
  font-size: clamp(1.0971375rem, 0rem + 2.2857vw, 2rem);
  font-family: "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  margin-bottom: clamp(3.0857125rem, 0rem + 6.4286vw, 5.625rem);
}
@media screen and (max-width: 767px) {
  .p-topAbout__tit {
    font-size: clamp(1.2rem, 0rem + 6vw, 1.5rem);
    margin-bottom: clamp(2rem, 0rem + 10vw, 2.5rem);
  }
}
.p-topAbout__txt {
  line-height: 2;
  margin-bottom: clamp(2.46856875rem, 0rem + 5.1429vw, 4.5rem);
}
@media screen and (max-width: 767px) {
  .p-topAbout__txt {
    margin-bottom: clamp(3.6rem, 0rem + 18vw, 4.5rem);
  }
}
.p-topAbout__list {
  display: flex;
  gap: 7.1428571429%;
}
@media screen and (max-width: 767px) {
  .p-topAbout__list {
    flex-flow: column;
    align-items: center;
    gap: clamp(3rem, 0rem + 15vw, 3.75rem);
  }
}
.p-topAbout__item {
  width: 28.5714285714%;
}
@media screen and (max-width: 767px) {
  .p-topAbout__item {
    width: 50%;
  }
}
.p-topAbout__feat {
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  background-color: rgba(128, 98, 0, 0.58);
  border: 1px solid rgba(253, 222, 136, 0.3);
}
.p-topAbout__feat strong {
  color: #E0B525;
}
.p-topAbout__num {
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  margin: clamp(0.34285625rem, 0rem + 0.7143vw, 0.625rem) 0;
}
.p-topAbout__num strong {
  font-size: clamp(2.0571375rem, 0rem + 4.2857vw, 3.75rem);
  color: #E0B525;
  font-family: "Times New Roman", "Noto Serif JP", serif;
  font-style: italic;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-topAbout__num strong {
    font-size: clamp(3rem, 0rem + 15vw, 3.75rem);
  }
}
.p-topAbout__desc {
  line-height: 2;
}
.p-topAbout__btn {
  text-align: center;
  margin-top: clamp(3rem, 1.1772rem + 3.7975vw, 4.5rem);
}
@media screen and (max-width: 767px) {
  .p-topAbout__btn {
    margin-top: clamp(3.6rem, 0rem + 18vw, 4.5rem);
  }
}
.p-topAbout__link {
  display: inline-block;
  width: 300px;
  padding: clamp(0.5rem, 0.1962rem + 0.6329vw, 0.75rem);
  font-size: clamp(0.625rem, 0.2453rem + 0.7911vw, 0.9375rem);
  border: 1px solid #E0B525;
  color: #E0B525;
  background-color: rgba(51, 51, 51, 0.4);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topAbout__link {
    width: 280px;
    padding: clamp(0.6rem, 0rem + 3vw, 0.75rem);
    font-size: clamp(0.75rem, 0rem + 3.75vw, 0.9375rem);
  }
}
.p-topAbout__link::after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  background-color: #E0B525;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  left: -95%;
  transform: translateY(-50%) rotateZ(30deg);
  transition: 0.3s;
}
.p-topAbout__link:hover {
  opacity: 1;
}
.p-topAbout__link:hover::after {
  left: 0%;
}

.p-topKnow__list {
  width: 100%;
  display: flex;
  row-gap: clamp(2.125rem, 0.9098rem + 2.5316vw, 3.125rem);
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-topKnow__link {
  text-align: center;
  margin-top: clamp(3.375rem, 1.4003rem + 4.1139vw, 5rem);
}
@media screen and (max-width: 767px) {
  .p-topKnow__link {
    margin-top: clamp(4rem, 0rem + 20vw, 5rem);
  }
}

.p-topNews__list {
  width: 83.3333333333%;
  margin-left: 16.6666666667%;
  display: flex;
  flex-flow: column;
  border-top: 1px solid #CCC;
}
@media screen and (max-width: 767px) {
  .p-topNews__list {
    width: 100%;
    margin-left: 0;
  }
}
.p-topNews__item {
  padding: clamp(2.5rem, 0.981rem + 3.1646vw, 3.75rem) 5% clamp(2.5rem, 0.981rem + 3.1646vw, 3.75rem) 10%;
  border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 767px) {
  .p-topNews__item {
    padding: clamp(1.5rem, 0rem + 7.5vw, 1.875rem) 5% clamp(1.5rem, 0rem + 7.5vw, 1.875rem) 15%;
  }
}
.p-topNews__wrap {
  width: 100%;
  height: auto;
  min-height: clamp(2.1875rem, 1.0483rem + 2.3734vw, 3.125rem);
  position: relative;
}
.p-topNews__wrap::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #E0B525;
  position: absolute;
  left: -8%;
  top: 50%;
  transform: skewY(-30deg) translateY(-50%) rotateZ(30deg);
}
@media screen and (max-width: 767px) {
  .p-topNews__wrap::before {
    left: -12%;
  }
}
.p-topNews__link {
  color: #333333;
  display: block;
  width: fit-content;
}
.p-topNews__info {
  font-family: Arial, "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  color: #888888;
  display: flex;
  gap: 2%;
  margin-bottom: 3px;
}
.p-topNews__date {
  font-size: clamp(0.5rem, 0.1962rem + 0.6329vw, 0.75rem);
}
@media screen and (max-width: 767px) {
  .p-topNews__date {
    font-size: clamp(0.6rem, 0rem + 3vw, 0.75rem);
  }
}
.p-topNews__cat {
  font-size: clamp(0.4375rem, 0.1337rem + 0.6329vw, 0.6875rem);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-topNews__cat {
    font-size: clamp(0.55rem, 0rem + 2.75vw, 0.6875rem);
  }
}
.p-topNews__post {
  font-size: clamp(0.625rem, 0.2453rem + 0.7911vw, 0.9375rem);
}
@media screen and (max-width: 767px) {
  .p-topNews__post {
    font-size: clamp(0.75rem, 0rem + 3.75vw, 0.9375rem);
  }
}
.p-topNews__archive {
  text-align: center;
  margin-top: clamp(3.375rem, 1.4003rem + 4.1139vw, 5rem);
}
@media screen and (max-width: 767px) {
  .p-topNews__archive {
    margin-top: clamp(4rem, 0rem + 20vw, 5rem);
  }
}

/*----------▲▲ home ▲▲----------*/
/*----------▼▼ footer ▼▼----------*/
.l-footer {
  background-color: #383838;
  position: relative;
  z-index: 100;
}
.l-footer__wrap {
  padding: 0 30px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.l-footer__wrap::before {
  content: "";
  display: block;
  width: 3.5%;
  height: 100%;
  background-color: #E0B525;
  opacity: 0.1;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: skewY(-30deg) translateY(-50%) rotateZ(30deg);
}
.l-footer__inner {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 0 20px;
    max-width: 400px;
    margin: 0 auto;
  }
}
.l-footer__cont {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.l-footer__logo {
  margin-top: clamp(3.9375rem, 1.5071rem + 5.0633vw, 5.9375rem);
  width: 6.5%;
}
.l-footer__logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-top: clamp(4.75rem, 0rem + 23.75vw, 5.9375rem);
    width: 25%;
  }
}
.l-footer__list1 {
  margin-top: clamp(3.9375rem, 1.5071rem + 5.0633vw, 5.9375rem);
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px 4%;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-footer__list1 {
    margin-top: clamp(3rem, 0rem + 15vw, 3.75rem);
    flex-flow: column;
    width: 75%;
  }
}
.l-footer__item1 .c-linkTxt {
  margin-left: 25px;
}
.l-footer__list2 {
  margin-top: clamp(1.625rem, 0.5617rem + 2.2152vw, 2.5rem);
  margin-bottom: clamp(3.9375rem, 1.5071rem + 5.0633vw, 5.9375rem);
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px 2%;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-footer__list2 {
    margin-top: clamp(2rem, 0rem + 10vw, 2.5rem);
    margin-bottom: clamp(3rem, 0rem + 15vw, 3.75rem);
    flex-flow: column;
    width: 75%;
  }
}
.l-footer__item2 a {
  font-size: clamp(0.5625rem, 0.1828rem + 0.7911vw, 0.875rem);
  color: #CCC;
}
@media screen and (max-width: 767px) {
  .l-footer__item2 a {
    font-size: clamp(0.7rem, 0rem + 3.5vw, 0.875rem);
  }
}
.l-footer__copyright {
  width: 100%;
  color: #888888;
  text-align: center;
  margin-bottom: clamp(0.625rem, 0.2453rem + 0.7911vw, 0.9375rem);
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin-bottom: clamp(0.75rem, 0rem + 3.75vw, 0.9375rem);
  }
}
.l-footer__scroll {
  display: block;
  padding-top: 62px;
  position: absolute;
  top: 0;
  right: 30px;
  transform: translate(50%, -30px);
  font-size: 12x;
  color: #CCC;
  text-align: center;
}
.l-footer__scroll::before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background-color: #888888;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  mix-blend-mode: difference;
  transition: 0.3s;
}
.l-footer__scroll:hover::before {
  transform: translateY(-40px);
}

/*----------▲▲ footer ▲▲----------*/
/*----------▼▼ page_404 ▼▼----------*/
.p-404 {
  text-align: center;
  line-height: 2;
}
.p-404__btn {
  text-align: center;
  margin-top: clamp(3rem, 1.1772rem + 3.7975vw, 4.5rem);
}
@media screen and (max-width: 767px) {
  .p-404__btn {
    margin-top: clamp(3.6rem, 0rem + 18vw, 4.5rem);
  }
}
.p-404__link {
  display: inline-block;
  width: 300px;
  padding: clamp(0.5rem, 0.1962rem + 0.6329vw, 0.75rem);
  font-size: clamp(0.625rem, 0.2453rem + 0.7911vw, 0.9375rem);
  border: 1px solid #E0B525;
  color: #fff;
  background-color: #E0B525;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-404__link {
    width: 280px;
    padding: clamp(0.6rem, 0rem + 3vw, 0.75rem);
    font-size: clamp(0.75rem, 0rem + 3.75vw, 0.9375rem);
  }
}
.p-404__link::after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  background-color: #fff;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: -95%;
  transform: translateY(-50%) rotateZ(30deg);
  transition: 0.3s;
}
.p-404__link:hover {
  opacity: 1;
}
.p-404__link:hover::after {
  left: 0%;
}

/*----------▲▲ page_404 ▲▲----------*/
/*----------▼▼ page_about ▼▼----------*/
#about .mission {
  background: url("../img/about/mission_sky.jpg") right bottom/cover no-repeat;
  margin-top: 80px;
  padding: 15vh 0 50vh;
}
@media screen and (max-width: 767px) {
  #about .mission {
    padding: clamp(7.5rem, 0rem + 37.5vw, 9.375rem) 0;
  }
}
#about .mission__cont {
  padding: 0 max((100vw - 1200px) / 2, 100px);
}
@media screen and (max-width: 767px) {
  #about .mission__cont {
    padding: 0 20px;
    max-width: 400px;
    margin: 0 auto;
  }
}
#about .mission__title {
  font-family: "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  font-size: clamp(1.125rem, 0.5174rem + 1.2658vw, 1.625rem);
  letter-spacing: 0.2em;
  font-weight: normal;
}
#about .mission__text {
  margin-top: 30px;
}
#about .mission__text:first-of-type {
  margin-top: 60px;
}
#about .target {
  padding-top: 120px;
  padding-bottom: 80px;
}
#about .target__cont {
  display: flex;
  align-items: center;
  padding-left: max((100vw - 1200px) / 2, 100px);
}
@media screen and (max-width: 767px) {
  #about .target__cont {
    flex-flow: column-reverse;
    padding: 0 20px;
    max-width: 400px;
    margin: 0 auto;
  }
}
#about .target__list {
  width: 40%;
  padding: 60px 60px 60px 0;
}
@media screen and (max-width: 767px) {
  #about .target__list {
    width: 100%;
    padding: clamp(3rem, 0rem + 15vw, 3.75rem) 0 0 13%;
  }
}
#about .target__item {
  margin-top: 40px;
  position: relative;
}
#about .target__item:first-of-type {
  margin-top: 0;
}
#about .target__item::before {
  content: "";
  display: block;
  width: 13px;
  height: 19px;
  background: url("../img/icon/slash_s.svg") center/cover no-repeat;
  position: absolute;
  top: 3px;
  left: -30px;
}
#about .target__image {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #about .target__image {
    width: 100%;
  }
}
#about .target__image img {
  object-fit: cover;
}

/*----------▲▲ page_about ▲▲----------*/
/*----------▼▼ page_for-employers ▼▼----------*/
.p-employersCta {
  padding: clamp(1.625rem, 0.5617rem + 2.2152vw, 2.5rem) 30px;
}
@media screen and (max-width: 767px) {
  .p-employersCta {
    padding: clamp(2rem, 0rem + 10vw, 2.5rem) 20px;
  }
}
.p-employersCta__list {
  display: flex;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .p-employersCta__list {
    flex-flow: column;
    gap: clamp(3rem, 0rem + 15vw, 3.75rem);
  }
}
.p-employersCta__item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-employersCta__item {
    width: 100%;
  }
}
.p-employersCta__img {
  width: 100%;
}
.p-employersCta__wrap {
  padding: 20px 0 0 5%;
}
.p-employersCta__tit {
  color: #C19314;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.p-employersCta__txt {
  font-size: 0.9375rem;
}
.p-employersCta__btn {
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: right;
}

.p-btnWrap {
  display: flex;
  justify-content: center;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .p-btnWrap {
    flex-flow: column;
    gap: 20px;
    align-items: center;
  }
}

/*----------▲▲ page_for-employers ▲▲----------*/
/*----------▼▼ page_contact ▼▼----------*/
/*----------▲▲ page_contact ▲▲----------*/
/*----------▼▼ page_policy ▼▼----------*/
.p-policyDesc {
  width: 52%;
  margin: 0 auto;
  font-size: 0.9375rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-policyDesc {
    width: 100%;
  }
}

.p-policy {
  width: 66.6666666667%;
  margin: 0 auto;
  padding: clamp(2.5rem, 0.981rem + 3.1646vw, 3.75rem) 0;
}
@media screen and (max-width: 767px) {
  .p-policy {
    width: 100%;
  }
}
.p-policy__list {
  display: flex;
  flex-flow: column;
  gap: 30px;
  counter-reset: number;
}
.p-policy__item {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  font-size: 0.9375rem;
  line-height: 1.75;
  padding: clamp(2.3125rem, 0.9454rem + 2.8481vw, 3.4375rem) 10% clamp(2.875rem, 1.0522rem + 3.7975vw, 4.375rem);
  counter-increment: number;
}
@media screen and (max-width: 767px) {
  .p-policy__item {
    padding: clamp(2rem, 0rem + 10vw, 2.5rem) 30px;
  }
}
.p-policy__item h2 {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  margin-bottom: clamp(1.625rem, 0.5617rem + 2.2152vw, 2.5rem);
}
@media screen and (max-width: 767px) {
  .p-policy__item h2 {
    padding-left: 20px;
  }
}
.p-policy__item h2::before {
  content: counter(number) ".";
  display: inline-block;
  font-family: "Times New Roman", "Noto Serif JP", serif;
  font-size: 1.125rem;
  position: absolute;
  left: -5%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-policy__item h2::before {
    left: 0;
  }
}
.p-policy__item p {
  margin-bottom: clamp(0.625rem, 0.2453rem + 0.7911vw, 0.9375rem);
}
.p-policy__item ul {
  padding-left: 20px;
  margin: clamp(1.25rem, 0.4905rem + 1.5823vw, 1.875rem) 0;
}
.p-policy__item li {
  position: relative;
}
.p-policy__item li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: -16px;
  top: 0;
}

/*----------▲▲ page_policy ▲▲----------*/
/*----------▼▼ job ▼▼----------*/
@media screen and (max-width: 767px) {
  .p-job {
    max-width: unset;
  }
}
.p-job__list {
  width: 100vw;
  margin-left: clamp(-1.02856875rem, 0rem - 2.1429vw, -1.875rem);
}
@media screen and (min-width: 1400px) {
  .p-job__list {
    margin-left: calc((100vw - 1400px) / -2 - 30px);
  }
}
@media screen and (max-width: 767px) {
  .p-job__list {
    margin-left: -20px;
  }
}
.p-job__list .slick-track {
  display: flex;
}
.p-job__list .slick-slide {
  margin: 0 10px;
}
.p-jobCard {
  width: 360px;
  height: 450px;
  padding: 30px 30px 20px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  color: #333333;
  border: 1px solid #CCC;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-jobCard {
    width: clamp(18rem, 0rem + 90vw, 22.5rem);
    padding: 25px 25px 15px;
  }
}
.p-jobCard__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-jobCard__link:hover {
  background-color: rgba(239, 239, 239, 0.5);
  transition: 0.3s;
}
.p-jobCard__main {
  width: 100%;
}
.p-jobCard__corp {
  width: 100%;
  height: 80px;
  display: flex;
  gap: 35px;
  align-items: center;
}
.p-jobCard__img {
  border: 1px solid #EFEFEF;
  width: 100px;
  height: 100%;
  padding: 5px;
}
.p-jobCard__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.p-jobCard__name {
  font-size: 14px;
}
.p-jobCard__tit {
  font-size: 18px;
  line-height: 1.5;
  color: #C19314;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.p-jobCard__titWrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 54px;
  margin-top: 15px;
}
.p-jobCard__info {
  font-size: 14px;
  display: flex;
  flex-flow: column;
  width: 100%;
  margin-top: 20px;
}
.p-jobCard__tag {
  margin-top: 25px;
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
}
.p-jobCard__tag li {
  padding: 4px 10px;
  min-width: 80px;
  font-size: 12px;
  background-color: #EFEFEF;
  color: #888888;
  line-height: 1;
  text-align: center;
  border-radius: 3px;
}
.p-jobCard__fund {
  width: 100%;
}
.p-jobCard__fundTit {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  color: #888888;
  position: relative;
  z-index: 0;
}
.p-jobCard__fundTit:after {
  content: "";
  display: block;
  width: calc(100% - 60px);
  height: 1px;
  background-color: #EFEFEF;
  position: absolute;
  top: 50%;
  right: 0;
}
.p-jobCard__fundWrap {
  width: 100%;
  height: 60px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.p-jobCard__fundInner {
  height: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
}
.p-jobCard__fundImg {
  width: 70px;
  height: 100%;
  border: 1px solid #EFEFEF;
  padding: 5px;
}
.p-jobCard__fundImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.p-jobCard__fundName {
  font-size: 13px;
}
.p-jobCard__fundLink {
  position: relative;
  z-index: 2;
  color: #C19314;
  font-size: 13px;
}
.p-jobCard.--new::after {
  content: "NEW";
  display: inline-block;
  width: 40px;
  padding: 2px 0;
  text-align: center;
  font-weight: bold;
  font-family: Arial, "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  font-size: 12px;
  background-color: #E0255F;
  color: #fff;
  position: absolute;
  top: -1px;
  right: -1px;
}
.p-job.--archive {
  margin-top: clamp(1.25rem, 0.4905rem + 1.5823vw, 1.875rem);
  margin-bottom: clamp(3.375rem, 1.4003rem + 4.1139vw, 5rem);
}
.p-job.--archive .p-job__wrap {
  padding: 0 5%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-job.--archive .p-job__wrap {
    padding: 0;
  }
}
.p-job.--archive .p-job__list {
  display: flex;
  justify-content: space-around;
  width: 100%;
  gap: clamp(2.5rem, 0.981rem + 3.1646vw, 3.75rem) 20px;
  margin-left: 0;
  flex-wrap: wrap;
}
.p-job.--archive .p-job__item.fade-right {
  transition-delay: 0s;
}
.p-job.--archive .p-jobInfo {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: clamp(1.25rem, 0.4905rem + 1.5823vw, 1.875rem);
}
@media screen and (max-width: 767px) {
  .p-job.--archive .p-jobInfo {
    flex-flow: column;
    gap: 20px;
  }
}
.p-job.--archive .p-jobInfo__list {
  display: flex;
  gap: 2px;
}
.p-job.--archive .p-jobInfo__item {
  width: clamp(5rem, 1.962rem + 6.3291vw, 7.5rem);
}
@media screen and (max-width: 767px) {
  .p-job.--archive .p-jobInfo__item {
    width: calc((100% - 4px) / 3);
  }
}
.p-job.--archive .p-jobInfo__item.is-active .p-jobInfo__link {
  border-bottom: 2px solid #E0B525;
  color: #333333;
}
.p-job.--archive .p-jobInfo__link {
  display: block;
  width: 100%;
  padding-bottom: clamp(0.625rem, 0.2453rem + 0.7911vw, 0.9375rem);
  border-bottom: 2px solid #EFEFEF;
  text-align: center;
  color: #CCC;
}
@media screen and (max-width: 767px) {
  .p-job.--archive .p-jobInfo__num {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .p-search {
    max-width: unset;
  }
}
.p-search__inner {
  width: 100%;
  padding: clamp(1.4375rem, 0.5261rem + 1.8987vw, 2.1875rem) 8%;
}
@media screen and (max-width: 767px) {
  .p-search__inner {
    padding: clamp(1.75rem, 0rem + 8.75vw, 2.1875rem) 0;
  }
}
.p-search__list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.625rem, 0.2453rem + 0.7911vw, 0.9375rem) 3.5%;
}
.p-search__item {
  width: 31%;
  display: flex;
  gap: 5px;
}
.p-search__item.--w100 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-search__item {
    width: auto;
  }
}
.p-search__label {
  display: flex;
  align-items: center;
  position: relative;
  width: clamp(4.11428125rem, 0rem + 8.5714vw, 7.5rem);
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-search__label {
    width: 85px;
  }
}
.p-search__label.--dots::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #999 0, #999 1px, transparent 1px, transparent 2px);
  margin-left: 0.5em;
}
.p-search__free {
  width: calc(100% - clamp(4.11428125rem, 0rem + 8.5714vw, 7.5rem) - 5px);
  height: 42px;
  background-color: #fff;
  border: 1px solid #CCC;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-search__free {
    width: calc(100% - 90px);
  }
}
.p-search__free input {
  padding: 10px 15px;
  width: 100%;
  font-size: 14px;
}
.p-search__free input::placeholder {
  color: #CCC;
  opacity: 1;
}
.p-search__fund {
  width: calc(100% - clamp(4.11428125rem, 0rem + 8.5714vw, 7.5rem) - 5px);
  height: 42px;
  background-color: #EFEFEF;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 6px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-search__fund {
    width: calc(100% - 90px);
    padding: 6px 6px 6px 15px;
  }
}
.p-search__fundName {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 1;
}
.p-search__fundBtn {
  font-size: 14px;
  height: 100%;
  background-color: #333333;
  border-radius: 20px;
  padding: 0 15px;
  color: #fff;
  display: flex;
  gap: 4px;
  align-items: center;
  line-height: 1;
  transition: 0.3s;
  cursor: pointer;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-search__fundBtn {
    font-size: 12px;
  }
}
.p-search__fundBtn img {
  margin-top: 2px;
}
.p-search__fundBtn:hover {
  opacity: 0.6;
}
.p-search__select {
  position: relative;
  width: calc(100% - clamp(4.11428125rem, 0rem + 8.5714vw, 7.5rem) - 5px);
  height: 42px;
  background-color: #fff;
  border: 1px solid #CCC;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-search__select {
    width: calc(100% - 90px);
    min-width: 180px;
  }
}
.p-search__select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 35px 10px 15px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  background: transparent;
  position: relative;
  z-index: 1;
  border: none;
}
.p-search__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8.66px solid #000;
  pointer-events: none;
}
.p-search .p-jobTag {
  align-items: start;
  margin-top: 10px;
}
.p-search .p-jobTag .p-search__label {
  height: 30px;
}
.p-search .p-jobTag__wrap {
  position: relative;
  display: flex;
  gap: 10px;
  width: calc(100% - clamp(4.11428125rem, 0rem + 8.5714vw, 7.5rem) - 5px);
  align-items: end;
}
@media screen and (max-width: 767px) {
  .p-search .p-jobTag__wrap {
    width: calc(100% - 90px);
  }
}
.p-search .p-jobTag__wrap.--expanded .p-jobTag__list {
  max-height: unset;
}
.p-search .p-jobTag__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  overflow: hidden;
  transition: 0.3s ease;
  max-height: 30px;
}
.p-search .p-jobTag__label {
  font-size: 11px;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #CCC;
  border-radius: 20px;
  background-color: #fff;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
}
.p-search .p-jobTag__label:hover {
  opacity: 0.6;
}
.p-search .p-jobTag__label.is-checked {
  background-color: #C19314;
  color: #fff;
}
.p-search .p-jobTag__label input[type=checkbox] {
  display: none;
}
.p-search .p-jobTag__more {
  position: relative;
  padding-left: 50px;
  margin-bottom: 10px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .p-search .p-jobTag__more {
    padding-left: 20px;
  }
}
.p-search .p-jobTag__more::before {
  content: "...";
  position: absolute;
  left: 0;
  bottom: 9px;
  font-size: 16px;
  pointer-events: none;
}
.p-search .p-jobTag__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 100%;
  cursor: pointer;
}
.p-search .p-jobTag__btn span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  width: 12px;
  height: 12px;
  line-height: 1;
}
.p-search .p-jobTag__btn:hover {
  opacity: 0.6;
}
.p-search .p-jobTag__btn:focus {
  outline: none;
}
.p-search__btn {
  margin: 30px auto 0;
  width: fit-content;
}
.p-searchBtn {
  width: 235px;
  height: 40px;
  background: linear-gradient(to left, #8D8D8D 0%, #5C5C5C 100%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 40px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.p-searchBtn::after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  background-color: #fff;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: -125%;
  transform: translateY(-50%) rotateZ(30deg);
  transition: 0.3s;
}
.p-searchBtn:hover {
  opacity: 1;
}
.p-searchBtn:hover::after {
  left: -25%;
}
.p-searchBtn__img {
  width: 20.2px;
}
.p-searchBtn__txt {
  font-size: 0.875rem;
  color: #fff;
  font-weight: bold;
}
.p-searchModal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  inset: 0;
  z-index: 300;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
}
.p-searchModal__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-searchModal__cont {
  height: 100%;
  width: 68%;
  margin: 0 auto;
  padding: clamp(1.25rem, 0.3386rem + 1.8987vw, 2rem) 0;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-searchModal__cont {
    width: 100%;
    padding: clamp(3rem, 0rem + 15vw, 3.75rem) 0 clamp(1rem, 0rem + 5vw, 1.25rem);
  }
}
.p-searchModal__cat {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px calc(5% + 25px);
  width: 100%;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .p-searchModal__cat {
    gap: 20px calc(5% + 20px);
  }
}
.p-searchModal__cat a {
  position: relative;
  opacity: 0.5;
  color: #fff;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-searchModal__cat a {
    font-size: clamp(0.75rem, 0rem + 3.75vw, 0.9375rem);
  }
}
.p-searchModal__cat a::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: skewY(-30deg) translateY(-50%) rotateZ(30deg);
}
@media screen and (max-width: 767px) {
  .p-searchModal__cat a::before {
    left: -15px;
  }
}
.p-searchModal__cat a:hover {
  opacity: 0.3;
}
.p-searchModal__cat a.is-active {
  opacity: 1;
  pointer-events: none;
}
.p-searchModal__box {
  width: 100%;
  height: calc(100% - 50px);
  padding: clamp(2.1875rem, 1.0483rem + 2.3734vw, 3.125rem) 4%;
  border: 1px solid #888888;
  overflow-y: auto;
}
.p-searchModal__list {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.875rem, 0.4193rem + 0.9494vw, 1.25rem) 2%;
}
@media screen and (max-width: 767px) {
  .p-searchModal__list {
    width: 100%;
  }
}
.p-searchModal__item {
  width: 49%;
}
.p-searchModal__link {
  background-color: #fff;
  display: block;
  width: 100%;
  height: clamp(4.6875rem, 1.6495rem + 6.3291vw, 7.1875rem);
  display: flex;
  align-items: center;
  padding: clamp(1rem, 0.3165rem + 1.4241vw, 1.5625rem);
  gap: 10%;
}
.p-searchModal__img {
  height: 100%;
  width: 40%;
}
.p-searchModal__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.p-searchModal__name {
  font-size: clamp(0.625rem, 0.3212rem + 0.6329vw, 0.875rem);
  color: #333333;
}
.p-searchModal__btn {
  width: 60px;
  height: 60px;
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-searchModal__btn {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
}
.p-searchModal__btnInner {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.p-searchModal__btnInner:hover {
  opacity: 0.6;
}
.p-searchModal__btnInner span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #EFEFEF;
  position: absolute;
  top: 10px;
}
.p-searchModal__btnInner span:nth-of-type(1) {
  transform: rotateZ(-45deg);
}
.p-searchModal__btnInner span:nth-of-type(2) {
  transform: rotateZ(45deg);
}

body.is-modal-open {
  overflow: hidden;
  height: 100vh;
}

@media screen and (max-width: 767px) {
  .p-singleJob {
    max-width: unset;
  }
}
.p-singleJob__inner {
  padding-top: 45px;
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-singleJob__inner {
    width: 100%;
  }
}
.p-singleJob__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .p-singleJob__wrap {
    flex-flow: column-reverse;
    gap: clamp(2rem, 0rem + 10vw, 2.5rem);
  }
}
.p-singleJob__left {
  width: 26%;
}
@media screen and (max-width: 767px) {
  .p-singleJob__left {
    width: 100%;
  }
}
.p-singleJob__right {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .p-singleJob__right {
    width: 100%;
  }
}
.p-singleJob__head {
  width: 100%;
}
.p-singleJob__logo {
  width: 100%;
  aspect-ratio: 13/9;
  border: 1px solid #EFEFEF;
  padding: 5%;
}
.p-singleJob__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.p-singleJob__fund {
  margin-top: 15px;
}
.p-singleJob .p-jobFund__tit {
  font-size: 0.75rem;
  color: #888888;
  position: relative;
  display: block;
}
.p-singleJob .p-jobFund__tit::after {
  content: "";
  display: block;
  width: calc(100% - 55px);
  height: 1px;
  background-color: #EFEFEF;
  position: absolute;
  top: 50%;
  right: 0;
}
.p-singleJob .p-jobFund__list {
  display: flex;
  flex-flow: column;
  gap: 10px;
  margin-top: 15px;
}
.p-singleJob .p-jobFund__item {
  width: 100%;
  height: 3.75rem;
  position: relative;
}
.p-singleJob .p-jobFund__inner {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 5.5%;
  align-items: center;
}
.p-singleJob .p-jobFund__img {
  width: 27%;
  height: 100%;
  padding: 5px;
  border: 1px solid #EFEFEF;
}
.p-singleJob .p-jobFund__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.p-singleJob .p-jobFund__name {
  font-size: 0.875rem;
}
.p-singleJob .p-jobFund__link {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.8125rem;
}
.p-singleJob__tit {
  font-size: 1.625rem;
  position: relative;
}
.p-singleJob__company {
  margin-top: 12px;
  font-size: 1.125rem;
}
.p-singleJob__info {
  margin-top: 50px;
  display: flex;
  gap: 10px 4%;
  flex-wrap: wrap;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-singleJob__info {
    margin-top: clamp(2rem, 0rem + 10vw, 2.5rem);
  }
}
.p-singleJob__tag {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.p-singleJob__tag li {
  font-size: 0.75rem;
  padding: 4px 10px;
  min-width: 80px;
  line-height: 1;
  text-align: center;
  color: #888888;
  border-radius: 3px;
  background-color: #EFEFEF;
}
.p-singleJob__main {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-flow: column;
  gap: 60px;
}
.p-singleJob__item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-singleJob__item .p-singleJob__wrap {
    flex-flow: column;
    gap: 20px;
  }
}
.p-singleJob__label {
  display: flex;
  margin: 30px 20% 0 0;
  justify-content: right;
}
@media screen and (max-width: 767px) {
  .p-singleJob__label {
    margin: 0;
    justify-content: center;
  }
}
.p-singleJob__labelInner {
  display: flex;
  flex-flow: column;
  gap: 20px;
  align-items: center;
}
.p-singleJob__labelInner span {
  color: #C19314;
  font-weight: bold;
  font-size: 0.9375rem;
}
.p-singleJob__cont {
  border: 1px solid #CCC;
  padding: 60px 8.5%;
}
.p-singleJob__link {
  margin-top: 75px;
  text-align: center;
}
.p-singleJob.--new .p-singleJob__tit::before {
  content: "NEW";
  display: inline-block;
  width: 40px;
  padding: 2px 0;
  text-align: center;
  font-weight: bold;
  font-family: Arial, "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  font-size: 12px;
  background-color: #E0255F;
  color: #fff;
  position: absolute;
  top: -20px;
  left: 0;
}
.p-singleJob__entry {
  width: 100vw;
  height: 80px;
  position: fixed;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  backdrop-filter: blur(10px) brightness(0.95);
  padding: 15px 0;
  z-index: 80;
  transition: opacity 0.4s ease;
}
.p-singleJob__entry.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.p-singleJob__entry .p-entryBtn {
  display: block;
  margin: 0 auto;
  width: 220px;
  height: 100%;
  background: linear-gradient(to left, #E3AA3D 0%, #BE8B2C 100%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 42px;
  position: relative;
  overflow: hidden;
}
.p-singleJob__entry .p-entryBtn::after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  background-color: #fff;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: -131%;
  transform: translateY(-50%) rotateZ(30deg);
  transition: 0.3s;
}
.p-singleJob__entry .p-entryBtn:hover {
  opacity: 1;
}
.p-singleJob__entry .p-entryBtn:hover::after {
  left: -20%;
}
.p-singleJob__entry .p-entryBtn__img {
  width: 23.3px;
}
.p-singleJob__entry .p-entryBtn__txt {
  font-size: 0.875rem;
  color: #fff;
  font-weight: bold;
}

/*----------▲▲ job ▲▲----------*/
/*----------▼▼ faq ▼▼----------*/
.p-faq__list {
  width: 66.6666666667%;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  gap: clamp(0.375rem, 0.0712rem + 0.6329vw, 0.625rem);
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    width: 100%;
    gap: clamp(0.5rem, 0rem + 2.5vw, 0.625rem);
  }
}
.p-faq__item {
  display: flex;
  flex-flow: column;
}
.p-faq__ques, .p-faq__ans {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 5%;
  padding: clamp(1.371425rem, 0rem + 2.8572vw, 2.5rem) 15% clamp(1.371425rem, 0rem + 2.8572vw, 2.5rem) 6%;
  font-size: clamp(0.51428125rem, 0rem + 1.0714vw, 0.9375rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__ques, .p-faq__ans {
    font-size: clamp(0.75rem, 0rem + 3.75vw, 0.9375rem);
  }
}
.p-faq__ques::before, .p-faq__ans::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #C19314;
  position: absolute;
  top: 0;
  left: 0;
}
.p-faq__ques span, .p-faq__ans span {
  font-family: Georgia, "Times New Roman", "Noto Serif JP", serif;
  font-size: clamp(1.44rem, 0rem + 3vw, 2.625rem);
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .p-faq__ques span, .p-faq__ans span {
    font-size: clamp(2.1rem, 0rem + 10.5vw, 2.625rem);
  }
}
.p-faq__ques {
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-faq__ques::before {
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-faq__ques:hover {
  opacity: 0.7;
  transition: 0.3s;
  cursor: pointer;
}
.p-faq__ques span {
  color: #CCC;
}
.p-faq__ansWrap {
  height: 0;
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-faq__ans span {
  color: #C19314;
}
.p-faq__btn {
  display: block;
  width: clamp(1.371425rem, 0rem + 2.8572vw, 2.5rem);
  height: clamp(1.371425rem, 0rem + 2.8572vw, 2.5rem);
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.p-faq__btn::before, .p-faq__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #C19314;
}
.p-faq__btn::before {
  width: 100%;
  height: 2px;
}
.p-faq__btn::after {
  width: 2px;
  height: 100%;
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-faq__item.js-open .p-faq__ques {
  background-color: #F8F8F8;
}
.p-faq__item.js-open .p-faq__ques::before {
  background-color: #888888;
}
.p-faq__item.js-open .p-faq__btn::after {
  transform: translate(-50%, 0%);
  opacity: 0;
}

/*----------▲▲ faq ▲▲----------*/
/*----------▼▼ archive ▼▼----------*/
.p-posts__list {
  display: flex;
  flex-flow: column;
  gap: clamp(1.25rem, 0.4905rem + 1.5823vw, 1.875rem);
}
.p-posts__pager {
  margin-top: clamp(3.375rem, 1.4003rem + 4.1139vw, 5rem);
}
.p-posts__pager .wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.p-posts__pager .wp-pagenavi a,
.p-posts__pager .wp-pagenavi .extend,
.p-posts__pager .wp-pagenavi .current {
  width: 40px;
  height: 40px;
}
.p-posts__pager .wp-pagenavi__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C19314;
  color: #fff;
}
.p-posts__pager .wp-pagenavi .extend .wp-pagenavi__wrap {
  background-color: transparent;
  color: #CCC;
}
.p-posts__pager .wp-pagenavi .current .wp-pagenavi__wrap {
  background-color: #CCC;
  color: #EFEFEF;
}

/*----------▲▲ archive ▲▲----------*/
/*----------▼▼ sidebar ▼▼----------*/
.l-postPage {
  padding: clamp(1.5625rem, 0.803rem + 1.5823vw, 2.1875rem) 30px clamp(3.125rem, 1.2263rem + 3.9557vw, 4.6875rem);
  display: flex;
  gap: 5%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-postPage {
    gap: clamp(3rem, 0rem + 15vw, 3.75rem);
    flex-flow: column;
    padding: clamp(1.75rem, 0rem + 8.75vw, 2.1875rem) 20px;
  }
}

.l-postMain {
  width: 66.6666666667%;
}
@media screen and (max-width: 767px) {
  .l-postMain {
    width: 100%;
  }
}

.l-sidebar {
  width: 28.3333333333%;
}
@media screen and (max-width: 767px) {
  .l-sidebar {
    width: 100%;
  }
}
.l-sidebar__tit {
  font-size: clamp(0.625rem, 0.3212rem + 0.6329vw, 0.875rem);
  font-family: "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  margin-bottom: 20px;
  color: #888888;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  .l-sidebar__tit {
    font-size: clamp(0.7rem, 0rem + 3.5vw, 0.875rem);
  }
}

.p-sideCat {
  width: 100%;
  margin-bottom: clamp(1.625rem, 0.5617rem + 2.2152vw, 2.5rem);
}
.p-sideCat:nth-of-type(n+2) {
  margin-top: clamp(1.625rem, 0.5617rem + 2.2152vw, 2.5rem);
}
.p-sideCat__list {
  display: flex;
  flex-flow: column;
  width: 100%;
  gap: 20px;
}
.p-sideCat__item {
  height: clamp(3.75rem, 1.4715rem + 4.7468vw, 5.625rem);
}
@media screen and (max-width: 767px) {
  .p-sideCat__item {
    height: clamp(5.5rem, 0rem + 27.5vw, 6.875rem);
  }
}
.p-sideCat__link {
  height: 100%;
  display: flex;
  gap: 10px;
  color: #333333;
}
.p-sideCat__img {
  width: 40%;
  display: flex;
}
.p-sideCat__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-sideCat__cont {
  width: calc(60% - 10px);
}
.p-sideCat__info {
  width: 100%;
  display: flex;
  gap: 5px;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  margin-bottom: clamp(0.375rem, 0.0712rem + 0.6329vw, 0.625rem);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-sideCat__info {
    margin-bottom: clamp(0.5rem, 0rem + 2.5vw, 0.625rem);
  }
}
.p-sideCat__info .c-card__cat {
  position: static;
  height: clamp(0.625rem, 0.3212rem + 0.6329vw, 0.875rem);
  min-width: clamp(3.375rem, 1.4003rem + 4.1139vw, 5rem);
  font-size: clamp(0.4375rem, 0.1337rem + 0.6329vw, 0.6875rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-sideCat__info .c-card__cat {
    height: clamp(0.7rem, 0rem + 3.5vw, 0.875rem);
    font-size: clamp(0.55rem, 0rem + 2.75vw, 0.6875rem);
  }
}
.p-sideCat__date {
  color: #888888;
  font-size: clamp(0.5rem, 0.1962rem + 0.6329vw, 0.75rem);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-sideCat__date {
    font-size: clamp(0.6rem, 0rem + 3vw, 0.75rem);
  }
}
.p-sideCat__tit {
  font-size: clamp(0.5625rem, 0.2587rem + 0.6329vw, 0.8125rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-sideCat__tit {
    font-size: clamp(0.65rem, 0rem + 3.25vw, 0.8125rem);
  }
}

@media screen and (max-width: 767px) {
  .p-sideTax {
    margin-bottom: clamp(2rem, 0rem + 10vw, 2.5rem);
  }
}
.p-sideTax__list {
  display: flex;
  flex-flow: column;
  border-top: 1px solid #CCC;
  width: 100%;
}
.p-sideTax__item {
  width: 100%;
  padding: clamp(0.875rem, 0.4193rem + 0.9494vw, 1.25rem) clamp(0.625rem, 0.2453rem + 0.7911vw, 0.9375rem);
  border-bottom: 1px solid #CCC;
}
.p-sideTax__link {
  color: #888888;
}

/*----------▲▲ sidebar ▲▲----------*/
/*----------▼▼ single ▼▼----------*/
.l-postCont {
  width: 66.6666666667%;
}
@media screen and (max-width: 767px) {
  .l-postCont {
    width: 100%;
  }
}
.l-postCont__pager {
  margin-top: clamp(2.5rem, 0.981rem + 3.1646vw, 3.75rem);
  padding-bottom: clamp(1.875rem, 0.7358rem + 2.3734vw, 2.8125rem);
  border-bottom: 1px solid #CCC;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-postCont__pager {
    margin-top: clamp(3rem, 0rem + 15vw, 3.75rem);
  }
}
.l-postCont__pager--prev, .l-postCont__pager--archive, .l-postCont__pager--next {
  width: 33.3333333333%;
  display: flex;
  align-items: center;
}
.l-postCont__pager--prev a, .l-postCont__pager--archive a, .l-postCont__pager--next a {
  color: #333333;
  font-size: clamp(0.625rem, 0.2453rem + 0.7911vw, 0.9375rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .l-postCont__pager--prev a, .l-postCont__pager--archive a, .l-postCont__pager--next a {
    font-size: clamp(0.6rem, 0rem + 3vw, 0.75rem);
  }
}
.l-postCont__pager--prev a {
  margin-right: 17%;
}
.l-postCont__pager--archive {
  text-align: center;
}
.l-postCont__pager--archive a {
  margin: 0 auto;
}
.l-postCont__pager--next {
  text-align: right;
}
.l-postCont__pager--next a {
  margin-left: 17%;
}
.l-postCont__list {
  margin-top: clamp(2.875rem, 1.0522rem + 3.7975vw, 4.375rem);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.625rem, 0.5617rem + 2.2152vw, 2.5rem) 5%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-postCont__list {
    margin-top: clamp(3.5rem, 0rem + 17.5vw, 4.375rem);
    flex-flow: column;
    gap: clamp(1.25rem, 0rem + 6.25vw, 1.5625rem);
  }
}
.l-postCont__item {
  width: 31.3333333333%;
}
@media screen and (max-width: 767px) {
  .l-postCont__item {
    width: 100%;
  }
}

/*----------▲▲ single ▲▲----------*/
/*----------▼▼ mediaBlock ▼▼----------*/
.c-mediaBlock {
  display: flex;
  margin: clamp(5rem, 1.962rem + 6.3291vw, 7.5rem) 0;
  align-items: center;
  padding-left: max((100vw - 1200px) / 2, 100px);
}
@media screen and (max-width: 767px) {
  .c-mediaBlock {
    flex-flow: column-reverse;
    gap: clamp(3rem, 0rem + 15vw, 3.75rem);
    padding: 0 20px;
    max-width: 400px;
    margin: clamp(3rem, 0rem + 15vw, 3.75rem) auto;
  }
}
.c-mediaBlock__cont {
  width: 40%;
  padding: 60px 60px 60px 0;
}
@media screen and (max-width: 767px) {
  .c-mediaBlock__cont {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-mediaBlock__cont h2 {
    margin-left: 50px;
  }
}
.c-mediaBlock__text {
  margin: 30px 0 0;
}
.c-mediaBlock__text:first-of-type {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-mediaBlock__text:first-of-type {
    margin-top: clamp(2rem, 0rem + 10vw, 2.5rem);
  }
}
.c-mediaBlock__image {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .c-mediaBlock__image {
    width: 100%;
  }
}
.c-mediaBlock__image img {
  object-fit: cover;
}

/*----------▲▲ mediaBlock ▲▲----------*/
/*----------▼▼ col2List ▼▼----------*/
.c-2colList {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 4%;
  max-width: 1200px;
  margin: 0 auto;
}
.c-2colList__item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .c-2colList__item {
    width: 100%;
  }
}
.c-2colList__img {
  width: 100%;
  aspect-ratio: 63/38;
}
.c-2colList__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-2colList__cont {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .c-2colList__cont {
    flex-flow: column;
    padding: 0;
    gap: 20px;
  }
}
.c-2colList__title {
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .c-2colList__title {
    padding: 0;
  }
}
.c-2colList__title--jp {
  color: #C19314;
  font-size: 1.1rem;
  font-weight: 700;
}
.c-2colList__title--en {
  font-family: "Times New Roman", "Noto Serif JP", serif;
  font-size: 0.8rem;
  color: #888888;
  margin-top: 10px;
}
.c-2colList__text {
  max-width: 290px;
}
@media screen and (max-width: 767px) {
  .c-2colList__text {
    max-width: unset;
  }
}

/*----------▲▲ col2List ▲▲----------*/
/*----------▼▼ orderedList ▼▼----------*/
.c-orderedList {
  margin-left: 16.6666666667%;
  width: 83.3333333333%;
  display: flex;
  flex-flow: column;
  border-top: 1px solid #CCC;
  counter-reset: number;
}
@media screen and (max-width: 767px) {
  .c-orderedList {
    margin: 0;
    width: 100%;
  }
}
.c-orderedList__item {
  padding: clamp(2.875rem, 1.0522rem + 3.7975vw, 4.375rem) 0 clamp(2.5rem, 0.981rem + 3.1646vw, 3.75rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CCC;
  counter-increment: number;
}
@media screen and (max-width: 767px) {
  .c-orderedList__item {
    flex-flow: column;
    gap: 40px;
  }
}
.c-orderedList__txt {
  padding-left: clamp(4.11428125rem, 0rem + 8.5714vw, 7.5rem);
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-orderedList__txt {
    width: 100%;
  }
}
.c-orderedList__txt::before {
  content: counter(number);
  display: inline-block;
  font-family: "Times New Roman", "Noto Serif JP", serif;
  font-style: italic;
  font-size: clamp(3.125rem, 1.2263rem + 3.9557vw, 4.6875rem);
  color: #C19314;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/*----------▲▲ orderedList ▲▲----------*/
/*----------▼▼ block-common ▼▼----------*/
.l-blockWrap {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-blockWrap {
    max-width: unset;
    padding: 0 15px;
  }
}

/*----------▲▲ block-common ▲▲----------*/
/*----------▼▼ fv-block ▼▼----------*/
.l-fvBlock {
  display: flex;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-fvBlock {
    flex-flow: column-reverse;
  }
}
.l-fvBlock__cont {
  width: 31.7857142857%;
  padding: clamp(13.75rem, 10.3125rem + 7.1615vw, 27.5rem) 3.5714285714% clamp(1.375rem, 1.0313rem + 0.7161vw, 2.75rem) 5.3571428571%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .l-fvBlock__cont {
    width: 100%;
    padding: clamp(2.5rem, 1.6071rem + 4.4643vw, 3.75rem) clamp(0.9375rem, 0.2679rem + 3.3482vw, 1.875rem);
  }
}
.l-fvBlock__top {
  position: absolute;
  top: clamp(5rem, 3.75rem + 2.6042vw, 10rem);
}
@media screen and (max-width: 767px) {
  .l-fvBlock__top {
    position: static;
    margin-bottom: clamp(1.25rem, 0.3571rem + 4.4643vw, 2.5rem);
  }
}
.l-fvBlock__catch {
  display: block;
  font-size: clamp(2.5rem, 1.875rem + 1.3021vw, 5rem);
  font-weight: bold;
  white-space: nowrap;
  background-color: #fff;
  line-height: 1;
  padding: clamp(1.125rem, 0.8438rem + 0.5859vw, 2.25rem) clamp(1.375rem, 1.0313rem + 0.7161vw, 2.75rem) clamp(1.125rem, 0.8438rem + 0.5859vw, 2.25rem) 0;
  letter-spacing: 0.2rem;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .l-fvBlock__catch {
    font-size: clamp(1.25rem, 0.3571rem + 4.4643vw, 2.5rem);
    padding: clamp(0.625rem, 0.1786rem + 2.2321vw, 1.25rem) 0;
    display: block;
    margin: 0 auto;
  }
}
.l-fvBlock__service {
  display: block;
  font-size: clamp(1.25rem, 0.9375rem + 0.651vw, 2.5rem);
  font-weight: bold;
  white-space: nowrap;
  background-color: #fff;
  line-height: 1;
  padding: clamp(0.5625rem, 0.4219rem + 0.293vw, 1.125rem) clamp(1.125rem, 0.8438rem + 0.5859vw, 2.25rem) clamp(0.5625rem, 0.4219rem + 0.293vw, 1.125rem) 0;
  letter-spacing: 0.2rem;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .l-fvBlock__service {
    font-size: clamp(0.625rem, 0.1786rem + 2.2321vw, 1.25rem);
    display: block;
    padding: clamp(0.5625rem, 0.4219rem + 0.293vw, 1.125rem) 0 clamp(0.5625rem, 0.4219rem + 0.293vw, 1.125rem) 0;
    margin: 0 auto;
  }
}
.l-fvBlock__mid {
  margin-bottom: clamp(2rem, 1.5rem + 1.0417vw, 4rem);
}
.l-fvBlock__logo {
  width: 100%;
  margin: 0 0 clamp(2.75rem, 2.0625rem + 1.4323vw, 5.5rem);
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-fvBlock__logo {
    max-width: 400px;
    margin: 0 auto clamp(2.25rem, 1.7143rem + 2.6786vw, 3rem);
  }
}
.l-fvBlock__logo img {
  width: 100%;
}
.l-fvBlock__desc {
  font-size: clamp(0.75rem, 0.5625rem + 0.3906vw, 1.5rem);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-fvBlock__desc {
    font-size: clamp(0.75rem, 0.4821rem + 1.3393vw, 1.125rem);
  }
}
@media screen and (max-width: 767px) {
  .l-fvBlock__btm {
    max-width: 400px;
    margin: 0 auto;
  }
}
.l-fvBlock__ctaTxt {
  font-size: clamp(0.75rem, 0.5625rem + 0.3906vw, 1.5rem);
  line-height: 1.5;
  margin-bottom: clamp(0.875rem, 0.6563rem + 0.4557vw, 1.75rem);
}
@media screen and (max-width: 767px) {
  .l-fvBlock__ctaTxt {
    font-size: clamp(0.75rem, 0.4821rem + 1.3393vw, 1.125rem);
  }
}
.l-fvBlock__btn {
  width: 100%;
  height: auto;
}
.l-fvBlock__btnLink {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.5rem, 0.375rem + 0.2604vw, 1rem);
  padding: clamp(0.75rem, 0.5625rem + 0.3906vw, 1.5rem);
  line-height: 1;
  letter-spacing: 0.02rem;
  border-radius: clamp(1.75rem, 1.3125rem + 0.9115vw, 3.5rem);
  transition: all 0.3s ease;
  background-color: #009389;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-fvBlock__btnLink {
    padding: clamp(0.75rem, -0.05rem + 4vw, 1rem);
  }
}
.l-fvBlock__btnLink:hover {
  color: #fff;
}
.l-fvBlock__btnIcon {
  margin: 0;
  height: clamp(0.5rem, 0rem + 1.0417vw, 2.5rem);
}
@media screen and (max-width: 767px) {
  .l-fvBlock__btnIcon {
    height: clamp(0.75rem, -0.05rem + 4vw, 1rem);
  }
}
.l-fvBlock__btnIcon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.l-fvBlock__btnTxt {
  font-size: clamp(0.5rem, 0rem + 1.0417vw, 2.5rem);
}
@media screen and (max-width: 767px) {
  .l-fvBlock__btnTxt {
    font-size: clamp(0.75rem, -0.05rem + 4vw, 1rem);
  }
}
.l-fvBlock__hero {
  width: 68.2142857143%;
  margin: 0;
  min-height: clamp(40rem, 30rem + 20.8333vw, 80rem);
}
@media screen and (max-width: 767px) {
  .l-fvBlock__hero {
    width: 100%;
    min-height: unset;
  }
}
.l-fvBlock__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*----------▲▲ fv-block ▲▲----------*/
/*----------▼▼ title-block ▼▼----------*/
.c-pageTit {
  width: 100%;
  position: relative;
  margin: 100px 0;
}
.c-pageTit::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0D1341;
  bottom: 0;
}
.c-pageTit__txt {
  font-size: clamp(2rem, 1.5rem + 1.0417vw, 4rem);
  font-weight: bold;
  text-align: center;
  color: #000000;
  margin-bottom: clamp(2rem, 1.5rem + 1.0417vw, 4rem);
}

.c-pageHead {
  width: 100%;
  margin: 100px 0;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .c-pageHead {
    padding: 0;
  }
}
.c-pageHead__txt {
  font-size: clamp(1.25rem, 0.9375rem + 0.651vw, 2.5rem);
  font-weight: bold;
  text-align: center;
  color: #000000;
  margin-bottom: clamp(2rem, 1.5rem + 1.0417vw, 4rem);
}
.c-pageHead__desc {
  font-size: clamp(0.875rem, 0.6563rem + 0.4557vw, 1.75rem);
  line-height: 2;
}

.c-subHead {
  width: 100%;
  margin: 100px 0;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .c-subHead {
    padding: 0;
  }
}
.c-subHead__txt {
  font-size: clamp(1.125rem, 0.8438rem + 0.5859vw, 2.25rem);
  font-weight: bold;
  text-align: center;
  color: #000000;
  margin: 0 auto clamp(2rem, 1.5rem + 1.0417vw, 4rem);
  display: block;
  width: fit-content;
  min-width: 70%;
  padding: 0 2%;
  line-height: 2;
  border-width: 3px;
  border-style: solid;
  border-color: #000000;
}
.c-subHead__desc {
  font-size: clamp(0.875rem, 0.6563rem + 0.4557vw, 1.75rem);
  line-height: 2;
}

.c-secTit {
  width: 100%;
  margin: 100px 0;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .c-secTit {
    padding: 0;
  }
}
.c-secTit__en {
  font-size: clamp(1.875rem, 1.4063rem + 0.9766vw, 3.75rem);
  font-weight: bold;
  text-align: center;
  color: #000000;
}
.c-secTit__jp {
  font-size: clamp(1rem, 0.75rem + 0.5208vw, 2rem);
  font-weight: bold;
  text-align: center;
  color: #000000;
  margin-bottom: clamp(2rem, 1.5rem + 1.0417vw, 4rem);
}
.c-secTit__desc {
  font-size: clamp(0.875rem, 0.6563rem + 0.4557vw, 1.75rem);
  line-height: 2;
}

/*----------▲▲ title-block ▲▲----------*/
/*----------▼▼ alternating-block ▼▼----------*/
.p-alterBlock {
  width: 100%;
  margin: 100px auto;
}
@media screen and (max-width: 767px) {
  .p-alterBlock {
    max-width: 400px;
  }
}
.p-alterBlock__list {
  display: flex;
  flex-flow: column;
  gap: clamp(5rem, 3.75rem + 2.6042vw, 10rem);
}
@media screen and (max-width: 767px) {
  .p-alterBlock__list {
    gap: clamp(2.5rem, 0.7143rem + 8.9286vw, 5rem);
  }
}
.p-alterBlock__item {
  display: flex;
  justify-content: space-between;
  flex-flow: row;
}
@media screen and (max-width: 767px) {
  .p-alterBlock__item {
    flex-flow: column;
    gap: clamp(1.75rem, 1.3125rem + 0.9115vw, 3.5rem);
  }
}
.p-alterBlock__item:nth-child(2n) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-alterBlock__item:nth-child(2n) {
    flex-flow: column;
  }
}
.p-alterBlock__img {
  width: 45%;
  height: fit-content;
  margin: 0 5% 0 0;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .p-alterBlock__img {
    width: 100%;
    padding: 0;
  }
}
.p-alterBlock__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.p-alterBlock__desc {
  width: 50%;
  padding-right: 5%;
  font-size: clamp(0.875rem, 0.6563rem + 0.4557vw, 1.75rem);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-alterBlock__desc {
    width: 100%;
    padding: 0;
  }
}

/*----------▲▲ alternating-block ▲▲----------*/
/*----------▼▼ column-block ▼▼----------*/
.p-column {
  width: 100%;
  margin: 100px auto;
}
@media screen and (max-width: 767px) {
  .p-column {
    max-width: 400px;
  }
}
.p-column__tit {
  font-size: clamp(1.25rem, 0.9375rem + 0.651vw, 2.5rem);
  font-weight: bold;
  text-align: center;
  color: #000000;
  margin-bottom: clamp(2rem, 1.5rem + 1.0417vw, 4rem);
}
.p-column__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.p-column__list.--col2 {
  gap: clamp(2.5rem, 1.875rem + 1.3021vw, 5rem) 8%;
}
.p-column__list.--col2 .p-column__item {
  width: 46%;
}
.p-column__list.--col2 .c-card__img {
  aspect-ratio: 16/9;
}
.p-column__list.--col2 .c-card__tit {
  border: 3px solid #000000;
}
.p-column__list.--col3 {
  gap: clamp(2.5rem, 1.875rem + 1.3021vw, 5rem) 4.25%;
}
.p-column__list.--col3 .p-column__item {
  width: 30.5%;
}
.p-column__list.--col3 .c-card__img {
  aspect-ratio: 5/4;
}
.p-column__list.--col4 {
  gap: clamp(2.5rem, 1.875rem + 1.3021vw, 5rem) 3%;
}
.p-column__list.--col4 .p-column__item {
  width: 22.75%;
}
.p-column__list.--col4 .c-card__img {
  aspect-ratio: 4/3;
}
@media screen and (max-width: 767px) {
  .p-column__list.--col2, .p-column__list.--col3, .p-column__list.--col4 {
    flex-flow: column;
    gap: clamp(2.5rem, 0.7143rem + 8.9286vw, 5rem);
  }
  .p-column__list.--col2 .p-column__item, .p-column__list.--col3 .p-column__item, .p-column__list.--col4 .p-column__item {
    width: 100%;
  }
  .p-column__list.--col2 .c-card__img, .p-column__list.--col3 .c-card__img, .p-column__list.--col4 .c-card__img {
    aspect-ratio: 4/3;
  }
}
.p-column__item {
  width: 100%;
}
.p-column .c-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-column .c-card {
    height: auto;
  }
}
.p-column .c-card__cont {
  width: 100%;
}
.p-column .c-card__img {
  width: 100%;
  margin-bottom: clamp(1.75rem, 1.3125rem + 0.9115vw, 3.5rem);
  border-radius: 10px;
  overflow: hidden;
}
.p-column .c-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-column .c-card__tit {
  font-size: clamp(1.125rem, 0.8438rem + 0.5859vw, 2.25rem);
  font-weight: bold;
  text-align: center;
  color: #000000;
  margin-bottom: clamp(1.5rem, 1.125rem + 0.7813vw, 3rem);
  display: block;
  width: 100%;
  line-height: 2;
}
.p-column .c-card__desc {
  font-size: clamp(0.875rem, 0.6563rem + 0.4557vw, 1.75rem);
  line-height: 2;
  margin-bottom: clamp(1.5rem, 1.125rem + 0.7813vw, 3rem);
}

/*----------▲▲ column-block ▲▲----------*/
/*----------▼▼ table-block ▼▼----------*/
.p-table {
  width: 100%;
  margin: 100px auto;
}
.p-table__tit {
  font-size: clamp(1.25rem, 0.9375rem + 0.651vw, 2.5rem);
  font-weight: bold;
  text-align: center;
  color: #000000;
  margin-bottom: clamp(2rem, 1.5rem + 1.0417vw, 4rem);
}
.p-table .c-table {
  font-size: clamp(0.625rem, 0.4688rem + 0.3255vw, 1.25rem);
  width: 100%;
}
.p-table .c-table__cont tr:last-child th {
  border-bottom: 1px solid #000000;
}
.p-table .c-table__cont tr:last-child td {
  border-bottom: 1px solid #CECECE;
}
.p-table .c-table__th {
  width: 18%;
  padding: clamp(0.625rem, 0.4688rem + 0.3255vw, 1.25rem);
  text-align: center;
  border-top: 1px solid #000000;
  position: relative;
}
.p-table .c-table__th::after {
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  right: 0;
  background-image: linear-gradient(to bottom, #CECECE 2px, transparent 1px);
  background-size: 1px 4px;
  background-repeat: repeat-y;
  background-position: center;
}
.p-table .c-table__td {
  width: 82%;
  padding: clamp(0.625rem, 0.4688rem + 0.3255vw, 1.25rem) 0 clamp(0.625rem, 0.4688rem + 0.3255vw, 1.25rem) 4%;
  border-top: 1px solid #CECECE;
  line-height: 2.5;
}

/*----------▲▲ table-block ▲▲----------*/
/*----------▼▼ content-box ▼▼----------*/
.p-contBox {
  width: 100%;
  margin: 100px auto;
  padding: clamp(2.5rem, 1.875rem + 1.3021vw, 5rem) 5%;
  background-color: #F0F1F3;
}
.p-contBox.--border {
  border-width: 4px;
  border-style: solid;
  border-color: #0D1341;
  background-color: transparent;
}
.p-contBox__tit {
  font-size: clamp(1.25rem, 0.9375rem + 0.651vw, 2.5rem);
  font-weight: bold;
  text-align: center;
  color: #000000;
  margin-bottom: clamp(2rem, 1.5rem + 1.0417vw, 4rem);
}
.p-contBox__desc {
  font-size: clamp(0.875rem, 0.6563rem + 0.4557vw, 1.75rem);
  line-height: 2;
  margin-bottom: clamp(2rem, 1.5rem + 1.0417vw, 4rem);
}
.p-contBox .c-linkBtn__link {
  width: fit-content;
  min-width: 280px;
  margin: 0 auto;
}

/*----------▲▲ content-box ▲▲----------*/
/*----------▼▼ slider-block ▼▼----------*/
.p-slider {
  width: 100%;
  margin: 100px auto;
}
.p-slider__tit {
  font-size: clamp(1.25rem, 0.9375rem + 0.651vw, 2.5rem);
  font-weight: bold;
  text-align: center;
  color: #000000;
  margin-bottom: clamp(2rem, 1.5rem + 1.0417vw, 4rem);
}
.p-slider__img {
  margin: 0 2vw;
  max-width: 25vw;
}
@media screen and (max-width: 767px) {
  .p-slider__img {
    max-width: 80vw;
  }
}

/*----------▲▲ slider-block ▲▲----------*/
/*----------▼▼ faq-block ▼▼----------*/
.p-faqBlock {
  width: 100%;
  margin: 100px auto;
}
.p-faqBlock__tit {
  font-size: clamp(1.25rem, 0.9375rem + 0.651vw, 2.5rem);
  font-weight: bold;
  text-align: center;
  color: #000000;
  margin-bottom: clamp(2rem, 1.5rem + 1.0417vw, 4rem);
}
.p-faqBlock__list {
  width: 100%;
  display: flex;
  flex-flow: column;
}
.p-faqBlock__item {
  border-bottom: 3px dotted #707070;
}
.p-faqBlock__txtQ {
  display: inline-block;
  width: 100%;
  padding: 0 clamp(2.5rem, 1.875rem + 1.3021vw, 5rem);
  color: #009389;
  position: relative;
}
.p-faqBlock__txtQ::before {
  content: "Q";
  display: block;
  position: absolute;
  left: 0;
  font-size: clamp(2rem, 1.5rem + 1.0417vw, 4rem);
  font-weight: bold;
}
.p-faqBlock__txtA {
  display: inline-block;
  width: 100%;
  padding: 0 clamp(2.5rem, 1.875rem + 1.3021vw, 5rem);
}
.p-faqBlock__txtA::before {
  content: "A";
  display: block;
  position: absolute;
  left: 0;
  font-size: clamp(2rem, 1.5rem + 1.0417vw, 4rem);
  font-weight: bold;
}

/*----------▲▲ faq-block ▲▲----------*/
/*----------▼▼ img-block ▼▼----------*/
.p-imgBlock {
  width: 100%;
  margin: 100px auto;
}
.p-imgBlock__tit {
  font-size: clamp(1.25rem, 0.9375rem + 0.651vw, 2.5rem);
  font-weight: bold;
  text-align: center;
  color: #000000;
  margin-bottom: clamp(2rem, 1.5rem + 1.0417vw, 4rem);
}
.p-imgBlock__img {
  width: 100%;
}
.p-imgBlock__img img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

/*----------▲▲ img-block ▲▲----------*/
/*----------▼▼ btn-block ▼▼----------*/
.p-btnBlock {
  width: 100%;
  margin: 100px auto;
}
.p-btnBlock .c-linkBtn__link {
  width: fit-content;
  min-width: 280px;
  margin: 0 auto;
}

/*----------▲▲ btn-block ▲▲----------*/
/*# sourceMappingURL=style.css.map */