@charset "UTF-8";
/* CSS Information
---------------------------------------------------------------
Site URL:https://
File name:style.css
Summary:base styles
Created:2025-08-01
--------------------------------------------------------------- */
/* Link */
/* ------------------------------------------------------------ */
a {
  color: #000;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

/* Animation */
/* ------------------------------------------------------------ */
a,
img {
  transition: all 0.3s ease;
}

.alpha:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* Font */
/* ------------------------------------------------------------ */
sup {
  font-size: 66%;
  font-weight: 700;
  vertical-align: top;
}

sub {
  font-size: 66%;
  font-weight: 700;
  vertical-align: baseline;
}

/* インデント1文字分 */
/* ------------------------------------------------------------ */
.indent {
  text-indent: -1em;
  margin-left: 1em;
}

/* HR */
/* ------------------------------------------------------------ */
hr {
  max-width: 980px;
  height: 1px;
  margin: 0 auto;
  padding: 0;
  display: block;
  border: 0;
  border-top: 1px #000 solid;
}
@media screen and (max-width: 768px) {
  hr {
    margin: 0 min(5.128vw, 20px);
  }
}

/* pc_mode / sp_mode */
/* ------------------------------------------------------------ */
.pc {
  display: inherit;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
}
/* Style */
/* ------------------------------------------------------------ */
html {
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-size: min(0.833vw, 16px);
}
@media screen and (max-width: 768px) {
  html {
    font-size: 3.59vw;
  }
}
html body {
  background: #fff;
}
html body::-webkit-scrollbar {
  display: none;
}
html body header {
  position: relative;
}
html body header .inner {
  background: rgba(255, 255, 255, 0.76);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: min(6.25vw, 120px);
  padding: 0 0 0 min(2.604vw, 50px);
  margin: 0;
  position: fixed;
  top: 0;
  z-index: 100;
}
html body header .inner > h1 {
  width: min(18.542vw, 356px);
  margin-right: min(1.563vw, 30px);
}
html body header .inner > h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: min(1.75rem, 28px);
  font-weight: 400;
}
html body header .inner > h2::before {
  content: attr(data-subtitle);
  font-size: min(0.75rem, 12px);
  font-weight: 400;
  padding-bottom: min(0.26vw, 5px);
  margin-bottom: min(0.26vw, 5px);
  border-bottom: 1px #000 solid;
}
@media screen and (max-width: 768px) {
  html body header .inner {
    height: min(15.385vw, 60px);
    padding: 0 0 0 min(5.128vw, 20px);
  }
  html body header .inner h1 {
    width: min(30.769vw, 120px);
    margin-right: min(3.846vw, 15px);
  }
  html body header .inner > h2 {
    font-size: min(1rem, 14px);
  }
  html body header .inner > h2::before {
    content: attr(data-subtitle);
    font-size: min(0.571rem, 8px);
    padding-bottom: min(1.282vw, 5px);
    margin-bottom: min(1.282vw, 5px);
  }
}
html body main {
  overflow: hidden;
}
html body main#index section {
  overflow: hidden;
}
html body main#index section#mainvisual .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
html body main#index section:not(#mainvisual) .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: min(5.208vw, 100px) 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  html body main#index section:not(#mainvisual) .inner {
    display: block !important;
    width: 100% !important;
    padding: min(12.821vw, 50px) min(5.128vw, 20px);
  }
}
html body main#index section:not(#mainvisual) .inner h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: min(1.875rem, 30px);
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  html body main#index section:not(#mainvisual) .inner h2 {
    font-size: min(1.714rem, 24px);
  }
}
html body main#index section:not(#mainvisual) .inner h2::before {
  content: attr(data-subtitle);
  font-family: "Zen Old Mincho";
  font-size: min(1rem, 16px);
  font-weight: 900;
  margin-bottom: min(0.26vw, 5px);
}
@media screen and (max-width: 768px) {
  html body main#index section:not(#mainvisual) .inner h2::before {
    font-size: min(0.857rem, 12px);
    margin-bottom: min(1.282vw, 5px);
  }
}
html body main#index section:not(#mainvisual) .inner .comment {
  font-size: min(1rem, 16px);
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  html body main#index section:not(#mainvisual) .inner .comment {
    font-size: min(1rem, 14px);
  }
}
html body main#index section#feature {
  background: #2A566B url("../img/bg_feature.png") no-repeat calc(50% - min(1.302vw, 25px)) min(6.25vw, 120px)/min(24.896vw, 478px) auto;
  margin-top: min(5.208vw, 100px);
}
@media screen and (max-width: 768px) {
  html body main#index section#feature {
    background: #2A566B url("../img/bg_feature.png") no-repeat center top min(12.821vw, 50px)/min(66.667vw, 260px) auto;
    margin-top: min(12.821vw, 50px);
  }
}
html body main#index section#feature .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: min(54.688vw, 1050px);
}
@media screen and (max-width: 768px) {
  html body main#index section#feature .inner {
    padding: min(25.641vw, 100px) min(5.128vw, 20px) min(12.821vw, 50px);
  }
}
html body main#index section#feature .inner > div {
  width: min(23.958vw, 460px);
}
@media screen and (max-width: 768px) {
  html body main#index section#feature .inner > div {
    width: 100%;
  }
}
html body main#index section#feature .inner > div h2 {
  color: #fff;
}
html body main#index section#feature .inner > div .comment {
  color: #fff;
  margin-top: min(1.563vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#index section#feature .inner > div .comment {
    margin-top: min(5.128vw, 20px);
  }
}
html body main#index section#feature .inner figure {
  width: min(23.958vw, 460px);
}
@media screen and (max-width: 768px) {
  html body main#index section#feature .inner figure {
    width: 100%;
    margin-top: min(7.692vw, 30px);
  }
}
html body main#index section#realestate .inner {
  width: min(46.875vw, 900px);
  padding: min(5.208vw, 100px) 0 0;
}
@media screen and (max-width: 768px) {
  html body main#index section#realestate .inner {
    padding: min(12.821vw, 50px) min(5.128vw, 20px) 0;
  }
}
html body main#index section#realestate .inner h2 {
  align-items: center;
}
html body main#index section#realestate .inner ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(0.521vw, 10px);
  margin-top: min(1.563vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#index section#realestate .inner ul {
    gap: min(2.564vw, 10px);
    margin-top: min(5.128vw, 20px);
  }
}
html body main#index section#realestate .inner ul li {
  border-radius: min(0.26vw, 5px);
  background: #AA9486;
  padding: min(0.521vw, 10px);
  color: #fff;
  font-size: min(1rem, 16px);
}
@media screen and (max-width: 768px) {
  html body main#index section#realestate .inner ul li {
    border-radius: min(1.282vw, 5px);
    padding: min(2.564vw, 10px);
    font-size: min(0.75rem, 12px);
  }
}
html body main#index section#realestate .inner > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: min(2.604vw, 50px);
}
@media screen and (max-width: 768px) {
  html body main#index section#realestate .inner > div {
    display: block;
    margin-top: min(7.692vw, 30px);
  }
}
html body main#index section#realestate .inner > div figure {
  flex-shrink: 0;
  width: min(21.979vw, 422px);
}
@media screen and (max-width: 768px) {
  html body main#index section#realestate .inner > div figure {
    width: 100%;
  }
}
html body main#index section#realestate .inner > div:nth-of-type(1) {
  flex-direction: row-reverse;
}
html body main#index section#realestate .inner > div:nth-of-type(1) figure {
  margin: 0 0 0 min(2.604vw, 50px);
}
@media screen and (max-width: 768px) {
  html body main#index section#realestate .inner > div:nth-of-type(1) figure {
    margin: 0 0 min(5.128vw, 20px);
  }
}
html body main#index section#realestate .inner > div:nth-of-type(2) figure {
  margin: 0 min(2.604vw, 50px) 0 0;
}
@media screen and (max-width: 768px) {
  html body main#index section#realestate .inner > div:nth-of-type(2) figure {
    margin: 0 0 min(5.128vw, 20px);
  }
}
html body main#index section#business .inner {
  width: min(62.5vw, 1200px);
  padding: min(5.208vw, 100px) 0 0;
}
@media screen and (max-width: 768px) {
  html body main#index section#business .inner {
    padding: min(12.821vw, 50px) min(5.128vw, 20px) 0;
  }
}
html body main#index section#business .inner h2 {
  align-items: center;
}
html body main#index section#business .inner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.604vw, 50px);
  background: rgba(42, 86, 107, 0.15);
  width: 100%;
  padding: min(2.604vw, 50px);
  margin-top: min(1.563vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#index section#business .inner ul {
    grid-template-columns: repeat(1, 1fr);
    gap: min(10.256vw, 40px);
    padding: min(10.256vw, 40px) min(5.128vw, 20px);
    margin-top: min(5.128vw, 20px);
  }
}
html body main#index section#business .inner ul li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: min(0.521vw, 10px);
  background: #fff;
  height: 100%;
  padding: 0 min(1.302vw, 25px) min(1.302vw, 25px);
  font-size: min(1rem, 16px);
}
@media screen and (max-width: 768px) {
  html body main#index section#business .inner ul li {
    border-radius: min(2.564vw, 10px);
    padding: 0 min(6.41vw, 25px) min(6.41vw, 25px);
    font-size: min(0.75rem, 12px);
  }
}
html body main#index section#business .inner ul li figure {
  width: min(3.125vw, 60px);
  margin-top: calc(-1 * min(1.563vw, 30px));
}
@media screen and (max-width: 768px) {
  html body main#index section#business .inner ul li figure {
    width: min(15.385vw, 60px);
    margin-top: calc(-1 * min(7.692vw, 30px));
  }
}
html body main#index section#business .inner ul li h3 {
  text-align: center;
  font-size: min(1.125rem, 18px);
  font-weight: 700;
  line-height: 1.25;
  margin-top: min(1.563vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#index section#business .inner ul li h3 {
    font-size: min(1.142rem, 16px);
    margin-top: min(5.128vw, 20px);
  }
}
html body main#index section#business .inner ul li .comment {
  margin-top: min(1.563vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#index section#business .inner ul li .comment {
    margin-top: min(5.128vw, 20px);
  }
}
html body main#index section#message .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: min(78.125vw, 1500px);
  padding: min(5.208vw, 100px) 0 0;
}
@media screen and (max-width: 768px) {
  html body main#index section#message .inner {
    padding: min(12.821vw, 50px) min(5.128vw, 20px) 0;
  }
}
html body main#index section#message .inner > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
html body main#index section#message .inner > div figure {
  flex-shrink: 0;
  width: min(5.208vw, 100px);
  margin: 0 min(3.125vw, 60px) 0 0;
}
@media screen and (max-width: 768px) {
  html body main#index section#message .inner > div figure {
    width: min(12.821vw, 50px);
    margin: 0 min(5.128vw, 20px) 0 0;
  }
}
html body main#index section#message .inner > div div .comment {
  margin-top: min(1.563vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#index section#message .inner > div div .comment {
    margin-top: min(5.128vw, 20px);
  }
}
html body main#index section#message .inner > figure {
  flex-shrink: 0;
  width: min(27.604vw, 530px);
  aspect-ratio: 3/4;
  margin: 0 0 0 min(3.125vw, 60px);
}
@media screen and (max-width: 768px) {
  html body main#index section#message .inner > figure {
    width: 50%;
    margin: min(7.692vw, 30px) 0 0 auto;
  }
}
html body main#index section#message .inner > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html body main#index section#message .inner .signature {
  text-align: right;
  font-size: min(1rem, 16px);
  margin-top: min(1.563vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#index section#message .inner .signature {
    font-size: min(1rem, 14px);
    margin-top: min(5.128vw, 20px);
  }
}
html body main#index section#message .inner .signature em {
  display: block;
  font-size: min(1.25rem, 20px);
  font-weight: 700;
  margin-bottom: min(0.26vw, 5px);
}
@media screen and (max-width: 768px) {
  html body main#index section#message .inner .signature em {
    font-size: min(1.142rem, 16px);
    margin-bottom: min(1.282vw, 5px);
  }
}
html body main#index section#message .inner .signature strong {
  display: block;
  font-size: min(1.875rem, 30px);
  font-weight: 700;
  margin-top: min(0.521vw, 10px);
}
@media screen and (max-width: 768px) {
  html body main#index section#message .inner .signature strong {
    font-size: min(1.428rem, 20px);
    margin-top: min(2.564vw, 10px);
  }
}
html body main#index section#company .inner {
  width: min(54.688vw, 1050px);
}
html body main#index section#company .inner h2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  width: 100%;
}
html body main#index section#company .inner h2::before {
  content: none;
}
html body main#index section#company .inner h2::after {
  content: attr(data-subtitle);
  font-family: "Zen Old Mincho";
  font-size: min(1rem, 16px);
  font-weight: 900;
  margin-left: min(0.521vw, 10px);
}
@media screen and (max-width: 768px) {
  html body main#index section#company .inner h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  html body main#index section#company .inner h2::before {
    content: attr(data-subtitle);
  }
  html body main#index section#company .inner h2::after {
    content: none;
  }
}
html body main#index section#company .inner figure {
  width: min(26.042vw, 500px);
  margin: min(2.604vw, 50px) auto;
}
@media screen and (max-width: 768px) {
  html body main#index section#company .inner figure {
    width: 60%;
    margin: min(7.692vw, 30px) auto;
  }
}
html body main#index section#company .inner dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: min(1.563vw, 30px) 0;
  border-top: 1px #DBDBDB solid;
}
html body main#index section#company .inner dl:last-of-type {
  border-bottom: 1px #DBDBDB solid;
}
@media screen and (max-width: 768px) {
  html body main#index section#company .inner dl {
    display: block;
    padding: min(3.846vw, 15px) 0;
  }
}
html body main#index section#company .inner dl dt {
  flex-shrink: 0;
  font-size: min(1rem, 16px);
  font-weight: 700;
  line-height: 1.75;
  width: min(15.625vw, 300px);
}
@media screen and (max-width: 768px) {
  html body main#index section#company .inner dl dt {
    font-size: min(1rem, 14px);
    width: 100%;
  }
}
html body main#index section#company .inner dl dd {
  font-size: min(1rem, 16px);
  line-height: 1.75;
  width: 100%;
}
@media screen and (max-width: 768px) {
  html body main#index section#company .inner dl dd {
    font-size: min(1rem, 14px);
  }
}
html body main#index section#company .inner dl dd iframe {
  width: 100%;
  margin-top: min(0.521vw, 10px);
}
@media screen and (max-width: 768px) {
  html body main#index section#company .inner dl dd iframe {
    margin-top: min(2.564vw, 10px);
  }
}
html body footer {
  background: #2A566B;
}
html body footer .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min(62.5vw, 1200px);
  padding: min(5.208vw, 100px) 0 min(2.604vw, 50px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  html body footer .inner {
    width: 100%;
    padding: min(12.821vw, 50px) min(5.128vw, 20px) min(6.41vw, 25px);
  }
}
html body footer .inner > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  html body footer .inner > div {
    display: block;
  }
}
html body footer .inner > div div h2 {
  color: #fff;
  font-size: min(1.875rem, 30px);
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  html body footer .inner > div div h2 {
    font-size: min(1.714rem, 24px);
  }
}
html body footer .inner > div div > figure {
  width: min(22.865vw, 439px);
  margin-top: min(1.042vw, 20px);
}
@media screen and (max-width: 768px) {
  html body footer .inner > div div > figure {
    width: 80%;
    margin-top: min(5.128vw, 20px);
  }
}
html body footer .inner > div div .comment {
  color: #fff;
  font-size: min(1rem, 16px);
  line-height: 1.75;
  margin-top: min(1.563vw, 30px);
}
@media screen and (max-width: 768px) {
  html body footer .inner > div div .comment {
    font-size: min(1rem, 14px);
    margin-top: min(5.128vw, 20px);
  }
}
html body footer .inner > div > figure {
  width: min(34.167vw, 656px);
  padding: 0 0 0 min(5.208vw, 100px);
  border-left: 1px #fff solid;
}
@media screen and (max-width: 768px) {
  html body footer .inner > div > figure {
    width: 100%;
    padding: 0;
    border: none;
    margin-top: min(7.692vw, 30px);
  }
}
html body footer .inner h1 {
  width: min(15.625vw, 300px);
  filter: brightness(0) invert(1);
  margin-top: min(5.208vw, 100px);
}
@media screen and (max-width: 768px) {
  html body footer .inner h1 {
    width: 60%;
    margin-top: min(12.821vw, 50px);
  }
}
html body footer .inner address {
  color: #fff;
  text-align: center;
  font-size: min(1rem, 16px);
  line-height: 1.75;
  margin-top: min(2.604vw, 50px);
}
@media screen and (max-width: 768px) {
  html body footer .inner address {
    font-size: min(1rem, 14px);
    margin-top: min(12.821vw, 50px);
  }
}
html body footer .inner small {
  color: #fff;
  font-size: min(0.875rem, 14px);
  margin-top: min(5.208vw, 100px);
}
@media screen and (max-width: 768px) {
  html body footer .inner small {
    font-size: min(0.714rem, 10px);
    margin-top: min(12.821vw, 50px);
  }
}/*# sourceMappingURL=style.css.map */