@charset "UTF-8";

@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html{
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 'Lucida Grande', sans-serif;
    color: #333;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.8rem;
    line-height: 1.8;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 'Lucida Grande', sans-serif;
    color: #333;
  }
}

@media screen and (min-width: 768px) {
  .vsp { display: none !important; }
}
@media screen and (max-width: 767px) {
  .vpc { display: none !important; }
}

a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #333;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  #body {
    min-width: 98.0rem;
    overflow: hidden;
    background: url(../img/footer_bg.jpg) 50% calc(100% - 6.5rem)/100% auto no-repeat;
  }
  main {
  }
}
@media screen and (max-width: 767px) {
  #body {
    width: 100%;
    overflow: hidden;
    background: url(../img/footer_bg.jpg) 50% calc(100% - 6.5rem)/100% auto no-repeat;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  main {
    padding-top: 6rem;
  }
}


@media screen and (min-width: 768px) {
  header {
    border: none;
    position: relative;
    z-index: 100;
    background: url(../img/header_bg.png) calc(50% + 30.0rem) 2.7rem no-repeat;
  }
  header::before {
    content: "";
    display: block;
    width: 100%;
    height: 2.7rem;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #93b526;
  }
  header .inner {
    width: 96.0rem;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    height: 12.4rem;
  }
  header .inner h1 {
    height: 2.7rem;
    line-height: 2.7rem;
    font-size: 1.2rem;
  }
  header .logo {
    position: absolute;
    top: 4.7rem;
    left: 0.0rem;
    z-index: 1;
  }
  header .tel {
    position: absolute;
    top: 6.1rem;
    left: 42.2rem;
    z-index: 1;
  }
  header .contact {
    position: absolute;
    top: 6.1rem;
    right: 0;
    z-index: 1;
  }
  header .contact a {
    transition: all 200ms 0s ease;
  }
  header .contact a:hover {
    opacity: 0.7;
  }
  header .menu {
    display: none;
  }
  header .gnav {
    width: 96.0rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
    margin-bottom: 2.5rem;
  }
  header .gnav a {
    transition: all 200ms 0s ease;
  }
  header .gnav a:hover {
    opacity: 0.7;
  }
  header .sp-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .inner {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    background-color: #fff;
  }
  header .logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 6rem;
    width: 100%;
    z-index: 100;
    box-sizing: border-box;
    padding: 1.0rem;
  }
  header .logo img {
    width: auto;
    height: 100%;
    vertical-align: top;
  }
  header .inner h1 {
    display: none;
  }
  header .tel {
    display: none;
  }
  header .contact {
    display: none;
  }
  header .menu {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 3.5rem;
    height: 3.0rem;
    box-sizing: border-box;
    margin: 0rem;
    z-index: 100;
    display: -webkit-box;
    display: flex;
    align-items: center;
  }
  header .menu span {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    width: 100%;
    height: calc(100% / 5);
    background: #93b526;
  }
  header .menu::before,
  header .menu::after {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% / 5);
    background: #93b526;
    position: absolute;
    left: 0;
  }
  header .menu::before {
    top: 0;
  }
  header .menu::after {
    bottom: 0;
  }
  header .menu img {
    width: auto;
    height: 100%;
    vertical-align: top;
  }
  header .sp-cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  header .gnav {
    display: none;
  }
  header .sp-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 6rem;
    box-sizing: border-box;
    z-index: 99;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    transition: all 200ms 0s ease;
    transform: translateY(-100%);
    background: #fff;
  }
  header .sp-nav.open {
    transform: translateY(0);
  }
  header .sp-nav>ul>li>span,
  header .sp-nav>ul>li>a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 1.5rem 3rem;
    border-bottom: dashed 1px #93b526;
  }
  body.nav-open {
    width: 100%;
    height: 100%;
    position: fixed;
  }
}

@media screen and (min-width: 768px) {
  footer {
    position: relative;
  }
  footer .pagetop {
    position: fixed;
    bottom: 3.3rem;
    right: 11.8rem;
    z-index: 100;
  }
  footer .pagetop a {
    transition: all 200ms 0s ease;
  }
  footer .pagetop a:hover {
    opacity: 0.7;
  }
  footer .inner {
    width: 96.0rem;
    margin: 6.0rem auto 38.0rem auto;
    background-color: #fff;
    border-radius: 1.0rem;
    min-height: 10.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .logo {
    width: 28.0rem;
    text-align: center;
  }
  footer .fnav {
    width: calc(100% - 28.0rem);
    box-sizing: border-box;

  }
  footer .fnav li {
    display: inline-block;
    margin-right: 1.5rem;
  }
  footer .fnav a {
    font-size: 1.4rem;
    text-decoration: none;
  }
  footer .fnav a:hover {
    text-decoration: underline;
  }
  footer .copyright {
    text-align: center;
    height: 6.5rem;
    line-height: 6.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  footer {
    position: relative;
  }
  footer .pagetop {
    display: none;
  }
  footer .inner {
    background-color: #fff;
    border-radius: 1.0rem;
    min-height: 10.5rem;
    margin: 4.0rem 2.5rem;
    padding: 2.0rem;
    text-align: center;
  }
  footer .logo {
    margin-bottom: 2.0rem;
  }
  footer .fnav {
    box-sizing: border-box;
  }
  footer .fnav li {
    display: inline-block;
    margin-right: 1.5rem;
  }
  footer .fnav a {
    font-size: 1.4rem;
    text-decoration: none;
  }
  footer .copyright {
    text-align: center;
    height: 6.5rem;
    line-height: 6.5rem;
    font-size: 1.2rem;
    background-color: #fff;
  }
}

/* anchor */
#area {
  padding-top: 6.0rem;
  margin-top: -6.0rem;
}


section .container {
  width: 96.0rem;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  section {
    width: 100%;
    overflow: hidden;
  }
  section .container {
    width: 100%;
    padding: 2.0rem;
  }
}


@media screen and (min-width: 768px) {
  section.keyvisual {
    height: 43.0rem;
    background-color: #12100e;
    margin: 0 auto;
  }
  section.keyvisual img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 767px) {
  section.keyvisual .container{
    padding: 0;
  }
}

section.home-lead {
  margin-bottom: 4.0rem;
}
section.home-lead .text {
  text-align: center;
  font-size: 2.4rem;
  margin: 3.0rem 0;
  font-weight: bold;
}
section.home-lead .caption {
  display: inline-block;
  background: url(../img/home_lead_icon_arrow.png) 100% 50%/0.9rem auto no-repeat;
  font-weight: bold;
  padding: 0.4rem 2.0rem 0.1rem 0rem;
  margin-right: 2.0rem;
  font-size: 1.8rem;
}
section.home-lead .area {
  text-align: center;
}
section.home-lead ul {
  display: inline-block;
}
section.home-lead ul li {
  display: inline-block;
  border-radius: 5px;
  background-image: -moz-linear-gradient( 90deg, rgb(118,148,26) 0%, rgb(184,213,77) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(118,148,26) 0%, rgb(184,213,77) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(118,148,26) 0%, rgb(184,213,77) 100%);

  line-height: 1.3;
  padding: 0.3rem 1.5rem 0.1rem 1.5rem;
  color: #fff;
  font-weight: bold;
  margin-right: 1.0rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  section.home-lead {
    margin-bottom: 0rem;
  }
  section.home-lead .text {
    margin: 0;
    font-size: 1.8rem;
  }
  section.home-lead ul {
    display: block;
  }
  section.home-lead .area {
    text-align: left;
  }
}


section.home-chousa {
  margin-bottom: 4.0rem;
}
section.home-chousa .container {
  border-style: solid;
  border-width: 0.1rem;
  border-color: rgb(204, 204, 204);
  border-radius: 1.0rem;
  box-shadow: 0 0.1rem 0.5rem 0 rgba(153, 153, 153, 0.5);
  background: url(../img/home_chousa_bg.png) 100% 100% no-repeat;
  padding: 4.0rem;
}
section.home-chousa h2 {
  text-align: center;
  margin-bottom: 3.0rem;
}
section.home-chousa .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.home-chousa .wrap .image {
  width: 29.7rem;
  margin-left: 10.0rem;
}
section.home-chousa .wrap .content {
  width: calc(100% - 29.7rem);
  font-size: 1.8rem;
  padding-left: 5.5rem;
}
section.home-chousa .wrap .content p {
  width: 34.0rem;
}
section.home-chousa .wrap .content .button {
  width: auto;
  margin-top: 2.0rem;
}
section.home-chousa .wrap .content .button a {
  display: inline-block;
  text-decoration: none;
  border: solid 0.3rem #76941a;
  color: #76941a;
  text-align: center;
  border-radius: 30.0rem;
  padding: 0.8rem 6.0rem 0.5rem 3.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  background: #fff url(../img/home_chousa_icon_button.png) calc(100% - 3.0rem) 50%/0.8rem auto no-repeat;
  transition: all 200ms 0s ease;
}
section.home-chousa .wrap .content .button a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  section.home-chousa {
    margin-bottom: 0;
  }
  section.home-chousa .container {
    margin: 2.0rem;
    width: calc(100% - 4.0rem);
  }
  section.home-chousa .wrap {
    display: block;
  }
  section.home-chousa .wrap .image {
    width: 80%;
    margin: 0 auto 2.0rem auto;
    text-align: center;
    padding-left: 7.0rem;
  }
  section.home-chousa .wrap .content {
    width: 100%;
    padding: 0;
  }
  section.home-chousa .wrap .content .button {
    text-align: center;
  }
  section.home-chousa .wrap .content .button a {
    padding: 0.5rem 4.5rem 0.3rem 3.0rem;
    background: #fff url(../img/home_chousa_icon_button.png) calc(100% - 2.0rem) 50%/0.8rem auto no-repeat;
  }
}

section.home-support {
  background-color: #93b526;
  padding: 8.00rem 0;
  margin-bottom: 4.0rem;
}
section.home-support h2 {
  text-align: center;
  margin-bottom: 4.0rem;
}
section.home-support ul {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
section.home-support ul li {
}
section.home-support ul li a {
  display: inline-block;
  text-decoration: none;
  display: inline-block;
  text-decoration: none;
  border: solid 0.3rem #000;
  text-align: center;
  border-radius: 30.0rem;
  padding: 2.0rem 5.0rem 1.8rem 3.0rem;
  background: #fff url(../img/home_support_icon_arrow.png) calc(100% - 2.0rem) 50%/0.8rem auto no-repeat;
  font-size: 2.0rem;
  font-weight: bold;
  transition: all 200ms 0s ease;
}
section.home-support ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  section.home-support {
    padding: 0;
  }
  section.home-support h2 {
    height: 2.5rem;
  }
  section.home-support h2 img {
    width: auto;
    height: 100%;
  }
  section.home-support ul li {
    width: calc(50% - 1.0rem);
    margin-bottom: 1.0rem;
  }
  section.home-support ul li a {
    width: 100%;
    padding: 1.0rem 0 0.8rem 0;
    background: #fff url(../img/home_support_icon_arrow.png) calc(100% - 1.5rem) 50%/0.8rem auto no-repeat;
    font-size: 1.8rem;
  }
}

section.home-case {
  margin-top: 10.0rem;
  margin-bottom: 8.0rem;
}
section.home-case h2 {
  text-align: center;
  margin-bottom: 4.0rem;
}
section.home-case .slider-wrapper {
  position: relative;
  width: clac(96.0rem * 3);
  margin: 0 auto;
  overflow: hidden;
}
.slider {
  width: 96.0rem;
  margin: 0 auto;
}
.slider li {
  padding: 0 3.5rem;
}
.slick-list img {
  width: 100%;
  height: auto;
}
.slick-list {
  overflow: visible !important;
}
@media screen and (max-width: 767px) {
  section.home-case {
    margin-top: 3.0rem;
    margin-bottom: 3.0rem;
  }
  section.home-case h2 {
    height: 2.5rem;
  }
  section.home-case h2 img {
    width: auto;
    height: 100%;
  }
  section.home-case .slider-wrapper {
    width: 100%;
  }
  .slider {
    width: 100%;
  }
  .slider li {
    padding: 0 2.0rem;
  }
}

section.home-faq {
  margin-bottom: 8.0rem;
}
section.home-faq .container {
  border: solid 0.3rem #93b526;
  border-radius: 1.0rem;
  background-color: #fff;
  padding: 4.0rem 7.0rem 0rem 7.0rem;
}
section.home-faq h2 {
  text-align: center;
  margin-bottom: 7.0rem;
}
section.home-faq .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.home-faq .item {
  width: 23.7rem;
  padding: 7.0rem 2.5rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
  background-color: #f4f7e9;
  position: relative;
  margin-bottom: 6.0rem;
}
section.home-faq .item::before {
  content: "";
  display: block;
  width: 8.4rem;
  height: 7.0rem;
  background: url(../img/home_faq_icon.png) 0 0/100% auto no-repeat;
  position: absolute;
  top: -3.0rem;
  left: 1.5rem;
}
section.home-faq .item .q {
  font-size: 1.4rem;
  user-select: none;
}
section.home-faq .item .a {
  position: absolute;
  bottom: -7.0rem;
  left: 1.0rem;
  background: #fff;
  border: solid 0.3rem #93b526;
  width: 50.0rem;
  z-index: 0;
  border-radius: 1.0rem;
  opacity: 0;
  padding: 1.0rem;
  visibility: hidden;
  overflow: hidden;
  box-sizing: border-box;
  transition: opacity 200ms 0s ease;
}
section.home-faq .item:nth-of-type(3n) .a {
  left: auto;
  right: -6.0rem;
}
section.home-faq .item .a p {
  margin-bottom: 2.0rem;
}
section.home-faq .item .a em.underline {
  font-weight: bold;
  text-decoration: underline;
}
section.home-faq .item .a p:last-child {
  margin-bottom: 0;
}
section.home-faq .item .a.show {
  opacity: 1;
  height: auto;
  z-index: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  section.home-faq {
    margin-bottom: 4.0rem;
  }
  section.home-faq h2 {
    height: 2.5rem;
  }
  section.home-faq h2 img {
    width: auto;
    height: 100%;
  }
  section.home-faq .container {
    margin: 2.0rem;
    width: calc(100% - 4.0rem);
    padding: 4.0rem 2.0rem;
  }
  section.home-faq .wrap {
    display: block;
  }
  section.home-faq .item {
    width: 100%;
    margin-bottom: 5.0rem;
  }
  section.home-faq .item:last-child {
    margin-bottom: 0rem;
  }
  section.home-faq .item .q {
    font-size: 1.8rem;
    user-select: none;
    font-weight: bold;
  }
  section.home-faq .item .a {
    position: static;
    top: auto;
    left: auto;
    display: block;
    width: 100%;
    opacity: 1;
    visibility: visible;
    margin-top: 2.0rem;
  }
  section.home-faq .item .a.show {
    display: block;
  }
}


footer {
  border-top: solid 2.0rem #e5e5e5;
  margin-top: 10.0rem;
  padding-top: 7.0rem;
}
.home footer {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  footer {
    border-top: solid 2.0rem #e5e5e5;
    margin-top: 3.0rem;
    padding-top: 3.0rem;
  }
  .home footer {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
}


footer .footer-contact {
  margin-bottom: 4.0rem;
  width: 96.0rem;
  margin: 0 auto 3.4rem auto;
  box-sizing: border-box;
  position: relative;
}
footer .footer-contact a {
  transition: all 200ms 0s ease;
}
footer .footer-contact a:hover {
  opacity: 0.7;
}
footer .footer-contact h2 {
  text-align: center;
  margin-bottom: 3.5rem;
}
footer .footer-contact .wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.5rem;
}
footer .footer-contact .wrap::after {
  content: "";
  display: block;
  width: 15.0rem;
  height: 24.7rem;
  background: url(../img/footer_contact_image.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: calc(50% - 7.3rem);
}
@media screen and (max-width: 767px) {
  footer .footer-contact {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    padding: 2.0rem;
  }
  footer .footer-contact .wrap {
    display: block;
    padding-bottom: 0;
  }
  footer .footer-contact .wrap::after {
    content: none;
  }
  footer .footer-contact .box-tel {
    width: 100%;
    margin-bottom: 4.0rem;
    text-align: center;
  }
  footer .footer-contact .box-form {
    width: 100%;
    text-align: center;
  }
}

footer .footer-button {
  width: 96.0rem;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
footer .footer-button ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-button a {
  transition: all 200ms 0s ease;
}
footer .footer-button a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  footer .footer-button {
    width: 100%;
    overflow: hidden;
    padding: 2.0rem;
  }
  footer .footer-button ul {
    display: block;
  }
  footer .footer-button ul li {
    margin-bottom: 4.0rem;
    text-align: center;
  }
}

.breadcrumb {
  border-top: solid 1px #ccc;
  padding: 1.0rem 0;
}
.breadcrumb ul {
  width: 96.0rem;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1;
}
.breadcrumb a {
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li::after {
  content: ' ＞ ';
  margin: 0 0.5rem;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 1.0rem 2.0rem;
  }
  .breadcrumb ul {
    width: 100%;
  }
}

section.page-title {
  background-color: #91b323;
  padding: 4.0rem 0;
  margin-bottom: 4.0rem;
}
section.page-title h2 {
  width: 96.0rem;
  margin: 0 auto;
}
h3.title {
  font-size: 3.8rem;
  font-weight: bold;
  color: #91b323;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}
section {
  margin-bottom: 10.0rem;
}
@media screen and (max-width: 767px) {
  section.page-title {
    padding: 2.0rem;
    margin-bottom: 2.0rem;
  }
  section.page-title h2 {
    width: 100%;
    height: 2.5rem;
    font-size: 0;
  }
  section.page-title h2 img {
    width: auto;
    height: 100%;
  }
  h3.title {
    font-size: 2.3rem;
  }
  section {
    margin-bottom: 2.0rem;
  }
}

section.asbestos01 .illust-box {
  position: relative;
  padding-right: 35.0rem;
  padding-bottom: 4.0rem;
}
section.asbestos01 .illust-box .illust {
  position: absolute;
  top: 0;
  right: 0;
}
section.asbestos01 .banner {
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.asbestos01 .illust-box {
    min-height: auto;
    padding-right: 0;
    padding-bottom: 0;
  }
  section.asbestos01 .illust-box .illust {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    margin: 2.0rem auto;
    padding-left: 7.0rem;
    width: 70%;
  }

}

section.asbestos02 {
}
section.asbestos02 h3.title {
  text-align: center;
}
section.asbestos02 .step {
  position: relative;
  text-align: center;
  width: 100%;;
  max-width: 80.0rem;
  margin: 3.0rem auto 0 auto;
}
section.asbestos02 .step .button-flow {
  position: absolute;
  top: 0;
  right: 7%;
  width: 29.5%;
  padding-top: 10.25%;
  z-index: 1;
}
section.asbestos02 .step .button-report {
  position: absolute;
  top: 0;
  right: 7%;
  width: 23.6rem;
  width: 29.5%;
  padding-top: 34.75%;
  z-index: 0;
}
section.asbestos02 .step img {
  width: 100%;
  height: auto;
}
section.asbestos02 .step a {
  transition: all 200ms 0s ease;
}
section.asbestos02 .step a:hover {
  opacity: 0.7;
}

section.asbestos03 {
}
section.asbestos03 .text p {
  margin-bottom: 2.0rem;
}
section.asbestos03 em.underline {
  font-weight: bold;
  text-decoration: underline;
}
section.asbestos03 h3.title {
  text-align: center;
}
section.asbestos03 .banner {
  margin-top: 2.5rem;
  text-align: center;
}
section.asbestos03 .banner a {
  transition: all 200ms 0s ease;
}
section.asbestos03 .banner a:hover {
  opacity: 0.7;
}


section .number-box {
  position: relative;
  padding-bottom: 8.0rem;
  overflow: hidden;
}
section .number-box::before {
  content: "";
  display: block;
  width: 9.6rem;
  height: 9.6rem;
  background: url(../img/icon_01.png) 0 0/100% auto no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
section .number-box.number-01::before {
  background-image: url(../img/icon_01.png);
}
section .number-box.number-02::before {
  background-image: url(../img/icon_02.png);
}
section .number-box.number-03::before {
  background-image: url(../img/icon_03.png);
}
section .number-box.number-04::before {
  background-image: url(../img/icon_04.png);
}
section .number-box.number-05::before {
  background-image: url(../img/icon_05.png);
}
section .number-box.number-06::before {
  background-image: url(../img/icon_06.png);
}
section .number-box h3 {
  margin-left: 12.0rem;
  height: 10.3rem;
  box-sizing: border-box;
  display: flex;
  align-items: end;
}
section .number-box .image {
  float: right;
  margin-left: 4.0rem;
}
section .number-box .text {
  margin-left: 12.0rem;
}

@media screen and (max-width: 767px) {
  section .number-box {
    padding-bottom: 3.0rem;
  }
  section .number-box::before {
    width: 4.8rem;
    height: 4.8rem;
  }
  section .number-box h3 {
    margin-left: 6.0rem;
    height: 5.5rem;
  }
  section .number-box .image {
    float: none;
    margin: 2.0rem 0 2.0rem 4.8rem;
    text-align: center;
  }
  section .number-box .text {
    margin-left: 4.8rem;
  }
}

section.flow01 .number-box {
  background: url(../img/icon_arrow_down.png) 50% calc(100% - 2.0rem)/5.9rem auto no-repeat;
}
section.flow01 .number-box.number-05 {
  background: none;
}
section.flow01 .kikan {
  background-color: #f3f3f3;
  text-align: center;
  padding: 3.0rem;
  margin-bottom: 5.0rem;
}
section.flow01 .kikan h4 {
  font-size: 2.0rem;
  font-weight: bold;
}
section.flow01 .kikan p {
  font-size: 4.0rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section.flow01 .number-box {
    padding-bottom: 8.0rem;
  }
  section.flow01 .number-box.number-05 {
    padding-bottom: 3.0rem;
  }
  section.flow01 .kikan h4 {
    font-size: 1.6rem;
  }
  section.flow01 .kikan p {
    font-size: 2.0rem;
  }
}

section.report01 .lead {
}
section.report02 h3 {
  margin-bottom: 1.0rem;
}
section.report02 h4 {
  color: #ff6666;
  font-size: 2.0rem;
  margin-bottom: 1.0rem;
}
section.report02 .image {
  text-align: center;
  margin-bottom: 3.0rem;
}
section.report02 .kikan {
  background-color: #f3f3f3;
  text-align: center;
  padding: 3.0rem;
  margin-bottom: 5.0rem;
}
section.report02 .kikan h4 {
  color: #000;
  font-size: 2.0rem;
  font-weight: bold;
}
section.report02 .kikan p {
  font-size: 4.0rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section.report02 .kikan h4 {
    font-size: 1.6rem;
  }
  section.report02 .kikan p {
    font-size: 2.0rem;
  }
}


section.fee01 {
  margin: 8.0rem 0;
}
@media screen and (max-width: 767px) {
  section.fee01 {
    margin: 3.0rem 0;
  }
}

section.recruit01 {
}
section.recruit01 .text {
  margin-bottom: 10.0rem;
  position: relative;
  z-index: 1;
}
section.recruit01 .detail {
  position: relative;
  border-top: solid 0.5rem #91b323;
  border-bottom: solid 0.5rem #91b323;
}
section.recruit01 .detail dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.recruit01 .detail dl dt {
  width: 13.0rem;
  text-align: center;
  border-bottom: solid 1px #cccccc;
  padding: 1.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.recruit01 .detail dl dd {
  width: calc(100% - 13.0rem);
  border-bottom: solid 1px #cccccc;
  padding: 1.5rem 5.0rem;
}
section.recruit01 .detail dl dt:last-of-type {
	border-bottom: none;
}
section.recruit01 .detail dl dd:last-of-type {
	border-bottom: none;
}
section.recruit01 .detail::before {
  content: '';
  display: block;
  width: 36.9rem;
  height: 20.1rem;
  background: url(../img/recruit_illust.png) 0 0/100% auto no-repeat;
  position: absolute;
  top: -20.6rem;
  right: 1.0rem;
}
section.recruit01 .image {
  position: absolute;
  top: 12.0rem;
  right: 0;
}
section.recruit01 .banner {
  margin-top: 3.0rem;
  text-align: center;
}
section.recruit01 .banner a {
  transition: all 200ms 0s ease;
}
section.recruit01 .banner a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  section.recruit01 .text {
    width: 100%;
    margin-bottom: 0rem;
  }
  section.recruit01 .detail::before {
    display: block;
    width: calc(36.9rem * 0.8);
    height: calc(20.1rem * 0.8);
    background: url(../img/recruit_illust.png) 0 0/100% auto no-repeat;
    position: absolute;
    top: calc(-20.6rem * 0.8);
    right: 1.0rem;
  }
  section.recruit01 .detail dl dt {
    width: 10.0rem;
  }
  section.recruit01 .detail dl dd {
    width: calc(100% - 10.0rem);
    padding: 1.5rem;
  }
  section.recruit01 .image {
    position: static;
    top: auto;
    right: auto;
    text-align: center;
    margin: 3.0rem 0;
  }
  section.recruit01 .banner {
    margin-top: 1.0rem;
  }
}

section.contact01 .inner {
  min-height: 36.0rem;
}
section.contact01 .text {
  width: 48.0rem;
  margin-bottom: 5.0rem;
}
section.contact01 .illust {
  width: 42.6rem;
  height: 26.3rem;
  position: absolute;
  top: 4.0rem;
  right: 1.0rem;
}
section.contact01 .image {
  text-align: center;
  margin-bottom: 7.0rem;
}

section.contact01 .form-block {
  border-top: solid 0.5rem #91b323;
  padding-top: 1.0rem;
}
@media screen and (max-width: 767px) {
  section.contact01 .inner {
    min-height: auto;
  }
  section.contact01 .text {
    width: 100%;
    margin-bottom: 2.0rem;
  }
  section.contact01 .illust {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    margin: 2.0rem auto 4.0rem auto;
    text-align: center;
  }
  section.contact01 .image {
    text-align: center;
    margin-bottom: 7.0rem;
  }

}


input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  border-radius: 10rem;
  padding: 0.7em;
  margin: 0;
  border: none;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  border-width: 1px;
  border-color: rgb(204, 204, 204);
  border-style: solid;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: inset 0px 3px 5px 0px rgba(29, 85, 1, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 0.5rem;
}
textarea {
  width: 100%;
  height: 26.0rem;
}
input.size-s {
  width: 31.0rem;
}
input.size-m {
  width: 50.0rem;
}
input.size-l {
}
section.contact01 .form-block {
}
section.contact01 .form-block .input-row {
  margin: 2.0rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.contact01 .form-block .input-row .caption {
  width: 20.0rem;
  text-align: right;
  padding-right: 2.5rem;
}
section.contact01 .form-block .input-row .input {
  width: calc(100% - 20.0rem);
}

section.contact01 .form-block .input-row.kojin-houjin .input label {
  margin-right: 8.0rem;
}
section.contact01 .form-block .input-row.naiyou {
  align-items: initial;
}
section.contact01 .form-block .input-row.naiyou .caption {
  padding-top: 1.0rem;
}
section.contact01 .form-block .input-button {
  text-align: center;
  margin-top: 6.0rem;
}
section.contact01 .form-block .input-button button {
  border: solid 0.3rem #91b323;
  border-radius: 10.0rem;
  color: #91b323;
  font-size: 2.2rem;
  font-weight: bold;
  min-width: 36.5rem;
  text-align: center;
  padding: 1.0rem;
  display: inline-block;
  background: #fff url(../img/icon_arrow_right.png) calc(100% - 3.5rem) 50%/1.0rem auto no-repeat;
  transition: all 200ms 0s ease;
}
section.contact01 .form-block .input-button button:hover {
  opacity: 0.7;
}
section.contact01 .form-block .input .error {
  display: block;
  color: #900;
}
@media screen and (max-width: 767px) {
  section.contact01 .form-block .input-row {
    display: block;
  }
  section.contact01 .form-block .input-row .caption {
    width: 100%;
    margin: 0;
    text-align: left;
  }
  section.contact01 .form-block .input-row .input {
    width: 100%;
  }
}
