@charset "UTF-8";
/* ----------------------- */
/* メディアクエリ（min-width)
/* ----------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  border: solid 1px #000;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

table, th, td {
  border: none;
}

body {
  color: #222;
  line-height: 1.4;
  font-family: YuGothic, "Yu Gothic", YuGothic, "Yu Gothic", sans-serif;
  letter-spacing: 0.04em;
}

main {
  display: block;
}

a {
  color: #222;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.inner {
  width: 73.75%;
  margin: auto;
}

.inner_s {
  width: 60%;
  margin: auto;
}

.cmn-pad {
  padding: 100px 0;
}

.cmn-pad_s {
  padding: 60px 0;
}

.cmn-pad_sub {
  padding: 120px 0;
}

.pad-top {
  padding-top: 100px;
}

.ib {
  display: inline-block;
}

.white {
  color: white;
}

.center {
  text-align: center;
}

.text {
  line-height: 1.75;
}

.palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.link {
  color: #005327;
  font-size: 14px;
  text-decoration: underline;
  word-break: break-all;
}
.link:hover {
  color: #01913A;
  text-decoration: none;
}

.indent {
  display: block;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.cmn-heading {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.8181818182;
  letter-spacing: 0.08em;
  letter-spacing: 0.12em;
}
.cmn-heading.single {
  margin-bottom: 80px;
  font-size: 30px;
}

/* ----------------------- */
/* パーツ
/* ----------------------- */
.l-hero {
  margin-top: 20px;
}
.l-hero .inner {
  position: relative;
}
.l-hero .inner .l-catch {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-hero .inner .l-catch .ttl_en {
  font-size: 16px;
}
.l-hero .inner .l-catch .catch {
  font-size: 4vw;
  letter-spacing: 0;
}
.l-hero .inner .l-catch .catch span {
  margin-left: 7px;
}
.l-hero .inner .hero {
  width: 65.593220339%;
  margin-right: 0;
  margin-left: auto;
}
.l-hero .inner .hero .sp-hero {
  display: none;
}
.l-hero .inner .hero img {
  border-radius: 30px;
}
.l-hero.l-sub-hero {
  position: relative;
  padding-bottom: 5%;
}
.l-hero.l-sub-hero::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 52%;
  background: #F0F2F0;
  content: "";
}
.l-hero.l-sub-hero .hero {
  width: 59.3220338983%;
}

.ttl_en {
  display: block;
  margin-bottom: 20px;
  color: #01913A;
  font-size: 14px;
  font-family: "Heebo", sans-serif;
  letter-spacing: 0.1em;
}

.h2 {
  margin-bottom: 30px;
}
.h2 .en {
  display: block;
  font-weight: 500;
  font-size: 38px;
  font-family: "Heebo", sans-serif;
  letter-spacing: 0.08em;
}
.h2 .ja {
  color: #01913A;
}
.h2.white .en {
  color: white;
}
.h2.white .ja {
  color: white;
}

.sub-h2 {
  margin-bottom: 65px;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.08em;
  text-align: center;
}

/* ----------------------- */
/* ボタン
/* ----------------------- */
@-webkit-keyframes arrow {
  50% {
    opacity: 1;
  }
  100% {
    right: 0px;
    opacity: 0;
  }
}
@keyframes arrow {
  50% {
    opacity: 1;
  }
  100% {
    right: 0px;
    opacity: 0;
  }
}
.btn_line {
  display: inline-block;
  position: relative;
  margin-top: 40px;
  padding-right: 45px;
  border-bottom: 1px solid #222;
  line-height: 1.7;
}
.btn_line .arrow {
  -webkit-backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  backface-visibility: hidden;
}
.btn_line:hover .arrow {
  -webkit-animation: arrow 0.9s infinite;
          animation: arrow 0.9s infinite;
}

.common-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 240px;
  height: 55px;
  margin-top: 50px;
  overflow: hidden;
  border: 1px solid #005327;
  border-radius: 50px;
  background: #fff;
  color: #005327;
  font-size: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.common-btn .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.common-btn .arrow:first-child {
  z-index: 1;
}
.common-btn .arrow:last-child {
  z-index: 0;
}
.common-btn:before {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 50px;
  background-color: #01913A;
  content: "";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.common-btn:hover {
  border: 1px solid #01913A;
  color: #fff;
}
.common-btn:hover:before {
  width: 100%;
}
.common-btn:hover .arrow:first-child {
  opacity: 0;
}
.common-btn.center {
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.l-contact {
  background: #01913A;
}
.l-contact .common-btn {
  max-width: 500px;
  height: 70px;
}
.l-contact .common-btn:before {
  background: #00FF65;
}

.footer {
  background: #111;
}
.footer .inner {
  position: relative;
  padding: 60px 0 30px;
}
.footer .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .items .item {
  padding: 0 40px;
  line-height: 1;
}
.footer .items .item:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, .6);
}
.footer .items .item a {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .items .item a:hover {
  color: rgba(255, 255, 255, .6);
}
.footer .footer-logo {
  width: 50px;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
}
.footer .page-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #aaa;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer .page-top:hover {
  background: #fff;
}
.footer .page-top span {
  width: 7px;
}
.footer .l-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0;
  border-top: 1px solid rgba(255, 255, 255, .2);
}
.footer .l-copy span {
  color: rgba(255, 255, 255, .6);
  font-size: 10px;
}

.l-header {
  height: 81px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-left: 6.25%;
  background: #fff;
}
.header-logo {
  width: 50px;
}
.header .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .items .item a {
  display: inline-block;
  padding: 30px;
  font-size: 15px;
  font-family: "Heebo", sans-serif;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header .items .item a:hover {
  background: #F0F2F0;
}
.header .items .item.pc-none {
  display: none;
}
.header .items .item:last-child a {
  padding: 30px 60px;
  background: #005327;
  color: #fff;
}
.header .items .item:last-child a:hover {
  background: #01913A;
}
.header .hm {
  display: none;
  margin-right: 4.7%;
}
.header .hm .line {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  border-radius: 4px;
  background-color: #222;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .hm .line::before, .header .hm .line::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 4px;
  background-color: #222;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .hm .line::before {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}
.header .hm .line::after {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
.header .hm.active .line {
  background-color: transparent;
}
.header .hm.active .line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .hm.active .line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-philosophy {
  padding-top: 120px;
  padding-bottom: 14.8125%;
}
.l-philosophy .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-philosophy .content .l-heading {
  padding-right: 20px;
}
.l-philosophy .content .text {
  width: 51.9491525424%;
}

.l-concept {
  position: relative;
  padding-top: 14.8125%;
  padding-bottom: 120px;
  background: #262626;
}
.l-concept .img {
  position: absolute;
  top: 0;
  right: 0;
  width: 86.875%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-greeting {
  padding-top: 120px;
  padding-bottom: 9.625%;
}
.l-greeting .greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-greeting .content {
  position: relative;
  width: 56.3559322034%;
}
.l-greeting .content .text-img {
  position: absolute;
  right: 0;
  bottom: -10%;
  width: 44.2105263158%;
  min-width: 175px;
  opacity: 0.7;
}
.l-greeting .img {
  width: 27.7118644068%;
  min-width: 260px;
}
.l-greeting .img span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
}
.l-greeting .img span.companyName {
  margin-top: 10px;
}
.l-greeting .img span.representativeName {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
}
.l-greeting .img span.representativeName .name {
  display: inline;
  font-size: 24px;
}

.l-career {
  padding: 80px 0;
  background-image: url(../img/company/career_bg.jpeg);
}
.l-career .inner_s {
  padding: 50px 8.3333333333%;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(51, 51, 51, .1);
          box-shadow: 0px 0px 15px rgba(51, 51, 51, .1);
}
.l-career .inner_s .career {
  margin-bottom: 40px;
}
.l-career .inner_s .sub-h3 {
  margin-bottom: 20px;
  color: #005327;
  font-weight: bold;
  font-size: 16px;
}

.l-outline .outline {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.l-outline .outline dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}
.l-outline .outline dl:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}
.l-outline .outline dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 27%;
  padding: 25px 0;
  background: #f8f8f8;
}
.l-outline .outline dl dd {
  width: 73%;
  padding: 25px 4%;
}

.l-contactForm.l-conf .contactForm .conf {
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-weight: bold;
}
.l-contactForm.l-conf .complete-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}
.l-contactForm.l-conf .complete-btns .common-btn {
  margin-top: 0;
}
.l-contactForm.l-conf .complete-btns .common-btn:last-child {
  border: 1px solid transparent;
  background: #005327;
  color: #fff;
}
.l-contactForm.l-conf .complete-btns .common-btn:last-child::before {
  background: #01913A;
}
.l-contactForm.l-conf .complete-btns .common-btn:last-child:hover {
  border: 1px solid #01913A;
}

.l-contactForm .inner {
  max-width: 900px;
}
.l-contactForm .contactForm {
  margin-top: 100px;
}
.l-contactForm .contactForm .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-contactForm .contactForm .item .alert {
  position: absolute;
  top: -40px;
  left: 0;
  padding: 7px 15px;
  border-radius: 7px;
  background: #df4b3f;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.l-contactForm .contactForm .item .alert::before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #df4b3f;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.l-contactForm .contactForm .item:not(:last-child) {
  margin-bottom: 60px;
}
.l-contactForm .contactForm .item .l-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 35%;
      -ms-flex: 35%;
          flex: 35%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  padding-top: 17px;
  line-height: 1.5;
}
.l-contactForm .contactForm .item .l-tit label {
  font-weight: 600;
  font-size: 18px;
}
.l-contactForm .contactForm .item .l-tit p {
  margin-right: 20px;
  padding: 5px 20px;
  background: #df4b3f;
  background: #005327;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.l-contactForm .contactForm .item .l-tit p.any {
  background: #777;
}
.l-contactForm .contactForm .item .l-desc {
  position: relative;
  -webkit-box-flex: 65%;
      -ms-flex: 65%;
          flex: 65%;
}
.l-contactForm .contactForm .item .l-desc input {
  width: 100%;
  height: 60px;
  padding-left: 20px;
  border: none;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: none;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-contactForm .contactForm .item .l-desc input::-webkit-input-placeholder {
  opacity: 0.5;
}
.l-contactForm .contactForm .item .l-desc input::-moz-placeholder {
  opacity: 0.5;
}
.l-contactForm .contactForm .item .l-desc input::-ms-input-placeholder {
  opacity: 0.5;
}
.l-contactForm .contactForm .item .l-desc input::placeholder {
  opacity: 0.5;
}
.l-contactForm .contactForm .item .l-desc input:focus {
  -webkit-box-shadow: 0px 0px 15px rgba(62, 70, 87, .2);
          box-shadow: 0px 0px 15px rgba(62, 70, 87, .2);
}
.l-contactForm .contactForm .item .l-desc textarea {
  width: 100%;
  height: 200px;
  padding: 13px 20px;
  border: none;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: none;
  background: #fff;
  line-height: 1.7;
  resize: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-contactForm .contactForm .item .l-desc textarea:focus {
  -webkit-box-shadow: 0px 0px 15px rgba(62, 70, 87, .2);
          box-shadow: 0px 0px 15px rgba(62, 70, 87, .2);
}
.l-contactForm .contactForm .item .l-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 65%;
      -ms-flex: 65%;
          flex: 65%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-contactForm .contactForm .item .l-radio .radio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 25px;
}
.l-contactForm .contactForm .item .l-radio .radio-item input {
  margin-top: 0;
}
.l-contactForm .contactForm .item .l-radio .radio-item label {
  font-size: 14px;
  line-height: 4.3;
}
.l-contactForm .contactForm .common-btn {
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}
.l-contactForm .contactForm .l-privacy-checked {
  margin-bottom: 10px;
  text-align: center;
}
.l-contactForm .contactForm .l-guide {
  text-align: center;
}
.l-contactForm .contactForm .l-guide a {
  border-bottom: 1px solid #005327;
  color: #005327;
}
.l-contactForm .contactForm .l-guide a:hover {
  border-bottom: none;
}

.l-formcomplete .formcomplete {
  text-align: center;
}
.l-formcomplete .formcomplete .heading {
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 38px;
}

.l-company {
  margin-top: -3.75vw;
  padding-top: 8.75%;
  padding-bottom: 60px;
  background: #F0F2F0;
}
.l-company .content {
  position: relative;
  padding-bottom: 14.5833333333%;
}
.l-company .content .img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30.625%;
}
.l-company .company_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-company .company_btns .common-btn {
  min-width: 150px;
  max-width: 180px;
  height: 40px;
  margin: 0 2% 10px;
}

.l-service .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 86.875%;
  margin-right: 0;
  margin-left: auto;
}
.l-service .service .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-service .service .content .text {
  width: 79.1428571429%;
}
.l-service .service .img {
  width: 49.6402877698%;
}

.l-sustainability {
  background-image: url(../../assets/img/top/sustainabilitiy.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-sustainability .inner_s {
  padding: 30px 4% 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .8);
}

.l-consulting .items {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}
.l-consulting .items .item {
  position: relative;
  padding: 25px 3%;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, .1);
}
.l-consulting .items .item:not(:last-child) {
  margin-bottom: 60px;
}
.l-consulting .items .item:not(:last-child)::before {
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 30px;
  height: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(1, 145, 58, .5);
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.l-consulting .items .item::after {
  position: absolute;
  top: 0;
  left: 1%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "1.";
  color: #01913A;
  font-weight: bold;
  font-size: 26px;
}
.l-consulting .items .item:nth-child(2)::after {
  content: "2.";
}
.l-consulting .items .item:nth-child(3)::after {
  content: "3.";
}
.l-consulting .items .item:nth-child(4)::after {
  content: "4.";
}
.l-consulting .items .item p {
  font-size: 18px;
  line-height: 1.6;
}

.l-consulting_menu {
  background-image: url(../img/company/career_bg.jpeg);
}

.l-about_sustainability .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-about_sustainability .wrap .img {
  width: 40%;
  min-width: 350px;
  padding-right: 15px;
}
.l-about_sustainability .wrap .content {
  width: 58%;
}

.l-attempt_sustainability {
  background: #F4FFF9;
}
.l-attempt_sustainability .lead {
  margin-bottom: 100px;
  color: #005327;
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
}
.l-attempt_sustainability .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-attempt_sustainability .items .item {
  padding: 0 5px 10px;
}
@media (max-width: 992px) {
  .l-hero {
    margin-top: 5px;
  }
  .l-hero .inner .l-catch .ttl_en {
    font-size: 14px;
  }
  .btn_line {
    font-size: 14px;
  }
  .footer .items .item {
    padding: 0 30px;
  }
  .footer .items .item a {
    font-size: 12px;
  }
  .l-header {
    height: 54px;
  }
  .header {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .header-logo {
    width: 40px;
  }
  .header-nav {
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    padding-bottom: 80px;
    overflow: auto;
    backface-visibility: hidden;
    background: rgba(255, 255, 255, .9);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .header-nav.active {
    visibility: visible;
    opacity: 1;
  }
  .header .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 54px;
  }
  .header .items .item a {
    display: block;
  }
  .header .items .item.pc-none {
    display: block;
  }
  .header .items .item:last-child a {
    padding: 25px 30px;
  }
  .header .hm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .l-greeting {
    padding-bottom: 200px;
  }
  .l-greeting .greeting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .l-greeting .content {
    width: auto;
  }
  .l-greeting .content .text-img {
    bottom: -140px;
  }
  .l-greeting .img {
    width: 60%;
    margin: 0 auto 30px;
  }
  .l-career .inner_s {
    padding: 50px 3.125%;
  }
  .l-contactForm .contactForm .item .alert {
    top: -75px;
  }
  .l-contactForm .contactForm .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-contactForm .contactForm .item .l-tit {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
    margin-bottom: 15px;
  }
  .l-contactForm .contactForm .item .l-desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
  }
  .l-company .content .img {
    width: 36.4583333333%;
  }
  .l-company .company_btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-service .service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 73.75%;
    margin: auto;
  }
  .l-service .service .content .text {
    width: auto;
  }
  .l-service .service .img {
    width: auto;
    margin-bottom: 30px;
  }
  .l-consulting .items {
    width: 100%;
  }
  .l-about_sustainability .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-about_sustainability .wrap .img {
    width: 90%;
    min-width: 0;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .l-about_sustainability .wrap .content {
    width: 100%;
  }
  .l-attempt_sustainability .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-attempt_sustainability .items .item {
    width: 24%;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 12px;
  }
  .inner {
    width: 92%;
  }
  .inner_s {
    width: 92%;
  }
  .cmn-pad {
    padding: 60px 0;
  }
  .cmn-pad_sub {
    padding: 60px 0;
  }
  .pad-top {
    padding-top: 60px;
  }
  .text {
    font-size: 12px;
  }
  .link {
    font-size: 12px;
  }
  .cmn-heading {
    font-size: 16px;
  }
  .cmn-heading.single {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .l-hero .inner {
    width: 100%;
  }
  .l-hero .inner .l-catch {
    left: 4%;
  }
  .l-hero .inner .l-catch .ttl_en {
    font-size: 11px;
  }
  .l-hero .inner .l-catch .catch {
    font-size: 5.859375vw;
  }
  .l-hero .inner .hero {
    width: 75%;
  }
  .l-hero .inner .hero .sp-hero {
    -o-object-fit: cover;
    display: block;
    height: 380px;
    object-fit: cover;
    -o-object-position: 17% center;
       object-position: 17% center;
  }
  .l-hero .inner .hero .pc-hero {
    display: none;
  }
  .l-hero .inner .hero img {
    border-radius: 30px 0 0 30px;
  }
  .l-hero.l-sub-hero .hero img {
    -o-object-fit: cover;
    height: 170px;
    object-fit: cover;
  }
  .ttl_en {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .h2 .en {
    font-size: 30px;
  }
  .sub-h2 {
    margin-bottom: 35px;
    font-size: 21px;
  }
  .btn_line {
    margin-top: 20px;
    padding-right: 30px;
    font-size: 11px;
  }
  .btn_line .arrow {
    width: 14px;
  }
  .common-btn .arrow {
    right: 10px;
  }
  .common-btn {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }
  .l-contact .common-btn {
    max-width: none;
  }
  .footer .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .items .item {
    padding: 0;
  }
  .footer .items .item:not(:first-child) {
    border: none;
  }
  .footer .items .item a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    text-align: center;
  }
  .l-philosophy {
    padding-top: 60px;
    padding-bottom: 105px;
  }
  .l-philosophy .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-philosophy .content .l-heading {
    padding-right: 0;
  }
  .l-philosophy .content .text {
    width: 100%;
  }
  .l-concept {
    padding-top: 105px;
    padding-bottom: 60px;
  }
  .l-concept .img img {
    -o-object-fit: cover;
    height: 138px;
    object-fit: cover;
  }
  .l-greeting {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .l-greeting .content .text-img {
    bottom: -80px;
  }
  .l-greeting .img span {
    font-size: 12px;
  }
  .l-greeting .img span.representativeName .name {
    font-size: 18px;
  }
  .l-career {
    padding: 50px 0;
  }
  .l-career .inner_s .sub-h3 {
    font-size: 14px;
  }
  .l-outline .outline dl {
    font-size: 13px;
  }
  .l-contactForm.l-conf .complete-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    margin-top: 50px;
  }
  .l-contactForm.l-conf .complete-btns .common-btn {
    max-width: none;
  }
  .l-contactForm.l-conf .complete-btns .common-btn:last-child {
    margin-top: 10px;
  }
  .l-contactForm .contactForm {
    margin-top: 30px;
  }
  .l-contactForm .contactForm .item:not(:last-child) {
    margin-bottom: 30px;
  }
  .l-contactForm .contactForm .item .l-tit label {
    font-size: 13px;
  }
  .l-contactForm .contactForm .item .l-tit p {
    font-size: 10px;
  }
  .l-contactForm .contactForm .item .l-radio .radio-item label {
    font-size: 12px;
    line-height: 3;
  }
  .l-formcomplete .formcomplete .heading {
    font-size: 24px;
  }
  .l-company {
    padding-top: 70px;
  }
  .l-company .content {
    padding-bottom: 80px;
  }
  .l-company .content .img {
    width: 150px;
  }
  .l-company .company_btns .common-btn {
    min-width: 0;
    max-width: 40%;
  }
  .l-service .service {
    width: 92%;
  }
  .l-consulting .items .item::after {
    font-size: 20px;
  }
  .l-consulting .items .item p {
    font-size: 13px;
  }
  .l-consulting_menu .inner .sub-h2 {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .l-attempt_sustainability .lead {
    margin-bottom: 40px;
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .l-hero .inner .hero .sp-hero {
    height: 320px;
  }
  .l-consulting_menu .inner {
    width: 100%;
  }
  .l-attempt_sustainability .items .item {
    width: 48%;
  }
}
/*# sourceMappingURL=maps/style.css.map */
