@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,900;1,400&display=swap");
/* ---------------------------------------------------------------------------------------------------------
 common
--------------------------------------------------------------------------------------------------------- */
.wide_box {
  margin-left: 15px;
  margin-right: 15px;
}
@media print, screen and (min-width: 1200px) {
  .wide_box {
    margin-left: 8%;
    margin-right: 8%;
  }
}
.btn_base {
  display: inline-block;
  background: #37ce71;
  background: -moz-linear-gradient(left, #37ce71 0%, #61e393 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #37ce71), color-stop(100%, #61e393));
  background: -webkit-linear-gradient(left, #37ce71 0%, #61e393 100%);
  background: -o-linear-gradient(left, #37ce71 0%, #61e393 100%);
  background: linear-gradient(to right, #37ce71 0%, #61e393 100%);
  padding: 15px 60px;
  color: #fff !important;
  font-size: 1.8rem;
  font-weight: bold;
}
.btn_base span {
  position: relative;
}
.btn_base span::after {
  content: '\f0da';
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
}
@media print, screen and (min-width: 1200px) {
  .btn_base:hover {
    opacity: 0.7;
  }
}
.page_title {
  background: url("../images/mt_bg.jpg") no-repeat center center;
}
.business_pagetitle {
  background: url("../images/mt_business_bg.jpg") no-repeat center center;
}
.company_pagetitle {
  background: url("../images/mt_company_bg.jpg") no-repeat center center;
}
.strength_pagetitle {
  background: url("../images/mt_strength_bg.jpg") no-repeat center center;
}
.contact_pagetitle {
  background: url("../images/mt_contact_bg.jpg") no-repeat center center;
}
.recruit_pagetitle {
  background: url("../images/mt_bg.jpg") no-repeat center center;
}

.page_title .wide_box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}
@media print, screen and (min-width: 768px) {
  .page_title .wide_box {
    height: 200px;
  }
}
@media print, screen and (min-width: 992px) {
  .page_title .wide_box {
    height: 200px;
  }
}
@media print, screen and (min-width: 1200px) {
  .page_title .wide_box {
    height: 298px;
    justify-content: flex-end;
  }
}
.page_title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  color: #fff;
}
@media print, screen and (min-width: 992px) {
  .page_title h2 {
    font-size: 6rem;
  }
}
.title_base01 {
  background: #37ce71;
  color: #fff;
  border-radius: 5px;
  padding: .5em 1em;
  padding-left: 40px;
  font-size: 2rem;
  margin-bottom: 1em;
  letter-spacing: .05em;
  line-height: 1.4;
  position: relative;
}
.title_base01::before {
  content: '';
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}
@media print, screen and (min-width: 992px) {
  .title_base01 {
    font-size: 2.4rem;
  }
}
/* ---------------------------------------------------------------------------------------------------------
 header
--------------------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 1200px) {
  .body_wrapper {
    display: flex;
  }
  .body_wrapper .left-column {
    width: 206px;
    height: 100vh;
    position: fixed;
  }
  .body_wrapper .right-column {
    width: calc(100% - 206px);
    margin-left: 206px;
  }
}
.header {
  height: 60px;
  background: #60ccbb;
  background: -moz-linear-gradient(top, #60ccbb 0%, #5ccc87 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #60ccbb), color-stop(100%, #5ccc87));
  background: -webkit-linear-gradient(top, #60ccbb 0%, #5ccc87 100%);
  background: -o-linear-gradient(top, #60ccbb 0%, #5ccc87 100%);
  background: linear-gradient(to bottom, #60ccbb 0%, #5ccc87 100%);
}
.header h1 {
  padding-top: 15px;
  padding-left: 15px;
}
@media print, screen and (min-width: 1200px) {
  .header {
    background: #60ccbb;
    background: -moz-linear-gradient(left, #60ccbb 0%, #5ccc87 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #60ccbb), color-stop(100%, #5ccc87));
    background: -webkit-linear-gradient(left, #60ccbb 0%, #5ccc87 100%);
    background: -o-linear-gradient(left, #60ccbb 0%, #5ccc87 100%);
    background: linear-gradient(to right, #60ccbb 0%, #5ccc87 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header h1 {
    padding-top: 40px;
    padding-left: 0;
  }
  .header .h_contact {
    width: 100%;
    margin-top: auto;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: .05em;
    line-height: 1.4em;
    font-size: 2rem;
    font-weight: 500;
  }
  .header .h_contact .pc_tel [data-action] {
    display: block;
    background: #fbab2d;
    color: #fff;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .header .h_contact .pc_form a {
    display: block;
    background: #707070;
    color: #fff;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .header .h_contact .pc_form a:hover {
    opacity: 0.7;
  }
  .header .h_contact .pc_form i {
    font-size: 2.2rem;
  }
}
/* ---------------------------------------------------------------------------------------------------------
 PC menu
--------------------------------------------------------------------------------------------------------- */
.navigation {
  width: 100%;
}
.navigation_wrapper ul {
  margin-top: 38px;
  margin-left: 25px;
}
.navigation_wrapper ul li.navigation_item a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
  padding: 12px 0 12px;
  position: relative;
}
.navigation_wrapper ul li.navigation_item a:hover {
  color: #707070;
}
.navigation_wrapper ul li.navigation_item.current a {
  color: #707070;
}
.navigation_wrapper .sp_tel, .navigation_wrapper .sp_form {
  display: none;
}
/* ---------------------------------------------------------------------------------------------------------
 SP menu
--------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
  .sp_tel, .sp_form {
    display: block !important;
    width: 100%;
  }
  .sp_tel {
    padding-bottom: 10px;
  }
  .sp_tel [data-action] {
    width: 100%;
    display: block;
    background: #fbab2d;
    color: #fff;
    font-weight: bold;
    padding: .6em;
    font-size: 1.8rem;
  }
  .sp_form a {
    display: block;
    background: #707070;
    color: #fff;
    padding: 1em;
    font-weight: bold;
  }
  .h_contact {
    display: none !important;
  }
  .el_humburger {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 26px;
    height: auto;
    padding-top: 1px;
    box-sizing: border-box;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    pointer-events: auto;
  }
  .el_humburger > span {
    display: block;
    width: 100%;
    margin: 0 auto 6px;
    height: 3px;
    background: #fff;
    transition: all 0.2s ease-in-out;
  }
  .el_humburger > span:last-child {
    margin-bottom: 0;
  }
  .js_humburgerOpen .el_humburger > span {
    background: white;
  }
  .js_humburgerOpen .el_humburger > span.top {
    transform: translateY(9px) rotate(-45deg);
  }
  .js_humburgerOpen .el_humburger > span.middle {
    opacity: 0;
  }
  .js_humburgerOpen .el_humburger > span.bottom {
    transform: translateY(-9px) rotate(45deg);
  }
  .el_humburgerButton.el_humburgerButton__close {
    top: 2%;
    right: 2%;
  }
  .el_humburgerButton__close > span {
    display: block;
    width: 35px;
    margin: 0 auto;
    height: 4px;
    background: #fff;
  }
  .el_humburgerButton__close > span.el_humburgerLineTop {
    transform: translateY(5px) rotate(-45deg);
  }
  .el_humburgerButton__close > span.el_humburgerLineBottom {
    transform: translateY(-6px) rotate(45deg);
  }
  /* gnav */
  .navigation {
    display: none;
  }
  .navigation.js_appear {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 9999;
  }
  .navigation_screen {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(55, 206, 113, 0.8);
    z-index: 0;
    margin-top: 0px;
    padding-top: 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .navigation_wrapper {
    padding: 80px 30px 80px;
    text-align: center;
  }
  .navigation_wrapper ul {
    display: block;
    margin-top: 0;
  }
  .navigation_item {
    margin-bottom: 10px;
  }
  .navigation_item > a {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    text-decoration: none;
    display: block;
    padding: .5em;
    border: #fff solid 1px;
  }
  .navigation_item.current a {
    background: #fff;
    color: #1B1B1B;
  }
  .js_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
/* ---------------------------------------------------------------------------------------------------------
 home
--------------------------------------------------------------------------------------------------------- */
/* swiper
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .swiper-container {
    max-height: 437px;
  }
}
@media print, screen and (min-width: 992px) {
  .swiper-container {
    max-height: 583px;
  }
}
@media print, screen and (min-width: 1200px) {
  .swiper-container {
    max-height: 700px;
  }
}
.swiper-container .text {
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: 0;
}
.swiper-container .text img {
  width: 70%;
  height: auto;
}
@media print, screen and (min-width: 992px) {
  .swiper-container .text img {
    width: 100%;
  }
}
.swiper-wrapper {
  margin: 0 auto;
}
.swiper-slide img {
  height: 57vh;
  width: 100%;
  object-fit: cover;
  /*幅を枠に合わせて配置*/
  max-height: 350px;
  /*最大高さ*/
}
@media print, screen and (min-width: 768px) {
  .swiper-slide img {
    height: 57vw;
    /*①ブラウザを見ながら高さを微調整する*/
    width: 100%;
    object-fit: contain;
    /*幅を枠に合わせて配置*/
    max-height: 667px;
    /*最大高さ*/
  }
}
@media print, screen and (min-width: 992px) {
  .swiper-slide img {
    object-fit: cover;
    /*縦幅を枠に合わせて配置*/
    max-height: 700px;
    /*最大高さ*/
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .swiper-slide img {
    width: 100%;
    object-fit: cover;
    /*幅を枠に合わせて配置*/
    min-height: 500px;
    /*最大高さ*/
  }
}

/* object-fitの縦横比保持
---------------------------------------------------- */
.photo-ofi-cover img {
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}








.top_mian {
  border-top: 5px solid #37ce71;
}
.top_title {
  color: #37ce71;
  font-size: 2rem;
  line-height: 1.2;
}
@media print, screen and (min-width: 992px) {
  .top_title {
    font-size: 3rem;
  }
}
.top_title span {
  font-family: "Roboto", sans-serif;
  font-size: 5rem;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .top_title span {
    display: inline-block;
  }
}
@media print, screen and (min-width: 992px) {
  .top_title span {
    font-size: 8rem;
  }
}
.top_business {
  padding-bottom: 30px;
  margin-top: 5rem;
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .top_business {
    margin-top: 10rem;
    padding-bottom: 110px;
  }
}
.top_business::before {
  content: '';
  background: #d6f9e3;
  width: 80%;
  height: calc(100% - 65px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -20;
}
@media print, screen and (min-width: 992px) {
  .top_business::before {
    height: calc(100% - 65px);
  }
}
.top_business::after {
  content: '';
  background: url("../images/top_biz_bg.jpg") no-repeat center center/cover;
  width: 75.5%;
  height: calc(100% - 110px);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -10;
}
.top_business .wide_box {
  padding-top: 110px;
}
.top_business .top_mian_inner {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top_business .top_mian_inner {
    width: 732px;
  }
}
.top_business .top_title {
  position: relative;
}
.top_business .top_title::before {
  content: '';
  background: #fff;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.top_business .top_mian_txt {
  background: #fff;
  border-left: #37ce71 solid 3px;
  padding: 3rem 3rem 6rem 3rem;
}
@media print, screen and (min-width: 992px) {
  .top_business .top_mian_txt {
    padding: 3rem 0 6rem 4.5rem;
  }
}
.top_business .top_mian_txt h4 {
  font-size: 2.8rem;
  color: #61e393;
  line-height: 1.4;
}
.top_business .top_mian_txt ul {
  font-size: 2.2rem;
  padding-top: 3.5rem;
  font-weight: bold;
  line-height: 1.4;
}
.top_business .top_mian_txt p {
  padding: 4.5rem 0 5.5rem;
}
.top_strength {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media print, screen and (min-width: 992px) {
  .top_strength {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.top_strength .top_strength_item {
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .top_strength .top_strength_item {
    padding-bottom: 75px;
  }
}
.top_strength .top_strength_item li {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .top_strength .top_strength_item li {
    width: 29.3333333333%;
    margin: 0 2%;
  }
}
.top_news {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.top_news::before {
  content: '';
  background: #d6f9e3;
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media print, screen and (min-width: 992px) {
  .top_news {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.top_news .top_news_box {
  margin-top: 30px;
  background: #fff;
  padding: 10px 0 35px 0;
}
@media print, screen and (min-width: 992px) {
  .top_news .top_news_box {
    margin-top: 65px;
  }
}
.top_news .top_news_box dl {
  height: 420px;
  overflow: auto;
  padding: 0 50px 35px 0;
}
.top_news .top_news_box dl dt {
  padding-top: 10px;
  font-weight: bold;
}
.top_news .top_news_box dl dt .icon_new {
  display: inline-block;
  font-size: 1rem;
  background: #fbab2d;
  color: #fff;
  padding: 3px;
  margin-left: 5px;
  line-height: 1;
}
.top_news .top_news_box dl dd {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: #a0a0a0 solid 1px;
  overflow: hidden;
}
.top_news .top_news_box dl dd .img {
  float: left;
  width: 100px;
  margin-right: 30px;
}
@media print, screen and (min-width: 768px) {
  .top_news .top_news_box dl dd .img {
    width: 270px;
  }
}
.top_news .top_news_box dl dd .txt {
  overflow: hidden;
}
.top_news .top_news_box .btn_news_pdf {
  color: #e00c0c;
}
.top_recruit {
  padding-top: 30px;
  padding-bottom: 75px;
}
/* ---------------------------------------------------------------------------------------------------------
 business
--------------------------------------------------------------------------------------------------------- */
.business_process h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  color: #37ce71;
  text-align: center;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 992px) {
  .business_process h3 {
    font-size: 6rem;
  }
}
.business_process h3 span {
  padding: 0 40px;
  position: relative;
}
.business_process h3 span::before, .business_process h3 span::after {
  content: '';
  background: #37ce71;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
.business_process h3 span::before {
  left: 0;
}
.business_process h3 span::after {
  right: 0;
}
.business_process {
  margin-top: 80px;
  position: relative;
  padding-bottom: 50px;
}
.business_process::before {
  content: '';
  background: #d6f9e3;
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.business_process .img {
  text-align: center;
}
.business_process .txt {
  padding-top: 7%;
}
.business_process .txt h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  color: #37ce71;
  line-height: 1.4;
}
.business_process .txt p {
  padding-top: 1.5em;
}
.business_point ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.business_point ul li {
  width: 100%;
  margin-bottom: 30px;
  border: #37ce71 solid 1px;
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .business_point ul li {
    width: calc(100% / 2 - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
.business_point ul li .icon {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 992px) {
  .business_point ul li .icon {
    width: 30%;
    padding-bottom: 0;
  }
}
.business_point ul li .txt {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .business_point ul li .txt {
    width: 65%;
  }
}
.business_point ul li .txt h4 {
  color: #61e393;
  font-size: 2.2rem;
  margin-bottom: 1em;
  position: relative;
  padding-left: 1.5em;
}
.business_point ul li .txt h4::before {
  content: '';
  background: #61e393;
  width: 1em;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}
.business_box .business_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.business_box .business_item > li {
  border: #ccc solid 1px;
  width: 100%;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .business_box .business_item > li {
    width: calc(100% / 3 - 30px);
    margin: 0 15px;
    margin-bottom: 0;
  }
}
.business_box .business_item > li h4 {
  background: #61e393;
  color: #fff;
  font-weight: bold;
  padding: .5em 1em;
  border: #fff solid 1px;
}
.business_box .business_item > li ul {
  padding: 1em;
}
/* ---------------------------------------------------------------------------------------------------------
 facility
--------------------------------------------------------------------------------------------------------- */
.strength_point {
  margin-top: 80px;
  position: relative;
  padding-bottom: 50px;
}
.strength_point::before {
  content: '';
  background: #d6f9e3;
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.strength_point .strength_point_img {
  text-align: center;
}
.strength_point .strength_point_txt {
  padding-top: 7%;
}
.strength_point .strength_point_txt h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  color: #37ce71;
  line-height: 1.4;
}
.strength_point .strength_point_txt p {
  padding-top: 1.5em;
}
.strength_facility .strength_facility_img p {
  padding-top: .5em;
  font-weight: bold;
  text-align: center;
}
/* ---------------------------------------------------------------------------------------------------------
 compnay
--------------------------------------------------------------------------------------------------------- */
.company_recruit .recruit_catch {
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #37ce71;
  line-height: 1.4;
  margin-bottom: 1em;
}
.company_recruit .recruit_catch span {
  font-size: 5.4rem;
}
.company_recruit .grid-row {
  text-align: center;
}
@media print, screen and (min-width: 1200px) {
  .company_recruit .grid-row {
    text-align: left;
  }
}
.recruit_contact .wide_box {
  background: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}
.recruit_contact ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.recruit_contact ul li {
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .recruit_contact ul li {
    width: 50%;
  }
}
@media print, screen and (min-width: 992px) {
  .recruit_contact ul li {
    width: 30%;
  }
}
.recruit_contact ul li:first-child {
  border-bottom: #666 solid 1px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .recruit_contact ul li:first-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.recruit_contact ul li:last-child {
  padding-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .recruit_contact ul li:last-child {
    padding-top: 0;
  }
}
.recruit_contact ul h3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1em;
}
.recruit_contact ul [data-action] {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}
/* ---------------------------------------------------------------------------------------------------------
 contact
--------------------------------------------------------------------------------------------------------- */
.contact_tel ul {
  border: #37ce71 solid 2px;
}
@media print, screen and (min-width: 768px) {
  .contact_tel ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .contact_tel ul {
    width: 80%;
  }
}
.contact_tel ul li {
  padding: .5em;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .contact_tel ul li {
    padding: 1em;
    width: 50%;
  }
}
.contact_tel ul dl.contact_tel_tel {
  border-bottom: #ccc solid 1px;
}
@media print, screen and (min-width: 768px) {
  .contact_tel ul dl.contact_tel_tel {
    border-right: #ccc solid 1px;
    border-bottom: none;
  }
}
.contact_tel ul dl {
  padding: .5em;
  text-align: center;
}
.contact_tel ul dl dt {
  font-weight: bold;
  font-size: 1.8rem;
}
.contact_tel ul dl dd {
  color: #61e393;
  font-size: 3rem;
  font-weight: bold;
}
.contact_tel [data-action] {
  color: #61e393;
}
.pp {
  background: #eee;
  padding: 1.5em;
  margin-top: 3em;
}
@media print, screen and (min-width: 768px) {
  .pp {
    padding: 3em;
  }
}
.pp h4 {
  font-size: 2rem;
  border-bottom: #37ce71 solid 2px;
  margin-bottom: 1.5em;
}
.pp .pp_txt {
  height: 15em;
  overflow: auto;
}
.pp .pp_txt p {
  padding-bottom: 2.5em;
}
.pp .pp_txt dl {
  margin-bottom: 2.5em;
}
.pp .pp_txt dt {
  font-weight: bold;
  font-size: 1.6rem;
  padding-bottom: 1em;
}
/* form
----------------------------------------------------------*/
.required, .any {
  display: inline-block;
  color: #fff;
  padding: 3px 5px;
  border-radius: 3px;
  line-height: 1;
  margin-right: 5px;
  font-size: 76%;
}
.required {
  background: #e00c0c;
}
.any {
  background: #999;
}
input[type="checkbox"] {
  border: 1px solid #ccc;
  margin-right: 5px;
}
input[type="text"], textarea {
  padding: 10px;
  outline: none;
  border-radius: 3px;
  border: 1px solid #ccc;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 16px;
  font-size: 1.6rem;
  box-sizing: border-box;
}
input[type="text"]::placeholder, textarea::placeholder {
  color: #999;
}
input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}
input[type="text"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999;
}
input[type="text"]:focus, textarea:focus {
  box-shadow: 0 0 7px #1abc9c;
  border: 1px solid #1abc9c;
}
input[type="text"] {
  width: 100%;
}
input.w50[type="text"] {
  width: 100%;
}
textarea {
  width: 100%;
  height: 10em;
}
.select_bg {
  overflow: hidden;
  width: 100%;
  position: relative;
  border: #ccc solid 1px;
  border-radius: 3px;
  padding: 10px;
}
.select_bg select {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  background-image: none;
  background: transparent;
  outline: none;
  border: none;
  text-overflow: ellipsis;
}
.select_bg select::-ms-expand {
  display: none;
}
.select_bg::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333333;
  pointer-events: none;
}
.contact_form table ul {
  display: flex;
  flex-wrap: wrap;
}
.contact_form table ul li {
  margin-right: 2em;
}
.contact_form table table {
  width: 100%;
}
.contact_form table table th {
  background: transparent;
  padding: 5px 10px;
  border: 0;
  width: 20%;
  text-align: right;
}
.contact_form table table td {
  padding: 5px 10px;
  border: 0;
}
@media screen and (max-width: 640px) {
  .contact_form table table th {
    padding: 5px 0 0;
    width: 100%;
    display: block;
    text-align: left;
  }
  .contact_form table table td {
    width: 100%;
    padding: 0;
    display: block;
  }
}
.pp_check {
  padding: 1.5em 0;
  text-align: center;
}
.contact_form .form_btn {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
}
.contact_form .btn_back {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .contact_form .btn_back {
    margin-bottom: 0;
  }
}
/* ---------------------------------------------------------------------------------------------------------
 footer
--------------------------------------------------------------------------------------------------------- */
footer {
  background: #37ce71;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
}
footer dl {
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  footer dl {
    text-align: left;
  }
}
footer dl dt {
  font-size: 2rem;
  font-weight: bold;
}
footer dl dd {
  font-size: 1.4rem;
}
footer dl [data-action="call"] {
  color: #fff;
}
.copyright {
  text-align: center;
  padding-top: 10px;
}
.copyright small {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 992px) {
  .copyright {
    text-align: right;
  }
}
/* pagetop
----------------------------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 1;
}