@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Noto+Serif+JP:wght@200..900&display=swap");
html {
  scrollbar-gutter: stable;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  max-width: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
body.active {
  overflow: hidden;
}

img {
  vertical-align: bottom;
  width: auto;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

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

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

.prg_h {
  margin-bottom: 15px;
}

.prg {
  margin-bottom: 20px;
}

.prg_w {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .prg_w {
    margin-bottom: 30px;
  }
}

.prg_2w {
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .prg_2w {
    margin-bottom: 50px;
  }
}

.prg_3w {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .prg_3w {
    margin-bottom: 70px;
  }
}

.prg_4w {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .prg_4w {
    margin-bottom: 90px;
  }
}

.font_s {
  font-size: 0.875em;
}

.font-l {
  font-size: 1.125em;
}

.font_b {
  font-weight: 900;
}

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

.align-right {
  text-align: right;
}

.list_disc {
  padding-left: 1.5em;
}
.list_disc > li {
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  .list_disc {
    font-size: 14px;
  }
}

.section-block {
  padding: clamp(50px, 8.1vw, 90px) 0;
}

.block-inner {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .block-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .block-inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.section-ttl1 {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .section-ttl1 {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .section-ttl1 {
    margin-bottom: 50px;
    font-size: clamp(30px, 2.5vw, 35px);
  }
}

.section-ttl2 {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .section-ttl2 {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .section-ttl2 {
    margin-bottom: 30px;
    font-size: clamp(24px, 2vw, 26px);
  }
}

.section-ttl3 {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .section-ttl3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .section-ttl3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

.serif-lead {
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  color: #003f73;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .serif-lead {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .serif-lead {
    font-size: clamp(32px, 2.9vw, 38px);
  }
}

.btn_common {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.btn_common::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 14px;
  height: 10px;
  margin: auto 0;
}
.btn_common:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .btn_common {
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    height: 50px;
    font-size: 14px;
  }
  .btn_common::after {
    right: 10px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .btn_common {
    height: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .btn_common {
    max-width: 330px;
    padding-left: 20px;
    font-size: 16px;
  }
  .btn_common::after {
    right: 20px;
  }
}
@media screen and (min-width: 1081px) {
  .btn_common {
    height: 60px;
  }
}
.btn_common.light {
  border: 1px solid #003f73;
  background: rgba(255, 255, 255, 0.7);
  color: #003f73;
}
.btn_common.light::after {
  background: url(../images/arrow_btn_blue.svg) no-repeat center center/contain;
}
.btn_common.dark {
  background: #003f73;
  color: #fff;
}
.btn_common.dark::after {
  background: url(../images/arrow_btn_white.svg) no-repeat center center/contain;
}
.btn_common.gold {
  background: #a08d1c;
  color: #fff;
}
.btn_common.gold::after {
  background: url(../images/arrow_btn_white.svg) no-repeat center center/contain;
}
.btn_common.skeleton {
  border: 1px solid #fff;
  color: #fff;
}
.btn_common.skeleton::after {
  background: url(../images/arrow_btn_white.svg) no-repeat center center/contain;
}

.slider__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.slider__arrow {
  position: relative;
  width: 10px;
  height: 18px;
  opacity: 1;
  background: url(../images/arrow_slider.svg) no-repeat center center;
  margin-right: 10px;
  color: transparent;
}
.slider__arrow.splide__arrow--next {
  right: 0;
}
.slider__arrow.splide__arrow--prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  left: 0;
}

.splide__pagination {
  right: 0;
  left: auto;
  padding: 0;
}
.splide__pagination__page {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #dbdbd7;
}
.splide__pagination__page.is-active {
  background: #003f73;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.header__inner {
  position: relative;
  z-index: 1000;
}
@media screen and (min-width: 1081px) {
  .header__inner {
    max-width: 1360px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1081px) {
  .header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1375px) {
  .header__body {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1081px) {
  .header__content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 140px;
  }
}
@media screen and (min-width: 1081px) {
  .header__logo {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .header__togglebtn {
    position: relative;
    display: block;
    width: 40px;
    height: 48px;
    border: 0;
    background: 0;
    font-size: 10px;
    line-height: 1;
    color: transparent;
    cursor: pointer;
  }
  .header__togglebtn::before, .header__togglebtn::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 35px;
    height: 1px;
    background: #27272b;
    margin: 0 auto;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .header__togglebtn::before {
    top: 20px;
  }
  .header__togglebtn::after {
    top: 30px;
  }
}
.header__togglebtn.active {
  color: transparent;
}
.header__togglebtn.active::before {
  top: 25px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.header__togglebtn.active::after {
  top: 25px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.header__togglebtn.active .header__togglebtn-block::before {
  opacity: 0;
}
.header__togglebtn.active .header__togglebtn-block::after {
  color: #27272b;
}
@media screen and (min-width: 1081px) {
  .header__togglebtn {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .header__nav {
    display: none;
    background: #fff;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 90;
    width: 100%;
    height: calc(100vh - 48px);
    overflow: auto;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1081px) {
  .header__nav {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-list {
    padding: 30px 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .header__nav-list {
    padding: 40px 40px 0;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1081px) {
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1080px) {
  .header__nav-item:nth-of-type(n+2) {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1081px) {
  .header__nav-item {
    margin-left: clamp(25px, 2.9vw, 40px);
  }
}
.header__nav-link:hover {
  color: #003f73;
}
@media screen and (max-width: 1080px) {
  .header__nav-link {
    display: block;
  }
}
@media screen and (min-width: 1081px) {
  .header__nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
  }
}
@media screen and (min-width: 1081px) {
  .header__nav-about {
    position: relative;
  }
  .header__nav-about-toggle {
    position: relative;
    cursor: pointer;
  }
  .header__nav-about-toggle::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    width: 10px;
    height: 6px;
    background: url(../images/arrow_down_gray.svg) no-repeat center center/contain;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1080px) {
  .header__nav-sub {
    margin-top: 10px;
    padding-left: 1em;
  }
}
@media screen and (min-width: 1081px) {
  .header__nav-sub {
    position: absolute;
    top: 80px;
    left: 0;
    background: #f2f2f0;
    width: 400px;
    padding: 25px 30px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .header__nav-sub.active {
    opacity: 1;
    pointer-events: all;
  }
}
.header__nav-sub-content {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
.header__nav-sub-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.header__nav-sub-item:nth-of-type(even) {
  margin-top: 10px;
}
.header__nav-sub-item::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #003f73;
  margin-right: 10px;
}
.header__nav-sub-link {
  display: block;
  width: 100%;
}
.header__nav-sub-link:hover {
  color: #003f73;
}
.header__contact {
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .header__contact {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .header__contact {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1081px) {
  .header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1080px) {
  .header__contact-item {
    margin-bottom: 30px;
  }
}
.header__contact-inquiry {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #003f73;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .header__contact-inquiry::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    content: "";
    width: 14px;
    height: 10px;
    background: url(../images/arrow_btn_white.svg) no-repeat center center/contain;
    margin: auto 0;
  }
}
@media screen and (max-width: 767px) {
  .header__contact-inquiry {
    height: 50px;
    font-size: 14px;
    padding-left: 10px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .header__contact-inquiry {
    height: 60px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1081px) {
  .header__contact-inquiry {
    width: clamp(90px, 8.8vw, 115px);
    height: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__contact-inquiry::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    width: 10px;
    height: 6px;
    background: url(../images/arrow_down_white.svg) no-repeat center center/contain;
    margin: 0 auto;
  }
  .header__contact-inquiry:hover {
    opacity: 0.8;
  }
}
.header__contact-heading {
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .header__contact-heading {
    display: block;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .header__contact-heading {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .header__contact-heading {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1081px) {
  .header__contact-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: clamp(90px, 8.8vw, 115px);
    height: 80px;
    background: #a08d1c;
    color: #fff;
    cursor: pointer;
  }
  .header__contact-heading::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    width: 10px;
    height: 6px;
    background: url(../images/arrow_down_white.svg) no-repeat center center/contain;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1081px) {
  .header__contact-content {
    position: absolute;
    right: 0;
    top: 80px;
    width: 480px;
    -webkit-box-shadow: 0px 2px 15px rgba(39, 39, 43, 0.1);
            box-shadow: 0px 2px 15px rgba(39, 39, 43, 0.1);
    background: #fff;
    padding: 30px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .header__contact-content.active {
    opacity: 1;
    pointer-events: all;
  }
}
.header__contact-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.header__contact-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #a08d1c;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .header__contact-btn {
    width: calc((100% - 10px) / 2);
    height: 50px;
    padding-left: 10px;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .header__contact-btn {
    width: calc((100% - 20px) / 2);
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .header__contact-btn {
    height: 60px;
  }
  .header__contact-btn br {
    display: none;
  }
}
@media screen and (min-width: 1081px) {
  .header__contact-btn {
    height: 80px;
  }
}
.header__contact-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  content: "";
  width: 14px;
  height: 10px;
  background: url(../images/arrow_btn_white.svg) no-repeat center center/contain;
  margin: auto 0;
}
.header__contact-btn:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1081px) {
  .header__tel {
    position: relative;
  }
}
.header__subnav {
  border-top: 1px solid #dbdbd7;
}
@media screen and (max-width: 1080px) {
  .header__subnav {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header__subnav {
    padding: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .header__subnav {
    padding: 40px;
  }
}
@media screen and (min-width: 1081px) {
  .header__subnav {
    display: none;
  }
}
.header__subnav-item:nth-of-type(n+2) {
  margin-top: 10px;
}
.header__subnav-link {
  display: block;
}
.header-contactpage__body {
  display: block;
}
.header-contactpage__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header-contactpage__content {
    height: 48px;
  }
}
@media print, screen and (min-width: 768px) {
  .header-contactpage__content {
    height: 80px;
  }
}
.header-contactpage .tel-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-contactpage .tel-heading {
  margin-right: 15px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .header-contactpage .tel-heading {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-contactpage .tel-body {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .header-contactpage .tel-freecall {
    width: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .header-contactpage .tel-freecall {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header-contactpage .tel-number {
    margin-bottom: 0;
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .header-contactpage .tel-number {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .header-contactpage .tel-time {
    font-size: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .header-contactpage .tel-time {
    font-size: 12px;
  }
}

.main {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .main {
    font-size: 14px;
  }
}

.pageheading {
  position: relative;
}
.pageheading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 63, 115, 0.6);
  mix-blend-mode: darken;
  z-index: 1;
}
.pageheading__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pageheading__body {
    height: 240px;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .pageheading__body {
    height: 350px;
    padding-bottom: 40px;
  }
}
.pageheading__en {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .pageheading__en {
    margin-bottom: 5px;
    font-size: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .pageheading__en {
    margin-bottom: 8px;
    font-size: clamp(38px, 3.8vw, 50px);
  }
}
.pageheading__ja {
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pageheading__ja {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .pageheading__ja {
    font-size: 20px;
  }
}

.breadclumb {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .breadclumb {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 15px;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .breadclumb {
    width: 100%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 40px;
    bottom: 35px;
    right: 0;
    left: 0;
    z-index: 5;
    font-size: 13px;
    color: #fff;
  }
}
.breadclumb__content {
  width: 30em;
  margin: 0 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media print, screen and (min-width: 768px) {
  .breadclumb__content {
    text-align: right;
  }
}

.tel-block {
  line-height: 1;
  text-align: center;
}
.tel-freecall {
  margin-right: 7px;
}
.tel-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .tel-number {
    font-size: 34px;
  }
}
@media print, screen and (min-width: 768px) {
  .tel-number {
    font-size: 40px;
    pointer-events: none;
  }
}
.tel-time {
  font-size: 14px;
}

.contentbox-shadow {
  -webkit-box-shadow: 0px 2px 15px rgba(39, 39, 43, 0.1);
          box-shadow: 0px 2px 15px rgba(39, 39, 43, 0.1);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contentbox-shadow {
    padding: 30px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .contentbox-shadow {
    padding: clamp(40px, 4.4vw, 65px) clamp(30px, 3.7vw, 50px);
  }
}

/* ページネーション */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 40px;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #003f73;
  color: #003f73;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 35px;
    height: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 40px;
    height: 40px;
  }
}
.wp-pagenavi a:hover {
  background: #27272b;
  color: #fff;
}
.wp-pagenavi .current {
  background: #003f73;
  color: #fff;
}

.footer__contact {
  background: #e2e0c7;
  padding: clamp(30px, 6vw, 60px) 0 clamp(30px, 6vw, 60px);
}
.footer__contact-heading {
  margin-bottom: 20px;
  text-align: center;
  font-size: clamp(22px, 2.8vw, 31px);
  font-weight: 700;
  letter-spacing: 0.09em;
}
@media print, screen and (min-width: 768px) {
  .footer__contact-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .footer__contact-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1081px) {
  .footer__contact-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__contact .tel-block {
  -webkit-box-shadow: 0px 2px 15px rgba(39, 39, 43, 0.1);
          box-shadow: 0px 2px 15px rgba(39, 39, 43, 0.1);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .footer__contact .tel-block {
    padding: 15px 0;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__contact .tel-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .footer__contact .tel-block {
    width: 600px;
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1081px) {
  .footer__contact .tel-block {
    width: 40%;
  }
}
.footer__contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .footer__contact-list {
    width: 600px;
  }
}
@media screen and (min-width: 1081px) {
  .footer__contact-list {
    width: calc(60% - 20px);
  }
}
.footer__contact-item {
  -webkit-box-shadow: 0px 2px 15px rgba(39, 39, 43, 0.1);
          box-shadow: 0px 2px 15px rgba(39, 39, 43, 0.1);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .footer__contact-item {
    width: calc((100% - 20px) / 3);
  }
}
@media print, screen and (min-width: 768px) {
  .footer__contact-item {
    width: calc((100% - 40px) / 3);
  }
}
.footer__contact-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__contact-link {
    height: 90px;
    padding-bottom: 5px;
    line-height: 1.2;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__contact-link {
    height: 110px;
    font-size: 20px;
    line-height: 1;
  }
}
.footer__contact-link::after {
  content: url(../images/arrow_btn_white.svg);
}
@media screen and (max-width: 767px) {
  .footer__contact-link::after {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__contact-link::after {
    margin-left: 8px;
  }
}
.footer__contact-link:hover {
  opacity: 0.8;
}
.footer__contact-inquiry {
  background: #003f73;
}
.footer__contact-contact {
  background: #a08d1c;
}
.footer__contact-partner {
  background: #27272b;
}
.footer__content {
  padding: clamp(30px, 6vw, 60px) 0 clamp(30px, 6vw, 60px);
}
@media screen and (min-width: 1081px) {
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1080px) {
  .footer__corp {
    text-align: center;
  }
}
.footer__corp-name {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}
.footer__logo {
  width: clamp(200px, 25vw, 335px);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer__address {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__address {
    font-size: 14px;
  }
}
@media screen and (max-width: 1080px) {
  .footer__linkinner {
    display: none;
  }
}
@media screen and (min-width: 1081px) {
  .footer__linkinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer__nav {
  margin-right: clamp(20px, 5vw, 70px);
}
.footer__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.footer__nav-item::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #003f73;
  margin-right: 10px;
}
.footer__nav-link {
  display: block;
  width: 100%;
}
.footer__nav-link:hover {
  color: #003f73;
}
.footer__nav2 {
  font-size: 14px;
}
.footer__nav2-item {
  margin-bottom: 10px;
}
.footer__sub {
  border-top: 1px solid #dbdbd7;
}
@media screen and (max-width: 767px) {
  .footer__sub {
    padding: 30px 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__sub {
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__sub-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__sublink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .footer__sublink {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer__sublink-item {
    width: 50%;
    margin-bottom: 10px;
  }
  .footer__sublink-item:nth-of-type(even) {
    border-left: 1px solid #dbdbd7;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__sublink-item {
    margin-left: 25px;
  }
}
.footer__sublink-link:hover {
  color: #003f73;
}
@media screen and (max-width: 767px) {
  .footer__sublink-link {
    display: block;
    padding: 5px 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__corplink {
    display: block;
    width: 120px;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer__compact {
    padding: 30px 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__compact {
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__compact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.footer__copy {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__copy {
    text-align: right;
  }
}

.menuopen__overlay {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  background: rgba(39, 39, 43, 0.3);
  z-index: 900;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.menuopen__overlay.active {
  opacity: 1;
  pointer-events: all;
}

.top-heading::after {
  display: block;
  content: attr(data-en);
  margin-top: 15px;
  font-family: "Noto Serif JP", serif;
  color: #003f73;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-heading::after {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-heading::after {
    font-size: 16px;
  }
}

.main_top .mv {
  background: url(../images/mv.webp) no-repeat center bottom 10%/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .main_top .mv {
    height: 102vw;
    max-height: 450px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .mv {
    height: clamp(450px, 43vw, 590px);
  }
}
.main_top .mv__heading {
  -webkit-filter: drop-shadow(0px 0px 5px #003f73);
          filter: drop-shadow(0px 0px 5px #003f73);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .main_top .mv__heading {
    width: 85vw;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .mv__heading {
    width: clamp(500px, 50vw, 670px);
  }
}
.main_top .mv__lead {
  margin-bottom: 30px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 2.5vw, 26px);
  letter-spacing: 0.07em;
  font-weight: 700;
}
.main_top .mv__btn {
  width: 100%;
  border: 1px solid #fff;
  background: rgba(0, 63, 115, 0.7);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main_top .mv__btn {
    width: 270px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .mv__btn {
    max-width: 310px;
  }
}
.main_top .mv__btn::after {
  background: url(../images/arrow_btn_white.svg) no-repeat center center/contain;
}
.main_top .nortification {
  width: 100%;
  position: absolute;
  top: -37px;
  left: 0;
}
.main_top .nortification__wrap {
  position: relative;
}
.main_top .nortification__area {
  position: relative;
}
.main_top .nortification__body {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .main_top .nortification__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .nortification__body {
    padding: 0 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main_top .nortification__heading {
  font-weight: 700;
  color: #003f73;
}
@media screen and (max-width: 767px) {
  .main_top .nortification__heading {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .nortification__heading {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 40px;
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .nortification__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main_top .nortification__date {
  color: #7c8e99;
}
@media screen and (max-width: 767px) {
  .main_top .nortification__date {
    position: absolute;
    top: 10px;
    right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .nortification__date {
    margin-right: 20px;
    font-size: 14px;
  }
}
.main_top .nortification__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 14px;
}
.main_top .nortification__link:hover {
  color: #003f73;
}
.main_top .nortification__bg {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 73px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  z-index: 9;
}
.main_top .topics {
  background: #f2f2f0;
}
@media screen and (max-width: 767px) {
  .main_top .topics .block-inner {
    margin-top: 20px;
  }
}
@media screen and (min-width: 801px) {
  .main_top .topics__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.main_top .topics__item {
  -webkit-box-shadow: 0px 2px 15px rgba(39, 39, 43, 0.1);
          box-shadow: 0px 2px 15px rgba(39, 39, 43, 0.1);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .main_top .topics__item:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .main_top .topics__item:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 801px) {
  .main_top .topics__item {
    width: calc((100% - 30px) / 2);
  }
  .main_top .topics__item:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
.main_top .topics__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_top .topics__image {
  width: 47%;
  aspect-ratio: 13/8;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .main_top .topics__image {
    width: 35%;
  }
}
.main_top .topics__content {
  width: 53%;
}
@media screen and (max-width: 767px) {
  .main_top .topics__content {
    padding: 10px;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .topics__content {
    padding: 0 20px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .main_top .topics__content {
    width: 65%;
  }
}
.main_top .topics__category {
  color: #003f73;
}
@media print, screen and (min-width: 768px) {
  .main_top .topics__category {
    margin-bottom: 5px;
  }
}
.main_top .topics__category::before {
  content: "●";
  margin-right: 0.3em;
}
.main_top .topics__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
}
.main_top .intro__bg {
  background: url(../images/top_pr_bg.webp) no-repeat 0 0/cover;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main_top .intro__bg {
    padding: 35px 0 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .intro__bg {
    padding: clamp(50px, 5.2vw, 70px) 0 clamp(105px, 10.5vw, 170px);
  }
}
.main_top .intro__heading {
  margin-bottom: clamp(15px, 2.2vw, 30px);
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  font-weight: 700;
  font-size: clamp(32px, 3.3vw, 44px);
}
.main_top .intro__subheading {
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .main_top .intro__content {
    margin-top: -65px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .intro__content {
    margin-top: -9%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.main_top .intro__item {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main_top .intro__item {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .main_top .intro__item {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (min-width: 1081px) {
  .main_top .intro__item {
    width: calc((100% - 60px) / 3);
  }
}
.main_top .intro__image {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main_top .intro__image {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
  }
}
.main_top .intro__image::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22px;
  height: 80px;
  background: url(../images/partner_deco.svg) no-repeat center center/contain;
}
.main_top .intro__ttl {
  color: #003f73;
}
@media screen and (max-width: 767px) {
  .main_top .intro__ttl {
    margin: 50px 0 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .intro__ttl {
    margin: 50px 0 15px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .main_top .intro__text {
    font-size: 14px;
  }
}
.main_top .about {
  margin-top: 40px;
  background: none;
}
.main_top .about__body {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main_top .about__text {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .about__text {
    width: 57vw;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1081px) {
  .main_top .about__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .main_top .about__image {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .about__image {
    position: absolute;
    top: 0;
    right: 40px;
    width: 27vw;
    text-align: right;
  }
}
.main_top .service {
  background: #f2f2f0;
}
.main_top .service__heading {
  margin-bottom: clamp(20px, 3vw, 40px);
}
@media screen and (max-width: 767px) {
  .main_top .service__text {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .service__text {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
.main_top .service__note {
  font-size: 14px;
}
.main_top .property {
  position: relative;
  padding-top: clamp(50px, 8.1vw, 90px);
}
.main_top .property__category {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 205px;
  height: 38px;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
}
.main_top .property__category.recruiting {
  background: url(../images/seminar_upcoming2.svg) no-repeat 0 0;
}
.main_top .property__category.operation {
  background: url(../images/seminar_upcoming1.svg) no-repeat 0 0;
}
@media screen and (max-width: 767px) {
  .main_top .property__category {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    top: -17px;
    left: -11px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .property__category {
    top: -19px;
    left: clamp(35px, 3.7vw, 50px);
  }
}
.main_top .property__wrap {
  position: relative;
}
.main_top .property-recruiting__body {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main_top .property-recruiting__body {
    padding-bottom: 130px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .property-recruiting__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main_top .property-recruiting__body:nth-of-type(n+2) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dbdbd7;
}
.main_top .property-recruiting__lead {
  margin-bottom: 10px;
  font-weight: 700;
  color: #a08d1c;
}
.main_top .property-recruiting__name {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .main_top .property-recruiting__name {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .property-recruiting__name {
    margin-bottom: 10px;
    font-size: clamp(22px, 1.8vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  .main_top .property-recruiting__address {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .property-recruiting__address {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main_top .property-recruiting__btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main_top .property-recruiting__btn .btn_common:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .property-recruiting__btn .btn_common:nth-of-type(n+2) {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .property__top-slider {
    width: 50%;
    max-width: 550px;
    margin-left: 20px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.main_top .property__top-slider img {
  width: 100%;
  aspect-ratio: 8/5.3;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_top .property-operation {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main_top .property-operation {
    margin: 40px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .property-operation {
    margin-top: 60px;
  }
}
@media screen and (min-width: 881px) {
  .main_top .property-operation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
  }
}
.main_top .property-operation__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main_top .property-operation__item {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 880px) {
  .main_top .property-operation__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 881px) {
  .main_top .property-operation__item {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .main_top .property-operation__item:nth-of-type(n+2) {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  .main_top .property-operation__item:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 880px) {
  .main_top .property-operation__content {
    width: 100%;
  }
}
.main_top .property-operation__image {
  width: 100%;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 880px) {
  .main_top .property-operation__image {
    width: 42%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .property-operation__image {
    margin-bottom: 15px;
  }
}
.main_top .property-operation__name {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .main_top .property-operation__name {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .property-operation__name {
    font-size: clamp(16px, 1.5vw, 20px);
  }
}
.main_top .property-operation__sold {
  font-size: 14px;
  color: #003f73;
}
@media print, screen and (min-width: 768px) {
  .main_top .property-operation__sold {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .main_top .property-operation__btn {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 881px) {
  .main_top .property-operation__btn {
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .main_top .property__link {
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 1081px) {
  .main_top .property__link {
    position: absolute;
    top: clamp(50px, 8.1vw, 90px);
    right: 40px;
    width: 100%;
  }
}
.main_top .seminar .block-inner {
  position: relative;
}
@media screen and (min-width: 1081px) {
  .main_top .seminar__toplead {
    width: calc(100% - 370px);
  }
}
@media screen and (max-width: 767px) {
  .main_top .seminar-detail__wrap {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .seminar-detail__wrap {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .seminar__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .seminar__body {
    width: calc(62% - 40px);
  }
}
.main_top .seminar__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}
.main_top .seminar__category-item {
  background: #f2f2f0;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 3px 1em;
  line-height: 1;
  color: #003f73;
  font-size: 14px;
}
.main_top .seminar__category.co-hosted .seminar__category-item {
  background: #f2f1dd;
  color: #a08d1c;
}
.main_top .seminar__image {
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .main_top .seminar__image {
    display: block;
    width: 100%;
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .seminar__image {
    width: 38%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: 40px;
  }
}
.main_top .seminar__name-inhouse {
  color: #003f73;
}
.main_top .seminar__name-seminar {
  color: #a08d1c;
}
.main_top .seminar__ttl {
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .main_top .seminar__ttl {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .seminar__ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .main_top .seminar-detail__link {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .main_top .seminar-detail__link {
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 1081px) {
  .main_top .seminar-detail__link {
    position: absolute;
    top: 0;
    right: 40px;
    width: 100%;
  }
}
.main_top .webmagazine {
  position: relative;
  background: url(../images/webmagazine_bg.webp) no-repeat center right 25%/cover;
}
.main_top .webmagazine::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 63, 115, 0.76);
  z-index: 1;
}
.main_top .webmagazine__inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .main_top .webmagazine__inner {
    padding-bottom: 60px;
  }
}
.main_top .webmagazine__heading::after {
  color: #fff;
}
.main_top .webmagazine-detail__body {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main_top .webmagazine-detail__body {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .main_top .webmagazine .pc-m {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .main_top .webmagazine__link {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .main_top .webmagazine__link {
    position: absolute;
    top: 0;
    right: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main_top .webmagazine__slider {
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .main_top .webmagazine__slider {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1081px) {
  .main_top .webmagazine__slider {
    position: absolute;
    width: 63%;
    top: 0;
    right: 0;
  }
}
.main_top .webmagazine__slider .slider__arrows {
  margin-top: 30px;
}
.main_top .webmagazine__slider .slider__arrow {
  background: url(../images/arrow_slider_white.svg) no-repeat center center;
}
@media screen and (max-width: 767px) {
  .main_top .webmagazine__list-item {
    width: 200px;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .webmagazine__list-item {
    width: 240px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .main_top .webmagazine__list-item {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1081px) {
  .main_top .webmagazine__list-item {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main_top .webmagazine__list-inner {
    padding: 10px;
  }
}
.main_top .news__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main_top .news__inner {
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .main_top .news__inner {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1081px) {
  .main_top .news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1081px) {
  .main_top .news__body {
    padding-right: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1081px) {
  .main_top .news__list {
    width: 85%;
    max-width: 970px;
  }
}
.main_top .news__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_top .news__btn::after {
  content: "";
  width: 14px;
  height: 10px;
  background: url(../images/arrow_btn_blue.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .main_top .news__btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 270px;
    height: 50px;
    padding-left: 15px;
    border: 1px solid #003f73;
    background: rgba(255, 255, 255, 0.7);
    margin-top: 30px;
    color: #003f73;
    font-weight: 700;
    font-size: 14px;
  }
  .main_top .news__btn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    content: "";
    margin: auto 0;
  }
}
@media print, screen and (min-width: 768px) {
  .main_top .news__btn {
    font-weight: 700;
  }
  .main_top .news__btn::after {
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .main_top .news__btn {
    position: absolute;
    bottom: 0;
    left: 40px;
  }
}

.news__item {
  border-bottom: 1px solid #dbdbd7;
}
@media screen and (max-width: 767px) {
  .news__item {
    padding: 15px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .news__item {
    padding: 20px 0;
  }
}
.news__date {
  margin-right: 15px;
  color: #7c8e99;
}
.news__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .news__sub {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .news__sub {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.news__category {
  color: #003f73;
}
.news__category::before {
  content: "●";
  margin-right: 0.2em;
}
.news__link:hover {
  color: #003f73;
}

.webmagazine__list-item {
  -webkit-box-shadow: 0px 2px 15px rgba(39, 39, 43, 0.1);
          box-shadow: 0px 2px 15px rgba(39, 39, 43, 0.1);
  background: #fff;
}
.webmagazine__list-link {
  display: block;
  height: 100%;
}
.webmagazine__list-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .webmagazine__list-inner {
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .webmagazine__list-inner {
    padding: 20px;
  }
}
.webmagazine__list-thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.webmagazine__list-category {
  color: #003f73;
}
@media screen and (max-width: 767px) {
  .webmagazine__list-category {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .webmagazine__list-category {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.webmagazine__list-category::before {
  content: "●";
  margin-right: 0.2em;
}
.webmagazine__list-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .webmagazine__list-ttl {
    -webkit-line-clamp: 2;
  }
}
@media print, screen and (min-width: 768px) {
  .webmagazine__list-ttl {
    -webkit-line-clamp: 3;
  }
}

/* 下層メインコンテンツ共通*/
@media screen and (max-width: 767px) {
  .main__ulayer {
    padding: 70px 0 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .main__ulayer {
    padding: clamp(65px, 6.8vw, 85px) 0 clamp(90px, 8.2vw, 110px);
  }
}

/* 物件情報 */
.property__pageheading {
  background: url(../images/property_pageheading.webp) no-repeat 0 0%/cover;
}
@media screen and (max-width: 767px) {
  .property__pageheading {
    background-position: 50% 50%;
  }
}
.property-main {
  background: #f2f2f0;
  padding-bottom: 0;
}
.property-main .property-recruiting__area {
  padding-bottom: clamp(50px, 8.1vw, 90px);
}
.property-main .property-recruiting__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .property-main .property-recruiting__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  .property-main .property-recruiting__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .property-main .property-recruiting__body:nth-of-type(n+2) {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .property-main .property-recruiting__body:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
.property-main .property-recruiting__image {
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .property-main .property-recruiting__image {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .property-main .property-recruiting__image {
    width: 42%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-right: 40px;
  }
}
.property-main .property-recruiting__lead {
  margin-bottom: 10px;
  font-weight: 700;
  color: #a08d1c;
}
.property-main .property-recruiting__ttl {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .property-main .property-recruiting__ttl {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .property-main .property-recruiting__ttl {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .property-main .property-recruiting__link {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
  }
}
.property-main .property-operation__area {
  background: #fff;
  padding-bottom: clamp(90px, 8.2vw, 110px);
}
@media print, screen and (min-width: 768px) {
  .property-main .property-operation__list {
    display: -ms-grid;
    display: grid;
    gap: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .property-main .property-operation__list {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
@media screen and (min-width: 1201px) {
  .property-main .property-operation__list {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .property-main .property-operation__item:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .property-main .property-operation__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px;
  }
}
.property-main .property-operation__image {
  width: 100%;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .property-main .property-operation__image {
    width: 42%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .property-main .property-operation__image {
    margin-bottom: 15px;
  }
}
.property-main .property-operation__sold {
  font-size: 14px;
  color: #003f73;
}
.property-main .property-operation__ttl {
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .property-main .property-operation__ttl {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .property-main .property-operation__ttl {
    font-size: clamp(18px, 1.5vw, 20px);
  }
}
.property-main .property-operation__text {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .property-main .property-operation__link {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .property-main .property-operation__link {
    margin: 15px 0;
  }
}
.property-main .property-operation__link .btn_common {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .property__article-heading {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .property__article-heading {
    margin-bottom: 60px;
  }
}
.property__article-inner {
  padding-bottom: clamp(50px, 8.1vw, 90px);
}
.property__mv {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .property__mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.property__mv-icon {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 205px;
  height: 38px;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .property__mv-icon {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    top: -17px;
    left: -25px;
  }
}
@media print, screen and (min-width: 768px) {
  .property__mv-icon {
    top: -19px;
  }
}
.property__mv-recruiting {
  background: url(../images/seminar_upcoming2.svg) no-repeat 0 0;
}
.property__mv-in-operation {
  background: url(../images/seminar_upcoming1.svg) no-repeat 0 0;
}
.property__mv-end-operation {
  background: url(../images/seminar_upcoming3.svg) no-repeat 0 0;
}
.property__mv-image1 {
  position: relative;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .property__mv-image1 {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .property__mv-image1 {
    width: 70.5%;
  }
}
.property__mv-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .property__mv-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .property__mv-inner {
    width: 28%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.property__mv-image2 {
  width: 100%;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .property__mv-image2 {
    width: calc((100% - 20px) / 3);
  }
}
.property__outline {
  background: #fff;
}
.property__outline-lead {
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  color: #003f73;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .property__outline-lead {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .property__outline-lead {
    font-size: clamp(26px, 2.4vw, 32px);
  }
}
@media print, screen and (min-width: 768px) {
  .property__outline-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .property__outline-summary {
    padding-right: 20px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 1081px) {
  .property__outline-summary {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.property__outline-dt {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .property__outline-dt {
    font-size: 16px;
  }
}
@media screen and (min-width: 1081px) {
  .property__outline-dt {
    width: 7em;
  }
}
@media screen and (max-width: 767px) {
  .property__outline-dd {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .property__outline-dd {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1081px) {
  .property__outline-dd {
    width: calc(100% - 7em);
  }
}
@media screen and (max-width: 767px) {
  .property__outline-dd .pc-m {
    display: none;
  }
}
@media screen and (min-width: 1081px) {
  .property__outline-dd .pc-m {
    display: none;
  }
}
.property__outline-map {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .property__outline-map {
    width: 47%;
  }
}
.property__outline-map iframe {
  width: 100%;
  aspect-ratio: 5/3;
}
@media screen and (max-width: 767px) {
  .property-overview {
    padding-right: 0;
    padding-left: 0;
  }
}
.property-overview__toggle {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #003f73;
  background: rgba(255, 255, 255, 0.7);
  color: #003f73;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .property-overview__toggle {
    padding-left: 15px;
    height: 50px;
    font-size: 14px;
  }
  .property-overview__toggle::after {
    right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .property-overview__toggle {
    max-width: 400px;
    height: 60px;
    padding-left: 20px;
    margin: 40px auto 0;
    font-size: 16px;
  }
  .property-overview__toggle::after {
    right: 20px;
  }
}
.property-overview__toggle::after {
  position: absolute;
  content: "＋";
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media print, screen and (min-width: 768px) {
  .property-overview__toggle:hover {
    opacity: 0.8;
  }
}
.property-overview__toggle span {
  position: relative;
  display: inline-block;
}
.property-overview__toggle.toggle--sp {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .property-overview__toggle.toggle--sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .property-overview__toggle.toggle--pc {
    display: none;
  }
}
.property-overview__toggle.active::after {
  content: "－";
}
.property-overview__toggle.active span {
  color: transparent;
}
.property-overview__toggle.active span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.5em;
  white-space: nowrap;
  content: "閉じる";
  color: #003f73;
}
@media screen and (min-width: 1001px) {
  .property-overview__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1001px) {
  .property-overview__content {
    width: 48%;
  }
}
.property-overview__content table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.7;
}
.property-overview__content table tr {
  position: relative;
}
.property-overview__content table th {
  font-weight: 700;
  color: #003f73;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .property-overview__content table th {
    width: 22%;
    padding: 10px 0 10px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .property-overview__content table th {
    padding: 15px 10px 15px 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .property-overview__content table th {
    width: 11em;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1081px) {
  .property-overview__content table th {
    width: 28%;
  }
}
.property-overview__content table td {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .property-overview__content table td {
    padding: 10px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .property-overview__content table td {
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .property-overview__content table td::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #dbdbd7;
  }
}
@media print, screen and (min-width: 768px) {
  .property-overview__content table td::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #dbdbd7;
  }
}
.property-overview__content table dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .property-overview__content table dl {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .property-overview__content table dt {
    width: 8em;
    padding: 5px 0 5px 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .property-overview__content table dt {
    position: relative;
    padding-right: 15px;
    width: 28%;
  }
}
@media print, screen and (min-width: 768px) {
  .property-overview__content table dt::after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    width: 1px;
    height: 100%;
    background: #dbdbd7;
  }
}
@media screen and (max-width: 767px) {
  .property-overview__content table dt:nth-of-type(n+2) {
    border-top: 1px dotted #dbdbd7;
  }
}
@media print, screen and (min-width: 768px) {
  .property-overview__content table dt:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .property-overview__content table dd {
    width: calc(100% - 8em);
    padding: 5px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .property-overview__content table dd {
    width: 72%;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .property-overview__content table dd:nth-of-type(n+2) {
    border-top: 1px dotted #dbdbd7;
  }
}
@media print, screen and (min-width: 768px) {
  .property-overview__content table dd:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .property-overview__content:last-of-type table tr:last-of-type td::after {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .property-overview__content:last-of-type table tr:last-of-type td::after {
    display: none;
  }
}
@media screen and (min-width: 1081px) {
  .property-overview__content table:last-of-type tr:last-of-type td::after {
    display: none;
  }
}
.property-overview__content--property table th {
  color: #a08d1c;
}
.property-overview-ttl {
  font-weight: 700;
  color: #003f73;
}
@media screen and (max-width: 767px) {
  .property-overview-ttl {
    padding: 0 20px;
  }
}
.property-overview-text {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .property-overview-text {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .property__sp-acc {
    display: none;
    margin: 20px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .property__sp-acc:nth-of-type(n+2) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .property__pc-acc {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .property__pc-acc {
    display: none;
    margin-top: 50px;
  }
}
.property__cta-lead {
  color: #003f73;
  text-align: center;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .property__cta-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .property__cta-item {
    width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .property__cta-item:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .property__cta-item:nth-of-type(n+2) {
    margin-left: 30px;
  }
}
.property__surrounding {
  background: #fff;
}
.property__surrounding-body {
  margin-bottom: clamp(50px, 8.1vw, 90px);
}
.property__surrounding-body h2 {
  color: #003f73;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .property__surrounding-body h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .property__surrounding-body h2 {
    margin-bottom: 30px;
    font-size: clamp(24px, 2vw, 26px);
  }
}
.property__surrounding-body h2:nth-of-type(n+2) {
  margin-top: clamp(40px, 7.6vw, 70px);
}
.property__surrounding-body h3 {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .property__surrounding-body h3 {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .property__surrounding-body h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.property__surrounding-body h3:nth-of-type(n+2) {
  margin-top: clamp(30px, 6vw, 50px);
}
.property__surrounding-body h4 {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .property__surrounding-body h4 {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .property__surrounding-body h4 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.property__surrounding-body h4:nth-of-type(n+2) {
  margin-top: clamp(20px, 4vw, 30px);
}
.property__surrounding-body p {
  margin-bottom: 20px;
}
.property__surrounding-body .wp-block-columns, .property__surrounding-body > .wp-block-image {
  margin: clamp(20px, 4vw, 30px) 0;
}
.property__surrounding-slider {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.property__surrounding-figure {
  text-align: center;
}
.property__surrounding-photo {
  width: 100%;
  aspect-ratio: 8/5.3;
  -o-object-fit: cover;
     object-fit: cover;
}
.property__surrounding-caption {
  margin-top: 10px;
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  .property__voice-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.property__voice-body {
  -webkit-box-shadow: 0px 2px 15px rgba(39, 39, 43, 0.1);
          box-shadow: 0px 2px 15px rgba(39, 39, 43, 0.1);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .property__voice-body {
    padding: 25px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .property__voice-body {
    width: calc((100% - 30px) / 2);
    padding: clamp(30px, 3.6vw, 50px) clamp(25px, 2.9vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .property__voice-body:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
.property__voice-heading {
  margin-bottom: 20px;
}
.property__voice-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.property__voice-name {
  margin: 0 0.5em 0 0;
  color: #003f73;
}
.property__voice-career {
  display: inline-block;
  background: #f2f2f0;
  padding: 0 1em;
  color: #003f73;
  font-size: 14px;
}
.property__voice-buy {
  font-size: 14px;
}
.property__voice-q {
  font-weight: 700;
  color: #003f73;
}
@media screen and (max-width: 767px) {
  .property__voice-q {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .property__voice-q {
    font-size: 18px;
  }
}
.property__voice-q:nth-of-type(n+2) {
  margin-top: 20px;
}
.property__footer {
  padding-top: clamp(50px, 8.1vw, 90px);
  padding-bottom: clamp(90px, 8.2vw, 110px);
  background: #fff;
}
.property__back-link {
  margin-right: auto;
  margin-left: auto;
}

/* セミナー */
.seminar-main {
  background: #f2f2f0;
  padding-bottom: 0;
}
.seminar__pageheading {
  background: url(../images/seminar_pageheading.webp) no-repeat 0 18%/cover;
}
@media screen and (max-width: 767px) {
  .seminar__pageheading {
    background-position: 20% 75%;
  }
}
.seminar__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}
.seminar__category-item {
  background: #f2f2f0;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 3px 1em;
  line-height: 1;
  color: #003f73;
  font-size: 14px;
}
.seminar__category.co-hosted .seminar__category-item {
  background: #f2f1dd;
  color: #a08d1c;
}
.seminar-detail {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .seminar-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.seminar-detail__content {
  width: 100%;
}
.seminar-detail__image {
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .seminar-detail__image {
    display: block;
    width: 100%;
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .seminar-detail__image {
    width: 38%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-right: 40px;
  }
}
.seminar-detail__recommend {
  display: inline-block;
  border-bottom: 2px solid #003f73;
  padding-bottom: 5px;
  margin-bottom: 10px;
  line-height: 1;
  color: #003f73;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .seminar-detail__recommend {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .seminar-detail__recommend {
    font-size: 22px;
  }
}
.seminar-detail__icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 205px;
  height: 38px;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
}
.seminar-detail__icon.in-house {
  background: url(../images/seminar_upcoming1.svg) no-repeat 0 0;
}
.seminar-detail__icon.co-hosted {
  background: url(../images/seminar_upcoming2.svg) no-repeat 0 0;
}
@media screen and (max-width: 767px) {
  .seminar-detail__icon {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    top: -17px;
    left: -11px;
  }
}
@media print, screen and (min-width: 768px) {
  .seminar-detail__icon {
    top: -19px;
    left: clamp(35px, 3.7vw, 50px);
  }
}
.seminar-detail__lead {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .seminar-detail__none {
    padding: 30px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .seminar-detail__none {
    padding: clamp(45px, 4.4vw, 65px) clamp(35px, 3.7vw, 50px);
    text-align: center;
  }
}
.seminar-box {
  -webkit-box-shadow: 0px 2px 15px rgba(39, 39, 43, 0.1);
          box-shadow: 0px 2px 15px rgba(39, 39, 43, 0.1);
  background: #fff;
}
.seminar-box .seminar-detail:nth-of-type(n+2) {
  border-top: 1px solid #dbdbd7;
}
@media screen and (max-width: 767px) {
  .seminar-box .seminar-detail {
    padding: 40px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .seminar-box .seminar-detail {
    padding: clamp(45px, 4.4vw, 65px) clamp(35px, 3.7vw, 50px);
  }
}
.seminar__article-inner {
  padding-bottom: clamp(50px, 8.1vw, 90px);
}
@media screen and (max-width: 767px) {
  .seminar__article-heading {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .seminar__article-heading {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1081px) {
  .seminar__article-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .seminar__article-content {
    margin-bottom: 10px;
  }
}
.seminar__article-ttl {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .seminar__article-ttl {
    margin-bottom: 15px;
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .seminar__article-ttl {
    margin-bottom: 30px;
  }
}
.seminar__article-thumbnail {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
.seminar__article .seminar__category.in-house .seminar__category-item {
  background: #fff;
}
@media screen and (min-width: 1081px) {
  .seminar__article-headingcta {
    width: 330px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 40px;
  }
}
.seminar__article-body {
  padding-bottom: clamp(90px, 8.2vw, 110px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .seminar__article-overview {
    padding: 0;
  }
}
.seminar__article-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.seminar__article-dt {
  border-right: 1px solid #dbdbd7;
  font-weight: 700;
  color: #003f73;
}
@media screen and (max-width: 767px) {
  .seminar__article-dt {
    width: 100px;
    border-bottom: 1px solid #dbdbd7;
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .seminar__article-dt {
    width: 130px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .seminar__article-dd {
    width: calc(100% - 100px);
    border-bottom: 1px solid #dbdbd7;
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .seminar__article-dd {
    width: calc(100% - 130px);
    margin-bottom: 20px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .seminar__article-cta {
    margin: 30px 0 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .seminar__article-cta {
    margin: 50px 0 90px;
  }
}
.seminar__article-cta .btn_common {
  margin: 0 auto;
}
.seminar__article-sub p:nth-of-type(n+2) {
  margin-top: 1em;
}
.seminar__footer {
  padding-top: clamp(50px, 8.1vw, 90px);
  margin-top: clamp(90px, 8.2vw, 110px);
  border-top: 1px solid #dbdbd7;
  background: #fff;
}
.seminar__back-link {
  margin-right: auto;
  margin-left: auto;
}

/* Webマガジン */
.webmagazine-main {
  background: #f2f2f0;
  padding-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .webmagazine-main .webmagazine__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .webmagazine-main .webmagazine__list-item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .webmagazine-main .webmagazine__list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .webmagazine-main .webmagazine__list-thumbnail {
    width: 38%;
  }
}
.webmagazine__pageheading {
  background: url(../images/webmagazine_bg.webp) no-repeat 0 75%/cover;
}
@media screen and (max-width: 767px) {
  .webmagazine__pageheading {
    background-position: 20% 75%;
  }
}
.webmagazine__category-search {
  -webkit-box-shadow: 0px 2px 15px rgba(39, 39, 43, 0.1);
          box-shadow: 0px 2px 15px rgba(39, 39, 43, 0.1);
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .webmagazine__category-search {
    padding: clamp(20px, 2.5vw, 35px) clamp(35px, 3.7vw, 50px);
  }
}
.webmagazine__category-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .webmagazine__category-heading {
    padding-left: 20px;
  }
}
.webmagazine__category-ttl {
  margin-bottom: 0;
  color: #003f73;
}
@media screen and (max-width: 767px) {
  .webmagazine__category-ttl {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .webmagazine__category-ttl {
    font-size: 22px;
  }
}
.webmagazine__category-toggle {
  position: relative;
  width: 48px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #003f73;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
}
.webmagazine__category-toggle:hover {
  opacity: 0.8;
}
.webmagazine__category-toggle.active {
  color: transparent;
}
.webmagazine__category-toggle.active::after {
  content: "－";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.webmagazine__category-content {
  display: none;
}
.webmagazine__category-list {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .webmagazine__category-list {
    margin-top: 20px;
    padding: 0 20px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .webmagazine__category-list {
    margin-top: 30px;
  }
}
.webmagazine__category-list:hover {
  opacity: 0.8;
}
.webmagazine__category-item {
  padding: 15px 0;
  border-bottom: 1px solid #dbdbd7;
}
@media screen and (max-width: 767px) {
  .webmagazine__category-item {
    width: calc((100% - 10px) / 2);
  }
}
@media print, screen and (min-width: 768px) {
  .webmagazine__category-item {
    width: calc((100% - 50px) / 3);
  }
}
.webmagazine__category-item.current {
  font-weight: 700;
  color: #003f73;
}
.webmagazine__list-item.d_none {
  display: none;
}
.webmagazine__article-inner {
  padding-bottom: clamp(50px, 8.1vw, 90px);
}
@media screen and (max-width: 767px) {
  .webmagazine__article-heading {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .webmagazine__article-heading {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1081px) {
  .webmagazine__article-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .webmagazine__article-content {
    margin-bottom: 10px;
  }
}
.webmagazine__article-ttl {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .webmagazine__article-ttl {
    text-align: left;
  }
}
@media screen and (min-width: 1081px) {
  .webmagazine__article-ttl {
    margin-right: 3em;
  }
}
.webmagazine__article-date {
  color: #7c8e99;
  font-size: 14px;
}
@media screen and (min-width: 1081px) {
  .webmagazine__article-date {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.webmagazine__article-thumbnail {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.webmagazine__body {
  background: #fff;
}
.webmagazine__body h2 {
  color: #003f73;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .webmagazine__body h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .webmagazine__body h2 {
    margin-bottom: 30px;
    font-size: clamp(24px, 2vw, 26px);
  }
}
.webmagazine__body h2:nth-of-type(n+2) {
  margin-top: clamp(40px, 7.6vw, 70px);
}
.webmagazine__body h3 {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .webmagazine__body h3 {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .webmagazine__body h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.webmagazine__body h3:nth-of-type(n+2) {
  margin-top: clamp(30px, 6vw, 50px);
}
.webmagazine__body h4 {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .webmagazine__body h4 {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .webmagazine__body h4 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.webmagazine__body h4:nth-of-type(n+2) {
  margin-top: clamp(20px, 4vw, 30px);
}
.webmagazine__body p {
  margin-bottom: 20px;
}
.webmagazine__body p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003f73;
}
.webmagazine__body p a::after {
  content: "";
  width: 14px;
  height: 10px;
  margin-left: 5px;
  background: url(../images/arrow_btn_blue.svg) no-repeat center center/contain;
}
.webmagazine__body .wp-block-columns, .webmagazine__body > .wp-block-image {
  margin: clamp(20px, 4vw, 30px) 0;
}
.webmagazine__cta {
  margin-top: clamp(50px, 8.1vw, 90px);
}
.webmagazine__cta-lead {
  color: #003f73;
  text-align: center;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .webmagazine__cta-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .webmagazine__cta-item {
    width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .webmagazine__cta-item:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .webmagazine__cta-item:nth-of-type(n+2) {
    margin-left: 30px;
  }
}
.webmagazine__sub {
  background: #f2f2f0;
}
.webmagazine__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .webmagazine__share {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .webmagazine__share {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 40px;
  }
}
.webmagazine__share-ttl {
  font-weight: 700;
}
.webmagazine__share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.webmagazine__share-item {
  margin-left: 20px;
}
@media print, screen and (min-width: 768px) {
  .webmagazine__writer-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .webmagazine__writer-ttl {
    margin-bottom: 20px;
    text-align: center;
  }
}
.webmagazine__writer-image {
  width: 150px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .webmagazine__writer-image {
    display: block;
    margin: 0 auto 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .webmagazine__writer-image {
    margin-right: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.webmagazine__writer-name {
  margin-bottom: 10px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .webmagazine__writer-name {
    text-align: center;
  }
}
.webmagazine__footer {
  padding-bottom: clamp(90px, 8.2vw, 110px);
  background: #fff;
}
.webmagazine__footer-ttl {
  color: #003f73;
}
.webmagazine__back {
  padding-top: clamp(50px, 8.1vw, 90px);
  border-top: 1px solid #dbdbd7;
}
.webmagazine__back-link {
  margin-right: auto;
  margin-left: auto;
}

/* お知らせ */
.news__pageheading {
  background: url(../images/news_pageheading.webp) no-repeat left 67%/cover;
}
.news__sub {
  margin-bottom: 10px;
}
.news-main .news__list {
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
}
.news-main__ttl {
  line-height: 1.3;
  text-align: left;
}
.news-main__content {
  border-bottom: 1px solid #dbdbd7;
}
@media screen and (max-width: 767px) {
  .news-main__content {
    padding-top: 15px;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .news-main__content {
    padding-top: 20px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.news-main__content p {
  margin-bottom: 20px;
}
.news-main .btn_common {
  margin: 0 auto;
}

/* オーナー様専用お問い合わせ */
.owner {
  background: #f2f2f0;
}
.owner__pageheading {
  background: url(../images/owner_pageheading.webp) no-repeat left 67%/cover;
}
@media print, screen and (min-width: 768px) {
  .owner__lead {
    text-align: center;
  }
}
@media screen and (min-width: 851px) {
  .owner__btn {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .owner__btnitem:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  .owner__btnitem:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 851px) {
  .owner__btnitem {
    width: 300px;
  }
  .owner__btnitem:nth-of-type(even) {
    margin-left: 40px;
  }
  .owner__btnitem:nth-of-type(n+3) {
    margin-top: 40px;
  }
}

/* お問い合わせ */
.contact {
  background: #f2f2f0;
}
.contact__pageheading {
  background: url(../images/contact_pageheading.webp) no-repeat left 47%/cover;
}
.contact__lead {
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  color: #003f73;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contact__lead {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact__lead {
    font-size: clamp(24px, 2.2vw, 30px);
  }
}
.contact__ttl {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .contact__sublead {
    text-align: center;
  }
}
@media screen and (min-width: 851px) {
  .contact__btn {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .contact__btnitem:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  .contact__btnitem:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 851px) {
  .contact__btnitem {
    width: 300px;
  }
  .contact__btnitem:nth-of-type(even) {
    margin-left: 40px;
  }
  .contact__btnitem:nth-of-type(n+3) {
    margin-top: 40px;
  }
}

.card {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-shadow: 0px 2px 15px rgba(39, 39, 43, 0.1);
          box-shadow: 0px 2px 15px rgba(39, 39, 43, 0.1);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.card__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 430/370;
}
@media screen and (max-width: 767px) {
  .card__image img {
    aspect-ratio: 350/200;
  }
}
@media screen and (max-width: 767px) {
  .card__image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.card__content {
  -webkit-box-flex: 1.25;
      -ms-flex: 1.25;
          flex: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 7% 5%;
}
@media screen and (max-width: 767px) {
  .card__content {
    gap: 15px;
  }
}
.card__title {
  color: #003f73;
  margin: 0;
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .card__title {
    padding-left: 0;
    text-align: center;
  }
}
.card__title::before {
  content: "・";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .card__title::before {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .card__title::before {
    font-size: 32px;
    top: -7px;
  }
}
.card__btn .btn_common {
  margin-left: 0;
  margin-right: auto;
}
.card--point {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 767px) {
  .card--point {
    gap: 20px;
  }
}
.card--point .card__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.card--point .card__image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .card--point .card__image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
    margin: 0 auto;
  }
}
.card--point .card__content {
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .card--point .card__content {
    padding: 0 0 0 5%;
  }
}
.card--point .card__title {
  padding-left: 0;
}
.card--point .card__title::before {
  content: none;
}
.card--point .card__text-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .card--point .card__text-title {
    font-size: 16px;
  }
}
.card--point .card__text p {
  margin-bottom: 20px;
}
.card--point .card__text p:last-child {
  margin-bottom: 0;
}

.nav {
  width: 100%;
  max-width: 1400px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 15px rgba(39, 39, 43, 0.1);
          box-shadow: 0px 2px 15px rgba(39, 39, 43, 0.1);
  background: #fff;
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .nav__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .nav__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .nav__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .nav__list > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nav__list > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
.nav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
}
.nav__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 30%;
  bottom: 30%;
  right: 0;
  width: 1px;
  background: #dbdbd7;
}
@media screen and (max-width: 767px) {
  .nav__item:not(:last-child)::after {
    display: none;
  }
}
.nav__item--active {
  background: #fff;
}
.nav__item--active .nav__link {
  color: #003f73;
  font-weight: 700;
}
.nav__item--active::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .nav__item--active::before {
    border-color: #003f73 transparent transparent transparent;
    bottom: 10%;
    border-width: 4px 4px 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .nav__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    border-right: none;
    border-bottom: 1px solid #dbdbd7;
  }
  .nav__item:nth-child(1), .nav__item:nth-child(2) {
    border-bottom: 1px solid #dbdbd7;
  }
  .nav__item:nth-child(2), .nav__item:nth-child(4) {
    border-left: 1px solid #dbdbd7;
  }
  .nav__item:nth-child(3), .nav__item:nth-child(4) {
    border-bottom: none;
  }
}
.nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
}
.nav__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .nav__link {
    padding: 25px 5px;
    line-height: 1.4;
  }
}
.nav--absolute {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  .nav--absolute {
    width: calc(100% - 30px);
  }
}
.nav--relative {
  position: relative;
  margin: 0 auto;
}

.document-request-section {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .document-request-section {
    margin-top: 40px;
  }
}
.document-request-section__content {
  background: #fff;
  padding: 60px 40px;
  text-align: center;
  max-width: 560px;
  width: 100%;
  -webkit-box-shadow: 0px 2px 15px rgba(39, 39, 43, 0.1);
          box-shadow: 0px 2px 15px rgba(39, 39, 43, 0.1);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .document-request-section__content {
    padding: 30px 20px;
  }
}
.document-request-section__title {
  color: #003f73;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .document-request-section__title {
    margin-bottom: 20px;
  }
}
.document-request-section__btn .btn_common {
  margin: 0 auto;
}

/* 下層ページ：アセットシェアリングとは */
.about {
  background: #f2f2f0;
}
.about.main__ulayer {
  padding-bottom: 0;
}
.about__pageheading {
  background: url(../images/about_pageheading.webp) no-repeat left 67%/cover;
}
.about__lead {
  position: relative;
  padding-top: 0;
  padding-bottom: 90px;
}
.about__lead-title {
  line-height: 1.4;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .about__lead-title {
    margin-bottom: 40px;
  }
}
.about__lead-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7%;
  margin-bottom: 50px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about__lead-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
}
.about__lead-images {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .about__lead-images {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: 520px;
    padding: 0 5%;
    margin: 0 auto;
  }
}
.about__lead-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .about__lead-txt {
    gap: 0;
  }
}
.about__lead-description {
  margin-bottom: 15px;
}
.about__lead-description:last-child {
  margin-bottom: 0;
}
.about__features {
  background: #fff;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .about__features {
    padding-top: 160px;
  }
}
.about__features-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .about__features-images {
    display: block;
    padding: 0 5%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about__features-image--02 {
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.about__features-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .about__features-title {
    margin-bottom: 40px;
  }
}
.about__features-content {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .about__features-content {
    margin-bottom: 40px;
  }
}
.about__features-description {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .about__features-description {
    margin-bottom: 40px;
  }
}
.about__features-desc-text {
  margin-bottom: 20px;
}
.about__features-desc-text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .about__features-desc-text {
    margin-bottom: 16px;
  }
}
.about__proposal {
  background: #f2f2f0;
}
.about__proposal-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about__proposal-title {
    margin-bottom: 25px;
  }
}
.about__proposal-description {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .about__proposal-description {
    margin-bottom: 40px;
  }
}
.about__proposal-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .about__proposal-cards {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .about__proposal-cards .card__title {
    font-size: 20px;
  }
}
.about__commitment {
  background: #ffffff;
}
.about__commitment-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about__commitment-title {
    margin-bottom: 25px;
  }
}

.youtube-wrap {
  max-width: 560px;
}
.youtube-wrap .youtube-contents {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube-wrap .youtube-contents iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 下層ページ：アセットシェアリングのこだわり */
.about__point-image {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .about__point-image {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.about__point-image--partner {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .about__point-image--partner {
    width: 100%;
    max-width: none;
    height: 200px;
  }
}
.about__point-image--partner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__point-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .about__point-content {
    gap: 40px;
  }
}
.about__point-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .about__point-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
.about__point-title__number {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .about__point-title__number {
    width: 104px;
    height: 86px;
  }
}
@media screen and (max-width: 767px) {
  .about__point-title__number {
    width: 56px;
    height: 74px;
  }
}
@media print, screen and (min-width: 768px) {
  .about__point-title__number--01 {
    background: url(../images/about_point_pc-01.svg) no-repeat center center/contain;
  }
}
@media screen and (max-width: 767px) {
  .about__point-title__number--01 {
    background: url(../images/about_point_sp-01.svg) no-repeat center center/contain;
  }
}
@media print, screen and (min-width: 768px) {
  .about__point-title__number--02 {
    background: url(../images/about_point_pc-02.svg) no-repeat center center/contain;
  }
}
@media screen and (max-width: 767px) {
  .about__point-title__number--02 {
    background: url(../images/about_point_sp-02.svg) no-repeat center center/contain;
  }
}
@media print, screen and (min-width: 768px) {
  .about__point-title__number--03 {
    background: url(../images/about_point_pc-03.svg) no-repeat center center/contain;
  }
}
@media screen and (max-width: 767px) {
  .about__point-title__number--03 {
    background: url(../images/about_point_sp-03.svg) no-repeat center center/contain;
  }
}
.about__point-title__text {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .about__point .about__point-image--partner + .about__point-content .card--point .card__content {
    padding-left: 0;
  }
}

/* 下層ページ：お申込からご契約までの流れ */
.about__flow-card {
  background: #fff;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__flow-card {
    margin-bottom: 40px;
  }
}
.about__flow-card:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #7c8e99;
}
@media screen and (max-width: 767px) {
  .about__flow-card:not(:last-child)::after {
    bottom: -27px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #7c8e99;
  }
}
.about__flow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .about__flow-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.about__flow-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .about__flow-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.about__flow-title__number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #003f73;
  color: #003f73;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  letter-spacing: 0.06em;
  padding: 0 12px;
  font-size: 17px;
  min-width: 100px;
  height: 30px;
}
.about__flow-title__text {
  margin: 0;
  color: #003f73;
  margin-bottom: 20px;
}
.about__flow-btn {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .about__flow-btn {
    margin-top: 0;
  }
}
@media screen and (min-width: 851px) {
  .about__flow-btn {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .about__flow-btnitem:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  .about__flow-btnitem:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 851px) {
  .about__flow-btnitem {
    width: 300px;
  }
  .about__flow-btnitem:nth-of-type(1) {
    margin-right: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .about__flow-btn .btn_common {
    margin: 0 auto;
  }
}

/* 下層ページ：よくあるご質問 */
.about__qa-item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .about__qa-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.about__qa-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid #dbdbd7;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .about__qa-question {
    gap: 10px;
    margin-bottom: 15px;
  }
}
.about__qa-q {
  position: relative;
  top: -7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #003f73;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .about__qa-q {
    width: 35px;
    height: 35px;
  }
}
.about__qa-question-text {
  color: #003f73;
  text-align: left;
}
.about__qa-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .about__qa-answer {
    gap: 10px;
  }
}
.about__qa-a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #003f73;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .about__qa-a {
    width: 35px;
    height: 35px;
  }
}
.about__qa-answer-text {
  color: #27272b;
  font-size: 16px;
  line-height: 1.8;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .about__qa-answer-text {
    font-size: 15px;
    line-height: 1.7;
  }
}
.about__qa-button {
  padding-left: 70px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .about__qa-button {
    padding-left: 0;
    margin-top: 15px;
  }
}

/* 下層ページ：パートナー募集 */
.partner {
  background: #f2f2f0;
  padding-bottom: 0;
}
.partner__pageheading {
  background: url(../images/partner_pageheading.webp) no-repeat left 67%/cover;
}
.partner__lead {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.partner__lead-title {
  line-height: 1.4;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .partner__lead-title {
    margin-bottom: 40px;
  }
}
.partner__lead-description {
  margin-bottom: 15px;
}
.partner__lead-description:last-child {
  margin-bottom: 0;
}
.partner__features-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .partner__features-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    width: 80%;
  }
}
.partner__features-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  text-align: center;
}
.partner__features-image {
  position: relative;
}
.partner__features-image::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22px;
  height: 80px;
  background: url(../images/partner_deco.svg) no-repeat center center/contain;
}
.partner__features-text h3 {
  line-height: 1.6;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .partner__features-text h3 {
    font-size: 16px;
  }
}
.partner__contact {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .partner__contact {
    margin-top: 40px;
  }
}
.partner__contact-title {
  color: #003f73;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .partner__contact-btn {
    margin-top: 0;
  }
}
@media screen and (min-width: 851px) {
  .partner__contact-btn {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .partner__contact-btnitem:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  .partner__contact-btnitem:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 851px) {
  .partner__contact-btnitem {
    width: 300px;
  }
  .partner__contact-btnitem:nth-of-type(1) {
    margin-right: 40px;
  }
}

/* 下層ページ：資料請求完了ページ */
.inquery__pageheading {
  background: url(../images/inquery_pageheading.webp) no-repeat left 67%/cover;
}
@media print, screen and (min-width: 768px) {
  .inquery__lead {
    text-align: center;
  }
}
.inquery-complete__lead {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.inquery-complete__lead-title {
  line-height: 1.4;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .inquery-complete__lead-title {
    margin-bottom: 40px;
  }
}
.inquery-complete__lead-description {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inquery-complete__lead-description {
    text-align: left;
  }
}
.inquery__guide-card p {
  margin-bottom: 20px;
}
.inquery__guide-card p:last-child {
  margin-bottom: 0;
}
.inquery__guide-card .text-bold {
  color: #003f73;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .inquery__guide-card .text-center {
    text-align: center;
  }
}
.inquery__guide-title {
  margin-bottom: 40px;
}
.inquery__guide-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .inquery__guide-btn {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .inquery__guide-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.inquery__guide-btn--download {
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .inquery__guide-btn--download {
    gap: 30px;
  }
}
.inquery__guide-btnitem {
  width: 300px;
}
.inquery__guide-image {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .inquery__guide-image {
    width: 80%;
    margin: 0 auto;
  }
}
.inquery__guide-image a:hover {
  opacity: 0.8;
}

/* 下層ページ：サイト利用・ガイド */
.guide {
  background: #f2f2f0;
  padding-bottom: 0;
}
.guide__pageheading {
  background: url(../images/guide_pageheading.webp) no-repeat left 67%/cover;
}
.guide__content {
  padding-top: 0;
}
.guide__list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.guide__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .guide__list li {
    padding-left: 15px;
    margin-bottom: 8px;
  }
}
.guide h3 {
  color: #003f73;
}
.guide p {
  margin-bottom: 15px;
}
.guide p:last-child {
  margin-bottom: 0;
}
.guide p + h3 {
  margin-top: 25px;
}

/* 下層ページ：サイト利用・ガイド */
.sitemap__pageheading {
  background: url(../images/sitemap_pageheading.webp) no-repeat right 45%/cover;
}
.sitemap__content {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .sitemap__content {
    padding: 25px 15px;
  }
}
.sitemap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .sitemap__list {
    gap: 0;
  }
}
.sitemap__group:last-child {
  margin-top: 5px;
  padding-top: 25px;
  border-top: 1px solid #dbdbd7;
}
.sitemap__title {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 15px;
}
.sitemap__title:hover {
  color: #003f73;
  opacity: 0.8;
}
.sitemap__group:last-child .sitemap__title {
  color: #003f73;
}
.sitemap__group:last-child .sitemap__title:hover {
  opacity: 1;
}
.sitemap__links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 15px;
  -ms-grid-columns: 1fr 10px 2fr;
  grid-template-columns: 1fr 2fr;
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .sitemap__links--contact {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sitemap__links--contact {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.sitemap__links--proposal {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .sitemap__links--about {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sitemap__links--about {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.sitemap__links li {
  position: relative;
  padding-left: 20px;
}
.sitemap__links li::before {
  content: "—";
  position: absolute;
  font-size: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #003f73;
}
.sitemap__links a:hover {
  color: #003f73;
  opacity: 0.8;
}
.sitemap__links a[target=_blank] {
  position: relative;
  padding-right: 20px;
}
.sitemap__links a[target=_blank]::after {
  content: "";
  position: absolute;
  right: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../images/icon_external.svg) no-repeat center/contain;
}