@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::selection {
  background: #d4dcd6;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-backface-visibility: hidden;
}

body, html {
  width: 100%;
  height: 100%;
  background: url(../images/share/bg_be.jpg);
}

body {
  font-family: "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.link {
  color: #fb7e25;
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

a[href^="tel"] {
  cursor: default;
}

/*header*/
#header {
  position: fixed;
  z-index: 50;
  left:0;
  top:0;
  display: block;
  width: 100%;
  height: 100px;
  background: #fbf9f4;
  box-shadow: 0 1px 3px rgba(0, 5, 5, 0.5);
}

.h-col {
  width: 1024px;
  margin: 16px auto;
}

.h-col:after {
  clear: both;
  content: "";
  display: block;
}

.h-logo {
  float: left;
  width: 355px;
}

.g-navi {
  float: right;
  width: 669px;
}

.g-navi > ul {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  align-items: center;
}

.g-navi > ul > li > a {
  text-align: center;
  font-size: 16px;
  font-family: "FOT-スーラ Pro DB";
  margin: 0 16px 0 0;
}

.g-navi > ul .h-recruit {
  display: block;
  text-align: center;
  width: 110px;
  background: #ff964c;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.g-navi > ul .h-recruit > a {
  margin: 0;
}

.g-navi > ul .h-recruit img {
  width: 65px;
  padding: 10px 0;
}

.no-link {
  pointer-events: none;
  cursor: default;
}

.sp-navi {
  display: none;
}

/*hero*/
#hero {
  position: relative;
  z-index: 1;
  top: 95px;
  background: #fbf9f4 url(../images/mainimg.png) no-repeat center center/cover;
  width: 100%;
  max-height: 644px;
  height: calc(100vh - 110px);
  margin-bottom: 30px;
}

/*footer*/
#footer {
  text-align: center;
  background: url(../images/share/footer_bg.png) no-repeat center 0/cover;
  width: 100%;
  max-height: 240px;
  padding:  180px 0 0 0;
}

.f-txt { 
  font-size: 13px;
  color: #fff;
  margin-bottom: 10px;
}

.copyright {
  position: relative;
  bottom: 0;
  background: #c1d9c9;
  font-size: 12px;
  line-height: 1;
  padding: 10px 0;
}

.pagetop {
  position: fixed;
  z-index: 100;
  right: 30px;
  bottom: 0;
  margin-bottom: 50px;
}

.pagetop a {
  display: block;
  height: 54px;
  width: 54px;
}

/*------------
TOPレイアウト
--------------*/
.container {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}

#greeting, #information, #price, #office, #recruit, #price {
  margin-top: -130px;
  padding-top: 130px;
} 

/*sec01*/
.sec01 {
  text-align: center;
  background: #fbf9f4 url(../images/share/bg_leaf.png) no-repeat center 70%;
  padding: 90px 0;
}

/*sec02 sec04*/
.sec02,
.sec04 {
  padding: 70px 0;
}

.sec02 img {
  margin: auto;
  height: 270px;
}

.sec02 .col3 {
  margin-bottom: 45px;
}

/*sec03*/
.sec03 {
  text-align: center;
  background: #fbf9f4 url(../images/share/bg_woodbird.png) no-repeat 30% center;
  padding: 70px 0;
}

.sec03-btn {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.sec03-btn li {
  margin: 0 16px;
  width: 300px;
}

.sec03-btn li a {
  border-radius: 10px;
  background: #5aa572 url(../images/share/pdf.png) no-repeat 50px center;
  color: #fff;
  display: block;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  padding: 20px 50px 20px 0;
  text-align: right;
  width: 100%;
}

/*sec04*/
.sec04 img {
  width: 180px;
}

.sec04-box {
  background: #fff url(../images/share/bg_dot.png) repeat center;
  padding: 50px 65px;
  border-radius: 10px;
}

.sec04-ttl {
  background: url(../images/col4_bg.png) no-repeat center 0;
  text-align: center;
  font-family: "FOT-スーラ Pro DB";
  color: #fb7e25;
  font-size: 24px;
  line-height: 1;
  padding-top: 24px;
}

.list-flow > li {
  border-left: 3px solid #b1d0bb;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}

.list-flow .list-img {
  width: 250px;
}

.list-flow .list-desc {
  flex: 1;
  margin: 0 0 20px 25px;
}

.list-flow .list-num {
  display: block;
  background: #5aa572;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: -11px;
}

.list-flow .list-ttl {
  font-family: "FOT-スーラ Pro DB";
  color: #007b43;
  font-size: 20px;
  margin: 0 0 20px 0;
}

.list-flow .list-ttl dt {
  clear: both;
  float: left;
  width: 180px;
  border-bottom: solid 5px #b1d0bb;
  padding: 0 0 0 10px;
}

.list-flow .list-ttl dd {
  padding: 0 0 0 200px;
  border-bottom: solid 5px #ebf0e7;
}

/*sec05*/
.sec05 {
  background: #fbf9f4 url(../images/share/bg_sky.png) no-repeat 30% center;
  padding: 70px 0;
}

.sec05-ttl {
  font-family: "FOT-スーラ Pro DB";
  font-size: 17px;
  border-bottom: dashed 1px #5aa572;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.sec05-btn {
  margin: 20px 0 30px 0;
  text-align: right;
}

.sec05-btn a {
  margin-top: 20px;
  border-radius: 6px;
  background: #5aa572;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  padding: 6px 15px;
  text-align: center;
}

.sec05-btn a:before {
  display: inline-block;
  margin-right: 8px;
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  color: #fff;
  font-weight: 900;
}

/*sec06*/
.sec06 {
  padding: 70px 0 0 0;
}
.sec06 table {
  margin: 40px 0 50px 0;
}

.sec06-btn {
  text-align: center;
}

.sec06-btn a {
  margin-top: 20px;
  border-radius: 6px;
  background: #ff964c;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  padding: 16px 45px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.sec06-btn a:before {
  display: inline-block;
  margin-right: 8px;
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  color: #fff;
  font-weight: 900;
}

/*------------
アニメーションタイトル
--------------*/
.ttl01 {
  margin: 0 auto 40px;
  text-align: center;
  font-family: "FOT-スーラ Pro DB";
  color: #007b43;
}

.ttl01 .big {
  display: block;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 15px;
}

.ttl01 .small {
  display: block;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 15px;
}

.ttl02 {
  margin: 0 auto 15px;
  text-align: center;
  font-family: "FOT-スーラ Pro DB";
  color: #007b43;
  font-size: 24px;
  letter-spacing: 0.05em;
}

.ttl03 {
  margin: 0 auto 15px;
  text-align: center;
  font-family: "FOT-スーラ Pro DB";
  color: #007b43;
  font-size: 22px;
  letter-spacing: 0.05em;
}

.u-ttl {
  margin: 0 auto 50px;
  text-align: center;
  font-family: "FOT-スーラ Pro DB";
  color: #007b43;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 15px;
}

.u-h2 {
  position: relative;
  z-index: 1;
  top: 95px;
  background: #ebf0e7;
  text-align: center;
  font-family: "FOT-スーラ Pro DB";
  color: #007b43;
  font-size: 32px;
  letter-spacing: 0.05em;
  padding: 80px 0 60px 0;
  margin: 0 0 60px 0;
}

.is-fade {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate3d(0, 10%, 0);
  transform: translate3d(0, 10%, 0);
}

.is-fade.is-action {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.is-text .big span, .is-text .small span {
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.is-text.is-action .big span, .is-text.is-action .small span {
  opacity: 1;
}

/*------------
下層レイアウト
--------------*/
#under-middle .contents p + p {
  margin-top: 15px;
}

.u-normalcol {
  padding: 70px 0;
}

.u-normalcol iframe {
  height: 400px;
}

.u-bgsky {
  background: #fbf9f4 url(../images/share/bg_sky.png) no-repeat center center;
  padding: 70px 0;
}

.u-bgprice {
  text-align: center;
  background: #fbf9f4 url(../images/share/bg_woodbird.png) no-repeat 30% center;
  padding: 70px 0;
}

/*------------
下層パーツ
--------------*/
.col2, .col2-col2,
.col3, .col3-col2,
.col4, .col4-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col2, .col2-col2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col2 > li, .col2-col2 > li {
  width: 48%;
}

.col2.before-after-wrap > li {
  width: 40%;
}

.col3, .col3-col2 {
  margin: 0 -1%;
}

.col3 > li, .col3-col2 > li {
  margin: 0 1%;
  width: 31.3333333%;
}

.col4, .col4-col2 {
  margin: 0 -1%;
}

.col4 > li, .col4-col2 > li {
  margin: 0 1%;
  width: 23%;
}

.l-imgR, .l-imgL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-imgR {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l-imgR .l-img, .l-imgL .l-img {
  margin: 0 3% 0 0;
}

.l-imgR .l-desc, .l-imgL .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-imgR .l-imghalf, .l-imgL .l-imghalf {
  width: 48%;
  margin: 0 3% 0 0;
}

/*list*/
.list-check li {
  font-size: 16px;
  position: relative;
}

.list-check li:before {
  display: inline-block;
  margin-right: 6px;
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  content: '\f058';
  color: #fb7e25;
}

.list-check li + li {
  margin-top: 3px;
}

/*table*/
.table-style01 {
  border-collapse: collapse;
  width: 100%;
  border: 3px solid #5aa572;
}

.table-style01 th, .table-style01 td {
  background: #fff;
  border: 1px solid #babfb6;
  padding: 20px;
  vertical-align: middle;
}

.table-style01 th {
  width: 20%;
  background: #ebf0e7;
  color: #007b43;
  font-weight: bold;
  text-align: center;
}

.table-style02 {
  border-collapse: collapse;
  width: 100%;
  border: 3px solid #5aa572;
}

.table-style02 th, .table-style02 td {
  background: #fff;
  border: 1px solid #babfb6;
  padding: 10px;
  vertical-align: middle;
}

.table-style02 th {
  width: 30%;
  background: #ebf0e7;
  color: #007b43;
  font-weight: bold;
  text-align: center;
}

/*box*/
.box-style01 {
  background: #fff;
  border: 8px solid #c1d9c9;
  border-radius: 10px;
  padding: 30px 35px;
}

/*btn*/
.btn-style01 {
  padding-top: 20px;
}

.btn-style01 a {
  border-radius: 10px;
  background: #5aa572 url(../images/share/pdf.png) no-repeat 30px center;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  padding: 20px 50px 20px 80px;
}

/*------------
お問い合わせ
--------------*/
.contact-box {
  margin-top: 30px;
  background: #fff;
  border: 8px solid #c1d9c9;
  border-radius: 10px;
  padding: 30px 35px;
}

.contact-subttl {
  text-align: center;
  font-family: "FOT-スーラ Pro DB";
  font-size: 20px;
  border-bottom: dashed 1px #5aa572;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.u-contact {
  padding: 100px 0 50px 0;
}

.contact-form table {
  margin: 50px 0 30px 0;
  border-collapse: collapse;
  width: 100%;
  border: 3px solid #5aa572;
}

.contact-form th, .contact-form td {
  background: #fff;
  border: 1px solid #babfb6;
  padding: 20px;
  vertical-align: middle;
}

.contact-form th {
  background: #ebf0e7;
  color: #007b43;
  font-weight: bold;
  text-align: center;
}

.contact-form .hissu {
  display: inline-block;
  color: #ff0000;
  padding: 2px 8px;
  float: right;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form select, .contact-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #F7F4EF;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  padding: 15px;
  width: 100%;
}

.contact-form select::-ms-expand {
  display: none;
}

.contact-form input[type="radio"], .contact-form input[type="checkbox"] {
  vertical-align: 0;
  margin: 0 10px 0 0;
}

.contact-form .select-wrap {
  position: relative;
}

.contact-form .select-wrap::after {
  content: "";
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #644b19 transparent transparent transparent;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.contact-form .mwform-radio-field input[type="radio"] {
  display: none;
}

.contact-form .mwform-radio-field label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: 20px;
  padding: 10px 0 10px 15px;
  border-radius: 2px;
  text-align: center;
  line-height: 1;
}

.contact-form .mwform-radio-field label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -10px;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #644b19;
  border-radius: 50%;
}

.contact-form .mwform-radio-field input[type="radio"]:checked + .mwform-radio-field-text:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -6px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-radius: 50%;
  background: #644b19;
}

.contact-form .mwform-checkbox-field {
  display: inline-block;
  margin-right: 10px;
}

.contact-form .mwform-tel-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form .mwform-zip-field input[type="text"] {
  width: 15%;
  min-width: 80px;
  margin: 0 10px;
}

.contact-form .mwform-tel-field input[type="text"] {
  width: 29%;
}

.contact-form .mwform-tel-field input[type="text"]:nth-of-type(1) {
  margin-right: 10px;
}

.contact-form .mwform-tel-field input[type="text"]:nth-of-type(2) {
  margin: 0 10px;
}

.contact-form .mwform-tel-field input[type="text"]:nth-of-type(3) {
  margin-left: 10px;
}

.contact-form textarea {
  height: 200px;
}

.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus, .contact-form input[type="tel"]:focus, .contact-form textarea:focus, .contact-form select:focus {
  outline: 1px solid #004097;
}

.contact-form .submit-btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-form .submit-btn [type="submit"] {
  border-radius: 6px;
  background: #ff964c;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  padding: 16px 45px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  -webkit-transition: .2s;
  transition: .2s;
  width: 250px;
}

.contact-form .submit-btn [type="submit"]:hover {
  opacity: .7;
}

.contact-form .submit-btn [type="submit"].back-btn {
  background-color: #5aa572;
  margin-right: 50px;
}

.mw_wp_form_confirm .select-wrap::after {
  display: none;
}


/*------------
common
--------------*/
.fixed:after {
  clear: both;
  content: "";
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.fade {
  -webkit-transition: .2s;
  transition: .2s;
}

.fade:hover {
  opacity: 0.7;
}

.bold, strong {
  font-weight: bold;
}

.red {
  color: #ff1100;
}

.green {
  color: #007b43;
}

.radius10 img {
  border-radius: 10px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.tac,.tac-pc {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

/*------------
slick
--------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  text-align: center;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  border: none;
  background: transparent;
  cursor: pointer;
  color: transparent;
}

.slick-prev,
.slick-next {
  background: url(../images/share/slick_arrow.png) no-repeat 0 0/contain;
  display: block;
  position: absolute;
  top: calc(50% - 25px);
  width: 35px;
  height: 35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.slick-prev:focus,
.slick-next:focus {
  outline: 0;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  padding: 0;
  background: #ece4d7;
  border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  background: #004097;
}

.slick-dots li.slick-active button {
  background: #004097;
}
