@charset "UTF-8";
/* リキッドレイアウト対応 */
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

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

@media (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #3b454e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
dl,
dt,
dd {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}

/* pcの電話番号発信対応 */
/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

/* Set core root defaults */
/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* ------------------------------------------------
l-header
--------------------------------------------------- */
.l-header {
  position: fixed;
  top: 32px;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  width: 100%;
  z-index: 900;
}
@media screen and (max-width: 767px) {
  .l-header {
    top: 0.875rem;
  }
}

.l-inner {
  max-width: 1260px;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* --------------------------------
l-main
----------------------------------- */
.l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

/* --------------------------------
l-wrapper
----------------------------------- */
.l-wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* ------------------------------------------------
c-btn
--------------------------------------------------- */
.c-btn {
  display: inline-block;
  text-align: center;
  border-radius: 1.875rem;
  font-size: 14px;
  font-size: 0.875rem;
  padding-block: 7.5px 8.5px;
  padding-block: 0.46875rem 0.53125rem;
  padding-inline: 18px 36px;
  padding-inline: 1.125rem 2.25rem;
  border-radius: 1.125rem;
  background-color: #54c1e0;
  border: 2px solid #54c1e0;
  border: 0.125rem solid #54c1e0;
  color: #fff;
  min-width: 130px;
  min-width: 8.125rem;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.c-btn--blue {
  background-color: #1955a5;
  border: 2px solid #1955a5;
  border: 0.125rem solid #1955a5;
  color: #fff;
}

.c-btn--link::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 12px;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  -webkit-mask-image: url(../images/common/icon_link.svg);
          mask-image: url(../images/common/icon_link.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.c-btn--contact::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 12px;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  -webkit-mask-image: url(../images/common/icon_plane.svg);
          mask-image: url(../images/common/icon_plane.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media (any-hover: hover) {
  .c-btn:hover {
    background-color: #fff;
    color: #54c1e0;
  }
  .c-btn--blue:hover {
    background-color: #fff;
    color: #1955a5;
  }
  .c-btn--link:hover::after {
    background-color: #54c1e0;
  }
  .c-btn--contact:hover::after {
    background-color: #1955a5;
  }
}
/* ------------------------------------------------
c-double-color-btn
--------------------------------------------------- */
.c-double-color-btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  padding-block: 15px;
  padding-block: 0.9375rem;
  padding-right: 18px;
  padding-right: 1.125rem;
  min-width: 145px;
  min-width: 9.0625rem;
  border-radius: 1.3125rem;
  background-color: #54c1e0;
  color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .c-double-color-btn {
    font-size: 0.8125rem;
    padding-block: 0.8125rem 0.875rem;
    padding-right: 1rem;
    min-width: 7.875rem;
  }
}

.c-double-color-btn span {
  position: relative;
}

.c-double-color-btn::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - 1.6875rem);
  height: 100%;
  background-color: #1955a5;
}

.c-double-color-btn::after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  right: 11px;
  right: 0.6875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  width: 0.375rem;
  height: 8px;
  height: 0.5rem;
  background-image: url(../images/common/arrow_right-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.c-double-color-btn--lg {
  min-width: 301px;
  min-width: 18.8125rem;
  padding-block: 24px;
  padding-block: 1.5rem;
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-double-color-btn--lg {
    min-width: 16.25rem;
    padding-block: 1.25rem 1.3125rem;
  }
}

.c-double-color-btn--lg span {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .c-double-color-btn--lg span {
    font-size: 0.875rem;
  }
}

.c-double-color-btn--lg::before {
  width: calc(100% - 2.125rem);
}

.c-double-color-btn--lg::after {
  right: 15px;
  right: 0.9375rem;
}

@media (any-hover: hover) {
  .c-double-color-btn:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
/* --------------------------------
c-hamburger
----------------------------------- */
.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    width: 38px;
    height: 38px;
    position: relative;
    display: block;
    z-index: 999;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0.25rem 0.1875rem 0.375rem rgba(0, 0, 0, .2);
            box-shadow: 0.25rem 0.1875rem 0.375rem rgba(0, 0, 0, .2);
  }
}

.c-hamburger span {
  position: absolute;
  display: block;
  height: 2px;
  width: 18px;
  background-color: #1955a5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-hamburger:hover {
  cursor: pointer;
}

.c-hamburger span:nth-child(1) {
  top: 36%;
}

.c-hamburger span:nth-child(3) {
  top: 64%;
}

.c-hamburger.is-step01 span:nth-child(1) {
  top: 50%;
}

.c-hamburger.is-step01 span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-step01 span:nth-child(3) {
  top: 50%;
}

.c-hamburger.is-step02 span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.c-hamburger.is-step02 span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-step02 span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.c-page-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2.0833333333;
  letter-spacing: 0.125em;
  font-weight: 500;
  text-align: center;
  color: #1955a5;
}
@media screen and (max-width: 767px) {
  .c-page-title {
    font-size: 1.25rem;
    line-height: 1.8;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    text-align: left;
  }
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-pagination__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-pagination__lists {
    position: relative;
    padding-bottom: 3.125rem;
  }
}

.c-pagination__list {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  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;
  border-radius: 62.5rem;
  background-color: #e3eff3;
  color: #1955a5;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-pagination__list {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }
}

@media (any-hover: hover) {
  .c-pagination__list:hover {
    background-color: #1955a5;
    color: #fff;
  }
}
.c-pagination__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.c-pagination__list.active {
  color: #fff;
  background-color: #1955a5;
}

.c-pagination__list--prev,
.c-pagination__list--next {
  width: 110px;
  width: 6.875rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-pagination__list--prev,
  .c-pagination__list--next {
    width: 4.6875rem;
    font-size: 0.875rem;
    position: absolute;
    content: "";
    bottom: 0;
  }
}

.c-pagination__list--prev {
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-pagination__list--prev {
    margin-right: 0;
    left: calc(50% - 5rem);
  }
}

.c-pagination__list--next {
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-pagination__list--next {
    margin-left: 0;
    right: calc(50% - 5rem);
  }
}

.c-pagination__list--prev::after,
.c-pagination__list--next::after {
  position: absolute;
  content: "";
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  width: 0.375rem;
  height: 8px;
  height: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.c-pagination__list--prev::after {
  left: 26px;
  left: 1.625rem;
  background-image: url(../images/common/arrow_left-blue.png);
}
@media screen and (max-width: 767px) {
  .c-pagination__list--prev::after {
    left: 0.9375rem;
  }
}

.c-pagination__list--next::after {
  right: 26px;
  right: 1.625rem;
  background-image: url(../images/common/arrow_right-blue.png);
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
@media screen and (max-width: 767px) {
  .c-pagination__list--next::after {
    right: 0.9375rem;
  }
}

@media (any-hover: hover) {
  .c-pagination__list--prev:hover::after {
    background-image: url(../images/common/arrow_left-white.png);
  }
  .c-pagination__list--next:hover::after {
    background-image: url(../images/common/arrow_right-white.png);
  }
}
.c-pagination__list--next a span {
  -webkit-transform: translateX(-0.75rem);
          transform: translateX(-0.75rem);
}

.c-pagination__list--prev a span {
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

.c-pagination__list--dots span {
  -webkit-transform: translateY(-0.25rem);
          transform: translateY(-0.25rem);
}

.c-title {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-title {
    margin-top: 3.125rem;
  }
}

.c-title__en {
  text-align: center;
  font-size: 54px;
  font-size: 3.375rem;
  letter-spacing: 0.025em;
  font-family: "Montserrat", sans-serif;
  color: #1955a5;
  text-transform: capitalize;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-title__en {
    font-size: 2.125rem;
  }
}

.c-title__name {
  color: #1955a5;
  position: relative;
}

.c-title__name span {
  display: block;
  line-height: 1.25;
}

.c-title__ja {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.125em;
  font-weight: 500;
  margin-top: 5px;
  margin-top: 0.3125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title__ja {
    font-size: 1rem;
  }
}

.p-404 {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding-bottom: 5rem;
  }
}

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

.p-archive {
  margin-top: 140px;
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-archive {
    margin-top: 3.125rem;
  }
}

.p-archive__inner {
  padding-bottom: 250px;
  padding-bottom: 15.625rem;
}
@media screen and (max-width: 767px) {
  .p-archive__inner {
    padding-bottom: 7.5rem;
  }
}

.p-archive__card:not(:first-child) .p-archive__link {
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-archive__card:not(:first-child) .p-archive__link {
    padding-top: 1.25rem;
  }
}

.p-archive__link {
  padding-bottom: 41px;
  padding-bottom: 2.5625rem;
  display: grid;
  grid-template-columns: 160fr 1000fr;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-archive__link {
    grid-template-columns: 1fr;
    padding-bottom: 1.875rem;
  }
}

.p-archive__link::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#54c1e0), color-stop(13.8%, #54c1e0), color-stop(13.8%, #1955a5), to(#1955a5));
  background: linear-gradient(to right, #54c1e0 0%, #54c1e0 13.8%, #1955a5 13.8%, #1955a5 100%);
}

.p-archive__content {
  display: grid;
  grid-template-columns: auto 5.625rem;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-archive__content {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
  }
}

.p-archive__meta {
  display: grid;
  grid-template-columns: 4.375rem auto;
  gap: 12px;
  gap: 0.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-archive__meta {
    margin-top: 0;
    grid-template-columns: 1fr;
  }
}

.p-archive__date {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.125em;
  color: #1955a5;
  font-style: italic;
  min-height: 40px;
  min-height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-archive__new {
  background-color: #54c1e0;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  line-height: 1.7142857143;
  width: 70px;
  width: 4.375rem;
  height: 30px;
  height: 1.875rem;
  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;
  border-radius: 1rem;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-archive__new {
    position: absolute;
    top: 1.4375rem;
    left: 8.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-archive__card:first-child .p-archive__new {
    top: 0.1875rem;
  }
}

.p-archive__name {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.075em;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .p-archive__name {
    margin-top: 0.3125rem;
    -webkit-line-clamp: 2;
  }
}

.p-archive__read {
  width: 90px;
  width: 5.625rem;
  height: 40px;
  height: 2.5rem;
  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;
  background-color: #1955a5;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  line-height: 1.7142857143;
  border-radius: 1.25rem;
  font-weight: 500;
  position: relative;
  border: 2px solid #1955a5;
  border: 0.125rem solid #1955a5;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-archive__read {
    margin-left: auto;
  }
}

.p-archive__read span {
  -webkit-transform: translateX(-0.4375rem);
          transform: translateX(-0.4375rem);
}

.p-archive__read::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 12px;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url(../images/common/arrow_right-white.svg);
          mask-image: url(../images/common/arrow_right-white.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  width: 6px;
  width: 0.375rem;
  height: 8px;
  height: 0.5rem;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.p-archive__link:hover .p-archive__read {
  background-color: #fff;
  color: #1955a5;
}

.p-archive__link:hover .p-archive__read::after {
  background-color: #1955a5;
}

.p-archive__pagination {
  margin-top: 140px;
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-archive__pagination {
    margin-top: 3.125rem;
  }
}

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

.p-business__inner {
  padding-bottom: 192px;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-business__inner {
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-business__title {
    padding-inline: 1.25rem;
  }
}

.p-business__nav {
  margin-top: 140px;
  margin-top: 8.75rem;
  background: -webkit-gradient(linear, left top, right top, from(#1955a5), color-stop(73.6%, #1955a5), color-stop(73.6%, #54c1e0), to(#54c1e0));
  background: linear-gradient(to right, #1955a5 0%, #1955a5 73.6%, #54c1e0 73.6%, #54c1e0 100%);
  border-radius: 6.25rem;
  padding: 46px 0;
  padding: 2.875rem 0;
}
@media screen and (max-width: 767px) {
  .p-business__nav {
    margin-top: 3.125rem;
    border-radius: 2.5rem;
  }
}

.p-business__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  max-width: 62.5rem;
  margin-inline: auto;
  gap: 20px 0;
  gap: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-business__lists {
    padding: 0 0.9375rem;
  }
}

.p-business__list {
  width: calc(33.33333% - 1.25rem);
  margin-right: 20px;
  margin-right: 1.25rem;
  background-color: #fff;
  border-radius: 3.125rem;
  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;
  min-height: 40px;
  min-height: 2.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.075em;
  font-weight: 500;
  color: #1955a5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-business__list {
    width: calc(50% - 0.625rem);
    margin-right: 0.625rem;
    font-size: 0.75rem;
  }
}

.p-business__list::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  right: 1.5625rem;
  width: 6px;
  width: 0.375rem;
  height: 8px;
  height: 0.5rem;
  background-image: url(../images/common/arrow_under-blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-business__list::before {
    right: 0.625rem;
  }
}

.p-business__list:last-child,
.p-business__list:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-business__list:last-child,
  .p-business__list:nth-child(3n) {
    margin-right: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-business__list:last-child,
  .p-business__list:nth-child(2n) {
    margin-right: 0;
  }
}

.p-business__list a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  padding: 0 1.25rem;
  height: 100%;
  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;
  line-height: 1.25;
  border-radius: 3.125rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-business__list a {
    padding: 0 0.625rem;
  }
}

@media (any-hover: hover) {
  .p-business__list a:hover {
    background-color: #e3eff3;
  }
}
.p-business__content {
  margin-top: 141px;
  margin-top: 8.8125rem;
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-business__content {
    margin-top: 5rem;
    padding-bottom: 1.875rem;
  }
}

.p-business__content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/business/bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

.p-business__card {
  max-width: 1100px;
  max-width: 68.75rem;
}

.p-business__card:nth-child(even) {
  margin-left: auto;
}

.p-business__card:not(:first-child) {
  margin-top: 41px;
  margin-top: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-business__card:not(:first-child) {
    margin-top: 4rem;
  }
}

.p-business__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 23px;
  gap: 1.4375rem;
}

.p-business__number {
  font-size: 77px;
  font-size: 4.8125rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.025em;
  color: #1955a5;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 0.7792207792;
}
@media screen and (max-width: 767px) {
  .p-business__number {
    font-size: 3.125rem;
    line-height: 0.8;
  }
}

.p-business__tag {
  padding-left: 19px;
  padding-left: 1.1875rem;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-business__tag {
    font-size: 1.25rem;
    margin-top: 0.125rem;
  }
}

.p-business__tag::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 4px;
  width: 0.25rem;
  height: 22px;
  height: 1.375rem;
  border-radius: 0.125rem;
  background-color: #54c1e0;
}

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

.p-business__image {
  position: relative;
  width: 42.6363636364%;
}
@media screen and (max-width: 767px) {
  .p-business__image {
    width: 100%;
  }
}

.p-business__image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/business/gradation01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8.75rem;
}

.p-business__image img {
  border-radius: 8.75rem;
}

.p-business__item {
  background-color: #fff;
  width: 69.0909090909%;
  border-radius: 10.3125rem;
  padding-top: 57px;
  padding-top: 3.5625rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  -webkit-box-shadow: 0.25rem 0.5rem 0.9375rem rgba(0, 0, 0, .2);
          box-shadow: 0.25rem 0.5rem 0.9375rem rgba(0, 0, 0, .2);
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-left: -139px;
  margin-left: -8.6875rem;
}
@media screen and (max-width: 767px) {
  .p-business__item {
    width: 100%;
    margin-left: 0;
    border-radius: 2.5rem;
    margin-top: -1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    -webkit-box-shadow: 0.125rem 0.125rem 0.3125rem 0.0625rem rgba(0, 0, 0, .1);
            box-shadow: 0.125rem 0.125rem 0.3125rem 0.0625rem rgba(0, 0, 0, .1);
  }
}

.p-business__block {
  width: 56.8421052632%;
  margin-inline: auto;
  -webkit-transform: translateX(2.125rem);
          transform: translateX(2.125rem);
}
@media screen and (max-width: 767px) {
  .p-business__block {
    width: 75%;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}

.p-business__names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-business__names {
    padding-bottom: 0.75rem;
  }
}

.p-business__names--other {
  display: block;
}

.p-business__names::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#54c1e0), color-stop(23.2%, #54c1e0), color-stop(23.2%, #1955a5), to(#1955a5));
  background: linear-gradient(to right, #54c1e0 0%, #54c1e0 23.2%, #1955a5 23.2%, #1955a5 100%);
}

.p-business__name {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.125em;
  color: #1955a5;
  font-weight: 500;
  line-height: 1.1428571429;
}
@media screen and (max-width: 767px) {
  .p-business__name {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.p-business__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  gap: 0.75rem;
  background-color: #54c1e0;
  padding-left: 18px;
  padding-left: 1.125rem;
  padding-right: 43px;
  padding-right: 2.6875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3.125rem;
  min-height: 36px;
  min-height: 2.25rem;
  color: #fff;
  margin-left: auto;
  margin-top: 13px;
  margin-top: 0.8125rem;
  position: relative;
  border: 2px solid #54c1e0;
  border: 0.125rem solid #54c1e0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-business__other {
    margin-top: 0.3125rem;
    min-height: 2rem;
  }
}

.p-business__other::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
  right: 1.125rem;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-mask-image: url(../images/common/icon_link.svg);
          mask-image: url(../images/common/icon_link.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #fff;
}

.p-business__other span {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  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;
  min-height: inherit;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-business__other span {
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}

@media (any-hover: hover) {
  .p-business__body--link:hover .p-business__other {
    background-color: #fff;
    color: #54c1e0;
  }
  .p-business__body--link:hover .p-business__other::before {
    background-color: #54c1e0;
  }
}
.p-business__icon {
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-0.0625rem);
          transform: translateY(-0.0625rem);
}
@media screen and (max-width: 767px) {
  .p-business__icon {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.p-business__arrow {
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  background-color: #54c1e0;
  border-radius: 62.5rem;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: 2px solid #54c1e0;
  border: 0.125rem solid #54c1e0;
  border-radius: 1000px;
}
@media screen and (max-width: 767px) {
  .p-business__arrow {
    width: 1.75rem;
    height: 1.75rem;
  }
}

.p-business__arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  width: 0.375rem;
  height: 8px;
  height: 0.5rem;
  background-image: url(../images/common/arrow_right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-business__body--anchor:hover .p-business__arrow {
  background-color: #fff;
}

.p-business__body--anchor:hover .p-business__arrow::before {
  background-image: url(../images/common/arrow_right-acua.png);
}

.p-business__text p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  margin-top: 17px;
  margin-top: 1.0625rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-business__text p {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 0.625rem;
  }
}

.p-company__inner {
  padding-bottom: 250px;
  padding-bottom: 15.625rem;
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    padding-bottom: 7.5rem;
  }
}

.p-company__title {
  margin-top: 100px;
  margin-top: 6.25rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-company__title {
    margin-top: 3.125rem;
    padding-inline: 1.25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    text-align: left;
  }
}

.p-contact__inner {
  max-width: 1060px;
  max-width: 66.25rem;
  padding-inline: 30px;
  padding-inline: 1.875rem;
  margin-inline: auto;
  padding-bottom: 251px;
  padding-bottom: 15.6875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding-inline: 1.25rem;
    padding-bottom: 5rem;
  }
}

.p-contact__title {
  margin-top: 100px;
  margin-top: 6.25rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2.0833333333;
  letter-spacing: 0.125em;
  font-weight: 500;
  text-align: center;
  color: #1955a5;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    margin-top: 3.125rem;
    font-size: 1.125rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    text-align: left;
  }
}

.p-contact__container {
  margin-top: 140px;
  margin-top: 8.75rem;
  background-color: #e3eff3;
  border-radius: 5rem;
  padding: 70px 100px;
  padding: 4.375rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__container {
    margin-top: 3.125rem;
    padding: 2.1875rem 1.25rem;
    border-radius: 1.875rem;
  }
}

.p-contact__message {
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 0.125em;
  font-weight: 500;
  color: #1955a5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__message {
    font-size: 1.5rem;
  }
}

.p-contact__header {
  color: #1955a5;
  display: grid;
  grid-template-columns: 386fr 414fr;
  background-color: #fff;
  border-radius: 3.125rem;
  padding: 25px 40px;
  padding: 1.5625rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__header {
    grid-template-columns: 1fr;
    padding: 1.5625rem 1.25rem;
    border-radius: 1.875rem;
  }
}

.p-contact__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 65px;
  padding-left: 4.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 1.25rem;
  }
}

.p-contact__left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 46px;
  width: 2.875rem;
  height: 45px;
  height: 2.8125rem;
  background-image: url(../images/common/icon_tel.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-contact__left::before {
    width: 1.625rem;
    height: 1.625rem;
    left: calc(50% - 8.125rem);
  }
}

.p-contact__left p {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-contact__left p {
    font-size: 1.125rem;
    letter-spacing: 0.075em;
  }
}

.p-contact__right {
  padding-left: 40px;
  padding-left: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__right {
    padding-left: 0rem;
    margin-top: 0.625rem;
  }
}

.p-contact__right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  width: 0.125rem;
  height: 46px;
  height: 2.875rem;
  background-color: #54c1e0;
}
@media screen and (max-width: 767px) {
  .p-contact__right::before {
    display: none;
  }
}

.p-contact__tel a {
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 0.1em;
  color: #1955a5;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-contact__tel a {
    font-size: 1.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin-inline: auto;
  }
}

.p-contact__tel span {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  color: #1955a5;
  display: block;
  font-weight: 500;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__tel span {
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.3333333333;
  }
}

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

.p-contact__content--confirm {
  margin-top: 74px;
  margin-top: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__content--confirm {
    margin-top: 2.5rem;
  }
}

/* ------------------------------------------------
p-cta
--------------------------------------------------- */
.p-cta {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(84, 193, 224, 0)), color-stop(62%, rgba(84, 193, 224, .5)), color-stop(90%, rgb(84, 193, 224)));
  background: linear-gradient(to bottom, rgba(84, 193, 224, 0) 10%, rgba(84, 193, 224, .5) 62%, rgb(84, 193, 224) 90%);
  padding-bottom: 140px;
  padding-bottom: 8.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-bottom: 3.75rem;
  }
}

.p-cta__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(25, 85, 165, 0)), color-stop(90%, rgba(25, 85, 165, .5)), color-stop(95%, rgba(25, 85, 165, .7)), to(rgb(25, 85, 165)));
  background: linear-gradient(to bottom, rgba(25, 85, 165, 0) 40%, rgba(25, 85, 165, .5) 90%, rgba(25, 85, 165, .7) 95%, rgb(25, 85, 165) 100%);
}

.p-cta__head {
  position: relative;
  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;
}

.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  padding-inline: 114px;
  padding-inline: 7.125rem;
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    padding-inline: 5.5rem;
  }
}

.p-cta__title::before,
.p-cta__title::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 90px;
  width: 5.625rem;
  height: 105px;
  height: 6.5625rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100;
}
@media screen and (max-width: 767px) {
  .p-cta__title::before,
  .p-cta__title::after {
    width: 4.375rem;
    height: 5.125rem;
  }
}

.p-cta__title::before {
  left: 0;
  background-image: url(../images/common/icon_shisa-left.svg);
}

.p-cta__title::after {
  right: 0;
  background-image: url(../images/common/icon_shisa-right.svg);
}

.p-cta__title span {
  display: block;
}

.p-cta__title span:nth-child(1) {
  font-size: 50px;
  font-size: 3.125rem;
  letter-spacing: 0.025em;
  font-family: "Montserrat", sans-serif;
  color: #1955a5;
}
@media screen and (max-width: 767px) {
  .p-cta__title span:nth-child(1) {
    font-size: 2rem;
  }
}

.p-cta__title span:nth-child(2) {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.125em;
  color: #1955a5;
  padding-left: 14px;
  padding-left: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-cta__title span:nth-child(2) {
    font-size: 0.875rem;
    padding-left: 0.625rem;
  }
}

.p-cta__text {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #1955a5;
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    font-size: 0.875rem;
    line-height: 1.875;
    text-align: center;
  }
}

.p-cta__body {
  position: relative;
  margin-top: 39px;
  margin-top: 2.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 7.8125rem;
  padding-block: 40px;
  padding-block: 2.5rem;
  -webkit-box-shadow: 0.25rem 0.1875rem 0.375rem rgba(0, 0, 0, .2);
          box-shadow: 0.25rem 0.1875rem 0.375rem rgba(0, 0, 0, .2);
}
@media screen and (max-width: 767px) {
  .p-cta__body {
    margin-top: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 1.875rem;
    padding: 2.25rem 1.25rem 1.875rem;
  }
}

.p-cta__body > span {
  width: 2px;
  width: 0.125rem;
  height: 171px;
  height: 10.6875rem;
  background-color: #1955a5;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-cta__body > span {
    width: 15rem;
    height: 0.125rem;
    margin-inline: auto;
  }
}

.p-cta-type {
  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;
  text-align: center;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.p-cta-type:nth-of-type(1) {
  padding-right: 120px;
  padding-right: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta-type:nth-of-type(1) {
    padding-right: 0;
    padding-bottom: 2.5rem;
  }
}

.p-cta-type:nth-of-type(2) {
  padding-left: 136px;
  padding-left: 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta-type:nth-of-type(2) {
    padding-left: 0;
    padding-top: 1.875rem;
  }
}

.p-cta-type__icon--tel {
  width: 46px;
  width: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-cta-type__icon--tel {
    width: 2rem;
  }
}

.p-cta-type__icon--mail {
  width: 58px;
  width: 3.625rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-cta-type__icon--mail {
    margin-left: 1rem;
    width: 2.625rem;
  }
}

.p-cta-type__text {
  margin-top: 16px;
  margin-top: 1rem;
  color: #1955a5;
}
@media screen and (max-width: 767px) {
  .p-cta-type__text {
    font-size: 1rem;
  }
}

.p-cta-type__tel {
  margin-top: 14px;
  margin-top: 0.875rem;
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: 0.1em;
  color: #1955a5;
}
@media screen and (max-width: 767px) {
  .p-cta-type__tel {
    font-size: 2rem;
  }
}

.p-cta-type__note {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #1955a5;
}
@media screen and (max-width: 767px) {
  .p-cta-type__note {
    font-size: 0.75rem;
  }
}

.p-cta-type__btn {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-detail__header {
  position: relative;
  padding-top: 70px;
  padding-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-detail__header {
    padding-top: 0;
  }
}

.p-detail__image {
  width: 58.3333333333%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-detail__image {
    width: 100%;
  }
}

.p-detail__image img {
  border-radius: 62.5rem;
}

.p-detail__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 60px;
  min-width: 3.75rem;
  min-height: 200px;
  min-height: 12.5rem;
  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: absolute;
  top: 120px;
  top: 7.5rem;
  right: 95px;
  right: 5.9375rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #f7f9f9;
  border-radius: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-detail__title {
    top: -1.875rem;
    right: auto;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 15.625rem;
    min-height: 3.75rem;
  }
}

.p-detail__title span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #1955a5;
  font-weight: 500;
  letter-spacing: 0.125em;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .p-detail__title span {
    font-size: 1.5rem;
    line-height: 1.25;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.p-detail__table {
  margin-top: 90px;
  margin-top: 5.625rem;
  font-size: 18px;
  font-size: 1.125rem;
  max-width: 1000px;
  max-width: 62.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-detail__table {
    margin-top: 1.375rem;
  }
}

.p-detail__table dl {
  display: grid;
  grid-template-columns: 150fr 680fr;
  max-width: 830px;
  max-width: 51.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #1955a5;
  border-bottom: 0.125rem solid #1955a5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-detail__table dl {
    grid-template-columns: 1fr;
    font-size: 1rem;
    line-height: 1.4;
  }
}

.p-detail__table dl::before {
  position: absolute;
  content: "";
  bottom: -2px;
  bottom: -0.125rem;
  left: 0;
  width: 150px;
  width: 9.375rem;
  height: 2px;
  height: 0.125rem;
  background-color: #54c1e0;
}
@media screen and (max-width: 767px) {
  .p-detail__table dl::before {
    width: 25%;
  }
}

.p-detail__table dl:first-child dt,
.p-detail__table dl:first-child dd {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-detail__table dl:first-child dt,
  .p-detail__table dl:first-child dd {
    padding-top: 0.3125rem;
  }
}

.p-detail__table dt {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 31px;
  padding-bottom: 1.9375rem;
  color: #54c1e0;
}
@media screen and (max-width: 767px) {
  .p-detail__table dt {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 1.375rem;
    font-size: 1rem;
  }
}

.p-detail__table dd {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 31px;
  padding-bottom: 1.9375rem;
  color: #1955a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-detail__table dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.9375rem;
    padding-top: 0.3125rem;
    padding-bottom: 1.125rem;
    border-bottom: none;
    font-size: 1rem;
  }
}

.p-detail__table dd a img {
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
}

.p-detail__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  gap: 0.75rem;
  width: 160px;
  width: 10rem;
  height: 36px;
  height: 2.25rem;
  background-color: #54c1e0;
  border-radius: 3.125rem;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-detail__link {
    position: relative;
    top: auto;
    top: initial;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
    right: auto;
    right: initial;
  }
}

/* --------------------------------
p-drawer
----------------------------------- */
.p-drawer {
  position: fixed;
  top: -14px;
  top: -0.875rem;
  right: 0;
  height: 100vh;
  width: 100%;
  color: #fff;
  padding-inline: 20px;
  padding-inline: 1.25rem;
  overflow-y: scroll;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  z-index: 888;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #1955a5;
  background: linear-gradient(-135deg, #54c1e0 0%, #1955a5 100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

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

.p-drawer__logo {
  padding-top: 27px;
  padding-top: 1.6875rem;
  width: 190px;
  width: 11.875rem;
  height: 50px;
  height: 3.125rem;
}

.p-drawer__logo a {
  width: 100%;
  height: 100%;
  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-drawer-nav
----------------------------------- */
.p-drawer-nav__lists {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-drawer-nav__list {
  text-align: center;
}

.p-drawer__current,
.p-drawer-nav__list a {
  display: inline-block;
  position: relative;
  padding: 16px;
  padding: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  min-width: 140px;
  min-width: 8.75rem;
}

.p-drawer-nav__recruit,
.p-drawer-nav__contact {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-entry {
  background-image: url(../images/voice/entry_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding-block: 75px;
  padding-block: 4.6875rem;
  margin-top: 200px;
  margin-top: 12.5rem;
  margin-bottom: 180px;
  margin-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-entry {
    padding-block: 3.125rem;
    margin-top: 5rem;
    margin-bottom: 6.25rem;
  }
}

.p-entry__btn {
  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;
  background-color: #1955a5;
  width: 900px;
  width: 56.25rem;
  margin-inline: auto;
  height: 250px;
  height: 15.625rem;
  border-radius: 7.8125rem;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-entry__btn {
    width: 85%;
    height: 8.75rem;
    border-radius: 6.25rem;
  }
}

.p-entry__btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(../images/voice/gradation_btn.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .p-entry__btn::before {
    background-size: cover;
  }
}

@media (any-hover: hover) {
  .p-entry__btn:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.p-entry__name {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1.08;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-entry__name {
    font-size: 2.25rem;
    line-height: 1.1666666667;
    letter-spacing: 0.15em;
  }
}

.p-entry__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  color: #fff;
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-entry__text {
    margin-top: 0.5rem;
    gap: 0.625rem;
  }
}

.p-entry__text span {
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 767px) {
  .p-entry__text span {
    letter-spacing: 0.075em;
    font-size: 1rem;
  }
}

.p-entry__text img {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-entry__text img {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.p-fleet-list {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-fleet-list {
    margin-top: 3.125rem;
  }
}

.p-fleet-list__inner {
  padding-bottom: 255px;
  padding-bottom: 15.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fleet-list__inner {
    padding-bottom: 5rem;
  }
}

.p-fleet-list__main {
  margin-top: 140px;
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-fleet-list__main {
    margin-top: 3.125rem;
  }
}

.p-fleet-list__content:not(:first-child) {
  margin-top: 140px;
  margin-top: 8.75rem;
}

.p-fleet-list__sub {
  min-width: 400px;
  min-width: 25rem;
  min-height: 100px;
  min-height: 6.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3.125rem;
  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;
  background-color: #1955a5;
  color: #fff;
  font-size: 34px;
  font-size: 2.125rem;
  letter-spacing: 0.125em;
  font-weight: 500;
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-fleet-list__sub {
    font-size: 1.5rem;
    min-width: 18.75rem;
    min-height: 3.75rem;
  }
}

.p-fleet-list__sub::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url(../images/fleet-list/overlay.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3.125rem;
}

.p-fleet-list__lists {
  margin-top: 100px;
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px 0;
  gap: 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-fleet-list__lists {
    margin-top: 3.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}

.p-fleet-list__item {
  width: 45.8333333333%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-fleet-list__item {
    width: 100%;
  }
}

.p-fleet-list__image img {
  border-radius: 5rem;
  aspect-ratio: 55/34;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-fleet-list__image img {
    border-radius: 3.75rem;
  }
}

.p-fleet-list__detail {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-inline: 40px;
  padding-inline: 2.5rem;
  border-radius: 5rem;
  background-color: #54c1e0;
  position: relative;
  z-index: 1;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-fleet-list__detail {
    padding-top: 1.875rem;
    padding-bottom: 2.5rem;
    padding-inline: 1.25rem;
    border-radius: 3.75rem;
  }
}

.p-fleet-list__detail::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/fleet-list/detail_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-fleet-list__detail::before {
    border-radius: 2.5rem;
  }
}

.p-fleet-list__names {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#1955a5), color-stop(91.5%, #1955a5), color-stop(91.5%, #54c1e0), to(#54c1e0));
  background: linear-gradient(to right, #1955a5 0%, #1955a5 91.5%, #54c1e0 91.5%, #54c1e0 100%);
  margin-inline: auto;
  border-radius: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  padding: 0 0.625rem;
  min-height: 80px;
  min-height: 5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-fleet-list__names {
    min-height: 3.75rem;
    border-radius: 3.75rem;
  }
}

.p-fleet-list__name {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.125em;
  margin-right: 16px;
  margin-right: 1rem;
  line-height: 1.3333333333;
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
  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) {
  .p-fleet-list__name {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-right: 0.625rem;
  }
}

.p-fleet-list__name--out {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.075em;
  -webkit-transform: translateY(0.0625rem);
          transform: translateY(0.0625rem);
}

.p-fleet-list__en {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 0.075em;
  font-weight: 500;
  padding-left: 21px;
  padding-left: 1.3125rem;
  position: relative;
  list-style: 1.0909090909;
}
@media screen and (max-width: 767px) {
  .p-fleet-list__en {
    font-size: 1.125rem;
    line-height: 1.2777777778;
    padding-left: 0.8125rem;
  }
}

.p-fleet-list__en::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  width: 0.25rem;
  height: 20px;
  height: 1.25rem;
  background-color: #54c1e0;
  border-radius: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-fleet-list__en::before {
    width: 0.1875rem;
    height: 0.9375rem;
    top: 48%;
  }
}

.p-fleet-list__table {
  margin-top: 42px;
  margin-top: 2.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  gap: 1.75rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-fleet-list__table {
    margin-top: 1.75rem;
    gap: 0.9375rem;
  }
}

.p-fleet-list__table dl {
  display: grid;
  grid-template-columns: 160fr 310fr;
  line-height: 1.5555555556;
}
@media screen and (max-width: 767px) {
  .p-fleet-list__table dl {
    grid-template-columns: 1fr;
  }
}

.p-fleet-list__table dt {
  color: #54c1e0;
  border-bottom: 2px solid #54c1e0;
  border-bottom: 0.125rem solid #54c1e0;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fleet-list__table dt {
    padding-bottom: 0.3125rem;
    border-bottom: none;
    font-size: 1rem;
  }
}

.p-fleet-list__table dd {
  color: #1955a5;
  border-bottom: 2px solid #1955a5;
  border-bottom: 0.125rem solid #1955a5;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fleet-list__table dd {
    padding-bottom: 1.0625rem;
    border: none;
    position: relative;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-fleet-list__table dd::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.125rem;
    background: -webkit-gradient(linear, left top, right top, from(#54c1e0), color-stop(25%, #54c1e0), color-stop(25%, #1955a5), to(#1955a5));
    background: linear-gradient(to right, #54c1e0 0%, #54c1e0 25%, #1955a5 25%, #1955a5 100%);
  }
}

/* ------------------------------------------------
p-footer
--------------------------------------------------- */
.p-footer-info {
  height: 80px;
  height: 5rem;
  background-color: #1955a5;
}
@media screen and (max-width: 767px) {
  .p-footer-info {
    height: auto;
    padding-block: 1rem 1.25rem;
  }
}

.p-footer-info__inner {
  height: inherit;
}

.p-footer-info__contents {
  height: inherit;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer-info__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer-info__logo {
  width: 209px;
  width: 13.0625rem;
}

.p-footer-info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footer-info__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer-info__name {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
  padding-right: 14px;
  padding-right: 0.875rem;
  border-right: 1px solid #fff;
  border-right: 0.0625rem solid #fff;
}
@media screen and (max-width: 767px) {
  .p-footer-info__name {
    margin-top: 1.25rem;
    padding-right: 0;
    text-align: center;
    border-right: none;
    padding-bottom: 0.875rem;
    border-bottom: 0.0625rem solid #fff;
  }
}

.p-footer-info__address {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
  padding-left: 14px;
  padding-left: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer-info__address {
    margin-top: 0.75rem;
    padding-inline: 0.75rem;
    text-align: center;
    line-height: 1.4;
  }
}

.p-footer__copyright {
  background-color: #fff;
  height: 50px;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.p-footer__copyright p small {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  color: #1955a5;
}

.p-form__container:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-form__item {
  display: grid;
  grid-template-columns: 254fr 546fr;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #fff;
  border-bottom: 0.125rem solid #fff;
}
@media screen and (max-width: 767px) {
  .p-form__item {
    grid-template-columns: 1fr;
  }
}

.p-form__item--last {
  padding-bottom: 0 !important;
  border-bottom: none;
}

.p-form__item input,
.p-form__item textarea {
  width: 100%;
  background-color: #fff;
  border-radius: 0.9375rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #3b454e;
  padding: 14px 20px;
  padding: 0.875rem 1.25rem;
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-form__item input,
  .p-form__item textarea {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}

.p-form__item input:-webkit-autofill,
.p-form__item input:-webkit-autofill:hover,
.p-form__item input:-webkit-autofill:focus,
.p-form__item input:-webkit-autofill:active,
.p-form__item input:-internal-autofill-selected {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #3b454e !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.p-form__item textarea {
  line-height: 1.5;
}

.p-form__item span {
  display: block;
}

.p-form__item--policy {
  border-bottom: none;
  padding-bottom: 0;
}

.p-form__label {
  color: #1955a5;
  padding-left: 68px;
  padding-left: 4.25rem;
  position: relative;
  margin-top: 15px;
  margin-top: 0.9375rem;
  line-height: 0.9;
}
@media screen and (max-width: 767px) {
  .p-form__label {
    margin-top: 0rem;
    margin-bottom: 0.75rem;
  }
}

.p-form__label--policy {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
}

.p-form__label::before {
  content: "必須";
  position: absolute;
  left: 0;
  top: -1px;
  top: -0.0625rem;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #54c1e0;
  color: #fff;
  width: 50px;
  width: 3.125rem;
  height: 20px;
  height: 1.25rem;
  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;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 500;
  border-radius: 0.625rem;
}

.p-form__label--policy::before {
  top: 1px;
  top: 0.0625rem;
}

.p-form__info {
  background-color: #fff;
  border-radius: 0.9375rem;
  padding: 14px 20px;
  padding: 0.875rem 1.25rem;
  max-height: 270px;
  max-height: 16.875rem;
  overflow-y: scroll;
}

.p-form__strong {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.125;
  color: #1955a5;
  letter-spacing: 0.075em;
  font-weight: 500;
  margin-top: 25px;
  margin-top: 1.5625rem;
  display: block;
}

.p-form__detail {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #3b454e;
  letter-spacing: 0.075em;
}

li.p-form__detail {
  text-indent: -1em;
  padding-left: 1em;
}

.p-form__acceptance {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-form__acceptance {
    margin-top: 1.875rem;
  }
}

.p-form__acceptance-label {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.p-form__acceptance-checkbox {
  display: none;
}

.p-form__acceptance-text {
  padding-left: 35px;
  padding-left: 2.1875rem;
  color: #1955a5;
  line-height: 1.2222222222;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-form__acceptance-text {
    font-size: 0.875rem;
  }
}

.p-form__acceptance-text::before {
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
  display: block;
  border: 1px solid #54c1e0;
  position: absolute;
  content: "";
  top: -2px;
  top: -0.125rem;
  left: 0;
  background-color: #fff;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-form__acceptance-text::before {
    top: -0.0625rem;
    width: 1.375rem;
    height: 1.375rem;
  }
}

.p-form__acceptance-text::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 7px;
  left: 0.4375rem;
  -webkit-transform: translateY(-50%) rotate(40deg);
          transform: translateY(-50%) rotate(40deg);
  width: 11px;
  width: 0.6875rem;
  height: 15px;
  height: 0.9375rem;
  border-bottom: 3px solid #1955a5;
  border-bottom: 0.1875rem solid #1955a5;
  border-right: 3px solid #1955a5;
  border-right: 0.1875rem solid #1955a5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-form__acceptance-text::after {
    top: 45%;
    width: 0.625rem;
    height: 0.75rem;
    border-bottom: 0.15625rem solid #1955a5;
    border-right: 0.15625rem solid #1955a5;
  }
}

.p-form__acceptance-checkbox:checked + .p-form__acceptance-text::after {
  opacity: 1;
}

.p-form__submit,
.p-form__accept {
  background-color: #1955a5;
  border: 2px solid #1955a5;
  border: 0.125rem solid #1955a5;
}

.p-form__submit,
.p-form__accept,
.p-form__back {
  width: 300px;
  width: 18.75rem;
  height: 60px;
  height: 3.75rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-inline: auto;
  position: relative;
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-form__submit,
  .p-form__accept,
  .p-form__back {
    width: 17.5rem;
    height: 3.125rem;
    margin-top: 2rem;
    border-radius: 2.5rem;
  }
}

.p-form__accept,
.p-form__back {
  width: 280px;
  width: 17.5rem;
  margin-top: 0;
  margin-inline: initial;
}

.p-form__back {
  background-color: #fff;
  color: #1955a5;
}

.p-form__submit input[type=submit]:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.p-form__accept input[type=submit],
.p-form__confirmButton {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 31px;
  padding-right: 1.9375rem;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  z-index: 2;
  position: relative;
  text-align: center;
  border-radius: 1.875rem;
  letter-spacing: 0.125em;
  background-image: url(../images/common/arrow_right-white.svg);
  background-size: 0.375rem 0.5rem;
  background-position: right 16px center;
  background-position: right 1rem center;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.3s, background-color 0.3s, color 0.3s;
  transition: background-image 0.3s, background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-form__accept input[type=submit],
  .p-form__confirmButton {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    border-radius: 2.5rem;
  }
}

.p-form__back input[type=button] {
  display: block;
  width: 100%;
  height: 100%;
  color: #1955a5;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  background-image: url(../images/common/arrow_left-blue.png);
  background-size: 0.375rem 0.5rem;
  background-position: left 20px center;
  background-position: left 1.25rem center;
  background-repeat: no-repeat;
}

.p-form__confirmButton:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.wpcf7-spinner {
  margin: 5px auto;
  margin: 0.3125rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-form__confirm-value {
  background-color: #fff;
  border-radius: 0.9375rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #3b454e;
  padding: 14px 20px;
  padding: 0.875rem 1.25rem;
  display: block;
  letter-spacing: 0.1em;
  min-height: 52px;
  min-height: 3.25rem;
  line-height: 1.5;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .p-form__confirm-value {
    font-size: 1rem;
    letter-spacing: 0.05em;
    min-height: 3rem;
  }
}

.p-form__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-form__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
    margin-top: 2.5rem;
  }
}

.p-form--confirm .p-form__label {
  margin-top: 0;
}

.p-form--confirm .p-form__item {
  grid-template-columns: 284fr 516fr;
}
@media screen and (max-width: 767px) {
  .p-form--confirm .p-form__item {
    grid-template-columns: 1fr;
  }
}

.p-form--confirm .p-form__container:not(:first-child) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-form--confirm .p-form__item {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.p-form__error {
  color: #e74c3c;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  grid-column: 1/-1;
  margin-left: 32%;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-form__error {
    margin-left: 0;
    margin-top: 0.75rem;
    font-size: 0.75rem;
  }
}

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

.p-form__back {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-form__back,
.p-form__accept,
.p-form__submit.is-active {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .p-form__back:hover,
  .p-form__accept:hover,
  .p-form__submit.is-active:hover {
    color: #1955a5;
    background-color: #fff;
  }
  .p-form__accept:hover input[type=submit],
  .p-form__submit.is-active:hover .p-form__confirmButton {
    color: #1955a5;
    background-image: url(../images/common/arrow_right-blue.png);
  }
  .p-form__back:hover {
    background-color: #1955a5;
  }
  .p-form__back input[type=button]:hover {
    color: #fff;
    background-image: url(../images/common/arrow_left-white.png);
  }
}
.p-greeting {
  position: relative;
}

.p-greeting__bg {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url(../images/company/bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-greeting__content {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 1060px;
  max-width: 66.25rem;
  margin-inline: auto;
  padding-inline: 30px;
  padding-inline: 1.875rem;
  padding-top: 250px;
  padding-top: 15.625rem;
  padding-bottom: 209px;
  padding-bottom: 13.0625rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__content {
    padding-inline: 1.25rem;
    padding-top: 12.5rem;
  }
}

.p-greeting__box {
  display: grid;
  grid-template-columns: 3.75rem auto;
  gap: 100px;
  gap: 6.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-greeting__box {
    gap: 2.5rem;
    grid-template-columns: 1fr;
  }
}

.p-greeting__body {
  margin-top: 39px;
  margin-top: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__body {
    margin-top: 0rem;
  }
}

.p-greeting__title {
  background-color: #fff;
  border-radius: 3.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 60px;
  min-width: 3.75rem;
  min-height: 200px;
  min-height: 12.5rem;
  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) {
  .p-greeting__title {
    min-width: 9.375rem;
    min-height: 3.75rem;
    margin-inline: auto;
  }
}

.p-greeting__title span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #1955a5;
  font-weight: 500;
  letter-spacing: 0.125em;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .p-greeting__title span {
    font-size: 1.5rem;
    line-height: 1.25;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.p-greeting__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.4444444444;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-greeting__text {
    font-size: 1rem;
    line-height: 2.25;
  }
}

.p-greeting__names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__names {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin-top: 3.75rem;
    margin-left: auto;
  }
}

.p-greeting__states {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
  color: #1955a5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-greeting__states {
    position: absolute;
    content: "";
    left: 0;
    top: -2.1875rem;
  }
}

.p-greeting__name {
  border-radius: 50%;
  margin-right: 20px;
  margin-right: 1.25rem;
  margin-left: 34px;
  margin-left: 2.125rem;
  width: 144px;
  width: 9rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__name {
    margin-left: 0;
    margin-right: 0.9375rem;
  }
}

.p-greeting__name img {
  width: inherit;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  aspect-ratio: 144/33;
}

.p-greeting__en {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6428571429;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #54c1e0;
}

.p-group {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 200px;
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-group {
    margin-top: 9.375rem;
  }
}

.p-group::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 81.25%;
  height: 100%;
  background-image: url(../images/company/group_bg.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-group::before {
    width: 100%;
  }
}

.p-group__inner {
  max-width: 1260px;
  max-width: 78.75rem;
  width: calc(100% - 3.75rem);
  margin-inline: auto;
  background-image: url(../images/company/group_bg.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-group__inner {
    width: 100%;
  }
}

.p-group__wrapper {
  max-width: 1000px;
  max-width: 62.5rem;
  margin-inline: auto;
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-group__wrapper {
    padding-bottom: 4.375rem;
    display: block;
    position: relative;
  }
}

.p-group__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f7f9f9;
  border-radius: 3.125rem;
  width: 90px;
  width: 5.625rem;
  min-height: 220px;
  min-height: 13.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  -webkit-transform: translateY(-8.3125rem);
          transform: translateY(-8.3125rem);
}
@media screen and (max-width: 767px) {
  .p-group__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 12.5rem;
    position: absolute;
    top: -2.8125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    min-height: 0;
    min-height: initial;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    text-align: center;
  }
}

.p-group__title span {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #1955a5;
  font-weight: 500;
  letter-spacing: 0.125em;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-group__title span {
    font-size: 1.25rem;
    line-height: 1.5;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-group__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-group__body {
    display: grid;
    gap: 1.5625rem;
  }
}

.p-group__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: block;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-group__item {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-group__item:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 8px;
  top: 0.5rem;
  right: 0;
  width: 2px;
  width: 0.125rem;
  height: 80px;
  height: 5rem;
  background-color: #1955a5;
}
@media screen and (max-width: 767px) {
  .p-group__item:not(:last-child)::after {
    display: none;
  }
}

.p-group__logo {
  margin-inline: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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-group__logo--anchors img {
  width: 88px;
  width: 5.5rem;
  height: 94px;
  height: 5.875rem;
}

.p-group__logo--ata img {
  width: 188px;
  width: 11.75rem;
  height: 75px;
  height: 4.6875rem;
}

.p-group__logo--ship-united img {
  width: 127px;
  width: 7.9375rem;
  height: 83px;
  height: 5.1875rem;
}

.p-group__name {
  margin-top: 19px;
  margin-top: 1.1875rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 41px;
  padding-right: 2.5625rem;
  font-size: 14px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  gap: 0.6875rem;
  background-color: #1955a5;
  border-radius: 3.125rem;
  min-height: 40px;
  min-height: 2.5rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  border: 2px solid #1955a5;
  border: 0.125rem solid #1955a5;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
}

.p-group__name::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  right: 0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  -webkit-mask-image: url(../images/common/icon_link.svg);
          mask-image: url(../images/common/icon_link.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-group__name::after {
    width: 0.8125rem;
    height: 0.8125rem;
  }
}

/*======================================================
    マウスオーバー
======================================================*/
@media (any-hover: hover) {
  .p-group__item:hover .p-group__name {
    background-color: #fff;
    color: #1955a5;
  }
  .p-group__item:hover .p-group__name::after {
    background-color: #1955a5;
  }
}
/* ------------------------------------------------
p-header
--------------------------------------------------- */
.p-header {
  height: 60px;
  height: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 3.125rem;
  }
}

.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-inline: 1.25rem;
    max-width: none;
  }
}

.p-header__logo {
  height: inherit;
}

.p-header__logo a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 320px;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo a {
    width: 11.875rem;
  }
}

.p-header-nav {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  padding: 12px 20px 12px 30px;
  padding: 0.75rem 1.25rem 0.75rem 1.875rem;
  background-color: #fff;
  border-radius: 1.875rem;
  -webkit-box-shadow: 0.25rem 0.1875rem 0.9375rem rgba(0, 0, 0, .16);
          box-shadow: 0.25rem 0.1875rem 0.9375rem rgba(0, 0, 0, .16);
}

.p-header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header__current,
.p-header-nav__lists a {
  display: grid;
  place-content: center;
  height: 100%;
  padding-inline: 10px;
  padding-inline: 0.625rem;
}

.p-header__current span,
.p-header-nav__lists a span {
  position: relative;
  color: #1955a5;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-header-nav__list.is-current .p-header__current span::after,
.p-header-nav__lists a span::after {
  position: absolute;
  content: "";
  bottom: -7px;
  bottom: -0.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  height: 0.125rem;
  background-color: #54c1e0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.p-header-nav__list.is-current .p-header__current span::after {
  width: 100%;
}

.p-header-nav__lists a:hover span::after {
  width: 100%;
}

.p-our-job__title {
  margin-top: 100px;
  margin-top: 6.25rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-our-job__title {
    padding-inline: 1.25rem;
    margin-top: 3.125rem;
  }
}

.p-our-job__main {
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 80px;
  padding-top: 5rem;
  position: relative;
  z-index: 1;
  padding-bottom: 204px;
  padding-bottom: 12.75rem;
}
@media screen and (max-width: 767px) {
  .p-our-job__main {
    padding-top: 3.125rem;
    padding-bottom: 5rem;
  }
}

.p-our-job__main::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/our-job/bg.png);
  background-size: 100% 86%;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-our-job__main::before {
    display: none;
  }
}

.p-our-job__container {
  padding-top: 140px;
  padding-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-our-job__container {
    padding-top: 3.125rem;
  }
}

.p-our-job__main .c-title {
  margin-top: 0;
}

.p-our-job__flag {
  width: 35.75%;
}
@media screen and (max-width: 767px) {
  .p-our-job__flag {
    width: 60%;
    margin-inline: auto;
  }
}

.p-our-job__flag img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-our-job__content {
  max-width: 1000px;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 442px;
  padding-bottom: 27.625rem;
  margin-top: 52px;
  margin-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-our-job__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 2rem;
    position: relative;
    z-index: 1;
    padding-inline: 1.25rem;
    margin-top: 4.375rem;
    padding-bottom: 2.5rem;
  }
}

.p-our-job__content--area {
  padding-bottom: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}
@media screen and (max-width: 767px) {
  .p-our-job__content--area {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 2.5rem;
  }
}

.p-our-job__content--map {
  position: relative;
}

.p-our-job__content--map::before {
  position: absolute;
  content: "";
  top: 33px;
  top: 2.0625rem;
  right: 100px;
  right: 6.25rem;
  width: 64.2%;
  height: 100%;
  background-image: url(../images/our-job/img_our-job04.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-our-job__content--map::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/fleet-list/detail_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    border-radius: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-our-job__content::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/fleet-list/detail_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    border-radius: 3.75rem;
  }
}

.p-our-job__text {
  width: 50%;
  line-height: 2.3333333333;
  letter-spacing: 0.075em;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-our-job__text {
    width: 100%;
    margin-top: 1.375rem;
  }
}

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

.p-our-job__text--area {
  width: 86%;
  margin-top: 140px;
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-our-job__text--area {
    width: 100%;
    margin-top: 1.375rem;
  }
}

.p-our-job__name {
  background-color: #fff;
  border-radius: 3.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 60px;
  min-width: 3.75rem;
  min-height: 300px;
  min-height: 18.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: 45px;
  padding-block: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-our-job__name {
    min-width: 9.375rem;
    min-height: 3.75rem;
    margin-inline: auto;
    background-color: #fff;
    padding-block: 0rem;
    padding-inline: 1.25rem;
    -webkit-box-shadow: 0.125rem 0.125rem 0.3125rem 0.0625rem rgba(0, 0, 0, .1);
            box-shadow: 0.125rem 0.125rem 0.3125rem 0.0625rem rgba(0, 0, 0, .1);
    margin-top: -1.875rem;
  }
}

.p-our-job__name span {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #1955a5;
  font-weight: 500;
  letter-spacing: 0.125em;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-our-job__name span {
    font-size: 1.25rem;
    line-height: 1.5;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-our-job__name--area {
  background-color: #e3eff3;
}
.p-our-job__mapPc {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-page-mv {
  width: 75.9895833333vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-mv {
    width: 100%;
  }
}

.p-page-mv::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/gradation_fv.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  border-radius: 0 0 16.25rem 0;
}

.p-page-mv img {
  border-radius: 0 0 16.25rem 0;
}

.p-single-voice {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-voice {
    margin-top: 3.125rem;
  }
}

.p-single-voice__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.125em;
  line-height: 2.0833333333;
  text-align: center;
  color: #1955a5;
}
@media screen and (max-width: 767px) {
  .p-single-voice__title {
    font-size: 1.25rem;
    line-height: 1.9;
  }
}

.p-single-voice__icon {
  width: 320px;
  width: 20rem;
  margin-top: 140px;
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-single-voice__icon {
    width: 60%;
    margin-inline: auto;
    margin-top: 4.375rem;
  }
}

.p-single-voice__content {
  position: relative;
  margin-top: 67px;
  margin-top: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .p-single-voice__content {
    margin-top: 2.5rem;
  }
}

.p-single-voice__right {
  position: absolute;
  content: "";
  top: -70px;
  top: -4.375rem;
  right: 0;
  width: 41.6666666667%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-single-voice__right {
    position: relative;
    width: 100%;
    top: 0rem;
  }
}

.p-single-voice__thumbnail {
  margin-right: 100px;
  margin-right: 6.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-single-voice__thumbnail {
    margin-right: 0rem;
  }
}

.p-single-voice__thumbnail img {
  aspect-ratio: 1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-single-voice__thumbnail img {
    border-radius: 3.75rem;
  }
}

.p-single-voice__thumbnail::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/voice/gradation01.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-single-voice__thumbnail::before {
    border-radius: 3.75rem;
  }
}

.p-single-voice__info {
  background-image: url(../images/voice/voice_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 70px 100px;
  padding: 4.375rem 6.25rem;
  border-radius: 5rem;
  width: 63.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-single-voice__info {
    padding: 3.125rem 1.25rem;
    border-radius: 3.75rem;
    width: 100%;
    margin-top: 1.25rem;
  }
}

.p-single-voice__tag {
  border-radius: 0.75rem;
  min-height: 24px;
  min-height: 1.5rem;
  padding-inline: 23px;
  padding-inline: 1.4375rem;
  border: 2px solid #54c1e0;
  border: 0.125rem solid #54c1e0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #54c1e0;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #fff;
  color: #54c1e0;
}

.p-single-voice__titles {
  background: -webkit-gradient(linear, left top, right top, from(#1955a5), color-stop(92.8%, #1955a5), color-stop(92.8%, #54c1e0), to(#54c1e0));
  background: linear-gradient(to right, #1955a5 0%, #1955a5 92.8%, #54c1e0 92.8%, #54c1e0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  gap: 3.125rem;
  min-height: 50px;
  min-height: 3.125rem;
  width: 100%;
  border-radius: 1.5625rem;
  position: relative;
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-single-voice__titles {
    margin-top: 0.625rem;
    gap: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 3.125rem;
    padding-block: 0.625rem;
  }
}

.p-single-voice__titles::before {
  position: absolute;
  content: "";
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4px;
  width: 0.25rem;
  height: 40%;
  background-color: #54c1e0;
  border-radius: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-single-voice__titles::before {
    display: none;
  }
}

.p-single-vioce__office {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.125em;
  line-height: 1.25;
  text-align: right;
  color: #fff;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-single-vioce__office {
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
  }
}

.p-single-voice__name {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.125em;
  line-height: 1.25;
  text-align: left;
  color: #fff;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-single-voice__name {
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
  }
}

.p-single-voice__list {
  margin-top: 75px;
  margin-top: 4.6875rem;
  display: grid;
  gap: 60px;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-single-voice__list {
    margin-top: 2.5rem;
    gap: 2.5rem;
  }
}

.p-single-voice__question {
  padding-left: 60px;
  padding-left: 3.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-single-voice__question {
    padding-left: 3.125rem;
  }
}

.p-single-voice__question::before {
  position: absolute;
  content: "Q.";
  top: -10px;
  top: -0.625rem;
  left: 0;
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #1955a5;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-single-voice__question::before {
    font-size: 2.375rem;
  }
}

.p-single-voice__question p {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.075em;
  line-height: 1.6363636364;
  color: #1955a5;
}
@media screen and (max-width: 767px) {
  .p-single-voice__question p {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.p-single-voice__answer {
  margin-top: 42px;
  margin-top: 2.625rem;
  padding-left: 60px;
  padding-left: 3.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-single-voice__answer {
    margin-top: 1.25rem;
    padding-left: 3.25rem;
  }
}

.p-single-voice__answer p {
  line-height: 2.1111111111;
  color: #3b454e;
}
@media screen and (max-width: 767px) {
  .p-single-voice__answer p {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-single-voice__answer::before {
  position: absolute;
  content: "A.";
  top: -10px;
  top: -0.625rem;
  left: 0;
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #54c1e0;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-single-voice__answer::before {
    font-size: 2.375rem;
  }
}

.p-single {
  margin-top: 140px;
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-single {
    margin-top: 3.125rem;
  }
}

.p-single__inner {
  max-width: 1060px;
  max-width: 66.25rem;
  padding-bottom: 250px;
  padding-bottom: 15.625rem;
}
@media screen and (max-width: 767px) {
  .p-single__inner {
    padding-bottom: 7.5rem;
    padding-bottom: 5rem;
  }
}

.p-single__header {
  position: relative;
  padding-bottom: 42px;
  padding-bottom: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-single__header {
    padding-bottom: 1.25rem;
  }
}

.p-single__header::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#54c1e0), color-stop(13.8%, #54c1e0), color-stop(13.8%, #1955a5), to(#1955a5));
  background: linear-gradient(to right, #54c1e0 0%, #54c1e0 13.8%, #1955a5 13.8%, #1955a5 100%);
}

.p-single__date {
  font-size: 22px;
  font-size: 1.375rem;
  color: #1955a5;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 767px) {
  .p-single__date {
    font-size: 1.25rem;
  }
}

.p-single__title {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.075em;
  font-weight: 700;
  margin-top: 12px;
  margin-top: 0.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
}

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

.p-single__body p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.2222222222;
}
@media screen and (max-width: 767px) {
  .p-single__body p {
    font-size: 1rem;
    line-height: 2;
  }
}

.p-single__block {
  margin-top: 200px;
  margin-top: 12.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 6.875rem auto 6.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__block {
    grid-template-columns: 2fr;
    gap: 1.25rem 2.5rem;
    margin-top: 5rem;
  }
}

.p-single__prev,
.p-single__next {
  width: 110px;
  width: 6.875rem;
  height: 60px;
  height: 3.75rem;
}

.p-single__prev a,
.p-single__next a {
  position: relative;
  width: 110px;
  width: 6.875rem;
  height: 60px;
  height: 3.75rem;
  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;
  border-radius: 3.125rem;
  background-color: #e3eff3;
  color: #1955a5;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.p-single__prev a::after,
.p-single__next a::after {
  position: absolute;
  content: "";
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  width: 0.375rem;
  height: 8px;
  height: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.p-single__prev a::after {
  left: 26px;
  left: 1.625rem;
  background-image: url(../images/common/arrow_left-blue.png);
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}

.p-single__next a::after {
  right: 26px;
  right: 1.625rem;
  background-image: url(../images/common/arrow_right-blue.png);
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}

@media (any-hover: hover) {
  .p-single__prev a:hover {
    background-color: #1955a5;
    color: #fff;
  }
  .p-single__next a:hover {
    background-color: #1955a5;
    color: #fff;
  }
  .p-single__prev a:hover::after {
    background-image: url(../images/common/arrow_left-white.png);
  }
  .p-single__next a:hover::after {
    background-image: url(../images/common/arrow_right-white.png);
  }
}
.p-single__prev a span {
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

.p-single__next a span {
  -webkit-transform: translateX(-0.75rem);
          transform: translateX(-0.75rem);
}

@media screen and (max-width: 767px) {
  .p-single__center {
    grid-column: 1/3;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-single__center a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 210px;
  width: 13.125rem;
  height: 60px;
  height: 3.75rem;
  border-radius: 3.125rem;
  background-color: #1955a5;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-single__center a {
    margin-inline: auto;
  }
}

@media (any-hover: hover) {
  .p-single__center a:hover {
    background-color: #e3eff3;
    color: #1955a5;
  }
}
.p-thanks {
  margin-top: 140px;
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    margin-top: 3.125rem;
  }
}

.p-thanks__inner {
  max-width: 1060px;
  max-width: 66.25rem;
  padding-inline: 30px;
  padding-inline: 1.875rem;
  margin-inline: auto;
  padding-bottom: 250px;
  padding-bottom: 15.625rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__inner {
    padding-inline: 1.25rem;
  }
}

.p-thanks__content {
  background-color: #e3eff3;
  border-radius: 5rem;
  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;
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__content {
    border-radius: 2.5rem;
    padding-inline: 0.625rem;
  }
}

.p-thanks__title {
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 0.125em;
  font-weight: 500;
  color: #1955a5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 1.5rem;
  }
}

.p-thanks__sub {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.075em;
  font-weight: 500;
  color: #1955a5;
  text-align: center;
  line-height: 1.3636363636;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__sub {
    font-size: 1rem;
  }
}

.p-thanks__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.075em;
  margin-top: 39px;
  margin-top: 2.4375rem;
  color: #1955a5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-top: 1.25rem;
    text-align: left;
  }
}

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

/* ------------------------------------------------
p-top
--------------------------------------------------- */
.p-top__news {
  position: relative;
  z-index: 2;
  margin-top: -1.8229166667vw;
}
@media screen and (max-width: 767px) {
  .p-top__news {
    margin-top: 2.25rem;
  }
}

.p-top__our-mission {
  margin-top: 140px;
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-top__our-mission {
    margin-top: 5rem;
  }
}

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

/* ------------------------------------------------
p-top-news
--------------------------------------------------- */
.p-top-news__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 50px 40px;
  padding-inline: 3.125rem 2.5rem;
  background-color: #fff;
  height: 80px;
  height: 5rem;
  border-radius: 2.40625rem;
  -webkit-box-shadow: 0.25rem 0.1875rem 0.9375rem rgba(0, 0, 0, .16);
          box-shadow: 0.25rem 0.1875rem 0.9375rem rgba(0, 0, 0, .16);
}
@media screen and (max-width: 767px) {
  .p-top-news__contents {
    -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;
    height: auto;
    padding-block: 1.25rem;
    padding-inline: 1.5rem;
    border-radius: 1.875rem;
  }
}

.p-top-news__title {
  font-size: 34px;
  font-size: 2.125rem;
  letter-spacing: 0.025em;
  font-family: "Montserrat", sans-serif;
  color: #1955a5;
  padding-right: 30px;
  padding-right: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-news__title {
    font-size: 1.75rem;
    padding-right: 0;
    padding-bottom: 0.625rem;
  }
}

.p-top-news__title::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5px;
  width: 0.09375rem;
  height: 26px;
  height: 1.625rem;
  background-color: #1955a5;
}
@media screen and (max-width: 767px) {
  .p-top-news__title::after {
    top: auto;
    top: initial;
    right: auto;
    right: initial;
    bottom: 0;
    left: 0;
    width: 1.625rem;
    height: 0.09375rem;
  }
}

.p-top-news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-top-news__body {
    margin-top: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__btn {
    margin-top: 1.875rem;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

/* ------------------------------------------------
p-top-news-item
--------------------------------------------------- */
.p-top-news-item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-news-item a {
    -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-top-news-item__date {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.125em;
  color: #1955a5;
}
@media screen and (max-width: 767px) {
  .p-top-news-item__date {
    font-size: 0.875rem;
  }
}

.p-top-news-item__title {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.075em;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .p-top-news-item__title {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
}

@media (any-hover: hover) {
  .p-top-news-item a:hover {
    opacity: 0.7;
  }
}
/* ------------------------------------------------
p-our-mission
--------------------------------------------------- */
.p-our-mission {
  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;
  text-align: center;
}

.p-our-mission__title {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.025em;
  font-family: "Montserrat", sans-serif;
  color: #54c1e0;
  font-weight: normal;
  font-style: italic;
}

.p-our-mission__catch {
  margin-top: 50px;
  margin-top: 3.125rem;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 2.2857142857;
  letter-spacing: 0.125em;
  color: #1955a5;
}
@media screen and (max-width: 767px) {
  .p-our-mission__catch {
    margin-top: 1.875rem;
    font-size: 1rem;
    line-height: 1.875;
    text-align: left;
  }
}

/* ------------------------------------------------
p-top-link
--------------------------------------------------- */
.p-top-link {
  margin-top: 46px;
  margin-top: 2.875rem;
  padding-top: 252px;
  padding-top: 15.75rem;
  overflow: hidden;
  position: relative;
  height: 1075px;
  height: 67.1875rem;
}
@media (min-width: 1920px) {
  .p-top-link {
    height: 55.9895833333vw;
    padding-top: 13.125vw;
  }
}
@media (max-width: 1260px) {
  .p-top-link {
    padding-top: calc(21.5447vw - 19.4634px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-link {
    margin-top: 0;
    padding-top: 0;
    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;
  }
}

.p-top-link__bg {
  position: absolute;
  width: 1920px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media (min-width: 1920px) {
  .p-top-link__bg {
    width: 100%;
  }
}
@media (max-width: 1260px) {
  .p-top-link__bg {
    width: 152.380952381vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-link__bg {
    width: 1920px;
    height: 1075px;
  }
}

.p-top-link__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-top-link__inner {
  position: relative;
}

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

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

.p-top-link__items:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-top-link__items:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.p-top-link__item {
  border-radius: 9.375rem;
  -webkit-box-shadow: 0.25rem 0.1875rem 0.9375rem rgba(0, 0, 0, .2);
          box-shadow: 0.25rem 0.1875rem 0.9375rem rgba(0, 0, 0, .2);
}

.p-top-link__item a {
  display: block;
  width: 520px;
  width: 32.5rem;
  height: 300px;
  height: 18.75rem;
  border-radius: 9.375rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-link__item a {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-link__img {
    width: 100%;
    height: 10.625rem;
  }
}

.p-top-link__img img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

.p-top-link__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 12px;
  row-gap: 0.75rem;
  padding-left: 62px;
  padding-left: 3.875rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-link__content {
    padding-left: 2.5rem;
  }
}

.p-top-link__content span:nth-child(1) {
  font-size: 46px;
  font-size: 2.875rem;
  letter-spacing: 0.025em;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-top-link__content span:nth-child(1) {
    font-size: 1.75rem;
  }
}

.p-top-link__content span:nth-child(2) {
  letter-spacing: 0.125em;
  position: relative;
  padding-right: 25px;
  padding-right: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-top-link__content span:nth-child(2) {
    padding-right: 1.25rem;
    font-size: 0.875rem;
  }
}
.p-top-link__content span:nth-child(2)::after {
  position: absolute;
  content: "";
  top: 58%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  width: 0.375rem;
  height: 8px;
  height: 0.5rem;
  background-image: url(../images/common/arrow_right-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.p-top-link__item a:hover .p-top-link__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* ------------------------------------------------
inview
--------------------------------------------------- */
.p-voice__title {
  width: 320px;
  width: 20rem;
  margin-inline: auto;
}

.p-voice__list {
  display: grid;
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  gap: 86px 90px;
  gap: 5.375rem 5.625rem;
  margin-top: 123px;
  margin-top: 7.6875rem;
}
@media screen and (max-width: 767px) {
  .p-voice__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.125rem;
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 599px) {
  .p-voice__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.75rem;
    margin-top: 3.125rem;
  }
}

.p-voice__nothing {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.075em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-voice__nothing {
    font-size: 0.875rem;
  }
}

.p-voice__thumbnail img {
  aspect-ratio: 1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0.25rem 0.9375rem 0.3125rem rgba(15, 20, 25, .2);
          box-shadow: 0px 0.25rem 0.9375rem 0.3125rem rgba(15, 20, 25, .2);
}

.p-voice__content {
  padding-top: 21px;
  padding-top: 1.3125rem;
  padding-inline: 20px;
  padding-inline: 1.25rem;
}

.p-voice__year {
  border-radius: 0.75rem;
  min-height: 24px;
  min-height: 1.5rem;
  padding-inline: 23px;
  padding-inline: 1.4375rem;
  border: 2px solid #54c1e0;
  border: 0.125rem solid #54c1e0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #54c1e0;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-voice__name {
  text-align: center;
  min-height: 40px;
  min-height: 2.5rem;
  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;
  background-color: #1955a5;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #fff;
  border-radius: 1.25rem;
  margin-top: 11px;
  margin-top: 0.6875rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-voice__name {
    font-size: 1.125rem;
  }
}

.p-voice__textarea {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  margin-top: 15px;
  margin-top: 0.9375rem;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-voice__textarea {
    font-size: 0.875rem;
  }
}

.p-voice__textarea p {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-voice__textarea p {
    font-size: 0.875rem;
  }
}

.p-voice__btn {
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 90px;
  width: 5.625rem;
  height: 40px;
  height: 2.5rem;
  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;
  background-color: #54c1e0;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  position: relative;
  border-radius: 1.25rem;
  margin-left: auto;
  border: 2px solid #54c1e0;
  border: 0.125rem solid #54c1e0;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.p-voice__btn span {
  -webkit-transform: translateX(-0.4375rem);
          transform: translateX(-0.4375rem);
}

.p-voice__btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 12px;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  width: 0.375rem;
  height: 8px;
  height: 0.5rem;
  -webkit-mask-image: url(../images/common/arrow_right-white.svg);
          mask-image: url(../images/common/arrow_right-white.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media (any-hover: hover) {
  .p-voice__item:hover .p-voice__btn {
    background-color: #fff;
    color: #54c1e0;
  }
  .p-voice__item:hover .p-voice__btn::after {
    background-color: #54c1e0;
  }
}
/* ------------------------------------------------
inview
--------------------------------------------------- */
.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(0.625rem);
          transform: translateY(0.625rem);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.js-fadeUp.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.delay01 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .delay01 {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}

.delay02 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .delay02 {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}

.delay03 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
@media screen and (max-width: 767px) {
  .delay03 {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}

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

@media (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

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

@media (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
