@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url(https://fonts.googleapis.com/css?family=Montserrat);
*,
::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: #333333;
  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;
}

.l-header {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  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;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 3.75rem;
  }
}
.l-header.is-fixed .l-header__logo {
  display: none;
}
.l-header.is-fixed .l-header__logoPop {
  display: block;
}
.l-header.is-fixed-down {
  position: fixed;
  -webkit-animation: slideDown 0.3s ease-out forwards;
          animation: slideDown 0.3s ease-out forwards;
}
.l-header.is-fixed-up {
  position: fixed;
  -webkit-animation: slideUp 0.3s ease-out forwards;
          animation: slideUp 0.3s ease-out forwards;
}

@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes slideUp {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.l-header__inner {
  width: 100%;
  height: 6.25rem;
  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;
  padding: 0rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    display: none;
  }
}

.l-header__logo {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13.125rem;
  height: 10rem;
  padding-left: 1rem;
  background: #fff;
  border-radius: 0 0 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 5.9375rem;
    height: 5rem;
    padding-left: 0.25rem;
    border-radius: 0 0 0.625rem 0;
  }
}
.l-header__logo a {
  display: block;
  width: 6.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header__logo a {
    width: 3.125rem;
  }
}
.l-header__logo a:hover {
  opacity: 0.7;
}

.l-header__logoPop {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2.5rem;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__logoPop {
    left: 1.25rem;
    width: 8.75rem;
  }
}
.l-header__logoPop:hover {
  opacity: 0.7;
}

.l-header__group {
  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;
}

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

.l-header-nav__list {
  font-size: 1rem;
  font-weight: 700;
}

.l-header-nav__link {
  font-size: 1rem;
  font-weight: 700;
}
.l-header-nav__link:hover {
  color: #44acd3;
}

.l-header-button {
  width: 6.25rem;
  height: 3.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;
  background: #44acd3;
  border: 1px solid #44acd3;
  border-right: none;
  border-radius: 0.625rem 0rem 0rem 0.625rem;
  overflow: hidden;
}
.l-header-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;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.l-header-button:hover a {
  color: #44acd3;
  background: #fff;
}
.l-header-button.bg {
  background: #0f5a75;
  border: 1px solid #0f5a75;
  border-left: none;
  border-radius: 0rem 0.625rem 0.625rem 0rem;
}
.l-header-button.bg:hover a {
  color: #0f5a75;
  background: #fff;
}

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

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

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

.l-footer__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.l-footer__item {
  width: 100%;
}

.l-footer__logo {
  width: 100%;
  max-width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    max-width: 11.25rem;
  }
}
.l-footer__logo:hover {
  opacity: 0.7;
}

.l-footer__text {
  color: #fff;
  margin-top: 0.625rem;
}

.l-footer__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2.5rem;
  }
}

.l-footer__group {
  width: 100%;
  max-width: 12.5rem;
  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__group {
    display: none;
  }
}

.l-footer__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #fff;
  padding-top: 2rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__column {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
    padding-top: 1.875rem;
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-nav {
    display: none;
  }
}

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

.l-footer-nav__list {
  color: #fff;
  line-height: 1;
  font-weight: 700;
}

.l-footer-nav__link {
  color: #fff;
  line-height: 1;
  font-weight: 700;
}
.l-footer-nav__link:hover {
  opacity: 0.7;
}

.l-footer-button {
  position: relative;
  width: 100%;
  height: 3rem;
  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-weight: 700;
  text-align: center;
  border-radius: 0.625rem;
  background: #44acd3;
  background: #EF9F00;
  overflow: hidden;
}
.l-footer-button a {
  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;
}
.l-footer-button:hover {
  background: #fff;
}
.l-footer-button:hover a {
  color: #EF9F00;
}
.l-footer-button.white {
  color: #0f5a75;
  background: #fff;
  border: 0.125rem solid #0f5a75;
}
.l-footer-button.white:hover {
  background: #0f5a75;
}
.l-footer-button.white:hover a {
  color: #fff;
}

.l-footer-nav02__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-nav02__lists {
    gap: 1.25rem;
  }
}

.l-footer-nav02__list {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
}

.l-footer-nav02__link {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
}
.l-footer-nav02__link:hover {
  opacity: 0.7;
}

.l-footer__small {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer__small {
    font-size: 0.75rem;
    margin-top: 1rem;
  }
}

.c-loading {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #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;
}

.c-loading__inner {
  width: 100%;
  text-align: center;
}

.text {
  color: #44acd3;
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
  margin-left: 0.625rem;
}

.bounceball {
  position: relative;
  display: inline-block;
  height: 2.3125rem;
  width: 1.5625rem;
}
.bounceball:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  background-color: #44acd3;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: bounce 500ms alternate infinite ease;
          animation: bounce 500ms alternate infinite ease;
}

@-webkit-keyframes bounce {
  0% {
    top: 1.875rem;
    height: 5px;
    border-radius: 3.75rem 3.75rem 1.25rem 1.25rem;
    -webkit-transform: scaleX(2);
            transform: scaleX(2);
  }
  35% {
    height: 1.5625rem;
    border-radius: 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}

@keyframes bounce {
  0% {
    top: 1.875rem;
    height: 5px;
    border-radius: 3.75rem 3.75rem 1.25rem 1.25rem;
    -webkit-transform: scaleX(2);
            transform: scaleX(2);
  }
  35% {
    height: 1.5625rem;
    border-radius: 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}
.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: #EF9F00;
  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;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  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__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.c-hamburger-nav__list {
  line-height: 1;
  font-weight: 500;
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}
.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__group {
  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: 1rem;
  margin-top: 1.875rem;
}

.c-hamburger-nav.active {
  z-index: 98;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.c-title {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}
.c-title::before {
  content: attr(data-en);
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
}
.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: #44acd3;
  -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: #44acd3;
}
.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: #44acd3;
}
.c-button.bg a {
  color: #fff;
}
.c-button.bg:hover::after {
  background: #0f5a75;
}
.c-button.h-bg:hover::after {
  background: #0f5a75;
}
.c-button.back::after {
  left: auto;
  right: -100%;
}
.c-button.back a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-left: 1.25rem;
}
.c-button.back span {
  right: auto;
  left: 1.25rem;
  -webkit-transform: translateY(-50%) scale(-1);
          transform: translateY(-50%) scale(-1);
}
.c-button.back:hover::after {
  right: 0%;
}

.newspaper:not(:root) {
  background: #aaa;
}

.radio:not(:root) {
  background: #EF9F00;
}

.tv:not(:root) {
  background: #00B881;
}

.c-linkBox {
  position: relative;
  width: 100%;
  background: #fff;
}

.c-linkBox__box {
  position: relative;
  width: 100%;
  height: 28.125rem;
  border-radius: 6.25rem 6.25rem 0 0;
  background-image: url(../imgs/pc/linkbox_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-linkBox__box {
    height: 15.625rem;
    border-radius: 3.125rem 3.125rem 0 0;
  }
}
.c-linkBox__box::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.c-linkBox__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  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;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.667;
  font-weight: 700;
  text-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-linkBox__text {
    font-size: 1.25rem;
  }
}

.c-linkBox__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-linkBox__button {
  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;
  color: #fff;
  background: #44acd3;
}
.c-linkBox__button a {
  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;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-linkBox__button a {
    font-size: 1rem;
    padding: 0.75rem 0.625rem;
  }
}
.c-linkBox__button:hover {
  background: #fff;
}
.c-linkBox__button:hover a {
  color: #44acd3;
}
.c-linkBox__button.bg {
  background: #0f5a75;
}
.c-linkBox__button.bg:hover {
  background: #fff;
}
.c-linkBox__button.bg:hover a {
  color: #0f5a75;
}

.c-top {
  position: relative;
  z-index: 1;
  width: 100%;
}

.c-top__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0rem auto;
  padding-top: 6.25rem;
  padding-bottom: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .c-top__inner {
    padding: 3.125rem 1.25rem 3.125rem 1.25rem;
  }
}
.c-top__inner.single {
  padding-bottom: 0rem;
}
@media screen and (max-width: 767px) {
  .c-top__inner.single {
    padding: 3.125rem 1.25rem 0rem 1.25rem;
  }
}

.c-top__title {
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-top__title {
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }
}
.c-top__title.min {
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-top__title.min {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
  }
}

.c-top__slider {
  position: absolute;
  z-index: -1;
  bottom: 0rem;
  left: 0;
}
.c-top__slider span {
  display: block;
  color: rgba(238, 238, 238, 0.5);
  font-size: 11.25rem;
  line-height: 1;
  font-weight: 500;
  margin: 0 1.5625rem;
}
@media screen and (max-width: 767px) {
  .c-top__slider span {
    font-size: 6.875rem;
    margin: 0 0.9375rem;
  }
}

.c-top__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
  margin-bottom: 0.9375rem;
}

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

.c-top__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: #44acd3;
}

.c-breadcrumb {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  padding-left: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    gap: 1.25rem;
  }
}

.c-breadcrumb__list {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    font-size: 0.75rem;
  }
}
.c-breadcrumb__list::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1.875rem;
  width: 1.25rem;
  height: 1px;
  background: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list::after {
    right: -0.9375rem;
    width: 0.625rem;
  }
}
.c-breadcrumb__list:first-of-type {
  padding-left: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list:first-of-type {
    padding-left: 1rem;
  }
}
.c-breadcrumb__list:first-of-type::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% + 0.0625rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  background: #44acd3;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list:first-of-type::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.c-breadcrumb__list:last-of-type::after {
  display: none;
}

.c-breadcrumb__link {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__link {
    font-size: 0.75rem;
  }
}
.c-breadcrumb__link:hover {
  color: #44acd3;
}

.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: #44acd3;
}
.pagination .dots:hover {
  color: #333333;
}
.pagination .current {
  color: #44acd3;
}
.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-article-news {
  position: relative;
  width: 100%;
  padding: 1.875rem 0;
  border-bottom: 1px solid #44acd3;
}
.c-article-news:first-of-type {
  padding-top: 0rem;
}
.c-article-news:hover .c-article-news__title {
  color: #44acd3;
}

.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: #44acd3;
}

.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-media {
  position: relative;
  width: 100%;
  border-radius: 0.625rem;
  border: 1px solid #eee;
  -webkit-box-shadow: 0.0625rem 0.0625rem 0.3125rem #eee;
          box-shadow: 0.0625rem 0.0625rem 0.3125rem #eee;
  margin-right: 1.25rem;
  overflow: hidden;
}
.c-article-media:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-article-media:hover .c-article-media__button {
  color: #EF9F00;
  background: #fff;
}
.c-article-media.noLink:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-article-media__thumbnail {
  width: 100%;
  overflow: hidden;
}

.c-article-media__img {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-article-media__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-media__box {
  width: 100%;
  padding: 1rem 1rem 1.875rem 1rem;
}

.c-article-media__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-media__time {
  position: relative;
  top: 0.0625rem;
  font-size: 0.875rem;
}

.c-article-media__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.3125rem;
}

.c-article-media__category {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  background: #44acd3;
}

.c-article-media__title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.625rem;
}

.c-article-media__content {
  margin-top: 0.375rem;
}

.c-article-media__button {
  width: 100%;
  max-width: 12.5rem;
  height: 2.5rem;
  margin: 1rem 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;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  background: #EF9F00;
  border: 0.125rem solid #EF9F00;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-article-media__button {
    max-width: 11.25rem;
    margin: 0.375rem auto 0rem auto;
  }
}

.p-fv {
  position: relative;
  width: 100%;
  height: calc(100vh - 6.25rem);
  background: #fff;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv {
    height: auto;
    padding-left: 0.75rem;
  }
}

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

.p-fv__title {
  position: absolute;
  z-index: 2;
  left: 3.4722222222vw;
  bottom: 5.5555555556vw;
  color: #fff;
  font-size: 5.2777777778vw;
  line-height: 1.5;
  font-weight: 700;
  text-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    top: 20.9375rem;
    left: 1.375rem;
    bottom: auto;
    font-size: 2rem;
  }
}
.p-fv__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: -9.0277777778vw;
  bottom: -7.6388888889vw;
  width: 30.5555555556vw;
  height: 30.5555555556vw;
  background-image: url(../imgs/pc/blob.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv__title::before {
    left: -4.375rem;
    bottom: -3.75rem;
    width: 13.125rem;
    height: 13.125rem;
  }
}

.p-fv__slider {
  width: 100%;
}
.p-fv__slider .slick-slide {
  position: relative;
  height: calc(100vh - 140px);
  width: auto;
  aspect-ratio: 10/9;
}
@media screen and (max-width: 767px) {
  .p-fv__slider .slick-slide {
    aspect-ratio: 7/10;
    height: 28.125rem;
  }
}

.p-fv__img {
  position: relative;
  width: 100%;
  height: calc(100vh - 10rem);
  margin: 0 0.3125rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv__img {
    height: 25.9375rem;
  }
}
.p-fv__img::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.p-fv__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;
}

.p-fv-news {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 31.25rem;
  border-radius: 2.5rem 0 0 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv-news {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 2.5rem;
    border-radius: 0;
    padding: 0 1.25rem 0 0.625rem;
  }
}

.p-fv-news__inner {
  width: 100%;
  max-height: 14.375rem;
  padding: 2.5rem 3.75rem 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__inner {
    padding: 1.25rem 2.1875rem 1.25rem 0.9375rem;
    border-radius: 0.3125rem;
    border: 1px solid rgba(204, 204, 204, 0.4);
    -webkit-box-shadow: 0rem 0rem 0.25rem rgba(204, 204, 204, 0.4);
            box-shadow: 0rem 0rem 0.25rem rgba(204, 204, 204, 0.4);
  }
}

.p-fv-news__slider {
  position: relative;
  width: 100%;
}
.p-fv-news__slider .slick-prev {
  display: none !important;
}
.p-fv-news__slider .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: -1.25rem;
  font-size: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 0.125rem solid #333;
  border-right: 0.125rem solid #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-news__slider .slick-next {
    right: -1.25rem;
  }
}
.p-fv-news__slider .slick-next:hover {
  border-top: 0.125rem solid #44acd3;
  border-right: 0.125rem solid #44acd3;
}

.p-fv-news__link {
  display: block;
  width: 100%;
}
.p-fv-news__link:hover {
  opacity: 0.7;
}
.p-fv-news__link:hover .p-fv-news__title {
  color: #44acd3;
}

.p-fv-news__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-fv-news__group {
    gap: 0.75rem;
  }
}

.p-fv-news__category {
  font-size: 0.875rem;
  line-height: 1;
  background: #dedede;
  padding: 0.375rem 0.5rem;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__category {
    font-size: 0.75rem;
  }
}

.p-fv-news__time {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__time {
    font-size: 0.875rem;
  }
}

.p-fv-news__title {
  font-size: 1rem;
  margin-top: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-news__title {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}

.p-fv-concept {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-concept {
    margin-top: 5rem;
  }
}

.p-fv-concept__inner {
  position: relative;
  width: 100%;
  max-width: 58.75rem;
  margin: 0rem auto;
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__inner {
    padding: 6.875rem 1.25rem 7.5rem 1.25rem;
  }
}

.p-fv-concept__text {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__text {
    font-size: 1.125rem;
    text-align: left;
  }
}

.p-fv-concept__icon {
  position: absolute;
  z-index: -1;
  top: 7.5rem;
  left: -8.125rem;
  color: #44acd3;
  font-size: 4rem;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media screen and (max-width: 767px) {
  .p-fv-concept__icon {
    top: 0rem;
    left: 2.5rem;
  }
}
.p-fv-concept__icon.pozi02 {
  top: 5rem;
  left: auto;
  right: -7.5rem;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
@media screen and (max-width: 767px) {
  .p-fv-concept__icon.pozi02 {
    top: 1.25rem;
    right: 2.5rem;
  }
}
.p-fv-concept__icon.pozi03 {
  top: 21.25rem;
  left: -7.5rem;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
@media screen and (max-width: 767px) {
  .p-fv-concept__icon.pozi03 {
    top: auto;
    bottom: 1.875rem;
    left: 2.5rem;
  }
}
.p-fv-concept__icon.pozi04 {
  top: 17.5rem;
  left: auto;
  right: -6.875rem;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@media screen and (max-width: 767px) {
  .p-fv-concept__icon.pozi04 {
    top: auto;
    bottom: 0.3125rem;
    right: 2.5rem;
  }
}

.p-fv-media {
  position: relative;
  width: 100%;
  margin-top: 12.5rem;
  background: #fff;
  border-bottom-right-radius: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-media {
    margin-top: 0rem;
    border-bottom-right-radius: 3.125rem;
  }
}
.p-fv-media::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
}

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

.p-fv-media__box {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 22.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fv-media__box {
    position: relative;
    max-width: 100%;
  }
}

.p-fv-media__text {
  margin-top: 1.5rem;
}

.p-fv-media__group {
  width: 100%;
  max-width: 20rem;
  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: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-media__group {
    display: none;
    max-width: 18.75rem;
    gap: 1rem;
    margin: 6.25rem auto 0 auto;
  }
}

.p-fv-mediaArticle {
  padding-left: 27.5rem;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-fv-mediaArticle {
    padding-left: 0rem;
    margin-top: 1.5rem;
  }
}

.p-fv-mediaArticle__slider .slick-track {
  position: relative;
  left: 20%;
  padding: 0.3125rem 0;
}
@media screen and (max-width: 767px) {
  .p-fv-mediaArticle__slider .slick-track {
    left: 0;
    padding: 0;
  }
}
.p-fv-mediaArticle__slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: -1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-mediaArticle__slider .slick-dots {
    gap: 0.5rem;
  }
}
.p-fv-mediaArticle__slider .slick-dots li {
  cursor: pointer;
  display: block;
  width: 1.875rem;
  height: 0.5rem;
  background: #eee;
  border-radius: 5rem;
  font-size: 0px !important;
}
@media screen and (max-width: 767px) {
  .p-fv-mediaArticle__slider .slick-dots li {
    width: 1.5rem;
    height: 0.375rem;
  }
}
.p-fv-mediaArticle__slider .slick-dots li.slick-active {
  background: #44acd3;
}
.p-fv-mediaArticle__slider .slick-dots li:hover {
  background: #44acd3;
}
.p-fv-mediaArticle__slider .slick-arrow {
  position: absolute;
  bottom: -4.375rem;
  right: 2.5rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 100%;
  border: 1px solid #333;
  font-size: 0 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-mediaArticle__slider .slick-arrow {
    bottom: -4.0625rem;
    right: 2.1875rem;
  }
}
.p-fv-mediaArticle__slider .slick-arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(50% - 0.125rem);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  font-size: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 0.125rem solid #333;
  border-right: 0.125rem solid #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-mediaArticle__slider .slick-arrow:hover {
  background: #333;
}
.p-fv-mediaArticle__slider .slick-arrow:hover::before {
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
}
.p-fv-mediaArticle__slider .slick-prev {
  right: 6.875rem;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
@media screen and (max-width: 767px) {
  .p-fv-mediaArticle__slider .slick-prev {
    right: 5.9375rem;
  }
}

.p-fv-mediaArticle__link {
  position: relative;
  width: 100%;
  min-height: 19.375rem;
  border-radius: 0.625rem;
  border: 1px solid #eee;
  -webkit-box-shadow: 0.0625rem 0.0625rem 0.3125rem #eee;
          box-shadow: 0.0625rem 0.0625rem 0.3125rem #eee;
  margin-right: 1.25rem;
  overflow: hidden;
}
.p-fv-mediaArticle__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

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

.p-fv-mediaArticle__img {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-fv-mediaArticle__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-mediaArticle__box {
  width: 100%;
  padding: 1rem 1rem 1.875rem 1rem;
}

.p-fv-mediaArticle__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.p-fv-mediaArticle__time {
  position: relative;
  top: 0.0625rem;
  font-size: 0.875rem;
}

.p-fv-mediaArticle__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.3125rem;
}

.p-fv-mediaArticle__category {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  background: #44acd3;
}

.p-fv-mediaArticle__title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.625rem;
}

.p-fv-business {
  position: relative;
  width: 100%;
  background: #f1f1f1;
  border-top-left-radius: 6.25rem;
  border-bottom-right-radius: 6.25rem;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-business {
    padding: 5rem 1.25rem;
    border-top-left-radius: 3.125rem;
    border-bottom-right-radius: 3.125rem;
  }
}
.p-fv-business::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #44acd3), to(#44acd3));
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #44acd3 50%, #44acd3 100%);
}

.p-fv-business__inner {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0rem auto;
}

.p-fv-business__text {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-business__text {
    margin-top: 2.5rem;
  }
}
.p-fv-business__text strong {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-business__text strong {
    font-size: 1.25rem;
  }
}

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

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

.p-fv-businessSec__img {
  width: 100%;
}
.p-fv-businessSec__img img {
  border-radius: 0.625rem;
}

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

.p-fv-businessSec__text {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-businessSec__text {
    margin-top: 0.375rem;
  }
}

.p-fv-works {
  position: relative;
  width: 100%;
  background: #44acd3;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  border-top-left-radius: 6.25rem;
  border-bottom-right-radius: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-works {
    padding: 5rem 1.25rem;
    border-top-left-radius: 3.125rem;
    border-bottom-right-radius: 3.125rem;
  }
}
.p-fv-works::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), color-stop(50%, #f1f1f1), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(180deg, #f1f1f1 0%, #f1f1f1 50%, #fff 50%, #fff 100%);
}

.p-fv-works__inner {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0rem auto;
}

.p-fv-works__wrapper {
  width: 100%;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-works__wrapper {
    margin-top: 2.5rem;
  }
}

.p-fv-works__comment {
  color: #fff;
  font-weight: 700;
  text-indent: -1em;
  padding-left: 1em;
}

.p-fv-works__button {
  width: 100%;
  max-width: 21.25rem;
  margin: 3.125rem auto 0rem auto;
}

.p-fv-works-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}
.p-fv-works-tags li {
  cursor: pointer;
  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.125rem;
  font-weight: 500;
  background: #fff;
  padding: 0.25rem 1.25rem;
  border-radius: 0.3125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-works-tags li {
    font-size: 0.875rem;
    padding: 0.25rem 0.625rem;
  }
}
.p-fv-works-tags li.is-active {
  color: #fff;
  background: #0f5a75;
}
.p-fv-works-tags li:hover {
  color: #fff;
  background: #0f5a75;
}

.p-fv-works-list {
  width: 100%;
  margin-top: 1.25rem;
}

.p-fv-worksArticle {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worksArticle {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: calc(50% - 50vw);
    padding-right: 1.25rem;
    padding-bottom: 0.625rem;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.p-fv-worksArticle__link {
  width: 100%;
  background: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-worksArticle__link {
    width: 18.75rem;
    min-width: 18.75rem;
  }
}
.p-fv-worksArticle__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-fv-worksArticle__link:hover .p-fv-worksArticle__button {
  color: #EF9F00;
  background: #fff;
}
.p-fv-worksArticle__link.noLink:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

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

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

.p-fv-worksArticle__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.p-fv-worksArticle__category {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  background: #44acd3;
}

.p-fv-worksArticle__title {
  font-size: 1.25rem;
  font-weight: 500;
}

.p-fv-worksArticle__content {
  margin-top: 0.375rem;
}

.p-fv-worksArticle__button {
  width: 100%;
  max-width: 12.5rem;
  height: 2.5rem;
  margin: 1rem 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;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  background: #EF9F00;
  border: 0.125rem solid #EF9F00;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worksArticle__button {
    max-width: 11.25rem;
    margin: 0.375rem auto 0rem auto;
  }
}

.p-fv-faq {
  position: relative;
  width: 100%;
  background: #fff;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  border-top-left-radius: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq {
    padding: 5rem 1.25rem;
    border-top-left-radius: 3.125rem;
  }
}
.p-fv-faq::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #44acd3;
}

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

.p-fv-faq__wrapper {
  position: relative;
  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: 1rem;
  margin-top: 0.5rem;
}

.p-fv-faq__column {
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}

.p-fv-faq__ques {
  cursor: pointer;
  position: relative;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1rem 3.75rem 1rem 4.375rem;
  background: #44acd3;
  border: 0.125rem solid #44acd3;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques {
    font-size: 1rem;
    padding: 3.125rem 1.25rem 1.25rem 1.25rem;
    border: 1px solid #44acd3;
  }
}
.p-fv-faq__ques::before {
  content: "Q.";
  display: inline-block;
  position: absolute;
  top: 0rem;
  left: 1.25rem;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques::before {
    font-size: 1.875rem;
  }
}
.p-fv-faq__ques span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques span {
    top: 1.25rem;
    -webkit-transform: none;
            transform: none;
    right: 1.25rem;
  }
}
.p-fv-faq__ques span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 0.125rem;
  border-radius: 0.625rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques span::before {
    width: 1rem;
  }
}
.p-fv-faq__ques 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: 1.25rem;
  border-radius: 0.625rem;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques span::after {
    height: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques.open {
    padding-bottom: 1rem;
  }
}
.p-fv-faq__ques.open span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-fv-faq__box {
  display: none;
  width: 100%;
  padding: 1rem 1.25rem 1rem 1.25rem;
  border: 0.125rem solid #44acd3;
  border-top: none;
  border-radius: 0 0 0.625rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__box {
    padding: 3.125rem 1.25rem 1.25rem 1.25rem;
  }
}

.p-fv-faq__ans {
  position: relative;
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ans {
    padding-left: 0rem;
  }
}
.p-fv-faq__ans::before {
  content: "A.";
  display: inline-block;
  position: absolute;
  top: -1.25rem;
  left: 0rem;
  color: #44acd3;
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ans::before {
    top: -3.125rem;
    font-size: 1.875rem;
  }
}

.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: 3.75rem 1.25rem 5rem 1.25rem;
  }
}

.p-media {
  width: 100%;
}

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

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

.p-media__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-media__tags {
    margin-bottom: 1.25rem;
  }
}
.p-media__tags a {
  cursor: pointer;
  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.125rem;
  font-weight: 500;
  background: #eee;
  padding: 0.25rem 1.25rem;
  border-radius: 0.3125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-media__tags a {
    font-size: 0.875rem;
    padding: 0.25rem 0.625rem;
  }
}
.p-media__tags a.all {
  color: #fff;
  background: #0f5a75;
}
.p-media__tags a.on {
  color: #fff;
  background: #0f5a75;
}
.p-media__tags a:hover {
  color: #fff;
  background: #0f5a75;
}

.p-single {
  width: 100%;
}

.p-single__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__inner {
    padding: 0rem 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;
}
@media screen and (max-width: 767px) {
  .p-single-content {
    margin-top: 3.125rem;
  }
}
.p-single-content h2 {
  color: #fff;
  background: #44acd3;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.75rem 1.25rem;
  border-radius: 0.375rem;
  margin-top: 3.125rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-content h2 {
    margin-top: 2.5rem;
    margin-bottom: 1.875rem;
  }
}
.p-single-content h3 {
  color: #44acd3;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.25rem 0.9375rem;
  border-left: 0.3125rem solid #44acd3;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single-content h3 {
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
  }
}
.p-single-content h4 {
  color: #EF9F00;
  font-size: 1.3125rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-content h4 {
    margin-top: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}
.p-single-content ul {
  padding-left: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single-content ul li {
  list-style: disc;
}
.p-single-content ul {
  padding-left: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single-content ul li {
  list-style: decimal;
}
.p-single-content p {
  line-height: 2;
  margin-bottom: 1.25rem;
}
.p-single-content a {
  color: #44acd3;
  text-decoration: underline;
}
.p-single-content img {
  width: auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-content img {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.p-single-content figure {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-content figure {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.p-single-content figure img {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single-content #toc_container {
  width: 100%;
  max-width: 31.25rem;
  padding: 1.25rem;
  background: #FFFDE7;
  border: none;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-content #toc_container {
    margin-top: 1.875rem;
  }
}
.p-single-content #toc_container p.toc_title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: left;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #EF9B00;
}
.p-single-content #toc_container p.toc_title + ul.toc_list {
  margin-top: 0.3125rem;
}
.p-single-content #toc_container a {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.p-single-content #toc_container ul li ul li a {
  font-size: 0.75rem;
}

.p-company {
  width: 100%;
}

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

.p-company__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-company__tableTitle {
  width: 15.625rem;
  font-weight: 400;
  padding: 0.625rem 1.25rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-company__tableTitle {
    width: 100%;
    font-weight: 700;
    padding: 0rem;
    border-bottom: none;
    padding-top: 1rem;
  }
}
.p-company__tableTitle:first-of-type {
  padding-top: 0rem;
}

.p-company__tableText {
  width: calc(100% - 15.625rem);
  font-weight: 400;
  padding: 0.625rem 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-company__tableText {
    width: 100%;
    padding: 0;
    padding-bottom: 1rem;
  }
}
.p-company__tableText a {
  color: #44acd3;
}
.p-company__tableText a:hover {
  opacity: 0.7;
}

.p-policy {
  width: 100%;
}

.p-policy__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0rem auto;
  padding: 6.25rem 0 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-policy__inner {
    padding: 3.75rem 1.25rem 5rem 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-contact {
  width: 100%;
}

.p-contact__inner {
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding: 2.5rem 0.9375rem 5rem 0.9375rem;
  }
}

.p-contact__text {
  font-size: 1rem;
  text-align: center;
}

.p-thanks {
  width: 100%;
}

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

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

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

.p-thanks__comment {
  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: 0.875rem;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__comment {
    font-size: 0.75rem;
  }
}

.p-cf7 {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
}
.p-cf7 input::-webkit-input-placeholder, .p-cf7 textarea::-webkit-input-placeholder {
  color: #ccc;
}
.p-cf7 input::-moz-placeholder, .p-cf7 textarea::-moz-placeholder {
  color: #ccc;
}
.p-cf7 input:-ms-input-placeholder, .p-cf7 textarea:-ms-input-placeholder {
  color: #ccc;
}
.p-cf7 input::-ms-input-placeholder, .p-cf7 textarea::-ms-input-placeholder {
  color: #ccc;
}
.p-cf7 input::placeholder,
.p-cf7 textarea::placeholder {
  color: #ccc;
}

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

.p-cf7__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-cf7__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.8125rem;
  }
}

.p-cf7__title {
  width: 16.25rem;
  min-width: 16.25rem;
  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.625rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__title {
    width: 100%;
    min-width: auto;
  }
}
.p-cf7__title.pozi {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-cf7__title label {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-cf7__title span {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
  white-space: nowrap;
  background: #44acd3;
  border-radius: 0.125rem;
  padding: 0.0625rem 0.3125rem;
}

.p-cf7__checkbox {
  width: 100%;
  padding: 0.5rem 0;
}
.p-cf7__checkbox .wpcf7-form-control {
  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;
}
.p-cf7__checkbox .wpcf7-list-item {
  margin: 0;
}
.p-cf7__checkbox 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.625rem;
  font-size: 1rem;
  line-height: 1.5;
}
.p-cf7__checkbox label::before {
  content: "";
  position: relative;
  top: 0.0625rem;
  display: inline-block;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  border: 1px solid #44acd3;
  background: rgba(255, 255, 255, 0);
}
.p-cf7__checkbox input {
  display: none;
}
.p-cf7__checkbox input:checked ~ span::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.0625rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 1rem;
  height: 1rem;
  border: 1px solid #44acd3;
  border-radius: 0.0625rem;
  background: #44acd3;
}
.p-cf7__checkbox 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.375rem;
  height: 0.5625rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
}

.p-cf7__input {
  width: 100%;
  max-width: 25rem;
}
.p-cf7__input.wid100 {
  max-width: 100%;
}
.p-cf7__input input {
  width: 100%;
  padding: 0.5rem 0.625rem;
  border-radius: 0.125rem;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.5rem 0.625rem;
  font-weight: 400;
  background: #EEEEEE;
}

.p-cf7__textarea {
  position: relative;
  width: 100%;
}
.p-cf7__textarea textarea {
  width: 100%;
  height: 10rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.125rem;
  padding: 0.5rem 0.625rem;
  background: #eee;
  resize: vertical; /* 縦方向のみリサイズ可能 */
}

.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: 2.25rem;
}
.p-cf7__acceptance .wpcf7-list-item {
  margin: 0;
}
.p-cf7__acceptance label {
  cursor: pointer;
  position: relative;
  top: 0.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 0;
}
.p-cf7__acceptance label::before {
  content: "";
  position: relative;
  top: 0.0625rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #44acd3;
  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: 1rem;
  height: 1rem;
  border: 1px solid #44acd3;
  background: #44acd3;
}
.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.375rem;
  height: 0.5625rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
}
.p-cf7__acceptance p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-cf7__acceptance p a {
  color: #44acd3;
  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: 21.25rem;
  height: 5rem;
  margin: 2.5rem auto 0 auto;
  border-radius: 5rem;
  background: #44acd3;
  border: 1px solid #44acd3;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-cf7__submit:hover {
  background: #fff;
}
.p-cf7__submit:hover input {
  color: #44acd3;
}

.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.25rem;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.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-recruit {
  width: 100%;
}

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

.p-recruit__title {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__title {
    font-size: 1.25rem;
    text-align: left;
  }
}

.p-recruit__text {
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__text {
    text-align: left;
    margin-top: 1.25rem;
  }
}

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

@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 */