@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;
  font-size: 100%;
  scroll-behavior: smooth;
}

@-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;
  line-height: 1.8;
}

body {
  margin: 0;
  text-align: left;
  background-color: #FAFAFA;
  color: #4C4C4C;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 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: #0F58A7;
  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;
}

a:focus-visible {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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-visible {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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 ▼▼----------*/
.l-inner {
  width: 100%;
  height: 100%;
  max-width: 1296px;
  padding: 0 48px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .l-inner {
    padding: 0 3vw;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 4vw;
  }
}

/*----------▲▲ common ▲▲----------*/
/*----------▼▼ header ▼▼----------*/
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.l-header__top {
  width: 100%;
  height: 96px;
  background-color: #FAFAFA;
}
@media screen and (max-width: 1280px) {
  .l-header__top {
    height: clamp(3.3333333333rem, 0rem + 16.6666666667vw, 8rem);
  }
}
.l-header__btm {
  width: 100%;
  height: 64px;
  background-color: #FFF;
}
@media screen and (max-width: 1280px) {
  .l-header__btm {
    display: none;
    pointer-events: none;
  }
}
.l-header__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo {
  width: fit-content;
  height: 54px;
}
@media screen and (max-width: 1280px) {
  .l-header__logo {
    height: clamp(1.7708333333rem, 0rem + 8.8541666667vw, 4.25rem);
  }
}
.l-header__logo a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1280px) {
  .l-header__logo a {
    gap: clamp(0.4166666667rem, 0rem + 2.0833333333vw, 1rem);
  }
}
.l-header__logo a img {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 1280px) {
  .l-header__logo a img {
    width: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
    height: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
  }
}
.l-header__logo span {
  font-size: 20px;
  font-weight: 700;
  color: #4C4C4C;
  line-height: 1.25;
}
@media screen and (max-width: 1280px) {
  .l-header__logo span {
    font-size: clamp(0.6510416667rem, 0rem + 3.2552083333vw, 1.5625rem);
  }
}
.l-header__cta {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .l-header__cta {
    display: none;
    pointer-events: none;
  }
}
.l-header__tel {
  display: block;
  padding-left: 20px;
  position: relative;
  font-size: 11px;
  text-align: center;
  color: #4C4C4C;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header__tel {
    pointer-events: none;
  }
}
.l-header__tel::before {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  background: url(../img/icon/tel.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
}
.l-header__tel span {
  font-size: 18px;
  color: #EA702D;
  font-weight: bold;
  white-space: nowrap;
}
.l-header__telSp {
  display: block;
  width: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
  height: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
  background: url(../img/icon/tel.svg) no-repeat center/contain;
}
.l-header__btn {
  display: flex;
  gap: 20px;
  align-items: center;
}
.l-header__compact {
  display: none;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .l-header__compact {
    display: flex;
    pointer-events: all;
    gap: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    align-items: end;
  }
}
.l-header__toggle {
  cursor: pointer;
}
.l-header__toggle:hover p {
  opacity: 0.6;
}
.l-header__toggle p {
  display: block;
  width: fit-content;
  color: #4C4C4C;
  font-weight: 600;
  transition: opacity 0.3s ease-in-out;
}
.l-header__toggleIcon {
  border-bottom: 2px solid #EA702D;
  border-right: 2px solid #EA702D;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.l-header__list {
  position: absolute;
  top: 44px;
  left: 0;
  background: #4C4C4C;
  width: max-content;
  display: none;
}
.l-header__item {
  position: relative;
}
.l-header__item:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background-color: #FFF;
}
.l-headerBurger {
  width: clamp(1.25rem, 0rem + 6.25vw, 3rem);
  cursor: pointer;
  padding-bottom: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  position: relative;
}
.l-headerBurger::after {
  content: "Menu";
  display: inline-block;
  color: #4C4C4C;
  font-size: clamp(0.46875rem, 0rem + 2.34375vw, 1.125rem);
  font-weight: 600;
  line-height: 1;
  position: absolute;
  bottom: 0;
  transition: 0.3s;
}
.l-headerBurger__wrap {
  height: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  position: relative;
}
.l-headerBurger__wrap span {
  width: 100%;
  height: clamp(0.1041666667rem, 0rem + 0.5208333333vw, 0.25rem);
  background-color: #EA702D;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
.l-headerBurger__wrap span:nth-child(1) {
  top: 0;
}
.l-headerBurger__wrap span:nth-child(2) {
  top: clamp(0.3125rem, 0rem + 1.5625vw, 0.75rem);
}
.l-headerBurger__wrap span:nth-child(3) {
  top: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
}
.l-headerBurger.is-active::after {
  content: "Close";
}
.l-headerBurger.is-active .l-headerBurger__wrap span:nth-child(1) {
  top: clamp(0.3645833333rem, 0rem + 1.8229166667vw, 0.875rem);
  transform: rotateZ(-30deg);
}
.l-headerBurger.is-active .l-headerBurger__wrap span:nth-child(2) {
  opacity: 0;
}
.l-headerBurger.is-active .l-headerBurger__wrap span:nth-child(3) {
  top: clamp(0.3645833333rem, 0rem + 1.8229166667vw, 0.875rem);
  transform: rotateZ(30deg);
}
.l-header__nav {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 20px 0;
}
.l-header__link {
  width: 14.2857142857%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #4C4C4C;
  position: relative;
}
.l-header__link a {
  display: block;
  width: fit-content;
  color: #4C4C4C;
  font-weight: 600;
  display: block;
  width: 100%;
  text-align: center;
}
.l-header__link .l-header__item a {
  padding: 1rem;
  color: #FFF;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: left;
}
.l-header__link .l-header__item a:hover {
  opacity: 1;
  background-color: #707070;
}
.l-header__link.is-active .l-header__toggleIcon {
  transform: translateX(-50%) translateY(4px) rotate(45deg);
}

main {
  margin-top: 160px;
}
@media screen and (max-width: 1280px) {
  main {
    margin-top: clamp(3.3333333333rem, 0rem + 16.6666666667vw, 8rem);
  }
}

/*----------▲▲ header ▲▲----------*/
/*----------▼▼ burger ▼▼----------*/
.l-burger {
  padding-bottom: 64px;
  position: fixed;
  top: clamp(3.3333333333rem, 0rem + 16.6666666667vw, 8rem);
  left: 0;
  width: 100vw;
  height: calc(100vh - clamp(3.3333333333rem, 0rem + 16.6666666667vw, 8rem));
  background: #4C4C4C;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-burger {
    padding-bottom: clamp(2.5rem, 0rem + 12.5vw, 6rem);
  }
}
.l-burger.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  overflow-y: scroll;
}
.l-burger__inner {
  width: 100%;
  padding: 0 8vw;
  max-width: 1000px;
  margin: 0 auto;
}
.l-burger__cat {
  border-bottom: 2px solid #FFF;
}
@media screen and (max-width: 767px) {
  .l-burger__cat {
    border-bottom: clamp(0.1041666667rem, 0rem + 0.5208333333vw, 0.25rem) solid #FFF;
  }
}
.l-burger__cat.is-active .l-burger__toggleIcon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  background-color: #4C4C4C;
}
.l-burger__page {
  display: block;
  width: 100%;
  padding: 1.5rem 2.5rem 1.5rem 0;
  position: relative;
  font-size: 1.125rem;
  font-weight: 600;
  color: #FFF;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-burger__page {
    padding: clamp(1.4583333333rem, 0rem + 7.2916666667vw, 3.5rem) clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem) clamp(1.4583333333rem, 0rem + 7.2916666667vw, 3.5rem) 0;
    font-size: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
  }
}
.l-burger__page::after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  right: 1.125rem;
  top: 50%;
  transform: translateY(-50%) rotateZ(45deg);
}
@media screen and (max-width: 767px) {
  .l-burger__page::after {
    width: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
    height: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
    border-top: clamp(0.1041666667rem, 0rem + 0.5208333333vw, 0.25rem) solid #FFF;
    border-right: clamp(0.1041666667rem, 0rem + 0.5208333333vw, 0.25rem) solid #FFF;
    right: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
  }
}
.l-burger__toggle {
  width: 100%;
  padding: 1.5rem 2.5rem 1.5rem 0;
  position: relative;
  font-size: 1.125rem;
  font-weight: 600;
  color: #FFF;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-burger__toggle {
    padding: clamp(1.4583333333rem, 0rem + 7.2916666667vw, 3.5rem) clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem) clamp(1.4583333333rem, 0rem + 7.2916666667vw, 3.5rem) 0;
    font-size: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
  }
}
.l-burger__toggleIcon {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .l-burger__toggleIcon {
    right: clamp(0.4166666667rem, 0rem + 2.0833333333vw, 1rem);
    width: clamp(1.25rem, 0rem + 6.25vw, 3rem);
    height: clamp(1.25rem, 0rem + 6.25vw, 3rem);
  }
}
.l-burger__toggleIcon::before, .l-burger__toggleIcon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #4C4C4C;
  transform: translate(-50%, -50%) rotate(0deg);
}
.l-burger__toggleIcon::before {
  width: 0.625rem;
  height: 0.125rem;
}
@media screen and (max-width: 767px) {
  .l-burger__toggleIcon::before {
    width: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
    height: clamp(0.1041666667rem, 0rem + 0.5208333333vw, 0.25rem);
  }
}
.l-burger__toggleIcon::after {
  transform-origin: center center;
  width: 0.125rem;
  height: 0.625rem;
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .l-burger__toggleIcon::after {
    width: clamp(0.1041666667rem, 0rem + 0.5208333333vw, 0.25rem);
    height: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.l-burger__list {
  background-color: #ffffff;
  padding: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-burger__list {
    padding: 0 clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.l-burger__item {
  padding: 1rem 2.25rem;
  position: relative;
  border-bottom: 2px solid #707070;
}
@media screen and (max-width: 767px) {
  .l-burger__item {
    padding: clamp(1.25rem, 0rem + 6.25vw, 3rem) clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
    border-bottom: clamp(0.1041666667rem, 0rem + 0.5208333333vw, 0.25rem) solid #707070;
  }
}
.l-burger__item:last-child {
  border-bottom: none;
}
.l-burger__item::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #EA702D;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 0.25rem);
  left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-burger__item::before {
    width: clamp(0.3125rem, 0rem + 1.5625vw, 0.75rem);
    height: clamp(0.3125rem, 0rem + 1.5625vw, 0.75rem);
    top: calc(50% - clamp(0.15625rem, 0rem + 0.78125vw, 0.375rem));
    left: clamp(0.3125rem, 0rem + 1.5625vw, 0.75rem);
  }
}
.l-burger__item::after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 2px solid #EA702D;
  border-right: 2px solid #EA702D;
  position: absolute;
  right: 1.125rem;
  top: 50%;
  transform: translateY(-50%) rotateZ(45deg);
}
@media screen and (max-width: 767px) {
  .l-burger__item::after {
    width: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
    height: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
    border-top: clamp(0.1041666667rem, 0rem + 0.5208333333vw, 0.25rem) solid #EA702D;
    border-right: clamp(0.1041666667rem, 0rem + 0.5208333333vw, 0.25rem) solid #EA702D;
    right: 0;
  }
}
.l-burger__link {
  color: #4C4C4C;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .l-burger__link {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.l-burger__btns {
  margin-top: 64px;
  display: flex;
  flex-flow: column;
  gap: 32px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-burger__btns {
    margin-top: clamp(2.5rem, 0rem + 12.5vw, 6rem);
    gap: clamp(1.25rem, 0rem + 6.25vw, 3rem);
  }
}

html.is-burgerOpen,
body.is-burgerOpen {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

/*----------▲▲ burger ▲▲----------*/
/*----------▼▼ footer ▼▼----------*/
.l-footer {
  background-color: #FFF;
}
.l-footer__main {
  padding: 64px 0 56px;
}
@media screen and (max-width: 767px) {
  .l-footer__main {
    padding: clamp(2.5rem, 0rem + 12.5vw, 6rem) 0;
  }
}
.l-footer__cont {
  display: flex;
  justify-content: space-between;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .l-footer__cont {
    flex-flow: column;
    gap: 0;
    padding: 0 4vw;
  }
}
.l-footer__corp {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .l-footer__corp {
    width: 100%;
    padding-bottom: clamp(1.875rem, 0rem + 9.375vw, 4.5rem);
    border-bottom: clamp(0.0520833333rem, 0rem + 0.2604166667vw, 0.125rem) solid #707070;
  }
}
.l-footer__logo {
  width: fit-content;
  height: 54px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    height: clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem);
  }
}
.l-footer__logo a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo a {
    gap: clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem);
  }
}
.l-footer__logo a img {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo a img {
    width: clamp(1.875rem, 0rem + 9.375vw, 4.5rem);
    height: clamp(1.875rem, 0rem + 9.375vw, 4.5rem);
  }
}
.l-footer__logo span {
  font-size: 20px;
  font-weight: 700;
  color: #4C4C4C;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .l-footer__logo span {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.l-footer__name {
  margin: 16px 0 48px;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .l-footer__name {
    margin: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem) 0 clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem);
    font-size: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
  }
}
.l-footer__info {
  margin-top: 40px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    margin-top: clamp(1.875rem, 0rem + 9.375vw, 4.5rem);
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.l-footer__office {
  font-weight: 600;
}
.l-footer__tel {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .l-footer__tel {
    margin-top: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.l-footer__site {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .l-footer__site {
    margin-top: clamp(0.4166666667rem, 0rem + 2.0833333333vw, 1rem);
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.l-footer__nav {
  width: 48%;
  display: flex;
  flex-flow: column;
  gap: 112px;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    width: 100%;
    gap: clamp(2.9166666667rem, 0rem + 14.5833333333vw, 7rem);
    padding-top: clamp(1.875rem, 0rem + 9.375vw, 4.5rem);
  }
}
.l-footer__row {
  width: 100%;
  display: flex;
  gap: 11%;
}
@media screen and (max-width: 767px) {
  .l-footer__row {
    flex-flow: column;
    gap: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
  }
}
.l-footer__col {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .l-footer__col {
    gap: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
  }
}
.l-footer__link {
  color: #4C4C4C;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.l-footer__link.is-clr1 {
  color: #EA702D;
}
.l-footer__copyright {
  width: 100%;
  height: 48px;
  background-color: #EA702D;
  color: #FFF;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    height: clamp(2.5rem, 0rem + 12.5vw, 6rem);
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}

/*----------▲▲ footer ▲▲----------*/
/*----------▼▼ sidebar ▼▼----------*/
.l-sidebar {
  display: flex;
  justify-content: space-between;
}
.l-sidebar__main {
  width: 74.5%;
}
@media screen and (max-width: 767px) {
  .l-sidebar__main {
    width: 100%;
  }
}
.l-sidebar__side {
  width: 23.5%;
}
@media screen and (max-width: 767px) {
  .l-sidebar__side {
    display: none;
  }
}
.l-sidebar .c-searchBox {
  height: 56px;
}
.l-sidebar .c-searchBox__btn {
  width: 56px;
  height: 56px;
}

/*----------▲▲ sidebar ▲▲----------*/
/*----------▼▼ module ▼▼----------*/
.c-h2Tit1 {
  width: 584px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-h2Tit1 {
    width: 100%;
  }
}
.c-h2Tit1__ja {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-h2Tit1__ja {
    font-size: clamp(1.1458333333rem, 0rem + 5.7291666667vw, 2.75rem);
  }
}
.c-h2Tit1__en {
  display: block;
  width: fit-content;
  margin: 8px auto 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #EA702D;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-h2Tit1__en {
    margin: clamp(0.2083333333rem, 0rem + 1.0416666667vw, 0.5rem) auto 0;
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.c-h2Tit1__en::before, .c-h2Tit1__en::after {
  content: "";
  display: block;
  width: 228px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .c-h2Tit1__en::before, .c-h2Tit1__en::after {
    height: clamp(0.0520833333rem, 0rem + 0.2604166667vw, 0.125rem);
  }
}
.c-h2Tit1__en::before {
  right: calc(100% + 36px);
}
@media screen and (max-width: 767px) {
  .c-h2Tit1__en::before {
    right: calc(100% + clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem));
  }
}
.c-h2Tit1__en::after {
  left: calc(100% + 36px);
}
@media screen and (max-width: 767px) {
  .c-h2Tit1__en::after {
    left: calc(100% + clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem));
  }
}

.c-h2Tit2 {
  font-size: 24px;
  font-weight: 600;
}

.c-h2Tit2 {
  font-size: 24px;
  font-weight: 600;
  padding-left: 16px;
  border-left: 4px solid #EA702D;
}

.c-h3Tit1 {
  font-size: 20px;
  font-weight: 600;
  color: #EA702D;
  width: 100%;
  border-bottom: 1px solid #707070;
  padding-bottom: 12px;
}

.c-link__text {
  font-size: 14px;
  font-weight: 600;
  color: #EA702D;
  text-decoration: underline;
}
.c-link__dl {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 37px;
  color: #4C4C4C;
  text-decoration: underline;
}
.c-link__dl::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon/icon_dl.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  background-color: #EA702D;
}

/*----------▲▲ module ▲▲----------*/
/*----------▼▼ btns ▼▼----------*/
.is-btnBlue {
  background-color: #364673 !important;
}

.c-ctaBtn {
  font-size: 14px;
  padding: 10px 16px 10px 36px;
  display: block;
  background-color: #EA702D;
  font-weight: 600;
  color: #FFF;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-ctaBtn {
    border-radius: clamp(0.2083333333rem, 0rem + 1.0416666667vw, 0.5rem);
  }
}
.c-ctaBtn::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: calc(50% - 8px);
}
.c-ctaBtn.is-download::before {
  background-image: url(../img/icon/download.svg);
}
.c-ctaBtn.is-contact::before {
  background-image: url(../img/icon/contact.svg);
}

.c-burgerBtn {
  width: 20rem;
  font-size: 1.125rem;
  padding: 1.125rem 2.25rem 1.125rem 3.5rem;
  display: block;
  background-color: #EA702D;
  font-weight: 600;
  color: #FFF;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-burgerBtn {
    border-radius: clamp(0.2083333333rem, 0rem + 1.0416666667vw, 0.5rem);
  }
}
@media screen and (max-width: 767px) {
  .c-burgerBtn {
    width: 100%;
    font-size: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
    padding: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem) clamp(2.5rem, 0rem + 12.5vw, 6rem);
  }
}
.c-burgerBtn::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 1rem;
  top: calc(50% - 0.75rem);
}
@media screen and (max-width: 767px) {
  .c-burgerBtn::before {
    width: clamp(1.25rem, 0rem + 6.25vw, 3rem);
    height: clamp(1.25rem, 0rem + 6.25vw, 3rem);
    left: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
    top: calc(50% - clamp(0.625rem, 0rem + 3.125vw, 1.5rem));
  }
}
.c-burgerBtn::after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  right: 1.125rem;
  top: 50%;
  transform: translateY(-50%) rotateZ(45deg);
}
@media screen and (max-width: 767px) {
  .c-burgerBtn::after {
    width: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
    height: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
    border-top: clamp(0.1041666667rem, 0rem + 0.5208333333vw, 0.25rem) solid #FFF;
    border-right: clamp(0.1041666667rem, 0rem + 0.5208333333vw, 0.25rem) solid #FFF;
    right: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
  }
}
.c-burgerBtn.is-download {
  background-color: #FFF;
  color: #364673;
}
.c-burgerBtn.is-download::before {
  background-image: url(../img/icon/download_blue.svg);
}
.c-burgerBtn.is-download::after {
  border-top: 2px solid #364673;
  border-right: 2px solid #364673;
}
@media screen and (max-width: 767px) {
  .c-burgerBtn.is-download::after {
    border-top: clamp(0.1041666667rem, 0rem + 0.5208333333vw, 0.25rem) solid #364673;
    border-right: clamp(0.1041666667rem, 0rem + 0.5208333333vw, 0.25rem) solid #364673;
  }
}
.c-burgerBtn.is-contact::before {
  background-image: url(../img/icon/contact.svg);
}
.c-burgerBtn.is-column {
  background-color: #FFEFD3;
  color: #EA702D;
}
.c-burgerBtn.is-column::before {
  background-image: url(../img/icon/column_orange.svg);
}
.c-burgerBtn.is-column::after {
  border-top: 2px solid #EA702D;
  border-right: 2px solid #EA702D;
}
@media screen and (max-width: 767px) {
  .c-burgerBtn.is-column::after {
    border-top: clamp(0.1041666667rem, 0rem + 0.5208333333vw, 0.25rem) solid #EA702D;
    border-right: clamp(0.1041666667rem, 0rem + 0.5208333333vw, 0.25rem) solid #EA702D;
  }
}

.c-fvBtn {
  font-size: 16px;
  padding: 16px 68px 16px 22px;
  display: block;
  background-color: #EA702D;
  font-weight: 600;
  color: #FFF;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-fvBtn {
    border-radius: clamp(0.2083333333rem, 0rem + 1.0416666667vw, 0.5rem);
  }
}
.c-fvBtn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotateZ(45deg);
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
}

.c-nextBtn {
  font-size: clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
  padding: clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem) clamp(1.0971428571rem, 0rem + 2.2857142857vw, 2rem) clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem) clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
  min-width: clamp(9.2571428571rem, 0rem + 19.2857142857vw, 16.875rem);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  width: fit-content;
  text-align: center;
  display: block;
  background-color: #EA702D;
  font-weight: 600;
  color: #FFF;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-nextBtn {
    border-radius: clamp(0.2083333333rem, 0rem + 1.0416666667vw, 0.5rem);
  }
}
@media screen and (max-width: 767px) {
  .c-nextBtn {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    padding: clamp(0.625rem, 0rem + 3.125vw, 1.5rem) clamp(3.125rem, 0rem + 15.625vw, 7.5rem) clamp(0.625rem, 0rem + 3.125vw, 1.5rem) clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
    min-width: clamp(13.8020833333rem, 0rem + 69.0104166667vw, 33.125rem);
  }
}
.c-nextBtn::after {
  content: "";
  display: block;
  width: clamp(1.0971428571rem, 0rem + 2.2857142857vw, 2rem);
  height: clamp(0.1714285714rem, 0rem + 0.3571428571vw, 0.3125rem);
  background: url(../img/common/arrow_white.svg) no-repeat center/contain;
  position: absolute;
  right: clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
  top: calc(50% - clamp(0.1028571429rem, 0rem + 0.2142857143vw, 0.1875rem));
}
@media screen and (max-width: 767px) {
  .c-nextBtn::after {
    width: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
    height: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
    right: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
    top: calc(50% - clamp(0.1302083333rem, 0rem + 0.6510416667vw, 0.3125rem));
  }
}

.c-prevBtn {
  font-size: clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
  padding: clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem) clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem) clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem) clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
  min-width: clamp(9.2571428571rem, 0rem + 19.2857142857vw, 16.875rem);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  width: fit-content;
  text-align: center;
  display: block;
  background-color: #EA702D;
  font-weight: 600;
  color: #FFF;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-prevBtn {
    border-radius: clamp(0.2083333333rem, 0rem + 1.0416666667vw, 0.5rem);
  }
}
@media screen and (max-width: 767px) {
  .c-prevBtn {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    padding: clamp(0.625rem, 0rem + 3.125vw, 1.5rem) clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem) clamp(0.625rem, 0rem + 3.125vw, 1.5rem) clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    min-width: clamp(13.8020833333rem, 0rem + 69.0104166667vw, 33.125rem);
  }
}
.c-prevBtn::after {
  content: "";
  display: block;
  width: clamp(1.0971428571rem, 0rem + 2.2857142857vw, 2rem);
  height: clamp(0.1714285714rem, 0rem + 0.3571428571vw, 0.3125rem);
  background: url(../img/common/arrow_white.svg) no-repeat center/contain;
  position: absolute;
  left: clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
  top: calc(50% - clamp(0.1028571429rem, 0rem + 0.2142857143vw, 0.1875rem));
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .c-prevBtn::after {
    width: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
    height: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
    left: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
    top: calc(50% - clamp(0.1302083333rem, 0rem + 0.6510416667vw, 0.3125rem));
  }
}

/*----------▲▲ btns ▲▲----------*/
/*----------▼▼ card ▼▼----------*/
.c-cardList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(3.2914285714rem, 0rem + 6.8571428571vw, 6rem) 2.75%;
}
@media screen and (max-width: 767px) {
  .c-cardList {
    flex-flow: column;
    gap: clamp(3.125rem, 0rem + 15.625vw, 7.5rem);
  }
}
.c-cardList__item {
  width: 31.5%;
}
.c-cardList .c-cardList__item {
  position: relative;
  height: clamp(12.8571428571rem, 0rem + 26.7857142857vw, 23.4375rem);
}
@media screen and (max-width: 767px) {
  .c-cardList .c-cardList__item {
    width: 100% !important;
    height: clamp(19.53125rem, 0rem + 97.65625vw, 46.875rem);
  }
}
.c-cardList .c-cardList__link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  position: relative;
  color: #4C4C4C;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-cardList .c-cardList__link {
    border-radius: clamp(0.2083333333rem, 0rem + 1.0416666667vw, 0.5rem);
  }
}
.c-cardList .c-cardList__link::after {
  content: "・詳細をみる";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: clamp(1.0971428571rem, 0rem + 2.2857142857vw, 2rem);
  background-color: #FFEFD3;
  color: #EA702D;
  font-size: clamp(0.4114285714rem, 0rem + 0.8571428571vw, 0.75rem);
  font-weight: 600;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-cardList .c-cardList__link::after {
    height: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.c-cardList .c-cardList__cat {
  display: block;
  padding: clamp(0.2057142857rem, 0rem + 0.4285714286vw, 0.375rem) clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
  min-width: clamp(3.0857142857rem, 0rem + 6.4285714286vw, 5.625rem);
  background-color: #EA702D;
  border-radius: 0 0 clamp(0.2742857143rem, 0rem + 0.5714285714vw, 0.5rem) 0;
  font-size: clamp(0.48rem, 0rem + 1vw, 0.875rem);
  color: #FFF;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-cardList .c-cardList__cat {
    padding: clamp(0.3125rem, 0rem + 1.5625vw, 0.75rem) clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    min-width: clamp(4.6875rem, 0rem + 23.4375vw, 11.25rem);
    border-radius: 0 0 clamp(0.4166666667rem, 0rem + 2.0833333333vw, 1rem) 0;
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.c-cardList .c-cardList__img {
  width: 100%;
  height: clamp(7.3714285714rem, 0rem + 15.3571428571vw, 13.4375rem);
}
@media screen and (max-width: 767px) {
  .c-cardList .c-cardList__img {
    height: clamp(10.4166666667rem, 0rem + 52.0833333333vw, 25rem);
  }
}
.c-cardList .c-cardList__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-cardList .c-cardList__cont {
  width: 100%;
  height: calc(100% - clamp(7.3714285714rem, 0rem + 15.3571428571vw, 13.4375rem));
  padding: clamp(0.8228571429rem, 0rem + 1.7142857143vw, 1.5rem) clamp(0.8228571429rem, 0rem + 1.7142857143vw, 1.5rem) clamp(1.92rem, 0rem + 4vw, 3.5rem);
}
@media screen and (max-width: 767px) {
  .c-cardList .c-cardList__cont {
    height: calc(100% - clamp(10.4166666667rem, 0rem + 52.0833333333vw, 25rem));
    padding: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem) clamp(1.25rem, 0rem + 6.25vw, 3rem) clamp(2.9166666667rem, 0rem + 14.5833333333vw, 7rem);
  }
}
.c-cardList .c-cardList__post {
  font-size: clamp(0.7542857143rem, 0rem + 1.5714285714vw, 1.375rem);
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-cardList .c-cardList__post {
    font-size: clamp(1.1458333333rem, 0rem + 5.7291666667vw, 2.75rem);
  }
}
.c-cardList .c-cardList__tags {
  width: 100%;
  padding: 0 clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
  display: flex;
  gap: clamp(0.0685714286rem, 0rem + 0.1428571429vw, 0.125rem) clamp(0.5142857143rem, 0rem + 1.0714285714vw, 0.9375rem);
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: clamp(1.6457142857rem, 0rem + 3.4285714286vw, 3rem);
  overflow: hidden;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .c-cardList .c-cardList__tags {
    bottom: clamp(1.875rem, 0rem + 9.375vw, 4.5rem) !important;
  }
}
@media screen and (max-width: 767px) {
  .c-cardList .c-cardList__tags {
    padding: 0 clamp(1.25rem, 0rem + 6.25vw, 3rem);
    gap: 0 clamp(1.171875rem, 0rem + 5.859375vw, 2.8125rem);
    bottom: clamp(2.4685714286rem, 0rem + 5.1428571429vw, 4.5rem);
  }
}
.c-cardList .c-cardList__tags li {
  line-height: 1;
}
.c-cardList .c-cardList__tags a {
  display: inline-block;
  width: fit-content;
  font-size: clamp(0.4114285714rem, 0rem + 0.8571428571vw, 0.75rem);
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .c-cardList .c-cardList__tags a {
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.c-cardList.is-col4 {
  gap: clamp(2.1942857143rem, 0rem + 4.5714285714vw, 4rem) 2%;
}
.c-cardList.is-col4 .c-cardList__item {
  width: 23.5%;
}
.c-cardList.is-col4 .c-cardList__item {
  position: relative;
  height: clamp(12.3428571429rem, 0rem + 25.7142857143vw, 22.5rem);
}
@media screen and (max-width: 767px) {
  .c-cardList.is-col4 .c-cardList__item {
    width: 100% !important;
    height: clamp(19.53125rem, 0rem + 97.65625vw, 46.875rem);
  }
}
.c-cardList.is-col4 .c-cardList__link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  position: relative;
  color: #4C4C4C;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-cardList.is-col4 .c-cardList__link {
    border-radius: clamp(0.2083333333rem, 0rem + 1.0416666667vw, 0.5rem);
  }
}
.c-cardList.is-col4 .c-cardList__link::after {
  content: "・詳細をみる";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: clamp(1.0971428571rem, 0rem + 2.2857142857vw, 2rem);
  background-color: #FFEFD3;
  color: #EA702D;
  font-size: clamp(0.4114285714rem, 0rem + 0.8571428571vw, 0.75rem);
  font-weight: 600;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-cardList.is-col4 .c-cardList__link::after {
    height: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.c-cardList.is-col4 .c-cardList__cat {
  display: block;
  padding: clamp(0.2057142857rem, 0rem + 0.4285714286vw, 0.375rem) clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
  min-width: clamp(3.0857142857rem, 0rem + 6.4285714286vw, 5.625rem);
  background-color: #EA702D;
  border-radius: 0 0 clamp(0.2742857143rem, 0rem + 0.5714285714vw, 0.5rem) 0;
  font-size: clamp(0.48rem, 0rem + 1vw, 0.875rem);
  color: #FFF;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-cardList.is-col4 .c-cardList__cat {
    padding: clamp(0.3125rem, 0rem + 1.5625vw, 0.75rem) clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    min-width: clamp(4.6875rem, 0rem + 23.4375vw, 11.25rem);
    border-radius: 0 0 clamp(0.4166666667rem, 0rem + 2.0833333333vw, 1rem) 0;
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.c-cardList.is-col4 .c-cardList__img {
  width: 100%;
  height: clamp(6.4457142857rem, 0rem + 13.4285714286vw, 11.75rem);
}
@media screen and (max-width: 767px) {
  .c-cardList.is-col4 .c-cardList__img {
    height: clamp(10.4166666667rem, 0rem + 52.0833333333vw, 25rem);
  }
}
.c-cardList.is-col4 .c-cardList__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-cardList.is-col4 .c-cardList__cont {
  width: 100%;
  height: calc(100% - clamp(6.4457142857rem, 0rem + 13.4285714286vw, 11.75rem));
  padding: clamp(0.8228571429rem, 0rem + 1.7142857143vw, 1.5rem) clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
}
@media screen and (max-width: 767px) {
  .c-cardList.is-col4 .c-cardList__cont {
    height: calc(100% - clamp(10.4166666667rem, 0rem + 52.0833333333vw, 25rem));
    padding: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem) clamp(1.25rem, 0rem + 6.25vw, 3rem) clamp(2.9166666667rem, 0rem + 14.5833333333vw, 7rem);
  }
}
.c-cardList.is-col4 .c-cardList__post {
  font-size: clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-cardList.is-col4 .c-cardList__post {
    font-size: clamp(1.1458333333rem, 0rem + 5.7291666667vw, 2.75rem);
  }
}
.c-cardList.is-col4 .c-cardList__tags {
  width: 100%;
  padding: 0 clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
  display: flex;
  gap: clamp(0.0685714286rem, 0rem + 0.1428571429vw, 0.125rem) clamp(0.5142857143rem, 0rem + 1.0714285714vw, 0.9375rem);
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: clamp(1.6457142857rem, 0rem + 3.4285714286vw, 3rem);
  overflow: hidden;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .c-cardList.is-col4 .c-cardList__tags {
    bottom: clamp(1.875rem, 0rem + 9.375vw, 4.5rem) !important;
  }
}
@media screen and (max-width: 767px) {
  .c-cardList.is-col4 .c-cardList__tags {
    padding: 0 clamp(1.25rem, 0rem + 6.25vw, 3rem);
    gap: 0 clamp(1.171875rem, 0rem + 5.859375vw, 2.8125rem);
    bottom: clamp(2.4685714286rem, 0rem + 5.1428571429vw, 4.5rem);
  }
}
.c-cardList.is-col4 .c-cardList__tags li {
  line-height: 1;
}
.c-cardList.is-col4 .c-cardList__tags a {
  display: inline-block;
  width: fit-content;
  font-size: clamp(0.4114285714rem, 0rem + 0.8571428571vw, 0.75rem);
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .c-cardList.is-col4 .c-cardList__tags a {
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.c-cardList.with-side {
  gap: clamp(2.1942857143rem, 0rem + 4.5714285714vw, 4rem) 2.75%;
}
.c-cardList.with-side .c-cardList__item {
  position: relative;
  height: clamp(12.3428571429rem, 0rem + 25.7142857143vw, 22.5rem);
}
@media screen and (max-width: 767px) {
  .c-cardList.with-side .c-cardList__item {
    width: 100% !important;
    height: clamp(19.53125rem, 0rem + 97.65625vw, 46.875rem);
  }
}
.c-cardList.with-side .c-cardList__link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  position: relative;
  color: #4C4C4C;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-cardList.with-side .c-cardList__link {
    border-radius: clamp(0.2083333333rem, 0rem + 1.0416666667vw, 0.5rem);
  }
}
.c-cardList.with-side .c-cardList__link::after {
  content: "・詳細をみる";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: clamp(1.0971428571rem, 0rem + 2.2857142857vw, 2rem);
  background-color: #FFEFD3;
  color: #EA702D;
  font-size: clamp(0.4114285714rem, 0rem + 0.8571428571vw, 0.75rem);
  font-weight: 600;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-cardList.with-side .c-cardList__link::after {
    height: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.c-cardList.with-side .c-cardList__cat {
  display: block;
  padding: clamp(0.2057142857rem, 0rem + 0.4285714286vw, 0.375rem) clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
  min-width: clamp(3.0857142857rem, 0rem + 6.4285714286vw, 5.625rem);
  background-color: #EA702D;
  border-radius: 0 0 clamp(0.2742857143rem, 0rem + 0.5714285714vw, 0.5rem) 0;
  font-size: clamp(0.48rem, 0rem + 1vw, 0.875rem);
  color: #FFF;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-cardList.with-side .c-cardList__cat {
    padding: clamp(0.3125rem, 0rem + 1.5625vw, 0.75rem) clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    min-width: clamp(4.6875rem, 0rem + 23.4375vw, 11.25rem);
    border-radius: 0 0 clamp(0.4166666667rem, 0rem + 2.0833333333vw, 1rem) 0;
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.c-cardList.with-side .c-cardList__img {
  width: 100%;
  height: clamp(6.4457142857rem, 0rem + 13.4285714286vw, 11.75rem);
}
@media screen and (max-width: 767px) {
  .c-cardList.with-side .c-cardList__img {
    height: clamp(10.4166666667rem, 0rem + 52.0833333333vw, 25rem);
  }
}
.c-cardList.with-side .c-cardList__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-cardList.with-side .c-cardList__cont {
  width: 100%;
  height: calc(100% - clamp(6.4457142857rem, 0rem + 13.4285714286vw, 11.75rem));
  padding: clamp(0.8228571429rem, 0rem + 1.7142857143vw, 1.5rem) clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
}
@media screen and (max-width: 767px) {
  .c-cardList.with-side .c-cardList__cont {
    height: calc(100% - clamp(10.4166666667rem, 0rem + 52.0833333333vw, 25rem));
    padding: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem) clamp(1.25rem, 0rem + 6.25vw, 3rem) clamp(2.9166666667rem, 0rem + 14.5833333333vw, 7rem);
  }
}
.c-cardList.with-side .c-cardList__post {
  font-size: clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-cardList.with-side .c-cardList__post {
    font-size: clamp(1.1458333333rem, 0rem + 5.7291666667vw, 2.75rem);
  }
}
.c-cardList.with-side .c-cardList__tags {
  width: 100%;
  padding: 0 clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
  display: flex;
  gap: clamp(0.0685714286rem, 0rem + 0.1428571429vw, 0.125rem) clamp(0.5142857143rem, 0rem + 1.0714285714vw, 0.9375rem);
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: clamp(1.6457142857rem, 0rem + 3.4285714286vw, 3rem);
  overflow: hidden;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .c-cardList.with-side .c-cardList__tags {
    bottom: clamp(1.875rem, 0rem + 9.375vw, 4.5rem) !important;
  }
}
@media screen and (max-width: 767px) {
  .c-cardList.with-side .c-cardList__tags {
    padding: 0 clamp(1.25rem, 0rem + 6.25vw, 3rem);
    gap: 0 clamp(1.171875rem, 0rem + 5.859375vw, 2.8125rem);
    bottom: clamp(2.4685714286rem, 0rem + 5.1428571429vw, 4.5rem);
  }
}
.c-cardList.with-side .c-cardList__tags li {
  line-height: 1;
}
.c-cardList.with-side .c-cardList__tags a {
  display: inline-block;
  width: fit-content;
  font-size: clamp(0.4114285714rem, 0rem + 0.8571428571vw, 0.75rem);
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .c-cardList.with-side .c-cardList__tags a {
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}

.c-pickupCard {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .c-pickupCard {
    width: 100%;
  }
}

.c-pickupCard__item {
  position: relative;
  height: clamp(20.9142857143rem, 0rem + 43.5714285714vw, 38.125rem);
}
@media screen and (max-width: 767px) {
  .c-pickupCard__item {
    width: 100% !important;
    height: clamp(19.53125rem, 0rem + 97.65625vw, 46.875rem);
  }
}
.c-pickupCard__link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  position: relative;
  color: #4C4C4C;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-pickupCard__link {
    border-radius: clamp(0.2083333333rem, 0rem + 1.0416666667vw, 0.5rem);
  }
}
.c-pickupCard__link::after {
  content: "・ピックアップ記事を読む";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: clamp(1.3714285714rem, 0rem + 2.8571428571vw, 2.5rem);
  background-color: #FFEFD3;
  color: #EA702D;
  font-size: clamp(0.48rem, 0rem + 1vw, 0.875rem);
  font-weight: 600;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-pickupCard__link::after {
    height: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.c-pickupCard__cat {
  display: block;
  padding: clamp(0.2057142857rem, 0rem + 0.4285714286vw, 0.375rem) clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
  min-width: clamp(3.7714285714rem, 0rem + 7.8571428571vw, 6.875rem);
  background-color: #EA702D;
  border-radius: 0 0 clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem) 0;
  font-size: clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
  color: #FFF;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-pickupCard__cat {
    padding: clamp(0.3125rem, 0rem + 1.5625vw, 0.75rem) clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    min-width: clamp(4.6875rem, 0rem + 23.4375vw, 11.25rem);
    border-radius: 0 0 clamp(0.4166666667rem, 0rem + 2.0833333333vw, 1rem) 0;
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.c-pickupCard__img {
  width: 100%;
  height: clamp(13.5428571429rem, 0rem + 28.2142857143vw, 24.6875rem);
}
@media screen and (max-width: 767px) {
  .c-pickupCard__img {
    height: clamp(10.4166666667rem, 0rem + 52.0833333333vw, 25rem);
  }
}
.c-pickupCard__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-pickupCard__cont {
  width: 100%;
  height: calc(100% - clamp(13.5428571429rem, 0rem + 28.2142857143vw, 24.6875rem));
  padding: clamp(1.0971428571rem, 0rem + 2.2857142857vw, 2rem) clamp(0.8228571429rem, 0rem + 1.7142857143vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .c-pickupCard__cont {
    height: calc(100% - clamp(10.4166666667rem, 0rem + 52.0833333333vw, 25rem));
    padding: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem) clamp(1.25rem, 0rem + 6.25vw, 3rem) clamp(2.9166666667rem, 0rem + 14.5833333333vw, 7rem);
  }
}
.c-pickupCard__post {
  font-size: clamp(0.8228571429rem, 0rem + 1.7142857143vw, 1.5rem);
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-pickupCard__post {
    font-size: clamp(1.1458333333rem, 0rem + 5.7291666667vw, 2.75rem);
  }
}
.c-pickupCard__tags {
  width: 100%;
  padding: 0 clamp(0.8228571429rem, 0rem + 1.7142857143vw, 1.5rem);
  display: flex;
  gap: clamp(0.0685714286rem, 0rem + 0.1428571429vw, 0.125rem) clamp(0.5142857143rem, 0rem + 1.0714285714vw, 0.9375rem);
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: clamp(2.4685714286rem, 0rem + 5.1428571429vw, 4.5rem);
  overflow: hidden;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .c-pickupCard__tags {
    bottom: clamp(1.875rem, 0rem + 9.375vw, 4.5rem) !important;
  }
}
@media screen and (max-width: 767px) {
  .c-pickupCard__tags {
    padding: 0 clamp(1.25rem, 0rem + 6.25vw, 3rem);
    gap: 0 clamp(1.171875rem, 0rem + 5.859375vw, 2.8125rem);
    bottom: clamp(2.4685714286rem, 0rem + 5.1428571429vw, 4.5rem);
  }
}
.c-pickupCard__tags li {
  line-height: 1;
}
.c-pickupCard__tags a {
  display: inline-block;
  width: fit-content;
  font-size: clamp(0.48rem, 0rem + 1vw, 0.875rem);
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .c-pickupCard__tags a {
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}

/*----------▲▲ card ▲▲----------*/
/*----------▼▼ cookie ▼▼----------*/
.c-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) {
  .c-cookieConsent {
    display: block;
    bottom: -200px;
    padding: 20px 20px;
    left: 30px;
    width: calc(100% - 60px);
    text-align: center;
  }
}
.c-cookieConsent.is-show {
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent.is-show {
    bottom: 30px;
  }
}
.c-cookieConsent__text {
  width: 90%;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent__text {
    width: 100%;
    text-align: left;
  }
}
.c-cookieConsent__agree {
  font-size: 0.875rem;
  color: #4C4C4C;
  background-color: #FFF;
  border: solid 1px #CCC;
  padding: 10px 30px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent__agree {
    display: inline-block;
    text-align: center;
    margin: 10px auto 0;
  }
}
.c-cookieConsent__agree:hover {
  opacity: 0.6;
  color: #FFF;
  background-color: #EA702D;
}

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

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/*----------▲▲ cookie ▲▲----------*/
/*----------▼▼ wysiwyg ▼▼----------*/
.c-wysiwyg h2,
.c-wysiwyg h3,
.c-wysiwyg h4,
.c-wysiwyg h5,
.c-wysiwyg h6 {
  margin: 0;
  padding: 0;
}
.c-wysiwyg h2 {
  font-size: 24px;
  font-weight: 600;
  padding-left: 16px;
  border-left: 4px solid #EA702D;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg h2 {
    margin-top: 32px;
  }
}
.c-wysiwyg h3 {
  font-size: 20px;
  font-weight: 600;
  color: #EA702D;
  width: 100%;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg h3 {
    margin-top: 48px;
  }
}
.c-wysiwyg h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 33px;
  color: #4C4C4C;
  margin-top: 48px;
  position: relative;
  display: inline-block;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg h4 {
    margin-top: 32px;
  }
}
.c-wysiwyg h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #FFEFD3;
  border-radius: 4px;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
}
.c-wysiwyg h5 {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #111;
}
.c-wysiwyg h6 {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #999;
}
.c-wysiwyg p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #333;
  margin-top: 24px;
}
.c-wysiwyg p a {
  text-decoration: underline;
  word-break: break-all;
  font-weight: bold;
}
.c-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;
}
.c-wysiwyg li + li {
  margin-top: 8px;
}
.c-wysiwyg ul,
.c-wysiwyg ol {
  margin-top: 24px;
}
.c-wysiwyg ul li::before {
  background-color: #EA702D;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.c-wysiwyg ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
}
.c-wysiwyg ol li:before {
  content: counter(n) ".";
  counter-increment: n;
  font-weight: 600;
  font-size: 20px;
  color: #EA702D;
  position: absolute;
  left: 0;
  top: 0;
}
.c-wysiwyg figure {
  margin-top: 32px;
  background-color: #ffffff;
}
.c-wysiwyg figure img {
  width: 100%;
  height: auto;
  padding: 24px;
  border: 1px solid #707070;
}
.c-wysiwyg table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: 40px;
}
.c-wysiwyg table tr {
  border-bottom: 1px solid #ccc;
}
.c-wysiwyg table th,
.c-wysiwyg table td {
  font-size: 16px;
  color: #333;
  padding: 1em;
}
.c-wysiwyg table th {
  font-weight: bold;
  width: 20%;
  background-color: #F4F3F0;
}
.c-wysiwyg dl {
  line-height: 36px;
}
.c-wysiwyg dl dt {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.c-wysiwyg dl dd {
  font-weight: normal;
  font-size: 16px;
  color: #333;
}
.c-wysiwyg form {
  margin-top: 100px;
}
.c-wysiwyg h2:first-child,
.c-wysiwyg h3:first-child,
.c-wysiwyg h4:first-child,
.c-wysiwyg h5:first-child,
.c-wysiwyg h6:first-child,
.c-wysiwyg p:first-child {
  margin-top: 0;
}
.c-wysiwyg blockquote {
  margin-top: 32px;
  padding: 52px 24px;
  background-color: #FFF8EB;
  position: relative;
}
.c-wysiwyg blockquote::before {
  content: "“";
  position: absolute;
  top: 0;
  left: 24px;
  font-size: 42px;
  font-weight: 600;
}
.c-wysiwyg blockquote::after {
  content: "”";
  position: absolute;
  bottom: 0;
  right: 24px;
  font-size: 42px;
  font-weight: 600;
}
.c-wysiwyg blockquote p {
  font-size: 16px;
  font-weight: 400;
}

.c-wysiwyg #toc_container ul.toc_list li::before {
  position: static;
  width: 0;
  height: 0;
}

/*----------▲▲ wysiwyg ▲▲----------*/
/*----------▼▼ breadcrumb ▼▼----------*/
.c-breadcrumb {
  width: 100%;
  margin: 28px 0;
  font-weight: bold;
  padding-top: 28px;
}
.c-breadcrumb a {
  text-decoration: underline;
}

/*----------▲▲ breadcrumb ▲▲----------*/
/*----------▼▼ pagination ▼▼----------*/
.c-pagination .wp-pagenavi {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  position: relative;
  width: fit-content;
}
.c-pagination a {
  color: #4C4C4C;
}
.c-pagination__wrap {
  width: 1.5rem;
  height: 2rem;
  background-color: #EA702D;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.c-pagination .current .c-pagination__wrap {
  background-color: #fff;
  color: #EA702D;
}
.c-pagination .previouspostslink,
.c-pagination .nextpostslink {
  position: absolute;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1rem;
  font-weight: 400;
  color: #EA702D;
  top: 40%;
  transform: translateY(-50%);
  white-space: nowrap;
  padding-bottom: 8px;
}
.c-pagination .previouspostslink::after,
.c-pagination .nextpostslink::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  width: 56px;
  height: 6px;
}
.c-pagination .previouspostslink {
  right: calc(100% + 1.5rem);
}
.c-pagination .previouspostslink::after {
  background-image: url(../img/icon/icon-left-arrow.svg);
  right: 0;
}
.c-pagination .nextpostslink {
  left: calc(100% + 1.5rem);
}
.c-pagination .nextpostslink::after {
  background-image: url(../img/icon/icon-right-arrow.svg);
  left: 0;
}

.is-pageBlue .c-pagination__wrap {
  background-color: #364673 !important;
}
.is-pageBlue .current .c-pagination__wrap {
  background-color: #fff !important;
  color: #364673 !important;
}
.is-pageBlue .previouspostslink,
.is-pageBlue .nextpostslink {
  color: #364673 !important;
}
.is-pageBlue .previouspostslink {
  right: calc(100% + 1.5rem);
}
.is-pageBlue .previouspostslink::after {
  background-image: url(../img/icon/icon-left-blue_arrow.svg);
  right: 0;
}
.is-pageBlue .nextpostslink {
  left: calc(100% + 1.5rem);
}
.is-pageBlue .nextpostslink::after {
  background-image: url(../img/icon/icon-right-blue_arrow.svg);
  left: 0;
}

/*----------▲▲ pagination ▲▲----------*/
/*----------▼▼ searchbox ▼▼----------*/
.c-searchBox {
  width: 100%;
  height: 67px;
  border: 2px solid #707070;
  border-right: none;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-left: 1.5rem;
  margin-top: 24px;
  border-radius: 4px;
}
.c-searchBox__input {
  font-weight: 400;
  font-size: 24px;
  width: calc(100% - 4rem);
}
.c-searchBox__input::placeholder {
  color: #707070;
}
.c-searchBox__btn {
  display: flex;
  cursor: pointer;
  width: 67px;
  height: 67px;
  background-color: #EA702D;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  position: relative;
  border-radius: 0 4px 4px 0;
}
.c-searchBox__btn::after {
  content: "";
  position: absolute;
  background-image: url(../img/icon/icon_search_word.svg);
  width: 33px;
  height: 33px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-searchBox__btn:hover {
  opacity: 0.6;
}

/*----------▲▲ searchbox ▲▲----------*/
/*----------▼▼ cta ▼▼----------*/
.c-ctaSec {
  background-color: #FFEFD3;
  padding: 76px 0 96px;
  position: relative;
  z-index: 80;
}
@media screen and (max-width: 767px) {
  .c-ctaSec {
    padding: clamp(2.5rem, 0rem + 12.5vw, 6rem) 0 clamp(3.3333333333rem, 0rem + 16.6666666667vw, 8rem);
  }
}
.c-ctaSec__tit {
  margin-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .c-ctaSec__tit {
    margin-bottom: clamp(4.5833333333rem, 0rem + 22.9166666667vw, 11rem);
  }
}
.c-ctaSec__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-ctaSec__list {
    flex-flow: column;
    gap: clamp(4.1666666667rem, 0rem + 20.8333333333vw, 10rem);
  }
}
.c-ctaSec__item {
  width: 31.5%;
  height: clamp(9.4285714286rem, 0rem + 19.6428571429vw, 17.1875rem);
  padding: clamp(2.9142857143rem, 0rem + 6.0714285714vw, 5.3125rem) clamp(1.8514285714rem, 0rem + 3.8571428571vw, 3.375rem) clamp(2.1942857143rem, 0rem + 4.5714285714vw, 4rem);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-ctaSec__item {
    width: 100%;
    height: clamp(14.3229166667rem, 0rem + 71.6145833333vw, 34.375rem);
    padding: clamp(4.4270833333rem, 0rem + 22.1354166667vw, 10.625rem) clamp(2.8125rem, 0rem + 14.0625vw, 6.75rem) clamp(3.3333333333rem, 0rem + 16.6666666667vw, 8rem);
    border-radius: clamp(0.3125rem, 0rem + 1.5625vw, 0.75rem);
  }
}
.c-ctaSec__item::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #EA702D;
  position: absolute;
  bottom: calc(100% - 40px);
  left: calc(50% - 40px);
}
@media screen and (max-width: 767px) {
  .c-ctaSec__item::before {
    width: clamp(4.1666666667rem, 0rem + 20.8333333333vw, 10rem);
    height: clamp(4.1666666667rem, 0rem + 20.8333333333vw, 10rem);
    bottom: calc(100% - clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem));
    left: calc(50% - clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem));
  }
}
.c-ctaSec__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-ctaSec__item:nth-child(1)::after {
  width: 24px;
  height: 42px;
  background: url(../img/icon/tel_w.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-ctaSec__item:nth-child(1)::after {
    width: clamp(1.25rem, 0rem + 6.25vw, 3rem);
    height: clamp(2.1875rem, 0rem + 10.9375vw, 5.25rem);
  }
}
.c-ctaSec__item:nth-child(2)::before {
  background-color: #364673;
}
.c-ctaSec__item:nth-child(2)::after {
  width: 24px;
  height: 40px;
  background: url(../img/icon/download.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-ctaSec__item:nth-child(2)::after {
    width: clamp(1.25rem, 0rem + 6.25vw, 3rem);
    height: clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem);
  }
}
.c-ctaSec__item:nth-child(3)::after {
  width: 32px;
  height: 32px;
  background: url(../img/icon/contact.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-ctaSec__item:nth-child(3)::after {
    width: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
    height: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
  }
}
.c-ctaSec__h3 {
  font-size: clamp(0.6857142857rem, 0rem + 1.4285714286vw, 1.25rem);
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ctaSec__h3 {
    font-size: clamp(1.1458333333rem, 0rem + 5.7291666667vw, 2.75rem);
  }
}
.c-ctaSec__tel {
  font-size: clamp(0.6171428571rem, 0rem + 1.2857142857vw, 1.125rem);
  font-weight: 600;
  color: #4C4C4C;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-ctaSec__tel {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.c-ctaSec__tel span {
  color: #EA702D;
  font-weight: 700;
  font-size: clamp(1.1314285714rem, 0rem + 2.3571428571vw, 2.0625rem);
}
@media screen and (max-width: 767px) {
  .c-ctaSec__tel span {
    font-size: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
  }
}
.c-ctaSec__btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-ctaSec__btn {
    margin-top: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
  }
}

/*----------▲▲ cta ▲▲----------*/
/*----------▼▼ page-title ▼▼----------*/
.c-pageTit {
  margin: 76px 0 0;
}
@media screen and (max-width: 767px) {
  .c-pageTit {
    padding: clamp(2.5rem, 0rem + 12.5vw, 6rem) 0 0;
    margin: 0;
  }
}
.c-pageTit .u-bgculw::after {
  top: -48px;
}
.c-pageTit__wrap {
  width: 100%;
}
.c-pageTit__title {
  font-size: 2em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-pageTit__title {
    font-size: 1.5em;
  }
}
.c-pageTit__titleWrap {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 32px;
}
.c-pageTit__title--en {
  font-size: 14px;
  font-weight: 600;
  color: #EA702D;
}
.c-pageTit__title--dash {
  flex: 1;
  height: 1px;
  background-color: #707070;
  align-self: center;
}

/*----------▲▲ page-title ▲▲----------*/
/*----------▼▼ home ▼▼----------*/
.p-topFv {
  width: 100%;
  background: url(../img/home/fv.jpg) no-repeat center/cover;
}
.p-topFv__wrap {
  width: 100%;
  padding: 32px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topFv__wrap {
    padding: clamp(2.9166666667rem, 0rem + 14.5833333333vw, 7rem) 4vw;
  }
}
.p-topFv__cont {
  width: 674px;
  margin: 0 auto;
  padding: 40px 48px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .p-topFv__cont {
    width: 100%;
    padding: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem) clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
    border-radius: clamp(0.4166666667rem, 0rem + 2.0833333333vw, 1rem);
  }
}
.p-topFv__toward {
  color: #EA702D;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-topFv__toward {
    font-size: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
    text-align: center;
  }
}
.p-topFv__lead {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .p-topFv__lead {
    font-size: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
    text-align: center;
    line-height: 1.4;
  }
}
.p-topFv__lead .u-box {
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .p-topFv__lead .u-box {
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.p-topFv__lead .u-txtBlue {
  font-size: 20px;
  padding-left: 0.6em;
}
@media screen and (max-width: 767px) {
  .p-topFv__lead .u-txtBlue {
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.p-topFv__lead .is-dots {
  position: relative;
}
.p-topFv__lead .is-dots::before {
  content: "・・・・・";
  position: absolute;
  bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  .p-topFv__lead .is-dots::before {
    display: none;
  }
}
.p-topFv__awards {
  width: 94%;
  margin: 16px auto 32px;
  display: flex;
  justify-content: space-between;
  gap: 0.5%;
}
@media screen and (max-width: 767px) {
  .p-topFv__awards {
    width: 100%;
    margin: clamp(1.25rem, 0rem + 6.25vw, 3rem) 0 clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
    gap: 3%;
  }
}
.p-topFv__award {
  width: 33%;
  height: 94px;
  background: url(../img/home/award.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-topFv__award {
    width: 31.3333333333%;
    height: clamp(2.6041666667rem, 0rem + 13.0208333333vw, 6.25rem);
  }
}
.p-topFv__award p {
  margin-top: 4px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-topFv__award p {
    margin-top: clamp(0.1041666667rem, 0rem + 0.5208333333vw, 0.25rem);
    font-size: clamp(0.46875rem, 0rem + 2.34375vw, 1.125rem);
  }
}
.p-topFv__award strong {
  font-size: 42px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-topFv__award strong {
    font-size: clamp(1.171875rem, 0rem + 5.859375vw, 2.8125rem);
  }
}
.p-topFv__desc {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-topFv__desc {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-topFv__btns {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-topFv__btns {
    display: none;
  }
}
.p-topFv__column {
  width: 180px;
  padding: 48px 16px 36px;
  position: absolute;
  bottom: 32px;
  right: 0;
  background-color: rgba(255, 239, 211, 0.9);
  border-radius: 6px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1280px) {
  .p-topFv__column {
    display: none;
    pointer-events: none;
  }
}
.p-topFv__column::after {
  content: "";
  display: block;
  width: 56px;
  height: 5px;
  background: url(../img/common/arrow_blue.svg) no-repeat center/contain;
  position: absolute;
  bottom: 16px;
  right: 12px;
}
.p-topFv__columnMark {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #EA702D;
  position: absolute;
  left: calc(50% - 32px);
  top: -32px;
}
.p-topFv__columnMark::after {
  content: "";
  display: block;
  width: 43px;
  height: 49px;
  background: url(../img/icon/column.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-topFv__columnTxt {
  color: #364673;
  font-size: 13px;
  font-weight: 600;
}

.p-topBanner__inner {
  padding: clamp(1.6457142857rem, 0rem + 3.4285714286vw, 3rem) 0;
}
@media screen and (max-width: 767px) {
  .p-topBanner__inner {
    padding: clamp(1.875rem, 0rem + 9.375vw, 4.5rem) 0;
  }
}
.p-topBanner__link {
  display: block;
  width: 100%;
}
.p-topBanner__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-topService__inner {
  width: 100%;
  padding: 112px 0 96px;
}
@media screen and (max-width: 767px) {
  .p-topService__inner {
    padding: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem) 0 clamp(3.3333333333rem, 0rem + 16.6666666667vw, 8rem);
  }
}
.p-topService__tit {
  width: 48%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topService__tit {
    width: 100%;
  }
}
.p-topService__ja {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-topService__ja {
    font-size: clamp(1.1458333333rem, 0rem + 5.7291666667vw, 2.75rem);
  }
}
.p-topService__en {
  font-size: 0.875rem;
  font-weight: 600;
  color: #EA702D;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topService__en {
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.p-topService__en::after {
  content: "";
  display: block;
  width: 48vw;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  left: calc(100% + 24px);
}
@media screen and (max-width: 767px) {
  .p-topService__en::after {
    width: 100vw;
    height: clamp(0.0520833333rem, 0rem + 0.2604166667vw, 0.125rem);
    left: calc(100% + clamp(0.625rem, 0rem + 3.125vw, 1.5rem));
  }
}
.p-topService__lead {
  margin-top: 76px;
  display: flex;
  justify-content: space-between;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .p-topService__lead {
    margin-top: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
    flex-flow: column-reverse;
    gap: clamp(2.5rem, 0rem + 12.5vw, 6rem);
  }
}
.p-topService__movie {
  width: 48%;
  aspect-ratio: 576/324;
}
@media screen and (max-width: 767px) {
  .p-topService__movie {
    width: calc(100% - 8vw);
    margin: 0 auto;
  }
}
.p-topService__movie-wrap {
  height: 100%;
}
.p-topService__movie-cont {
  height: 100%;
  z-index: 0;
}
.p-topService__movie-video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.p-topService__wrap {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-topService__wrap {
    width: 100%;
  }
}
.p-topService__h3 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #EA702D;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .p-topService__h3 {
    font-size: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    margin-bottom: clamp(1.25rem, 0rem + 6.25vw, 3rem);
  }
}
.p-topService__desc {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-topService__desc {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.p-topService__product {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-topService__product {
    margin-top: clamp(2.5rem, 0rem + 12.5vw, 6rem);
  }
}
.p-topService__h4 {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-topService__h4 {
    margin-bottom: clamp(1.25rem, 0rem + 6.25vw, 3rem);
  }
}
.p-topService__h4En {
  font-size: 0.875rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topService__h4En {
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.p-topService__h4En::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background-color: #EA702D;
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
}
@media screen and (max-width: 767px) {
  .p-topService__h4En::after {
    width: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
    height: clamp(0.0520833333rem, 0rem + 0.2604166667vw, 0.125rem);
    left: calc(100% + clamp(0.625rem, 0rem + 3.125vw, 1.5rem));
  }
}
.p-topService__h4Ja {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-topService__h4Ja {
    font-size: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
  }
}
.p-topService__flex {
  display: flex;
  gap: 4%;
  justify-content: space-between;
}
.p-topService__cont {
  width: 48%;
  display: flex;
  flex-flow: column;
  gap: 16px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-topService__cont {
    width: 100%;
    gap: clamp(2.5rem, 0rem + 12.5vw, 6rem);
  }
}
.p-topService__btns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-topService__btns {
    flex-flow: column;
    gap: clamp(1.25rem, 0rem + 6.25vw, 3rem);
    align-items: center;
  }
}
.p-topService__img {
  width: 48%;
  aspect-ratio: 576/324;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .p-topService__img {
    display: none;
  }
}
.p-topService__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-topReason__inner {
  width: 100%;
  padding: 112px 0 96px;
}
@media screen and (max-width: 767px) {
  .p-topReason__inner {
    padding: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem) 0 clamp(3.3333333333rem, 0rem + 16.6666666667vw, 8rem);
  }
}
.p-topReason__tit {
  margin-left: auto;
  text-align: right;
  width: 48%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topReason__tit {
    width: 100%;
  }
}
.p-topReason__ja {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-topReason__ja {
    font-size: clamp(1.1458333333rem, 0rem + 5.7291666667vw, 2.75rem);
  }
}
.p-topReason__en {
  font-size: 0.875rem;
  font-weight: 600;
  color: #EA702D;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topReason__en {
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.p-topReason__en::after {
  content: "";
  display: block;
  width: 48vw;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  right: calc(100% + 24px);
}
@media screen and (max-width: 767px) {
  .p-topReason__en::after {
    width: 100vw;
    height: clamp(0.0520833333rem, 0rem + 0.2604166667vw, 0.125rem);
    right: calc(100% + clamp(0.625rem, 0rem + 3.125vw, 1.5rem));
  }
}
.p-topReason__list {
  margin-top: 80px;
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 64px;
  counter-reset: reason;
}
@media screen and (max-width: 767px) {
  .p-topReason__list {
    margin-top: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
    gap: clamp(3.125rem, 0rem + 15.625vw, 7.5rem);
  }
}
.p-topReason__item {
  display: flex;
  justify-content: space-between;
  align-items: end;
  counter-increment: reason;
}
@media screen and (max-width: 767px) {
  .p-topReason__item {
    flex-flow: column;
    gap: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
  }
}
.p-topReason__item:nth-of-type(n+3) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-topReason__item:nth-of-type(n+3) {
    flex-flow: column;
  }
}
.p-topReason__cont {
  width: 76%;
}
@media screen and (max-width: 767px) {
  .p-topReason__cont {
    width: 100%;
  }
}
.p-topReason__h3 {
  margin-bottom: 32px;
  padding-left: 4.375rem;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-topReason__h3 {
    margin-bottom: clamp(1.25rem, 0rem + 6.25vw, 3rem);
    padding-left: clamp(2.7083333333rem, 0rem + 13.5416666667vw, 6.5rem);
    font-size: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
  }
}
.p-topReason__h3::before {
  content: counter(reason, decimal-leading-zero);
  display: block;
  width: 3rem;
  height: 3rem;
  padding-top: 0.6875rem;
  border-radius: 50%;
  background-color: #EA702D;
  font-size: 1.375rem;
  text-align: center;
  line-height: 1;
  color: #FFF;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: calc(50% - 1.5rem);
}
@media screen and (max-width: 767px) {
  .p-topReason__h3::before {
    width: clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem);
    height: clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem);
    padding-top: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    top: calc(50% - clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem));
  }
}
.p-topReason__desc {
  padding: 36px 24px;
  background-color: #FFEFD3;
  border-radius: 6px;
  min-height: 9.6875rem;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .p-topReason__desc {
    padding: clamp(1.25rem, 0rem + 6.25vw, 3rem) clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
    border-radius: clamp(0.4166666667rem, 0rem + 2.0833333333vw, 1rem);
    min-height: unset;
  }
}
.p-topReason__desc p {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-topReason__desc p {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.p-topReason__desc p strong {
  color: #EA702D;
  font-weight: 600;
}
.p-topReason__img {
  width: 21%;
}
@media screen and (max-width: 767px) {
  .p-topReason__img {
    width: 76%;
    margin: 0 auto;
  }
}
.p-topReason__img img {
  width: 100%;
  object-fit: contain;
}
.p-topReason__detail {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-topReason__detail {
    margin-top: clamp(2.5rem, 0rem + 12.5vw, 6rem);
  }
}

.p-topWorks {
  padding: 48px 0 96px;
}
@media screen and (max-width: 767px) {
  .p-topWorks {
    padding: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem) 0 clamp(3.3333333333rem, 0rem + 16.6666666667vw, 8rem);
  }
}
.p-topWorks__tit {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-topWorks__tit {
    margin-bottom: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
  }
}
.p-topWorks__archive {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-topWorks__archive {
    margin-top: clamp(2.5rem, 0rem + 12.5vw, 6rem);
  }
}

.p-topSupport {
  background: url(../img/home/support_bg.jpg) no-repeat center/cover;
  padding: 48px 0 96px;
}
@media screen and (max-width: 767px) {
  .p-topSupport {
    padding: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem) 0 clamp(3.3333333333rem, 0rem + 16.6666666667vw, 8rem);
  }
}
.p-topSupport__inner {
  width: 100%;
}
.p-topSupport__tit {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-topSupport__tit {
    margin-bottom: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
  }
}
.p-topSupport__tit .c-h2Tit1__ja {
  color: #FFF;
}
.p-topSupport__tit .c-h2Tit1__en::before, .p-topSupport__tit .c-h2Tit1__en::after {
  background-color: #FFF;
}
.p-topSupport__desc {
  width: 83.3333333333%;
  margin: 0 auto;
  color: #FFF;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-topSupport__desc {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.p-topSupport__detail {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-topSupport__detail {
    margin-top: clamp(2.5rem, 0rem + 12.5vw, 6rem);
  }
}

.p-topNews__inner {
  width: 100%;
  padding: 96px 0;
}
@media screen and (max-width: 767px) {
  .p-topNews__inner {
    padding: clamp(2.5rem, 0rem + 12.5vw, 6rem) 0 clamp(3.3333333333rem, 0rem + 16.6666666667vw, 8rem);
  }
}
.p-topNews__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-topNews__wrap {
    flex-flow: column;
    gap: clamp(3.3333333333rem, 0rem + 16.6666666667vw, 8rem);
  }
}
.p-topNews__tit {
  overflow: hidden;
}
.p-topNews__ja {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-topNews__ja {
    font-size: clamp(1.1458333333rem, 0rem + 5.7291666667vw, 2.75rem);
  }
}
.p-topNews__en {
  font-size: 0.875rem;
  font-weight: 600;
  color: #EA702D;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topNews__en {
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.p-topNews__en::after {
  content: "";
  display: block;
  width: 50vw;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  left: calc(100% + 14px);
}
@media screen and (max-width: 767px) {
  .p-topNews__en::after {
    width: 100vw;
    height: clamp(0.0520833333rem, 0rem + 0.2604166667vw, 0.125rem);
    left: calc(100% + clamp(0.625rem, 0rem + 3.125vw, 1.5rem));
  }
}
.p-topNews__list {
  width: 66%;
}
.p-topNews__archive {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-topNews__archive {
    margin-top: clamp(2.5rem, 0rem + 12.5vw, 6rem);
  }
}

/*----------▲▲ home ▲▲----------*/
/*----------▼▼ column ▼▼----------*/
.p-column {
  padding-top: 48px;
  padding-bottom: 96px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-column {
    padding-top: 56px;
  }
}
.p-columnPickup__flex {
  display: flex;
  justify-content: space-between;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .p-columnPickup__flex {
    flex-direction: column;
    align-items: center;
    gap: 64px;
  }
}
.p-columnPickupCard {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-columnPickupCard {
    width: 100%;
  }
}
.p-columnPickup__cont {
  width: 47%;
}
.p-columnPickup__cont .p-columnPickup__tit:nth-of-type(2),
.p-columnPickup__cont .p-columnPickup__tit:nth-of-type(3) {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-columnPickup__cont .p-columnPickup__tit:nth-of-type(2),
  .p-columnPickup__cont .p-columnPickup__tit:nth-of-type(3) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-columnPickup__cont {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .p-columnPickup__tit {
    font-size: 20px;
  }
}
.p-columnPickup__cats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-columnPickup__cats {
    flex-direction: column;
  }
}
.p-columnPickup__cats li {
  width: 100%;
}
.p-columnPickup__cat {
  padding: 12px clamp(1.5rem, -3.8164556962rem + 11.0759493671vw, 5.875rem);
  background-color: #FFEFD3;
  font-size: 16px;
  font-weight: 600;
  color: #EA702D;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-columnPickup__cat {
    width: 100%;
    display: block;
  }
}
.p-columnPickup__cat:hover {
  background-color: #EA702D;
  color: #ffffff;
  opacity: 1;
}
.p-columnPickup__cat.is-current {
  background-color: #EA702D;
  color: #ffffff;
  opacity: 1;
  cursor: default;
}
.p-columnPickup__tags {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, fit-content(200px));
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  .p-columnPickup__tags {
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (max-width: 767px) {
  .p-columnPickup__tags {
    grid-template-columns: repeat(2, fit-content(200px));
  }
}
.p-columnPickup__tags li {
  width: fit-content;
}
.p-columnPickup__tags li a {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-decoration: underline;
}
.p-columnNew {
  margin-top: 70px;
}
.p-columnNew__list {
  margin-top: 44px;
}
@media screen and (max-width: 1280px) {
  .p-columnNew .c-cardList.is-col4 .c-cardList__item {
    width: 31.5%;
  }
}
.p-columnNew p {
  margin-top: 48px;
}
.p-column__nav {
  width: 74.5%;
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .p-column__nav {
    width: 100%;
  }
}
.p-columnSide__tit {
  font-size: 20px;
}
.p-columnSide__cats {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-bottom: 64px;
}
.p-columnSide__cats li {
  height: 100%;
  width: 100%;
}
.p-columnSide__cats li a {
  display: block;
  width: 100%;
  padding: 12px 60px;
  background-color: #FFEFD3;
  font-size: 16px;
  font-weight: 600;
  color: #EA702D;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .p-columnSide__cats li a {
    padding: 12px;
  }
}
.p-columnSide__cats li a:hover {
  background-color: #EA702D;
  color: #ffffff;
  opacity: 1;
}
.p-columnSide__cats li a.is-current {
  background-color: #EA702D;
  color: #ffffff;
  opacity: 1;
  cursor: default;
}
.p-columnSide__tags {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 32px;
  row-gap: 8px;
  padding-bottom: 64px;
}
@media screen and (max-width: 1280px) {
  .p-columnSide__tags {
    grid-template-columns: 1fr;
  }
}
.p-columnSide__tags li {
  white-space: nowrap;
}
.p-columnSide__tags li a {
  font-size: 16px;
  font-weight: 600;
}
.p-columnSide .c-searchBox {
  margin-top: 32px;
}
.p-columnSide .c-searchBox__input {
  font-size: 16px;
}
.p-columnSide__glossary {
  display: block;
  margin-top: 64px;
}
.p-columnMain__img img {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-columnMain__img img {
    aspect-ratio: 4/3;
  }
}
.p-columnMain__cont {
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 24px 24px 96px;
}
@media screen and (max-width: 767px) {
  .p-columnMain__cont {
    padding: 24px 24px 32px;
  }
}
.p-columnMain__intro {
  padding-bottom: 48px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-columnMain__intro {
    padding-bottom: 32px;
  }
}
.p-columnMain__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.p-columnMain__cats {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  max-width: 684px;
}
@media screen and (max-width: 767px) {
  .p-columnMain__cats {
    flex-direction: column;
    gap: 16px;
  }
}
.p-columnMain__cats li {
  padding: 4px 16px;
  background-color: #FFEFD3;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}
.p-columnMain__cats li a {
  color: #EA702D;
}
.p-columnMain__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  row-gap: 16px;
  margin-top: 24px;
}
.p-columnMain__tags li {
  white-space: nowrap;
}
.p-columnMain__tags a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-columnMain__tags {
    display: grid;
    gap: 16px;
    row-gap: 8px;
    grid-template-columns: repeat(2, auto);
  }
}
.p-columnMain__date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: bold;
}
.p-columnMain__txt {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-columnMain__txt {
    margin-top: 32px;
  }
}
.p-columnMain__body {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-columnMain__body {
    margin-top: 32px;
  }
}
.p-columnMain__archive {
  display: flex;
  justify-content: center;
  margin-top: 64px;
  gap: clamp(1.6457142857rem, 0rem + 3.4285714286vw, 3rem);
}
@media screen and (max-width: 767px) {
  .p-columnMain__archive {
    margin-top: 32px;
    flex-direction: column;
    gap: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.p-columnMain p {
  margin-top: 48px;
}
.p-columnRelated {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .p-columnRelated {
    margin-top: 64px;
  }
}
.p-column__list {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-column__list {
    margin-top: 24px;
  }
}
.p-column__search {
  margin-top: 48px;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-column__search {
    margin-top: 32px;
  }
}

/*----------▲▲ column ▲▲----------*/
/*----------▼▼ news ▼▼----------*/
.p-news {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .p-news {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-newsMain {
    margin-bottom: 32px;
  }
}
.p-newsMain__nav {
  width: 74.5%;
  margin-top: 96px;
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .p-newsMain__nav {
    width: 100%;
  }
}
.p-newsMain__cont {
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 29px 24px 96px;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-newsMain__cont {
    padding: 24px 24px 32px;
    margin-top: 32px;
  }
}
.p-newsMain__info {
  position: relative;
}
.p-newsMain__cat {
  padding: 4px clamp(1rem, 0.3924050633rem + 1.2658227848vw, 1.5rem);
  color: #364673;
  background-color: #DEE4F7;
  font-size: 16px;
  font-weight: bold;
}
.p-newsMain__date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: bold;
}
.p-newsMain__body {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-newsMain__body {
    margin-top: 32px;
  }
}
.p-newsMain__body h2 {
  border-left: 4px solid #364673;
}
.p-newsMain__body h3 {
  color: #364673;
}
.p-newsMain__archive {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-newsMain__archive {
    margin-top: 32px;
  }
}
.p-newsMain__tit {
  border-left: 4px solid #364673;
  margin-top: 56px;
}
.p-newsMain p {
  margin-top: 48px;
}
.p-newsList {
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  .p-newsList {
    width: 100%;
  }
}
.p-newsList__item {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-newsList__item {
    border-bottom: clamp(0.0520833333rem, 0rem + 0.2604166667vw, 0.125rem) solid #707070;
  }
}
.p-newsList__link {
  width: 100%;
  height: 100%;
  padding: 48px 0;
  color: #4C4C4C;
  display: flex;
  gap: clamp(1.6457142857rem, 0rem + 3.4285714286vw, 3rem);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-newsList__link {
    padding: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem) 0;
    gap: clamp(1.4583333333rem, 0rem + 7.2916666667vw, 3.5rem);
  }
}
.p-newsList__info {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .p-newsList__info {
    width: clamp(5rem, 1.4285714286rem + 17.8571428571vw, 10rem);
  }
}
.p-newsList__date {
  text-align: center;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-newsList__date {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.p-newsList__cat {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.25rem 0;
  margin-top: 0.25rem;
  background-color: #DEE4F7;
  border-radius: 4px;
  color: #364673;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-newsList__cat {
    font-size: clamp(0.5729166667rem, 0rem + 2.8645833333vw, 1.375rem);
    padding: clamp(0.2083333333rem, 0rem + 1.0416666667vw, 0.5rem) 0;
    margin-top: clamp(0.2083333333rem, 0rem + 1.0416666667vw, 0.5rem);
  }
}
.p-newsList__post {
  font-size: 1.125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .p-newsList__post {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.p-newsSide__tit {
  margin-top: 56px;
}
.p-newsSide__tit.c-h2Tit2 {
  border-left: 4px solid #364673;
}
.p-newsSide__cats {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-bottom: 42px;
}
.p-newsSide__cats li {
  height: 100%;
  width: 100%;
}
.p-newsSide__cats li a {
  display: block;
  width: 100%;
  padding: 12px 60px;
  background-color: #DEE4F7;
  font-size: 16px;
  font-weight: 600;
  color: #364673;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  text-align: center;
}
.p-newsSide__cats li a:hover {
  background-color: #364673;
  color: #ffffff;
  opacity: 1;
}
.p-newsSide__cats li a.is-current {
  background-color: #364673;
  color: #ffffff;
  opacity: 1;
  cursor: default;
}

/*----------▲▲ news ▲▲----------*/
/*----------▼▼ works ▼▼----------*/
.p-works {
  padding-top: 71px;
  padding-bottom: 96px;
  margin: 0 auto;
}
.p-works span.p-works__cat {
  background-color: #EA702D;
  color: #ffffff;
  opacity: 1;
}
.p-works__inner p {
  margin-top: 48px;
}
.p-works__cats {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-works__cats {
    flex-direction: column;
  }
}
.p-works__cat {
  min-width: 200px;
  padding: 12px 60px;
  background-color: #FFEFD3;
  font-size: 16px;
  font-weight: 600;
  color: #EA702D;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-works__cat {
    width: 100%;
  }
}
.p-works__cat:hover {
  background-color: #EA702D;
  color: #ffffff;
  opacity: 1;
}
.p-works__cat.is-current {
  background-color: #EA702D;
  color: #ffffff;
  opacity: 1;
  cursor: default;
}
.p-works__list {
  margin-top: 48px;
}
.p-works__nav {
  margin-top: 96px;
  display: flex;
  justify-content: center;
}
.p-worksIntro__flex {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-worksIntro__flex {
    flex-direction: column;
    gap: 32px;
  }
}
.p-worksIntro__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-worksIntro__info {
    margin-top: 32px;
  }
}
.p-worksIntro__cats {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  max-width: 684px;
}
@media screen and (max-width: 767px) {
  .p-worksIntro__cats {
    flex-direction: column;
    gap: 16px;
  }
}
.p-worksIntro__cats a {
  padding: 4px 16px;
  background-color: #FFEFD3;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  color: #EA702D;
}
.p-worksIntro__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  row-gap: 16px;
  margin-top: 24px;
}
.p-worksIntro__tags span {
  white-space: nowrap;
}
.p-worksIntro__tags a {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-worksIntro__tags {
    display: grid;
    gap: 16px;
    row-gap: 8px;
    grid-template-columns: repeat(2, auto);
  }
}
.p-worksIntro__tag {
  padding-left: 32px;
  position: relative;
}
.p-worksIntro__tag span {
  font-size: 14px;
  font-weight: 600;
  color: #364673;
}
.p-worksIntro__tag::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #364673;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  left: 0;
  bottom: 0;
}
.p-worksIntro__tag.tag-works_zeb::before {
  background-image: url(../img/icon/icon_flower.svg);
}
.p-worksIntro__tag.tag-works_grant::before {
  background-image: url(../img/icon/icon_yen.svg);
}
.p-worksIntro__tag.tag-works_products::before {
  background-image: url(../img/icon/icon_grass.svg);
}
.p-worksIntro__tag.tag-works_battery::before {
  background-image: url(../img/icon/icon_battery.svg);
}
.p-worksIntro__tag.tag-works_subsidy::before {
  background-image: url(../img/icon/icon_yen.svg);
}
.p-worksIntro__cont {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-worksIntro__cont {
    width: 100%;
  }
}
.p-worksIntro__img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-worksIntro__img {
    width: 100%;
  }
}
.p-worksIntro__img img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.p-worksIntro__desc {
  font-size: 18px;
  font-weight: 400;
  margin-top: 32px;
}
.p-worksImages {
  margin-top: 32px;
}
.p-worksImages__list {
  margin-top: 48px;
}
.p-worksImages__item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 4%;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-worksImages__item {
    width: 100%;
    flex-direction: column;
  }
}
.p-worksImages__img {
  max-width: 282px;
}
@media screen and (max-width: 767px) {
  .p-worksImages__img {
    width: 100%;
    max-width: none;
  }
}
.p-worksImages__img img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.p-worksImages__cont {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-worksImages__cont {
    margin-top: 32px;
  }
}
.p-worksImages__desc {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 400;
}
.p-worksComment {
  margin-top: 48px;
}
.p-worksComment__card {
  background-color: #ffffff;
  padding: 42px 38px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 32px;
}
.p-worksComment__flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-worksComment__flex {
    flex-direction: column;
  }
}
.p-worksComment__img {
  max-width: 298px;
}
.p-worksComment__img img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.p-worksComment__desc {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 400;
}
.p-worksMovie {
  margin-top: 64px;
}
.p-worksMovie__bg {
  background-image: url(../img/page/works/works-video-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 32px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.p-worksMovie__wrap {
  padding: 96px 200px;
}
@media screen and (max-width: 767px) {
  .p-worksMovie__wrap {
    padding: 24px;
  }
}
.p-worksMovie__cont.u-curm {
  z-index: 0;
}
.p-worksMovie__video {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.p-worksResults {
  margin-top: 64px;
}
.p-worksResults__card {
  margin-top: 32px;
  padding: 80px 100px;
  background-color: #FFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-worksResults__card {
    padding: 24px;
  }
}
.p-worksResults__flex {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-worksResults__flex {
    flex-direction: column;
  }
}
.p-worksResults__cont {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-worksResults__cont {
    width: 100%;
  }
}
.p-worksResults__img {
  width: 48%;
  padding: 40px 24px;
  background-color: #F7F7F9;
}
@media screen and (max-width: 767px) {
  .p-worksResults__img {
    width: 100%;
  }
}
.p-worksResults__img img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.p-worksResults__desc {
  font-size: 18px;
  font-weight: 400;
  padding: 0 24px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-worksResults__desc {
    padding: 0;
  }
}
.p-worksSpec {
  margin-top: 64px;
}
.p-worksSpec__table {
  margin-top: 32px;
  width: 100%;
}
.p-worksSpec__table tbody {
  display: grid;
  gap: 4px;
}
.p-worksSpec__table tbody tr {
  display: flex;
  gap: 4px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-worksSpec__table tbody tr {
    flex-direction: column;
  }
}
.p-worksSpec__table tbody tr th {
  background-color: #FFF0D7;
  padding: 24px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 312px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-worksSpec__table tbody tr th {
    width: 100%;
  }
}
.p-worksSpec__table tbody tr td {
  background-color: #ffffff;
  padding: 24px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  flex: 1;
  font-size: 18px;
  font-weight: bold;
}
.p-works__btns {
  margin-top: 96px;
  display: flex;
  justify-content: center;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .p-works__btns {
    margin-top: 64px;
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
}

/*----------▲▲ works ▲▲----------*/
/*----------▼▼ page-404 ▼▼----------*/
/*----------▲▲ page_404 ▲▲----------*/
/*----------▼▼ archive ▼▼----------*/
/*----------▲▲ archive ▲▲----------*/
/*----------▼▼ single ▼▼----------*/
/*----------▲▲ single ▲▲----------*/
/*----------▼▼ page-rooftop ▼▼----------*/
.p-roofFV {
  width: 100%;
}
.p-roofFV__wrap {
  width: 100%;
  padding-top: 72px;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 48px;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-roofFV__wrap {
    padding-top: clamp(1.25rem, 0rem + 6.25vw, 3rem);
    flex-direction: column;
  }
}
.p-roofFV__inner {
  max-width: 48%;
}
@media screen and (max-width: 767px) {
  .p-roofFV__inner {
    width: 100%;
    max-width: 100%;
  }
}
.p-roofFV__desc {
  font-size: 18px;
  font-weight: 400;
}
.p-roofFV__list {
  margin-top: 56px;
  padding: 2rem 5rem;
  background-color: #FFEFD3;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 6px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-roofFV__list {
    margin-top: 32px;
  }
}
.p-roofFV__list::after {
  content: "POINT!";
  font-size: 1.5em;
  font-weight: 600;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: 24px;
  color: #EA702D;
}
.p-roofFV__item {
  font-size: 18px;
  font-weight: 400;
  position: relative;
}
.p-roofFV__item::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: -52px;
  width: 32px;
  height: 24px;
  background-image: url(../img/icon/icon_panel.svg);
  background-repeat: no-repeat;
}
.p-roofFV__img img {
  height: 100%;
  object-fit: cover;
}
.p-roofFV__intro {
  margin-top: 64px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 32px 48px;
}
.p-roofFV__block {
  padding-left: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-roofFV__block {
    padding-left: 0;
  }
}
.p-roofFV__block::before {
  content: "";
  position: absolute;
  top: calc(50% - 28px);
  left: 0;
  width: 56px;
  height: 56px;
  background-image: url(../img/icon/icon_exclamation.svg);
  background-repeat: no-repeat;
  background-color: #EA702D;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-roofFV__block::before {
    top: 20px;
    left: -38px;
    width: 32px;
    height: 32px;
    background-size: cover;
  }
}
.p-roofFV__cont {
  margin-top: 24px;
}
.p-roofFV__visual {
  margin-top: 32px;
}

.p-roofCard {
  width: 100%;
  padding-top: 96px;
}
.p-roofCard__list {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-roofCard__list {
    flex-direction: column;
    gap: 48px;
  }
}
.p-roofCard__item {
  padding: 56px 24px 32px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  position: relative;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .p-roofCard__item {
    width: 100%;
  }
}
.p-roofCard__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #EA702D;
  border-radius: 50%;
  font-size: 28px;
  font-weight: bold;
  width: 64px;
  height: 64px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3px;
}
.p-roofCard__item:nth-child(1)::before {
  content: "01";
}
.p-roofCard__item:nth-child(2)::before {
  content: "02";
}
.p-roofCard__item:nth-child(3)::before {
  content: "03";
}
.p-roofCard__tit {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.p-roofCard__img {
  margin-top: 27px;
}
.p-roofCard__desc {
  font-size: 18px;
  font-weight: 400;
  margin-top: 24px;
}

.p-roofFeature {
  width: 100%;
  padding-top: 112px;
}
.p-roofFeature__wrap {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.p-roofFeature__cont {
  padding: 24px;
  display: flex;
  align-items: center;
  background-color: #FFEFD3;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-roofFeature__cont {
    flex-direction: column;
  }
}
.p-roofFeature__cont-wrap {
  display: flex;
  align-items: center;
  padding-right: 21px;
  border-right: 1px solid #EA702D;
}
@media screen and (max-width: 767px) {
  .p-roofFeature__cont-wrap {
    border-bottom: 1px solid #EA702D;
    padding-bottom: 16px;
    padding-right: 0;
    border-right: none;
    width: 100%;
  }
}
.p-roofFeature__cont span {
  font-size: 20px;
  font-weight: 400;
  flex: 0 0 40px;
}
.p-roofFeature__cont:nth-child(1) .p-roofFeature__tit::before {
  content: "1";
}
.p-roofFeature__cont:nth-child(2) {
  background-color: #ffffff;
}
.p-roofFeature__cont:nth-child(2) .p-roofFeature__tit::before {
  content: "2";
}
.p-roofFeature__cont:nth-child(3) .p-roofFeature__tit::before {
  content: "3";
}
.p-roofFeature__cont:nth-child(4) {
  background-color: #ffffff;
}
.p-roofFeature__cont:nth-child(4) .p-roofFeature__tit::before {
  content: "4";
}
.p-roofFeature__tit {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-left: 85px;
  flex: 0 0 400px;
}
@media screen and (max-width: 1280px) {
  .p-roofFeature__tit {
    flex: 0 0 320px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-roofFeature__tit {
    flex: 1;
    padding-left: 72px;
    font-size: 20px;
    width: 100%;
  }
}
.p-roofFeature__tit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translate(0, -50%);
  background-color: #EA702D;
  border-radius: 50%;
  font-size: 32px;
  font-weight: bold;
  width: 48px;
  height: 48px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .p-roofFeature__tit::before {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}
.p-roofFeature__desc {
  font-size: 18px;
  font-weight: 400;
  padding-left: 34px;
}
@media screen and (max-width: 767px) {
  .p-roofFeature__desc {
    padding-left: 0;
    margin-top: 16px;
  }
}

.p-roofCase {
  padding-top: 112px;
}
.p-roofCase__list {
  margin-top: 32px;
}
@media screen and (max-width: 1280px) {
  .p-roofCase .c-cardList__item {
    width: 48.5%;
    height: 320px;
  }
  .p-roofCase .c-cardList__item:nth-child(3) {
    display: none;
  }
  .p-roofCase .c-cardList__img {
    height: 180px;
  }
}
.p-roofCase p {
  margin-top: 48px;
}

.p-roofColumn {
  padding: 96px 0;
}
.p-roofColumn__list {
  margin-top: 32px;
  flex-wrap: nowrap;
  gap: 24px;
}
.p-roofColumn__list .c-cardList__post {
  font-size: 16px;
  font-weight: 700;
}
.p-roofColumn p {
  margin-top: 48px;
}
@media screen and (max-width: 1280px) {
  .p-roofColumn .c-cardList__item {
    width: 48.5%;
    height: 320px;
  }
  .p-roofColumn .c-cardList__item:nth-child(4) {
    display: none;
  }
  .p-roofColumn .c-cardList__img {
    height: 180px;
  }
}

/*----------▲▲ page_rooftop ▲▲----------*/
/*----------▼▼ page-carport ▼▼----------*/
.p-carportFV {
  width: 100%;
}
.p-carportFV__wrap {
  width: 100%;
  padding-top: 72px;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 48px;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-carportFV__wrap {
    padding-top: clamp(1.25rem, 0rem + 6.25vw, 3rem);
    flex-direction: column;
  }
}
.p-carportFV__inner {
  max-width: 48%;
}
@media screen and (max-width: 767px) {
  .p-carportFV__inner {
    width: 100%;
    max-width: 100%;
  }
}
.p-carportFV__desc {
  font-size: 18px;
  font-weight: 400;
}
.p-carportFV__list {
  margin-top: 56px;
  padding: 2rem 3rem 2rem 5rem;
  background-color: #FFEFD3;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 6px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-carportFV__list {
    margin-top: 32px;
  }
}
.p-carportFV__list::after {
  content: "POINT!";
  font-size: 1.5em;
  font-weight: 600;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: 24px;
  color: #EA702D;
}
.p-carportFV__item {
  font-size: 18px;
  font-weight: 400;
  position: relative;
}
.p-carportFV__item::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: -56px;
  width: 38px;
  height: 20px;
  background-image: url(../img/icon/icon_car.svg);
  background-repeat: no-repeat;
}
.p-carportFV__img img {
  height: 100%;
  object-fit: cover;
}
.p-carportFV__intro {
  margin-top: 64px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 32px 48px;
}
.p-carportFV__block {
  padding-left: 80px;
  position: relative;
}
.p-carportFV__block::before {
  content: "";
  position: absolute;
  top: calc(50% - 28px);
  left: 0;
  width: 56px;
  height: 56px;
  background-image: url(../img/icon/icon_exclamation.svg);
  background-repeat: no-repeat;
  background-color: #EA702D;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-carportFV__block::before {
    top: 20px;
    left: -38px;
    width: 32px;
    height: 32px;
    background-size: cover;
  }
}
.p-carportFV__cont {
  margin-top: 24px;
}
.p-carportFV__visual {
  margin-top: 32px;
}

.p-carportCard {
  width: 100%;
  padding-top: 96px;
}
.p-carportCard__list {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-carportCard__list {
    flex-direction: column;
    gap: 48px;
  }
}
.p-carportCard__item {
  padding: 56px 24px 32px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  position: relative;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .p-carportCard__item {
    width: 100%;
  }
}
.p-carportCard__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #EA702D;
  border-radius: 50%;
  font-size: 28px;
  font-weight: bold;
  width: 64px;
  height: 64px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3px;
}
.p-carportCard__item:nth-child(1)::before {
  content: "01";
}
.p-carportCard__item:nth-child(2)::before {
  content: "02";
}
.p-carportCard__item:nth-child(3)::before {
  content: "03";
}
.p-carportCard__tit {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.p-carportCard__img {
  margin-top: 27px;
}
.p-carportCard__desc {
  font-size: 18px;
  font-weight: 400;
  margin-top: 24px;
}

.p-carportFeature {
  width: 100%;
  padding-top: 112px;
}
.p-carportFeature__wrap {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.p-carportFeature__cont {
  padding: 24px;
  display: flex;
  align-items: center;
  background-color: #FFEFD3;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-carportFeature__cont {
    flex-direction: column;
  }
}
.p-carportFeature__cont-wrap {
  display: flex;
  align-items: center;
  padding-right: 21px;
  border-right: 1px solid #EA702D;
}
@media screen and (max-width: 767px) {
  .p-carportFeature__cont-wrap {
    border-bottom: 1px solid #EA702D;
    padding-bottom: 16px;
    padding-right: 0;
    border-right: none;
    width: 100%;
  }
}
.p-carportFeature__cont span {
  font-size: 20px;
  font-weight: 400;
  flex: 0 0 40px;
}
.p-carportFeature__cont:nth-child(1) .p-carportFeature__tit::before {
  content: "1";
}
.p-carportFeature__cont:nth-child(2) {
  background-color: #ffffff;
}
.p-carportFeature__cont:nth-child(2) .p-carportFeature__tit::before {
  content: "2";
}
.p-carportFeature__cont:nth-child(3) .p-carportFeature__tit::before {
  content: "3";
}
.p-carportFeature__cont:nth-child(4) {
  background-color: #ffffff;
}
.p-carportFeature__cont:nth-child(4) .p-carportFeature__tit::before {
  content: "4";
}
.p-carportFeature__tit {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-left: 85px;
  flex: 0 0 400px;
}
@media screen and (max-width: 767px) {
  .p-carportFeature__tit {
    flex: 1;
    padding-left: 72px;
    font-size: 20px;
    width: 100%;
  }
}
.p-carportFeature__tit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translate(0, -50%);
  background-color: #EA702D;
  border-radius: 50%;
  font-size: 32px;
  font-weight: bold;
  width: 48px;
  height: 48px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .p-carportFeature__tit::before {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}
.p-carportFeature__desc {
  font-size: 18px;
  font-weight: 400;
  padding-left: 34px;
}
@media screen and (max-width: 767px) {
  .p-carportFeature__desc {
    padding-left: 0;
    margin-top: 16px;
  }
}

.p-carportMaterial {
  background: #333;
  color: #ffffff;
  margin-top: 96px;
}
.p-carportMaterial__wrap {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-carportMaterial__wrap {
    flex-direction: column;
  }
}
.p-carportMaterial__img {
  text-align: center;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-carportMaterial__img {
    width: 90%;
  }
}
.p-carportMaterial__img img {
  max-width: none;
  width: auto;
  height: 265px;
}
@media screen and (max-width: 1280px) {
  .p-carportMaterial__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-carportMaterial__img img {
    height: auto;
    width: 100%;
  }
}
.p-carportMaterial__desc {
  width: calc(60% - 30px);
}
@media screen and (max-width: 767px) {
  .p-carportMaterial__desc {
    width: 100%;
  }
}
.p-carportMaterial__cont {
  font-size: 22px;
  margin-bottom: 20px;
}
.p-carportMaterial__tit {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.p-carportMaterial__dl {
  margin: 0;
  max-width: 400px;
  font-size: 16px;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: 17px;
  background: linear-gradient(100deg, #f7701b, #fabe00, #fabe00, #f7701b);
  background-position: 1% 50%;
  background-size: 200% auto;
  position: relative;
  border-radius: 50px;
  color: #fff;
}
.p-carportMaterial__dl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.p-carportMaterial__dl:hover {
  opacity: 1;
  background-position: 99% 50%;
}

.p-carportCase {
  padding-top: 112px;
}
.p-carportCase__list {
  margin-top: 32px;
}
.p-carportCase p {
  margin-top: 48px;
}

.p-carportColumn {
  padding: 96px 0;
}
.p-carportColumn__list {
  margin-top: 32px;
  flex-wrap: nowrap;
  gap: 24px;
}
.p-carportColumn__list .c-cardList__post {
  font-size: 16px;
  font-weight: 700;
}
.p-carportColumn p {
  margin-top: 48px;
}

/*----------▲▲ page-carport ▲▲----------*/
/*----------▼▼ page-reason ▼▼----------*/
.p-reason {
  width: 100%;
  padding-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding-bottom: 64px;
  }
}
.p-reasonTit__wrap {
  width: 100%;
  padding-top: 72px;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 48px;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-reasonTit__wrap {
    padding-top: clamp(1.25rem, 0rem + 6.25vw, 3rem);
    flex-direction: column;
  }
}
.p-reasonTit__inner {
  width: 76%;
}
@media screen and (max-width: 767px) {
  .p-reasonTit__inner {
    width: 100%;
  }
}
.p-reasonTit__logo {
  width: 20%;
  height: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-reasonTit__logo {
    width: 100%;
  }
}
.p-reasonTit__logo img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.p-reasonTit__tit {
  margin-bottom: 32px;
  padding-left: 4.375rem;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-reasonTit__tit {
    margin-bottom: clamp(1.25rem, 0rem + 6.25vw, 3rem);
    padding-left: clamp(2.7083333333rem, 0rem + 13.5416666667vw, 6.5rem);
    font-size: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
  }
}
.p-reasonTit__tit::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  padding-top: 0.6875rem;
  border-radius: 50%;
  background-color: #EA702D;
  font-size: 1.375rem;
  text-align: center;
  line-height: 1;
  color: #FFF;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: calc(50% - 1.5rem);
}
@media screen and (max-width: 767px) {
  .p-reasonTit__tit::before {
    width: clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem);
    height: clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem);
    padding-top: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    top: calc(50% - clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem));
  }
}
.p-reasonTit__desc {
  padding: 36px 24px;
  background-color: #FFEFD3;
  border-radius: 6px;
  min-height: 9.6875rem;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-reasonTit__desc {
    padding: clamp(1.25rem, 0rem + 6.25vw, 3rem) clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
    border-radius: clamp(0.4166666667rem, 0rem + 2.0833333333vw, 1rem);
    min-height: unset;
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.p-reason__wrap {
  width: 100%;
  padding-top: 72px;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 48px;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-reason__wrap {
    padding-top: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
    flex-direction: column;
  }
}
.p-reason__inner {
  max-width: 48%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-reason__inner {
    max-width: 100%;
  }
}
.p-reason__inner .c-link__dl {
  margin-top: 51px;
}
.p-reason__desc {
  font-size: 18px;
  font-weight: 400;
  margin-top: 24px;
  flex: 1;
}
.p-reason__link {
  margin-top: 61px;
  padding: 16px;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-reason__link-magnifying {
  position: relative;
}
.p-reason__link-magnifying::after {
  content: "";
  background-image: url(../img/icon/icon_search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #EA702D;
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: 8px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-reason__link-magnifying::after {
    left: -8px;
  }
}
.p-reason__link-cont {
  padding-left: 40px;
}
.p-reason__link-txt {
  font-size: 20px;
  font-weight: 600;
}
.p-reason__link-img {
  height: 112px;
  width: 81px;
}
@media screen and (max-width: 767px) {
  .p-reason__link-img {
    width: 33%;
    height: auto;
  }
}
.p-reason__list {
  margin-top: 56px;
  padding: 2rem 5rem;
  background-color: #FFEFD3;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 6px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-reason__list {
    margin-top: 32px;
  }
}
.p-reason__list::after {
  content: "POINT!";
  font-size: 1.5em;
  font-weight: 600;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: 24px;
  color: #EA702D;
}
.p-reason__item {
  font-size: 18px;
  font-weight: 400;
  position: relative;
}
.p-reason__item::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: -52px;
  width: 32px;
  height: 24px;
  background-image: url(../img/icon/icon_panel.svg);
  background-repeat: no-repeat;
}
.p-reason__img img {
  height: 100%;
  object-fit: cover;
}
.p-reason__intro {
  margin-top: 64px;
  width: 100%;
  padding: 32px 48px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reason__intro {
    padding: 32px 0;
  }
}
.p-reason__intro-desc {
  font-size: 24px;
  font-weight: 400;
}
.p-reason__intro .c-link__text {
  margin-top: 24px;
  display: block;
}
.p-reason__cont {
  margin-top: 24px;
}
.p-reason__visual {
  margin-top: 32px;
}
.p-reasonCase__wrap {
  margin-top: 64px;
}
.p-reasonCase__wrap .c-h3Tit1 > span {
  display: inline-block;
}
.p-reasonCase__case {
  margin-top: 64px;
}
.p-reasonCase .c-cardList__cont::after {
  content: "詳細をみる（コーポレートへ）" !important;
}
.p-reason__detail {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.section-4 .p-reasonTit__wrap {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .section-4 .p-reasonTit__wrap {
    padding-top: 48px;
  }
}

.section-1 .p-reasonTit__tit::before {
  content: "01";
}

.section-2 .p-reasonTit__tit::before {
  content: "02";
}

.section-3 .p-reasonTit__tit::before {
  content: "03";
}

.section-4 .p-reasonTit__tit::before {
  content: "04";
}

/*----------▲▲ page-reason ▲▲----------*/
/*----------▼▼ page-support ▼▼----------*/
.p-supportFV {
  width: 100%;
}
.p-supportFV__wrap {
  position: relative;
  margin-top: 64px;
  width: 100%;
  background-color: #FFEFD3;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 32px 24px 32px 104px;
  max-width: 1000px;
  margin: 64px auto 0;
}
.p-supportFV__wrap::before {
  content: "";
  position: absolute;
  top: calc(50% - 28px);
  left: 24px;
  width: 56px;
  height: 56px;
  background-image: url(../img/icon/icon_exclamation.svg);
  background-repeat: no-repeat;
  background-color: #EA702D;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-supportFV__wrap::before {
    top: 64px;
    left: 24px;
    background-size: cover;
  }
}
.p-supportFV__inner {
  max-width: 48%;
}
@media screen and (max-width: 767px) {
  .p-supportFV__inner {
    width: 100%;
    max-width: 100%;
  }
}
.p-supportFV__desc {
  font-size: 18px;
  font-weight: 400;
}
.p-supportFV__list {
  margin-top: 56px;
  padding: 2rem 3rem 2rem 5rem;
  background-color: #FFEFD3;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 6px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-supportFV__list {
    margin-top: 32px;
  }
}
.p-supportFV__list::after {
  content: "POINT!";
  font-size: 1.5em;
  font-weight: 600;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: 24px;
  color: #EA702D;
}
.p-supportFV__item {
  font-size: 18px;
  font-weight: 400;
  position: relative;
}
.p-supportFV__item::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: -56px;
  width: 38px;
  height: 20px;
  background-image: url(../img/icon/icon_car.svg);
  background-repeat: no-repeat;
}
.p-supportFV__img img {
  height: 100%;
}
.p-supportFV__intro {
  margin-top: 64px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 32px 48px;
}
.p-supportFV__block {
  padding-left: 80px;
  position: relative;
}
.p-supportFV__block::before {
  content: "";
  position: absolute;
  top: calc(50% - 28px);
  left: 0;
  width: 56px;
  height: 56px;
  background-image: url(../img/icon/icon_exclamation.svg);
  background-repeat: no-repeat;
  background-color: #EA702D;
  border-radius: 50%;
}
.p-supportFV__cont {
  margin-top: 24px;
}
.p-supportFV__visual {
  margin-top: 32px;
}

.p-supportHtt {
  width: 100%;
  padding-top: 64px;
}
.p-supportHtt__column {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-supportHtt__column {
    flex-direction: column;
  }
}
.p-supportHtt__list {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-supportHtt__list {
    margin-top: 48px;
    padding-left: 24px;
  }
}
.p-supportHtt__item {
  border-radius: 6px;
  list-style: disc;
}
.p-supportHtt__tit {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.p-supportHtt__img {
  margin-top: 27px;
}
.p-supportHtt__desc {
  font-size: 18px;
  font-weight: 400;
  margin-top: 24px;
  margin-bottom: 14px;
}
.p-supportHtt__text {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 400;
}
.p-supportHtt__text .u-txtOrange {
  font-weight: 600;
}
.p-supportHtt__box {
  padding: 64px 100px;
  background-color: #FFEFD3;
  position: relative;
  margin-top: 96px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-supportHtt__box {
    padding: 32px;
  }
}
.p-supportHtt__number {
  font-size: 1.5em;
  font-weight: 600;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: 24px;
  color: #EA702D;
}
.p-supportHtt__note {
  font-size: 14px;
  font-weight: 400;
}
.p-supportHtt__flex {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
.p-supportHtt__flex .p-supportHtt__note {
  margin-top: 8px;
}
.p-supportHtt__box-wrap {
  padding: 24px;
  background-color: #F7F7F9;
  margin-top: 64px;
}
.p-supportHtt__box-h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.p-supportHtt__box img {
  margin-top: 16px;
}
.p-supportHtt__box .c-link__dl {
  margin-top: 40px;
  display: block;
}
.p-supportHtt__detail {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}

.p-supportSupport {
  width: 100%;
  padding-top: 64px;
}
.p-supportSupport__wrap {
  margin-top: 56px;
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .p-supportSupport__wrap {
    flex-direction: column;
    gap: 32px;
  }
}
.p-supportSupport__cont {
  padding: 24px;
  display: flex;
  align-items: center;
  background-color: #FFEFD3;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.p-supportSupport__cont span {
  font-size: 20px;
  font-weight: 400;
  flex: 0 0 40px;
}
.p-supportSupport__tit {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-left: 85px;
  padding-right: 21px;
  border-right: 1px solid #EA702D;
  flex: 0 0 400px;
}
.p-supportSupport__tit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translate(0, -50%);
  background-color: #EA702D;
  border-radius: 50%;
  font-size: 32px;
  font-weight: bold;
  width: 48px;
  height: 48px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
}
.p-supportSupport__desc {
  font-size: 18px;
  font-weight: 400;
  margin-top: 24px;
}
.p-supportSupport__detail {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.p-supportSupport__tableWrap {
  max-width: calc(60% - 48px);
}
@media screen and (max-width: 1280px) {
  .p-supportSupport__tableWrap {
    max-width: 75%;
    margin-left: 12.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-supportSupport__tableWrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.p-supportSupport__tableWrap__table {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  margin-top: 3em;
  background-color: #fff;
}
.p-supportSupport__tableWrap__table dt {
  box-sizing: border-box;
  width: 12em;
  padding: 0.5em 1em;
  font-weight: 400;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
}
.p-supportSupport__tableWrap__table dd {
  box-sizing: border-box;
  width: calc(100% - 12em);
  padding: 0.5em 1em;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
}
.p-supportSupport__tableWrap__table dt:first-of-type,
.p-supportSupport__tableWrap__table dd:first-of-type {
  font-weight: 700;
  background-color: #FFEFD3;
}
.p-supportSupport__tableWrap__desc {
  font-weight: 700;
  margin-top: 0.5em;
}
.p-supportSupport__tableWrap__note {
  margin-top: 1em;
  font-size: 0.825em;
}
.p-supportSupport__tableWrap__note a {
  font-weight: 700;
  text-decoration: underline;
}

.p-supportMaterial {
  background: #333;
  color: #ffffff;
  margin-top: 96px;
}
.p-supportMaterial__wrap {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.p-supportMaterial__img {
  text-align: center;
  width: 40%;
}
.p-supportMaterial__img img {
  max-width: none;
  width: auto;
  height: 265px;
}
.p-supportMaterial__desc {
  width: calc(60% - 30px);
}
.p-supportMaterial__cont {
  font-size: 22px;
  margin-bottom: 20px;
}
.p-supportMaterial__tit {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.p-supportMaterial__dl {
  margin: 0;
  max-width: 400px;
  font-size: 16px;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: 17px;
  background: linear-gradient(100deg, #f7701b, #fabe00, #fabe00, #f7701b);
  background-position: 1% 50%;
  background-size: 200% auto;
  position: relative;
  border-radius: 50px;
  color: #fff;
}
.p-supportMaterial__dl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.p-supportMaterial__dl:hover {
  opacity: 1;
  background-position: 99% 50%;
}

.p-supportCase {
  padding-top: 96px;
  padding-bottom: 96px;
}
.p-supportCase__case {
  margin-top: 48px;
}
.p-supportCase__desc {
  margin-top: 64px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
.p-supportCase__desc span {
  font-weight: bold;
}

/*----------▲▲ page-support ▲▲----------*/
/*----------▼▼ page-faq ▼▼----------*/
.p-faq {
  max-width: 1060px;
  padding-top: 71px;
  padding-bottom: 96px;
  margin: 0 auto;
}
.p-faqBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-faqBtn {
    flex-direction: column;
  }
}
.p-faqBtn__anchor {
  padding: 12px 100px;
  background-color: #FFEFD3;
  font-size: 16px;
  font-weight: 600;
  color: #EA702D;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}
.p-faqBtn__anchor:hover {
  background-color: #EA702D;
  color: #ffffff;
  opacity: 1;
}
.p-faqBtn__anchor.secondary {
  background-color: #DDE2F0;
  color: #364673;
}
.p-faqBtn__anchor.secondary:hover {
  background-color: #364673;
  color: #ffffff;
  opacity: 1;
}
.p-faq__wrap {
  margin-top: 48px;
  scroll-margin-top: 180px;
}
.p-faq__list {
  display: grid;
  gap: 3em;
  margin-top: 32px;
}
.p-faq__item {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.p-faq__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 76px;
  border-top: 4px solid #EA702D;
  transition: 0.3s ease-out;
}
.p-faq__item.is-active::before {
  width: 100%;
}
.p-faq__item.is-active .p-faq__item-tit::after {
  transform: translate(-2px, -50%) rotate(90deg);
  background-color: #EA702D;
  transform-origin: 50% 50%;
}
.p-faq__item-tit {
  background-color: #FFEFD3;
  position: relative;
  cursor: pointer;
  padding: 1.5em;
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-faq__item-tit {
    padding: 1em 2em 1em 1em;
  }
}
.p-faq__item-tit .p-faq__item-text::before {
  content: "Q.";
  font-size: 2rem;
  display: block;
  width: 34px;
  height: 46px;
  color: #EA702D;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-faq__item-tit .p-faq__item-text::before {
    font-size: 1.5rem;
  }
}
.p-faq__item-tit::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 24px;
  height: 4px;
  border-top: 4px solid #EA702D;
  transition: background-color 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-faq__item-tit::before {
    right: 10px;
  }
}
.p-faq__item-tit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 4px;
  height: 24px;
  background-color: #EA702D;
  transition: transform 0.3s ease-out;
  margin-right: -2px;
}
@media screen and (max-width: 767px) {
  .p-faq__item-tit::after {
    right: 20px;
  }
}
.p-faq__cont {
  overflow: hidden;
  padding: 1.5em;
  position: relative;
}
.p-faq__item-text {
  font-weight: 600;
  font-size: 18px;
  padding-left: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__item-text {
    padding-left: 2rem;
  }
}
.p-faq__item-text::before {
  content: "A.";
  font-size: 32px;
  display: block;
  width: 30px;
  height: 46px;
  color: #364673;
  position: absolute;
  top: 0;
  transform: translateY(-8%);
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-faq__item-text::before {
    font-size: 24px;
    transform: translateY(5%);
  }
}
.p-faq__item-text.noIndent {
  text-indent: 0;
  margin-top: 2rem;
}
.p-faq__link {
  text-decoration: underline;
}
.p-faq__detail {
  display: flex;
  justify-content: center;
  margin-top: 96px;
}

.secondary .c-h2Tit2 {
  border-left: 4px solid #364673;
}
.secondary .p-faq__item-tit {
  background-color: #DDE2F0;
}
.secondary .p-faq__item-tit .p-faq__item-text::before {
  color: #364673;
}
.secondary .p-faq__item-tit::before {
  border-top: 4px solid #364673;
}
.secondary .p-faq__item-tit::after {
  background-color: #364673;
}
.secondary .p-faq__item.is-active .p-faq__item-tit::after {
  background-color: #364673;
}

/*----------▲▲ page-faq ▲▲----------*/
/*----------▼▼ page-flow ▼▼----------*/
.p-flow {
  max-width: 1060px;
  width: 100%;
  padding-top: 71px;
  padding-bottom: 96px;
  margin: 0 auto;
}
.p-flowBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .p-flowBtn {
    flex-direction: column;
    gap: 24px;
  }
}
.p-flowBtn__anchor {
  padding: 12px 24px;
  background-color: #FFEFD3;
  font-size: 16px;
  font-weight: 600;
  color: #EA702D;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  transform: ease-in-out 0.3s;
}
@media screen and (max-width: 767px) {
  .p-flowBtn__anchor {
    width: 80%;
    text-align: center;
  }
}
.p-flowBtn__anchor:hover {
  background-color: #EA702D;
  color: #ffffff;
  opacity: 1;
}
.p-flowBtn__anchor.secondary {
  background-color: #DDE2F0;
  color: #364673;
}
.p-flowBtn__anchor.secondary:hover {
  background-color: #364673;
  color: #ffffff;
  opacity: 1;
}
.p-flow__wrap {
  margin-top: 56px;
  scroll-margin-top: 180px;
}
.p-flow__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
  margin-top: 30px;
  position: relative;
  z-index: 0;
}
.p-flow__list::before {
  content: "";
  width: 32px;
  height: 100%;
  background-color: #EA702D;
  position: absolute;
  top: 0;
  left: 10%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-flow__list::before {
    width: 24px;
    left: 14%;
  }
}
.p-flow__item:nth-child(1) .p-flow__tit::before {
  content: "1";
}
.p-flow__item:nth-child(2) .p-flow__tit::before {
  content: "2";
}
.p-flow__item:nth-child(3) .p-flow__tit::before {
  content: "3";
}
.p-flow__item:nth-child(4) .p-flow__tit::before {
  content: "4";
}
.p-flow__item:nth-child(5) .p-flow__tit::before {
  content: "5";
}
.p-flow__cont {
  padding: 24px;
  display: flex;
  align-items: center;
  background-color: #FFEFD3;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-flow__cont {
    flex-direction: column;
  }
}
.p-flow__cont-wrap {
  display: flex;
  align-items: center;
  padding-right: 21px;
  border-right: 1px solid #EA702D;
}
@media screen and (max-width: 767px) {
  .p-flow__cont-wrap {
    border-bottom: 1px solid #EA702D;
    padding-bottom: 16px;
    padding-right: 0;
    border-right: none;
    width: 100%;
  }
}
.p-flow__cont span {
  font-size: 20px;
  font-weight: 400;
  flex: 0 0 40px;
}
.p-flow__tit {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-left: 85px;
  flex: 0 0 300px;
}
@media screen and (max-width: 767px) {
  .p-flow__tit {
    flex: 1;
    padding-left: 72px;
    font-size: 20px;
    width: 100%;
  }
}
.p-flow__tit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translate(0, -50%);
  background-color: #EA702D;
  border-radius: 50%;
  font-size: 32px;
  font-weight: bold;
  width: 48px;
  height: 48px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .p-flow__tit::before {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}
.p-flow__desc {
  font-size: 18px;
  font-weight: 400;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .p-flow__desc {
    padding-left: 0;
    margin-top: 16px;
  }
}
.p-flow .secondary .c-h2Tit2 {
  border-left: 4px solid #364673;
}
.p-flow .secondary .p-flow__list::before {
  background-color: #364673;
}
.p-flow .secondary .p-flow__cont {
  background-color: #DDE2F0;
}
.p-flow .secondary .p-flow__tit::before {
  background-color: #364673;
}
.p-flow .secondary .p-flow__cont-wrap {
  border-right: 1px solid #364673;
}
@media screen and (max-width: 767px) {
  .p-flow .secondary .p-flow__cont-wrap {
    border-bottom: 1px solid #364673;
    border-right: none;
  }
}
.p-flow .secondary span {
  color: #364673;
}

/*----------▲▲ page-flow ▲▲----------*/
/*----------▼▼ page-flow ▼▼----------*/
.p-contact {
  max-width: 1060px;
  width: 100%;
  padding: 0 0 6rem;
  margin: 0 auto;
}
.p-contact__wrap {
  margin-top: 4rem;
}
.p-contact__wrap__inner {
  display: flex;
  justify-content: center;
}

.p-zoho-form #crmWebToEntityForm.zcwf_lblLeft {
  width: 100%;
  padding: 25px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media all and (max-width: 600px) {
  .p-zoho-form #crmWebToEntityForm.zcwf_lblLeft {
    display: flex;
    justify-content: center;
  }
}
.p-zoho-form #crmWebToEntityForm.zcwf_lblLeft * {
  box-sizing: border-box;
}
.p-zoho-form #crmWebToEntityForm {
  text-align: left;
}
.p-zoho-form #crmWebToEntityForm * {
  direction: ltr;
}
.p-zoho-form .zcwf_lblLeft .zcwf_title {
  word-wrap: break-word;
  padding: 0px 6px 10px;
  font-weight: bold;
  text-align: center;
  color: #EA702D;
  font-size: 1.5rem;
  margin-top: 2rem;
}
.p-zoho-form .zcwf_lblLeft.cpT_primaryBtn:hover {
  background: linear-gradient(#02acff 0, #006be4 100%) no-repeat padding-box !important;
  box-shadow: 0 -2px 0 0 #0159b9 inset !important;
  border: 0 !important;
  color: #fff !important;
  outline: 0 !important;
}
.p-zoho-form .zcwf_lblLeft .zcwf_col_fld input[type=text], .p-zoho-form input[type=password], .p-zoho-form .zcwf_lblLeft .zcwf_col_fld textarea {
  width: 60%;
  min-width: 310px;
  border: 1px solid #c0c6cc !important;
  resize: vertical;
  border-radius: 4px;
  float: left;
  padding: 0.25em 0.5em;
  background-color: #fff;
}
@media all and (max-width: 520px) {
  .p-zoho-form .zcwf_lblLeft .zcwf_col_fld input[type=text], .p-zoho-form input[type=password], .p-zoho-form .zcwf_lblLeft .zcwf_col_fld textarea {
    width: 100%;
  }
}
.p-zoho-form .zcwf_lblLeft .zcwf_col_lab {
  width: 30%;
  word-break: break-word;
  padding: 0px 6px 0px;
  margin-right: 10px;
  margin-top: 5px;
  float: left;
  min-height: 1px;
}
.p-zoho-form .zcwf_lblLeft .zcwf_col_fld {
  float: left;
  width: 68%;
  padding: 0px 6px 0px;
  position: relative;
  margin-top: 5px;
}
.p-zoho-form .zcwf_lblLeft .zcwf_privacy {
  padding: 6px;
}
.p-zoho-form .zcwf_lblLeft .wfrm_fld_dpNn {
  display: none;
}
.p-zoho-form .dIB {
  display: inline-block;
}
.p-zoho-form .zcwf_lblLeft .zcwf_col_fld_slt {
  width: 60%;
  min-width: 310px;
  border: 1px solid #ccc;
  background: #E8F0FE;
  border-radius: 4px;
  font-size: 1rem;
  float: left;
  resize: vertical;
  padding: 0.25em 0.5em;
}
@media all and (max-width: 520px) {
  .p-zoho-form .zcwf_lblLeft .zcwf_col_fld_slt {
    width: 100%;
  }
}
.p-zoho-form .zcwf_lblLeft .zcwf_row:after, .p-zoho-form .zcwf_lblLeft .zcwf_col_fld:after {
  content: "";
  display: table;
  clear: both;
}
.p-zoho-form .zcwf_lblLeft .zcwf_col_help {
  float: left;
  margin-left: 7px;
  font-size: 12px;
  max-width: 35%;
  word-break: break-word;
}
.p-zoho-form .zcwf_lblLeft .zcwf_help_icon {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #fff;
  border: 1px solid #c0c6cc;
  color: #c1c1c1;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  border-radius: 50%;
}
.p-zoho-form .zcwf_lblLeft .zcwf_row {
  margin: 15px 0px;
}
.p-zoho-form .zcwf_lblLeft .zcwf_privacy_txt {
  width: 90%;
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-family: Arial;
  display: inline-block;
  vertical-align: top;
  color: #313949;
  padding-top: 2px;
  margin-left: 6px;
}
.p-zoho-form .zcwf_lblLeft .zcwf_tooltip_over {
  position: relative;
}
.p-zoho-form .zcwf_lblLeft .zcwf_tooltip_ctn {
  position: absolute;
  background: #dedede;
  padding: 3px 6px;
  top: 3px;
  border-radius: 4px;
  word-break: break-word;
  min-width: 100px;
  max-width: 150px;
  color: #313949;
  z-index: 100;
}
.p-zoho-form .zcwf_lblLeft .zcwf_ckbox {
  float: left;
}
.p-zoho-form .zcwf_lblLeft .zcwf_file {
  width: 55%;
  box-sizing: border-box;
  float: left;
}
.p-zoho-form .cBoth:after {
  content: "";
  display: block;
  clear: both;
}
.p-zoho-form .zcwf_col_fld {
  margin-top: 4rem;
}
.p-zoho-form .zcwf_button {
  color: white !important;
  font-weight: 700;
  font-size: 1rem;
  background: #364673;
  border: 0 solid transparent;
  border-radius: 4px;
  padding: 0.75em 1.5em;
  cursor: pointer;
  margin-top: 2rem;
  min-width: 9em;
  text-align: center;
}
.p-zoho-form .zcwf_button:hover {
  transition: opacity 0.2s;
  opacity: 0.75;
}
.p-zoho-form .formsubmit.zcwf_button {
  background: #EA702D;
  margin-right: 1em;
}
@media all and (max-width: 600px) {
  .p-zoho-form .zcwf_lblLeft .zcwf_col_lab, .p-zoho-form .zcwf_lblLeft .zcwf_col_fld {
    width: auto;
    float: none !important;
  }
  .p-zoho-form .zcwf_lblLeft .zcwf_col_help {
    width: 40%;
  }
}

/*----------▲▲ page-flow ▲▲----------*/
/*----------▼▼ glossary ▼▼----------*/
.p-glossary__inner {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .p-glossary__inner {
    margin-bottom: 48px;
  }
}
.p-glossary__cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  row-gap: 32px;
  margin-bottom: 192px;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-glossary__cols {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
    margin-bottom: 0px;
    margin-top: 48px;
  }
}
.p-glossary__cols li a {
  display: block;
  width: 100%;
  padding: 13px;
  text-align: center;
  background-color: #DEE4F7;
  color: #364673;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.p-glossary__cols li a:hover {
  background-color: #364673;
  color: #FFF;
  opacity: 1;
}
.p-glossaryIndex__init {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .p-glossaryIndex__init {
    margin-top: 32px;
  }
}
.p-glossaryIndex__tit.c-h2Tit2 {
  border-left: 4px solid #364673;
}
.p-glossaryIndex__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: disc;
  padding-left: 18px;
  row-gap: 24px;
  margin-top: 32px;
}
.p-glossaryIndex p {
  margin-top: 48px;
}
.p-glossarySide__tit {
  margin-top: 56px;
}
.p-glossarySide__tit.c-h2Tit2 {
  border-left: 4px solid #364673;
}
.p-glossarySide__cats {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding-bottom: 42px;
}
.p-glossarySide__cats li {
  height: 100%;
  width: 100%;
}
.p-glossarySide__cats li a {
  display: block;
  width: 100%;
  padding: 12px;
  background-color: #DEE4F7;
  font-size: 16px;
  font-weight: 600;
  color: #364673;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  text-align: center;
}
.p-glossarySide__cats li a:hover {
  background-color: #364673;
  color: #ffffff;
  opacity: 1;
}
.p-glossarySide__cats li a.is-current {
  background-color: #364673;
  color: #ffffff;
  opacity: 1;
  cursor: default;
}
.p-glossarySide .c-searchBox {
  margin-top: 32px;
}
.p-glossarySide .c-searchBox__input {
  font-size: 16px;
}
.p-glossarySide .c-searchBox__btn {
  background-color: #364673;
}
.p-glossarySide__glossary {
  display: block;
  margin-top: 64px;
}
.p-glossaryMain__cont {
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 24px 24px 96px;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-glossaryMain__cont {
    padding: 24px 24px 32px;
  }
}
.p-glossaryMain__info {
  position: relative;
}
.p-glossaryMain__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  row-gap: 16px;
  max-width: 720px;
}
.p-glossaryMain__tags li {
  white-space: nowrap;
}
.p-glossaryMain__tags a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-glossaryMain__tags {
    display: grid;
    gap: 16px;
    row-gap: 8px;
    grid-template-columns: repeat(2, auto);
  }
}
.p-glossaryMain__date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: bold;
}
.p-glossaryMain__body {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-glossaryMain__body {
    margin-top: 32px;
  }
}
.p-glossaryMain__body h2 {
  border-left: 4px solid #364673;
}
.p-glossaryMain__body h3 {
  color: #364673;
}
.p-glossaryMain__archive {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-glossaryMain__archive {
    margin-top: 32px;
  }
}
.p-glossary__search {
  margin-top: 48px;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-glossary__search {
    margin-top: 32px;
  }
}

/*----------▲▲ glossary ▲▲----------*/
/*----------▼▼ utility ▼▼----------*/
@media screen and (min-width: 768px) {
  .u-spOnly {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-spOnly {
    display: inherit !important;
  }
}

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

.u-bgWhite {
  background-color: #FFF;
  position: relative;
  z-index: 0;
}

.u-bgculw {
  position: relative;
}
.u-bgculw::after {
  background-color: #FFF;
  content: "";
  display: block;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 64px;
  right: calc(50vw - 120px);
}
@media screen and (max-width: 767px) {
  .u-bgculw::after {
    width: clamp(23.4375rem, 0rem + 117.1875vw, 56.25rem);
    height: clamp(23.4375rem, 0rem + 117.1875vw, 56.25rem);
    top: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
    right: calc(50vw - clamp(8.4635416667rem, 0rem + 42.3177083333vw, 20.3125rem));
  }
}

.u-bgculg {
  position: relative;
}
.u-bgculg::after {
  background-color: #FAFAFA;
  content: "";
  display: block;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 64px;
  right: calc(50vw - 120px);
}
@media screen and (max-width: 767px) {
  .u-bgculg::after {
    width: clamp(23.4375rem, 0rem + 117.1875vw, 56.25rem);
    height: clamp(23.4375rem, 0rem + 117.1875vw, 56.25rem);
    top: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
    right: calc(50vw - clamp(8.4635416667rem, 0rem + 42.3177083333vw, 20.3125rem));
  }
}

.u-bgcurg {
  position: relative;
}
.u-bgcurg::after {
  background-color: #FAFAFA;
  content: "";
  display: block;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 64px;
  left: calc(50vw - 120px);
}
@media screen and (max-width: 767px) {
  .u-bgcurg::after {
    width: clamp(23.4375rem, 0rem + 117.1875vw, 56.25rem);
    height: clamp(23.4375rem, 0rem + 117.1875vw, 56.25rem);
    top: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
    left: calc(50vw - clamp(8.4635416667rem, 0rem + 42.3177083333vw, 20.3125rem));
  }
}

.u-bgclrw {
  position: relative;
}
.u-bgclrw::after {
  background-color: #FFF;
  content: "";
  display: block;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  bottom: -96px;
  left: calc(50vw - 120px);
}
@media screen and (max-width: 767px) {
  .u-bgclrw::after {
    width: clamp(23.4375rem, 0rem + 117.1875vw, 56.25rem);
    height: clamp(23.4375rem, 0rem + 117.1875vw, 56.25rem);
    bottom: calc(0 - clamp(2.5rem, 0rem + 12.5vw, 6rem));
    left: calc(50vw - clamp(8.4635416667rem, 0rem + 42.3177083333vw, 20.3125rem));
  }
}

.u-box {
  display: inline-block;
  padding: 2px 10px;
  background-color: #364673;
  border-radius: 4px;
  color: #FFF;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .u-box {
    padding: clamp(0.0520833333rem, 0rem + 0.2604166667vw, 0.125rem) clamp(0.3125rem, 0rem + 1.5625vw, 0.75rem);
    border-radius: clamp(0.2083333333rem, 0rem + 1.0416666667vw, 0.5rem);
  }
}

.u-txtBlue {
  color: #364673;
}

.u-txtOrange {
  color: #EA702D;
}
.u-txtOrange__sizeL {
  font-size: 28px;
  color: #EA702D;
}

.u-culm {
  position: relative;
}
.u-culm::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: #EA702D;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  bottom: calc(100% - 28px);
  right: calc(100% - 28px);
}
@media screen and (max-width: 767px) {
  .u-culm::after {
    width: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
    height: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
    bottom: calc(100% - clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem));
    right: calc(100% - clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem));
  }
}

.u-curm {
  position: relative;
}
.u-curm::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: #EA702D;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  bottom: calc(100% - 28px);
  left: calc(100% - 28px);
}
@media screen and (max-width: 767px) {
  .u-curm::after {
    width: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
    height: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
    bottom: calc(100% - clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem));
    left: calc(100% - clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem));
  }
}

.u-culs {
  position: relative;
}
.u-culs::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: #EA702D;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  bottom: calc(100% - 16px);
  right: calc(100% - 16px);
}
@media screen and (max-width: 767px) {
  .u-culs::after {
    width: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
    height: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
    bottom: calc(100% - clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem));
    right: calc(100% - clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem));
  }
}

.u-curs {
  position: relative;
}
.u-curs::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: #EA702D;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  bottom: calc(100% - 16px);
  left: calc(100% - 16px);
}
@media screen and (max-width: 767px) {
  .u-curs::after {
    width: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
    height: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
    bottom: calc(100% - clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem));
    left: calc(100% - clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem));
  }
}

/*----------▲▲ utility ▲▲----------*/
/*# sourceMappingURL=style.css.map */