@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -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: "HiraginoKakuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "ヒラギノ Kaku Gothic StdN", "ヒラギノ角ゴ StdN", Meiryo, sans-serif;
  color: #17100D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}

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;
}

.no-scroll {
  overflow: hidden;
}

.j-open {
	cursor: pointer;
}

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

.l-header__inner {
  width: 100%;
  height: 6.25rem;
  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: 0rem 1.5rem 0rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 3.75rem;
    padding: 0rem 1.625rem 0rem 1.25rem;
  }
}

.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo a {
  width: 100%;
  max-width: 13.125rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo a {
    max-width: 8.125rem;
  }
}
.l-header__logo a:hover {
  opacity: 0.7;
}

.l-header__box {
  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: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-header__box {
    display: none;
  }
}

.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: 1.5625rem;
}

.l-header-nav__list {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
}

.l-header-nav__link {
  position: relative;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.16em;
}
.l-header-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.25rem;
  width: 100%;
  height: 0.125rem;
  background: #30b6eb;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav__link:hover::after {
  visibility: visible;
  bottom: -0.625rem;
  opacity: 1;
}

.l-header__button {
  width: 10.625rem;
  height: 3.125rem;
  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;
  border-radius: 6.25rem;
  overflow: hidden;
}
.l-header__button a {
  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%;
  height: 100%;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
  background: #ffef00;
  border-radius: 6.25rem;
  border: 0.1875rem solid #ffef00;
}
.l-header__button a:hover {
  background: #fff;
}

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

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

.l-footer__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0rem auto;
  padding: 3.75rem 0rem 2.5rem 0rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 3.125rem 1.25rem 1.25rem 1.25rem;
  }
}

.l-footer-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__lists {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
}

.l-footer-nav__list {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__list {
    font-size: 0.75rem;
  }
}

.l-footer-nav__link {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__link {
    font-size: 0.75rem;
  }
}
.l-footer-nav__link:hover {
  opacity: 0.7;
}

.l-footer__small {
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-footer__small {
    font-size: 0.625rem;
    margin-top: 1.875rem;
  }
}

.c-title {
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
  font-size: 2.8125rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 2.125rem;
  }
}
.c-title::after {
  content: attr(data-en);
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-title::after {
    font-size: 0.875rem;
  }
}
.c-title.white {
  color: #fff;
}

.c-button {
  position: relative;
  width: 100%;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.3125rem;
  background: #eee;
  overflow: hidden;
}
.c-button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #30b6eb;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-button a {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  padding-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-button a {
    font-size: 1rem;
    padding-left: 1.25rem;
  }
}
.c-button span {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  width: 1.875rem;
  height: 1.875rem;
  background: #fff;
  border-radius: 100%;
}
.c-button span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.4375rem;
  width: 0.5rem;
  height: 0.5rem;
  border: 1.5px solid #333;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 1.5px;
  background: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button:hover::after {
  left: 0%;
  background: #30b6eb;
}
.c-button:hover a {
  color: #fff;
}
.c-button:hover span {
  background: rgba(255, 255, 255, 0);
}
.c-button:hover span::before {
  border: 1.5px solid #fff;
  border-left: 0;
  border-bottom: 0;
}
.c-button:hover span::after {
  background: #fff;
}
.c-button.bg {
  background: #30b6eb;
}
.c-button.bg a {
  color: #fff;
}
.c-button.bg:hover::after {
  background: #0f5a75;
}

.c-article-news {
  position: relative;
  width: 100%;
  padding: 1.875rem 0;
  border-bottom: 1px solid #30b6eb;
}
.c-article-news:first-of-type {
  padding-top: 0rem;
}
.c-article-news:hover .c-article-news__title {
  color: #30b6eb;
}

.c-article-news__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
}

.c-article-news__time {
  line-height: 1.5;
  font-weight: 500;
}

.c-article-news__category {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.1875rem 0.625rem;
  border-radius: 0.25rem;
  background: #30b6eb;
}

.c-article-news__title {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-article-news__title {
    font-size: 1rem;
  }
}

.c-article-column {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-article-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.9375rem;
  }
}
.c-article-column:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .c-article-column:first-of-type {
    display: block;
  }
  .c-article-column:first-of-type .c-article-column__thumbnail {
    margin-bottom: 0.9375rem;
  }
}

.c-article-column__thumbnail {
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}

.c-article-column__img {
  position: relative;
  padding-top: 61.1111111111%;
}
.c-article-column__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;
}

.c-article-column__box {
  width: 100%;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-article-column__box {
    margin-top: 0rem;
  }
}

.c-article-column__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.c-article-column__category {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.28125rem 0.3125rem;
  border-radius: 0.1875rem;
  background: #30b6eb;
}

.c-article-column__time {
  color: #595757;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.c-article-column__title {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-article-column__title {
    font-size: 0.875rem;
    margin-top: 0.125rem;
  }
}

.c-article-column__excerpt {
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .c-article-column__excerpt {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 0.125rem;
  }
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    cursor: pointer;
    position: fixed;
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    top: 1.375rem;
    right: 0.9375rem;
    width: 1.5rem;
    height: 1.125rem;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 0rem;
  width: 1.5rem;
  height: 0.125rem;
  background: #30b6eb;
  border-radius: 1.25rem;
  -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.5rem;
}
.c-hamburger span:nth-of-type(3) {
  top: 1rem;
}

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

.c-hamburger-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 5.625rem 1.25rem 3.75rem 1.25rem;
  overflow-y: scroll;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-nav::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 13.5rem;
  right: -6.875rem;
  z-index: -1;
  width: 28.625rem;
  height: 26.6875rem;
  background-image: url(../imgs/pc/nav_icon.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.15;
}

.c-hamburger-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: 2.125rem;
}

.c-hamburger-nav__list {
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.c-hamburger-nav__list:first-of-type {
  padding-top: 0rem;
}

.c-hamburger-nav__link {
  position: relative;
  line-height: 1;
}
.c-hamburger-nav__link:hover {
  opacity: 0.7;
}

.c-hamburger-nav__button {
  width: 12.5rem;
  height: 3.125rem;
  margin: 1.875rem auto 0 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;
  border-radius: 6.25rem;
  overflow: hidden;
}
.c-hamburger-nav__button a {
  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%;
  height: 100%;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
  background: #ffef00;
  border-radius: 6.25rem;
  border: 0.1875rem solid #ffef00;
}
.c-hamburger-nav__button a:hover {
  background: #fff;
}

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

.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: 1.5rem;
  margin-top: 3.75rem;
}
.pagination .page-numbers {
  font-size: 1.125rem;
  font-weight: 500;
}
.pagination .page-numbers:hover {
  color: #30b6eb;
}
.pagination .dots:hover {
  color: #333333;
}
.pagination .current {
  color: #30b6eb;
}
.pagination .prev {
  position: relative;
  top: 0.0625rem;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  width: 1rem;
  height: 0.125rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  background: currentColor;
}
.pagination .prev::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.75rem;
  height: 0.75rem;
  border: 0.125rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pagination .next {
  position: relative;
  top: 0.0625rem;
  width: 1rem;
  height: 0.125rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  background: currentColor;
}
.pagination .next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.75rem;
  height: 0.75rem;
  border: 0.125rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-breadcrumb {
  width: 100%;
  max-width: 85rem;
  margin: 1.25rem auto 0 auto;
  padding: 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    overflow: hidden;
    margin: 0.625rem auto 0 auto;
    padding: 0 1.5rem;
    gap: 1rem;
  }
}

.c-breadcrumb__list {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    font-size: 0.625rem;
  }
}
.c-breadcrumb__list::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: -0.875rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #707070;
  border-right: 0.125rem solid #707070;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list::after {
    right: -0.5625rem;
    width: 0.375rem;
    height: 0.375rem;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
  }
}
.c-breadcrumb__list_end {
  color: #3D9DA4;
}
.c-breadcrumb__list_end::after {
  display: none;
}
.c-breadcrumb__list_end.orange {
  color: #EF9B00;
}

.c-breadcrumb__link {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__link {
    font-size: 0.625rem;
  }
}
.c-breadcrumb__link:hover {
  color: #3D9DA4;
}

.c-top {
  position: relative;
  width: 100%;
  background: #34B5E7;
}

.c-top__title {
  position: relative;
  width: 100%;
  max-width: 77.5rem;
  min-height: 12.5rem;
  margin: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
  font-size: 2.625rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-top__title {
    min-height: 9.375rem;
    font-size: 1.5rem;
    padding-bottom: 0.9375rem;
  }
}
.c-top__title::before {
  content: attr(data-en);
  display: block;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-top__title::before {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}
.c-top__title.single {
  font-size: 1.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-top__title.single {
    font-size: 1.125rem;
  }
}

.c-top__icon {
  position: absolute;
  right: 1.25rem;
  bottom: 0.3125rem;
  width: auto;
  height: 9.0625rem;
}
@media screen and (max-width: 767px) {
  .c-top__icon {
    bottom: 0.125rem;
    right: 0.5rem;
    height: 4.0625rem;
  }
}

.c-top__icon02 {
  position: absolute;
  left: 1.25rem;
  bottom: 0.3125rem;
  width: auto;
  height: 9.0625rem;
}
@media screen and (max-width: 767px) {
  .c-top__icon02 {
    bottom: 0.125rem;
    left: 0.5rem;
    height: 3.75rem;
  }
}

.p-fv {
  position: relative;
  width: 100%;
}

.p-fv-activity {
  position: relative;
  width: 100%;
  background: #FEF100;
}

.p-fv-activity__inner {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0rem auto;
  padding: 5rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-activity__inner {
    padding: 3.75rem 0rem 4.375rem 0rem;
  }
}

.p-fv-activityArticle {
  width: 100%;
  margin-top: 2.5rem;
}

.p-fv-activityArticle__slider .slick-track {
  position: relative;
}
.p-fv-activityArticle__slider .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-activityArticle__slider .slick-dots {
    gap: 0.5rem;
  }
}
.p-fv-activityArticle__slider .slick-dots li {
  cursor: pointer;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background: #97969C;
  border-radius: 100%;
  font-size: 0px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-activityArticle__slider .slick-dots li.slick-active {
  background: #30b6eb;
}
.p-fv-activityArticle__slider .slick-dots li:hover {
  background: #30b6eb;
}

.p-fv-activityArticle__link {
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  margin: 0 0.625rem;
  overflow: hidden;
}
.p-fv-activityArticle__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-fv-activityArticle__thumbnail {
  width: 100%;
  overflow: hidden;
}

.p-fv-activityArticle__img {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-fv-activityArticle__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-fv-activityArticle__box {
  width: 100%;
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-activityArticle__box {
    padding: 0.75rem 0.75rem 1rem 0.75rem;
  }
}

.p-fv-activityArticle__time {
  font-size: 0.875rem;
}

.p-fv-activityArticle__title {
  font-size: 1.0625rem;
  font-weight: 700;
}

.p-fv-about {
  position: relative;
  width: 100%;
}
.p-fv-about::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/pc/fv_about_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.05;
}

.p-fv-about__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 68.75rem;
  margin: 0rem auto;
  padding: 3.75rem 0 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-fv-about__inner {
    padding: 3.75rem 1.25rem 3.125rem 1.25rem;
  }
}

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

.p-fv-about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.75rem;
  margin-top: 3.125rem;
}
@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: 2.5rem;
    margin-top: 3.75rem;
  }
}

.p-fv-about__box {
  position: relative;
  width: 100%;
  height: 28.125rem;
  background: #97cdee;
}
@media screen and (max-width: 767px) {
  .p-fv-about__box {
    height: 20rem;
  }
}

.p-fv-about__comment {
  position: absolute;
  z-index: 2;
  top: 15.625rem;
  left: calc(50% - 0.625rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 17.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__comment {
    top: 10rem;
    width: 15rem;
    left: calc(50% - 1.875rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-fv-about__comment.pozi {
  left: 50%;
  top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__comment.pozi {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 15rem;
  }
}
.p-fv-about__comment.pozi02 {
  top: 18.75rem;
  left: calc(50% - 4.0625rem);
}
@media screen and (max-width: 767px) {
  .p-fv-about__comment.pozi02 {
    top: 11.25rem;
    left: calc(50% - 1.875rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 15rem;
  }
}

.p-fv-about__img {
  position: absolute;
  bottom: 0;
  left: 1.25rem;
  width: 21.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__img {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 18.75rem;
  }
}
.p-fv-about__img.pozi {
  left: 0.9375rem;
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__img.pozi {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 12.5rem;
  }
}
.p-fv-about__img.pozi02 {
  left: 5rem;
  width: 16.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__img.pozi02 {
    left: calc(50% + 2.5rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 12.5rem;
  }
}

.p-fv-about__text {
  font-size: 1.3125rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__text {
    font-size: 0.875rem;
    margin-top: 3.75rem;
  }
}
.p-fv-about__text span {
  display: block;
  border-bottom: 1px dashed #c3c3c3;
}

.p-fv-making {
  width: 100%;
  background-image: url(../imgs/pc/fv_making_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-making {
    background-size: contain;
    background-repeat: repeat;
  }
}

.p-fv-making__inner {
  width: 100%;
  padding-top: 6.25rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-making__inner {
    padding: 2.5rem 1.25rem;
  }
}

.p-fv-making__title {
  color: #008DD8;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-making__title {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

.p-fv-making__wrapper {
  width: 100%;
  max-width: 57.5rem;
  margin: 5rem auto 0rem auto;
  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.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-making__wrapper {
    margin: 2.5rem auto 0rem auto;
    gap: 2.5rem;
  }
}

.p-fv-making__box {
  position: relative;
  width: 100%;
  max-width: 42.8125rem;
  background: #fff;
  padding: 1.875rem 2.8125rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-fv-making__box {
    max-width: 100%;
    padding: 1.875rem 0.9375rem;
  }
}
.p-fv-making__box.reverse {
  margin-left: 0;
  padding-left: 16.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-making__box.reverse {
    padding: 1.875rem 0.9375rem;
  }
}

.p-fv-making__label {
  color: #008DD8;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .p-fv-making__label {
    font-size: 0.6875rem;
  }
}

.p-fv-making__subTitle {
  color: #008DD8;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
  font-size: 2.0625rem;
  line-height: 1;
  font-weight: 800;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-making__subTitle {
    font-size: 1.375rem;
    margin-top: 0.625rem;
  }
}

.p-fv-making__text {
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-making__text {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.p-fv-making__img {
  position: absolute;
  right: 1.75rem;
  bottom: -0.625rem;
  width: 17.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-making__img {
    bottom: auto;
    right: auto;
    top: 1.25rem;
    left: 15.3125rem;
    width: 5rem;
  }
}

.p-fv-making__img02 {
  position: absolute;
  left: 1.875rem;
  bottom: 1.25rem;
  width: 12rem;
}
@media screen and (max-width: 767px) {
  .p-fv-making__img02 {
    bottom: auto;
    right: auto;
    top: 1rem;
    left: 15.5rem;
    width: 3.75rem;
  }
}

.p-fv-making__img03 {
  position: absolute;
  right: 1.375rem;
  bottom: 1.375rem;
  width: 15.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-making__img03 {
    bottom: auto;
    right: auto;
    top: 1.25rem;
    left: 15.125rem;
    width: 5rem;
  }
}

.p-fv-making__img04 {
  position: absolute;
  left: -3.4375rem;
  bottom: 2.25rem;
  width: 17.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-making__img04 {
    bottom: auto;
    right: auto;
    top: 1.25rem;
    left: 13.75rem;
    width: 5.625rem;
  }
}

.p-fv-making__img05 {
  position: absolute;
  right: -1.375rem;
  bottom: 2rem;
  width: 18.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-making__img05 {
    bottom: auto;
    right: auto;
    top: 2.8125rem;
    left: 15.3125rem;
    width: 5rem;
  }
}

.p-fv-making__button {
  position: relative;
  left: 1.875rem;
  display: block;
  width: 100%;
  max-width: 39.0625rem;
  height: 9.1875rem;
  margin: 5rem auto 0rem auto;
  background-image: url(../imgs/pc/button02.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-making__button {
    left: 0.75rem;
    max-width: 20.3125rem;
    height: 4.7775rem;
    margin: 1.875rem auto 0rem auto;
  }
}
.p-fv-making__button:hover {
  opacity: 0.7;
}
.p-fv-making__button a {
  width: 100%;
  height: 100%;
  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.6875rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding-right: 1rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-making__button a {
    font-size: 1rem;
    padding-right: 1rem;
    padding-bottom: 2.5rem;
  }
}

.p-fv-review {
  position: relative;
  width: 100%;
}

.p-fv-review__inner {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0rem auto;
  padding: 5rem 0rem 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-review__inner {
    padding: 3.75rem 1.25rem 5rem 1.25rem;
  }
}

.p-fv-reviewArticle {
  width: 100%;
  margin-top: 2.5rem;
}

.p-fv-reviewArticle__slider .slick-track {
  position: relative;
}
.p-fv-reviewArticle__slider .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: #333;
  border-radius: 100%;
}
.p-fv-reviewArticle__slider .slick-prev {
  left: 0rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .p-fv-reviewArticle__slider .slick-prev {
    left: -0.3125rem;
  }
}
.p-fv-reviewArticle__slider .slick-prev::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(50% + 0.4375rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0.625rem;
  height: 0.625rem;
  border: 0.625rem solid transparent;
  border-left: 0.625rem solid #fff;
}
.p-fv-reviewArticle__slider .slick-next {
  right: 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reviewArticle__slider .slick-next {
    right: -0.3125rem;
  }
}
.p-fv-reviewArticle__slider .slick-next::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(50% + 0.4375rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0.625rem;
  height: 0.625rem;
  border: 0.625rem solid transparent;
  border-left: 0.625rem solid #fff;
}
.p-fv-reviewArticle__slider .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reviewArticle__slider .slick-dots {
    gap: 0.5rem;
  }
}
.p-fv-reviewArticle__slider .slick-dots li {
  cursor: pointer;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background: #97969C;
  border-radius: 100%;
  font-size: 0px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-reviewArticle__slider .slick-dots li.slick-active {
  background: #17100D;
}
.p-fv-reviewArticle__slider .slick-dots li:hover {
  background: #17100D;
}

.p-fv-reviewArticle__link {
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  margin: 0 0.625rem;
  overflow: hidden;
}
.p-fv-reviewArticle__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-fv-reviewArticle__thumbnail {
  width: 100%;
  overflow: hidden;
}

.p-fv-reviewArticle__img {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-fv-reviewArticle__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-fv-reviewArticle__box {
  width: 100%;
  padding: 1.25rem;
}

.p-fv-reviewArticle__title {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
}

.p-fv-reviewArticle__excerpt {
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 1rem;
}

.p-fv-faq {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #faf9f9;
}

.p-fv-faq__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 50rem;
  margin: 0rem auto;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__inner {
    padding: 3.75rem 1.25rem 5rem 1.25rem;
  }
}

.p-fv-faq__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.25rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__wrapper {
    margin-top: 2.5rem;
  }
}

.p-fv-faq__column {
  width: 100%;
}

.p-fv-faq__qes {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.5454545455;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.8125rem 3.5rem;
  border: 0.25rem solid #fff;
  background: #009cde;
  border-radius: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__qes {
    font-size: 1rem;
    padding: 0.75rem 2.5rem;
  }
}
.p-fv-faq__qes::before {
  content: "Q";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__qes::before {
    left: 1rem;
  }
}
.p-fv-faq__qes span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.6875rem;
  width: 0.8125rem;
  height: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__qes span {
    right: 1.25rem;
  }
}
.p-fv-faq__qes span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.8125rem;
  height: 0.125rem;
  background: #fff;
}
.p-fv-faq__qes span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.125rem;
  height: 0.8125rem;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-faq__qes.open span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  width: 0.125rem;
  height: 0.8125rem;
  background: #fff;
}

.p-fv-faq__box {
  position: relative;
  display: none;
  top: -0.375rem;
  left: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__box {
    left: 0.9375rem;
  }
}

.p-fv-faq__ans {
  position: relative;
  font-size: 1.375rem;
  line-height: 1.5454545455;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: #fff;
  border-radius: 2rem;
  border: 0.25rem solid #008DD8;
  padding: 1rem 1.25rem 1rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ans {
    font-size: 1rem;
    border-radius: 1rem;
    padding: 1rem 1.25rem 1rem 2.5rem;
  }
}
.p-fv-faq__ans::before {
  content: "A";
  display: inline-block;
  position: absolute;
  top: 1.25rem;
  left: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ans::before {
    top: 1rem;
    left: 0.875rem;
  }
}

.p-fv-faq__button {
  display: block;
  width: 100%;
  max-width: 18.75rem;
  height: 3.75rem;
  margin: 2.5rem auto 0rem auto;
  background: #57575B;
  border-radius: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__button {
    max-width: 16.25rem;
    height: 3.125rem;
    margin: 2.5rem auto 0rem auto;
  }
}
.p-fv-faq__button:hover {
  opacity: 0.7;
}
.p-fv-faq__button a {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  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.25rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__button a {
    font-size: 1.125rem;
  }
}
.p-fv-faq__button a::before, .p-fv-faq__button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  height: 1px;
  background: #fff;
}
.p-fv-faq__button a::before {
  width: 1.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-fv-faq__button a::after {
  width: 0.5rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.p-fv-president {
  position: relative;
  width: 100%;
}

.p-fv-president__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 80rem;
  margin: 0rem auto;
  padding-top: 1.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-president__inner {
    padding: 3.75rem 1.25rem;
  }
}

.p-fv-president__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-president__wrapper {
    display: block;
  }
}

.p-fv-president__imgText {
  position: absolute;
  top: 0;
  right: 0;
  width: 86.5%;
}

.p-fv-president__img {
  width: 100%;
  max-width: 30.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-president__img {
    position: absolute;
    top: 1.875rem;
    right: -2.5rem;
    max-width: 80%;
    margin-left: auto;
    opacity: 0.3;
  }
}

.p-fv-president__box {
  width: 100%;
  padding-top: 13.75rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-president__box {
    position: relative;
    z-index: 2;
    padding-top: 3.75rem;
    padding-left: 0rem;
  }
}

.p-fv-president__label {
  display: block;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-fv-president__label {
    font-size: 1.25rem;
  }
}

.p-fv-president__title {
  position: relative;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-president__title {
    font-size: 3.75rem;
  }
}
.p-fv-president__title img {
  position: absolute;
  bottom: -3.4375rem;
  left: 26.75rem;
  width: 10.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-president__title img {
    bottom: -1.25rem;
    left: 16.25rem;
    width: 4.375rem;
  }
}

.p-fv-president__text {
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 600;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-president__text {
    font-size: 0.8rem;
    margin-top: 2.5rem;
  }
}

.p-fv-president__button {
  position: relative;
  left: 1.875rem;
  display: block;
  width: 100%;
  max-width: 39.0625rem;
  height: 9.1875rem;
  margin: 5rem auto 0rem auto;
  background-image: url(../imgs/pc/button02.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-president__button {
    left: 0.9375rem;
    max-width: 19.53125rem;
    height: 4.59375rem;
    margin: 5rem auto 0rem auto;
  }
}
.p-fv-president__button:hover {
  opacity: 0.7;
}
.p-fv-president__button a {
  width: 100%;
  height: 100%;
  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-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
  font-size: 1.8125rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding-right: 1rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-president__button a {
    font-size: 1.125rem;
    padding-bottom: 2.5rem;
  }
}

.p-news {
  width: 100%;
}

.p-news__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0rem auto;
  padding: 6.25rem 0 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    padding: 2.5rem 1.25rem 3.75rem 1.25rem;
  }
}

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

.p-company {
  position: relative;
  z-index: 1;
  width: 100%;
}
.p-company::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  right: -0.625rem;
  bottom: 2.5rem;
  width: 24.6875rem;
  height: 33.125rem;
  background-image: url(../imgs/pc/logo_bg.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-company::before {
    bottom: 1.875rem;
    width: 14.8125rem;
    height: 19.875rem;
  }
}

.p-company__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 50rem;
  margin: 0rem auto;
  padding: 7.5rem 0 35rem 0;
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    padding: 3.125rem 1.25rem 23.75rem 1.25rem;
  }
}

.p-company__table th {
  position: relative;
  width: 11.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1.5rem 0.625rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
@media screen and (max-width: 767px) {
  .p-company__table th {
    display: block;
    width: 100%;
    padding: 1rem 0.625rem 0rem 0.625rem;
    border-bottom: none;
  }
}
.p-company__table td {
  width: calc(100% - 11.25rem);
  font-size: 1.125rem;
  padding: 1.5rem 0.625rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__table td {
    display: block;
    width: 100%;
    font-size: 1rem;
    padding: 0rem 0.625rem 1rem 0.625rem;
    margin-top: 0rem;
  }
}

.p-company__map {
  position: relative;
  width: 100%;
  padding-top: 53.5714285714%;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-company__map {
    margin-top: 1.875rem;
  }
}
.p-company__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-faq {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #faf9f9;
}
.p-faq::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  right: -0.625rem;
  bottom: 2.5rem;
  width: 24.6875rem;
  height: 33.125rem;
  background-image: url(../imgs/pc/logo_bg.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-faq::before {
    bottom: 1.875rem;
    width: 14.8125rem;
    height: 19.875rem;
  }
}

.p-faq__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 50rem;
  margin: 0rem auto;
  padding: 7.5rem 0 35rem 0;
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding: 3.125rem 1.25rem 23.75rem 1.25rem;
  }
}

.p-faq__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.25rem;
}

.p-faq__column {
  width: 100%;
}

.p-faq__qes {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.5454545455;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.8125rem 3.5rem;
  border: 0.25rem solid #fff;
  background: #009cde;
  border-radius: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq__qes {
    font-size: 1rem;
    padding: 0.75rem 2.5rem;
  }
}
.p-faq__qes::before {
  content: "Q";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-faq__qes::before {
    left: 1rem;
  }
}
.p-faq__qes span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.6875rem;
  width: 0.8125rem;
  height: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-faq__qes span {
    right: 1.25rem;
  }
}
.p-faq__qes span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.8125rem;
  height: 0.125rem;
  background: #fff;
}
.p-faq__qes span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.125rem;
  height: 0.8125rem;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-faq__qes.open span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  width: 0.125rem;
  height: 0.8125rem;
  background: #fff;
}

.p-faq__box {
  position: relative;
  display: none;
  top: -0.375rem;
  left: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-faq__box {
    left: 0.9375rem;
  }
}

.p-faq__ans {
  position: relative;
  font-size: 1.375rem;
  line-height: 1.5454545455;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: #fff;
  border-radius: 2rem;
  border: 0.25rem solid #008DD8;
  padding: 1rem 1.25rem 1rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__ans {
    font-size: 1rem;
    border-radius: 1rem;
    padding: 1rem 1.25rem 1rem 2.5rem;
  }
}
.p-faq__ans::before {
  content: "A";
  display: inline-block;
  position: absolute;
  top: 1.25rem;
  left: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-faq__ans::before {
    top: 1rem;
    left: 0.875rem;
  }
}

.p-faq__button {
  position: relative;
  left: 1.875rem;
  display: block;
  width: 100%;
  max-width: 39.0625rem;
  height: 9.1875rem;
  margin: 5rem auto 0rem auto;
  background-image: url(../imgs/pc/button02.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-faq__button {
    left: 0.75rem;
    max-width: 20.3125rem;
    height: 4.7775rem;
    margin: 1.875rem auto 0rem auto;
  }
}
.p-faq__button:hover {
  opacity: 0.7;
}
.p-faq__button a {
  width: 100%;
  height: 100%;
  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.6875rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding-right: 1rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__button a {
    font-size: 1rem;
    padding-right: 1rem;
    padding-bottom: 2.5rem;
  }
}

.p-contact {
  position: relative;
  z-index: 1;
  width: 100%;
}
.p-contact::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  right: -0.625rem;
  bottom: 2.5rem;
  width: 24.6875rem;
  height: 33.125rem;
  background-image: url(../imgs/pc/logo_bg.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-contact::before {
    bottom: 1.875rem;
    width: 14.8125rem;
    height: 19.875rem;
  }
}

.p-contact__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 50rem;
  margin: 0rem auto;
  padding: 7.5rem 0 35rem 0;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding: 3.125rem 1.25rem 23.75rem 1.25rem;
  }
}

.p-thanks {
  position: relative;
  z-index: 1;
  width: 100%;
}
.p-thanks::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  right: -0.625rem;
  bottom: 2.5rem;
  width: 24.6875rem;
  height: 33.125rem;
  background-image: url(../imgs/pc/logo_bg.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-thanks::before {
    bottom: 1.875rem;
    width: 14.8125rem;
    height: 19.875rem;
  }
}

.p-thanks__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 50rem;
  margin: 0rem auto;
  padding: 7.5rem 0 35rem 0;
}
@media screen and (max-width: 767px) {
  .p-thanks__inner {
    padding: 3.125rem 1.25rem 23.75rem 1.25rem;
  }
}

.p-thanks__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    text-align: left;
  }
}

.p-cf7 {
  width: 100%;
}
.p-cf7 input::-webkit-input-placeholder, .p-cf7 textarea::-webkit-input-placeholder {
  color: #858585;
}
.p-cf7 input::-moz-placeholder, .p-cf7 textarea::-moz-placeholder {
  color: #858585;
}
.p-cf7 input:-ms-input-placeholder, .p-cf7 textarea:-ms-input-placeholder {
  color: #858585;
}
.p-cf7 input::-ms-input-placeholder, .p-cf7 textarea::-ms-input-placeholder {
  color: #858585;
}
.p-cf7 input::placeholder,
.p-cf7 textarea::placeholder {
  color: #858585;
}

.p-cf7__column {
  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: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__column {
    gap: 1.875rem;
  }
}

.p-cf7__box {
  width: 100%;
}

.p-cf7__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
.p-cf7__title label {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-cf7__title label {
    font-size: 1rem;
  }
}
.p-cf7__title span {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
  background: #EF9F00;
  border-radius: 0.1875rem;
  padding: 0.3125rem 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__title span {
    font-size: 0.75rem;
    padding: 0.25rem 0.375rem;
  }
}

.p-cf7__select {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 29.6875rem;
  margin-top: 0.625rem;
}
.p-cf7__select span {
  width: 100%;
}
.p-cf7__select select {
  cursor: pointer;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 3.375rem;
  font-size: 1rem;
  line-height: 1;
  padding: 0 1.125rem;
  border-radius: 0.625rem;
  border: none;
  background-color: #F4F4F4;
  background-image: url("../imgs/pc/triangle_black.svg");
  background-repeat: no-repeat;
  background-position: right 1.125rem center; /* 右から18px・上下中央 */
  background-size: 0.8125rem 0.5625rem; /* 矢印画像のサイズ */
}
@media screen and (max-width: 767px) {
  .p-cf7__select select {
    height: 3.125rem;
    font-size: 0.875rem;
    border-radius: 0.3125rem;
  }
}

.p-cf7__input {
  width: 100%;
  max-width: 100%;
  margin-top: 0.625rem;
}
.p-cf7__input input {
  width: 100%;
  height: 3.375rem;
  padding: 0rem 1rem;
  border-radius: 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  background: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .p-cf7__input input {
    height: 3.125rem;
    font-size: 0.875rem;
    border-radius: 0.3125rem;
  }
}

.p-cf7__textarea {
  position: relative;
  width: 100%;
  margin-top: 0.625rem;
}
.p-cf7__textarea textarea {
  width: 100%;
  height: 16.25rem;
  font-size: 1rem;
  border-radius: 0.625rem;
  padding: 0.875rem;
  background: #F4F4F4;
  resize: vertical; /* 縦方向のみリサイズ可能 */
}
@media screen and (max-width: 767px) {
  .p-cf7__textarea textarea {
    height: 11.25rem;
    font-size: 0.875rem;
    border-radius: 0.3125rem;
  }
}

.p-cf7__acceptance {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.75rem;
}
.p-cf7__acceptance .wpcf7-list-item {
  margin: 0;
}
.p-cf7__acceptance 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.375rem;
  font-size: 0;
}
.p-cf7__acceptance label::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  border: 1px solid #ACACAC;
  background: #ffffff;
}
.p-cf7__acceptance input {
  display: none;
}
.p-cf7__acceptance input:checked ~ span::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.0625rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 0.875rem;
  height: 0.875rem;
  border: 1px solid #ACACAC;
  background: #ACACAC;
}
.p-cf7__acceptance input:checked ~ span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.3125rem;
  height: 0.5rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
}
.p-cf7__acceptance p {
  font-size: 1rem;
}
.p-cf7__acceptance p a {
  color: #009cde;
  text-decoration: underline;
}
.p-cf7__acceptance p a:hover {
  opacity: 0.7;
}

.p-cf7__submit {
  position: relative;
  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: 16.25rem;
  height: 3.75rem;
  margin: 2.1875rem auto 0 auto;
  border-radius: 5rem;
  background: #EF9F00;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-cf7__submit {
    max-width: 15rem;
    height: 3.125rem;
    margin: 1.875rem auto 0 auto;
  }
}
.p-cf7__submit::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #FFCF75;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-cf7__submit:hover::before {
  left: 0%;
}

.p-cf7__submit input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  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: 1.125rem;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-cf7__submit input {
    font-size: 1rem;
  }
}
.p-cf7__submit input:focus {
  outline: none;
}

.wpcf7-spinner {
  display: none;
}

.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5rem;
}

.p-policy {
  position: relative;
  z-index: 1;
  width: 100%;
}

.p-policy__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 62.5rem;
  margin: 0rem auto;
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-policy__inner {
    padding: 3.125rem 1.25rem;
  }
}

.p-policy__title {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-policy__title {
    font-size: 1.125rem;
    margin-top: 1.875rem;
    margin-bottom: 0.625rem;
  }
}

.p-policy__text.right {
  text-align: right;
}

.p-policy__table {
  width: 100%;
  max-width: 50rem;
  margin: 0rem auto;
}
.p-policy__table th {
  position: relative;
  width: 12.5rem;
  font-size: 1rem;
  font-weight: 700;
  padding: 1.5rem 1.25rem;
  background: #eee;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-policy__table th {
    display: block;
    width: 100%;
    padding: 0.875rem 0.625rem;
    border-bottom: none;
  }
}
.p-policy__table td {
  width: calc(100% - 12.5rem);
  font-size: 1rem;
  padding: 1.5rem 1.25rem;
  border: 1px solid #ccc;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-policy__table td {
    display: block;
    width: 100%;
    padding: 0.875rem 0.625rem;
    margin-top: 0rem;
  }
}

.p-404 {
  width: 100%;
}

.p-404__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0rem auto;
  padding: 6.25rem 0 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-404__inner {
    padding: 3.75rem 1.25rem 5rem 1.25rem;
  }
}

.p-404__text {
  text-align: center;
}

.p-404__button {
  width: 100%;
  max-width: 20rem;
  margin: 3.75rem auto 0rem auto;
}

.p-single {
  width: 100%;
}

.p-single__inner {
  width: 100%;
  max-width: 45rem;
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__inner {
    padding: 3.75rem 1.25rem 5rem 1.25rem;
  }
}

.p-single-news__button {
  width: 100%;
  max-width: 20rem;
  margin: 3.75rem auto 0rem auto;
}

.p-single-content {
  width: 100%;
  margin-top: 3.75rem;
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-content {
    margin-top: 3.125rem;
  }
}
.p-single-content h2 {
  color: #fff;
  font-size: 1.3125rem;
  line-height: 1.5;
  font-weight: 700;
  background: #30b6eb;
  padding: 0.625rem 1.25rem;
  margin-bottom: 1.875rem;
}
.p-single-content h3 {
  color: #30b6eb;
  font-size: 1.3125rem;
  line-height: 1.4285714286;
  font-weight: 700;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #30b6eb;
  margin-bottom: 1.25rem;
}
.p-single-content h4 {
  position: relative;
  color: #30b6eb;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 700;
  padding-left: 0.6875rem;
  margin-bottom: 1.25rem;
}
.p-single-content h4::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.1875rem;
  height: calc(100% + 0.125rem);
  background: #30b6eb;
}
.p-single-content h5 {
  color: #30b6eb;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.p-single-content h6 {
  color: #30b6eb;
  font-size: 1rem;
  line-height: 1.3125;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.p-single-content p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
}
.p-single-content table {
  margin-bottom: 1.875rem;
}
.p-single-content table thead {
  background: #EEEEEE;
  border-bottom: none;
}
.p-single-content table th {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  border: 1px solid #CCCCCC;
  padding: 0.9375rem;
}
.p-single-content table td {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  border: 1px solid #CCCCCC;
  padding: 0.9375rem;
}
.p-single-content a {
  display: inline-block;
  color: #5B74DE;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: underline;
}
.p-single-content a:hover {
  opacity: 0.7;
}
.p-single-content ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: 1.875rem;
}
.p-single-content ul li {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.625rem;
}
.p-single-content ul li:last-of-type {
  margin-bottom: 0rem;
}
.p-single-content ul li ul {
  padding-left: 1rem;
  margin-top: 0.625rem;
  margin-bottom: 0rem;
}
.p-single-content ol {
  list-style: decimal;
  padding-left: 1.25rem;
  margin-bottom: 1.875rem;
}
.p-single-content ol li {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.625rem;
}
.p-single-content ol li:last-of-type {
  margin-bottom: 0rem;
}
.p-single-content ol li ul {
  list-style: decimal;
  padding-left: 1rem;
  margin-top: 0.625rem;
  margin-bottom: 0rem;
}
.p-single-content figure {
  text-align: center;
}
.p-single-content img {
  margin-bottom: 1.875rem;
}
.p-single-content .c-banner-cat {
  margin-bottom: 1.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 */