@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600,700,900&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Vollkorn&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
* {
  outline: 1px solid rgba(255, 0, 0, 0.3);
}

/* フォント */
/* font-family: 'Noto Serif JP', serif; */
/* font-family: 'Noto Sans JP', sans-serif; */
/* font-family: 'Vollkorn', sans-serif; */
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

p.cat.info {
  background: #2d993a;
}

a:visited {
  color: unset;
}

body {
  font-size: 16px;
}

body.page {
  margin-bottom: 0;
}

.serif {
  font-family: 'Noto Serif JP', serif;
}

body.post,
body.page {
  margin: 0 !important;
}

.vertical-ja {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.vertical-en {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.futura {
  font-family: futura-pt, sans-serif;
}

@media screen and (max-width: 1080px) {
  .container {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

main {
  overflow: hidden;
}

#main_content {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid rgba(100, 100, 100, 0.3);
  border-left: 1px solid rgba(100, 100, 100, 0.3);
}

@media screen and (max-width: 1080px) {
  #main_content {
    width: 100%;
  }
}

#main_content:before {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0px;
  left: 159px;
  z-index: 20;
  background: rgba(100, 100, 100, 0.3);
  z-index: 0;
}

@media screen and (max-width: 1080px) {
  #main_content:before {
    left: 50vw;
  }
}

#main_content:after {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0px;
  right: 159px;
  z-index: 20;
  background: rgba(100, 100, 100, 0.3);
  z-index: -1;
}

@media screen and (max-width: 1080px) {
  #main_content:after {
    width: calc(100vw - 80px);
    border-left: 1px solid rgba(100, 100, 100, 0.3);
    border-right: 1px solid rgba(100, 100, 100, 0.3);
    left: 40px;
    background: unset;
  }
}

.content_inner {
  position: relative;
}

.side-lead {
  line-height: 1.55;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 160px;
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .side-lead {
    position: unset;
    position: unset;
    width: 100%;
    margin-bottom: 20px;
  }
}

.side-lead.right {
  left: unset;
  right: 0;
}

.side-lead > p .main {
  font-size: 24px;
  color: #643222;
  font-weight: 900;
  display: block;
}

@media screen and (max-width: 767px) {
  .side-lead > p .main {
    font-size: 16px;
  }
}

.side-lead > p .sub {
  font-size: 18px;
  display: block;
}

@media screen and (max-width: 767px) {
  .side-lead > p .sub {
    letter-spacing: 0.1em;
  }
}

.bg-green {
  position: relative;
}

.bg-green::after {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2d993a;
  background-image: radial-gradient(#2b9237 30%, transparent 30%), radial-gradient(#2b9237 30%, transparent 30%);
  background-size: 22px 22px;
  background-position: 0 0, 11px 11px;
}

@media screen and (max-width: 767px) {
  .bg-green::after {
    background-size: 11px 11px;
    background-position: 0 0, 5.5px 5.5px;
  }
}

.bg-gray {
  position: relative;
}

.bg-gray::after {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e6e6e6;
}

.main-color-bg {
  background: #2d993a;
}

.text-white {
  color: #fff !important;
}

.text-white * {
  color: #fff !important;
}

section.header.common {
  height: 520px;
  padding-top: 184px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  section.header.common {
    padding-top: unset;
  }
}

section.header.common .box-1 {
  width: 375px;
  height: 182px;
  background: #2d993a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  section.header.common .box-1 {
    position: absolute;
    margin-top: 28vw;
    width: 187px;
    height: 128px;
  }
}

section.header.common .box-1 h1 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  section.header.common .box-1 h1 {
    font-size: 28px;
  }
}

section.header.common .box-1 .lead-1 {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  section.header.common .box-1 .lead-1 {
    font-size: 12px;
  }
}

section.header.common.small {
  height: 320px;
  padding-top: unset;
  align-items: center;
  position: relative;
}

section.header.common.small::after {
  content: '';
  left: calc(((100vw - 1080px) / 2) * -1);
  position: absolute;
  width: 100vw;
  height: 100%;
  background: url("../images/header-small-bg.jpg") no-repeat center/cover;
  z-index: -1;
}

section.header.common.small .box-1 {
  height: 120px;
}

section.contact.common {
  padding-bottom: 96px;
}

@media screen and (max-width: 1080px) {
  section.contact.common {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  section.contact.common {
    padding-bottom: 72px;
  }
}

section.contact.common .box-1 {
  border: 1px solid #2d993a;
  display: flex;
  height: 160px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  section.contact.common .box-1 {
    height: unset;
  }
}

section.contact.common .box-1 .box-1-1 {
  background: #2d993a;
  width: calc(100% - 378px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 10px 10px 205px;
  position: relative;
}

@media screen and (max-width: 767px) {
  section.contact.common .box-1 .box-1-1 {
    width: 100%;
    padding: 30px 48px;
  }
}

section.contact.common .box-1 .box-1-1 h2 {
  font-size: 32px;
  color: #fff;
  line-height: 1;
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  section.contact.common .box-1 .box-1-1 h2 {
    font-size: 28px;
    text-align: center;
  }
}

section.contact.common .box-1 .box-1-1 .lead-1 {
  font-size: 16px;
  line-height: calc(24 / 16);
}

@media screen and (max-width: 767px) {
  section.contact.common .box-1 .box-1-1 .lead-1 {
    font-size: 12px;
  }
}

section.contact.common .box-1 .box-1-1::before {
  content: '';
  width: 166px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  background-color: #2d993a;
  background-image: radial-gradient(#2b9237 30%, transparent 30%), radial-gradient(#2b9237 30%, transparent 30%);
  background-size: 16px 16px;
  background-position: 0 0, 8px 8px;
}

@media screen and (max-width: 767px) {
  section.contact.common .box-1 .box-1-1::before {
    background-size: 8px 8px;
    background-position: 0 0, 4px 4px;
    width: 100%;
    height: 15px;
  }
}

section.contact.common .box-1 .box-1-2 {
  background: #f2f2f2;
  width: 378px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  section.contact.common .box-1 .box-1-2 {
    width: 100%;
    padding: 15px 25px 25px;
  }
}

section.contact.common .box-1 .box-1-2 .tel {
  font-size: 32px;
  font-weight: bold;
  color: #2d993a;
  position: relative;
  padding-left: 26px;
  margin-bottom: 5px;
}

section.contact.common .box-1 .box-1-2 .tel::before {
  content: '';
  position: absolute;
  background: url("../images/icon-tel.svg") no-repeat center/contain;
  width: 19px;
  height: 25px;
  left: 3px;
  top: 14px;
}

section.contact.common .box-1 .box-1-2 .box-1-2-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #2d993a;
  background: #fff;
  width: 320px;
  height: 56px;
}

@media screen and (max-width: 767px) {
  section.contact.common .box-1 .box-1-2 .box-1-2-1 {
    width: 100%;
    height: 72px;
  }
}

section.contact.common .box-1 .box-1-2 .box-1-2-1 .mail {
  font-size: 16px;
  color: #2d993a;
  line-height: 1;
}

section.contact.common .box-1 .box-1-2 .box-1-2-1 img {
  display: inline-block;
  margin-right: 8px;
}

.button-1 {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  position: relative;
  letter-spacing: 0.1em;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .button-1 {
    height: 35px;
    font-size: 12px;
  }
}

.button-1::after {
  content: '＞';
  position: absolute;
  right: 12px;
  transform: scale(0.5, 1.5);
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .button-1::after {
    right: 6px;
    transform: scale(0.7, 1.5);
    top: 7px;
  }
}

.wp-pagenavi {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}

.wp-pagenavi::before {
  content: '';
  width: 120px;
}

.wp-pagenavi::after {
  content: '';
  width: 120px;
}

.wp-pagenavi > * {
  width: 32px;
  height: 32px;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #2d993a;
  border-radius: 0px;
  color: #fff;
  background: #2d993a;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 7px;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi > * {
    width: 30px;
    height: 30px;
    margin: 0 4px !important;
  }
}

.wp-pagenavi > a {
  color: #2d993a;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  margin: 0 7px;
}

.wp-pagenavi > a.nextpostslink,
.wp-pagenavi > a.previouspostslink {
  width: 113px;
  color: #fff;
  background: #2d993a;
  font-family: serif;
  position: relative;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi > a.nextpostslink,
  .wp-pagenavi > a.previouspostslink {
    width: 86px;
  }
}

.wp-pagenavi > a.previouspostslink {
  margin-left: -120px !important;
}

.wp-pagenavi > a.previouspostslink::after {
  content: '＜';
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 10px;
  transform: scale(0.7, 1);
}

@media screen and (max-width: 767px) {
  .wp-pagenavi > a.previouspostslink::after {
    left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .wp-pagenavi > a.previouspostslink {
    margin-left: -93px !important;
  }
}

.wp-pagenavi > a.nextpostslink {
  margin-right: -120px !important;
}

.wp-pagenavi > a.nextpostslink::after {
  content: '＞';
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 10px;
  transform: scale(0.7, 1);
}

@media screen and (max-width: 767px) {
  .wp-pagenavi > a.nextpostslink::after {
    right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .wp-pagenavi > a.nextpostslink {
    margin-right: -93px !important;
  }
}

/* モバイルメニュー */
.drawer--left nav.drawer-nav {
  left: -90vw;
  z-index: 100;
}

nav.drawer-nav {
  padding: 10px;
  width: 90vw;
  max-width: 320px;
}

nav.drawer-nav a.close-button {
  position: absolute;
  right: -6px;
}

nav.drawer-nav .drawer-menu {
  padding-top: 65px;
}

nav.drawer-nav .drawer-menu .drawer-toggle {
  top: 0;
  right: 0px;
  text-align: center;
  color: #fff;
}

nav.drawer-nav .drawer-menu .drawer-toggle i {
  padding: 0;
  color: #fff;
}

nav.drawer-nav .drawer-menu ul {
  list-style: none;
  padding: 0;
}

nav.drawer-nav .drawer-menu ul > li > a {
  display: block;
  background: #fff;
  font-size: 13px;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 4px;
  position: relative;
  color: #000;
}

nav.drawer-nav .drawer-menu ul > li a {
  color: #000;
}

nav.drawer-nav .drawer-menu ul > li ul.sub-menu {
  padding: 0px 0px 10px 0px;
  list-style: none;
}

nav.drawer-nav .drawer-menu ul > li ul.sub-menu > li {
  border-bottom: 1px solid #44c7d4;
}

nav.drawer-nav .drawer-menu ul > li ul.sub-menu > li > a {
  font-size: 13px;
  color: #000;
  padding-left: 13px;
  margin-top: 8px;
  display: block;
  position: relative;
}

nav.drawer-nav .drawer-menu ul > li ul.sub-menu > li > a::after {
  position: absolute;
  content: '';
  width: 11px;
  height: 8px;
  right: 8px;
  top: 8px;
  background: url("../images/mobile-menu-icon-2.png") no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .m_fixed {
    top: 0;
    position: fixed;
    z-index: 9999;
  }
  #site-navigation.m_fixed ul#primary-menu::before {
    content: '株式会社ヒトエダ';
    background: #2d993a;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
  }
  #site-navigation.m_fixed ul#primary-menu > li a {
    border: 1px solid #2d993a;
    border-right-width: 0.5px;
    border-left-width: 0.5px;
    background: #fff;
    color: #2d993a;
  }
  #site-navigation.m_fixed ul#primary-menu > li.current-menu-item a {
    background: unset;
    color: #fff;
    border: unset;
  }
  #site-navigation.m_fixed ul#primary-menu .menu-contact {
    border: 1px solid #2d993a;
    border-right-width: 0.5px;
    border-left-width: 0.5px;
    background: #fff;
    color: #2d993a;
    width: 252px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
  }
  #site-navigation.m_fixed ul#primary-menu .menu-contact span {
    position: relative;
    margin-left: 7px;
  }
  #site-navigation.m_fixed ul#primary-menu .menu-contact span:before {
    content: '';
    position: absolute;
    background: url(../images/icon-tel.svg) no-repeat center/contain;
    width: 12px;
    height: 16px;
    left: -13px;
    top: 7px;
  }
  #site-navigation.m_fixed ul#primary-menu .menu-contact a {
    width: unset;
    height: unset;
    border: none;
    margin-left: 10px;
  }
}

header.site-header {
  border-top: 10px solid #643222;
}

header.site-header .site-branding {
  height: 132px;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 767px) {
  header.site-header .site-branding {
    height: unset;
  }
}

header.site-header .site-branding .site-title {
  width: 225px;
  display: flex;
  justify-content: center;
  padding-top: 24px;
  z-index: 30;
}

@media screen and (max-width: 767px) {
  header.site-header .site-branding .site-title {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 16px;
  }
}

header.site-header .site-info {
  padding-top: 24px;
  padding-bottom: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 225px);
}

@media screen and (max-width: 767px) {
  header.site-header .site-info {
    display: none;
  }
}

header.site-header .site-info .header-tel {
  display: flex;
  margin-left: auto;
}

header.site-header .site-info .header-tel .box-1 {
  line-height: 1;
}

header.site-header .site-info .header-tel .box-1 .tel {
  font-size: 32px;
  color: #2d993a;
  font-weight: bold;
  position: relative;
  margin-bottom: 2px;
}

header.site-header .site-info .header-tel .box-1 .tel::before {
  content: '';
  position: absolute;
  background: url("../images/icon-tel.svg") no-repeat center/contain;
  width: 16px;
  height: 22px;
  left: -19px;
  top: 7px;
}

header.site-header .site-info .header-tel .box-1 .time {
  font-size: 12px;
  letter-spacing: 0.08em;
}

header.site-header .site-info .site-description {
  font-size: 12px;
}

header.site-header nav.main-navigation {
  height: 40px;
  background: #2d993a;
}

@media screen and (max-width: 767px) {
  header.site-header nav.main-navigation {
    height: 2.5px;
  }
}

header.site-header nav.main-navigation ul#primary-menu {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  padding-left: 225px;
}

@media screen and (max-width: 1080px) {
  header.site-header nav.main-navigation ul#primary-menu {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  header.site-header nav.main-navigation ul#primary-menu {
    display: none;
  }
}

header.site-header nav.main-navigation ul#primary-menu::before {
  content: '';
  width: 225px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1080px) {
  header.site-header nav.main-navigation ul#primary-menu > li {
    width: 20%;
  }
}

header.site-header nav.main-navigation ul#primary-menu > li a {
  width: 120px;
  height: 40px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

@media screen and (max-width: 1080px) {
  header.site-header nav.main-navigation ul#primary-menu > li a {
    width: 100%;
  }
}

header.site-header nav.main-navigation ul#primary-menu > li.current-menu-item {
  background: #6cb875;
}

.drawer-toggle.open {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 65px;
  height: 55px;
  background: #2d993a;
}

@media screen and (min-width: 768px) {
  .drawer-toggle.open {
    display: none;
  }
}

.drawer-toggle.open i {
  font-size: 30px;
  padding: 17px 0;
}

/* モバイルメニュー */
.drawer--left nav.drawer-nav {
  left: -90vw;
  z-index: 100;
}

nav.drawer-nav {
  padding: 10px;
  width: 90vw;
  max-width: 320px;
}

nav.drawer-nav a.close-button {
  position: absolute;
  right: -6px;
}

nav.drawer-nav .drawer-menu {
  padding-top: 65px;
}

nav.drawer-nav .drawer-menu .drawer-toggle {
  top: 0;
  right: 0px;
  text-align: center;
  color: #fff;
}

nav.drawer-nav .drawer-menu .drawer-toggle i {
  padding: 0;
  color: #fff;
}

nav.drawer-nav .drawer-menu ul {
  list-style: none;
  padding: 0;
}

nav.drawer-nav .drawer-menu ul > li > a {
  display: block;
  background: #fff;
  font-size: 13px;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 4px;
  position: relative;
  color: #000;
}

nav.drawer-nav .drawer-menu ul > li a {
  color: #000;
}

nav.drawer-nav .drawer-menu ul > li ul.sub-menu {
  padding: 0px 0px 10px 0px;
  list-style: none;
}

nav.drawer-nav .drawer-menu ul > li ul.sub-menu > li {
  border-bottom: 1px solid #2d993a;
}

nav.drawer-nav .drawer-menu ul > li ul.sub-menu > li > a {
  font-size: 13px;
  color: #000;
  padding-left: 13px;
  margin-top: 8px;
  display: block;
  position: relative;
}

nav.drawer-nav .drawer-menu ul > li ul.sub-menu > li > a::after {
  position: absolute;
  content: '';
  width: 11px;
  height: 8px;
  right: 8px;
  top: 8px;
  background: url("../images/mobile-menu-icon-2.png") no-repeat center/contain;
}

footer.site-footer {
  padding-top: 263px;
  padding-bottom: 30px;
  background: #e2e2e2;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

footer.site-footer a.logo {
  display: inline-block;
  margin-bottom: 38px;
}

footer.site-footer h3 {
  font-size: 24px;
  margin-bottom: 6px;
}

footer.site-footer .address {
  font-size: 14px;
  line-height: calc(20 / 14);
  margin-bottom: 15px;
}

footer.site-footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

footer.site-footer ul li {
  font-size: 16px;
  line-height: 40px;
  width: 162px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -1px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

footer.site-footer ul li a {
  width: 100%;
  height: 100%;
}

body.home section.header {
  height: 790px;
  position: relative;
  margin-top: 16px;
}

@media screen and (max-width: 1080px) {
  body.home section.header {
    height: 50vw;
  }
}

@media screen and (max-width: 767px) {
  body.home section.header {
    height: unset;
    margin-top: unset;
  }
}

body.home section.header::before {
  position: absolute;
  content: '';
  background: url("../images/home-header-1.png") no-repeat center/cover;
  width: 100vw;
  height: 100%;
  left: calc(((100vw - 1080px) / 2) * -1);
  z-index: 21;
}

@media screen and (max-width: 1080px) {
  body.home section.header::before {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  body.home section.header::before {
    background: url("../images/home-header-1-sp.png") no-repeat center/cover;
  }
}

body.home section.lead {
  padding-top: 32px;
  padding-bottom: 108px;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.home section.lead {
    padding-top: 24px;
    padding-bottom: 96px;
  }
}

body.home section.lead .image-1 {
  margin: 0 auto 16px;
}

@media screen and (max-width: 767px) {
  body.home section.lead .image-1 {
    width: 36px;
    margin-bottom: 20px;
  }
}

body.home section.lead .lead-1 {
  font-size: 40px;
  line-height: calc(56 / 40);
  color: #2d993a;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  body.home section.lead .lead-1 {
    font-size: 24px;
    line-height: calc(64 / 48);
    margin-bottom: 28px;
  }
}

body.home section.lead .lead-2 {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #643222;
  font-size: 16px;
  line-height: calc(40 / 16);
}

@media screen and (max-width: 767px) {
  body.home section.lead .lead-2 {
    font-size: 14px;
    line-height: calc(70 / 28);
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
  }
}

body.home section.reason {
  padding-top: 70px;
  padding-bottom: 144px;
}

@media screen and (max-width: 767px) {
  body.home section.reason {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

body.home section.reason h2 {
  font-size: 32px;
  text-align: center;
  color: #fff;
  margin-bottom: 18px;
}

body.home section.reason h2 img {
  display: inline-block;
  vertical-align: -0.5em;
  margin-right: -0.5em;
}

@media screen and (max-width: 767px) {
  body.home section.reason h2 img {
    vertical-align: unset;
    margin-left: unset;
  }
}

body.home section.reason .sub-lead {
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  body.home section.reason .sub-lead {
    font-size: 12px;
    margin-bottom: 60px;
  }
}

body.home section.reason .content_inner {
  margin-top: -124px;
}

@media screen and (max-width: 767px) {
  body.home section.reason .content_inner {
    margin-top: 0;
  }
}

body.home section.reason .content_inner .side-lead {
  padding-top: 88px;
}

@media screen and (max-width: 767px) {
  body.home section.reason .content_inner .side-lead {
    padding-top: 49px;
  }
}

body.home section.reason .content_inner .side-lead .sub {
  color: #fff;
}

body.home section.reason .content_inner .side-lead::before {
  position: absolute;
  content: '';
  width: 112px;
  height: 67px;
  background: url("../images/icon-number-1.svg") no-repeat center/contain;
  margin-top: -80px;
}

@media screen and (max-width: 767px) {
  body.home section.reason .content_inner .side-lead::before {
    width: 72px;
    height: 46px;
    margin-top: -49px;
  }
}

body.home section.reason .content_inner:first-of-type {
  margin-top: 0;
}

body.home section.reason .content_inner:last-of-type {
  margin-bottom: -134px;
}

@media screen and (max-width: 767px) {
  body.home section.reason .content_inner:last-of-type {
    margin-bottom: unset;
  }
}

body.home section.reason .content_inner:nth-of-type(1) .side-lead::before {
  background-image: url("../images/icon-number-1.svg");
}

body.home section.reason .content_inner:nth-of-type(1) .image {
  background-image: url("../images/home-1.jpg");
}

body.home section.reason .content_inner:nth-of-type(2) .side-lead {
  left: unset;
  right: 0;
}

body.home section.reason .content_inner:nth-of-type(2) .side-lead::before {
  background-image: url("../images/icon-number-2.svg");
}

body.home section.reason .content_inner:nth-of-type(2) .image_wrap .image {
  left: unset;
  right: 195px;
}

@media screen and (max-width: 767px) {
  body.home section.reason .content_inner:nth-of-type(2) .image_wrap .image {
    right: unset;
    left: 40px;
  }
}

body.home section.reason .content_inner:nth-of-type(2) .image {
  background-image: url("../images/home-2.jpg");
}

body.home section.reason .content_inner:nth-of-type(2) .lead-area {
  left: 410px;
}

@media screen and (max-width: 767px) {
  body.home section.reason .content_inner:nth-of-type(2) .lead-area {
    left: 0;
  }
}

body.home section.reason .content_inner:nth-of-type(3) .side-lead::before {
  background-image: url("../images/icon-number-3.svg");
}

body.home section.reason .content_inner:nth-of-type(3) .image {
  background-image: url("../images/home-3.jpg");
}

body.home section.reason .lead-area {
  width: 608px;
  background: rgba(255, 255, 255, 0.8);
  padding: 50px;
  position: relative;
  left: 60px;
  top: -216px;
}

@media screen and (max-width: 767px) {
  body.home section.reason .lead-area {
    padding: 19px 32px;
    top: -25px;
    width: calc(100% - 40px);
    left: 0;
    margin-bottom: 35px;
  }
}

body.home section.reason .lead-area h3 {
  font-size: 24px;
  line-height: calc(32 / 24);
  color: #2d993a;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  body.home section.reason .lead-area h3 {
    font-size: 20px;
    line-height: calc(56 / 40);
    margin-bottom: 0;
  }
}

body.home section.reason .lead-area .lead-1 {
  font-size: 16px;
  line-height: calc(32 / 16);
}

@media screen and (max-width: 767px) {
  body.home section.reason .lead-area .lead-1 {
    display: none;
  }
}

body.home section.reason .button {
  width: 496px;
  height: 72px;
  background-color: #2d993a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  margin: 16px auto 0;
  z-index: 1;
  border: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  body.home section.reason .button {
    width: 288px;
    height: 56px;
    font-size: 16px;
  }
}

body.home section.reason .button img {
  margin-right: 18px;
}

@media screen and (max-width: 767px) {
  body.home section.reason .button img {
    display: none;
  }
}

body.home .image_wrap {
  width: 100%;
  height: 600px;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.home .image_wrap {
    height: 194px;
  }
}

body.home .image_wrap .image {
  width: -webkit-calc(50vw + 340px);
  width: calc(50vw + 340px);
  height: 100%;
  left: 195px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  body.home .image_wrap .image {
    left: 40px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

body.home .image_wrap .image.home-1 {
  background: url("../images/home-1.jpg") no-repeat center/cover;
}

body.home section.company {
  padding-top: 96px;
  padding-bottom: 144px;
}

@media screen and (max-width: 767px) {
  body.home section.company {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

body.home section.company h2 {
  font-size: 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.home section.company h2 {
    font-size: 28px;
    margin-bottom: 6px;
  }
}

body.home section.company .sub-lead {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  body.home section.company .sub-lead {
    font-size: 12px;
    margin-bottom: 40px;
  }
}

body.home section.company .side-lead {
  left: 25px;
}

body.home section.company .side-lead .main {
  font-size: 16px;
}

body.home section.company .side-lead .sub {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  body.home section.company .side-lead .sub {
    font-size: 18px;
  }
}

body.home section.company .image_wrap {
  width: 100%;
  height: 600px;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.home section.company .image_wrap {
    height: 240px;
  }
}

body.home section.company .image_wrap .image {
  width: -webkit-calc(50vw + 371px);
  width: calc(50vw + 371px);
  height: 100%;
  left: 160px;
  position: absolute;
  background: url("../images/home-4.jpg") no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  body.home section.company .image_wrap .image {
    width: 100%;
    left: unset;
  }
}

body.home section.company .button {
  width: 496px;
  height: 72px;
  background-color: #2d993a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  line-height: 1;
  margin: 56px auto 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  body.home section.company .button {
    width: 288px;
    height: 56px;
    font-size: 16px;
  }
}

body.home section.rectuit {
  padding-top: 96px;
}

@media screen and (max-width: 767px) {
  body.home section.rectuit {
    padding-top: 80px;
  }
}

body.home section.rectuit h2 {
  font-size: 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.home section.rectuit h2 {
    font-size: 28px;
    margin-bottom: 6px;
  }
}

body.home section.rectuit .sub-lead {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  body.home section.rectuit .sub-lead {
    font-size: 12px;
    margin-bottom: 40px;
  }
}

body.home section.rectuit .box-1 {
  position: relative;
  overflow: hidden;
}

body.home section.rectuit .box-1 .side-lead {
  left: unset;
  right: 15px;
  top: -15px;
}

body.home section.rectuit .box-1 .side-lead .main {
  font-size: 16px;
}

body.home section.rectuit .box-1 .side-lead .sub {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  body.home section.rectuit .box-1 .side-lead .sub {
    font: 18px;
  }
}

body.home section.rectuit .box-1 > img.only-sp {
  position: relative;
  width: calc(100% - 10px);
}

body.home section.rectuit .box-1 .button {
  width: 156px;
  height: 64px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2d993a;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.07em;
  position: absolute;
  right: 60px;
  bottom: 35px;
}

@media screen and (max-width: 767px) {
  body.home section.rectuit .box-1 .button {
    width: calc(100% - 80px);
    height: 40px;
    background: #fff;
    font-size: 16px;
    color: #000;
    left: 40px;
    justify-content: flex-end;
    padding-right: 11px;
    bottom: 40px;
  }
}

body.home section.rectuit .box-1 .button img {
  margin-right: 12px;
}

body.home section.news {
  padding-top: 96px;
  padding-bottom: 160px;
}

@media screen and (max-width: 767px) {
  body.home section.news {
    padding-top: 80px;
    padding-bottom: 72px;
  }
}

body.home section.news h2 {
  font-size: 32px;
  text-align: center;
  color: #2d993a;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  body.home section.news h2 {
    font-size: 28px;
    margin-bottom: 6px;
  }
}

body.home section.news .sub-lead {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 34px;
  color: #2d993a;
}

@media screen and (max-width: 767px) {
  body.home section.news .sub-lead {
    font-size: 12px;
    margin-bottom: 40px;
  }
}

body.home section.news .news-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
  position: relative;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.home section.news .news-list {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 40px;
  }
}

body.home section.news .news-list .news-list-item {
  width: 30%;
  display: block;
}

@media screen and (max-width: 767px) {
  body.home section.news .news-list .news-list-item {
    width: 100%;
    margin-bottom: 16px;
  }
  body.home section.news .news-list .news-list-item:last-of-type {
    margin-bottom: 0px;
  }
}

body.home section.news .news-list .news-list-item hr.cat {
  border-top: 5px solid #2d993a;
  margin-top: 0;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  body.home section.news .news-list .news-list-item hr.cat {
    border-top-width: 8px;
    margin-bottom: 8px !important;
  }
}

body.home section.news .news-list .news-list-item div.cat {
  border-left: 1px solid #2d993a;
}

@media screen and (max-width: 767px) {
  body.home section.news .news-list .news-list-item div.cat p.cat {
    margin-right: 16px !important;
  }
}

body.home section.news .news-list .news-list-item div.cat > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

body.home section.news .news-list .news-list-item div.cat p.cat {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-right: 1.25em;
  width: 110px;
}

@media screen and (max-width: 767px) {
  body.home section.news .news-list .news-list-item div.cat p.cat {
    font-size: 14px;
    width: 80px;
    margin-right: 16px;
  }
}

body.home section.news .news-list .news-list-item div.cat time {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  body.home section.news .news-list .news-list-item div.cat time {
    font-size: 12px;
  }
}

body.home section.news .news-list .news-list-item .title {
  font-weight: normal;
  font-size: 14px;
  margin-left: 0.5em;
  margin-top: 0.75em;
}

@media screen and (max-width: 767px) {
  body.home section.news .news-list .news-list-item .title {
    font-size: 16px;
  }
}

body.home section.news .news-list .news-list-item .more {
  color: #CB0000;
  text-align: right;
  margin-bottom: 0;
}

body.home section.news .news-list .news-list-item .more a {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  body.home section.news .news-list .news-list-item .more a {
    font-size: 14px;
  }
}

body.home section.news .news-list .news-list-item .more a:hover {
  color: #CB0000;
}

body.home section.news .button {
  width: 496px;
  height: 40px;
  color: #2d993a;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  line-height: 1;
  margin: 56px auto 0;
  z-index: 1;
  border: 1px solid #2d993a;
}

@media screen and (max-width: 767px) {
  body.home section.news .button {
    width: 288px;
    height: 44px;
    font-size: 16px;
  }
}

body.page-company section.header {
  height: 520px;
  position: relative;
}

@media screen and (max-width: 1080px) {
  body.page-company section.header {
    height: 50vw;
  }
}

@media screen and (max-width: 767px) {
  body.page-company section.header {
    height: unset;
  }
}

body.page-company section.header::before {
  position: absolute;
  content: '';
  background: url("../images/company-header-1.png") no-repeat center/cover;
  width: 100vw;
  height: 100%;
  left: calc(((100vw - 1080px) / 2) * -1);
  top: 0;
}

@media screen and (max-width: 1080px) {
  body.page-company section.header::before {
    left: unset;
  }
}

@media screen and (max-width: 767px) {
  body.page-company section.header::before {
    background: unset;
  }
}

body.page-company section.greeting {
  padding-top: 64px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  body.page-company section.greeting {
    padding-top: 68px;
    padding-bottom: 100px;
  }
}

body.page-company section.greeting .box-1 {
  position: relative;
}

body.page-company section.greeting .box-1 .side-lead .sub {
  color: #2d993a;
}

@media screen and (max-width: 767px) {
  body.page-company section.greeting .box-1 .side-lead .sub {
    font-size: 14px;
  }
}

body.page-company section.greeting .box-1 .image-1 {
  width: 760px;
  margin: 0 auto;
}

body.page-company section.greeting .box-1 .image-1 img {
  position: absolute;
}

body.page-company section.greeting .box-1 .image-2 {
  padding: 0 40px;
}

body.page-company section.greeting .box-1 .image-2 img {
  border: 7px solid #e6e6e6;
  margin-bottom: 11px;
}

body.page-company section.greeting .box-1 .image-2 .lead-4 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 28px;
}

body.page-company section.greeting .box-1 .image-2 .lead-4 .text-1 {
  font-size: 12px;
  margin-right: 10px;
}

body.page-company section.greeting .box-1 .image-2 .lead-4 .text-2 {
  font-size: 20px;
}

body.page-company section.greeting .box-1 .lead {
  width: 760px;
  height: 663px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.page-company section.greeting .box-1 .lead {
    width: 100%;
    padding: 0 40px;
  }
}

body.page-company section.greeting .box-1 .lead .lead-1 {
  position: absolute;
  width: 350px;
  height: 150px;
  right: 10px;
  top: 23px;
  font-size: 25px;
  line-height: calc(40 / 26);
  text-align: justify;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 767px) {
  body.page-company section.greeting .box-1 .lead .lead-1 {
    width: 100%;
    position: unset;
    height: unset;
    font-size: 20px;
    margin-bottom: 20px;
  }
}

body.page-company section.greeting .box-1 .lead .lead-1 span {
  color: #2d993a;
}

body.page-company section.greeting .box-1 .lead .lead-2 {
  position: absolute;
  width: 138px;
  height: 55px;
  left: 19px;
  top: 438px;
  text-align: center;
  letter-spacing: 0.1em;
}

body.page-company section.greeting .box-1 .lead .lead-2 .text-1 {
  font-size: 16px;
}

body.page-company section.greeting .box-1 .lead .lead-2 .text-2 {
  font-size: 30px;
}

body.page-company section.greeting .box-1 .lead .lead-3 {
  position: absolute;
  width: 504px;
  height: 260px;
  right: 17px;
  bottom: 23px;
  font-size: 16px;
  line-height: calc(27 / 16);
  text-align: justify;
  letter-spacing: -0.017em;
}

@media screen and (max-width: 767px) {
  body.page-company section.greeting .box-1 .lead .lead-3 {
    position: unset;
    width: 100%;
    font-size: 14px;
    line-height: calc(56 / 28);
    padding: 15px 19px;
    border: 7px solid #e6e6e6;
    height: unset;
    letter-spacing: 0;
  }
}

body.page-company section.company {
  padding-top: 112px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  body.page-company section.company {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

body.page-company section.company h2 {
  font-size: 32px;
  color: #2d993a;
  text-align: center;
  margin-bottom: 96px;
  position: relative;
  z-index: 1;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  body.page-company section.company h2 {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

body.page-company section.company h2::before {
  content: '';
  width: 200px;
  height: 83px;
  background: url("../images/company-2.svg") no-repeat center/contain;
  position: absolute;
  z-index: -1;
  left: calc(50% - 100px);
  top: -10px;
}

@media screen and (max-width: 767px) {
  body.page-company section.company h2::before {
    width: 115px;
    height: 48px;
    left: calc(50% - 57.5px);
  }
}

body.page-company section.company .box-1 {
  position: relative;
}

@media screen and (max-width: 767px) {
  body.page-company section.company .box-1 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

body.page-company section.company .box-1 .side-lead .sub {
  color: #fff;
}

@media screen and (max-width: 767px) {
  body.page-company section.company .box-1 .side-lead .sub {
    font-size: 14px;
  }
}

body.page-company section.company .box-1 table {
  width: calc(100% - 160px);
  margin-left: 160px;
  font-size: 16px;
  line-height: 2;
  color: #fff;
}

@media screen and (max-width: 767px) {
  body.page-company section.company .box-1 table {
    width: 100%;
    margin-left: unset;
    line-height: calc(48 / 32);
  }
}

body.page-company section.company .box-1 table tr {
  border-top: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  body.page-company section.company .box-1 table tr {
    border-top: unset;
  }
}

body.page-company section.company .box-1 table tr:last-of-type {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  body.page-company section.company .box-1 table tr:last-of-type {
    border-bottom: unset;
  }
}

body.page-company section.company .box-1 table tr th {
  width: 166px;
  display: flex;
  justify-content: space-between;
  padding: 24px 40px;
}

@media screen and (max-width: 767px) {
  body.page-company section.company .box-1 table tr th {
    width: 100%;
    justify-content: flex-start;
    padding: unset;
  }
}

body.page-company section.company .box-1 table tr td {
  width: 100%;
  padding: 24px 40px;
}

@media screen and (max-width: 767px) {
  body.page-company section.company .box-1 table tr td {
    display: flex;
    width: 100%;
    border-top: 1px solid #fff;
    padding: 8px 0 24px;
  }
}

body.page-company section.access {
  padding-top: 96px;
  padding-bottom: 96px;
}

@media screen and (max-width: 767px) {
  body.page-company section.access {
    padding-top: 86px;
    padding-bottom: 52px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

body.page-company section.access h2 {
  font-size: 32px;
  color: #2d993a;
  text-align: center;
  margin-bottom: 96px;
  position: relative;
  z-index: 1;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  body.page-company section.access h2 {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

body.page-company section.access h2::before {
  content: '';
  width: 200px;
  height: 83px;
  background: url("../images/company-2.svg") no-repeat center/contain;
  position: absolute;
  z-index: -1;
  left: calc(50% - 100px);
  top: -10px;
}

@media screen and (max-width: 767px) {
  body.page-company section.access h2::before {
    width: 115px;
    height: 48px;
    left: calc(50% - 57.5px);
  }
}

body.page-company section.access #map {
  height: 480px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  body.page-company section.access #map {
    height: 311px;
    margin-bottom: 28px;
  }
}

body.page-company section.access .box-1 {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}

body.page-company section.access .box-1 .lead-1 {
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  body.page-company section.access .box-1 .lead-1 {
    text-align: left;
    line-height: calc(48 / 32);
  }
}

body.page-company section.access .box-1 hr {
  border-top: 1px solid #2d993a;
  margin: 17px auto;
}

body.page-company section.access .box-1 .box-1-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

body.page-company section.access .box-1 .box-1-1 table {
  font-size: 16px;
  line-height: calc(30 / 16);
  width: 47%;
}

@media screen and (max-width: 767px) {
  body.page-company section.access .box-1 .box-1-1 table {
    line-height: calc(48 / 32);
    width: 100%;
  }
}

body.page-company section.access .box-1 .box-1-1 table th {
  padding-right: 0.8em;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

@media screen and (max-width: 767px) {
  body.page-company section.access .box-1 .box-1-1 table th {
    width: 100%;
    display: block;
  }
}

body.page-company section.access .box-1 .box-1-1 table th span {
  color: #2d993a;
}

@media screen and (max-width: 767px) {
  body.page-company section.access .box-1 .box-1-1 table td {
    display: block;
    width: 100%;
  }
}

body.page-company section.image {
  height: 330px;
  position: relative;
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  body.page-company section.image {
    height: 240px;
    margin-bottom: 72px;
  }
}

body.page-company section.image::before {
  position: absolute;
  content: '';
  background: url("../images/company-3.jpg") no-repeat center/cover;
  width: 100vw;
  height: 330px;
  left: calc(((100vw - 1080px) / 2) * -1);
  display: block;
}

@media screen and (max-width: 1080px) {
  body.page-company section.image::before {
    left: unset;
  }
}

@media screen and (max-width: 767px) {
  body.page-company section.image::before {
    height: 240px;
  }
}

body.post-type-archive-news section.list {
  padding-top: 96px;
  padding-bottom: 160px;
}

body.post-type-archive-news section.list .news-list {
  border-bottom: 1px solid #2d993a;
  position: relative;
}

body.post-type-archive-news section.list .news-list .news-list-item hr {
  border-top: 1px solid #2d993a;
}

body.post-type-archive-news section.list .news-list .news-list-item > div {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

body.post-type-archive-news section.list .news-list .news-list-item > div time {
  font-size: 14px;
  margin-right: 1em;
}

body.post-type-archive-news section.list .news-list .news-list-item > div p.cat {
  font-size: 14px;
  width: 91px;
  background: #2d993a;
  padding: 5px 0;
  line-height: 1;
  color: #fff;
  margin-right: 1.5em;
  text-align: center;
}

body.post-type-archive-news section.list .news-list .news-list-item > div h3 {
  font-size: 24px;
  margin-top: -8px;
}

body.post-type-archive-news section.list .news-list .news-list-item > div .description {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

body.single-news .entry-content {
  margin-top: 56px;
  margin-bottom: 22px;
  padding-top: 36px;
  padding-bottom: 120px;
  border-top: 1px solid #2d993a;
  border-bottom: 1px solid #2d993a;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

body.single-news .entry-content .header-date {
  font-size: 14px;
  margin-bottom: 16px;
}

body.single-news .entry-content .header-cat {
  margin-bottom: 40px;
}

body.single-news .entry-content .header-cat p.cat {
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 91px;
  background: #2d993a;
  padding: 5px 0;
}

body.single-news .entry-content h1 {
  font-size: 32px;
}

body.single-news section.content {
  font-size: 16px;
  line-height: 2;
}

body.single-news .post-navi {
  margin-bottom: 160px;
  padding-left: 32px;
  padding-right: 32px;
}

body.single-news .post-navi div > div > div {
  width: 33%;
}

body.single-news .post-navi a.list {
  font-size: 16px;
  padding: 8px 24px;
}

body.single-news .post-navi .arrow {
  font-size: 14px;
  padding: 2px 5px;
}

body.single-news .post-navi .pt-3,
body.single-news .post-navi .py-3 {
  padding-top: 1rem !important;
}

body.single-news .post-navi .pr-2,
body.single-news .post-navi .px-2 {
  padding-right: .5rem !important;
}

body.single-news .post-navi .pl-2,
body.single-news .post-navi .px-2 {
  padding-left: .5rem !important;
}

body.single-news .post-navi .f16 {
  font-size: 16px;
}

body.single-news .post-navi .l16 {
  line-height: 1.6;
}

body.page-contact .f16 {
  font-size: 16px;
}

body.page-contact .l16 {
  line-height: 1.6;
}

body.page-contact section.text {
  position: relative;
  z-index: 2;
  padding-top: 64px;
  padding-bottom: 64px;
}

body.page-contact section.contact-tel {
  position: relative;
  z-index: 2;
}

body.page-contact section.contact-tel .box {
  padding: 32px;
  background: #F2F2F2;
  border: 1px solid #2d993a;
  margin-bottom: 64px;
}

body.page-contact section.contact-tel .box h2 {
  font-size: 24px;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  background: #2d993a;
  margin-bottom: 32px;
  color: #fff;
}

body.page-contact section.contact-tel .box p {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  line-height: 1;
}

body.page-contact section.contact-tel .box p::before {
  content: '';
  position: absolute;
  background: url(../images/icon-tel.svg) no-repeat center/contain;
  width: 16px;
  height: 22px;
  left: -19px;
  top: 7px;
}

@media screen and (max-width: 767px) {
  body.page-contact section.contact-tel .box p {
    margin-bottom: 1em;
  }
}

body.page-contact section.contact-mail {
  position: relative;
  z-index: 2;
  /* Change Autocomplete styles in Chrome*/
}

body.page-contact section.contact-mail .box {
  padding: 32px;
  background: #F2F2F2;
  border: 1px solid #2d993a;
  margin-bottom: 96px;
}

body.page-contact section.contact-mail .box h2 {
  font-size: 24px;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  background: #2d993a;
  margin-bottom: 32px;
  color: #fff;
}

body.page-contact section.contact-mail .box > p {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-bottom: 32px;
}

body.page-contact section.contact-mail .box strong {
  color: #CB0000;
  font-weight: normal;
}

body.page-contact section.contact-mail .box > div {
  font-size: 16px;
}

body.page-contact section.contact-mail .box .contact_label,
body.page-contact section.contact-mail .box .contact_message_label {
  border-left: 8px solid #2d993a;
}

@media screen and (max-width: 767px) {
  body.page-contact section.contact-mail .box .contact_label,
  body.page-contact section.contact-mail .box .contact_message_label {
    padding: 6px;
    margin-top: 13px;
    margin-bottom: 5px;
  }
}

body.page-contact section.contact-mail .box .contact_button input {
  color: #2d993a;
  background: white;
  border: 1px solid #2d993a;
  border-radius: 0;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 8px 49px;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  body.page-contact section.contact-mail .box .contact_label {
    float: left;
    width: 250px;
    padding: 10px 0 10px 24px;
  }
  body.page-contact section.contact-mail .box .contact_input {
    margin-bottom: 16px;
    padding-left: 255px;
  }
  body.page-contact section.contact-mail .box .contact_message_label {
    float: left;
    width: 250px;
    padding: 10px 0 10px 24px;
    height: 182px;
  }
  body.page-contact section.contact-mail .box .contact_message_input {
    padding-left: 255px;
  }
  body.page-contact section.contact-mail .box .contact_message_input textarea {
    width: 100%;
    height: 200px;
    padding: 8px;
  }
}

body.page-contact section.contact-mail .box .contact_input .wpcf7-form-control,
body.page-contact section.contact-mail .box .contact_label .wpcf7-form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

body.page-contact section.contact-mail .mb48 {
  margin-bottom: 48px;
}

body.page-contact section.contact-mail .f40 {
  font-size: 40px;
}

body.page-contact section.contact-mail .main-color {
  color: #2d993a;
}

body.page-contact section.contact-mail input:-webkit-autofill,
body.page-contact section.contact-mail input:-webkit-autofill:hover,
body.page-contact section.contact-mail input:-webkit-autofill:focus,
body.page-contact section.contact-mail textarea:-webkit-autofill,
body.page-contact section.contact-mail textarea:-webkit-autofill:hover,
body.page-contact section.contact-mail textarea:-webkit-autofill:focus,
body.page-contact section.contact-mail select:-webkit-autofill,
body.page-contact section.contact-mail select:-webkit-autofill:hover,
body.page-contact section.contact-mail select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

body.page-contact section.contact-mail .wpcf7c-conf {
  background: #fff !important;
}

body.page-privacy-policy section.lead {
  position: relative;
  z-index: 2;
}

body.page-privacy-policy section.lead .lead-1 {
  font-size: 16px;
  line-height: 2;
  padding-top: 56px;
  padding-bottom: 56px;
  text-align: center;
}

body.page-privacy-policy section.privacypolicy {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #2d993a;
  margin-bottom: 160px;
}

body.page-privacy-policy section.privacypolicy h2 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #2d993a;
  color: #2d993a;
  margin-bottom: 32px;
}

body.page-privacy-policy section.privacypolicy > div > p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 84px;
}

body.page-privacy-policy section.privacypolicy > div > p:last-of-type {
  margin-bottom: 18px;
}

body.page-service section.header {
  height: 790px;
  position: relative;
  margin-bottom: -200px;
}

@media screen and (max-width: 1080px) {
  body.page-service section.header {
    height: 50vw;
    margin-bottom: -9vw;
  }
}

@media screen and (max-width: 767px) {
  body.page-service section.header {
    height: unset;
  }
}

body.page-service section.header::before {
  position: absolute;
  content: '';
  background: url("../images/service-header-1.png") no-repeat center/cover;
  width: 100vw;
  height: 100%;
  left: calc(((100vw - 1080px) / 2) * -1);
  top: 0;
}

@media screen and (max-width: 1080px) {
  body.page-service section.header::before {
    left: unset;
  }
}

@media screen and (max-width: 767px) {
  body.page-service section.header::before {
    background: unset;
  }
}

@media screen and (max-width: 767px) {
  body.page-service section.lead {
    padding-left: 40px;
    padding-right: 40px;
  }
}

body.page-service section.lead .lead-1 {
  font-size: 36px;
  line-height: calc(56 / 36);
  margin-bottom: 58px;
}

@media screen and (max-width: 767px) {
  body.page-service section.lead .lead-1 {
    font-size: 24px;
    line-height: calc(64 / 48);
    margin-bottom: 21px;
  }
}

body.page-service section.lead .lead-1 span {
  color: #2d993a;
}

body.page-service section.lead .lead-2 {
  font-size: 16px;
  line-height: calc(40 / 16);
}

@media screen and (max-width: 767px) {
  body.page-service section.lead .lead-2 {
    font-size: 14px;
    line-height: calc(64 / 28);
  }
}

body.page-service section.service {
  padding-top: 116px;
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  body.page-service section.service {
    padding-top: 64px;
  }
}

body.page-service section.service h2 {
  font-size: 24px;
  color: #2d993a;
  text-align: center;
  margin-bottom: 74px;
  position: relative;
  z-index: 1;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  body.page-service section.service h2 {
    font-size: 16px;
    margin-bottom: 45px;
  }
}

body.page-service section.service h2::after {
  content: '';
  width: 294px;
  height: 64px;
  background: url(../images/service-1.svg) no-repeat center/contain;
  position: absolute;
  z-index: -1;
  left: calc(50% - 146px);
  top: -14px;
}

@media screen and (max-width: 767px) {
  body.page-service section.service h2::after {
    height: 40px;
    width: 184px;
    left: calc(50% - 87px);
    top: -6px;
  }
}

body.page-service section.service .content_inner:nth-of-type(1) {
  margin-bottom: 165px;
}

@media screen and (max-width: 767px) {
  body.page-service section.service .content_inner:nth-of-type(1) {
    margin-bottom: 72px;
  }
}

@media screen and (max-width: 767px) {
  body.page-service section.service .content_inner:nth-of-type(2) .image_wrap {
    height: 380px;
  }
}

@media screen and (max-width: 767px) {
  body.page-service section.service .content_inner:nth-of-type(2) {
    margin-bottom: 72px;
  }
}

body.page-service section.service .side-lead .main {
  color: #2d993a;
  font-size: 24px;
  text-orientation: sideways;
}

@media screen and (max-width: 767px) {
  body.page-service section.service .side-lead .main {
    font-size: 16px;
  }
}

body.page-service section.service .side-lead .sub {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  body.page-service section.service .side-lead .sub {
    font-size: 12px;
  }
}

body.page-service section.service .image_wrap {
  width: 100%;
  height: 675px;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.page-service section.service .image_wrap {
    position: unset;
    height: 450px;
  }
}

body.page-service section.service .image_wrap:before {
  content: '';
  display: block;
  height: 200px;
  width: calc((100vw - 1080px) / 2);
  left: calc(((100vw - 1080px) / 2) * -1);
  top: 0;
  position: absolute;
  background-image: radial-gradient(#cdcdcd 30%, transparent 30%), radial-gradient(#cdcdcd 30%, transparent 30%);
  background-size: 16px 16px;
  background-position: 0 0, 8px 8px;
}

@media screen and (max-width: 767px) {
  body.page-service section.service .image_wrap:before {
    left: 0;
    width: 40px;
    height: 100px;
    background-size: 8px 8px;
    background-position: 0 0, 4px 4px;
  }
}

body.page-service section.service .image_wrap.left .image {
  left: unset;
  right: 195px;
}

body.page-service section.service .image_wrap.left:before {
  left: unset;
  right: calc(((100vw - 1080px) / 2) * -1);
}

@media screen and (max-width: 767px) {
  body.page-service section.service .image_wrap.left:before {
    right: 0;
    height: 100px;
  }
}

body.page-service section.service .image_wrap .image {
  width: -webkit-calc(50vw + 340px);
  width: calc(50vw + 340px);
  height: 100%;
  left: 195px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  body.page-service section.service .image_wrap .image {
    height: 337px;
    left: 40px;
  }
}

body.page-service section.service .image_wrap .image.service-2 {
  background: url("../images/service-2.jpg") no-repeat center/cover;
}

body.page-service section.service .image_wrap .image.service-3 {
  background: url("../images/service-3.jpg") no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  body.page-service section.service .image_wrap .image.service-3 {
    right: 40px;
    width: calc(100vw - 40px);
    background-position: left;
  }
}

body.page-service section.service .image_wrap .image.service-4 {
  background: url("../images/service-4.jpg") no-repeat center/cover;
}

body.page-service section.service .image_wrap .image.service-5 {
  background: url("../images/service-5.jpg") no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  body.page-service section.service .image_wrap .image.service-5 {
    width: calc(100vw - 40px);
    right: 40px;
  }
}

body.page-service section.service .image_wrap .image.service-6 {
  background: url("../images/service-6.jpg") no-repeat center/cover;
}

body.page-service section.service .image_wrap .image.service-7 {
  background: url("../images/service-7.jpg") no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  body.page-service section.service .image_wrap .image.service-7 {
    width: calc(100vw - 40px);
    right: 40px;
  }
}

body.page-service section.service .lead-area {
  background: #2d993a;
  max-width: 560px;
  width: 100%;
  padding: 40px 48px;
  position: absolute;
  left: 0;
  z-index: 10;
  bottom: -45px;
}

@media screen and (max-width: 767px) {
  body.page-service section.service .lead-area {
    padding: 32px 40px;
    width: unset;
    bottom: 0;
  }
}

body.page-service section.service .lead-area.right {
  left: unset;
  right: 0;
}

body.page-service section.service .lead-area ul {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.page-service section.service .lead-area ul {
    font-size: 14px;
    line-height: calc(40 / 28);
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
}

body.page-service section.service .lead-area ul li:nth-of-type(odd) {
  width: 58%;
}

@media screen and (max-width: 767px) {
  body.page-service section.service .lead-area ul li:nth-of-type(odd) {
    width: unset;
  }
}

body.page-service section.service .lead-area ul li:nth-of-type(even) {
  width: 42%;
}

@media screen and (max-width: 767px) {
  body.page-service section.service .lead-area ul li:nth-of-type(even) {
    width: unset;
  }
}

body.page-service section.service .box-1 {
  padding-top: 72px;
}

@media screen and (max-width: 767px) {
  body.page-service section.service .box-1 {
    padding-top: 32px;
  }
}

body.page-service section.service .box-1.bg-gray::after {
  height: calc(100% - 140px);
}

body.page-service section.service .box-2 {
  margin-top: 165px;
}

@media screen and (max-width: 767px) {
  body.page-service section.service .box-2 {
    margin-top: unset;
  }
}

body.page-service section.service .box-2 .content_inner:nth-of-type(1) .image_wrap {
  height: 371px;
}

body.page-service section.service .box-3 {
  margin-top: 165px;
  padding-bottom: 165px;
}

@media screen and (max-width: 767px) {
  body.page-service section.service .box-3 {
    margin-top: unset;
    padding-bottom: 72px;
  }
}

body.page-service section.service .box-3 .content_inner:nth-of-type(1) .image_wrap {
  height: 379px;
}

body.page-service section.service .box-3 .content_inner:nth-of-type(2) .image_wrap {
  height: 399px;
}

body.page-service section.service .box-3::after {
  top: 252px;
  height: calc(100% - 252px);
}

@media screen and (max-width: 767px) {
  body.page-service section.service .box-3::after {
    top: 261px;
    height: calc(100% - 261px);
  }
}

body.page-recruit section.header {
  height: 618px;
  position: relative;
}

body.page-recruit section.header::before {
  position: absolute;
  content: '';
  background: url("../images/recruit-header-1.png") no-repeat center/cover;
  width: 100vw;
  height: 100%;
  left: calc(((100vw - 1080px) / 2) * -1);
  top: 0;
}

body.page-recruit section.header .box-1 {
  text-indent: -9999px;
  background: unset;
}

body.page-recruit section.lead .lead-1 {
  font-size: 36px;
  line-height: calc(56 / 36);
  margin-bottom: 58px;
}

body.page-recruit section.lead .lead-1 span {
  color: #2d993a;
}

body.page-recruit section.lead .lead-2 {
  font-size: 16px;
  line-height: calc(40 / 16);
  margin-bottom: 36px;
}

body.page-recruit section.inerview h2 {
  margin-bottom: 36px;
}

body.page-recruit section.inerview h2 img {
  margin: 0 auto;
}

body.page-recruit section.inerview .talk {
  padding: 20px 24px;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 512px;
  -webkit-box-shadow: 4px 4px 0px 1px #2d993a;
  box-shadow: 4px 4px 0px 1px #2d993a;
  margin-bottom: 28px;
}

body.page-recruit section.inerview .talk.left {
  margin-right: auto;
  margin-left: 184px;
  position: relative;
}

body.page-recruit section.inerview .talk.left::after {
  content: "";
  position: absolute;
  top: 40px;
  left: -19px;
  margin-left: 0;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
  border-width: 25px 10px 17px 20px;
  transform: rotate(-20deg);
}

body.page-recruit section.inerview .talk.left:before {
  content: "";
  position: absolute;
  top: 44px;
  left: -19px;
  margin-left: 0;
  border: 12px solid transparent;
  border-top: 12px solid #2d993a;
  z-index: 2;
  border-width: 25px 10px 17px 19px;
  transform: rotate(-20deg);
}

body.page-recruit section.inerview .talk.right {
  margin-left: auto;
  margin-right: 184px;
  position: relative;
}

body.page-recruit section.inerview .talk.right::after {
  content: "";
  position: absolute;
  top: 18px;
  right: -19px;
  margin-left: 0;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
  border-width: 25px 10px 17px 20px;
  transform: rotate(160deg);
}

body.page-recruit section.inerview .talk.right:before {
  content: "";
  position: absolute;
  top: 22px;
  right: -21px;
  margin-left: 0;
  border: 12px solid transparent;
  border-top: 12px solid #2d993a;
  z-index: 2;
  border-width: 25px 10px 17px 19px;
  transform: rotate(160deg);
}

body.page-recruit section.inerview .talk p {
  font-size: 16px;
  line-height: calc(24 / 16);
}

body.page-recruit section.inerview img.left {
  position: absolute;
}

body.page-recruit section.inerview img.right {
  position: absolute;
  right: 0;
}

body.page-recruit section.inerview .lead-1 {
  font-size: 24px;
  margin-bottom: 36px;
}

body.page-recruit section.inerview .lead-2 {
  font-size: 32px;
  margin-bottom: 40px;
  color: #2d993a;
  font-weight: bold;
}

body.page-recruit section.inerview .lead-2 span {
  color: #fff;
  text-shadow: #2d993a 2px 0px, #2d993a -2px 0px, #2d993a 0px -2px, #2d993a 0px 2px, #2d993a 2px 2px, #2d993a -2px 2px, #2d993a 2px -2px, #2d993a -2px -2px, #2d993a 1px 2px, #2d993a -1px 2px, #2d993a 1px -2px, #2d993a -1px -2px, #2d993a 2px 1px, #2d993a -2px 1px, #2d993a 2px -1px, #2d993a -2px -1px;
}

body.page-recruit section.inerview .box-1 {
  padding-top: 48px;
  position: relative;
  padding-bottom: 68px;
}

body.page-recruit section.inerview .box-1::after {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e6e6e6;
}

body.page-recruit section.inerview .box-2 {
  padding-top: 48px;
  padding-bottom: 68px;
}

body.page-recruit section.inerview .box-2 .talk {
  background: #eeeeee;
}

body.page-recruit section.inerview .box-2 .talk::after {
  border-top-color: #eee;
}

body.page-recruit section.guideline {
  padding-top: 145px;
  padding-bottom: 64px;
}

body.page-recruit section.guideline h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 74px;
  position: relative;
  z-index: 1;
  font-weight: bold;
}

body.page-recruit section.guideline h2::after {
  content: '';
  width: 294px;
  height: 64px;
  background: url(../images/recruit-guideline-heading.svg) no-repeat center/contain;
  position: absolute;
  z-index: -1;
  left: calc(50% - 146px);
  top: -14px;
}

body.page-recruit section.guideline .box-1 {
  position: relative;
}

body.page-recruit section.guideline .box-1:before {
  content: '';
  display: block;
  height: 200px;
  width: calc((100vw - 1080px) / 2);
  left: calc(((100vw - 1080px) / 2) * -1);
  top: 0;
  position: absolute;
  background-image: radial-gradient(#287d32 30%, transparent 30%), radial-gradient(#287d32 30%, transparent 30%);
  background-size: 16px 16px;
  background-position: 0 0, 8px 8px;
}

body.page-recruit section.guideline .box-1 table {
  width: 880px;
  margin-left: auto;
  font-size: 16px;
  line-height: calc(24 / 16);
}

body.page-recruit section.guideline .box-1 table tr {
  border-bottom: 1px solid #000;
}

body.page-recruit section.guideline .box-1 table tr:last-of-type {
  border-bottom: none;
}

body.page-recruit section.guideline .box-1 table tr th {
  background: #eee;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 240px;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

body.page-recruit section.guideline .box-1 table tr td {
  background: #fff;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

body.page-recruit section.contact {
  padding-top: 60px;
  padding-bottom: 160px;
  text-align: center;
}

body.page-recruit section.contact .lead-1 {
  font-size: 24px;
  line-height: calc(24 / 16);
  margin-bottom: 15px;
}

body.page-recruit section.contact .lead-2 {
  font-size: 48px;
  color: #2d993a;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 25px;
}

body.page-recruit section.contact .lead-2 span {
  position: relative;
  padding-left: 28px;
}

body.page-recruit section.contact .lead-2 span::before {
  content: '';
  position: absolute;
  background: url(../images/recruit-tel.svg) no-repeat center/contain;
  width: 19px;
  height: 37px;
  left: 3px;
  top: 20px;
}

body.page-recruit section.contact a {
  max-width: 530px;
  font-size: 24px;
  background: #2d993a;
  color: #fff;
  display: block;
  padding: 6px 0;
  margin: 0 auto;
}

body.page-recruit section.contact a span {
  position: relative;
  padding-left: 34px;
}

body.page-recruit section.contact a span::before {
  content: '';
  position: absolute;
  background: url(../images/recruit-mail.svg) no-repeat center/contain;
  width: 34px;
  height: 24px;
  left: -4px;
  top: 7px;
}
