@charset "UTF-8";
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  font-size: 16px;
  width: 100%;
  height: 100%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  position: relative;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}

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

audio,
canvas,
video {
  display: inline-block;
}

hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

a {
  text-decoration: none;
}

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

@media screen and (max-width:768px) {
  p {
    font-size: 14px;
  }
}

@media print, screen and (min-width:769px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
body {
  overflow: auto;
}
body.hidden {
  overflow-y: hidden;
}

a {
  color: #231815;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
  }
}
a .icon-filter_none::before {
  display: inline-block;
}

sup {
  vertical-align: super;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 100%;
}

@media screen and (max-width:768px) {
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
}

input::-moz-placeholder {
  opacity: 0.5;
}

input::placeholder {
  opacity: 0.5;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (max-width:768px) {
  .pc {
    display: none;
  }
}
@media print, screen and (min-width:769px) {
  .pc {
    display: block;
  }
}

@media screen and (max-width:768px) {
  .sp {
    display: block;
  }
}
@media print, screen and (min-width:769px) {
  .sp {
    display: none;
  }
}

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

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

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

.is-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
}

.is-fade.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.is-blur {
  filter: blur(5px);
  opacity: 0;
  transition: filter 1.2s ease, opacity 0.8s ease;
}

.is-blur.is-inview {
  filter: blur(0);
  opacity: 1;
}

@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes detail_link01 {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
@keyframes detail_link02 {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@keyframes detail_link-r01 {
  0% {
    transform: scaleX(1);
    transform-origin: left;
  }
  100% {
    transform: scaleX(0);
    transform-origin: left;
  }
}
@keyframes detail_link-r02 {
  0% {
    transform: scaleX(0);
    transform-origin: right;
  }
  100% {
    transform: scaleX(1);
    transform-origin: right;
  }
}
@keyframes detail_link_arrow01 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes detail_link_arrow02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("/common/icon/fonts/icomoon.eot");
  src: url("/common/icon/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("/common/icon/fonts/icomoon.woff2") format("woff2"), url("/common/icon/fonts/icomoon.ttf") format("truetype"), url("/common/icon/fonts/icomoon.woff") format("woff"), url("/common/icon/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-] .__hidden, [class*=" icon-"] .__hidden {
  font-size: 1px;
  position: absolute;
  top: -999999px;
  left: -999999px;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  display: block;
  opacity: 0;
}

.icon-filter_none:before {
  content: "\e3e0";
}

.icon-search:before {
  content: "\f002";
}

.icon-check:before {
  content: "\f00c";
}

.icon-home:before {
  content: "\f015";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-exclamation-triangle:before {
  content: "\f071";
}

.icon-warning:before {
  content: "\f071";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-phone:before {
  content: "\f095";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.c_ttl {
  font-size: 1.5rem;
  font-weight: 500;
  color: #231815;
  padding-left: 60px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c_ttl {
    font-size: 1.25rem;
    padding-left: 45px;
    margin-bottom: 20px;
  }
}
.c_ttl::before {
  content: "";
  width: 45px;
  height: 1px;
  background: #999;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width:768px) {
  .c_ttl::before {
    width: 32px;
  }
}
.c_ttl-en {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 0.884rem + 2.33vw, 3.5rem);
  color: #005BAC;
}
@media screen and (max-width:768px) {
  .c_ttl-en {
    font-size: 2rem;
  }
}
.c_ttl-en.ttl_red {
  color: #E60012;
}
.c_ttl-wrap {
  width: 330px;
  margin: 0 auto 60px;
}

.c-page-contents .c_ttl {
  font-size: 1.25rem;
}
.c-page-contents .c_ttl-en {
  font-size: 3rem;
}
@media screen and (max-width:768px) {
  .c-page-contents .c_ttl-en.__sp-ttl-small {
    font-size: 2.25rem;
  }
}

.return {
  width: 70px;
  aspect-ratio: 70/74;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s;
  animation: 3s fluffy infinite;
}
@media screen and (max-width:768px) {
  .return {
    width: 50px;
    right: 20px;
    bottom: 20px;
  }
}
.return:hover {
  filter: brightness(0) saturate(100%) invert(9%) sepia(100%) saturate(6912%) hue-rotate(352deg) brightness(91%) contrast(104%);
}
.return.show {
  opacity: 1;
  visibility: visible;
}

.googlemap_btn {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  width: 142px;
  padding: 8px 0;
  border: 1px solid #505050;
  border-radius: 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}
.googlemap_btn::after {
  content: "";
  background: url(../img/common/ico_blank.svg) no-repeat center/100%;
  width: 19px;
  aspect-ratio: 19/13;
}
.googlemap_btn:hover {
  color: #fff;
  background: #005BAC;
}
.googlemap_btn:hover::after {
  filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(1%) hue-rotate(188deg) brightness(108%) contrast(101%);
}

.c-contact-bottom {
  background: url(../img/common/bg_contact.png) no-repeat center/cover;
  padding: 130px 0;
}
@media screen and (max-width:768px) {
  .c-contact-bottom {
    background: url(../img/common/bg_contact-sp.png) no-repeat center/cover;
  }
}
.c-contact-bottom__inner {
  width: min(1280px, 90%);
  margin: 0 auto;
  border-right: 1px dotted #F4F4F4;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width:1024px) {
  .c-contact-bottom__inner {
    border-right: none;
    border-bottom: 1px dotted #F4F4F4;
    flex-direction: column;
  }
}
@media screen and (max-width:1024px) {
  .c-contact-bottom-info {
    width: 100%;
    padding: 0 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
  }
}
@media screen and (max-width:768px) {
  .c-contact-bottom-info {
    padding: 0 15px;
  }
}
.c-contact-bottom-info__ttl {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width:1200px) {
  .c-contact-bottom-info__ttl {
    font-size: 1.25rem;
  }
}
@media screen and (max-width:1024px) {
  .c-contact-bottom-info__ttl {
    margin-bottom: 40px;
  }
}
.c-contact-bottom-info__ttl::after {
  content: attr(data-en) "";
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
  color: #fff;
}
@media screen and (max-width:1200px) {
  .c-contact-bottom-info__ttl::after {
    font-size: 2.5rem;
  }
}
.c-contact-bottom-info__ttl__inner {
  padding-left: 60px;
  position: relative;
}
.c-contact-bottom-info__ttl__inner::before {
  content: "";
  width: 45px;
  height: 1px;
  background: #F4F4F4;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.c-contact-bottom-info__txt {
  font-size: 1.125rem;
  line-height: 2;
  color: #fff;
}
.c-contact-bottom-tel {
  margin-left: auto;
  padding: 60px;
  border-left: 1px dotted #F4F4F4;
  border-right: 1px dotted #F4F4F4;
  box-sizing: border-box;
}
@media screen and (max-width:1024px) {
  .c-contact-bottom-tel {
    width: 100%;
    margin: 0 auto 40px;
    padding: 60px 40px;
    border-top: 1px dotted #F4F4F4;
    border-bottom: 1px dotted #F4F4F4;
    border-right: none;
    border-left: none;
  }
}
@media screen and (max-width:768px) {
  .c-contact-bottom-tel {
    padding: 60px 15px;
  }
}
.c-contact-bottom-tel__ttl {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width:1200px) {
  .c-contact-bottom-tel__ttl {
    font-size: 1.125rem;
  }
}
.c-contact-bottom-tel__link {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}
.c-contact-bottom-tel__time {
  font-size: 0.9375rem;
  color: #fff;
}
.c-contact-bottom-tel__en {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  padding: 0 60px;
}
.c-contact-bottom-form {
  padding: 0 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width:1200px) {
  .c-contact-bottom-form {
    padding: 0 40px;
  }
}
@media screen and (max-width:1024px) {
  .c-contact-bottom-form {
    width: 100%;
    padding: 0 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
  }
}
@media screen and (max-width:768px) {
  .c-contact-bottom-form {
    padding: 0 15px;
  }
}
.c-contact-bottom-form::before {
  content: "";
  background: url(../img/common/ico_form.svg) no-repeat center/100%;
  width: 48px;
  aspect-ratio: 1;
  transition: all 0.3s;
}
@media screen and (max-width:1200px) {
  .c-contact-bottom-form::before {
    width: 40px;
  }
}
.c-contact-bottom-form__ttl {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 20px;
  transition: all 0.3s;
}
@media screen and (max-width:1200px) {
  .c-contact-bottom-form__ttl {
    font-size: 1.125rem;
  }
}
.c-contact-bottom-form__en {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width:1200px) {
  .c-contact-bottom-form__en {
    font-size: 2.25rem;
  }
}
.c-contact-bottom-form:hover .c-contact-bottom-form__ttl {
  color: #78B7EF;
}
.c-contact-bottom-form:hover .c-contact-bottom-form__en {
  color: #78B7EF;
}
.c-contact-bottom-form:hover::before {
  filter: brightness(0) saturate(100%) invert(64%) sepia(50%) saturate(532%) hue-rotate(178deg) brightness(101%) contrast(87%);
}

.c-index-visual {
  background: #ddd;
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  overflow: hidden;
}
.c-index-visual__inner {
  width: 100%;
  height: calc(100vh - 100px);
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width:768px) {
  .c-index-visual__inner {
    height: auto;
    position: relative;
  }
}
@media screen and (max-width:768px) {
  .c-index-visual {
    height: auto;
    padding-top: 80px;
  }
}

.l-contents {
  padding: 150px 0 0;
}
.l-contents .c-information {
  width: min(1280px, 90%);
  margin: 0 auto 160px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width:1024px) {
  .l-contents .c-information {
    flex-direction: column;
    gap: 0;
  }
}
.l-contents .c-information .c_ttl-en {
  margin-bottom: 80px;
  display: block;
}
@media screen and (max-width:1024px) {
  .l-contents .c-information .c_ttl-en {
    margin-bottom: 30px;
  }
}
.l-contents .c-information__right {
  width: min(720px, 100%);
}
@media screen and (max-width:1024px) {
  .l-contents .c-information__right {
    width: 100%;
    margin-bottom: 45px;
  }
}
.l-contents .c-information__list__item {
  margin-bottom: 30px;
  border-bottom: 1px solid #505050;
  box-sizing: border-box;
}
.l-contents .c-information__list__item:last-of-type {
  margin-bottom: 0;
}
.l-contents .c-information__list__date {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #005BAC;
  margin-bottom: 20px;
}
.l-contents .c-information__list__ttl {
  font-size: 1.5rem;
  transition: all 0.3s;
}
.l-contents .c-information__list__link {
  padding-bottom: 30px;
  display: block;
}
.l-contents .c-information__list__link:hover {
  color: #005BAC;
}
.l-contents .c-information__link.pc_btn {
  display: block;
}
@media screen and (max-width:1024px) {
  .l-contents .c-information__link.pc_btn {
    display: none !important;
  }
}
@media print, screen and (min-width:1025px) {
  .l-contents .c-information__link.sp_btn {
    display: none !important;
  }
}
@media screen and (max-width:1024px) {
  .l-contents .c-information__link.sp_btn {
    display: block;
  }
}
.l-contents .c-center-wrap {
  padding-bottom: 160px;
  position: relative;
}
.l-contents .c-center-wrap::before {
  content: "";
  width: min(1280px, 60%);
  height: 70%;
  background: #f4f4f4;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.l-contents .c-about {
  width: min(95%, 100% - (50% - 640px));
  margin: 0 0 80px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width:1024px) {
  .l-contents .c-about {
    width: min(500px, 90%);
    margin: 0 auto 80px;
    flex-direction: column;
  }
}
@media screen and (max-width:768px) {
  .l-contents .c-about {
    margin: 0 auto 25px;
  }
}
@media screen and (max-width:1024px) {
  .l-contents .c-about__left {
    width: 100%;
    margin: 0 auto;
  }
}
.l-contents .c-about__left__ttl {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: clamp(2.5rem, 1.5rem + 1.33vw, 3rem);
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.l-contents .c-about__left__ttl__blue {
  color: #005BAC;
  margin-right: auto;
}
.l-contents .c-about__left__ttl__red {
  color: #E60012;
  margin-left: auto;
}
.l-contents .c-about__left__catch {
  font-size: clamp(1.5rem, 0.5rem + 1.33vw, 2rem);
  line-height: 2;
  margin-bottom: 80px;
}
.l-contents .c-about__left__txt {
  font-size: clamp(1rem, 0.75rem + 0.33vw, 1.125rem);
  line-height: 2;
  margin-bottom: 80px;
}
.l-contents .c-about__right {
  width: min(880px, 100%);
}
@media screen and (max-width:1024px) {
  .l-contents .c-about__right {
    width: min(500px, 100%);
  }
}
.l-contents .c-service {
  width: min(1280px, 90%);
  margin: 0 auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width:1024px) {
  .l-contents .c-service {
    width: min(500px, 90%);
    margin: 0 auto;
    flex-direction: column;
  }
}
.l-contents .c-service::before {
  content: "";
  width: min(1280px, 60%);
  background: #f4f4f4;
  position: absolute;
  bottom: 0;
  right: 0;
}
.l-contents .c-service__left {
  width: 420px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width:1200px) {
  .l-contents .c-service__left {
    width: 350px;
  }
}
@media screen and (max-width:1024px) {
  .l-contents .c-service__left {
    width: 100%;
  }
}
.l-contents .c-service__left__imgtop {
  width: min(300px, 100%);
  margin-right: auto;
}
.l-contents .c-service__left__imgbottom {
  width: min(240px, 100%);
  margin-left: auto;
}
.l-contents .c-service__right {
  width: calc(100% - 500px);
}
@media screen and (max-width:1200px) {
  .l-contents .c-service__right {
    width: calc(100% - 430px);
  }
}
@media screen and (max-width:1024px) {
  .l-contents .c-service__right {
    width: 100%;
  }
}
.l-contents .c-service__right__list {
  counter-reset: order 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.l-contents .c-service__right__item {
  width: 31%;
  background: #fff;
  border: 1px solid #505050;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .l-contents .c-service__right__item {
    width: calc(50% - 7.5px);
  }
}
.l-contents .c-service__right__item .c-service__right__number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.l-contents .c-service__right__item .c-service__right__number::before {
  content: "";
  width: 71px;
  background: url(../img/top/icon_service-list.svg) no-repeat center/100%;
  aspect-ratio: 67/34;
  transition: all 0.5s;
}
.l-contents .c-service__right__item .c-service__right__number::after {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  color: #005BAC;
  counter-increment: order 1;
  content: counter(order);
  transition: all 0.5s;
}
.l-contents .c-service__right__link {
  background-image: linear-gradient(135deg, #005BAC 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  padding: 25px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  position: relative;
  transition: background 0.5s ease-in-out;
}
.l-contents .c-service__right__link .c-service__right__txt {
  transition: all 0.5s;
}
.l-contents .c-service__right__link:hover {
  background-position: 0;
}
.l-contents .c-service__right__link:hover .c-service__right__txt {
  filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(4%) hue-rotate(342deg) brightness(108%) contrast(100%);
}
.l-contents .c-service__right__link:hover .c-service__right__number::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(33%) saturate(0%) hue-rotate(273deg) brightness(107%) contrast(101%);
}
.l-contents .c-service__right__link:hover .c-service__right__number::after {
  color: #fff;
}
.l-contents .detail_link {
  width: 150px;
  display: block;
  position: relative;
}
@media screen and (max-width:1024px) {
  .l-contents .detail_link {
    width: 160px;
  }
}
.l-contents .detail_link::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #231815;
  display: block;
  position: absolute;
  right: -1px;
  bottom: 3px;
  transform: rotate(45deg);
}
.l-contents .detail_link::after {
  content: "";
  height: 2px;
  margin-top: 8px;
  background: #231815;
  display: block;
}
.l-contents .detail_link:hover::before {
  animation: detail_link_arrow01 0.5s forwards, detail_link_arrow02 0.5s 0.5s forwards;
}
.l-contents .detail_link:hover::after {
  animation: detail_link01 0.5s forwards, detail_link02 0.5s 0.5s forwards;
}
.l-contents .detail_link.__prev::before {
  transform: rotate(-45deg);
  right: unset;
  left: -1px;
}
.l-contents .detail_link.__prev:hover::after {
  animation: detail_link-r01 0.5s forwards, detail_link-r02 0.5s 0.5s forwards;
}
.l-contents .c-search {
  padding: 120px 0;
  margin-bottom: 80px;
  background: #005BAC;
  position: relative;
}
.l-contents .c-search::before {
  content: "";
  width: 80%;
  height: 100%;
  background: url(../img/top/bg_condominium.png) no-repeat top left/100% auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.l-contents .c-search__ttl {
  padding: 0 45px;
  margin-bottom: 45px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:1024px) {
  .l-contents .c-search__ttl__inner {
    margin: 0 auto;
  }
}
.l-contents .c-search__ttl__inner .c_ttl {
  color: #fff;
}
.l-contents .c-search__ttl__inner .c_ttl-en {
  color: #fff;
}
.l-contents .c-search__ttl__inner .c_ttl::before {
  background: #fff;
}
.l-contents .c-search__ttl__dummy {
  width: 200px;
}
@media screen and (max-width:768px) {
  .l-contents .c-search__ttl__dummy {
    width: 0;
  }
}
.l-contents .c-search__ttl .detail_link {
  width: auto;
  padding-right: 20px;
  color: #fff;
  box-sizing: border-box;
}
.l-contents .c-search__ttl .detail_link::before {
  background: #fff;
}
.l-contents .c-search__ttl .detail_link::after {
  content: "";
  width: calc(100% + 20px);
  background: #fff;
}
.l-contents .c-search-list {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.l-contents .c-search-list__item {
  width: 460px;
  padding: 30px 40px;
  border-left: 1px solid #fff;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .l-contents .c-search-list__item {
    width: 320px;
    padding: 20px 20px 30px;
  }
}
.l-contents .c-search-list__item:last-of-type {
  border-right: 1px solid #fff;
}
.l-contents .c-search-list__img {
  width: 65%;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .l-contents .c-search-list__img {
    width: 85%;
    height: 200px;
    position: relative;
    overflow: unset;
  }
}
.l-contents .c-search-list__img .__img {
  height: 100%;
  position: absolute;
  top: -6%;
  left: 0;
  right: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
  transform: translate(0%, 0%) scale(0.5);
}
@media screen and (max-width:768px) {
  .l-contents .c-search-list__img .__img {
    height: 200px;
    top: 0;
    transform: translate(0%, 0%) scale(1);
  }
}
.l-contents .c-search-list__link {
  box-sizing: border-box;
  transition: all 0.5s;
}
.l-contents .c-search-list__link:hover .__img {
  opacity: 0.5;
  overflow: hidden;
  top: 0;
  transform: translate(0%, 0%) scale(1);
}
@media screen and (max-width:768px) {
  .l-contents .c-search-list__link:hover .__img {
    top: 18%;
    transform: translate(0%, 0%) scale(2.2);
  }
}
.l-contents .c-search-list__tag {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .l-contents .c-search-list__tag {
    margin-bottom: 20px;
  }
}
.l-contents .c-search-list__tag__item {
  font-size: 0.875rem;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 40px;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .l-contents .c-search-list__tag__item {
    font-size: 0.8125rem;
  }
}
.l-contents .c-search-list__ttl {
  font-size: 1.5rem;
  line-height: 1.35;
  color: #fff;
  margin: 40px 0 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width:768px) {
  .l-contents .c-search-list__ttl {
    font-size: 1.25rem;
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.l-contents .c-search-list__info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
.l-contents .c-search-list__field:first-of-type {
  border-right: 1px dotted #fff;
  padding-right: 30px;
  margin-right: 30px;
}
.l-contents .c-search-list__field__ttl {
  font-size: 0.9375rem;
  margin-bottom: 10px;
  color: #fff;
}
@media screen and (max-width:768px) {
  .l-contents .c-search-list__field__ttl {
    font-size: 0.8125rem;
  }
}
.l-contents .c-search-list__field__sub {
  font-size: 1.125rem;
  color: #fff;
}
@media screen and (max-width:768px) {
  .l-contents .c-search-list__field__sub {
    font-size: 1rem;
  }
}
.l-contents .c-search-list__field__score {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width:768px) {
  .l-contents .c-search-list__field__score {
    font-size: 1.75rem;
  }
}
.l-contents .c-search__inner:first-of-type {
  margin-bottom: 80px;
}
@media screen and (max-width:1024px) {
  .l-contents .c-search__inner .detail_link {
    width: 250px;
    margin: 45px auto 0;
    color: #fff;
  }
  .l-contents .c-search__inner .detail_link::before {
    background: #fff;
  }
  .l-contents .c-search__inner .detail_link::after {
    background: #fff;
  }
}
@media screen and (max-width:768px) {
  .l-contents .c-search__inner .detail_link::before {
    background: #fff;
  }
}
@media screen and (max-width:768px) {
  .l-contents .c-search__inner .detail_link::after {
    background: #fff;
  }
}
.l-contents .c-search .pc_btn {
  display: block;
}
@media screen and (max-width:1024px) {
  .l-contents .c-search .pc_btn {
    display: none !important;
  }
}
@media print, screen and (min-width:1025px) {
  .l-contents .c-search .sp_btn {
    display: none !important;
  }
}
@media screen and (max-width:1024px) {
  .l-contents .c-search .sp_btn {
    display: block;
  }
}
.l-contents .c-strength {
  width: min(1120px, 90%);
  margin: 0 auto 160px;
}
@media screen and (max-width:768px) {
  .l-contents .c-strength {
    margin: 0 auto 80px;
  }
}
@media screen and (max-width:768px) {
  .l-contents .c-strength .c_ttl-wrap {
    width: min(210px, 90%);
    margin: 0 auto 40px;
  }
}
.l-contents .c-strength__catch {
  font-size: 2rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .l-contents .c-strength__catch {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.l-contents .c-strength__txt {
  font-size: 1.125rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .l-contents .c-strength__txt {
    font-size: 0.9375rem;
    margin-bottom: 45px;
  }
}
.l-contents .c-strength__img {
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .l-contents .c-strength__img {
    margin-bottom: 45px;
  }
}
.l-contents .c-strength .detail_link {
  width: 230px;
  margin: 0 auto;
}
.l-contents .c-link {
  width: min(1820px, 90%);
  margin: 0 auto 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:1024px) {
  .l-contents .c-link {
    width: min(500px, 90%);
    margin: 0 auto 160px;
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width:768px) {
  .l-contents .c-link {
    margin: 0 auto 80px;
  }
}
.l-contents .c-link-list {
  width: 49%;
  aspect-ratio: 9/4;
  position: relative;
}
@media screen and (max-width:1024px) {
  .l-contents .c-link-list {
    width: 100%;
  }
}
.l-contents .c-link-list::before {
  content: "";
  width: 48px;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/top/ico_rect-red.svg) no-repeat center right/cover;
}
@media screen and (max-width:1024px) {
  .l-contents .c-link-list::before {
    width: 32px;
  }
}
.l-contents .c-link-list__left {
  height: 100%;
  padding: clamp(1.875rem, -4.375rem + 8.33vw, 5rem);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s;
}
@media screen and (max-width:768px) {
  .l-contents .c-link-list__left {
    padding: 20px;
  }
}
.l-contents .c-link-list__left:hover {
  opacity: 0.7;
}
.l-contents .c-link-list__left:hover .detail_link::after {
  animation: detail_link01 0.5s forwards, detail_link02 0.5s 0.5s forwards;
}
@media screen and (max-width:768px) {
  .l-contents .c-link-list__ttl {
    margin-bottom: 30px;
  }
}
.l-contents .c-link-list .detail_link :hover {
  animation: none;
}
.l-contents .c-link-list:first-of-type {
  background: url(../img/top/bg_flow.png) no-repeat center right/cover;
}
@media screen and (max-width:768px) {
  .l-contents .c-link-list:first-of-type {
    background: url(../img/top/bg_flow_sp.png) no-repeat center left/cover;
  }
}
.l-contents .c-link-list:first-of-type::before {
  background: url(../img/top/ico_rect-blue.svg) no-repeat center right/cover;
}
.l-contents .c-link-list:first-of-type .c-link-list__left .detail_link {
  width: 175px;
}
.l-contents .c-link-list:last-of-type {
  background: url(../img/top/bg_voice.png) no-repeat center right/cover;
}
@media screen and (max-width:768px) {
  .l-contents .c-link-list:last-of-type {
    background: url(../img/top/bg_voice_sp.png) no-repeat center left/cover;
  }
}
.l-contents .c-link-list:last-of-type .c-link-list__left .detail_link {
  width: 210px;
}
.l-contents .c-index-company {
  width: min(1280px, 90%);
  margin: 0 auto 160px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 80px;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-company {
    width: min(500px, 90%);
    margin: 0 auto 80px;
    flex-direction: column;
    gap: 40px;
  }
}
.l-contents .c-index-company__left {
  width: 62.5%;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-company__left {
    width: 100%;
  }
}
.l-contents .c-index-company__right .c_ttl-en {
  margin-bottom: 80px;
  display: block;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-company__right .c_ttl-en {
    margin-bottom: 30px;
  }
}
.l-contents .c-index-company__right .c-index-company__logo {
  width: 280px;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-company__right .c-index-company__logo {
    width: 200px;
    margin-bottom: 20px;
  }
}
.l-contents .c-index-company__right .c-index-company__txt {
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-company__right .c-index-company__txt {
    font-size: 1rem;
    margin-bottom: 45px;
  }
}

.l-contents-page {
  padding: 100px 0 0;
}
@media screen and (max-width:768px) {
  .l-contents-page {
    padding: 80px 0 0;
  }
}
.l-contents-page .c-mv {
  padding: 0 45px;
  margin-bottom: 40px;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-mv {
    padding: 0;
  }
}
.l-contents-page .c-mv__img {
  width: 100%;
  height: 400px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-mv__img {
    height: 160px;
  }
}
.l-contents-page .c-mv__img.information_img {
  background: url(../img/information/bg_mv.png) no-repeat center/cover;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-mv__img.information_img {
    background: url(../img/information/bg_mv_sp.png) no-repeat center/cover;
  }
}
.l-contents-page .c-mv__img.company_img {
  background: url(../img/company/bg_mv.png) no-repeat center/cover;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-mv__img.company_img {
    background: url(../img/company/bg_mv_sp.png) no-repeat center/cover;
  }
}
.l-contents-page .c-mv__img.services_img {
  background: url(../img/services/bg_mv.png) no-repeat center/cover;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-mv__img.services_img {
    background: url(../img/services/bg_mv_sp.png) no-repeat center/cover;
  }
}
.l-contents-page .c-mv__img.flow_img {
  background: url(../img/flow/bg_mv.png) no-repeat center/cover;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-mv__img.flow_img {
    background: url(../img/flow/bg_mv_sp.png) no-repeat center/cover;
  }
}
.l-contents-page .c-mv__img.strength_img {
  background: url(../img/strength/bg_mv.png) no-repeat center/cover;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-mv__img.strength_img {
    background: url(../img/strength/bg_mv_sp.png) no-repeat center/cover;
  }
}
.l-contents-page .c-mv__img.contact_img {
  background: url(../img/contact/bg_mv.png) no-repeat center/cover;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-mv__img.contact_img {
    background: url(../img/contact/bg_mv_sp.png) no-repeat center/cover;
  }
}
.l-contents-page .c-mv__img.condominium_img {
  background: url(../img/condominium/bg_mv.png) no-repeat center/cover;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-mv__img.condominium_img {
    background: url(../img/condominium/bg_mv_sp.png) no-repeat center/cover;
  }
}
.l-contents-page .c-mv__img.property_img {
  background: url(../img/property/bg_mv.png) no-repeat center/cover;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-mv__img.property_img {
    background: url(../img/property/bg_mv_sp.png) no-repeat center/cover;
  }
}
.l-contents-page .c-mv__img.privacy-policy_img {
  background: url(../img/privacy-policy/bg_mv.png) no-repeat center/cover;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-mv__img.privacy-policy_img {
    background: url(../img/privacy-policy/bg_mv_sp.png) no-repeat center/cover;
  }
}
.l-contents-page .c-page-info {
  width: 100%;
  padding: 0 45px;
  margin-bottom: 150px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-page-info {
    padding: 0 15px;
    margin-bottom: 100px;
  }
}
.l-contents-page .c-page-info__breadcrumb {
  display: flex;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-page-info__breadcrumb {
    display: none;
  }
}
.l-contents-page .c-page-info__breadcrumb__list {
  font-size: 0.9375rem;
  margin-right: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.l-contents-page .c-page-info__breadcrumb__list::after {
  content: "";
  background: url(../img/common/ico_arrow.svg) no-repeat center/100%;
  width: 9px;
  aspect-ratio: 9/14;
}
.l-contents-page .c-page-info__breadcrumb__list:not(.breadcrumb-link) {
  text-decoration: underline;
  transition: all 0.3s;
}
.l-contents-page .c-page-info__breadcrumb__list:not(.breadcrumb-link):hover {
  color: #005BAC;
}
.l-contents-page .c-page-info__breadcrumb__list.breadcrumb-link {
  display: block;
}
.l-contents-page .c-page-info__breadcrumb__list.breadcrumb-link::after {
  content: none;
}
.l-contents-page .c-page-info.error-info {
  margin: 150px 0 30px;
  justify-content: center;
}
.l-contents-page .c-page-info.error-info .c-page-info__ttl {
  display: flex;
  flex-direction: column;
}
.l-contents-page .c-page-info.error-info .c-page-info__ttl .c_ttl-en {
  margin-bottom: 30px;
}
.l-contents-page .c-page-info.error-info .c-page-info__ttl .c_ttl {
  padding: 0;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-page-info.error-info .c-page-info__ttl .c_ttl {
    font-size: 1.25rem;
    line-height: 2;
    text-align: center;
  }
}
.l-contents-page .c-page-info.error-info .c-page-info__ttl .c_ttl::before {
  content: none;
}
.l-contents-page .__pg-ttl {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  color: #005BAC;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .l-contents-page .__pg-ttl {
    font-size: 1.5rem;
  }
}

.l-contents-page {
  padding: 100px 0 0;
}
.l-contents-page .c-company-info {
  width: min(1280px, 90%);
  margin: 0 auto 160px;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-company-info {
    margin: 0 auto 80px;
    flex-direction: column;
  }
}
.l-contents-page .c-company__left {
  width: calc(67% - 40px);
}
@media screen and (max-width:768px) {
  .l-contents-page .c-company__left {
    width: 100%;
  }
}
.l-contents-page .c-company__right {
  width: calc(33% - 40px);
}
@media screen and (max-width:768px) {
  .l-contents-page .c-company__right {
    width: min(300px, 100%);
    margin: 0 auto;
  }
}
.l-contents-page .c-company__ttl {
  margin-bottom: 60px;
}
.l-contents-page .c-company__catch {
  font-size: 2rem;
  margin-bottom: 60px;
  padding-left: 80px;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-company__catch {
    font-size: 1.5rem;
    padding-left: 0;
  }
}
.l-contents-page .c-company__txt {
  font-size: 1.125rem;
  line-height: 2;
  padding-left: 80px;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-company__txt {
    font-size: 1rem;
    padding-left: 0;
  }
}
.l-contents-page .c-company__img {
  margin-bottom: 20px;
  aspect-ratio: 2/3;
}
.l-contents-page .c-company__pre {
  font-size: 0.875rem;
  position: relative;
}
.l-contents-page .c-company__pre::before {
  content: "";
  width: 100%;
  height: 1px;
  margin: auto;
  background: #78B7EF;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.l-contents-page .c-company__pre__inner {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 8px;
  margin-left: auto;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.l-contents-page .c-company__pre__inner .__pre-name {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.5rem;
}
.l-contents-page .c-company-overview {
  padding: 160px 0;
  margin-bottom: 160px;
  box-sizing: border-box;
  background: #005BAC;
  position: relative;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-company-overview {
    padding: 80px 0;
    margin-bottom: 80px;
  }
}
.l-contents-page .c-company-overview::before {
  content: "";
  background: url(../img/company/bg_overview.png) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.l-contents-page .c-company-overview__inner {
  width: min(960px, 90%);
  margin: 0 auto;
  position: relative;
}
.l-contents-page .c-company-overview__ttl {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-company-overview__ttl {
    text-align: left;
    margin-bottom: 50px;
  }
}
.l-contents-page .c-company-overview__ttl__inner {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
.l-contents-page .c-company-overview__ttl__inner .c_ttl {
  color: #fff;
}
.l-contents-page .c-company-overview__ttl__inner .c_ttl::before {
  background: #fff;
}
.l-contents-page .c-company-overview__ttl__inner .c_ttl-en {
  color: #fff;
}
.l-contents-page .c-company-overview-table__inner {
  padding: 30px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-company-overview-table__inner {
    flex-direction: column;
    gap: 10px;
  }
}
.l-contents-page .c-company-overview-table__dt {
  font-size: 1.125rem;
  line-height: 2;
  width: 200px;
  color: #fff;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-company-overview-table__dt {
    width: 100%;
  }
}
.l-contents-page .c-company-overview-table__dd {
  font-size: 1.125rem;
  line-height: 2;
  width: calc(100% - 200px);
  color: #fff;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-company-overview-table__dd {
    font-size: 1rem;
    width: 100%;
  }
}
.l-contents-page .c-company-overview-table__dd .__tel {
  color: #fff;
}
.l-contents-page .c-company-access {
  width: min(1600px, 90%);
  padding-right: 45px;
  margin: 0 0 160px auto;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-company-access {
    padding: 0;
    margin: 0 auto 160px;
    flex-direction: column;
  }
}
.l-contents-page .c-company-access__left {
  width: 320px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-company-access__left {
    width: 100%;
  }
}
.l-contents-page .c-company-access__ttl {
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-company-access__ttl {
    margin-bottom: 50px;
  }
}
.l-contents-page .c-company-access__address {
  line-height: 2;
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-company-access__address {
    margin-bottom: 30px;
  }
}
.l-contents-page .c-company-access__right {
  position: relative;
  width: calc(100% - 400px);
  padding-top: 480px;
  height: 0;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-company-access__right {
    width: 100%;
    padding-top: 300px;
  }
}
.l-contents-page .c-company-access__right .__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-contents-page {
  padding: 100px 0 0;
}
.l-contents-page .c-services {
  margin-bottom: 160px;
}
.l-contents-page .c-services-about {
  width: min(960px, 90%);
  margin: 0 auto;
}
.l-contents-page .c-services-about__catch {
  width: min(650px, 90%);
  margin: 0 auto 60px;
}
.l-contents-page .c-services-about__catch__blue {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  color: #005BAC;
  margin-bottom: 25px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-services-about__catch__blue {
    font-size: clamp(2.25rem, 1.534rem + 3.05vw, 3rem);
  }
}
.l-contents-page .c-services-about__catch__red {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  text-align: right;
  color: #E60012;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-services-about__catch__red {
    font-size: clamp(2.25rem, 1.534rem + 3.05vw, 3rem);
  }
}
.l-contents-page .c-services-about__ttl {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-services-about__ttl {
    text-align: left;
    line-height: 1.5;
  }
}
.l-contents-page .c-services-about__txt {
  font-size: 1.125rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 160px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-services-about__txt {
    font-size: 0.9375rem;
    text-align: left;
    margin-bottom: 100px;
  }
}
.l-contents-page .c-services-anchor {
  width: min(1280px, 90%);
  margin: 0 auto 160px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  counter-reset: order 0;
}
@media screen and (max-width:1200px) {
  .l-contents-page .c-services-anchor {
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width:768px) {
  .l-contents-page .c-services-anchor {
    -moz-column-gap: 4%;
         column-gap: 4%;
    row-gap: 20px;
  }
}
.l-contents-page .c-services-anchor__list {
  width: 16%;
  background: #fff;
  border: 1px solid #505050;
  box-sizing: border-box;
}
@media screen and (max-width:1200px) {
  .l-contents-page .c-services-anchor__list {
    width: 26%;
  }
}
@media screen and (max-width:768px) {
  .l-contents-page .c-services-anchor__list {
    width: min(250px, 48%);
  }
}
.l-contents-page .c-services-anchor__link {
  padding: 25px 15px;
  background-image: linear-gradient(135deg, #005BAC 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  padding: 25px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  position: relative;
  transition: background 0.5s ease-in-out;
}
.l-contents-page .c-services-anchor__link__number {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-contents-page .c-services-anchor__link__number::before {
  content: "";
  width: 71px;
  background: url(../img/top/icon_service-list.svg) no-repeat center/100%;
  aspect-ratio: 67/34;
  transition: all 0.5s;
}
.l-contents-page .c-services-anchor__link__number::after {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  color: #005BAC;
  counter-increment: order 1;
  content: counter(order);
  transition: all 0.5s;
}
.l-contents-page .c-services-anchor__link__txt {
  transition: all 0.5s;
}
.l-contents-page .c-services-anchor__link:hover {
  background-position: 0;
}
.l-contents-page .c-services-anchor__link:hover .c-services-anchor__link__number::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(33%) saturate(0%) hue-rotate(273deg) brightness(107%) contrast(101%);
}
.l-contents-page .c-services-anchor__link:hover .c-services-anchor__link__number::after {
  color: #fff;
}
.l-contents-page .c-services-anchor__link:hover .c-services-anchor__link__txt {
  filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(4%) hue-rotate(342deg) brightness(108%) contrast(100%);
}
.l-contents-page .c-services-list {
  width: min(1280px, 90%);
  margin: 0 auto 160px;
  counter-reset: order 0;
}
.l-contents-page .c-services-list__item {
  margin-bottom: 120px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-services-list__item {
    flex-direction: column;
    gap: 25px;
  }
}
.l-contents-page .c-services-list__item.flex-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-services-list__item.flex-reverse {
    flex-direction: column;
    gap: 25px;
  }
}
.l-contents-page .c-services-list__item::after {
  content: "";
  width: min(1140px, 100%);
  aspect-ratio: 1140/565;
  margin: auto;
  background: #E3F1F9;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-services-list__item::after {
    width: 95%;
    height: 95%;
    top: 40px;
    left: 0;
    right: unset;
  }
}
.l-contents-page .c-services-list__item:first-of-type::after {
  aspect-ratio: 1140/700;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-services-list__item:first-of-type::after {
    height: 91%;
  }
}
.l-contents-page .c-services-list__item:last-of-type {
  margin-bottom: 0;
}
.l-contents-page .c-services-list__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-services-list__info {
    flex-direction: row;
    gap: 15px;
  }
}
.l-contents-page .c-services-list__number {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-contents-page .c-services-list__number::before {
  content: "";
  width: 115px;
  background: url(../img/top/icon_service-list.svg) no-repeat center/100%;
  aspect-ratio: 67/34;
  transition: all 0.5s;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-services-list__number::before {
    width: 82px;
  }
}
.l-contents-page .c-services-list__number::after {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 5rem;
  color: #005BAC;
  counter-increment: order 1;
  content: counter(order);
  transition: all 0.5s;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-services-list__number::after {
    font-size: 3.5rem;
  }
}
.l-contents-page .c-services-list__ttl {
  font-size: 2.5rem;
  writing-mode: vertical-rl;
  line-height: 1.1;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-services-list__ttl {
    font-size: 1.5rem;
    writing-mode: unset;
  }
}
.l-contents-page .c-services-list__detail {
  max-width: 1040px;
}
.l-contents-page .c-services-list__img {
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-services-list__img {
    width: 95%;
    margin-left: auto;
  }
}
.l-contents-page .c-services-list__txt {
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-services-list__txt {
    font-size: 0.9375rem;
    width: 85%;
    margin: 0 10% 0 5%;
  }
}
.l-contents-page .c-services-list__link {
  width: 220px;
  margin: 80px 0 0 auto;
  font-size: 1.5rem;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-services-list__link {
    width: 150px;
    font-size: 0.9375rem;
    margin: 45px auto 0 5%;
  }
}
.l-contents-page .c-services-bnr {
  background: #B80210;
  width: min(960px, 90%);
  margin: 0 auto;
  display: block;
  transition: all 0.3s;
}
.l-contents-page .c-services-bnr__ttl {
  background: url(../img/services/bg_strength.png) no-repeat center/cover;
  padding: 75px 80px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-services-bnr__ttl {
    padding: 25px 20px;
  }
}
.l-contents-page .c-services-bnr__ttl::after {
  content: "";
  width: 29px;
  margin: auto;
  aspect-ratio: 29/7;
  background: url(../img/common/ico_arrow_w.svg) no-repeat center/100%;
  position: absolute;
  right: 80px;
  top: 0;
  bottom: 0;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-services-bnr__ttl::after {
    right: 20px;
  }
}
.l-contents-page .c-services-bnr__ttl .c_ttl {
  color: #fff;
}
.l-contents-page .c-services-bnr__ttl .c_ttl::before {
  background: #fff;
}
.l-contents-page .c-services-bnr__ttl .c_ttl-en {
  color: #fff;
}
.l-contents-page .c-services-bnr:hover {
  background: transparent;
}
.l-contents-page .c-services-bnr:hover .c-services-bnr__ttl::after {
  right: 60px;
  filter: brightness(0) saturate(100%) invert(13%) sepia(38%) saturate(7015%) hue-rotate(344deg) brightness(107%) contrast(117%);
}
@media screen and (max-width:768px) {
  .l-contents-page .c-services-bnr:hover .c-services-bnr__ttl::after {
    right: 15px;
  }
}
.l-contents-page .c-services-bnr:hover .c-services-bnr__ttl .c_ttl {
  color: #B80210;
}
.l-contents-page .c-services-bnr:hover .c-services-bnr__ttl .c_ttl::before {
  background: #B80210;
}
.l-contents-page .c-services-bnr:hover .c-services-bnr__ttl .c_ttl-en {
  color: #B80210;
}

.l-contents-page {
  padding: 100px 0 0;
}
.l-contents-page .c-flow {
  position: relative;
  margin-bottom: 160px;
}
.l-contents-page .c-flow::before {
  content: "";
  width: 30%;
  height: 80%;
  margin: auto;
  background: url(../img/flow/bg_flow_l.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.l-contents-page .c-flow::after {
  content: "";
  width: 25%;
  height: 60%;
  margin: auto;
  background: url(../img/flow/bg_flow_r.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.l-contents-page .c-flow-list {
  width: min(1280px, 90%);
  margin: 0 auto;
  counter-reset: order 0;
}
.l-contents-page .c-flow-list__item {
  box-shadow: 0 0 12px #E1EFFB;
  padding: 40px;
  margin-bottom: 60px;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-flow-list__item {
    padding: 20px;
    flex-direction: column;
  }
}
.l-contents-page .c-flow-list__item.flex-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-flow-list__item.flex-reverse {
    flex-direction: column;
  }
}
.l-contents-page .c-flow-list__item:last-of-type {
  margin-bottom: 0;
}
.l-contents-page .c-flow-list__img {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-flow-list__img {
    width: 100%;
  }
}
.l-contents-page .c-flow-list-detail__ttl {
  font-size: 1.5rem;
  color: #005BAC;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-flow-list-detail__ttl {
    font-size: 1.25rem;
    gap: 15px;
  }
}
.l-contents-page .c-flow-list-detail__ttl::before {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
  color: #78B7EF;
  counter-increment: order 1;
  content: "0" counter(order);
}
@media screen and (max-width:768px) {
  .l-contents-page .c-flow-list-detail__ttl::before {
    font-size: 3rem;
  }
}
.l-contents-page .c-flow-list-detail__txt {
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-flow-list-detail__txt {
    font-size: 0.9375rem;
    margin-bottom: 30px;
  }
}
.l-contents-page .c-flow-list-detail__info {
  font-size: 0.9375rem;
  line-height: 1.35;
  padding: 10px 15px;
  background: #78B7EF;
  color: #fff;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.l-contents-page .c-flow-list-detail__info::before {
  content: "▶";
}

.l-contents-page {
  padding: 100px 0 0;
}
.l-contents-page .c-strength__txt {
  font-size: 1.125rem;
  line-height: 2;
  text-align: center;
  width: 90%;
  margin: 0 auto 160px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-strength__txt {
    font-size: 1rem;
    margin: 0 auto 80px;
  }
}
.l-contents-page .c-strength-reason {
  padding: 160px 0;
  background: #005BAC;
  position: relative;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-strength-reason {
    padding: 80px 0;
  }
}
.l-contents-page .c-strength-reason::before {
  content: "";
  background: url(../img/strength/bg_reason-top.png) no-repeat center/cover;
  height: 35%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
}
.l-contents-page .c-strength-reason::after {
  content: "";
  background: url(../img/strength/bg_reason-bottom.png) no-repeat center/cover;
  height: 35%;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}
.l-contents-page .c-strength-reason__ttl {
  margin-right: -80px;
  width: 190px;
  flex-shrink: 0;
}
.l-contents-page .c-strength-reason__ttl .c_ttl {
  color: #fff;
}
.l-contents-page .c-strength-reason__ttl .c_ttl::before {
  background: #fff;
}
.l-contents-page .c-strength-reason__ttl .c_ttl-en {
  color: #fff;
}
.l-contents-page .c-strength-reason__inner {
  width: min(1280px, 90%);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:1024px) {
  .l-contents-page .c-strength-reason__inner {
    flex-direction: column;
    gap: 85px;
  }
}
@media screen and (max-width:768px) {
  .l-contents-page .c-strength-reason__inner {
    gap: 45px;
  }
}
.l-contents-page .c-strength-reason__list {
  counter-reset: order 0;
}
.l-contents-page .c-strength-reason__item {
  width: min(1140px, 100%);
  margin: 0 0 120px auto;
  display: flex;
  align-items: flex-end;
  gap: 80px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-strength-reason__item {
    width: 100%;
    margin: 0 0 40px auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
.l-contents-page .c-strength-reason__item::before {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 7.5rem;
  color: #78B7EF;
  counter-increment: order 1;
  content: "0" counter(order);
}
@media screen and (max-width:1024px) {
  .l-contents-page .c-strength-reason__item::before {
    font-size: 5rem;
  }
}
@media screen and (max-width:768px) {
  .l-contents-page .c-strength-reason__item::before {
    font-size: 4rem;
  }
}
.l-contents-page .c-strength-reason__item__inner {
  padding: 0 40px 40px 0;
  border: 1px solid #78B7EF;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-strength-reason__item__inner {
    width: calc(100% - 15px);
    padding: 0 15px 20px;
    margin: 0 auto;
  }
}
.l-contents-page .c-strength-reason__img {
  width: min(640px, 100%);
  margin: -40px 0 40px -40px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-strength-reason__img {
    width: calc(100% + 30px);
    margin: -15px 0 20px -30px;
  }
}
.l-contents-page .c-strength-reason__info {
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-strength-reason__info {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-contents-page .c-strength-reason__info__ttl {
  font-size: 1.5rem;
  line-height: 1.35;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-strength-reason__info__ttl {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}
.l-contents-page .c-strength-reason__info__txt {
  font-size: 1.125rem;
  line-height: 1.35;
  color: #fff;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-strength-reason__info__txt {
    font-size: 0.9375rem;
  }
}
.l-contents-page .c-strength-voice {
  margin: 160px 0;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-strength-voice {
    margin: 80px 0;
  }
}
.l-contents-page .c-strength-voice__ttl {
  margin: 0 auto 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 160px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-strength-voice__ttl {
    width: 145px;
  }
}
.l-contents-page .c-strength-voice__list {
  width: min(1040px, 90%);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-strength-voice__list {
    flex-direction: column;
    gap: 80px;
  }
}
.l-contents-page .c-strength-voice__item {
  width: 48%;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-strength-voice__item {
    width: 100%;
  }
}
.l-contents-page .c-strength-voice__item__catch {
  font-size: 2rem;
  line-height: 1.35;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-strength-voice__item__catch {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.l-contents-page .c-strength-voice__item__txt {
  line-height: 2;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-strength-voice__item__txt {
    font-size: 0.9375rem;
  }
}
.l-contents-page .c-strength-voice__img {
  padding: 0 40px;
  margin-bottom: 45px;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-strength-voice__img {
    width: min(500px, 90%);
    margin: 0 auto 30px;
  }
}

.l-contents-page {
  padding: 100px 0 0;
}
.l-contents-page .c-condominium {
  margin-bottom: 160px;
}
.l-contents-page .c-condominium .__pg-ttl {
  width: 90%;
  margin: 0 auto 60px;
}
.l-contents-page .c-condominium__txt {
  font-size: 1.125rem;
  line-height: 2;
  text-align: center;
  width: 90%;
  margin: 0 auto 80px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium__txt {
    font-size: 1rem;
  }
}
.l-contents-page .c-condominium-category {
  width: 90%;
  margin: 0 auto 80px;
}
.l-contents-page .c-condominium-category__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.l-contents-page .c-condominium-category__link {
  font-size: 0.875rem;
  text-align: center;
  color: #005BAC;
  width: 180px;
  padding: 10px 20px;
  border: 1px solid #005BAC;
  border-radius: 40px;
  box-sizing: border-box;
  display: block;
  transition: all 0.3s;
}
.l-contents-page .c-condominium-category__link:hover {
  color: #fff;
  background: #005BAC;
}
.l-contents-page .c-condominium-category__link.is-active {
  color: #fff;
  background: #005BAC;
}
.l-contents-page .c-condominium-wrap {
  padding: 0 45px;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-wrap {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
}
.l-contents-page .c-condominium-wrap__list {
  border: 1px solid #005BAC;
  display: flex;
  flex-wrap: wrap;
}
.l-contents-page .c-condominium-wrap__item {
  width: 33.3333333333%;
  border-right: 1px solid #005BAC;
  border-bottom: 1px solid #005BAC;
  box-sizing: border-box;
}
@media screen and (max-width:1024px) {
  .l-contents-page .c-condominium-wrap__item {
    width: 50%;
  }
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-wrap__item {
    width: 100%;
  }
}
.l-contents-page .c-condominium-wrap__item:nth-child(3n) {
  border-right: none;
}
@media screen and (max-width:1024px) {
  .l-contents-page .c-condominium-wrap__item:nth-child(3n) {
    border-right: 1px solid #005BAC;
  }
}
@media screen and (max-width:1024px) {
  .l-contents-page .c-condominium-wrap__item:nth-child(2n) {
    border-right: none;
  }
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-wrap__item:nth-child(2n) {
    border-right: 1px solid #005BAC;
  }
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-wrap__item:nth-child(even) {
    border-right: none;
  }
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-wrap__item:nth-child(odd) {
    border-right: none;
  }
}
.l-contents-page .c-condominium-wrap__item.is-last-row {
  border-bottom: none;
}
.l-contents-page .c-condominium-wrap__link {
  padding: 30px 30px 45px;
  display: block;
  position: relative;
}
.l-contents-page .c-condominium-wrap__link:hover .__img {
  opacity: 0.5;
  overflow: hidden;
  top: 0;
  transform: translate(0%, 0%) scale(1);
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-wrap__link:hover .__img {
    top: 18%;
    transform: translate(0%, 0%) scale(2.2);
  }
}
.l-contents-page .c-condominium-wrap-category {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.l-contents-page .c-condominium-wrap-category__item {
  font-size: 0.875rem;
  text-align: center;
  color: #005BAC;
  padding: 10px 20px;
  border: 1px solid #005BAC;
  border-radius: 40px;
  box-sizing: border-box;
  display: block;
}
.l-contents-page .c-condominium-wrap-img {
  width: min(450px, 100%);
  margin: 0 auto 55px;
  aspect-ratio: 3/2;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-wrap-img {
    position: relative;
    overflow: hidden;
  }
}
.l-contents-page .c-condominium-wrap-img .__img {
  height: 100%;
  /*position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;*/
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
  transform: translate(0%, 0%) scale(1);
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-wrap-img .__img {
    height: 200px;
    top: 0;
    transform: translate(0%, 0%) scale(1);
  }
}
.l-contents-page .c-condominium-wrap-info__ttl {
  font-size: 1.5rem;
  color: #005BAC;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.l-contents-page .c-condominium-wrap-info__field {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.l-contents-page .c-condominium-wrap-info__field__inner:first-of-type {
  border-right: 1px dotted #78B7EF;
  padding-right: 30px;
  margin-right: 30px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-wrap-info__field__inner:first-of-type {
    padding-right: 20px;
    margin-right: 20px;
  }
}
.l-contents-page .c-condominium-wrap-info__field__ttl {
  font-size: 0.9375rem;
  margin-bottom: 10px;
  color: #005BAC;
}
.l-contents-page .c-condominium-wrap-info__score {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 0.84rem + 1.03vw, 2rem);
  color: #005BAC;
}
.l-contents-page .c-condominium-wrap-info__score__sub {
  font-size: 1.125rem;
}
.l-contents-page .c-property .c-condominium-category__link {
  width: 140px;
}
.l-contents-page .c-condominium-detail {
  width: min(1280px, 90%);
  margin: 0 auto 160px;
}
.l-contents-page .c-condominium-detail-category {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.l-contents-page .c-condominium-detail-category__list {
  font-size: 0.875rem;
  color: #000;
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 50px;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-detail-category__list {
    font-size: 0.8125rem;
  }
}
.l-contents-page .c-condominium-detail-ttl {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #005BAC;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-detail-ttl {
    font-size: 2rem;
  }
}
.l-contents-page .c-condominium-detail-profile {
  padding: 20px 0;
  margin-bottom: 80px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-detail-profile {
    font-size: 2rem;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.l-contents-page .c-condominium-detail-profile__list {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px dotted #999;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-detail-profile__list {
    border: none;
  }
}
.l-contents-page .c-condominium-detail-profile__list:last-of-type {
  border: none;
  margin: 0;
  padding: 0;
}
.l-contents-page .c-condominium-detail-profile__list__ttl {
  font-size: 0.9375rem;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-detail-profile__list__ttl {
    width: 65px;
  }
}
.l-contents-page .c-condominium-detail-profile__list__info {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 2rem;
}
.l-contents-page .c-condominium-detail-profile__list__unit {
  font-size: 1.125rem;
}
.l-contents-page .c-condominium-detail-main {
  margin-bottom: 150px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width:1024px) {
  .l-contents-page .c-condominium-detail-main {
    flex-direction: column;
    gap: 80px;
  }
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-detail-main {
    margin-bottom: 80px;
    gap: 40px;
  }
}
.l-contents-page .c-condominium-detail-main__txt {
  line-height: 2;
  width: 320px;
}
@media screen and (max-width:1200px) {
  .l-contents-page .c-condominium-detail-main__txt {
    width: 280px;
  }
}
@media screen and (max-width:1024px) {
  .l-contents-page .c-condominium-detail-main__txt {
    width: 100%;
  }
}
.l-contents-page .c-condominium-detail-main-parts {
  width: min(100% - 400px);
}
@media screen and (max-width:1200px) {
  .l-contents-page .c-condominium-detail-main-parts {
    width: min(100% - 360px);
  }
}
@media screen and (max-width:1024px) {
  .l-contents-page .c-condominium-detail-main-parts {
    width: 100%;
  }
}
.l-contents-page .c-condominium-detail-main-parts__slide__wrap {
  margin-bottom: 80px;
}
.l-contents-page .c-condominium-detail-main-parts__slide__wrap .c-condominium-detail-main-parts__slide__list {
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.l-contents-page .c-condominium-detail-main-parts__slidethumb {
  margin: 30px 0 0;
}
.l-contents-page .c-condominium-detail-main-parts__slidethumb .slick-track {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-detail-main-parts__slidethumb .slick-track {
    gap: 10px;
  }
}
.l-contents-page .c-condominium-detail-main-parts__slidethumb .slick-track::before {
  content: none;
}
.l-contents-page .c-condominium-detail-main-parts__slidethumb .slick-track::after {
  content: none;
}
.l-contents-page .c-condominium-detail-main-parts__slidethumb .c-condominium-detail-main-parts__slide__list {
  border: 2px solid transparent;
  box-sizing: border-box;
  transition: all 0.3s;
  cursor: pointer;
  aspect-ratio: 3/2;
  width: calc((100% - 60px) / 4) !important;
  position: relative;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-detail-main-parts__slidethumb .c-condominium-detail-main-parts__slide__list {
    width: calc((100% - 20px) / 3) !important;
  }
}
.l-contents-page .c-condominium-detail-main-parts__slidethumb .c-condominium-detail-main-parts__slide__list.slick-current {
  border: 2px solid #005BAC;
}
.l-contents-page .c-condominium-detail-main-parts__slidethumb .c-condominium-detail-main-parts__slide__list:hover {
  border: 2px solid #005BAC;
  opacity: 0.7;
}
.l-contents-page .c-condominium-detail-main-parts__slidethumb .c-condominium-detail-main-parts__slide__list .__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.l-contents-page .c-condominium-detail-main-parts__slidethumb .slide-arrow {
  width: 29px;
  aspect-ratio: 29/7;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.l-contents-page .c-condominium-detail-main-parts__slidethumb .slide-arrow.prev-arrow {
  background: url(../img/condominium/ico_slide-prev.svg) no-repeat center/100%;
  left: 0;
}
.l-contents-page .c-condominium-detail-main-parts__slidethumb .slide-arrow.next-arrow {
  background: url(../img/condominium/ico_slide-next.svg) no-repeat center/100%;
  right: 0;
}
.l-contents-page .c-condominium-detail-main-parts__slidethumb .slide-arrow:hover.prev-arrow {
  left: -10px;
}
.l-contents-page .c-condominium-detail-main-parts__slidethumb .slide-arrow:hover.next-arrow {
  right: -10px;
}
.l-contents-page .c-condominium-detail-main-parts__ttl {
  font-size: 1.125rem;
  text-align: center;
  background: #005BAC;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 45px;
  box-sizing: border-box;
}
.l-contents-page .c-condominium-detail-main-parts__dl {
  margin-bottom: 80px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.l-contents-page .c-condominium-detail-main-parts__dl__inner {
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #505050;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-detail-main-parts__dl__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-contents-page .c-condominium-detail-main-parts__dl__inner.dl-half {
  width: calc(50% - 20px);
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-detail-main-parts__dl__inner.dl-half {
    width: 100%;
  }
}
.l-contents-page .c-condominium-detail-main-parts__dt {
  width: 200px;
  line-height: 2;
  flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-detail-main-parts__dt {
    font-size: 0.875rem;
  }
}
.l-contents-page .c-condominium-detail-main-parts__dd {
  line-height: 2;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-detail-main-parts__dd {
    font-size: 0.875rem;
  }
}
.l-contents-page .c-condominium-detail-main-parts__list {
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.l-contents-page .c-condominium-detail-main-parts__item {
  width: calc(50% - 20px);
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #505050;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-detail-main-parts__item {
    width: 100%;
    font-size: 0.875rem;
  }
}
.l-contents-page .c-condominium-detail-main-parts__map {
  margin-bottom: 20px;
}
.l-contents-page .c-condominium-detail-main-parts__map iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.l-contents-page .c-condominium-detail-main-parts__maplink {
  width: 200px;
  margin: 0 0 80px auto;
}
.l-contents-page .c-condominium-detail-main-parts__maplink__inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-contents-page .c-condominium-detail-main-parts__maplink__inner .__ico {
  width: 18px;
  aspect-ratio: 37/25;
}
.l-contents-page .c-condominium-detail-main-parts__contact {
  font-size: 1.5rem;
  padding: 20px 0;
  border: 1px solid #005BAC;
  box-sizing: border-box;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.5s;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-detail-main-parts__contact {
    font-size: 1rem;
  }
}
.l-contents-page .c-condominium-detail-main-parts__contact::before {
  content: "";
  background: url(../img/common/ico_mail.svg) no-repeat center/100%;
  width: 21px;
  aspect-ratio: 7/5;
  transition: all 0.5s;
}
.l-contents-page .c-condominium-detail-main-parts__contact:hover {
  color: #fff;
  background: #005BAC;
}
.l-contents-page .c-condominium-detail-main-parts__contact:hover::before {
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(1836%) hue-rotate(55deg) brightness(116%) contrast(100%);
}
.l-contents-page .c-condominium-detail-link {
  display: flex;
  justify-content: space-between;
}
.l-contents-page .c-condominium-detail-link__prev {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-detail-link__prev {
    font-size: 0.875rem;
    gap: 5px;
  }
}
.l-contents-page .c-condominium-detail-link__prev:hover {
  color: #005BAC;
}
.l-contents-page .c-condominium-detail-link__prev::before {
  content: "";
  width: 29px;
  aspect-ratio: 29/7;
  background: url(../img/condominium/ico_slide-prev.svg) no-repeat center/100%;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-detail-link__prev::before {
    width: 20px;
  }
}
.l-contents-page .c-condominium-detail-link__next {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-detail-link__next {
    font-size: 0.875rem;
    gap: 5px;
  }
}
.l-contents-page .c-condominium-detail-link__next:hover {
  color: #005BAC;
}
.l-contents-page .c-condominium-detail-link__next::after {
  content: "";
  width: 29px;
  aspect-ratio: 29/7;
  background: url(../img/condominium/ico_slide-next.svg) no-repeat center/100%;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-detail-link__next::after {
    width: 20px;
  }
}
.l-contents-page .c-condominium-detail-link__list {
  font-size: 1.125rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  transition: all 0.3s;
}
.l-contents-page .c-condominium-detail-link__list:hover {
  color: #005BAC;
  border-bottom: 2px solid #005BAC;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-condominium-detail-link__list {
    font-size: 0.875rem;
    padding-bottom: 5px;
  }
}
.l-contents-page .c-condominium-detail-link .__none {
  width: 50px;
}

.l-contents-page {
  padding: 100px 0 0;
}
.l-contents-page .c-news-list {
  width: min(960px, 90%);
  margin: 0 auto 160px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-news-list {
    margin: 0 auto 100px;
  }
}
.l-contents-page .c-news-list__item {
  margin-bottom: 80px;
}
.l-contents-page .c-news-list__item:last-of-type {
  margin-bottom: 0;
}
.l-contents-page .c-news-list__date {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #005BAC;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-news-list__date {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}
.l-contents-page .c-news-list__ttl {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-news-list__ttl {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.l-contents-page .c-news-list__txt {
  line-height: 2;
  height: 64px;
  overflow: hidden;
  transition: all 0.3s;
}
.l-contents-page .c-news-list__more {
  margin-top: 60px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-news-list__more {
    margin-top: 30px;
  }
}
.l-contents-page .c-news-list__more::after {
  content: "";
  background: #505050;
  width: 100%;
  height: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s;
}
.l-contents-page .c-news-list__more__inner {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 2;
  background: #fff;
  color: #005BAC;
  width: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
}
.l-contents-page .c-news-list__more__inner::before {
  content: "";
  width: 24px;
  background: url(../img/common/ico_more.svg) no-repeat center/100%;
  aspect-ratio: 1;
  transform: rotate(180deg);
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-news-list__more__inner::before {
    width: 20px;
  }
}
.l-contents-page .c-news-list .c-news-list__txt.is_open + .c-news-list__more .c-news-list__more__inner::before {
  transform: rotate(0deg);
}
.l-contents-page .c-news-list__pager {
  margin-top: 80px;
}

.l-contents-page {
  padding: 100px 0 0;
}
.l-contents-page .c-contact {
  width: min(960px, 90%);
  margin: 0 auto 160px;
}
.l-contents-page .c-contact-tel {
  background: #005BAC;
  padding: 40px;
  margin-bottom: 150px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-contact-tel {
    padding: 20px;
    margin-bottom: 100px;
    flex-direction: column;
    gap: 15px;
  }
}
.l-contents-page .c-contact-tel::before {
  content: "";
  width: 50%;
  height: 100%;
  background: url(../img/contact/bg_tel-contact.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-contact-tel::before {
    width: 100%;
  }
}
.l-contents-page .c-contact-tel::after {
  content: "";
  width: 1px;
  height: 118px;
  background: #fff;
  order: 1;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-contact-tel::after {
    width: 100%;
    height: 1px;
  }
}
.l-contents-page .c-contact-tel__ttl {
  font-size: 1.25rem;
  color: #fff;
  order: 0;
  position: relative;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-contact-tel__ttl {
    width: 100%;
  }
}
.l-contents-page .c-contact-tel__info {
  position: relative;
  order: 2;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-contact-tel__info {
    width: 100%;
  }
}
.l-contents-page .c-contact-tel__link {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: clamp(2.813rem, -0.188rem + 6.25vw, 4.5rem);
  color: #fff;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-contact-tel__link {
    margin-bottom: 15px;
  }
}
.l-contents-page .c-contact-tel__time {
  font-size: 0.9375rem;
  color: #fff;
}
.l-contents-page .c-contact-form__ttl {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-contact-form__ttl {
    font-size: 1.25rem;
  }
}
.l-contents-page .c-contact-form__ttl.confirm-ttl {
  margin-bottom: 60px;
}
.l-contents-page .c-contact-form__catch {
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-contact-form__catch {
    font-size: 1rem;
  }
}
.l-contents-page .c-contact-form__txt {
  line-height: 2;
  margin-bottom: 80px;
}
.l-contents-page .c-contact-form__txt .__red {
  color: #E60012;
}
.l-contents-page .c-contact-form-flow {
  width: min(400px, 90%);
  margin: 0 auto 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.l-contents-page .c-contact-form-flow::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #999;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.l-contents-page .c-contact-form-flow.confirm-step::before {
  z-index: -2;
}
.l-contents-page .c-contact-form-flow.confirm-step::after {
  content: "";
  width: 50%;
  height: 2px;
  background: #005BAC;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.l-contents-page .c-contact-form-flow.complete-step::before {
  background: #005BAC;
}
.l-contents-page .c-contact-form-flow__list {
  font-size: 1.125rem;
  text-align: center;
  width: 120px;
  padding: 10px 0;
  background: #fff;
  border: 1px solid #999;
  border-radius: 50px;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-contact-form-flow__list {
    font-size: 1rem;
    width: 80px;
  }
}
.l-contents-page .c-contact-form-flow__list.active-flow {
  background: #005BAC;
  border: 1px solid #005BAC;
  color: #fff;
}
.l-contents-page .c-contact-form-detail {
  margin-bottom: 80px;
}
.l-contents-page .c-contact-form-detail__inner {
  margin-bottom: 45px;
}
.l-contents-page .c-contact-form-detail__inner:last-of-type {
  margin: 0;
}
.l-contents-page .c-contact-form-detail__dt {
  font-size: 1.125rem;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 2px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-contact-form-detail__dt {
    font-size: 1rem;
  }
}
.l-contents-page .c-contact-form-detail__dt.required::after {
  content: "※";
  font-size: 0.625rem;
  color: #E60012;
}
.l-contents-page .c-contact-form-detail__dd .c-contact-form-detail__quote {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-top: 15px;
}
.l-contents-page .c-contact-form-detail__dd .c-contact-form-detail__number + .c-contact-form-detail__quote {
  margin-bottom: 25px;
}
.l-contents-page .c-contact-form-detail__dd .c-contact-form-detail__number {
  width: 320px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.l-contents-page .c-contact-form-detail__dd .c-contact-form-detail__number::before {
  content: "〒";
  font-size: 1.125rem;
}
.l-contents-page .c-contact-form-detail__dd .c-contact-form-detail__policy {
  line-height: 2;
  margin-bottom: 20px;
}
.l-contents-page .c-contact-form-detail__dd .c-contact-form-detail__policy__link {
  color: #005BAC;
}
.l-contents-page .c-contact-form-detail__dd .c-contact-form-detail__policy + .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.l-contents-page .c-contact-form-detail__dd .c-contact-form-detail__check .wpcf7-list-item {
  margin: 0 0 0 20px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-contact-form-detail__dd .c-contact-form-detail__check .wpcf7-list-item {
    width: 100%;
    margin: 0;
  }
}
.l-contents-page .c-contact-form-detail__dd .c-contact-form-detail__check .wpcf7-list-item.first {
  margin: 0;
}
.l-contents-page .c-contact-form-detail__dd input[type=checkbox] + .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 3px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-contact-form-detail__dd input[type=checkbox] + .wpcf7-list-item-label {
    font-size: 1rem;
  }
}
.l-contents-page .c-contact-form-detail__dd input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/contact/ico_check-before.svg) no-repeat center/100%;
  transition: all 0.2s;
}
.l-contents-page .c-contact-form-detail__dd input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: url(../img/contact/ico_check-after.svg) no-repeat center/100%;
}
.l-contents-page .c-contact-form-detail__dd input[type=text] {
  width: 100%;
  padding: 20px 15px;
  background: #f4f4f4;
  box-sizing: border-box;
  border-radius: 4px;
}
.l-contents-page .c-contact-form-detail__dd input[type=text]::-moz-placeholder {
  color: #888;
}
.l-contents-page .c-contact-form-detail__dd input[type=text]::placeholder {
  color: #888;
}
.l-contents-page .c-contact-form-detail__dd input[type=text].text-half {
  width: 50%;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-contact-form-detail__dd input[type=text].text-half {
    width: 100%;
  }
}
.l-contents-page .c-contact-form-detail__dd textarea {
  line-height: 1.5;
  width: 100%;
  padding: 20px 15px;
  background: #f4f4f4;
  box-sizing: border-box;
  border-radius: 4px;
}
.l-contents-page .c-contact-form-detail__dd textarea::-moz-placeholder {
  color: #888;
  opacity: 0.5;
}
.l-contents-page .c-contact-form-detail__dd textarea::placeholder {
  color: #888;
  opacity: 0.5;
}
.l-contents-page .c-contact-form-submit {
  margin: 0 auto;
}
.l-contents-page .c-contact-form-submit.detail_link {
  width: 160px;
}
.l-contents-page .c-contact-form-submit .c-contact-form-submit__btn {
  color: #231815;
  font-size: 1.5rem;
  text-align: left;
  padding-bottom: 5px;
  width: 100%;
  background: transparent;
  display: block;
  cursor: pointer;
}
.l-contents-page .c-contact-form-submit .wpcf7-spinner {
  display: none;
}
.l-contents-page .c-contact-form__complete-ttl {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-contact-form__complete-ttl {
    font-size: 1.5rem;
  }
}
.l-contents-page .c-contact-form__complete-txt {
  font-size: 1.125rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-contact-form__complete-txt {
    font-size: 0.875rem;
  }
}
.l-contents-page .c-contact-form-confirm {
  margin-bottom: 80px;
}
.l-contents-page .c-contact-form-confirm__dt {
  font-size: 1.125rem;
  color: #005BAC;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-contact-form-confirm__dt {
    font-size: 1rem;
  }
}
.l-contents-page .c-contact-form-confirm__dd {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 45px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-contact-form-confirm__dd {
    font-size: 1.125rem;
  }
}
.l-contents-page .c-contact-form-confirm__dd:last-of-type {
  margin-bottom: 0;
}
.l-contents-page .c-contact-form-confirm__dd .__number::before {
  content: "〒";
}
.l-contents-page .c-contact-form-confirm__btn {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.l-contents-page .c-contact-form-confirm__btn__list.detail_link {
  margin: 0 !important;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-contact-form-confirm__btn__list.detail_link.__prev {
    width: 130px;
  }
}
.l-contents-page .c-contact-form-confirm__btn__list.detail_link.__submit {
  width: 260px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-contact-form-confirm__btn__list.detail_link.__submit {
    width: 160px;
  }
}
.l-contents-page .c-contact-form-confirm__btn__list.__none {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-contact-form-confirm__btn__list.__none {
    display: none;
  }
}
.l-contents-page .c-contact-form-confirm__btn__list .wpcf7-spinner {
  display: none;
}
.l-contents-page .c-contact-form-confirm__btn__list .wpcf7-previous {
  font-size: 1.125rem;
  text-align: right;
  width: 100%;
  background: transparent;
  display: block;
  cursor: pointer;
}
.l-contents-page .c-contact-form-confirm__btn__list .wpcf7-submit {
  font-size: 1.5rem;
  background: transparent;
  cursor: pointer;
}
.l-contents-page .c-contact-form .detail_link {
  margin: 0 auto;
}

.l-contents-page {
  padding: 100px 0 0;
}
.l-contents-page .c-privacy-policy {
  width: min(960px, 90%);
  margin: 150px auto 160px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-privacy-policy {
    margin: 0 auto 100px;
  }
}
.l-contents-page .c-privacy-policy__catch {
  line-height: 2;
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-privacy-policy__catch {
    margin-bottom: 60px;
  }
}
.l-contents-page .c-privacy-policy-detail {
  margin-bottom: 80px;
  counter-reset: order 0;
}
.l-contents-page .c-privacy-policy-detail__dt {
  font-size: 1.25rem;
  line-height: 2;
  color: #005BAC;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-privacy-policy-detail__dt {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}
.l-contents-page .c-privacy-policy-detail__dt::before {
  counter-increment: order 1;
  content: counter(order) ".";
}
.l-contents-page .c-privacy-policy-detail__dd {
  line-height: 2;
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-privacy-policy-detail__dd {
    font-size: 0.875rem;
    margin-bottom: 60px;
  }
}
.l-contents-page .c-privacy-policy-detail__ordered {
  margin: 30px 0;
  padding-left: 20px;
  box-sizing: border-box;
  counter-reset: order 0;
}
.l-contents-page .c-privacy-policy-detail__ordered__list {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-privacy-policy-detail__ordered__list {
    font-size: 0.875rem;
  }
}
.l-contents-page .c-privacy-policy-detail__ordered__list::before {
  counter-increment: order 1;
  content: counter(order) ".";
}
.l-contents-page .c-privacy-policy-detail__unordered {
  margin: 30px 0;
  padding-left: 20px;
  box-sizing: border-box;
}
.l-contents-page .c-privacy-policy-detail__unordered__list {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-privacy-policy-detail__unordered__list {
    font-size: 0.875rem;
  }
}
.l-contents-page .c-privacy-policy-detail__unordered__list::before {
  content: "・";
}
.l-contents-page .c-privacy-policy-tool {
  border: 1px solid #505050;
  padding: 20px;
  box-sizing: border-box;
}
.l-contents-page .c-privacy-policy-tool__ttl {
  font-size: 1.25rem;
  line-height: 2;
  color: #005BAC;
  margin-bottom: 40px;
}
.l-contents-page .c-privacy-policy-tool__txt {
  line-height: 2;
}
.l-contents-page .c-privacy-policy-tool__link {
  color: #005BAC;
  text-decoration: underline;
  padding-right: 5px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
@media screen and (max-width:415px) {
  .l-contents-page .c-privacy-policy-tool__link {
    font-size: 0.75rem;
  }
}
.l-contents-page .c-privacy-policy-tool__link::after {
  content: "";
  width: 18px;
  aspect-ratio: 185/125;
  background: url(../img/common/ico_blank.svg) no-repeat center/100%;
}

.page .c-mv .c_ttl-mv-none {
  margin-bottom: 120px;
}

.c-error {
  width: min(960px, 90%);
  margin: 0 auto;
}
.c-error__txt {
  font-size: 1.125rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .c-error__txt {
    font-size: 0.875rem;
  }
}
.c-error .detail_link {
  margin: 0 auto 160px;
}

@media print, screen and (min-width:769px) {
  .l-contents._col2_ .l-contents__inner {
    display: grid;
    grid-template-columns: 1fr 240px;
    grid-template-rows: auto;
    gap: 0 40px;
    grid-template-areas: "body side";
  }
}
@media screen and (max-width:768px) {
  .l-contents._col2_ .l-contents__inner {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    gap: 60px 0;
    grid-template-areas: "body" "side";
  }
}
.l-contents._col2_ .l-contents__body {
  grid-area: body;
}
.l-contents._col2_ .l-contents__side {
  grid-area: side;
}
@media print, screen and (min-width:1025px) {
  .l-contents._col3_ .l-contents__inner {
    display: grid;
    grid-template-columns: minmax(200px, 25%) 1fr minmax(200px, 25%);
    grid-template-rows: auto;
    gap: 0 30px;
    grid-template-areas: "left main right";
  }
}
@media screen and (max-width:1024px) {
  .l-contents._col3_ .l-contents__inner {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    gap: 50px 0;
    grid-template-areas: "main" "right" "left";
  }
}
.l-contents._col3_ .l-contents__body {
  grid-area: main;
}
.l-contents._col3_ .l-contents__left {
  grid-area: left;
}
.l-contents._col3_ .l-contents__right {
  grid-area: right;
}

.l-header {
  width: 100%;
  height: 100px;
  padding: 0 45px;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
}
@media screen and (max-width: 1300px) {
  .l-header {
    height: 125px;
    padding: 20px 45px;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width:1024px) {
  .l-header {
    height: 80px;
    padding: 0 15px;
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
.l-header-logo {
  width: clamp(13.75rem, 4.375rem + 12.5vw, 19.375rem);
}
@media screen and (max-width:1200px) {
  .l-header-logo {
    margin-right: auto;
  }
}
@media screen and (max-width:1024px) {
  .l-header-logo {
    width: 250px;
  }
}
@media screen and (max-width:768px) {
  .l-header-logo {
    width: 220px;
  }
}
.l-header-toggle {
  width: 56px;
  height: 56px;
  border: 1px solid #005BAC;
  border-radius: 60px;
  position: relative;
  cursor: pointer;
  display: none;
}
@media screen and (max-width:1024px) {
  .l-header-toggle {
    display: block;
  }
}
.l-header-toggle__border {
  width: 24px;
  height: 1px;
  margin: auto;
  background: #005BAC;
  position: absolute;
  right: 0;
  left: 0;
  transition: all 0.3s;
}
.l-header-toggle__border:first-of-type {
  top: 20px;
}
.l-header-toggle__border:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.l-header-toggle__border:last-of-type {
  bottom: 20px;
}
.l-header-toggle.nav_open .l-header-toggle__border:first-of-type {
  top: 26px;
  transform: rotate(-45deg);
}
.l-header-toggle.nav_open .l-header-toggle__border:nth-of-type(2) {
  opacity: 0;
}
.l-header-toggle.nav_open .l-header-toggle__border:last-of-type {
  bottom: 27px;
  transform: rotate(45deg);
}
@media screen and (max-width: 1300px) {
  .l-header-nav {
    width: 100%;
  }
}
@media screen and (max-width:1200px) {
  .l-header-nav {
    margin-left: auto;
  }
}
@media screen and (max-width:1024px) {
  .l-header-nav {
    display: none;
  }
}
.l-header-nav__list {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, -0.833rem + 2.78vw, 2.5rem);
}
@media screen and (max-width: 1300px) {
  .l-header-nav__list {
    justify-content: flex-end;
  }
}
.l-header-nav__item .l-header-nav__link {
  font-size: clamp(0.875rem, 0.667rem + 0.28vw, 1rem);
  transition: all 0.3s;
}
.l-header-nav__item .l-header-nav__link:hover {
  color: #005BAC;
}
.l-header-nav__item.contact_link .l-header-nav__link {
  width: clamp(9.375rem, 6.25rem + 4.17vw, 11.25rem);
  border: 1px solid #005BAC;
  border-radius: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: all 0.3s;
}
.l-header-nav__item.contact_link .l-header-nav__link::before {
  content: "";
  width: 21px;
  padding: 10px 0;
  aspect-ratio: 12/15;
  background: url(../img/common/ico_mail.svg) no-repeat center/100%;
}
.l-header-nav__item.contact_link .l-header-nav__link:hover {
  background: #005BAC;
  color: #fff;
}
.l-header-nav__item.contact_link .l-header-nav__link:hover::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(132deg) brightness(107%) contrast(109%);
}
.l-header-nav__item.policy_link {
  display: none;
}
.l-header-nav.nav_active {
  width: 100%;
  height: 100%;
  padding: 150px 15px 100px;
  background: #fff;
  box-sizing: border-box;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  overflow-y: scroll;
}
.l-header-nav.nav_active .l-header-nav__list {
  flex-direction: column;
  align-items: flex-start;
  gap: 45px;
}
.l-header-nav.nav_active .l-header-nav__item.contact_link .l-header-nav__link {
  border: none;
  padding: 0;
  border-radius: unset;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.l-header-nav.nav_active .l-header-nav__item.contact_link .l-header-nav__link::before {
  padding: 0;
}
.l-header-nav.nav_active .l-header-nav__item.policy_link {
  display: block;
}
.l-header-nav.nav_active .l-header-nav__link {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.l-header-nav.nav_active .l-header-nav__link::before {
  content: "";
  background: #231815;
  width: 6px;
  height: 6px;
  border-radius: 10px;
}
.l-header.home_header {
  position: relative;
}
.l-header.home_header.header_fix {
  position: fixed;
  top: 0;
  left: 0;
}
.l-header.home_header.header_open {
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width:768px) {
  .l-header.home_header {
    position: fixed;
    top: 0;
    left: 0;
  }
}

.l-footer {
  width: min(1280px, 90%);
  margin: 0 auto;
  padding: 160px 0 80px;
}
.l-footer__ttl {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.l-footer__ttl::before {
  content: "";
  width: 20px;
  background: url(../img/common/ico_diagonal-blue.svg) no-repeat center/100%;
  aspect-ratio: 1;
}
.l-footer__ttl::after {
  content: "";
  width: 20px;
  background: url(../img/common/ico_diagonal-red.svg) no-repeat center/100%;
  aspect-ratio: 1;
}
.l-footer__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media screen and (max-width:768px) {
  .l-footer__inner {
    grid-template-columns: unset;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.l-footer-information {
  margin-bottom: 80px;
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width:768px) {
  .l-footer-information {
    margin-bottom: 60px;
    grid-column: 1;
    grid-row: 2;
  }
}
.l-footer-information__address {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width:768px) {
  .l-footer-information__address {
    margin-bottom: 20px;
  }
}
.l-footer-information__address__txt {
  line-height: 1.75;
}
.l-footer-information__tel {
  line-height: 1.75;
}
.l-footer-information__fax {
  line-height: 1.75;
}
.l-footer-information__holiday {
  line-height: 1.75;
}
@media screen and (max-width:768px) {
  .l-footer-information__holiday {
    display: flex;
  }
}
.l-footer-contents {
  grid-column: 2;
  grid-row: 1/span 2;
}
@media screen and (max-width:768px) {
  .l-footer-contents {
    margin-bottom: 60px;
    grid-column: 1;
    grid-row: 1;
  }
}
.l-footer-contents__menu {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width:768px) {
  .l-footer-contents__menu {
    justify-content: space-between;
    gap: 10px;
  }
}
.l-footer-contents__menu__item {
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width:768px) {
  .l-footer-contents__menu__item {
    margin-bottom: 30px;
  }
}
.l-footer-contents__menu__item:last-of-type {
  margin-bottom: 0;
}
.l-footer-contents__menu__item::before {
  content: "";
  width: 6px;
  background: #231815;
  aspect-ratio: 1;
  border-radius: 10px;
}
.l-footer-contents__menu__link {
  font-size: clamp(1rem, 0.696rem + 0.63vw, 1.25rem);
  line-height: 1.35;
  transition: all 0.3s;
}
.l-footer-contents__menu__link:hover {
  color: #005BAC;
}
@media screen and (max-width:768px) {
  .l-footer-contents__menu__link {
    font-size: 0.9375rem;
  }
}
.l-footer-copyright {
  grid-column: 1;
  grid-row: 2;
}
@media screen and (max-width:768px) {
  .l-footer-copyright {
    grid-column: 1;
    grid-row: 3;
  }
}
.l-footer-copyright__logo {
  width: 200px;
  margin-bottom: 40px;
  display: block;
}
@media screen and (max-width:768px) {
  .l-footer-copyright__logo {
    margin: 0 auto 20px;
  }
}
.l-footer-copyright__txt {
  font-size: 0.8125rem;
}
@media screen and (max-width:768px) {
  .l-footer-copyright__txt {
    text-align: center;
  }
}

/*@include g.smMax {*/
@media screen and (max-width:415px) {
  .u-xs-min {
    display: none !important;
  }
}

@media print, screen and (min-width:416px) {
  .u-xs-max {
    display: none !important;
  }
}

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

@media print, screen and (min-width:769px) {
  .u-sm-max {
    display: none !important;
  }
}

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

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

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

@media print, screen and (min-width:1201px) {
  .u-lg-max {
    display: none !important;
  }
}/*# sourceMappingURL=common.css.map */