@charset "utf-8";

header {
  background-color: rgba(255, 255, 255, .8);
}

.inner_1000 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.roboto {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.chintai_keiei figure {
  position: relative;
}
.cap_Txt {
  position: absolute;
  font-size: 10px;
  bottom: 0px;
}
.cap_R {
  right: 5px;
}
.cap_W {
  color: #fff;
}
.cap_ShB {
  text-shadow: 2px 0 2px #000, -2px 0 2px #000, 0 2px 2px #000, 0 -2px 2px #000;
}


.l-fixed-header h1 {
  max-width: 200px;
  width: 100%;
  font-size: 0;
  filter: brightness(0) invert(1);
}

.chintai_keiei {
}

/* .chintai_keiei.head_nav a,
.head_nav p {
  color: #036eb8;
}

.chintai_keiei .head_nav>li:not(:last-child)::after {
  background-color: #036eb8;
}

.chintai_keiei #menu_Btn span {
  background-color: #036eb8;
} */

.chintai_keiei {
  /* position: fixed;
  top: 0;
  left: 0; */
  background: #fff;
}

.chintai_keiei h1 {
  max-width: 200px;
  mix-blend-mode: darken;
}

/* .chintai_keiei.scroll {
  background: rgba(13, 103, 173, .7);
} */

.pull_down ul>li {
  padding: 10px 0;
  background-color: rgba(13, 103, 173, .5);
  border-bottom: 1px dotted #036eb8;
}

.content_wrap {
  /* margin: 100px auto; */
  padding: 100px 0 0;
}

/* figure {
	position: relative;
} */

h2 {
  font-size: clamp(28px, 4vw, 60px);
  letter-spacing: 0.1em;
  font-weight: 500;
}
h3 {
  font-size: clamp(22px, 4.0666666666666667vw, 28px);
  letter-spacing: 0.1em;
  color: #036eb8;
  font-weight: 500;
  line-height: 1.8;
}
h4 {
  font-size: clamp(20px, 2.5666666666666667vw, 25px);
  font-weight: 600;
  color: #17467c;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.txt {
  font-size: clamp(15px, 3.5666666666666667vw, 16px);
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-weight: 600;
}

#scr_Vis {
  position: relative;
  width: 100%;
}

#scr_Vis>.mv_wrap {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #323232;
  font-size: min(8vw, 60px);
  text-align: center;
  transform: translate(-50%, -50%);
}

#scr_Vis {
  /* position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../img/main_dami.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: .5;
  z-index: -1; */
}
.scr_Vis {
  background-image: url('../img/main_dami.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  position: relative;
  color: #fff;
}
.scr_Vis .overlay {
  background: rgba(0, 0, 0, 0.4); /* 半透明の黒で可読性を上げる */
  padding: 60px 20px;
  min-height: 100vh;
}
.scr_Vis .content {
  max-width: 800px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.8;
}
.scr_Vis .content h2 {
  display: block;
  width: 100%;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  filter: drop-shadow(0px -1px 4px rgba(57, 62, 87, 0.6));
  margin: 25vh auto 50vh;
  line-height: 1.5;
}
.scr_Vis .content h2 span {
  display: block;
  margin-bottom: 20px;
  font-size: clamp(17px, 4.0666666666666667vw, 24px);
  letter-spacing: 0.2em;
  line-height: 1.5;
  font-weight: 400;
}
.scr_Vis .content h2 span.sub_02 {
  margin: 20px 0 0;
    font-size: clamp(19px, 4.0666666666666667vw, 28px);
}
.scr_Vis .content p {
  margin: 20vh auto 25vh;
  font-size: clamp(15px, 4.0666666666666667vw, 20px);
  letter-spacing: 0.2em;
  line-height: 7.0;
  font-weight: 600;
  writing-mode: vertical-rl;
  height: fit-content;
  text-align: left;
}
.scroll_down {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 1000;
  font-size: 14px;
  color: #fff;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  transition: opacity 0.3s ease;
}
.scroll_down.hide {
  opacity: 0;
  pointer-events: none;
}

.scroll_down:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(
    180deg,
    rgba(230, 240, 250, 0) 0%,
    rgba(230, 240, 250, 0.3) 30%,
    rgba(230, 240, 250, 0.8) 100%
  );  }

.scroll_down p {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: 2;
  width: 30px;
  padding: 10px 10px 110px;
  color: #fff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: .2s;
  overflow: hidden;
  margin: auto;
}

.scroll_down p:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #ddd;
}

.scroll_down p:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #fff;
}


#type01 p:after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* パンくず */
#bread_List {
  justify-content: flex-start;
  font-size: 12px;
  gap: 5px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
}

#bread_List>li {
  display: flex;
  align-items: center;
  gap: 5px;
}

#bread_List>li::after {
  display: block;
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

#bread_List>li:last-child::after {
  content: none;
}

#bread_List>li a {
  text-decoration: underline;
}

/* 新着情報 */

#information_Wrap {
  padding: 100px auto;
}
.sec_Ttl {
  margin-bottom: 0px;
  font-size: min(4.8vw, 24px);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
#news_Area {
  padding: 0 0 0px;
  max-width: 1000px;
}
#information_Wrap .inner {
  min-height: 260px;
}
#news_Area article {
  border-top: none;
}
#news_Area article.news_list {
  display: flex;
  gap: 50px 20px;
  padding: 30px 0;
}

/* about */
#about_content {
  padding: 0;
}
.b_bg {
  background-color: #d4e2f1;
  padding: 100px 0;
}
.muh_logo {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}
.about_area {
  justify-content: center;
  margin: 50px auto 0;
  align-items: center;
}
.about_area .left {
  width: 58%;
  padding-top: 30px;
  margin-right: 3%;
}
.our_data_block {
  align-items: center;
  position: relative;
}
.our_data_image {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.our_data_image .achieve img {
  display: block;
  width: 100%;
  margin-top: 5%;
  border-top-right-radius: 0;
}
.our_data_image img {
  display: block;
  width: 100%;
  height: auto;
  border-top-right-radius: 120px;
}
.our_data_labels {
  position: absolute;
  top: 0%;
  left: 5%;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.vertical {
  writing-mode: vertical-rl;
}
.label-jp {
  background: #fff;
  color: #11396b;
  padding: 7%;
  font-weight: bold;
  margin-right: 10%;
  font-size: clamp(15px, 2.5666666666666667vw, 22px);
  writing-mode: vertical-rl;
  height: fit-content;
}
.label-en {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  writing-mode: vertical-rl;
  align-items: flex-start;
}
.label-en .eng_ttl {
  background: #fff;
  color: #11396b;
  font-weight: bold;
  padding: 3%;
  letter-spacing: 0.07em;
  height: fit-content;
  margin-left: 5%;
  font-size: clamp(20px, 4.0666666666666667vw, 36px);
}
/* .label-en.line_01 {
  margin-left: 20%;
}
.label-en.line_01 .eng_ttl {
  margin-left: 0%;
}
.label-en.line_02 {
  margin-left: 25%;
}
.label-en.line_02 .eng_ttl {
  margin-left: 5%;
}
.label-en.line_03 {
  margin-left: 0%;
}
.label-en.line_03 .eng_ttl {
  margin-left: 5%;
}
.label-en.line_04 {
  margin-left: -20%;
}
.label-en.line_04 .eng_ttl {
  margin-left: 5%;
} */

.about_area .right {
  width: 42%;
  text-align: left;
}
.about_area .right h4 {
  text-decoration: underline;
  text-underline-offset: 10px;
  margin-bottom: 50px;
}
.about_area .right .txt {
  color: #17467c;
}
.about_area .left figure:nth-child(2),
.about_area .right figure  {
  margin-top: 5%;
  width: 95%;
}

/* 賃貸管理 manege */
#manege {
  padding: 0;
}
.img_bg {
  background: url(../img/manege_bg.jpg) top center no-repeat;
  background-size: cover;
}
#manege .inner{
  padding: 100px 0;
}
#manege h3.ttl {
  font-size: clamp(22px, 4.6666666666666667vw, 30px);
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 auto 10px;
  text-align: center;
  color: #fff;
}
.txt.eng {
  font-size: clamp(13px, 3.5666666666666667vw, 14px);
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #fff100;
  text-align: center;
}
#manege .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1100px;
  width: 95%;
  margin: 50px auto 0px;
  gap: 10px;
}
#manege .flex li {
  width: calc((100% - 100px) / 4);
  cursor: pointer;
}
#manege .flex li:nth-child(3) a {
  position: relative;
  display: block;
}
/* #manege .flex li:nth-child(3) a::after {
  content: "";
  background: url(../img/manege03_icon.png) no-repeat;
  display: inline-block;
  width: 50%;
    height: 50%;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
  top: -15%;
  right: -30%;
} */
#manege .flex li .icon {
  width: 30%;
  height: 30%;
  position: absolute;
  top: -5%;
  right: -3%;
}

/* #manege .m_box {
  color: #fff;
  background-color: #036eb8;
  border-radius: 20px;
  padding: 30px 15px;
  text-align: center;
  letter-spacing: 0.05em;
}
#manege li:nth-child(4) .m_box {
  padding: 17px 15px;
}
#manege .m_box .ttl {
  font-size: clamp(16px, 3.8666666666666667vw, 20px);
  font-weight: 600;
  line-height: 1.2;
}
#manege .m_box .num {
  font-size: clamp(25px, 4.6666666666666667vw, 35px);
  margin-bottom: 10px;
  color: #fff100;
} */

/* 経営賃貸 faq */
#faq {
  padding: 0;
}
#faq .b_bg {
  padding: 80px 0 100px;
}
#faq .ttl.eng {
  font-size: clamp(30px, 8.6666666666666667vw, 100px);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 auto 10px;
  text-align: center;
  color: #17467c;
}
#faq .txt {
  font-size: clamp(16px, 3.5666666666666667vw, 18px);
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #17467c;

}

/*
=======================================================
FLOAT MENU
=======================================================
*/
.float_menu {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 99998;
    bottom: 0;
    width: 100%;
    height: fit-content;
    min-height: 5vh;
    padding: 10px 0;
}
.float_menu.test {
    display: block;
}

.float_menu .menu {
    width: 85%;
    margin: 0 auto;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.0rem;
}

.float_menu_btn {
  width: calc((100% - 5rem) / 4);
    text-align: center;
}


/* .float_menu .menu li a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: var(--deco_space);
    font-size: 1.3rem;
    font-weight: bolder;
    background-color: var(--em_yellow);
    width: 100%;
    height: 100%;
    padding: 1rem 0;
    border-radius: 10px;
    transition: 0.3s;
} */

/* .float_menu .menu li a p {
    color: #339be8;
} */

/* .float_img {
    width: 60%;
} */
/* 
@media screen and (max-width: 480px) {

    .float_menu .menu li a {
        padding: 0 0.2rem;
        border-radius: 0;
        font-size: 3.5vw;
        height: 100%;
    }
}

@media (hover: hover) and (pointer: fine) {
    .float_menu .menu li a:hover {
        background-color: var(--deco_mint);
    }
} */

/*====================================================================
.accordion_section 
====================================================================*/
.accordion_section {
  max-width: 1000px;
  margin: 50px auto;
}
.accordion_section .accordion_one {
  max-width: 1000px;
  margin: 20px auto 0;
}
.accordion_section .accordion_one .accordion_header {
  background-color: #fff;
  color: #17467c;
  font-size: clamp(15px, 3.0666666666666667vw, 18px);
  font-weight: bold;
  letter-spacing: 0.05rem;
  padding: 1.25rem 2.0rem 1.0rem 4.875rem;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  transition: background-color 0.3s, color 0.3s;
}
.accordion_section .accordion_one .accordion_header.open {
  background-color: #1f3f77; /* 開いてるときの背景色 */
  color: #fff;               /* 開いてるときの文字色 */
}
.accordion_section .accordion_one .accordion_header::before {
  content: "Q";
  font-size: clamp(22px, 8.6666666666666667vw, 32px);
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
}
.accordion_section .accordion_one .accordion_header:hover {
  opacity: .8;
  transition: 0.3s;
}
.accordion_section .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 3%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.accordion_section .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion_section .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.accordion_section .accordion_one .accordion_header .i_box .one_i:before, .accordion_section .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #17467c;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.accordion_section .accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 20px;
  top: 0;
  left: 9px;
}
.accordion_section .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.accordion_section .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion_section .accordion_one .accordion_inner {
  display: none;
  padding: 2rem 2rem;
  background-color: #fff;
  box-sizing: border-box;
}
/* 開いたときのスタイル */
.accordion_header.open {
  background-color: #1f3f77;
  color: #fff;
}

.accordion_section .accordion_one .accordion_header.open .i_box .one_i:before,
.accordion_section .accordion_one .accordion_header.open .i_box .one_i:after {
  background-color: #fff;
}

/* マイナスマークにする（縦棒を消す） */
.accordion_header.open .one_i::before {
  transform: rotate(0deg);
  opacity: 0;
}

.accordion_section .accordion_one .accordion_inner .box_one {
  padding-left: 2.75rem;
  position: relative;
}
.accordion_section .accordion_one .accordion_inner .box_one::before {
  content: "A";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #17467c;
  font-size: clamp(22px, 8.6666666666666667vw, 32px);
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-right: 10px;
}
.accordion_section .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
  font-size: clamp(15px, 3.5666666666666667vw, 18px);
  color: #17467c;
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-weight: 600;
  text-align: left;
}
/* .accordion_section .accordion_one .accordion_inner p.txt_a_ac .eng_ttl {
  content: "A";
  color: #17467c;
  font-size: clamp(22px, 8.6666666666666667vw, 32px);
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-right: 10px;
} */
/* .accordion_section .accordion_one .accordion_inner .box_one {
  height: fit-content;
} */
.accordion_section .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

#pagetop {
  position: fixed;
  bottom: 15%;
}
@media screen and (max-width: 1024px) {
  .accordion_section .accordion_one .accordion_header {
    font-size: 18px;
  }
  .accordion_section .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}


@media only screen and (max-width: 900px) {

  .content_wrap {
    padding: 60px 0 0;
  }
  .cap_Txt {
    bottom: -10px;
}
.scr_Vis {
  background-image: url('../img/main_dami_sp.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  position: relative;
  color: #fff;
}
.scr_Vis .content {
  width: 95%;
}
  .scr_Vis .content h2 {
    margin: 20vh auto 47vh;
    line-height: 1.5;
  }
  .scr_Vis .content p {
   /* margin: 20vh auto;*/
    margin: 0vh auto;
    line-height: 3.0;
    max-height: none;
  }

  #scr_Vis>h2 span {
    display: block;
    margin-bottom: 10px;
  }

  #message.content_wrap {
    margin: 50px auto 40px;
  }

  #message .l_Ttl {
    margin: 0 auto 20px;

    line-height: 1.5;
  }

      #bread_List {
        display: none;
    }

  #information_Wrap {
    padding: 60px 0;
  }
  #news_Area article.news_list {
    gap: 30px 20px;
}

.b_bg {
  padding: 60px 0;
}
.about_area {
  margin: 50px auto 0;
  flex-direction: column;
}
.about_area .left,
.about_area .right {
  width: 100%;
  margin-right: 0%;
}
.about_area .left {
  padding-top: 20px;
}
.about_area .right h4 {
  text-decoration: underline;
  text-underline-offset: 10px;
  margin: 20px auto 30px;
}
.about_area .left figure:nth-child(2) {
  margin-top: 7%;
}
#about_content {
  padding: 0;
}
.our_data_labels {
  left: 3%;
}
.label-jp {
  font-weight: bold;
  margin-right: 7;
}

#manege .inner {
  padding: 60px 0;
}
#manege .flex {
  width: 95%;
  margin: 30px auto 0px;
  gap: 30px;
}
#manege .flex li {
  width: calc((100% - 30px) / 2);
  cursor: pointer;
}
#manege .flex li .icon {
  display: inline-block;
  width: 40%;
  height: 35%;
  position: absolute;
  top: -5%;
  right: -5%;
}
 /* #manege .flex li:nth-child(3) a::after {
  top: -15%;
  right: -20%;
}
#manege li:nth-child(4) .m_box {
    padding: 12px 15px;
} */

#faq .b_bg {
  padding: 60px 0;
}

.accordion_section {
  margin: 30px auto;
}
.accordion_section .accordion_one .accordion_header {
  font-size: 15px;
  padding: 1.25rem 2.0rem 1.0rem 2.875rem;
}
.accordion_section .accordion_one .accordion_header::before {
  font-size: 25px;
  left: 1rem;
}
.accordion_section .accordion_one .accordion_inner {
  padding: 1rem 1rem;
}
.accordion_section .accordion_one .accordion_inner .box_one {
  padding-left: 1.875rem;
  position: relative;
}
.accordion_section .accordion_one .accordion_inner .box_one::before {
  font-size: 25px;
  margin-right: 0;
}

    .float_menu {
        /* height: 12vh; */
            padding: 2% 0;
    }
        .float_menu .menu {
      width: 90%;
      flex-wrap: wrap;
        gap: 0.5rem;
    }
  .float_menu_btn {
  width: 47%;
}
#pagetop {
  position: fixed;
  bottom: 18%;
}

}

@media screen and (max-width: 375px) {
#pagetop {
  position: fixed;
  bottom: 21%;
}
}