@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1130px) {
  html {
    font-size: 1.4159292035vw;
  }
}
@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: #2c343a;
}

body.fixed {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

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

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-contact {
  padding: 12.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding: 6.25rem 0;
  }
}

.l-contact--row {
  padding: 12.5rem 0 9.375rem;
}
@media screen and (max-width: 767px) {
  .l-contact--row {
    padding: 6.25rem 0;
  }
}

.l-demo {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-demo {
    padding-top: 3.75rem;
  }
}

.l-feature {
  padding: 12.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-feature {
    padding: 6.25rem 0 0;
  }
}

.l-footer {
  padding: 2.5rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 1.875rem 1.875rem 5.625rem;
  }
}

.l-form {
  padding-top: 13.875rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .l-form {
    padding-top: 6.375rem;
    padding-bottom: 6.25rem;
  }
}

.l-fv-row {
  padding-top: 13.875rem;
}
@media screen and (max-width: 767px) {
  .l-fv-row {
    padding-top: 6.375rem;
  }
}

.l-fv {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .l-fv {
    margin-top: 3.25rem;
  }
}

.l-header {
  width: 100%;
  height: 4.5rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 3.25rem;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1130px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 31.25rem;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

.l-news-achive {
  padding-top: 6.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .l-news-achive {
    padding-top: 4.5rem;
    padding-bottom: 6.25rem;
  }
}

.l-news {
  padding-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .l-news {
    padding-top: 6.25rem;
  }
}

.l-others {
  padding-top: 9.8125rem;
}
@media screen and (max-width: 767px) {
  .l-others {
    padding-top: 3.3125rem;
  }
}

.l-point {
  padding-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .l-point {
    padding-top: 6.25rem;
  }
}

.l-single {
  padding-top: 8.875rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .l-single {
    padding-top: 6.375rem;
    padding-bottom: 6.25rem;
  }
}

.c-btn {
  width: 13.75rem;
  height: 3rem;
  border-radius: 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(87, 140, 216)), color-stop(25%, rgb(21, 156, 229)), color-stop(75%, rgb(0, 204, 255)), to(rgb(124, 228, 216)));
  background: linear-gradient(90deg, rgb(87, 140, 216) 0%, rgb(21, 156, 229) 25%, rgb(0, 204, 255) 75%, rgb(124, 228, 216) 100%);
  position: relative;
}

.c-btn::after {
  content: "";
  width: 0.4375rem;
  height: 0.875rem;
  background: url(../images/icon_arrow.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 1.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-card-feature {
  counter-increment: num;
}

.c-card-feature a {
  display: block;
  aspect-ratio: 1/1;
  border-radius: 1.875rem;
  background: url(../images/feature01_bg.webp) no-repeat center/cover;
  padding-top: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-card-feature a {
    padding-top: 1.0625rem;
    border-radius: 1.5625rem;
  }
}

.c-card-feature:nth-child(2) a {
  background: url(../images/feature02_bg.webp) no-repeat center/cover;
}

.c-card-feature:nth-child(3) a {
  background: url(../images/feature03_bg.webp) no-repeat center/cover;
}

.c-card-feature:nth-child(4) a {
  background: url(../images/feature04_bg.webp) no-repeat center/cover;
}

.c-card-feature__label::after {
  content: counter(num, decimal-leading-zero);
  font-family: "Outfit", sans-serif;
  font-size: 3.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0.3125rem;
  font-weight: 200;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-card-feature__label::after {
    font-size: 2.1875rem;
    letter-spacing: 0.125rem;
  }
}

.c-card-feature__title {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.5333333333;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-card-feature__title {
    font-size: 1.125rem;
  }
}

.c-card-others {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

.c-card-others__label {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 3.125rem;
  line-height: 1.2;
  font-weight: 300;
  color: #117eb8;
}
@media screen and (max-width: 767px) {
  .c-card-others__label {
    font-size: 2.5rem;
  }
}

.c-card-others__wrap {
  margin-top: 1.875rem;
  border-radius: 3.4375rem;
  -webkit-box-shadow: 0 0.625rem 1.875rem rgba(111, 129, 144, .1);
          box-shadow: 0 0.625rem 1.875rem rgba(111, 129, 144, .1);
}
@media screen and (max-width: 767px) {
  .c-card-others__wrap {
    margin-top: 1.25rem;
    border-radius: 1.875rem;
  }
}

.c-card-others__img img {
  aspect-ratio: 347/232;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3.4375rem 3.4375rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-card-others__img img {
    border-radius: 1.875rem 1.875rem 0 0;
  }
}

.c-card-others__body {
  padding: 1.5625rem 3.4375rem 3.4375rem;
  background-color: #fff;
  border-radius: 0 0 3.4375rem 3.4375rem;
}
@media screen and (max-width: 767px) {
  .c-card-others__body {
    padding: 1.25rem 1.875rem 1.875rem;
    border-radius: 0 0 1.875rem 1.875rem;
  }
}

.c-card-others__title {
  font-size: 1.5rem;
  line-height: 1.5833333333;
  font-weight: bold;
  color: #117eb8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-card-others__title {
    font-size: 1.25rem;
  }
}

.c-card-others__text {
  margin-top: 0.9375rem;
  font-size: 1rem;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .c-card-others__text {
    margin-top: 0.8125rem;
  }
}

.c-card-others__btn {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-card-others__btn {
    margin-top: 1.5625rem;
  }
}

.c-card-others__btn a {
  width: 13.75rem;
  height: 3rem;
  border-radius: 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(87, 140, 216)), color-stop(25%, rgb(21, 156, 229)), color-stop(75%, rgb(0, 204, 255)), to(rgb(124, 228, 216)));
  background: linear-gradient(90deg, rgb(87, 140, 216) 0%, rgb(21, 156, 229) 25%, rgb(0, 204, 255) 75%, rgb(124, 228, 216) 100%);
  position: relative;
}

.c-card-others__btn a::after {
  content: "";
  width: 0.4375rem;
  height: 0.875rem;
  background: url(../images/icon_arrow.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 1.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-card-point {
  counter-increment: num;
  border-radius: 3.4375rem;
  -webkit-box-shadow: 0 0.625rem 1.875rem 0 rgba(111, 129, 144, .1);
          box-shadow: 0 0.625rem 1.875rem 0 rgba(111, 129, 144, .1);
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-card-point {
    border-radius: 1.875rem;
  }
}

.c-card-point__label {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
  background-color: #159ce5;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-card-point__label {
    width: 4rem;
    height: 4rem;
  }
}

.c-card-point__label::before {
  content: "POINT";
  font-size: 0.75rem;
  line-height: 1.6666666667;
  margin-bottom: -0.125rem;
}
@media screen and (max-width: 767px) {
  .c-card-point__label::before {
    font-size: 0.6875rem;
  }
}

.c-card-point__label::after {
  content: counter(num, decimal-leading-zero);
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1.0714285714;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .c-card-point__label::after {
    font-size: 1.5rem;
  }
}

.c-card-point__img img {
  border-radius: 3.4375rem 3.4375rem 0 0;
  aspect-ratio: 530.5/354.69;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-card-point__img img {
    border-radius: 1.875rem 1.875rem 0 0;
  }
}

.c-card-point__body {
  padding: 1.5625rem 3.4375rem 3.4375rem;
  border-radius: 0 0 3.4375rem 3.4375rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-card-point__body {
    padding: 1.25rem 1.875rem 1.875rem;
    border-radius: 0 0 1.875rem 1.875rem;
  }
}

.c-card-point__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5833333333;
  color: #117eb8;
}
@media screen and (max-width: 767px) {
  .c-card-point__title {
    font-size: 1.25rem;
  }
}

.c-card-point__text {
  margin-top: 0.9375rem;
  font-size: 1rem;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .c-card-point__text {
    margin-top: 0.8125rem;
  }
}

.c-item-news a {
  display: block;
}

.c-item-news:not(:last-child) a {
  padding-bottom: 1.375rem;
  border-bottom: 1px solid #c6cdd2;
}
@media screen and (max-width: 767px) {
  .c-item-news:not(:last-child) a {
    padding-bottom: 0.875rem;
  }
}

.c-item-news__time {
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625;
}

.c-item-news__wrap {
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  position: relative;
  padding-right: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .c-item-news__wrap {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.3125rem;
  }
}

.c-item-news__wrap::after {
  content: "";
  width: 0.4375rem;
  height: 0.875rem;
  background: url(../images/icon_arrow-black.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-item-news__wrap::after {
    content: none;
  }
}

.c-item-news__category {
  padding: 0.1875rem 0.625rem;
  color: #117eb8;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 1.875rem;
  border: 1px solid #117eb8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-item-news__title {
  font-size: 1rem;
  line-height: 1.625;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .c-item-news__title {
    -webkit-line-clamp: 2;
    position: relative;
    padding-right: 2.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .c-item-news__title::after {
    content: "";
    width: 0.4375rem;
    height: 0.875rem;
    background: url(../images/icon_arrow-black.svg) no-repeat center/cover;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.c-item-point {
  counter-increment: num-point;
}

.c-item-point__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6875rem;
}

.c-item-point__label {
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
  background-color: #159ce5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-family: "Outfit", sans-serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-item-point__label {
    width: 4rem;
    height: 4rem;
  }
}

.c-item-point__label::before {
  content: "POINT";
  font-size: 0.75rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .c-item-point__label::before {
    font-size: 0.6875rem;
  }
}

.c-item-point__label::after {
  content: counter(num-point, decimal-leading-zero);
  font-size: 1.75rem;
  font-weight: 200;
  line-height: 1.0714285714;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .c-item-point__label::after {
    font-size: 1.5rem;
  }
}

.c-item-point__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5833333333;
  color: #117eb8;
}
@media screen and (max-width: 767px) {
  .c-item-point__title {
    font-size: 1.25rem;
  }
}

.c-item-point__text {
  margin-top: 0.9375rem;
  font-size: 1rem;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .c-item-point__text {
    margin-top: 0.8125rem;
  }
}

.c-section-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5833333333;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 1.25rem;
  }
}

.c-section-title::before {
  content: attr(data-en);
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 4.375rem;
  line-height: 1.1428571429;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-section-title::before {
    font-size: 3.125rem;
  }
}

.c-section-title--min::before {
  font-size: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-section-title--min::before {
    font-size: 2.5rem;
  }
}

.p-box-feature {
  counter-increment: num;
}

.p-box-feature__label {
  text-align: center;
}

.p-box-feature__label::after {
  content: counter(num, decimal-leading-zero);
  font-family: "Outfit", sans-serif;
  font-size: 3.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0.3125rem;
  font-weight: 200;
  color: #117eb8;
}
@media screen and (max-width: 767px) {
  .p-box-feature__label::after {
    font-size: 2.1875rem;
    letter-spacing: 0.125rem;
  }
}

.p-box-feature__text {
  margin-top: 0.9375rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5833333333;
}
@media screen and (max-width: 767px) {
  .p-box-feature__text {
    margin-top: 0.625rem;
    font-size: 1.125rem;
  }
}

.p-box-feature__title {
  margin-top: 0.1875rem;
  text-align: center;
  font-size: 2.875rem;
  font-weight: bold;
  line-height: 1.4782608696;
}
@media screen and (max-width: 767px) {
  .p-box-feature__title {
    margin-top: 0.125rem;
    font-size: 1.875rem;
  }
}

.p-box-feature__wrap {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-box-feature__wrap {
    margin-top: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.p-box-feature:nth-child(even) .p-box-feature__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-box-feature:nth-child(even) .p-box-feature__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-box-feature__body {
  width: 49.0740740741%;
  border-radius: 4.375rem;
  padding: 4.375rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.625rem 1.875rem rgba(111, 129, 144, .1);
          box-shadow: 0 0.625rem 1.875rem rgba(111, 129, 144, .1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-box-feature__body {
    width: 100%;
    padding: 1.875rem;
    border-radius: 1.875rem;
  }
}

.p-box-feature__img {
  width: 49.0740740741%;
  border-radius: 4.375rem;
  -webkit-box-shadow: 0 0.625rem 1.875rem rgba(111, 129, 144, .1);
          box-shadow: 0 0.625rem 1.875rem rgba(111, 129, 144, .1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-box-feature__img {
    width: 100%;
    border-radius: 1.875rem;
  }
}

.p-box-feature__img img {
  aspect-ratio: 530/492;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-box-feature__img img {
    aspect-ratio: 1/1;
    border-radius: 1.875rem;
  }
}

.p-box-feature:last-child .p-box-feature__img img {
  aspect-ratio: 530/309;
}
@media screen and (max-width: 767px) {
  .p-box-feature:last-child .p-box-feature__img img {
    aspect-ratio: 1/1;
  }
}

.p-box-feature__item:nth-child(n+2) {
  margin-top: 2.5rem;
}

.p-card-contact {
  border-radius: 3.4375rem;
  padding: 2.5rem 3.4375rem 3.4375rem;
  background-color: #a6ede5;
}
@media screen and (max-width: 767px) {
  .p-card-contact {
    border-radius: 1.875rem;
    padding: 2.1875rem 1.875rem 1.875rem;
  }
}

.p-card-contact.osusume {
  position: relative;
}

.p-card-contact.osusume::after {
  content: "オススメ";
  width: 7.125rem;
  height: 7.125rem;
  background: url(../images/osusume_bg.webp) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
  position: absolute;
  top: -2.4375rem;
  right: -1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-card-contact.osusume::after {
    width: 6.5rem;
    height: 6.5rem;
    top: -0.5625rem;
    right: -1.25rem;
  }
}

.p-card-contact__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #2c343a;
  font-size: 1.5rem;
  line-height: 1.5833333333;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-card-contact__title {
    font-size: 1.25rem;
    padding-bottom: 1.1875rem;
  }
}

.p-card-contact__title::before {
  content: attr(data-en);
  font-family: "Outfit", sans-serif;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.9666666667;
  letter-spacing: 0.3125rem;
  color: #159ce5;
  margin-bottom: -0.375rem;
}
@media screen and (max-width: 767px) {
  .p-card-contact__title::before {
    font-size: 1.25rem;
    letter-spacing: 0.1875rem;
    margin-bottom: -0.1875rem;
    line-height: 1.5;
  }
}

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

.p-card-contact__link a {
  font-family: "Inter", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.4545454545;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-card-contact__link a {
    font-size: 1.5625rem;
    line-height: 1.92;
  }
}

.p-card-contact__link.min a {
  font-size: 1.625rem;
  line-height: 1.1538461538;
}
@media screen and (max-width: 767px) {
  .p-card-contact__link.min a {
    font-size: 1.25rem;
  }
}

.p-card-contact__text {
  margin-top: 0.9375rem;
  font-size: 1rem;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-card-contact__text {
    margin-top: 0.625rem;
  }
}

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

.p-card-contact__list {
  margin-top: 0.9375rem;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-card-contact__list {
    margin-top: 0.625rem;
  }
}

.p-card-contact__item {
  font-size: 1rem;
  line-height: 1.625;
  list-style-type: disc;
}

.p-contact {
  overflow: hidden;
}

.p-contact__title {
  text-align: center;
}

.p-contact__cards {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__cards {
    margin-top: 1.625rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-contact__cards.en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-contact__cards.en .p-contact__card {
  width: 33.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__cards.en .p-contact__card {
    width: 100%;
  }
}

.p-contact__btn {
  margin-top: 6.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__btn {
    margin-top: 3.75rem;
  }
}

.p-demo {
  position: relative;
  z-index: 10;
}

.p-demo__title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
  color: #117eb8;
}

.p-demo__name {
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5833333333;
}
@media screen and (max-width: 767px) {
  .p-demo__name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.3125rem;
  }
}

.p-demo__name span {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5714285714;
  color: #9aa7b1;
}

.p-demo__iframe {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-demo__iframe {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-demo__iframe iframe {
  aspect-ratio: 1080/607;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-demo__iframe iframe {
    aspect-ratio: 375/450;
    border-radius: 0;
  }
}

.p-demo__caption {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
@media screen and (max-width: 767px) {
  .p-demo__caption {
    padding: 0 1.875rem;
  }
}

.p-feature {
  position: relative;
}

.p-feature::after {
  content: "";
  width: 100%;
  height: 57.75rem;
  background: url(../images/feature_bg.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-feature::after {
    height: 12rem;
  }
}

.p-feature__inner {
  position: relative;
  z-index: 10;
}

.p-feature__title {
  text-align: center;
}

.p-feature__text {
  margin-top: 1.875rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .p-feature__text {
    margin-top: 1.25rem;
    font-size: 1rem;
    text-align: left;
  }
}

.p-feature__cards {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-feature__cards {
    margin-top: 3.125rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem;
  }
}

.p-feature__boxies {
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature__boxies {
    margin-top: 6.25rem;
  }
}

.p-feature__box:nth-child(n+2) {
  margin-top: 7.875rem;
}
@media screen and (max-width: 767px) {
  .p-feature__box:nth-child(n+2) {
    margin-top: 3rem;
  }
}

.p-feature__caption {
  margin-top: 1.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;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  gap: 1.25rem;
}

.p-feature__caption::after {
  content: "";
  width: 6.25rem;
  height: 6.25rem;
  background: url(../images/foundation-logo.webp) no-repeat center/cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-fixed-btn {
  position: fixed;
  bottom: 2.5rem;
  right: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  z-index: 500;
}
@media screen and (max-width: 767px) {
  .p-fixed-btn {
    bottom: 0.625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 98%;
    gap: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-fixed-btn__btn {
    width: 100%;
  }
}

.p-fixed-btn__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.1875rem;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  background: linear-gradient(45deg, rgb(87, 140, 216) 0%, rgb(21, 156, 229) 25%, rgb(0, 204, 255) 75%, rgb(124, 228, 216) 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4375;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fixed-btn__btn a {
    border-radius: 0.625rem;
    width: 100%;
    height: 3.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.5rem;
  }
}

.p-fixed-btn__btn a::before {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
}

.p-fixed-btn__btn a.demo::before {
  background: url(../images/icon_demo.svg) no-repeat center/cover;
}

.p-fixed-btn__btn a.contact::before {
  background: url(../images/icon_contact.svg) no-repeat center/cover;
}

.p-footer {
  background-color: #fff;
  -webkit-box-shadow: 0 -0.625rem 1.875rem rgba(111, 129, 144, .1);
          box-shadow: 0 -0.625rem 1.875rem rgba(111, 129, 144, .1);
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.875rem;
  }
}

.p-footer__logo {
  width: 10.3125rem;
}

.p-footer__logo img {
  aspect-ratio: 165/26;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__address {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.625;
}

.p-footer__copyright {
  font-size: 0.75rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    margin-left: auto;
  }
}

.p-form__title {
  text-align: center;
  font-size: 2.875rem;
  font-weight: bold;
  line-height: 1.4782608696;
}
@media screen and (max-width: 767px) {
  .p-form__title {
    font-size: 1.875rem;
  }
}

.p-form__text {
  margin-top: 1.875rem;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .p-form__text {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.625;
    text-align: left;
  }
}

.p-form__box {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-form__box {
    margin-top: 3.75rem;
  }
}

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

.p-form__table-box:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-form__table-box:nth-child(n+2) {
    margin-top: 2.8125rem;
  }
}

.p-form__table-box dt {
  width: 23.6111111111%;
  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.625;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-form__table-box dt {
    width: 100%;
  }
}

.p-form__table-box dt span {
  font-size: 0.75rem;
  font-weight: normal;
  color: #ec0000;
}

.p-form__table-box dd {
  width: 74.537037037%;
}
@media screen and (max-width: 767px) {
  .p-form__table-box dd {
    width: 100%;
  }
}

.p-form__table-box dd.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-form__table-box dd.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-form__table-box dd.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.p-form__table-box dd input {
  width: 100%;
  height: 3.5rem;
  border-radius: 0.1875rem;
  border: none;
  background-color: #f1f2f4;
  padding: 0 1.5625rem;
}

.p-form__table-box dd input::-webkit-input-placeholder {
  color: #9aa7b1;
}

.p-form__table-box dd input::-moz-placeholder {
  color: #9aa7b1;
}

.p-form__table-box dd input::-ms-input-placeholder {
  color: #9aa7b1;
}

.p-form__table-box dd input::placeholder {
  color: #9aa7b1;
}

.p-form__table-box dd .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-form__table-box dd .wpcf7-form-control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5625rem;
  }
}

.p-form__table-box dd .wpcf7-list-item {
  margin: 0;
}

.p-form__table-box dd .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.p-form__table-box dd input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* デフォルトのスタイルを消す */
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  position: relative;
  padding: 0;
}

.p-form__table-box dd input[type=radio]::before {
  background-color: #159ce5;
  border-radius: 50%;
  bottom: 0;
  content: "";
  width: 1rem;
  height: 1rem;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.p-form__table-box dd input[type=radio]:checked::before {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-form__table-box dd.tel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.375rem;
  }
}

.p-form__table-box dd.tel input {
  width: 10.1875rem;
}
@media screen and (max-width: 767px) {
  .p-form__table-box dd.tel input {
    width: 5.6875rem;
  }
}

.p-form__table-box dd textarea {
  border-radius: 0.1875rem;
  border: none;
  background-color: #f1f2f4;
  width: 100%;
  height: 6.75rem;
  padding: 0.9375rem 1.5625rem;
}

.p-form__btn {
  margin-top: 5rem;
  position: relative;
  width: 15.4375rem;
  height: 3rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-form__btn {
    margin-top: 3.75rem;
  }
}

.p-form__btn::after {
  content: "";
  width: 0.4375rem;
  height: 0.875rem;
  background: url(../images/icon_arrow.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 1.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-form__btn input {
  width: 100%;
  border: none;
  letter-spacing: -0.024em;
}

.p-fv-row {
  position: relative;
}

.p-fv-row::after {
  content: "";
  width: 100%;
  height: 64.0625rem;
  background: url(../images/fv-row_bg.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-fv-row::after {
    height: 54rem;
  }
}

.p-fv-row__inner {
  position: relative;
  z-index: 10;
}

.p-fv-row__title {
  text-align: center;
  font-size: 2.875rem;
  font-weight: bold;
  line-height: 1.4782608696;
}
@media screen and (max-width: 767px) {
  .p-fv-row__title {
    font-size: 1.875rem;
    line-height: 1.5333333333;
    letter-spacing: -0.024em;
  }
}

.p-fv-row__text {
  margin-top: 1.875rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .p-fv-row__text {
    margin-top: 1.25rem;
    text-align: left;
    font-size: 1rem;
    line-height: 1.625;
  }
}

.p-fv video {
  aspect-ratio: 144/81;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

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

.p-header__logo a {
  width: 10.3125rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-header__logo a {
    width: 7rem;
  }
}

.p-header__logo a img {
  aspect-ratio: 165/26;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__lang {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-header__lang {
    margin-top: 3.125rem;
    font-size: 0.875rem;
  }
}

.p-header__lang .bogo-language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-header__lang .bogo-language-switcher {
    margin-top: 0.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-header__lang .bogoflags {
  display: none;
}

.p-header__lang .bogo-language-name a,
.p-header__lang .bogo-language-name {
  width: 5.25rem;
  height: 2.75rem;
  border-radius: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #9aa7b1;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-header__lang .bogo-language-name a,
  .p-header__lang .bogo-language-name {
    width: 8.65625rem;
    border-radius: 1.875rem;
  }
}

.p-header__lang .bogo-language-switcher li.current a {
  background-color: #159ce5;
  color: #fff;
}

.p-header__toggle {
  margin-left: 1.25rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  padding: 0.9375rem 0.6875rem;
}

.p-header__toggle.show {
  background-color: rgba(204, 204, 204, .5);
}

.p-header__toggle-btn {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-header__toggle span {
  width: 100%;
  height: 1px;
  background-color: #2c343a;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-header__toggle span:nth-child(1) {
  top: 0;
}

.p-header__toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-header__toggle span:nth-child(3) {
  bottom: 0;
}

.p-header__toggle.show span:nth-child(1) {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
}

.p-header__toggle.show span:nth-child(2) {
  opacity: 0;
}

.p-header__toggle.show span:nth-child(3) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  top: 50%;
}

.p-header__nav {
  display: none;
  padding: 1.875rem 2.5rem 2.1875rem;
  background-color: #fff;
  border-radius: 0.625rem;
  position: fixed;
  top: 5.75rem;
  right: 1.875rem;
  max-height: calc(100vh - 7.625rem);
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    top: 3.875rem;
    right: 0.625rem;
    padding: 2.1875rem 2.5rem 2.8125rem;
    max-height: calc(100vh - 6.0625rem);
  }
}

.p-header__item:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-header__item:nth-child(n+2) {
    margin-top: 1.5625rem;
  }
}

.p-header__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1rem;
  line-height: 1.625;
}

.p-header__item a::after {
  content: "";
  width: 0.4375rem;
  height: 0.875rem;
  background: url(../images/icon_arrow-black.svg) no-repeat center/cover;
}

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

.p-news-achive__inner {
  max-width: 47.75rem;
}

.p-news-achive__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #2c343a;
}

.p-news-achive__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
}

@media screen and (max-width: 767px) {
  .p-news-achive__tabs.desktop {
    display: none;
  }
}

.p-news-achive__tab-box {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-news-achive__tab-box {
    display: block;
    position: relative;
  }
}

.p-news-achive__tab-title {
  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.875rem;
  line-height: 1.5714285714;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.p-news-achive__tab-title::after {
  content: "";
  width: 0.4375rem;
  height: 0.875rem;
  background: url(../images/icon_arrow-black.svg) no-repeat center/cover;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .p-news-achive__tab-list {
    display: none;
    position: absolute;
    width: 9.375rem;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(calc(100% + 1.25rem));
            transform: translateY(calc(100% + 1.25rem));
    padding: 0.5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0.625rem 1.25rem rgba(111, 129, 144, .2);
            box-shadow: 0 0.625rem 1.25rem rgba(111, 129, 144, .2);
    z-index: 200;
  }
}

.p-news-achive__tab a {
  padding: 0.375rem 1.125rem;
  border-radius: 1.5625rem;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .p-news-achive__tab a {
    width: 100%;
    height: 2.25rem;
    padding: 0 0.5rem;
    border-radius: 0.1875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.875rem;
    line-height: 1.5714285714;
    letter-spacing: -0.094em;
  }
}

.p-news-achive__tab.active a {
  color: #fff;
  background-color: #159ce5;
}

.p-news-achive__tab a:hover {
  opacity: 1;
  color: #fff;
  background-color: #159ce5;
}

.p-news-achive__list {
  margin-top: 1.875rem;
}

.p-news-achive__item:nth-child(n+2) {
  margin-top: 1.375rem;
}

.p-news-achive__pagination {
  margin-top: 3.75rem;
}

.p-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.125rem;
  }
}

.p-news__title-area {
  width: 32.1296296296%;
}
@media screen and (max-width: 767px) {
  .p-news__title-area {
    width: 100%;
    text-align: center;
  }
}

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

.p-news__list {
  width: 65.8333333333%;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    width: 100%;
  }
}

.p-news__item:nth-child(n+2) {
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-news__item:nth-child(n+2) {
    margin-top: 0.875rem;
  }
}

.p-others__title {
  text-align: center;
}

.p-others__text {
  margin-top: 1.875rem;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-others__text {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.625;
    text-align: left;
  }
}

.p-others__cards {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-others__cards {
    margin-top: 3.125rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
  }
}

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

.p-pagination__nav {
  width: 3rem;
  height: 3rem;
}

.p-pagination__nav img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-pagination__current {
  width: 6.25rem;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3125rem;
}

.p-pagination__current .slash {
  width: 1.625rem;
  height: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-point__title {
  text-align: center;
}

.p-point__cards {
  margin-top: 4.875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.125rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-point__cards {
    margin-top: 3.875rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 3.25rem;
  }
}

.p-single__inner {
  max-width: 47.9375rem;
}

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

.p-single__time {
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625;
}

.p-single__category {
  padding: 0.1875rem 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5714285714;
  color: #117eb8;
  border: 1px solid #117eb8;
  border-radius: 1.875rem;
}

.p-single__title {
  margin-top: 0.625rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #2c343a;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.5333333333;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.5rem;
  }
}

.p-single__thumbnail {
  margin-top: 1.875rem;
}

.p-single__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single__contents {
  margin-top: 1.875rem;
}

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

.p-single__contents h3 {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__contents h3 {
    margin-top: 1.25rem;
  }
}

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

.p-single__btn {
  margin-top: 5rem;
  text-align: center;
}

.p-single__btn a::after {
  right: auto;
  left: 1.375rem;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

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

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
