/*--------------------------------------------------------------
outline
--------------------------------------------------------------*/
main.outline #outline {
  padding-bottom: 130px;
}
main.outline #outline .inner {
  display: flex;
  justify-content: space-between;
}
main.outline #outline .body {
  padding-top: 46px;
  width: 672px;
}
main.outline #outline .body dl {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
main.outline #outline .body dl dt,
main.outline #outline .body dl dd {
  margin: unset;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 144px;
  padding: 40px 16px;
  font-size: 16px;
  border-bottom: 1px solid #d4d4d4;
}
main.outline #outline .body dl dt:first-of-type,
main.outline #outline .body dl dd:first-of-type {
  border-top: 1px solid #d4d4d4;
}
main.outline #outline .body dl dt {
  color: #01823F;
  font-weight: bold;
}
main.outline #outline .body dl dd {
  width: 496px;
}
main.outline #outline .body dl dd ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
}
main.outline #outline .body dl dd ul li {
  width: 50%;
}
main.outline #outline .body dl dd ul li a[target=_blank]::after {
  width: 14px;
  height: 14px;
  content: "";
  display: inline-block;
  vertical-align: baseline;
  margin-left: 8px;
  background: url(../images/common/icon_newwin.svg) center center/contain no-repeat;
}
main.outline #location {
  background: #F6F6F6;
}
main.outline #location .hset {
  margin-bottom: -40px;
  position: relative;
  z-index: 10;
}
main.outline #location .main {
  display: flex;
}
main.outline #location .main > * {
  width: 50%;
  background: #fff;
}
main.outline #location .main .gmap {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  background: #01823F;
  max-height: calc(100svh - 80px);
}
main.outline #location .main .gmap #gmap {
  width: 100%;
  height: 100%;
}
main.outline #location .main .list {
  padding: 0 0 0 96px;
}
main.outline #location .main .list > ul {
  width: 384px;
}
main.outline #location .main .list > ul > li {
  padding-bottom: 75px;
}
main.outline #location .main .list > ul > li h3 {
  background: #01823F;
  padding: 8px 12px 9px 24px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
}
main.outline #location .main .list > ul > li h3 .small {
  display: block;
  font-size: 13px;
}
main.outline #location .main .list > ul > li .body {
  padding-top: 30px;
}
main.outline #location .main .list > ul > li .body .map {
  margin-top: 3px;
}
main.outline #location .main .list > ul > li .body .map::before {
  width: 23px;
  height: 20px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background: url(../images/common/icon_gmap.svg) center center/contain no-repeat;
}
main.outline #location .main .list > ul > li .body .map a {
  font-size: 12px;
  color: #01823F;
}
main.outline #location .main .list > ul > li .body .map a::after {
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  vertical-align: baseline;
  margin-left: 8px;
  background: url(../images/common/icon_newwin.svg) center center/contain no-repeat;
}
main.outline #location .main .list > ul > li .body .tel {
  display: flex;
  margin-top: 15px;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  gap: 25px;
}
main.outline #location .main .list > ul > li .body .tel strong {
  font-weight: bold;
}
@media (max-width: 767px) {
  main.outline #outline {
    padding-bottom: 100px;
  }
  main.outline #outline .inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  main.outline #outline .body {
    padding-top: 0px;
    width: auto;
  }
  main.outline #outline .body dl {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
  }
  main.outline #outline .body dl dt,
main.outline #outline .body dl dd {
    padding: 15px 0;
    font-size: 13px;
    border-bottom: 1px solid #d4d4d4;
  }
  main.outline #outline .body dl dt:first-of-type,
main.outline #outline .body dl dd:first-of-type {
    border-top: 1px solid #d4d4d4;
  }
  main.outline #outline .body dl dt {
    width: 6em;
    font-size: 13px;
  }
  main.outline #outline .body dl dd {
    width: calc(100% - 10px - 6em);
  }
  main.outline #outline .body dl dd ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 8px;
  }
  main.outline #outline .body dl dd ul li {
    font-size: 13px;
    min-width: 100%;
  }
  main.outline #location .hset {
    margin-bottom: -30px;
  }
  main.outline #location .main {
    display: block;
  }
  main.outline #location .main > * {
    width: 100%;
  }
  main.outline #location .main .gmap {
    position: block;
    top: 80px;
    height: 100vw;
    max-height: 100vw;
  }
  main.outline #location .main .gmap #gmap {
    width: 100%;
    height: 100%;
  }
  main.outline #location .main .list {
    padding: 0 5vw;
  }
  main.outline #location .main .list > ul {
    width: auto;
  }
  main.outline #location .main .list > ul > li {
    padding-bottom: 45px;
  }
  main.outline #location .main .list > ul > li h3 {
    padding: 6px 10px 7px 18px;
    font-size: 18px;
  }
  main.outline #location .main .list > ul > li h3 .small {
    font-size: 12px;
  }
  main.outline #location .main .list > ul > li .body {
    padding-top: 20px;
  }
  main.outline #location .main .list > ul > li .body .map {
    margin-top: 3px;
  }
  main.outline #location .main .list > ul > li .body .map a {
    font-size: 12px;
  }
  main.outline #location .main .list > ul > li .body .map a::after {
    width: 10px;
    height: 10px;
    content: "";
    display: inline-block;
    vertical-align: baseline;
    margin-left: 8px;
    background: url(../images/common/icon_newwin.svg) center center/contain no-repeat;
  }
  main.outline #location .main .list > ul > li .body .tel {
    display: flex;
    margin-top: 15px;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    gap: 25px;
  }
  main.outline #location .main .list > ul > li .body .tel strong {
    font-weight: bold;
  }
}

/*--------------------------------------------------------------
message
--------------------------------------------------------------*/
main.message {
  background: #F6F6F6;
}
main.message section#mv .inner {
  border-bottom: none !important;
}
main.message section#message {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 210px;
  width: 1152px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
}
main.message section#message .inner {
  margin: 0;
  width: 1056px;
  max-width: 1056px;
  background: #fff;
  border-radius: 8px;
  padding: 95px 0 90px 95px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
main.message section#message .inner .photo {
  margin-right: -95px;
  width: 382px;
  border-radius: 8px;
  overflow: hidden;
}
main.message section#message .inner .photo img {
  border-radius: 8px;
}
main.message section#message .inner .txt {
  width: 620px;
}
main.message section#message .inner .txt > p {
  line-height: 2.1875;
}
main.message section#message .inner .txt .hgroup {
  margin-top: 40px;
}
main.message section#message .inner .txt .hgroup .name {
  font-family: "BIZ UDPMincho", serif;
  font-size: 32px;
  margin-top: 15px;
}
main.message section#message .inner .txt .hgroup .en {
  margin-top: 8px;
  font-size: 13px;
  color: #01823F;
  font-weight: bold;
}
@media (max-width: 767px) {
  main.message {
    background: #F6F6F6;
  }
  main.message section#mv .inner {
    border-bottom: none !important;
  }
  main.message section#message {
    padding-bottom: 80px;
    width: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  main.message section#message .inner {
    margin: 40vw 5vw auto;
    width: auto;
    max-width: 90vw;
    border-radius: 8px;
    padding: 90px 5vw 60px;
    display: flex;
    flex-direction: column;
    overflow: visible;
  }
  main.message section#message .inner .photo {
    width: auto;
    margin: -58vw auto 30px;
  }
  main.message section#message .inner .photo img {
    width: 60vw;
    border-radius: 8px;
  }
  main.message section#message .inner .txt {
    width: auto;
  }
  main.message section#message .inner .txt .hgroup {
    margin-top: 40px;
  }
  main.message section#message .inner .txt .hgroup .name {
    font-size: 28px;
    margin-top: 13px;
  }
  main.message section#message .inner .txt .hgroup .en {
    margin-top: 8px;
    font-size: 13px;
    color: #01823F;
    font-weight: bold;
  }
}

/*--------------------------------------------------------------
history
--------------------------------------------------------------*/
main.history {
  padding-bottom: 200px;
}
main.history nav.egenav {
  padding-top: 130px;
}
main.history nav.egenav ul {
  display: flex;
  border-left: 1px solid #D4D4D4;
}
main.history nav.egenav ul li {
  width: 33.3333333%;
  border-right: 1px solid #D4D4D4;
}
main.history nav.egenav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 96px;
}
main.history nav.egenav ul li a .ja {
  line-height: 1;
  font-size: 28px;
  font-family: "BIZ UDPMincho", serif;
}
main.history nav.egenav ul li a .ym {
  font-family: "Barlow", sans-serif;
  line-height: 1;
  font-weight: 600;
  color: #01823F;
  font-size: 24px;
  margin: 12px auto 12px;
}
main.history nav.egenav ul li a .arrow {
  line-height: 1;
  position: relative;
  transition: 0.3s;
}
main.history nav.egenav ul li a:hover .arrow {
  bottom: -5px;
}
main.history section.era {
  margin-top: 0;
}
main.history section.era .heading {
  background: #9BB8BC;
  position: relative;
}
main.history section.era .heading figure {
  position: absolute;
  top: 0;
  right: 0;
}
main.history section.era .heading h2 {
  color: #fff;
  margin: auto;
  width: 100%;
  max-width: 1192px;
  padding: 0 20px;
  height: 395px;
  display: flex;
  align-items: flex-end;
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 48px;
  font-family: "BIZ UDPMincho", serif;
}
main.history section.era .heading h2 span {
  height: 100%;
}
main.history section.era .main {
  margin-top: -172px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
main.history section.era .main .inner {
  margin: 0;
  width: calc(50% + 480px);
  max-width: calc(50% + 480px);
  background: #F6F6F6;
  padding: 95px 98px;
  border-radius: 8px 0 0 8px;
  position: relative;
  z-index: 2;
}
main.history section.era .main .inner::before {
  width: 4px;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 234px;
  background: #fff;
  z-index: -1;
}
main.history section.era .main .inner ul {
  width: 820px;
}
main.history section.era .main .inner ul li {
  display: flex;
  justify-content: flex-start;
  gap: 60px;
}
main.history section.era .main .inner ul li + li {
  margin-top: 26px;
}
main.history section.era .main .inner ul li .ym {
  width: 110px;
  font-family: "Barlow", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #01823F;
  white-space: nowrap;
}
main.history section.era .main .inner ul li .ym .year {
  display: inline-block;
  width: 70px;
  letter-spacing: 0;
}
main.history section.era .main .inner ul li .ym .month {
  font-size: 24px;
}
main.history section.era .main .inner ul li .body {
  padding-top: 19px;
  position: relative;
  width: calc(100% - 170px);
}
main.history section.era .main .inner ul li .body::before {
  width: 16px;
  height: 16px;
  content: "";
  display: inline-block;
  background: #01823F;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 1.7em;
  left: -40px;
}
main.history section.era#shouwa .main .inner::before {
  top: 130px;
}
@media (max-width: 767px) {
  main.history {
    padding-bottom: 0;
  }
  main.history nav.egenav {
    padding-top: 50px;
    margin-bottom: 45px;
  }
  main.history nav.egenav ul {
    margin: auto 5vw;
    display: block;
    border-left: none;
    border-top: 1px solid #D4D4D4;
  }
  main.history nav.egenav ul li {
    width: auto;
    border-right: none;
    border-bottom: 1px solid #D4D4D4;
  }
  main.history nav.egenav ul li a {
    padding: 15px 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: auto;
  }
  main.history nav.egenav ul li a .ja {
    font-size: 21px;
  }
  main.history nav.egenav ul li a .ym {
    font-size: 21px;
    margin: 6px auto 8px;
  }
  main.history nav.egenav ul li a:hover .arrow {
    bottom: -5px;
  }
  main.history section.era {
    margin-top: 0;
    padding-top: 0 !important;
    overflow: hidden;
  }
  main.history section.era .heading {
    display: flex;
    height: auto;
  }
  main.history section.era .heading figure {
    position: static;
    top: 0;
    right: 0;
    height: auto;
    background: #000;
  }
  main.history section.era .heading figure img {
    height: auto;
    width: auto;
  }
  main.history section.era .heading h2 {
    color: #fff;
    margin: auto;
    width: 100%;
    max-width: 1192px;
    padding: 0 20px;
    height: auto;
    display: flex;
    align-items: flex-end;
    writing-mode: horizontal-tb;
    text-align: center;
    font-size: 36px;
  }
  main.history section.era .heading h2 span {
    height: 100%;
  }
  main.history section.era .main {
    margin-top: auto;
    position: relative;
    display: flex;
    justify-content: flex-end;
  }
  main.history section.era .main .inner {
    margin: 0;
    width: 100%;
    max-width: 100vw;
    padding: 40px 5vw;
    border-radius: 0;
    position: relative;
    z-index: 2;
  }
  main.history section.era .main .inner::before {
    left: 4.5vw;
  }
  main.history section.era .main .inner ul {
    width: auto;
  }
  main.history section.era .main .inner ul li {
    display: block;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 60px;
  }
  main.history section.era .main .inner ul li + li {
    margin-top: 26px;
  }
  main.history section.era .main .inner ul li .ym {
    width: auto;
    font-size: 28px;
    font-weight: 600;
    white-space: nowrap;
    position: relative;
  }
  main.history section.era .main .inner ul li .ym .year {
    display: inline-block;
    width: 2.2em;
    margin-left: 20px;
  }
  main.history section.era .main .inner ul li .ym .month {
    font-size: 24px;
  }
  main.history section.era .main .inner ul li .ym::before {
    width: 14px;
    height: 14px;
    content: "";
    display: inline-block;
    background: #01823F;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 0.6em;
    left: -7px;
  }
  main.history section.era .main .inner ul li .body {
    padding-top: 0;
    margin-left: 20px;
    position: relative;
    width: auto;
  }
  main.history section.era .main .inner ul li .body::before {
    display: none;
  }
  main.history section.era#shouwa .main .inner::before {
    top: 55px;
  }
}

/*--------------------------------------------------------------
quality, environment
--------------------------------------------------------------*/
main.quality #ideal .hset, main.quality #policy .hset, main.environment #ideal .hset, main.environment #policy .hset {
  margin-bottom: -40px;
}
main.quality #ideal .wrapper, main.quality #policy .wrapper, main.environment #ideal .wrapper, main.environment #policy .wrapper {
  background: #F6F6F6;
  border-radius: 8px;
  padding: 70px 0;
}
main.quality #ideal .wrapper .inner, main.quality #policy .wrapper .inner, main.environment #ideal .wrapper .inner, main.environment #policy .wrapper .inner {
  width: 768px;
}
main.quality #policy, main.environment #policy {
  padding-bottom: 0;
}
main.quality #policy .wrapper, main.environment #policy .wrapper {
  padding: 120px 0;
}
main.quality #policy ul.policy, main.environment #policy ul.policy {
  border-top: 1px solid #D4D4D4;
}
main.quality #policy ul.policy > li, main.environment #policy ul.policy > li {
  border-bottom: 1px solid #D4D4D4;
  display: flex;
  padding: 30px 0;
}
main.quality #policy ul.policy > li .num, main.environment #policy ul.policy > li .num {
  width: 125px;
  line-height: 1;
  font-size: 64px;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  color: #01823F;
  position: relative;
  top: -0.08em;
}
main.quality #policy ul.policy > li .num + *, main.environment #policy ul.policy > li .num + * {
  width: calc(100% - 125px);
}
main.quality #policy ul.policy > li .body, main.quality #policy ul.policy > li .heding, main.environment #policy ul.policy > li .body, main.environment #policy ul.policy > li .heding {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
main.quality #policy ul.policy > li .body + p, main.quality #policy ul.policy > li .heding + p, main.environment #policy ul.policy > li .body + p, main.environment #policy ul.policy > li .heding + p {
  margin-top: 8px;
}
main.quality #policy ul.policy ul, main.environment #policy ul.policy ul {
  margin-top: 8px;
}
main.quality #policy ul.policy ul li, main.environment #policy ul.policy ul li {
  text-indent: -2.2rem;
  padding-left: 2.2rem;
}
main.quality section#date, main.environment section#date {
  padding: 60px 0 130px;
}
main.quality section#date p, main.environment section#date p {
  text-align: right;
  font-size: 18px;
  line-height: 2.2222222222;
}
@media (max-width: 767px) {
  main.quality #ideal .hset, main.quality #policy .hset, main.environment #ideal .hset, main.environment #policy .hset {
    margin-bottom: -30px;
  }
  main.quality #ideal .wrapper, main.quality #policy .wrapper, main.environment #ideal .wrapper, main.environment #policy .wrapper {
    border-radius: 8px;
    padding: 50px 0 40px;
  }
  main.quality #ideal .wrapper .inner, main.quality #policy .wrapper .inner, main.environment #ideal .wrapper .inner, main.environment #policy .wrapper .inner {
    width: auto;
  }
  main.quality #policy, main.environment #policy {
    padding-bottom: 0;
  }
  main.quality #policy .wrapper, main.environment #policy .wrapper {
    padding: 80px 0;
  }
  main.quality #policy ul.policy > li, main.environment #policy ul.policy > li {
    display: flex;
    padding: 20px 0;
  }
  main.quality #policy ul.policy > li .num, main.environment #policy ul.policy > li .num {
    width: 45px;
    line-height: 1;
    font-size: 24px;
    top: 0.1em;
  }
  main.quality #policy ul.policy > li .num + *, main.environment #policy ul.policy > li .num + * {
    width: calc(100% - 45px);
  }
  main.quality #policy ul.policy > li .body, main.environment #policy ul.policy > li .body {
    font-size: 17px;
  }
  main.quality section#date, main.environment section#date {
    padding: 30px 0 100px;
  }
  main.quality section#date p, main.environment section#date p {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------

--------------------------------------------------------------*/
/*--------------------------------------------------------------

--------------------------------------------------------------*/
/*--------------------------------------------------------------

--------------------------------------------------------------*/
/*--------------------------------------------------------------

--------------------------------------------------------------*/
/*# sourceMappingURL=company.css.map */