html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}

.noto-serif,
.noto-serif p {
  font-family: 'Noto Serif JP', serif;
}

.tx-l {
  text-align: left;
}
.tx-c {
  text-align: center;
}

.mt-6 {
  margin-top: 60px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

.pt-10 {
  padding-top: 100px !important;
}

#main-visual {
  width: 100%;
  height: 700px;
  background-image: url(/assets/images/main/slider/slideshow1-2.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: -1;
}

#main-visual .main-visual-layout {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}

#main-visual h1 {
  font-size: 34px;
  letter-spacing: 0.2em;
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  text-shadow: 0 0 80px rgb(0 0 0 / 75%), 0 0 32px rgb(0 0 0 / 24%);
  padding: 20px;
  line-height: 1.45em;
  z-index: 100;
  position: relative;
}

@media (max-width: 767px) {
  #main-visual {
    height: 550px;
  }
  #main-visual h1 {
    font-size: 27px;
  }
}

@media (min-width: 768px) {
  .main-visual-br {
    display: none;
  }
}

.container {
  padding: 0 15px;
  width: 900px;
  max-width: 100%;
  margin: auto;
}

.text-indent p,
.text-indent {
  text-indent: 1em;
}

.ttl-visual {
  font-size: 24px;
  font-weight: 500;
}

#main-concept {
  padding-top: 100px;
}

#main-concept .container {
  width: 550px;
  margin: auto;
  margin-top: 20px;
}

#main-concept p {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 1em;
}

#main-property {
  margin-top: 100px;
}

#main-property .container {
  display: flex;
  justify-content: space-around;
  width: 650px;
  max-width: 100%;
}

#main-property .main-property__box {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#main-property .main-property__box img {
  transition: 0.4s;
  display: block;
  margin: auto;
}

#main-property .main-property__box:hover img {
  transform: scale(0.9);
}

#main-property .main-property__box h4 {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
}

#main-blog {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  #main-property .container {
    flex-direction: column;
  }
  .property-box .flex {
    flex-direction: column;
  }

  .property-box .flex .right {
    order: 1;
  }

  .property-box .flex .left {
    order: 2;
  }

  .property-box .flex .right img {
    margin: 10px auto;
    display: block;
  }
}

/* Property */

.propery-page.container {
  width: 750px;
  max-width: 100%;
  margin-top: 100px;
  padding-top: 100px;
}

.propery-page h2 {
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
}

.propery-page h3 {
  font-size: 22px;
  padding: 15px 20px;
  font-family: 'Noto Serif JP', serif;
  background: #edf6fb;
  border-top: 1px solid #000;
  margin-top: 20px;
}

.propery-page p {
  margin-top: 20px;
}

.propery-page .flex {
  display: flex;
  justify-content: space-between;
}

.propery-page .left {
  margin-right: 20px;
}

.propery-page .right img {
  width: 250px;
  margin-top: 20px;
}

/* Profile */
.profile-page.container {
  width: 900px;
  max-width: 100%;
  margin-top: 100px;
  padding-top: 100px;
}

.profile-page h2 {
  font-size: 26px;
  font-family: 'Noto Serif JP', serif;
}

.profile-page h3 {
  font-size: 22px;
  padding: 15px 20px;
  font-family: 'Noto Serif JP', serif;
  background: #edf6fb;
  border-top: 1px solid #000;
  margin-top: 20px;
}

.profile-page h4 {
  font-size: 22px;
  font-family: 'Noto Serif JP', serif;
}

.profile-page ul {
  font-size: 16px;
}

.profile-page ul li {
  padding-bottom: 5px;
}

.performance {
  list-style: disc;
  padding-left: 20px;
}

ul.performance li {
  padding-bottom: 10px;
}

.profile-page .flex {
  display: flex;
}

.profile-page .left {
  margin-right: 50px;
}

.profile-page .right img {
  width: 300px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .profile-page h2.name-kato {
    font-size: 18px;
    text-align: center;
  }

  .profile-page .left {
    margin-right: auto;
  }
  .profile-page .flex {
    flex-direction: column;
  }

  .profile-page .flex .right {
    order: 1;
  }

  .profile-page .flex .left {
    order: 2;
  }

  .profile-page .flex .right img {
    margin: 10px auto;
    display: block;
    width: 280px;
  }
}

/* ACCESS */

.access-page {
  padding-top: 200px;
}

.access-page h2 {
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
}

.access-page h3 {
  font-size: 20px;
  padding: 15px 20px;
  font-family: 'Noto Serif JP', serif;
  background: #edf6fb;
  border-top: 1px solid #000;
  margin-top: 20px;
}

.access-link {
  display: flex;
  margin-top: 20px;
}

#access-phone a {
  font-size: 23px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

#access-phone p {
  font-family: 'Noto Serif JP', serif;
}

#access-contact {
  margin-top: 100px;
}

#access-contact input[type='text'],
#access-contact input[type='email'] {
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  height: 40px;
  width: 100%;
}

#access-contact input[type='submit'] {
  border: 2px solid #c3c3c3;
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 30px;
}

#access-contact dt {
  margin-top: 25px;
}

#access-contact dd {
  margin-top: 5px;
}

#access-contact textarea {
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  height: 100px;
  width: 100%;
}
.font-red {
  color: #ff0000;
  font-size: 0.7em;
  margin-left: 3px;
}
#accrss-access {
  margin-top: 100px;
}

#accrss-access .flex {
  display: flex;
}

#accrss-access .flex div {
  margin: 20px 0;
  width: 45%;
}

#accrss-access .flex u {
  padding-left: 0;
}

#accrss-access .flex ul li {
  margin: 5px 0;
}
#accrss-access .flex ul li img {
  margin-right: 5px;
}

@media (max-width: 991px) {
  .access-link,
  #accrss-access .flex {
    flex-direction: column;
  }
  #accrss-access .flex div {
    width: 100%;
  }
  .access-link a {
    margin-bottom: 10px;
  }
}

/* fee */
.fee-page.container {
  width: 750px;
  max-width: 100%;
  margin-top: 100px;
  padding-top: 100px;
}

.fee-page h2 {
  font-size: 26px;
  font-family: 'Noto Serif JP', serif;
}

.fee-page h3 {
  font-size: 22px;
  padding: 15px 20px;
  font-family: 'Noto Serif JP', serif;
  background: #edf6fb;
  border-top: 1px solid #000;
  margin-top: 20px;
}
.fee-page h4 {
  font-size: 22px;
  font-family: 'Noto Serif JP', serif;
}

.fee-page p {
  margin-top: 20px;
}

.indent-ul {
  margin-top: 20px;
  list-style: decimal;
  list-style-type: decimal;
  padding-left: 20px;
}

.indent-ul li {
  line-height: 1.5;
  margin-bottom: 8px;
  list-style-type: decimal;
}

.fee-page table {
  width: 100%;
  margin-top: 10px;
}

.fee-page table th,
.fee-page table td {
  text-align: center;
  padding: 20px;
  width: 50%;
  border: 1px solid #ddd;
}

.fee-page table th {
  background: #edf6fb;
}
