@charset "UTF-8";
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html {
  color: #000;
  word-break: normal;
  line-break: strict;
  height: 100%;
  margin: 0 auto;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  height: 100%;
  margin: 0 auto;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

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

figure {
  margin: 0;
  padding: 0;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

button {
  border: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  table-layout: auto;
  border-spacing: 0;
}

th, td {
  border: none;
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*------------------------------------------------------------------------------
  base
------------------------------------------------------------------------------*/
html {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 0.9259259259vw;
  }
}
@media (min-width: 1080px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  color: #222;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

/* 表示領域外へはスクロールさせない */
.no_scroll {
  overflow: hidden;
}

/* -----------------------------------------------
* layout エントリーポイント
-------------------------------------------------- */
/* ------------------------------------------------
l-header
--------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 777;
}

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

/* --------------------------------
l-main
----------------------------------- */
.l-main {
  margin-top: 9rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .l-main {
    margin-top: 6rem;
  }
}

/* --------------------------------
l-inner
----------------------------------- */
.l-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 40px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 20px;
    max-width: 600px;
  }
}

.l-inner--1000 {
  max-width: 1080px;
}
@media only screen and (max-width: 767px) {
  .l-inner--1000 {
    max-width: 600px;
  }
}

.l-inner--1440 {
  max-width: 1440px;
}
@media only screen and (max-width: 767px) {
  .l-inner--1440 {
    max-width: 600px;
  }
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-hamburger
----------------------------------- */
.c-hamburger {
  width: 26px;
  height: inherit;
  margin-left: auto;
  position: relative;
  display: block;
  z-index: 999;
}

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

.p-header.is-bg .c-hamburger span {
  background-color: #fff;
}

.p-header--top .c-hamburger span {
  background-color: #fff;
}

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

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

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

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

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

.c-hamburger.is-step02 span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 30px;
  background-color: #fff;
}

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

.c-hamburger.is-step02 span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 30px;
  background-color: #fff;
}

/* ------------------------------------------------
c-btn
--------------------------------------------------- */
.c-btn {
  min-width: 19.2rem;
  display: inline-block;
  text-align: left;
  padding: 0.9rem 4.6rem 1rem 2.4rem;
  background-color: #fff;
  border: 0.1rem solid #599fe0;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media only screen and (max-width: 767px) {
  .c-btn {
    min-width: 18.2rem;
  }
}
.c-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #599fe0;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.c-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-image: url(../img/common/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.c-btn span {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-btn span {
    font-size: 1.3rem;
  }
}

.c-btn--lg {
  min-width: 27rem;
  padding: 1.1rem 5rem 1.2rem 5rem;
  border-radius: 3.5rem;
  border: none;
}
@media only screen and (max-width: 767px) {
  .c-btn--lg {
    min-width: 24rem;
    padding: 1rem 6rem 1.1rem 5rem;
  }
}
.c-btn--lg span {
  font-size: 2.2rem;
  color: #599fe0;
}
@media only screen and (max-width: 767px) {
  .c-btn--lg span {
    font-size: 1.8rem;
  }
}
.c-btn--lg::before {
  right: 1.2rem;
  width: 3.6rem;
  height: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .c-btn--lg::before {
    right: 1rem;
    width: 2.6rem;
    height: 2.6rem;
  }
}
.c-btn--lg::after {
  right: 2.3rem;
  width: 1.7rem;
  height: 1.3rem;
  background-image: url(../img/common/arrow_right-lg.svg);
}
@media only screen and (max-width: 767px) {
  .c-btn--lg::after {
    right: 1.6rem;
    width: 1.4rem;
    height: 1.1rem;
  }
}

.c-btn--border {
  min-width: 26rem;
  border: 0.1rem solid #599fe0;
}
.c-btn--border::before {
  right: 1rem;
}
.c-btn--border::after {
  right: 2rem;
}
@media only screen and (max-width: 767px) {
  .c-btn--border::after {
    right: 1.6rem;
  }
}
.c-btn--border span {
  font-size: 1.8rem;
  color: #599fe0;
}

.c-btn--sm {
  min-width: 16.2rem;
}

@media (any-hover: hover) {
  .c-btn:hover {
    background-color: #599fe0;
  }
  .c-btn:hover span {
    color: #fff;
  }
  .c-btn:hover::after {
    -webkit-transform: translate(0.5rem, -50%);
            transform: translate(0.5rem, -50%);
  }
  .c-btn--submit:hover {
    background-color: #599fe0;
  }
  .c-btn--submit:hover input {
    color: #fff;
  }
  .c-btn--submit:hover::after {
    -webkit-transform: translate(0.5rem, -50%);
            transform: translate(0.5rem, -50%);
  }
}
/* ------------------------------------------------
パンくず
--------------------------------------------------- */
/* パンくずリストの親要素 */
.c-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* パンくずリンクとテキスト */
.c-breadcrumbs a,
.c-breadcrumbs span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumbs a,
  .c-breadcrumbs span {
    font-size: 1.2rem;
  }
}

.c-breadcrumbs a {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 0.7rem 0 1.1rem;
  color: #599fe0;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumbs a {
    padding: 0.8rem 0;
  }
}

.c-breadcrumbs span:not(:last-of-type) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-breadcrumbs span:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 最後の要素が余分に広がらないよう調整 */
  max-width: 100%; /* 必ず幅を制限 */
  min-width: 0;
}

.c-breadcrumbs span.current-item {
  width: 100%;
  display: block;
  padding: 0.7rem 0 1rem;
  overflow: hidden; /* はみ出し部分を隠す */
  white-space: nowrap; /* テキストを1行に制限 */
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumbs span.current-item {
    padding: 0.8rem 0;
  }
}

.c-breadcrumbs .breadcrumb-icon {
  display: block;
  width: 0.6rem;
  aspect-ratio: 1/1;
  border-top: 0.1rem solid #222;
  border-right: 0.1rem solid #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .c-breadcrumbs .breadcrumb-icon {
    margin-top: 0.1rem;
    width: 0.6rem;
  }
}

@media (any-hover: hover) {
  .c-breadcrumbs a:hover {
    opacity: 0.5;
  }
}
/* ------------------------------------------------
c-section-title
--------------------------------------------------- */
.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .c-section-title {
    row-gap: 1.4rem;
  }
}
.c-section-title span {
  display: inline-block;
}
.c-section-title span:nth-child(1) {
  font-size: 1.8rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 6.4rem;
}
@media only screen and (max-width: 767px) {
  .c-section-title span:nth-child(1) {
    font-size: 1.4rem;
    padding-left: 5rem;
  }
}
.c-section-title span:nth-child(1)::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5rem;
  height: 0.2rem;
  background-color: #599fe0;
}
@media only screen and (max-width: 767px) {
  .c-section-title span:nth-child(1)::before {
    width: 3.6rem;
  }
}
.c-section-title span:nth-child(2) {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-section-title span:nth-child(2) {
    font-size: 2.4rem;
  }
}

.c-section-title--white {
  color: #fff;
}
.c-section-title--white span:nth-child(1)::before {
  background-color: #fff;
}

/* ------------------------------------------------
c-news-category
--------------------------------------------------- */
.c-news-category {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #599fe0;
  background-color: #f5e752;
  border: 0.1rem solid #599fe0;
  border-radius: 0.5rem;
  padding-block: 0.6rem;
  padding-inline: 1.8rem 1.6rem;
  min-width: 9.6rem;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media only screen and (max-width: 767px) {
  .c-news-category {
    font-size: 1.1rem;
    min-width: 7rem;
    padding-block: 0.3rem;
  }
}

@media (any-hover: hover) {
  .c-news-category:hover {
    background-color: #599fe0;
    color: #fff;
  }
}
/* ------------------------------------------------
c-img-bg
--------------------------------------------------- */
.c-img-bg {
  position: relative;
  z-index: 3;
}
.c-img-bg::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  -webkit-transform: translateX(-2rem) rotate(-5deg);
          transform: translateX(-2rem) rotate(-5deg);
  width: 100%;
  height: 100%;
  background-color: #EBF5FF;
  border-radius: 1.5rem;
}

.c-img-bg--yellow::before {
  background-color: #f5e752;
}

.c-img-bg--right::before {
  left: initial;
  right: 0;
  -webkit-transform: translateX(2rem) rotate(5deg);
          transform: translateX(2rem) rotate(5deg);
}

/* ------------------------------------------------
c-text
--------------------------------------------------- */
.c-text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .c-text {
    line-height: 1.6;
    letter-spacing: 0;
    text-align: justify;
  }
}

.c-text--white {
  color: #fff;
}

/* ------------------------------------------------
.c-to-top
--------------------------------------------------- */
.c-to-top {
  position: fixed;
  right: 2.4rem;
  bottom: 2.4rem;
  width: 7rem;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 0.1rem solid #599fe0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 767px) {
  .c-to-top {
    right: 1rem;
    bottom: 1rem;
    width: 5rem;
  }
}

.c-to-top svg {
  width: 2.8rem;
  height: 3.3rem;
  fill: #599fe0;
}
@media only screen and (max-width: 767px) {
  .c-to-top svg {
    width: 2rem;
    height: 2.3rem;
  }
}

.c-to-top:hover {
  background-color: #599fe0;
}
.c-to-top:hover svg {
  fill: #fff;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* common */
/* ------------------------------------------------
p-header
--------------------------------------------------- */
.p-header {
  width: 100%;
  height: 9rem;
  background-color: rgba(255, 255, 255, 0.9);
  padding-inline: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-header {
    padding-inline: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-header {
    height: 6rem;
    padding-inline: 1.5rem;
  }
}

/* ------------------------------------------------
p-header
--------------------------------------------------- */
.p-header-logo {
  height: inherit;
}

.p-header-logo a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-header-logo a {
    font-size: 2rem;
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
  }
}

.p-header-logo__img {
  width: 6rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-header-logo__img {
    width: 4rem;
  }
}

.p-header__right {
  height: inherit;
}

.p-header-nav {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

.p-header-nav__lists {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
}

.p-header-nav__list {
  height: inherit;
}
.p-header-nav__list a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 0.8rem;
  padding-inline: 1rem;
}
.p-header-nav__list span:nth-child(1) {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-header-nav__list span:nth-child(2) {
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #599fe0;
  font-weight: 400;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (any-hover: hover) {
  .p-header-nav__list a:hover span:nth-child(2) {
    color: #f5e752;
  }
}
.p-header-nav__btn {
  height: inherit;
  width: 19.2rem;
}
.p-header-nav__btn a {
  width: 100%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #599fe0;
  row-gap: 0.8rem;
  border-radius: 0 0 1.6rem 1.6rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-header-nav__btn span:nth-child(1) {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.p-header-nav__btn span:nth-child(2) {
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 400;
}

@media (any-hover: hover) {
  .p-header-nav__btn a:hover {
    background-color: #f5e752;
  }
  .p-header-logo a:hover {
    opacity: 0.7;
  }
}
/* --------------------------------
p-drawer
----------------------------------- */
.p-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  padding-inline: 1.5rem;
  overflow-y: auto;
  padding-bottom: 6rem;
  z-index: 888;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #599fe0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

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

.p-drawer__info {
  margin-top: 6.4rem;
}

.p-drawer__name {
  height: 6rem;
}
.p-drawer__name a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.p-drawer__name .p-drawer__logo {
  width: 4rem;
}

/* --------------------------------
p-drawer-nav
----------------------------------- */
.p-drawer-nav__lists {
  margin-top: 5.6rem;
}

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

.p-drawer-nav__list a {
  position: relative;
  padding: 1.6rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  min-width: 14rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.6rem;
}
.p-drawer-nav__list a span:nth-child(1) {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.p-drawer-nav__list a span:nth-child(2) {
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.p-drawer-nav__btn {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ------------------------------------------------
p-footer
--------------------------------------------------- */
.p-footer {
  color: #fff;
}

.p-footer__deco {
  width: 100%;
}

.p-footer__container {
  background-color: #599fe0;
  padding-bottom: 3rem;
  padding-inline: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 7.8rem;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .p-footer__container {
    padding-inline: 3rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer__container {
    row-gap: 4rem;
    padding-top: 3rem;
    padding-inline: 2rem;
  }
}

.p-footer__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-footer__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 2rem;
  }
}

.p-footer__name a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  font-size: 3rem;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-footer__name a {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer__name a {
    font-size: 2.4rem;
  }
}

.p-footer__logo {
  width: 6rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-footer__logo {
    width: 4rem;
  }
}

.p-footer__nav {
  padding-top: 0.4rem;
}
@media only screen and (max-width: 767px) {
  .p-footer__nav {
    padding-top: 0;
    margin-top: 1rem;
  }
}

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

.p-footer-nav__item:not(:last-child) {
  border-right: 0.1rem solid #fff;
}
@media only screen and (max-width: 767px) {
  .p-footer-nav__item:not(:last-child) {
    border-right: none;
  }
}
.p-footer-nav__item a {
  display: inline-block;
  padding-block: 0.5rem 0.5rem;
  padding-inline: 2.4rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-footer__copy small {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media (any-hover: hover) {
  .p-footer__name a:hover,
  .p-footer-nav__item a:hover {
    opacity: 0.6;
  }
}
/* ------------------------------------------------
p-cta
--------------------------------------------------- */
.p-cta {
  padding-block: 7rem;
}
@media only screen and (max-width: 767px) {
  .p-cta {
    padding-block: 5rem;
  }
}

.p-cta__box {
  max-width: 1120px;
  padding: 4rem 5rem;
  margin-inline: auto;
  border-radius: 1.5rem;
  background: linear-gradient(-135deg, #9FD1FF 0%, #5396d6 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-cta__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.6rem 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-cta__deco {
  position: absolute;
  top: 4rem;
  right: 6rem;
  width: 20.5rem;
}
@media only screen and (max-width: 767px) {
  .p-cta__deco {
    top: 6rem;
    right: 1rem;
    width: 16rem;
  }
}

.p-cta__text {
  margin-top: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .p-cta__text {
    text-align: justify;
  }
}

@media only screen and (max-width: 767px) {
  .p-cta__btn {
    margin-top: 4rem;
  }
}

/* ------------------------------------------------
p-lower-head
--------------------------------------------------- */
.p-lower-head {
  margin-top: 3rem;
  padding-bottom: 4.6rem;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .p-lower-head {
    margin-top: 0;
    padding-bottom: 3rem;
  }
}

.p-lower-head__bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: min(66.6666666667vw, 96rem);
  height: 12rem;
}
@media only screen and (max-width: 767px) {
  .p-lower-head__bg {
    height: 8rem;
    width: 90%;
  }
}
.p-lower-head__bg span {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: calc(min(66.6666666667vw, 96rem) + (100vw - 100%) / 2);
  height: 100%;
  background-color: #EBF5FF;
  border-radius: 0 8rem 8rem 0;
}
@media only screen and (max-width: 767px) {
  .p-lower-head__bg span {
    width: calc(100% + (100vw - 100%) / 2);
  }
}

.p-lower-head__title {
  margin-top: 4.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-lower-head__title {
    margin-top: 2.4rem;
    row-gap: 0;
  }
}
.p-lower-head__title span {
  display: inline-block;
}
.p-lower-head__title span:nth-child(1) {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-lower-head__title span:nth-child(1) {
    font-size: 2.4rem;
  }
}
.p-lower-head__title span:nth-child(2) {
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding-right: 7rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-lower-head__title span:nth-child(2) {
    font-size: 1.6rem;
    padding-right: 5rem;
  }
}
.p-lower-head__title span:nth-child(2)::before {
  position: absolute;
  content: "";
  top: 54%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5rem;
  height: 0.4rem;
  background-color: #599fe0;
}
@media only screen and (max-width: 767px) {
  .p-lower-head__title span:nth-child(2)::before {
    width: 3rem;
    height: 0.2rem;
  }
}

/* ------------------------------------------------
p-table
--------------------------------------------------- */
.p-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 2px solid #DBDBDB;
  position: relative;
}
.p-table::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  height: 4px;
  background-color: #599fe0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  -webkit-transform-origin: top;
          transform-origin: top;
}
.p-table::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #599fe0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.p-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #DBDBDB;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-table__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-table__item::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  height: 4px;
  background-color: #599fe0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  -webkit-transform-origin: top;
          transform-origin: top;
}
.p-table__item dt {
  width: 30rem;
  padding-left: 2rem;
  padding-block: 1.1rem;
  font-size: 1.6rem;
  line-height: 2;
  color: #599fe0;
}
@media only screen and (max-width: 767px) {
  .p-table__item dt {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.p-table__item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2rem;
  padding-block: 1.1rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .p-table__item dd {
    padding-left: 0;
    padding-top: 0;
    line-height: 1.7;
  }
}

.p-table--office::before {
  width: 30rem;
}
@media only screen and (max-width: 767px) {
  .p-table--office::before {
    width: 10rem;
  }
}
.p-table--office::after {
  width: 30rem;
}
@media only screen and (max-width: 767px) {
  .p-table--office::after {
    width: 10rem;
  }
}
.p-table--office .p-table__item::before {
  width: 30rem;
}
@media only screen and (max-width: 767px) {
  .p-table--office .p-table__item::before {
    width: 10rem;
  }
}

.p-table--history::before {
  width: 14rem;
}
@media only screen and (max-width: 767px) {
  .p-table--history::before {
    width: 10rem;
  }
}
.p-table--history::after {
  width: 14rem;
}
@media only screen and (max-width: 767px) {
  .p-table--history::after {
    width: 10rem;
  }
}
.p-table--history .p-table__item::before {
  width: 14rem;
}
@media only screen and (max-width: 767px) {
  .p-table--history .p-table__item::before {
    width: 10rem;
  }
}
.p-table--history .p-table__item dt {
  width: 14rem;
}
@media only screen and (max-width: 767px) {
  .p-table--history .p-table__item dt {
    width: 10rem;
  }
}

/* ------------------------------------------------
p-sidebar
--------------------------------------------------- */
.p-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-sidebar {
    row-gap: 4rem;
  }
}

.p-sidebar__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-bottom: 0.4rem;
  border-bottom: 0.2rem solid #599fe0;
}
@media only screen and (max-width: 767px) {
  .p-sidebar__title {
    font-size: 1.8rem;
  }
}

.p-sidebar__contents {
  padding-top: 1rem;
}

.p-sidebar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-sidebar__items {
    row-gap: 0.6rem;
  }
}

.p-sidebar__items li a {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-sidebar-item__title {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
@media (any-hover: hover) {
  .p-sidebar__items li a:hover {
    color: #599fe0;
  }
}
/* ------------------------------------------------
ページネーション
--------------------------------------------------- */
.wp-pagenavi {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-top: 5rem;
  }
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: block;
  padding-inline: 0.6rem;
  color: #599fe0;
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi span,
  .wp-pagenavi a {
    margin-top: 5.6rem;
    font-size: 1.6rem;
    padding-inline: 0.3rem;
  }
}

@media (any-hover: hover) {
  .wp-pagenavi span:hover,
  .wp-pagenavi a:hover {
    opacity: 0.6;
  }
}
.wp-pagenavi span.current {
  border: none !important;
  font-weight: 400 !important;
  opacity: 1 !important;
  position: relative;
}
.wp-pagenavi span.current::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #599fe0;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  padding-bottom: 0.6rem;
}

/* ------------------------------------------------
p-detail-pagination
--------------------------------------------------- */
.p-detail-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-detail-pagination {
    -webkit-column-gap: 1.6rem;
       -moz-column-gap: 1.6rem;
            column-gap: 1.6rem;
  }
}

.p-detail-pagination__item {
  width: calc(100% - 9.05rem);
}
@media only screen and (max-width: 767px) {
  .p-detail-pagination__item {
    width: 8rem;
    height: 3.4rem;
  }
}

.prev-link,
.next-link {
  width: 100%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .prev-link,
  .next-link {
    font-size: 1.2rem;
  }
}

.prev-link span,
.next-link span {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media only screen and (max-width: 767px) {
  .prev-link span,
  .next-link span {
    display: none;
  }
}

.prev-link {
  padding-left: 2rem;
}

.next-link {
  padding-right: 2rem;
}
.next-link span {
  text-align: right;
}

.prev-link::before,
.next-link::before {
  position: absolute;
  content: "";
  top: 56%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  width: 1.4rem;
  height: 1.4rem;
  border-right: 0.2rem solid #599fe0;
  border-bottom: 0.2rem solid #599fe0;
}
@media only screen and (max-width: 767px) {
  .prev-link::before,
  .next-link::before {
    top: 50%;
    width: 1rem;
    height: 1rem;
  }
}

.prev-link::before {
  left: 0;
}

.next-link::before {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.prev-link:hover,
.next-link:hover {
  color: #599fe0;
}

.prev-link::after,
.next-link::after {
  position: absolute;
  content: "";
  position: absolute;
  top: -2.4rem;
  font-size: 1.4rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  color: #599fe0;
}
@media only screen and (max-width: 767px) {
  .prev-link::after,
  .next-link::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.prev-link::after {
  content: "Prev";
  left: 2rem;
}

.next-link::after {
  content: "Next";
  right: 2rem;
}

/* ------------------------------------------------
p-form
--------------------------------------------------- */
.p-form__contents {
  margin-top: 5rem;
  max-width: 880px;
  margin-inline: auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-form__contents {
    margin-top: 3rem;
  }
}

.p-form__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.p-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-block: 2rem;
  border-top: 0.1rem solid #DBDBDB;
}
@media only screen and (max-width: 767px) {
  .p-form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-block: 1.6rem;
  }
}

.p-form-item__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .p-form-item__input {
    margin-top: 1rem;
    width: 100%;
  }
}

input[type=text],
input[type=tel],
input[type=email] {
  width: 100%;
  display: block;
  height: 4.8rem;
  border: 0.1rem solid #599fe0;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1rem 1.6rem;
}
@media only screen and (max-width: 767px) {
  input[type=text],
  input[type=tel],
  input[type=email] {
    padding: 0.8rem 0 0.8rem 1.2rem;
    height: 4rem;
    width: 100%;
  }
}

.p-form-item__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .p-form-item__textarea {
    margin-top: 0.8rem;
    width: 100%;
  }
}
.p-form-item__textarea p {
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .p-form-item__textarea p {
    font-size: 1.2rem;
  }
}
.p-form-item__textarea p span.wpcf7-character-count.down {
  color: #222;
}

textarea {
  display: block;
  border: 0.1rem solid #599fe0;
  border-radius: 0.5rem;
  width: 100%;
  padding: 1rem 1.6rem;
  font-size: 1.6rem !important;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400 !important;
  resize: none;
  height: 24rem;
}
@media only screen and (max-width: 767px) {
  textarea {
    padding: 0.8rem 0.8rem 0.8rem 1.2rem;
  }
}

.p-form-item label {
  font-size: 1.6rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  width: 26.2rem;
  height: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .p-form-item label {
    width: 100%;
    height: auto;
  }
}
.p-form-item label span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0.1rem 1.4rem;
  border: 0.1rem solid #b9b9b9;
  border-radius: 0.5rem;
  text-align: center;
  color: #b9b9b9;
}
@media only screen and (max-width: 767px) {
  .p-form-item label span {
    font-size: 1.2rem;
  }
}

.p-form__privacy-policy input + span {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4444444444;
  padding-left: 3.6rem;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-form__privacy-policy input + span {
    padding-left: 3rem;
    display: block;
  }
}

.p-form__privacy-policy input + span:hover {
  color: #599fe0;
}

.p-form__privacy-policy input + span::before {
  position: absolute;
  content: "";
  top: 54%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.6rem;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid #599fe0;
}
@media only screen and (max-width: 767px) {
  .p-form__privacy-policy input + span::before {
    width: 1.8rem;
    top: 0.2rem;
    width: 2rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-form__privacy-policy input + span::after {
  position: absolute;
  content: "";
  top: 47%;
  left: 0.6rem;
  -webkit-transform: translateY(-50%) rotate(-50deg);
          transform: translateY(-50%) rotate(-50deg);
  width: 1.4rem;
  height: 0.8rem;
  border-left: 0.2rem solid #599fe0;
  border-bottom: 0.2rem solid #599fe0;
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-form__privacy-policy input + span::after {
    top: 1.1rem;
    left: 0.5rem;
    width: 1rem;
    height: 0.6rem;
  }
}

[type=checkbox]:checked + span::after {
  display: block;
}

.p-form__foot {
  margin-top: 3rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-form__foot {
    margin-top: 2.8rem;
  }
}
.p-form__foot p {
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .p-form__foot p {
    line-height: 1.7;
  }
}
.p-form__foot p a {
  color: #599fe0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: underline;
}
.p-form__foot p a:hover {
  opacity: 0.6;
}
.p-form__foot .p-form__check {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  cursor: pointer !important;
}
@media only screen and (max-width: 767px) {
  .p-form__foot .p-form__check {
    margin-top: 1rem;
  }
}

.p-form__privacy-policy {
  cursor: pointer;
}

/* ------------------------------------------------
送信ボタン
--------------------------------------------------- */
.p-contact__btn {
  margin-top: 5.6rem;
}
@media only screen and (max-width: 767px) {
  .p-contact__btn {
    margin-top: 3rem;
  }
}

input[type=submit] {
  width: 27.6rem;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-block: 1.7rem;
  border: 0.1rem solid #599fe0;
  color: #599fe0;
  border-radius: 3.5rem;
  cursor: not-allowed;
}
@media only screen and (max-width: 767px) {
  input[type=submit] {
    width: 24rem;
    font-size: 1.6rem;
    padding-block: 1.4rem;
  }
}

.wpcf7-submit.is-active {
  background-color: #599fe0;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.wpcf7-submit.is-active:hover {
  background-color: #2a73b8;
}

.wpcf7-spinner {
  display: none;
}

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

/* ------------------------------------------------
バリデーションエラー 送信ボタンを押して初めて表示
--------------------------------------------------- */
.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  position: absolute;
  display: none;
  bottom: -1.8rem;
}
@media only screen and (max-width: 767px) {
  .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
    bottom: -1.2rem;
  }
}
.wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
    font-size: 1rem;
  }
}

.p-form-item__textarea .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  bottom: -4.5rem;
}
@media only screen and (max-width: 767px) {
  .p-form-item__textarea .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
    bottom: -3.5rem;
  }
}

/* ------------------------------------------------
確認画面での戻るボタン・送信ボタン
--------------------------------------------------- */
.p-confirm .p-contact__btn {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-confirm .p-contact__btn {
    margin-top: 6rem;
  }
}
.p-confirm .p-contact__btn .return-btn {
  width: 27.6rem;
  height: 6rem;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-block: 1.7rem;
  border: 0.1rem solid #b9b9b9;
  color: #599fe0;
  border-radius: 3.5rem;
  background-color: #b9b9b9;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-confirm .p-contact__btn .return-btn {
    font-size: 1.4rem;
    width: 13rem;
  }
}
.p-confirm .p-contact__btn .return-btn:hover {
  background-color: #848282;
}
.p-confirm .p-contact__btn .submit-btn {
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-confirm .p-contact__btn .submit-btn {
    width: 13rem;
  }
}
.p-confirm .p-contact__btn .submit-btn:hover {
  background-color: #599fe0;
  color: #fff;
}

.p-confirm .p-form-item {
  padding-block: 1.4rem;
}
.p-confirm .p-form__foot {
  margin-top: 0;
}
.p-confirm .p-form-item > label {
  font-weight: 500;
}
.p-confirm .p-form-item__input {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-confirm .p-form-item__input {
    margin-top: 1rem;
  }
}
.p-confirm .p-form-item__textarea {
  padding-top: 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .p-confirm .p-form-item__textarea {
    margin-top: 1rem;
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  text-align: center;
  color: #F58282;
}
@media only screen and (max-width: 767px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    line-height: 1.6;
  }
}

/* --------------------------------
js-inview
----------------------------------- */
.js-inview01 {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 1s ease;
  transition: -webkit-clip-path 1s ease;
  transition: clip-path 1s ease;
  transition: clip-path 1s ease, -webkit-clip-path 1s ease;
}

.js-inview01.is-inview {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.js-inview02 {
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
          clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  -webkit-transition: -webkit-clip-path 1.2s ease;
  transition: -webkit-clip-path 1.2s ease;
  transition: clip-path 1.2s ease;
  transition: clip-path 1.2s ease, -webkit-clip-path 1.2s ease;
}

.js-inview02.is-inview {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.delay02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.delay08 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.delay10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.p-policy__deco.delay08,
.p-office__deco.delay08 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media only screen and (max-width: 767px) {
  .p-policy__deco.delay08,
  .p-office__deco.delay08 {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}

/* page */
/* ------------------------------------------------
p-top
--------------------------------------------------- */
.p-top-fv {
  padding-block: 5.7rem 4rem;
}
@media only screen and (max-width: 767px) {
  .p-top-fv {
    padding-block: 1rem 3rem;
  }
}

.p-top-fv__wrapper {
  overflow: hidden;
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
  position: relative;
  padding-inline: 4rem;
  padding-top: 3rem;
  padding-bottom: 6.7rem;
}
@media only screen and (max-width: 767px) {
  .p-top-fv__wrapper {
    padding-inline: 2rem;
    padding-block: 0;
  }
}

.p-top-fv__deco {
  position: absolute;
}

.p-top-fv__deco--left {
  left: 0;
  width: 31.9444444444vw;
  width: 34.7222222222vw;
  bottom: -4.6527777778vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 1440px) {
  .p-top-fv__deco--left {
    bottom: -6.7rem;
    width: 50rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-fv__deco--left {
    bottom: initial;
    top: 62%;
    top: 73%;
    -webkit-transform: translateY(-50%) rotate(-31deg);
            transform: translateY(-50%) rotate(-31deg);
    -webkit-transform: translateY(-50%) rotate(-37deg);
            transform: translateY(-50%) rotate(-37deg);
    width: 48vw;
    left: -10.6666666667vw;
  }
}

.p-top-fv__deco--right {
  width: 29.1666666667vw;
  top: 0;
  right: 2.7777777778vw;
}
@media only screen and (min-width: 1440px) {
  .p-top-fv__deco--right {
    width: 42rem;
    right: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-fv__deco--right {
    top: initial;
    bottom: calc(67.602vw + 84.4923px);
    right: 4.2666666667vw;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    width: 38.9333333333vw;
  }
}

.p-top-fv__inner {
  position: relative;
  margin-inline: auto;
  width: 83.3333333333vw;
}
@media only screen and (min-width: 1440px) {
  .p-top-fv__inner {
    width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-fv__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top-fv__img-box {
  width: 40.2777777778vw;
  margin-inline: auto;
  padding-left: 4.1666666667vw;
}
@media only screen and (min-width: 1440px) {
  .p-top-fv__img-box {
    width: 58rem;
    padding-left: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-fv__img-box {
    margin-top: -11rem;
    width: 74.6666666667vw;
    padding-left: 5.3333333333vw;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-top-fv__img {
  border-radius: 2rem;
  overflow: hidden;
}

.swiper-slide-active img,
.swiper-slide-duplicate-active img,
.swiper-slide-prev img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.p-top-fv__contents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  top: -2.0833333333vw;
  -webkit-column-gap: 4.1666666667vw;
     -moz-column-gap: 4.1666666667vw;
          column-gap: 4.1666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1440px) {
  .p-top-fv__contents {
    top: -3rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-fv__contents {
    display: contents;
  }
}

.p-top-fv__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 14.1666666667vw;
  -webkit-column-gap: 1.6666666667vw;
     -moz-column-gap: 1.6666666667vw;
          column-gap: 1.6666666667vw;
}
@media only screen and (min-width: 1440px) {
  .p-top-fv__catch {
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
    width: 20.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-fv__catch {
    padding-left: 2.6666666667vw;
    width: 32vw;
    -webkit-column-gap: 2.6666666667vw;
       -moz-column-gap: 2.6666666667vw;
            column-gap: 2.6666666667vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    z-index: 3;
  }
}

.p-top-fv__text-box {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-top: 8.0555555556vw;
}
@media only screen and (min-width: 1440px) {
  .p-top-fv__text-box {
    margin-top: 11.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-fv__text-box {
    margin-top: 1.6rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-left: 20vw;
    padding-left: calc(30.6122vw - 39.7959px);
  }
}

.p-top-fv__text {
  font-size: 1.5277777778vw;
  line-height: 2;
}
@media only screen and (min-width: 1440px) {
  .p-top-fv__text {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-fv__text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

/* ------------------------------------------------
p-top-news
--------------------------------------------------- */
.p-top-news {
  padding-block: 5rem 7rem;
}
@media only screen and (max-width: 767px) {
  .p-top-news {
    padding-block: 2rem 4rem;
  }
}

.p-top-news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-top-news__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top-news__head {
  padding-top: 1.2rem;
}

.p-top-news__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .p-top-news__body {
    margin-top: 3rem;
  }
}

.p-top-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  border-bottom: 0.1rem solid #DBDBDB;
}
@media only screen and (max-width: 767px) {
  .p-top-news__item {
    padding-top: 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-top-news__item h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .p-top-news__item h3 {
    width: 100%;
  }
}
.p-top-news__item h3 a {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  padding-block: 2rem;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .p-top-news__item h3 a {
    padding-block: 1.2rem;
    font-size: 1.4rem;
  }
}

@media (any-hover: hover) {
  .p-top-news__item h3 a:hover {
    color: #599fe0;
  }
}
.p-top-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
@media only screen and (max-width: 767px) {
  .p-top-news__meta {
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
  }
}
.p-top-news__meta time {
  font-size: 1.4rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.05em;
  color: #599fe0;
}
@media only screen and (max-width: 767px) {
  .p-top-news__meta time {
    font-size: 1.2rem;
  }
}

.p-top-news__btn {
  margin-top: 4.8rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-top-news__btn {
    margin-top: 3.6rem;
  }
}

.p-top-news__message {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-top-news__message {
    margin-top: 1rem;
  }
}

/* ------------------------------------------------
p-top-greeting
--------------------------------------------------- */
.p-top-greeting {
  padding-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-top-greeting {
    padding-top: 2rem;
  }
}

.p-top-greeting__container {
  padding-block: 5rem 8rem;
  max-width: 1440px;
  margin-inline: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-top-greeting__container {
    padding-top: 12rem;
  }
}

.p-top-greeting__deco {
  position: absolute;
  top: -7rem;
  right: min(-0.6944444444vw, -10px);
  width: min(41.3333333333vw, 496px);
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
@media only screen and (max-width: 767px) {
  .p-top-greeting__deco {
    top: -1rem;
    width: 28rem;
    right: -1.5rem;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

.p-top-greeting__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top-greeting__catch {
  margin-top: 5rem;
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #599fe0;
}
@media only screen and (max-width: 767px) {
  .p-top-greeting__catch {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}

.p-top-greeting__body {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 6.5rem;
     -moz-column-gap: 6.5rem;
          column-gap: 6.5rem;
}
@media only screen and (max-width: 767px) {
  .p-top-greeting__body {
    margin-top: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-top-greeting__img {
  width: 28.7rem;
}
@media only screen and (max-width: 767px) {
  .p-top-greeting__img {
    width: 70%;
  }
}
.p-top-greeting__img img {
  border-radius: 1.5rem;
}

.p-top-greeting__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .p-top-greeting__contents {
    margin-top: 3rem;
    width: 100%;
  }
}

.p-top-greeting__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-top-greeting__content {
    row-gap: 2rem;
  }
}

.p-top-greeting__btn-wrap {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .p-top-greeting__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 2rem;
  }
}

/* ------------------------------------------------
p-top-service
--------------------------------------------------- */
.p-top-service {
  padding-block: 7rem 9rem;
}
@media only screen and (max-width: 767px) {
  .p-top-service {
    padding-block: 9rem 8rem;
  }
}

.p-top-service__container {
  max-width: 1292px;
  margin-inline: auto;
  position: relative;
}

.p-top-service__deco {
  position: absolute;
  top: -23rem;
  left: min(2.3219814241vw, 30px);
  width: 30rem;
}
@media only screen and (max-width: 767px) {
  .p-top-service__deco {
    top: -18.6rem;
    left: 1rem;
    width: 20rem;
  }
}

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

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

.p-top-service__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .p-top-service__items {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-service-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-service-card a {
  background-color: #fff;
  border: 0.1rem solid #599fe0;
  border-radius: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-service-card a {
    padding-top: 2.4rem;
  }
}

.p-service-card__icon {
  width: 9rem;
}
@media only screen and (max-width: 767px) {
  .p-service-card__icon {
    width: 7rem;
  }
}

.p-service-card__title {
  margin-top: 1.6rem;
  font-size: 2.8rem;
  line-height: 1.5;
  color: #599fe0;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .p-service-card__title {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-service-card__title {
    font-size: 2rem;
  }
}

.p-service-card__text {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .p-service-card__text {
    text-align: justify;
    letter-spacing: 0;
  }
}

.p-service-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-service-card__body {
    padding-bottom: 4.6rem;
  }
}

.p-service-card__arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #599fe0;
  width: 4rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.p-service-card__arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../img/common/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}

@media (any-hover: hover) {
  .p-service-card a:hover {
    background-color: #EBF5FF;
  }
  .p-service-card a:hover .p-service-card__arrow::before {
    left: 60%;
  }
}
/* ------------------------------------------------
p-top-cta
--------------------------------------------------- */
.p-top-cta__container {
  position: relative;
  max-width: 1440px;
  margin-inline: auto;
}

.p-top-cta__deco {
  position: absolute;
  width: 26.1rem;
  top: -11rem;
  right: min(3.3333333333vw, 48px);
}
@media only screen and (max-width: 767px) {
  .p-top-cta__deco {
    top: -9.6rem;
    width: 20rem;
  }
}

/* ------------------------------------------------
p-about
--------------------------------------------------- */
.p-about__container {
  padding-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-about__container {
    padding-top: 5rem;
  }
}

/* ------------------------------------------------
p-policy
--------------------------------------------------- */
.p-policy__catch {
  font-size: 2.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  color: #599fe0;
}
@media only screen and (max-width: 767px) {
  .p-policy__catch {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: left;
  }
}

.p-policy__contents {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-policy__contents {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding-top: 18rem;
  }
}

.p-policy__head {
  width: 38.2rem;
}
@media only screen and (max-width: 767px) {
  .p-policy__head {
    width: 100%;
  }
}

.p-policy__title {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .p-policy__title {
    font-size: 2.2rem;
    text-align: center;
  }
}
.p-policy__title span {
  color: #599fe0;
}
.p-policy__title span strong {
  font-family: "Outfit", sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .p-policy__title span strong {
    font-size: 4rem;
  }
}

.p-policy__text {
  margin-top: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .p-policy__text {
    margin-top: 0.6rem;
    text-align: center;
  }
}

.p-policy__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  height: 72.7rem;
}
@media only screen and (max-width: 767px) {
  .p-policy__body {
    margin-top: 2rem;
    height: auto;
  }
}

.p-policy__deco {
  margin-top: 3rem;
  width: 28rem;
}
@media only screen and (max-width: 767px) {
  .p-policy__deco {
    position: absolute;
    width: 18rem;
    top: -3.6rem;
    right: 0;
  }
}

.p-policy__box {
  position: absolute;
  top: 0;
  right: 0;
  width: 78rem;
  height: 100%;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 767px) {
  .p-policy__box {
    position: static;
    width: 100%;
    display: block;
    padding-inline: 3rem;
    max-width: 400px;
    margin-inline: auto;
  }
}

.p-policy__circle {
  width: 51.8rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2rem solid #f5e752;
  -webkit-transform: translateY(8.4rem);
          transform: translateY(8.4rem);
}
@media only screen and (max-width: 767px) {
  .p-policy__circle {
    display: none;
  }
}

.p-policy__items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .p-policy__items {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
}

/* ------------------------------------------------
p-policy-item
--------------------------------------------------- */
.p-policy-item {
  width: 35.7rem;
  aspect-ratio: 1/1;
  background-color: #EBF5FF;
  border-radius: 50%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #599fe0;
  padding: 6rem 4.2rem 4.8rem;
}
@media only screen and (max-width: 767px) {
  .p-policy-item {
    width: 100%;
    position: static;
    padding: 5rem 3rem 4.8rem 3.6rem;
  }
}
.p-policy-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: 0.1rem solid #599fe0;
  border-radius: 50%;
}

.p-policy-item__title {
  font-size: 2.8rem;
  line-height: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-policy-item__title {
    font-size: 2rem;
  }
}

.p-policy-item__text {
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .p-policy-item__text {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}

.p-policy-item:nth-child(1) {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .p-policy-item:nth-child(1) {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.p-policy-item:nth-child(2) {
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .p-policy-item:nth-child(2) {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.p-policy-item:nth-child(3) {
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .p-policy-item:nth-child(3) {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

/* ------------------------------------------------
p-office
--------------------------------------------------- */
.p-office {
  padding-block: 13rem 8rem;
}
@media only screen and (max-width: 767px) {
  .p-office {
    padding-block: 12rem 6rem;
  }
}

.p-office__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-office__deco {
  position: absolute;
  width: 27.4rem;
  top: -7rem;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .p-office__deco {
    width: 19rem;
    top: -15rem;
  }
}

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

/* ------------------------------------------------
p-profile
--------------------------------------------------- */
.p-profile {
  padding-block: 7rem;
}
@media only screen and (max-width: 767px) {
  .p-profile {
    padding-block: 6rem;
  }
}

.p-profile__body {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-profile__body {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-profile__meta {
  width: 30rem;
}
@media only screen and (max-width: 767px) {
  .p-profile__meta {
    width: 100%;
  }
}

.p-profile___name span {
  display: block;
}
.p-profile___name span:nth-child(1) {
  font-size: 1.8rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #599fe0;
}
@media only screen and (max-width: 767px) {
  .p-profile___name span:nth-child(1) {
    font-size: 1.6rem;
  }
}
.p-profile___name span:nth-child(2) {
  margin-top: 0.8rem;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .p-profile___name span:nth-child(2) {
    font-size: 1.8rem;
  }
}

.p-profile__img {
  margin-top: 3rem;
  width: 100%;
  aspect-ratio: 300/424;
}
@media only screen and (max-width: 767px) {
  .p-profile__img {
    width: 70%;
    margin-inline: auto;
  }
}
.p-profile__img img {
  border-radius: 1.5rem;
}

.p-profile__history {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 2px solid #DBDBDB;
}
@media only screen and (max-width: 767px) {
  .p-profile__history {
    margin-top: 4rem;
  }
}

.p-profile__foot {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
}
@media only screen and (max-width: 767px) {
  .p-profile__foot {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
}

/* ------------------------------------------------
p-result
--------------------------------------------------- */
.p-result__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .p-result__title {
    font-size: 1.8rem;
  }
}

.p-result__items {
  margin-top: 1.2rem;
  border-left: 0.2rem solid #599fe0;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-result__items {
    margin-top: 0.8rem;
    padding-left: 1.6rem;
  }
}

.p-result__item {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .p-result__item {
    line-height: 1.7;
  }
}

/* ------------------------------------------------
p-service
--------------------------------------------------- */
.p-service__container {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-service__container {
    margin-top: 0;
  }
}

/* ------------------------------------------------
p-service-type
--------------------------------------------------- */
.p-service-type {
  padding-block: 7rem 7rem;
}
@media only screen and (max-width: 767px) {
  .p-service-type {
    padding-block: 5rem 6rem;
  }
}

.p-service-type__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-service-type__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-service-type__deco {
  position: absolute;
  bottom: -6rem;
  right: 0;
  width: 27rem;
}

.p-service-type__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-service-type__body {
  margin-top: 4rem;
}

.p-service-type__items {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-service-type__items {
    margin-top: 1.6rem;
    row-gap: 0.8rem;
  }
}

.p-service-type__item h3 {
  color: #599fe0;
  font-size: 2.2rem;
  line-height: 1.5;
  padding-left: 2rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-service-type__item h3 {
    font-size: 1.8rem;
    line-height: 1.4;
    padding-left: 1.6rem;
  }
}
.p-service-type__item h3::before {
  position: absolute;
  content: "";
  top: 1.2rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #599fe0;
}
@media only screen and (max-width: 767px) {
  .p-service-type__item h3::before {
    top: 1.1rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}

.p-service-type__item p {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 2rem;
}
.p-service-type__item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.4rem;
  padding-left: 2rem;
  row-gap: 0.4rem;
}
@media only screen and (max-width: 767px) {
  .p-service-type__item ul {
    padding-left: 1.5rem;
  }
}

.p-service-type__item li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-service-type__img {
  width: 30rem;
  aspect-ratio: 300/424;
}
@media only screen and (max-width: 767px) {
  .p-service-type__img {
    margin-top: 4rem;
    width: 70%;
  }
}
.p-service-type__img img {
  border-radius: 1.5rem;
}

.p-service-type:nth-child(3) {
  padding-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .p-service-type:nth-child(3) {
    padding-bottom: 2rem;
  }
}

/* ------------------------------------------------
p-news
--------------------------------------------------- */
.p-news__container {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8.9%;
     -moz-column-gap: 8.9%;
          column-gap: 8.9%;
  padding-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  .p-news__container {
    margin-top: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8rem;
    padding-bottom: 8rem;
  }
}

.p-news__primary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-news__sidebar {
  width: 26rem;
}
@media only screen and (max-width: 767px) {
  .p-news__sidebar {
    width: 100%;
  }
}

.p-news-list {
  padding-block: 1.6rem 0;
  border-bottom: 0.1rem solid #DBDBDB;
}
@media only screen and (max-width: 767px) {
  .p-news-list {
    padding-block: 1.2rem 0;
  }
}

.p-news-list__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-news-list__meta {
    -webkit-column-gap: 1.6rem;
       -moz-column-gap: 1.6rem;
            column-gap: 1.6rem;
  }
}

.p-news-list__date {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #599fe0;
  font-family: "Outfit", sans-serif;
}
@media only screen and (max-width: 767px) {
  .p-news-list__date {
    font-size: 1.4rem;
  }
}

.p-news-list__title a {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-block: 1.2rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-news-list__title a {
    font-size: 1.8rem;
    padding-block: 1.2rem 1rem;
  }
}

.p-news-list__title a:hover {
  color: #599fe0;
}

/* ------------------------------------------------
p-news-detail
--------------------------------------------------- */
.p-news-detail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
@media only screen and (max-width: 767px) {
  .p-news-detail__meta {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}

.p-news-detail__head {
  padding-bottom: 1.6rem;
  border-bottom: 0.2rem solid #599fe0;
}

.p-news-detail__day {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #599fe0;
  font-family: "Outfit", sans-serif;
}
@media only screen and (max-width: 767px) {
  .p-news-detail__day {
    font-size: 1.4rem;
  }
}

.p-news-detail__title {
  margin-top: 1.2rem;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .p-news-detail__title {
    font-size: 2.4rem;
  }
}

.p-news-detail__img {
  margin-top: 5rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-news-detail__img {
    margin-top: 3rem;
  }
}
.p-news-detail__img img {
  width: 100%;
}

.p-news-detail__content {
  padding-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .p-news-detail__content {
    padding-top: 2rem;
  }
}
.p-news-detail__content h2 {
  margin-block: 5rem 1.6rem;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-bottom: 0.3rem solid #DBDBDB;
  position: relative;
  padding-bottom: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .p-news-detail__content h2 {
    font-size: 2rem;
    margin-block: 3rem 0.8rem;
  }
}
.p-news-detail__content h2::before {
  position: absolute;
  content: "";
  bottom: -0.3rem;
  left: 0;
  width: 16rem;
  height: 0.3rem;
  background-color: #599fe0;
}
.p-news-detail__content h3 {
  margin-block: 4rem 1.6rem;
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-block: 0 0.3rem;
  border-left: 0.6rem solid #599fe0;
  padding-left: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-news-detail__content h3 {
    font-size: 1.8rem;
    margin-block: 3rem 0.8rem;
    border-left: 0.4rem solid #599fe0;
    padding-left: 0.8rem;
  }
}
.p-news-detail__content p {
  margin-block: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .p-news-detail__content p {
    margin-block: 0.8rem;
  }
}
.p-news-detail__content figure {
  margin-block: 3rem;
}
.p-news-detail__pagination {
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-news-detail__pagination {
    margin-top: 5rem;
  }
}

/* ------------------------------------------------
p-contact
--------------------------------------------------- */
.p-contact {
  padding-bottom: 14rem;
}
@media only screen and (max-width: 767px) {
  .p-contact {
    padding-bottom: 8rem;
  }
}

.p-contact__container {
  padding-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-contact__container {
    padding-top: 4rem;
  }
}

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

/* ------------------------------------------------
p-confirm
--------------------------------------------------- */
.p-confirm {
  padding-bottom: 16rem;
}

.p-confirm__container {
  padding-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-confirm__container {
    padding-top: 4rem;
  }
}

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

.p-confirm__form {
  margin-top: 8rem;
}

/* ------------------------------------------------
p-thanks
--------------------------------------------------- */
.p-thanks {
  position: relative;
  z-index: 3;
}

.p-thanks__container {
  padding-block: 12rem;
}
@media only screen and (max-width: 767px) {
  .p-thanks__container {
    padding-block: 6.4rem 8rem;
    min-height: initial;
  }
}

.p-thanks__contents {
  max-width: 80rem;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-thanks__contents {
    max-width: 446px;
  }
}

.p-thanks__title {
  font-size: 2.8rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #599fe0;
  text-align: center;
}

.p-thanks__text {
  margin-top: 3.2rem;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: 1.4rem;
    text-align: justify;
  }
}

.p-thanks__note {
  margin-top: 1.6rem;
  font-size: 1.3rem;
  line-height: 1.7;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-thanks__note {
    font-size: 1.2rem;
    text-align: justify;
  }
}

.p-thanks__btn {
  margin-top: 5.6rem;
  text-align: center;
}
/* ------------------------------------------------
p-privacy-policy
--------------------------------------------------- */
.p-privacy-policy__container {
  padding-block: 8rem 16rem;
}
@media only screen and (max-width: 767px) {
  .p-privacy-policy__container {
    padding-block: 5rem 8rem;
  }
}

.p-privacy-policy__items {
  margin-top: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .p-privacy-policy__items {
    margin-top: 4rem;
  }
}

.p-privacy-policy__title {
  font-size: 2.2rem;
  line-height: 2;
  color: #599fe0;
}
@media only screen and (max-width: 767px) {
  .p-privacy-policy__title {
    line-height: 1.6;
  }
}

.p-privacy-policy__text {
  margin-top: 0.5rem;
}

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

/* --------------------------------
p-404
----------------------------------- */
.p-404 {
  position: relative;
  z-index: 3;
  height: 76.3888888889vw;
}
@media (min-width: 1440px) {
  .p-404 {
    height: 1100px;
  }
}
@media only screen and (max-width: 767px) {
  .p-404 {
    height: 70vh;
  }
}

.p-404__container {
  padding-block: 20rem;
}
@media only screen and (max-width: 767px) {
  .p-404__container {
    padding-block: 9.6rem;
  }
}

.p-404__text {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-404__text {
    max-width: 420px;
    margin-inline: auto;
    margin-top: 3.6rem;
    text-align: left;
    font-size: 1.6rem;
  }
}

.p-404__btn {
  margin-top: 8rem;
  text-align: center;
}

/* --------------------------------
utility
----------------------------------- */
.u-ib {
  display: inline-block;
}

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

@media only screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

.u-bg-blue {
  background-color: #EBF5FF;
}

.u-mt24 {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .u-mt24 {
    margin-top: 1.6rem;
  }
}

.u-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .u-row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.u-required {
  border: 0.1rem solid #F58282 !important;
  background-color: #F58282;
  color: #fff !important;
}

@media only screen and (max-width: 767px) {
  .u-lh16 {
    line-height: 1.6;
  }
}/*# sourceMappingURL=style.css.map */