@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
/*  --------------------------------------------------------------------------------
  base
--------------------------------------------------------------------------------  */
body {
  background: #fff;
  color: #231815;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 18px;
  }
}

div, h1, h2, h3, h4, h5, p, li, dl, dt, dd, th, td, article, header, footer, nav, span, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  line-height: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin: 0;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

p, li, td, th, dt, dd {
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 0;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  word-break: break-all;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

/* display switching */
@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
/* font */
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.f-NotoSerif {
  font-family: "Noto Serif JP", serif;
}

.f-Roboto {
  font-family: "Roboto", sans-serif;
}

/* hover */
@media screen and (min-width: 769px) {
  a {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  a:hover {
    opacity: 0.4;
  }
}

/* selection */
::-moz-selection {
  background: rgba(0, 116, 64, 0.8);
  color: #fff;
}
::selection {
  background: rgba(0, 116, 64, 0.8);
  color: #fff;
}

/*	tel link	*/
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}
/* imgFitBox imgLinkBox */
.imgFitBox {
  overflow: hidden;
}
.imgFitBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
}
.imgFitBox.contain { /* fit = contain */ }
.imgFitBox.contain img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain; object-position: center;";
}

.imgLinkBox .imgLink-target {
  overflow: hidden;
}
.imgLinkBox .imgLink-target img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width: 769px) {
  .imgLinkBox:hover {
    opacity: 1;
  }
  .imgLinkBox:hover .imgLink-target img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/*  --------------------------------------------------------------------------------
  common
--------------------------------------------------------------------------------  */
/* cmn-inner */
.cmn-inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.cmn-inner.inner-680 {
  max-width: 680px;
}
.cmn-inner.inner-740 {
  max-width: 740px;
}
.cmn-inner.inner-760 {
  max-width: 760px;
}
.cmn-inner.inner-780 {
  max-width: 780px;
}
.cmn-inner.inner-880 {
  max-width: 880px;
}
.cmn-inner.inner-1200 {
  max-width: 1200px;
}
.cmn-inner.inner-1920 {
  max-width: 1920px;
}

/* cmn-bt */
.cmn-bt {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 240px;
  width: 100%;
  height: 42px;
  overflow: hidden;
}
.cmn-bt.is-bt02 {
  border: solid #007440 1px;
  margin: 0 auto;
  max-width: 740px;
  height: 52px;
}
.cmn-bt.is-bt02::before {
  content: none;
}
.cmn-bt.is-bt02 span {
  font-weight: normal;
  font-size: 16px;
}
.cmn-bt::before {
  background: url(../img/ico/ico_arrow01_grn.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 20px;
  margin: auto;
  width: 20px;
  height: 8px;
  z-index: 2;
}
.cmn-bt::after {
  background: #007440;
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
.cmn-bt span {
  color: #007440;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .cmn-bt::before {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .cmn-bt::after {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .cmn-bt span {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .cmn-bt:hover {
    opacity: 1;
  }
  .cmn-bt:hover::before {
    background: url(../img/ico/ico_arrow01_wht.svg) no-repeat;
    background-size: 100% auto;
  }
  .cmn-bt:hover::after {
    left: 0;
  }
  .cmn-bt:hover span {
    color: #fff;
  }
}

/* cmn-mv */
.cmn-mv {
  height: 340px;
}
@media screen and (max-width: 768px) {
  .cmn-mv {
    height: 180px;
  }
}

/* cmn-ttl */
.cmn-ttl {
  text-align: center;
}
.cmn-ttl strong {
  display: block;
  font-weight: normal;
  font-size: 31px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
}
.cmn-ttl small {
  color: #007440;
  display: block;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .cmn-ttl strong {
    font-size: 28px;
  }
  .cmn-ttl small {
    font-size: 11px;
  }
}

.cmn-ttl02 {
  font-weight: bold;
  font-size: 27px;
}
.cmn-ttl02.is-center {
  text-align: center;
}
.cmn-ttl02 span {
  color: #007440;
}
.cmn-ttl02 p {
  font-weight: 300;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .cmn-ttl02 {
    font-size: 24px;
  }
}

.cmn-ttl03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmn-ttl03 span {
  color: #fff;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .cmn-ttl03 span {
    font-size: 22px;
  }
}

/* cmn-list */
.cmn-dl01 {
  margin: 0 auto;
  max-width: 780px;
  width: 100%;
}
.cmn-dl01.is-topLine dl:first-child {
  border-top: solid #007440 1px;
}
.cmn-dl01.is-btmLine dl:last-child {
  border-bottom: solid #007440 1px;
}
.cmn-dl01 dl {
  border-bottom: solid #007440 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0;
  position: relative;
}
.cmn-dl01 dl:last-child {
  border-bottom: none;
}
.cmn-dl01 dl dt {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  width: 120px;
}
.cmn-dl01 dl dd {
  line-height: 1.6;
  padding: 0 0 0 8px;
  width: calc(100% - 120px);
}
.cmn-dl01 dl dd.is-num p {
  padding-left: 18px;
  position: relative;
}
.cmn-dl01 dl dd.is-num p + P {
  margin-top: 4px;
}
.cmn-dl01 dl dd.is-num p span {
  position: absolute;
  top: 0;
  left: 0;
}
.cmn-dl01 dl dd p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.cmn-dl01 dl dd .ico-map {
  display: inline-block;
  margin: -10px 0 0 20px;
  width: 72px;
}
@media screen and (max-width: 768px) {
  .cmn-dl01 {
    max-width: 480px;
  }
  .cmn-dl01 dl dt {
    font-size: 13px;
    width: 80px;
  }
  .cmn-dl01 dl dd {
    line-height: 1.6;
    padding: 0 0 0 10px;
    width: calc(100% - 80px);
  }
  .cmn-dl01 dl dd p {
    font-size: 13px;
  }
  .cmn-dl01 dl dd .ico-map {
    display: block;
    margin: 8px 0 0 0;
  }
}

/* cmn-pager */
.cmn-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmn-pager-item {
  margin: 0 25px;
}
.cmn-pager-item.is-left {
  margin: 0;
}
.cmn-pager-item.is-left a {
  padding-left: 12px;
}
.cmn-pager-item.is-left a::before {
  background: url(../img/ico/ico_arrow02_grn.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 10px;
}
.cmn-pager-item.is-right {
  margin: 0;
}
.cmn-pager-item.is-right a {
  padding-right: 12px;
}
.cmn-pager-item.is-right a::before {
  background: url(../img/ico/ico_arrow03_grn.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 10px;
}
.cmn-pager-item a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  position: relative;
}

.anime-in {
  opacity: 0;
}
.anime-in.is-on {
  -webkit-animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s 1 forwards;
          animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s 1 forwards;
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.anime-slideIn-l {
  opacity: 0;
}
.anime-slideIn-l.is-on {
  -webkit-animation: slideIn_l 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s 1 forwards;
          animation: slideIn_l 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s 1 forwards;
}
.anime-slideIn-l.anime-delay.is-on {
  -webkit-animation: slideIn_l 1s cubic-bezier(0.25, 1, 0.5, 1) 1.2s 1 forwards;
          animation: slideIn_l 1s cubic-bezier(0.25, 1, 0.5, 1) 1.2s 1 forwards;
}

@-webkit-keyframes slideIn_l {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideIn_l {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.anime-slideIn-r {
  opacity: 0;
}
.anime-slideIn-r.is-on {
  -webkit-animation: slideIn_r 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s 1 forwards;
          animation: slideIn_r 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s 1 forwards;
}
.anime-slideIn-r.anime-delay.is-on {
  -webkit-animation: slideIn_r 1s cubic-bezier(0.25, 1, 0.5, 1) 1.2s 1 forwards;
          animation: slideIn_r 1s cubic-bezier(0.25, 1, 0.5, 1) 1.2s 1 forwards;
}

@-webkit-keyframes slideIn_r {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideIn_r {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.topWorks-anime.is-on li {
  -webkit-animation: slideIn_r 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s 1 forwards;
          animation: slideIn_r 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s 1 forwards;
}
.topWorks-anime.is-on li:nth-child(2) {
  -webkit-animation: slideIn_r 1s cubic-bezier(0.25, 1, 0.5, 1) 1s 1 forwards;
          animation: slideIn_r 1s cubic-bezier(0.25, 1, 0.5, 1) 1s 1 forwards;
}
.topWorks-anime.is-on li:nth-child(3) {
  -webkit-animation: slideIn_r 1s cubic-bezier(0.25, 1, 0.5, 1) 1.4s 1 forwards;
          animation: slideIn_r 1s cubic-bezier(0.25, 1, 0.5, 1) 1.4s 1 forwards;
}
.topWorks-anime.is-on li:nth-child(4) {
  -webkit-animation: slideIn_r 1s cubic-bezier(0.25, 1, 0.5, 1) 1.8s 1 forwards;
          animation: slideIn_r 1s cubic-bezier(0.25, 1, 0.5, 1) 1.8s 1 forwards;
}
.topWorks-anime.is-on li:nth-child(5) {
  -webkit-animation: slideIn_r 1s cubic-bezier(0.25, 1, 0.5, 1) 2.2s 1 forwards;
          animation: slideIn_r 1s cubic-bezier(0.25, 1, 0.5, 1) 2.2s 1 forwards;
}
.topWorks-anime.is-on li:nth-child(6) {
  -webkit-animation: slideIn_r 1s cubic-bezier(0.25, 1, 0.5, 1) 2.6s 1 forwards;
          animation: slideIn_r 1s cubic-bezier(0.25, 1, 0.5, 1) 2.6s 1 forwards;
}
.topWorks-anime li {
  opacity: 0;
}

/*  --------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------  */
.header {
  background: rgba(255, 255, 255, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 9999;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header.is-adjust {
  background: rgba(255, 255, 255, 0.75);
}
.header.is-adjust .header-logo .blk {
  display: block;
}
.header.is-adjust .header-nav-list-item a span {
  color: #231815;
}
.header.change-on {
  background: rgba(255, 255, 255, 0.75);
}
.header.change-on .header-logo .wht {
  display: none;
}
.header.change-on .header-logo .blk {
  display: block;
}
.header.change-on .header-nav-list-item a span {
  color: #231815;
}
.header .cmn-inner {
  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;
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
}
.header-logo {
  display: block;
  width: 210px;
}
.header-logo .wht {
  display: block;
}
.header-logo .blk {
  display: none;
}
.header-nav {
  margin-left: 40px;
  position: relative;
  max-width: 500px;
  width: 100%;
}
.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.header-nav-list-item + .header-nav-list-item {
  margin-left: 10px;
}
.header-nav-list-item a {
  display: inline-block;
}
.header-nav-list-item a span {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0 20px;
    height: 70px;
  }
  .header.close {
    background: transparent;
  }
  .header.close .header-logo .wht {
    display: none;
  }
  .header.close .header-logo .blk {
    display: block;
  }
  .header .cmn-inner {
    display: block;
    padding-bottom: 0;
    max-width: initial;
    height: auto;
  }
  .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    width: 140px;
    z-index: 99999;
  }
  .header-nav {
    background: transparent;
    margin-left: 0;
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .header-nav::before {
    background: url(../img/bg/bg01.png) no-repeat center;
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .header-nav-list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 70px 20px 0;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 99999;
  }
  .header-nav-list-item + .header-nav-list-item {
    margin-top: 32px;
    margin-left: 0;
  }
  .header-nav-list-item a span {
    color: #231815;
    font-size: 23px;
    padding: 0 25px;
    position: relative;
  }
  .header-nav-list-item a span::before {
    background: #007440;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 15px;
    height: 3px;
  }
  .header-nav-list-item a span::after {
    background: #007440;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 3px;
  }
  .header-nav.close {
    background: rgba(240, 239, 240, 0.9);
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
}

.navBt {
  background: transparent;
  cursor: pointer;
  position: fixed;
  top: 22px;
  right: 20px;
  width: 50px;
  height: 26px;
  z-index: 9999;
}
.navBt.is-adjust .navBt-item span {
  background: #231815;
}
.navBt.change-on .navBt-item span {
  background: #231815;
}
.navBt-item span {
  background: #fff;
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.navBt-item span:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.navBt-item span:nth-child(2) {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.navBt-item span:nth-child(3) {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.navBt.close .navBt-item span {
  background: #231815;
}
.navBt.close .navBt-item span:nth-child(1) {
  bottom: 0;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.navBt.close .navBt-item span:nth-child(2) {
  left: -100%;
  opacity: 0;
}
.navBt.close .navBt-item span:nth-child(3) {
  top: 0;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

/*  --------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------  */
.footer {
  padding: 45px 40px 25px;
  position: relative;
}
.footer__logo {
  display: block;
  margin: 0 auto 30px;
  width: 170px;
}
.footer__copyright {
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-align: center;
}
.footer-toTop {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 20px;
  width: 45px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 45px 20px 25px;
  }
  .footer__logo {
    width: 130px;
  }
  .footer-toTop {
    bottom: 75px;
    right: 17px;
    width: 40px;
  }
}

/*  --------------------------------------------------------------------------------
  top
--------------------------------------------------------------------------------  */
.mv-img {
  width: 100%;
  height: 100vh;
}
.mv .scroll-inner {
  position: relative;
  text-align: center;
}
.mv .scroll-txt {
  color: #FFF;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-align: center;
  position: absolute;
  top: -74px;
  left: 0;
  right: 0;
  margin: auto;
}
.mv .scroll-line01, .mv .scroll-line02 {
  width: 2px;
  height: 50px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}
.mv .scroll-line01::after, .mv .scroll-line02::after {
  content: "";
  width: 2px;
  height: 150px;
  position: absolute;
  top: -150px;
  left: 0;
}
.mv .scroll-line01 {
  top: -50px;
}
.mv .scroll-line01::after {
  background: #FFF;
  -webkit-animation: scrollanime1 3.5s ease-in 0s infinite;
          animation: scrollanime1 3.5s ease-in 0s infinite;
}
.mv .scroll-line02 {
  top: 0px;
}
.mv .scroll-line02::after {
  background: #007440;
  -webkit-animation: scrollanime2 3.5s ease-in 0s infinite;
          animation: scrollanime2 3.5s ease-in 0s infinite;
}
@media screen and (max-width: 768px) {
  .mv-img {
    width: 100%;
    height: auto;
  }
  .mv .scroll-txt {
    font-size: 12px;
    top: -44px;
  }
  .mv .scroll-line01, .mv .scroll-line02 {
    width: 2px;
    height: 20px;
  }
  .mv .scroll-line01::after, .mv .scroll-line02::after {
    height: 130px;
    top: -130px;
  }
  .mv .scroll-line01 {
    top: -20px;
  }
  .mv .scroll-line01::after {
    -webkit-animation: scrollanime1_sp 3.5s ease-in 0s infinite;
            animation: scrollanime1_sp 3.5s ease-in 0s infinite;
  }
  .mv .scroll-line02 {
    top: 0px;
  }
  .mv .scroll-line02::after {
    -webkit-animation: scrollanime2_sp 3.5s ease-in 0s infinite;
            animation: scrollanime2_sp 3.5s ease-in 0s infinite;
  }
}

@-webkit-keyframes scrollanime1 {
  0% {
    top: -150px;
  }
  50% {
    top: 150px;
  }
  100% {
    top: 150px;
  }
}

@keyframes scrollanime1 {
  0% {
    top: -150px;
  }
  50% {
    top: 150px;
  }
  100% {
    top: 150px;
  }
}
@-webkit-keyframes scrollanime2 {
  0% {
    top: -150px;
  }
  20% {
    top: -150px;
  }
  70% {
    top: 150px;
  }
  100% {
    top: 150px;
  }
}
@keyframes scrollanime2 {
  0% {
    top: -150px;
  }
  20% {
    top: -150px;
  }
  70% {
    top: 150px;
  }
  100% {
    top: 150px;
  }
}
@-webkit-keyframes scrollanime1_sp {
  0% {
    top: -130px;
  }
  50% {
    top: 130px;
  }
  100% {
    top: 130px;
  }
}
@keyframes scrollanime1_sp {
  0% {
    top: -130px;
  }
  50% {
    top: 130px;
  }
  100% {
    top: 130px;
  }
}
@-webkit-keyframes scrollanime2_sp {
  0% {
    top: -130px;
  }
  20% {
    top: -130px;
  }
  70% {
    top: 130px;
  }
  100% {
    top: 130px;
  }
}
@keyframes scrollanime2_sp {
  0% {
    top: -130px;
  }
  20% {
    top: -130px;
  }
  70% {
    top: 130px;
  }
  100% {
    top: 130px;
  }
}
.topVision {
  padding: 140px 40px 100px;
}
.topVision__ttl {
  display: block;
  margin: 0 auto 30px;
  width: 124px;
}
.topVision__txt {
  font-weight: 500;
  font-size: 19px;
  line-height: 2.2;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 35px;
}
.topVision__copy strong {
  display: block;
  font-weight: 600;
  font-size: 39px;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 10px;
  padding-left: 20px;
}
.topVision__copy small {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 50px;
}
.topVision__logo {
  display: block;
  margin: 0 auto;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .topVision {
    padding: 70px 20px 50px;
  }
  .topVision__ttl {
    margin: 0 auto 30px;
  }
  .topVision__txt {
    font-size: 14px;
    letter-spacing: 0.08em;
    margin-bottom: 35px;
  }
  .topVision__copy strong {
    font-size: 27px;
    padding-left: 15px;
  }
  .topVision__copy small {
    font-size: 14px;
    margin-bottom: 45px;
  }
  .topVision__logo {
    width: 130px;
  }
}

.cmn-topSec {
  overflow-x: hidden;
}
.cmn-topSec.is-reverse .cmn-topSec-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.cmn-topSec-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmn-topSec-list li {
  width: 50%;
}
.cmn-topSec-list li.txtItem {
  background: #f0eff0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  position: relative;
}
.cmn-topSec-list li.txtItem::before {
  background: url(../img/bg/bg01.png) no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cmn-topSec-list li.txtItem .inner {
  margin: auto;
  position: relative;
  max-width: 480px;
  width: 100%;
  z-index: 2;
}
.cmn-topSec-list li.txtItem h2 {
  font-weight: bold;
  font-size: 28px;
  padding-top: 30px;
  position: relative;
}
.cmn-topSec-list li.txtItem h2::before {
  background: #007440;
  content: "";
  position: absolute;
  top: 0;
  width: 45px;
  height: 5px;
}
.cmn-topSec-list li.txtItem p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  margin: 35px 0;
}
.cmn-topSec-list li.imgItem {
  max-height: 600px;
}
@media screen and (max-width: 768px) {
  .cmn-topSec.is-reverse .cmn-topSec-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cmn-topSec-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cmn-topSec-list li {
    width: 100%;
  }
  .cmn-topSec-list li.txtItem {
    padding: 35px 20px;
  }
  .cmn-topSec-list li.txtItem h2 {
    font-size: 24px;
    padding-top: 20px;
  }
  .cmn-topSec-list li.txtItem h2::before {
    width: 40px;
  }
  .cmn-topSec-list li.txtItem p {
    margin: 25px 0 30px;
    font-size: 14px;
  }
  .cmn-topSec-list li.imgItem {
    max-height: 400px;
  }
}

.topWorks {
  margin-top: 15px;
  overflow: hidden;
}
.topWorks-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topWorks-list::after {
  content: "";
  width: 33.3333%;
}
.topWorks-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 33.3333%;
  max-height: 460px;
}
.topWorks-list li.imgItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.topWorks-list li.imgItem a::before {
  background: rgba(30, 18, 16, 0.55);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.topWorks-list li.imgItem a h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.topWorks-list li.imgItem a h3 span {
  border-bottom: solid #fff 2px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.16em;
  padding-bottom: 6px;
}
.topWorks-list li.txtItem {
  background: #3e3a39;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  position: relative;
  z-index: 2;
}
.topWorks-list li.txtItem::before {
  background: url(../img/bg/bg01_02.png) no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topWorks-list li.txtItem .inner {
  margin: auto;
  position: relative;
  max-width: 480px;
  width: 100%;
  z-index: 2;
}
.topWorks-list li.txtItem h2 {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
}
.topWorks-list li.txtItem p {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.8;
  margin: 35px 0;
}
@media screen and (max-width: 1100px) {
  .topWorks-list::after {
    content: none;
  }
  .topWorks-list li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .topWorks-list li:nth-child(2) {
    width: 100%;
    height: 160px;
  }
  .topWorks-list li.txtItem {
    width: 100%;
    padding: 40px 20px;
  }
  .topWorks-list li.txtItem h2 {
    font-size: 25px;
  }
  .topWorks-list li.txtItem p {
    font-size: 14px;
    margin: 25px 0 30px;
  }
}

/*  --------------------------------------------------------------------------------
  company
--------------------------------------------------------------------------------  */
.companyMain {
  padding: 100px 0 45px;
}
@media screen and (max-width: 768px) {
  .companyMain {
    padding: 50px 0 25px;
  }
}

.companyMessage {
  padding: 20px 40px 75px;
}
.companyMessage-txtBox {
  margin-top: 30px;
}
.companyMessage-txtBox .txt {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 25px;
}
.companyMessage-txtBox .topName {
  margin-left: auto;
  max-width: 140px;
  width: 100%;
}
.companyMessage-txtBox .topName small {
  display: block;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.4;
}
.companyMessage-txtBox .topName strong {
  display: block;
  font-weight: bold;
  font-size: 23px;
  line-height: 1.4;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 768px) {
  .companyMessage {
    padding: 20px 20px 50px;
  }
}

.companyOutline {
  background: #f0eff0;
  padding: 75px 40px;
}
.companyOutline .cmn-dl01 {
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  .companyOutline {
    padding: 50px 20px;
  }
  .companyOutline .cmn-dl01 {
    margin: 40px auto 0;
  }
}

.companyHistory {
  padding: 75px 40px 0;
}
.companyHistory .cmn-dl01 {
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  .companyHistory {
    padding: 50px 20px 0;
  }
  .companyHistory .cmn-dl01 {
    margin: 40px auto 0;
  }
}

/*  --------------------------------------------------------------------------------
  CSR
--------------------------------------------------------------------------------  */
.csrMain {
  padding: 100px 0 45px;
}
@media screen and (max-width: 768px) {
  .csrMain {
    padding: 50px 0 25px;
  }
}

.csrMessage {
  padding: 20px 40px 65px;
}
.csrMessage__txt {
  font-weight: 300;
  font-size: 14px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .csrMessage {
    padding: 20px 20px 50px;
  }
}

.csrAttempt {
  padding: 0 40px;
}
.csrAttempt-list-item {
  border-bottom: solid #007440 1px;
  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;
  padding: 30px 0;
}
.csrAttempt-list-item:first-child {
  border-top: solid #007440 1px;
}
.csrAttempt-list-item .imgBox {
  width: 40%;
}
.csrAttempt-list-item .txtBox {
  width: 47%;
}
.csrAttempt-list-item .txtBox h3 {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.csrAttempt-list-item .txtBox p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 4px;
  padding-left: 16px;
  position: relative;
}
.csrAttempt-list-item .txtBox p::before {
  content: "◯";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .csrAttempt {
    padding: 0 20px;
  }
  .csrAttempt-list-item {
    display: block;
    padding: 30px 20px;
  }
  .csrAttempt-list-item .imgBox {
    margin-bottom: 15px;
    width: 100%;
  }
  .csrAttempt-list-item .txtBox {
    width: 100%;
  }
  .csrAttempt-list-item .txtBox h3 {
    font-size: 21px;
    margin-bottom: 12px;
  }
  .csrAttempt-list-item .txtBox p {
    font-size: 13px;
    letter-spacing: 0.08em;
    padding-left: 14px;
  }
}

/*  --------------------------------------------------------------------------------
  recruit
--------------------------------------------------------------------------------  */
.recruitMain {
  padding: 100px 0 45px;
}
@media screen and (max-width: 768px) {
  .recruitMain {
    padding: 50px 0 25px;
  }
}

.recruitLead {
  padding: 0 40px 60px;
}
.recruitLead-inner {
  display: block;
  background: #f0eff0;
  margin-top: 40px;
  padding: 10px;
  position: relative;
}
.recruitLead-inner.is-link-none {
  margin-bottom: 25px;
  pointer-events: none;
}
.recruitLead-inner::before {
  background: url(../img/bg/bg02.png) no-repeat center;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruitLead-inner:hover {
  opacity: 1;
  background: #F0F0F0;
}
.recruitLead-inner:hover .recruitLead-list {
  background: #F0F0F0;
}
.recruitLead-list {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 20px;
  position: relative;
  z-index: 2;
}
.recruitLead-list-item {
  padding: 0 16px;
  position: relative;
}
.recruitLead-list-item::before {
  background: #231815;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 20px;
}
.recruitLead-list-item p {
  font-weight: bold;
  font-size: 16px;
}
.recruitLead-list-item a {
  display: block;
  width: 100px;
}
.recruitLead__txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruitLead {
    padding: 0 20px 40px;
  }
  .recruitLead-inner {
    margin-top: 30px;
  }
  .recruitLead-list {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 10px;
  }
  .recruitLead-list-item {
    text-align: center;
    padding: 0;
  }
  .recruitLead-list-item::before {
    content: none;
  }
  .recruitLead-list-item a {
    margin: 0 auto;
    width: 120px;
  }
}

.recruitCareer {
  padding: 0 40px;
}
.recruitCareer .cmn-dl01 {
  margin: 30px auto 50px;
}
.recruitCareer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruitCareer-list-item {
  width: 47%;
}
.recruitCareer-list-item a {
  display: block;
}
@media screen and (max-width: 768px) {
  .recruitCareer {
    padding: 0 20px;
  }
  .recruitCareer-list {
    display: block;
  }
  .recruitCareer-list-item {
    margin: 0 auto;
    width: 90%;
  }
  .recruitCareer-list-item + .recruitCareer-list-item {
    margin-top: 38px;
  }
}

/*  --------------------------------------------------------------------------------
  CSR
--------------------------------------------------------------------------------  */
.worksMain {
  padding: 100px 0 45px;
}
@media screen and (max-width: 768px) {
  .worksMain {
    padding: 50px 0 25px;
  }
}

.worksNews {
  padding: 0 40px 80px;
}
.worksNews-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.worksNews-list-item {
  width: 30%;
}
.worksNews-list-item a {
  display: block;
}
.worksNews-list-item .imgBox {
  margin-bottom: 14px;
}
.worksNews-list-item .txtBox h3 {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 6px;
}
.worksNews-list-item .txtBox p {
  font-weight: 300;
  font-size: 11px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .worksNews {
    padding: 0 20px 60px;
  }
  .worksNews-list-item {
    width: 31%;
  }
}

.worksTop {
  background: #231815;
  padding: 30px 0 0;
}
.worksTop.is-fast {
  padding: 38px 0 0;
}
.worksTop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px;
}
.worksTop-list::after {
  content: "";
  width: 33%;
}
.worksTop-list-item {
  width: 33%;
  margin-bottom: 8px;
}
.worksTop-list-item.is-none a {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .worksTop {
    background: #231815;
    padding: 18px 10px 0;
  }
  .worksTop.is-fast {
    padding: 28px 10px 0;
  }
  .worksTop-list {
    margin-top: 25px;
  }
  .worksTop-list::after {
    content: none;
  }
  .worksTop-list-item {
    width: 49%;
  }
}

.worksBt-inner {
  margin-top: 60px;
  padding: 0 40px;
}
.worksBt-inner.is-cmn-works {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .worksBt-inner {
    margin-top: 50px;
    padding: 0 20px;
  }
}

.worksIchiran {
  padding: 0 40px;
}
.worksIchiran-inner {
  margin-top: 35px;
}
.worksIchiran-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.worksIchiran-inner ul + ul {
  margin-top: 6px;
}
.worksIchiran-inner ul li {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.4;
  width: calc(100% - 50px - 15px);
}
.worksIchiran-inner ul li + li {
  margin-left: 15px;
}
.worksIchiran-inner ul li:first-child {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .worksIchiran {
    padding: 0 20px;
  }
  .worksIchiran-inner ul + ul {
    margin-top: 10px;
  }
  .worksIchiran-inner ul li {
    font-size: 10px;
    letter-spacing: 0.08em;
    width: calc(100% - 40px - 10px);
  }
  .worksIchiran-inner ul li + li {
    margin-left: 10px;
  }
  .worksIchiran-inner ul li:first-child {
    width: 40px;
  }
}

.cmn-works {
  padding: 0 40px 40px;
}
.cmn-works-ttlBox {
  text-align: center;
  margin-bottom: 30px;
}
.cmn-works-ttlBox p {
  border-bottom: solid #231815 2px;
  display: inline-block;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
  padding: 0 8px 4px;
}
.cmn-works-ttlBox h3 {
  font-weight: normal;
  font-size: 23px;
  letter-spacing: 0.14em;
}
.cmn-works-mainImg-list {
  margin-bottom: 14px;
}
.cmn-works-navImg-list {
  margin-bottom: 24px;
}
.cmn-works-list {
  border-top: solid #231815 0.2px;
  border-bottom: solid #231815 0.2px;
  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;
  margin: 0 auto 34px;
  width: calc(100% - 10px);
}
.cmn-works-list-item {
  display: block;
  font-weight: 300;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 8px 2px;
  width: 16.6667%;
}
.cmn-works-list-item + .cmn-works-list-item {
  border-left: solid #231815 0.2px;
}
@media screen and (max-width: 768px) {
  .cmn-works {
    padding: 30px 20px 50px;
  }
  .cmn-works-ttlBox h3 {
    font-size: 18px;
  }
  .cmn-works-mainImg-list {
    margin-bottom: 10px;
  }
  .cmn-works-navImg-list {
    margin-bottom: 20px;
  }
  .cmn-works-list {
    border-bottom: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 40px;
    width: calc(100% - 6px);
  }
  .cmn-works-list-item {
    border-bottom: solid #231815 0.2px;
    padding: 10px 2px;
    width: 50%;
  }
  .cmn-works-list-item:nth-child(even) {
    border-left: solid #231815 0.2px !important;
  }
  .cmn-works-list-item + .cmn-works-list-item {
    border-left: none;
  }
}

.js-works-slick .slick-slide {
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .js-works-slick .slick-slide {
    padding: 0 3px;
  }
}

.js-works-slick-nav .slick-slide {
  cursor: pointer;
  padding: 0 5px;
  position: relative;
}
.js-works-slick-nav .slick-slide.slick-current::before {
  background: rgba(35, 24, 21, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 10px);
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .js-works-slick-nav .slick-slide {
    padding: 0 3px;
  }
  .js-works-slick-nav .slick-slide.slick-current::before {
    width: calc(100% - 6px);
  }
}

/*  --------------------------------------------------------------------------------
  CSR
--------------------------------------------------------------------------------  */
.prosessMain {
  padding: 100px 0 45px;
}
@media screen and (max-width: 768px) {
  .prosessMain {
    padding: 50px 0 25px;
  }
}

.prosessMessage {
  padding: 20px 40px 65px;
}
.prosessMessage__txt {
  font-weight: 300;
  font-size: 14px;
  margin: 30px auto 0;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .prosessMessage {
    padding: 20px 20px 30px;
  }
}

.prosessContent {
  padding: 50px 95px;
}
.prosessContent .cmn-inner {
  position: relative;
}
.prosessContent-centerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.prosessContent-centerBox h3 {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 20px;
}
.prosessContent-centerBox p {
  font-weight: normal;
  font-size: 16px;
}
.prosessContent-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 3;
}
.prosessContent-list:nth-child(1) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prosessContent-list:nth-child(2) {
  margin-top: -60px;
}
.prosessContent-list:nth-child(2) .prosessContent-list-item {
  margin-left: 90px;
}
.prosessContent-list:nth-child(2) .prosessContent-list-item:nth-child(2) {
  margin-left: 0;
  margin-right: 90px;
}
.prosessContent-list:nth-child(3) {
  margin-top: 50px;
}
.prosessContent-list:nth-child(4) {
  margin-top: 50px;
}
.prosessContent-list:nth-child(4) .prosessContent-list-item {
  margin-left: 90px;
  z-index: 3;
}
.prosessContent-list:nth-child(4) .prosessContent-list-item:nth-child(2) {
  margin-left: 0;
  margin-right: 90px;
  z-index: 2;
}
.prosessContent-list:nth-child(5) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -60px;
}
.prosessContent-list-item {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.prosessContent-list-item.item02 .txtBox {
  left: auto;
  right: 90px;
}
.prosessContent-list-item.item02 .txtBox p {
  background: #3e3a39;
  border-radius: 25vw 0 0 25vw;
  margin-left: 0;
  padding-left: 50px;
  padding-right: 100px;
  min-width: 420px;
}
.prosessContent-list-item.item02 .txtBox p span {
  display: block;
  width: 48%;
}
.prosessContent-list-item.item02 .txtBox p span + span {
  margin-left: 10px;
}
.prosessContent-list-item .imgBox {
  border-radius: 25vw;
  position: relative;
  width: 180px;
  height: 180px;
}
.prosessContent-list-item .imgBox h3 {
  background: rgba(35, 24, 21, 0.35);
  border-radius: 25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.prosessContent-list-item .imgBox h3 span {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.14em;
}
.prosessContent-list-item .txtBox {
  position: absolute;
  top: 0;
  left: 90px;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.prosessContent-list-item .txtBox p {
  background: #3e3a39;
  border-radius: 0 25vw 25vw 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 2.2;
  padding-left: 110px;
  min-width: 270px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.prosessContent-list-item .txtBox p.f-small {
  font-size: 13px;
  padding-left: 100px;
}
@media screen and (min-width: 1001px) {
  .prosessContent-list-item .imgBox h3 {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .prosessContent-list-item .txtBox p {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .prosessContent-list-item:hover.item02 .txtBox {
    left: auto;
  }
  .prosessContent-list-item:hover .imgBox h3 {
    opacity: 0;
    visibility: hidden;
  }
  .prosessContent-list-item:hover .txtBox p {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1000px) {
  .prosessContent {
    padding: 50px 40px;
  }
  .prosessContent-centerBox {
    display: block;
    margin-bottom: 50px;
    position: static;
    top: auto;
    left: auto;
    height: auto;
  }
  .prosessContent-list + .prosessContent-list {
    margin-top: 30px;
  }
  .prosessContent-list:nth-child(1) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prosessContent-list:nth-child(1) .prosessContent-list-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prosessContent-list:nth-child(2) {
    margin-top: 30px;
  }
  .prosessContent-list:nth-child(2) .prosessContent-list-item {
    margin-left: 0;
  }
  .prosessContent-list:nth-child(2) .prosessContent-list-item:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
  .prosessContent-list:nth-child(3) {
    margin-top: 30px;
  }
  .prosessContent-list:nth-child(4) {
    margin-top: 30px;
  }
  .prosessContent-list:nth-child(4) .prosessContent-list-item {
    margin-left: 0;
  }
  .prosessContent-list:nth-child(4) .prosessContent-list-item:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
  .prosessContent-list:nth-child(5) {
    margin-top: 30px;
  }
  .prosessContent-list-item {
    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: 48%;
  }
  .prosessContent-list-item.item02 .txtBox {
    left: auto;
    right: auto;
  }
  .prosessContent-list-item.item02 .txtBox p {
    border-radius: 0 25vw 25vw 0;
    padding-left: 90px;
    padding-right: 25px;
    min-width: auto;
  }
  .prosessContent-list-item.item02 .txtBox p span {
    display: block;
    font-size: 11px;
    width: 48%;
  }
  .prosessContent-list-item.item02 .txtBox p span + span {
    margin-left: 8px;
  }
  .prosessContent-list-item .imgBox {
    width: 160px;
    height: 160px;
  }
  .prosessContent-list-item .imgBox h3 span {
    font-size: 15px;
  }
  .prosessContent-list-item .txtBox {
    display: block;
    margin-left: -80px;
    position: static;
    top: auto;
    left: auto;
    overflow: initial;
    width: calc(100% - 80px);
    height: 160px;
  }
  .prosessContent-list-item .txtBox p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    line-height: 2;
    margin-left: 0;
    padding: 0 25px 0 90px;
    min-width: auto;
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 840px) {
  .prosessContent {
    padding: 0 20px;
  }
  .prosessContent-centerBox {
    background: #EBF4EC;
    border: solid #007440 1px;
    border-radius: 15px;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    padding: 15px;
    position: static;
  }
  .prosessContent-centerBox h3 {
    color: #007440;
    font-size: 17px;
    margin-bottom: 14px;
  }
  .prosessContent-centerBox p {
    font-size: 12px;
  }
  .prosessContent-spList-item {
    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;
  }
  .prosessContent-spList-item + .prosessContent-spList-item {
    margin-top: 20px;
  }
  .prosessContent-spList-item .imgBox {
    width: 39%;
  }
  .prosessContent-spList-item .txtBox {
    width: 56%;
  }
  .prosessContent-spList-item .txtBox h3 {
    color: #007440;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 3px;
  }
  .prosessContent-spList-item .txtBox p {
    font-weight: normal;
    font-size: 11px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}

/*  --------------------------------------------------------------------------------
  progress
--------------------------------------------------------------------------------  */
.progressMain {
  padding: 100px 40px;
}
.progressMain .progress-list {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.progressMain .progress-list li {
  border: solid #ccc 1px;
  border-top: none;
  font-weight: 300;
  font-size: 19px;
  letter-spacing: 0.08em;
  padding: 8px;
}
.progressMain .progress-list li a {
  color: #007440;
  text-decoration: underline;
}
.progressMain .progress-list li.is-ttl {
  border-top: solid #ccc 1px;
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.14em;
  text-align: center;
}
.progressMain .progress-list li:nth-child(1) {
  border-right: none;
  width: 30%;
}
.progressMain .progress-list li:nth-child(2) {
  width: 30%;
}
.progressMain .progress-list li:nth-child(3) {
  border-right: none;
  width: 10%;
  text-align: center;
}
.progressMain .progress-list li:nth-child(4) {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .progressMain {
    padding: 100px 20px;
  }
  .progressMain .progress-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .progressMain .progress-list li {
    font-size: 13px;
  }
  .progressMain .progress-list li.is-ttl {
    font-size: 13px;
  }
  .progressMain .progress-list li:nth-child(1) {
    border-right: none;
    width: 40%;
  }
  .progressMain .progress-list li:nth-child(2) {
    width: 40%;
  }
  .progressMain .progress-list li:nth-child(3) {
    border-right: none;
    width: 10%;
    text-align: center;
  }
  .progressMain .progress-list li:nth-child(4) {
    width: 20%;
  }
}
/*# sourceMappingURL=style.css.map */