body {
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

img {
  width: 100%;
  vertical-align: bottom;
}
br.pc {
  display: block;
}
br.sp {
  display: none;
}
.service_page {
  padding: 0 !important;
}
.contBlock {
  padding: 50px 0;
  overflow: hidden;
  position: relative;
}

.br_show {
  display: block;
  text-indent: 3rem;
}
.txt_sml {
  font-size: 0.9rem !important;!i;!;
}
.txt_sml span {
  text-indent: 2rem;
}

/* pankuzu */
.pankuzu {
  font-size: 13px;
  padding: 20px 25px 10px;
}

.pankuzu a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  white-space: nowrap;
  padding-right: 5px;
  margin-right: 26px;
  position: relative;
}

.pankuzu a:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #051a2d;
  border-right: 2px solid #051a2d;
  display: block;
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}

.pc .pankuzu a:hover {
  text-decoration: underline;
}

/* ページ中央に設置 */
.pnavi {
  text-align: center;
  display: flex;
  gap: 10px;
  justify-content: center;
}

/* ページャー */
a.page-numbers,
span.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #051a2d;
  background-color: #fff;
  border: 2px solid #051a2d;
  width: 50px;
  height: 50px;
  text-decoration: none;
  transition : all 0.3s ease 0s;
}
.page-numbers.current {
  background: #051a2d;
  color: #fff;
}

a.page-numbers:hover {
  color: #fff;
  background-color: #051a2d;
}

/* subTitle */
.subTitle1 {
  margin-bottom: 60px;
}

.subTitle1 h3 {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
span.cat_name {
    background: #051a2d;
    color: #fff;
    padding: 3px 8px;
    display: inline-block;
    margin-left: 5px;
}
.subTitle1 h1,
.subTitle1 h2 {
  font-size: 36px;
  line-height: 1.3;
  color: #051a2d;
}

.subTitle2 {
  border-bottom: 2px solid #E6E6E6;
  position: relative;
  padding-bottom: 10px;
  padding-left: 1em;
  margin-bottom: 50px;
}

.subTitle2::after {
  content: "";
  height: 2px;
  width: 13em;
  background: #9E7724;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.subTitle2::before {
  content: "";
  height: 85%;
  width: 6px;
  background: #051a2d;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.7em;
}

.subTitle2 h1,
.subTitle2 h2 {
  font-size: 24px;
}

.full_img img {
  width: 100%;
}

.obi {
  position: relative;
  /* background: linear-gradient(to right, #362ae0 0%, #3b79cc 50%, #42d3ed 100%) no-repeat; */
  /* background-size: 100% 10px; */
  /* background-position: bottom; */
  color: #051a2d;
  width: 100%;
  display: inline;
}

.obi:before {
  content: attr(data-heading);
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  height: 80%;
  color: #051a2d;
}

@keyframes shineMove {
  0% { left: -30%; }
  100% { left: 100%; }
}

.animated-gold {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 35px;
  background: linear-gradient(90deg, #9E7724 0%, rgba(239, 198, 28, 0.8) 47%, rgba(158, 119, 36, 0) 100%);
  overflow: hidden;
  z-index: 0;
}

.animated-gold::after {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 50%;
  height: 100%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  animation: shineMove 3s linear infinite;
}


header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: #fff;
  z-index: 10;
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.1);
}

header .header {
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 100vh;
  padding: 30px 0;
  position: relative;
  z-index: 10;
  background: #fff;
  justify-content: space-between;
}

header .logo {
  width: 50px;
  position: relative;
  z-index: 1;
}

header .menu,
footer .footeMenu {
  display: block;
  width: 100%;
  margin: 0 auto;
}

header nav {
  position: fixed;
  width: 550px;
  top: 0;
  right: -100%;
  background-color: rgba(255, 255, 255, .9);
  height: 100%;
  padding: 60px 160px 60px 60px;
  display: flex;
  align-items: center;
  z-index: 2;
  flex-wrap: wrap;
  overflow-y: scroll;
}

header nav>ul>li {
  width: 100%;
  border-bottom: 1px solid #333;
}

header nav>ul>li>a {
  color: #333;
  text-decoration: none;
  font-size: 20px;
  display: block;
  padding: 30px 0;
  position: relative;
}

header .btn-gnavi {
  position: relative;
  width: 30px;
  height: 24px;
  z-index: 10;
  cursor: pointer;
  transition: all 400ms;
  -webkit-transition: all 400ms;
}

header .btn-gnavi span {
  position: absolute;
  width: 30px;
  height: 1px;
  background: #666;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms
}

header .btn-gnavi span:nth-child(1) {
  top: 0;
}

header .btn-gnavi span:nth-child(2) {
  top: 10px;
}

header .btn-gnavi span:nth-child(3) {
  top: 20px;
}

header .btn-gnavi.hb-open {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

header .btn-gnavi.hb-open span {
  background: #333;
}

header .btn-gnavi.hb-open span:nth-child(1) {
  width: 35px;
  transform: translate(-3px, 10px) rotate(45deg);
  -webkit-transform: translate(-3px, 10px) rotate(45deg);
}

header .btn-gnavi.hb-open span:nth-child(2) {
  display: none;
}

header .btn-gnavi.hb-open span:nth-child(3) {
  width: 35px;
  transform: translate(-3px, 10px) rotate(-45deg);
  -webkit-transform: translate(-3px, -10px) rotate(-45deg);
}

header .headDes {
  writing-mode: vertical-rl;
  position: relative;
  z-index: 1;
  font-size: 14px;
  margin: 30px 0;
  letter-spacing: 5px;
}

.toggle-btn {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50px;
  height: 50px;
}

.accordion>a .toggle-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  background-color: #40180A;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.accordion>a .toggle-btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  background-color: #333;
  transition: .3s;
}

.accordion a .toggle-btn.toggle-open:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.accordion a .toggle-btn.toggle-open:after {
  background-color: transparent;
}

.accordion ul {
  padding-left: 1em;
  padding-bottom: 1em;
  display: none;
}

.accordion ul li {}

.accordion ul li a {
  color: #333;
  text-decoration: none;
  padding: 10px 0;
  display: block;
}

.snsLink {}

.snsLink ul {}

.snsLink ul li {
  margin-bottom: 20px;
}

.snsLink ul li a {
  display: block;
}

.snsLink ul li a img {
  width: 30px;
  height: 30px;
  vertical-align: bottom;
}

/* main */
main {
  padding-right: 100px;
  background: #fff;
}

nav#navi {
  position: sticky;
  bottom: 0;
  z-index: 3;
}

nav#navi ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  flex-wrap: wrap;
  column-gap: 5px;
}

nav#navi ul li {
  width: 100%;
  height: 70px;
}

nav#navi ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  background: #051a2d;
  text-align: center;
  font-size: 18px;
  transition : all 0.3s ease 0s;
}
nav#navi ul li a:hover {
  opacity: 0.8;
}
.snsBox {
  width: 100%;
  border: none;
  padding: 40px 0 0;
}

.snsBox ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  height: 30px;
}

.snsBox ul li {}

.snsBox ul li a {
  display: block;
}

.snsBox ul li a img {
  width: 30px;
  height: 30px;
  vertical-align: bottom;
}

.secInner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  clear: both;
}

.secInner::after {
  content: '';
  display: block;
  clear: both;
}

/* footer */
footer {
  position: relative;
  padding-right: 100px;
  background: #051a2d;
  margin-top: 5px;
}

footer .footer_top {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0px 20px;
}

footer .footer_top ul {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}

footer .footer_top ul li {
  text-align: center;
  flex: 1;
}

footer .footer_top ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
}

footer .footer_top ul li a span {
  display: block;
}

footer .footer_top ul li a span.iconBox {
  margin-bottom: 20px;
}

footer .footer_top ul li a span.iconBox img {
  width: 100px;
  height: 100px;
}

footer .footer_bottom {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  align-items: flex-end;
}

footer .footer_bottom .footLogo img {
  width: 160px;
}

footer .footer_bottom ul.footMenu {
  width: 50%;
  max-width: 400px;
}

footer .footer_bottom .accordion>a .toggle-btn:before,
footer .footer_bottom .accordion>a .toggle-btn:after {
  background-color: #fff;
}

footer .footer_bottom .accordion ul li a {
  color: #fff;
}

footer .footer_copy {
  display: flex;
  justify-content: flex-end;
  padding: 10px 20px;
}

footer .footer_copy p {
  color: #fff;
  font-size: 12px;
}

footer .footer_copy ul {
  display: flex;
  gap: 20px;
  margin-left: 100px;
}

footer .footer_copy ul li {}

footer .footer_copy ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 12px;
}

footer .footer_bottom>ul>li {
  width: 100%;
  border-bottom: 1px solid #fff;
}

footer .footer_bottom>ul>li>a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  display: block;
  padding: 20px 0;
  position: relative;
  letter-spacing: 2px;
}

/*TOP*/

/* ローディングスピナー */
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.hidden {
  display: none;
}

#top #mv {
  position: relative;
  padding: 0;
}

#top .catch {
  display: none;
}

#top #mv .imgBox {
  min-height: 800px;
  height: 100vh;
  overflow: hidden;
}

#top #mv .imgBox img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top #mv .catchCopy {
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-80%);
  font-size: 5em;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-shadow: #666 0 0 5px;
}

#top #news .newsBox {
  background: rgba(255,255,255,0.7););
  color: #051a2d;
  border: 1px solid #051a2d;
  display: inline-block;
  position: absolute;
  top: 50px;
  right: 30px;
  padding: 20px;
  text-align: center;
  z-index: 2;
}

#top #news .newsBox .valueArea {
  font-size: 76px;
  font-weight: 600;
  line-height: 1;
}

.newsList {
  margin: 0 auto;
  padding: 100px 0 50px;
}

.newsList ul {}

.newsList ul li {
  border-top: 1px solid #cfcfcf;
  padding: 0 30px;
}

.newsList ul li a {
  padding: 20px 0;
  display: block;
  text-decoration: none;
  color: #333;
}
.newsList ul li a:hover dd {
  text-decoration: underline;
}
.newsList ul li dl {
  display: flex;
  align-items: center;
  width: 100%;
}

.newsList ul li dl dt {
  width: 165px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

.newsList ul li dl dt span {
  display: inline-block;
  text-align: center;
  padding: 5px;
}
.newsList ul li dl dt span.new {
  background: #9E7724;
  color: #fff;
}
.newsList ul li dl dt span.date {}

.newsList ul li dl dt span.cat {
  background: #051a2d;
  color: #fff;
  padding: 5px 10px;
}

.newsList ul li dl dd {
  margin-left: 20px;
  width: calc(100% - 185px);
}

#top #service .secInner {
  width: 100%;
}

.slick-list {
  overflow: visible !important;
  padding: 0 40px !important;
}

#top #service .serviceSlider {
  padding: 50px 0 0;
}

#top #service .serviceSlider .slick-item {
  margin: 0 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  background: rgba(255, 255, 255, .2);
  transition: all .3s ease;
  filter: drop-shadow(2px 2px 4px #333);
}

#top #service .serviceSlider .slick-item:hover {
  background: rgba(255, 255, 255, .4);
}

#top #service .serviceSlider .slick-item a {
  padding: 50px 20px;
  display: block;
  color: #fff;
  text-decoration: none;
}

#top #service .serviceSlider .slick-item .iconImg {
  text-align: center;
  padding: 20px 0;
  display: block;
}

#top #service .serviceSlider .slick-item .iconImg img {
  width: 65px;
  height: 50px;
  margin: 0 auto;
}

#top #service .serviceList {
  padding: 50px 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#top #service .serviceList .service-item {
  text-align: center;
  background: rgba(0, 0, 0, .2);
  transition: all .3s ease;
  width: calc(50% - 10px);
  border-radius: 5px;
  border: 2px solid #fff;
}

#top #service .serviceList .service-item:hover {
  background: rgba(255, 255, 255, .4);
}

#top #service .serviceList .service-item a {
  padding: 20px 20px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

#top #service .serviceList .service-item .iconImg {
  text-align: center;
  padding: 20px 0;
  display: block;
}
#top #service .serviceList .service-item span.serviceTxt {
  text-align: center;
}
#top #service .serviceList .service-item .iconImg img {
  width: 65px;
  height: 50px;
  margin: 0 auto;
}
#top #company {
  height: auto;
  position: relative;
}
#top #company .companyArea {
  margin: 50px 0;
  position: relative;
}
#top #company .scroll_down {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

#top #news {
  background: #fff;
}

#top #recruit {
  background: #fff;
}

#top #recruit .descArea {
  display: flex;
  padding: 50px 0;
  justify-content: space-around;
  align-items: flex-end;
}

#top #recruit .descArea p {
  width: 500px;
  line-height: 2;
}

#top #recruit .corpArea {
  background: #e5e5e4;
  padding: 50px 20px;
}

#top #recruit .corpArea .secInner {
  display: flex;
  gap: 20px;
}

#top #recruit .corpArea figure {
  border: 1px solid #333;
  padding: 20px;
  background: #fff;
  width: 25%;
}

#top #recruit .corpArea figure figcaption {}

#top #recruit .corpArea figure figcaption span.corpName {
  display: block;
  color: #666666;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  margin-bottom: 5px;
}

#top #recruit .corpArea figure figcaption span.corpDes {
  display: block;
  color: #666666;
  font-size: 14px;
}

#top #recruit .corpArea figure .imgArea {
  text-align: center;
}

#top #recruit .corpArea figure .imgArea img {
  max-height: 140px;
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}

#top #contact {
  background: #fff;
}

#top #contact .contactArea {
  display: flex;
  gap: 20px;
  padding: 50px;
}

#top #contact .contactArea li {
  background: #051a2d;
  color: #fff;
  width: 50%;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#top #contact .contactArea li .dlink {
  padding: 20px 0;
}

#top #contact .contactArea li .dlink a {
  color: #fff;
}

#top #contact .contactArea li .dlink a .arrow {
  background-color: #fff;
  left: -15%;
  top: 4px;
  width: 130%;
}

#top #contact .contactArea li .dlink a .arrow::before {
  background-color: #fff;
}

#top #contact .contactArea li span {
  display: block;
  text-align: center;
}

#top #contact .contactArea li span.tit {
  font-size: 24px;
}

#top #contact .contactArea li span.tel {
  font-size: 38px;
}

#top #contact .contactArea li span.time {
  font-size: 16px;
}

#top #contact .contactArea li .imgBox {
  display: block;
  text-align: center;
  padding: 30px 0 10px;
}

#top #contact .contactArea li .imgBox img {
  width: 30px;
  height: 30px;
}

#top #contact .bnrArea {
  margin-top: 30px;
}

#top .newsSec {
  position: relative;
  min-height: 500px;
  height: 100vh;
}
#top .newsSec picture img {
  object-fit: cover;
  height: 100%;
}
#top .newsSec h4 {
  position: absolute;
  color: #fff;
  font-size: 2rem;
  right: 50px;
  top: auto;
  bottom: 70px;
  font-weight: 500;
  background: rgba(0,0,0,0.6);
  padding: 10px 20px;
}

#top .newsSec .scroll_down {
  position: absolute;
  right: 50px;
  bottom: 40%;
  background: rgba(0,0,0,0.6);
  padding: 10px;
  padding-left: 95px;
  margin-bottom: 0;
}
.arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0 0;
  position: relative;
  padding: 0 40px;
}

.prev-arrow,
.next-arrow {
  display: block;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, .8);
  border-radius: 50%;
  transition: all .3s ease;
  cursor: pointer;
  position: relative;
}

.slick-disabled {
  background: rgba(255, 255, 255, .5);
}

.prev-arrow {
  transform: rotate(180deg);
  margin-right: 20px;
}

.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  top: 0;
  bottom: 0;
  left: -6px;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.bgSection {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  background: #000;
}

.pattern {
  width: 100%;
  height: 100%;
  background: url('http://www.webcreatorbox.com/sample/images/yokojima.png');
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

#top video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  display: none;
}

/* カルーセルのドットをバーに変更 */
.slick-dots {
  display: flex !important;
  /* flexboxを使用してドットを横並びに */
  justify-content: center;
  /* ドットを中央寄せ */
  margin-top: 20px;
  /* 上部に間隔を追加 */
}

.slick-dots li {
  width: 100%;
  /* 各ドットをフル幅に */
  margin: 5px;
  /* ドット間のスペース */
}

.slick-dots li button {
  font-size: 0;
  /* ボタンのテキストを非表示 */
  background-color: #ccc;
  /* ボタンの背景色 */
  height: 5px;
  /* 略ボタンの高さ */
  width: 100%;
  /* ボタンをフル幅に */
  padding: 0;
  /* パディングをゼロに */
  border: none;
  /* ボーダーを削除 */
}

.slick-dots li.slick-active button {
  background-color: #0c4324;
  /* アクティブなボタンの色 */
}

.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}

.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

.titleArea {
    position: relative;
}

.titleArea h2 {
  display: flex;
  align-items: center;
  gap: 50px;
  /* background: url('../../assets/images/common/head_bg.png') no-repeat; */
  /* background-size: 100% 35px; */
  /* background-position: center; */
  position: relative;
  z-index: 1;
  padding: 0 40px;
}

.titleArea h2 .mainTitle {
  font-size: 4rem;
  color: #fff;
  font-weight: 500;
  padding: 0 20px;
  /* font-family: "fot-tsukubrdgothic-std", sans-serif; */
}

.titleArea h2.blue .mainTitle {
  color: #051a2d;
}

.titleArea h2 .subTitle {
  color: #fff;
}

.titleArea h2.blue .subTitle {
  color: #051a2d;
}

.dlink {
  display: inline-block;
}

.dlink.right {
  float: right;
  margin-right: 140px;
  margin-bottom: 100px;
}

.dlink a {
  font-size: 14px;
  text-decoration: none;
  color: #333;
}

.dlink a .arrow {
  position: relative;
  top: -10px;
  display: inline-block;
  width: 200%;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
}

.dlink a .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 14px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}

#bannerBox {
  background: #fff;
}

.txt-outline {
  color: #fff;
  -webkit-text-stroke: 4px rgba(0, 0, 0, 0);
  text-stroke: 4px rgba(0, 0, 0, 0);
  font-weight: bold;
  letter-spacing: 3px;
  background: -moz-linear-gradient(-45deg, #661df7 0%, #fcbf2f 25%, #ef26ba 50%, #2696f2 75%, #661df7 100%) 0% center / 200% auto;
  background: -webkit-linear-gradient(-45deg, #661df7 0%, #fcbf2f 25%, #ef26ba 50%, #2696f2 75%, #661df7 100%) 0% center / 200% auto;
  background: linear-gradient(135deg, #661df7 0%, #fcbf2f 25%, #ef26ba 50%, #2696f2 75%, #661df7 100%) 0% center / 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-animation: outlineRun 4s linear infinite;
  animation: outlineRun 4s linear infinite;
}

/* 背景の横位置をズラす */
@-webkit-keyframes outlineRun {
  to {
    background-position-x: 200%;
  }
}

@keyframes outlineRun {
  to {
    background-position-x: 200%;
  }
}

#information .information_sec {}

#information .newsList {
  padding: 0px 0 50px;
}

#information p.date {
  text-align: right;
  margin-bottom: 1rem;
}

#information .contentArea {
  line-height: 1.4;
}
#information .contentArea p:not(:first-child) {
  margin-top: 2rem;
}

/* ----------------------------------------------------------------------------
  property
---------------------------------------------------------------------------- */
#property .bukken {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-top: #D1D1D1 1px solid;
  padding: 40px;
}
#company #property .bukken {
  border-top: 0;
  padding-top: 0;
}

#property .bukken a {
  text-decoration: none;
  color: inherit;
}

#property .bukken .img {
  width: 24%;
  max-width: 260px;
  margin-right: 30px;
}

#property .bukken .img img {
  width: 100%;
}

#property .bukken .box {
  flex: 1;
}

#property .bukken .box h3 {
  font-size: 1.4rem;
  margin-bottom: 1em;
  font-weight: 400;
}

#property .bukken .box div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

#property .bukken .box .num {
  position: absolute;
  right: -2px;
  top: 0px;
  z-index: -1;
  transform: translate(0, -100%);
  font-family: 'Crimson Text', serif;
  color: #C2DCF2;
  line-height: 1.0;
  font-size: 7.4rem;
  letter-spacing: -0.02em;
  opacity: 0.95;
}

#property .bukken .box div table {
  width: calc(100% - 10em);
  font-size: 1.2rem;
}

#property .bukken .box div th {
  width: 8.5em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.68);
  text-align: left;
  font-size: 0.9rem;
}

#property .bukken .box div td {
  padding-right: 0.4em;
  font-size: 0.9rem;
}

#property .bukken .box div ul {
  flex: 1;
  margin-left: 1.6em;
}

#property .bukken .box div li:not(:first-child) {
  margin-top: 6px;
}

#property .bukken .box div li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.2em 1em;
  border-radius: 4px;
  height: 2.9em;
}

#property .bukken .box div li.request a {
  background: #051a2d;
  color: #fff;
}

#property .bukken .box div li.request a img {
  width: 1.6em;
  margin-right: 1em;
}

.pc#property .bukken .box h3 a:hover {
  opacity: 0.8;
}

.pc#property .bukken .box div li.request a:hover {}

#property .saleNow {
  max-width: 1000px;
  margin: 0 auto;
}

#property .saleNow .bukken:first-child {
  border: none;
  padding-top: 10px;
}

#property .achieve {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

#property h2.jissekiH2 {
  text-align: center;
  background: #7497BC;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 2px;
  padding: 0.4em 0 0.4em 2px;
}

#property .achieve {
  display: flex;
  flex-wrap: wrap;
}

#property .achieve .bukken {
  width: 50%;
  padding: 40px 0;
  padding-right: 18px;
}

#property .achieve .bukken:nth-child(2n) {
  padding-right: 0;
  padding-left: 18px;
}

#property .achieve .bukken:first-child,
#property .jisseki .bukken:nth-child(2) {
  /* border: none; */
}

#property .achieve .bukken .img {
  width: 30%;
  margin-right: 20px;
}

#property .achieve .bukken .box h3 {
  font-size: 1.4rem;
  margin-bottom: 0.6em;
}

#property .achieve .bukken .box div table {
  width: 100%;
  font-size: 1.3rem;
}

#property .achieve .bukken .box div table th {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}

#property .achieve .bukken .box div table td {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}

#property .achieve .bukken .box div ul {
  margin: 0.9em 0 0;
  display: -webkit-flex;
  display: flex;
  flex: none;
}

#property .achieve .bukken .box div li {
  width: 13em;
}

#property .achieve .bukken .box div li a {
  height: 2.6em;
}

#property .ph_loop {
  overflow: hidden;
  margin: 0;
  width: 100vw;
  height: 190px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

#property .ph_loop .ph {
  padding-bottom: 190px;
  width: 4000px;
  background: url("../img/lineup/ph_loop_pc.jpg");
  background-size: contain;
  background-repeat: repeat-x;
  -webkit-animation: loop 26s linear infinite;
  animation: loop 26s linear infinite;
}

#property .ph_loop .ph img {
  display: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border-left: #D1D1D1 1px solid;
  border-top: #D1D1D1 1px solid;
  line-height: 1.5;
}

table th {
  border-bottom: #D1D1D1 1px solid;
  background: #eff7ff;
  font-weight: normal;
  padding: 0.8em 1em;
}

table td {
  border-right: #D1D1D1 1px solid;
  border-bottom: #D1D1D1 1px solid;
  padding: 0.8em 1em;
}

.arLink a {
  border: rgba(76, 121, 168, 0.7) 1px solid;
  border-radius: 4px;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  height: 3.7em;
  color: #244B75 !important;
}

.arLink a:after {
  /* content: url("../img/cmn/arrow2.svg"); */
  content: none;
  display: block;
  width: 1em;
  position: absolute;
  right: 1.2em;
  top: 50%;
  transform: translate(0%, -50%);
  transition: transform 0.2s cubic-bezier(.34, .06, .36, .99) 0s;
}

.pc .arLink a:hover:after {
  transform: translate(3px, -50%);
  transition: transform 0.2s cubic-bezier(.34, .06, .36, .99) 0s;
}

.footSnsLink {
  display: none;
}

.scroll_down {
  position: relative;
  width: fit-content;
  margin-bottom: 40px;
}

.scroll_down:after {
  content: '';
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg,rgba(#000, 0) 0, rgba(#000, .8) 80%, rgba(#000, .8) 100%);
}

.scroll_down a {
  display: block;
  position: relative;
  z-index: 2;
  width: max-content;
  padding: 10px 0;
  color: #000;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  transition: .2s;
  margin: auto;
  right: 50%;
}
.scroll_down a .arrow {
  position: absolute;
  bottom: 0;
  right: -50%;
}
.scroll_down a .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 14px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}
.scroll_down.white a .arrow::before {
  background-color: #ffffff;
}
.scroll_down a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150%;
  height: 1px;
  background: #ddd;
}

.scroll_down a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150%;
  height: 1px;
  background: #000;
}
.scroll_down.white a {
  color: #fff;
}
.scroll_down.white a:before {
  background: #000;
}
.scroll_down.white a:after {
  background: #fff;
}
/* .scroll_down a:hover {
  opacity: .5;
} */

.scroll_down:hover a:after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) forwards;
}

.scroll_down.right {
  float: right;
  margin-bottom: 40px;
}

#information .scroll_down {
  margin-bottom: 0;
  margin-top: 40px;
}
@keyframes sdl01 {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  30.1% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }
  60% {
    transform: scale(0, 1);
    transform-origin: 100% 0;
  }
  80% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

}

#owner .ownerList {
  margin-top: 70px;
}
#owner .ownerList .ownerItem:not(:first-child) {
  margin-top: 50px;
}
#owner .ownerList .ownerItem .titleBox {display: flex;justify-content: space-between;align-items: flex-end;}
#owner .ownerList .ownerItem .titleBox .case {
  color: #051a2d;
  font-weight: 600;
  font-size: 30px;
  border-top: 4px solid #051a2d;
  position: relative;
  padding: 0 10px;
}
#owner .ownerList .ownerItem .titleBox .case:after {
  content: '';
  display: inline-block;
  border-top: 4px solid #051a2d;
  width: 46px;
  position: absolute;
  transform: rotate(50deg);
  top: 13px;
  right: -37px;
}
#owner .ownerList .ownerItem .titleBox .people {
  padding: 5px 0 5px 50px;
}
#owner .ownerList .ownerItem .descBox {
  border: 4px solid #cfcfcf;
  padding: 20px;
}
#owner .ownerList .ownerItem .descBox .title {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 15px;
  letter-spacing: .05em;
  color: #051a2d;
  font-weight: 600;
}
#owner .ownerList .ownerItem .descBox .desc {
  line-height: 1.7;
}
.qaArea:not(:first-child) {
  margin-top: 50px;
}
.qaArea h3 {
  font-size: 20px;
}
.subBox:not(:first-child) {
  margin-top: 70px;
}
.qaBox:not(:first-child) {
  margin-top: 20px;
}
.qaBox .accordion {
  background-color: rgba(65, 135, 209, 0.08);
  color: #051a2d;
  cursor: pointer;
  padding: 15px 45px 15px 60px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: background-color 0.3s;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.qaBox .active,.qaBox .accordion:hover {
  background-color: rgba(65, 135, 209, 0.15);
}

.qaBox .panel {
  padding: 15px 20px 15px 60px;
  display: none;
  background-color: white;
  overflow: hidden;
  border: 1px solid #cfcfcf;
  border-top: 0;
  position: relative;
}
.qaBox .accordion:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: #051a2d;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  top: 50%;
  right: 30px;
  transition: all 0.3s;
}
.qaBox .accordion.active:after {
  transform: translateY(-15%) rotate(-45deg);
}
.qaBox .accordion:before {
  content: 'Q';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: all 0.3s;
  padding: 6px;
  background: #051a2d;
  color: #Fff;
  line-height: 1;
}
.qaBox .panel:before {
  content: 'A';
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  transition: all 0.3s;
  line-height: 1;
  padding: 5px;
  font-size: 18px;
  border: 1px solid #051a2d;
  color: #051a2d;
}
.txt_center {
  text-align: center;
}

.list_flex {
  display: flex;
  gap: 20px; /* 要素間の余白 */
  align-items: stretch; /* 高さを揃える */
  margin-top: 2rem;
}

.list_table {
  display: flex;
  flex-direction: column;
  width: 48%;
  margin-top: 2rem;
}
.list_table dt {
  background: #051a2d;
  color: #fff;
  font-size: 2vh;
  padding: 10px;
  text-align: center;
  font-weight: 600;
}
.list_table dd {
  flex-grow: 1; /* 高さを自動調整して揃える */
  display: flex;
  align-items: center; /* 内容を中央揃え（任意） */
  justify-content: center;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 10px;
  font-size: 16px;
  line-height: 1.7;
}
#mansion .secTitleArea .titleItem:nth-child(3) .itemInner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#mansion .secTitleArea .titleItem:nth-child(3) .itemInner h1 {
  font-size: 45px;
  font-weight: 500;
}
#mansion .secTitleArea .titleItem:nth-child(3) .itemInner p {
  font-size: 14px;
  line-height: 1.7;
}
#mansion .secTitleArea .titleItem:nth-child(4) { grid-area: 1 / 3 / 3 / 4; }
#mansion .contBlock:first-child {
  padding-bottom: 0;
  padding-top: 0;
}
.columnSec h2 {
  font-size: 50px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  text-align: center;
}
.columnSec h2.blue {
  color: #051a2d;
}
.columnSec p {
  font-size: 16px;
  line-height: 2;
}
#mansion .columnList ul {
  display: flex;
  gap: 20px;
}
#mansion .columnList ul li {
  width: 100%;
  aspect-ratio: 29 / 26;
  transition: all 0.3s;
}
#mansion .columnList ul li:first-child {
  background: url(/wp/wp-content/themes/nest/assets/images/service/mansion/mansion_img05.jpg) center no-repeat;
  background-size: 100%;
}
#mansion .columnList ul li:last-child {
  background: url(/wp/wp-content/themes/nest/assets/images/service/mansion/mansion_img06.jpg) center no-repeat;
  background-size: 100%;
}
#mansion .columnList ul li a {
  display: flex;
  align-items: center;
  padding: 20px;
  height: 100%;
  width: 100%;
  text-decoration: none;
  position: relative;
}
#mansion .columnList ul li a:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
#mansion .columnList ul li:hover {
  background-size: 120%;
  background-position: center;
}
#mansion .columnList ul li:hover a:before{
  opacity: 1;
}

#mansion .columnList ul li dl {
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 1;
}
#mansion .columnList ul li dl dt {
  font-size: 24px;
  color: #051a2d;
  text-align: center;
}
#mansion .columnList ul li dl dd {
  font-size: 14px;
  color: #000;
}
#mansion .columnArea {
  background: url(/wp/wp-content/themes/nest/assets/images/service/mansion/mansion_img04.jpg) left top no-repeat;
  background-size: 827px;
  min-height: 600px;
}
#mansion .columnArea .secInner {
  height: 600px;
}
#mansion .columnArea .columnBox {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  height: 100%;
}
#mansion .columnArea .columnSec {
  max-width: 70%;
  padding: 40px 0;
}
#mansion .columnArea .scroll_down {
  margin-bottom: 0;
  margin-top: 20px;
  float: right;
}
#mansion .columnArea .scroll_down a {
  right: 0;
  color: #051a2d;
}
#mansion .columnArea .scroll_down a:before {
    width: 120%;
}
#mansion .columnArea .scroll_down a:after {
    width: 120%;
}
#mansion .columnArea .scroll_down a .arrow {
    right: -20%;
}
#mansion .columnArea .columnSec h2 {
  justify-content: left;
}
#mansion .ownerLink a {
  border-radius: 10px;
  display: block;
  position: relative;
  text-decoration: none;
  background: #051a2d;
  aspect-ratio: 1000 / 237;
  /* background-image: url(/wp/wp-content/themes/nest/assets/images/service/mansion/mansion_btn_bg.png); */
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  overflow: hidden;
}
#mansion .ownerLink a .imgBox {
  position: absolute;
  width: auto;
  height: 100%;
  left: 0;
  back
}
#mansion .ownerLink a .imgBox:before {
  content: '';
  
}
#mansion .ownerLink a img {
  height: 100%;
  /* 右側 20% をフェードアウト */
  -webkit-mask-image: linear-gradient(to right, 
    rgba(0, 0, 0, 1) 60%,  /* 80% までは完全表示 */
    rgba(0, 0, 0, 0) 100%  /* 100% で完全に透明 */
  );
  mask-image: linear-gradient(to right, 
    rgba(0, 0, 0, 1) 60%,  
    rgba(0, 0, 0, 0) 100%  
  );
}
#mansion .bannerArea .ownerLink a span {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 0px;
  text-align: center;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translate(0%, -50%);
  transition: all 0.3s;
  width: 33%;
}
#mansion .bannerArea .ownerLink a:hover span {
  background-color: #fff;
  color: #c49428;
}
#mansion .bannerArea .seikyuLink a {
  display: block;
  background: #5081a5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}

#mansion .bannerArea .seikyuLink a:hover {
  opacity: 0.8;
}
#mansion .bannerArea li:not(:first-child) {
  margin-top: 50px;
}

.categories_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.categories_list .categories_list_item > a,
.categories_list .categories_list_item > span {
  background: #fff;
  color: #051a2d;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #051a2d;
  display: block;
  text-align: center;
  transition: all 0.3s;
}
.categories_list .categories_list_item > a:hover, .categories_list .categories_list_item.current span {
  background: #051a2d;
  color: #fff;
}
.br_375 {
  display: none;
}
.info_detail {
  min-height: calc(100vh - 578px);
}
@media screen and (max-width: 1000px) {
  #mansion .secTitleArea .titleItem:nth-child(3) {
    padding: 0px 20px;
  }
  #mansion .secTitleArea .titleItem:nth-child(3) .itemInner h1 {
    font-size: 4vw;
    margin-bottom: 0;
  }
  #mansion .secTitleArea .titleItem:nth-child(3) .itemInner p {
    font-size: 2vw;
    line-height: 1.7;
  }
}
@media screen and (max-width:980px) {
  .subTitle2 {
    margin-bottom: 20px;
  }

  #property .saleNow .bukken {
    padding: 7% 2% 7% 3%;
  }

  #property .bukken .box h3 {
    margin-bottom: 0.7em;
  }

  #property .bukken .img {
    width: 30%;
    max-width: 260px;
    margin-right: 30px;
  }

  #property .bukken .box div table {
    width: 100%;
  }

  #property .bukken .box div {
    display: block;
  }

  #property .bukken .box div ul {
    margin-left: 0;
    display: -webkit-flex;
    display: flex;
    margin-top: 10px;
  }

  #property .bukken .box div li {
    width: 40%;
  }

  #property .bukken .box div li:not(:first-child) {
    margin: 0 0 0 6px;
  }

  #property h2.jissekiH2 {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 2.5em 0 0.2em;
  }

  #property .achieve {
    display: block;
    width: 86%;
    margin: 0 auto;
    margin-bottom: 5%;
  }

  #property .achieve .bukken {
    width: 100%;
    padding: 6% 3% !important;
  }

  #property .achieve .bukken:nth-child(2) {
    border-top: #D1D1D1 1px solid;
  }

  #property .achieve .bukken .img {
    width: 28%;
    margin-right: 25px;
  }
}

@media screen and (max-width: 768px) {
  header {
    left: 0;
    right: auto;
    width: 100%;
    height: auto;
    z-index: 10;
    box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.1);
  }

  header .header {
    display: flex;
    flex-flow: row;
    align-items: center;
    height: auto;
    width: 100%;
    padding: 0 20px;
    position: relative;
    z-index: 10;
    background: #fff;
    justify-content: space-between;
  }

  header .headDes {
    display: none !important;
  }

  header .logo {
    padding: 10px;
  }

  .snsLink {
    display: none !important;
  }

  header nav {
    width: 100%;
    top: 0;
    height: 100%;
    padding: 30px 20px;
  }

  header nav>ul>li>a {
    padding: 20px 0;
  }

  .contBlock {
    padding: 20px 0;
  }

  main {
    padding-right: 0;
  }
  footer {
    padding-right: 0;
    margin-top: 0;
  }

  footer .footer_top {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
  }

  footer .footer_top ul li a span.iconBox img {
    width: 30px;
    height: 30px;
  }

  footer .footer_top ul {
    width: 100%;
    flex-direction: column;
    gap: 5px;
    background: #fff;
    padding: 5px 0;
  }

  footer .footer_top ul li a {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    padding: 20px;
    background: #051a2d;
  }

  footer .footer_top ul li a span.iconBox {
    margin-bottom: 0;
    order: 1;
  }

  footer .footer_bottom {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px 40px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
  }

  footer .footer_bottom ul.footMenu {
    width: 100%;
    max-width: none;
  }

  footer .footer_copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 40px 40px;
  }

  footer .footer_copy ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 0;
  }

  footer .footer_copy p {
    text-align: center;
    order: 1;
    margin-top: 30px;
  }

  footer .footer_bottom .footLogo img {
    width: 250px;
  }

  nav#navi ul li a {
    font-size: 3.4vw;
  }

  .footSnsLink {
    display: block;
    margin: 40px 0 30px;
  }

  .footSnsLink ul {
    display: flex;
    gap: 20px;
  }

  .footSnsLink ul li {
    width: 40px;
  }
  #top .catch {
    display: block;
    font-size: 1.3rem;
    margin-top: 30px;
    line-height: 1.6;
  }

  #top #mv .catchCopy {
    text-align: center;
    max-width: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    font-size: 4em;
    line-height: 1.3;
    letter-spacing: 5px;
  }
  .list_flex {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    flex-direction: column;
  }
  .list_table {
    width: 100%;
    margin-top: 2rem;
  }
  .list_table dt {
    font-size: 4vw;
  }
  .list_table dd {
    font-size: 3vw;
  }
  .titleArea h2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    /* background: url(../../assets/images/common/head_bg.png) no-repeat; */
    /* background-size: 100% 65px; */
    /* background-position: center bottom; */
    line-height: 1;
    padding-bottom: 10px;
  }

  .titleArea h2 .mainTitle {
    font-size: 15vw;
    display: block;
    padding: 0;
  }
  #top #news .newsBox .valueArea {
    font-size: 14vw;
  }
  .titleArea h2 .subTitle {
    display: block;
  }
  .subTitle1 h1,
  .subTitle1 h2 {
    font-size: 1.8rem;
  }
  .subTitle1::before,
  .subTitle2::before {
    height: 80%;
  }
  #top #news .newsBox {
    display: block;
    position: static;
    padding: 20px;
    text-align: center;
    width: 80%;
    margin: 20px auto 0;
  }

  .newsList {
    margin: 0 auto;
    padding: 40px 0;
  }

  .newsList ul li {
    padding: 0 20px;
  }

  .newsList ul li dl {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: normal;
    align-items: flex-start;
    gap: 10px;
  }

  .newsList ul li dl dt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
    gap: 10px;
  }

  .newsList ul li dl dd {
    margin-left: 0;
    width: 100%;
  }

  .dlink.right,
  .dlink {
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .dlink a .arrow {
    left: -10%;
    top: -10px;
    display: inline-block;
    width: 125%;
  }

  #top #company {
    height: auto;
  }

  #top #recruit .corpArea .secInner {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  #top #recruit .corpArea figure {
    padding: 20px;
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
  }

  #top #recruit .corpArea figure .imgArea img {
    width: 100px;
    max-height: auto;
    margin: 0;
  }

  #top #recruit .descArea {
    flex-direction: column;
    padding: 30px 0 0;
    position: relative;
  }

  #top #recruit .descArea p {
    width: 100%;
    margin-bottom: 30px;
  }

  #top #contact .contactArea {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
  }

  #top #contact .contactArea li {
    width: 100%;
    height: auto;
    padding: 0 0 20px;
  }

  #top #contact .secInner {
    margin: 0;
    width: 100%;
    padding: 20px 0 0;
  }

  #top #contact .contactArea .dlink {
    left: 0;
    transform: translate(0%, 0%);
    margin-bottom: 0;
  }

  #top .newsSec .scroll_down {
    position: absolute;
    bottom: 10%;
    right: 10%;
    margin-bottom: 0;
    padding-top: 0;
  }

  #top .newsSec h4 {
    position: absolute;
    color: #fff;
    font-size: 1.4rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88%;
    height: max-content;
    background: rgba(0,0,0,0.6);
    padding: 5px 10px;
    text-align: center;
  }
  .columnSec h2 {
    font-size: 24px !important;!i;!;
    margin-bottom: 20px !important;!i;!;
    display: block;
  }
  #mansion .columnList ul {
    flex-direction: column;
  }
  #mansion .columnArea {
    min-height: max-content;
    background-size: 80%;
    aspect-ratio: 1187 / 691;
  }
  #mansion .ownerLink {
    width: 90%;
    margin: 0 auto;
  }
  #mansion .columnArea .secInner {
    height: auto;
  }
  #mansion .columnArea .columnSec {
    max-width: 100%;
    padding: 0;
    margin-top: -50px;
  }
  #mansion .columnArea .scroll_down {
    float: none;
    position: relative;
    left: 50%;
    transform: translate(-60%, 0%);
    margin-top: 50px;
  }
  #mansion #mansionClm .secInner, #ownerClm .secInner {
    margin: 0;
    width: 100%;
  }
  #mansion .columnList ul li {
    aspect-ratio: 29 / 17;
  }
  #mansion .columnList ul li a {
    padding: 20px 0;
  }
  #mansion .bannerArea .ownerLink a span {
    font-size: 3vw;
    width: 35%;
    right: 5%;
  }
  #mansion .bannerArea li:not(:first-child) {
    margin-top: 20px;
  }
  #mansion #fukuoka {
    padding-top: 100px;
  }
  li.categories_list_item {
    width: 30%;
  }

}

@media screen and (max-width:500px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
  .subTitle1 {
     margin-bottom: 30px;
  }
  .subTitle2 h2 {
    font-size: 20px;
  }
  .subTitle2::before {
    height: 80%;
  }
  #property .bukken {
    display: block;
    padding: 7% 1%;
  }

  #property .bukken .img {
    width: 56%;
    max-width: 260px;
    margin: 0 auto;
  }

  #property .bukken .box h3 {
    margin: 0.9em 0 0.5em;
  }

  #property .saleNow .bukken {
    padding: 9% 2% 11%;
  }

  #property h2.jissekiH2 {
    margin: 2em 0 0.2em;
    padding: 0.35em 0 0.35em 2px;
  }

  #property .achieve {
    width: 95%;
    margin-bottom: 5%;
  }

  #property .achieve .bukken .img {
    width: 50%;
    margin: 0 auto;
  }

  #property .achieve .bukken {
    padding: 10% 2% !important;
  }

  #property .ph_loop {
    overflow: hidden;
    margin: 0;
    width: 100vw;
    height: auto;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }

  #property .ph_loop .ph {
    padding-bottom: 0;
    width: 100%;
    background: none;
    -webkit-animation: none;
    animation: none;
  }

  #property .ph_loop .ph img {
    display: block;
    width: 100%;
    height: auto;
  }
  #top .newsSec {
    min-height: auto;
    height: auto;
  }
  #top .newsSec {
    min-height: auto;
    height: auto;
  }
  #top #company .scroll_down {
    position: absolute;
    bottom: 10px;
    right: 20px;
    margin-bottom: 0;
  }
  #top #service .serviceSlider {
    padding: 20px 0 0;
  }

  #top #service .serviceSlider .slick-item {
    margin: 15px 40px;
  }

  #top #service .serviceSlider .slick-item a {
    padding: 20px;
  }

  #top #service .serviceList {
    padding: 20px 20px 0;
  }

  #top #service .serviceList .service-item {
    width: 100%;
  }

  #top #service .serviceList .service-item a {
    padding: 20px;
  }
  #top #recruit .corpArea figure .imgArea {
    width: 30%;
  }
  #top #recruit .corpArea figure figcaption {
    width: 70%;
  }
  .newsList ul li dl dt span.cat {
    padding: 5px 10px;
  }
  a.page-numbers, span.page-numbers {
    width: 40px;
    height: 40px;
  }
  .animated-gold {
    height: 65px;
    bottom: 0;
    top: auto;
    transform: translateY(0);
  }
  #top video {
    position: static;
    width: 100%;
    transform: none;
  }
  .bgSection {
    width: 100%;
    height: 100vh;
    aspect-ratio: 9 / 16;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .qaArea h3 {
    font-size: 18px;
  }
  #owner .ownerList .ownerItem .titleBox .case {
    font-size: 26px;
    border-top: 3px solid #051a2d;
  }
  #owner .ownerList .ownerItem .titleBox .case:after {
    border-top: 3px solid #051a2d;
    width: 40px;
    top: 12px;
    right: -32px;
  }
  #owner .ownerList .ownerItem .descBox {
    border: 3px solid #cfcfcf;
  }
  #owner .ownerList .ownerItem .titleBox .people {
    padding-left: 50px;
    text-align: right;
  }
  .list_flex {
    flex-direction: column;
    gap: 10px;
  }
  .list_table {
    width: 100%;
  }
  .list_table dt {
    font-size: 5vw;
    line-height: 1.7;
  }
  .list_table dd {
    font-size: 3.5vw;
    line-height: 1.7;
  }
  li.categories_list_item {
    width: 46%;
  }
}
@media screen and (max-width:390px) {
  .titleArea h2 .mainTitle {
    font-size: 12vw;
  }
  #top .newsSec h4 {
    font-size: 1.2rem;
  }
  #top #news .newsBox p {
    font-size: 0.9rem;
    margin-bottom: 5px;
  }
  #top #news .newsBox p.valueArea {
    margin-bottom: 0;
  }
}
@media screen and (max-width:375px) {
  .br_375 {
    display: block;
  }
  .investment_live__txt_btm h2 {
    font-size: 18px !important;
  }
  .subTitle1 h2 {
    font-size: 24px;
  }
  .subTitle1 h3 {
    font-size: 16px;
  }
  .small_txt {
    text-align: left !important;
  }
  .live_card {
    border-radius: 10px !important;
  }
}