/* Scss Document entry
*****************************************************************/
/* mixin
*********************************************************************/
/* media query */
/*
*****************************************************************/
.area_feature {
  height: 40vh;
  background-image: url("../../entry/images/main.jpg");
}
@media all and (max-width: 769px) {
  .area_feature {
    height: 40vh;
  }
}

.block_ttl .box_txt {
  display: inline-block;
  text-align: left;
}
.block_ttl .box_txt p {
  font-size: 1.5rem;
  line-height: 1.6em;
}

.area_contact {
  border-top: #666 solid 1px;
  padding: 0 10px;
}

.block_contact {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 0;
}
.block_contact table {
  border-top: #666 dotted 1px;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.4em;
}
.block_contact table th {
  background-color: #c8ddcf;
  padding: 10px 16px;
  width: 20%;
  box-sizing: border-box;
  border-bottom: #666 dotted 1px;
  text-align: left;
  vertical-align: middle;
}
.block_contact table th span {
  color: #F00;
}
.block_contact table td {
  padding: 10px 0 10px 16px;
  width: 80%;
  box-sizing: border-box;
  border-bottom: #666 dotted 1px;
}
.block_contact table td input {
  font-size: 1.8rem;
  padding: 8px;
  margin: 2px 0;
  box-sizing: border-box;
  border: #CCC solid 1px;
}
.block_contact table td input.large {
  width: 100%;
  box-sizing: border-box;
}
.block_contact table td select {
  font-size: 17px;
}
.block_contact table td textarea {
  font-size: 1.8rem;
  width: 100%;
  box-sizing: border-box;
}
.block_contact .box_submit {
  padding: 8px 0;
}
.block_contact .box_submit p {
  font-size: 1.4rem;
  line-height: 1.6em;
}
.block_contact .box_submit ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 8px;
}
.block_contact .box_submit ul li {
  padding: 8px;
}
.block_contact .box_submit ul li input:hover {
  opacity: 0.7;
}
@media all and (max-width: 769px) {
  .block_contact {
    padding: 30px 0;
  }
  .block_contact table th {
    display: inline-block;
    width: 100%;
    border-bottom: none;
    padding: 5px 5px;
  }
  .block_contact table td {
    display: inline-block;
    width: 100%;
    border-bottom: none;
    padding: 10px 0 25px 0px;
  }
  .block_contact table td input.large {
    width: 100%;
    box-sizing: border-box;
  }
  .block_contact table td input.middle {
    width: 60%;
    box-sizing: border-box;
  }
}
@media all and (max-width: 494px) {
  .block_contact table td input.middle {
    width: 100%;
    box-sizing: border-box;
  }
}

.area_visual01 {
  width: 100%;
  height: 56vh;
  min-height: 200px;
  background-image: url("../../entry/images/img01.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.area_visual02 {
  width: 100%;
  height: auto;
  line-height: 0em;
}
.area_visual02 img {
  width: 100%;
  height: auto;
}

.block_ttl_precept {
  text-align: center;
  padding: 0 0 20px;
}
.block_ttl_precept h2 {
  font-family: 'shippori';
  color: #bd272d;
  font-size: 3rem;
  line-height: 1.1em;
}

.block_txt_precept {
  border-top: #666 solid 1px;
  border-bottom: #666 solid 1px;
  background: #fbf7e7;
  background: linear-gradient(to bottom, #fbf7e7 0%, #f2e5ac 100%);
  padding: 0 10px;
}
.block_txt_precept .box_precept {
  text-align: center;
  padding: 30px 0;
}
.block_txt_precept .box_precept p {
  padding: 20px 0;
  font-family: 'eizan_m';
  font-size: 4rem;
  line-height: 1.4em;
  font-weight: bold;
}
.block_txt_precept .box_precept p span {
  letter-spacing: -0.15em;
}
@media all and (max-width: 769px) {
  .block_txt_precept .box_precept {
    padding: 15px 0;
    text-align: left;
  }
  .block_txt_precept .box_precept p {
    padding: 10px 0 10px 1em;
    font-size: 2.6rem;
    text-indent: -1em;
  }
}

.areea_founder {
  padding: 0 10px;
}

.block_founder {
  max-width: 940px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block_founder .box_img {
  width: 45%;
}
.block_founder .box_img img {
  width: 100%;
  height: auto;
}
.block_founder .box_img p {
  font-size: 1.4rem;
  padding: 5px 0 0;
  line-height: 1.4em;
}
.block_founder .box_txt {
  width: 53%;
}
.block_founder .box_txt .part_txt p {
  font-size: 1.6rem;
  line-height: 1.8em;
  text-align: justify;
}
.block_founder .box_txt .part_history {
  padding: 30px 0 0;
}
.block_founder .box_txt .part_history h3 {
  font-size: 3.4rem;
  font-family: 'com4t';
  line-height: 1.1em;
  text-align: center;
  padding: 0 0 5px;
}
.block_founder .box_txt .part_history table {
  font-size: 1.4rem;
  line-height: 1.7em;
  width: 100%;
  border-top: #666 solid 1px;
}
.block_founder .box_txt .part_history table th, .block_founder .box_txt .part_history table td {
  border-bottom: #666 dotted 1px;
  padding: 8px 4px;
}
.block_founder .box_txt .part_history table th {
  font-weight: 400;
}
@media all and (max-width: 769px) {
  .block_founder .box_img {
    width: 100%;
  }
  .block_founder .box_txt {
    width: 100%;
    padding: 10px 0 0;
  }
  .block_founder .box_txt .part_history table th {
    display: inline-block;
    border-bottom: none;
    padding-bottom: 0px;
  }
  .block_founder .box_txt .part_history table td {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding-top: 3px;
  }
}

.footer_nav {
  display: none;
}
@media all and (max-width: 769px) {
  .footer_nav {
    display: none;
  }
}
