@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&family=Shippori+Mincho:wght@400;700&family=Zen+Antique&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap');
/* //////////////////// */
/* general */
/* //////////////////// */
html,body{
  font-family: 'Noto Serif JP', serif;
  letter-spacing: .1em;
  font-size: clamp(12px,2vw,14px);
  background: #ECE8DE;
  color: #3E3A39;
}
.sans-serif{
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
a{
  transition: .5s;
  text-decoration: none;
  color: #444;
}
a:hover{
  color: #7F9F3C;
}
rt {
  font-size: 0.5em; /* 文字サイズを大きく */
}
section{
  padding: clamp(60px,10vw,100px) 0;
}
.spacer{
  width: 100%;
  height: clamp(30px,5vw,50px);
}
.sec-spacer {
    width: 100%;
    height: clamp(60px,10vw,100px);
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Shippori Mincho', serif;
  letter-spacing: .1em;
  line-height: 1.5em;
}
h2{
  font-size: clamp(20px,3vw,30px);
}
p{
  line-height: 2em;
}
img{
  width: 100%;
}

.vertical-rl{
  margin: 0 auto;
  writing-mode: vertical-rl;
}
.vertical-rl p{
  margin-left: 2em;
}
.cv-btn{
  background: #CF6132;
  color: #fff;
  line-height: 3em;
  display: block;
  max-width: 300px;
  text-decoration: none;
  font-size: 24px;
  text-align: center;
  width: 100%;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  filter:drop-shadow(0 0 5px rgba(0,0,0,0.3));
  border-radius: 5px;
  margin: 0 auto;
}
.cv-btn:hover{
  background: #fff;
  color: #CF6132;
}
@media screen and (min-width: 768px) {
  .container-s{
    max-width: 720px;
  }
}
/* //////////////////// */
/* header */
/* //////////////////// */
header{
  padding: 1em 0;
  background: #fff;
  display: none;
}
.header-logo{
  width: 50px;
  display: block;
}
@media screen and (min-width: 768px) {
  .header-logo{
    width: 80px;
  }
  header{
    background: transparent;
  }
}
@media screen and (min-width: 992px) {
  header{
    position: absolute;
    top: 0;
    width: 100%;
  }
}
/* //////////////////// */
/* footer */
/* //////////////////// */
footer{
  background: #ECE8DE;
}
.footer-content{
  padding: clamp(60px,10vw,100px) 0;
}
.footer-logo{
  width: 100px;
  display: block;
  margin: 0 auto;
}
.copyright{
  padding: 0.5em 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-logo{
    width: 200px;

  }
}


/* //////////////////// */
/* fv */
/* //////////////////// */
.fv{
  background-image: url(./img/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  overflow-x: hidden;
}
.fv .container{
  position: relative;
}
.fv-ttl{
  margin-right: 30px;
  text-align: center;
  background: #7F9F3C;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px;
  width: 100%;
}
.fv-ttl h3{
  margin: 0;
}
.fv-ttl h1{
  font-size: 24px;
  margin: 0px 0px;
}
.fv-text{
  padding: 20px 0;
}
.fv-text h2{
  font-size: clamp(14px,6vw,32px);
  color: #7F9F3C;
}
.fv-text h2 span{
  font-size: 2em;
  line-height: 1.4em;
}
.date-img{
  margin: 0 0 10px;
  display: block;
  max-width: 400px;
  width: 80%;
}
.fv-img{
  display: block;
  max-width: 900px;
position: relative;
margin-top: 100px;
width: 110%;
    right: 5%;
}

.workshop-circle{
  position: absolute;
      width: clamp(150px,35vw,200px);
      height: clamp(150px,35vw,200px);
      right: 10px;
      top:clamp(240px,58vw,270px);
}
.fv-ttl h3{
  font-size: 14px
}
@media screen and (min-width: 425px) {
  .fv-img{
    width: 110%;
    right: 5%;
  }

}
@media screen and (min-width: 768px) {
  .fv-text{
    padding: 30px 0;
  }
  .date-img{
    margin: 20px 0;}

  .fv-img{
  margin-top: 100px;
}
  .workshop-circle{
    position: absolute;
    width: 200px;
    height: 200px;
    right: 0;
    bottom: 480px;
    top: auto;
  }
  .fv-text h2{
    font-size: 28px;
  }
}

@media screen and (min-width: 992px) {
  .fv{
    padding-bottom: 0;
  }
  .fv-ttl h3{
    font-size: 20px
  }
  .fv-ttl{
    width: auto;
  }
  .fv-ttl h1{
    font-size: 80px;
    margin: 20px 40px;
  }
  .fv-img{
  right: 100px;
  width: 100%;
  }
  .fv .cv-btn{
    position: absolute;
    right: 0;
    bottom: 40px;
  }.fv-img{
    margin: 0;
  }
  .fv-text h2 span{
    line-height: 1em;
  }
  .workshop-circle{
    position: absolute;
    width: 240px;
    height: 240px;
    right: 0;
    top: 20%;
    bottom: auto;
  }
}
@media screen and (min-width: 1200px) {
  .fv-text h2{
    font-size: 36px;
  }

}
@media screen and (min-width: 1400px) {
  .workshop-circle{
    width: 300px;
    height: 300px;
  }
  .fv-text h2{
    font-size: 40px;
  }
  .date-img{
    max-width: 500px;
  }
  .fv-ttl h1{
    font-size: 100px;
  }
  .fv-ttl h3{
    font-size: 24px
  }
  .fv-ttl{
    margin-right: 80px;
  }

}


/* //////////////////// */
/* intro */
/* //////////////////// */
.intro{
  position: relative;
  background: #eae3d0;
  text-align: center;padding: clamp(80px,12vw,120px) 0;
}
.intro::after {
    content: "";
    position: absolute;
    bottom: calc(-1 * clamp(20px,5vw,50px) + 1px);
    left: 50%;
    transform: translateX(-50%);
    width: clamp(40px, 10vw, 100px);
    height: clamp(20px, 5vw, 50px);
    background: #000;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: #eae3d0;

}
.intro h3{
  margin-bottom: 1em;
  font-size: clamp(20px,3.2vw,32px);

}
.intro p{
  margin-bottom: 1em;
  font-size: clamp(14px,2vw,20px);

}


/* //////////////////// */
/* point */
/* //////////////////// */
.point{
  background-color: #fff;
  background-image: url(./img/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.point-wrap{
  margin: 0 auto;
  max-width: 800px;
}
.point-item{

  margin-top: 3em;
}
.point-item h4{
  background: #7e9f3c;
  color: #fff;
  padding: .2em 1em;
  font-size: clamp(14px,2vw,20px);
}
.point-item h6{
  font-size: clamp(14px,2vw,20px);flex: 1;
}
.point-item h6 span{
  color: #cf6430;
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .point-item{
    display: flex;
    gap: 2em;
    align-items: flex-start;
    margin-top: 3em;
  }
}


.ba-snap{
  background: #7e9f3c;
}
.ba-snap h2{
  font-size: clamp(22px,3.2vw,32px);
  margin-bottom: 3em;
  color: #7e9f3c;
  font-weight: bold;
}
.ba-snap h3{
  font-size: clamp(18px,2.8vw,28px);
  margin-bottom: 1em;
}
.ba-snap-inner{
  background: #fff;
  padding:  clamp(50px,8vw,80px) 5%;
  text-align: center;
}
.ba-snap-grid{
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  display: grid;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(20px,3vw,30px);
}
.ba-after,.ba-before{
  display: inline-block;
  padding: .2em 1em;
  color: #fff;
  font-size: clamp(16px,2.8vw,28px);
  width: fit-content;
  margin: 0 auto;
}
.ba-before{
  background: #a0967b;
}
.ba-after{
  background: #cf6430;
}

/* //////////////////// */
/* snaps */
/* //////////////////// */
.snaps{
  background-color: #fff;background-image: url(./img/bg.png);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}
.snaps-row{
  padding: 10px 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0;
}
.snaps-row h3{
  margin-bottom: 10px;
}
.snaps-sub-box .text-box{
  flex: 1;
}
.snaps-sub-box{
  padding: 40px 5%;
  margin: 40px 0;
  border: 2px solid #ECE8DE;
  background: #ECE8DE;
}
.snaps-sub-box p{
  margin: 0;
}
.snaps-sub-box a{
  width: 40%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.snaps-sub-box.snaps-sub-box1 a{
  min-width: 240px;
}
.snaps-sub-box.snaps-sub-box1 .text-box{
  margin-bottom: 10px;
}
.snaps-sub-box.snaps-sub-box2 .text-box{
  margin-bottom: 20px;
}
.snaps-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
@media screen and (min-width: 576px) {
  .snaps-grid{
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
  .snaps-sub-box.snaps-sub-box1 .text-box{
    margin-right: 20px;
    margin-bottom: 0;
  }
  .snaps-sub-box a{
    width: 40%;
    min-width: auto;
  }
}
@media screen and (min-width: 768px) {
  .snaps-sub-box a{
    width: 30%;
    height: auto;
  }
  .snaps-row{
    background-size: 45%;
    padding: 80px 0;
  }
  .snaps-row h3{
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .snaps-row{
    background-size: 45%;
    padding: 140px 0;
  }
}
/* //////////////////// */
/* kaisaigaiyou */
/* //////////////////// */
.kaisaigaiyou{
  background-color: #7F9F3C;
  background-image: url(./img/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: color-dodge;
}
.dojikaisai-box{
  padding: clamp(60px,10vw,80px) 10%;
  border: 1px solid #999;
  background-color: #ECE8DE;
}
.dojikaisai-ttl{
  text-align: center;
}
.dojikaisai-ttl h3{
  background: #CF6132;
  color: #fff;
  line-height: 1.5em;
  border-radius: 1em;
  padding: 0 10px;
  width: fit-content;
  margin: 0 auto 10px;
}
.dojikaisai-ttl h6{
  font-size: 18px;
}
.dojikaisai-img{
  background-image: url(/openhouse20250719/img/15.jpg);
  background-color: #999;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.gaiyou-box{
  padding: clamp(50px,10vw,80px) 8%;
  border: 1px solid #999;
  background-color: #fff;
}
.gaiyou-box h2{
  position: relative;
}
.gaiyou-box h2::after{
  position: relative;
  display: block;
  height: 3px;
  width: 50px;
  background: #7F9F3C;
  margin: 0 auto;
  content: '';
  margin-top: 20px;
}
.gaiyou-table,.gaiyou-table th,.gaiyou-table td{
  border: none;
  font-size: 14px;
  font-weight: normal;
}
.gaiyou-table th,.gaiyou-table td{
  padding: 1em 0;
}
.gaiyou-table th{
  color: #7F9F3C;
  padding-right: 1em;
  min-width: 100px;
  vertical-align: text-top;
}
iframe{
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 768px) {
  iframe{
    width: 100%;
    height: 100%;
  }
}
#formWrap{
  max-width: 600px;
  margin: 0 auto;
}
#formWrap table th,#formWrap table td{
  padding: 0.5em 0;
  display: block;
  width: 100%;
}
.hissu{
  display: inline-block;
  padding: 0 5px;
  background: #CF6132;
  color: #fff;
  border-radius: 5px;
  line-height: 2em;
  float: right;font-size: 10px;
}

.formTable{
  width: 100%;
  margin-bottom: 20px;
}
input[type="text"],textarea,select{
  width: 100%;
  padding: 1em;
  border-radius: 0;
  border: 1px solid #999;
  width: 100%;
}
select{
  appearance: none; /* 可能なら見た目をリセット */
  -webkit-appearance: none; /* iOS対応 */
  -moz-appearance: none; /* Firefox対応 */
  background-color: #fff;
  border: 1px solid #999;
  padding: 1em;
  border-radius: 0px;
  width: 100%;
}
/* 擬似要素で矢印を追加するなどしてカスタム感を出すことも */
.select-wrap {
  position: relative;
}
.select-wrap::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
input[type="radio"]{
  margin-right: 0.5em;
}
input[type="submit"]{
  width: 100px;
  background: #7F9F3C;
  color: #fff;
  border-radius: 5px;
  border: none;
  line-height: 3em;
}
input[type="reset"],input[type="button"]{
  width: 100px;
  background: #999;
  color: #fff;
  border-radius: 5px;
  border: none;
  line-height: 3em;
}
.btn-submit{
  width: 100%;
  background: #7F9F3C;
  color: #fff;
  border-radius: 5px;
  border: none;
  line-height: 3em;
  margin: 0 auto;
  font-size: 1.8em;
}

@media screen and (min-width: 576px) {
  #formWrap table th,#formWrap table td{
    display: table-cell;
    width: auto;
  }
  #formWrap table th{
    padding-right: 1em;
    width: 270px;
  }
}
@media screen and (min-width: 768px) {
  .gaiyou-table,.gaiyou-table th,.gaiyou-table td{
    font-size: 18px;
  }
}
/* //////////////////// */
/* about */
/* //////////////////// */
section.about{
  padding-top: 0;
}
.about-fv{
  background-color: #999;
  background-position: center top 30%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-image: url(./img/kenshosya-fv-img.jpg);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.about-fv h2{
  color: #fff;
  filter:drop-shadow(0 0 5px rgba(0,0,0,0.3));
  font-size: 20px;
}
.about-top{
  margin: clamp(60px,10vw,100px) 0;
}
.about-row{
  display: flex;
  flex-direction: column-reverse;
  margin: clamp(60px,10vw,100px) 0;
}

.about-row-img{
  background-color: #999;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50%;
  margin-top: 20px;
}
.about-row-img1{
  background-position: center top;
}
.about-row h6{
  margin: 0 20px;
  color: #999;
}
.about-row h2{
  margin-right: 0;
}
.about-row p{
  line-height: 1.4em;
}
.about-row p:last-child{
  margin-left: 0;
}
@media screen and (min-width: 576px) {
  .about-fv h2{
    font-size: 40px;
  }
  .about-row p{
    line-height: 2em;
  }
  .about-row h6{
    margin: 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .about-row{
    display: flex;
    flex-direction: row;
    margin: clamp(60px,10vw,100px) 0;
  }
  .about-row-img{
    padding-bottom: 30%;
    width: 500px;
    margin-top: 0;
  }
  .about-row:nth-child(even){
    flex-direction: row-reverse;
  }.about-fv{height: 500px;}
}

/* //////////////////// */
/* case */
/* //////////////////// */
.case{
  background-color: #fff;
  background-image: url(./img/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}
.case-box{
  margin-bottom: 60px;
}

.case-slide{
  background-color: #999;
}
.case-ttl{
  text-align: center;
  margin: 0 auto 20px;
  width: 100%;
}
.case-ttl h2{
  margin-bottom: 40px;
}
.case-ttl h2::after{
  position: relative;
  display: block;
  height: 3px;
  width: 50px;
  background: #7F9F3C;
  margin: 0 auto 20px;
  content: '';
  top: 20px;
}
.case-slider{
}
.case-slider img {
    width: 100%;
    height: clamp(300px,40vw,600px);
    object-fit: cover;
}

@media screen and (min-width: 768px) {
  .case-slider{
    width: 50vw;
  }
  .case-ttl h2::after{
    width: 100%;
    margin: 0 auto 20px 0;
  }
  .case-ttl{
    text-align: left;
    margin-bottom: 0;
  }
  .case-slider .slick-dots{
    writing-mode: vertical-rl;
    bottom: 0;
    left: -30px;
    margin: 0 auto 0 0;
    right: auto;
    width: fit-content;
  }
}
/* //////////////////// */
/* qna */
/* //////////////////// */
.qna{
  background: #f1efe9;
}
.secttl{

}
.secttl h2{
  font-size: 30px;
  text-align: center;
}
.qna-row{
  margin-bottom: 40px;
}
.qna-row h6{
  color: #6A8432;
  font-weight: bold;
}
.qna-row h6::before{
  position: relative;
  content: 'Q';
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}
.qna-row p::before{
  position: relative;
  content: 'A';
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}




.open-in-fill{
  position: relative;
}
.open-in-fill::before {
  font-family: 'Material Icons';
  content: "\e56b";
  z-index: 2;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 20px;
}

.hissu.ninni{
  background: #525151;
}

.example{
  background-color: #fff;
  background-image: url(./img/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.example h4{
  text-align: center;
}
.ex-outer h3{
  margin: 0 auto;
  width: 100px;
  text-align: center;
  padding-bottom: .2em;
  margin-bottom: 1em;
}
.ex-outer h4{
  text-align: center;
}
.ex-outer1 h3{
  border-bottom: 3px solid #7e9f3c;
}
.ex-outer2 h3{
  border-bottom: 3px solid #cf6132;
}
.ex-outer .ex-line{
  display: flex;
  align-items: center;
}
.ex-outer .ex-line dt{
  display: flex;
  align-items: center;
  width: clamp(50px,10vw,100px);
  padding: .5em 2em;
  text-align: center;
  align-self: stretch;
  justify-content: center;
}
.ex-wrap{
  max-width: 800px;
  margin: clamp(20px,5vw,50px) auto clamp(50px,10vw,100px);
}

.ex-outer .ex-line dd{
  margin: 0;
  line-height: 1.5em;
  padding: 1em;
  flex: 1;
}
.ex-outer .ex-line{
  font-size: clamp(14px , 1.8vw,18px);
}
.ex-outer1 .ex-line{
  border: 1px solid #7e9f3c;
  background: #fff;


}
.ex-outer2 .ex-line{
  border: 1px solid #cf6132;
  background: #fff;
}
.ex-outer1 .ex-line dt{
  background: #7e9f3c;
  color: #fff;
}
.ex-outer2 .ex-line dt{
  background: #cf6132;
  color: #fff;
}
.ex-arrow{
  background: #000;
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 20px auto;
}


.soudanrei{
  background: #fff;
  padding: 30px 5%;
  margin-top: 40px;
  border: 1px solid #7e9f3c;
}
.soudanrei p{
  margin: 0;
}



.company{
  background: #f6f6f6;
}

.company table th,
.company table td {
  display: block;
  width: 100%;
}
.company table th{
  background: #799446;
color: #fff;
}
.company table td{
  background: #fff;
}
.company table a{
  text-decoration: underline;
}

@media (min-width: 768px) {
  .company table th,
  .company table td {
    display: table-cell;
    width: auto;
  }
}
