/* commonParts
---------------------------------------------------- */
#page-ttl {
  position: relative;
  width: 100%;
  height: 25vw;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  #page-ttl {
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl {
    height: 300px;
  }
}
#page-ttl.__service {
  background-image: url(../images/service/pgttl-bgimg.jpg);
  background-position: 50% 50%;
}
#page-ttl.__recruit {
  background-image: url(../images/recruit/pgttl-bgimg.jpg);
  background-position: 50% 60%;
}
#page-ttl.__company {
  background-image: url(../images/company/pgttl-bgimg.jpg);
  background-position: 50% 50%;
}
#page-ttl.__contact {
  background-image: url(../images/contact/pgttl-bgimg.jpg);
  background-position: 50% 50%;
}
#page-ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
#page-ttl .pgttl-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -0.6em;
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner {
    margin-top: 0;
  }
}
#page-ttl .pgttl-inner h2 {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#page-ttl .pgttl-inner h2 span.__en {
  font-size: 2.5rem;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner h2 span.__en {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 span.__en {
    font-size: 1.5em;
  }
}
#page-ttl .pgttl-inner h2 span.__jp {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 span.__jp {
    font-size: 2.25em;
  }
}

.__breadcrumbs {
  color: #fff;
  background-color: #1a1a1a;
  padding: 0.2em 0;
}
.__breadcrumbs ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.__breadcrumbs ul li {
  display: flex;
  align-items: center;
  padding: 0.36em 0;
  margin-left: 1em;
  font-size: 0.9em;
}
.__breadcrumbs ul li::after {
  content: ">";
  margin-left: 1em;
}
@media screen and (max-width: 991px) {
  .__breadcrumbs ul li.__txtlimit {
    max-width: 13em;
  }
}
.__breadcrumbs ul li a {
  color: #fff;
  font-size: 1em;
}
.__breadcrumbs ul li:last-of-type::after {
  content: none;
}

.__table-style dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .__table-style dl {
    display: block;
  }
}
.__table-style dl dt, .__table-style dl dd {
  font-size: 1em;
}
.__table-style dl dt {
  font-weight: 600;
  width: 8em;
  padding: 1.4em 0;
  border-bottom: solid 2px #1a1a1a;
}
@media screen and (max-width: 767px) {
  .__table-style dl dt {
    width: 100%;
    font-size: 0.9em;
    padding-top: 1.2em;
    padding-bottom: 0.6em;
    border-bottom: none;
  }
}
.__table-style dl dd {
  width: calc(100% - 8em);
  padding: 1.4em 0;
  padding-left: 2em;
  border-bottom: solid 1px #1a1a1a;
}
@media screen and (max-width: 767px) {
  .__table-style dl dd {
    width: 100%;
    padding-top: 0;
    padding-bottom: 1em;
    padding-left: 0;
  }
}
.__table-style dl dd a {
  display: inline;
  font-size: 1em;
}
.__table-style dl:nth-of-type(1) dt, .__table-style dl:nth-of-type(1) dd {
  padding-top: 0;
}

/* service.html
---------------------------------------------------- */
.anchor-link-list {
  margin-bottom: 2em;
}
.anchor-link-list ul {
  display: flex;
  flex-wrap: wrap;
}
.anchor-link-list ul .anchor-link-btn {
  width: calc(33.3333333333% - 0.6666666667em);
  margin-right: 1em;
  margin-top: 1em;
}
.anchor-link-list ul .anchor-link-btn:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .anchor-link-list ul .anchor-link-btn {
    width: calc(50% - 0.5em);
  }
  .anchor-link-list ul .anchor-link-btn:nth-of-type(3n) {
    margin-right: 1em;
  }
  .anchor-link-list ul .anchor-link-btn:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .anchor-link-list ul .anchor-link-btn {
    width: 100%;
    margin-right: 0;
    margin-top: 0.6em;
  }
  .anchor-link-list ul .anchor-link-btn:nth-of-type(3n) {
    margin-right: 0;
  }
}

.sec-service {
  overflow: clip;
}
.sec-service .sec-inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .sec-service .sec-inner {
    display: block;
  }
}
.sec-service .sec-inner .txt-wrap {
  width: calc(100% - 30 * 1rem - 6.25 * 1rem);
  padding: 5rem 0;
}
@media screen and (max-width: 1199px) {
  .sec-service .sec-inner .txt-wrap {
    width: 100%;
    padding: 0;
  }
}
.sec-service .sec-inner .txt-wrap .sec-ttl {
  margin-top: -1em;
}
@media screen and (max-width: 1199px) {
  .sec-service .sec-inner .txt-wrap .sec-ttl {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .sec-inner .txt-wrap .sec-ttl {
    margin-top: 0;
  }
}
.sec-service .sec-inner .txt-wrap .sec-txt {
  margin-top: 1em;
}
.sec-service .sec-inner .txt-wrap .sec-txt p {
  line-height: 2em;
}
.sec-service .sec-inner .img-wrap {
  width: 30rem;
  padding-right: 12px;
  padding-bottom: 12px;
}
@media screen and (max-width: 1199px) {
  .sec-service .sec-inner .img-wrap {
    width: min(90%, 480px);
    aspect-ratio: 3/2;
    margin: 0 auto;
    margin-top: 1.6em;
  }
}
.sec-service .sec-inner .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);
}
.sec-service .__circle-line {
  opacity: 0.6;
  z-index: -1;
  bottom: 0;
  width: 50rem;
  margin-bottom: -25rem;
}
@media screen and (max-width: 1199px) {
  .sec-service .__circle-line {
    width: 160%;
    margin-bottom: -140%;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .__circle-line {
    margin-bottom: -120%;
  }
}
.sec-service:nth-of-type(odd) .sec-inner {
  flex-direction: row-reverse;
}
.sec-service:nth-of-type(odd) .__circle-line {
  right: 0;
  margin-right: -18.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-service:nth-of-type(odd) .__circle-line {
    margin-right: -30%;
  }
}
.sec-service:nth-of-type(even) .__circle-line {
  left: 0;
  margin-left: -18.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-service:nth-of-type(even) .__circle-line {
    margin-left: -30%;
  }
}

.sec-works {
  background-color: rgba(228, 230, 226, 0.6);
  margin-top: 8.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-works {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-works {
    margin-top: 48px;
  }
}
.sec-works .sec-content {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  .sec-works .sec-content {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .sec-content {
    margin-top: 2em;
  }
}
.sec-works .sec-content .category-list {
  width: 12em;
  position: sticky;
  left: 0;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 991px) {
  .sec-works .sec-content .category-list {
    position: relative;
    width: 100%;
    top: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .sec-works .sec-content .category-list ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.sec-works .sec-content .category-list ul .category-list-item {
  margin-top: 1em;
}
.sec-works .sec-content .category-list ul .category-list-item:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .sec-works .sec-content .category-list ul .category-list-item {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0.6em;
    margin-top: 0.6em;
  }
  .sec-works .sec-content .category-list ul .category-list-item:nth-of-type(1) {
    margin-top: 0.6em;
  }
}
.sec-works .sec-content .category-list ul .category-list-item a {
  color: #fff;
  background-color: #2f312d;
  line-height: 1.4em;
  padding: 0.8em 1em;
}
@media screen and (max-width: 991px) {
  .sec-works .sec-content .category-list ul .category-list-item a {
    padding: 0.4em 1em;
  }
}
.sec-works .sec-content .category-list ul .category-list-item.__current a {
  pointer-events: none;
  color: #1a1a1a;
  background-color: #9fd173;
}
.sec-works .sec-content .works-content {
  width: calc(100% - 12em - 5 * 1rem);
}
@media screen and (max-width: 991px) {
  .sec-works .sec-content .works-content {
    width: 100%;
    margin-top: 3em;
  }
}
.sec-works .sec-content .works-content .content-wrap {
  background-color: #fff;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
  padding: 3.75rem;
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-works .sec-content .works-content .content-wrap {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .sec-content .works-content .content-wrap {
    padding: 30px 20px;
  }
}
.sec-works .sec-content .works-content .content-wrap:nth-of-type(1) {
  margin-top: 0;
}
.sec-works .sec-content .works-content .content-wrap .category-name {
  color: #1a1a1a;
  background-color: #9fd173;
  padding: 0.2em 1em;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 991px) {
  .sec-works .sec-content .works-content .content-wrap .category-name {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .sec-content .works-content .content-wrap .category-name {
    font-size: 0.85em;
  }
}
.sec-works .sec-content .works-content .content-wrap .item-ttl {
  font-size: 2.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-works .sec-content .works-content .content-wrap .item-ttl {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .sec-content .works-content .content-wrap .item-ttl {
    font-size: 1.5em;
  }
}
.sec-works .sec-content .works-content .content-wrap .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-works .sec-content .works-content .content-wrap .flex-wrap {
    display: block;
    margin-top: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .sec-content .works-content .content-wrap .flex-wrap {
    margin-top: 1em;
  }
}
.sec-works .sec-content .works-content .content-wrap .flex-wrap .item-slider {
  width: 48.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-works .sec-content .works-content .content-wrap .flex-wrap .item-slider {
    width: 100%;
  }
}
.sec-works .sec-content .works-content .content-wrap .flex-wrap .item-slider .slider-main {
  background-color: #e4e6e2;
  aspect-ratio: 4/3;
}
.sec-works .sec-content .works-content .content-wrap .flex-wrap .item-slider .slider-main .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec-works .sec-content .works-content .content-wrap .flex-wrap .item-slider .slider-thumbnail .swiper-wrapper {
  flex-wrap: wrap;
}
.sec-works .sec-content .works-content .content-wrap .flex-wrap .item-slider .slider-thumbnail .swiper-wrapper .swiper-slide {
  background-color: #2f312d;
  position: relative;
  width: calc(25% - 0.75em) !important;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-top: 1em;
  margin-right: 1em !important;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .sec-works .sec-content .works-content .content-wrap .flex-wrap .item-slider .slider-thumbnail .swiper-wrapper .swiper-slide {
    width: calc(25% - 7.5px) !important;
    margin-top: 10px;
    margin-right: 10px !important;
  }
}
.sec-works .sec-content .works-content .content-wrap .flex-wrap .item-slider .slider-thumbnail .swiper-wrapper .swiper-slide:nth-of-type(4n) {
  margin-right: 0 !important;
}
.sec-works .sec-content .works-content .content-wrap .flex-wrap .item-slider .slider-thumbnail .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  transition: opacity 0.4s;
}
.sec-works .sec-content .works-content .content-wrap .flex-wrap .item-slider .slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 0.6;
}
.sec-works .sec-content .works-content .content-wrap .flex-wrap .item-detail {
  width: calc(100% - 48.75 * 1rem - 3em);
  margin-bottom: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-works .sec-content .works-content .content-wrap .flex-wrap .item-detail {
    width: 100%;
    margin-top: 2em;
  }
}
.sec-works .sec-content .works-content .content-wrap .flex-wrap .item-detail .detail-item {
  margin-top: 2em;
}
.sec-works .sec-content .works-content .content-wrap .flex-wrap .item-detail .detail-item:nth-of-type(1) {
  margin-top: 0;
}
.sec-works .sec-content .works-content .content-wrap .flex-wrap .item-detail .detail-item h4 {
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  font-size: max(1.5rem, 1.25em);
  margin-bottom: 0.4em;
  border-bottom: solid 1px #1a1a1a;
}
@media screen and (max-width: 991px) {
  .sec-works .sec-content .works-content .content-wrap .flex-wrap .item-detail .detail-item h4 {
    padding-bottom: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .sec-content .works-content .content-wrap .flex-wrap .item-detail .detail-item h4 {
    font-size: 1.125em;
  }
}
.sec-works .sec-content .works-content .content-wrap .flex-wrap .item-detail .detail-item .item-txt a {
  display: inline;
}
.sec-works .paging-wrap {
  margin-top: 7.5rem;
  padding-top: 2em;
  border-top: solid 1px #1a1a1a;
  margin-bottom: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-works .paging-wrap {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .paging-wrap {
    margin-top: 60px;
  }
}
.sec-works .paging {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: max(1.5rem, 1.125em);
}
.sec-works .paging > span {
  font-family: "Bricolage Grotesque", sans-serif;
  width: 3.6em;
  height: 3.6em;
  color: #fff;
  background-color: #2f312d;
  border-radius: 50%;
  overflow: clip;
  margin: 0 0.4em;
}
@media screen and (max-width: 767px) {
  .sec-works .paging > span {
    width: 3em;
    height: 3em;
    margin: 0 0.2em;
  }
}
.sec-works .paging > span.paging-text a {
  cursor: pointer;
  width: 100%;
  height: 100%;
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.24s ease;
}
.sec-works .paging > span.paging-text a:hover {
  background-color: #9fd173;
}
.sec-works .paging > span.current {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #82c349;
}
.sec-works .paging > span.paging-prev {
  width: auto;
  color: #1a1a1a;
  background-color: initial;
  margin-right: 1em;
}
.sec-works .paging > span.paging-prev a {
  font-size: 1em;
}
.sec-works .paging > span.paging-prev a i {
  color: #78c634;
  margin-right: 0.4em;
}
.sec-works .paging > span.paging-prev a:hover {
  background-color: initial;
  opacity: 0.6;
}
.sec-works .paging > span.paging-next {
  width: auto;
  color: #1a1a1a;
  background-color: initial;
  margin-left: 1em;
}
.sec-works .paging > span.paging-next a {
  font-size: 1em;
}
.sec-works .paging > span.paging-next a i {
  color: #78c634;
  margin-left: 0.4em;
}
.sec-works .paging > span.paging-next a:hover {
  background-color: initial;
  opacity: 0.6;
}

/* recruit.html
---------------------------------------------------- */
.sec-recruit_intro .sec-inner .flex-wrap .txt-wrap {
  width: calc(100% - 40.3125 * 1rem + 8.75rem);
}
@media screen and (max-width: 1199px) {
  .sec-recruit_intro .sec-inner .flex-wrap .txt-wrap {
    width: 100%;
  }
}
.sec-recruit_intro .sec-inner .flex-wrap .txt-wrap .sec-ttl span.__jp {
  margin-left: -0.6em;
  letter-spacing: -0.04em;
}
.sec-recruit_intro .sec-inner .flex-wrap .txt-wrap .sec-txt {
  padding-right: calc(8.75 * 1rem * 2 + 3.75rem);
}
@media screen and (max-width: 1199px) {
  .sec-recruit_intro .sec-inner .flex-wrap .txt-wrap .sec-txt {
    padding-right: 0;
  }
}
.sec-recruit_intro .sec-inner .flex-wrap .img-wrap {
  width: 40.3125rem;
  margin-left: calc(-8.75 * 1rem * 2);
}
@media screen and (max-width: 1199px) {
  .sec-recruit_intro .sec-inner .flex-wrap .img-wrap {
    width: min(100%, 480px);
    margin: 0 auto;
    margin-top: 2em;
  }
}

.sec-recruit_environment .environment-list {
  margin-top: 2em;
}
.sec-recruit_environment .environment-list ul .environment-list-item {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
.sec-recruit_environment .environment-list ul .environment-list-item:nth-of-type(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1199px) {
  .sec-recruit_environment .environment-list ul .environment-list-item {
    display: block;
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit_environment .environment-list ul .environment-list-item {
    margin-top: 3em;
  }
}
.sec-recruit_environment .environment-list ul .environment-list-item .item-content {
  width: calc(100% - 30 * 1rem - 6.25 * 1rem);
  padding: 5rem 0;
}
@media screen and (max-width: 1199px) {
  .sec-recruit_environment .environment-list ul .environment-list-item .item-content {
    width: 100%;
    padding: 0;
  }
}
.sec-recruit_environment .environment-list ul .environment-list-item .item-content .item-ttl p {
  color: #2f312d;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  font-size: max(1.6875rem, 1.25em);
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .sec-recruit_environment .environment-list ul .environment-list-item .item-content .item-ttl p {
    font-size: 1.125em;
  }
}
.sec-recruit_environment .environment-list ul .environment-list-item .item-content .item-txt {
  margin-top: 2em;
  padding-top: 2em;
  border-top: solid 1px #d9d9d9;
}
@media screen and (max-width: 1199px) {
  .sec-recruit_environment .environment-list ul .environment-list-item .item-content .item-txt {
    margin-top: 1em;
    padding-top: 1em;
  }
}
.sec-recruit_environment .environment-list ul .environment-list-item .item-content .item-txt p {
  line-height: 2em;
}
.sec-recruit_environment .environment-list ul .environment-list-item .item-img {
  width: 30rem;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1199px) {
  .sec-recruit_environment .environment-list ul .environment-list-item .item-img {
    width: min(100%, 480px);
    aspect-ratio: 3/2;
    margin: 0 auto;
    margin-top: 1em;
  }
}
.sec-recruit_environment .environment-list ul .environment-list-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-recruit_jobdetails .sec-inner {
  position: relative;
  z-index: 2;
}
.sec-recruit_jobdetails .sec-inner .__inner::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 30vw;
  height: 100%;
  background-color: rgba(120, 198, 52, 0.75);
}
@media screen and (max-width: 767px) {
  .sec-recruit_jobdetails .sec-inner .__inner::before {
    width: 20vw;
  }
}
.sec-recruit_jobdetails .detail-table {
  background-color: #fff;
  padding: 5rem;
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .sec-recruit_jobdetails .detail-table {
    padding-left: 0;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.sec-recruit_flow {
  background-color: #2f312d;
}
.sec-recruit_flow .flow-list {
  margin-top: 2em;
  padding: 0 5rem;
}
@media screen and (max-width: 991px) {
  .sec-recruit_flow .flow-list {
    padding: 0;
  }
}
.sec-recruit_flow .flow-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sec-recruit_flow .flow-list ul .flow-list-item {
  position: relative;
  background-color: #9fd173;
  font-size: max(1.6875rem, 1.25em);
  width: 7em;
  aspect-ratio: 1/1;
  border-radius: 50vh;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .sec-recruit_flow .flow-list ul .flow-list-item {
    width: 100%;
    aspect-ratio: initial;
    font-size: 1.125em;
    height: 2.4em;
  }
}
.sec-recruit_flow .flow-list ul .flow-list-item h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .sec-recruit_flow .flow-list ul .flow-list-item h4 {
    left: 0;
    transform: translateY(-50%);
    line-height: 1.2em;
    margin-left: 30%;
  }
}
.sec-recruit_flow .flow-list ul .flow-list-item h4 span.__num {
  color: #fff;
  display: block;
  font-size: 0.8em;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .sec-recruit_flow .flow-list ul .flow-list-item h4 span.__num {
    display: inline;
    font-size: 0.9em;
    margin-right: 1em;
  }
}
.sec-recruit_flow .flow-list ul .flow-arrow {
  color: #fff;
  font-size: max(1.6875rem, 1.25em);
  margin: 0 1em;
}
@media screen and (max-width: 767px) {
  .sec-recruit_flow .flow-list ul .flow-arrow {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .sec-recruit_flow .flow-list ul .flow-arrow i {
    transform: rotate(90deg);
  }
}

/* company.html
---------------------------------------------------- */
.sec-company_greeting .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.6em;
  padding-top: 2em;
  border-top: solid 1px #1a1a1a;
}
@media screen and (max-width: 1199px) {
  .sec-company_greeting .flex-wrap {
    display: block;
    margin-bottom: 2em;
  }
}
.sec-company_greeting .flex-wrap .sec-txt {
  width: 100%;
}
.sec-company_greeting .flex-wrap .sec-txt p {
  margin-top: 1em;
  line-height: 2em;
}
.sec-company_greeting .flex-wrap .sec-txt p:nth-of-type(1) {
  margin-top: 0;
}
.sec-company_greeting .flex-wrap .sec-txt p.__name {
  text-align: end;
  font-family: "Zen Old Mincho", serif;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-company_greeting .flex-wrap .sec-txt p.__name {
    margin-top: 1em;
  }
}
.sec-company_greeting .flex-wrap .sec-txt p.__name em {
  font-size: 1.75em;
}
@media screen and (max-width: 991px) {
  .sec-company_greeting .flex-wrap .sec-txt p.__name em {
    font-size: 1.375em;
  }
}
.sec-company_greeting .flex-wrap .sec-img {
  flex-shrink: 0;
  width: 30rem;
  margin-right: 5rem;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1199px) {
  .sec-company_greeting .flex-wrap .sec-img {
    width: min(100%, 480px);
    margin: 0 auto;
    margin-bottom: 2em;
  }
}
.sec-company_greeting .flex-wrap .sec-img img {
  width: 100%;
  height: auto;
}

.sec-company_outline .outline-table {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-company_outline .outline-table {
    margin-top: 2em;
  }
}
.sec-company_outline .outline-table dl dt {
  width: 16em;
}
.sec-company_outline .outline-table dl dd {
  width: calc(100% - 8em);
}
@media screen and (max-width: 767px) {
  .sec-company_outline .outline-table dl dd {
    width: 100%;
  }
}

.sec-company_access {
  background-color: #9fd173;
}
.sec-company_access .sec-ttl h3 span.__en {
  color: #2f312d;
}
.sec-company_access .sec-ttl h3 span.__jp {
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.sec-company_access .sec-txt {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-company_access .sec-txt {
    margin-top: 1em;
  }
}
.sec-company_access .sec-txt p {
  text-align: center;
}
.sec-company_access .map-wrap {
  background-color: #82c349;
  width: 100%;
  height: 37.5rem;
  margin-top: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-company_access .map-wrap {
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company_access .map-wrap {
    height: 360px;
  }
}
.sec-company_access .map-wrap iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=sub.css.map */