@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-size: 16px;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 50px;
  }
}

body {
  font-size: 1rem;
  line-height: 2.125;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
}
body a {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    letter-spacing: 0.05em;
  }
}
body.is-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-tap-highlight-color: transparent;
}

#autozip {
  display: none !important;
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 7.1428%;
  box-sizing: content-box;
}
@media screen and (max-width: 1039px) {
  .l-inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 5.33%;
  }
}
.l-inner.--narrow {
  max-width: 1000px;
}

.l-contents {
  max-width: 1080px;
}

.c-more01 {
  width: 210px;
  background: linear-gradient(90deg, #1C64C6 0%, #0F3C77 90%, #0F2645 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-block: 8px;
  padding-inline: 20px 15px;
  border-radius: 5px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.12em;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-more01 {
    width: 180px;
  }
}
@media (hover: hover) {
  .c-more01:hover img {
    transform: translateX(5px);
  }
}
.c-more01 img {
  width: 1.5rem;
  height: 2.1875rem;
  transition: all 0.3s ease;
}
.c-more01::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  right: 55px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-more01.sp-small {
    width: 163px;
    padding-inline: 12px 15px;
  }
  .c-more01.sp-small::before {
    right: 50px;
  }
}
.c-more01.center {
  margin-inline: auto;
}

.c-more02 {
  width: 280px;
  background: #247E47;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-block: 11px;
  padding-inline: 20px 16px;
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.12em;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-more02 {
    width: 260px;
  }
}
@media (hover: hover) {
  .c-more02:hover img {
    transform: translateX(5px);
  }
}
.c-more02 img {
  width: 1.1875rem;
  height: 1.1875rem;
  transition: all 0.3s ease;
}
.c-more02::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  right: 55px;
  top: 0;
}

.c-more03 {
  width: 230px;
  background: #ffffff;
  color: #2C61A9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-block: 8px;
  padding-inline: 20px 15px;
  border-radius: 5px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-more03 {
    width: 220px;
  }
}
@media (hover: hover) {
  .c-more03:hover img {
    transform: translateX(5px);
  }
}
.c-more03 img {
  width: 1.5rem;
  height: 2.1875rem;
  transition: all 0.3s ease;
}
.c-more03::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #2C61A9;
  right: 50px;
  top: 0;
}
.c-more03.wide {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .c-more03.wide {
    width: 296px;
  }
}

.c-more04 {
  width: 314px;
  background: #2C61A9;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-block: 8px;
  padding-inline: 20px 15px;
  border-radius: 5px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.12em;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-more04 {
    width: 295px;
    padding-inline: 12px 15px;
  }
}
@media (hover: hover) {
  .c-more04:hover img {
    transform: translateX(5px);
  }
}
.c-more04 img {
  width: 1.5rem;
  height: 2.1875rem;
  transition: all 0.3s ease;
}
.c-more04::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  right: 55px;
  top: 0;
}

.c-more05 {
  width: 373px;
  background: #ffffff;
  color: #2C61A9;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-block: 20px;
  padding-inline: 20px;
  border-radius: 5px;
  font-size: 1.375rem;
  line-height: 1.4545454545;
  letter-spacing: 0;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-more05 {
    max-width: 335px;
    width: 100%;
    font-size: 1rem;
    padding-block: 12px;
  }
}
@media (hover: hover) {
  .c-more05:hover img {
    transform: translateX(5px);
  }
}
.c-more05 img {
  width: 1.5rem;
  height: 2.1875rem;
  transition: all 0.3s ease;
}
.c-more05.center {
  margin-inline: auto;
}

.c-more06 {
  width: 440px;
  background: linear-gradient(90deg, #1C64C6 0%, #0F3C77 90%, #0F2645 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-block: 8px;
  padding-inline: 20px 15px;
  border-radius: 5px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.12em;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-more06 {
    max-width: 335px;
    width: 100%;
    line-height: 1.5;
    padding-block: 15px;
  }
}
@media (hover: hover) {
  .c-more06:hover img {
    transform: translateX(5px);
  }
}
.c-more06 img {
  width: 1.5rem;
  height: 2.1875rem;
  transition: all 0.3s ease;
}
.c-more06::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  right: 55px;
  top: 0;
}
.c-more06.center {
  margin-inline: auto;
}

.c-more07 {
  width: 210px;
  background: linear-gradient(90deg, #1C64C6 0%, #0F3C77 90%, #0F2645 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  padding-block: 8px;
  padding-inline: 15px;
  border-radius: 5px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.12em;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-more07 {
    width: 180px;
  }
}
@media (hover: hover) {
  .c-more07:hover img {
    transform: translateX(-5px) rotate(180deg);
  }
}
.c-more07 img {
  transform: rotate(180deg);
  width: 1.5rem;
  height: 2.1875rem;
  transition: all 0.3s ease;
}
.c-more07::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  left: 55px;
  top: 0;
}
.c-more07.center {
  margin-inline: auto;
}

.c-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .c-title {
    gap: 4px;
  }
}
.c-title h1 {
  font-size: min(3.2857142857vw, 46px);
  line-height: 1.5217391304;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: #2C61A9;
}
@media screen and (max-width: 767px) {
  .c-title h1 {
    font-size: 1.6875rem;
  }
}
.c-title span {
  font-size: min(1.4285714286vw, 20px);
  line-height: 1.05;
  letter-spacing: 0.12em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-title span {
    font-size: 1rem;
  }
}

.c-point {
  font-size: 1.25rem;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  padding-left: 33px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-point {
    font-size: 0.75rem;
    padding-left: 21px;
    order: 1;
  }
}
.c-point::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 1px;
  background-color: #333333;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-point::before {
    width: 15px;
  }
}

.c-breadcrumbs {
  margin-block: 20px;
  padding-inline: 50px;
  text-align: right;
  position: relative;
  z-index: 1;
}
.c-breadcrumbs.post {
  padding-inline: 0;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-block: 10px 30px;
    padding-inline: 5.33%;
    text-align: left;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .c-breadcrumbs::-webkit-scrollbar {
    display: none;
  }
  .c-breadcrumbs span {
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 0.75rem;
  }
}
.c-breadcrumbs span {
  font-size: 0.875rem;
  letter-spacing: 0.12em;
}
.c-breadcrumbs span:not(:first-child) {
  margin-left: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs span:not(:first-child) {
    margin-left: 15px;
  }
}
.c-breadcrumbs span:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 1px solid #1C64C6;
  border-right: 1px solid #1C64C6;
  left: -18px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs span:not(:first-child)::before {
    width: 5px;
    height: 5px;
    left: -13px;
    top: 52%;
  }
}
.c-breadcrumbs a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-breadcrumbs a:hover {
    opacity: 0.5;
  }
}
.c-breadcrumbs .home span {
  color: #2C61A9;
}

.c-top-btn {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: auto;
  aspect-ratio: 1/1;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-top-btn.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (hover: hover) {
  .c-top-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-top-btn {
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
  }
}

.c-drawer-bg {
  display: none;
}
@media screen and (max-width: 1039px) {
  .c-drawer-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.7);
    z-index: 100;
    display: none;
  }
  .c-drawer-bg.is-open {
    display: block;
  }
}

.c-drawer-btn {
  width: calc(50% - 10px);
}
.c-drawer-btn a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 153px;
  height: 80px;
  padding-bottom: 16px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}

.c-drawer-btn__wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: flex-start;
}

.c-drawer-btn .tel {
  font-size: 1.125rem;
  line-height: 1.2777;
  letter-spacing: 0.05em;
  position: relative;
}
.c-drawer-btn .tel::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 18px;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.c-drawer-btn .contact {
  font-size: 0.875rem;
  line-height: 1.428;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
.c-drawer-btn .contact::before {
  content: "";
  position: absolute;
  background-image: url(../img/mail-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 17px;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.c-drawer-icon {
  width: 40px;
  height: 40px;
  background-color: #2C61A9;
  position: relative;
  border-radius: 4px;
  z-index: 300;
}
.c-drawer-icon .bar1,
.c-drawer-icon .bar2,
.c-drawer-icon .bar3 {
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.c-drawer-icon .bar1 {
  top: 9px;
  left: 10px;
}
.c-drawer-icon .bar2 {
  top: 16px;
  left: 10px;
}
.c-drawer-icon .bar3 {
  top: 23px;
  left: 10px;
}
.c-drawer-icon::after {
  content: "MENU";
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.4375rem;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.c-drawer-icon.is-open .bar1 {
  top: 18px;
  transform: rotate(45deg);
}
.c-drawer-icon.is-open .bar2 {
  top: 18px;
  transform: rotate(-45deg);
}
.c-drawer-icon.is-open .bar3 {
  display: none;
}
.c-drawer-icon.is-open::after {
  content: "CLOSE";
}

.c-title01 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .c-title01 {
    gap: 13px;
  }
}
.c-title01 span {
  font-size: 1.25rem;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-title01 span {
    font-size: 1rem;
    margin-left: 3px;
  }
}
@media screen and (max-width: 767px) {
  .c-title01 span.cta {
    font-size: 0.875rem;
  }
}
.c-title01 h2 {
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #2C61A9;
}
@media screen and (max-width: 767px) {
  .c-title01 h2 {
    font-size: 1.5625rem;
  }
}
.c-title01 h2.cta {
  font-size: 2.25rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .c-title01 h2.cta {
    font-size: 2rem;
  }
}
.c-title01.white span {
  color: #ffffff;
}
.c-title01.white h2 {
  color: #ffffff;
}
.c-title01.center {
  align-items: center;
}

.c-title02 {
  font-size: min(2.5714285714vw, 36px);
  line-height: 1.5555555556;
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, #1C64C6 0%, #0F3C77 54.33%, #0F2645 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-title02 {
    font-size: 1.625rem;
  }
}

.c-title03 {
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #2C61A9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title03 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title03.sp-small {
    font-size: 1.125rem;
  }
}
.c-title03.left {
  text-align: left;
}
.c-title03.green {
  color: #247E47;
}
.c-title03 .small {
  font-size: 1rem;
  margin-left: 6px;
  display: inline-block;
}

.c-title04 {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
}

.c-readText {
  font-size: 1.125rem;
  line-height: 1.8888888889;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-readText {
    font-size: 1rem;
  }
}

.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    gap: 15px;
    margin-top: 50px;
  }
}
.c-pagination span,
.c-pagination a {
  font-size: 1.125rem;
  color: #333333;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-pagination span,
  .c-pagination a {
    font-size: 0.875rem;
  }
}
.c-pagination .page-numbers {
  background: #ffffff;
  border: 1px solid #cccccc;
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers {
    width: 40px;
    height: 40px;
  }
}
.c-pagination .page-numbers:not(.prev):not(.next):not(.dots):hover, .c-pagination .page-numbers:not(.prev):not(.next):not(.dots):active {
  background: #333333;
  color: #ffffff;
  border-color: #333333;
}
.c-pagination .current {
  background: #333333;
  color: #ffffff;
  border-color: #333333;
  pointer-events: none;
}
.c-pagination .prev {
  padding: 0;
  border: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-pagination .prev {
    width: 15px;
  }
}
.c-pagination .prev::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333333;
  border-left: 2px solid #333333;
  top: 50%;
  left: 23px;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-pagination .prev::before {
    left: 5px;
  }
}
@media (hover: hover) {
  .c-pagination .prev:hover::before {
    opacity: 0.7;
  }
}
.c-pagination .next {
  padding: 0;
  border: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-pagination .next {
    width: 15px;
  }
}
.c-pagination .next::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333333;
  border-left: 2px solid #333333;
  top: 50%;
  right: 23px;
  transform: translateY(-50%) rotate(135deg);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-pagination .next::before {
    right: 5px;
  }
}
@media (hover: hover) {
  .c-pagination .next:hover::before {
    opacity: 0.7;
  }
}

.c-deco {
  position: absolute;
  width: min(17.1428571429vw, 240px);
  aspect-ratio: 240/449;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .c-deco {
    width: 27.2vw;
  }
}
.c-deco.left {
  background-image: url(../img/common/left-bg.webp);
  left: -7%;
}
@media screen and (max-width: 767px) {
  .c-deco.left {
    left: -8.5%;
  }
}
.c-deco.right {
  background-image: url(../img/common/right-bg.webp);
  right: -4%;
}
@media screen and (max-width: 767px) {
  .c-deco.right {
    right: -8.5%;
  }
}
.c-deco.top-deco01 {
  bottom: -6%;
}
.c-deco.top-deco02 {
  top: -6%;
}
@media screen and (max-width: 767px) {
  .c-deco.top-deco02 {
    top: -0.5%;
  }
}
.c-deco.top-deco03 {
  top: 28%;
}
.c-deco.independent-deco01 {
  bottom: -28%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-deco.independent-deco01 {
    bottom: -15%;
  }
}
.c-deco.independent-deco02 {
  top: 60%;
}
@media screen and (max-width: 767px) {
  .c-deco.independent-deco02 {
    top: 96%;
  }
}
.c-deco.independent-deco03 {
  top: 0%;
}
@media screen and (max-width: 767px) {
  .c-deco.independent-deco03 {
    top: -1%;
  }
}
.c-deco.independent-deco04 {
  bottom: -3%;
}
.c-deco.independent-deco05 {
  bottom: -19%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-deco.independent-deco05 {
    bottom: initial;
    top: -3%;
  }
}
.c-deco.independent-deco06 {
  top: -35%;
}
.c-deco.independent-deco07 {
  bottom: -10%;
}
.c-deco.consulting-deco01 {
  bottom: -77%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-deco.consulting-deco01 {
    bottom: -23%;
  }
}
.c-deco.consulting-deco02 {
  top: 60%;
}
@media screen and (max-width: 767px) {
  .c-deco.consulting-deco02 {
    top: 0;
  }
}
.c-deco.consulting-deco03 {
  top: -8%;
}
.c-deco.consulting-deco04 {
  top: 0;
}
.c-deco.consulting-deco05 {
  top: -1%;
}
.c-deco.incorporation-deco01 {
  bottom: 9%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-deco.incorporation-deco01 {
    bottom: 39%;
  }
}
.c-deco.incorporation-deco02 {
  top: 54%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-deco.incorporation-deco02 {
    top: 96%;
  }
}
.c-deco.succession-deco01 {
  bottom: -43%;
}
@media screen and (max-width: 767px) {
  .c-deco.succession-deco01 {
    bottom: -25%;
  }
}
.c-deco.succession-deco02 {
  top: 32%;
}
@media screen and (max-width: 767px) {
  .c-deco.succession-deco02 {
    top: 45%;
  }
}
.c-deco.succession-deco03 {
  bottom: -9%;
}
@media screen and (max-width: 767px) {
  .c-deco.succession-deco03 {
    bottom: -3.5%;
  }
}
.c-deco.succession-deco04 {
  bottom: -25%;
}
@media screen and (max-width: 767px) {
  .c-deco.succession-deco04 {
    bottom: -17%;
  }
}
.c-deco.establish-deco01 {
  bottom: -63%;
}
.c-deco.establish-deco02 {
  top: 24%;
}
.c-deco.establish-deco03 {
  bottom: 31%;
}
.c-deco.establish-deco04 {
  bottom: 4%;
}
.c-deco.recruit-deco01 {
  top: 57%;
}
.c-deco.recruit-deco02 {
  top: 40%;
}
.c-deco.crosstalk-deco01 {
  top: 6%;
}
.c-deco.crosstalk-deco02 {
  bottom: -66%;
  z-index: 1;
}
.c-deco.crosstalk-deco03 {
  bottom: -195%;
  z-index: 1;
}
.c-deco.crosstalk-deco04 {
  bottom: -305%;
  z-index: 1;
}

/*top*/
.p-read {
  overflow-x: clip;
  position: relative;
}

.p-service {
  overflow-x: clip;
  position: relative;
}

.p-strength {
  overflow-x: clip;
  position: relative;
}

.p-message {
  overflow-x: clip;
  position: relative;
}

.p-policy {
  overflow-x: clip;
  position: relative;
}

.p-plan {
  overflow-x: clip;
  position: relative;
}

.p-flow {
  overflow-x: clip;
  position: relative;
}

.p-news {
  overflow-x: clip;
  position: relative;
}

.p-pageReason {
  overflow-x: clip;
  position: relative;
}

.p-consultingMessage {
  overflow-x: clip;
  position: relative;
}

.p-process {
  overflow-x: clip;
  position: relative;
}

.p-consultingService {
  overflow-x: clip;
  position: relative;
}

.p-consultingSuccess {
  overflow-x: clip;
  position: relative;
}

.p-coreSolution {
  overflow-x: clip;
  position: relative;
}

.p-incorporationMessage {
  overflow-x: clip;
  position: relative;
}

.p-incorporationSuccess {
  overflow-x: clip;
  position: relative;
}

.p-successionMessage {
  overflow-x: clip;
  position: relative;
  z-index: 1;
}

.p-opening {
  overflow-x: clip;
  position: relative;
}

.p-closing {
  overflow-x: clip;
  position: relative;
}

.p-establishMessage {
  overflow-x: clip;
  position: relative;
  z-index: 1;
}

.p-interview {
  overflow-x: clip;
  position: relative;
}

.p-recruitMessage {
  overflow-x: clip;
  position: relative;
}

.p-requirement {
  overflow-x: clip;
  position: relative;
}

.p-crosstalk {
  overflow-x: clip;
  position: relative;
}

.p-fv {
  display: flex;
  position: relative;
  z-index: 150;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv {
    display: block;
  }
}

.p-fv__title {
  position: absolute;
  background: linear-gradient(90deg, #1C64C6 0%, #0F3C77 54.33%, #0F2645 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  z-index: 1;
  left: 7%;
  top: 55%;
  letter-spacing: 0;
  font-size: min(3.2857142857vw, 46px);
  line-height: 1.4347826087;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 1.6875rem;
    left: 5%;
    top: 21%;
  }
}
.p-fv__title span {
  display: block;
  margin-right: 28px;
}
@media screen and (max-width: 767px) {
  .p-fv__title span {
    margin-right: 14px;
  }
}

.p-fv__slide {
  flex: 1 1 0;
  min-width: 0;
  height: 550px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv__slide {
    flex: auto;
    height: 259px;
    margin-bottom: 140px;
  }
}
.p-fv__slide .splide__slide {
  width: 100%;
  height: auto;
  aspect-ratio: 1400/750;
}
.p-fv__slide .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-fv__slide .splide__track {
  height: 100%;
}
.p-fv__slide .splide__pagination {
  justify-content: flex-end;
  bottom: 40px;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .p-fv__slide .splide__pagination {
    bottom: 18px;
  }
}
.p-fv__slide .splide__pagination__page {
  width: 10px;
  height: 10px;
  background-color: #707070;
  opacity: 1;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__slide .splide__pagination__page {
    width: 6px;
    height: 6px;
    margin: 2px;
  }
}
.p-fv__slide .splide__pagination__page.is-active {
  background-color: #ffffff;
  transform: scale(1);
}
.p-fv__slide .deco01 {
  position: absolute;
  bottom: 16%;
  left: -11%;
  width: min(14.8571428571vw, 208px);
  height: auto;
}
.p-fv__slide .deco02 {
  position: absolute;
  bottom: -26%;
  right: -10%;
  width: 231px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-fv__slide .deco02 {
    bottom: -40%;
    right: -1%;
    width: 37.3333333333vw;
    z-index: -1;
  }
}

.p-fv__link {
  flex: 0 0 415px;
  background-color: #F0F7FA;
  position: relative;
  padding-block: 140px;
  padding-inline: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv__link {
    flex: auto;
    width: 100%;
    padding-block: 27px;
  }
}
.p-fv__link::before {
  content: "";
  position: absolute;
  background: linear-gradient(to top, #ffffff 0%, transparent 45px);
  width: 100%;
  height: 45px;
  bottom: 0;
  left: 0;
}

.p-fv__link__title {
  font-size: 1.375rem;
  line-height: 1.4545454545;
  font-weight: 600;
  color: #2C61A9;
  margin-bottom: 20px;
  margin-left: 15px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__link__title {
    font-size: min(4.5333333333vw, 17px);
    margin-left: 0;
    letter-spacing: 0.07em;
    line-height: 1.8;
    margin-bottom: 13px;
  }
}

.p-fv__link__list {
  margin-left: 16px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-fv__link__list {
    margin-left: 0;
    margin-bottom: 24px;
  }
}
.p-fv__link__list li {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 500;
  padding-left: 24px;
  position: relative;
}
.p-fv__link__list li::before {
  content: "";
  position: absolute;
  background: url(../img/top/check.webp) no-repeat center center/contain;
  width: 14px;
  height: 14px;
  left: 0;
  top: 7px;
}

.p-fv__link__text {
  font-size: 1.125rem;
  line-height: 1.6111111111;
  font-weight: 600;
  color: #2C61A9;
  text-align: center;
  margin-bottom: 14px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__link__text {
    font-size: 1rem;
    line-height: 1.875;
    margin-bottom: 18px;
  }
}

.p-fv__link__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.p-fv__link__buttons a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  line-height: 1.125;
  font-weight: 600;
  letter-spacing: 0;
  color: #2C61A9;
  background-color: #ffffff;
  padding-block: 12px;
  padding-inline: 20px 13px;
  border-radius: 5px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-fv__link__buttons a {
    line-height: 1.375;
    padding-block: 11px;
    padding-inline: 16px 12px;
  }
}

.p-fv__link__illust {
  position: absolute;
  top: 13.8%;
  right: 47px;
  width: 12.6%;
  aspect-ratio: 52/157;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-fv__link__illust {
    top: -3%;
    right: 43px;
    width: 9.4%;
  }
}

.p-header {
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 97%;
  height: 80px;
  padding-inline: 25px 20px;
  z-index: 200;
  border-radius: 10px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
  position: fixed;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 60px;
    border-radius: 5px;
    padding-inline: 20px 10px;
    width: 95%;
    top: 10px;
  }
}
.p-header.top-bottom {
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
.p-header.top-bottom.show {
  opacity: 1;
  visibility: visible;
}

.p-header__btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1039px) {
  .p-header__btn {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.p-header__contact,
.p-header__recruit {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2C61A9;
  color: #ffffff;
  font-size: min(1vw, 14px);
  letter-spacing: 0;
  font-weight: bold;
  padding-inline: 14px;
  padding-block: 5px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.p-header__contact.has-sub:hover .p-header__sub-list,
.p-header__recruit.has-sub:hover .p-header__sub-list {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1039px) {
  .p-header__contact,
  .p-header__recruit {
    font-size: 0.875rem;
  }
}

.p-header__contact {
  position: relative;
  padding-inline: 36px 10px;
  margin-left: 0;
}
.p-header__contact::before {
  content: "";
  position: absolute;
  background: url(../img/common/mail-icon.webp) no-repeat center center/contain;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 15px;
}

.p-header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
}

.p-header__logo {
  height: inherit;
  z-index: 300;
}
.p-header__logo a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-header__logo a p {
  font-size: min(0.6428571429vw, 9px);
  line-height: 1.4444444444;
  letter-spacing: 0;
}
@media screen and (max-width: 1039px) {
  .p-header__logo a p {
    font-size: 0.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo a p {
    font-size: 0.625rem;
    margin-left: -2px;
  }
}
.p-header__logo a .title {
  font-size: min(1.6428571429vw, 23px);
  font-weight: bold;
  color: #2C61A9;
  line-height: 1.4782608696;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1039px) {
  .p-header__logo a .title {
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo a .title {
    font-size: min(4vw, 15px);
  }
}
.p-header__logo.drawer {
  height: 50px;
}
@media screen and (max-width: 1039px) {
  .p-header__logo.drawer a {
    display: block;
  }
}

.p-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  height: 100%;
  gap: min(2.1428571429vw, 30px);
}
@media screen and (max-width: 1039px) {
  .p-header__nav {
    position: fixed;
    inset: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: block;
    transform: translateX(100%);
    pointer-events: none;
    transition: all 0.3s ease;
    background-color: #ffffff;
    padding: 60px 25px 25px 27px;
    overflow-y: scroll;
    border-radius: 10px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-header__nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
    height: calc(100vh - 40px);
  }
}

.p-header__list {
  display: flex;
  align-items: center;
  column-gap: min(2.1428571429vw, 30px);
  height: 100%;
}
@media screen and (max-width: 1039px) {
  .p-header__list {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin: 0 auto 30px;
  }
}

.p-header__item {
  height: inherit;
  position: relative;
}
@media screen and (max-width: 1039px) {
  .p-header__item {
    border-bottom: 1px solid #D5D5D5;
    width: 100%;
  }
  .p-header__item > a {
    display: block;
    padding-block: 15px;
    padding-inline: 10px 0;
    position: relative;
  }
  .p-header__item > a::after {
    content: "";
    position: absolute;
    background: url(../img/common/link-arrow.webp) no-repeat center center/contain;
    width: 20px;
    height: 100%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.p-header__item:hover span::after {
  opacity: 1;
}
.p-header__item span {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(1.1428571429vw, 16px);
  line-height: 1.5;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.09em;
  cursor: pointer;
}
.p-header__item span::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #2C61A9;
  border-radius: 50%;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  opacity: 0;
}
@media screen and (max-width: 1039px) {
  .p-header__item span {
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .p-header__item span::after {
    display: none;
  }
}
.p-header__item.has-sub:hover .p-header__sub-list {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1039px) {
  .p-header__item.has-sub {
    padding-block: 0;
  }
  .p-header__item.has-sub span {
    padding-block: 15px;
    padding-inline: 10px 0;
    position: relative;
    width: 100%;
  }
  .p-header__item.has-sub span::after {
    display: block;
    opacity: 1;
    content: "";
    position: absolute;
    width: 18px;
    height: 1px;
    background-color: #2C61A9;
    top: 50%;
    transform: translate(0%, -50%);
    left: initial;
    right: 2px;
    border-radius: 0;
  }
  .p-header__item.has-sub span::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    background-color: #2C61A9;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s linear, visibility 0.3s linear;
  }
  .p-header__item.has-sub.is-closed > span::before {
    opacity: 1;
    visibility: visible;
  }
  .p-header__item.has-sub.is-closed > .p-header__sub-list {
    display: none;
  }
  .p-header__item.has-sub:not(.is-closed) > .p-header__sub-list {
    display: block;
  }
}

.p-header__sub-list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #2C61A9;
  color: #ffffff;
  width: 180px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1039px) {
  .p-header__sub-list {
    display: none;
    opacity: 1;
    visibility: visible;
    position: static;
    transform: none;
    width: auto;
    background: transparent;
    color: #333333;
    width: 100%;
    margin: 0 auto;
    transition: none;
    padding-bottom: 15px;
  }
  .p-header__sub-list::before {
    display: none;
  }
}
.p-header__sub-list li {
  border-bottom: 1px solid #ffffff;
}
.p-header__sub-list li:last-of-type {
  border-bottom: none;
}
.p-header__sub-list a {
  font-size: min(1vw, 14px);
  letter-spacing: 0.05em;
  font-weight: 600;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1039px) {
  .p-header__sub-list a {
    font-size: 0.875rem;
    justify-content: flex-start;
    font-weight: 400;
    padding: 4px 15px;
    position: relative;
  }
  .p-header__sub-list a::after {
    content: "";
    position: absolute;
    background: url(../img/common/link-arrow.webp) no-repeat center center/contain;
    width: 20px;
    height: 100%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.p-header__sub-list.--recruit {
  top: 160%;
  width: 145px;
}
.p-header__sub-list::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 13px 12px;
  border-color: transparent transparent #2c61a9 transparent;
}

@media screen and (max-width: 1039px) {
  .p-header__icon {
    display: flex !important;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 300;
  }
}

.p-header__privacy {
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  padding-block: 20px;
}

.p-read {
  padding-top: 42px;
  padding-bottom: 3%;
  position: relative;
}
@media screen and (max-width: 1039px) {
  .p-read {
    padding-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-read {
    padding-top: 92px;
    height: auto;
  }
}

.p-read__contents {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10.6%;
  padding-right: 8.9%;
  margin-inline: auto 0;
  position: relative;
}
@media screen and (max-width: 1039px) {
  .p-read__contents {
    gap: 6%;
  }
}
@media screen and (max-width: 767px) {
  .p-read__contents {
    position: static;
    flex-direction: column;
    padding-right: 0;
  }
}

.p-read__head {
  font-size: min(1.9285714286vw, 27px);
  background: linear-gradient(180deg, #1c64c6 0%, #0f3c77 54.33%, #0f2645 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (max-width: 1039px) {
  .p-read__head {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-read__head {
    align-self: flex-end;
    margin-right: 23px;
    letter-spacing: 0.1em;
  }
}
.p-read__head span {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-read__head.sp-horizontal {
    background: linear-gradient(90deg, #1c64c6 0%, #0f3c77 54.33%, #0f2645 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -ms-writing-mode: initial;
    writing-mode: initial;
    text-orientation: initial;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 1.625rem;
    line-height: 1.6153846154;
    letter-spacing: 0.1em;
    align-self: flex-start;
  }
}
@media screen and (min-width: 1040px) {
  .p-read__head.pc-horizontal {
    color: #2C61A9;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background-clip: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    text-orientation: initial;
    letter-spacing: 0;
    line-height: 1.5185185185;
  }
}
@media screen and (max-width: 1039px) {
  .p-read__head.pc-horizontal {
    color: #2C61A9;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background-clip: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    text-orientation: initial;
    letter-spacing: 0;
    line-height: 1.5185185185;
  }
}
@media screen and (max-width: 767px) {
  .p-read__head.pc-horizontal {
    color: transparent;
    background: linear-gradient(180deg, #1c64c6 0%, #0f3c77 54.33%, #0f2645 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
}

.p-read__text {
  margin-top: 103px;
}
@media screen and (max-width: 1039px) {
  .p-read__text {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-read__text {
    margin-top: 20px;
  }
}
.p-read__text p {
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .p-read__text p {
    margin-bottom: 26px;
  }
}
.p-read__text p:last-child {
  margin-bottom: 0;
}

.p-read__img {
  position: absolute;
  height: auto;
}
.p-read__img img {
  width: 100%;
  height: 100%;
}
.p-read__img.item01 {
  top: -1%;
  left: 0;
  width: 33.1428571429vw;
  aspect-ratio: 464/457;
  max-height: 457px;
}
@media screen and (max-width: 1039px) {
  .p-read__img.item01 {
    top: -22%;
  }
}
@media screen and (max-width: 767px) {
  .p-read__img.item01 {
    top: 95px;
    left: 0;
    width: 64%;
    max-height: 236px;
  }
}
.p-read__img.item01 img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 767px) {
  .p-read__img.item01 img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.p-read__img.item02 {
  top: 59%;
  left: 22.5%;
  width: 15.3571428571vw;
  aspect-ratio: 215/155;
  max-height: 155px;
}
@media screen and (max-width: 1039px) {
  .p-read__img.item02 {
    top: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-read__img.item02 {
    top: 373px;
    left: 37%;
    width: 24%;
    max-height: 66px;
  }
}
.p-read__img.item02 img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-read__img.item02 img {
    border-radius: 5px;
  }
}

.p-footer {
  background-image: url(../img/common/footer_pc.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  margin-block: 24px;
  margin-inline: 20px;
  padding-block: 60px 10px;
  color: #ffffff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-footer {
    margin-block: 10px;
    margin-inline: 10px;
    padding-block: 30px 16px;
    border-radius: 10px;
    background-image: url(../img/common/footer_sp.webp);
  }
}

.p-footer__contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8.4%;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .p-footer__contents {
    flex-direction: column;
    gap: 35px;
  }
}

.p-footer__text {
  font-size: min(1.4285714286vw, 20px);
  line-height: 2.1;
  letter-spacing: 0.21em;
  margin-top: -77px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
@media screen and (max-width: 767px) {
  .p-footer__text {
    font-size: 0.75rem;
    margin-top: 0;
    line-height: 1.9;
    letter-spacing: 0.25em;
  }
}
.p-footer__text span {
  display: block;
}

.p-footer__main {
  font-size: min(2.1428571429vw, 30px);
  line-height: 1.0333333333;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  margin-top: -40px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer__main {
    font-size: 1.25rem;
    margin-top: 0;
    line-height: 1.3;
    letter-spacing: 0.12em;
  }
}
.p-footer__main:hover {
  opacity: 0.8;
}
.p-footer__main span {
  display: block;
  font-size: min(1.2142857143vw, 17px);
  line-height: 1.8235294118;
  margin-top: 11px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-footer__main span {
    font-size: 0.4375rem;
    display: none;
  }
}

.p-footer__nav {
  display: flex;
  flex-direction: column;
}

.p-footer__link {
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.12em;
}
.p-footer__link.sub {
  margin-left: 20px;
}

.p-footer__copy {
  font-size: 0.75rem;
  line-height: 2.5833333333;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: 0;
  margin-right: 55px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    margin-right: 0;
    font-size: 0.4375rem;
    margin-top: 12px;
    margin-bottom: 35px;
  }
}

.p-footer__window {
  display: flex;
  position: relative;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-footer__window {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 10px;
  }
}
.p-footer__window::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  height: 1px;
  left: 0;
  top: 0;
}

.p-footer__window-link {
  flex: 1;
  font-size: min(1.1428571429vw, 16px);
  line-height: 1.9375;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-inline: 20px;
  position: relative;
  justify-content: center;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-footer__window-link {
    flex: auto;
    font-size: 0.625rem;
    padding-inline: 0;
    gap: 8px;
  }
  .p-footer__window-link img {
    width: 8px;
    height: 8px;
  }
}
.p-footer__window-link:not(:last-child)::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-footer__window-link:not(:last-child)::after {
    display: none;
  }
}

.p-cta {
  background-color: #2C61A9;
  color: #ffffff;
  position: relative;
  margin-top: 135px;
}
@media screen and (max-width: 767px) {
  .p-cta {
    margin-top: 60px;
  }
}
.p-cta::before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 5px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-cta::before {
    display: none;
  }
}

.p-cta__contents {
  display: flex;
  justify-content: space-between;
  padding-block: 71px 68px;
  gap: 16%;
}
@media screen and (max-width: 767px) {
  .p-cta__contents {
    flex-direction: column;
    padding-block: 40px;
    gap: 80px;
  }
}

.p-cta__box {
  width: calc(50% - 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .p-cta__box {
    width: 100%;
    position: relative;
  }
  .p-cta__box:first-child::before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    height: 3px;
    left: 0;
    bottom: -40px;
  }
}

.p-cta__map {
  width: 100%;
  aspect-ratio: 498/293;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .p-cta__map {
    aspect-ratio: 335/160;
    margin-top: 10px;
  }
}
.p-cta__map iframe,
.p-cta__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-cta__address {
  line-height: 1.75;
  letter-spacing: 0.12em;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-cta__address {
    margin-top: 6px;
  }
}

.p-cta__tel {
  font-size: 2.3125rem;
  line-height: 0.9459459459;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-cta__tel {
    font-size: 1.6875rem;
  }
}
.p-cta__tel span {
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: 0.12em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-cta__tel span {
    font-size: 0.875rem;
  }
}

.p-cta__time {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.12em;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-cta__time {
    margin-top: 0;
  }
}

.p-cta__info {
  flex-grow: 1;
  text-align: center;
}

.p-headLine {
  height: 415px;
  position: relative;
  overflow-x: clip;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-headLine {
    height: auto;
  }
}
.p-headLine.--noImg {
  height: min(21.4285714286vw, 300px);
}
@media screen and (max-width: 1039px) {
  .p-headLine.--noImg {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-headLine.--noImg {
    height: 150px;
  }
}
.p-headLine.--noImg .p-headLine__title {
  align-self: flex-end;
  flex: auto;
}
@media screen and (max-width: 767px) {
  .p-headLine.--noImg .p-headLine__title {
    align-self: flex-start;
    justify-content: flex-end;
    margin-top: 0;
  }
}
.p-headLine .decoHead {
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 110px;
}
@media screen and (max-width: 767px) {
  .p-headLine .decoHead {
    left: initial;
    bottom: -20%;
    right: -1%;
    width: 37.3333333333vw;
    z-index: -1;
  }
  .p-headLine .decoHead.consulting {
    z-index: 1;
    bottom: -25%;
  }
}
.p-headLine .decoHead.noImg {
  z-index: 1;
  bottom: -50%;
  left: 0;
  width: 110px;
}
@media screen and (max-width: 767px) {
  .p-headLine .decoHead.noImg {
    bottom: -50%;
    left: initial;
    right: -1%;
    width: 37.3333333333vw;
  }
}

.p-headLine__contents {
  display: flex;
  height: 100%;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-headLine__contents {
    flex-direction: column-reverse;
  }
}

.p-headLine__title {
  flex: 0 0 36%;
  align-self: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-headLine__title {
    flex: auto;
    width: 100%;
    align-self: flex-start;
    padding-top: 20px;
    padding-right: 30px;
    background-color: #ffffff;
    border-top-right-radius: 20px;
    margin-top: -40px;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .p-headLine__title.sp-white {
    background-color: #ffffff;
    z-index: 2;
  }
}

.p-headLine__img {
  flex: 1;
  min-width: 0;
  margin-right: calc(50% - 50vw);
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-headLine__img {
    width: 100vw;
    max-height: 355px;
    aspect-ratio: 355/236;
    margin-left: auto;
  }
}
.p-headLine__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-left-radius: 20px;
}

.p-message {
  position: relative;
  padding-block: 0 120px;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding-block: 0 40px;
  }
}

.p-message__contents {
  display: flex;
  align-items: flex-start;
  gap: 6%;
  padding-left: 2%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-message__contents {
    flex-direction: column-reverse;
    gap: 110px;
  }
}

.p-message__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-message__box {
    gap: 30px;
  }
}

.p-message__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-message__text {
    gap: 20px;
  }
}

.p-message__img {
  position: absolute;
}
.p-message__img.img01 {
  top: 0;
  right: 0;
  width: 40.7142857143vw;
  aspect-ratio: 570/571;
  max-height: 571px;
}
@media screen and (max-width: 1039px) {
  .p-message__img.img01 {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .p-message__img.img01 {
    width: 64vw;
    aspect-ratio: 240/235;
    max-height: 235px;
    right: initial;
    left: 0;
  }
}
.p-message__img.img01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-message__img.img01 img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.p-message__img.img02 {
  bottom: -8%;
  right: 42%;
  width: 11.4285714286vw;
  aspect-ratio: 160/160;
  max-height: 160px;
}
@media screen and (max-width: 767px) {
  .p-message__img.img02 {
    bottom: initial;
    right: initial;
    left: 38%;
    top: 37%;
    width: 24.2666666667vw;
    aspect-ratio: 91/66;
    max-height: 66px;
  }
}
.p-message__img.img02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-message__img.img02 img {
    border-radius: 5px;
  }
}

.p-policy {
  padding-block: 40px 0;
}

.p-policy__contents {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 16%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-policy__contents {
    flex-direction: column;
  }
}

.p-policy__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 71%;
}
@media screen and (max-width: 767px) {
  .p-policy__list {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.p-policy__item {
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 10px;
  background-color: #F0F7FA;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .p-policy__item {
    gap: 20px;
    padding: 20px;
    align-items: flex-start;
  }
}
.p-policy__item p {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 400;
}
.p-policy__item:nth-child(1), .p-policy__item:nth-child(4) {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .p-policy__item:nth-child(1), .p-policy__item:nth-child(4) {
    grid-column: span 1;
  }
}

.p-policy__num {
  font-size: 1.25rem;
  letter-spacing: 0.12em;
  border-radius: 5px;
  width: 62px;
  height: 62px;
  background-color: #1C64C6;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 62px;
}
@media screen and (max-width: 767px) {
  .p-policy__num {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    flex: 0 0 40px;
  }
}

.p-pageReason {
  padding-block: 150px 0;
}
@media screen and (max-width: 767px) {
  .p-pageReason {
    padding-block: 80px 0;
  }
}

.p-pageReason__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-pageReason__head {
    margin-bottom: 30px;
  }
}

.p-condition {
  padding-block: 150px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-condition {
    padding-block: 40px 0;
  }
  .p-condition .p-read__head {
    margin-right: 30px;
  }
}

.p-condition__top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10%;
  position: relative;
  margin-bottom: 140px;
  padding-left: 9%;
}
@media screen and (max-width: 767px) {
  .p-condition__top {
    padding-left: 0;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 80px;
  }
}

.p-condition__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  flex: 0 0 31%;
}
@media screen and (max-width: 767px) {
  .p-condition__head {
    gap: 30px;
    flex: auto;
  }
}

.p-condition__img {
  position: absolute;
  top: 0;
  right: -6%;
  width: 39.2857142857vw;
  max-width: 550px;
  aspect-ratio: 550/393;
  max-height: 393px;
}
@media screen and (max-width: 767px) {
  .p-condition__img {
    right: initial;
    left: -6%;
    top: initial;
    bottom: 10%;
    width: 64vw;
    aspect-ratio: 240/236;
    max-height: 236px;
  }
}
.p-condition__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-condition__img img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.p-condition__list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 100px 30px;
}
@media screen and (max-width: 767px) {
  .p-condition__list {
    gap: 80px 30px;
  }
}

.p-condition__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-block: 30px;
  padding-inline: 30px;
  background-color: #f0f7fa;
  border-radius: 10px;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 1399px) {
  .p-condition__item {
    flex: 0 0 calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .p-condition__item {
    flex: auto;
    width: 100%;
    padding-block: 50px 30px;
    padding-inline: 20px;
  }
}
.p-condition__item p {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-condition__item__img {
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1399px) {
  .p-condition__item__img {
    top: -40%;
  }
}
@media screen and (max-width: 767px) {
  .p-condition__item__img {
    width: 90px;
    height: 90px;
    top: -22%;
  }
}

.p-plan {
  padding-block: 120px 0;
}
@media screen and (max-width: 767px) {
  .p-plan {
    padding-block: 80px 10px;
    overflow: hidden;
  }
}

.p-plan__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}

.p-plan__list {
  display: flex !important;
  flex-direction: column;
  gap: 20px;
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-plan__list {
    flex-direction: row;
    gap: 0;
  }
}

.p-plan__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  padding-block: 50px 30px;
  padding-inline: 50px 70px;
  border: 1px solid #1C64C6;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-plan__item {
    flex-direction: column;
    padding-block: 0 30px;
    padding-inline: 20px 20px;
    gap: 15px;
    margin-inline: auto;
    align-items: center;
    height: fit-content;
  }
}

.p-plan__num {
  width: 62px;
  height: 62px;
  background-color: #1C64C6;
  color: #ffffff;
  border-radius: 5px;
  font-size: 0.75rem;
  line-height: 1;
  gap: 4px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 0 0 62px;
}
@media screen and (max-width: 767px) {
  .p-plan__num {
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    font-size: 0.5625rem;
    margin-top: -20px;
  }
}
.p-plan__num span {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-plan__num span {
    font-size: 1.125rem;
  }
}

.p-plan__item__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 30px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-plan__item__head {
    justify-content: center;
    gap: 10px 20px;
    margin-bottom: 20px;
  }
}

.p-plan__title {
  font-size: 1.375rem;
  line-height: 2.3636363636;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #2C61A9;
}
@media screen and (max-width: 767px) {
  .p-plan__title {
    line-height: 1.5;
    text-align: center;
  }
}

.p-plan__subtitle {
  font-size: 0.875rem;
  line-height: 3.9285714286;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-plan__subtitle {
    line-height: 1.5;
  }
}

.p-plan__text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-plan__text {
    margin-bottom: 20px;
  }
}

.p-plan__data {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .p-plan__data {
    gap: 20px;
  }
}

.p-plan__data__item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-plan__data__item {
    gap: 0;
    flex-direction: column;
  }
}
.p-plan__data__item dt {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #2C61A9;
  flex: 0 0 160px;
  background-color: #F0F7FA;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan__data__item dt {
    flex: auto;
    padding-block: 6px;
  }
}
.p-plan__data__item dd {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-block: 16px;
  border-bottom: 1px solid #D5D5D5;
  padding-inline: 10px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-plan__data__item dd {
    border-bottom: none;
    padding-block: 16px 0;
    padding-inline: 0;
  }
}
.p-plan__data__item:nth-child(1) dd {
  border-top: 1px solid #D5D5D5;
}
@media screen and (max-width: 767px) {
  .p-plan__data__item:nth-child(1) dd {
    border-top: none;
  }
}

.p-plan__note {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 20px;
  max-width: 1000px;
  margin-inline: auto;
}

.p-plan__imgs-slider {
  margin-inline: 35px;
  margin-top: 70px;
  height: 347px;
}
@media screen and (max-width: 767px) {
  .p-plan__imgs-slider {
    height: auto;
    margin-top: 0;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-block: 20px;
  }
}
.p-plan__imgs-slider .splide__track {
  height: 100%;
  padding-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .p-plan__imgs-slider .splide__track {
    height: auto;
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .p-plan__imgs {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}

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

@media screen and (min-width: 768px) {
  .p-plan__img {
    flex: 1;
    height: 100%;
  }
  .p-plan__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
}

.p-plan__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  border: 1px solid #2C61A9;
  border-radius: 20px;
  padding-block: 60px;
  margin-block: 120px 40px;
}
@media screen and (max-width: 767px) {
  .p-plan__box {
    gap: 20px;
    margin-block: 60px 30px;
    padding-block: 30px;
    padding-inline: 20px;
    border-radius: 10px;
  }
}

.p-plan__box__title {
  font-size: 2.1875rem;
  line-height: 1.5428571429;
  letter-spacing: 0.072em;
  font-weight: 500;
  color: transparent;
  background-image: linear-gradient(90deg, #1C64C6 0%, #0F3C77 54.33%, #0F2645 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan__box__title {
    font-size: 1.625rem;
    line-height: 1.6153846154;
    letter-spacing: 0.1em;
  }
}

.p-plan__box__text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan__box__text {
    text-align: left;
  }
}

.p-plan__slider {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-plan__slider {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-left: 6%;
    padding-bottom: 30px;
  }
  .p-plan__slider .splide__track {
    padding-top: 20px;
  }
  .p-plan__slider .splide__arrow {
    top: 42%;
    background-color: transparent;
  }
  .p-plan__slider .splide__arrow svg {
    display: none;
  }
  .p-plan__slider .splide__arrow--prev {
    background: url(../img/common/slide-arrow-prev.webp) no-repeat center center/contain;
    opacity: 1;
    width: 44px;
    height: 44px;
    left: 3px;
  }
  .p-plan__slider .splide__arrow--next {
    background: url(../img/common/slide-arrow-next.webp) no-repeat center center/contain;
    opacity: 1;
    width: 44px;
    height: 44px;
    right: 3px;
  }
  .p-plan__slider .splide__arrow:hover:not(:disabled) {
    opacity: 1;
  }
  .p-plan__slider .splide__pagination {
    bottom: 0;
  }
  .p-plan__slider .splide__pagination__page {
    background-color: #ffffff;
    border: 1px solid #2C61A9;
    height: 10px;
    width: 10px;
    opacity: 1;
    margin-inline: 5px;
  }
  .p-plan__slider .splide__pagination__page.is-active {
    background-color: #2C61A9;
    transform: scale(1);
  }
}

.p-flow {
  padding-block: 120px 0;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding-block: 70px 0;
  }
}

.p-flow__contents {
  display: flex;
  align-items: flex-start;
  gap: 8.3%;
}
@media screen and (max-width: 767px) {
  .p-flow__contents {
    flex-direction: column;
    gap: 30px;
  }
}

.p-flow__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  flex: 0 0 31%;
}
@media screen and (max-width: 767px) {
  .p-flow__head {
    gap: 24px;
    flex: auto;
  }
}
.p-flow__head .p-read__head {
  align-self: center;
  gap: 30px;
  margin-bottom: 0;
}

.p-flow__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.p-flow__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  background-color: #F0F7FA;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }
}
.p-flow__item p {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 400;
}

.p-flow__num {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  border-radius: 5px;
  width: 62px;
  height: 62px;
  background-color: #1C64C6;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  flex: 0 0 62px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-flow__num {
    width: 45px;
    height: 45px;
    font-size: 0.5625rem;
    flex: 0 0 45px;
  }
}
.p-flow__num span {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-flow__num span {
    font-size: 1.125rem;
  }
}

.p-flow__sp-head {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-flow__sp-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }
}

.p-consultingMessage {
  position: relative;
  padding-block: 0;
}

.p-consultingMessage__contents {
  display: flex;
  align-items: flex-start;
  gap: 5.8%;
  padding-left: 2%;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-consultingMessage__contents {
    flex-direction: column;
    gap: 20px;
  }
}

.p-consultingMessage__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-consultingMessage__box {
    gap: 30px;
    margin-top: 0;
  }
}

.p-consultingMessage__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-consultingMessage__text {
    gap: 20px;
  }
}

.p-consultingMessage__img {
  position: absolute;
}
.p-consultingMessage__img.img01 {
  top: 0;
  right: 0;
  width: 40.7142857143vw;
  aspect-ratio: 570/571;
  max-height: 571px;
}
@media screen and (max-width: 767px) {
  .p-consultingMessage__img.img01 {
    width: 64vw;
    aspect-ratio: 240/235;
    max-height: 235px;
    right: initial;
    left: 0;
  }
}
.p-consultingMessage__img.img01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-consultingMessage__img.img01 img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.p-pageReason.-consulting {
  padding-block: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-pageReason.-consulting {
    padding-block: 80px 0;
  }
}

.p-list01.-consultingReason .p-list01__title {
  min-height: 64px;
}
@media screen and (max-width: 1039px) {
  .p-list01.-consultingReason .p-list01__title {
    min-height: auto;
  }
}
.p-list01.-consultingReason > li:nth-child(1)::before {
  background-image: url(../img/common/number-1-2.webp);
}
.p-list01.-consultingReason > li:nth-child(2)::before {
  background-image: url(../img/common/number-2-2.webp);
}
@media screen and (max-width: 1039px) {
  .p-list01.-consultingReason {
    flex-direction: column;
  }
}

.p-coreSolution {
  padding-block: 130px 0;
}
@media screen and (max-width: 767px) {
  .p-coreSolution {
    padding-block: 80px 0;
  }
}

.p-coreSolution__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1039px) {
  .p-list01.-coreSolution {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-list01.-coreSolution .p-service__point {
    gap: 16px;
  }
}

.p-process {
  padding-block: 150px 0;
}
@media screen and (max-width: 767px) {
  .p-process {
    padding-block: 80px 0;
  }
}

.p-process__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 40px;
}

.p-flow__list.-process {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-flow__list.-process {
    grid-template-columns: 1fr;
  }
}

.p-process__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
  padding-block: 60px;
  padding-inline: 35px;
  border: 1px solid #2C61A9;
  border-radius: 20px;
  max-width: 755px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-process__box {
    border-radius: 10px;
    padding-block: 30px;
    padding-inline: 20px;
    margin-top: 20px;
  }
}

.p-process__box-title {
  font-size: 1.875rem;
  letter-spacing: 0.12em;
  color: #2C61A9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-process__box-title {
    font-size: 1.625rem;
    line-height: 1.6153846154;
  }
}

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

.p-consultingService {
  padding-block: 150px 0;
}
@media screen and (max-width: 767px) {
  .p-consultingService {
    padding-block: 80px 0;
  }
}

.p-service__point.-consultingService {
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-service__point.-consultingService {
    gap: 16px;
  }
}

.p-consultingSuccess {
  padding-block: 150px 0;
}
@media screen and (max-width: 767px) {
  .p-consultingSuccess {
    padding-block: 80px 0;
  }
}

.p-consultingSuccess__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
}

.p-incorporationMessage {
  position: relative;
  padding-block: 0;
}

.p-incorporationMessage__contents {
  display: flex;
  align-items: flex-start;
  gap: 6%;
  position: relative;
  z-index: 1;
  margin-block: 40px 100px;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-incorporationMessage__contents {
    gap: 20px;
    margin-block: 40px 80px;
  }
  .p-incorporationMessage__contents .p-read__head {
    margin-right: 0;
  }
}

.p-incorporationMessage__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-incorporationMessage__box {
    gap: 30px;
    margin-top: 0;
  }
}

.p-incorporationMessage__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  width: 48.5714285714vw;
}
@media screen and (max-width: 767px) {
  .p-incorporationMessage__text {
    width: 100%;
    gap: 20px;
  }
}

.p-incorporationMessage__img {
  position: absolute;
}
.p-incorporationMessage__img.img01 {
  top: 0;
  right: 0;
  width: 40.7142857143vw;
  aspect-ratio: 570/571;
  max-height: 571px;
}
@media screen and (max-width: 767px) {
  .p-incorporationMessage__img.img01 {
    width: 64vw;
    aspect-ratio: 240/235;
    max-height: 235px;
    right: initial;
    left: 0;
  }
}
.p-incorporationMessage__img.img01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-incorporationMessage__img.img01 img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.p-incorporationSuccess {
  padding-block: 150px 0;
}
@media screen and (max-width: 767px) {
  .p-incorporationSuccess {
    padding-block: 80px 0;
  }
}

.p-incorporationSuccess__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
}

.p-incorporationFlow__text {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 400;
}

.p-success.-incorporation {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-success.-incorporation .p-success__item::before {
    bottom: -36px;
  }
}

.p-successionMessage {
  position: relative;
  padding-block: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-successionMessage {
    margin-bottom: 0;
    padding-block: 0 100px;
  }
}

.p-successionMessage__contents {
  display: flex;
  align-items: flex-start;
  gap: 5.8%;
  padding-left: 2%;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-successionMessage__contents {
    flex-direction: column;
    gap: 20px;
    padding-left: 0;
  }
}

.p-successionMessage__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-successionMessage__box {
    gap: 30px;
    margin-top: 0;
  }
}

.p-successionMessage__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  width: 33.5714285714vw;
}
@media screen and (max-width: 767px) {
  .p-successionMessage__text {
    width: 100%;
    gap: 20px;
  }
}

.p-successionMessage__img {
  position: absolute;
}
.p-successionMessage__img.img01 {
  top: 0;
  right: 0;
  width: 40.7142857143vw;
  aspect-ratio: 570/571;
  max-height: 571px;
}
@media screen and (max-width: 767px) {
  .p-successionMessage__img.img01 {
    width: 64vw;
    aspect-ratio: 240/235;
    max-height: 235px;
    right: initial;
    left: 0;
  }
}
.p-successionMessage__img.img01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-successionMessage__img.img01 img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.p-successionMessage__links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
  padding-left: 2%;
}
@media screen and (max-width: 767px) {
  .p-successionMessage__links {
    gap: 10px;
    padding-left: 0;
  }
}
.p-successionMessage__links .link {
  width: 256px;
  background: #ffffff;
  color: #2C61A9;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-block: 20px;
  padding-inline: 20px;
  border-radius: 5px;
  font-size: 1.125rem;
  line-height: 1.6111111111;
  letter-spacing: 0;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-successionMessage__links .link {
    max-width: 162px;
    width: 100%;
    font-size: 1rem;
    padding-block: 12px;
    padding-inline: 15px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .p-successionMessage__links .link img {
    width: 20px;
    height: 20px;
  }
}
@media (hover: hover) {
  .p-successionMessage__links .link:hover img {
    transform: translateY(5px);
  }
}
.p-successionMessage__links .link img {
  transition: all 0.3s ease;
}
.p-successionMessage__links .link.center {
  margin-inline: auto;
}

.p-opening {
  padding-block: 100px 120px;
  background: #F0F7FA;
}
@media screen and (max-width: 767px) {
  .p-opening {
    padding-block: 80px;
  }
}

.p-succession__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-succession__head {
    margin-bottom: 30px;
  }
}

.p-succession__title {
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #2C61A9;
}
@media screen and (max-width: 767px) {
  .p-succession__title {
    font-size: 1.75rem;
    line-height: 1.3214285714;
    letter-spacing: 0;
    text-align: center;
  }
}

.p-succession__subtitle {
  font-size: 1.875rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #2C61A9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-succession__subtitle {
    font-size: 1.125rem;
  }
}

.p-successionReason {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-successionReason {
    gap: 30px;
  }
}

.p-successionReason__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.p-successionReason__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-successionReason__list {
    grid-template-columns: 1fr;
  }
}
.p-successionReason__list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-successionReason__list li {
    padding: 20px;
    gap: 10px;
  }
}
.p-successionReason__list p {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 400;
}

.p-successionReason__item__head {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-successionReason__item__head {
    gap: 15px;
    align-items: flex-start;
  }
}

.p-successionReason__num {
  width: 62px;
  height: 62px;
  background-color: #1C64C6;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: #ffffff;
  flex: 0 0 62px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-successionReason__num {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    font-size: 0.5625rem;
  }
}
.p-successionReason__num span {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-successionReason__num span {
    font-size: 1.125rem;
  }
}

.p-successionReason__subtitle {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #2C61A9;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-successionReason__subtitle {
    font-size: 0.875rem;
  }
}

.p-property {
  padding-block: 150px 0;
}
@media screen and (max-width: 767px) {
  .p-property {
    padding-block: 80px 0;
  }
}

.p-property__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-property__head {
    margin-bottom: 30px;
  }
}

.p-property__listWrap {
  position: relative;
  overflow-anchor: none;
}
.p-property__listWrap.is-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1%;
  height: 22%;
  background: linear-gradient(180deg, rgba(240, 247, 250, 0.1) 0%, rgb(240, 247, 250) 100%);
  pointer-events: none;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 767px) {
  .p-property__listWrap.is-collapsed::after {
    bottom: 0;
    height: 30%;
    background: linear-gradient(180deg, rgba(240, 247, 250, 0) 0%, rgb(240, 247, 250) 60%, rgb(240, 247, 250) 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-property__listWrap.is-collapsed .p-property__list {
    overflow: hidden;
    margin-block-end: 0;
    transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media screen and (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .p-property__listWrap.is-collapsed .p-property__list {
    transition: none;
  }
}
@media screen and (max-width: 767px) {
  .p-property__listWrap.is-collapsed:not(.is-open) {
    margin-bottom: -60px;
  }
  .p-property__listWrap.is-collapsed:not(.is-open) .p-property__list {
    max-height: var(--collapsed-height);
  }
  .p-property__listWrap.is-collapsed:not(.is-open) .p-property__more {
    position: absolute;
    left: 50%;
    bottom: 95px;
    transform: translateX(-50%);
    margin: 0;
  }
}
.p-property__listWrap.is-collapsed.is-open::after {
  opacity: 0;
}
.p-property__listWrap.is-collapsed.is-open .p-property__accordion {
  grid-template-rows: 1fr;
}
@media screen and (max-width: 767px) {
  .p-property__listWrap.is-collapsed.is-open .p-property__list {
    max-height: var(--expanded-height);
  }
  .p-property__listWrap.is-collapsed.is-open .p-property__more {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
  }
}

.p-property__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-block: 0 40px;
}

.p-property__accordion {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (prefers-reduced-motion: reduce) {
  .p-property__accordion {
    transition: none;
  }
}

.p-property__accordion-inner {
  overflow: hidden;
  min-height: 0;
}

.p-property__list-more {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-property__item.is-hidden {
  display: none;
}

.p-property__more {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 200px;
  margin-inline: auto;
  margin-block: -6.6% 60px;
  padding-block: 6px;
  padding-inline: 20px 13px;
  color: #2C61A9;
  background: #ffffff;
  border: 2px solid #2C61A9;
  border-radius: 5px;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 600;
  cursor: pointer;
  transition: margin-block 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-property__more img {
  position: relative;
  z-index: 1;
  width: 21px;
  height: 21px;
  transition: transform 0.3s ease;
}
.p-property__more .p-property__more__label {
  position: relative;
  z-index: 1;
}
.p-property__more.is-open {
  margin-block: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-property__more.is-open {
    margin-block: 20px 30px;
  }
}
.p-property__more.is-open img {
  transform: rotate(180deg);
}
@media (hover: hover) {
  .p-property__more:hover img {
    transform: translateY(5px);
  }
  .p-property__more.is-open:hover img {
    transform: rotate(180deg) translateY(5px);
  }
}

.p-property__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .p-property__item {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
}

.p-property__img {
  width: 32%;
  aspect-ratio: 358/238;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-property__img {
    width: 100%;
    aspect-ratio: 295/196;
  }
}
.p-property__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.p-property__body {
  width: 100%;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-property__body {
    flex-direction: column;
    flex: auto;
    gap: 20px;
  }
}

.p-property__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 31%;
}
.p-property__title .c-title03 {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-property__title {
    flex: auto;
  }
}

.p-property__num {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.12em;
  color: #2C61A9;
}
@media screen and (max-width: 767px) {
  .p-property__num {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-property__data__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-property__data__list {
    gap: 20px;
  }
}

.p-property__data {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-property__data {
    flex-direction: column;
    gap: 0;
  }
  .p-property__data:not(:last-child) {
    border-bottom: 1px solid #D5D5D5;
  }
}
.p-property__data dt,
.p-property__data dd {
  display: flex;
  align-items: flex-start;
  padding-bottom: 16px;
}
.p-property__data dt {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #2C61A9;
  flex: 0 0 160px;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #2C61A9;
}
@media screen and (max-width: 767px) {
  .p-property__data dt {
    flex: auto;
    border-bottom: none;
    justify-content: flex-start;
    padding-bottom: 10px;
  }
}
.p-property__data dd {
  flex: 1;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 400;
  border-bottom: 1px solid #D5D5D5;
}
@media screen and (max-width: 767px) {
  .p-property__data dd {
    flex: auto;
    border-bottom: none;
  }
}

.p-property__note {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 400;
  margin-block: 5px 0;
}
@media screen and (max-width: 767px) {
  .p-property__note {
    margin-block: 20px;
  }
}

.p-closing {
  padding-block: 120px 0;
}
@media screen and (max-width: 767px) {
  .p-closing {
    padding-block: 80px 0;
  }
}

.p-closing__tabs {
  display: none;
  align-items: stretch;
  gap: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-closing__tabs {
    display: flex;
  }
}

.p-closing__tab {
  flex: 1;
  padding-block: 14px;
  padding-inline: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
  background: #e0e0e0;
  color: #ffffff;
}
.p-closing__tab.--blue.is-active {
  background: linear-gradient(90deg, #1C64C6 0%, #0F3C77 90%, #0F2645 100%);
  border-color: transparent;
}
.p-closing__tab.--green.is-active {
  background: linear-gradient(90deg, #247e47 0%, #123f24 100%);
  border-color: transparent;
}

.p-closing__contents {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-closing__contents {
    margin-top: 0;
  }
}
@media screen and (max-width: 1039px) {
  .p-closing__contents {
    flex-direction: column;
  }
}

.p-closing__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1;
  padding: 30px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-closing__box {
    display: none;
    width: 100%;
    border-radius: 0;
    position: relative;
    padding-block: 30px 60px;
    padding-inline: 0;
  }
  .p-closing__box.is-active {
    display: flex;
  }
  .p-closing__box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 1px;
  }
  .p-closing__box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 1px;
  }
}
.p-closing__box.--blue {
  border: 1px solid #2C61A9;
}
@media screen and (max-width: 767px) {
  .p-closing__box.--blue {
    border: none;
  }
  .p-closing__box.--blue::before, .p-closing__box.--blue::after {
    background: #2C61A9;
  }
}
.p-closing__box.--green {
  border: 1px solid #247E47;
}
@media screen and (max-width: 767px) {
  .p-closing__box.--green {
    border: none;
  }
  .p-closing__box.--green::before, .p-closing__box.--green::after {
    background: #247E47;
  }
}

.p-closing__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
  margin-top: -55px;
}
@media screen and (max-width: 767px) {
  .p-closing__head {
    margin-top: 0;
    gap: 15px;
  }
}

.p-closing__caption {
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
  color: #ffffff;
  padding-inline: 40px;
  padding-block: 5px;
  border-radius: 100px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-closing__caption {
    font-size: 0.875rem;
    padding-inline: 15px;
    padding-block: 3px;
    margin-bottom: 10px;
  }
}
.p-closing__caption.--blue {
  background: linear-gradient(90deg, #1C64C6 0%, #0F3C77 90%, #0F2645 100%);
}
.p-closing__caption.--green {
  background: linear-gradient(90deg, #247e47 0%, #123f24 100%);
}

.p-closing__title {
  font-size: 2.5rem;
  line-height: 1.125;
  letter-spacing: 0.036em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-closing__title {
    font-size: 1.625rem;
  }
}
.p-closing__title.--blue {
  background: linear-gradient(90deg, #1C64C6 0%, #0F3C77 54.33%, #0F2645 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.p-closing__title.--green {
  background: linear-gradient(90deg, #247e47 0%, #123f24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.p-closing__subtitle {
  font-size: 1.375rem;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-closing__subtitle {
    font-size: 1rem;
  }
}
.p-closing__subtitle.--blue {
  color: #2C61A9;
}
.p-closing__subtitle.--green {
  color: #247E47;
}

.p-closing__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-closing__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .p-closing__item {
    padding: 20px;
    gap: 10px;
  }
}
.p-closing__item.--blue {
  background: #F0F7FA;
}
.p-closing__item.--green {
  background: #F2F8F5;
}

.p-closing__item__head {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-closing__item__head {
    gap: 15px;
  }
}

.p-closing__num {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.12em;
  width: 62px;
  height: 62px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  flex: 0 0 62px;
  background-color: #1C64C6;
}
@media screen and (max-width: 767px) {
  .p-closing__num {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    font-size: 1.125rem;
  }
}
.p-closing__num.--green {
  background-color: #247E47;
}

.p-closing__text {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 400;
}

.p-step {
  padding-block: 120px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-step {
    padding-block: 80px;
  }
}

.p-step__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-step__head {
    margin-bottom: 30px;
  }
}

.p-step__list {
  display: flex;
  align-items: stretch;
  gap: 40px;
  overflow: auto;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  padding-right: 10%;
}
@media screen and (max-width: 767px) {
  .p-step__list {
    gap: 30px;
  }
}

.p-step__item {
  padding-inline: 20px;
  padding-block: 35px;
  font-size: 1.375rem;
  line-height: 1.1818181818;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #2C61A9;
  border-radius: 5px;
  border: 1px solid #2C61A9;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-step__item {
    padding-inline: 20px;
    padding-block: 25px;
    font-size: 1rem;
  }
}
.p-step__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 39%;
  right: -29px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/common/arrow-blue.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-step__item:not(:last-child)::after {
    right: -24px;
    width: 15px;
    height: 15px;
  }
}

.p-establishMessage {
  position: relative;
  padding-block: 0;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .p-establishMessage {
    margin-bottom: 60px;
  }
}

.p-establishMessage__contents {
  display: flex;
  align-items: flex-start;
  gap: 5.8%;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-establishMessage__contents {
    flex-direction: column;
    gap: 20px;
  }
  .p-establishMessage__contents .p-read__head {
    margin-right: 0;
  }
}

.p-establishMessage__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-establishMessage__box {
    gap: 30px;
  }
}

.p-establishMessage__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  width: 35vw;
}
@media screen and (max-width: 767px) {
  .p-establishMessage__text {
    gap: 20px;
    width: 100%;
  }
}

.p-establishMessage__img {
  position: absolute;
}
.p-establishMessage__img.img01 {
  top: 0;
  right: 0;
  width: 40.7142857143vw;
  aspect-ratio: 570/571;
  max-height: 571px;
}
@media screen and (max-width: 767px) {
  .p-establishMessage__img.img01 {
    width: 64vw;
    aspect-ratio: 240/235;
    max-height: 235px;
    right: initial;
    left: 0;
  }
}
.p-establishMessage__img.img01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-establishMessage__img.img01 img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.p-interview {
  padding-block: 100px 144px;
  background-color: #F0F7FA;
  margin-bottom: -135px;
}
@media screen and (max-width: 767px) {
  .p-interview {
    padding-block: 50px 60px;
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 767px) {
  .p-interview.--crosstalk {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.p-interview__contents {
  margin-inline: auto;
  max-width: 1000px;
}

.p-interview__caption {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-interview__caption {
    font-size: 0.75rem;
    margin-bottom: 40px;
  }
}

.p-interview__box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-interview__box {
    gap: 30px;
  }
}

.p-interview__item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-interview__item {
    gap: 17px;
  }
}

.p-interview__img {
  flex: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .p-interview__img {
    flex: 0 0 45px;
  }
}
.p-interview__img figcaption {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-interview__img figcaption {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-top: 5px;
  }
}
.p-interview__img figcaption.green {
  color: #247E47;
}
.p-interview__img figcaption.blue {
  color: #1C64C6;
}

.p-interview__text {
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  background: #ffffff;
  padding: 30px;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-interview__text {
    padding: 15px;
  }
}
.p-interview__text::before {
  content: "";
  position: absolute;
  background: url(../img/common/bubble-pc.webp) no-repeat center center/contain;
  top: 10px;
  left: -18px;
  width: 20px;
  aspect-ratio: 13/21;
}
@media screen and (max-width: 767px) {
  .p-interview__text::before {
    background: url(../img/common/bubble-sp.webp) no-repeat center center/contain;
    top: 10px;
    left: -10px;
    width: 15px;
    aspect-ratio: 8/13;
  }
}

.p-interview__cover {
  width: 100%;
  height: 393px;
  margin-block: 80px;
}
@media screen and (max-width: 767px) {
  .p-interview__cover {
    height: 215px;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    margin-block: 60px;
  }
}
.p-interview__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-interview__cover img {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-interview__cover.--crosstalk {
    margin-bottom: 0;
  }
}

.p-overview {
  padding-top: 10px;
}

.p-overview__contents {
  display: flex;
  gap: 16%;
}
@media screen and (max-width: 767px) {
  .p-overview__contents {
    flex-direction: column;
    gap: 30px;
  }
}

.p-overview__item {
  flex: 1;
  max-width: 712px;
}

.p-recruitMessage {
  position: relative;
  padding-block: 0;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .p-recruitMessage {
    margin-bottom: 10px;
  }
}

.p-recruitMessage__contents {
  display: flex;
  align-items: flex-start;
  gap: 5.8%;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-recruitMessage__contents {
    flex-direction: column;
    gap: 20px;
  }
  .p-recruitMessage__contents .p-read__head {
    margin-right: 0;
  }
}

.p-recruitMessage__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-recruitMessage__box {
    gap: 30px;
  }
}

.p-recruitMessage__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-recruitMessage__text {
    gap: 20px;
  }
}

.p-recruitMessage__img {
  position: absolute;
}
.p-recruitMessage__img.img01 {
  top: 0;
  right: 0;
  width: 40.7142857143vw;
  aspect-ratio: 570/325;
  max-height: 325px;
}
@media screen and (max-width: 767px) {
  .p-recruitMessage__img.img01 {
    width: 64vw;
    aspect-ratio: 240/235;
    max-height: 235px;
    right: initial;
    left: 0;
  }
}
.p-recruitMessage__img.img01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-recruitMessage__img.img01 img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.p-requirement {
  padding-block: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-requirement {
    padding-block: 50px 0;
  }
}

.p-requirement__contents {
  display: flex;
  align-items: flex-start;
  gap: 16%;
}
@media screen and (max-width: 1039px) {
  .p-requirement__contents {
    flex-direction: column;
    gap: 30px;
  }
}

.p-requirement__item {
  flex: 1;
}

.p-recruitLink {
  margin-top: 150px;
  background-color: #F0F7FA;
  margin-bottom: -135px;
}
@media screen and (max-width: 767px) {
  .p-recruitLink {
    margin-bottom: -60px;
    margin-top: 70px;
  }
}

.p-recruitLink__contents {
  display: flex;
  align-items: stretch;
  max-height: 485px;
}
@media screen and (max-width: 1039px) {
  .p-recruitLink__contents {
    flex-direction: column-reverse;
    max-height: none;
  }
}

.p-recruitLink__info {
  background-color: #F0F7FA;
  padding-block: 50px;
  padding-right: 10%;
  width: 38%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1039px) {
  .p-recruitLink__info {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitLink__info {
    padding-block: 30px;
  }
}

.p-recruitLink__head {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-recruitLink__head {
    margin-bottom: 20px;
  }
}

.p-recruitLink__icon {
  margin-bottom: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-recruitLink__icon {
    max-width: 300px;
    margin-bottom: 30px;
  }
}

.p-recruitLink__text {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 30px;
}

.p-recruitLink__img {
  flex: 1;
  width: 100vw;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 1039px) {
  .p-recruitLink__img {
    margin-inline: calc(50% - 50vw);
  }
}
.p-recruitLink__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-crosstalk {
  padding-top: 140px;
  margin-top: -130px;
  background-color: #F0F7FA;
}
@media screen and (max-width: 767px) {
  .p-crosstalk {
    padding-top: 40px;
    margin-top: 0;
  }
}

.p-crosstalk__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-crosstalk__contents {
    gap: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-crosstalk__icon {
    max-width: 300px;
  }
}

.p-crosstalk__title {
  font-size: 1.875rem;
  line-height: 1.7333333333;
  letter-spacing: 0.036em;
  font-weight: 400;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #1C64C6 0%, #0F3C77 54.33%, #0F2645 100%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-crosstalk__title {
    font-size: 1.25rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
  }
}

.p-crosstalk__list {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 1039px) {
  .p-crosstalk__list {
    flex-direction: column;
  }
}
.p-crosstalk__list > li {
  flex: 1;
  display: flex;
  align-items: stretch;
  gap: 25px;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .p-crosstalk__list > li {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
}

.p-crosstalk__img {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-crosstalk__img {
    flex: auto;
  }
}
.p-crosstalk__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-crosstalk__img img {
    border-radius: 10px;
  }
}

.p-crosstalk__info {
  flex: 0 0 57%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.p-crosstalk__name {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #2C61A9;
}
@media screen and (max-width: 767px) {
  .p-crosstalk__name {
    margin-inline: auto;
  }
}
.p-crosstalk__name span {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-right: 20px;
}
.p-crosstalk__name.--green {
  color: #247E47;
}

.p-crosstalk__text {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 400;
}

.p-single {
  margin-top: 170px;
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-single {
    margin-top: 100px;
  }
}
.p-single .decoHead {
  position: absolute;
  top: -70px;
  right: -1%;
  width: 140px;
}

.p-single__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-single__head {
    gap: 10px;
    padding-bottom: 20px;
  }
}
.p-single__head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #1C64C6 0%, #0F3C77 90%, #0F2645 100%);
}
@media screen and (max-width: 767px) {
  .p-single__head::before {
    background: #D5D5D5;
  }
}

.p-single__title {
  font-size: min(2.5714285714vw, 36px);
  line-height: 1.5833333333;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.4375rem;
    line-height: 1.4782608696;
  }
}

.p-single__body {
  padding-block: 40px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-single__body {
    padding-block: 30px 0;
    margin-bottom: 50px;
  }
}
.p-single__body h2 {
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #2C61A9;
}
@media screen and (max-width: 767px) {
  .p-single__body h2 {
    font-size: 1.5625rem;
  }
}
.p-single__body h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-single__body h3 {
    font-size: 1.125rem;
  }
}
.p-single__body *:not(img, li) {
  margin-bottom: 20px;
}
.p-single__body p {
  line-height: 1.75;
}
.p-single__body a {
  text-decoration: underline;
  color: #2C61A9;
}
.p-single__body figure {
  margin-block: 40px;
}
.p-single__body ul {
  margin-left: 20px;
}
.p-single__body ul li {
  list-style: disc;
}
.p-single__body ol {
  margin-left: 20px;
}
.p-single__body ol li {
  list-style: decimal;
}

.p-privacy {
  padding-block: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding-block: 0;
  }
}

.p-privacy__read {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-privacy__read {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    margin-bottom: 50px;
  }
}

.p-privacy__contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.p-privacy__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.p-privacy__head {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #2C61A9;
}
@media screen and (max-width: 767px) {
  .p-privacy__head {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    letter-spacing: 0.1em;
  }
}

.p-privacy__text {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-privacy__text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    letter-spacing: 0.1em;
  }
}

.p-contact {
  padding: 60px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 30px 0;
  }
}
.p-contact:has(.snow-monkey-form[data-screen=confirm]) .smf-placeholder {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-contact:has(.snow-monkey-form[data-screen=confirm]) .smf-placeholder {
    margin-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact:has(.snow-monkey-form[data-screen=confirm]) .smf-item:has(.smf-checkbox-control, .smf-checkboxes-control) .smf-item__col--controls {
    text-align: center;
  }
}

.p-contact__contents {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-contact__contents {
    flex-direction: column;
    gap: 40px;
  }
}

.p-contact__text {
  width: 47%;
  margin-bottom: 60px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    width: 100%;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.8571428571;
    margin-bottom: 0;
  }
}
.p-contact__text p + p {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-contact__text p + p {
    margin-top: 8px;
  }
}
.p-contact__text .bold {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-contact__text .bold {
    font-size: 1.125rem;
    letter-spacing: 0.1em;
  }
}
.p-contact__text .must {
  display: inline-block;
  padding: 2px 10px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
  background-color: #2C61A9;
  border-radius: 2px;
  margin-right: 6px;
  border-radius: 5px;
}

.p-contact__text--confirm {
  display: none;
}

.p-contact__contents:has(.snow-monkey-form[data-screen=confirm]) .p-contact__text--input {
  display: none;
}
.p-contact__contents:has(.snow-monkey-form[data-screen=confirm]) .p-contact__text--confirm {
  display: block;
}

.p-contact__form {
  flex: 1;
}

.p-contact .snow-monkey-form {
  width: 100%;
}
.p-contact .smf-form[class*=smf-form--] .smf-item {
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}
.p-contact .smf-form[class*=smf-form--] .smf-item:not(:first-child) {
  border-top: none;
}
.p-contact .smf-form[class*=smf-form--] .smf-item__col {
  padding: 0;
}
.p-contact .smf-form[class*=smf-form--] .smf-item__col--label {
  background-color: transparent;
  border: none;
}
.p-contact .smf-form--business {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-contact .smf-form--business {
    gap: 20px;
  }
}
.p-contact .smf-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-contact .smf-item:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-contact .smf-item:not(:first-child) {
    margin-top: 30px;
  }
}
.p-contact .smf-item__col--label {
  flex: auto;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contact .smf-item__col--label {
    flex: auto;
    font-size: 0.875rem;
  }
}
.p-contact .smf-item__label__text {
  position: relative;
  display: inline-block;
}
.p-contact .tel-wrap p {
  margin-top: 10px;
  font-size: 0.75rem;
}
.p-contact .zip-code {
  max-width: 134px;
}
.p-contact .zip-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.p-contact .zip-wrap .caption {
  font-size: 0.75rem;
}
.p-contact .check-wrap {
  text-align: center;
}
.p-contact .check-wrap .smf-placeholder {
  margin-left: 0;
}
.p-contact .smf-item:not(.smf-item--divider):has(.smf-item__col--label):not(:has(.p-contactPrivacy)) .smf-item__label__text::after {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 16px);
  line-height: 1.4;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  border-radius: 5px;
  padding: 2px 10px;
}
@media screen and (max-width: 767px) {
  .p-contact .smf-item:not(.smf-item--divider):has(.smf-item__col--label):not(:has(.p-contactPrivacy)) .smf-item__label__text::after {
    font-size: 0.75rem;
    padding: 2px 8px;
    left: calc(100% + 5px);
  }
}
.p-contact .smf-item:not(.smf-item--divider):has(.smf-item__col--label):not(:has(.p-contactPrivacy)) .smf-item__label__text::after {
  content: "任意";
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #333333;
}
.p-contact .smf-item:not(.smf-item--divider):has(.smf-item__col--label):has([data-validations~=required]) .smf-item__label__text::after {
  content: "必須";
  background-color: #2C61A9;
  color: #ffffff;
  border: none;
}
.p-contact .smf-item__col--controls {
  flex: auto;
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact .smf-item__col--controls {
    width: 100%;
  }
}
.p-contact .smf-item__description,
.p-contact .smf-control-description {
  font-size: 0.75rem;
  margin-top: 8px;
  margin-left: 0;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .p-contact .smf-item__description,
  .p-contact .smf-control-description {
    margin-left: 0;
  }
}
.p-contact .smf-text-control__control,
.p-contact .smf-textarea-control__control,
.p-contact .smf-select-control__control {
  width: 100%;
  height: auto;
  padding: 13px 20px;
  font-size: 1rem;
  border: none;
  outline: #bcbcbc;
  outline-width: 1px;
  outline-style: solid;
  letter-spacing: 0;
  border-radius: 5px;
  box-shadow: none;
  background-image: none;
}
@media screen and (max-width: 767px) {
  .p-contact .smf-text-control__control,
  .p-contact .smf-textarea-control__control,
  .p-contact .smf-select-control__control {
    font-size: 0.875rem;
    padding: 10px;
  }
}
.p-contact .smf-text-control__control:hover, .p-contact .smf-text-control__control:focus-visible, .p-contact .smf-text-control__control:focus,
.p-contact .smf-textarea-control__control:hover,
.p-contact .smf-textarea-control__control:focus-visible,
.p-contact .smf-textarea-control__control:focus,
.p-contact .smf-select-control__control:hover,
.p-contact .smf-select-control__control:focus-visible,
.p-contact .smf-select-control__control:focus {
  outline-width: 2px;
}
.p-contact .smf-text-control__control::placeholder,
.p-contact .smf-textarea-control__control::placeholder,
.p-contact .smf-select-control__control::placeholder {
  color: #adadad;
  font-weight: 400;
}
.p-contact textarea.smf-textarea-control__control {
  height: 220px;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .p-contact textarea.smf-textarea-control__control {
    height: 204px;
  }
}
.p-contact .smf-item__col--controls.colum {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-contact .post {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.p-contact .post .smf-text-control__control {
  width: 150px;
}
.p-contact .smf-radio-buttons-control--horizontal .smf-radio-buttons-control__control,
.p-contact .smf-checkboxes-control--horizontal .smf-checkboxes-control__control {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 40px;
}
@media screen and (max-width: 767px) {
  .p-contact .smf-radio-buttons-control--horizontal .smf-radio-buttons-control__control,
  .p-contact .smf-checkboxes-control--horizontal .smf-checkboxes-control__control {
    flex-direction: column;
    gap: 8px;
  }
}
.p-contact .smf-checkboxes-control--horizontal .smf-checkboxes-control__control,
.p-contact .smf-checkboxes-control--vertical .smf-checkboxes-control__control {
  max-width: 500px;
  margin-bottom: 12px;
  gap: 12px 24px;
}
.p-contact .smf-checkbox-control {
  display: flex;
  align-items: center;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .p-contact .smf-checkbox-control {
    margin-top: -10px;
  }
}
.p-contact .smf-checkbox-control__control {
  opacity: 0;
  position: absolute;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.p-contact .smf-checkbox-control__label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 28px;
  min-height: 28px;
  margin-inline: auto;
}
@media (hover: hover) {
  .p-contact .smf-checkbox-control__label:hover::before {
    border: 2px solid #bcbcbc;
  }
}
.p-contact .smf-checkbox-control__label::before {
  background: #fff;
  border: 1px solid #bcbcbc;
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  border-radius: 5px;
}
.p-contact .smf-checkbox-control__label::after {
  border-bottom: 1px solid #2C61A9;
  border-left: 1px solid #2C61A9;
  content: "";
  height: 5px;
  left: 4px;
  top: 55%;
  margin-top: -6px;
  transform: rotate(-45deg);
  width: 11px;
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease;
}
.p-contact .smf-checkbox-control__control:checked + .smf-checkbox-control__label::before {
  border: 2px solid #bcbcbc;
}
.p-contact .smf-checkbox-control__control:checked + .smf-checkbox-control__label::after {
  opacity: 1;
}
.p-contact .smf-checkbox-control__control:focus + .smf-checkbox-control__label::before, .p-contact .smf-checkbox-control__control:focus-visible + .smf-checkbox-control__label::before {
  border: 2px solid #bcbcbc;
}
.p-contact .smf-radio-button-control {
  display: flex;
  align-items: center;
}
.p-contact .smf-radio-button-control__control {
  opacity: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
}
.p-contact .smf-radio-button-control__label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 28px;
  min-height: 20px;
}
@media screen and (max-width: 767px) {
  .p-contact .smf-radio-button-control__label {
    padding-left: 20px;
    font-size: 0.75rem;
  }
}
@media (hover: hover) {
  .p-contact .smf-radio-button-control__label:hover::before {
    border-width: 2px;
  }
}
.p-contact .smf-radio-button-control__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #bcbcbc;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-contact .smf-radio-button-control__label::before {
    width: 16px;
    height: 16px;
  }
}
.p-contact .smf-radio-button-control__label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2C61A9;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-contact .smf-radio-button-control__label::after {
    width: 8px;
    height: 8px;
    left: 4px;
  }
}
.p-contact .smf-radio-button-control__control:checked + .smf-radio-button-control__label::before {
  border: 2px solid #bcbcbc;
}
.p-contact .smf-radio-button-control__control:checked + .smf-radio-button-control__label::after {
  opacity: 1;
}
.p-contact .smf-radio-button-control__control:focus + .smf-radio-button-control__label::before, .p-contact .smf-radio-button-control__control:focus-visible + .smf-radio-button-control__label::before {
  border: 2px solid #bcbcbc;
}
.p-contact .smf-error-messages {
  color: #d23b3b !important;
  font-size: 0.75rem !important;
  margin-top: 8px;
}
.p-contact [data-invalid="1"] {
  outline-color: #d98585 !important;
}
.p-contact .p-contactPrivacy {
  padding-block: 20px 0;
  padding-inline: 20px 6px;
  border: 1px solid #c6c6c6;
}
@media screen and (max-width: 767px) {
  .p-contact .p-contactPrivacy {
    padding-inline: 20px 10px;
  }
}
.p-contact .p-contactPrivacy p {
  margin-left: 0;
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
.p-contact .p-contactPrivacy__head {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-contact .p-contactPrivacy__head {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.p-contact .p-contactPrivacy .scroll_bar {
  overflow-y: scroll;
  height: 250px;
  padding-right: 27px;
}
@media screen and (max-width: 767px) {
  .p-contact .p-contactPrivacy .scroll_bar {
    height: 220px;
    padding-right: 13px;
  }
}
.p-contact .p-contactPrivacy .scroll_bar::-webkit-scrollbar {
  width: 7px;
}
.p-contact .p-contactPrivacy .scroll_bar::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  height: 48px;
  border-radius: 90px;
}
.p-contact .smf-action {
  margin-top: 40px;
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-contact .smf-action {
    margin-top: 30px;
    gap: 10px;
  }
}
.p-contact .smf-action .smf-button-control {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-contact .smf-action .smf-button-control + .smf-button-control {
  margin-left: 0;
}
.p-contact .smf-action .smf-button-control__control:not([data-action=back]) {
  width: 210px;
  background: linear-gradient(90deg, #1C64C6 0%, #0F3C77 90%, #0F2645 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-block: 8px;
  padding-inline: 20px 15px;
  border-radius: 5px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.12em;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact .smf-action .smf-button-control__control:not([data-action=back]) {
    width: 180px;
  }
}
.p-contact .smf-action .smf-button-control__control:not([data-action=back])::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  right: 55px;
  top: 0;
}
.p-contact .smf-action .smf-button-control__control:not([data-action=back])::after {
  content: "";
  position: absolute;
  background: url(../img/common/arrow-white.webp) no-repeat center center/contain;
  width: 24px;
  height: 35px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-contact .smf-action .smf-button-control__control:not([data-action=back]):hover::after {
    transform: translateY(-50%) translateX(5px);
  }
}
.p-contact .smf-action .smf-button-control__control:not([data-action=back])[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.p-contact .smf-action [data-action=back] {
  display: block;
  width: fit-content;
  background: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: #333333;
  cursor: pointer;
  padding: 0;
  line-height: 1.2;
  border-bottom: 1px solid #333333;
}
@media (hover: hover) {
  .p-contact .smf-action [data-action=back]:hover {
    opacity: 0.7;
  }
}
.p-contact .smf-sending {
  display: none !important;
}

.p-result {
  padding-block: 100px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-result {
    padding-block: 30px 0;
    text-align: left;
  }
}

.p-result__title {
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #2C61A9;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-result__title {
    font-size: 1.125rem;
    margin-bottom: 7px;
  }
}

.p-result__text {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.12em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-result__text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
}

.p-result__telWrap {
  display: flex;
  flex-direction: column;
  gap: 3px;
  background-color: #F0F7FA;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 60px;
  max-width: 430px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-result__telWrap {
    padding-block: 16px;
    padding-inline: 10px;
    margin-bottom: 20px;
    align-items: center;
  }
}

.p-result__tel {
  font-size: 2.3125rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
  color: #2C61A9;
}
@media screen and (max-width: 767px) {
  .p-result__tel {
    font-size: 1.75rem;
  }
}
.p-result__tel span {
  font-size: 1.25rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-result__tel span {
    font-size: 0.9375rem;
  }
}

.p-result__tel__caption {
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  line-height: 2;
  color: #2C61A9;
}
@media screen and (max-width: 767px) {
  .p-result__tel__caption {
    font-size: 0.75rem;
  }
}

.p-result__button {
  width: 254px;
  background: linear-gradient(90deg, #1C64C6 0%, #0F3C77 90%, #0F2645 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-block: 8px;
  padding-inline: 20px 15px;
  border-radius: 5px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.12em;
  font-weight: 600;
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-result__button {
    width: 210px;
    padding-inline: 13px 15px;
  }
}
@media (hover: hover) {
  .p-result__button:hover img {
    transform: translateX(5px);
  }
}
.p-result__button img {
  width: 1.5rem;
  height: 2.1875rem;
  transition: all 0.3s ease;
}
.p-result__button::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  right: 55px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-result__button::before {
    right: 50px;
  }
}

.p-news {
  padding-block: 90px 0;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-block: 80px 0;
  }
}
.p-news.--page {
  padding-block: 50px 0;
}
@media screen and (max-width: 767px) {
  .p-news.--page {
    padding-block: 30px 0;
  }
}

.p-news__contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-news__contents {
    gap: 20px;
  }
}

.p-news__category {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-news__category {
    gap: 10px;
  }
}
.p-news__category a {
  font-size: 0.875rem;
  border: 1px solid #333333;
  border-radius: 100px;
  padding-inline: 20px;
  padding-block: 3px;
  min-width: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-news__category a {
    font-size: 0.75rem;
    padding-inline: 15px;
    min-width: 100px;
  }
}
.p-news__category .--current {
  background-color: #333333;
  color: #ffffff;
  border-color: #333333;
}

.p-news__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 30px;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}
.p-news__list.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
.p-news__list.--page {
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .p-news__list.--page {
    gap: 30px 20px;
  }
}

.p-news__empty {
  grid-column: 1/-1;
  text-align: center;
}

.p-news__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-news__img {
  width: 100%;
  aspect-ratio: 1/1;
}
.p-news__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.p-news__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-news_meta {
  display: flex;
  align-items: center;
  gap: 4px 8px;
}
.p-news_meta .date {
  font-size: 1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-news_meta .date {
    font-size: 0.75rem;
  }
}
.p-news_meta .category {
  font-size: 0.75rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 25px;
  padding-block: 3px;
  border-radius: 50px;
  border: 1px solid #333333;
}
@media screen and (max-width: 767px) {
  .p-news_meta .category {
    font-size: 0.625rem;
    padding-inline: 4px;
    min-width: 89px;
  }
}

.p-news__title {
  font-size: 1.3125rem;
  line-height: 1.3333333333;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .p-news__title {
    font-size: 1.125rem;
  }
}

.p-news__text {
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .p-news__text {
    -webkit-line-clamp: 3;
  }
}

.p-service {
  padding-top: 76px;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding-top: 97px;
  }
}

.p-service__top {
  display: flex;
  align-items: flex-end;
  gap: 7%;
  margin-bottom: 124px;
}
@media screen and (max-width: 767px) {
  .p-service__top {
    flex-direction: column;
    margin-bottom: 100px;
  }
}

.p-service__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  width: 47%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-service__title {
    width: 100%;
    gap: 30px;
    margin-bottom: 30px;
  }
}

.p-service__text {
  margin-top: -13px;
}

.p-service__img {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .p-service__img {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
}

.p-service__list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 100px 30px;
}

.p-service__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-block: 70px 30px;
  padding-inline: 15px;
  background-color: #F0F7FA;
  border-radius: 10px;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 1399px) {
  .p-service__item {
    flex: 0 0 calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .p-service__item {
    flex: auto;
    width: 100%;
    padding-block: 60px 30px;
  }
}

.p-service__item__img {
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-service__item__img {
    top: -75px;
  }
}

.p-service__point {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 400;
  margin-block: 0 10px;
  flex-grow: 1;
}
.p-service__point li {
  padding-left: 22px;
  position: relative;
}
.p-service__point li::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #2C61A9;
  left: 5px;
  top: 11px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.p-reason {
  padding-block: 88px 0;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding-block: 50px 0;
  }
}

.p-reason__list {
  display: flex;
  align-items: stretch;
  gap: 30px;
  margin-block: 66px 100px;
}
@media screen and (max-width: 1039px) {
  .p-reason__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__list {
    gap: 38px 20px;
    margin-block: 50px;
  }
}

.p-reason__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  gap: 18px;
  padding-block: 57px 25px;
  padding-inline: 30px;
  background-color: #F0F7FA;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reason__item {
    padding-block: 35px 20px;
    padding-inline: 10px;
    gap: 3px;
  }
}
.p-reason__item p {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-reason__item p {
    line-height: 1.7857142857;
  }
}

.p-reason__number {
  position: absolute;
  top: -7%;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-color: #1C64C6;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1.25rem;
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-reason__number {
    width: 40px;
    height: 40px;
  }
}

.p-reason__img {
  margin-inline: 20px;
  height: 423px;
}
@media screen and (max-width: 767px) {
  .p-reason__img {
    height: 200px;
    margin-inline: 10px;
  }
}
.p-reason__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-reason__img img {
    border-radius: 10px;
  }
}

.p-strength {
  padding-block: 107px 0;
}
@media screen and (max-width: 767px) {
  .p-strength {
    padding-block: 65px 0;
    overflow-x: clip;
  }
}

.p-strength__contents {
  display: flex;
  align-items: flex-end;
  gap: 8%;
  position: relative;
}
.p-strength__contents.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-strength__contents.reverse {
    flex-direction: column;
  }
  .p-strength__contents.reverse .p-strength__text {
    margin-inline: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-strength__contents {
    flex-direction: column;
  }
}

.p-strength__list .p-strength__contents:nth-child(1) {
  margin-top: 65px;
}
.p-strength__list .p-strength__contents:nth-child(2) {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .p-strength__list .p-strength__contents:nth-child(2) {
    margin-top: 100px;
  }
  .p-strength__list .p-strength__contents:nth-child(2) .c-title02 {
    margin-left: clamp(10.625rem, 1.414rem + 35.51vw, 18.438rem);
    margin-right: 7%;
  }
  .p-strength__list .p-strength__contents:nth-child(2) .c-readText {
    width: fit-content;
    margin-top: 0;
    margin-inline: clamp(10.625rem, 1.783rem + 34.09vw, 18.125rem) 4%;
  }
  .p-strength__list .p-strength__contents:nth-child(2) p {
    margin-top: clamp(0rem, -8.842rem + 34.09vw, 7.5rem);
  }
}
@media screen and (max-width: 414px) {
  .p-strength__list .p-strength__contents:nth-child(2) .c-title02 {
    margin-left: 0;
    text-align: right;
    max-width: 100%;
  }
  .p-strength__list .p-strength__contents:nth-child(2) .c-readText {
    margin-inline: auto 4%;
  }
  .p-strength__list .p-strength__contents:nth-child(2) p {
    margin-top: 0;
  }
}
.p-strength__list .p-strength__contents:nth-child(3) {
  margin-top: 100px;
}
.p-strength__list .p-strength__contents:nth-child(4) {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-strength__list .p-strength__contents:nth-child(4) {
    margin-top: 150px;
  }
  .p-strength__list .p-strength__contents:nth-child(4) .c-title02 {
    text-align: right;
    margin-bottom: 30px;
    max-width: clamp(23.125rem, 12.072rem + 42.61vw, 32.5rem);
  }
  .p-strength__list .p-strength__contents:nth-child(4) .c-readText {
    margin-top: clamp(0rem, -5.158rem + 19.89vw, 4.375rem);
  }
}
@media screen and (max-width: 414px) {
  .p-strength__list .p-strength__contents:nth-child(4) {
    margin-top: 111px;
  }
  .p-strength__list .p-strength__contents:nth-child(4) .c-title02 {
    max-width: 100%;
  }
  .p-strength__list .p-strength__contents:nth-child(4) .c-readText {
    margin-top: 0;
  }
}

.p-strength__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .p-strength__text {
    flex: auto;
    width: 100%;
  }
}

@media screen and (max-width: 414px) {
  .p-strength__img {
    aspect-ratio: 130/170;
    max-height: 170px;
  }
}
.p-strength__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-strength__img img {
    border-radius: 10px;
  }
}
.p-strength__img.img01 {
  padding-right: 40px;
  flex: 0 0 50%;
}
@media screen and (max-width: 767px) {
  .p-strength__img.img01 {
    position: absolute;
    padding-right: 0;
    flex: auto;
    top: -3%;
    right: -6%;
    width: 42%;
  }
  .p-strength__img.img01 img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (max-width: 414px) {
  .p-strength__img.img01 {
    width: 38%;
  }
}
.p-strength__img.img02 {
  flex: 0 0 41%;
}
@media screen and (max-width: 767px) {
  .p-strength__img.img02 {
    position: absolute;
    padding-right: 0;
    flex: auto;
    top: -3%;
    left: -6%;
    width: 45%;
  }
  .p-strength__img.img02 img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media screen and (max-width: 414px) {
  .p-strength__img.img02 {
    width: 38%;
  }
}
.p-strength__img.img03 {
  flex: 0 0 47%;
}
@media screen and (max-width: 767px) {
  .p-strength__img.img03 {
    position: absolute;
    padding-right: 0;
    flex: auto;
    top: -3%;
    right: -6%;
    width: 50%;
  }
}
@media screen and (max-width: 414px) {
  .p-strength__img.img03 {
    width: 38%;
  }
}
.p-strength__img.img03 img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.p-strength__img.img04 {
  flex: 0 0 41%;
}
@media screen and (max-width: 767px) {
  .p-strength__img.img04 {
    aspect-ratio: 550/506;
    max-height: 506px;
    position: absolute;
    padding-right: 0;
    flex: auto;
    top: clamp(-80px, -15.625vw + 39.84375px, -25px);
    left: -6%;
    width: 50%;
  }
  .p-strength__img.img04 img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media screen and (max-width: 414px) {
  .p-strength__img.img04 {
    aspect-ratio: 130/170;
    max-height: 170px;
    width: 38%;
    top: -2%;
  }
}

.p-strength__support {
  margin-top: 80px;
}
.p-strength__support__title {
  font-size: 1.875rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #2C61A9;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-strength__support__title {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }
}
.p-strength__support__list {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-strength__support__list {
    flex-direction: column;
    gap: 14px;
    max-width: 400px;
    margin-inline: auto;
  }
}
.p-strength__support__list > li {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #F0F7FA;
  padding-inline: 20px;
  padding-block: 30px 20px;
  border-radius: 10px;
}
.p-strength__support__point {
  display: flex;
  gap: 10px;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.p-strength__support__point > li {
  width: 106px;
  font-size: 0.875rem;
  line-height: 1.3571428571;
  letter-spacing: 0.05em;
  font-weight: 600;
  background-color: #ffffff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 1040px) {
  .p-strength__support__point > li.pc-small {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-strength__support__point > li.pc-small.sp-small {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-strength__support__point > li.pc-small.sp-smallS {
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 1039px) {
  .p-strength__support__point > li {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-strength__support__point {
    gap: 5px;
  }
  .p-strength__support__point > li {
    font-size: 0.875rem;
    width: 95px;
    aspect-ratio: 95/88;
  }
}

.p-data {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-data.--page {
    gap: 20px;
  }
}

.p-data__item {
  display: flex;
  align-items: stretch;
  gap: 18px;
}
.p-data__item dt {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #2C61A9;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 0 0 160px;
  padding-block: 16px;
  border-bottom: 1px solid #2C61A9;
}
@media screen and (max-width: 767px) {
  .p-data__item dt {
    line-height: 1.7;
    flex: 0 0 120px;
  }
}
.p-data__item dd {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 400;
  border-bottom: 1px solid #D5D5D5;
  padding-block: 16px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-data__item dd.event-none {
  pointer-events: none;
  cursor: default;
}
.p-data__item:nth-child(n+2) dt {
  min-height: 70px;
}
@media screen and (max-width: 767px) {
  .p-data__item.--page {
    flex-direction: column;
    gap: 0;
  }
  .p-data__item.--page dt {
    flex: auto;
    border-bottom: none;
    justify-content: flex-start;
    padding-block: 0;
  }
  .p-data__item.--page dd {
    padding-block: 3px 20px;
  }
  .p-data__item.--page:nth-child(n+2) dt {
    min-height: auto;
  }
}

.p-case {
  padding-block: 90px 0;
}
@media screen and (max-width: 767px) {
  .p-case {
    padding-block: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-case.independent {
    padding-block: 20px 0;
  }
}

.p-case__contents {
  max-width: 830px;
  padding-block: 67px;
  padding-inline: 60px;
  margin-inline: auto;
  display: flex;
  align-items: flex-end;
  border: 1px solid #2C61A9;
  gap: 5%;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-case__contents {
    flex-direction: column;
    align-items: flex-start;
    padding-block: 30px;
    padding-inline: 30px;
    border-radius: 10px;
    max-width: 600px;
    margin-inline: auto;
  }
  .p-case__contents .c-title01 {
    order: 1;
    margin-bottom: 10px;
  }
  .p-case__contents .c-more01 {
    order: 4;
    margin-inline: auto;
  }
}

.p-case__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .p-case__info {
    flex: auto;
    width: 100%;
    display: contents;
  }
}

.p-case__text {
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-case__text {
    font-size: 1rem;
    order: 2;
    margin-bottom: 20px;
  }
}

.p-case__img {
  flex: 0 0 54%;
}
@media screen and (max-width: 767px) {
  .p-case__img {
    order: 3;
    margin-bottom: 20px;
    align-self: center;
  }
}
.p-case__img img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-case__img img {
    border-radius: 10px;
    aspect-ratio: 275/186;
  }
}

.p-topCompany {
  padding-block: 140px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6.66%;
}
@media screen and (max-width: 767px) {
  .p-topCompany {
    flex-direction: column;
    padding-block: 80px 0;
    gap: 60px;
  }
}

.p-topCompany__box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-topCompany__box {
    flex: auto;
    width: 100%;
    gap: 20px;
  }
}

.p-topCompany__text {
  display: flex;
  gap: 5%;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-topCompany__text {
    flex-direction: column;
    gap: 20px;
  }
}
.p-topCompany__text p {
  line-height: 1.75;
}

.p-topCompany__btn {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-topCompany__btn {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

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

.p-list01 {
  display: flex;
  align-items: stretch;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-list01 {
    flex-direction: column;
  }
}
.p-list01 > li {
  border-radius: 10px;
  background-color: #F0F7FA;
  padding-block: 60px 30px;
  padding-inline: 30px;
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-list01 > li {
    padding-block: 60px 20px;
    padding-inline: 20px;
  }
}
.p-list01 > li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 30px;
  width: 42px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-list01 > li::before {
    left: 20px;
  }
}
.p-list01 > li {
  /* 01 */
}
.p-list01 > li:nth-child(1)::before {
  background-image: url(../img/common/number01.webp);
}
.p-list01 > li {
  /* 02 */
}
.p-list01 > li:nth-child(2)::before {
  background-image: url(../img/common/number02.webp);
}
.p-list01 > li {
  /* 03 */
}
.p-list01 > li:nth-child(3)::before {
  background-image: url(../img/common/number03.webp);
}

.p-list01__title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
  color: #2C61A9;
}
.p-list01__title span {
  font-size: 1.1875rem;
}

.p-list01__subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-list01__subtitle {
    font-size: 0.875rem;
  }
}

.p-list01__text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-card01 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 60px;
  border-radius: 10px;
  background-color: #F0F7FA;
  margin-top: 40px;
  padding: 60px;
}
@media screen and (max-width: 1039px) {
  .p-card01 {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
    padding-block: 30px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-card01 {
    align-items: center;
  }
}

.p-card01__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-card01__head {
    text-align: center;
    align-items: center;
  }
}

.p-card01__title {
  font-size: 2.5rem;
  letter-spacing: 0.036em;
  font-weight: 600;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #1C64C6 0%, #0F3C77 54.33%, #0F2645 100%);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-card01__title {
    font-size: 1.625rem;
    font-weight: 400;
  }
}
.p-card01__title span {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-card01__title span {
    font-size: 1.125rem;
    margin-top: 10px;
    display: block;
    font-weight: 500;
  }
}

.p-card01__subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #2C61A9;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-card01__subtitle {
    font-size: 0.875rem;
  }
}

.p-card01__text {
  font-weight: 700;
  font-size: 1rem;
}

.p-card01__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex: 1;
}

.p-success {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 1039px) {
  .p-success {
    flex-direction: column;
    gap: 50px;
  }
}

.p-success__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border: 1px solid #2C61A9;
  border-radius: 10px;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 1039px) {
  .p-success__item {
    padding-block: 30px;
    padding-inline: 20px;
    gap: 10px;
  }
}
.p-success__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
  width: 40px;
  height: 40px;
  background: url(../img/common/arrow-blue.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1039px) {
  .p-success__item:not(:last-child)::before {
    right: initial;
    top: initial;
    bottom: -18%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 22px;
    height: 22px;
  }
}

.p-success__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-success__body {
    gap: 20px;
  }
}
.p-success__body.center {
  justify-content: center;
}

.p-success__title {
  font-size: 2.5rem;
  letter-spacing: 0.036em;
  font-weight: 400;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #1C64C6 0%, #0F3C77 54.33%, #0F2645 100%);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-success__title {
    font-size: 1.625rem;
  }
}

.p-success__text {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 400;
  text-align: center;
}

.p-box__wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-box__wrap {
    gap: 10px;
  }
}

.p-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #F0F7FA;
  border-radius: 10px;
  padding: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-box {
    padding-block: 30px;
    padding-inline: 20px;
  }
}
.p-box.--row {
  flex-direction: row;
  gap: 50px;
}
@media screen and (max-width: 1039px) {
  .p-box.--row {
    flex-direction: column;
    gap: 20px;
  }
}

.p-box__title {
  font-size: 1.875rem;
  line-height: 1.3;
  letter-spacing: 0.12em;
  color: #2C61A9;
}
@media screen and (max-width: 767px) {
  .p-box__title {
    font-size: 1.375rem;
    letter-spacing: 0.05em;
  }
}

.p-box__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-box__head {
    gap: 0;
  }
}
.p-box__head p {
  font-size: 0.75rem;
  line-height: 2.3333333333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-box__head p {
    font-size: 0.875rem;
  }
}

.p-box__list {
  display: flex;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-box__list {
    flex-direction: column;
    flex: auto;
  }
}
.p-box__list > li {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-box__list > li:not(:last-child) {
  border-right: 1px solid #D5D5D5;
  padding-right: 15px;
  margin-right: 45px;
}
@media screen and (max-width: 767px) {
  .p-box__list > li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-right: 0;
    margin-right: 0;
  }
}

.p-box__date {
  display: flex;
  gap: 0 15px;
  letter-spacing: 0.05em;
  flex-wrap: wrap;
}
.p-box__date time {
  flex: 0 0 75px;
}

.p-box__numList {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 1039px) {
  .p-box__numList {
    gap: 30px;
  }
}

.p-box__numList__title {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  color: #2C61A9;
  font-weight: 700;
  margin-bottom: 10px;
}

.p-box__numList__subtitle {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #2C61A9;
  font-weight: 700;
}

.p-box__numList__List {
  display: flex;
}
@media screen and (max-width: 1039px) {
  .p-box__numList__List {
    flex-direction: column;
  }
}
.p-box__numList__List > li:not(:last-child) {
  border-right: 1px solid #D5D5D5;
  padding-right: 40px;
  margin-right: 50px;
  width: 34%;
}
@media screen and (max-width: 1039px) {
  .p-box__numList__List > li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-right: 0;
    margin-right: 0;
    width: 100%;
  }
}

.pc_hidden {
  display: block;
}
@media screen and (min-width: 1040px) {
  .pc_hidden {
    display: none;
  }
}

@media screen and (min-width: 1040px) {
  .tab_visible {
    display: none;
  }
}
@media screen and (max-width: 1039px) {
  .tab_visible {
    display: block;
  }
}

@media screen and (max-width: 1039px) {
  .tab_hidden {
    display: none;
  }
}

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

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

@media screen and (max-width: 414px) {
  .sm_hidden {
    display: none;
  }
}

@media screen and (max-width: 414px) {
  .sm_visible {
    display: block;
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.text-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sp_text-left {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */