@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

picture, img {
  display: block;
  width: 100%;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-weight: 400 700;
  src: url("../fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2"), url("../fonts/NotoSansJP-VariableFont_wght.woff") format("woff");
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeinUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes fadeoutBottom {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
  }
}
.u-mb-sm {
  margin-bottom: 4px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-sm-pc {
    margin-bottom: 4px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-sm-sp {
    margin-bottom: 4px !important;
  }
}

.u-mb-01 {
  margin-bottom: 8px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-01-pc {
    margin-bottom: 8px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-01-sp {
    margin-bottom: 8px !important;
  }
}

.u-mb-02 {
  margin-bottom: 16px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-02-pc {
    margin-bottom: 16px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-02-sp {
    margin-bottom: 16px !important;
  }
}

.u-mb-03 {
  margin-bottom: 24px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-03-pc {
    margin-bottom: 24px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-03-sp {
    margin-bottom: 24px !important;
  }
}

.u-mb-04 {
  margin-bottom: 32px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-04-pc {
    margin-bottom: 32px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-04-sp {
    margin-bottom: 32px !important;
  }
}

.u-mb-05 {
  margin-bottom: 40px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-05-pc {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-05-sp {
    margin-bottom: 40px !important;
  }
}

.u-mb-06 {
  margin-bottom: 48px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-06-pc {
    margin-bottom: 48px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-06-sp {
    margin-bottom: 48px !important;
  }
}

.u-mb-07 {
  margin-bottom: 56px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-07-pc {
    margin-bottom: 56px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-07-sp {
    margin-bottom: 56px !important;
  }
}

.u-mb-08 {
  margin-bottom: 64px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-08-pc {
    margin-bottom: 64px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-08-sp {
    margin-bottom: 64px !important;
  }
}

.u-mb-09 {
  margin-bottom: 72px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-09-pc {
    margin-bottom: 72px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-09-sp {
    margin-bottom: 72px !important;
  }
}

.u-mb-10 {
  margin-bottom: 80px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-10-pc {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-10-sp {
    margin-bottom: 80px !important;
  }
}

.u-mb-md {
  margin-bottom: 120px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-md-pc {
    margin-bottom: 120px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-md-sp {
    margin-bottom: 120px !important;
  }
}

.u-mb-lg {
  margin-bottom: 160px !important;
}

@media screen and (min-width: 744px) {
  .u-mb-lg-pc {
    margin-bottom: 160px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb-lg-sp {
    margin-bottom: 160px !important;
  }
}

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

html {
  font-size: 62.5%;
}

body {
  color: #1e1e1e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--wp--preset--font-size--normal);
  position: relative;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 743px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 744px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
@media screen and (min-width: 744px) {
  a[href*="tel:"] {
    pointer-events: none !important;
  }
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: block;
  width: 100%;
  height: auto;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  font: inherit;
  color: inherit;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

@media screen and (max-width: 743px) {
  #page {
    padding-top: 4.7rem;
  }
}
@media screen and (min-width: 744px) {
  #page {
    padding-top: 10.8rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1379px) {
  #page {
    padding-top: 8.6rem;
  }
}

.home #page {
  padding-top: 0;
}

@keyframes bgExpandAndColor {
  0% {
    transform: translate(-50%, -50%) scaleX(0);
    background: #fff;
  }
  50% {
    transform: translate(-50%, -50%) scaleX(1);
    background: #125ab8;
  }
  100% {
    transform: translate(-50%, -50%) scaleX(1);
    background: #125ab8;
  }
}
@keyframes textFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*——————————————————————
コンテンツ幅
最大幅はtheme.jsonで設定
——————————————————————*/
.l-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 744px) {
  .l-container {
    max-width: 144rem;
  }
}
.l-container.--wide {
  width: min(90vw, var(--wp--style--global--wide-size));
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 5000;
  background-color: #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 743px) {
  .l-header-primary {
    padding: 0.6rem 0.6rem 0.6rem 2rem;
  }
}
@media screen and (min-width: 744px) {
  .l-header-primary {
    padding: 2.4rem 2rem;
  }
}
.l-header-primary-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header-primary-nav {
  margin-left: auto;
  margin-right: 1rem;
}
@media screen and (max-width: 743px) {
  .l-header-primary-nav {
    display: none;
  }
}
@media screen and (min-width: 744px) and (max-width: 1379px) {
  .l-header-primary-nav {
    display: none;
  }
}
.l-header-primary-list {
  display: flex;
  align-items: center;
  gap: 16px;
}
.l-header-primary-list > li .l-header-primary-text {
  transition: 0.3s ease;
}
.l-header-primary-list > li .l-header-primary-text:hover {
  opacity: 0.7;
}
.l-header-primary-item[data-accordion] {
  outline: none;
  position: relative;
  gap: 4px;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 1380px) {
  .l-header-primary-item[data-accordion] {
    display: flex;
  }
}
.l-header-primary-item[data-accordion] > .l-header-primary-link {
  width: 10.5rem;
}
.l-header-primary-item[data-accordion]::after {
  content: "";
  display: block;
  background-image: url(../images/common/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  transition: 0.3s ease;
  pointer-events: none;
  position: absolute;
  top: 6px;
  left: 9rem;
}
@media screen and (max-width: 1379px) {
  .l-header-primary-item[data-accordion]::after {
    filter: brightness(0) invert(1);
  }
}
@media screen and (min-width: 1380px) {
  .l-header-primary-item[data-accordion]::after {
    filter: brightness(0);
  }
}
@media screen and (min-width: 1380px) {
  .l-header-primary-item[data-accordion].is-open > .l-header-primary-link > .l-header-primary-text {
    color: #125ab8;
  }
}
.l-header-primary-item[data-accordion].is-open::after {
  rotate: 180deg;
}
@media screen and (min-width: 1380px) {
  .l-header-primary-item[data-accordion].is-open::after {
    filter: none;
  }
}
@media screen and (max-width: 1679px) {
  .l-header-primary-item.--only-large {
    display: none;
  }
}
.l-header-primary-text {
  transform: 0.3s ease;
}
@media screen and (min-width: 744px) {
  .l-header-primary-tel {
    margin-left: 8px;
    margin-right: -8px;
  }
}
.l-header-primary-tel .l-header-primary-link {
  background-color: rgba(255, 255, 255, 0.75);
  color: #125ab8;
  position: relative;
  border-radius: 0.5rem;
  border: 1px solid #125ab8;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 3px;
  padding: 1rem 1.7rem;
}
@media screen and (min-width: 744px) {
  .l-header-primary-tel .l-header-primary-link * {
    transition: 0.3s ease;
  }
  .l-header-primary-tel .l-header-primary-link:hover * {
    opacity: 0.7;
  }
}
.l-header-primary-tel .l-header-primary-link:before {
  content: "";
  display: block;
  background-image: url(../images/common/icon-tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  grid-column: 1/span 1;
  grid-row: 1/span 1;
}
.l-header-primary-tel__text1 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
  display: block;
  grid-column: 2/span 1;
  grid-row: 1/span 1;
  margin-left: 4px;
}
.l-header-primary-tel__text2 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  display: block;
  margin-top: 2px;
  grid-column: 1/span 2;
  grid-row: 2/span 1;
}
.l-header-primary-contact .l-header-primary-link {
  border-radius: 0.5rem;
  background-color: #b81212;
  border: 1px solid #b81212;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 1.3rem 1.6rem;
  transition: 0.3s ease;
}
@media screen and (min-width: 744px) {
  .l-header-primary-contact .l-header-primary-link:hover {
    background-color: rgba(255, 255, 255, 0.75);
    color: #b81212;
  }
  .l-header-primary-contact .l-header-primary-link:hover::before {
    filter: none;
  }
}
.l-header-primary-contact .l-header-primary-link:before {
  content: "";
  display: block;
  background-image: url(../images/common/icon-contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 17px;
  height: 14px;
  filter: brightness(0) invert(1);
  transition: 0.3s ease;
}
@media screen and (min-width: 1380px) {
  .l-header-primary-sub-list {
    background-color: #fff;
    padding: 32px;
    column-count: 2;
    column-gap: 4rem;
  }
  .l-header-primary-sub-list-item:not(:first-of-type) {
    margin-top: 16px;
  }
  .l-header-primary-sub-list-item-link {
    position: relative;
    display: flex;
    align-items: center;
  }
  .l-header-primary-sub-list-item-link * {
    transition: 0.3s ease;
  }
  .l-header-primary-sub-list-item-link:hover * {
    opacity: 0.7;
  }
  .l-header-primary-sub-list-item-link .l-header-primary-text {
    width: 16.6rem;
    display: block;
  }
  .l-header-primary-sub-list-item-link::after {
    content: "";
    display: block;
    background-image: url(../images/common/icon-arrow-sub-item.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 17px;
    height: 14px;
  }
}
@media screen and (min-width: 744px) {
  .l-header-primary-sub-list-wrapper {
    display: none;
  }
}
@media screen and (min-width: 744px) and (min-width: 1380px) {
  .l-header-primary-sub-list-wrapper {
    position: absolute;
    top: 6.8rem;
    left: -6rem;
  }
}
.l-header-hamburger {
  cursor: pointer;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger {
    display: none;
  }
}
@media screen and (min-width: 744px) and (max-width: 1379px) {
  .l-header-hamburger {
    display: block;
  }
}
.l-header-hamburger__btn {
  align-items: center;
  background: #125ab8;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  padding-top: 4px;
  position: relative;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger__btn {
    height: 4rem;
    width: 4rem;
  }
}
.l-header-hamburger__btn div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header-hamburger__btn div.-open-icon {
  height: 3rem;
  width: 3rem;
  transition: 0.4s;
}
.l-header-hamburger__btn div.-open-icon::before {
  aspect-ratio: 10/8;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
  width: 10px;
  opacity: 1;
  background-image: url(../images/common/icon-menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger__btn div.-open-icon::before {
    width: 1.5rem;
  }
}
.l-header-hamburger__btn div.-close-icon {
  aspect-ratio: 1/1;
  width: 10px;
  opacity: 0;
  transition: 0.4s;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger__btn div.-close-icon {
    width: 1.5rem;
  }
}
.l-header-hamburger__btn div.-close-icon::before, .l-header-hamburger__btn div.-close-icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #fff;
}
.l-header-hamburger__btn div.-close-icon::before {
  transform: translateY(-50%) rotate(45deg);
}
.l-header-hamburger__btn div.-close-icon::after {
  transform: translateY(-50%) rotate(-45deg);
}
.l-header-hamburger__btn.open .-open-icon {
  opacity: 0;
}
.l-header-hamburger__btn.open .-close-icon {
  opacity: 1;
}
.l-header-hamburger-wrapper {
  background: rgba(18, 90, 184, 0.9);
  color: #fff;
  height: 100svh;
  opacity: 0;
  padding: 7.2rem 2rem 6rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.4s;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: clip;
  width: 100%;
  z-index: 1;
  cursor: initial;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger-wrapper {
    padding-top: 8.2rem;
    max-width: 325px;
  }
}
.l-header-hamburger-wrapper.open {
  opacity: 1;
  visibility: visible;
}
.l-header-hamburger-wrapper-inner {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
}
@media screen and (min-width: 1380px) {
  .l-header-hamburger-wrapper-inner {
    overflow: overlay;
    padding-right: 5px;
  }
  .l-header-hamburger-wrapper-inner::-webkit-scrollbar {
    opacity: 0.6;
    width: 2px;
  }
  .l-header-hamburger-wrapper-inner::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
  }
}
.l-header-hamburger-wrapper .l-header-primary-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
  max-width: 30rem;
}
@media screen and (min-width: 1380px) {
  .l-header-hamburger-wrapper .l-header-primary-list {
    margin-top: 5rem;
  }
}
.l-header-hamburger-wrapper .l-header-primary-item {
  cursor: pointer;
}
.l-header-hamburger-wrapper .l-header-primary-sub-list {
  padding-left: 1.5em;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.l-header-hamburger-wrapper .l-header-primary-tel {
  color: #fff;
  margin: 0;
}
.l-header-hamburger-wrapper .l-header-primary-tel .l-header-primary-link {
  background-color: #fff;
}
.l-header-hamburger-wrapper .l-header-primary-contact {
  width: 300px;
  display: flex;
  align-items: center;
}
.l-header-hamburger-nav__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.l-header-hamburger-nav__link {
  display: block;
  transition: 0.3s ease;
}
.l-header-hamburger-nav__link:hover {
  opacity: 0.7;
}
.l-header-hamburger-nav__link.-sub {
  padding-left: 1.8rem;
}
.l-header-hamburger-nav__text {
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 500;
}
.l-header-hamburger-nav__item {
  margin-right: 2rem;
}
.l-header-hamburger-nav__item.-has-sub {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-bottom: 7px;
}
.l-header-hamburger-nav__item.is-open[data-accordion] .l-header-primary-link::after {
  transform: rotate(180deg);
}
.l-header-hamburger-nav-sub-list {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  outline: none;
  display: flex;
  flex-direction: column;
  display: none;
}
@media screen and (max-width: 743px) {
  .l-header-hamburger-nav-sub-list {
    position: relative;
    gap: 1rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 744px) {
  .l-header-hamburger-nav-sub-list {
    background-color: #fff;
  }
}
@media screen and (min-width: 744px) and (max-width: 1379px) {
  .l-header-hamburger-nav-sub-list {
    background-color: unset;
    position: relative;
  }
}
.l-header-hamburger-nav-sub-list-item {
  outline: none;
  white-space: nowrap;
  transition: 0.3s ease;
}
.l-header-hamburger-nav-sub-list-item:hover {
  opacity: 0.7;
}
.l-header-hamburger-nav-sub-list-item a {
  width: 100%;
  display: block;
}
@media screen and (max-width: 743px) {
  .l-header-hamburger-nav-sub-list-item a {
    padding: 1rem;
    text-align: center;
  }
}
@media screen and (min-width: 744px) {
  .l-header-hamburger-nav-sub-list-item a {
    padding: 1rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1379px) {
  .l-header-hamburger-nav-sub-list-item a {
    text-align: center;
  }
}
.l-header-branding__desc {
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 743px) {
  .l-header-branding__desc {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 744px) {
  .l-header-branding__desc {
    font-size: 1.2rem;
    line-height: 1.25;
    margin-bottom: 5px;
  }
}
.l-header-branding__logo a {
  display: block;
}
.l-header-branding__logo a * {
  transition: 0.3s ease;
}
.l-header-branding__logo a:hover * {
  opacity: 0.8;
}
.l-header-branding__logo-img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 743px) {
  .l-header-branding__logo-img {
    width: 16.1rem;
  }
}
@media screen and (min-width: 744px) {
  .l-header-branding__logo-img {
    width: 20rem;
  }
}
.l-header-branding__logo-img .c-logo-black {
  fill: #221815;
  transition: 0.3s ease;
}
.l-header-branding__logo-img .c-logo-blue {
  fill: #549cad;
  transition: 0.3s ease;
}
.l-header-branding__logo-img .c-logo-blue-light {
  fill: #6ec7dd;
  transition: 0.3s ease;
}
.l-header-branding__logo-img .c-logo-blue-darker {
  fill: #3a7683;
  transition: 0.3s ease;
}
.l-header.is-bg-transparent {
  background-color: unset;
  border-color: transparent;
}
.l-header.is-bg-transparent .l-header-primary-text {
  color: #fff;
}
.l-header.is-bg-transparent .l-header-primary-sub-list-item .l-header-primary-text {
  color: #1e1e1e;
}
.l-header.is-bg-transparent .l-header-primary-item[data-accordion]::after {
  filter: brightness(0) invert(1);
}
.l-header.is-bg-transparent .l-header-primary-item[data-accordion].is-open::after {
  filter: none;
}
.l-header.is-bg-transparent .l-header-primary-contact .l-header-primary-link {
  border-color: #fff;
}
.l-header.is-bg-transparent .l-header-primary-contact .l-header-primary-link:hover {
  border-color: #b81212;
}
.l-header.is-bg-transparent .l-header-branding__logo-img {
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.3));
}
.l-header.is-bg-transparent .l-header-branding__logo-img .c-logo-black {
  fill: white;
}
.l-header.is-bg-transparent .l-header-branding__logo-img .c-logo-blue {
  fill: #d5d5d5;
}
.l-header.is-bg-transparent .l-header-branding__logo-img .c-logo-blue-light {
  fill: white;
}
.l-header.is-bg-transparent .l-header-branding__logo-img .c-logo-blue-darker {
  fill: #c0c0c0;
}
.l-header.is-bg-transparent .l-header-hamburger .l-header-primary-sub-list-item .l-header-primary-text {
  color: #fff;
}
.l-header.is-bg-transparent .l-header-hamburger .l-header-primary-item[data-accordion]::after {
  filter: brightness(0) invert(1);
}

.l-footer {
  background-color: #125ab8;
  color: #fff;
}
@media screen and (max-width: 743px) {
  .l-footer {
    margin-left: auto;
    margin-right: auto;
    padding-top: 9.6rem;
  }
}
@media screen and (min-width: 744px) {
  .l-footer {
    padding-top: 16rem;
  }
}
.l-footer-wrapper {
  display: flex;
}
@media screen and (max-width: 743px) {
  .l-footer-wrapper {
    flex-direction: column;
    padding-bottom: 4rem;
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-wrapper {
    justify-content: space-between;
    max-width: calc(120rem + 32px + 32px);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 12rem;
    gap: 40px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .l-footer-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 743px) {
  .l-footer-logo-img {
    width: 27rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-logo-img {
    width: 36rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 743px) {
  .l-footer-logo-text1 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-logo-text1 {
    margin-bottom: 24px;
  }
}
.l-footer-logo-text2-title {
  position: relative;
}
.l-footer-logo-text2-title::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 4px;
}
.l-footer-logo-text2-map {
  color: #82bef5;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
@media screen and (max-width: 743px) {
  .l-footer-logo-text2-map {
    font-size: 1.6rem;
  }
}
.l-footer-logo-text2-map img {
  width: 24px;
}
.l-footer-primary-nav {
  display: flex;
}
@media screen and (max-width: 743px) {
  .l-footer-primary-nav {
    margin-top: 8rem;
    gap: 3.9rem;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-primary-nav {
    gap: 56px;
  }
}
.l-footer-primary-list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .l-footer-primary-list {
    gap: 8px;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-primary-list {
    gap: 8px;
  }
}
.l-footer-primary-item:not(.--no-hover) * {
  transition: 0.3s ease;
}
.l-footer-primary-item:not(.--no-hover):hover * {
  opacity: 0.7;
}
@media screen and (max-width: 743px) {
  .l-footer-primary-item.-mt {
    margin-top: 40px;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-primary-item.-mt {
    margin-top: 40px;
  }
}
.l-footer-primary-sub-list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .l-footer-primary-sub-list {
    gap: 8px;
    margin-top: 0.6rem;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-primary-sub-list {
    gap: 8px;
    margin-top: 0.6rem;
  }
}
.l-footer-primary-sub-list-item * {
  transition: 0.3s ease;
}
.l-footer-primary-sub-list-item:hover * {
  opacity: 0.7;
}
.l-footer-copy {
  text-align: center;
  background-color: #fff;
  padding: 8px 8px 16px;
}
.l-main {
  overflow: clip;
}

@media screen and (max-width: 743px) {
  .l-wrapper {
    padding-top: 4.7rem;
  }
}
@media screen and (min-width: 744px) {
  .l-wrapper {
    padding-top: 10.8rem;
  }
}

@media screen and (max-width: 743px) {
  .l-section {
    padding-block: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .l-section {
    padding-block: 8rem;
  }
}
@media screen and (max-width: 743px) {
  .l-section-pb0 {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .l-section-pb0 {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 743px) {
  .l-section-lg {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 744px) {
  .l-section-lg {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
}
@media screen and (max-width: 743px) {
  .l-section-lg-pb0 {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 744px) {
  .l-section-lg-pb0 {
    padding-top: 16rem;
  }
}

@media screen and (max-width: 743px) {
  .l-content {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .l-content {
    max-width: calc(100rem + 32px + 32px);
    margin-inline: auto;
    padding-inline: 2rem;
  }
}

.l-grid {
  display: flex;
}
.l-grid.-wrap {
  flex-wrap: wrap;
}
.l-grid.-two-col-lg {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-lg {
    gap: 56px;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-lg {
    gap: 160px;
  }
}
.l-grid.-two-col-lg .l-grid-item {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-lg .l-grid-item {
    gap: 24px;
    flex-direction: column;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-lg .l-grid-item {
    gap: 12%;
  }
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-lg .l-grid-item__image {
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-lg .l-grid-item__image {
    width: 46%;
  }
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-lg .l-grid-item__texts {
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-lg .l-grid-item__texts {
    width: 42%;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-lg.-reverse .l-grid-item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.l-grid.-two-col-md {
  display: flex;
  flex-direction: column;
  counter-reset: number 0;
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-md {
    gap: 56px;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-md {
    gap: 80px;
  }
}
.l-grid.-two-col-md .l-grid-item {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-md .l-grid-item {
    gap: 24px;
    flex-direction: column;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-md .l-grid-item {
    gap: 5.6%;
  }
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-md .l-grid-item__image {
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-md .l-grid-item__image {
    width: 36%;
  }
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-md .l-grid-item__texts {
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-md .l-grid-item__texts {
    width: 58.4%;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-md .l-grid-item__title {
    font-family: "Noto Serif JP", serif !important;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.3;
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-md .l-grid-item__sub {
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-size: 2.8rem;
  }
}
.l-grid.-two-col-md .l-grid-item.-with-icon .l-grid-item__image {
  position: relative;
  margin-top: 4rem;
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-md .l-grid-item.-with-icon .l-grid-item__image {
    padding-right: 2.9rem;
  }
}
.l-grid.-two-col-md .l-grid-item.-with-icon .l-grid-item__image-icon {
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  order: 1;
  color: #125ab8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -4rem;
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-md .l-grid-item.-with-icon .l-grid-item__image-icon {
    right: 0;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-md .l-grid-item.-with-icon .l-grid-item__image-icon {
    right: -2rem;
  }
}
.l-grid.-two-col-md .l-grid-item.-with-icon .l-grid-item__image-icon .c-heading-sm {
  line-height: 1 !important;
}
.l-grid.-two-col-md .l-grid-item.-with-icon .l-grid-item__image-icon::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  color: #125ab8;
  order: 2;
  line-height: 1 !important;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Antonio", sans-serif !important;
}
@media screen and (max-width: 743px) {
  .l-grid.-two-col-md .l-grid-item.-with-icon .l-grid-item__image-icon::before {
    font-size: 7.2rem;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-md .l-grid-item.-with-icon .l-grid-item__image-icon::before {
    font-size: 7.2rem;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-md.-reverse .l-grid-item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 744px) {
  .l-grid.-two-col-md.-reverse-odd .l-grid-item:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}

.c-btn-bg {
  --color: #125ab8;
  width: 28rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color);
  color: #fff;
  font-weight: 700;
  position: relative;
  transition: 0.3s ease;
  border: 1px solid var(--color);
}
.c-btn-bg.-mx-auto {
  margin-inline: auto;
}
.c-btn-bg.-accent {
  --color: #b81212;
}
.c-btn-bg::after {
  content: "";
  display: block;
  background-image: url(../images/common/icon-arrow-main.svg);
  background-repeat: no-repeat;
  background-position: cover;
  background-size: contain;
  width: 2rem;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  transition: 0.3s ease;
  filter: brightness(0) invert(1);
}
.c-btn-bg:hover {
  background-color: #fff;
  color: var(--color);
}
.c-btn-bg:hover::after {
  filter: none;
}
.c-btn-tel {
  width: 100%;
}
@media screen and (max-width: 743px) {
  .c-btn-tel {
    max-width: 33.5rem;
  }
}
@media screen and (min-width: 744px) {
  .c-btn-tel {
    max-width: 49.6rem;
  }
}
.c-btn-tel__link {
  display: block;
}
.c-btn-tel__link-inner {
  background-color: #fff;
  color: #125ab8;
  position: relative;
  border-radius: 0.5rem;
  border: 3px solid #125ab8;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: 0.3s ease;
  pointer-events: auto !important;
  overflow: hidden;
}
@media screen and (max-width: 743px) {
  .c-btn-tel__link-inner {
    grid-template-columns: max-content max-content;
    padding: 2.5rem 1.6rem;
    height: 12rem;
  }
}
@media screen and (min-width: 744px) {
  .c-btn-tel__link-inner {
    grid-template-columns: max-content 1fr;
    padding: 5.4rem 4.8rem;
  }
  .c-btn-tel__link-inner:hover {
    color: #fff;
  }
  .c-btn-tel__link-inner:hover::after {
    opacity: 1;
  }
  .c-btn-tel__link-inner:hover::before {
    filter: brightness(0) invert(1);
  }
}
.c-btn-tel__link-inner:after {
  content: "";
  display: block;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/common/icon-tel-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
.c-btn-tel__link-inner:before {
  content: "";
  display: block;
  background-image: url(../images/common/icon-tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  grid-column: 1/span 1;
  grid-row: 1/span 1;
  transition: 0.3s ease;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 743px) {
  .c-btn-tel__link-inner:before {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (min-width: 744px) {
  .c-btn-tel__link-inner:before {
    width: 4.6rem;
    height: 4.6rem;
  }
}
.c-btn-tel__text1 {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  display: block;
  grid-column: 2/span 1;
  grid-row: 1/span 1;
  transition: 0.3s ease;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 743px) {
  .c-btn-tel__text1 {
    margin-left: 8px;
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 744px) {
  .c-btn-tel__text1 {
    margin-left: 16px;
    font-size: 5rem;
  }
}
.c-btn-tel__text2 {
  font-weight: 700;
  display: block;
  grid-column: 1/span 2;
  grid-row: 2/span 1;
  text-align: center;
  transition: 0.3s ease;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 743px) {
  .c-btn-tel__text2 {
    margin-top: 8px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 744px) {
  .c-btn-tel__text2 {
    margin-top: 8px;
    line-height: 1.4;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
.c-btn-contact {
  width: 100%;
}
@media screen and (max-width: 743px) {
  .c-btn-contact {
    max-width: 33.5rem;
  }
}
@media screen and (min-width: 744px) {
  .c-btn-contact {
    max-width: 49.6rem;
  }
}
.c-btn-contact__link {
  border-radius: 0.5rem;
  background-color: #b81212;
  border: 3px solid #b81212;
  color: #fff;
  position: relative;
  border-radius: 0.5rem;
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: 0.3s ease;
  pointer-events: auto !important;
  overflow: hidden;
}
@media screen and (max-width: 743px) {
  .c-btn-contact__link {
    height: 12rem;
    padding: 2.5rem 1.6rem;
  }
}
@media screen and (min-width: 744px) {
  .c-btn-contact__link {
    height: 20rem;
    padding: 5.4rem 4.8rem;
  }
  .c-btn-contact__link:hover {
    color: #b81212;
  }
  .c-btn-contact__link:hover::after {
    opacity: 1;
  }
  .c-btn-contact__link:hover::before {
    filter: none;
  }
}
.c-btn-contact__link:after {
  content: "";
  display: block;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/common/icon-contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
.c-btn-contact__link:before {
  content: "";
  display: block;
  background-image: url(../images/common/icon-contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: brightness(0) invert(1);
  transition: 0.3s ease;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 743px) {
  .c-btn-contact__link:before {
    width: 3rem;
    height: 2.4rem;
  }
}
@media screen and (min-width: 744px) {
  .c-btn-contact__link:before {
    width: 5rem;
    height: 4rem;
  }
}
.c-btn-contact__text1 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  display: block;
  grid-column: 2/span 1;
  grid-row: 1/span 1;
  transition: 0.3s ease;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 743px) {
  .c-btn-contact__text1 {
    margin-left: 16px;
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 744px) {
  .c-btn-contact__text1 {
    margin-left: 16px;
    font-size: 3.8rem;
  }
}
.c-btn-contact__text2 {
  font-weight: 700;
  display: block;
  grid-column: 1/span 2;
  grid-row: 2/span 1;
  text-align: center;
  transition: 0.3s ease;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 743px) {
  .c-btn-contact__text2 {
    margin-top: 8px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 744px) {
  .c-btn-contact__text2 {
    margin-top: 8px;
    line-height: 1.4;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
.c-btn-view-more {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #125ab8;
  padding-bottom: 4px;
  border-bottom: 1px dotted #125ab8;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.c-btn-view-more::before {
  content: "";
  background-image: url(../images/common/icon-view-more.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
}
.c-btn-view-more.-white {
  color: #fff;
  border-color: #fff;
}
.c-btn-view-more.-blue::before {
  background-image: url(../images/common/icon-view-more-blue.svg);
}
.c-btn-slider-prev, .c-btn-slider-next {
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 0;
}
.c-btn-slider-prev::after, .c-btn-slider-next::after {
  display: none;
}
.c-btn-slider-prev {
  background-image: url(../images/common/icon-slider-prev.svg);
}
.c-btn-slider-next {
  background-image: url(../images/common/icon-slider-next.svg);
}
.c-btn-download {
  align-items: center;
  background: #b81212;
  border: 1px solid transparent;
  border-radius: 1rem;
  color: #fff;
  display: flex;
  font-size: 1.25em;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  max-width: 100%;
  padding: 24px 16px 24px 24px;
  transition: 0.4s;
  width: max-content;
}
@media screen and (min-width: 744px) {
  .c-btn-download {
    gap: 24px;
    padding: 24px 24px 24px 4rem;
  }
}
.c-btn-download::after {
  aspect-ratio: 1/1;
  background: currentColor;
  content: "";
  display: block;
  mask: url(../images/common/icon-download.svg) no-repeat center/contain;
  transition: 0.4s;
  width: 1.2em;
}
.c-btn-download:hover {
  background: #fff;
  border-color: #b81212;
  color: #b81212;
}

.c-form {
  display: grid;
  gap: 24px;
  margin-inline: auto;
  max-width: 694px;
}
.c-form__notice {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.c-form__notice span {
  background: #b81212;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 2px 4px;
}
.c-form input:not([name*=zip]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]),
.c-form textarea {
  width: 100%;
}
.c-form input[name*=zip] {
  width: 10em;
}
.c-form input,
.c-form select,
.c-form textarea {
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  font-family: inherit;
  font-size: 1em;
  padding: 8px;
}
.c-form-content {
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 744px) {
  .c-form-content {
    gap: 24px;
    grid-template-columns: 11em 1fr;
  }
}
.c-form-content-inputs {
  display: grid;
  gap: 8px;
}
.c-form-content__title {
  font-weight: 700;
}
@media screen and (min-width: 744px) {
  .c-form-content__title {
    display: flex;
    justify-content: flex-end;
  }
  .c-form-content__title:has(+ .c-form-content-inputs) {
    padding-top: 0.45em;
  }
}
.c-form-content__title.hissu {
  align-items: flex-start;
  gap: 8px;
}
.c-form-content__title.hissu::after {
  background: #b81212;
  border-radius: 5px;
  color: #fff;
  content: "必須";
  font-size: 0.75em;
  line-height: 1;
  padding: 4px;
  transform: translateY(0.3em);
}
.c-form-content .wpcf7-form-control.wpcf7-radio {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}
@media screen and (min-width: 744px) {
  .c-form-content .wpcf7-form-control.wpcf7-radio {
    margin-top: 0.4em;
  }
}
.c-form-content .wpcf7-form-control.wpcf7-radio input {
  display: none;
}
.c-form-content .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  align-items: center;
  display: flex;
  gap: 8px;
  margin: 0;
}
.c-form-content .wpcf7-form-control.wpcf7-radio .wpcf7-list-item::before {
  aspect-ratio: 1/1;
  background: transparent;
  border: 2px solid;
  border-radius: 3px;
  content: "";
  display: block;
  transition: 0.2s;
  width: 1.125em;
}
.c-form-content .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:has(input:checked)::before {
  background: #b81212;
}
.c-form-content .wpcf7-form-control.wpcf7-checkbox {
  display: grid;
  gap: 8px;
}
.c-form-content .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.c-form-privacy {
  align-items: center;
  background: #e7e7e7;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-inline: auto;
  padding: 2rem;
  text-align: center;
  width: min(100%, 500px);
}
.c-form-privacy a {
  color: #125ab8;
  text-decoration: underline;
  transition: 0.4s;
}
.c-form-privacy a:hover {
  color: rgb(16.2, 81, 165.6);
}
.c-form-btns {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-form-btns__btn input {
  background: #125ab8;
  border: 1px solid #125ab8;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  max-width: 100%;
  padding: 1em;
  text-align: center;
  transition: 0.4s;
  width: 28rem;
}
.c-form-btns__btn input:hover {
  background: #fff;
  color: #125ab8;
}
.c-form-btns__btn input:disabled {
  filter: grayscale(1);
}
.c-form-btns__btn .wpcf7-spinner {
  display: none;
}
.c-form-btn__back {
  filter: grayscale(1);
}
@media screen and (min-width: 744px) {
  .c-form__complete {
    text-align: center;
  }
}

#autozip {
  display: none !important;
}

.c-heading-num {
  font-weight: 700;
  font-family: "Antonio", sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 743px) {
  .c-heading-num {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-num {
    font-size: 7.2rem;
  }
}

@media screen and (max-width: 743px) {
  .c-heading-num-sp {
    font-weight: 700;
    font-family: "Antonio", sans-serif;
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 7.2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-num-pc {
    font-weight: 700;
    font-family: "Antonio", sans-serif;
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 7.2rem;
  }
}

.c-heading-fv {
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 743px) {
  .c-heading-fv {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-fv {
    font-size: 4rem;
    letter-spacing: 0.05em;
  }
}

.c-heading-lg {
  font-weight: 700;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-size: 4.2rem;
}

@media screen and (max-width: 743px) {
  .c-heading-lg-sp {
    font-weight: 700;
    font-family: "Noto Serif JP", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.3;
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-lg-pc {
    font-weight: 700;
    font-family: "Noto Serif JP", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.3;
    font-size: 4.2rem;
  }
}

.c-heading-lg2-serif {
  font-weight: 700;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 3.2rem;
}

@media screen and (max-width: 743px) {
  .c-heading-lg2-serif-sp {
    font-weight: 700;
    font-family: "Noto Serif JP", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-lg2-serif-pc {
    font-weight: 700;
    font-family: "Noto Serif JP", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-size: 3.2rem;
  }
}

.c-heading-md {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-size: 2.8rem;
}

@media screen and (max-width: 743px) {
  .c-heading-md-sp {
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-md-pc {
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    font-size: 2.8rem;
  }
}

.c-heading-md2-serif {
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 2.4rem;
}

@media screen and (max-width: 743px) {
  .c-heading-md2-serif-sp {
    font-weight: 500;
    font-family: "Noto Serif JP", sans-serif;
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-md2-serif-pc {
    font-weight: 500;
    font-family: "Noto Serif JP", sans-serif;
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 2.4rem;
  }
}

.c-heading-sm {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 2rem;
}

@media screen and (max-width: 743px) {
  .c-heading-sm-sp {
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-size: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-sm-pc {
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-size: 2rem;
  }
}

.c-heading-sm2-serif {
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 2rem;
}

@media screen and (max-width: 743px) {
  .c-heading-sm2-serif-sp {
    font-weight: 500;
    font-family: "Noto Serif JP", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-size: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-sm2-serif-pc {
    font-weight: 500;
    font-family: "Noto Serif JP", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-size: 2rem;
  }
}

.c-heading-sm3-serif {
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 1.4rem;
}

@media screen and (max-width: 743px) {
  .c-heading-sm3-serif-sp {
    font-weight: 500;
    font-family: "Noto Serif JP", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-sm3-serif-pc {
    font-weight: 500;
    font-family: "Noto Serif JP", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-size: 1.4rem;
  }
}

.c-heading-header {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 1.4rem;
}

@media screen and (max-width: 743px) {
  .c-heading-header-sp {
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-header-pc {
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

.c-heading-footer {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 1.3rem;
}

@media screen and (max-width: 743px) {
  .c-heading-footer-sp {
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-footer-pc {
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-size: 1.3rem;
  }
}

.c-heading-breadcrumbs {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 0.9rem;
}

@media screen and (max-width: 743px) {
  .c-heading-breadcrumbs-sp {
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-breadcrumbs-pc {
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-size: 0.9rem;
  }
}

.c-breadcrumbs {
  letter-spacing: 0;
  font-size: 1.4rem;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  line-height: 1.6;
  letter-spacing: 0;
  padding: 4px 3.2rem;
  height: 2.1rem;
  white-space: nowrap;
}
@media screen and (min-width: 744px) {
  .c-breadcrumbs {
    max-width: 144rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-breadcrumbs-container {
  color: #fff;
  background-color: #125ab8;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 743px) {
  .c-breadcrumbs-container {
    overflow-x: scroll;
  }
}
.c-breadcrumbs a {
  font: inherit;
}
.c-breadcrumbs a * {
  transition: 0.3s ease;
}
.c-breadcrumbs a:hover * {
  opacity: 0.7;
}

.wp-pagenavi {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 32px;
}
.wp-pagenavi > * {
  background: #fff;
  border: 1px solid #125ab8;
  border-radius: 50%;
  color: #125ab8;
  display: grid;
  font-size: 1.2em;
  font-weight: 700;
  height: clamp(2.9rem, 8vw, 3.8rem);
  line-height: 1;
  place-items: center;
  transition: 0.4s;
  width: clamp(2.9rem, 8vw, 3.8rem);
}
.wp-pagenavi > *:not(.current):not(.extend) {
  cursor: pointer;
}
.wp-pagenavi > *:not(.current):not(.extend):hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
.wp-pagenavi .current {
  background: #125ab8;
  color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  color: transparent;
  position: relative;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  aspect-ratio: 21/8;
  background: url(../images/common/icon-arrow-main.svg) no-repeat center/contain;
  bottom: 0;
  content: "\f105";
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
.wp-pagenavi .previouspostslink::before {
  transform: scale(-1, 1);
}

.c-contact {
  position: relative;
}
@media screen and (max-width: 743px) {
  .c-contact__wrapper {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 744px) {
  .c-contact__wrapper {
    padding-top: 8rem;
  }
}
.c-contact__heading {
  width: max-content;
}
@media screen and (max-width: 743px) {
  .c-contact__heading {
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 744px) {
  .c-contact__heading {
    margin: 0 auto 8rem;
  }
}
.c-contact__lead {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .c-contact__lead {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .c-contact__lead {
    margin-bottom: 4rem;
  }
}
.c-contact__list {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
@media screen and (max-width: 743px) {
  .c-contact__list {
    flex-direction: column;
    margin-bottom: -4rem;
  }
}
@media screen and (min-width: 744px) {
  .c-contact__list {
    margin-bottom: -8rem;
    flex-wrap: wrap;
  }
}

.c-case-swiper-container {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 743px) {
  .c-case-swiper-container {
    padding: 0 2rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .c-case-swiper-container {
    padding-left: 21.6rem;
    padding-right: 21.6rem;
    padding-bottom: 8rem;
  }
}
.c-case-swiper {
  overflow: visible !important;
}
.c-case-pagination {
  display: flex;
  position: static !important;
}
@media screen and (max-width: 743px) {
  .c-case-pagination {
    max-width: calc(100% - 54px);
    margin: 24px auto 0;
  }
}
@media screen and (min-width: 744px) {
  .c-case-pagination {
    margin: 4rem auto 0;
    max-width: 80rem;
  }
}
.c-case-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 100%;
  border-radius: 0;
  height: 2px;
  background-color: #82bef5 !important;
  opacity: 1 !important;
  transition: 0.3s ease;
}
.c-case-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #125ab8 !important;
}
@media screen and (max-width: 743px) {
  .c-case-list.swiper-wrapper {
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 744px) {
  .c-case-list.swiper-wrapper {
    margin-bottom: 2.4rem;
  }
}
.c-case-list:not(.swiper-wrapper) {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .c-case-list:not(.swiper-wrapper) {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-case-list:not(.swiper-wrapper) .c-case-list-item {
  width: 100%;
}
.c-case-list-item {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 16px;
  transition: 0.4s;
  width: 31.2rem;
}
.c-case-list-item:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.24);
}
.c-case-list-item__inner {
  display: block;
}
.c-case-list-item-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.c-case-list-item-cat__item {
  color: #125ab8;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}
.c-case-list-item-cat__item::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #125ab8;
  border-radius: 50%;
  flex-shrink: 0;
}

.c-staff-swiper-container {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 743px) {
  .c-staff-swiper-container {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-staff-swiper-container {
    padding-left: 21.6rem;
    padding-right: 21.6rem;
  }
}
.c-staff-swiper {
  overflow: visible !important;
}
.c-staff-pagination {
  display: flex;
  position: static !important;
}
@media screen and (max-width: 743px) {
  .c-staff-pagination {
    max-width: calc(100% - 54px);
    margin: 24px auto 0;
  }
}
@media screen and (min-width: 744px) {
  .c-staff-pagination {
    margin: 4rem auto 0;
    max-width: 80rem;
  }
}
.c-staff-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 100%;
  border-radius: 0;
  height: 2px;
  background-color: #fff !important;
  opacity: 1 !important;
  transition: 0.3s ease;
}
.c-staff-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #82bef5 !important;
}
.c-staff__list {
  transition-timing-function: linear !important;
}
@media screen and (max-width: 743px) {
  .c-staff__list {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .c-staff__list {
    margin-bottom: 8rem;
  }
}
.c-staff__item {
  width: 20rem;
}
.c-staff__item:nth-of-type(even) {
  margin-top: 4rem;
}
.c-staff__item-inner {
  display: block;
}
.c-staff__image {
  margin-bottom: 8px;
}
.c-staff__name {
  margin-bottom: 4px;
}
.c-staff__positions-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-staff__positions-item {
  color: #125ab8;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
.c-staff__positions-item::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #125ab8;
  border-radius: 50%;
  flex-shrink: 0;
}

.c-line-anim {
  width: 100%;
  overflow: visible;
  position: absolute;
  bottom: 0;
  left: 0;
  /* アニメーション開始時にクラス追加 */
}
.c-line-anim__path {
  stroke-dasharray: 2000;
  /* 線の長さより長めに指定 */
  stroke-dashoffset: 2000;
  transition: stroke-dashoffset 2s ease-out;
}
.c-line-anim.is-animated .c-line-anim__path {
  stroke-dashoffset: 0;
}

.c-seminar {
  position: relative;
}
.c-seminar__list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .c-seminar__list {
    gap: 4.8rem;
  }
}
@media screen and (min-width: 744px) {
  .c-seminar__list {
    gap: 56px;
  }
}
.c-seminar__item {
  transition: 0.3s ease;
  width: 100%;
}
.c-seminar__item:hover {
  opacity: 0.7;
}
.c-seminar__item-inner {
  display: flex;
}
@media screen and (max-width: 743px) {
  .c-seminar__item-inner {
    flex-direction: column;
  }
}
@media screen and (min-width: 744px) {
  .c-seminar__item-inner {
    gap: 4%;
  }
}
@media screen and (min-width: 744px) {
  .c-seminar__image {
    width: 32%;
  }
}
.c-seminar__image img {
  aspect-ratio: 3/2;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 744px) {
  .c-seminar__texts {
    width: 64%;
  }
}
.c-seminar__info {
  display: flex;
  border-bottom: 1px solid #125ab8;
  align-items: center;
  position: relative;
  padding: 8px 0;
}
@media screen and (max-width: 743px) {
  .c-seminar__info {
    gap: 16px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .c-seminar__info {
    gap: 16px;
    margin-bottom: 24px;
  }
}
.c-seminar__info::after {
  content: "";
  background-image: url(../images/common/seminar/icon-arrow-main.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2rem;
  height: 8px;
  position: absolute;
  flex-shrink: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c-seminar-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.c-seminar-cat__item {
  color: #125ab8;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}
.c-seminar-cat__item:is(a) {
  transition: 0.3s ease;
}
.c-seminar-cat__item:is(a):hover {
  opacity: 0.7;
}
.c-seminar-cat__item::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #125ab8;
  border-radius: 50%;
  flex-shrink: 0;
}
.c-seminar__title {
  word-break: break-all;
  overflow: hidden;
  backface-visibility: hidden;
}
.c-seminar__title span {
  visibility: visible;
  text-overflow: ellipsis;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-line-clamp: 1;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 743px) {
  .c-seminar__title {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 744px) {
  .c-seminar__title {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 743px) {
  .c-seminar__text {
    word-break: break-all;
    overflow: hidden;
    backface-visibility: hidden;
  }
  .c-seminar__text span {
    visibility: visible;
    text-overflow: ellipsis;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    display: -webkit-box;
    /* autoprefixer: ignore next */
    -webkit-line-clamp: 3;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 744px) {
  .c-seminar__text {
    word-break: break-all;
    overflow: hidden;
    backface-visibility: hidden;
  }
  .c-seminar__text span {
    visibility: visible;
    text-overflow: ellipsis;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    display: -webkit-box;
    /* autoprefixer: ignore next */
    -webkit-line-clamp: 3;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.c-mv {
  position: relative;
  background-color: #125ab8;
}
@media screen and (max-width: 743px) {
  .c-mv__wrapper {
    padding: 24px 2rem;
  }
}
@media screen and (min-width: 744px) {
  .c-mv__wrapper {
    padding: 40px 32px;
  }
}
.c-mv__heading {
  text-align: center;
  color: #fff;
}
.c-mv__sub {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 743px) {
  .c-mv__sub {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 744px) {
  .c-mv__sub {
    margin-bottom: 16px;
  }
}

.u-fadeinUp {
  opacity: 0;
  visibility: hidden;
}
.u-fadeinUp-active {
  animation-name: fadeinUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
}

.u-serif {
  font-family: "Noto Serif JP", serif !important;
}

.u-en {
  font-family: "Antonio", sans-serif !important;
}

.u-red {
  color: #b81212 !important;
}

.u-bold,
.u-fw-700 {
  font-weight: 700 !important;
}

.u-fw-600 {
  font-weight: 600 !important;
}

.u-fw-500 {
  font-weight: 500 !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

@media screen and (max-width: 743px) {
  .u-md-max-none {
    display: none !important;
  }
}

@media screen and (min-width: 744px) {
  .u-md-min-none {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .u-lg-max-none {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .u-lg-min-none {
    display: none !important;
  }
}

@media screen and (max-width: 1379px) {
  .u-xl-max-none {
    display: none !important;
  }
}

@media screen and (min-width: 1380px) {
  .u-xl-min-none {
    display: none !important;
  }
}

.u-d-none {
  display: none !important;
}

.u-d-inline-block {
  display: inline-block;
}

.u-d-block {
  display: inline-block;
}

.u-text-center {
  text-align: center;
}

@media screen and (min-width: 744px) {
  .u-text-center-pc {
    text-align: center;
  }
}

@media screen and (max-width: 743px) {
  .u-text-center-sp {
    text-align: center;
  }
}

.u-c-main {
  color: #125ab8 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-bg-bg1 {
  background-color: #edf2fa !important;
}

.u-c-accent {
  color: #b81212;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-ml1 {
  margin-left: 8px;
}

@media screen and (max-width: 743px) {
  .u-ml1-sp {
    margin-left: 8px;
  }
}

@media screen and (min-width: 744px) {
  .u-ml1-pc {
    margin-left: 8px;
  }
}

.u-marker {
  background: linear-gradient(transparent 50%, #ffee00 50%);
}

.u-underline {
  text-decoration: underline;
  display: inline;
}

.u-bg-main {
  background-color: #125ab8;
  color: #fff;
  padding: 2px 8px;
}

.u-bg-main2 {
  background-color: #125ab8;
  color: #fff;
  padding: 0 8px;
  max-width: max-content;
}

.u-mr-01 {
  margin-right: 8px;
}

.u-mod-line-anim {
  position: relative;
}
@media screen and (max-width: 743px) {
  .u-mod-line-anim {
    padding-bottom: 4rem;
  }
  .u-mod-line-anim .c-line-anim {
    bottom: 0;
  }
}
@media screen and (min-width: 744px) {
  .u-mod-line-anim {
    padding-bottom: 12rem;
  }
  .u-mod-line-anim .c-line-anim {
    bottom: 0;
  }
}

.u-list {
  display: flex;
  flex-direction: column;
}
.u-list li {
  display: flex;
  position: relative;
}
.u-list li:before {
  content: "・";
  display: block;
  flex-shrink: 0;
  color: currentColor;
}

.u-lh-15 {
  line-height: 1.5 !important;
}

.p-top-mv {
  position: relative;
}
.p-top-mv__video {
  background-color: #125ab8;
  height: 100dvh;
}
.p-top-mv__video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-mv__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.p-top-mv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
@media screen and (max-width: 743px) {
  .p-top-mv__inner {
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv__inner {
    width: calc(100% - 64px);
  }
}
.p-top-mv__texts {
  position: absolute;
  color: #fff;
  opacity: 0;
  transition: opacity 1s ease;
}
@media screen and (max-width: 743px) {
  .p-top-mv__texts {
    left: 2.8rem;
    bottom: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-mv__texts {
    left: 0;
    bottom: 8rem;
  }
}
.p-top-mv__texts.is-active {
  opacity: 1;
  z-index: 1;
}
.p-top-mv__texts [data-anim-highlight=none],
.p-top-mv__texts [data-anim-highlight=on] {
  position: relative;
  display: inline-block;
  color: transparent;
  opacity: 1;
  isolation: isolate;
  padding: 0 16px;
}
.p-top-mv__texts [data-anim-highlight=none]::before,
.p-top-mv__texts [data-anim-highlight=on]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translate(-50%, -50%) scaleX(0);
  transform-origin: left;
  z-index: -1;
}
.p-top-mv__texts [data-anim-highlight=none]::after,
.p-top-mv__texts [data-anim-highlight=on]::after {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  white-space: nowrap;
  display: inline-block;
}
.p-top-mv__texts [data-anim-highlight=on]::before {
  animation: bgExpandAndColor 1.4s ease-out forwards 1.2s;
}
.p-top-mv__texts [data-anim-highlight=on]::after {
  animation: textFadeIn 1.4s ease-out forwards 1.2s;
}
.p-top-mv__texts [data-anim-highlight=none]::before {
  background-color: #125ab8;
  transform: translate(-50%, -50%) scaleX(1);
}
.p-top-mv__texts [data-anim-highlight=none]::after {
  opacity: 1;
}
.p-top-mv__text1, .p-top-mv__text2, .p-top-mv__text3 {
  color: #fff;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
}
.p-top-lead {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-lead .c-line-anim {
    bottom: -3.2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-lead .c-line-anim {
    bottom: -12rem;
  }
}
.p-top-lead__text {
  text-align: center;
  line-height: 2.4;
}
.p-top-points {
  position: relative;
}
.p-top-points__wrapper {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-points__wrapper {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-points__wrapper {
    padding-bottom: 4rem;
  }
}
.p-top-points__wrapper::after {
  content: "";
  display: block;
  background-color: #125ab8;
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 743px) {
  .p-top-points__wrapper::after {
    height: 8rem;
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .p-top-points__wrapper::after {
    height: 16rem;
    width: calc(100% - 8rem);
  }
}
.p-top-points-swiper-container {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 743px) {
  .p-top-points-swiper-container {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-points-swiper-container {
    padding-left: 21.6rem;
    padding-right: 21.6rem;
  }
}
.p-top-points-swiper {
  overflow: visible !important;
}
.p-top-points-pagination {
  display: flex;
  position: static !important;
}
@media screen and (max-width: 743px) {
  .p-top-points-pagination {
    max-width: calc(100% - 54px);
    margin: 24px auto 0;
  }
}
@media screen and (min-width: 744px) {
  .p-top-points-pagination {
    margin: 4rem auto 0;
    max-width: 80rem;
  }
}
.p-top-points-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 100%;
  border-radius: 0;
  height: 2px;
  background-color: #fff !important;
  opacity: 1 !important;
  transition: 0.3s ease;
}
.p-top-points-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #82bef5 !important;
}
.p-top-points__item {
  width: max-content;
}
.p-top-points__item-inner {
  border: 1px solid #125ab8;
  background-color: #fff;
  width: max-content;
  height: auto;
}
@media screen and (max-width: 743px) {
  .p-top-points__item-inner {
    padding: 32px 24px 16px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-points__item-inner {
    padding: 40px 32px 32px;
  }
}
.p-top-points__item.is-done .p-top-points__arrow-bg {
  height: 77% !important;
}
.p-top-points__texts {
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-top-points__texts {
    margin-bottom: 8px;
  }
}
.p-top-points__detail {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: flex-start;
}
@media screen and (max-width: 743px) {
  .p-top-points__detail {
    column-gap: 8px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-points__detail {
    column-gap: 16px;
  }
}
.p-top-points__detail.-detail1 {
  margin-right: 8px;
}
@media screen and (min-width: 744px) {
  .p-top-points__detail.-detail2 {
    margin-right: 6px;
  }
}
.p-top-points__detail-text1 {
  writing-mode: vertical-lr;
  padding: 4px;
  border: 1px solid #1e1e1e;
  font-weight: 700;
  line-height: 1;
  grid-column: 1/span 1;
  grid-row: 1/span 2;
}
@media screen and (max-width: 743px) {
  .p-top-points__detail-text1 {
    font-size: 1.3rem;
    letter-spacing: 0.12em;
  }
}
@media screen and (min-width: 744px) {
  .p-top-points__detail-text1 {
    letter-spacing: 0.15em;
  }
}
.p-top-points__detail-text2 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  grid-column: 2/span 1;
  grid-row: 1/span 1;
  position: relative;
}
@media screen and (min-width: 744px) {
  .p-top-points__detail-text2 {
    font-size: 1.8rem;
  }
}
.p-top-points__detail-text2::after {
  content: "";
  background-image: url(../images/top/points/icon-arrow-top-points.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 4px;
  height: 1.6rem;
  position: absolute;
  top: 100%;
  left: 4px;
}
.p-top-points__detail-text3 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  grid-column: 2/span 1;
  grid-row: 2/span 1;
  display: flex;
  align-items: baseline;
  white-space: nowrap;
}
@media screen and (min-width: 744px) {
  .p-top-points__detail-text3 {
    font-size: 4rem;
  }
  .p-top-points__detail-text3.-mod .c-heading-num {
    font-size: 6.5rem;
  }
}
.p-top-points__detail-text3 .c-heading-num {
  position: relative;
  display: inline-block;
  visibility: hidden;
}
.p-top-points__detail-text3 .c-heading-num::after {
  content: attr(data-text);
  visibility: visible;
  position: absolute;
  top: 0;
  right: 0;
}
.p-top-points__arrow {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-points__arrow {
    width: 6.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-points__arrow {
    width: 9rem;
  }
}
.p-top-points__arrow-text {
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
@media screen and (max-width: 743px) {
  .p-top-points__arrow-text {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 744px) {
  .p-top-points__arrow-text {
    letter-spacing: 0.05em;
  }
}
.p-top-points__arrow-bg {
  margin: 0 auto;
  height: 0;
  background-color: #82bef5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: height 1.2s ease-out;
}
@media screen and (max-width: 743px) {
  .p-top-points__arrow-bg {
    width: 30px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-points__arrow-bg {
    width: 47px;
  }
}
.p-top-points__arrow-bg::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 32px solid transparent;
  border-left: 32px solid transparent;
  border-bottom: 30px solid #82bef5;
  border-top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 743px) {
  .p-top-points__arrow-bg::before {
    bottom: 90%;
  }
}
@media screen and (min-width: 744px) {
  .p-top-points__arrow-bg::before {
    bottom: 100%;
  }
}
.p-top-points__bottom {
  width: 100%;
  color: #fff;
  background-color: #125ab8;
  border-radius: 5px;
  font-weight: 700;
  padding: 4px;
}
@media screen and (min-width: 744px) {
  .p-top-points__bottom {
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 2rem;
  }
}
.p-top-about {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-about .c-line-anim {
    bottom: -3.2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about .c-line-anim {
    bottom: -8rem;
  }
}
.p-top-info {
  position: relative;
}
.p-top-info__btn {
  width: 100%;
  position: relative;
  z-index: 3;
}
.p-top-info__btn__link {
  background-color: #125ab8;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: 0.3s ease;
  pointer-events: auto !important;
  overflow: hidden;
}
@media screen and (max-width: 743px) {
  .p-top-info__btn__link {
    height: 12rem;
    padding: 2.5rem 1.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-info__btn__link {
    height: 20rem;
    padding: 5.4rem 4.8rem;
  }
  .p-top-info__btn__link:hover::after {
    opacity: 1;
  }
}
.p-top-info__btn__link:after {
  content: "";
  display: block;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/common/icon-company-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
.p-top-info__btn__link:before {
  content: "";
  display: block;
  pointer-events: none;
  background-image: url(../images/common/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
@media screen and (max-width: 743px) {
  .p-top-info__btn__link:before {
    right: 1.6rem;
    width: 2.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-info__btn__link:before {
    right: 4rem;
    width: 4rem;
  }
}
.p-top-info__btn__text1 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  display: block;
  grid-column: 2/span 1;
  grid-row: 1/span 1;
  transition: 0.3s ease;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 743px) {
  .p-top-info__btn__text1 {
    font-size: 2.4rem;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 500;
  }
}
@media screen and (min-width: 744px) {
  .p-top-info__btn__text1 {
    margin-left: 16px;
    font-size: 3.8rem;
  }
}
.p-top-info__btn__text2 {
  font-weight: 700;
  display: block;
  grid-column: 1/span 2;
  grid-row: 2/span 1;
  text-align: center;
  transition: 0.3s ease;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 743px) {
  .p-top-info__btn__text2 {
    margin-top: 8px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-info__btn__text2 {
    margin-top: 8px;
    line-height: 1.4;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
.p-top-info__bottom-image {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 743px) {
  .p-top-info__bottom-image {
    margin-top: -4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-info__bottom-image {
    margin-top: -8rem;
  }
}
.p-top-info__bottom-image img {
  object-fit: cover;
  height: 40rem;
  width: 100%;
}
.p-top-staff {
  position: relative;
  background-color: #edf2fa;
}
.p-top-staff__wrapper {
  position: relative;
}
.p-top-case {
  position: relative;
}
.p-top-case__wrapper {
  position: relative;
}
.p-top-service {
  position: relative;
  background-color: #125ab8;
  color: #fff;
}
.p-top-service__wrapper {
  position: relative;
}
@media screen and (min-width: 744px) {
  .p-top-service__wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .p-top-service__wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-top-service__wrapper {
    align-items: flex-start;
    gap: 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-service__heading {
    writing-mode: vertical-lr;
    line-height: 1.05;
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .p-top-service__heading {
    writing-mode: initial;
  }
}
.p-top-service__list {
  display: grid;
}
@media screen and (min-width: 744px) {
  .p-top-service__list {
    gap: 0 4rem;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(7, 1fr);
  }
}
.p-top-service__item {
  border-bottom: 1px dotted #fff;
  max-width: 34rem;
  width: 100%;
}
@media screen and (max-width: 743px) {
  .p-top-service__item {
    margin-inline: auto;
  }
  .p-top-service__item:nth-of-type(1) {
    border-top: 1px dotted #fff;
  }
}
@media screen and (min-width: 744px) {
  .p-top-service__item:nth-of-type(7n+1) {
    border-top: 1px dotted #fff;
  }
}
.p-top-service__link {
  display: flex;
  padding: 16px;
  transition: 0.3s ease;
  background-color: #125ab8;
  width: 100%;
}
.p-top-service__link:hover {
  background-color: #fff;
}
.p-top-service__link:hover .p-top-service__icon {
  filter: none;
}
.p-top-service__link:hover .p-top-service__arrow {
  filter: none;
}
.p-top-service__link:hover .p-top-service__text {
  color: #125ab8;
}
.p-top-service__icon {
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 1.6rem;
  transition: 0.3s ease;
  filter: brightness(0) invert(1);
}
.p-top-service__text {
  display: block;
  margin-right: auto;
  transition: 0.3s ease;
}
.p-top-service__arrow {
  width: max-content;
  width: 2rem;
  transition: 0.3s ease;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 744px) {
  .p-top-service__bottom-image img {
    object-fit: cover;
    height: 36rem;
  }
}
.p-top-seminar {
  position: relative;
}
.p-top-seminar__wrapper {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-seminar__btn {
    margin-top: 6.5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-seminar__btn {
    margin-top: 8rem;
  }
}
.p-top-recruit {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-recruit .c-line-anim {
    bottom: 1.2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-recruit .c-line-anim {
    bottom: -4rem;
  }
}
.p-top-recruit__wrapper {
  position: relative;
}
@media screen and (min-width: 744px) {
  .p-top-recruit__wrapper {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 5.8rem;
    max-width: 1440px;
  }
}
.p-top-recruit__heading {
  flex-shrink: 0;
}
@media screen and (min-width: 744px) {
  .p-top-recruit__heading {
    writing-mode: vertical-lr;
    line-height: 1.05;
    letter-spacing: 0.15em;
    padding-left: 32px;
  }
}
.p-top-recruit__image {
  position: relative;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 744px) {
  .p-top-recruit__image {
    max-width: 111.8rem;
  }
}
.p-top-recruit__btn {
  position: absolute;
}
@media screen and (max-width: 743px) {
  .p-top-recruit__btn {
    left: 50%;
    transform: translateX(-50%);
    bottom: -24px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-recruit__btn {
    left: 24px;
    bottom: 24px;
  }
}

.p-service__wrapper {
  display: flex;
  justify-content: center;
}
.p-service__wrapper .p-top-service__item {
  border-color: #125ab8;
}
.p-service__wrapper .p-top-service__link {
  background: #fff;
}
.p-service__wrapper .p-top-service__link:hover {
  background: #125ab8;
}
.p-service__wrapper .p-top-service__icon, .p-service__wrapper .p-top-service__arrow {
  filter: none;
}
.p-service__wrapper .p-top-service__link:hover .p-top-service__icon, .p-service__wrapper .p-top-service__link:hover .p-top-service__arrow {
  filter: brightness(0) invert(1);
}
.p-service__wrapper .p-top-service__text {
  color: #125ab8;
}
.p-service__wrapper .p-top-service__link:hover .p-top-service__text {
  color: #fff;
}
.p-service-lead {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-service-lead__heading {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.p-service-lead__list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .p-service-lead__list {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 744px) {
  .p-service-lead__list {
    margin-bottom: 80px;
  }
}
.p-service-lead__item {
  border-bottom: 1px dotted #D2D2D2;
  color: #125ab8;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 1rem 8px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-service-lead__item:first-of-type {
  border-top: 1px dotted #D2D2D2;
}
.p-service-lead__item::before {
  content: "";
  display: block;
  background-image: url(../images/service/icon-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2.2rem;
  height: 2.2rem;
  flex-shrink: 0;
}
.p-service-lead__bottom-text {
  background-color: #125ab8;
  color: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 743px) {
  .p-service-lead__bottom-text {
    padding: 40px 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-lead__bottom-text {
    padding: 40px;
    margin-bottom: -9.5rem;
  }
}
.p-service-lead__bottom-image img {
  object-fit: cover;
  height: 40rem;
}
@media screen and (max-width: 743px) {
  .p-service-lead__bottom-image img {
    object-position: 27%;
  }
}
.p-service-check {
  position: relative;
}
@media screen and (min-width: 744px) {
  .p-service-check__text1 {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-service-check__list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .p-service-check__list {
    gap: 5.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-check__list {
    gap: 8rem;
  }
}
.p-service-check__item {
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-service-check__item {
    flex-direction: column;
    gap: 2.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-check__item {
    gap: 5.6%;
  }
}
@media screen and (min-width: 744px) {
  .p-service-check__item-image {
    width: 36%;
  }
}
@media screen and (min-width: 744px) {
  .p-service-check__item-texts {
    width: 58.4%;
  }
}
.p-service-check__item-title {
  display: flex;
  align-items: center;
  position: relative;
  color: #b81212;
}
@media screen and (max-width: 743px) {
  .p-service-check__item-title {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-service-check__item-title {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 24px;
  }
}
.p-service-check__item-title-text {
  display: block;
  width: max-content;
  flex-shrink: 0;
  padding-right: 16px;
}
.p-service-check__item-title::before {
  content: "";
  display: block;
  flex-shrink: 0;
  background-image: url(../images/service/section-check/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 8px;
}
.p-service-check__item-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b81212;
}
@media screen and (max-width: 743px) {
  .p-service-check__item-text1 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-service-check__item-text1 {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
  }
}
.p-service-about {
  position: relative;
}
@media screen and (min-width: 744px) {
  .p-service-about__text1 {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 743px) {
  .p-service-about__heading {
    font-weight: 700;
    font-family: "Noto Serif JP", sans-serif;
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 2.4rem;
  }
}
.p-service-about__list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .p-service-about__list {
    gap: 5.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-about__list {
    gap: 8rem;
  }
}
.p-service-about__item {
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-service-about__item {
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-about__item {
    gap: 5.6%;
  }
}
@media screen and (min-width: 744px) {
  .p-service-about__item-image {
    width: 36%;
  }
}
@media screen and (min-width: 744px) {
  .p-service-about__item-texts {
    width: 58.4%;
  }
}
.p-service-about__item-title {
  display: flex;
  align-items: center;
  position: relative;
  color: #b81212;
}
@media screen and (max-width: 743px) {
  .p-service-about__item-title {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-service-about__item-title {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 24px;
  }
}
.p-service-about__item-title-text {
  display: block;
  width: max-content;
  flex-shrink: 0;
  padding-right: 16px;
}
.p-service-about__item-title::before {
  content: "";
  display: block;
  flex-shrink: 0;
  background-image: url(../images/service/section-check/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 8px;
}
.p-service-about__item-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b81212;
}
.p-service-about__item-text1 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 743px) {
  .p-service-about__item-text1 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-service-about__item-text1 {
    margin-bottom: 24px;
  }
}
.p-service-guide {
  position: relative;
}
.p-service-guide__sub {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 743px) {
  .p-service-guide__sub {
    width: 17.6rem;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-service-guide__sub {
    width: 20.7rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 743px) {
  .p-service-guide__heading {
    font-weight: 700;
    font-family: "Noto Serif JP", sans-serif;
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-guide__text1 {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-service-guide__list {
  display: flex;
  flex-direction: column;
  counter-reset: number 0;
}
@media screen and (max-width: 743px) {
  .p-service-guide__list {
    gap: 8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-guide__list {
    gap: 8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-service-guide__list.-gap-sm {
    gap: 8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-guide__list.-gap-sm {
    gap: 4.8rem;
  }
}
.p-service-guide__item {
  display: grid;
}
@media screen and (max-width: 743px) {
  .p-service-guide__item {
    grid-template-columns: max-content 1fr;
    column-gap: 2.4rem;
    row-gap: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-guide__item {
    grid-template-columns: max-content 56% 28%;
    column-gap: 4%;
  }
  .p-service-guide__item.-rows {
    grid-template-rows: 1fr max-content;
  }
  .p-service-guide__item.-rows .p-service-guide__item-num::after {
    background-image: url(../images/service/section-guide/icon-line-long.svg);
  }
}
.p-service-guide__item:last-of-type .p-service-guide__item-num::after {
  display: none;
}
.p-service-guide__item-num {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #125ab8;
}
@media screen and (max-width: 743px) {
  .p-service-guide__item-num {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    min-width: 3.9rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-guide__item-num {
    grid-column: 1/span 1;
    grid-row: 1/-1;
    min-width: 6.9rem;
  }
}
.p-service-guide__item-num-icon {
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  order: 1;
}
@media screen and (max-width: 743px) {
  .p-service-guide__item-num-icon {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-guide__item-num-icon {
    font-size: 2.4rem;
  }
}
.p-service-guide__item-num::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  color: currentColor;
  order: 2;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  padding-bottom: 16px;
}
@media screen and (max-width: 743px) {
  .p-service-guide__item-num::before {
    font-size: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-guide__item-num::before {
    font-size: 7.2rem;
  }
}
.p-service-guide__item-num::after {
  content: "";
  order: 3;
  flex-grow: 1;
  background-image: url(../images/service/section-guide/icon-line.svg);
  height: 100%;
  width: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 743px) {
  .p-service-guide__item-image {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
}
@media screen and (min-width: 744px) {
  .p-service-guide__item-image {
    grid-column: 3/span 1;
    grid-row: 1/span 1;
  }
}
@media screen and (max-width: 743px) {
  .p-service-guide__item-texts {
    grid-column: 1/span 2;
    grid-row: 2/span 1;
  }
}
@media screen and (min-width: 744px) {
  .p-service-guide__item-texts {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
}
@media screen and (max-width: 743px) {
  .p-service-guide__item-box {
    grid-column: 1/span 2;
    grid-row: 3/span 1;
  }
}
@media screen and (min-width: 744px) {
  .p-service-guide__item-box {
    grid-column: 2/span 2;
    grid-row: 2/span 1;
    margin-top: 40px;
  }
}
.p-service-guide__item-box.-bg-white {
  border-radius: 5px;
  padding: 16px;
  background-color: #fff;
}
.p-service-guide__item-box-icon {
  background-color: #125ab8;
  color: #fff;
  border-radius: 5px;
  padding: 2px 8px;
  font-weight: 700;
  max-width: max-content;
  margin-bottom: 8px;
}
@media screen and (min-width: 744px) {
  .p-service-guide__item-box-list {
    column-gap: 8px;
    column-width: calc(50% - 4px);
    column-count: 2;
  }
}
.p-service-guide__item-box-item {
  background-color: #fff;
  border-bottom: 1px dotted #125ab8;
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-service-guide__item-box-item {
    padding: 1rem 8px;
  }
  .p-service-guide__item-box-item:nth-of-type(1) {
    border-top: 1px dotted #125ab8;
  }
}
@media screen and (min-width: 744px) {
  .p-service-guide__item-box-item {
    padding: 1rem 8px;
  }
  .p-service-guide__item-box-item:nth-of-type(1), .p-service-guide__item-box-item:nth-of-type(5) {
    border-top: 1px dotted #125ab8;
  }
}
.p-service-guide__item-box-item::before {
  content: "・";
  display: block;
}
.p-service-guide__item-title {
  color: #125ab8;
  margin-bottom: 24px;
}
@media screen and (min-width: 744px) {
  .p-service-guide__item-title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.p-service-points {
  position: relative;
  background-color: #125ab8;
}
@media screen and (max-width: 743px) {
  .p-service-points__heading {
    font-weight: 700;
    font-family: "Noto Serif JP", sans-serif;
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-points__text1 {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-service-points-swiper {
  overflow: visible;
}
.p-service-points__list {
  display: flex;
  counter-reset: number 0;
}
@media screen and (max-width: 743px) {
  .p-service-points__list {
    gap: 0;
    overflow: visible;
  }
}
@media screen and (min-width: 744px) {
  .p-service-points__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-points__list.-two-rows-pc .p-service-points__item {
    width: calc((100% - 4rem) / 2);
  }
}
.p-service-points__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 32px 24px;
  height: auto !important;
}
@media screen and (max-width: 743px) {
  .p-service-points__item {
    width: 32rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-points__item {
    width: calc((100% - 4rem) / 3);
    min-width: 32rem;
  }
}
.p-service-points__item-num {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  color: #125ab8;
  margin-bottom: 16px;
}
.p-service-points__item-num-icon {
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  order: 1;
  color: #125ab8;
}
@media screen and (max-width: 743px) {
  .p-service-points__item-num-icon {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-points__item-num-icon {
    font-size: 1.6rem;
  }
}
.p-service-points__item-num::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  color: currentColor;
  order: 2;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: currentColor;
}
@media screen and (max-width: 743px) {
  .p-service-points__item-num::before {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-points__item-num::before {
    font-size: 2.4rem;
  }
}
.p-service-points__item-num.-step::before {
  content: counter(number);
}
.p-service-points__item-image {
  margin-bottom: 16px;
}
.p-service-points__item-title {
  color: #125ab8;
  margin-bottom: 16px;
}
.p-service-points__bottom-image {
  position: relative;
  z-index: 1;
}
.p-service-points__bottom-image img {
  object-fit: cover;
  height: 36rem;
  width: 100%;
}
@media screen and (max-width: 743px) {
  .p-service-risk__heading {
    font-weight: 700;
    font-family: "Noto Serif JP", sans-serif;
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-risk__text1 {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-service-risk-swiper {
  overflow: visible;
}
.p-service-risk__list {
  display: flex;
  flex-direction: column;
  counter-reset: number 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 744px) {
  .p-service-risk__list {
    gap: 2.4rem;
    max-width: 74rem;
  }
}
.p-service-risk__item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
}
.p-service-risk__item-q {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 743px) {
  .p-service-risk__item-q {
    padding: 24px 8px 16px;
  }
}
@media screen and (min-width: 744px) {
  .p-service-risk__item-q {
    padding: 24px;
  }
}
.p-service-risk__item-num {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 0;
  background-color: #b81212;
  color: #fff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
}
.p-service-risk__item-num-icon {
  order: 1;
  color: #fff;
}
.p-service-risk__item-num::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  color: currentColor;
  order: 2;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: currentColor;
  font-family: "Antonio", sans-serif !important;
}
@media screen and (max-width: 743px) {
  .p-service-risk__item-num::before {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-risk__item-num::before {
    font-size: 2.4rem;
  }
}
.p-service-risk__item-a {
  display: flex;
  gap: 16px;
  border-radius: 2rem;
  background-color: #edf2fa;
}
@media screen and (max-width: 743px) {
  .p-service-risk__item-a {
    padding: 24px 8px 16px;
  }
}
@media screen and (min-width: 744px) {
  .p-service-risk__item-a {
    padding: 24px;
  }
}
.p-service-risk__item-a-icon {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 0;
  background-color: #125ab8;
  color: #fff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
  font-weight: 700;
}
.p-service-risk__item-title {
  color: #b81212;
}
.p-service-reason {
  position: relative;
}
.p-service-reason__sub {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 743px) {
  .p-service-reason__sub {
    width: 17.6rem;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-service-reason__sub {
    width: 20.7rem;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-service-reason__text1 {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-service-flow {
  position: relative;
}
@media screen and (min-width: 744px) {
  .p-service-flow__text1 {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-service-flow__list {
  display: flex;
  flex-direction: column;
  counter-reset: number 0;
}
@media screen and (max-width: 743px) {
  .p-service-flow__list {
    gap: 2.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-flow__list {
    gap: 1.6rem;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 744px) {
  .p-service-flow__list.-lg {
    max-width: 70rem;
  }
  .p-service-flow__list.-lg .p-service-flow__item {
    grid-template-columns: max-content 10rem 1fr;
  }
}
.p-service-flow__item {
  display: grid;
}
@media screen and (max-width: 743px) {
  .p-service-flow__item {
    grid-template-columns: max-content 1fr;
    grid-template-rows: max-content max-content;
    column-gap: 1.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-flow__item {
    grid-template-columns: max-content 10rem 34rem;
    column-gap: 4rem;
  }
  .p-service-flow__item.-rows {
    grid-template-rows: 1fr max-content;
  }
  .p-service-flow__item.-rows .p-service-flow__item-num::after {
    background-image: url(../images/service/section-flow/icon-line-long.svg);
  }
}
@media screen and (max-width: 743px) {
  .p-service-flow__item:last-of-type .p-service-flow__item-num::after {
    display: none;
  }
}
@media screen and (min-width: 744px) {
  .p-service-flow__item:last-of-type .p-service-flow__item-num::after {
    opacity: 0;
    visibility: hidden;
  }
}
.p-service-flow__item-num {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #125ab8;
}
@media screen and (max-width: 743px) {
  .p-service-flow__item-num {
    grid-column: 1/span 1;
    grid-row: 1/span 2;
  }
}
@media screen and (min-width: 744px) {
  .p-service-flow__item-num {
    grid-column: 1/span 1;
    grid-row: 1/-1;
  }
}
.p-service-flow__item-num-icon {
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  order: 1;
}
@media screen and (max-width: 743px) {
  .p-service-flow__item-num-icon {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-flow__item-num-icon {
    font-size: 2.4rem;
  }
}
.p-service-flow__item-num::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  color: currentColor;
  order: 2;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (max-width: 743px) {
  .p-service-flow__item-num::before {
    font-size: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-flow__item-num::before {
    padding-bottom: 16px;
    font-size: 7.2rem;
  }
}
.p-service-flow__item-num::after {
  content: "";
  order: 3;
  width: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
@media screen and (max-width: 743px) {
  .p-service-flow__item-num::after {
    height: 13rem;
    background-image: url(../images/service/section-flow/icon-line@sp.svg);
  }
}
@media screen and (min-width: 744px) {
  .p-service-flow__item-num::after {
    height: 4.8rem;
    background-image: url(../images/service/section-flow/icon-line.svg);
  }
}
@media screen and (max-width: 743px) {
  .p-service-flow__item-image {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
    width: 5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-flow__item-image {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
}
@media screen and (max-width: 743px) {
  .p-service-flow__item-texts {
    grid-column: 2/span 1;
    grid-row: 2/span 1;
  }
}
@media screen and (min-width: 744px) {
  .p-service-flow__item-texts {
    grid-column: 3/span 1;
    grid-row: 1/span 1;
  }
}
@media screen and (max-width: 743px) {
  .p-service-flow__item-box {
    grid-column: 1/span 2;
    grid-row: 3/span 1;
  }
}
@media screen and (min-width: 744px) {
  .p-service-flow__item-box {
    grid-column: 2/span 2;
    grid-row: 2/span 1;
    margin-top: 40px;
  }
}
.p-service-flow__item-box.-bg-white {
  border-radius: 5px;
  padding: 16px;
  background-color: #fff;
}
.p-service-flow__item-box-icon {
  background-color: #125ab8;
  color: #fff;
  border-radius: 5px;
  padding: 2px 8px;
  font-weight: 700;
  max-width: max-content;
  margin-bottom: 8px;
}
@media screen and (min-width: 744px) {
  .p-service-flow__item-box-list {
    column-gap: 8px;
    column-width: calc(50% - 4px);
    column-count: 2;
  }
}
.p-service-flow__item-box-item {
  background-color: #fff;
  border-bottom: 1px dotted #125ab8;
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-service-flow__item-box-item {
    padding: 1rem 8px;
  }
  .p-service-flow__item-box-item:nth-of-type(1) {
    border-top: 1px dotted #125ab8;
  }
}
@media screen and (min-width: 744px) {
  .p-service-flow__item-box-item {
    padding: 1rem 8px;
  }
  .p-service-flow__item-box-item:nth-of-type(1), .p-service-flow__item-box-item:nth-of-type(5) {
    border-top: 1px dotted #125ab8;
  }
}
.p-service-flow__item-box-item::before {
  content: "・";
  display: block;
}
.p-service-flow__item-title {
  color: #125ab8;
  margin-bottom: 24px;
}
.p-service-flow__bottom-image img {
  object-fit: cover;
  height: 50rem;
}
.p-service-price {
  position: relative;
}
@media screen and (min-width: 744px) {
  .p-service-price__text1 {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 743px) {
  .p-service-price__table {
    overflow-x: auto;
    touch-action: pan-x;
    margin-right: -2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-price__table {
    margin-left: -4px;
    margin-right: -4px;
  }
}
@media screen and (max-width: 743px) {
  .p-service-price__table.-type1 .-th1 {
    width: 30.2%;
  }
}
@media screen and (min-width: 744px) {
  .p-service-price__table.-type1 .-th1 {
    width: 38.8%;
  }
}
@media screen and (max-width: 743px) {
  .p-service-price__table.-type1 .-th2,
  .p-service-price__table.-type1 .-th3,
  .p-service-price__table.-type1 .-th4 {
    width: 22.65%;
  }
}
@media screen and (min-width: 744px) {
  .p-service-price__table.-type1 .-th2,
  .p-service-price__table.-type1 .-th3,
  .p-service-price__table.-type1 .-th4 {
    width: 20%;
  }
}
@media screen and (max-width: 743px) {
  .p-service-price__table.-type1 .p-service-price__table-inner {
    width: 66.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-service-price__table.-type2 .-th1 {
    width: 68.65%;
  }
}
@media screen and (min-width: 744px) {
  .p-service-price__table.-type2 .-th1 {
    width: 84.6%;
  }
}
@media screen and (max-width: 743px) {
  .p-service-price__table.-type2 .-th2 {
    width: 30%;
  }
}
@media screen and (min-width: 744px) {
  .p-service-price__table.-type2 .-th2 {
    width: 15%;
  }
}
@media screen and (max-width: 743px) {
  .p-service-price__table.-type2 .p-service-price__table-inner {
    width: 100%;
  }
}
@media screen and (max-width: 743px) {
  .p-service-price__table.-type3 .-th1 {
    width: 30.2%;
  }
}
@media screen and (min-width: 744px) {
  .p-service-price__table.-type3 .-th1 {
    width: 53.8%;
  }
}
@media screen and (max-width: 743px) {
  .p-service-price__table.-type3 .-th2,
  .p-service-price__table.-type3 .-th3,
  .p-service-price__table.-type3 .-th4 {
    width: 22.65%;
  }
}
@media screen and (min-width: 744px) {
  .p-service-price__table.-type3 .-th2,
  .p-service-price__table.-type3 .-th3,
  .p-service-price__table.-type3 .-th4 {
    width: 15%;
  }
}
@media screen and (max-width: 743px) {
  .p-service-price__table.-type3 .p-service-price__table-inner {
    width: 66.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-service-price__table.-type4 .-th1 {
    width: 50%;
  }
}
@media screen and (min-width: 744px) {
  .p-service-price__table.-type4 .-th1 {
    width: 82.65%;
  }
}
@media screen and (max-width: 743px) {
  .p-service-price__table.-type4 .-th2 {
    width: 50%;
  }
}
@media screen and (min-width: 744px) {
  .p-service-price__table.-type4 .-th2 {
    width: 16.89%;
  }
}
.p-service-price__table.-type4 tr:nth-of-type(odd) td {
  background-color: #fff;
}
@media screen and (max-width: 743px) {
  .p-service-price__table.-type4 .p-service-price__table-inner {
    width: 100%;
  }
}
@media screen and (max-width: 743px) {
  .p-service-price__table.-type5 table {
    display: flex;
    flex-direction: column;
  }
  .p-service-price__table.-type5 table thead, .p-service-price__table.-type5 table tbody, .p-service-price__table.-type5 table tr {
    display: contents;
  }
  .p-service-price__table.-type5 table .-th1 {
    order: 1;
    margin-bottom: 4px;
  }
  .p-service-price__table.-type5 table .-th2 {
    order: 3;
    margin-bottom: 4px;
  }
  .p-service-price__table.-type5 table .p-service-price__table__td1 {
    order: 2;
    margin-bottom: 4px;
  }
  .p-service-price__table.-type5 table .p-service-price__table__td2 {
    order: 4;
  }
}
@media screen and (max-width: 743px) {
  .p-service-price__table.-type5 .-th1 {
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .p-service-price__table.-type5 .-th1 {
    width: 21%;
  }
}
@media screen and (max-width: 743px) {
  .p-service-price__table.-type5 .-th2 {
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .p-service-price__table.-type5 .-th2 {
    width: 78.82%;
  }
}
.p-service-price__table.-type5 tr:nth-of-type(odd) td {
  background-color: #fff;
}
@media screen and (max-width: 743px) {
  .p-service-price__table.-type5 .p-service-price__table-inner {
    width: 100%;
  }
}
.p-service-price__table.-type6 .-th1 {
  width: 100%;
}
.p-service-price__table.-type6 tr:nth-of-type(odd) td {
  background-color: #fff;
}
@media screen and (max-width: 743px) {
  .p-service-price__table.-type6 .p-service-price__table-inner {
    width: 100%;
  }
}
@media screen and (max-width: 743px) {
  .p-service-price__table.-type7 table {
    display: flex;
    flex-direction: column;
  }
  .p-service-price__table.-type7 table thead, .p-service-price__table.-type7 table tbody, .p-service-price__table.-type7 table tr {
    display: contents;
  }
  .p-service-price__table.-type7 table .-th1 {
    order: 1;
    margin-bottom: 4px;
  }
  .p-service-price__table.-type7 table .-th2 {
    order: 3;
    margin-bottom: 4px;
  }
  .p-service-price__table.-type7 table .p-service-price__table__td1 {
    order: 2;
    margin-bottom: 4px;
  }
  .p-service-price__table.-type7 table .p-service-price__table__td2 {
    order: 4;
  }
}
@media screen and (max-width: 743px) {
  .p-service-price__table.-type7 .-th1 {
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .p-service-price__table.-type7 .-th1 {
    width: 40%;
  }
}
@media screen and (max-width: 743px) {
  .p-service-price__table.-type7 .-th2 {
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .p-service-price__table.-type7 .-th2 {
    width: 60%;
  }
}
.p-service-price__table.-type7 tr:nth-of-type(odd) td {
  background-color: #fff;
}
@media screen and (max-width: 743px) {
  .p-service-price__table.-type7 .p-service-price__table-inner {
    width: 100%;
  }
}
@media screen and (max-width: 743px) {
  .p-service-price__table.-type8 table {
    display: flex;
    flex-direction: column;
  }
  .p-service-price__table.-type8 table thead, .p-service-price__table.-type8 table tbody, .p-service-price__table.-type8 table tr {
    display: contents;
  }
  .p-service-price__table.-type8 table .-th1 {
    order: 1;
    margin-bottom: 4px;
  }
  .p-service-price__table.-type8 table .-th2 {
    order: 3;
    margin-bottom: 4px;
  }
  .p-service-price__table.-type8 table .-th3 {
    order: 5;
    margin-bottom: 4px;
  }
  .p-service-price__table.-type8 table .p-service-price__table__td1 {
    order: 2;
    margin-bottom: 4px;
  }
  .p-service-price__table.-type8 table .p-service-price__table__td2 {
    order: 4;
  }
  .p-service-price__table.-type8 table .p-service-price__table__td3 {
    order: 6;
  }
}
@media screen and (max-width: 743px) {
  .p-service-price__table.-type8 .-th1 {
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .p-service-price__table.-type8 .-th1 {
    width: 25%;
  }
}
@media screen and (max-width: 743px) {
  .p-service-price__table.-type8 .-th2 {
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .p-service-price__table.-type8 .-th2 {
    width: 25%;
  }
}
@media screen and (max-width: 743px) {
  .p-service-price__table.-type8 .-th3 {
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .p-service-price__table.-type8 .-th3 {
    width: 50%;
  }
}
.p-service-price__table.-type8 tr:nth-of-type(odd) td {
  background-color: #fff;
}
@media screen and (max-width: 743px) {
  .p-service-price__table.-type8 .p-service-price__table-inner {
    width: 100%;
  }
}
.p-service-price__table table {
  width: 100%;
  border-spacing: 4px;
  border-collapse: initial;
  table-layout: fixed;
}
.p-service-price__table tbody td {
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}
.p-service-price__table tbody tr {
  padding: 8px;
}
.p-service-price__table tbody tr:nth-of-type(odd) td {
  background-color: #edf2fa;
}
.p-service-price__table tbody tr:nth-of-type(even) td {
  background-color: #fff;
}
.p-service-price__table__th {
  background-color: #125ab8;
  color: #fff;
}
.p-service-price__table__th-inner {
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-service-price__table__th span {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 743px) {
  .p-service-price__table__th span {
    gap: 4px;
  }
}
@media screen and (min-width: 744px) {
  .p-service-price__table__th span {
    gap: 8px;
  }
}
.p-service-price__table-td-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-service-price__option {
  background-color: #edf2fa;
}
@media screen and (max-width: 743px) {
  .p-service-price__option {
    padding: 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-service-price__option {
    padding: 56px;
  }
}
@media screen and (max-width: 743px) {
  .p-service-price__option__sub {
    margin-left: auto;
    margin-right: auto;
    width: 17.6rem;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-service-price__option__sub {
    width: 20.7rem;
    margin-bottom: 24px;
  }
}
.p-service-price__option-box {
  border: 1px solid #125ab8;
  border-radius: 1rem;
}
@media screen and (max-width: 743px) {
  .p-service-price__option-box {
    padding: 16px;
  }
}
@media screen and (min-width: 744px) {
  .p-service-price__option-box {
    padding: 24px;
  }
}
.p-service-price__option-box-list {
  display: flex;
  flex-direction: column;
}
.p-service-price__option-box-list li {
  display: flex;
  position: relative;
}
.p-service-price__option-box-list li:before {
  content: "・";
  display: block;
  flex-shrink: 0;
  color: currentColor;
}
.p-service-faq {
  position: relative;
}
@media screen and (min-width: 744px) {
  .p-service-faq__text1 {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-service-faq__list {
  display: flex;
  flex-direction: column;
  counter-reset: number 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
.p-service-faq__item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px dotted #D2D2D2;
}
.p-service-faq__item:nth-of-type(1) {
  border-top: 1px dotted #D2D2D2;
}
.p-service-faq__item:hover .p-service-faq__item-q-inner::after {
  transform: translateY(-50%);
  filter: none;
}
.p-service-faq__item:hover .p-service-faq__item-title {
  color: #b81212;
}
.p-service-faq__item.is-open .p-service-faq__item-q-inner::after {
  transform: translateY(-50%) rotateX(180deg);
  filter: none;
}
.p-service-faq__item.is-open .p-service-faq__item-title {
  color: #b81212;
}
.p-service-faq__item-q-inner {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-service-faq__item-q-inner {
    padding: 16px 8px 16px;
  }
}
@media screen and (min-width: 744px) {
  .p-service-faq__item-q-inner {
    padding: 24px;
  }
}
.p-service-faq__item-q-inner::after {
  content: "";
  display: block;
  background-image: url(../images/service/section-faq/icon-arrow.svg);
  background-position: center;
  background-size: contain;
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: 0.3s ease;
  filter: brightness(0);
}
@media screen and (max-width: 743px) {
  .p-service-faq__item-q-inner::after {
    right: 8px;
  }
}
@media screen and (min-width: 744px) {
  .p-service-faq__item-q-inner::after {
    right: 24px;
  }
}
.p-service-faq__item-num {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 0;
  background-color: #b81212;
  color: #fff;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
}
.p-service-faq__item-num-icon {
  order: 1;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Antonio", sans-serif !important;
}
@media screen and (max-width: 743px) {
  .p-service-faq__item-num-icon {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-faq__item-num-icon {
    font-size: 2.4rem;
  }
}
.p-service-faq__item-a {
  display: none;
}
.p-service-faq__item-a-inner {
  display: flex;
  gap: 8px;
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-service-faq__item-a-inner {
    padding: 24px 8px 16px;
  }
}
@media screen and (min-width: 744px) {
  .p-service-faq__item-a-inner {
    padding: 24px;
  }
}
.p-service-faq__item-a-icon {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 0;
  background-color: #125ab8;
  color: #fff;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Antonio", sans-serif !important;
}
@media screen and (max-width: 743px) {
  .p-service-faq__item-a-icon {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-faq__item-a-icon {
    font-size: 2.4rem;
  }
}
.p-service-faq__item-title {
  transition: 0.3s ease;
}
@media screen and (max-width: 743px) {
  .p-service-faq__item-title {
    padding-right: 3.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-service-faq__item-title {
    padding-right: 3.6rem;
  }
}

.p-reason-lead {
  position: relative;
}
.p-reason-lead__image img {
  object-fit: cover;
}
@media screen and (max-width: 743px) {
  .p-reason-lead__image img {
    height: 20rem;
  }
}
@media screen and (min-width: 744px) {
  .p-reason-lead__image img {
    height: 40rem;
  }
}
.p-reason-lead__text {
  background-color: #edf2fa;
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-reason-lead__text {
    padding: 24px;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-reason-lead__text {
    margin-top: -11.6rem;
    padding: 40px;
  }
}
.p-reason-reason {
  position: relative;
}
.p-reason-reason__sub {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 743px) {
  .p-reason-reason__sub {
    width: 17.6rem;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-reason-reason__sub {
    width: 20.7rem;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-reason-reason__text1 {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-company-lead {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-company-lead__texts {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-company-lead__texts {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8rem;
  }
}
.p-company-lead__bottom-image img {
  object-fit: cover;
  height: 40rem;
}
.p-company-rep {
  position: relative;
}
@media screen and (min-width: 744px) {
  .p-company-rep__text1 {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-company-rep__list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .p-company-rep__list {
    gap: 5.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-company-rep__list {
    gap: 8rem;
  }
}
.p-company-rep__item {
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-company-rep__item {
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-company-rep__item {
    gap: 8%;
  }
}
@media screen and (min-width: 744px) {
  .p-company-rep__item-image {
    width: 32%;
  }
}
@media screen and (min-width: 744px) {
  .p-company-rep__item-texts {
    width: 60%;
  }
}
.p-company-rep__item-name {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 743px) {
  .p-company-rep__item-name {
    margin-bottom: 24px;
    gap: 16px;
  }
}
@media screen and (min-width: 744px) {
  .p-company-rep__item-name {
    margin-bottom: 24px;
    gap: 16px;
  }
}
.p-company-rep__item-lead {
  border-left: 4px solid #125ab8;
  padding-left: 24px;
  font-weight: 700;
}
@media screen and (max-width: 743px) {
  .p-company-rep__item-lead {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 744px) {
  .p-company-rep__item-lead {
    margin-bottom: 64px;
  }
}
.p-company-message {
  position: relative;
}
.p-company-history {
  position: relative;
}
.p-company-history__heading {
  white-space: nowrap;
  width: max-content;
}
@media screen and (max-width: 743px) {
  .p-company-history__heading {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-company-history__texts {
  display: flex;
  max-width: 66.6rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 743px) {
  .p-company-history__texts {
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-company-history__texts {
    gap: 8rem;
  }
}
.p-company-history__data {
  border-top: 1px dotted #D2D2D2;
}
.p-company-history__data dl {
  border-bottom: 1px dotted #D2D2D2;
  display: flex;
}
.p-company-history__data dl dt,
.p-company-history__data dl dd {
  padding: 1rem 8px;
}
@media screen and (max-width: 743px) {
  .p-company-history__data dl dt,
  .p-company-history__data dl dd {
    min-width: 11rem;
  }
}
@media screen and (min-width: 744px) {
  .p-company-history__data dl dt,
  .p-company-history__data dl dd {
    min-width: 12rem;
  }
}
.p-company-history__data dl dt {
  text-align: right;
}
.p-company-overview {
  position: relative;
}
@media screen and (min-width: 744px) {
  .p-company-overview__wrapper {
    padding-bottom: 8rem;
  }
}
.p-company-overview__image img {
  object-fit: cover;
}
@media screen and (max-width: 743px) {
  .p-company-overview__image img {
    height: 40rem;
  }
}
@media screen and (min-width: 744px) {
  .p-company-overview__image img {
    height: 40rem;
  }
}
.p-company-overview__heading {
  white-space: nowrap;
  width: max-content;
}
@media screen and (max-width: 743px) {
  .p-company-overview__heading {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-company-overview__texts {
  background-color: #edf2fa;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 743px) {
  .p-company-overview__texts {
    padding: 56px 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-company-overview__texts {
    margin-top: -12.7rem;
    padding: 56px 32px;
  }
}
.p-company-overview__text {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 73.3rem;
}
@media screen and (max-width: 743px) {
  .p-company-overview__text {
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-company-overview__text {
    gap: 8rem;
  }
}
.p-company-overview__data dl {
  display: flex;
  gap: 24px;
}
@media screen and (min-width: 744px) {
  .p-company-overview__data dl dt,
  .p-company-overview__data dl dd {
    min-width: 12rem;
  }
}
.p-company-overview__data dl dt {
  text-align: right;
  font-weight: 700;
}
@media screen and (max-width: 743px) {
  .p-company-overview__data dl dt {
    width: 6.8rem;
  }
}
.p-company-overview__data dl + dl {
  margin-top: 16px;
}
.p-company-overview__data-link {
  color: #125ab8;
  display: flex;
  align-items: center;
  transition: 0.3s ease;
}
.p-company-overview__data-link:hover {
  opacity: 0.7;
}
.p-company-overview__data-icon {
  width: 2.4rem;
  margin-left: 8px;
}

.p-staff-slider {
  position: relative;
}
.p-staff-slider__wrapper {
  position: relative;
}
.p-staff-slider__wrapper .c-staff__list {
  margin-bottom: 0;
}
@media screen and (max-width: 743px) {
  .p-staff-slider__heading {
    padding: 0 2rem;
  }
}
.p-staff-rep {
  position: relative;
}
@media screen and (min-width: 744px) {
  .p-staff-rep__text1 {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-staff-rep__list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .p-staff-rep__list {
    gap: 5.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-staff-rep__list {
    gap: 8rem;
    max-width: 87rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-staff-rep__item {
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-staff-rep__item {
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-staff-rep__item {
    gap: 9.1%;
  }
}
@media screen and (min-width: 744px) {
  .p-staff-rep__item-image {
    width: 41.37%;
  }
}
@media screen and (min-width: 744px) {
  .p-staff-rep__item-texts {
    width: 49.42%;
  }
}
.p-staff-rep__item-name {
  display: flex;
  align-items: baseline;
  padding-bottom: 8px;
  border-bottom: 2px solid #125ab8;
}
@media screen and (max-width: 743px) {
  .p-staff-rep__item-name {
    margin-bottom: 16px;
    gap: 16px;
  }
}
@media screen and (min-width: 744px) {
  .p-staff-rep__item-name {
    margin-bottom: 16px;
    gap: 16px;
  }
}
@media screen and (max-width: 743px) {
  .p-staff-rep__item-lead {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-staff-rep__item-lead {
    margin-bottom: 40px;
  }
}
.p-staff-rep__item-detail {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-staff-staff {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-staff-staff .p-staff-staff__container:not(:last-of-type) {
  border-bottom: 1px solid #D2D2D2;
}
@media screen and (min-width: 744px) {
  .p-staff-staff__text1 {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-staff-staff__list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .p-staff-staff__list {
    gap: 4rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-staff-staff__list {
    gap: 8rem;
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
  }
  .p-staff-staff__list .p-staff-staff__item:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}
.p-staff-staff__item {
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-staff-staff__item {
    flex-direction: column;
    gap: 2.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-staff-staff__item {
    gap: 11.4%;
  }
}
@media screen and (max-width: 743px) {
  .p-staff-staff__item-image {
    padding: 0 2.7rem;
  }
}
@media screen and (min-width: 744px) {
  .p-staff-staff__item-image {
    width: 34.28%;
  }
}
@media screen and (min-width: 744px) {
  .p-staff-staff__item-texts {
    width: 54.28%;
  }
}
.p-staff-staff__item-info {
  display: flex;
  align-items: baseline;
  padding-bottom: 8px;
  border-bottom: 2px solid #125ab8;
  margin-bottom: 16px;
}
@media screen and (max-width: 743px) {
  .p-staff-staff__item-info {
    flex-wrap: wrap;
    gap: 8px 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-staff-staff__item-info {
    gap: 24px;
  }
}
.p-staff-staff__item-name {
  display: flex;
  align-items: baseline;
  padding-bottom: 8px;
  border-bottom: 2px solid #125ab8;
}
@media screen and (max-width: 743px) {
  .p-staff-staff__item-name {
    margin-bottom: 16px;
    gap: 16px;
  }
}
@media screen and (min-width: 744px) {
  .p-staff-staff__item-name {
    margin-bottom: 16px;
    gap: 16px;
  }
}
.p-staff-staff__item-positions-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.p-staff-staff__item-positions-item {
  color: #125ab8;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}
.p-staff-staff__item-positions-item::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #125ab8;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 743px) {
  .p-staff-staff__item-lead {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-staff-staff__item-lead {
    margin-bottom: 40px;
  }
}
.p-staff-staff__item-detail {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-staff-cta {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-staff-cta .c-line-anim {
    bottom: 0;
  }
}
@media screen and (min-width: 744px) {
  .p-staff-cta .c-line-anim {
    bottom: -1rem;
  }
}
.p-staff-cta__wrapper {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-staff-cta__wrapper {
    padding-top: 0;
  }
}
@media screen and (min-width: 744px) {
  .p-staff-cta__wrapper {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 5.8rem;
    max-width: 1440px;
  }
}
.p-staff-cta__heading {
  flex-shrink: 0;
}
@media screen and (min-width: 744px) {
  .p-staff-cta__heading {
    writing-mode: vertical-lr;
    line-height: 1.05;
    letter-spacing: 0.15em;
    padding-left: 32px;
  }
}
.p-staff-cta__image {
  position: relative;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 743px) {
  .p-staff-cta__image {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-staff-cta__image {
    max-width: 81%;
  }
}
.p-staff-cta__btn {
  position: absolute;
}
@media screen and (max-width: 743px) {
  .p-staff-cta__btn {
    left: 50%;
    transform: translateX(-50%);
    bottom: -24px;
  }
}
@media screen and (min-width: 744px) {
  .p-staff-cta__btn {
    left: 24px;
    bottom: 24px;
  }
}

.p-recruit-intro__wrapper {
  display: grid;
  gap: 4rem;
}
@media screen and (min-width: 744px) {
  .p-recruit-intro__wrapper {
    align-items: flex-start;
    grid-template-columns: 1fr min(40%, 500px);
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-recruit-intro__wrapper {
    grid-template-columns: 1fr 500px;
  }
}
@media screen and (min-width: 1380px) {
  .p-recruit-intro__wrapper {
    gap: 98px;
  }
}
.p-recruit-intro__content {
  display: grid;
  gap: 24px;
}
.p-recruit-intro__copy {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 744px) {
  .p-recruit-intro__copy {
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
.p-recruit-intro__btns {
  display: grid;
  gap: 24px;
}
@media screen and (max-width: 743px) {
  .p-recruit-intro__btns {
    justify-content: center;
  }
}
.p-recruit-about__wrapper {
  background: #125ab8;
  display: grid;
  gap: 4rem;
  justify-content: center;
  margin-inline: auto;
  max-width: 100rem;
  padding-block: 8rem;
  padding-inline: 2rem;
}
@media screen and (min-width: 744px) {
  .p-recruit-about__wrapper {
    gap: 48px;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-recruit-about__wrapper {
    margin-bottom: -16rem;
    position: relative;
  }
}
.p-recruit-about__logo {
  margin-inline: auto;
  max-width: 42rem;
}
.p-recruit-about__txt {
  color: #fff;
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 744px) {
  .p-recruit-about__txt {
    font-size: 1.5em;
    letter-spacing: 0;
    line-height: 2;
  }
}
.p-recruit-about__bg {
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 743px) {
  .p-recruit-about__bg {
    height: 40rem;
  }
}
.p-recruit-vision {
  background: #125ab8;
  color: #fff;
}
.p-recruit-vision__copy {
  font-weight: 500;
}
@media screen and (min-width: 744px) {
  .p-recruit-vision__copy {
    text-align: center;
  }
}
.p-recruit-vision__copy strong {
  font-size: 1.5em;
}
.p-recruit-vision__txt {
  margin-block: 4rem;
}
@media screen and (min-width: 744px) {
  .p-recruit-vision__txt {
    margin-bottom: 8rem;
  }
}
.p-recruit-vision__vr {
  transition: 0.3s ease;
}
.p-recruit-vision__vr:hover {
  opacity: 0.7;
}
.p-recruit-vision__vr figcaption {
  background: #fff;
  color: #125ab8;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding-block: 8px;
}
@media screen and (min-width: 744px) {
  .p-recruit-vision__vr figcaption {
    font-size: 1.25em;
  }
}
.p-recruit-vision__vr figcaption::after {
  aspect-ratio: 1/1;
  background: url(../images/common/icon-exlink.svg) no-repeat center/contain;
  content: "";
  display: block;
  width: 16px;
}
@media screen and (min-width: 744px) {
  .p-recruit-vision__vr figcaption::after {
    width: 1.2em;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-recruit-jinbutsu {
    align-items: center;
    display: grid;
  }
}
@media screen and (max-width: 743px) {
  .p-recruit-jinbutsu__img {
    height: 30rem;
    object-fit: cover;
    object-position: 30% 0;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-recruit-jinbutsu__img {
    grid-area: 1/1;
  }
}
@media screen and (max-width: 1023px) {
  .p-recruit-jinbutsu__wrapper {
    display: contents;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-recruit-jinbutsu__wrapper {
    display: flex;
    grid-area: 1/1;
    justify-content: flex-end;
    margin-inline: auto;
    width: 100rem;
  }
}
.p-recruit-jinbutsu__content {
  display: grid;
  gap: 16px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-recruit-jinbutsu__content {
    padding-inline: 1rem;
    padding-top: 8rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 744px) {
  .p-recruit-jinbutsu__content {
    margin-inline: auto;
  }
}
@media screen and (min-width: 744px) {
  .p-recruit-jinbutsu__content {
    max-width: 464px;
  }
}
.p-recruit-jinbutsu__title {
  color: #125ab8;
}
.p-recruit-jinbutsu__txt {
  color: #125ab8;
  font-weight: 700;
}
@media screen and (max-width: 743px) {
  .p-recruit-jinbutsu__txt {
    font-size: 0.875em;
  }
}
.p-recruit-jinbutsu-items {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.p-recruit-jinbutsu-items__item {
  aspect-ratio: 1/1;
  background: #125ab8;
  border-radius: 50%;
  color: #fff;
  display: grid;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.5;
  place-items: center;
  width: 100%;
}
@media screen and (min-width: 744px) {
  .p-recruit-jinbutsu-items__item {
    font-size: 1.25em;
  }
}
.p-recruit-style {
  position: relative;
}
.p-recruit-style__wrapper {
  display: grid;
  gap: 4rem;
}
@media screen and (min-width: 744px) {
  .p-recruit-style__wrapper {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-recruit-style__wrapper {
    gap: 8rem;
  }
}
.p-recruit-style__title {
  color: #125ab8;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.5;
}
.p-recruit-style-list {
  display: grid;
  gap: 16px;
  grid-template-columns: auto 1fr;
  position: relative;
}
.p-recruit-style-list::before {
  background: #125ab8;
  content: "";
  display: block;
  height: 100%;
  left: 2rem;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
  z-index: 0;
}
.p-recruit-style-list__item {
  align-items: center;
  display: grid;
  grid-column: span 2;
  grid-template-columns: subgrid;
  position: relative;
}
.p-recruit-style-list-time {
  align-items: center;
  display: flex;
  gap: 8px;
}
.p-recruit-style-list-time__img {
  aspect-ratio: 1/1;
  background: #fff;
  width: 4rem;
}
.p-recruit-style-list-time__txt {
  color: #125ab8;
  font-size: 1.25em;
  font-weight: 700;
}
.p-recruit-flow__aside {
  background: #edf2fa;
  margin-top: 16px;
  padding: 4px 16px;
}
@media screen and (min-width: 744px) {
  .p-recruit-flow__aside {
    margin-top: 2rem;
  }
}
.p-recruit-youkou__wrapper {
  display: grid;
  gap: 0 16px;
  margin-inline: auto;
  max-width: 78rem;
}
@media screen and (min-width: 744px) {
  .p-recruit-youkou__wrapper {
    column-gap: 24px;
  }
}
.p-recruit-youkou__item {
  border-top: 1px dotted #D2D2D2;
  display: grid;
  grid-column: span 2;
  grid-template-columns: subgrid;
  padding: 1rem 8px;
}
.p-recruit-youkou__item:last-child {
  border-bottom: 1px dotted #D2D2D2;
}
.p-recruit-youkou__item dt {
  font-weight: 700;
}
.p-recruit-entry {
  background: #edf2fa;
}
.p-recruit-entry__txt {
  margin-inline: auto;
  max-width: 694px;
}
.p-recruit-entry__btn {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.p-recruit-entry__form {
  margin-top: 4rem;
}
@media screen and (min-width: 744px) {
  .p-recruit-entry__form {
    margin-top: 8rem;
  }
}

.p-contact-intro {
  background: #edf2fa;
}
.p-contact-intro__notice {
  align-items: center;
  color: #b81212;
  display: flex;
  font-weight: 700;
}
@media screen and (max-width: 743px) {
  .p-contact-intro__notice {
    flex-direction: column;
    gap: 8px;
  }
}
@media screen and (min-width: 744px) {
  .p-contact-intro__notice {
    font-size: 1.25em;
    gap: 16px;
    justify-content: center;
  }
}
.p-contact-intro__notice::before {
  background: #b81212;
  color: #fff;
  content: "重要";
  display: block;
  padding: 0 8px;
}
.p-contact-intro__wrapper {
  display: grid;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (min-width: 744px) {
  .p-contact-intro__wrapper {
    align-items: flex-start;
    gap: 56px;
    grid-template-columns: auto 1fr;
  }
}
.p-contact-intro-tel {
  background: #fff;
  border-radius: 1rem;
  padding: 32px;
}
.p-contact-intro-tel__title {
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
}
.p-contact-intro-tel-link {
  align-items: center;
  color: #125ab8;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (min-width: 744px) {
  .p-contact-intro-tel-link {
    pointer-events: none;
  }
}
.p-contact-intro-tel-link__num {
  align-items: center;
  display: flex;
  font-size: 2em;
  font-weight: 700;
  gap: 8px;
  line-height: 1;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-contact-intro-tel-link__num {
    font-size: 5rem;
  }
}
.p-contact-intro-tel-link__num::before {
  aspect-ratio: 1/1;
  background: url(../images/common/icon-tel.svg) no-repeat center/contain;
  content: "";
  display: block;
  width: 1em;
}
.p-contact-intro-tel-link__txt {
  font-weight: 700;
}
.p-contact-intro-content {
  display: grid;
  gap: 16px;
}
.p-contact-intro-content__title {
  font-size: 1.25em;
  font-weight: 700;
}

.p-case-single-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 40px;
}
.p-case-single-heading__subtitle {
  --color: #125ab8;
  display: flex;
  position: relative;
}
.p-case-single-heading__subtitle.--problem {
  --color: #b81212;
}
.p-case-single-heading__subtitle span {
  background: #fff;
  border-radius: 0 5px 5px 0;
  color: var(--color);
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  order: 1;
  padding: 16px 4rem;
  position: relative;
}
@media screen and (min-width: 744px) {
  .p-case-single-heading__subtitle span {
    font-size: 1.25em;
  }
}
.p-case-single-heading__subtitle::before {
  background: rgba(18, 90, 184, 0.2);
  border-radius: 5px;
  content: "";
  display: block;
  filter: blur(4px);
  height: 100%;
  left: 0;
  position: absolute;
  rotate: -4deg;
  top: 0;
  transform-origin: right bottom;
  width: 100%;
  z-index: 0;
}
.p-case-single-heading__subtitle::after {
  background: var(--color);
  border-radius: 5px 0 0 5px;
  content: "";
  display: block;
  order: 0;
  position: relative;
  width: 2rem;
}
.p-case-single-heading__title {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 744px) {
  .p-case-single-heading__title {
    font-size: 2em;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
}
.p-case-single-overview {
  background: #edf2fa;
}
.p-case-single-overview-list {
  display: grid;
  gap: 24px;
  margin-inline: auto;
  margin-top: 32px;
  width: min(100%, 60rem);
}
.p-case-single-overview-list__item {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.p-case-single-overview-list__item dt {
  color: #125ab8;
  font-weight: 700;
}
.p-case-single-overview-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: center;
  margin-top: 4px;
}
.p-case-single-overview-cat__item {
  transition: 0.3s ease;
  background: #125ab8;
  color: #fff;
  padding-inline: 8px;
}
.p-case-single-overview-cat__item:hover {
  opacity: 0.7;
}
.p-case-single-content {
  margin-inline: auto;
  max-width: var(--wp--style--global--content-size);
}
@media screen and (max-width: 743px) {
  .p-case-single-content {
    padding-inline: 2rem;
  }
}
.p-case-single-content > * + * {
  margin-top: var(--wp--style--block-gap, 1.5rem);
}
.p-case-single-content a:not([class]) {
  color: var(--wp--preset--color--link);
  text-decoration: underline;
}
.p-case-single-content ul {
  list-style: disc;
  padding-left: 1.5em;
}
.p-case-single-content ol {
  list-style: decimal;
  padding-left: 1.5em;
}
.p-case-single-content strong {
  font-weight: 700;
}
.p-case-single-solution {
  background: #edf2fa;
}

.p-single {
  margin-inline: auto;
  max-width: var(--wp--style--global--content-size);
}
@media screen and (max-width: 743px) {
  .p-single {
    padding-inline: 2rem;
  }
}
.p-single-head__title {
  border-bottom: 1px solid #125ab8;
  font-size: 1.5em;
  font-weight: 700;
}
.p-single-head-meta {
  display: grid;
  gap: 4px;
  margin-top: 4px;
}
.p-single__eyecatch {
  margin-inline: auto;
  max-width: 600px;
}
.p-single__back {
  display: flex;
  justify-content: center;
  padding-top: 24px;
}
.p-single > * + * {
  margin-top: var(--wp--style--block-gap, 1.5rem);
}
.p-single h2 {
  font-size: 1.5em;
  font-weight: 700;
}
.p-single h3 {
  font-size: 1.25em;
  font-weight: 700;
}
.p-single a:not([class]) {
  color: var(--wp--preset--color--link);
  text-decoration: underline;
}
.p-single ul {
  list-style: disc;
  padding-left: 1.5em;
}
.p-single ol {
  list-style: decimal;
  padding-left: 1.5em;
}
.p-single strong {
  font-weight: 700;
}