@charset "UTF-8";
/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1063px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1064px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 479px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 480px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  font-size: min(16px, 1.3333333333vw);
}
@media (max-width: 767px) {
  :root {
    font-size: 4.2666666667vw;
  }
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

input,
textarea {
  font-size: 16px;
}

input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

button,
input[type=button],
input[type=submit] {
  transition: opacity 0.15s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

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

a {
  color: #0068ac;
  text-decoration: underline;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
a:hover {
  text-decoration: none;
}

p {
  text-wrap: pretty;
}

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

body._ios a:hover {
  opacity: 1;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Header */
/**************************************************/
.l-header {
  background-color: #fff;
}
.l-header > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 3.875rem 0.9375rem 2.125rem;
}
@media (max-width: 767px) {
  .l-header > .inner {
    padding: 0.875rem 1.25rem 0.6875rem 0.9375rem;
  }
}
.l-header .logo {
  width: 18.125rem;
}
@media (max-width: 767px) {
  .l-header .logo {
    width: 15.4375rem;
  }
}
.l-header .logo img {
  width: 100%;
}

.c-gnav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0 2.5rem;
}
.c-gnav-list a {
  color: #000;
  text-decoration: none;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
}
.c-gnav-list a:not(.-contact):hover {
  opacity: 1;
  text-decoration: underline;
}
.c-gnav-list .-contact {
  display: inline-block;
  color: #fff;
  background: #3771d3;
  border-radius: 50vh;
  padding: 0.25rem 0.625rem;
  margin-left: 0.5rem;
}

@media (max-width: 767px) {
  .l-global-nav {
    display: none;
  }
}

@media (min-width: 768px) {
  .l-header-hamburger {
    display: none;
  }
}
.l-header-hamburger {
  position: absolute;
  top: 0.9375rem;
  right: 1.25rem;
  z-index: 101;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 0.375rem;
  padding-left: 0;
  padding-right: 0;
  border: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
}
.l-header-hamburger:focus {
  outline: none;
}
.l-header-hamburger .line, .l-header-hamburger::before, .l-header-hamburger::after {
  width: 1.9375rem;
  height: 0.125rem;
  background-color: #3771d3;
  transition: transform 0.3s, opacity 0.3s;
  content: "";
}
.l-header-hamburger.-open .line {
  opacity: 0;
}
.l-header-hamburger.-open::before {
  background: #fff;
  transform: translateY(0.5rem) rotate(-45deg);
}
.l-header-hamburger.-open::after {
  background: #fff;
  transform: translateY(-0.5rem) rotate(45deg);
}

@media (min-width: 768px) {
  .l-spnav {
    display: none;
  }
}
.l-spnav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #3771d3;
  background-image: url("../img/bg-spnav.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
.l-spnav > .inner {
  height: 100%;
  padding: 5.4375rem 0 1.25rem;
  overflow-y: auto;
  box-sizing: border-box;
}
.l-spnav .logo {
  position: absolute;
  top: 0.8125rem;
  left: 1rem;
  width: 15.375rem;
}
.l-spnav .contact {
  text-align: center;
  margin-top: 1.875rem;
}
.l-spnav .contact > a {
  display: inline-block;
  text-decoration: none;
  font-size: 1.4375rem;
  line-height: 1;
  background: #fff;
  color: #3771d3;
  border-radius: 50vh;
  padding: 0.625rem 0.875rem;
  letter-spacing: 0.12em;
}

.l-spnav-menu {
  list-style: none;
  padding: 0;
  margin: 0 2.1875rem;
  border-top: 1px solid #fff;
}
.l-spnav-menu li {
  border-bottom: 1px solid #fff;
}
.l-spnav-menu li:nth-child(1) .icon img {
  width: 2.75rem;
}
.l-spnav-menu li:nth-child(2) .icon img {
  width: 1.9375rem;
}
.l-spnav-menu li:nth-child(3) .icon img {
  width: 2.8125rem;
}
.l-spnav-menu li:nth-child(4) .icon img {
  width: 2.625rem;
}
.l-spnav-menu li:nth-child(5) .icon img {
  width: 1.3125rem;
}
.l-spnav-menu a {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.2272727273;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  min-height: 4.1875rem;
  padding: 0.3125rem 0 0.4375rem;
  box-sizing: border-box;
}
.l-spnav-menu a .icon {
  width: 3.25rem;
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
}
.l-spnav-menu a .icon img {
  display: block;
  width: 100%;
}

.l-spnav-extra {
  list-style: none;
  padding: 0;
  margin: 1.375rem 0 0;
}
.l-spnav-extra li + li {
  margin-top: 1.375rem;
}
.l-spnav-extra a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 1.0625rem;
}

/**************************************************/
/* Footer */
/**************************************************/
@media (max-width: 767px) {
  .l-footer {
    padding-bottom: 4rem;
  }
}
.l-footer > .inner {
  position: relative;
  background: #3771d3;
  color: #fff;
  padding: 4.75rem 1.25rem 2.5rem;
}
@media (max-width: 767px) {
  .l-footer > .inner {
    padding: 0 0 1.5rem;
  }
}
.l-footer > .inner > .wrapper {
  display: flex;
  justify-content: center;
  gap: 0 7.875rem;
}
@media (max-width: 767px) {
  .l-footer > .inner > .wrapper {
    padding: 2.25rem 0.8125rem 2.5rem;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .l-footer .copyright {
    margin: 1.875rem 0 0;
    font-size: 0.75rem;
    text-align: right;
    padding: 0 3.875rem;
  }
}
@media (max-width: 767px) {
  .l-footer .copyright {
    font-size: 1rem;
    text-align: center;
    margin: 0;
    letter-spacing: 0.06em;
  }
}

.l-footer-contact {
  background-color: #deddd9;
  background-image: url("../img/bg-contact.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 4.6875rem 1.25rem 5rem;
}
@media (max-width: 767px) {
  .l-footer-contact {
    padding: 3.4375rem 1.25rem 2.8125rem;
    background-image: url("../img/bg-contact_sp.png");
  }
}
.l-footer-contact > .inner {
  display: flex;
}
@media (min-width: 768px) {
  .l-footer-contact > .inner {
    justify-content: center;
    align-items: center;
    gap: 3.75rem;
  }
}
@media (max-width: 767px) {
  .l-footer-contact > .inner {
    flex-direction: column;
    gap: 1.875rem;
  }
}
.l-footer-contact .heading {
  width: 17.8125rem;
  margin: 0;
}
@media (max-width: 767px) {
  .l-footer-contact .heading {
    margin: 0 auto;
  }
}
.l-footer-contact .text {
  font-size: 1rem;
  letter-spacing: 0.08em;
  margin: 0 0 1rem;
}
@media (max-width: 767px) {
  .l-footer-contact .text {
    text-align: center;
    margin-bottom: 0.3125rem;
  }
}

@media (min-width: 768px) {
  .l-footer-info {
    padding-left: 0.75rem;
  }
}
.l-footer-info > .logo {
  width: 19.5625rem;
  margin-left: -0.375rem;
}
@media (max-width: 767px) {
  .l-footer-info > .logo {
    margin-left: auto;
    margin-right: auto;
    width: 20.875rem;
  }
}
.l-footer-info > .logo img {
  width: 100%;
}
.l-footer-info > .address {
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.4285714286;
  margin: 1.75rem 0 2rem;
}
@media (max-width: 767px) {
  .l-footer-info > .address {
    font-size: 0.9375rem;
    line-height: 1.7333333333;
    text-align: center;
    margin: 1rem 0 0.75rem;
  }
}
.l-footer-info > .tel {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .l-footer-info > .tel {
    font-size: 0.9375rem;
    line-height: 1.9333333333;
    text-align: center;
    border: 0.0625rem solid #fff;
    border-left: 0;
    border-right: 0;
    padding: 0.5rem 0 0.625rem;
  }
}

.l-footer-nav {
  display: flex;
  gap: 0 6.875rem;
  padding: 0.625rem 0 0;
}
@media (max-width: 767px) {
  .l-footer-nav {
    gap: 0 0.875rem;
    justify-content: space-between;
    padding: 0.9375rem 0.625rem 0;
  }
}

.c-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-footer-list li + li {
  margin-top: 1rem;
}
.c-footer-list a {
  font-size: 0.875rem;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767px) {
  .c-footer-list a {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}
.c-footer-list a:hover {
  opacity: 1;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .l-pagetop {
    position: absolute;
    top: -1.5rem;
    right: 4rem;
    width: 4.875rem;
    height: 4.875rem;
  }
}
@media (max-width: 767px) {
  .l-pagetop {
    width: 100%;
    text-align: center;
  }
}
.l-pagetop > a {
  background: #8c8a8b;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .l-pagetop > a {
    border-radius: 50%;
  }
}
@media (max-width: 767px) {
  .l-pagetop > a {
    padding: 0.625rem 0;
  }
}
.l-pagetop .icon {
  width: 1.5rem;
  height: 2rem;
}

.certificate-modal .fancybox__slide {
  background: #fff;
  padding: 0 4em;
}
@media (max-width: 767px) {
  .certificate-modal .fancybox__slide {
    padding: 0 0.625rem;
  }
}

/**************************************************/
/* contents */
/**************************************************/
.l-float-menu {
  position: fixed;
  z-index: 90;
}
@media (min-width: 768px) {
  .l-float-menu {
    top: 50%;
    right: var(--f-scrollbar-compensate, 0);
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .l-float-menu {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.l-float-menu > .inner {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.125rem;
}
@media (min-width: 768px) {
  .l-float-menu > .inner {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .l-float-menu > .inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
.l-float-menu a {
  display: flex;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  color: #fff;
  background: #3771d3;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .l-float-menu a {
    align-items: flex-end;
    width: 5.625rem;
    height: 7.1875rem;
    writing-mode: vertical-rl;
    transform: translateX(1.875rem);
    border-radius: 1.625rem 0 0 1.625rem;
    transition: 0.2s transform ease;
  }
}
@media (max-width: 767px) {
  .l-float-menu a {
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 0.6875rem;
    line-height: 1.3636363636;
    border-radius: 1.1875rem 1.1875rem 0 0;
    padding: 0.5rem 0;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) {
  .l-float-menu a > span {
    height: 100%;
    width: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.l-float-menu a:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .l-float-menu a:hover {
    transform: translate(1.25rem);
  }
}

.l-category-title {
  display: grid;
  place-items: center;
  height: 29.25rem;
  background-image: url("../img/news/bg-index.jpg");
  background-size: cover;
  background-position: bottom center;
}
@media (max-width: 767px) {
  .l-category-title {
    height: 14.625rem;
  }
}
.l-category-title > .text {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem 0;
  transform: translateY(-1.125rem);
}
.l-category-title > .text > span {
  transform: rotate(-6.35deg) scale(1, 0.96) skewX(-15.55deg);
  line-height: 1;
  position: relative;
}
.l-category-title > .text > span::after {
  position: absolute;
  width: 100%;
  left: 0;
  background: #3771d3;
  opacity: 0.5;
  z-index: -1;
  content: "";
}
.l-category-title > .text > .main {
  font-size: 3.625rem;
  font-weight: bold;
  padding: 0 0.625rem 0 0.125rem;
}
@media (max-width: 767px) {
  .l-category-title > .text > .main {
    font-size: 1.875rem;
  }
}
.l-category-title > .text > .main::after {
  height: 1.625rem;
  bottom: -0.5rem;
}
@media (max-width: 767px) {
  .l-category-title > .text > .main::after {
    height: 1.125rem;
    bottom: -0.375rem;
  }
}
.l-category-title > .text > .sub {
  font-size: 1.625rem;
  letter-spacing: 0;
  padding: 0 0.375rem;
}
.l-category-title > .text > .sub::after {
  height: 1rem;
  bottom: -0.25rem;
}
@media (max-width: 767px) {
  .l-category-title > .text > .sub::after {
    height: 1.125rem;
    bottom: -0.375rem;
  }
}

.l-breadcrumb {
  padding: 0.625rem;
}
.l-breadcrumb > .inner {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
}
.l-breadcrumb li {
  display: inline;
}
.l-breadcrumb li a,
.l-breadcrumb li span {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
@media (max-width: 767px) {
  .l-breadcrumb li a,
  .l-breadcrumb li span {
    font-size: 0.8125rem;
  }
}
.l-breadcrumb li a {
  color: inherit;
  text-decoration: none;
}
.l-breadcrumb li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.l-breadcrumb li + li::before {
  padding: 0 0.9375rem;
  font-size: 0.875rem;
  content: "＞";
}
@media (max-width: 767px) {
  .l-breadcrumb li + li::before {
    font-size: 0.6875rem;
    padding: 0 0.625rem;
  }
}

.l-wrapper {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* components - basic */
/**************************************************/
.c-heading-a {
  text-align: center;
  letter-spacing: 0.2em;
  margin: 0 0 1.125rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1.25rem;
  position: relative;
}
.c-heading-a::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 3.4375rem;
  border-bottom: 0.3125rem solid #3880d4;
  content: "";
}
.c-heading-a.-lg {
  font-size: 1.4375rem;
}
.c-heading-a.-md {
  font-size: 1.375rem;
  letter-spacing: 0.1em;
}

.c-heading-b {
  margin: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.0625rem 0;
}
.c-heading-b .lg {
  font-size: 4.625rem;
  transform: rotate(-6.35deg) scale(0.97, 0.96) skewX(-15.97deg);
  padding: 0 0.625rem;
  position: relative;
}
.c-heading-b .lg::after {
  position: absolute;
  width: 100%;
  height: 1.625rem;
  bottom: -0.25rem;
  left: 0;
  background: #3771d3;
  opacity: 0.5;
  z-index: -1;
  content: "";
}
.c-heading-b .sm {
  font-size: 1.3125rem;
  color: #fff;
  background: #000;
  transform: rotate(-6.35deg) scale(0.98, 0.96) skewX(-15.83deg);
  letter-spacing: 0.2em;
  font-weight: 400;
  padding: 0.0625rem 0.3125rem 0.1875rem 0.5rem;
}

.c-title-a {
  font-size: 1.375rem;
  font-weight: 500;
  margin: 0;
  border-bottom: 1px solid #deddd9;
  border-left: 0.375rem solid #3771d3;
  padding: 0 0 0.125rem 0.75rem;
  letter-spacing: 0.26em;
}

@keyframes sliding-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.c-sliding-text {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  overflow-x: clip;
}
.c-sliding-text > .item {
  margin: 0;
  padding-left: 1.875rem;
  font-size: 6.875rem;
  font-weight: bold;
  color: #3771d3;
  line-height: 1;
  white-space: nowrap;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-name: sliding-text;
  animation-timing-function: linear;
}
@media (max-width: 767px) {
  .c-sliding-text > .item {
    font-size: 4.9375rem;
  }
}

.c-btn-a {
  text-align: center;
}
.c-btn-a > a {
  font-size: 1.1875rem;
  min-width: 13.875rem;
  color: #fff;
  background: #3880d4;
  display: inline-block;
  border-radius: 50vh;
  text-decoration: none;
  text-align: center;
  padding: 0.4375rem 0.3125rem;
  box-sizing: border-box;
  position: relative;
}
.c-btn-a > a::after {
  position: absolute;
  top: 50%;
  right: 0.875rem;
  margin-top: -0.375rem;
  width: 1rem;
  height: 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5.91H14.52' stroke='white' stroke-width='0.81' stroke-miterlimit='10'/%3E%3Cpath d='M9.51999 0.290009L15.14 5.91001L9.51999 11.53' stroke='white' stroke-width='0.81' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.c-btn-a.-noarrow > a::after {
  display: none;
}

.c-tab-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.375rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #3771d3;
}
.c-tab-list li + li {
  border-left: 1px solid #3771d3;
}
.c-tab-list a {
  font-size: 1.25rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  color: #3771d3;
  min-height: 100%;
  box-sizing: border-box;
  padding: 1rem 0;
  display: grid;
  place-items: center;
  transition-property: background, color;
  transition-duration: 0.2s;
}
@media (max-width: 767px) {
  .c-tab-list a {
    font-size: 0.875rem;
  }
}
.c-tab-list a:hover {
  opacity: 1;
  background: #3771d3;
  color: #fff;
}
.c-tab-list .-active a {
  background: #3771d3;
  color: #fff;
}

.c-qa-card {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.c-qa-card dt, .c-qa-card dd {
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
  padding: 0 3.4375rem 0 3.125rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-qa-card dt, .c-qa-card dd {
    padding-left: 2.1875rem;
    padding-right: 2.8125rem;
  }
}
.c-qa-card dt::before, .c-qa-card dd::before {
  position: absolute;
  font-size: 1.625rem;
  font-weight: 500;
  color: #3880d4;
  line-height: 1;
  text-transform: uppercase;
}
.c-qa-card dt {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  cursor: pointer;
}
.c-qa-card dt::before {
  top: 1.5rem;
  left: 0.625rem;
  content: "q";
}
@media (max-width: 767px) {
  .c-qa-card dt::before {
    left: 0;
  }
}
.c-qa-card dt::after {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.0625rem 0.625rem 0 0.625rem;
  border-color: #3880d4 transparent transparent transparent;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.4s;
  content: "";
}
@media (max-width: 767px) {
  .c-qa-card dt::after {
    right: 0.625rem;
  }
}
.c-qa-card dt.-active::after {
  transform: translateY(-50%) rotate(0);
}
.c-qa-card dd {
  display: none;
}
.c-qa-card dd::before {
  top: -0.125rem;
  left: 0.75rem;
  content: "a";
}
@media (max-width: 767px) {
  .c-qa-card dd::before {
    left: 0.125rem;
  }
}
.c-qa-card dd p {
  margin: 0;
}
.c-qa-card dd p + p {
  margin-top: 1em;
}
.c-qa-card dd .content {
  padding-bottom: 1.5625rem;
}

.c-case-slider {
  padding: 1.875rem 0 0;
}
.c-case-slider > .inner {
  background-image: url("../img/bg-case.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-color: #377FD3;
  margin: 2.6875rem 0 0;
  padding: 0.75rem 0 3.4375rem;
}
.c-case-slider > .inner > .bubble {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
  border-bottom: 1px solid #fff;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .c-case-slider > .inner > .bubble {
    width: calc(100% - 2.5rem);
    font-size: 1.25rem;
    padding-bottom: 0.625rem;
  }
}
.c-case-slider > .inner > .bubble > span {
  position: relative;
  z-index: 1;
}
.c-case-slider > .inner > .bubble .-lg {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .c-case-slider > .inner > .bubble .-lg {
    font-size: 1.75rem;
  }
}
.c-case-slider > .inner > .bubble::after {
  position: absolute;
  bottom: -0.6875rem;
  left: 60%;
  width: 1.125rem;
  height: 1.125rem;
  border-left: 1px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(29deg) skewY(-58deg);
  background: #377FD3;
  content: "";
}
.c-case-slider .swiper-slide {
  height: auto;
}
.c-case-slider .swiper-button-prev, .c-case-slider .swiper-button-next {
  --swiper-navigation-size: 3.75rem;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  top: 60%;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0.375rem 0.375rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  background-size: 1.9375rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  transition: background 0.2s;
}
.c-case-slider .swiper-button-prev > svg, .c-case-slider .swiper-button-next > svg {
  display: none;
}
@media (min-width: 768px) {
  .c-case-slider .swiper-button-prev:hover, .c-case-slider .swiper-button-next:hover {
    background-color: #3771D3;
  }
}
.c-case-slider .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='24' viewBox='0 0 31 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 11.5H2M11.5 22.5L.5 11.5 11.5.5' fill='none' stroke='%233771D3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  left: 21.5%;
}
@media (max-width: 767px) {
  .c-case-slider .swiper-button-prev {
    left: 0.25rem;
  }
}
@media (min-width: 768px) {
  .c-case-slider .swiper-button-prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='24' viewBox='0 0 31 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 11.5H2M11.5 22.5L.5 11.5 11.5.5' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.c-case-slider .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='24' viewBox='0 0 31 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 11.5H29M19.5 22.5L30.5 11.5 19.5.5' fill='none' stroke='%233771D3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  right: 21.5%;
}
@media (max-width: 767px) {
  .c-case-slider .swiper-button-next {
    right: 0.25rem;
  }
}
@media (min-width: 768px) {
  .c-case-slider .swiper-button-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='24' viewBox='0 0 31 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 11.5H29M19.5 22.5L30.5 11.5 19.5.5' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}

.c-case-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-case-card > .head {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.c-case-card .title {
  margin: 0.25rem 0 0;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5625rem;
}
@media (max-width: 767px) {
  .c-case-card .title {
    font-size: 1.25rem;
  }
}
.c-case-card .index {
  margin: 0 auto;
  padding-bottom: 0.625rem;
  position: relative;
}
.c-case-card .index.-i1 {
  width: 7.875rem;
}
.c-case-card .index.-i2 {
  width: 8.625rem;
}
.c-case-card .index.-i3 {
  width: 8.4375rem;
}
.c-case-card .index img {
  display: block;
}
.c-case-card .index::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.6875rem;
  width: 1.375rem;
  border-bottom: 1px solid #fff;
  content: "";
}
.c-case-card > .body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: #e8f2f9;
  width: 100%;
  margin: 0 auto;
  padding: 0.4375rem;
  box-sizing: border-box;
  position: relative;
}
.c-case-card > .body::before {
  position: absolute;
  width: 10.75rem;
  height: 1.375rem;
  background: #e8f2f9;
  top: -1.375rem;
  border-radius: 0.8125rem 0.625rem 0 0;
  left: 0;
  content: "";
}
.c-case-card > .body::after {
  position: absolute;
  top: -1.25rem;
  left: 10.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.3125rem 0 0 1rem;
  border-color: transparent transparent transparent #e8f2f9;
  content: "";
}
.c-case-card .name {
  font-size: 0.9375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #fff;
  position: relative;
  margin-top: -1.3125rem;
}
.c-case-card .name::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #3771d3;
  width: 100%;
  height: 0.75rem;
  content: "";
}
.c-case-card .name > span {
  background: #3771d3;
  display: inline-block;
  padding: 0.5rem 0.125rem 0.25rem 0.6875rem;
  border-radius: 0.8125rem 0.625rem 0 0;
  position: relative;
  z-index: 1;
}
.c-case-card .name > span::after {
  position: absolute;
  top: 0.25rem;
  right: -0.875rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.25rem 0 0 1rem;
  border-color: transparent transparent transparent #3771d3;
  content: "";
}
.c-case-card .text {
  text-align: center;
  margin: 1.125rem 0 0.875rem;
  font-size: 0.9375rem;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .c-case-card .text {
    font-size: 0.8125rem;
    margin: 0.75rem 0 0.5rem;
  }
}
.c-case-card .text > span {
  font-weight: bold;
  font-size: 1.25rem;
  color: #3771d3;
}
@media (max-width: 767px) {
  .c-case-card .text > span {
    font-size: 1rem;
  }
}
.c-case-card .image {
  width: 27.875rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .c-case-card .image {
    width: 90%;
  }
}
.c-case-card .lead {
  margin: 0.25rem 0;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #3771d3;
  text-align: center;
}
@media (max-width: 767px) {
  .c-case-card .lead {
    font-size: 1rem;
  }
}
.c-case-card .link {
  display: block;
  text-align: center;
  background: #3771d3;
  color: #fff;
  font-size: 1.0625rem;
  letter-spacing: 0.2em;
  text-decoration: none;
  margin: auto 0 0;
  padding: 0.1875rem 0 0.375rem;
}
.c-case-card .link::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.625rem;
  width: 1.3125rem;
  height: 1.0625rem;
  background-image: url("../img/icon-blank.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.c-case-card .arrow {
  width: 2.4375rem;
  margin: 0 auto 0.625rem;
}
@media (max-width: 767px) {
  .c-case-card .arrow {
    width: 1.625rem;
  }
}

.c-case-card-popup {
  position: relative;
  font-family: "Noto Serif JP", serif;
  display: flex;
  gap: 2.5rem;
  font-weight: bold;
  background-color: #ebefe5;
  padding: 1.5rem 1.875rem;
}
.c-case-card-popup__title {
  font-size: 1.25rem;
  line-height: 1.6;
  display: flex;
  gap: 0.625rem;
  color: #3771d3;
  margin: 0;
}
.c-case-card-popup__title img {
  width: 6.25rem;
}
.c-case-card-popup__text {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0.625rem 0 0;
  max-width: 37.5rem;
  width: 100%;
}
.c-case-card-popup__note {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0.625rem 0 0;
}
.c-case-card-popup__img {
  width: 100%;
  max-width: 16.25rem;
}
.c-case-card-popup .blue {
  color: #3771d3;
}
.c-case-card-popup .f-button {
  color: #3771d3;
  top: 0;
}
.c-case-card-popup .f-button:hover {
  color: #3771d3;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .c-case-card-popup {
    flex-direction: column;
    padding: 1.5rem 1.25rem;
    gap: 1.25rem;
  }
  .c-case-card-popup__title {
    font-size: 1.125rem;
    flex-direction: column;
    gap: 0;
  }
  .c-case-card-popup__img {
    width: 100%;
    max-width: 13.75rem;
    display: block;
    margin: 0 auto;
  }
}

/**************************************************/
/* components - form */
/**************************************************/
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
select {
  width: 100%;
  max-width: 43.125rem;
  height: 3.125rem;
  padding: 0 1.125rem;
  box-sizing: border-box;
  display: block;
  border: 1px solid #bfc0c0;
  border-radius: 0.5rem;
  box-sizing: border-box;
  font-size: 1.375rem;
  letter-spacing: 0.08em;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=url]:-moz-placeholder, select:-moz-placeholder {
  color: #deddd9;
}
input[type=text]:placeholder-shown,
input[type=email]:placeholder-shown,
input[type=tel]:placeholder-shown,
input[type=url]:placeholder-shown,
select:placeholder-shown {
  color: #deddd9;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #deddd9;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=url]:-moz-placeholder,
select:-moz-placeholder {
  color: #deddd9;
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=url]::-moz-placeholder,
select::-moz-placeholder {
  color: #deddd9;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #deddd9;
}
@media (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=url],
  select {
    height: 2.5rem;
    padding: 0 1rem;
    font-size: 1rem;
  }
}
input[type=text].-sm,
input[type=email].-sm,
input[type=tel].-sm,
input[type=url].-sm,
select.-sm {
  max-width: 14.375rem;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.68 0L6.34 11.28L0 0H12.68Z' fill='%23A2A2A2'/%3E%3C/svg%3E%0A");
  background-size: 0.8125rem 0.75rem;
  background-position: right 1.125rem center;
  background-repeat: no-repeat;
  min-width: 6.5625rem;
}

textarea:-moz-placeholder {
  color: #deddd9;
}

textarea:placeholder-shown {
  color: #deddd9;
}
textarea::-webkit-input-placeholder {
  color: #deddd9;
}
textarea:-moz-placeholder {
  color: #deddd9;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: #deddd9;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: #deddd9;
}
textarea {
  resize: vertical;
  display: block;
  width: 100%;
  max-width: 43.125rem;
  height: 15.125rem;
  border: 1px solid #bfc0c0;
  border-radius: 0.5rem;
  box-sizing: border-box;
  padding: 1.125rem;
}

.f-checkbox, .l-form-agreement .agree .wpcf7-acceptance label, .l-form-box .type .l-form-agreement .agree .wpcf7-acceptance label.wpcf7-form-control label, .l-form-agreement .agree .wpcf7-acceptance .l-form-box .type label.wpcf7-form-control label, .l-form-box .type .wpcf7-form-control.f-checkbox label {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
  line-height: 1;
  font-size: 1.25rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .f-checkbox, .l-form-agreement .agree .wpcf7-acceptance label, .l-form-box .type .l-form-agreement .agree .wpcf7-acceptance label.wpcf7-form-control label, .l-form-agreement .agree .wpcf7-acceptance .l-form-box .type label.wpcf7-form-control label, .l-form-box .type .wpcf7-form-control.f-checkbox label {
    font-size: 1rem;
  }
}
.f-checkbox input[type=checkbox], .l-form-agreement .agree .wpcf7-acceptance label input[type=checkbox], .l-form-box .type .wpcf7-form-control.f-checkbox label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.0625rem solid #000;
  cursor: pointer;
}
.f-checkbox input[type=checkbox]:checked::after, .l-form-agreement .agree .wpcf7-acceptance label input[type=checkbox]:checked::after, .l-form-box .type .wpcf7-form-control.f-checkbox label input[type=checkbox]:checked::after {
  position: absolute;
  top: -0.0625rem;
  left: -0.25rem;
  width: 1.5625rem;
  height: 0.5625rem;
  border-bottom: 0.25rem solid #3771d3;
  border-left: 0.25rem solid #3771d3;
  transform: rotate(-45deg);
  content: "";
}
.f-checkbox + .f-checkbox, .l-form-agreement .agree .wpcf7-acceptance label + .f-checkbox, .l-form-box .type .l-form-agreement .agree .wpcf7-acceptance label.wpcf7-form-control label + .f-checkbox, .l-form-agreement .agree .wpcf7-acceptance .l-form-box .type label.wpcf7-form-control label + .f-checkbox, .l-form-agreement .agree .wpcf7-acceptance .f-checkbox + label, .l-form-agreement .agree .wpcf7-acceptance label + label, .l-form-box .type .l-form-agreement .agree .wpcf7-acceptance label.wpcf7-form-control label + label, .l-form-agreement .agree .wpcf7-acceptance .l-form-box .type label.wpcf7-form-control label + label, .l-form-box .type .wpcf7-form-control.f-checkbox label + .f-checkbox, .l-form-box .type .wpcf7-form-control.f-checkbox .f-checkbox + label, .l-form-box .type .wpcf7-form-control.f-checkbox label + label {
  margin-left: 4.375rem;
}

.l-form {
  padding: 1.5625rem 1.25rem 6.25rem;
}
.l-form > .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.l-form .thanks-message {
  text-align: center;
  padding-top: 0.625rem;
}
.l-form .thanks-message .heading {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
}
@media (max-width: 767px) {
  .l-form .thanks-message .heading {
    font-size: 1.5rem;
  }
}
.l-form .thanks-message .text {
  font-size: 1rem;
  line-height: 1.625;
  margin: 3rem 0 0;
}
@media (max-width: 767px) {
  .l-form .thanks-message .text {
    margin-top: 1.5rem;
  }
}
.l-form.-confirm .l-form-box .label {
  padding-top: 0.1875rem;
}
.l-form.-confirm .l-form-box .control {
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .l-form.-confirm .l-form-box .control {
    font-size: 1rem;
  }
}
.l-form.-confirm .l-form-box .control pre {
  white-space: pre-line;
  margin: 0;
  font-family: inherit;
}
.l-form.-confirm .l-form-box .year-input .text {
  position: static;
}

.l-form-step {
  display: flex;
  justify-content: center;
  gap: 0 1.25rem;
  list-style: none;
  margin: 0 0 3.625rem;
  padding: 0;
}
.l-form-step li {
  font-size: 1rem;
  letter-spacing: 0.24em;
  display: flex;
  align-items: center;
  gap: 0 1.25rem;
}
.l-form-step li:nth-child(even)::before, .l-form-step li:nth-child(even)::after {
  width: 7rem;
  border-bottom: 1px solid #000;
  content: "";
}
@media (max-width: 767px) {
  .l-form-step li:nth-child(even)::before, .l-form-step li:nth-child(even)::after {
    width: 3.75rem;
  }
}
.l-form-step li span {
  display: inline-block;
}
.l-form-step li.-current span {
  position: relative;
}
.l-form-step li.-current span::after {
  position: absolute;
  bottom: -0.3125rem;
  left: -0.12em;
  width: 100%;
  border-bottom: 0.25rem solid #3880d4;
  content: "";
}

.l-form-text {
  margin: 0 0 3.125rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.625;
}

@media (min-width: 768px) {
  .l-form-box .type {
    padding-top: 0.75rem;
  }
}
@media (max-width: 767px) {
  .l-form-box .type .wpcf7-form-control {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3125rem;
  }
  .l-form-box .type .wpcf7-form-control .wpcf7-list-item {
    margin: 0;
  }
}
.l-form-box > .lead {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  background: #3771d3;
  padding: 0.125rem 0.75rem;
  margin: 0;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .l-form-box > .lead {
    font-size: 1.25rem;
  }
}
.l-form-box > .lead.-green {
  background: #75c6cf;
}
.l-form-box > .group {
  display: grid;
  grid-template-columns: 13.125rem 1fr;
  padding: 2.8125rem 0;
}
@media (max-width: 767px) {
  .l-form-box > .group {
    grid-template-columns: 1fr;
    gap: 0.625rem;
    padding: 0.875rem 0.9375rem 1.25rem;
  }
}
.l-form-box > .group:nth-child(odd) {
  background: rgba(222, 221, 217, 0.2);
}
.l-form-box .label {
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .l-form-box .label {
    font-size: 1.25rem;
    padding: 0.75rem 0 0 1.25rem;
  }
}
@media (max-width: 767px) {
  .l-form-box .label {
    font-size: 1rem;
  }
}
.l-form-box .submit {
  margin-top: 3.125rem;
  text-align: center;
  position: relative;
}
.l-form-box .submit p {
  display: contents;
}
.l-form-box .btn-submit {
  display: inline-block;
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 500;
  background: #3880d4;
  width: 13.875rem;
  text-align: center;
  padding: 0;
  border: 0;
  cursor: pointer;
  border-radius: 50vh;
  padding: 0.5rem 0 0.75rem;
  cursor: pointer;
}
.l-form-box .btn-submit[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}
.l-form-box .navigation {
  position: relative;
  margin-top: 3.125rem;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}
.l-form-box .navigation p {
  display: contents;
}
.l-form-box .area-input > .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.625rem;
}
.l-form-box .area-input > .wrapper .wpcf7-form-control-wrap {
  display: contents;
}
.l-form-box .area-input > .wrapper .wpcf7-not-valid-tip {
  width: 100%;
  order: 1;
}
.l-form-box .area-input > .wrapper input {
  max-width: 19.25rem;
}
@media (max-width: 767px) {
  .l-form-box .area-input > .wrapper input {
    max-width: calc(100% - 6.25rem);
  }
}
@media (min-width: 768px) {
  .l-form-box .area-input > .wrapper select {
    max-width: 8.625rem;
  }
}
@media (max-width: 767px) {
  .l-form-box .area-input > .wrapper select {
    max-width: 5.625rem;
    min-width: 0;
  }
}
.l-form-box .area-input > .caption {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .l-form-box .area-input > .caption {
    font-size: 0.75rem;
  }
}
.l-form-box .year-input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.625rem;
  position: relative;
}
.l-form-box .year-input .wpcf7-not-valid-tip {
  width: 100%;
  order: 1;
}
@media (min-width: 768px) {
  .l-form-box .year-input .text {
    position: absolute;
    top: 0.75rem;
    right: calc(100% + 0.625rem);
    white-space: nowrap;
  }
}
.l-form-box .year-input p,
.l-form-box .year-input .wpcf7-form-control-wrap {
  display: contents;
}
.l-form-box .file-input .text {
  margin: 0;
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  line-height: 1.5454545455;
}
.l-form-box .file-input .image {
  background: #deddd9;
  font-size: 1.375rem;
  border-radius: 0.625rem;
  padding: 0.5rem 1.25rem;
  display: block;
  margin: 0.9375rem 0;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .l-form-box .file-input .image {
    font-size: 1rem;
    width: 100%;
  }
}
.l-form-box .file-input .image::file-selector-button {
  border: 0;
  padding: 0 0.625rem 0.125rem;
}
.l-form-box .file-input .note {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-form-box .file-input .note li {
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.04em;
  display: table;
}
.l-form-box .file-input .note li::before {
  display: table-cell;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  content: "※";
}
.l-form-box.-info {
  margin-top: 1.875rem;
}

.l-form-agreement .scroller {
  max-width: 50rem;
  height: 17.5rem;
  overflow-y: auto;
  margin: 3.4375rem auto 0;
  border: 1px solid #bfc0c0;
  border-radius: 0.5rem;
  background: rgba(222, 221, 217, 0.2);
  font-size: 0.875rem;
  line-height: 1.2857142857;
  padding: 1.25rem;
  box-sizing: border-box;
}
.l-form-agreement .scroller p {
  margin: 0;
}
.l-form-agreement .scroller p:not(:first-child) {
  margin-top: 1em;
}
.l-form-agreement .scroller .lead {
  font-weight: bold;
}
.l-form-agreement .agree {
  text-align: center;
  margin-top: 3.75rem;
}
.l-form-agreement .agree p {
  margin: 0;
}
.l-form-agreement .agree .f-checkbox, .l-form-agreement .agree .wpcf7-acceptance label, .l-form-box .type .l-form-agreement .agree .wpcf7-acceptance label.wpcf7-form-control label, .l-form-agreement .agree .wpcf7-acceptance .l-form-box .type label.wpcf7-form-control label, .l-form-agreement .agree .l-form-box .type .wpcf7-form-control.f-checkbox label, .l-form-agreement .agree .l-form-box .type .wpcf7-acceptance label.wpcf7-form-control label, .l-form-box .type .wpcf7-form-control.f-checkbox .l-form-agreement .agree label {
  font-size: 1.125rem;
}
.wpcf7 :is(.group) p {
  display: contents;
}
.wpcf7 .control .type {
  padding-right: 1.5625rem;
}
.wpcf7 .control .type .f-checkbox, .wpcf7 .control .l-form-box .type .wpcf7-form-control.f-checkbox label, .l-form-box .wpcf7 .control .type .wpcf7-form-control.f-checkbox label, .wpcf7 .control .type .l-form-agreement .agree .wpcf7-acceptance label, .l-form-agreement .agree .wpcf7-acceptance .wpcf7 .control .type label, .wpcf7 .control .l-form-agreement .agree .wpcf7-acceptance .l-form-box .type label.wpcf7-form-control label {
  flex-wrap: wrap;
  row-gap: 0.9375rem;
}
.wpcf7 .control .type.-vertical .f-checkbox, .wpcf7 .control .l-form-box .type.-vertical .wpcf7-form-control.f-checkbox label, .l-form-box .wpcf7 .control .type.-vertical .wpcf7-form-control.f-checkbox label, .wpcf7 .control .type.-vertical .l-form-agreement .agree .wpcf7-acceptance label, .l-form-agreement .agree .wpcf7-acceptance .wpcf7 .control .type.-vertical label, .wpcf7 .control .l-form-agreement .agree .wpcf7-acceptance .l-form-box .type.-vertical label.wpcf7-form-control label {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9375rem;
}
.wpcf7 .wpcf7-response-output:empty {
  display: none;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  margin: 0;
}
@media (min-width: 768px) {
  .wpcf7 .wpcf7-spinner {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-spinner {
    left: 50%;
    top: calc(100% + 1.5rem);
    transform: translateX(-50%);
  }
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Home */
/**************************************************/
@keyframes scroll-indicator {
  0% {
    background-position: 0 -2.6875rem;
  }
  50% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 2.6875rem;
  }
}
.top-mv {
  height: calc(100vh - 3.4375rem);
  position: relative;
}
@media (max-width: 767px) {
  .top-mv {
    height: 38.5625rem;
    display: flex;
    align-items: flex-end;
  }
  .top-mv > .inner {
    width: 100%;
  }
}
.top-mv::after {
  position: absolute;
  inset: 0;
  background-image: url("../img/top/bg-mv.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: -1;
  content: "";
}
.top-mv .gallery-box {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.top-mv .gallery-box .swiper, .top-mv .gallery-box .item {
  width: 100%;
  height: 100%;
}
.top-mv .gallery-box .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .top-mv .content-box {
    position: absolute;
    top: 35%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .top-mv .content-box {
    position: relative;
    padding: 0.625rem;
  }
  .top-mv .content-box::after {
    position: absolute;
    inset: 0;
    background: rgba(55, 113, 211, 0.89);
    mix-blend-mode: multiply;
    content: "";
  }
}
.top-mv .content-box > .text {
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.45;
  letter-spacing: 0.12em;
  padding: 1.25rem 4.5rem 1.25rem 3.4375rem;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .top-mv .content-box > .text {
    font-size: 1.4375rem;
    line-height: 1.3913043478;
    padding: 0;
  }
}
.top-mv .content-box > .text > span {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .top-mv .content-box > .text::after {
    position: absolute;
    inset: 0;
    background: rgba(55, 113, 211, 0.89);
    mix-blend-mode: multiply;
    content: "";
  }
}
.top-mv .content-box > .mark {
  font-size: 1rem;
  color: #3880d4;
  line-height: 2.2;
  margin: 1rem 0 0 3.4375rem;
}
@media (max-width: 767px) {
  .top-mv .content-box > .mark {
    font-size: 0.875rem;
    margin: 0.3125rem 0 0;
    position: relative;
    z-index: 1;
  }
}
.top-mv .content-box > .mark mark {
  background: #fff;
  padding-left: 0.3125rem;
  color: inherit;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media (min-width: 768px) {
  .top-mv .c-sliding-text {
    position: absolute;
    bottom: 0.3125rem;
    left: 0;
  }
}
@media (max-width: 767px) {
  .top-mv .c-sliding-text {
    padding: 1.375rem 0.3125rem 1rem;
    display: block;
    box-sizing: border-box;
  }
  .top-mv .c-sliding-text .item {
    padding: 0;
    animation: none;
    font-size: 3.625rem;
    line-height: 0.9043478261;
    box-sizing: border-box;
  }
  .top-mv .c-sliding-text .item ~ .item {
    display: none;
  }
}
.top-mv .indicator {
  position: absolute;
  bottom: 6.5625rem;
  right: 5.375rem;
  font-size: 0.75rem;
  color: #3880d4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  writing-mode: vertical-lr;
}
@media (max-width: 767px) {
  .top-mv .indicator {
    display: none;
  }
}
.top-mv .indicator::after {
  display: inline-block;
  width: 0.125rem;
  height: 2.6875rem;
  overflow: hidden;
  background: linear-gradient(to bottom, #3880d4 50%, rgba(56, 128, 212, 0) 50%);
  background-position: 0 -2.6875rem;
  background-size: 100% 200%;
  animation: scroll-indicator 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  content: "";
}

.top-about {
  padding: 4rem 1.25rem;
}
@media (max-width: 767px) {
  .top-about {
    padding: 5.5rem 1.25rem 7.1875rem;
    background: url("../img/top/bg-about_sp.png") no-repeat bottom -4.375rem center/contain;
  }
}
.top-about .text {
  text-align: center;
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
}
@media (max-width: 767px) {
  .top-about .text {
    font-size: 1.125rem;
    line-height: 2.1111111111;
  }
}
.top-about .text > span {
  display: block;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .top-about .text > span {
    font-size: 1.4375rem;
    line-height: 1.8260869565;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
  }
}

.top-action {
  background-image: url("../img/top/bg-action.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.5rem 0 5.375rem;
}
@media (max-width: 767px) {
  .top-action {
    background-image: url("../img/top/bg-action_sp.jpg");
    padding: 0.75rem 0.625rem 1.75rem;
    box-sizing: border-box;
  }
}
.top-action > .inner {
  display: flex;
}
@media (min-width: 768px) {
  .top-action > .inner {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 2.25rem;
  }
}
@media (max-width: 767px) {
  .top-action > .inner {
    flex-direction: column;
    gap: 0.3125rem;
  }
}
@media (max-width: 767px) {
  .top-action .c-heading-b .lg {
    font-size: 4.0625rem;
  }
  .top-action .c-heading-b .lg::after {
    height: 1.5rem;
  }
  .top-action .c-heading-b .sm {
    font-size: 1.1875rem;
  }
}
.top-action .image {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .top-action .image {
    width: 38rem;
  }
  .top-action .image img {
    border-radius: 5rem;
  }
}
@media (max-width: 767px) {
  .top-action .wrapper {
    order: -1;
  }
}
.top-action .wrapper .c-heading-b .lg::after {
  background: #fff;
  opacity: 1;
}
.top-action .wrapper .list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
}
@media (min-width: 768px) {
  .top-action .wrapper .list {
    width: 27.5rem;
  }
}
@media (max-width: 767px) {
  .top-action .wrapper .list {
    margin: 1.25rem 0 0;
  }
}
.top-action .wrapper .list li {
  min-height: 4.375rem;
  position: relative;
}
.top-action .wrapper .list li::after {
  position: absolute;
  inset: 0;
  background: #3880d4;
  opacity: 0.51;
  mix-blend-mode: multiply;
  content: "";
}
.top-action .wrapper .list li + li {
  margin-top: 0.375rem;
}
.top-action .wrapper .list li:first-child .body {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .top-action .wrapper .list li:first-child .lead {
    border-bottom: 1px solid #fff;
    margin-bottom: 0.75rem;
    padding-bottom: 0.4375rem;
  }
}
.top-action .wrapper .list a {
  display: flex;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.top-action .wrapper .list .body {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  flex-grow: 1;
  padding-right: 1.25rem;
}
.top-action .wrapper .list .icon {
  width: 6.5625rem;
  height: 4.375rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.top-action .wrapper .list .icon img {
  display: block;
}
.top-action .wrapper .list .icon img.-i1 {
  width: 4.3125rem;
}
.top-action .wrapper .list .icon img.-i2 {
  width: 3rem;
}
.top-action .wrapper .list .icon img.-i3 {
  width: 4.1875rem;
}
.top-action .wrapper .list .icon img.-i4 {
  width: 4.125rem;
}
.top-action .wrapper .list .icon img.-i5 {
  width: 2rem;
}
.top-action .wrapper .list .lead {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
  position: relative;
}
.top-action .wrapper .list .lead::after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.3125rem;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4.90001H11.75' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M7.7 0.350006L12.25 4.90001L7.7 9.45001' stroke='white' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.8125rem;
  height: 0.625rem;
  content: "";
}
.top-action .wrapper .list .text {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 767px) {
  .top-action .wrapper .list .content {
    display: none;
  }
}

.top-pickup {
  padding: 5rem 0 10.25rem;
  background-image: url("../img/top/bg-pickup.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom 4.25rem center;
}
@media (max-width: 767px) {
  .top-pickup {
    padding: 3rem 0 8.75rem;
    background-image: url("../img/top/bg-pickup_sp.png");
    background-position: bottom -8.75rem center;
  }
}
.top-pickup > .inner {
  max-width: 50rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-pickup .c-heading-b .lg {
    font-size: 4.0625rem;
  }
  .top-pickup .c-heading-b .lg::after {
    height: 1.5rem;
  }
  .top-pickup .c-heading-b .sm {
    font-size: 1.1875rem;
  }
}
.top-pickup .list {
  margin: 2.125rem 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .top-pickup .list {
    margin: 3.125rem 0 0;
  }
}
.top-pickup .list li + li {
  margin-top: 3.4375rem;
}
@media (max-width: 767px) {
  .top-pickup .list li + li {
    margin-top: 2.5rem;
  }
}
.top-pickup .list a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  box-sizing: border-box;
  min-height: 10.5rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.875rem;
  letter-spacing: 0.42em;
  background: #3771d3;
  position: relative;
}
@media (max-width: 767px) {
  .top-pickup .list a {
    font-size: 1.5625rem;
    min-height: 7.5rem;
    letter-spacing: 0.3em;
  }
}
.top-pickup .list a:hover {
  opacity: 1;
}
.top-pickup .list a::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 52%, #FFFFFF 170%);
  content: "";
}

.top-case {
  background-image: url("../img/top/bg-case.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.625rem 1.25rem 3.75rem;
  position: relative;
}
@media (max-width: 767px) {
  .top-case {
    padding-bottom: 2.5rem;
  }
}
.top-case .c-sliding-text {
  position: absolute;
  width: 100%;
  bottom: calc(100% - 0.5rem);
  left: 0;
}
.top-case > .inner {
  max-width: 51.75rem;
  margin: 0 auto;
}
.top-case > .inner > .heading {
  margin: 0;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .top-case > .inner > .heading {
    font-size: 1.5rem;
  }
}
.top-case > .inner > .text {
  margin: 1rem 0 0;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #fff;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .top-case > .inner > .image {
    margin-top: -3.75rem;
  }
}
@media (max-width: 767px) {
  .top-case > .inner > .image {
    margin: 1.25rem 0;
  }
}
.top-case > .inner > .image img {
  display: block;
}

.top-intro {
  position: relative;
}
.top-intro::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15.75rem;
  background-color: #377fd3;
  background-image: linear-gradient(rgba(55, 127, 211, 0.5), rgba(55, 127, 211, 0.5)), url("../img/top/bg-intro.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom -1px center;
  z-index: -1;
  content: "";
}
@media (max-width: 767px) {
  .top-intro::after {
    display: none;
  }
}
.top-intro > .inner {
  max-width: 50rem;
  margin: 0 auto;
  padding: 4.5rem 0 0;
}
@media (max-width: 767px) {
  .top-intro > .inner {
    padding: 1.5rem 0;
    background-color: #377fd3;
    background-image: url("../img/top/bg-intro_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom -0.0625rem center;
  }
}
.top-intro .c-sliding-text {
  position: absolute;
  bottom: calc(100% - 0.5rem);
  left: 0;
}
@media (max-width: 767px) {
  .top-intro .c-sliding-text {
    bottom: calc(100% - 0.375rem);
  }
}
.top-intro > .inner > .heading {
  text-align: center;
  margin: 0 0 0.3125rem;
  font-size: 1.625rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .top-intro > .inner > .heading {
    line-height: 1.3076923077;
  }
}
.top-intro > .inner > .text {
  text-align: center;
  font-size: 1rem;
  line-height: 1.625;
  margin: 0;
}
@media (max-width: 767px) {
  .top-intro > .inner > .text {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    text-align: left;
    padding: 0 0.9375rem;
  }
}
.top-intro > .inner > .image {
  margin: 1.75rem 0 0;
}
.top-intro > .inner > .image iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.top-intro .c-btn-a {
  margin-top: 1.5625rem;
}
@media (max-width: 767px) {
  .top-intro .c-btn-a {
    margin-top: 1.75rem;
  }
}
.top-intro .article-box {
  padding: 10.375rem 0;
  position: relative;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .top-intro .article-box {
    padding: 6.875rem 0 8.625rem;
  }
}
.top-intro .article-box::after {
  position: absolute;
  width: 99.4375rem;
  height: 48.25rem;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/top/bg-article.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  content: "";
}
@media (max-width: 767px) {
  .top-intro .article-box::after {
    background-image: url("../img/top/bg-article_sp.png");
    top: auto;
    bottom: 0;
    width: 39.625rem;
    height: 59.3125rem;
  }
}
.top-intro .article-box .title {
  margin: 0 0 1.375rem;
  text-align: center;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.4375;
}
@media (max-width: 767px) {
  .top-intro .article-box .title {
    margin-bottom: 0.625rem;
  }
}
.top-intro .article-box .title > span {
  font-size: 1.375rem;
  display: block;
}
.top-intro .article-box .text {
  margin: 0;
  font-size: 1rem;
  line-height: 2.25;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 767px) {
  .top-intro .article-box .text {
    line-height: 2.125;
  }
}
.top-intro .article-box .c-btn-a > a {
  padding-left: 1.8125rem;
  padding-right: 3rem;
}
.top-intro .btn-group {
  max-width: 50rem;
  margin: 0 auto;
  padding: 7.5rem 0 9.5625rem;
}
@media (max-width: 767px) {
  .top-intro .btn-group {
    background-image: url("../img/top/bg-intro-btn_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 5rem 0 10.9375rem;
  }
}
.top-intro .btn-group > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  box-sizing: border-box;
  min-height: 6.6875rem;
  letter-spacing: 0.42em;
  background: #3771d3;
  position: relative;
  font-size: 1.875rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  .top-intro .btn-group > a {
    font-size: 1.5625rem;
    min-height: 5.4375rem;
  }
}
.top-intro .btn-group > a:hover {
  opacity: 1;
}
.top-intro .btn-group > a::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 38%, #FFFFFF 153%);
  content: "";
}
.top-intro .btn-group > a .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.top-intro .btn-group > a .icon.-top {
  width: 3.625rem;
  left: 1.125rem;
}
@media (max-width: 767px) {
  .top-intro .btn-group > a .icon.-top {
    width: 3rem;
  }
}
.top-intro .btn-group > a .icon.-bottom {
  width: 2.1875rem;
  left: 1.625rem;
}
@media (max-width: 767px) {
  .top-intro .btn-group > a .icon.-bottom {
    width: 1.875rem;
  }
}
.top-intro .btn-group > a + a {
  margin-top: 2.75rem;
}
@media (max-width: 767px) {
  .top-intro .btn-group > a + a {
    margin-top: 2.1875rem;
  }
}
@media (max-width: 767px) {
  .top-intro.-video > .inner {
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
    background-image: url("../img/top/bg-intro2_sp.png");
  }
  .top-intro.-video .heading {
    margin-bottom: 1.25rem;
  }
  .top-intro.-video .image {
    padding: 0 0.5625rem;
  }
}

@media (min-width: 768px) {
  .top-performance {
    margin-top: 5rem;
  }
}
.top-performance > .inner {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  background: #e8f2f9;
  padding: 2.625rem 1.875rem 4.6875rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .top-performance > .inner {
    padding: 2.125rem 0.625rem 2.375rem;
  }
}
@media (max-width: 767px) {
  .top-performance .c-heading-b .lg {
    font-size: 3.25rem;
  }
  .top-performance .c-heading-b .lg::after {
    height: 1.375rem;
  }
  .top-performance .c-heading-b .sm {
    font-size: 1rem;
  }
}
.top-performance .grid {
  max-width: 50rem;
  margin: 3.875rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .top-performance .grid {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
    gap: 0.9375rem;
  }
}
.top-performance .info-card {
  background: #fff;
  padding: 0.875rem 0 0;
  display: flex;
  flex-direction: column;
}
.top-performance .info-card > .title {
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.top-performance .info-card > .title > span {
  display: inline-block;
  border-width: 1px 0;
  border-style: solid;
  border-color: #3880d4;
  padding: 0 0.3125rem;
}
.top-performance .info-card > .title ~ .title {
  margin-top: 0.75rem;
}
.top-performance .info-card .content {
  padding: 0 1.125rem;
}
@media (max-width: 767px) {
  .top-performance .info-card .content {
    padding: 0 0 0 0.625rem;
  }
}
.top-performance .info-card .count {
  text-align: center;
  color: #3880d4;
}
.top-performance .info-card .count > .number {
  line-height: 1;
  font-size: 3.625rem;
  font-weight: bold;
}
.top-performance .info-card .count > .number small {
  font-size: 1.875rem;
  display: inline-block;
  vertical-align: 0.3125rem;
  margin-left: 0.125rem;
}
.top-performance .info-card .count > .number small.-mr {
  margin-left: 0;
  margin-right: 0.125rem;
}
.top-performance .info-card .count > .number.-sm {
  font-size: 3.25rem;
}
.top-performance .info-card .count > .caption {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.top-performance .info-card .count.-mb {
  margin-bottom: 0.3125rem;
}
.top-performance .info-card .lead > span {
  border: 1px solid #000;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0 0.1875rem;
}
.top-performance .info-card .text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4166666667;
  margin: 0.1875rem 0 0;
}
@media (max-width: 767px) {
  .top-performance .info-card .text {
    letter-spacing: -0.01em;
  }
}
.top-performance .info-card .list {
  list-style: none;
  padding: 0;
  margin: 0.3125rem 0 0;
}
@media (max-width: 767px) {
  .top-performance .info-card .list {
    margin-bottom: 0.625rem;
  }
}
.top-performance .info-card .list li {
  color: #3771d3;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 0.6em;
  line-height: 1;
  position: relative;
}
.top-performance .info-card .list li::before {
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  background: currentColor;
  border-radius: 50%;
  top: 1.25rem;
  left: 0;
  content: "";
}
.top-performance .info-card .list li .number {
  font-size: 1.875rem;
  line-height: 1;
}
.top-performance .info-card .image {
  margin-top: auto;
}
.top-performance .info-card .detail {
  margin-top: 0.75rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .top-performance .info-card .detail {
    margin-top: 0;
  }
}
.top-performance .info-card .detail .list {
  text-align: left;
}
.top-performance .info-card .detail .list li::before {
  top: 1.75rem;
}
.top-performance .info-card .detail .list li .number {
  font-size: 2.5rem;
  font-weight: bold;
}

.top-qa {
  margin: 3.875rem 0;
}
@media (max-width: 767px) {
  .top-qa {
    margin: 2.625rem 0;
    padding: 0 1.25rem;
  }
  .top-qa .group {
    margin-top: 2.375rem;
  }
}
.top-qa .btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 33.125rem;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.28em;
  background-color: #3771d3;
  background-image: url("../img/top/bg-btn.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 50vh;
  padding: 0.5625rem;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .top-qa .btn {
    font-size: 1rem;
    letter-spacing: 0.16em;
    padding: 0.25rem 2.125rem 0.25rem 0.625rem;
  }
}
.top-qa .btn::after {
  position: absolute;
  top: 50%;
  right: 1.625rem;
  width: 1rem;
  height: 0.75rem;
  margin-top: -0.375rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5.89H14.3' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M9.37 0.35L14.91 5.89L9.37 11.42' stroke='white' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media (max-width: 767px) {
  .top-qa .btn::after {
    width: 0.75rem;
    height: 0.5625rem;
    margin-top: -0.28125rem;
    right: 1.25rem;
  }
}
.top-qa .btn > span {
  display: inline-block;
  vertical-align: -0.125rem;
  font-size: 1.8125rem;
}
@media (max-width: 767px) {
  .top-qa .btn > span {
    font-size: 1.5rem;
  }
}
.top-qa .btn + .btn {
  margin-top: 0.625rem;
}
@media (max-width: 767px) {
  .top-qa .btn + .btn {
    margin-top: 0.4375rem;
  }
}

.top-news > .inner {
  max-width: 43.5rem;
  margin-left: auto;
  margin-right: auto;
}
.top-news .newsfeed .list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #deddd9;
}
.top-news .newsfeed .list .item {
  border-bottom: 1px solid #deddd9;
}
.top-news .newsfeed .list a {
  text-decoration: none;
  color: #000;
  display: grid;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .top-news .newsfeed .list a {
    grid-template-columns: 5.9375rem 6.5625rem 1fr;
    align-items: center;
    padding: 0.9375rem 0;
  }
}
@media (max-width: 767px) {
  .top-news .newsfeed .list a {
    grid-template-columns: 6.625rem 1fr;
    grid-template-rows: auto auto;
    row-gap: 0.3125rem;
    padding: 0.625rem 0;
  }
}
.top-news .newsfeed .list .date {
  text-align: right;
  padding-right: 0.9375rem;
}
@media (max-width: 767px) {
  .top-news .newsfeed .list .date {
    grid-row: 1/-1;
  }
}
@media (max-width: 767px) {
  .top-news .newsfeed .list .tag {
    justify-self: start;
  }
}
.top-news .newsfeed .list .title {
  padding-left: 0.375rem;
}
@media (max-width: 767px) {
  .top-news .newsfeed .list .title {
    padding: 0 1.25rem 0 0;
  }
}
.top-news .newsfeed .filter {
  text-align: center;
  margin-bottom: 0.875rem;
}
.top-news .newsfeed .filter .tag + .tag {
  margin-left: 1.25rem;
}
.top-news .newsfeed .tag {
  display: inline-block;
  min-width: 6.5625rem;
  font-size: 1rem;
  padding: 0.125rem 0 0.25rem;
  background: var(--accent, #ffb56b);
  color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 50vh;
}
@media (min-width: 768px) {
  .top-news .newsfeed .tag.-sm {
    min-width: 5.625rem;
    font-size: 0.875rem;
  }
}
.top-news .newsfeed .tag.-green {
  --accent: #75c6cf;
}
.top-news .c-heading-a {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .top-news .c-heading-a {
    margin-bottom: 1.875rem;
  }
}
.top-news .c-btn-a {
  margin-top: 1.25rem;
}

.top-info {
  margin: 4.875rem 0 0;
}
@media (max-width: 767px) {
  .top-info {
    margin: 3.4375rem 0 0;
  }
}
.top-info > .inner {
  max-width: 70.625rem;
  margin-left: auto;
  margin-right: auto;
}
.top-info .slider-box {
  padding: 0 4.0625rem;
  margin: 1.875rem 0 1.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .top-info .slider-box {
    padding: 0;
  }
}
.top-info .slider-box .swiper-slide .image {
  position: relative;
  width: 14.5rem;
  height: 11rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-info .slider-box .swiper-slide .image {
    width: 15.125rem;
    height: 11.5rem;
  }
}
.top-info .slider-box .swiper-slide .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.top-info .slider-box .navigation {
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -0.5rem;
  width: 0.875rem;
  height: 1rem;
}
@media (max-width: 767px) {
  .top-info .slider-box .navigation {
    display: none;
  }
}
.top-info .slider-box .navigation.-prev {
  left: 0;
}
.top-info .slider-box .navigation.-next {
  right: 0;
}
.top-info.-campaign {
  padding-bottom: 9.25rem;
}
.top-info.-campaign .swiper-wrapper {
  justify-content: center;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .top-info.-campaign .swiper-wrapper {
    justify-content: flex-start;
  }
}
.top-info.-campaign .swiper-slide {
  margin-right: 0 !important;
}

/**************************************************/
/* News */
/**************************************************/
.pg-news .l-category-title > .text {
  font-size: 4.625rem;
  padding: 0 1.875rem 0 1.5rem;
}
@media (max-width: 767px) {
  .pg-news .l-category-title > .text {
    font-size: 3rem;
  }
}
.pg-news.-detail .l-category-title {
  background-image: url("../img/news/bg-entry.jpg");
}

.l-news {
  padding: 2.5rem 0 5rem;
}
@media (max-width: 767px) {
  .l-news {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.l-news .c-heading-a {
  margin-bottom: 4rem;
}

.l-news-feed .filter {
  text-align: center;
  margin-bottom: 1.25rem;
}
.l-news-feed .filter .tag + .tag {
  margin-left: 1.25rem;
}
.l-news-feed .list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #deddd9;
}
.l-news-feed .list li {
  border-bottom: 1px solid #deddd9;
}
.l-news-feed .list a {
  text-decoration: none;
  color: #000;
  display: grid;
  position: relative;
}
@media (min-width: 768px) {
  .l-news-feed .list a {
    grid-template-columns: 18.875rem 1fr;
    gap: 0 3.125rem;
    padding: 1.25rem 5rem 1.25rem 0;
  }
}
@media (max-width: 767px) {
  .l-news-feed .list a {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.25rem 0;
  }
}
@media (min-width: 768px) {
  .l-news-feed .list a::after {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    border-radius: 50%;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.96 15.5H24.33' stroke='%233771D3' stroke-miterlimit='10'/%3E%3Cpath d='M17.71 8.56L24.65 15.5L17.71 22.44' stroke='%233771D3' stroke-miterlimit='10'/%3E%3Cpath d='M15.53 30.56C23.8308 30.56 30.56 23.8308 30.56 15.53C30.56 7.22916 23.8308 0.5 15.53 0.5C7.22916 0.5 0.5 7.22916 0.5 15.53C0.5 23.8308 7.22916 30.56 15.53 30.56Z' stroke='%233771D3' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
}
.l-news-feed .list .thumbnail {
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
  height: 10.625rem;
}
.l-news-feed .list .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .l-news-feed .list .body {
    padding: 0.625rem 0;
  }
}
.l-news-feed .list .meta {
  margin: 0.25rem 0 1.125rem;
}
@media (max-width: 767px) {
  .l-news-feed .list .meta {
    margin: 0.625rem 0 0.3125rem;
  }
}
.l-news-feed .list .meta .tag + .tag {
  margin-left: 0.125rem;
}
.l-news-feed .list .title {
  font-size: 1rem;
  line-height: 1.875;
  margin: 0;
}
.l-news-feed .tag {
  display: inline-block;
  min-width: 6.5625rem;
  font-size: 1rem;
  padding: 0.125rem 0 0.25rem;
  background: var(--accent, #ffb56b);
  color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 50vh;
}
.l-news-feed .tag.-green {
  --accent: #75c6cf;
}

.l-news-pagination {
  margin: 2.5rem 0 0;
}
.l-news-pagination > .inner {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 0.3125rem;
}
.l-news-pagination li {
  width: 2.8125rem;
  height: 2.8125rem;
}
.l-news-pagination .page-numbers {
  display: grid;
  place-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #bfc0c0;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 500;
}
.l-news-pagination .page-numbers.current {
  color: #3771d3;
}
.l-news-pagination .page-numbers.prev {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.72 5.93001H1.32' stroke='%233771D3' stroke-miterlimit='10'/%3E%3Cpath d='M6.28 0.350006L0.699998 5.93001L6.28 11.5' stroke='%233771D3' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
  background-size: 1rem 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
}
.l-news-pagination .page-numbers.next {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5.93001H14.4' stroke='%233771D3' stroke-miterlimit='10'/%3E%3Cpath d='M9.44 0.350006L15.02 5.93001L9.44 11.5' stroke='%233771D3' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
  background-size: 1rem 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
}

.l-post-entry {
  padding: 2.8125rem 1.25rem 6.25rem;
}
.l-post-entry > .inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.l-post-entry .date {
  font-size: 1rem;
}
.l-post-entry .tag {
  display: inline-block;
  min-width: 6.5625rem;
  font-size: 1rem;
  padding: 0.125rem 0 0.25rem;
  background: var(--accent, #ffb56b);
  color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 50vh;
  margin-left: 0.3125rem;
}
.l-post-entry .tag.-green {
  --accent: #75c6cf;
}
.l-post-entry .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.375rem;
  margin: 0.75rem 0 1.875rem;
}
.l-post-entry .content {
  font-size: 1rem;
  line-height: 1.625;
}
.l-post-entry .content p {
  margin: 1em 0 0;
}
.l-post-entry .content .wp-block-image {
  margin: 0 0 1.875rem;
}
.l-post-entry .content .wp-block-image img {
  border-radius: 2.5rem;
}
.l-post-entry .c-btn-a {
  margin-top: 3.125rem;
}

/**************************************************/
.activities-section {
  margin: 4rem 0 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.activities-section > .inner > .text {
  font-size: 1rem;
  line-height: 1.625;
  text-align: center;
  margin: 1.875rem 0 0;
}
.activities-section .btn-blue {
  max-width: 50rem;
  margin: 6.25rem auto 0;
}
@media (max-width: 767px) {
  .activities-section .btn-blue {
    margin-top: 3.125rem;
  }
}
.activities-section .btn-blue > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  box-sizing: border-box;
  min-height: 10.5rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.875rem;
  letter-spacing: 0.42em;
  background: #3771d3;
  position: relative;
}
@media (max-width: 767px) {
  .activities-section .btn-blue > a {
    padding: 1rem;
    font-size: 1.5625rem;
    min-height: 7.5rem;
    letter-spacing: 0.2em;
  }
}
.activities-section .btn-blue > a:hover {
  opacity: 1;
}
.activities-section .btn-blue > a::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 52%, #ffffff 170%);
  content: "";
}

.activities-section.-intro {
  margin-top: 1.25rem;
}
.activities-section.-intro .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  list-style: none;
  margin: 6.25rem 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .activities-section.-intro .list {
    margin-top: 3.125rem;
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}
.activities-section.-intro .list .lead {
  text-align: center;
  color: #fff;
  background: #3771d3;
  font-size: 1.375rem;
  letter-spacing: 0.36em;
  line-height: 1;
  margin: 0;
  padding: 0.625rem 0 0.8125rem;
}
.activities-section.-intro .list .text {
  font-size: 1rem;
  line-height: 1.625;
  margin: 0.25rem 0 0;
}

.activities-section.-appraisal .list {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem 1.5625rem;
}
@media (max-width: 767px) {
  .activities-section.-appraisal .list {
    gap: 0.3125rem;
  }
}
.activities-section.-appraisal .list li:first-child {
  grid-column: 1/-1;
}
.activities-section.-appraisal .list .wrapper {
  display: grid;
  place-items: center;
  position: relative;
}
.activities-section.-appraisal .list .text {
  position: absolute;
  inset: 0;
  margin: 0;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  display: grid;
  place-items: center;
  background: rgba(55, 113, 211, 0.67);
}
@media (max-width: 767px) {
  .activities-section.-appraisal .list .text {
    font-size: 1rem;
  }
}
.activities-section.-appraisal .button {
  margin: 2.5rem 0 0;
  text-align: center;
}
.activities-section.-appraisal .button > a {
  display: inline-block;
  width: 20.625rem;
  text-align: center;
  text-decoration: none;
  font-size: 1.8125rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.28em;
  color: #fff;
  background-color: #3771d3;
  background-image: url("../img/sell/bg-btn.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 50vh;
  padding: 0.4375rem 0 0.625rem;
}
@media (max-width: 767px) {
  .activities-section.-appraisal .button > a {
    font-size: 1.5rem;
  }
}
.activities-section.-appraisal .caption {
  text-align: center;
  font-size: 1rem;
  margin: 0.875rem 0 0;
}
.activities-section.-appraisal > .inner > .btn {
  margin-bottom: 9.0625rem;
}
@media (max-width: 767px) {
  .activities-section.-appraisal > .inner > .btn {
    margin-bottom: 4.0625rem;
  }
}

.activities-section.-service .tab-group {
  margin: 2.25rem 0 0;
}
.activities-section.-service .tab-group .list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #3771d3;
  height: 3.75rem;
}
.activities-section.-service .tab-group .list li:nth-child(even) {
  border-width: 0 1px;
  border-style: solid;
  border-color: #3771d3;
}
.activities-section.-service .tab-group .list li a {
  display: grid;
  place-items: center;
  height: 100%;
  text-align: center;
  font-size: 1.25rem;
  text-decoration: none;
  color: #3771d3;
  letter-spacing: 0.06em;
  box-sizing: border-box;
  line-height: 1.2;
  padding: 0.5rem 0 0.375rem;
  transition-property: background, color;
  transition-duration: 0.15s;
}
@media (max-width: 767px) {
  .activities-section.-service .tab-group .list li a {
    font-size: 1rem;
  }
}
.activities-section.-service .tab-group .list li a:hover {
  opacity: 1;
  background: #3771d3;
  color: #fff;
}
.activities-section.-service .tab-group .list li.-active a {
  background: #3771d3;
  color: #fff;
}
.activities-section.-service .tab-group .list li small {
  font-size: 0.875rem;
  display: block;
}
@media (max-width: 767px) {
  .activities-section.-service .tab-group .list li small {
    font-size: 0.75rem;
  }
}
.activities-section.-service .tab-group .body {
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #3771d3;
  background-color: #d3edfb;
  min-height: 29.375rem;
  padding: 2.1875rem 1.25rem;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .activities-section.-service .tab-group .body {
    padding: 1.875rem 1.25rem;
    min-height: 25rem;
  }
}
.activities-section.-service .tab-group .body__title {
  margin: 0;
  font-size: 1.5rem;
  color: #3771d3;
}
@media (max-width: 767px) {
  .activities-section.-service .tab-group .body__title {
    font-size: 1.25rem;
  }
}
.activities-section.-service .tab-group .body__text {
  margin: 1.25rem 0 0;
  line-height: 1.625;
}
.activities-section.-service .tab-group .body img {
  width: 100%;
}
.activities-section.-service .tab-group .body .leaseback img {
  margin-top: 1.875rem;
  max-width: 9rem;
}
@media (max-width: 767px) {
  .activities-section.-service .tab-group .body .leaseback img {
    max-width: 5.625rem;
  }
}
.activities-section.-service .tab-group .body .purchase img {
  margin-top: 5rem;
  max-width: 13rem;
}
@media (max-width: 767px) {
  .activities-section.-service .tab-group .body .purchase img {
    margin-top: 3.75rem;
    max-width: 7.5rem;
  }
}
.activities-section.-service .tab-group .body .guarantee img {
  margin-top: 1.875rem;
  max-width: 13rem;
}
@media (max-width: 767px) {
  .activities-section.-service .tab-group .body .guarantee img {
    max-width: 7.5rem;
  }
}

.activities-section.-flow {
  padding: 3.75rem 0 3.125rem;
  background-color: #3771d3;
  background-image: url("../img/sell/bg-flow.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top -1px center;
}
.activities-section.-flow > .inner > .list {
  list-style: none;
  padding: 0;
  margin: 1.375rem 0 0;
}
@media (max-width: 767px) {
  .activities-section.-flow > .inner > .list {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.activities-section.-flow > .inner > .list > li {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 2.875rem;
  padding: 1.75rem 0;
}
@media (max-width: 767px) {
  .activities-section.-flow > .inner > .list > li {
    flex-direction: column;
    gap: 1rem;
  }
}
.activities-section.-flow > .inner > .list > li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.activities-section.-flow > .inner > .list .figure {
  margin: 0;
  width: 22.25rem;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 767px) {
  .activities-section.-flow > .inner > .list .figure {
    width: 100%;
  }
}
.activities-section.-flow > .inner > .list .figure img {
  border-radius: 1.5rem;
}
.activities-section.-flow > .inner > .list .figure .caption {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 4rem;
  height: 4rem;
  display: grid;
  place-items: center;
  background: #3771d3;
  font-size: 1rem;
  border-radius: 50%;
}
.activities-section.-flow > .inner > .list .body p {
  font-size: 1rem;
  margin: 0;
}
.activities-section.-flow > .inner > .list .body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.activities-section.-flow > .inner > .list .body ul li {
  font-size: 1rem;
  line-height: 1.625;
  padding-left: 1.2em;
  position: relative;
}
.activities-section.-flow > .inner > .list .body ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  line-height: 1.625;
  content: "・";
}
.activities-section.-flow > .inner > .list .lead {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  margin: 0 0 0.375rem;
}
@media (max-width: 767px) {
  .activities-section.-flow > .inner > .list .lead {
    font-size: 1.3125rem;
  }
}

.activities-section.-voice {
  background-color: #e8f2f9;
  margin: 0;
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .activities-section.-voice {
    padding: 3.75rem 0 5rem;
  }
}
.activities-section.-voice > .inner {
  max-width: 62.5rem;
}
.activities-section.-voice .list {
  list-style: none;
  margin: 2.375rem 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 1.5rem;
}
@media (max-width: 767px) {
  .activities-section.-voice .list {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.activities-section.-voice .list li {
  background: #fff;
  font-size: 1rem;
  line-height: 1.625;
  box-sizing: border-box;
  padding: 0.625rem;
  border-radius: 1.25rem;
  position: relative;
}
.activities-section.-voice .list li::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1rem;
  border-style: solid;
  border-width: 1rem 1rem 0px 1rem;
  border-color: #fff transparent transparent transparent;
  content: "";
}
.activities-section.-voice.-sell .btn-blue {
  margin-top: 0;
}

.activities-section.-lease {
  margin: 0;
  padding: 6.25rem 0;
}
@media (max-width: 767px) {
  .activities-section.-lease {
    padding: 3.75rem 0;
  }
}
.activities-section.-lease > .inner > .btn-blue {
  margin-top: 0;
}

.activities-section.-rent {
  margin: 0;
  padding: 5rem 1.25rem;
}
.activities-section.-rent > .inner {
  max-width: 62.5rem;
  background-image: url("../img/rent/bg-rent.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.1875rem 6.25rem 3.25rem;
  box-sizing: border-box;
}
.activities-section.-rent > .inner + .inner {
  margin-top: 3.125rem;
}
.activities-section.-rent .btn-blue {
  margin-top: 0;
}

/**************************************************/
/* マンションを売りたい */
/**************************************************/
.pg-sell .l-category-title {
  background-image: url("../img/sell/bg-category-title.jpg");
}

.pg-sell.-form .l-category-title {
  background-image: url("../img/sell/bg-category-title_form.jpg");
}
.pg-sell.-form .l-category-title .main {
  padding-left: 0.75rem;
  padding-right: 0.25rem;
  letter-spacing: 0.24em;
}

/**************************************************/
/* マンションを買いたい */
/**************************************************/
.pg-buy .l-category-title {
  background-image: url("../img/buy/bg-category-title.jpg");
}

/**************************************************/
/* マンションを貸したい・資産を任せたい */
/**************************************************/
.pg-rent .l-category-title {
  background-image: url("../img/rent/bg-category-title.jpg");
}

.pg-rent.-form .l-category-title {
  background-image: url("../img/rent/bg-category-title_form.jpg");
}
.pg-rent.-form .l-category-title .main {
  letter-spacing: 0.2em;
  padding-left: 0.875rem;
}

.pg-rent .activities-section.-service .tab-group .list {
  grid-template-columns: repeat(2, 1fr);
}
.pg-rent .activities-section.-service .tab-group .list li a {
  padding: 0.9375rem 0;
}
.pg-rent .activities-section.-service .tab-group .tab > .title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 0 0.75rem;
  background: rgba(55, 113, 211, 0.2);
  letter-spacing: 0.1em;
}
.pg-rent .activities-section.-service .tab-group .tab > .text {
  font-size: 1rem;
  line-height: 1.625;
  margin: 0;
}
.pg-rent .activities-section.-service .tab-group .tab > .text.-sm {
  font-size: 0.875rem;
  line-height: 1.8571428571;
  margin-top: 0.3125rem;
}
.pg-rent .activities-section.-service .tab-group .tab > .text.-center {
  text-align: center;
}
.pg-rent .activities-section.-service .tab-group .tab > .text + .title {
  margin-top: 1.875rem;
}
.pg-rent .activities-section.-service .tab-group .tab > .highlight {
  background: #fff;
  border: 1px solid #3771d3;
  font-size: 1rem;
  line-height: 1.625;
  margin: 0.9375rem 0 1.875rem;
  padding: 0.625rem 0.9375rem;
}
.pg-rent .activities-section.-service .tab-group .tab > .highlight p {
  margin: 0;
}
.pg-rent .activities-section.-service .tab-group .feature-box {
  background: #fff;
  margin: 1.875rem 0;
}
.pg-rent .activities-section.-service .tab-group .feature-box > .lead {
  text-align: center;
  color: #fff;
  background: #3771d3;
  font-size: 1.25rem;
}
.pg-rent .activities-section.-service .tab-group .feature-box > .group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #3771d3;
}
.pg-rent .activities-section.-service .tab-group .feature-box .item {
  padding: 0.9375rem 0.9375rem 1.875rem;
}
.pg-rent .activities-section.-service .tab-group .feature-box .item:nth-child(even) {
  border-width: 0 1px;
  border-style: solid;
  border-color: #3771d3;
}
.pg-rent .activities-section.-service .tab-group .feature-box .item > .lead {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
  padding: 0.125rem;
  margin: 0 0 0.5rem;
}
.pg-rent .activities-section.-service .tab-group .feature-box .item p {
  font-size: 1rem;
  line-height: 1.625;
  margin: 0;
}
.pg-rent .activities-section.-service .tab-group .circle-box {
  list-style: none;
  margin: 2rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.pg-rent .activities-section.-service .tab-group .circle-box .item {
  width: 11.25rem;
  height: 11.25rem;
  border-radius: 50%;
  border: 1px solid #3771d3;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  padding: 0.25rem;
}
.pg-rent .activities-section.-service .tab-group .circle-box .item > .icon {
  width: 4.3125rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: -1.4375rem auto 0.6875rem;
}
.pg-rent .activities-section.-service .tab-group .circle-box .item > .lead {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.pg-rent .activities-section.-service .tab-group .circle-box .item p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
.pg-rent .activities-section.-service .tab-group .circle-box .item:nth-child(1) > .icon > img {
  width: 3.625rem;
}
.pg-rent .activities-section.-service .tab-group .circle-box .item:nth-child(2) > .icon > img {
  width: 4.3125rem;
}
.pg-rent .activities-section.-service .tab-group .circle-box .item:nth-child(3) > .icon > img {
  width: 3.1875rem;
}
.pg-rent .activities-section.-service .tab-group .circle-box .item:nth-child(4) > .icon > img {
  width: 3.5625rem;
}
.pg-rent .activities-section.-service .tab-group .table-box {
  margin: 1.5rem 0 1.875rem;
  background: #fff;
  overflow: auto;
  width: 100%;
}
.pg-rent .activities-section.-service .tab-group .table-box table {
  border-collapse: collapse;
  border: 1px solid #3771d3;
  width: 100%;
}
.pg-rent .activities-section.-service .tab-group .table-box table th, .pg-rent .activities-section.-service .tab-group .table-box table td {
  border: 1px solid #3771d3;
  height: 6.25rem;
  text-align: center;
}
.pg-rent .activities-section.-service .tab-group .table-box table th {
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
.pg-rent .activities-section.-service .tab-group .table-box table td {
  font-size: 1rem;
  line-height: 1.625;
}
.pg-rent .activities-section.-service .tab-group .table-box table caption {
  text-align: center;
  color: #fff;
  background: #3771d3;
  font-size: 1.25rem;
}
.pg-rent .activities-section.-service .tab-group .dot-list {
  list-style: none;
  padding: 0 0 0 0.5em;
  margin: 0;
}
.pg-rent .activities-section.-service .tab-group .dot-list li {
  font-size: 1rem;
  line-height: 1.625;
  display: table;
}
.pg-rent .activities-section.-service .tab-group .dot-list li::before {
  display: table-cell;
  width: 1.5rem;
  text-align: center;
  font-size: 1.125rem;
  color: #3771d3;
  content: "•";
}
.pg-rent .activities-section.-service .tab-group .dot-list + .title {
  margin-top: 1.875rem;
}

/**************************************************/
/* マンションを借りたい */
/**************************************************/
.pg-lease .l-category-title {
  background-image: url("../img/lease/bg-category-title.jpg");
}

.pg-lease .activities-section.-flow {
  background-image: url("../img/lease/bg-flow.png");
  padding-bottom: 6.25rem;
}
@media (max-width: 767px) {
  .pg-lease .activities-section.-flow {
    padding-bottom: 3.75rem;
  }
}
.pg-lease .activities-section.-flow .feature-block {
  max-width: 62.5rem;
  margin: 8.4375rem auto 0;
}
@media (max-width: 767px) {
  .pg-lease .activities-section.-flow .feature-block {
    margin: 3.125rem 0 0;
    padding: 0rem 1.25rem;
  }
}
.pg-lease .activities-section.-flow .feature-block .list {
  list-style: none;
  padding: 0;
  margin: 2.1875rem 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem 1.5rem;
}
@media (max-width: 767px) {
  .pg-lease .activities-section.-flow .feature-block .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem 0.75rem;
  }
}
.pg-lease .activities-section.-flow .feature-block .list li {
  min-height: 11rem;
  background: #fff;
  border: 1px solid #3771d3;
  border-radius: 5.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.625rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .pg-lease .activities-section.-flow .feature-block .list li {
    border-radius: 4.0625rem;
  }
}
.pg-lease .activities-section.-flow .feature-block .list li p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .pg-lease .activities-section.-flow .feature-block .list li p {
    font-size: 0.9375rem;
  }
  .pg-lease .activities-section.-flow .feature-block .list li p br {
    display: none;
  }
}
.pg-lease .activities-section.-flow .feature-block .list .title {
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: 500;
  margin: 0 0 0.5rem;
}
@media (max-width: 767px) {
  .pg-lease .activities-section.-flow .feature-block .list .title {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
  }
}

/**************************************************/
/* Company */
/**************************************************/
.pg-company .l-category-title {
  background-image: url("../img/company/bg-category-title.jpg");
}

.company-greeting {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .company-greeting .inner {
    margin-top: 4.25rem;
  }
}
@media (max-width: 767px) {
  .company-greeting .inner {
    margin-top: 2.25rem;
  }
}
.company-greeting .image {
  width: 38.0625rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .company-greeting .image {
    width: calc(100% - 1.25rem);
  }
}
.company-greeting .image img {
  border-radius: 4.875rem;
}
@media (max-width: 767px) {
  .company-greeting .image img {
    border-radius: 0 2.4375rem 2.4375rem 0;
  }
}
.company-greeting .content {
  text-align: center;
}
@media (max-width: 767px) {
  .company-greeting .content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.company-greeting .text {
  font-size: 1rem;
  line-height: 1.625;
  margin: 0;
}
.company-greeting .signature {
  font-size: 1.5rem;
  line-height: 1.0833333333;
  margin: 2.8125rem 0 0;
}
.company-greeting .signature small {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.625rem;
}

.company-profile {
  margin-top: 6.5625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (max-width: 767px) {
  .company-profile {
    margin-top: 3.75rem;
  }
}
.company-profile .table {
  margin: 2.6875rem 0 0;
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .company-profile .table {
    grid-template-columns: 5.3125rem 1fr;
  }
}
.company-profile .table dt,
.company-profile .table dd {
  margin: 0;
  padding: 1.875rem 0;
  font-size: 1rem;
  line-height: 1.625;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .company-profile .table dt,
  .company-profile .table dd {
    padding: 0.9375rem 0;
  }
}
.company-profile .table dt {
  padding-right: 0.625rem;
  box-sizing: border-box;
}

.company-certificate {
  margin-top: 6.5625rem;
}
@media (max-width: 767px) {
  .company-certificate {
    margin-top: 3.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.company-certificate .image {
  width: 37.875rem;
  margin: 1.75rem auto 0;
}
@media (max-width: 767px) {
  .company-certificate .image {
    width: 100%;
  }
}
.company-certificate .button {
  max-width: 50rem;
  margin: 6.25rem auto 8.375rem;
}
@media (max-width: 767px) {
  .company-certificate .button {
    margin: 3.125rem auto 4.25rem;
  }
}
.company-certificate .button > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  box-sizing: border-box;
  min-height: 10.5rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.875rem;
  letter-spacing: 0.42em;
  background: #3771d3;
  position: relative;
}
@media (max-width: 767px) {
  .company-certificate .button > a {
    padding: 1rem;
    font-size: 1.5625rem;
    min-height: 7.5rem;
    letter-spacing: 0.2em;
  }
}
.company-certificate .button > a:hover {
  opacity: 1;
}
.company-certificate .button > a::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 52%, #ffffff 170%);
  content: "";
}

/**************************************************/
/* company/office */
/**************************************************/
.pg-office .l-category-title {
  background-image: url("../img/company/office/bg-category-title.jpg");
}

.office-section {
  padding: 2rem 0 0;
}
.office-section > .inner {
  margin: 4rem 0 0;
}
@media (max-width: 767px) {
  .office-section > .inner {
    margin-top: 2.5rem;
  }
}
.office-section > .inner .office-card:nth-child(odd) {
  background-color: rgba(222, 221, 217, 0.2);
}

.office-card {
  padding: 2.375rem 1.25rem 4rem;
}
.office-card > .inner {
  max-width: 51.125rem;
  margin-left: auto;
  margin-right: auto;
}
.office-card .row {
  padding: 1.125rem 0 0 1.125rem;
  display: grid;
  grid-template-columns: 16.5rem 1fr;
  gap: 0 3.125rem;
}
@media (max-width: 767px) {
  .office-card .row {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.office-card .footer {
  display: grid;
  grid-template-columns: 1fr 21.3125rem;
  gap: 0 2.25rem;
  padding: 1.125rem 0 0 1.125rem;
}
@media (max-width: 767px) {
  .office-card .footer {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.office-card .row > .body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.875;
}
.office-card .image img {
  display: block;
  width: 100%;
}
.office-card .gallery-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 767px) {
  .office-card .gallery-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.office-card .gallery-list img {
  width: 100%;
  display: block;
}
.office-card .gallery-list .item {
  margin: 0;
}
.office-card .gallery-list .caption {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}
.office-card .address {
  font-style: normal;
}
@media (min-width: 768px) {
  .office-card .address {
    margin: 0 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .office-card .map-box {
    margin-left: auto;
  }
}
.office-card .map-box iframe {
  display: block;
  height: 12.3125rem;
  width: 21.25rem;
  border: 0;
}
@media (max-width: 767px) {
  .office-card .map-box iframe {
    width: 100%;
  }
}
.office-card .map-box .link {
  text-align: right;
}
.office-card .map-box .link > a {
  color: #000;
  font-size: 0.875rem;
}

/**************************************************/
/* Recruit */
/**************************************************/
.pg-recruit .l-category-title {
  background-image: url("../img/recruit/bg-category-title.jpg");
}

.recruit-message {
  padding: 1.25rem 1.25rem 1.875rem;
}
.recruit-message .text {
  font-size: 1rem;
  line-height: 1.625;
  text-align: center;
  margin: 1.875rem 0 2.375rem;
}

.recruit-benefit {
  padding-bottom: 6.25rem;
}
@media (max-width: 767px) {
  .recruit-benefit {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 3.75rem;
  }
}
.recruit-benefit > .inner {
  background: rgba(222, 221, 217, 0.2);
  border: 1px solid #3771d3;
  padding: 2.1875rem 1.875rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .recruit-benefit > .inner {
    padding: 1.5rem 1.25rem 1.875rem;
  }
}
.recruit-benefit .group {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .recruit-benefit .group {
    grid-template-columns: 1fr;
  }
}
.recruit-benefit .group li {
  background: #fff;
  border: 1px solid #3771d3;
  padding: 1.25rem;
}
@media (max-width: 767px) {
  .recruit-benefit .group li {
    padding: 1rem;
  }
}
.recruit-benefit .group .lead {
  margin: 0 0 0.375rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .recruit-benefit .group .lead {
    margin-bottom: 0.375rem;
  }
}
.recruit-benefit .group .text {
  font-size: 1rem;
  line-height: 1.625;
  margin: 0;
}

.recruit-voice {
  background-color: #e8f2f9;
  padding: 3.3125rem 1.25rem 4.875rem;
}
.recruit-voice .list {
  list-style: none;
  margin: 2.375rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.3125rem 1.5rem;
}
@media (max-width: 767px) {
  .recruit-voice .list {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.recruit-voice .list li {
  font-size: 1rem;
  line-height: 1.625;
  background: #fff;
  border-radius: 0.8125rem;
  padding: 1.25rem;
  position: relative;
}
.recruit-voice .list li::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1.4375rem;
  border-style: solid;
  border-width: 1.5rem 1.4375rem 0 1.4375rem;
  border-color: #fff transparent transparent transparent;
  content: "";
}

.recruit-education {
  padding: 4.75rem 1.25rem;
}
@media (max-width: 767px) {
  .recruit-education {
    padding: 3.75rem 1.25rem;
  }
}
.recruit-education .content-box {
  margin: 4.0625rem 0 0;
  display: grid;
  grid-template-columns: 1fr 19.8125rem;
}
@media (max-width: 767px) {
  .recruit-education .content-box {
    margin-top: 2rem;
    display: flex;
    flex-direction: column-reverse;
  }
}
.recruit-education .content-box > .wrapper {
  padding: 1.25rem 3.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url("../img/recruit/bg-education.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media (max-width: 767px) {
  .recruit-education .content-box > .wrapper {
    padding: 1.25rem;
  }
}
.recruit-education .content-box .lead {
  margin: 0 0 1.25rem;
  font-size: 1.375rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .recruit-education .content-box .lead {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.recruit-education .content-box .text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
}
.recruit-education .button > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  box-sizing: border-box;
  min-height: 10.5rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.875rem;
  letter-spacing: 0.42em;
  background: #3771d3;
  position: relative;
}
@media (max-width: 767px) {
  .recruit-education .button > a {
    padding: 1rem;
    font-size: 1.5625rem;
    min-height: 7.5rem;
    letter-spacing: 0.2em;
  }
}
.recruit-education .button > a:hover {
  opacity: 1;
}
.recruit-education .button > a::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 52%, #ffffff 170%);
  content: "";
}

.recruit-qa {
  padding: 0 1.25rem 4.375rem;
}
.recruit-qa .wrapper {
  margin: 2.5rem 0 5rem;
}
@media (max-width: 767px) {
  .recruit-qa .wrapper {
    margin-bottom: 2.5rem;
  }
}
.recruit-qa .c-qa-card {
  counter-increment: qa;
}
.recruit-qa .c-qa-card:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.recruit-qa .c-qa-card dt, .recruit-qa .c-qa-card dd {
  padding-left: 3.4375rem;
}
.recruit-qa .c-qa-card dt::before {
  content: "q" counter(qa);
}
.recruit-qa .c-qa-card dd::before {
  top: 0.1875rem;
  left: 1.25rem;
  font-size: 1.25rem;
}

/**************************************************/
/* Parking */
/**************************************************/
.pg-parking .l-category-title {
  background-image: url("../img/parking/bg-category-title.jpg");
}

.parking-section {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.parking-section > .inner > .text {
  text-align: center;
  margin: 1.875rem 0 0;
  font-size: 1rem;
  line-height: 1.625;
}
.parking-section > .inner > .lead {
  margin: 1.625rem 0 0.875rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: rgba(55, 113, 211, 0.2);
  padding: 0.125rem;
}
@media (max-width: 767px) {
  .parking-section > .inner > .lead {
    padding: 0.125rem 0.625rem;
  }
}

.parking-section.-intro {
  padding: 1.25rem 1.25rem 3.75rem;
}
.parking-section.-intro .chart-box {
  margin: 3rem 0 0;
  display: flex;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .parking-section.-intro .chart-box {
    flex-direction: column;
    margin-top: 1.875rem;
  }
}
.parking-section.-intro .chart-box .figure {
  margin: 0;
}
.parking-section.-intro .chart-box .figure > img {
  display: block;
  margin: 0 auto;
}
.parking-section.-intro .chart-box .figure .caption {
  text-align: center;
  margin: 0.5rem 0 0;
}
.parking-section.-intro .chart-box .figure.-left > img {
  width: 11.5625rem;
}
@media (min-width: 768px) {
  .parking-section.-intro .chart-box .figure.-right {
    margin-left: 1.25rem;
  }
}
@media (max-width: 767px) {
  .parking-section.-intro .chart-box .figure.-right {
    margin-top: 0.3125rem;
  }
}
.parking-section.-intro .chart-box .figure.-right > img {
  width: 6rem;
}
@media (max-width: 767px) {
  .parking-section.-intro .chart-box .arrow {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin: 2.125rem 0 1.875rem;
  }
}
.parking-section.-intro .chart-box .arrow .caption {
  text-align: center;
  font-size: 1rem;
}
.parking-section.-intro .chart-box .arrow > img {
  display: block;
  width: 5.9375rem;
  margin: 0.75rem auto;
}
@media (max-width: 767px) {
  .parking-section.-intro .chart-box .arrow > img {
    transform: rotate(90deg);
    margin: 0;
  }
}
.parking-section.-intro .chart-box .logo {
  width: 11.5rem;
  margin: 2.5rem 1.125rem 0 1.5rem;
}
@media (max-width: 767px) {
  .parking-section.-intro .chart-box .logo {
    margin: 0 auto;
  }
}

.parking-section.-price .border-box {
  border: 1px solid #707070;
  margin: 0 0 2.375rem;
  font-size: 1rem;
  line-height: 1.625;
  padding: 0.75rem;
  display: grid;
  grid-template-columns: 11.125rem 1fr;
}
@media (max-width: 767px) {
  .parking-section.-price .border-box {
    grid-template-columns: 1fr;
    margin-bottom: 1.5rem;
  }
}
.parking-section.-price .border-box dt, .parking-section.-price .border-box dd {
  margin: 0;
}
.parking-section.-price .border-box dt {
  display: grid;
  place-items: center;
}
@media (min-width: 768px) {
  .parking-section.-price .border-box dt {
    border-right: 1px solid #707070;
  }
}
@media (max-width: 767px) {
  .parking-section.-price .border-box dt {
    border-bottom: 1px solid #707070;
    padding-bottom: 0.75rem;
  }
}
.parking-section.-price .border-box dd {
  padding: 0.875rem 2.125rem;
}
@media (max-width: 767px) {
  .parking-section.-price .border-box dd {
    padding: 0.875rem 0.625rem 0;
  }
}
.parking-section.-price .border-box .text {
  margin: 0;
  padding: 1.5rem 0;
  font-size: 1rem;
  line-height: 1.625;
  grid-column: 1/-1;
  text-align: center;
}
@media (max-width: 767px) {
  .parking-section.-price .border-box .text {
    padding: 0.75rem 0;
  }
}

.parking-section.-management {
  margin-top: 4.25rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .parking-section.-management {
    padding-bottom: 4.25rem;
  }
}
.parking-section.-management .feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin: 1.25rem 0 2.8125rem;
}
@media (max-width: 767px) {
  .parking-section.-management .feature-list {
    grid-template-columns: 1fr;
  }
}
.parking-section.-management .feature-list .box {
  text-align: center;
  border: 1px solid #3771d3;
  padding: 1.875rem;
}
@media (max-width: 767px) {
  .parking-section.-management .feature-list .box {
    padding: 1rem 1.25rem 1.25rem;
  }
}
.parking-section.-management .feature-list .lead {
  font-weight: 500;
  margin: 0 0 0.375rem;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
.parking-section.-management .feature-list .text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .parking-section.-management .feature-list .text br {
    display: none;
  }
}
.parking-section.-management .case-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .parking-section.-management .case-list {
    grid-template-columns: 1fr;
  }
}
.parking-section.-management .case-list .caption {
  background: #3771d3;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  padding: 0.25rem;
}
.parking-section.-management .case-list .body {
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #3771d3;
  padding: 1.25rem 0.625rem 1.75rem;
}
.parking-section.-management .case-list .lead {
  text-align: center;
  font-weight: 500;
  font-size: 1.25rem;
  margin: 0 0 0.375rem;
  letter-spacing: 0.1em;
}
.parking-section.-management .case-list .arrow {
  width: 3.625rem;
  margin: 1.25rem auto 1rem;
}
.parking-section.-management .case-list .text {
  margin: 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
}

.parking-section.-voice {
  padding-top: 4.875rem;
  padding-bottom: 5.625rem;
  background-color: #e8f2f9;
}
@media (max-width: 767px) {
  .parking-section.-voice {
    padding-top: 3.125rem;
    padding-bottom: 4.375rem;
  }
}
.parking-section.-voice .voice-list {
  padding: 0;
  margin: 2.5rem 0 0;
  list-style: none;
}
.parking-section.-voice .voice-list li {
  border-radius: 1.25rem;
  background: #fff;
  padding: 1.375rem 2rem 1.75rem;
  position: relative;
}
@media (max-width: 767px) {
  .parking-section.-voice .voice-list li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.parking-section.-voice .voice-list li::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1rem;
  border-style: solid;
  border-width: 1rem 1rem 0px 1rem;
  border-color: #fff transparent transparent transparent;
  content: "";
}
.parking-section.-voice .voice-list li + li {
  margin-top: 1.875rem;
}
.parking-section.-voice .voice-list .lead {
  margin: 0 0 0.625rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
}
.parking-section.-voice .voice-list .text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
}

.parking-section.-process {
  background-color: #3771d3;
  background-image: url("../img/parking/bg-process.png");
  background-size: cover;
  background-position: top center;
  padding-top: 5.125rem;
  padding-bottom: 5.125rem;
}
@media (max-width: 767px) {
  .parking-section.-process {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.parking-section.-process .process-list {
  color: #fff;
  list-style: none;
  margin: 3.125rem 0 0;
  padding: 0;
}
.parking-section.-process .process-list li + li::before {
  display: block;
  margin: 1.75rem auto 1.25rem;
  width: 3.6875rem;
  height: 2.3125rem;
  background-image: url("../img/parking/arrow-down-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.parking-section.-process .process-list .lead {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  margin: 0 0 0.875rem;
}
.parking-section.-process .process-list .text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
}

.parking-section.-faq {
  padding-top: 5.3125rem;
  padding-bottom: 8.4375rem;
}
@media (max-width: 767px) {
  .parking-section.-faq {
    padding-top: 3.75rem;
    padding-bottom: 4.6875rem;
  }
}
.parking-section.-faq .group {
  margin: 2.5rem 0 0;
}
.parking-section.-faq .c-qa-card:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.parking-section.-faq .c-qa-card dd::before {
  top: 0.1875rem;
  left: 0.875rem;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .parking-section.-faq .c-qa-card dd::before {
    left: 0.1875rem;
  }
}
.parking-section.-faq .button {
  margin: 5rem 0 0;
}
@media (max-width: 767px) {
  .parking-section.-faq .button {
    margin-top: 3.125rem;
  }
}
.parking-section.-faq .button > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  box-sizing: border-box;
  min-height: 10.5rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.875rem;
  letter-spacing: 0.42em;
  background: #3771d3;
  position: relative;
}
@media (max-width: 767px) {
  .parking-section.-faq .button > a {
    padding: 1rem;
    font-size: 1.5625rem;
    min-height: 7.5rem;
    letter-spacing: 0.2em;
  }
}
.parking-section.-faq .button > a:hover {
  opacity: 1;
}
.parking-section.-faq .button > a::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 52%, #ffffff 170%);
  content: "";
}
.parking-section.-faq .button > a img {
  width: 20.75rem;
}
@media (max-width: 767px) {
  .parking-section.-faq .button > a img {
    width: 10.375rem;
  }
}

/**************************************************/
/* Voice */
/**************************************************/
.pg-voice .l-category-title {
  background-image: url("../img/voice/bg-category-title.jpg");
}

.voice-section {
  padding: 2rem 1.25rem 6.25rem;
}
@media (max-width: 767px) {
  .voice-section {
    padding-bottom: 3.75rem;
  }
}

.voice-list > .item {
  border: 1px solid #3771d3;
  font-size: 1rem;
  line-height: 1.625;
  text-align: center;
  border-radius: 1rem;
  padding: 1.875rem 1.25rem;
}
.voice-list > .item + .item {
  margin-top: 1.25rem;
}

/**************************************************/
/* Contact */
/**************************************************/
.pg-contact .l-category-title {
  background-image: url("../img/contact/bg-category-title.jpg");
}

/**************************************************/
/* Q&A */
/**************************************************/
.pg-qa .l-category-title {
  background-image: url("../img/qa/bg-category-title.jpg");
}

.qa-section {
  padding: 2rem 1.25rem 6.25rem;
}
.qa-section .c-tab-list {
  grid-template-columns: repeat(2, 1fr);
}
.qa-section .c-btn-a {
  margin-top: 4.375rem;
}
@media (max-width: 767px) {
  .qa-section .c-btn-a {
    margin-top: 2.5rem;
  }
}

/**************************************************/
/* Privacy */
/**************************************************/
.pg-privacy .l-category-title {
  background-image: url("../img/privacy/bg-category-title.jpg");
}

.privacy-article {
  padding: 2.8125rem 1.25rem 5rem;
}
.privacy-article .heading,
.privacy-article .title,
.privacy-article p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
.privacy-article .heading,
.privacy-article .title,
.privacy-article .lead {
  font-weight: 500;
}
.privacy-article .heading {
  font-weight: 500;
  margin: 0 0 1.25rem;
}
.privacy-article .heading:not(:first-child) {
  margin-top: 3.125rem;
}
.privacy-article .title {
  margin: 1.25rem 0 0.3125rem;
}
.privacy-article .lead {
  margin: 1rem 0 0.3125rem;
}
.privacy-article .right {
  margin: 1.875rem 0 0;
  text-align: right;
}
.privacy-article ol {
  list-style: none;
  margin: 0.5em 0 0;
  padding: 0;
  counter-reset: ol;
}
.privacy-article ol > li {
  font-size: 1rem;
  line-height: 1.6;
  counter-increment: ol;
  display: table;
}
.privacy-article ol > li::before {
  width: 2rem;
  padding-right: 0.3125rem;
  text-align: right;
  display: table-cell;
  content: "(" counter(ol) ")";
}
.privacy-article ol li + li {
  margin-top: 0.3125rem;
}
.privacy-article ul {
  margin: 0.3125rem 0 0;
  padding: 0;
  list-style: none;
}
.privacy-article ul > li {
  display: table;
}
.privacy-article ul > li::before {
  display: table-cell;
  content: "・";
}
.privacy-article table {
  border-collapse: collapse;
  border: 1px solid #D3D3D3;
  margin: 0.625rem 0 0;
}
.privacy-article table th {
  font-weight: 500;
  text-align: left;
}
.privacy-article table th, .privacy-article table td {
  border: 1px solid #D3D3D3;
  padding: 0.625rem;
}

/**************************************************/
/* Anabuki Customer */
/**************************************************/
.pg-anabuki-customer .l-category-title {
  background-image: url("../img/anabuki-customer/bg-category-title.jpg");
}

.customer-mission {
  padding: 3.4375rem 1.25rem;
}
.customer-mission .title {
  margin: 1.875rem 0 0;
  text-align: center;
  color: #3771d3;
  font-weight: bold;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .customer-mission .title {
    font-size: 1.625rem;
  }
}
.customer-mission .list {
  list-style: none;
  padding: 0;
  margin: 1.75rem 0 1.375rem;
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .customer-mission .list {
    flex-wrap: wrap;
    gap: 1.25rem;
  }
}
.customer-mission .list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.4375rem;
  height: 13.4375rem;
  background: #3771d3;
  border-radius: 50vh;
  color: #fff;
  line-height: 1;
  font-size: 3.125rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .customer-mission .list li {
    width: 9.8125rem;
    height: 9.8125rem;
    font-size: 1.75rem;
  }
}
.customer-mission .text {
  margin: 0;
  text-align: center;
  color: #3771d3;
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .customer-mission .text {
    font-size: 0.875rem;
  }
}
.customer-mission .lead {
  margin: 1rem 0 0;
  font-weight: bold;
  text-align: center;
  font-size: 1.625rem;
  color: #3771d3;
}
@media (max-width: 767px) {
  .customer-mission .lead {
    font-size: 1.125rem;
  }
}

.customer-reason {
  background-image: url("../img/anabuki-customer/bg-reason.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 9.375rem 1.25rem 10.75rem;
}
@media (max-width: 767px) {
  .customer-reason {
    padding: 5rem 0.625rem 5.625rem;
  }
}
.customer-reason .title {
  margin: 0;
  text-align: center;
}
.customer-reason .title > span {
  display: block;
  font-weight: bold;
  font-size: 2.5rem;
  color: #3771d3;
  letter-spacing: 0.2em;
  margin-bottom: -2.125rem;
}
@media (max-width: 767px) {
  .customer-reason .title > span {
    font-size: 1.25rem;
    letter-spacing: 0.15em;
    margin-bottom: -0.3125rem;
  }
}
.customer-reason .title > img {
  width: 46.625rem;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .customer-reason .title > img {
    width: 18.75rem;
  }
}

.customer-section {
  background-image: url("../img/anabuki-customer/bg-section.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-color: #eff1e9;
  margin: 0.5rem 0;
  padding: 2.9375rem 1.25rem;
}
.customer-section .lead {
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.875rem;
  text-decoration: underline;
  text-decoration-thickness: 0.375rem;
  text-underline-offset: 0.375rem;
}
@media (max-width: 767px) {
  .customer-section .lead {
    font-size: 1.25rem;
    text-decoration-thickness: 0.1875rem;
    text-underline-offset: 0.1875rem;
  }
}
.customer-section .heading {
  margin: 0;
  text-align: center;
  font-size: 3.125rem;
  color: #3771d3;
}
@media (max-width: 767px) {
  .customer-section .heading {
    font-size: 1.625rem;
  }
}
.customer-section .title {
  margin: 0.25rem 0 0;
  text-align: center;
  color: #3771d3;
  font-size: 1.75rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .customer-section .title {
    font-size: 1.25rem;
  }
}
.customer-section .title + .title {
  margin-top: 0.9375rem;
}
.customer-section .title > span {
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: middle;
}
.customer-section .white-box {
  font-size: 0.75rem;
  max-width: 34.375rem;
  width: 100%;
  margin: 0.875rem auto 0;
  font-weight: 500;
  background: #fff;
  padding: 0.375rem 0.625rem 0.5rem;
  box-sizing: border-box;
}
.customer-section .white-box > .text {
  margin: 0;
}
.customer-section .white-box > .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.customer-section .white-box > .list li {
  position: relative;
  padding-left: 0.625rem;
  letter-spacing: 0.02em;
}
.customer-section .white-box > .list li::before {
  position: absolute;
  top: 0.4375rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #000;
  content: "";
}
.customer-section .white-box + .title {
  margin-top: 1.125rem;
}
.customer-section .wrapper + .wrapper {
  margin-top: 4.75rem;
}
@media (max-width: 767px) {
  .customer-section .wrapper + .wrapper {
    margin-top: 2rem;
  }
}
/*# sourceMappingURL=site.css.map */