<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(./style_mce.css);
@charset "utf-8";
html, body {
  max-width: 1100px;
  margin: 0 auto;
  color: #333;
  text-align: center;
  font-weight: 300;
  background-color: #fff;
  line-height: 2;
  font-size: 16px;
  font-family: "Noto Sans JP", "Noto Sans", "Hiragino Kaku Gothic Pro", "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "MS P Gothic", "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "sans-serif", "Noto Serif JP", serif;
  scroll-behavior: smooth;
}
.none {
  display: none;
}
a {
  color: #333;
}
a:not(.nohover):hover {
  color: #9f8c51;
}
h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  text-align: center;
  margin-bottom: 80px;
}
span {
  display: block;
  font-size: 14px;
  color: #9f8c51;
  margin-bottom: -40px;
}
/* ________SP________ */
@media screen and (max-width: 800px) {
  html, body {
    font-size: 14px;
  }
  h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
  }
  span {
    display: block;
    font-size: 10px;
    color: #9f8c51;
    margin-bottom: -30px;
  }
  .section-homes, .section-center, .section-about {
    padding: 0 5%;
  }
}
/* ________繝倥ャ繝繝ｼ________ */
.header {
  height: 80px;
  background-color: rgba(250, 250, 250, 0.9);
  position: relative;
  z-index: 999;
}
.header-container__box {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px 0 5px;
}
.header h1 {
  position: absolute;
  top: 15px;
  max-width: 110px;
}
.header nav ul {
  display: flex;
  justify-content: flex-end;
}
.header nav ul li a {
  display: block;
  padding: 30px 0 0 35px;
  text-decoration: none;
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 800px) {
  .header {
    display: none;
  }
  .sp_logo {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    max-width: 120px;
/*    background-color: rgba(250, 250, 250, 0.4);*/
    padding: 10px
  }
	.sp_header {
		display: block;
		height: 80px;
		width: 100%;
		margin: 0 auto;
		background-color: rgba(250, 250, 250, 0.9);
	}
}
/* ________FV________ */
.section-top__image {
  width: 100%;
  height: 750px;
  background-image: url("../img/top_fv_img_03.jpg");
  background-position: center;
  background-size: cover;
  background-position-y: 32%;
  background-repeat: no-repeat;
  color: #FFF;
  margin-bottom: 80px;
  position: relative;
}
section.section-top {
  margin-top: -100px;
  position: relative;
  z-index: 100;
}
.section-top, .header, .footer {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.section-top__title {
  max-width: 1100px;
  font-size: 36px;
  position: absolute;
  top: 555px;
  left: 100px;
  text-align: left;
}
.section-top__lead-a p {
  max-width: 1100px;
  position: absolute;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  line-height: 56px;
  bottom: 70px;
  left: 100px;
}
.section-top__lead-b p {
  max-width: 1100px;
  position: absolute;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  line-height: 56px;
  bottom: 20px;
  left: 100px;
}
.highlight {
  background-color: rgba(250, 250, 250, 0.9);
  color: #333;
  padding: 0.1em;
}
@media screen and (max-width: 1000px) {
  .section-top__title {
    right: 70px;
  }
  .section-top__lead-a p {
    right: 70px;
  }
  .section-top__lead-b p {
    right: 70px;
  }
}
@media screen and (max-width: 800px) {
  section.section-top {
    margin-top: 0;
  }
  .section-top__image {
    background-position: 69%;
    margin-bottom: 40px;
    height: 550px;
  }
  .section-top__title {
    font-size: 20px;
    position: absolute;
    top: 400px;
    left: 1px;
    width: 100%;
    text-align: center;
	margin: 0 auto;
  }
  .section-top__lead-a p {
    font-size: 12px;
    position: absolute;
    top: 432px;
    left: 2px;
    width: 100%;
    text-align: center
  }
  .section-top__lead-b p {
    font-size: 12px;
    position: absolute;
    top: 460px;
    left: 2px;
    width: 100%;
    text-align: center
  }
}
/* ________驕句霧繝帙�繝�________ */
.section-homes__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.section-homes__container_img-box {
  max-width: 560px;
  height: 300px;
  margin: 0 auto;
}
.section-homes__container_img-box img {
  height: 100%;
  object-fit: cover;
}
.section-homes__container_text {
  flex: 5;
  text-align: center;
  padding: 0 0 0 50px;
}
.section-homes__container_text h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  padding-bottom: 15px;
}
.section-homes__container_text h3 small {
  font-size: 18px;
}
.section-homes__container_text p {
  margin-bottom: 40px;
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .section-homes__container {
    display: block;
    margin-bottom: 70px;
  }
  .section-homes__container_img-box {
    margin: 0 auto 20px;
  }
  .section-homes__container_text {
    padding: 0;
  }
  .section-homes__container_text h3 {
    font-size: 24px;
    text-align: center;
    padding: 0;
  }
  .section-homes__container_text p {
    text-align: center;
    margin-bottom: 15px;
	font-size: 18px;
  }
	.section-homes__container_text h3 small {
  font-size: 16px;
}
	.pc_title {
		display: none;
	}
	.sp_title {
		display: block;
		line-height: 1.5em;
	}
}
/* ________繝懊ち繝ｳ________ */
.button a {
  background: linear-gradient(0deg, rgb(159, 140, 81), rgb(228, 199, 113));
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 250px;
  padding: 10px 25px;
  color: #fff;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  margin: 0 auto;
}
.button a:hover {
  background: linear-gradient(0deg, rgb(10, 92, 135), rgb(63, 153, 200));
  color: #FFF;
}
.button a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.5s ease-in-out;
}
.button a:hover:after {
  border-color: #FFF;
}
@media screen and (max-width: 800px) {
  .button a {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}
/* ________繝懊ち繝ｳ縺薙％縺ｾ縺ｧ________ */
/* ________莨夂､ｾ讎りｦ＼_______ */
.section-about {
  max-width: 900px;
  margin: 0 auto 25px;
  text-align: center;
}
.table {
  font-size: 20px;
  margin-bottom: 80px;
}
.table___container {
  padding-bottom: 40px;
  border-bottom: solid 0.5px #9f8c51;
  margin-bottom: 40px;
}
.table tr {
  display: block;
}
.section-about p {
  text-align: center;
  font-size: 16px;
}
/* ________霑ｽ蜉�蛻�________ */
.table__container th {
  width: 230px;
  font-weight: 600;
  padding: 20px;
  background-color: #ececec;
}
.table__container-box_right {
  padding: 20px 0 20px 20px;
}
.table__container {
  border-bottom: solid 0.5px #9f8c51;
}
.table__container-box_right .bold {
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .table {
    font-size: 16px;
  }
  .table th {
    padding: 15px;
    width: 105px;
  }
  .table__container-box_right {
    padding: 15px;
  }
  .table___container {
    padding-bottom: 20px;
    border-bottom: solid 0.5px #9f8c51;
    margin-bottom: 20px;
  }
  .section-about p {
    font-size: 12px;
  }
}
/* ________Footer________ */
.footer {
  /*	background: linear-gradient(0deg, rgb(10, 92, 135), rgb(63, 153, 200));*/
  /*	background-color: #0a5c87;*/
  background-color: #176f9d;
}
.footer__container {
  min-height: 250px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 0 8px;
}
.footer__logo {
  max-width: 110px;
  margin: 0 auto 25px;
}
.footer p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}
.footer p a,.footer p a:hover {
  color: #fff;
}
.footer__link:before {
  display: inline-block;
  content: "";
  margin-right: 6px;
  background:#ffffff;
  height: calc(tan(70deg) * 8px / 2);
  width: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media screen and (max-width: 800px) {
  .footer__container {
    min-height: 140px;
    padding: 30px 0 8px;
  }
  .footer__logo{
    margin-bottom: 10px;
  }
  .footer__logo img {
    display: block;
  }
  .footer p {
    font-size: 10px;
  }
  .footer__link:before {
    height: calc(tan(70deg) * 6px / 2);
    width: 6px;
  }
}</pre></body></html>