@charset "UTF-8";
*,
*::before,
*::after {
  -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;
}

ol,
ul {
  list-style: none;
}

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

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

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

@media screen and (max-width: 1199px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1200 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #464a4d;
  font-family: "BIZ UDPGothic", sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  -webkit-padding-before: 6rem;
          padding-block-start: 6rem;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .l-main {
    -webkit-padding-before: 4rem;
            padding-block-start: 4rem;
  }
}
@media (min-width: 768px) {
  .l-main {
    -webkit-padding-before: 4.375rem;
            padding-block-start: 4.375rem;
  }
}
@media (min-width: 1120px) {
  .l-main {
    -webkit-padding-before: 6rem;
            padding-block-start: 6rem;
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 540px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 500px;
  }
}

.l-section {
  padding-block: 6rem;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-block: 5rem;
  }
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-radius: 999px;
  border: 1px solid #005bac;
  background: #ffffff;
  color: #005bac;
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 1.79;
  letter-spacing: 0.12em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-block: 0.75rem;
  -webkit-transition: background 0.5s ease, color 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.125rem;
  }
}
.c-btn svg {
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .c-btn:hover {
    background: #005bac;
    color: #ffffff;
  }
  .c-btn:hover .c-imgHover img:nth-of-type(1) {
    opacity: 0;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  .c-btn:hover .c-imgHover img:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
}

.c-btn-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.75rem 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 1.79;
  letter-spacing: 0.12em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: background 0.5s ease, color 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .c-btn-card {
    font-size: 1.125rem;
  }
}
.c-btn-card.--1 {
  border: 1px solid #e2489a;
  color: #e2489a;
}
.c-btn-card.--2 {
  border: 1px solid #24a0e9;
  color: #24a0e9;
}
.c-btn-card.--3 {
  border: 1px solid #0dbf73;
  color: #0dbf73;
}
.c-btn-card svg {
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .c-btn-card {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .c-btn-card:hover.--1 {
    background: #fb56ae;
    color: #ffffff;
  }
  .c-btn-card:hover.--2 {
    background: #2db1ff;
    color: #ffffff;
  }
  .c-btn-card:hover.--3 {
    background: #13d481;
    color: #ffffff;
  }
  .c-btn-card:hover .c-imgHover img:nth-of-type(1) {
    opacity: 0;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  .c-btn-card:hover .c-imgHover img:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
}

.c-animated__fadeIn {
  opacity: 0;
  translate: 0 40px;
  -webkit-transition: opacity 0.5s ease, translate 0.5s ease;
  transition: opacity 0.5s ease, translate 0.5s ease;
}
.c-animated__fadeIn.js-show {
  opacity: 1;
  translate: 0 0;
}

.c-animation__fadeIn {
  opacity: 0;
  translate: 0 40px;
  -webkit-transition: opacity 0.3s ease, translate 0.3s ease;
  transition: opacity 0.3s ease, translate 0.3s ease;
}
.c-animation__fadeIn.js-show {
  opacity: 1;
  translate: 0 0;
}

.c-animation__fv-fadIn1 {
  overflow: hidden;
  opacity: 0;
  -webkit-animation: 2s 1.5s ease forwards fv-fadIn;
          animation: 2s 1.5s ease forwards fv-fadIn;
}

.c-animation__fv-fadIn2 {
  overflow: hidden;
  opacity: 0;
  -webkit-animation: 2s 2s ease forwards fv-fadIn;
          animation: 2s 2s ease forwards fv-fadIn;
}

.c-animation__fv-fadIn3 {
  overflow: hidden;
  opacity: 0;
  -webkit-animation: 2s 2.5s ease forwards fv-fadIn;
          animation: 2s 2.5s ease forwards fv-fadIn;
}

.c-animation__fv-fadIn4 {
  overflow: hidden;
  opacity: 0;
  -webkit-animation: 2s 3s ease forwards fv-fadIn;
          animation: 2s 3s ease forwards fv-fadIn;
}

@-webkit-keyframes fv-fadIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fv-fadIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-animated__fadeInde {
  translate: 0 40px;
  opacity: 0;
}
.c-animated__fadeInde.js-show {
  translate: 0 0;
  opacity: 1;
}

.c-column2 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .c-column2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

.c-column2--gap60 {
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-column2--gap60 {
    gap: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
}

.c-column3 {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-column4 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .c-column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-headline1 {
  text-align: center;
}

.c-headline1__main {
  color: #005bac;
  font-size: max(2.5rem, 32px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .c-headline1__main {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-headline1__main {
    font-size: max(1.75rem, 22.4px);
    font-weight: 700;
    line-height: 1.44;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-headline1__main {
    font-size: 1.75rem;
  }
}

.c-headline1__sub {
  margin-top: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-headline1__sub {
    font-size: 1.125rem;
  }
}

.c-hoverRun {
  text-decoration: none;
  color: black;
  background-image: -webkit-gradient(linear, left top, right top, from(black), to(black));
  background-image: linear-gradient(90deg, black, black);
  background-repeat: no-repeat;
  display: inline;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}

@media screen and (min-width: 768px) {
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
}
.c-hoverUnderline {
  position: relative;
  display: inline-block;
}

.c-hoverUnderline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: black;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

@media screen and (min-width: 768px) {
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  width: 100%;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

.c-imgHover img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

@media screen and (min-width: 768px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
}
.c-link {
  position: relative;
  line-height: 1;
}

.c-link::after {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  right: -1em;
  top: 0.3em;
  background: url(画像のバスを入れる) center center/contain no-repeat;
}

.c-underBar {
  position: relative;
  display: inline-block;
}
.c-underBar::before {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-underBar:hover:before {
    opacity: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}
.c-foot {
  position: relative;
  padding-block: 20rem 5rem;
}
@media screen and (max-width: 767px) {
  .c-foot {
    padding-block: 12rem 5rem;
  }
}
@media (min-width: 768px) {
  .c-foot {
    padding-block: 16.875rem 5rem;
  }
}
@media screen and (min-width: 1439px) {
  .c-foot {
    padding-block: 20rem 5rem;
  }
}

.c-foot__container {
  border-radius: 1.5rem;
  background: #ffffff;
  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;
  padding: 3.5rem 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-foot__container {
    row-gap: 1.5rem;
    padding: 2.5rem 1.5rem;
  }
}

.c-foot__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-foot__text {
    margin-top: 1rem;
    text-align: left;
  }
}

.c-foot__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: -1;
}

.c-foot__bg1 {
  width: 100%;
  height: auto;
}
.c-foot__bg1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  max-height: 25rem;
}
@media screen and (max-width: 767px) {
  .c-foot__bg1 img {
    height: 16rem;
  }
}

.c-foot__bg2 {
  width: 100%;
  height: 100%;
}
.c-foot__bg2 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-fv-page {
  padding-block: 4.625rem;
  position: relative;
}

.c-fv-headline1__main {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 149%; /* 59.6px */
  letter-spacing: 4.8px;
}
@media screen and (max-width: 767px) {
  .c-fv-headline1__main {
    font-size: 2rem;
    font-weight: 700;
    line-height: 139%; /* 44.48px */
    letter-spacing: 3.84px;
  }
}

.c-fv-headline1__sub {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 159%; /* 31.8px */
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .c-fv-headline1__sub {
    font-size: 1rem;
    font-weight: 400;
    line-height: 128%; /* 20.48px */
    letter-spacing: 1.6px;
    text-transform: uppercase;
  }
}

.c-fv-page__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-fv-page__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-fv-page__bg picture {
  width: 100%;
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 4.1666666667%;
  background: #e8eff2;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
  background: #ffffff;
  padding-block: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding-inline: 1rem;
    padding-block: 0.59375rem;
  }
}

.p-header__inner {
  display: grid;
  grid-template-columns: 15rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    grid-template-columns: 12.5rem 1fr;
  }
}

.p-header__logo {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  width: 100%;
  height: auto;
}
.p-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

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

@media (any-hover: hover) {
  .p-header__item:hover .p-header__list {
    color: #005bac;
  }
  .p-header__item:hover .p-header__list svg {
    stroke: #005bac;
  }
  .p-header__item:hover .p-drop-menu-list {
    visibility: visible;
    opacity: 1;
  }
}

.p-header__list {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.79;
  letter-spacing: 0.12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 1.875rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__list {
    font-size: 1.125rem;
  }
}
.p-header__list svg {
  width: 1rem;
  height: 1rem;
  stroke: #464a4d;
}
@media (any-hover: hover) {
  .p-header__list:hover {
    color: #005bac;
  }
  .p-header__list:hover svg {
    stroke: #005bac;
  }
}

.p-header__btn {
  padding-inline: 3.125rem 5.625rem;
  padding-block: 0.75rem;
  border-radius: 999px;
  background: #005bac;
  color: #ffffff;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.79;
  letter-spacing: 0.12em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-header__btn {
    font-size: 1.125rem;
  }
}
.p-header__btn span {
  position: relative;
}
.p-header__btn span::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  translate: 0 -50%;
  left: calc(100% + 1rem);
  background: url(../img/top1/mail.svg) no-repeat center center/cover;
}
@media (any-hover: hover) {
  .p-header__btn:hover {
    opacity: 0.7;
  }
}

.p-dropdown {
  margin-top: 26px;
  width: 100vw;
  position: fixed;
  top: 5rem;
  left: 0;
  background: #f8f8f8;
  padding-block: 3.5rem;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
@media (any-hover: hover) {
  .p-dropdown:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-drop-menu {
  position: relative;
}

.p-drop-menu-list {
  margin-top: 2rem;
  left: 0;
  opacity: 0; /* 不透明度を最小に */
  position: absolute;
  top: 100%;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s; /* アニメーション設定 */
  visibility: hidden;
  width: 20rem;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 20px -5px rgba(19, 20, 20, 0.2);
          box-shadow: 0 10px 20px -5px rgba(19, 20, 20, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
.p-drop-menu-list::before {
  content: "";
  position: absolute;
  top: -1.875rem;
  left: 0;
  width: 100%;
  height: 2.5rem;
  background: transparent;
}

.p-drop-menu-item {
  width: 100%;
}

.p-drop-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #b0b8bf;
  padding-block: 0.5rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-drop-item__link span {
  padding-left: 1.75rem;
}
.p-drop-item__link span::before {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 0.125rem;
  left: 0.375rem;
  top: 50%;
  translate: 0 -50%;
  background: #81878c;
}
.p-drop-item__link svg {
  width: 1.75rem;
  height: 1.75rem;
  aspect-ratio: 1;
}
@media (any-hover: hover) {
  .p-drop-item__link:hover {
    opacity: 0.7;
  }
}

.p-header__fixes {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
@media (min-width: 768px) {
  .p-header__fixes {
    display: none;
  }
}
@media screen and (min-width: 550px) {
  .p-header__fixes {
    display: none;
  }
}

.p-header__fix-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

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

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  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: background 0.3s ease;
  transition: background 0.3s ease;
  top: 0;
  right: 1rem;
  width: 4rem;
  height: 4rem;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
}
.p-drawer__icon.js-show {
  background: transparent;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bars {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 0.4375rem;
}

.p-drawer__icon--bar {
  width: 1.75rem;
  height: 0.125rem;
  background: #6a6e73;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 0.3375rem;
  background: #ffffff;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -0.1875rem;
  width: 1.75rem;
  background: #ffffff;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: url(../img/top1/drawer-bg.webp) no-repeat center center/cover;
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__inner {
  position: relative;
  width: 100%;
  height: inherit;
  padding-block: 4rem 3.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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: min(33.5rem, 100%);
  padding-inline: 1.125rem;
  margin-inline: auto;
}

.p-drawer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.p-drawer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-bottom: 6.25rem;
}

.p-drawer__item {
  border-bottom: 1px solid #ffffff;
}
.p-drawer__item:last-child {
  border-bottom: none;
}

.p-drawer__title {
  color: #ffffff;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.79;
  letter-spacing: 0.12em;
  padding-block: 1rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__title {
    font-size: 1.125rem;
  }
}

.p-drawer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-drawer__list {
  padding-block: 0.5rem;
  color: #ffffff;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.97;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-drawer__list {
    font-size: 1rem;
  }
}
.p-drawer__list span {
  position: relative;
  padding-left: 1.875rem;
}
.p-drawer__list span::before {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 0.125rem;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  background: #ffffff;
}

.p-drawer__btn {
  margin-block: 2.5rem;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.79;
  letter-spacing: 0.12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  border-radius: 999px;
  background: #005bac;
  color: #ffffff;
  width: 100%;
  padding-block: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__btn {
    font-size: 1.125rem;
  }
}
.p-drawer__btn svg {
  width: 1.3125rem;
  height: 0.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-fv {
  position: relative;
  overflow: hidden;
}

.p-fv__inner {
  width: min(90rem, 100%);
  margin-inline: auto;
}

.p-fv__title-wrap {
  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: 0.5rem;
  padding-block: 15rem 17.5rem;
  padding-left: 4.1666666667%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__title-wrap {
    padding-block: 10.5rem 26.5rem;
    padding-left: 4.4444444444%;
  }
}
@media (min-width: 768px) {
  .p-fv__title-wrap {
    padding-block: 22.375rem 877px;
  }
}
@media (min-width: 1120px) {
  .p-fv__title-wrap {
    padding-block: 15rem 17.5rem;
  }
}

.p-fv__title {
  color: #1e2021;
font-size: max(2.8125rem, 36px);
  font-weight: 700;
  line-height: 1.41;
  letter-spacing: 0.12em;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
 font-size: 2.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__title {
 font-size: max(1.75rem, 22.4px);
    font-weight: 700;
    line-height: 1.39;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-fv__title {
     font-size: 1.75rem;
  }
}
.p-fv__title .char {
  opacity: 0;
  translate: 0 100%;
}
.p-fv__title span {
  line-height: 1.5;
  font-weight: 700;
  overflow: hidden;
}
.p-fv__title .is-colored {
  color: #005bac;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    -webkit-transition: opacity 0.3s ease, translate 0.3s ease;
    transition: opacity 0.3s ease, translate 0.3s ease;
  }
  .p-fv__title.js-show {
    opacity: 1;
    translate: 0 0;
  }
}

.p-fv-img01 {
  position: absolute;
  top: 53px;
  left: calc(50% - 30px);
  translate: -50%;
  width: 38.75rem;
  height: 37.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-img01 {
    width: 82.2222222222%;
    height: auto;
    top: 300px;
    left: calc(50% + 35px);
    max-width: 29.4375rem;
  }
}
@media (min-width: 768px) {
  .p-fv-img01 {
    top: 500px;
    width: 82.1614583333%;
    left: calc(50% + 35px);
    height: auto;
  }
}
@media (min-width: 1120px) {
  .p-fv-img01 {
    top: 53px;
    left: calc(50% - 30px);
    translate: -50%;
    width: 38.75rem;
    height: 37.375rem;
  }
}

.p-fv-img02 {
  position: absolute;
  top: 53px;
  left: calc(50% + 530px);
  translate: -50%;
  width: 16rem;
  height: 16.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-img02 {
    top: 16px;
    left: auto;
    translate: 0;
    right: 24px;
    width: 41.1111111111%;
    height: auto;
    max-width: 19.75rem;
  }
}
@media (min-width: 768px) {
  .p-fv-img02 {
    right: 24px;
    left: auto;
    width: 41.015625%;
    height: auto;
    translate: 0;
  }
}
@media (min-width: 1120px) {
  .p-fv-img02 {
    top: 53px;
    left: calc(50% + 530px);
    translate: -50%;
    width: 16rem;
    height: 16.5rem;
  }
}

.p-fv-img03 {
  position: absolute;
  top: 453px;
  left: calc(50% + 470px);
  translate: -50%;
  width: 16.8125rem;
  height: 16.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-img03 {
    top: 333px;
    left: 8px;
    translate: 0;
    width: 26.9444444444%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .p-fv-img03 {
    top: 500px;
    left: 8px;
    translate: 0;
    width: 26.8229166667%;
    height: auto;
  }
}
@media (min-width: 1120px) {
  .p-fv-img03 {
    top: 453px;
    left: calc(50% + 470px);
    translate: -50%;
    width: 16.8125rem;
    height: 16.8125rem;
  }
}

.p-fv-img04 {
  position: absolute;
  top: 553px;
  left: calc(50% - 430px);
  translate: -50%;
  width: 12.8125rem;
  height: 12.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-img04 {
    top: 620px;
    left: 31px;
    translate: 0;
    width: 36.1111111111%;
    height: auto;
    max-width: 14.375rem;
  }
}
@media (min-width: 768px) {
  .p-fv-img04 {
    top: 1110px;
    left: 31px;
    translate: 0;
    width: 28.6458333333%;
    height: auto;
    max-width: 14.375rem;
  }
}
@media (min-width: 1120px) {
  .p-fv-img04 {
    top: 553px;
    left: calc(50% - 430px);
    translate: -50%;
    width: 12.8125rem;
    height: 12.4375rem;
  }
}

.p-fv-circle {
  position: absolute;
  top: 100px;
  left: calc(50% + 365px);
  translate: -50%;
  width: 40rem;
  height: 40rem;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-fv-circle {
    left: 50%;
    top: 900px;
    width: 700px;
    height: 700px;
  }
}
@media (min-width: 1120px) {
  .p-fv-circle {
    left: calc(50% + 365px);
    top: 100px;
    width: 40rem;
    height: 40rem;
  }
}

.p-fv-circle .circle-604 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); /* 上から描き始めたいので回転 */
  display: block;
}
.p-fv-circle .circle-604 circle {
  fill: transparent;
  stroke: #dbeeff;
  stroke-width: 4;
  stroke-dasharray: 1885; /* 円周と同じ長さ */
  stroke-dashoffset: 1885; /* 最初は全部隠す */
  -webkit-animation: 1s 0.4s ease forwards circle-reveal;
          animation: 1s 0.4s ease forwards circle-reveal;
  /* ↑ 1.2秒で描画、0.4秒遅延、終わったら保持 */
}
@-webkit-keyframes circle-reveal {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes circle-reveal {
  to {
    stroke-dashoffset: 0;
  }
}

.p-fv__mission {
  position: relative;
  padding-bottom: 22.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__mission {
    padding-bottom: 4.625rem;
  }
}
@media (min-width: 768px) {
  .p-fv__mission {
    padding-bottom: 43.75rem;
  }
}
@media (min-width: 1120px) {
  .p-fv__mission {
    padding-bottom: 22.5rem;
  }
}

.p-fv__mission-container {
  padding-block: 5rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-fv__mission-container {
    padding-block: 6.25rem 17.5rem;
  }
}

.p-fv__mission-title {
  position: relative;
}
.p-fv__mission-title::before {
  position: absolute;
  content: "";
  width: 21.375rem;
  height: 21.375rem;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: url(../img/top1/circle.webp) center center/contain no-repeat;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-fv__mission-title::before {
    display: none;
  }
}

.p-fv__mission-body {
  padding-block: 3.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;
  row-gap: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv__mission-body {
    padding-block: 14rem 3.5rem;
    row-gap: 1rem;
    width: min(400px + 2rem, 100%);
    padding-inline: 1rem;
    margin-inline: auto;
    -moz-text-align-last: left;
         text-align-last: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-fv__mission-text {
  color: #1e2021;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 197%; /* 31.52px */
  letter-spacing: 2.08px;
}
@media screen and (max-width: 767px) {
  .p-fv__mission-text {
    text-align: left;
  }
}
.p-fv__mission-text span {
  color: #002445;
  text-decoration: underline;
  font-weight: 700;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #9fccf4;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.p-fv__mission-text.-color {
  color: #005bac;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.61;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-fv__mission-text.-color {
    font-size: 1.25rem;
  }
}

.p-fv-under__circle {
  position: absolute;
  top: -310px;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 767px) {
  .p-fv-under__circle {
    top: 166px;
    translate: 0;
    left: 10px;
    z-index: -2;
  }
}
@media (min-width: 768px) {
  .p-fv-under__circle {
    left: calc(50% + 206px);
    z-index: -2;
  }
}
@media (min-width: 1120px) {
  .p-fv-under__circle {
    left: 50%;
    z-index: -1;
  }
}
.p-fv-under__circle .hero-circle {
  display: block;
  aspect-ratio: 1/1;
  margin: 0 auto;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .p-fv-under__circle .hero-circle {
    width: 62.125rem;
    height: 59rem;
  }
}
@media (min-width: 768px) {
  .p-fv-under__circle .hero-circle {
    display: none;
  }
}
@media (min-width: 1120px) {
  .p-fv-under__circle .hero-circle {
    display: block;
    width: 70rem;
    height: 70rem;
  }
}
.p-fv-under__circle .circle-stroke {
  fill: none;
  stroke: #fff;
  stroke-width: 10;
  vector-effect: non-scaling-stroke;
  shape-rendering: geometricPrecision;
  /* r=555 → 周長 ≈ 3487.1678 */
  stroke-dasharray: 3487.1678px;
  stroke-dashoffset: 3487.1678px;
}
@media (prefers-reduced-motion: reduce) {
  .p-fv-under__circle .circle-stroke {
    -webkit-transition: none;
    transition: none;
    stroke-dashoffset: 0;
  }
}

.p-fv-under__circle-pc {
  display: none;
  position: absolute;
  top: -310px;
  translate: -50%;
  left: calc(50% + 206px);
  z-index: -2;
}
@media (min-width: 768px) {
  .p-fv-under__circle-pc {
    display: block;
    width: 95rem;
    height: 95rem;
  }
  .p-fv-under__circle-pc img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1120px) {
  .p-fv-under__circle-pc {
    display: none;
  }
}

.p-fv__circle-sp2 {
  position: absolute;
  width: 21.375rem;
  height: 21.375rem;
  top: -58px;
  left: 50%;
  translate: -50%;
  z-index: -3;
}

.p-fv-under__img {
  position: absolute;
  translate: -50%;
  width: 16.8125rem;
  height: 16.8125rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-fv-under__img {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .p-fv-under__img.js-show {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-under__img {
    width: 44.4444444444%;
    height: auto;
    translate: 0;
    max-width: 12.5rem;
  }
}
@media (min-width: 768px) {
  .p-fv-under__img {
    width: 41.6666666667%;
    height: auto;
  }
}
@media (min-width: 1120px) {
  .p-fv-under__img {
    width: 16.8125rem;
    height: 16.8125rem;
  }
}
.p-fv-under__img.--01 {
  top: 72px;
  left: calc(50% + 470px);
}
@media screen and (max-width: 767px) {
  .p-fv-under__img.--01 {
    top: 214px;
    left: -10px;
  }
}
@media (min-width: 768px) {
  .p-fv-under__img.--01 {
    top: 22px;
    left: 27px;
    width: 26.0416666667%;
    height: auto;
  }
}
@media (min-width: 1120px) {
  .p-fv-under__img.--01 {
    top: 72px;
    left: calc(50% + 470px);
    width: 16.8125rem;
    height: 16.8125rem;
  }
}
.p-fv-under__img.--02 {
  top: 480px;
  left: calc(50% + 470px);
}
@media screen and (max-width: 767px) {
  .p-fv-under__img.--02 {
    top: 1000px;
    right: -16px;
    left: auto;
  }
}
@media (min-width: 768px) {
  .p-fv-under__img.--02 {
    top: 600px;
    right: -53px;
    left: auto;
    translate: 0;
  }
}
@media (min-width: 1120px) {
  .p-fv-under__img.--02 {
    top: 480px;
    left: calc(50% + 470px);
    width: 16.8125rem;
    height: 16.8125rem;
    translate: -50%;
  }
}
.p-fv-under__img.--03 {
  top: 480px;
  right: calc(50% + 95px);
}
@media screen and (max-width: 767px) {
  .p-fv-under__img.--03 {
    width: 33.3333333333%;
    top: 920px;
    right: auto;
    left: 92px;
  }
}
@media (min-width: 768px) {
  .p-fv-under__img.--03 {
    top: 520px;
    right: auto;
    left: 45px;
    width: 36.4583333333%;
    height: auto;
    translate: 0;
  }
}
@media (min-width: 1120px) {
  .p-fv-under__img.--03 {
    top: 480px;
    right: calc(50% + 95px);
    width: 16.8125rem;
    height: 16.8125rem;
    translate: -50%;
    left: auto;
  }
}
.p-fv-under__img.--04 {
  top: 60px;
  right: calc(50% + 270px);
}
@media screen and (max-width: 767px) {
  .p-fv-under__img.--04 {
    width: 35.5555555556%;
    height: auto;
    top: -45px;
    right: -15px;
  }
}
@media (min-width: 768px) {
  .p-fv-under__img.--04 {
    top: -180px;
    right: -15px;
    width: 31.25%;
    height: auto;
    translate: 0;
  }
}
@media (min-width: 1120px) {
  .p-fv-under__img.--04 {
    top: 60px;
    right: calc(50% + 270px);
    width: 16.8125rem;
    height: 16.8125rem;
    translate: -50%;
  }
}

.p-fv__bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -2;
}
.p-fv__bg1 picture {
  width: 100%;
}
.p-fv__bg1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -2;
}
.p-fv__bg2 picture {
  width: 100%;
}
.p-fv__bg2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__circle-sp1 {
  position: absolute;
  width: 35.375rem;
  height: 35.375rem;
  top: 168px;
  left: -262px;
  z-index: -3;
}

.p-service {
  background: url(../img/top1/service-bg.webp) no-repeat center center/cover;
}

.p-service-top {
  position: relative;
  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;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}

.p-service__inner {
  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: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__inner {
    row-gap: 2.5rem;
  }
}

.p-service-top__img {
  width: 46.9642857143%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-service-top__img {
    width: 100%;
    max-width: 400px;
  }
}
.p-service-top__img img {
  height: 100%;
  width: 100%;
  aspect-ratio: 526/430;
}

.p-service-top__body {
  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.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-service-top__title {
  color: #247ac8;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 151%; /* 36.24px */
  letter-spacing: 2.88px;
}

.p-service-top__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 197%; /* 31.52px */
  letter-spacing: 1.92px;
}

.p-service__btn {
  margin-inline: 0;
}
@media screen and (max-width: 767px) {
  .p-service__btn {
    margin-inline: auto;
  }
}

.p-service__cards {
  -webkit-padding-before: 2.5rem;
          padding-block-start: 2.5rem;
  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;
}

.p-service-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  padding: 3.5rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
  background: #ffeef7;
}
@media screen and (max-width: 767px) {
  .p-service-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 3.375rem 1.5rem 2.9375rem;
    row-gap: 2rem;
  }
}
.p-service-card:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: #eaf7ff;
}
@media screen and (max-width: 767px) {
  .p-service-card:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-service-card:nth-of-type(3) {
  background: #e7fbf2;
}
@media screen and (max-width: 767px) {
  .p-service-card:nth-of-type(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-service-card__img {
  width: 48.4615384615%;
  height: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service-card__img {
    width: 100%;
  }
}
.p-service-card__img img {
  aspect-ratio: 504/284;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-card__img img {
    aspect-ratio: 280/181;
  }
}
.p-service-card__img::after {
  position: absolute;
  content: "";
  width: 17.5rem;
  height: 10.1875rem;
}
@media screen and (max-width: 767px) {
  .p-service-card__img::after {
    width: 10rem;
    height: 5.8125rem;
  }
}
.p-service-card__img.--1::after {
  left: -1.5rem;
  bottom: 0;
  background: url(../img/top1/service-icon01.webp) center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-service-card__img.--1::after {
    bottom: -32px;
  }
}
@media (min-width: 768px) {
  .p-service-card__img.--1::after {
    bottom: 50px;
  }
}
@media (min-width: 1120px) {
  .p-service-card__img.--1::after {
    bottom: 0;
  }
}
.p-service-card__img.--2::after {
  right: -1.5rem;
  bottom: 0;
  background: url(../img/top1/service-icon02.webp) center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-service-card__img.--2::after {
    bottom: -32px;
    right: auto;
    left: 0;
  }
}
@media (min-width: 768px) {
  .p-service-card__img.--2::after {
    bottom: 50px;
  }
}
@media (min-width: 1120px) {
  .p-service-card__img.--2::after {
    bottom: 0;
  }
}
.p-service-card__img.--3::after {
  left: -1.5rem;
  bottom: 0;
  background: url(../img/top1/service-icon03.webp) center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-service-card__img.--3::after {
    bottom: -32px;
  }
}
@media (min-width: 768px) {
  .p-service-card__img.--3::after {
    bottom: 50px;
  }
}
@media (min-width: 1120px) {
  .p-service-card__img.--3::after {
    bottom: 0;
  }
}

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

.p-service-card__title-wrap {
  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.5rem;
}
.p-service-card__title-wrap.--1 {
  color: #ff9ad0;
}
.p-service-card__title-wrap.--1 .p-service-card__title {
  color: #fb56ae;
}
.p-service-card__title-wrap.--2 {
  color: #81d0ff;
}
.p-service-card__title-wrap.--2 .p-service-card__title {
  color: #2db1ff;
}
.p-service-card__title-wrap.--3 {
  color: #71e5b3;
}
.p-service-card__title-wrap.--3 .p-service-card__title {
  color: #13d481;
}

.p-service-card__title-number {
  position: relative;
}
.p-service-card__title-number span {
  font-size: 2.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 100%; /* 40px */
  letter-spacing: 4px;
  text-transform: uppercase;
}
.p-service-card__title-number span::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 5rem;
  top: -3.125rem;
  left: 50%;
  translate: -50%;
  background: url(../img/top1/Service.svg) center center/contain no-repeat;
}

.p-service-card__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 139%; /* 44.48px */
  letter-spacing: 3.84px;
}

.p-service-card__text {
  margin-top: 2rem;
  color: #1e2021;
  font-size: 16px;
  font-weight: 400;
  line-height: 197%; /* 31.52px */
  letter-spacing: 1.92px;
}

.p-service-card__btn {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-card__btn {
    margin-top: 2.5rem;
    width: 100%;
  }
}

.p-service__text {
  color: #005bac;
  text-align: center;
  /* typography/default/body/normal/lg */
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 179%; /* 32.22px */
  letter-spacing: 2.16px;
}
@media screen and (max-width: 767px) {
  .p-service__text {
    font-size: 0.875rem;
    line-height: 173%; /* 24.22px */
    letter-spacing: 1.68px;
  }
}

.p-service__banner {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.p-service__banner img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #005bac;
  /* shadow/card */
  -webkit-box-shadow: 0 0 20px 0 rgba(19, 20, 20, 0.2);
          box-shadow: 0 0 20px 0 rgba(19, 20, 20, 0.2);
}
@media (any-hover: hover) {
  .p-service__banner:hover {
    opacity: 0.8;
  }
}

.p-recruit {
  background: url(../img/top1/recruit-bg.webp) no-repeat center center/cover;
}

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

.p-recruit__headline {
  text-align: left;
  width: 28.5714285714%;
}
@media screen and (max-width: 767px) {
  .p-recruit__headline {
    width: 100%;
  }
}

.p-recruit__head-body {
  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.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-recruit__head-title {
  color: #247ac8;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 151%; /* 36.24px */
  letter-spacing: 2.88px;
}
@media screen and (max-width: 767px) {
  .p-recruit__head-title {
    font-size: 1.25rem;
    line-height: 161%; /* 32.2px */
    letter-spacing: 2.4px;
  }
}

.p-recruit__head-text {
  color: #1e2021;
  font-size: 16px;
  font-weight: 400;
  line-height: 197%; /* 31.52px */
  letter-spacing: 1.92px;
}

.p-recruit__cards {
  padding-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-recruit-card {
  position: relative;
  border-radius: 1.5rem;
  max-width: 20rem;
  -webkit-transition: background 0.5s ease, opacity 0.5s ease, translate 0.5s ease;
  transition: background 0.5s ease, opacity 0.5s ease, translate 0.5s ease;
  position: relative;
  overflow: hidden;
}
@media (any-hover: hover) {
  .p-recruit-card:hover .p-recruit-card__img::after {
    opacity: 1;
  }
}
.p-recruit-card.--1 {
  background: url(../img/top1/recruit-card-bg01.webp) no-repeat center center/cover;
}
.p-recruit-card.--2 {
  background: url(../img/top1/recruit-card-bg02.webp) no-repeat center center/cover;
}
.p-recruit-card.--3 {
  background: url(../img/top1/recruit-card-bg03.webp) no-repeat center center/cover;
}

.p-recruit-card__img {
  overflow: hidden;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 15.125rem;
}
.p-recruit-card__img::after {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(30%, rgba(0, 0, 0, 0.3019607843)));
  background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.3019607843) 30%);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.p-recruit-card__body {
  padding: 0rem 1rem 1.5rem;
}

.p-recruit-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 0.5rem;
}

.p-recruit-card__tag {
  border-radius: 999px;
  border: 1px solid #ffffff;
  padding: 0.4375rem 0.375rem;
}
.p-recruit-card__tag span {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 100%; /* 13px */
  letter-spacing: 0.56px;
}

.p-recruit-card__tag-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 173%; /* 24.22px */
  letter-spacing: 1.68px;
}
.p-recruit-card__tag-text.-mt19 {
  margin-top: 1.1875rem;
}

.p-recruit-card__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.p-recruit-card__title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: 1px;
}

.p-recruit-card__svg {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
}

.p-group__head {
  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: 3.5rem;
}

.p-group__headline {
  text-align: left;
}

.p-group__head-text {
  max-width: 21.875rem;
}
@media screen and (max-width: 767px) {
  .p-group__head-text {
    max-width: 100%;
  }
}

.p-group__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -5.90625rem;
}
@media screen and (max-width: 767px) {
  .p-group__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5rem;
    margin-top: 2.5rem;
  }
}

.p-group__img {
  width: 52.8571428571%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 90/97;
}
@media screen and (max-width: 767px) {
  .p-group__img {
    width: 100%;
  }
}
.p-group__img img {
  width: 100%;
  height: auto;
}

.p-group__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 1.5rem;
  background: #f0f5fa;
  padding: 1.5rem 2rem;
  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 screen and (max-width: 767px) {
  .p-group__wrap {
    padding: 1.5rem 1rem;
    row-gap: 2rem;
  }
}

.p-group-list {
  max-width: 100%;
  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;
}
@media screen and (max-width: 767px) {
  .p-group-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-group-list__head {
  font-size: 1.25rem;
  color: #005bac;
  font-weight: 700;
  line-height: 161%; /* 32.2px */
  letter-spacing: 2.4px;
}

.p-group-list__txt {
  font-size: 14px;
  color: #1e2021;
  margin-top: 0.5rem;
  font-weight: 400;
  line-height: 173%; /* 24.22px */
  letter-spacing: 0.68px;
}

.p-group-list__img {
  width: 6.5rem;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-group-list__img {
    width: 6rem;
  }
}

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

.p-service-page {
  position: relative;
  overflow: hidden;
}

.p-service-page__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: auto;
}
.p-service-page__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service-page__inner {
  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: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-page__inner {
    row-gap: 2.5rem;
  }
}

.p-service-page-top {
  position: relative;
  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;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-page-top {
    gap: 3.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .p-service-page-top {
    gap: 2.5rem;
  }
}
@media (min-width: 1120px) {
  .p-service-page-top {
    gap: 3.5rem;
  }
}

.p-service-page-top__img {
  width: 46.9642857143%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-service-page-top__img {
    width: 100%;
    max-width: 400px;
  }
}
.p-service-page-top__img img {
  height: 100%;
  width: 100%;
  aspect-ratio: 526/430;
}

.p-service-page-top__body {
  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: 3.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-service-page-top__body {
    row-gap: 2.5rem;
  }
}

.p-service-page__title {
  color: #005bac;
  font-size: 2rem;
  font-weight: 700;
  line-height: 139%; /* 44.48px */
  letter-spacing: 3.84px;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-page__title {
    text-align: center;
    font-size: 1.75rem;
    line-height: 144%; /* 40.32px */
    letter-spacing: 3.36px;
  }
}
.p-service-page__title span {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service-page__title span {
    padding-inline: 2rem;
  }
}
.p-service-page__title span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.375rem;
  left: 0;
  top: 100%;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-secondary_A-30, #fb56ae)), color-stop(50%, var(--color-secondary_B-30, #2db1ff)), to(var(--color-secondary_C-30, #13d481)));
  background: linear-gradient(90deg, var(--color-secondary_A-30, #fb56ae) 0%, var(--color-secondary_B-30, #2db1ff) 50%, var(--color-secondary_C-30, #13d481) 100%);
}

.p-service-page-top__text {
  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.5rem;
  color: #1e2021;
  font-size: 16px;
  font-weight: 400;
  line-height: 197%; /* 31.52px */
  letter-spacing: 1.92px;
}
.p-service-page-top__text span {
  color: #005bac;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .p-service-page-top__text span {
    text-align: center;
  }
}

.p-service-page__cards {
  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-service-page-card {
  position: relative;
  padding-block: 2.5rem;
  border-radius: 1.5rem;
  background: #ffeef7;
}
@media screen and (max-width: 767px) {
  .p-service-page-card {
    padding: 3.375rem 1.5rem 2.9375rem;
    row-gap: 2rem;
  }
}
.p-service-page-card:nth-of-type(2) {
  background: #eaf7ff;
}
.p-service-page-card:nth-of-type(3) {
  background: #e7fbf2;
}
.p-service-page-card .border-card1 img {
  border: 1px solid #fb56ae;
}
.p-service-page-card .border-card2 img {
  border: 1px solid #2db1ff;
}
.p-service-page-card .border-card3 img {
  border: 1px solid #13d481;
}

.p-service-page__card-inner {
  max-width: 58rem;
  margin-inline: auto;
}

.p-service-page-card__title-wrap {
  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.5rem;
}
.p-service-page-card__title-wrap.--1 {
  color: #ff9ad0;
}
.p-service-page-card__title-wrap.--1 .p-service-page-card__title {
  color: #fb56ae;
}
.p-service-page-card__title-wrap.--2 {
  color: #81d0ff;
}
.p-service-page-card__title-wrap.--2 .p-service-page-card__title {
  color: #2db1ff;
}
.p-service-page-card__title-wrap.--3 {
  color: #71e5b3;
}
.p-service-page-card__title-wrap.--3 .p-service-page-card__title {
  color: #13d481;
}

.p-service-page-card__title-number {
  position: relative;
}
.p-service-page-card__title-number span {
  font-size: 2.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 100%; /* 40px */
  letter-spacing: 4px;
  text-transform: uppercase;
}
.p-service-page-card__title-number span::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 5rem;
  top: -3.125rem;
  left: 50%;
  translate: -50%;
  background: url(../img/top1/Service.svg) center center/contain no-repeat;
}

.p-service-page-card__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 139%; /* 44.48px */
  letter-spacing: 3.84px;
}

.p-service-page-card__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service-page-card__container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-service-page__box {
  overflow: hidden;
  border-radius: 1.5rem;
  background: #ffffff;
  position: relative;
}
.p-service-page__box.--1 {
  border: 1px solid #fb56ae;
}
.p-service-page__box.--01 {
  background: #ffe4f2;
  border: 1px solid #fb56ae;
}
.p-service-page__box.--2 {
  border: 1px solid #2db1ff;
}
.p-service-page__box.--02 {
  background: #d5efff;
  border: 1px solid #2db1ff;
}
.p-service-page__box.--3 {
  border: 1px solid #13d481;
}
.p-service-page__box.--03 {
  background: #d0f6e6;
  border: 1px solid #13d481;
}

.p-service-page__box-title {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: 1px;
  padding-block: 0.5rem;
}
.p-service-page__box-title.--1 {
  background: #fb56ae;
}
.p-service-page__box-title.--2 {
  background: #2db1ff;
}
.p-service-page__box-title.--3 {
  background: #13d481;
}

.p-service-page__box-body {
  padding: 1.5rem 1.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-service-page__box-body {
    padding: 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;
  }
}
.p-service-page__box-body.--1 .p-service-page__box-comment {
  color: #e2489a;
}
.p-service-page__box-body.--1 .p-service-page__box-card-text {
  color: #d03387;
}
.p-service-page__box-body.--2 .p-service-page__box-comment {
  color: #24a0e9;
}
.p-service-page__box-body.--2 .p-service-page__box-card-text {
  color: #1d85c3;
}
.p-service-page__box-body.--3 .p-service-page__box-comment {
  color: #119d61;
}
.p-service-page__box-body.--3 .p-service-page__box-card-text {
  color: #119d61;
}

.p-service-page-box__img {
  width: 100%;
  height: auto;
}
.p-service-page-box__img img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service-page__box-text {
  color: #1e2021;
  font-size: 16px;
  font-weight: 400;
  line-height: 197%; /* 31.52px */
  letter-spacing: 1.92px;
  margin-top: 1rem;
}

.p-service-page__box-icon {
  position: absolute;
  bottom: 16px;
  right: 24px;
  width: 11rem;
  height: auto;
  aspect-ratio: 88/51;
}
@media screen and (max-width: 767px) {
  .p-service-page__box-icon {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 1rem;
  }
}
.p-service-page__box-icon img {
  width: 100%;
  height: 100%;
}

.p-service-page__box-comment {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: 1px;
  padding-bottom: 0.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-page__box-comment {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 179%; /* 32.22px */
    letter-spacing: 0.16px;
  }
}
.p-service-page__box-comment span {
  position: relative;
  padding-inline: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-page__box-comment span {
    padding-inline: 0;
  }
}
.p-service-page__box-comment span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 100%;
}
.p-service-page__box-comment.--1 span::after {
  background: #e2489a;
}
.p-service-page__box-comment.--2 span::after {
  background: #24a0e9;
}
.p-service-page__box-comment.--3 span::after {
  background: #119d61;
}

.p-service-page-box__wrap {
  padding-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-page-box__wrap {
    gap: 1.5rem 0.75rem;
  }
}

.p-service-page-box__card {
  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: 0.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-service-page-box__card {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-service-page-box__card-img {
  width: 100%;
  height: auto;
}
.p-service-page-box__card-img img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #fb56ae;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service-page__box-card-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 179%; /* 32.22px */
  letter-spacing: 2.16px;
}
@media screen and (max-width: 767px) {
  .p-service-page__box-card-text {
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.16px;
  }
}
.p-service-page__box-card-text.-small {
  font-size: 16px;
}
.p-service-page__box-card-text.-sp-small {
  font-size: 0.875rem;
  margin-top: 2px;
}

.p-service-page-card__btn {
  margin-top: 2.5rem;
  margin-inline: auto;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .p-service-page-card__btn {
    margin-top: 2.5rem;
    width: 100%;
  }
}

.p-company {
  position: relative;
  overflow: hidden;
}

.p-company__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-company__bg img {
  width: 100%;
  height: 100%;
}
.p-company__bg picture {
  width: 100%;
}

.p-company__headline {
  text-align: left;
}

.p-company__container {
  margin-top: 3.5rem;
  position: relative;
}

.p-company__img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-company__img {
    position: relative;
    width: 100vw;
    height: 164px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-company__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
  max-width: 58rem;
  border-radius: 1.5rem;
  background: #ffffff;
  margin-left: auto;
  margin-right: -6.1875rem;
  margin-top: -5.3125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .p-company__box {
    margin-right: -2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company__box {
    margin-top: -0.5rem;
    margin-right: 0;
    padding: 2.5rem 1.5rem;
  }
}

.p-company__box-title {
  color: #005bac;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 144%; /* 40.32px */
  letter-spacing: 3.36px;
}
@media screen and (max-width: 767px) {
  .p-company__box-title {
    font-size: 1.5rem;
    line-height: 151%; /* 36.24px */
    letter-spacing: 2.88px;
  }
}

.p-company__box-text {
  color: #1e2021;
  font-size: 16px;
  font-weight: 400;
  line-height: 197%; /* 31.52px */
  letter-spacing: 1.92px;
}
.p-company__box-text span {
  color: #002445;
  font-size: 16px;
  font-weight: 700;
  line-height: 197%; /* 31.52px */
  letter-spacing: 1.92px;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #9fccf4;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.p-message {
  background: url(../img/company/message-bg.webp) no-repeat center center/cover;
}

.p-message__headline {
  text-align: left;
}

.p-message__container {
  padding-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-message__container {
    padding-top: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-message__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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.5rem;
}

.p-message__names {
  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: 0.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #4396e0;
}

.p-message__post {
  color: #1e2021;
  font-size: 16px;
  font-weight: 400;
  line-height: 197%; /* 31.52px */
  letter-spacing: 1.92px;
}

.p-message__name {
  color: #1e2021;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 151%; /* 36.24px */
  letter-spacing: 2.88px;
}

.p-message__text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 197%; /* 31.52px */
  letter-spacing: 1.92px;
}

.p-message__img {
  width: 40%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-message__img {
    width: 100%;
  }
}
.p-message__img img {
  width: 100%;
  height: 100%;
    border-radius: 1.5rem;
}

.p-information__headline {
  text-align: left;
}

.p-information__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-information__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 2.5rem;
  }
}

.p-information__img {
  width: 34.1071428571%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-information__img {
    width: 100%;
  }
}
.p-information__img img {
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.p-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-list__item {
    padding-block: 0.5rem;
    row-gap: 0.5rem;
  }
}
.p-list__item dt,
.p-list__item dd {
  display: inline-block;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-list__item dt,
  .p-list__item dd {
    font-size: 14px;
  }
}
.p-list__item dt {
  width: 8.125rem;
  color: #005bac;
  font-weight: 700;
  line-height: 197%; /* 31.52px */
  letter-spacing: 1.92px;
}
@media screen and (max-width: 767px) {
  .p-list__item dt {
    width: 5rem;
  }
}
.p-list__item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #1e2021;
  font-weight: 400;
  line-height: 197%; /* 31.52px */
  letter-spacing: 1.92px;
}
.p-list__item dd a {
  border-bottom: 1px solid #247ac8;
  color: #247ac8;
}

.p-information__text {
  margin-top: 3.5rem;
  color: #005bac;
  text-align: center;
  font-weight: 400;
  line-height: 179%; /* 32.22px */
  letter-spacing: 2.16px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-information__text {
    margin-top: 2.5rem;
    font-size: 14px;
  }
}

.p-information__banner {
  margin-top: 0.5rem;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.p-information__banner img {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  border: 1px solid #005bac;
  /* shadow/card */
  -webkit-box-shadow: 0 0 20px 0 rgba(19, 20, 20, 0.2);
          box-shadow: 0 0 20px 0 rgba(19, 20, 20, 0.2);
}
@media (any-hover: hover) {
  .p-information__banner:hover {
    opacity: 0.8;
  }
}

.p-leadership {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 245, 250, 0)), to(var(--color-primary-80, #dbeeff)));
  background: linear-gradient(180deg, rgba(240, 245, 250, 0) 0%, var(--color-primary-80, #dbeeff) 100%);
}

.p-leadership__bg1 {
  position: absolute;
  top: 10px;
  left: calc(50% + 400px);
  width: 25.5625rem;
  height: 29.375rem;
}
@media screen and (max-width: 767px) {
  .p-leadership__bg1 {
    left: calc(50% + 10px);
    width: 17.5rem;
    height: 20.0625rem;
  }
}
.p-leadership__bg1 img {
  width: 100%;
  height: 100%;
}

.p-leadership__bg2 {
  position: absolute;
  width: 15rem;
  height: 20.25rem;
  bottom: -68px;
  left: -28px;
}
@media screen and (max-width: 767px) {
  .p-leadership__bg2 {
    width: 10rem;
    height: 13.5rem;
    bottom: -88px;
  }
}

.p-leadership__wrap {
  padding-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-leadership__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.p-leadership__card {
  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;
  padding-bottom: 1.5rem;
  max-width: 21.5rem;
  -webkit-transition: opacity 0.5s ease, translate 0.5s ease;
  transition: opacity 0.5s ease, translate 0.5s ease;
  margin-inline: auto;
}

.p-leadership__img {
  width: 100%;
  height: auto;
}
.p-leadership__img img {
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
}

.p-leadership-card__body {
  padding-inline: 1rem;
}

.p-leadership-card-head {
  color: #005bac;
}

.p-leadership-card-head__main {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 197%; /* 31.52px */
  letter-spacing: 1.92px;
}

.p-leadership-card-head__sub {
  font-size: 2rem;
  font-weight: 700;
  line-height: 139%; /* 44.48px */
  letter-spacing: 3.84px;
}

.p-leadership-list {
  margin-top: 1rem;
}

.p-leadership-list__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: 0.25rem;
}

.p-leadership-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media (min-width: 768px) {
  .p-leadership-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1120px) {
  .p-leadership-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-leadership-list__item dt,
.p-leadership-list__item dd {
  display: inline-block;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
  font-weight: 400;
  line-height: 197%; /* 31.52px */
  letter-spacing: 1.92px;
}
.p-leadership-list__item dt {
  width: 25.641025641%;
}
@media (min-width: 768px) {
  .p-leadership-list__item dt {
    width: 100%;
  }
}
@media (min-width: 1120px) {
  .p-leadership-list__item dt {
    width: 25.641025641%;
  }
}
.p-leadership-list__item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 1120px) {
  .u-tb {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "BIZ UDPGothic", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Poppins", sans-serif;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 16px;
  color: #1e2021;
  font-weight: 400;
  line-height: 197%; /* 31.52px */
  letter-spacing: 1.92px;
}

.u-font18 {
  font-size: 1.125rem;
}

.u-font20 {
  font-size: 1.25rem;
}

.u-font22 {
  font-size: 1.375rem;
}

.u-font24 {
  font-size: 1.5rem;
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font40 {
  font-size: 2.5rem;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}

@media screen and (max-width: 767px) {
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}
.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.u-animation__fadeIn {
  translate: 0 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.u-animation__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.u-hover {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

@media screen and (max-width: 767px) {
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
}
.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
  color: #ff0000;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

/* Header対策 */

header {
            margin-top: 26px;
}
            
@media screen and (max-width:768px) {
header {
            margin-top: 0px;
        }
}


/* サイトシール対策 */

.corporate_logo {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 20px 10px;
  display: flex;
  justify-content: start;
}

.corporate_logo img {
  height: 18px;
  width: auto;

}

@media only screen and (max-width: 768px) {
  .corporate_logo {
    justify-content: center;
  }
}

.site_seal {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.site_seal img{
    width: 115px;
    height: 57px;
}
.site_seal div.site_seal_left {
  padding: 40px 5px 40px 115px;
}
.site_seal div.site_seal_center {
  padding: 40px 5px 0px 5px;
}
.site_seal div.site_seal_right {
  padding: 40px 115px 40px 5px;
}

@media only screen and (max-width: 768px) {

  .site_seal {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
  }


  .site_seal a {
    display: block !important;
  }

  .site_seal div.site_seal_left {
    padding: 40px 5px 40px 0px;
  }
  .site_seal div.site_seal_center {
    padding: 0px 5px 0px 5px;
  }
  .site_seal div.site_seal_right {
    padding: 40px 0px 40px 5px;
  }

}

a {
  color: inherit;
}

.l-footer__nav {
  padding: 0 60px;
  display: flex;
  align-items: center;
  margin: 20px 0;
  color: #aaa;
  line-height: 1.5;
  justify-content: center;
}

.l-footer__nav a {
  text-decoration: none;
  padding: 0 20px;
  border-right: solid 1px #aaa;
}

.l-footer__nav a:last-of-type {
  border-right: none;
}

.l-footer__nav a:hover {
  color: #333;
}


@media screen and (max-width: 736px) {

  .l-footer__nav {

    flex-direction: column;
}

.l-footer__nav a {
  border-right: solid 0px #aaa;
}

}