@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1150px) {
  html {
    font-size: 1.3913043478vw;
  }
}
@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: #1D1D1D;
  font-weight: 400;
}

span {
  display: inline-block;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*****************************
* 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,
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 */
/* 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-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1150px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

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

.l-news {
  padding-top: 95px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-news {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

.l-news__wrap {
  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-news__wrap {
    display: block;
  }
}

.l-news__content {
  width: 71.3636363636%;
}
@media screen and (max-width: 767px) {
  .l-news__content {
    width: 100%;
  }
}

.l-news__sidebar {
  width: 22.6363636364%;
}
@media screen and (max-width: 767px) {
  .l-news__sidebar {
    width: 100%;
    margin-top: 48px;
  }
}

.l-page {
  margin-top: 90px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-page {
    margin-top: 60px;
    margin-bottom: 50px;
  }
}

.l-partner {
  margin-top: 20px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-partner {
    margin-top: 18px;
    margin-bottom: 48px;
  }
}

.c-archive-title {
  color: #12A1E9;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6666666667;
  padding-bottom: 8px;
  position: relative;
}

.c-archive-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
  height: 1px;
  background-color: #12A1E9;
}

.c-btn01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #fff;
  border-radius: 5px;
  border: 1.5px solid #12A1E9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  min-width: 250px;
  padding: 4px 10px;
  overflow: hidden;
}

.c-btn01 span {
  padding: 12px 16px;
  color: #12A1E9;
  font-size: 14px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  position: relative;
  width: 100%;
}

.c-btn01 span::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background: url(../images/icon-arrow-blue.svg) no-repeat center center/contain;
  margin-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btn01::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #12A1E9;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
}

@media screen and (min-width: 767px) {
  .c-btn01 span:hover {
    color: #fff;
  }
}

@media screen and (min-width: 767px) {
  .c-btn01:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media screen and (min-width: 767px) {
  .c-btn01 span:hover::after {
    background: url(../images/icon-arrow-wht.svg) no-repeat center center/contain;
  }
}

.c-card01 {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, .16);
  padding: 23px 10px 25px;
}
@media screen and (max-width: 767px) {
  .c-card01 {
    padding: 23px 13px 30px;
  }
}

.c-card01__title {
  color: #12A1E9;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9444444444;
  text-align: center;
  min-height: 70px;
  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;
}
@media screen and (max-width: 767px) {
  .c-card01__title {
    min-height: 40px;
  }
}

.c-card01__img {
  width: 149px;
  margin-inline: auto;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .c-card01__img {
    margin-top: 12px;
  }
}

.top-feature__text {
  font-size: 14px;
  line-height: 1.7857142857;
  margin-top: 25px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .top-feature__text {
    padding: 0;
    margin-top: 13px;
  }
}

.c-card02__img {
  position: relative;
}

.c-card02__img img {
  aspect-ratio: 350/220;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-card02__img img {
    aspect-ratio: 335/200;
  }
}

.c-card02__text {
  font-size: 16px;
  line-height: 1.3888888889;
  text-align: center;
  margin-top: 18px;
}

.c-card02.c-card02--coming .c-card02__img::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#3FBAFF), color-stop(#53AEFF), to(#2D65DC));
  background: linear-gradient(to right, #3FBAFF, #53AEFF, #2D65DC);
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
}

.c-card02.c-card02--coming .c-card02__img::after {
  content: "Coming Soon";
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-category {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  background-color: #12A1E9;
  padding: 3px 8px 2px 8px;
  white-space: nowrap;
}

.c-category.c-category--sm {
  font-size: 12px;
  line-height: 1.7;
  padding: 0px 5px;
}

.c-header-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #12A1E9;
  border-radius: 5px;
  border: 1.5px solid #12A1E9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 1110px) {
  .c-header-btn {
    height: 100%;
    border-radius: 0;
    width: 60px;
  }
}

.c-header-btn .text {
  padding: 12px 8px 12px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  min-width: 178px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 1110px) {
  .c-header-btn .text {
    font-size: 12px;
    width: 100%;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    min-width: 0;
  }
}

.c-header-btn .text::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 14px;
  background: url(../images/icon-mail.svg) no-repeat center center/contain;
  margin-right: 12px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 1110px) {
  .c-header-btn .text::before {
    margin-right: 0;
    margin-bottom: 6px;
  }
}

.c-header-btn .text::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background: url(../images/icon-arrow-wht.svg) no-repeat center center/contain;
  margin-left: 24px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 1110px) {
  .c-header-btn .text::after {
    display: none;
  }
}

.c-header-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
  z-index: 2;
}

@media screen and (min-width: 1111px) {
  .c-header-btn .text:hover {
    color: #12A1E9;
  }
}

@media screen and (min-width: 1111px) {
  .c-header-btn:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media screen and (min-width: 1111px) {
  .c-header-btn .text:hover::before {
    background: url(../images/icon-mail-blue.svg) no-repeat center center/contain;
  }
}

@media screen and (min-width: 1111px) {
  .c-header-btn .text:hover::after {
    background: url(../images/icon-arrow-blue.svg) no-repeat center center/contain;
  }
}

.c-section-title {
  font-size: 28px;
  line-height: 1.6071428571;
  text-align: center;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 20px;
  }
}

.c-section-title::before {
  content: attr(data-en);
  color: #12A1E9;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-section-title::before {
    margin-bottom: 10px;
  }
}

.c-section-title.c-section-title--left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-section-title.c-section-title--left {
    font-size: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.c-section-title.c-section-title--pc-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-section-title.c-section-title--pc-left {
    font-size: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.c-section-title.c-section-title--pc-left::before {
  margin-left: -5px;
}
@media screen and (max-width: 767px) {
  .c-section-title.c-section-title--pc-left::before {
    margin-left: 0;
    margin-bottom: 8px;
  }
}

.c-section-title.c-section-title--left::before {
  margin-left: -5px;
}
@media screen and (max-width: 767px) {
  .c-section-title.c-section-title--left::before {
    margin-right: 5px;
    margin-bottom: 0;
  }
}

.c-section-title.c-section-title--white {
  color: #fff;
}

.c-section-title.c-section-title--white::before {
  color: #fff;
}

.c-sidebar-title {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  background-color: #F6F6F6;
  padding: 9px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-sidebar-title span::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/icon-book.svg) no-repeat center center/contain;
  margin-left: 12px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.c-sidebar-title.c-sidebar-title--recommended span::after {
  background: url(../images/icon-label.svg) no-repeat center center/contain;
}

.c-tag {
  display: inline-block;
  color: #8B898A;
  font-size: 12px;
  background-color: #E4E4E4;
  border-radius: 13px;
  padding: 3px 10px;
}

.c-title-en {
  font-size: 14px;
  color: #12A1E9;
  font-weight: 400;
  line-height: 1.7857142857;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 46px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title-en {
    padding-left: 26px;
  }
}

.c-title-en::before {
  content: attr(data-en);
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-right: 10px;
}

.c-title-en::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #12A1E9;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-title-en::after {
    width: 15px;
  }
}

.c-title-en.c-title-en--white {
  color: #fff;
}

.c-title-en.c-title-en--white::after {
  background-color: #fff;
}

.p-page__body {
  margin-top: 100px;
}

.p-page__title {
  color: #12A1E9;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-page__title {
    font-size: 24px;
  }
}

.p-page__text {
  font-size: 14px;
  line-height: 1.875;
  text-align: center;
  margin-top: 40px;
}

.p-page__content {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-page__content {
    margin-top: 40px;
  }
}

.p-page__link {
  margin-top: 90px;
  text-align: center;
}

.p-page__link a {
  display: inline-block;
  font-size: 14px;
  line-height: 2.1428571429;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-page__link a {
    font-size: 16px;
  }
}

@media screen and (min-width: 767px) {
  .p-page__link a:hover {
    color: #12A1E9;
  }
}

.p-archive-list__item {
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E4E4E4;
}
@media screen and (max-width: 767px) {
  .p-archive-list__item {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}

.p-archive-list__item a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 767px) {
  .p-archive-list__item a:hover {
    opacity: 0.7;
  }
}

.p-archive-list__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-archive-list__time {
  font-family: "Roboto", sans-serif;
  color: #12A1E9;
  font-size: 14px;
  line-height: 1.4285714286;
}

.p-archive-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 6px;
}

.p-archive-list__categories {
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .p-archive-list__categories {
    margin-left: 8px;
  }
}

.p-archive-list__tags {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-archive-list__tags {
    gap: 5px;
    margin-left: 6px;
  }
}

.p-archive-list__title {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-archive-list__title {
    -webkit-line-clamp: 3;
  }
}

.p-archive-list__pagination {
  margin-top: 64px;
}

#toc_container {
  background: #F6F6F6; /* 背景色 */
  border: none; /* 枠線 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* スマホの横揺れ防止 */
  display: block !important;
  font-size: 95%; /* フォントサイズ */
  line-height: 1.4; /* 行間 */
  margin: 0;
  padding: 32px 44px; /* 内側の余白 */
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #toc_container {
    padding: 16px 28px;
  }
}

#toc_container p.toc_title {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

#toc_container .toc_toggle {
  font-size: 0.9em;
  font-weight: normal;
}

#toc_container .toc_brackets {
  display: none;
}

#toc_container .toc_list,
#toc_container .toc_list * {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#toc_container .toc_list {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #toc_container .toc_list {
    margin-top: 12px;
  }
}

#toc_container .toc_list a {
  display: block;
  text-decoration: none;
  color: #444;
  color: #12A1E9;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  #toc_container .toc_list a {
    padding: 2px 0;
  }
}

#toc_container .toc_list > li {
  display: block;
}

#toc_container .toc_list > li > ul {
  margin-left: 1rem;
}

#toc_container .toc_list > li > ul > li > ul {
  margin-left: 1rem;
}

#toc_container .toc_list > li > a {
  color: #12A1E9;
  font-size: 16px; /* 大見出しのフォントサイズ */
}

#toc_container li::before {
  display: none;
}

.p-article::after {
  content: "";
  display: block;
  clear: both;
}
.p-article h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  background-color: #12A1E9;
  border-radius: 4px;
  padding: 6px 12px;
  margin-top: 30px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-article h2 {
    margin-top: 24px;
    margin-bottom: 20px;
  }
}
.p-article h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9444444444;
  padding-bottom: 6px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #12A1E9), color-stop(20%, #E4E4E4));
  background-image: linear-gradient(90deg, #12A1E9 0 20%, #E4E4E4 20%);
  background-repeat: no-repeat;
  background-size: 100% 2%;
  background-position: bottom;
  margin-top: 30px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-article h3 {
    margin-top: 24px;
    margin-bottom: 20px;
  }
}
.p-article h4 {
  color: #12A1E9;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  background-color: #F6F6F6;
  border-radius: 4px;
  padding: 6px 12px;
  margin-top: 30px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-article h4 {
    margin-top: 24px;
    margin-bottom: 20px;
  }
}
.p-article p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 30px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-article p {
    margin-top: 24px;
    margin-bottom: 20px;
  }
}
.p-article .wp-block-quote p {
  color: #8B898A;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7857142857;
  padding: 25px 20px;
  margin-top: 30px;
  margin-bottom: 22px;
  position: relative;
}
.p-article .wp-block-quote p::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 13px;
  background: url(../images/icon-quote.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
.p-article .wp-block-quote p::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 13px;
  background: url(../images/icon-quote.svg) no-repeat center center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-article ul {
  margin-top: 30px;
  margin-bottom: 22px;
}
.p-article ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 10px;
}
.p-article ul li:nth-child(n+2) {
  margin-top: 5px;
}
.p-article ul li::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #12A1E9;
  border-radius: 50%;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 12px;
}
.p-article ol {
  counter-reset: num;
  margin-top: 30px;
  margin-bottom: 22px;
}
.p-article ol li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 10px;
}
.p-article ol li:nth-child(n+2) {
  margin-top: 5px;
}
.p-article ol li::before {
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  display: inline-block;
  font-family: "Roboto", sans-serif;
  color: #12A1E9;
  font-size: 18px;
  font-weight: 500;
  margin-right: 8px;
}
.p-article .wp-block-preformatted {
  color: #1D1D1D;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7857142857;
  padding: 10px 20px;
  border: 2px solid #12A1E9;
  margin-top: 60px;
  margin-bottom: 22px;
  position: relative;
}
.p-article .wp-block-preformatted::before {
  content: "point";
  display: inline-block;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #12A1E9;
  position: absolute;
  bottom: 100%;
  left: -2px;
  padding: 0px 20px 0px 36px;
  border-radius: 4px 4px 0 0;
}
.p-article .wp-block-preformatted::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/icon-point.svg) no-repeat center center/contain;
  position: absolute;
  bottom: calc(100% + 5px);
  left: 6px;
}

.p-breadcrumbs {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs {
    margin-top: 0;
    padding: 5px 0;
    background-color: #F6F6F6;
  }
}

.p-breadcrumbs__inner {
  color: #8B898A;
  font-size: 14px;
}

.p-breadcrumbs__inner span {
  margin-right: 5px;
  margin-left: 5px;
}

.p-breadcrumbs__inner span:nth-child(1) {
  margin-left: 0px;
}

.p-breadcrumbs__inner span a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 767px) {
  .p-breadcrumbs__inner span a:hover {
    opacity: 0.7;
  }
}

.p-breadcrumbs__inner a.current-item,
.p-breadcrumbs__inner span.current-item {
  color: #12A1E9;
}

.p-business-content {
  padding-top: 96px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-business-content {
    padding-top: 115px;
  }
}

.p-business-content__img {
  height: 358px;
  width: calc(50vw + 11.1875rem);
  position: absolute;
  top: 0;
  right: 33.6363636364%;
}
@media screen and (max-width: 767px) {
  .p-business-content__img {
    height: 150px;
    width: calc(100vw - 10px);
    max-width: none;
    right: auto;
    right: initial;
    left: -20px;
  }
}

.p-business-content__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
  height: 100%;
}

.p-business-content__card {
  padding: 20px;
  max-width: 732px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-business-content__card {
    padding: 10px;
    margin-right: -20px;
    margin-left: -10px;
  }
}

.p-business-content__card::before {
  content: "";
  position: absolute;
  width: 114px;
  height: 114px;
  border-top: 2px solid #12A1E9;
  border-left: 2px solid #12A1E9;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-business-content__card::before {
    width: 60px;
    height: 60px;
  }
}

.p-business-content__card::after {
  content: "";
  position: absolute;
  width: 114px;
  height: 114px;
  border-right: 2px solid #12A1E9;
  border-bottom: 2px solid #12A1E9;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-business-content__card::after {
    width: 60px;
    height: 60px;
  }
}

.p-business-content__body {
  background-color: #EFF9FF;
  padding: 40px 50px 40px 50px;
}
@media screen and (max-width: 767px) {
  .p-business-content__body {
    padding: 24px 12px 30px 12px;
  }
}

.p-business-content__lead {
  color: #333333;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-business-content__lead {
    font-size: 20px;
  }
}

.p-business-content__text {
  font-size: 14px;
  line-height: 2.1428571429;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .p-business-content__text {
    margin-top: 6px;
  }
}

.p-business-content--reverse {
  padding-top: 96px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-business-content--reverse {
    padding-top: 115px;
  }
}

.p-business-content--reverse .p-business-content__img {
  left: 33.6363636364%;
  right: auto;
  right: initial;
}
@media screen and (max-width: 767px) {
  .p-business-content--reverse .p-business-content__img {
    left: auto;
    left: initial;
    right: -20px;
  }
}

.p-business-content--reverse .p-business-content__card {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-business-content--reverse .p-business-content__card {
    margin-left: -20px;
    margin-right: -10px;
  }
}

.p-company-list {
  border: 1px solid #E4E4E4;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
  max-width: 980px;
  margin-inline: auto;
}

.p-company-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E4E4E4;
}

.p-company-list__item:last-child {
  border-bottom: none;
}

.p-company-list__title {
  width: 32.5510204082%;
  font-size: 16px;
  background-color: #F6F6F6;
  padding: 9px 16px;
  border-right: 1px solid #E4E4E4;
}
@media screen and (max-width: 767px) {
  .p-company-list__title {
    width: 25.0666666667%;
    font-size: 14px;
  }
}

.p-company-list__detail {
  width: 67.4489795918%;
  font-size: 14px;
  background-color: #fff;
  padding: 10px 42px 10px 16px;
}
@media screen and (max-width: 767px) {
  .p-company-list__detail {
    width: 74.9333333333%;
    padding: 10px;
  }
}

.p-company-list__detail-mail {
  width: 150px;
  padding-top: 5px;
}

.p-company-list__detail.p-company-list__detail-mail img {
  width: 100%;
  height: auto;
}

.p-company-list__access {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-company-list__access {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.p-company-list__access-title {
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-company-list__access-title::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url(../images/icon-location.svg) no-repeat center center/contain;
  margin-right: 6px;
}

.p-company-list__access-text {
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.7857142857;
}

.p-company-list__access-map {
  margin-top: 2px;
}

.p-company-list__access-map iframe {
  aspect-ratio: 600/80;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-company-list__access-map iframe {
    aspect-ratio: 249/80;
  }
}

@media screen and (min-width: 767px) {
  .p-company-list__access-map iframe:hover {
    opacity: 0.7;
  }
}

.p-company-list__access-box {
  background-color: #F6F6F6;
  margin-top: 4px;
  padding: 15px 20px 10px 20px;
}

.p-company-list__access-approach {
  color: #12A1E9;
}

.p-company-list__detail-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-company-list__detail-list li:nth-child(n+2) {
  margin-top: 5px;
}

.p-company-list__detail-list li::before {
  content: "・";
}

.p-contact-confirm {
  max-width: 927px;
  margin-inline: auto;
}

.p-contact-confirm .p-contact-form__item-select::after {
  display: none;
}

.p-contact-form__item {
  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-contact-form__item {
    display: block;
  }
}

.p-contact-form__item:nth-child(n+2) {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-contact-form__item:nth-child(n+2) {
    margin-top: 10px;
  }
}

.p-contact-form__item-label {
  width: 37.1089536138%;
}
@media screen and (max-width: 767px) {
  .p-contact-form__item-label {
    width: 100%;
  }
}

.p-contact-form__label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
}

.p-contact-form__label.required::after {
  content: "※必須";
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 2px 4px;
  background-color: #E31B20;
  margin-left: 10px;
}

.p-contact-form__agreement .wpcf7-acceptance::after {
  content: "※必須";
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 2px 4px;
  background-color: #E31B20;
  margin-left: 10px;
}

.p-contact-form__item-input,
.p-contact-form__item-select {
  width: 62.8910463862%;
}
@media screen and (max-width: 767px) {
  .p-contact-form__item-input,
  .p-contact-form__item-select {
    width: 100%;
    margin-top: 10px;
  }
}

.p-contact-form__item-select {
  position: relative;
}

.p-contact-form__item-select::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 5px;
  background: url(../images/icon-arrow-gry.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}

.p-contact-form__item-input input,
.p-contact-form__item-select select,
.p-contact-form__item-input textarea {
  width: 100%;
  border: 1px solid #8B898A;
  border-radius: 0;
  padding: 5px 15px;
  color: inherit;
  font-family: inherit;
  color: #333333;
  min-height: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-contact-form__item-input input::-webkit-input-placeholder,
.p-contact-form__item-select select::-webkit-input-placeholder,
.p-contact-form__item-input textarea::-webkit-input-placeholder {
  color: #333333;
}
.p-contact-form__item-input input::-moz-placeholder,
.p-contact-form__item-select select::-moz-placeholder,
.p-contact-form__item-input textarea::-moz-placeholder {
  color: #333333;
}
.p-contact-form__item-input input::-ms-input-placeholder,
.p-contact-form__item-select select::-ms-input-placeholder,
.p-contact-form__item-input textarea::-ms-input-placeholder {
  color: #333333;
}
.p-contact-form__item-input input::placeholder,
.p-contact-form__item-select select::placeholder,
.p-contact-form__item-input textarea::placeholder {
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-contact-form__item-input input,
  .p-contact-form__item-select select,
  .p-contact-form__item-input textarea {
    padding: 2px 12px;
    min-height: 35px;
  }
}

.p-contact-form__item-input input::-webkit-input-placeholder,
.p-contact-form__item-select select::-webkit-input-placeholder,
.p-contact-form__item-input textarea::-webkit-input-placeholder {
  color: #8B898A;
}

.p-contact-form__item-input input::-moz-placeholder,
.p-contact-form__item-select select::-moz-placeholder,
.p-contact-form__item-input textarea::-moz-placeholder {
  color: #8B898A;
}

.p-contact-form__item-input input::-ms-input-placeholder,
.p-contact-form__item-select select::-ms-input-placeholder,
.p-contact-form__item-input textarea::-ms-input-placeholder {
  color: #8B898A;
}

.p-contact-form__item-input input::placeholder,
.p-contact-form__item-select select::placeholder,
.p-contact-form__item-input textarea::placeholder {
  color: #8B898A;
}

.p-contact-form__item-input textarea {
  height: 180px;
  resize: none;
}
@media screen and (max-width: 767px) {
  .p-contact-form__item-input textarea {
    height: 120px;
  }
}

.p-contact-form__privacy {
  padding: 20px 30px;
  overflow-y: auto;
  border: 1px solid #D1D1D1;
  height: 207px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-contact-form__privacy {
    margin-top: 30px;
    padding: 16px 16px;
    height: 180px;
  }
}

.p-contact-form__privacy-text {
  color: #333333;
  font-size: 14px;
  line-height: 1.4285714286;
}

.p-contact-form__privacy-text:nth-child(n+2) {
  margin-top: 16px;
}

.p-contact-form__item-note {
  color: #333333;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-contact-form__item-note {
    margin-top: 5px;
  }
}

.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

.p-contact-form__agreement {
  margin-top: 16px;
}

.p-contact-form__input-check {
  display: none;
}

.p-contact-form__input-check + span {
  padding-left: 28px;
  display: inline-block;
  position: relative;
}

.p-contact-form__input-check + span::after,
.p-contact-form__input-check + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.p-contact-form__input-check + span::before {
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  height: 13px;
  width: 13px;
  border-radius: 2px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-contact-form__input-check + span::after {
  border: none;
  background: url(../images/icon-check.svg) no-repeat center center/contain;
  height: 16px;
  width: 16px;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.p-contact-form__input-check:checked + span::after {
  display: block;
  opacity: 1;
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-spinner {
  display: none;
}

.p-contact-form__submit {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-form__submit {
    margin-top: 32px;
  }
}

.p-contact-confirm .p-contact-form__submit {
  margin-top: 10px;
}

.p-contact-form__submit p,
.p-contact-form__back p {
  display: inline-block;
  position: relative;
}

.p-contact-form__submit p::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url(../images/icon-arrow-wht.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}

.p-contact-form__submit-btn {
  display: inline-block;
  color: #fff;
  text-align: center;
  background-color: #E31B20;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  padding: 16px 14px;
  min-width: 250px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #E31B20;
}

@media screen and (min-width: 767px) {
  .p-contact-form__submit-btn:hover {
    background-color: #B0000B;
  }
}

.p-contact-form__back {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-form__back {
    margin-top: 32px;
  }
}

.p-contact-form__back-btn {
  display: inline-block;
  color: #E31B20;
  text-align: center;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  padding: 16px 14px;
  min-width: 250px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #E31B20;
}

.p-contact-form__back p::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url(../images/icon-arrow-red.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}

@media screen and (min-width: 767px) {
  .p-contact-form__back-btn:hover {
    background-color: #ececec;
  }
}

.p-contact-form__note {
  font-size: 14px;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-form__note {
    text-align: left;
  }
}

.p-contact-form__note a {
  display: inline-block;
  color: #12A1E9;
  text-decoration: underline;
}

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

.p-cta__lead p {
  color: #12A1E9;
  font-size: 24px;
  text-align: center;
  padding-right: 140px;
  padding-left: 140px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-cta__lead p {
    font-size: 20px;
    padding-right: 26px;
    padding-left: 26px;
  }
}

.p-cta__lead p::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #12A1E9;
  -webkit-transform: rotate(63deg);
          transform: rotate(63deg);
  position: absolute;
  bottom: 22px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-cta__lead p::before {
    left: -12px;
  }
}

.p-cta__lead p::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #12A1E9;
  -webkit-transform: rotate(-63deg);
          transform: rotate(-63deg);
  position: absolute;
  bottom: 22px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-cta__lead p::after {
    right: -12px;
  }
}

.p-cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-cta__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 600px;
    margin-inline: auto;
    margin-top: 33px;
  }
}

.p-cta__body {
  width: 50%;
  padding: 58px 54px;
  background: url(../images/cta-bg.jpg) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta__body {
    width: 100%;
    min-height: 190px;
    padding: 20px 10px;
  }
}

.p-cta__body::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
}

.p-cta__title {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-cta__text {
  font-size: 16px;
  line-height: 1.875;
  position: relative;
  z-index: 2;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    text-align: center;
  }
}

.p-cta__link {
  width: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#3FBAFF), to(#2D65DC));
  background: linear-gradient(to right, #3FBAFF, #2D65DC);
  border: 1px solid #12A1E9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-cta__link {
    width: 100%;
    height: 240px;
  }
}

.p-cta__link a {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.p-cta__link a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 15px;
  background: url(../images/icon-arrow-wht.svg) no-repeat center center/contain;
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-cta__link a::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
  position: absolute;
  top: 1px;
  left: 1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-cta__link a span {
  color: #fff;
  font-size: 20px;
  line-height: 1.75;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 3;
}

.p-cta__link .en {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-cta__link .en::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 32px;
  background: url(../images/icon-mail.svg) no-repeat center center/contain;
  margin-bottom: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 767px) {
  .p-cta__link a:hover::before {
    background: url(../images/icon-arrow-blue.svg) no-repeat center center/contain;
  }
}

@media screen and (min-width: 767px) {
  .p-cta__link a:hover span {
    color: #12A1E9;
  }
}

@media screen and (min-width: 767px) {
  .p-cta__link a:hover .en::before {
    background: url(../images/icon-mail-blue.svg) no-repeat center center/contain;
  }
}

@media screen and (min-width: 767px) {
  .p-cta__link a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.p-drawer {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #F6F6F6;
}

.p-drawer__inner {
  height: inherit;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-y: auto;
}

.p-drawer.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-drawer__body {
  display: block;
}

.p-drawer__nav {
  margin-top: 92px;
  padding-bottom: 40px;
  max-width: 600px;
  margin-inline: auto;
}

.p-drawer__nav-item {
  position: relative;
  border-bottom: 1px solid #E4E4E4;
}

.p-drawer__nav-item::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../images/icon-arrow-gry.svg) no-repeat center center/contain;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  top: 24px;
  right: 0;
}

.p-drawer__nav-item > a {
  display: block;
  font-size: 16px;
  line-height: 1.875;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}

.p-drawer__nav-item a::after {
  content: attr(data-en);
  color: #12A1E9;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 2.9166666667;
  text-transform: uppercase;
  margin-left: 12px;
}

.p-drawer__sub-nav {
  padding-left: 16px;
}

.p-drawer__sub-nav-item a {
  display: block;
  font-size: 14px;
}

.p-drawer__nav-item:has(.p-drawer__sub-nav) a {
  padding-bottom: 0;
}

.p-drawer__foot {
  background-color: #333333;
  width: 100%;
  position: relative;
  padding-top: 40px;
  padding-bottom: 50px;
  margin-top: auto;
}

.p-drawer__foot::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 7px;
  background: -webkit-gradient(linear, left top, right top, from(#3FBAFF), to(#2D65DC));
  background: linear-gradient(to right, #3FBAFF, #2D65DC);
  position: absolute;
  top: 0;
  left: 0;
}

.p-drawer__foot::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 7px;
  background: -webkit-gradient(linear, left top, right top, from(#3FBAFF), to(#2D65DC));
  background: linear-gradient(to right, #3FBAFF, #2D65DC);
  position: absolute;
  left: 0;
  bottom: 0;
}

.p-drawer__foot-logo {
  max-width: 330px;
  margin-inline: auto;
}

.p-drawer__foot-logo img {
  width: 100%;
  height: auto;
}

.p-drawer__access {
  margin-top: 20px;
  max-width: 600px;
  margin-inline: auto;
}

.p-drawer__access-item {
  position: relative;
  padding-left: 18px;
}

.p-drawer__access-item::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 14px;
  height: 17px;
  background: url(../images/icon-location.svg) no-repeat center center/contain;
  position: absolute;
  top: 2px;
  left: 0;
}

.p-drawer__access-item:nth-child(n+2) {
  margin-top: 20px;
}

.p-drawer__access-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-size: 14px;
}

.p-drawer__access-title a {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1.4285714286;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-drawer__access-title a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/icon-link-wht.svg) no-repeat center center/contain;
  margin-left: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 767px) {
  .p-drawer__access-title a:hover {
    color: #12A1E9;
  }
}

@media screen and (min-width: 767px) {
  .p-drawer__access-title a:hover::after {
    background: url(../images/icon-link-blue.svg) no-repeat center center/contain;
  }
}

.p-drawer__access-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.4285714286;
  margin-top: 10px;
}

.p-drawer__sns {
  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: 20px;
  margin-top: 40px;
}

.p-drawer__sns-text {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.p-drawer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.p-drawer__sns-item a {
  display: block;
  width: 29px;
}

.p-drawer__sns-item a img {
  width: 100%;
  height: auto;
}

.p-drawer__copy {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 40px;
}

.p-footer {
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #333333;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 45px;
  }
}

.p-footer::before {
  content: "";
  width: 100%;
  height: 7px;
  background: -webkit-gradient(linear, left top, right top, from(#3FBAFF), to(#2D65DC));
  background: linear-gradient(to right, #3FBAFF, #2D65DC);
  position: absolute;
  top: 0;
  left: 0;
}

.p-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footer__wrap {
    display: block;
  }
}

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

.p-footer__logo {
  width: 378px;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 100%;
    max-width: 335px;
    margin-inline: auto;
  }
}

.p-footer__logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 767px) {
  .p-footer__logo a:hover {
    opacity: 0.7;
  }
}

.p-footer__logo a img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__access {
  margin-top: 24px;
  max-width: 365px;
}
@media screen and (max-width: 767px) {
  .p-footer__access {
    max-width: 400px;
    margin-inline: auto;
    margin-top: 30px;
    padding-right: 10px;
  }
}

.p-footer__access-item:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-footer__access-item:nth-child(n+2) {
    margin-top: 23px;
  }
}

.p-footer__access-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-footer__access-title p {
  color: #fff;
  font-size: 14px;
  line-height: 1.4285714286;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-footer__access-title a {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1.4285714286;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 767px) {
  .p-footer__access-title a:hover {
    color: #12A1E9;
  }
}

.p-footer__access-title a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/icon-link-wht.svg) no-repeat center center/contain;
  margin-left: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 767px) {
  .p-footer__access-title a:hover::after {
    background: url(../images/icon-link-blue.svg) no-repeat center center/contain;
  }
}

.p-footer__access-title p::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url(../images/icon-location.svg) no-repeat center center/contain;
  margin-right: 6px;
}

.p-footer__access-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.4285714286;
  margin-top: 8px;
  padding-left: 20px;
}

.p-footer__content {
  width: 44.5454545455%;
  margin-left: auto;
  min-width: 455px;
}
@media screen and (max-width: 1110px) {
  .p-footer__content {
    min-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content {
    width: 100%;
    margin-top: 35px;
    border-top: 1px solid #fff;
    padding-top: 30px;
  }
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: 47px;
}
@media screen and (max-width: 1110px) {
  .p-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    max-width: 400px;
    margin-inline: auto;
    padding-left: 50px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 1110px) {
  .p-footer__nav-list:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav-list:nth-child(n+2) {
    margin-top: 20px;
  }
}

.p-footer__nav-item:nth-child(n+2) {
  margin-top: 20px;
}

.p-footer__nav-list a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 1.8125;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 767px) {
  .p-footer__nav-list a:hover {
    opacity: 0.7;
  }
}

.p-footer__nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #F6F6F6;
}

.p-footer__nav-item > a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #12A1E9;
  border-radius: 50%;
  margin-right: 20px;
}

.p-footer__suv-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
  margin-top: 10px;
}

.p-footer__suv-nav-item > span {
  display: inline;
  color: #fff;
  font-size: 14px;
}

.p-footer__suv-nav-item > span > a {
  color: #fff;
  display: inline;
  font-size: 14px;
}

.p-footer__suv-nav-item span::before {
  content: "- ";
  color: #fff;
}

.p-footer__link {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .p-footer__link {
    margin-top: 40px;
    max-width: 340px;
    margin-inline: auto;
  }
}

.p-footer__link a {
  background-color: #fff;
  padding: 16px 98px 12px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 1110px) {
  .p-footer__link a {
    padding: 16px 50px 12px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__link a {
    padding: 14px 20px 14px 20px;
  }
}

.p-footer__link a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/icon-linlk-gry.svg) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
@media screen and (min-width: 767px) {
  .p-footer__link a:hover {
    opacity: 0.7;
  }
}

.p-footer__link-logo {
  width: 96px;
}
@media screen and (max-width: 767px) {
  .p-footer__link-logo {
    width: 100px;
  }
}

.p-footer__link-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__link-text {
  font-size: 14px;
  color: #8B898A;
  text-decoration: underline;
  padding-left: 20px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__link-text {
    margin-left: 30px;
  }
}
.p-footer__link-text span {
  text-decoration: underline;
}

.p-footer__privacymark {
  margin-top: 40px;
  margin-bottom: -20px;
  padding: 15px;
  width: 98px;
  background-color: #fff;
}
.p-footer__privacymark a {
  display: block;
}
.p-footer__privacymark a img {
  display: block;
  width: 100%;
  height: auto;
}

.p-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0px;
/*   margin-top: 66px; */
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
/*     margin-top: 70px; */
  }
}

.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-footer__sns-text {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.p-footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-left: 17px;
}
@media screen and (max-width: 767px) {
  .p-footer__sns-list {
    margin-left: 16px;
  }
}

.p-footer__sns-item {
  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-footer__sns-item a {
  display: inline-block;
  width: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 767px) {
  .p-footer__sns-item a:hover {
    opacity: 0.7;
  }
}

.p-footer__copy {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 8px;
}

.p-footer__pagetop {
  width: 59px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 767px) {
  .p-footer__pagetop:hover {
    opacity: 0.7;
  }
}

.p-footer__pagetop img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-fv {
  height: 234px;
  background: url(../images/fv-news.jpg) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv {
    height: 200px;
    background: url(../images/fv-news_sp.jpg) no-repeat center center/cover;
  }
}

.p-fv--partner {
  background: url(../images/fv-partner.jpg) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv--partner {
    background: url(../images/fv-partner_sp.jpg) no-repeat center center/cover;
  }
}

.p-fv::after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background: -webkit-gradient(linear, left top, right top, from(#3FBAFF), to(#2D65DC));
  background: linear-gradient(to right, #3FBAFF, #2D65DC);
  position: absolute;
  bottom: 0;
  left: 0;
}

.pv__title {
  padding-top: 113px;
}
@media screen and (max-width: 767px) {
  .pv__title {
    padding-top: 101px;
  }
}

.p-header {
  height: 70px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
@media screen and (max-width: 1110px) {
  .p-header {
    height: 60px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.p-header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
}
@media screen and (max-width: 1110px) {
  .p-header__inner {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
    padding-right: 0;
    padding-left: 10px;
  }
}

.p-header__logo {
  height: inherit;
  width: clamp(14.313rem, -13.248rem + 36.75vw - 2rem, 18.125rem - 2rem);
}

.p-header__logo a {
  display: block;
  height: inherit;
  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-header__logo img {
  width: 100%;
  height: auto;
}

.p-header__body {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

.p-header__nav {
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1110px) {
  .p-header__nav {
    display: none;
  }
}

@media screen and (max-width: 1110px) {
  .p-header__nav::after {
    content: "";
    width: 100%;
    height: 7px;
    background: -webkit-gradient(linear, left top, right top, from(#3FBAFF), to(#2D65DC));
    background: linear-gradient(to right, #3FBAFF, #2D65DC);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.p-header__nav-inner {
  height: inherit;
}
@media screen and (max-width: 1110px) {
  .p-header__nav-inner {
    padding-top: 92px;
    padding-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
    max-height: 100vh;
    overflow-y: auto;
  }
}

.p-header__nav.open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.p-header__nav-list {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1110px) {
  .p-header__nav-list {
    -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-header__nav-item {
  height: inherit;
  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;
  position: relative;
}
@media screen and (max-width: 1110px) {
  .p-header__nav-item {
    height: auto;
    height: initial;
    display: block;
    width: 100%;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 4px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-header__nav-item > a {
  display: inline-block;
  height: inherit;
  font-size: clamp(0.813rem, 0.361rem + 0.6vw, 0.875rem);
  font-weight: 500;
  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;
  padding: 12px 8px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1110px) {
  .p-header__nav-item > a {
    font-size: 16px;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding: 12px 12px 6px 12px;
  }
}

.p-header__nav-item > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #12A1E9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

@media screen and (min-width: 1110px) {
  .p-header__nav-item > a:hover {
    color: #12A1E9;
  }
}

@media screen and (min-width: 1110px) {
  .p-header__nav-item > a:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media screen and (max-width: 1110px) {
  .p-header__nav-item > a::after {
    content: attr(data-en);
    color: #12A1E9;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin-left: 12px;
    text-transform: uppercase;
    line-height: 2.4;
    letter-spacing: 0.05em;
  }
}

.p-header__nav-item--sp {
  display: none;
}
@media screen and (max-width: 1110px) {
  .p-header__nav-item--sp {
    display: block;
  }
}

.p-header__sub-nav {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1110px) {
  .p-header__nav-item:hover .p-header__sub-nav {
    opacity: 1;
    visibility: visible;
  }
}

.p-header__suv-nav-item a {
  display: inline-block;
  font-size: 14px;
  padding: 16px 20px 16px 20px;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 1110px) {
  .p-header__suv-nav-item a {
    display: none;
  }
}

.p-header__cta {
  height: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8px;
}

@media screen and (max-width: 1110px) {
  .p-header__cta--pc {
    display: none;
  }
}

.p-header__cta--sp {
  display: none;
}
@media screen and (max-width: 1110px) {
  .p-header__cta--sp {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.p-header__hamburger-btn {
  display: none;
}
@media screen and (max-width: 1110px) {
  .p-header__hamburger-btn {
    width: 60px;
    height: 60px;
    padding: 0 16px;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__hamburger-btn span {
  width: 27px;
  height: 2px;
  background-color: #254353;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__hamburger-btn span:nth-child(2) {
  margin-top: 7px;
  margin-bottom: 7px;
}

.p-header__hamburger-btn.open span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}

.p-header__hamburger-btn.open span:nth-child(2) {
  opacity: 0;
}

.p-header__hamburger-btn.open span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

.p-mv {
  height: 100vh;
  width: 100%;
  position: relative;
  background-color: #fff;
  min-height: 600px;
}
@media screen and (max-width: 767px) {
  .p-mv {
    max-height: 600px;
    min-height: 570px;
    padding-top: 118px;
  }
}

.p-mv::after {
  content: "";
  width: 100%;
  height: 7px;
  background: -webkit-gradient(linear, left top, right top, from(#3FBAFF), to(#2D65DC));
  background: linear-gradient(to right, #3FBAFF, #2D65DC);
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-mv__inner {
  height: inherit;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    display: block;
    height: initial;
  }
}
@media screen and (max-width: 630px) {
  .p-mv__inner {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.p-mv__body {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-mv__body {
    padding-top: 25px;
  }
}

.p-mv__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.p-mv__title {
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 60px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.08)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, .08));
          filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, .08));
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: left;
    margin-inline: auto;
    padding-right: 1.25rem;
    padding-left: 0.625rem;
    max-width: 400px;
    margin-inline: auto;
  }
}

.p-mv__title .blue {
  color: #12A1E9;
  -webkit-filter: none;
          filter: none;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, .75);
  border: 1px solid #fff;
  padding: 6px 21px 5px 28px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-mv__title .blue {
    font-size: 2.75rem;
    padding: 4px 19px 2px 20px;
  }
}

.p-mv__title span {
  display: inline-block;
}

.p-mv__lead {
  color: #12A1E9;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #fff;
  margin-top: 18px;
  padding: 3px 0;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-mv__lead {
    font-size: 14px;
    padding: 8px 15px;
    width: 100%;
    margin-top: 22px;
  }
}
@media screen and (max-width: 430px) {
  .p-mv__lead {
    text-align: left;
  }
}

.p-mv__lead span {
  display: inline-block;
}
@media screen and (max-width: 630px) {
  .p-mv__lead span {
    max-width: 330px;
  }
}

.p-mv__scroll {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  position: absolute;
  bottom: 50px;
  left: -10px;
}
@media screen and (max-width: 1190px) {
  .p-mv__scroll {
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__scroll {
    position: relative;
    bottom: auto;
    bottom: initial;
    left: auto;
    left: initial;
    margin-left: auto;
    margin-right: 20px;
    padding-top: 20px;
  }
}

/* 線の描写 */
.p-mv__scroll::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 100%;
  left: 50%;
  /*線の形状*/
  width: 1px;
  height: 50px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: calc(100% + 70px);
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: calc(100% + 70px);
    opacity: 0;
  }
}
.p-news-archive__list {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-news-archive__list {
    margin-top: 22px;
  }
}

.p-news-single__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1110px) {
  .p-news-single__share-btn {
    margin-left: auto;
  }
}

.p-news-single__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}

.p-news-single__tags {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}

.p-news-single__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4583333333;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-news-single__title {
    font-size: 20px;
    line-height: 1.75;
  }
}

.p-news-single__img {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-news-single__img {
    margin-top: 10px;
  }
}

.p-news-single__img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.p-news-single__meta {
  font-family: "Roboto", sans-serif;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  margin-top: 12px;
}

.p-news-single__body {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-news-single__body {
    margin-top: 24px;
  }
}

.p-news-single__bottom {
  margin-top: 120px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-news-single__bottom {
    margin-top: 50px;
  }
}

.p-news-single__bottom-text {
  font-size: 14px;
  line-height: 1.7857142857;
  margin-bottom: 16px;
}

.p-news-single__pagination {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-news-single__pagination {
    margin-top: 30px;
  }
}

.a2a_label {
  left: 0;
  top: 0;
}

.p-not-found {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-not-found {
    margin-top: 48px;
  }
}

.p-not-found__img {
  width: 243px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-not-found__img {
    width: 212px;
  }
}

.p-not-found__img img {
  width: 100%;
}

.p-not-found__lead {
  color: #12A1E9;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-not-found__lead {
    font-size: 20px;
    line-height: 1.75;
    margin-top: 30px;
  }
}

.p-not-found__text {
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
  margin-top: 20px;
}
.p-not-found__link {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-not-found__link {
    margin-top: 44px;
  }
}

.p-not-found__link a {
  color: #333333;
  font-size: 14px;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}
@media screen and (min-width: 767px) {
  .p-not-found__link a:hover {
    color: #12A1E9;
  }
}

/* ページネーションコンテナのスタイル */
.p-pagination {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 中央揃え */
  padding: 0;
}

/* 各ページネーションアイテムのスタイル */
.p-pagination li {
  margin: 0 2px;
}

/* リンクのスタイル */
.p-pagination li span,
.p-pagination li a {
  color: #12A1E9;
  font-size: 16px;
  padding: 5px 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 35px;
  height: 35px;
  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-pagination li .page-numbers {
  border: 1px solid #12A1E9;
}

.p-pagination li .page-numbers.next,
.p-pagination li .page-numbers.prev,
.p-pagination li .page-numbers.dots {
  border: none;
}

@media screen and (max-width: 767px) {
  .p-pagination li .prev .prev-link,
  .p-pagination li .prev .next-link {
    padding-left: 0;
    padding-right: 0;
    width: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-pagination li .prev,
  .p-pagination li .next {
    padding-left: 0;
    padding-right: 0;
    width: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-pagination li .page-numbers.dots {
    padding-left: 0;
    padding-right: 0;
    width: 20px;
  }
}

.p-pagination li .page-numbers.dots {
  color: #D1D1D1;
}

.p-pagination li .page-numbers.current {
  color: #fff;
  background-color: #12A1E9;
}

/* ホバー時のリンクスタイル */
@media screen and (min-width: 767px) {
  .p-pagination li a:hover {
    opacity: 0.7;
  }
}

/* 最初へのリンクの疑似要素 */
.first-page-link::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/icon-arrow-w.svg) no-repeat center center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-pagination .last-page-link,
.p-pagination .first-page-link {
  border: none;
}

.last-page-link::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/icon-arrow-w.svg) no-repeat center center/contain;
}

/* 前へのリンクの疑似要素 */
.prev-link::before {
  content: "";
  display: inline-block;
  background: url(../images/icon-arrow-s.svg) no-repeat center center/contain;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* 次へのリンクの疑似要素 */
.next-link::before {
  content: "";
  display: inline-block;
  background: url(../images/icon-arrow-s.svg) no-repeat center center/contain;
  width: 12px;
  height: 12px;
}

/* 前へリンクのテキストを非表示にする */
.p-pagination .prev-link {
  font-size: 0;
}

/* 次へリンクのテキストを非表示にする */
.p-pagination .next-link {
  font-size: 0;
}

.p-partner {
  position: relative;
  overflow-x: hidden;
}

.p-partner__content {
  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) {
  .p-partner__content {
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-partner__content::before {
    content: "";
    display: inline-block;
    width: 405px;
    height: 181px;
    background: url(../images/partner-deco.png) no-repeat center center/contain;
    position: absolute;
    bottom: 50px;
    left: -135px;
    -webkit-transform: rotate(-9deg);
            transform: rotate(-9deg);
  }
}

.p-partner__body {
  width: 54.4545454545%;
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-partner__body {
    width: 100%;
    padding-top: 0;
  }
}

.p-partner__lead p {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#3FBAFF), to(#2D65DC));
  background: linear-gradient(to right, #3FBAFF, #2D65DC);
  padding-left: 20px;
  padding-bottom: 2px;
  display: inline-block;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
@media screen and (max-width: 1110px) {
  .p-partner__lead p {
    background: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-partner__lead p {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    font-size: 24px;
  }
}

@media screen and (max-width: 1110px) {
  .p-partner__lead p span {
    background: -webkit-gradient(linear, left top, right top, from(#3FBAFF), to(#2D65DC));
    background: linear-gradient(to right, #3FBAFF, #2D65DC);
    padding: 4px 12px 4px 20px;
  }
}

@media screen and (max-width: 1110px) {
  .p-partner__lead p span:nth-child(n+2) {
    margin-top: 10px;
  }
}

.p-partner__lead02 {
  color: #12A1E9;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4583333333;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-partner__lead02 {
    margin-top: 26px;
    font-size: 20px;
    line-height: 1.75;
  }
}

.p-partner__text {
  font-size: 16px;
  line-height: 2.1875;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-partner__text {
    margin-top: 16px;
  }
}

.p-partner__images {
  width: 42.5454545455%;
  margin-right: -53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1110px) {
  .p-partner__images {
    width: 45%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-partner__images {
    width: 88%;
    margin-left: auto;
    margin-right: -20px;
    margin-top: 20px;
  }
}

.p-partner__image01 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-partner__image01 {
    margin-top: 20px;
  }
}

.p-partner__image01 img,
.p-partner__image02 img {
  aspect-ratio: 234/447;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-partner__image01 img,
  .p-partner__image02 img {
    aspect-ratio: 142/264;
  }
}

.p-partner__contact {
  margin-top: 66px;
}

.p-sidebar__category-list {
  padding-top: 8px;
  padding-left: 16px;
}

.p-sidebar__category-item {
  border-bottom: 1px solid #E4E4E4;
}

.p-sidebar__category-item a {
  display: block;
  font-size: 16px;
  line-height: 1.875;
  padding: 5px 0;
  position: relative;
}

.p-sidebar__category-item a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/icon-arrow02-blue.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 767px) {
  .p-sidebar__category-item a:hover::after {
    right: 0;
  }
}

.p-sidebar__recommended {
  margin-top: 32px;
}

.p-sidebar__recommended-list {
  margin-top: 16px;
}

.p-sidebar__recommended-item {
  padding-top: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid #E4E4E4;
}

.p-sidebar__recommended-item:first-child {
  padding-top: 0;
}

.p-sidebar__recommended-item a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 767px) {
  .p-sidebar__recommended-item a:hover {
    opacity: 0.7;
  }
}

.p-sidebar__recommended-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-sidebar__recommended-time {
  font-family: "Roboto", sans-serif;
  color: #12A1E9;
  font-size: 14px;
}

.p-sidebar__recommended-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-left: 8px;
}

.p-sidebar__recommended-title {
  font-size: 12px;
  line-height: 2.0833333333;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 制限したい行数が3の場合 */
  overflow: hidden;
}

.p-sidebar__tags {
  background-color: #F6F6F6;
  margin-top: 32px;
  padding: 10px 20px 23px 10px;
}

.p-sidebar__tags-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  text-align: center;
}

.p-sidebar__tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}

.p-sidebar__tags-item a {
  display: inline-block;
  color: #8B898A;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border-radius: 13px;
  padding: 2px 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 767px) {
  .p-sidebar__tags-item a:hover {
    opacity: 0.7;
  }
}

.p-single-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 334px;
  margin-inline: auto;
  position: relative;
}

.p-single-pagination__back {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-single-pagination a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 767px) {
  .p-single-pagination__back a:hover,
  .p-single-pagination__next a:hover,
  .p-single-pagination__prev a:hover {
    opacity: 0.7;
  }
}

.p-single-pagination__back a {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: underline;
}

.p-single-pagination__prev a,
.p-single-pagination__next a {
  color: #12A1E9;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}

.p-single-pagination__prev a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/icon-arrow02-blue.svg) no-repeat center center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 20px;
}

.p-single-pagination__next a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/icon-arrow02-blue.svg) no-repeat center center/contain;
  margin-left: 20px;
}

.p-top-about {
  padding-top: 100px;
  padding-bottom: 90px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-about {
    padding-top: 56px;
    padding-bottom: 40px;
  }
}

.p-top-about::before {
  content: "";
  position: absolute;
  width: 366px;
  height: 189px;
  background: url(../images/top-about-bg01.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-about::before {
    width: 256px;
    height: 132px;
  }
}

.p-top-about::after {
  content: "";
  position: absolute;
  width: 394px;
  height: 194px;
  background: url(../images/top-about-bg02.png) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-about::after {
    width: 283px;
    height: 176px;
  }
}

.p-top-about__wrap {
  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) {
  .p-top-about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top-about__body {
  width: 46.3636363636%;
  min-width: 320px;
}
@media screen and (max-width: 767px) {
  .p-top-about__body {
    width: 100%;
    display: contents;
  }
}

.p-top-about__lead {
  font-size: 24px;
  color: #12A1E9;
  font-weight: 500;
  line-height: 1.4583333333;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .p-top-about__lead {
    font-size: 20px;
    line-height: 1.75;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-top-about__lead span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-top-about__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-top-about__text {
  font-size: 16px;
  line-height: 2.1875;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-about__text {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.p-top-about__img {
  margin-right: calc(50% - 50vw);
  margin-left: 6%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-top-about__img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px;
  }
}

.p-top-about__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 469px;
}
@media screen and (max-width: 767px) {
  .p-top-about__img img {
    aspect-ratio: 335/220;
    height: auto;
    min-height: 0;
  }
}

.p-top-business {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../images/top-business-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-top-business {
    padding-top: 60px;
    padding-bottom: 46px;
  }
}

.p-top-business__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-business__cards {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-inline: auto;
    margin-top: 48px;
  }
}

.p-top-business__mission {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .p-top-business__mission {
    margin-top: 45px;
  }
}

.p-top-business__vision {
  margin-top: 63px;
}
@media screen and (max-width: 767px) {
  .p-top-business__vision {
    margin-top: 32px;
  }
}

.p-top-company {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../images/top-company-bg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .p-top-company {
    padding-top: 47px;
    padding-bottom: 40px;
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .p-top-company__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-top-company::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: url(../images/top-company-bg.jpg) no-repeat;
  background-size: cover;
  content: "";
}

.p-top-company__list {
  margin-top: 43px;
}
@media screen and (max-width: 767px) {
  .p-top-company__list {
    max-width: 650px;
    margin-inline: auto;
  }
}

.p-top-contact {
  padding-top: 120px;
  padding-bottom: 108px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-contact {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

.p-top-contact__inner {
  position: relative;
  z-index: 3;
}

.p-top-contact::before {
  content: "";
  position: absolute;
  width: 366px;
  height: 189px;
  background: url(../images/top-about-bg01.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-contact::before {
    width: 256px;
    height: 132px;
  }
}

.p-top-contact::after {
  content: "";
  position: absolute;
  width: 405px;
  height: 252px;
  background: url(../images/top-contact-bg02.png) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-contact::after {
    width: 283px;
    height: 176px;
  }
}

.p-top-contact__form {
  margin-top: 62px;
  max-width: 927px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-contact__form {
    margin-top: 40px;
  }
}

.p-top-feature {
  padding-bottom: 64px;
  border-top: 7px solid;
  border-bottom: 7px solid;
  background: url(../images/top-feature-bg.jpg) no-repeat center center/cover;
  -o-border-image: linear-gradient(to right, #3FBAFF, #2D65DC) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#3FBAFF), to(#2D65DC)) 1;
     border-image: linear-gradient(to right, #3FBAFF, #2D65DC) 1;
}
@media screen and (max-width: 767px) {
  .p-top-feature {
    padding-bottom: 30px;
    -o-border-image: linear-gradient(to right, rgb(58, 156, 243), rgb(53, 130, 232)) 1;
       border-image: -webkit-gradient(linear, left top, right top, from(rgb(58, 156, 243)), to(rgb(53, 130, 232))) 1;
       border-image: linear-gradient(to right, rgb(58, 156, 243), rgb(53, 130, 232)) 1;
  }
}

.p-top-feature__head {
  text-align: center;
}

.p-top-feature__title {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(rgb(58, 156, 243)), to(rgb(53, 130, 232)));
  background: linear-gradient(to right, rgb(58, 156, 243), rgb(53, 130, 232));
  padding: 3px 20px 10px;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-feature__title {
    font-size: 20px;
    padding: 6px 5px 13px;
    margin: 0 -5px;
  }
}

.p-top-feature__title .large {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .p-top-feature__title .large {
    font-size: 24px;
  }
}

.p-top-feature__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-top-feature__cards {
    grid-template-columns: 1fr;
    row-gap: 15px;
    max-width: 500px;
    margin-inline: auto;
    margin-top: 36px;
  }
}

.p-top-news {
  padding-top: 95px;
  padding-bottom: 95px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    padding-top: 49px;
    padding-bottom: 40px;
  }
}

.p-top-news__wrap {
  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) {
  .p-top-news__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top-news__content {
  width: 24.5454545455%;
  min-width: 270px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-news__content {
    width: 100%;
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-top-news__btn {
  margin-top: 67px;
}
@media screen and (max-width: 767px) {
  .p-top-news__btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
    margin-top: 34px;
  }
}

.p-top-news__list {
  width: 71.3636363636%;
}
@media screen and (max-width: 767px) {
  .p-top-news__list {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
}

.p-top-news__list-item {
  border-bottom: 1px solid #E4E4E4;
  position: relative;
}

.p-top-news__list-item:first-child .p-top-news__list-link::before {
  top: 30%;
}
@media screen and (max-width: 767px) {
  .p-top-news__list-item:first-child .p-top-news__list-link::before {
    top: 57%;
  }
}

.p-top-news__list-item:first-child .p-top-news__list-link {
  padding-top: 0;
}

.p-top-news__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 75px 15px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-news__list-link {
    display: block;
    padding: 12px 45px 12px 0;
  }
}

.p-top-news__list-link::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/icon-arrow02-blue.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-news__list-link::before {
    right: 8px;
    top: 66%;
  }
}

@media screen and (min-width: 767px) {
  .p-top-news__list-link:hover::before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 30px;
  }
}

.p-top-news__list-meta {
  font-family: "Roboto", sans-serif;
  color: #12A1E9;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4285714286;
  min-width: 85px;
}

.p-top-news__list-title {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-news__list-title {
    -webkit-line-clamp: 2;
    margin-top: 8px;
  }
}

.p-top-recruit {
  position: relative;
  padding-top: 80px;
  padding-bottom: 108px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-recruit {
    padding-top: 60px;
    padding-bottom: 48px;
  }
}

.p-top-recruit__inner {
  position: relative;
  z-index: 3;
}

.p-top-recruit::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 170px);
  background-color: #F6F6F6;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-recruit::before {
    height: calc(100% - 130px);
  }
}

.p-top-recruit__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__head {
    display: block;
  }
}

.p-top-recruit__title {
  min-width: 22.7272727273%;
  margin-top: 185px;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__title {
    margin-top: 0;
  }
}

.p-top-recruit__content {
  width: calc(50vw + 306px);
  margin-right: calc(50% - 50vw);
  background: url(../images/top-recruit.jpg) no-repeat center center/cover;
  padding: 30px 59px;
  min-height: 306px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__content {
    width: calc(100vw - 20px);
    min-height: 193px;
    padding: 18px 20px;
    margin-top: 24px;
  }
}

.p-top-recruit__text {
  color: #fff;
  font-size: 16px;
  line-height: 2.1875;
  margin-top: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__text {
    font-size: 14px;
    line-height: 1.7857142857;
  }
}

.p-top-recruit__body {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__body {
    margin-top: 20px;
  }
}

.p-top-recruit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 42px;
  padding-left: 32px;
  padding-right: 28px;
  border-bottom: 1px solid #E4E4E4;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__item {
    padding-bottom: 24px;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-top-recruit__item:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.p-top-recruit__item-body {
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__item-body {
    margin-right: 0;
  }
}

.p-top-recruit__item-title {
  font-size: 18px;
  color: #12A1E9;
  line-height: 1.9444444444;
  font-weight: 400;
}

.p-top-recruit__item-text {
  font-size: 14px;
  line-height: 1.7857142857;
  margin-top: 9px;
}

.p-top-recruit__item-btn {
  padding-top: 9px;
  min-width: 250px;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__item-btn {
    text-align: center;
    margin-top: 20px;
    padding-top: 0;
    min-width: 0;
  }
}

.p-top-value {
  padding-top: 60px;
  padding-bottom: 85px;
  background: url(../images/top-value-bg-pc.jpg) no-repeat center center/cover;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .25);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .25);
}
@media screen and (max-width: 767px) {
  .p-top-value {
    padding-top: 27px;
    padding-bottom: 40px;
    background: url(../images/top-value-bg-sp.jpg) no-repeat center center/cover;
  }
}

.p-top-value__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 998px;
  margin-inline: auto;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-top-value__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

.p-top-value__list {
  margin-top: 0;
  margin-bottom: 0;
  width: 47.1943887776%;
}
@media screen and (max-width: 767px) {
  .p-top-value__list {
    width: 100%;
  }
}

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

.p-top-value__item:nth-child(n+2) {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-top-value__item:nth-child(n+2) {
    margin-top: 17px;
  }
}

.p-top-value__item-title {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9444444444;
}

.p-top-value__item-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.875;
  margin-top: 8px;
}

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

カード群のアニメーション .js-fadeup-card01,
.js-fadeup-card02,
.js-scrolldown {
  opacity: 0;
  visibility: hidden;
}

.js-mv-img {
  opacity: 0;
}

.wipeAnimation01,
.wipeAnimation02,
.js-partner-anim01 {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.wipeAnimation03,
.js-partner-anim02,
.js-partner-anim03,
.js-partner-anim04 {
  opacity: 0;
}

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

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