@charset "UTF-8";

/* mainVisual
-------------------------------------- */
.mainVisual {
  position:relative;
  width: 100%;
  height: 100vh;
  overflow:hidden;
  background-image:url(../img/kv.jpg);
  background-repeat:no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
}
  @media screen and (max-width:1024px){
    .mainVisual {
      height:100vh;
      background-size: auto auto;}
  }

.mainVisual:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.mainVisual:before {
  content:"";
  position:absolute;
  display:block;
  width:100%;
  height: 100vh;
  background-image:url(../img/kv.jpg);
  background-repeat:no-repeat;
  background-position:top;
  background-size:cover;
}
  @media screen and (max-width:1024px){
    .mainVisual::before {
      height: 100vh;
      margin-bottom: 20px;
      background-image:url(../img/kv_sp.jpg);}
  }

.mainVisual-inner {
  width: 100%;
  height:100%;
  z-index: 2;
}
.mainVisual-inner img {
  position: absolute;
  top: 1.5625rem;
  left: clamp(1.25rem, -2.801rem + 8.439vw, 5rem);
  /*left: 40px;*/
  max-width: clamp(12.5rem, 0.348rem + 25.316vw, 23.75rem);
}

/* ------- main-message _mainVisual ------- */
.mainVisual-inner .message01 {
  position: absolute;
  top: 25%;
  left: 10%;
  padding: 10px 5px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(1rem, 0.296rem + 3.005vw, 3rem);
  line-height: 1.5em;
  color: #fff;
}
  @media screen and (max-width: 769px) {
    .mainVisual-inner .message01 {
      top: 25%;
      left: 3%;}
  }

.mainVisual-inner .message02 {
  padding: 5px;
  font-weight: 600;
  font-size: 1.5vw;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
}
  @media screen and (max-width: 1024px) {
    .mainVisual-inner .message02 {
      font-size: 1.4em;
      line-height: 1.3em;}
  }

/* coverVisual
-------------------------------------- */
.coverVisual, .coverVisual_blue, .coverVisual_pblue {
  position: relative;
  width: 100%;
  z-index: 0;
}
.coverVisual_blue {
  background-color: #27499d;
}
.coverVisual_pblue {
  background-color: #a3bfe3;
}


/* SERVICE
-------------------------------------- */
.box_se {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: clamp(0.625rem, -0.050rem + 1.406vw, 1.25rem) clamp(1.25rem, 0.575rem + 1.406vw, 1.875rem);
}
.box_se>div {
  width: calc(100% / 3);
  text-align: center;
  box-sizing: border-box;
}
  @media screen and (max-width:1024px){
    .box_se {
      display: block;
      flex-wrap: inherit;
      padding: 0 10px;}
    .box_se>div{
      width: 100%;
      box-sizing: border-box;}
  }
.box_se>div:nth-child(1) {
  padding-right: 20px;
}
.box_se>div:nth-child(2) {
  padding: 0 10px;
}
.box_se>div:nth-child(3) {
  padding-left: 20px;
}
  @media screen and (max-width:1024px){
    .box_se>div:nth-child(1), .box_se>div:nth-child(2){
      padding: 10px 0 30px;}
    .box_se>div:nth-child(3){
      padding: 10px 0 0;}
  }

.box_se img {
  width: 100%;
  max-width: 600px;
}
  @media screen and (max-width:1024px){
    .box_se img {
      max-width:none;
      width:100%;}
  }


/* ------- 売却物件募集中 _SERVICE ------- */
.banner_box {
  position: relative;
  margin: 3em auto 3em;
  border: solid 10px #ccc;
  max-width: 60%;
}
  @media screen and (max-width:768px){
    .banner_box {
      max-width: 90%;
      margin-bottom: 2em;}
  }
.banner_box .box-title {
  position: absolute;
  display: inline-block;
  justify-content: center;
  top: -1.5em;
  left: 1em;
  width: auto;
  max-width: calc(100% - 2em);
  padding: clamp(0.625rem, -0.313rem + 1.953vw, 0.938rem) clamp(1.25rem, 0.575rem + 1.406vw, 1.875rem);
  color: #FFFF77;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.595rem + 1.413vw, 1.875rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #006699;
  box-shadow: 0 0 5px rgb(0 0 0 / .12);
}

.banner_box .box-content {
  padding: clamp(1.875rem, 0.000rem + 3.906vw, 2.5rem) clamp(1.25rem, 0.575rem + 1.406vw, 1.875rem) clamp(0.625rem, -0.050rem + 1.406vw, 1.25rem);
  overflow:hidden;
  background-image:url(../img/banner_box_img.jpg);
  background-color: rgba(255,255,255,0.7);
  background-blend-mode: lighten;
  background-size:  cover;
  background-repeat:no-repeat;
  background-position: center;
}

.banner_box .box-content p {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.740rem + 0.281vw, 1rem);
}


/* PROPERTY
-------------------------------------- */
/* --- colrow _PROPERTY --- */
.pro_layout2 {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: clamp(0.625rem, -1.400rem + 4.219vw, 2.5rem);
  justify-content: center;
  align-items: center;
}
.pro_layout2 .item_01, .pro_layout2 .item_02 {
  box-sizing: border-box;
}
.pro_layout2 .item_01 {
  flex: 1;
}
.pro_layout2 .item_02 {
  max-width: 18.75rem;/* 左側は幅固定 */
}
  @media (max-width: 1024px) {
    .pro_layout2 .item_01, .pro_layout2 .item_02 {
      width: 100%;
      min-width: 22.5rem;}
  }

.pro_layout2 .item_01 p {
  margin: 0 clamp(1.25rem, -2.801rem + 8.439vw, 5rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.730rem + 0.563vw, 1.25rem);
}
.pro_layout2 .item_02 p {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.740rem + 0.281vw, 1rem);
  line-height: 1.5;
}
.pro_layout2 .item_01 img, .pro_layout2 .item_02 img {
  width: 2rem;
  height: auto;
}


/* --- button 物件紹介 _PROPERTY --- */
.btnhouse {
  display: flex;
  width: 100%;
  margin: 0.625rem auto ;
  text-align:center;
  align-items: center;
  justify-content: center;
}

.btnhouse .buttonIconText {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  max-width: 18.75rem;
  height: 64px;
  padding: 8px 40px 8px 8px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(1.125rem, 0.855rem + 0.563vw, 1.375rem);
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #27499d;
}
  @media screen and (max-width:768px){
    .btnhouse .buttonIconText {
      max-width: 15.625rem;
      height: 60px;
    }
  }

.btnhouse .buttonIconText_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  padding: 4px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
}

.btnhouse .buttonIconText_icon_i {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  padding: 4px;
  overflow: hidden;
  background-color: #27499d;
  border-radius: 50%;
}

.btnhouse .buttonIconText_text {
  flex-shrink: 1;
  width: 100%;
}

@media (any-hover: hover) {
  .btnhouse .buttonIconText {
    transition: all 0.65s;
  }
  .btnhouse .buttonIconText {
    padding-bottom: 5px;
    background-image: linear-gradient(#fff, #fff);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 0 2px;
    transition: background-size 0.3s;
  }
  .btnhouse .buttonIconText:hover {
    background-position: bottom center;
    background-size: 100% 2px;
  }
}


/* COMPANY
-------------------------------------- */
/* --- colrow _COMPANY --- */
.com_layout2 {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: clamp(0.625rem, -1.400rem + 4.219vw, 2.5rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.730rem + 0.563vw, 1.25rem);
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
}
.com_layout2 .item {
  flex: 1;
  box-sizing: border-box;
  margin-top: clamp(0.625rem, -0.313rem + 1.953vw, 0.938rem)
}
.com_layout2 .item img {
  width: 100%;
}

  @media (max-width: 1024px) {
    .com_layout2 {
      display: block;
      flex-wrap: inherit;}
    .com_layout2 .item {
      width: 100%;
      min-width: 100px;}
  }

/* --- colrow_in _COMPANY --- */
.com_layout2_in {
  display: flex;
  width: 100%;
  padding: 0.625rem 0 ;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.740rem + 0.281vw, 1rem);
  border-bottom: solid 1px rgb(255 255 255 / 0.4);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.com_layout2_in a {
  padding-bottom: 5px;
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 0 2px;
  transition: background-size 0.3s;
  color: #fff;
}
.com_layout2_in a:hover {
  background-position: bottom center;
  background-size: 100% 2px;
}
.com_layout2_in .item_01_in, .com_layout2_in .item_02_in {
  box-sizing: border-box;
}
.com_layout2_in .item_01_in {
  width: 25%;
}
.com_layout2_in .item_02_in {
  padding-left: clamp(0.313rem, -0.025rem + 0.703vw, 0.625rem);
  width: 70%;
}
@media (max-width: 768px) {
  .com_layout2_in .item_01_in, .com_layout2_in .item_02_in {
    width: 100%;
    min-width: 200px;}

  .com_layout2_in .item_02_in {
    padding-left: 1rem;}
}

/* --- map _COMPANY --- */
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  margin-top: clamp(1.25rem, 0.575rem + 1.406vw, 1.875rem);
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* CONTACT
-------------------------------------- */
.coverVisual_02 {
  position: relative;
  width: 100%;
  background-image:url(../img/bg_form.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center center;
  z-index: 0;
}
.coverVisual_02:after {
  content: "";
  position: absolute;
  left:0;
  top: 0;
  background-color: rgba(0,0,0,.5);
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* --- contact-form _CONTACT --- */
.contact-form {
  max-width: 800px;
  margin: clamp(1.875rem, 0.000rem + 3.906vw, 2.5rem) auto 0;
  padding: clamp(1.25rem, 0.575rem + 1.406vw, 1.875rem);
  background: rgba(255, 255, 255, 0.7);
}
  @media screen and (max-width:768px){
    .contact-form {
      width: 100%;
    }
  }

.form-group {
  padding: clamp(0.313rem, -0.025rem + 0.703vw, 0.625rem) 0;
  margin-bottom: clamp(0.625rem, -1.250rem + 3.906vw, 1.25rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.730rem + 0.563vw, 1.25rem);
}

.form-label {
  display: block;
  margin-bottom: 0.313rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.730rem + 0.563vw, 1.25rem);
}
.form-label .point_b {
  margin-right: 0.313rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.375rem + 0.781vw, 0.875rem);
  color: #27499d;
}
.form-label .required {
  margin-left: clamp(0.625rem, -1.250rem + 3.906vw, 1.25rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.375rem + 0.781vw, 0.875rem);
  color: #CB0032;
}

.form-control {
  width: 100%;
  padding: clamp(0.313rem, -0.025rem + 0.703vw, 0.625rem);
  border: 2px solid #ccc;
  font-size: 1rem;
  background-color: #fff;
  box-sizing: border-box;
}
.form-control:focus {
  outline: none;
  border-color: #27499d;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

textarea.form-control {
  resize: vertical;
  min-height: 7.5rem;
}


