<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@media screen and (max-width: 768px) {
  .img-responsive {
    width: 100%;
    height: auto;
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .img-responsive375 {
    width: 100%;
    height: auto;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .spBr {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  br.br375 {
    display: block;
  }
}

.disNone {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main {
  z-index: 1;
}

.mainVisual {
  background: url(../img/mainimage@2x.jpg) no-repeat center center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2) {
  .mainVisual {
    background: url("../img/mainimage.jpg") no-repeat top center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual {
    background: url(../img/mainimage_sp@2x.jpg) no-repeat top center;
    background-size: contain;
  }
}

@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2) {
  .mainVisual {
    background: url("../img/mainimage_sp@2x.jpg") no-repeat top center;
    background-size: contain;
  }
}

.mainLetterWrap {
  max-width: 1180px;
  margin: 0 auto;
}

.mainLetterWrap img {
  width: 100%;
}

.mainLetter {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  padding: 500px 0 136px 0;
}

@media screen and (max-width: 768px) {
  .mainLetter {
    width: 100%;
    padding: 360px 0 40px 0;
  }
}

@media screen and (max-width: 600px) {
  .mainLetter {
    width: 100%;
    padding: 280px 0 40px 0;
  }
}

@media screen and (max-width: 450px) {
  .mainLetter {
    width: 100%;
    padding: 240px 0 40px 0;
  }
}

@media screen and (max-width: 375px) {
  .mainLetter {
    width: 100%;
    padding: 200px 0 40px 0;
  }
}

h2 {
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  color: #11763C;
  padding-bottom: 30px;
  border-bottom: 1px solid #11763C;
  margin: 0 auto 40px;
  width: 100%;
  line-height: 56px;
}

@media screen and (max-width: 768px) {
  h2 {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  h2 {
    font-size: 30px;
    line-height: 44px;
  }
}

h2 + p {
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 60px;
}

.planText {
  background-color: #F5F1E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  padding: 20px;
}

.planText .catch {
  font-size: 16px;
  background-color: #4B2600;
  color: #fff;
  display: inline-block;
  padding: 6px 10px;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
  .planText .catch {
    font-size: 18px;
    line-height: 26px;
    display: block;
  }
}

.planText .catchPlus01 {
  margin: 36px 0 20px 0;
}

.planText .merit {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 10px 0;
}

@media screen and (max-width: 768px) {
  .planText .merit {
    margin: 20px 0 0 0;
    padding-bottom: 6px;
  }
}

.planText ul {
  height: 108px;
}

@media screen and (max-width: 768px) {
  .planText ul {
    height: auto;
  }
}

.planText ul li {
  line-height: 22px;
  font-size: 16px;
}

.plus01Text {
  border-radius: 10px;
}

h3 {
  font-size: 24px;
  color: #11763C;
  margin-bottom: 20px;
}

h3 + p {
  font-size: 18px;
  line-height: 24px;
  height: 120px;
}

@media screen and (max-width: 768px) {
  h3 + p {
    height: auto;
  }
}

header {
  width: 100%;
  -webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.header {
  z-index: 100;
  position: relative;
}

.headerInner {
  max-width: 1180px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
}

@media screen and (max-width: 768px) {
  .headerInner {
    width: 100%;
    display: inline-block;
    height: 66px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 375px) {
  .headerInner {
    width: 94.66%;
  }
}

.leftLogo {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .leftLogo {
    display: none;
  }
}

.rightLogo {
  margin-top: 36px;
}

@media screen and (max-width: 768px) {
  .rightLogo {
    width: 255px;
    margin: 20px auto 20px;
  }
}

.contentsCenter {
  max-width: 1180px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .contentsCenter {
    width: 94.79%;
  }
}

@media screen and (max-width: 375px) {
  .contentsCenter {
    width: 94.66%;
  }
}

/*ボタン*/
.buttonArea {
  max-width: 1180px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .buttonArea {
    width: 94.79%;
  }
}

@media screen and (max-width: 375px) {
  .buttonArea {
    width: 94.66%;
  }
}

.buttonArea p {
  line-height: 22px;
}

.buttonArea img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.buttonArea img:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.cautions {
  font-size: 13px;
  width: 84.23%;
  margin: 0 auto 100px;
}

@media screen and (max-width: 768px) {
  .cautions {
    width: 100%;
  }
}

.cautions-lease {
  font-size: 13px;
  max-width: 83.89%;
  margin: 20px auto 0;
  line-height: 22px;
}

@media screen and (max-width: 768px) {
  .cautions-lease {
    max-width: 100%;
  }
}

.anchorLinks {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .anchorLinks ul {
    display: block;
  }
}

.anchorLinks ul li {
  position: relative;
  color: #fff;
  background-color: #11763C;
  font-size: 21px;
  text-align: center;
  margin-right: 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .anchorLinks ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.anchorLinks ul li::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url("../img/arrow.png") no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2) {
  .anchorLinks ul li::after {
    background: url("../img/arrow@2x.png") no-repeat 10px 2px;
    background-size: 50%;
    width: 40px;
    height: 20px;
    position: absolute;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
  }
}

.anchorLinks ul li:last-of-type {
  margin-right: 0;
}

.anchorLinks ul li:hover {
  background-color: rgba(13, 82, 43, 0.9);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.anchorLinks ul li a {
  padding: 30px 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 380px;
}

@media screen and (max-width: 768px) {
  .anchorLinks ul li a {
    width: 94.79%;
  }
}

@media screen and (max-width: 375x) {
  .anchorLinks ul li a {
    padding: 49px 0;
  }
}

.anchorLinks ul li a:hover, .anchorLinks ul li a:visited, .anchorLinks ul li a:link {
  color: white;
}

.planWrap {
  font-family: "Hiragino Kaku Gothic Pro",YuGothic,"serif", "Meiryo", sans-serif;
}

@media screen and (max-width: 768px) {
  .planWrap {
    display: block;
  }
}

.planWrap .plan {
  position: relative;
  margin-right: 1.694%;
  width: 32.20%;
}

@media screen and (max-width: 768px) {
  .planWrap .plan {
    width: 100%;
  }
}

.planWrap .plan img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .planWrap .plan {
    margin-right: 0;
    margin-top: 60px;
  }
}

.planWrap .plan:last-of-type {
  margin-right: 0;
}

.planWrap .plan01 span {
  font-size: 25px;
  font-weight: bold;
  background-color: #32AD9D;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  z-index: 100;
  position: absolute;
  top: -20px;
}

.planWrap .plan02 span {
  font-size: 25px;
  font-weight: bold;
  background-color: #D00000;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  z-index: 100;
  position: absolute;
  top: -20px;
}

.planWrap .plan03 span {
  font-size: 25px;
  font-weight: bold;
  background-color: #FF9A43;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  z-index: 100;
  position: absolute;
  top: -20px;
}

.planPlus01 {
  font-family: "Hiragino Kaku Gothic Pro",YuGothic,"serif", "Meiryo", sans-serif;
  margin: 49px 0 40px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .planPlus01 {
    margin: 69px 0 40px 0;
  }
}

.planPlus01 span.leaseTitle {
  font-size: 25px;
  font-weight: bold;
  background-color: #436EFF;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  z-index: 100;
  position: absolute;
  top: -29px;
}

.planPlus01 h3 + p {
  height: auto;
  font-size: 18px;
  margin-left: 30px;
}

.planPlus01 h3 + p span {
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .planPlus01 h3 + p {
    margin-left: 0;
  }
}

.planPlus01 .leaseText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .planPlus01 .leaseText {
    display: block;
  }
}

.circleAll {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .circleAll {
    display: block;
  }
}

.circleAll .circle {
  max-width: 32.20%;
}

@media screen and (max-width: 768px) {
  .circleAll .circle {
    max-width: 100%;
  }
}

.circleAll .circle img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .circleAll .circle img {
    max-width: 60%;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 375px) {
  .circleAll .circle img {
    width: 82.66%;
  }
}

@media screen and (max-width: 375px) {
  .circleAll .circle {
    width: 100%;
    margin: 0 auto;
  }
}

.circleAll .circle p {
  width: 310px;
  margin: 20px 0 40px 0;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .circleAll .circle p {
    margin: 20px 0 60px 0;
    font-size: 20px;
    line-height: 28px;
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .circleAll .circle p {
    width: 100%;
    margin: 20px auto 40px;
  }
}

.question {
  border-radius: 20px;
  background-color: #11763C;
  margin-top: 20px;
}

.faqArea {
  width: 100%;
  padding: 80px 0;
  background: #F5F1E8;
  margin-bottom: 40px;
}

.faqArea .faqBlock {
  display: block;
  max-width: 1180px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .faqArea .faqBlock {
    width: 94.79%;
    display: block;
  }
}

.faqArea .faqBlock dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1180px;
  color: #F5F1E8;
  padding-left: 40px;
  padding-top: 26px;
  padding-bottom: 26px;
  font-size: 20px;
  margin-right: 20px;
  clear: both;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .faqArea .faqBlock dt {
    width: 100%;
    height: auto;
    display: block;
    padding: 20px 5.33%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 375px) {
  .faqArea .faqBlock dt {
    width: 100%;
  }
}

.faqArea .faqBlock dt p {
  float: left;
  line-height: 32px;
  width: 80%;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .faqArea .faqBlock dt p {
    width: 100%;
    float: none;
    margin-top: 0;
  }
}

.faqArea .faqBlock dt div {
  font-size: 20px;
  background-color: #F5F1E8;
  color: #11763C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
  margin-right: 40px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .faqArea .faqBlock dt div {
    float: none;
    width: 100%;
    margin: 20px auto;
    text-align: center;
  }
}

.faqArea .faqBlock dd {
  margin-bottom: 20px;
}

.faqArea .faqBlock dd:last-of-type {
  margin-bottom: 40px;
}

.active {
  display: block;
  border-radius: 10px 10px 0 0;
}

.trigger01, .trigger02, .trigger03, .trigger04, .trigger05 {
  width: 100%;
  margin-top: -8px;
  border-top: 1px #F5F1E8 solid;
  display: none;
  color: #fff;
  padding: 20px 40px 40px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 24px;
  font-size: 18px;
}

footer {
  text-align: center;
  background-color: #11763C;
  color: #fff;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 24px;
  padding: 30px 0;
}

@media screen and (max-width: 375px) {
  footer p {
    font-size: 14px;
    line-height: 20px;
  }
}

footer p small {
  padding: 20px 0;
}

.telWrap {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}

.tel {
  position: absolute;
  right: 18%;
}

@media screen and (max-width: 768px) {
  .tel {
    position: absolute;
    left: 4%;
  }
}

.pcTel {
  display: block;
}

.spTel {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcTel {
    display: none;
  }
  .spTel {
    display: block;
    width: 50%;
    height: auto;
  }
}

@media screen and (max-width: 375px) {
  width: 40%;
}
/*# sourceMappingURL=style.css.map */</pre></body></html>