@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 100%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

option {
  padding: 0;
}

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background: #006A6C;
}

html.is-locked,
body.is-locked {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

a {
  display: inline-block;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

body.is-locked {
  overflow: hidden;
}

.l-header {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  background: #006A6C;
}

.l-header__inner {
  width: 100%;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8.9947089947%;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 3.75rem;
    padding-left: 0.625rem;
  }
}

.l-header__logo {
  width: 100%;
  max-width: 12rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    max-width: 8.75rem;
  }
}
.l-header__logo a {
  display: block;
  width: 100%;
}
.l-header__logo a:hover {
  opacity: 0.6;
}

.l-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-header__wrapper {
    display: none;
  }
}

.l-header__link {
  position: relative;
  width: 10rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1.1875;
  background: #C07140;
  overflow: hidden;
}
.l-header__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  background: #a85d32;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}
.l-header__link span {
  position: relative;
  z-index: 1;
}
.l-header__link:hover {
  color: #fff;
}
.l-header__link:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
}

.l-header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.l-header-nav__list,
.l-header-nav__link {
  color: #fff;
  font-size: 1rem;
  line-height: 1.1875;
}

.l-header-nav__link {
  position: relative;
}
.l-header-nav__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-header-nav__link:hover::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}

.l-header-subNav {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 1.9375rem;
}

.l-header-subNav__inner {
  padding: 1.25rem 1.5rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
}

.l-header-subNav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.875rem;
}

.l-header-subNav__list,
.l-header-subNav__link {
  color: #000;
  font-size: 1rem;
  line-height: 1.1875;
}

.l-header-subNav__link {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}
.l-header-subNav__link:hover {
  color: #006A6C;
}

.l-header-nav__list.sub {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav__list.sub:hover .l-header-subNav {
  max-height: none;
  overflow: visible;
  opacity: 1;
}

.l-main {
  contain: paint;
  position: relative;
  width: 100%;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 3.75rem;
  }
}

.l-footer {
  width: 100%;
  background: #fff;
}

.l-footer__inner {
  width: 100%;
  max-width: 84.375rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 2.5rem 1.25rem;
  }
}
.l-footer__inner.none {
  display: none;
}

.l-footer__logo {
  display: block;
  width: 100%;
  max-width: 15rem;
  margin-left: 1rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin: 0 auto;
  }
}
.l-footer__logo:hover {
  opacity: 0.6;
}

.l-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-footer-nav {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.25rem;
    margin-top: 1.5rem;
  }
}

.l-footer-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__lists {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.75rem;
    margin-top: 1rem;
  }
}

.l-footer-nav__list,
.l-footer-nav__link {
  font-size: 1rem;
  line-height: 1.1875;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__list,
  .l-footer-nav__link {
    font-size: 0.875rem;
  }
}

.l-footer-nav__link:hover {
  opacity: 0.6;
}

.l-footer-nav__sub-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.625rem;
  margin-top: 0.625rem;
}

.l-footer-nav__sub-list,
.l-footer-nav__sub-link {
  font-size: 0.875rem;
  line-height: 1.1875;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__sub-list,
  .l-footer-nav__sub-link {
    font-size: 0.75rem;
  }
}

.l-footer-nav__sub-link {
  position: relative;
  padding-left: 1.0625rem;
}
.l-footer-nav__sub-link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.125rem;
  width: 0.625rem;
  height: 0.5rem;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
.l-footer-nav__sub-link:hover {
  opacity: 0.6;
}

.l-footer__small {
  width: 100%;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  padding: 1.5rem;
  background: #01707D;
}
@media screen and (max-width: 767px) {
  .l-footer__small {
    font-size: 0.625rem;
    padding: 0.75rem;
  }
}

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

.c-title__jp {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-title__jp {
    font-size: 1.625rem;
  }
}

.c-title__en {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  color: #006A6C;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  font-weight: 700;
  margin-top: 0.5rem;
  padding-bottom: 0.625rem;
}
.c-title__en::before {
  content: "";
  display: block;
  position: relative;
  width: 0.1875rem;
  height: 0.1875rem;
  line-height: 1;
  background: #006A6C;
  border-radius: 100%;
  margin-top: 0.5625rem;
}
.c-title__en::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 5rem;
  height: 0.125rem;
  background: #C07140;
}

.c-title.white {
  color: #fff;
}
.c-title.white .c-title__jp {
  color: #fff;
}
.c-title.white .c-title__en {
  color: #fff;
}
.c-title.white .c-title__en::before {
  background: #fff;
}

.c-title.left {
  text-align: left;
}
.c-title.left .c-title__en {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-title.left .c-title__en::after {
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.c-title__jp.lh15 {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-title__jp.lh15-sp {
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .c-title__jp.minSp {
    font-size: 1.25rem;
  }
}

.c-title__jp.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.c-title__jp.icon::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 3.9375rem;
  height: 3.9375rem;
  background-image: url(../imgs/pc/fv_about_logo.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-title__jp.icon::after {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.c-title__en.black {
  color: #000;
}
.c-title__en.black::before {
  background: #000;
}

.c-title__en.mt0 {
  margin-top: 0rem;
}

.c-button {
  position: relative;
  width: 15rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  background: #C07140;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-button {
    width: 12.5rem;
    height: 3.125rem;
    font-size: 0.875rem;
  }
}
.c-button.wid100 {
  width: 100%;
}
.c-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  background: #a85d32;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}
.c-button span {
  position: relative;
  z-index: 1;
}
.c-button:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
}

.c-top {
  width: 100%;
  min-height: 56.375rem;
  padding: 9rem 2.5rem 2.5rem 2.5rem;
  background-image: url(../imgs/pc/top_bg_sunlight.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-top {
    min-height: 54.625rem;
    padding: 8.875rem 0.625rem 1.25rem 0.625rem;
    background-image: url(../imgs/sp/top_bg_sunlight.webp);
  }
}
.c-top.solar-mount {
  background-image: url(../imgs/pc/top_bg_solarmount.webp);
}
@media screen and (max-width: 767px) {
  .c-top.solar-mount {
    background-image: url(../imgs/sp/top_bg_solarmount.webp);
  }
}
.c-top.solar-fence {
  background-image: url(../imgs/pc/top_bg_solarfence.webp);
}
@media screen and (max-width: 767px) {
  .c-top.solar-fence {
    background-image: url(../imgs/sp/top_bg_solarfence.webp);
  }
}
.c-top.solar-panel {
  background-image: url(../imgs/pc/top_bg_solarpanel.webp);
}
@media screen and (max-width: 767px) {
  .c-top.solar-panel {
    background-image: url(../imgs/sp/top_bg_solarpanel.webp);
  }
}
.c-top.power-conditioner {
  background-image: url(../imgs/pc/top_bg_power.webp);
}
@media screen and (max-width: 767px) {
  .c-top.power-conditioner {
    background-image: url(../imgs/sp/top_bg_power.webp);
  }
}
.c-top.solar-other {
  background-image: url(../imgs/pc/top_bg_solarother.webp);
}
@media screen and (max-width: 767px) {
  .c-top.solar-other {
    background-image: url(../imgs/sp/top_bg_solarother.webp);
  }
}
.c-top.ship {
  padding-top: 13.5rem;
  background-image: url(../imgs/pc/top_bg_ship.webp);
}
@media screen and (max-width: 767px) {
  .c-top.ship {
    padding-top: 7.5rem;
    background-image: url(../imgs/sp/top_bg_ship.webp);
  }
}
.c-top.industrial {
  background-image: url(../imgs/pc/top_bg_industrial.webp);
}
@media screen and (max-width: 767px) {
  .c-top.industrial {
    background-image: url(../imgs/sp/top_bg_industrial.webp);
  }
}

.c-top__inner {
  width: 100%;
  max-width: 73.25rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-top__inner {
    max-width: 25rem;
  }
}

.c-top__label {
  display: block;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-top__label {
    font-size: 1.125rem;
    padding-left: 0.625rem;
  }
}

.c-top__title {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-top__title {
    font-size: 2rem;
    padding-left: 0.625rem;
    margin-top: 1.3125rem;
  }
}

.c-top__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6875rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-top__lists {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem;
    margin-top: 5rem;
  }
}

.c-top__list {
  position: relative;
  z-index: 1;
  width: 15.125rem;
  height: 11.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #3BC4A1;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0.4375rem 0.4375rem #3BC4A1;
          box-shadow: 0.4375rem 0.4375rem #3BC4A1;
}
@media screen and (max-width: 767px) {
  .c-top__list {
    width: 7.5rem;
    height: 7.0625rem;
    font-size: 1rem;
    -webkit-box-shadow: 0.3125rem 0.3125rem #3BC4A1;
            box-shadow: 0.3125rem 0.3125rem #3BC4A1;
  }
}
.c-top__list img {
  width: 5.0625rem;
  margin: 1rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c-top__list img {
    width: 3.125rem;
    margin-top: 0.25rem;
  }
}
.c-top__list:nth-of-type(2) img {
  width: 5.875rem;
  margin: 2.4375rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c-top__list:nth-of-type(2) img {
    width: 3.875rem;
    margin-top: 0.625rem;
  }
}
.c-top__list:nth-of-type(3) img {
  width: 5.0625rem;
  margin: 0.8125rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c-top__list:nth-of-type(3) img {
    width: 3rem;
    margin-top: 0.125rem;
  }
}

.c-top__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-top__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 2.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-top__box.mtSp {
    margin-top: 19.6875rem;
  }
}

.c-top__tel {
  width: 100%;
  max-width: 25rem;
  height: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
  font-size: 0.875rem;
  background: #C07140;
}
@media screen and (max-width: 767px) {
  .c-top__tel {
    max-width: 18.75rem;
  }
}
.c-top__tel span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .c-top__tel span {
    gap: 0.375rem;
    font-size: 1.5rem;
  }
}
.c-top__tel span::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../imgs/pc/tel_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.125rem;
}
.c-top__tel:hover {
  background: #000;
}

.c-top__mail {
  width: 100%;
  max-width: 25rem;
  height: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-top__mail {
    max-width: 18.75rem;
    gap: 0.3125rem;
    font-size: 1.5rem;
  }
}
.c-top__mail::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../imgs/pc/mail_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-top__mail:hover {
  color: #fff;
  background: #000;
}
.c-top__mail:hover::before {
  background-image: url(../imgs/pc/mail_white.svg);
}

.c-topPage {
  width: 100%;
  min-height: 31.25rem;
  padding-top: 16.6875rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../imgs/pc/top_news_bg.webp);
}
@media screen and (max-width: 767px) {
  .c-topPage {
    min-height: 20.625rem;
    padding-top: 8.875rem;
    background-image: url(../imgs/sp/top_page_bg.webp);
  }
}
.c-topPage.single {
  background-image: url(../imgs/pc/top_single_bg.webp);
}
@media screen and (max-width: 767px) {
  .c-topPage.single {
    background-image: url(../imgs/sp/top_page_bg.webp);
  }
}
.c-topPage.single-academy {
  background-image: url(../imgs/pc/top_s_academy_bg.webp);
}
@media screen and (max-width: 767px) {
  .c-topPage.single-academy {
    background-image: url(../imgs/sp/top_page_bg.webp);
  }
}
.c-topPage.academy {
  background-image: url(../imgs/pc/top_academy_bg.webp);
}
@media screen and (max-width: 767px) {
  .c-topPage.academy {
    background-image: url(../imgs/sp/top_page_bg.webp);
  }
}
.c-topPage.academy .c-topPage__title::before {
  width: 56%;
}
.c-topPage.company {
  background-image: url(../imgs/pc/top_company_bg.webp);
}
@media screen and (max-width: 767px) {
  .c-topPage.company {
    background-image: url(../imgs/sp/top_page_bg.webp);
  }
}
.c-topPage.contact {
  background-image: url(../imgs/pc/top_contact_bg.webp);
}
@media screen and (max-width: 767px) {
  .c-topPage.contact {
    background-image: url(../imgs/sp/top_page_bg.webp);
  }
}
.c-topPage.policy {
  background-image: url(../imgs/pc/top_policy_bg.webp);
}
@media screen and (max-width: 767px) {
  .c-topPage.policy {
    background-image: url(../imgs/sp/top_page_bg.webp);
  }
}

.c-topPage__title {
  position: relative;
  width: 100%;
  min-height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-topPage__title {
    max-width: calc(100% - 1.875rem);
    min-height: 5.3125rem;
    background: rgba(255, 255, 255, 0.6);
  }
}
.c-topPage__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .c-topPage__title::before {
    display: none;
  }
}
.c-topPage__title span {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 82.375rem;
  margin: 0rem auto;
  color: #006A6C;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  padding: 0.625rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-topPage__title span {
    max-width: 100%;
    margin: 0;
    font-size: 1.6875rem;
    line-height: 1.1851851852;
    padding: 0.875rem 1.25rem 0.875rem 2.5rem;
  }
}
.c-topPage__title span.min {
  font-size: 1.5rem;
  line-height: 1.2083333333;
  padding: 0;
  margin: 0;
  margin-top: 0.375rem;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .c-topPage__title span.min {
    font-size: 1.125rem;
  }
}

.c-breadcrumb {
  width: 100%;
  padding: 1.5rem 2.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 1.25rem;
  }
}

.c-breadcrumb__lists {
  width: 100%;
  max-width: 77.375rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__lists {
    max-width: 100%;
    gap: 0.625rem 1.5rem;
  }
}

.c-breadcrumb__list {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.1875;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    font-size: 0.75rem;
  }
}
.c-breadcrumb__list::after {
  content: "＞";
  display: inline-block;
  position: absolute;
  top: 0rem;
  right: -1.75rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list::after {
    right: -1.125rem;
  }
}
.c-breadcrumb__list.end::after {
  display: none;
}

.c-breadcrumb__link {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.1875;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__link {
    font-size: 0.75rem;
  }
}
.c-breadcrumb__link:hover {
  opacity: 0.6;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .pagination .nav-links {
    margin-top: 3.75rem;
    gap: 0.5rem;
  }
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2rem;
  max-width: 2rem;
  height: 2rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 0.125rem;
  background-color: #006A6C;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers {
    width: 1.75rem;
    max-width: 1.75rem;
    height: 1.75rem;
    font-size: 0.875rem;
  }
}
.pagination .page-numbers:hover {
  background: #000;
}
.pagination .dots {
  color: #006A6C;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  background: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .pagination .dots {
    font-size: 1.25rem;
  }
}
.pagination .dots:hover {
  color: #006A6C;
  background: none;
}
.pagination .current {
  color: #fff;
  background: #000;
}
.pagination .prev,
.pagination .next {
  position: relative;
  background: none;
  border-radius: 0;
}
.pagination .prev::before,
.pagination .next::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  width: 0.5rem;
  height: 0.8125rem;
  background-image: url(../imgs/pc/arrow_black.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .prev:hover,
.pagination .next:hover {
  opacity: 0.6;
  background: none;
  border-radius: 0;
}
.pagination .next::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-section-works {
  width: 100%;
  padding: 7.5rem 2.5rem;
  background-image: url(../imgs/pc/works_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-section-works {
    padding: 5rem 1.25rem;
    background-size: contain;
    background-color: #fff;
  }
}

.c-section-works__inner {
  width: 100%;
  max-width: 61.25rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-section-works__inner {
    max-width: 100%;
  }
}

.c-section-works__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-left: 1rem;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .c-section-works__wrapper {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-left: 0rem;
    margin: 1.875rem auto 0 auto;
  }
}

.c-section-works__card {
  position: relative;
  width: 100%;
}
.c-section-works__card figcaption {
  position: absolute;
  z-index: 2;
  left: -0.75rem;
  bottom: 1.375rem;
  -webkit-transform: rotate(-2.66deg);
          transform: rotate(-2.66deg);
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 700;
  padding: 0.75rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-section-works__card figcaption {
    -webkit-box-shadow: 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.16);
  }
}

.c-section-works__count {
  width: 100%;
  max-width: 44rem;
  height: 8.8125rem;
  margin: 2.375rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.75rem;
  line-height: 1.2142857143;
  background-image: url(../imgs/pc/works_bgimg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-section-works__count {
    max-width: 22rem;
    height: 4.40625rem;
    margin-top: 1.875rem;
    font-size: 0.875rem;
  }
}
.c-section-works__count span {
  position: relative;
  top: -0.25rem;
  display: inline-block;
  color: #FF0000;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
  margin: 0 0.125rem;
}
@media screen and (max-width: 767px) {
  .c-section-works__count span {
    top: -0.125rem;
    font-size: 1.25rem;
  }
}

.c-section-portfolio {
  width: 100%;
  padding: 7.5rem 2.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-section-portfolio {
    padding: 5rem 1.25rem;
  }
}
.c-section-portfolio.bg-lightGreen {
  background: #EBF3F4;
}

.c-section-portfolio__inner {
  width: 100%;
  max-width: 67.75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-section-portfolio__inner {
    max-width: 100%;
  }
}
.c-section-portfolio__inner.wid1210 {
  max-width: 75.625rem;
}
@media screen and (max-width: 767px) {
  .c-section-portfolio__inner.wid1210 {
    max-width: 100%;
  }
}

.c-section-portfolio__text {
  width: 100%;
  max-width: 37.5rem;
  margin: 2.5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-section-portfolio__text {
    max-width: 100%;
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}

.c-section-portfolio__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-section-portfolio__wrapper {
    margin-top: 1.875rem;
  }
}
.c-section-portfolio__wrapper.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-section-portfolio__inner.wid1210 .c-section-portfolio__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-section-portfolio__inner.wid1210 .c-section-portfolio__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-section-portfolioCard {
  position: relative;
  width: 100%;
  max-width: 21.25rem;
  border: 2px solid #006A6C;
}
@media screen and (max-width: 767px) {
  .c-section-portfolioCard {
    max-width: 100%;
  }
}
.c-section-portfolioCard:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-section-portfolioCard:hover .c-section-portfolioCard__arrow::after {
  -webkit-transform: translate(-50%, -50%) scale(1.8);
          transform: translate(-50%, -50%) scale(1.8);
}

.c-section-portfolioCard__img {
  width: 100%;
  overflow: hidden;
}
.c-section-portfolioCard__img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-section-portfolioCard__group {
  width: 100%;
  padding: 1rem 0.875rem 2.875rem 0.875rem;
}

.c-section-portfolioCard__title {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-weight: 700;
}

.c-section-portfolioCard__text {
  font-size: 0.875rem;
  margin-top: 0.75rem;
}

.c-section-portfolioCard__arrow {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 2.5rem;
  height: 2.5rem;
  background: #006A6C;
}
.c-section-portfolioCard__arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(50% + 1px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.8125rem;
  background-image: url(../imgs/pc/fv_portfolio_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-section-portfolioItem {
  width: 100%;
  max-width: 23.875rem;
  padding: 1rem 1rem 2.25rem 1rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 106, 108, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 106, 108, 0.2);
}
@media screen and (max-width: 767px) {
  .c-section-portfolioItem {
    max-width: 100%;
    padding: 1rem 1rem 1.25rem 1rem;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 106, 108, 0.2);
            box-shadow: 0px 0px 10px 0px rgba(0, 106, 108, 0.2);
  }
}

.c-section-portfolioItem__title {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2083333333;
  font-weight: 700;
  text-align: center;
  padding: 1rem;
  background: #006A6C;
}
@media screen and (max-width: 767px) {
  .c-section-portfolioItem__title {
    font-size: 1.25rem;
    padding: 0.75rem;
  }
}

.c-section-portfolioItem__img {
  width: 100%;
}

.c-section-portfolioItem__text {
  font-size: 0.875rem;
  margin-top: 1rem;
}

.c-section-about {
  width: 100%;
  padding: 7.5rem 2.5rem;
  background-image: url(../imgs/pc/about_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-section-about {
    padding: 5rem 1.25rem;
  }
}

.c-section-about__inner {
  width: 100%;
  max-width: 48.875rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-section-about__inner {
    max-width: 100%;
  }
}

.c-section-about__text {
  width: 100%;
  max-width: 40.625rem;
  text-align: center;
  margin: 2.5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-section-about__text {
    max-width: 100%;
    font-size: 0.875rem;
    text-align: left;
    margin-top: 1.875rem;
  }
}
.c-section-about__text strong {
  font-weight: 700;
}

.c-section-about__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-section-about__lists {
    gap: 0.625rem;
    margin-top: 1.875rem;
  }
}

.c-section-about__list {
  width: 100%;
  max-width: 15.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #006A6C;
  font-size: 1rem;
  font-weight: 700;
  padding: 1rem 0.625rem;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-about__list {
    max-width: 100%;
    font-size: 0.875rem;
    padding: 0.75rem 0.625rem;
  }
}

.c-section-about__exp {
  width: 100%;
  max-width: 40.625rem;
  margin: 2rem auto 0rem auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-about__exp {
    max-width: 100%;
    font-size: 0.875rem;
    text-align: left;
    margin-top: 1.875rem;
  }
}
.c-section-about__exp strong {
  font-weight: 700;
}

.c-section-about__button {
  margin: 1.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c-section-about__button {
    margin-top: 1.875rem;
  }
}

.c-section-reason {
  width: 100%;
  padding: 7.5rem 2.5rem;
  background: #EBF3F4;
}
@media screen and (max-width: 767px) {
  .c-section-reason {
    padding: 5rem 1.25rem;
  }
}

.c-section-reason__inner {
  width: 100%;
  max-width: 68.75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-section-reason__inner {
    max-width: 100%;
  }
}

.c-section-reason__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 3.25rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-section-reason__wrapper {
    gap: 1.875rem;
    margin-top: 1.875rem;
  }
}

.c-section-reasonCard {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-section-reasonCard {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 106, 108, 0.2);
            box-shadow: 0px 0px 10px 0px rgba(0, 106, 108, 0.2);
    padding-bottom: 0rem;
  }
}
.c-section-reasonCard.reverse .c-section-reasonCard__box {
  margin-left: auto;
}
.c-section-reasonCard.reverse .c-section-reasonCard__img {
  right: auto;
  left: 0;
}

.c-section-reasonCard__box {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 37.375rem;
  padding: 1.5rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(1, 112, 125, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(1, 112, 125, 0.2);
}
@media screen and (max-width: 767px) {
  .c-section-reasonCard__box {
    max-width: 100%;
    padding: 2.125rem 1.25rem 1.875rem 1.25rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.c-section-reasonCard__number {
  position: absolute;
  z-index: -1;
  top: -1.25rem;
  left: 0;
  color: #EBF3F4;
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

.c-section-reasonCard__title {
  color: #006A6C;
  font-size: 1.5rem;
  line-height: 1.2083333333;
  font-weight: 700;
  padding-left: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .c-section-reasonCard__title {
    font-size: 1.25rem;
    padding-left: 0rem;
  }
}

.c-section-reasonCard__text {
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .c-section-reasonCard__text {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.c-section-reasonCard__img {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0rem;
  width: 100%;
  max-width: 37.375rem;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 106, 108, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 106, 108, 0.2);
}
@media screen and (max-width: 767px) {
  .c-section-reasonCard__img {
    position: relative;
    z-index: 1;
    right: auto;
    bottom: auto;
    max-width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.c-section-flow {
  width: 100%;
  padding: 7.5rem 2.5rem;
  background-image: url(../imgs/pc/flow_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-section-flow {
    padding: 5rem 1.25rem;
  }
}

.c-section-flow__inner {
  width: 100%;
  max-width: 65.5rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-section-flow__inner {
    max-width: 100%;
  }
}

.c-section-flow__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-section-flow__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 3.75rem;
    margin-top: 3.75rem;
  }
}

.c-section-flowCard {
  position: relative;
  width: 100%;
  padding: 2.625rem 1rem 1rem 1rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .c-section-flowCard {
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.2);
  }
}

.c-section-flowCard__step {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7.8125rem;
  height: 2.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #02717E;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 700;
  background: #fff;
  border: 0.1875rem solid #01707D;
}

.c-section-flowCard__title {
  color: #016F7C;
  font-size: 1.5rem;
  line-height: 1.2083333333;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-flowCard__title {
    font-size: 1.25rem;
  }
}

.c-section-flowCard__text {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-section-flowCard__text {
    font-size: 0.875rem;
  }
}

.c-section-other {
  width: 100%;
  padding: 7.5rem 2.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-section-other {
    padding: 5rem 2.5rem;
  }
}

.c-section-other__inner {
  width: 100%;
  max-width: 52rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-section-other__inner {
    max-width: 100%;
  }
}

.c-section-other__text {
  width: 100%;
  max-width: 37.5rem;
  margin: 2.5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-section-other__text {
    max-width: 100%;
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}

.c-section-other__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-section-other__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    margin-top: 1.875rem;
  }
}

.c-section-other__link {
  position: relative;
  display: block;
  width: 100%;
  height: 15.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../imgs/pc/other_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-section-other__link {
    height: 11.25rem;
  }
}
.c-section-other__link.bg {
  background-image: url(../imgs/pc/other_bg02.webp);
}
.c-section-other__link.bg02 {
  background-image: url(../imgs/pc/other_bg03.webp);
}
.c-section-other__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(182, 228, 230, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-section-other__link span {
  position: relative;
  z-index: 3;
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-other__link span {
    font-size: 1.25rem;
  }
}
.c-section-other__link:hover::before {
  background: rgba(182, 228, 230, 0.4);
}

.c-section-contact {
  width: 100%;
  padding: 7.5rem 2.5rem;
  background: linear-gradient(257.82deg, #B6E3E8 0.42%, #EBF3F4 36.21%, #B6E3E8 58.58%);
}
@media screen and (max-width: 767px) {
  .c-section-contact {
    padding: 3.75rem 1.25rem;
  }
}
.c-section-contact.fv {
  background: linear-gradient(257.82deg, #01707D 0.42%, #0C8795 36.21%, #01707D 58.58%);
}
.c-section-contact.fv .c-section-contact__text {
  color: #fff;
}

.c-section-contact__inner {
  width: 100%;
  max-width: 52rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-section-contact__inner {
    max-width: 100%;
  }
}

.c-section-contact__text {
  width: 100%;
  max-width: 28.125rem;
  margin: 2.5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-section-contact__text {
    max-width: 100%;
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}

.c-section-contact__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-section-contact__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    margin-top: 1.875rem;
  }
}

.c-section-contact__tel {
  width: 100%;
  max-width: 25rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-size: 0.875rem;
  background: #fff;
  border: 2px solid #01707D;
}
@media screen and (max-width: 767px) {
  .c-section-contact__tel {
    max-width: 18.75rem;
  }
}
.c-section-contact__tel span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-section-contact__tel span {
    gap: 0.375rem;
    font-size: 1.5rem;
  }
}
.c-section-contact__tel span::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../imgs/pc/tel_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-section-contact__tel:hover {
  color: #fff;
  background: #000;
  border: 2px solid #000;
}
.c-section-contact__tel:hover span::before {
  background-image: url(../imgs/pc/tel_white.svg);
}

.c-section-contact__mail {
  width: 100%;
  max-width: 25rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  background: #01707D;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .c-section-contact__mail {
    max-width: 18.75rem;
    gap: 0.3125rem;
    font-size: 1.5rem;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.2);
            box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.2);
  }
}
.c-section-contact__mail::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../imgs/pc/mail_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.125rem;
}
.c-section-contact__mail:hover {
  background: #000;
}

.c-section-results {
  width: 100%;
  padding: 7.5rem 2.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-section-results {
    padding: 5rem 1.25rem;
  }
}

.c-section-results__inner {
  width: 100%;
  max-width: 68.75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-section-results__inner {
    max-width: 100%;
  }
}

.c-section-results__text {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-section-results__text {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}

.c-section-results__img {
  width: 100%;
  max-width: 50rem;
  margin: 2rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-section-results__img {
    max-width: 100%;
    margin-top: 1.875rem;
  }
}

.c-section-handling {
  width: 100%;
  padding: 7.5rem 2.5rem;
  background: #EBF3F4;
}
@media screen and (max-width: 767px) {
  .c-section-handling {
    padding: 5rem 1.25rem;
  }
}

.c-section-handling__inner {
  width: 100%;
  max-width: 68.75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-section-handling__inner {
    max-width: 100%;
  }
}

.c-section-handling__img {
  width: 100%;
  max-width: 61.25rem;
  margin: 2.5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-section-handling__img {
    max-width: 100%;
    margin-top: 1.875rem;
  }
}
.c-section-handling__img.wid1048 {
  max-width: 65.5rem;
}
@media screen and (max-width: 767px) {
  .c-section-handling__img.wid1048 {
    max-width: 100%;
  }
}

.c-section-handling__name {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-section-handling__name {
    font-size: 1.125rem;
    text-align: left;
    margin-top: 1.875rem;
  }
}
.c-section-handling__name.wid970 {
  max-width: 60.625rem;
  margin: 2rem auto 0rem auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-section-handling__name.wid970 {
    max-width: 100%;
    margin-top: 1.875rem;
  }
}

.c-section-handling__text {
  max-width: 61.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 2.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c-section-handling__text {
    font-size: 1rem;
    margin-top: 1.875rem;
  }
}

.c-section-handling__comment {
  width: 100%;
  max-width: 37.8125rem;
  margin: 2rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-section-handling__comment {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    cursor: pointer;
    position: fixed;
    z-index: 99;
    display: block;
    top: 1.4375rem;
    right: 1.25rem;
    width: 1.625rem;
    height: 0.9375rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 0rem;
  width: 1.625rem;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: 0rem;
}
.c-hamburger span:nth-of-type(2) {
  top: 0.4375rem;
}
.c-hamburger span:nth-of-type(3) {
  top: 0.875rem;
}

.c-hamburger.active span:nth-of-type(1) {
  top: 0.4375rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.c-hamburger.active span:nth-of-type(2) {
  display: none;
}
.c-hamburger.active span:nth-of-type(3) {
  top: 0.4375rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.c-hamburger-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5rem 1.25rem 3.75rem 1.25rem;
  background: #006A6C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.25rem;
}

.c-hamburger-nav__list {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.c-hamburger-nav__link {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
.c-hamburger-nav__link:hover {
  opacity: 0.6;
}

.c-hamburger-nav__sub-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.c-hamburger-nav__sub-list {
  font-size: 0.875rem;
  font-weight: 500;
}

.c-hamburger-nav__sub-link {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  padding-left: 1.0625rem;
}
.c-hamburger-nav__sub-link:hover {
  opacity: 0.6;
}
.c-hamburger-nav__sub-link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.125rem;
  width: 0.625rem;
  height: 0.5rem;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.c-hamburger-nav__button {
  margin: 1.875rem auto 0 auto;
}

.c-hamburger-nav.active {
  opacity: 1;
  z-index: 97;
}

.p-fv {
  width: 100%;
  min-height: 56.375rem;
  padding: 14.75rem 2.5rem 2.5rem 2.5rem;
  background-image: url(../imgs/pc/fv_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv {
    min-height: calc(100svh - 3.75rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0rem 0.8125rem 3.75rem 0.8125rem;
    background-image: url(../imgs/sp/fv_bg.webp);
  }
}

.p-fv__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    max-width: 31.25rem;
  }
}

.p-fv__title {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.p-fv__text {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    margin-top: 2.5rem;
  }
}
.p-fv__text span {
  display: inline-block;
  color: #006A6C;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  padding: 0.75rem;
  background: #fff;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv__text span {
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 1rem;
  }
}
.p-fv__text span:first-of-type {
  margin-top: 0rem;
}

.p-fv-about {
  width: 100%;
  padding: 7.0625rem 2.5rem 6.5rem 2.5rem;
  background: #006A6C;
}
@media screen and (max-width: 767px) {
  .p-fv-about {
    padding: 5rem 1.25rem;
  }
}

.p-fv-about__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-about__inner {
    max-width: 100%;
  }
}

.p-fv-about__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
    margin-top: 1.875rem;
  }
}

.p-fv-about__box {
  width: 100%;
  max-width: 38.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__box {
    max-width: 100%;
  }
}

.p-fv-about__text {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv-about__text {
    font-size: 0.875rem;
  }
}
.p-fv-about__text strong {
  font-weight: 700;
}

.p-fv-about__lists {
  width: 100%;
  max-width: 35rem;
  padding: 1.5rem;
  padding-left: 2.5rem;
  background: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__lists {
    max-width: 100%;
    padding: 1rem;
    padding-left: 1.75rem;
  }
}
.p-fv-about__lists li {
  position: relative;
  color: #006A6C;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-about__lists li {
    font-size: 0.875rem;
  }
}
.p-fv-about__lists li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: -1rem;
}

.p-fv-about__img {
  width: 100%;
  max-width: 33.75rem;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__img {
    max-width: 100%;
    margin-top: 0rem;
  }
}

.p-fv-about__link {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__link {
    margin: 1.875rem auto 0 auto;
  }
}

.p-fv-news {
  width: 100%;
  padding: 7.5rem 2.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv-news {
    padding: 5rem 1.25rem;
  }
}

.p-fv-news__inner {
  width: 100%;
  max-width: 56.25rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-news__inner {
    max-width: 100%;
  }
}

.p-fv-news__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__wrapper {
    margin-top: 1.875rem;
  }
}

.p-fv-news__button {
  margin: 2.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-news__button {
    margin-top: 1.875rem;
  }
}

.p-fv-newsPost {
  width: 100%;
  border-bottom: 2px solid #000;
}

.p-fv-newsPost__link {
  width: 100%;
  padding: 0rem 1.5rem 1.125rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-newsPost__link {
    padding: 0rem 0rem 1.5rem 0rem;
  }
}
.p-fv-newsPost__link:hover {
  opacity: 0.6;
}

.p-fv-newsPost__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-newsPost__group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
}

.p-fv-newsPost__category {
  min-width: 7.5rem;
  height: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #01707D;
  font-size: 1rem;
  line-height: 1.3571428571;
  text-align: center;
  padding: 0.1875rem 0.375rem;
  border: 1px solid #01707D;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-newsPost__category {
    min-width: 3.75rem;
    height: 1.5rem;
    font-size: 0.75rem;
    padding: 0rem 0.375rem;
  }
}
.p-fv-newsPost__category.achieve {
  color: #fff;
  background: #01707D;
  border: none;
}
.p-fv-newsPost__category.blog {
  color: #fff;
  background: #C07140;
  border: none;
}

.p-fv-newsPost__time {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-newsPost__time {
    font-size: 0.875rem;
  }
}

.p-fv-newsPost__title {
  font-size: 1rem;
  line-height: 1.1875;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-newsPost__title {
    font-size: 0.875rem;
    margin-top: 0.75rem;
  }
}

.p-news {
  width: 100%;
  padding: 7.5rem 2.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 5rem 1.25rem;
  }
}

.p-news__inner {
  width: 100%;
  max-width: 75.625rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    max-width: 100%;
  }
}

.p-news__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
    margin-top: 1.875rem;
  }
}

.p-newsPost {
  width: 100%;
  padding: 1rem;
  background: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 106, 108, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 106, 108, 0.2);
}
@media screen and (max-width: 767px) {
  .p-newsPost {
    padding: 0.875rem 0.875rem 1.5rem 0.875rem;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 106, 108, 0.2);
            box-shadow: 0px 0px 10px 0px rgba(0, 106, 108, 0.2);
  }
}
.p-newsPost:hover {
  opacity: 0.6;
}
.p-newsPost:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-newsPost__thumbnail {
  width: 100%;
}

.p-newsPost__img {
  position: relative;
  padding-top: 57.1428571429%;
  overflow: hidden;
}
.p-newsPost__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-newsPost__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-newsPost__group {
    gap: 0.5rem;
    margin-top: 0.75rem;
  }
}

.p-newsPost__category {
  min-width: 5rem;
  height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #01707D;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  padding: 0.1875rem 0.375rem;
  border: 1px solid #01707D;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-newsPost__category {
    min-width: 3.75rem;
    height: 1.5rem;
    font-size: 0.75rem;
    padding: 0rem 0.375rem;
  }
}
.p-newsPost__category.achieve {
  color: #fff;
  background: #01707D;
  border: none;
}
.p-newsPost__category.blog {
  color: #fff;
  background: #C07140;
  border: none;
}

.p-newsPost__time {
  font-size: 0.875rem;
  line-height: 1;
}

.p-newsPost__title {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-newsPost__title {
    font-size: 0.875rem;
    margin-top: 0.75rem;
  }
}

.p-academy {
  width: 100%;
  padding: 7.5rem 2.5rem;
  background: #EBF3F4;
}
@media screen and (max-width: 767px) {
  .p-academy {
    padding: 5rem 1.25rem;
  }
}

.p-academy__inner {
  width: 100%;
  max-width: 50.8125rem;
  margin: 0rem auto;
  padding: 5rem;
  background: #006A6C;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-academy__inner {
    max-width: 100%;
    padding: 2.5rem 1.25rem;
  }
}

.p-academy__title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-academy__title {
    font-size: 1.125rem;
  }
  .p-academy__title span {
    font-size: 0.875rem;
  }
}

.p-academy__presiding {
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-academy__presiding {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}

.p-academy__wrapper {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-academy__wrapper {
    margin-top: 1.875rem;
  }
}

.p-academy__box {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-academy__box {
    margin-top: 1.875rem;
  }
}
.p-academy__box:first-of-type {
  margin-top: 0rem;
}

.p-academy__label {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-academy__label {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }
}

.p-academy__exp {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-academy__exp {
    font-size: 0.875rem;
  }
}

.p-company-logo {
  width: 100%;
  padding: 7.5rem 2.5rem;
  background: #EBF3F4;
}
@media screen and (max-width: 767px) {
  .p-company-logo {
    padding: 5rem 1.25rem;
  }
}

.p-company-logo__inner {
  width: 100%;
  max-width: 43.75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-company-logo__inner {
    max-width: 100%;
  }
}

.p-company-logo__img {
  width: 100%;
  max-width: 15.625rem;
  margin: 2rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-company-logo__img {
    max-width: 11.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company-logo__text {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.p-company-overview {
  width: 100%;
  padding: 7.5rem 2.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-company-overview {
    padding: 5rem 1.25rem;
  }
}

.p-company-overview__inner {
  width: 100%;
  max-width: 56.25rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-company-overview__inner {
    max-width: 100%;
  }
}

.p-company-overview__table {
  width: 100%;
  margin-top: 1rem;
}
.p-company-overview__table th,
.p-company-overview__table td {
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 400;
  border-bottom: 0.1875rem solid #EBF3F4;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company-overview__table th,
  .p-company-overview__table td {
    display: block;
    font-size: 0.875rem;
    padding: 0;
  }
}
.p-company-overview__table th {
  width: 19.25rem;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .p-company-overview__table th {
    width: 100%;
    font-weight: 700;
    padding: 0;
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: none;
  }
}
.p-company-overview__table td {
  width: calc(100% - 19.25rem);
}
@media screen and (max-width: 767px) {
  .p-company-overview__table td {
    width: 100%;
    padding-bottom: 1.5rem;
  }
}
.p-company-overview__table td a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-company-overview__table td a {
    margin-top: 0.5rem;
  }
}
.p-company-overview__table td a:hover {
  opacity: 0.6;
}
.p-company-overview__table td li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}

.p-contact {
  width: 100%;
  padding: 7.5rem 2.5rem 5rem 2.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 5rem 1.25rem 2.5rem 1.25rem;
  }
}

.p-contact__inner {
  width: 100%;
  max-width: 43.75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    max-width: 100%;
  }
}

.p-contact__text {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 0.875rem;
    text-align: left;
    margin-top: 1.875rem;
  }
}

.p-contact-form {
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form {
    margin-top: 1.875rem;
  }
}

.p-contact-form__group {
  width: 100%;
  margin-top: 1.5rem;
}
.p-contact-form__group:first-of-type {
  margin-top: 0rem;
}

.p-contact-form__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-contact-form__name {
    font-size: 1.125rem;
  }
}

.p-contact-form__required {
  display: inline-block;
  color: #FF0000;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
}

.p-contact-form__inputBox {
  width: 100%;
  margin-top: 1rem;
}
.p-contact-form__inputBox input {
  cursor: pointer;
  width: 100%;
  height: 3rem;
  font-size: 1rem;
  font-weight: 500;
  padding: 0 1rem;
  border: 1px solid #333;
}
.p-contact-form__inputBox input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.p-contact-form__inputBox input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.p-contact-form__inputBox input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.p-contact-form__inputBox input::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.p-contact-form__inputBox input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.p-contact-form__textareaBox {
  width: 100%;
  margin-top: 1rem;
}
.p-contact-form__textareaBox textarea {
  width: 100%;
  height: 12.375rem;
  font-size: 1rem;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #333;
  resize: vertical; /* 縦方向のみリサイズ可能 */
}
.p-contact-form__textareaBox textarea::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.p-contact-form__textareaBox textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.p-contact-form__textareaBox textarea:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.p-contact-form__textareaBox textarea::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.p-contact-form__textareaBox textarea::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.p-contact-form__privacy {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

.p-contact-form__privacy_check {
  cursor: pointer;
  text-align: center;
}
.p-contact-form__privacy_check .wpcf7-list-item {
  margin: 0;
}
.p-contact-form__privacy_check label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.p-contact-form__privacy_check label::before {
  content: "";
  position: relative;
  top: 0.0625rem;
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid #000;
  border-radius: 0.1875rem;
  background: #ffffff;
}
.p-contact-form__privacy_check input {
  display: none;
}
.p-contact-form__privacy_check input:checked ~ span::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.0625rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 0.75rem;
  min-width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.1875rem;
  border: 1px solid #000;
  background: #000;
}
.p-contact-form__privacy_check input:checked ~ span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.21875rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.3125rem;
  height: 0.4375rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
}

.p-contact-form__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.625rem;
  margin-top: 2.5rem;
}

.p-contact-form__button input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 9rem;
  height: 3.25rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background: #C07140;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contact-form__button input:hover {
  opacity: 0.6;
}

.p-thanks {
  width: 100%;
  padding: 7.5rem 2.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 5rem 1.25rem;
  }
}

.p-thanks__inner {
  width: 100%;
  max-width: 50rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-thanks__inner {
    max-width: 100%;
  }
}

.p-thanks__title {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 1.75rem;
  }
}

.p-thanks__text {
  font-weight: 700;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: 0.875rem;
  }
}

.p-policy {
  width: 100%;
  padding: 5.375rem 2.5rem 9.75rem 2.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-policy {
    padding: 3.75rem 1.25rem 5rem 1.25rem;
  }
}

.p-policy__inner {
  width: 100%;
  max-width: 53.125rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-policy__inner {
    max-width: 100%;
  }
}

.p-policy__box {
  width: 100%;
  padding: 0rem 3.125rem 1rem 3.125rem;
  border-bottom: 0.1875rem solid #006A6C;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-policy__box {
    padding: 0rem 0.625rem 1.5rem 0.625rem;
    margin-top: 1.25rem;
  }
}
.p-policy__box:first-of-type {
  margin-top: 0rem;
}
.p-policy__box:last-of-type {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-policy__box:last-of-type {
    padding-bottom: 1.5rem;
  }
}

.p-policy__title {
  font-size: 1.5rem;
  line-height: 1.2083333333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-policy__title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.p-policy__title span {
  display: inline-block;
  color: #006A6C;
  margin-right: 0.5rem;
}

.p-policy__text {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-policy__text {
    font-size: 0.875rem;
  }
}

.p-policy__lists li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-policy__lists li {
    font-size: 0.875rem;
  }
}

.p-single {
  width: 100%;
  padding: 5rem 2.5rem 7.5rem 2.5rem;
  background: #EBF3F4;
}
@media screen and (max-width: 767px) {
  .p-single {
    padding: 3.75rem 1.25rem;
  }
}

.p-single__inner {
  width: 100%;
  max-width: 65rem;
  margin: 0rem auto;
  padding: 3.125rem 2.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-single__inner {
    padding: 1.875rem 1.25rem;
  }
}

.p-single__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single__group {
    gap: 0.5rem;
  }
}

.p-single__category {
  min-width: 5rem;
  height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #01707D;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  padding: 0.1875rem 0.375rem;
  border: 1px solid #01707D;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__category {
    min-width: 3.75rem;
    height: 1.5rem;
    font-size: 0.75rem;
    padding: 0rem 0.375rem;
  }
}
.p-single__category.achieve {
  color: #fff;
  background: #01707D;
  border: none;
}
.p-single__category.blog {
  color: #fff;
  background: #C07140;
  border: none;
}

.p-single__time {
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-single__time {
    font-size: 0.875rem;
  }
}

.p-single__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
  }
}

.p-newsPost__thumbnail {
  width: 100%;
  margin-bottom: 1rem;
}
.p-newsPost__thumbnail img {
  width: 100%;
}

.p-single__editor {
  width: 100%;
  /*-- 引用 --*/
}
.p-single__editor #ez-toc-container {
  padding: 1.875rem 2.5rem;
  margin-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-single__editor #ez-toc-container {
    padding: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.p-single__editor #ez-toc-container a {
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-single__editor #ez-toc-container a {
    font-size: 0.875rem;
  }
}
.p-single__editor h2 {
  font-size: 1.5rem;
  line-height: 1.67;
  padding-left: 1rem;
  border-left: 0.1875rem solid #01707D;
  margin-top: 2.125rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single__editor h2 {
    font-size: 1.25rem;
    padding-left: 0.625rem;
    margin-top: 1.875rem;
  }
}
.p-single__editor h3 {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.67;
  padding: 1rem;
  padding: 1rem;
  background: #01707D;
  margin-top: 2.125rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single__editor h3 {
    font-size: 1.125rem;
    padding: 0.75rem;
    margin-top: 1.875rem;
  }
}
.p-single__editor h4 {
  font-size: 1.125rem;
  line-height: 1.67;
  padding-bottom: 0.5rem;
  border-bottom: 0.125rem solid #01707D;
  margin-top: 2.125rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single__editor h4 {
    margin-top: 1.875rem;
  }
}
.p-single__editor p {
  font-size: 1rem;
  line-height: 1, 5;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single__editor p {
    font-size: 0.875rem;
  }
}
.p-single__editor figure {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.p-single__editor figure img {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single__editor img {
  width: auto;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.p-single__editor .wp-block-media-text .wp-block-media-text__content img {
  margin-bottom: 0;
}
.p-single__editor .wp-block-media-text .wp-block-media-text__content h2,
.p-single__editor .wp-block-media-text .wp-block-media-text__content h3,
.p-single__editor .wp-block-media-text .wp-block-media-text__content h4,
.p-single__editor .wp-block-media-text .wp-block-media-text__content h5,
.p-single__editor .wp-block-media-text .wp-block-media-text__content h6 {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.p-single__editor .wp-block-media-text .wp-block-media-text__content p {
  margin-bottom: 0rem;
}
.p-single__editor table thead,
.p-single__editor table tfoot {
  background: #EEEEEE;
  border-top: none;
  border-bottom: none;
}
.p-single__editor table th {
  font-weight: 700;
  border: 1px solid #CCCCCC;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single__editor table th {
    font-size: 0.875rem;
    padding: 0.875rem;
  }
}
.p-single__editor table td {
  border: 1px solid #CCCCCC;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single__editor table td {
    font-size: 0.875rem;
    padding: 0.875rem;
  }
}
.p-single__editor a {
  display: inline-block;
  color: #3C5CCE;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-single__editor a {
    font-size: 0.875rem;
  }
}
.p-single__editor a:hover {
  opacity: 0.6;
}
.p-single__editor ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single__editor ul li {
    font-size: 0.875rem;
  }
}
.p-single__editor ul li ul {
  padding-left: 1.25rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single__editor ol {
  list-style: decimal;
  padding-left: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single__editor ol li {
    font-size: 0.875rem;
  }
}
.p-single__editor ol li ul {
  list-style: decimal;
  padding-left: 1.25rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single__editor ol li::marker {
  font-weight: bold;
}
.p-single__editor blockquote {
  position: relative;
  padding: 1rem 1rem 1rem 3.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #eaeef2;
  margin-bottom: 1.5rem;
}
.p-single__editor blockquote:before {
  display: inline-block;
  position: absolute;
  top: 1.1875rem;
  left: 0.9375rem;
  content: "\f10d";
  font-family: FontAwesome;
  color: #000;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 900;
}
.p-single__editor blockquote p:last-child {
  margin-bottom: 0rem;
}

.p-404 {
  width: 100%;
  padding: 9.375rem 2.5rem;
  background: #EBF3F4;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding: 5rem 1.25rem;
  }
}

.p-404__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
}

.p-404__text {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 0.875rem;
  }
}

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

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-sp-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline-block !important;
  }
}

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */