@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}

img {
  border: 0;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-spacing: 0;
  empty-cells: show;
}

/* clearfix */
.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

* {
  list-style: none;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 14px;
}

p {
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "NotoSans";
  src: url(../webfonts/NotoSansJP-Black.otf);
  src: url(../webfonts/NotoSansJP-Bold.otf);
  src: url(../webfonts/NotoSansJP-Regular.otf);
}
/* =========================================

break point

========================================= */
/* ---------------------------------------------- /*
*   お問い合わせフォーム
/* ---------------------------------------------- */
#contact_box {
  max-width: 1020px;
  margin: 40px auto 0;
  box-sizing: border-box;
  padding: 40px 16px;
}
#contact_box .row {
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  #contact_box {
    padding: 0px 0px;
  }
}
#contact_box tr {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  width: 100%;
}
#contact_box tr th {
  width: 12%;
}
@media screen and (max-width: 958px) {
  #contact_box tr {
    padding-left: 0px;
  }
  #contact_box tr th {
    width: 16%;
  }
}
@media screen and (max-width: 768px) {
  #contact_box tr {
    align-items: center;
    flex-direction: column;
    justify-content: left;
  }
  #contact_box tr th {
    width: 100%;
  }
}
#contact_box tr.col-md-6 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  padding-right: 0;
}
#contact_box tr.col-md-6 th {
  width: 15%;
}
@media screen and (max-width: 958px) {
  #contact_box tr.col-md-6 {
    width: 100%;
    float: inherit;
    padding-left: 0px;
  }
  #contact_box tr.col-md-6 th {
    width: 16%;
  }
}
@media screen and (max-width: 768px) {
  #contact_box tr.col-md-6 {
    align-items: center;
    flex-direction: column;
    justify-content: left;
  }
  #contact_box tr.col-md-6 th {
    width: 100%;
  }
}
#contact_box tr.column {
  align-items: center;
  flex-direction: column;
  justify-content: left;
}
#contact_box tr.column th {
  width: 100%;
}
#contact_box th {
  display: block;
  font-size: 16px;
  padding: 17px 0px;
  font-weight: bold;
  padding: 5px 0;
  background-color: none;
  border: none;
}
#contact_box th .emphasis {
  color: #ff2121;
  margin-left: 6px;
}
#contact_box td {
  display: block;
  width: 100%;
  border: none;
  padding: 17px 0px;
}
@media screen and (max-width: 768px) {
  #contact_box td {
    padding: 0px 0px;
  }
}
#contact_box input[name=zip],
#contact_box input[name=zip1] {
  width: auto !important;
  margin-bottom: 12px;
}
#contact_box input[type=text],
#contact_box input[type=email],
#contact_box textarea {
  width: 100%;
}
#contact_box input[type=text],
#contact_box input[type=email],
#contact_box input[type=number],
#contact_box input[type=url],
#contact_box input[type=password],
#contact_box input[type=date],
#contact_box textarea,
#contact_box select {
  background: #f2f2f2;
  padding: 14px;
  font-size: 16px;
  border: 1px solid #f2f2f2;
  width: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  transition: all 0.4s;
}
#contact_box input[type=text]:focus,
#contact_box input[type=email]:focus,
#contact_box input[type=number]:focus,
#contact_box input[type=url]:focus,
#contact_box input[type=password]:focus,
#contact_box input[type=date]:focus {
  background: #ddf3ed;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #contact_box input[type=text]:focus,
  #contact_box input[type=email]:focus,
  #contact_box input[type=number]:focus,
  #contact_box input[type=url]:focus,
  #contact_box input[type=password]:focus,
  #contact_box input[type=date]:focus {
    width: 102%;
    transition: all 0.4s;
  }
}
#contact_box input::-moz-placeholder {
  color: #b0b0b0;
  letter-spacing: 2px;
}
#contact_box input::placeholder {
  color: #b0b0b0;
  letter-spacing: 2px;
}
#contact_box textarea:focus {
  background: #ddf3ed;
  box-sizing: border-box;
}
#contact_box .mwform-tel-field input[type=text],
#contact_box .mwform-zip-field input[type=text] {
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 769px) {
  #contact_box .mwform-tel-field input[type=text],
  #contact_box .mwform-zip-field input[type=text] {
    width: 30%;
  }
}
#contact_box .contact_bottom li {
  text-align: center;
  font-size: 17px;
  padding: 16px 0 46px;
}
#contact_box .contact_bottom li a {
  font-weight: 700;
  color: #ff2121;
  padding: 0 4px;
}
#contact_box .contact_bottom li a:hover {
  color: gray;
}
#contact_box #mw-wp-form-captcha {
  text-align: center;
  padding: 0 3% 2em 3%;
  line-height: 2.5em;
}
#contact_box #mw-wp-form-captcha img {
  margin-bottom: 10px;
  border-radius: 10px;
  width: 200px;
}
#contact_box #mw-wp-form-captcha input {
  width: 200px;
  height: 50px;
  margin: 10px auto 0;
}
#contact_box div.contact_bottom div.item {
  margin: 0px auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #contact_box div.contact_bottom div.item {
    width: 400px;
  }
}
#contact_box div.contact_bottom div.item input[type=submit] {
  background-color: #41b047;
  border-color: #41b047;
  margin-bottom: 30px;
  border-radius: 0rem;
  max-width: 320px;
  width: 100%;
  padding: 20px 14px;
  position: relative;
  transition: all 0.35s ease;
  color: #fff;
  font-weight: 700;
  border: none;
}
#contact_box div.contact_bottom div.item input[type=submit] a {
  color: #fff;
  font-weight: 700;
}
#contact_box div.contact_bottom div.item input[type=submit]::after {
  content: "";
  position: absolute;
  background-image: url(../images/btn_after_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 40px;
  height: 28px;
  right: 20px;
  margin: auto;
  z-index: 1;
  transition: 0.5s all;
}
#contact_box div.contact_bottom div.item input[type=submit]:hover {
  background-color: #fff;
  border-color: #41b047;
  transition: all 0.35s ease;
  color: #41b047;
}
#contact_box div.contact_bottom div.item input[type=submit]:hover a {
  color: #41b047;
}
#contact_box div.contact_bottom div.item input[type=submit]:hover::after {
  transition: 0.5s all;
  background-image: url(../images/btn_after_black.png);
}
#contact_box div.contact_bottom div.item input[type=submit]:hover {
  background-color: #89c08c;
  border-color: #41b047;
  color: #fff;
  cursor: pointer;
}
#contact_box .error {
  font-weight: 800;
  font-size: 96%;
  color: #ff3a46;
  display: block;
}

.radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.mw_wp_form .vertical-item {
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .mw_wp_form .vertical-item {
    padding-right: 10px;
  }
}

.mwform-checkbox-field-text {
  letter-spacing: 2px;
}

.complete_message,
.wrap_top {
  text-align: center;
}
.complete_message h4,
.wrap_top h4 {
  position: relative;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 20px;
  display: table;
  margin: 0 auto 20px;
}

#contact-err h4 {
  position: relative;
  text-align: center;
  font-size: 22px;
  color: #ff4848;
  font-weight: bold;
  padding-bottom: 20px;
  display: table;
  margin: 0 auto 20px;
}

th.th-col {
  background: none;
  text-align: left;
}

.contact_bottom ul {
  list-style-type: none;
}

a.contact-link {
  font-weight: bold;
  color: #41b047 !important;
}

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

.text-sp, #cb_content_3 .desc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .text-sp, #cb_content_3 .desc {
    text-align: left;
  }
}

br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}

br.pc {
  display: block;
}
@media screen and (min-width: 768px) {
  br.pc {
    display: none;
  }
}

* {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}

@media screen and (min-width: 768px) {
  #header_slider_wrap,
  #header_slider_catch,
  #header_slider,
  .slick-list,
  .slick-track,
  #header_slider .item {
    height: 52vh !important;
  }
}
.post_content {
  margin: 0 auto;
}
.post_content th {
  background: #215e40;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .post_content th {
    padding: 14px 10px !important;
  }
}
.post_content th span {
  font-size: 0.7rem;
  color: #fff;
  margin-left: 8px;
  font-weight: 600;
  background: #bc3131;
  padding: 1px 6px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .post_content td {
    padding: 14px 10px !important;
  }
}
.post_content input[type=text],
.post_content input[type=email] {
  width: 100%;
  border: 1px solid #c0c0c0;
}
.post_content textarea {
  width: 100%;
  border: 1px solid #c0c0c0;
}

.btn-area {
  text-align: center;
  margin-top: 40px;
}
.btn-area input {
  background: #215e40;
  color: #fff;
  border: none;
  padding: 20px 60px;
}

.banner_content {
  height: 500px !important;
}

@media screen and (max-width: 767px) {
  .banner_content {
    height: 290px !important;
  }
}
.lp_page {
  max-width: 1000px !important;
  width: 100% !important;
}

#page_header, #blog_header {
  height: 400px;
}

.arrow_content .item .desc {
  text-align: left;
}

@media screen and (max-width: 767px) {
  #header_slider_wrap {
    height: 40vh !important;
  }
  #header_slider_wrap #header_slider {
    height: 40vh !important;
  }
}
.works {
  max-width: 1040px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.works .works-col:not(last-child) {
  margin-bottom: 80px;
  padding-bottom: 20px;
  border-bottom: 1px solid #215e40;
}
@media screen and (max-width: 767px) {
  .works .works-col:not(last-child) {
    margin-bottom: 40px;
  }
}
.works .works-col .works-col-hd {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .works .works-col .works-col-hd {
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .works .works-col .works-col-hd {
    flex-direction: column;
    line-height: 0.1;
    margin-bottom: 0px;
  }
}
.works .works-col .works-col-hd h3 {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 1.2rem !important;
}
@media screen and (max-width: 767px) {
  .works .works-col .works-col-hd h3 {
    margin-bottom: 0px !important;
  }
}
.works .works-col .works-col-hd h3 span {
  font-weight: 600;
  margin-left: 4px;
  font-size: 2rem;
  color: #172c84;
}
.works .works-col .works-col-hd p {
  margin-left: 30px;
  margin-bottom: 0px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .works .works-col .works-col-hd p {
    line-height: 1;
    margin-bottom: 20px;
  }
}
.works .works-col .works-col-hd p span {
  margin-left: 14px;
  font-size: 2rem;
  font-weight: 600;
}
.works .works-col .works-col-img {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .works .works-col .works-col-img {
    flex-direction: column;
  }
}
.works .works-col .works-col-img p {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 0.6;
}
.works .works-col .works-col-img .works-col-img__col {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .works .works-col .works-col-img .works-col-img__col {
    width: 100%;
    margin-bottom: 14px;
  }
}
.works .works-col .works-col-img .works-col-img__col:not(last-child) {
  width: 45%;
  margin-right: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .works .works-col .works-col-img .works-col-img__col:not(last-child) {
    width: 100%;
  }
}
.works .works-col .works-col-img .works-col-img__col small {
  font-size: 0.94rem;
  font-weight: 500;
  margin: 14px 0px 4px;
  display: block;
}
.works .works-col .works-col-img .works-col-img__col img {
  width: 100%;
}
.works .works-col .works-col-img .works-col-img__col.col_2 {
  width: 29%;
}
.works .works-col .works-col-img .works-col-img__col.col_2:not(last-child) {
  width: 29%;
}
@media screen and (max-width: 767px) {
  .works .works-col .works-col-img .works-col-img__col.col_2:not(last-child) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .works .works-col .works-col-img .works-col-img__col.col_2 {
    width: 100%;
  }
}
.works .works-col .works-col-img .works-col-img__col.col_4 {
  width: 20%;
}
.works .works-col .works-col-img .works-col-img__col.col_4:not(last-child) {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .works .works-col .works-col-img .works-col-img__col.col_4:not(last-child) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .works .works-col .works-col-img .works-col-img__col.col_4 {
    width: 100%;
  }
}
.works .works-col .works-col-text p {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: normal;
}

#drawer_menu_footer {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .mw_wp_form tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

.cb_box_content.num1 .box_content .headline {
  font-size: 32px !important;
}
@media screen and (max-width: 767px) {
  .cb_box_content.num1 .box_content .headline {
    font-size: 24px !important;
  }
}

.cb_box_content .box_content .headline {
  bottom: 4px !important;
}
@media screen and (max-width: 767px) {
  .cb_box_content .box_content .headline {
    bottom: 4px !important;
  }
}

.worries {
  display: flex;
}
.worries p {
  width: 50%;
}

#header_slider_catch .caption {
  padding: 0 36px !important;
}

@media screen and (max-width: 767px) {
  #site_description.show_desc_mobile {
    display: none !important;
  }
}

.cb_box_content .box_content .content_top {
  height: 380px !important;
}
@media screen and (max-width: 767px) {
  .cb_box_content .box_content .content_top {
    height: 280px !important;
  }
}

.footer-sns {
  max-width: 360px;
  margin: 0 auto 60px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer-sns {
    flex-direction: column;
  }
}
.footer-sns .sns_ins {
  margin-right: 20px;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .footer-sns .sns_ins {
    max-width: 110px;
    margin-right: 0px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.footer-sns .sns_ins img {
  width: 300px;
}
.footer-sns .sns_ins p {
  font-size: 0.7rem;
}

.hd_ins {
  max-width: 88px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .hd_ins {
    max-width: 68px;
    margin-right: 0px;
    position: relative;
    right: -24px;
  }
}/*# sourceMappingURL=style.css.map */