/* commonParts
---------------------------------------------------- */
#page-ttl {
  position: relative;
  z-index: 2;
  overflow: clip;
}
#page-ttl .__frame-shape {
  z-index: 2;
}
#page-ttl .__frame-shape.__top {
  top: 0;
  right: 0;
  width: 40rem;
  aspect-ratio: 3/1;
}
@media screen and (max-width: 1199px) {
  #page-ttl .__frame-shape.__top {
    width: min(50rem, 448px);
  }
}
#page-ttl .pgttl-content {
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  #page-ttl .pgttl-content {
    margin-top: 30px;
  }
}
#page-ttl .pgttl-content::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 6.25rem);
  background-color: #fff;
}
#page-ttl .pgttl-content .pgttl-inner {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2em;
  padding-right: 3.5em;
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-content .pgttl-inner {
    padding-right: 0;
  }
}
#page-ttl .pgttl-content .pgttl-inner h2 span.__en {
  color: #363434;
}
#page-ttl .pgttl-content .pgttl-inner h2 span.__jp {
  color: #e02362;
  font-weight: 700;
  font-size: max(4rem, 3em);
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-content .pgttl-inner h2 span.__jp {
    font-size: 2.125em;
  }
}
#page-ttl .pgttl-content .pgttl-inner .__deco-item {
  bottom: 0;
  right: 0;
  margin-right: -2.5em;
  width: 3.5em;
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-content .pgttl-inner .__deco-item {
    position: relative;
    width: 3.5em;
    margin: 0 auto;
    margin-top: 1.5em;
  }
}
#page-ttl .pgttl-content .__breadcrumbs {
  margin-top: 1.6em;
  margin-bottom: 1em;
}
#page-ttl .pgttl-content .__breadcrumbs ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#page-ttl .pgttl-content .__breadcrumbs ul li {
  display: flex;
  align-items: center;
  padding: 0.36em 0;
  margin-left: 1em;
}
#page-ttl .pgttl-content .__breadcrumbs ul li::after {
  content: ">";
  font-size: 0.8em;
  margin-left: 1em;
}
#page-ttl .pgttl-content .__breadcrumbs ul li a {
  color: #363434;
  font-size: 1em;
  opacity: 0.6;
}
#page-ttl .pgttl-content .__breadcrumbs ul li a:hover {
  opacity: 1;
}
#page-ttl .pgttl-content .__breadcrumbs ul li:last-of-type::after {
  content: none;
}

.anchor-list, .cate-list {
  margin-top: 4.5em;
}
@media screen and (max-width: 767px) {
  .anchor-list, .cate-list {
    padding: 0 20px;
    margin-top: 4em;
  }
}
.anchor-list ul, .cate-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.anchor-list ul li, .cate-list ul li {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.2em;
  margin-right: 1.2em;
}
@media screen and (max-width: 1199px) {
  .anchor-list ul li, .cate-list ul li {
    width: calc(50% - 0.6em);
  }
  .anchor-list ul li:nth-of-type(6n), .cate-list ul li:nth-of-type(6n) {
    margin-right: 1.2em;
  }
  .anchor-list ul li:nth-of-type(2n), .cate-list ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .anchor-list ul li, .cate-list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.6em;
  }
  .anchor-list ul li:nth-of-type(6n), .cate-list ul li:nth-of-type(6n) {
    margin-right: 0;
  }
}
.anchor-list ul li a, .cate-list ul li a {
  justify-content: space-between;
  font-size: max(1rem, 0.9em);
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
@media screen and (max-width: 767px) {
  .anchor-list ul li a, .cate-list ul li a {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}
.anchor-list ul li.__current a, .cate-list ul li.__current a {
  background-color: #649643;
}
.anchor-list ul li.anchor-btn, .cate-list ul li.anchor-btn {
  min-width: calc(16.6666666667% - 1em);
}
.anchor-list ul li.anchor-btn:last-of-type, .cate-list ul li.anchor-btn:last-of-type {
  margin-right: 0;
}
.anchor-list ul li.anchor-btn:nth-of-type(6n), .cate-list ul li.anchor-btn:nth-of-type(6n) {
  margin-right: 0;
}
.anchor-list ul li.anchor-btn a span.__arrow::before, .cate-list ul li.anchor-btn a span.__arrow::before {
  display: none;
}
.anchor-list ul li.anchor-btn a span.__arrow::after, .cate-list ul li.anchor-btn a span.__arrow::after {
  content: "\f175";
  font-size: 0.8em;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .anchor-list ul li.anchor-btn a span.__arrow::after, .cate-list ul li.anchor-btn a span.__arrow::after {
    font-size: 0.9em;
  }
}

.next-links {
  margin-top: 4em;
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .next-links {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
.next-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.next-links ul .next-btn {
  width: min(100%, 20em);
  margin: 0.6em;
}
.next-links ul .next-btn a {
  justify-content: space-between;
}

.__table-style01 {
  overflow-x: auto;
}
.__table-style01 table {
  width: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  border-right: 1px solid #d4a77b;
  border-bottom: 1px solid #d4a77b;
}
.__table-style01 td, .__table-style01 th {
  font-size: 0.95em;
  padding: 0.6em 1.2em;
  border-top: 1px solid #d4a77b;
  border-left: 1px solid #d4a77b;
}
.__table-style01 td.__width-fit_8, .__table-style01 th.__width-fit_8 {
  width: 8em;
  white-space: nowrap;
}
.__table-style01 td.__width-fit_16, .__table-style01 th.__width-fit_16 {
  width: 16em;
  white-space: nowrap;
}
.__table-style01 th {
  background-color: #f5e5cb;
  font-weight: 500;
}
.__table-style01 td {
  font-weight: 400;
}

.__table-style02 dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .__table-style02 dl {
    display: block;
  }
}
.__table-style02 dl dt {
  font-weight: 500;
  width: 10em;
  padding: 1em 0;
  border-bottom: solid 1px rgba(91, 87, 84, 0.6);
}
@media screen and (max-width: 767px) {
  .__table-style02 dl dt {
    width: 100%;
    font-size: 0.9em;
    padding-top: 1.2em;
    padding-bottom: 0.8em;
    border-bottom: none;
  }
}
.__table-style02 dl dt .__label-style {
  color: #fff;
  background-color: #5b5754;
  font-size: 0.9em;
}
.__table-style02 dl dd {
  width: calc(100% - 10em);
  padding: 1em 0;
  padding-left: 2em;
  border-bottom: solid 1px rgba(91, 87, 84, 0.6);
}
@media screen and (max-width: 767px) {
  .__table-style02 dl dd {
    width: 100%;
    padding-top: 0;
    padding-bottom: 1.2em;
    padding-left: 0;
  }
}
.__table-style02 dl dd a {
  display: inline;
  font-size: 1em;
}

.js-scrollable .scroll-hint-icon {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 2;
  height: 90px !important;
}

/* about.html
---------------------------------------------------- */
.sec-about_message {
  overflow-x: clip;
}
@media screen and (max-width: 1199px) {
  .sec-about_message .flex-wrap .txt-wrap .ttl-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.sec-about_message .flex-wrap .txt-wrap .ttl-wrap .sec-catch {
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .sec-about_message .flex-wrap .txt-wrap .ttl-wrap .sec-catch {
    margin-top: 1em;
  }
}
.sec-about_message .flex-wrap .txt-wrap .sec-txt p {
  margin-top: 1em;
}
.sec-about_message .flex-wrap:nth-of-type(2) {
  align-items: center;
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .sec-about_message .flex-wrap:nth-of-type(2) {
    margin-top: 3em;
  }
}

.sec-about_concept .sec-content .sec-ttl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: -1em;
}
@media screen and (max-width: 767px) {
  .sec-about_concept .sec-content .sec-ttl {
    margin-top: 0;
  }
}
.sec-about_concept .sec-content .sec-ttl .__deco-item {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 7em;
  margin-right: -10em;
}
@media screen and (max-width: 767px) {
  .sec-about_concept .sec-content .sec-ttl .__deco-item {
    width: 6em;
    margin-right: -4em;
    margin-top: -3em;
  }
}
.sec-about_concept .sec-content .sec-ttl h3 span.__en {
  color: #363434;
}
.sec-about_concept .sec-content .sec-ttl h3 span.__jp {
  color: #e02362;
}
.sec-about_concept .sec-content .flex-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-about_concept .sec-content .flex-wrap {
    display: block;
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-about_concept .sec-content .flex-wrap {
    margin-top: 3em;
  }
}
.sec-about_concept .sec-content .flex-wrap .logo-img {
  flex-shrink: 0;
  width: 16em;
  margin-right: max(5rem, 3em);
}
@media screen and (max-width: 1199px) {
  .sec-about_concept .sec-content .flex-wrap .logo-img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-about_concept .sec-content .flex-wrap .logo-img {
    width: 14em;
  }
}
.sec-about_concept .sec-content .flex-wrap .logo-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .sec-about_concept .sec-content .flex-wrap .sec-txt {
    margin-top: 3em;
  }
}
.sec-about_concept .sec-content .flex-wrap .sec-txt p:not(:nth-of-type(1)) {
  margin-top: 1em;
}
.sec-about_concept .sec-content .flex-wrap .sec-txt p span.__em-style {
  color: #ec8961;
}
.sec-about_concept .sec-content .sec-img {
  margin-top: max(3.75rem, 3em);
  width: 100%;
  aspect-ratio: 5/2;
  background-image: url(../images/about/concept-img.jpg);
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .sec-about_concept .sec-content .sec-img {
    aspect-ratio: 3/2;
    background-attachment: scroll;
  }
}

.sec-about_locally .sec-inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  border-top: solid 2px #f6daca;
  padding-top: max(5rem, 4em);
  margin-top: max(5rem, 4em);
}
@media screen and (max-width: 1199px) {
  .sec-about_locally .sec-inner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec-about_locally .sec-inner {
    padding-top: 40px;
    margin-top: 40px;
  }
}
.sec-about_locally .sec-inner .right-content {
  flex-shrink: 1;
  margin-left: max(7.5rem, 3em);
}
@media screen and (max-width: 1199px) {
  .sec-about_locally .sec-inner .right-content {
    margin-left: 0;
    margin-bottom: max(3.75rem, 3em);
  }
}
.sec-about_locally .sec-inner .right-content .sec-ttl h3 span.__en {
  margin-top: 0.6em;
}
.sec-about_locally .sec-inner .left-content {
  flex-shrink: 0;
  width: 42.5rem;
  height: 24em;
}
@media screen and (max-width: 1199px) {
  .sec-about_locally .sec-inner .left-content {
    width: 100%;
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about_locally .sec-inner .left-content {
    height: 300px;
  }
}
.sec-about_locally .sec-inner .left-content iframe {
  width: 100%;
  height: 100%;
}

/* service.html
---------------------------------------------------- */
.sec-service {
  margin-top: 4em;
}
@media screen and (max-width: 991px) {
  .sec-service:nth-of-type(1) {
    margin-top: 40px;
  }
}
.sec-service .flex-wrap {
  align-items: center;
}
.sec-service .flex-wrap .txt-wrap .sec-txt {
  margin-bottom: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-service .sec-detail {
    margin-top: 3em;
  }
}
.sec-service .sec-detail .detail-wrap:not(:nth-of-type(1)) {
  margin-top: 2em;
}
.sec-service .sec-detail .detail-wrap p {
  margin-top: 0.6em;
}
.sec-service .sec-detail .detail-wrap p span.__em-style {
  margin-right: 1em;
}
.sec-service.__support .sec-detail .detail-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.sec-service.__support .sec-detail .detail-wrap ul li {
  font-size: 1em;
  margin-top: 0.6em;
  margin-right: 2em;
}

/* flow.html
---------------------------------------------------- */
@media screen and (max-width: 1199px) {
  .sec-flow .sec-inner .sec-content .flow-list {
    margin-top: -1em;
  }
}
.sec-flow .sec-inner .sec-content .flow-list ul .flow-list-item {
  align-items: center;
}
.sec-flow .sec-inner .sec-content .flow-list ul .flow-list-item .txt-wrap .sec-txt {
  margin-top: 1em;
}
.sec-flow .sec-inner .sec-content .flow-list ul .flow-list-item .txt-wrap .sec-txt p {
  margin-top: 0;
}
.sec-flow .sec-inner .sec-content .flow-list ul .flow-list-item:not(:nth-of-type(1)) {
  margin-top: 1em;
}
.sec-flow .sec-inner .sec-content .flow-list ul .flow-list-item:not(:last-of-type) {
  position: relative;
  padding-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .sec-flow .sec-inner .sec-content .flow-list ul .flow-list-item:not(:last-of-type) {
    padding-bottom: 3em;
  }
}
.sec-flow .sec-inner .sec-content .flow-list ul .flow-list-item:not(:last-of-type)::after {
  color: #5b5754;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: "\f175";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.25em;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .sec-flow .sec-inner .sec-content .flow-list ul .flow-list-item:not(:last-of-type)::after {
    margin-bottom: -0.4em;
  }
}

.sec-flow_message {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .sec-flow_message {
    margin-top: 20px;
  }
}

/* price.html
---------------------------------------------------- */
.sec-price {
  margin-top: 4em;
  margin-bottom: 3em;
}
@media screen and (max-width: 991px) {
  .sec-price:nth-of-type(1) {
    margin-top: 40px;
  }
}
.sec-price .sec-ttl ul.__note {
  font-weight: 400;
  margin-top: 1em;
}
.sec-price .sec-detail .detail-wrap {
  margin-top: 2.4em;
}
.sec-price .sec-detail .detail-wrap p {
  margin-top: 0.6em;
}
.sec-price .sec-detail .detail-wrap .detail-table {
  margin-top: 0.6em;
}
.sec-price.__support .ttl-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.sec-price.__support .ttl-wrap .sec-ttl {
  margin-right: 2em;
}
.sec-price.__support .ttl-wrap .sec-catch {
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .sec-price.__support .ttl-wrap .sec-catch {
    margin-top: 1em;
  }
}
.sec-price.__support .sec-txt {
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .sec-price.__support .sec-txt p {
    margin-top: 1em;
  }
}

/* staff.html
---------------------------------------------------- */
.sec-staff {
  overflow-x: clip;
}
.sec-staff .staff-intro .txt-wrap .staff-catch {
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-staff .staff-intro .txt-wrap .staff-catch {
    text-align: center;
  }
}
.sec-staff .staff-intro .txt-wrap .staff-name {
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-staff .staff-intro .txt-wrap .staff-name {
    text-align: center;
  }
}
.sec-staff .staff-intro .txt-wrap .staff-name h3 span.__sub {
  display: block;
}
.sec-staff .staff-intro .txt-wrap .staff-name h3 span.__name {
  font-weight: 700;
  font-size: max(3rem, 2.375em);
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .sec-staff .staff-intro .txt-wrap .staff-name h3 span.__name {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 1199px) {
  .sec-staff .staff-intro .img-wrap {
    margin-top: 0;
  }
}
.sec-staff .staff-intro .img-wrap img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec-staff .staff-qa {
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-staff .staff-qa {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-staff .staff-qa {
    margin-top: 60px;
  }
}
.sec-staff .staff-qa .qa-list ul .qa-list-item:not(:nth-of-type(1)) {
  margin-top: 3em;
}
.sec-staff .staff-qa .qa-list ul .qa-list-item .txt-wrap .item-question {
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-staff .staff-qa .qa-list ul .qa-list-item .txt-wrap .item-question {
    margin-top: 0;
  }
}
.sec-staff .staff-qa .qa-list ul .qa-list-item .txt-wrap .item-question span.__jp {
  font-size: max(2.5rem, 1.75em);
}
@media screen and (max-width: 767px) {
  .sec-staff .staff-qa .qa-list ul .qa-list-item .txt-wrap .item-question span.__jp {
    font-size: 1.375em;
  }
}
.sec-staff .staff-qa .qa-list ul .qa-list-item .txt-wrap .item-txt {
  margin-top: 2em;
}
.sec-staff .staff-qa .qa-list ul .qa-list-item .img-wrap img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec-recruit {
  margin-top: 20px;
}
.sec-recruit .sec-inner .sec-content {
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit .sec-inner .sec-content {
    margin-top: 0;
    margin-bottom: -1em;
  }
}
.sec-recruit .sec-inner .sec-content .content-ttl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-recruit .sec-inner .sec-content .content-ttl {
    margin-left: 0;
  }
}
.sec-recruit .sec-inner .sec-content .content-ttl .__deco-item {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 7em;
  margin-right: -10em;
}
@media screen and (max-width: 767px) {
  .sec-recruit .sec-inner .sec-content .content-ttl .__deco-item {
    width: 6em;
    margin-right: -8em;
  }
}
.sec-recruit .sec-inner .sec-content .content-ttl h3 span.__en {
  color: #363434;
}
.sec-recruit .sec-inner .sec-content .content-ttl h3 span.__jp {
  color: #e02362;
}
.sec-recruit .sec-inner .sec-content .content-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1em;
}
.sec-recruit .sec-inner .sec-content .content-link .__linkbtn {
  width: min(100%, 20em);
  margin: 0.6em;
}
.sec-recruit .sec-inner .sec-content .content-link .__linkbtn a {
  justify-content: space-between;
}

/* company.html
---------------------------------------------------- */
.sec-company_philosophy {
  border-top: solid 2px rgba(91, 87, 84, 0.2);
  padding: max(6.25rem, 4em) 0;
  margin-top: max(6.25rem, 4em);
}
@media screen and (max-width: 767px) {
  .sec-company_philosophy {
    padding-top: 40px;
    margin-top: 40px;
  }
}
.sec-company_philosophy .ttl-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.sec-company_philosophy .ttl-wrap .sec-ttl {
  margin-right: 2em;
}
.sec-company_philosophy .ttl-wrap .sec-catch {
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .sec-company_philosophy .ttl-wrap .sec-catch {
    margin-top: 1em;
  }
}
.sec-company_philosophy .ttl-wrap .sec-catch h4 {
  color: #ec8961;
}
.sec-company_philosophy .sec-txt {
  margin-top: 2em;
}

.sec-company_policy {
  border-top: solid 2px rgba(91, 87, 84, 0.2);
  padding-top: max(6.25rem, 4em);
}
@media screen and (max-width: 767px) {
  .sec-company_policy {
    padding-top: 40px;
  }
}
.sec-company_policy .sec-ttl {
  margin-top: -1em;
}
@media screen and (max-width: 1199px) {
  .sec-company_policy .sec-ttl {
    margin-top: 0;
  }
}
.sec-company_policy .sec-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec-company_policy .sec-detail .detail-wrap {
  width: calc(50% - max(5rem, 3em) * 2 / 3);
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-company_policy .sec-detail .detail-wrap {
    width: 100%;
  }
}
.sec-company_policy .sec-detail .detail-wrap p {
  margin-top: 0.6em;
}

.sec-company_outline, .sec-company_history {
  padding-top: 6.25rem;
}
@media screen and (max-width: 1199px) {
  .sec-company_outline, .sec-company_history {
    padding-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company_outline, .sec-company_history {
    padding-top: 48px;
  }
}
.sec-company_outline .flex-wrap, .sec-company_history .flex-wrap {
  width: min(100%, 1000px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .sec-company_outline .flex-wrap, .sec-company_history .flex-wrap {
    display: block;
  }
}
.sec-company_outline .flex-wrap .sec-ttl, .sec-company_history .flex-wrap .sec-ttl {
  position: sticky;
  left: 0;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 991px) {
  .sec-company_outline .flex-wrap .sec-ttl, .sec-company_history .flex-wrap .sec-ttl {
    position: relative;
    top: 0 !important;
    height: auto;
    margin-top: -1em;
  }
}
.sec-company_outline .flex-wrap .sec-ttl h3 span.__en, .sec-company_history .flex-wrap .sec-ttl h3 span.__en {
  color: #363434;
}
.sec-company_outline .flex-wrap .table-content, .sec-company_history .flex-wrap .table-content {
  width: calc(100% - 20em);
  padding-right: 1em;
}
@media screen and (max-width: 991px) {
  .sec-company_outline .flex-wrap .table-content, .sec-company_history .flex-wrap .table-content {
    width: 100%;
    padding-right: 0;
    margin-top: 1em;
  }
}

.sec-company_outline .flex-wrap .sec-ttl h3 span.__jp {
  color: #ec8961;
}
.sec-company_outline .flex-wrap .table-content dl dt .__label-style {
  background-color: #ec8961;
}

.sec-company_history .sec-ttl h3 span.__jp {
  color: #649643;
}

.sec-company_office {
  overflow-x: clip;
}
.sec-company_office .sec-ttl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec-company_office .sec-ttl .__deco-item {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 7em;
  margin-right: -10em;
}
@media screen and (max-width: 767px) {
  .sec-company_office .sec-ttl .__deco-item {
    width: 6em;
    margin-right: -8em;
  }
}
.sec-company_office .sec-ttl h3 span.__en {
  color: #363434;
}
.sec-company_office .sec-ttl h3 span.__jp {
  color: #e02362;
}
.sec-company_office .office-list {
  margin-top: -2em;
}
@media screen and (max-width: 1199px) {
  .sec-company_office .office-list {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-company_office .office-list {
    margin-top: 1em;
  }
}
.sec-company_office .office-list ul .office-list-item {
  position: relative;
  padding-top: max(7.5rem, 4em);
}
@media screen and (max-width: 767px) {
  .sec-company_office .office-list ul .office-list-item {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .sec-company_office .office-list ul .office-list-item .txt-wrap .item-ttl {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .sec-company_office .office-list ul .office-list-item .txt-wrap .item-ttl {
    display: block;
  }
}
.sec-company_office .office-list ul .office-list-item .txt-wrap .item-ttl h4 {
  margin-right: 2em;
}
.sec-company_office .office-list ul .office-list-item .txt-wrap .item-ttl h4 span.__jp {
  font-size: max(3rem, 2em);
}
@media screen and (max-width: 767px) {
  .sec-company_office .office-list ul .office-list-item .txt-wrap .item-ttl h4 span.__jp {
    font-size: 1.5em;
  }
}
.sec-company_office .office-list ul .office-list-item .txt-wrap .item-ttl p {
  margin-top: 0.4em;
  margin-left: -0.4em;
}
.sec-company_office .office-list ul .office-list-item .txt-wrap .item-tel {
  display: flex;
  align-items: baseline;
  border-top: solid 2px rgba(91, 87, 84, 0.2);
  padding-top: 1.2em;
  margin-top: 1.6em;
}
.sec-company_office .office-list ul .office-list-item .txt-wrap .item-tel p {
  color: #649643;
  margin-right: 1em;
}
.sec-company_office .office-list ul .office-list-item .txt-wrap .item-tel p i {
  font-size: 0.9em;
  margin-right: 0.2em;
}
.sec-company_office .office-list ul .office-list-item .txt-wrap .item-tel .num-txt {
  font-weight: 700;
  font-size: 2em;
  line-height: 1em;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sec-company_office .office-list ul .office-list-item .txt-wrap .item-tel .num-txt {
    font-size: 1.75em;
  }
}
.sec-company_office .office-list ul .office-list-item .txt-wrap .item-tel .num-txt a {
  font-size: 1em;
  display: inline;
}
.sec-company_office .office-list ul .office-list-item .txt-wrap .item-txt {
  padding-bottom: 1em;
}
@media screen and (max-width: 991px) {
  .sec-company_office .office-list ul .office-list-item .txt-wrap .item-txt {
    padding-bottom: 0;
  }
}
.sec-company_office .office-list ul .office-list-item .txt-wrap .item-txt p {
  margin-top: 1em;
}

.sec-company_documents .sec-inner .sec-content .sec-ttl {
  margin-top: -0.6em;
}
.sec-company_documents .sec-inner .sec-content .sec-txt {
  margin-top: 2em;
}
.sec-company_documents .sec-inner .sec-content .content-wrap {
  border-top: solid 1px rgba(91, 87, 84, 0.2);
  padding-top: 2em;
  margin-top: 2em;
}
.sec-company_documents .sec-inner .sec-content .content-wrap .number-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4em;
}
.sec-company_documents .sec-inner .sec-content .content-wrap .number-list ul li {
  color: #5b5754;
  font-weight: 400;
  border: solid 1px rgba(91, 87, 84, 0.4);
  padding: 0.2em 0.8em;
  margin-right: 0.6em;
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .sec-company_documents .sec-inner .sec-content .content-wrap .number-list ul li {
    font-size: 0.95em;
  }
}
.sec-company_documents .sec-inner .sec-content .content-wrap .link-list {
  margin-top: 1em;
}
.sec-company_documents .sec-inner .sec-content .content-wrap .link-list ul {
  display: flex;
  flex-wrap: wrap;
}
.sec-company_documents .sec-inner .sec-content .content-wrap .link-list ul li {
  margin-right: 0.6em;
  margin-top: 0.6em;
}
.sec-company_documents .sec-inner .sec-content .content-wrap .link-list ul li a {
  justify-content: space-between;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.sec-company_documents .sec-inner .sec-content .content-wrap .link-list ul li a span.__arrow::before, .sec-company_documents .sec-inner .sec-content .content-wrap .link-list ul li a span.__arrow::after {
  display: none;
}
.sec-company_documents .sec-inner .sec-content .content-wrap .link-list ul li a span.__arrow i {
  font-size: 0.75em;
  margin-left: 0;
}

/* environment.html
---------------------------------------------------- */
.sec-environment_intro .flex-wrap {
  align-items: center;
}
.sec-environment_intro .flex-wrap .txt-wrap .sec-catch h3 {
  font-weight: 700;
}
.sec-environment_intro .flex-wrap .txt-wrap .sec-txt {
  margin-top: 1em;
}
.sec-environment_intro .flex-wrap .txt-wrap .sec-txt p span.__em-style {
  color: #649643;
  display: inline;
}

.sec-environment_training {
  overflow-x: clip;
}
.sec-environment_training .sec-inner .sec-content .sec-ttl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2em;
}
@media screen and (max-width: 991px) {
  .sec-environment_training .sec-inner .sec-content .sec-ttl {
    margin-top: 1em;
  }
}
.sec-environment_training .sec-inner .sec-content .sec-ttl .__deco-item {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 4em;
  margin-right: -10em;
}
@media screen and (max-width: 767px) {
  .sec-environment_training .sec-inner .sec-content .sec-ttl .__deco-item {
    width: 3em;
    margin-right: -4em;
    margin-top: -2em;
  }
}
.sec-environment_training .sec-inner .sec-content > .sec-txt {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 4em;
}
@media screen and (max-width: 991px) {
  .sec-environment_training .sec-inner .sec-content > .sec-txt {
    text-align: start;
    margin-bottom: 3em;
  }
}
.sec-environment_training .sec-inner .sec-content .flex-wrap {
  align-items: center;
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-environment_training .sec-inner .sec-content .flex-wrap {
    margin-top: 3em;
  }
}
.sec-environment_training .sec-inner .sec-content .flex-wrap .sec-txt {
  margin-top: 0.6em;
}

.sec-environment_career {
  overflow-x: clip;
}
.sec-environment_career .sec-inner {
  position: relative;
  z-index: 2;
}
.sec-environment_career .sec-inner .sec-ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2em;
}
.sec-environment_career .sec-inner .__deco-item {
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-left: -1em;
  width: max(20rem, 14em);
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .sec-environment_career .sec-inner .__deco-item {
    width: 10em;
  }
}
.sec-environment_career .sec-inner .sec-txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-environment_career .sec-inner .sec-txt {
    margin-top: 2em;
  }
}
.sec-environment_career .sec-inner .sec-illust {
  width: 8em;
  margin-left: auto;
  margin-bottom: -1em;
}
@media screen and (max-width: 1199px) {
  .sec-environment_career .sec-inner .sec-illust {
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-environment_career .sec-inner .sec-illust {
    width: 6em;
  }
}
.sec-environment_career .sec-inner .sec-illust img {
  width: 100%;
  height: auto;
}

.sec-environment_numbers .sec-ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: -1em;
}
.sec-environment_numbers .numbers-list {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-environment_numbers .numbers-list {
    margin-top: 0;
  }
}
.sec-environment_numbers .numbers-list ul {
  display: flex;
  flex-wrap: wrap;
}
.sec-environment_numbers .numbers-list ul .numbers-list-item {
  border: solid 1px rgba(160, 160, 160, 0.1);
  width: calc(33.3333333333% - max(2.5rem, 2em) * 2 / 3);
  margin-top: max(2.5rem, 2em);
  margin-right: max(2.5rem, 2em);
  padding: 2em;
}
.sec-environment_numbers .numbers-list ul .numbers-list-item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .sec-environment_numbers .numbers-list ul .numbers-list-item {
    width: calc(50% - max(2.5rem, 2em) * 2 / 3);
  }
  .sec-environment_numbers .numbers-list ul .numbers-list-item:nth-of-type(3n) {
    margin-right: max(2.5rem, 2em);
  }
  .sec-environment_numbers .numbers-list ul .numbers-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-environment_numbers .numbers-list ul .numbers-list-item {
    width: 100%;
    margin-right: 0;
    margin-top: 1em;
  }
  .sec-environment_numbers .numbers-list ul .numbers-list-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.sec-environment_numbers .numbers-list ul .numbers-list-item .item-icon {
  width: max(7.5rem, 5em);
  margin: 0 auto;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-environment_numbers .numbers-list ul .numbers-list-item .item-icon {
    width: 3.75em;
  }
}
.sec-environment_numbers .numbers-list ul .numbers-list-item .item-icon img {
  width: 100%;
  height: auto;
}
.sec-environment_numbers .numbers-list ul .numbers-list-item .item-name {
  margin-top: 1.2em;
}
.sec-environment_numbers .numbers-list ul .numbers-list-item .item-name h4 {
  text-align: center;
  font-weight: 700;
}
.sec-environment_numbers .numbers-list ul .numbers-list-item .item-number {
  margin-top: 1em;
}
.sec-environment_numbers .numbers-list ul .numbers-list-item .item-number p {
  text-align: center;
}
.sec-environment_numbers .numbers-list ul .numbers-list-item .item-number p span.__num {
  color: #d4a77b;
  font-size: 3.75rem;
  line-height: 1em;
  margin-right: 0.2em;
}
@media screen and (max-width: 1199px) {
  .sec-environment_numbers .numbers-list ul .numbers-list-item .item-number p span.__num {
    font-size: 2.5em;
  }
}
.sec-environment_numbers .numbers-list ul .numbers-list-item .item-txt {
  margin-top: 2em;
}

.sec-environment_atmosphere .atmosphere-list {
  margin-top: -2em;
}
@media screen and (max-width: 1199px) {
  .sec-environment_atmosphere .atmosphere-list {
    margin-top: -1em;
  }
}
.sec-environment_atmosphere .atmosphere-list ul .atmosphere-list-item {
  align-items: center;
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-environment_atmosphere .atmosphere-list ul .atmosphere-list-item {
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-environment_atmosphere .atmosphere-list ul .atmosphere-list-item {
    margin-top: 3em;
  }
}
.sec-environment_atmosphere .atmosphere-list ul .atmosphere-list-item .sec-txt {
  margin-top: 0.6em;
}

/* joc-detail.html
---------------------------------------------------- */
@media screen and (max-width: 767px) {
  .sec-jobdetail_person {
    margin-top: 4em;
    margin-bottom: 4em;
  }
}
.sec-jobdetail_person .sec-inner .sec-content .content-txt {
  margin-top: 0.6em !important;
}
.sec-jobdetail_person .sec-inner .sec-content .content-txt p span.__label-style {
  font-size: 0.95em;
  color: #fff;
  background-color: #ec8961;
  margin-right: 0.6em;
  margin-top: 0.6em;
}

.sec-jobdetail_recruitment .table-content {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-jobdetail_recruitment .table-content {
    margin-top: 1em;
  }
}
.sec-jobdetail_recruitment .table-content dl dt {
  width: 12em;
  padding: 1.4em 0;
}
@media screen and (max-width: 767px) {
  .sec-jobdetail_recruitment .table-content dl dt {
    padding-bottom: 0.8em;
  }
}
.sec-jobdetail_recruitment .table-content dl dd {
  width: calc(100% - 12em);
  padding-top: 1.4em;
  padding-bottom: 1.4em;
}
@media screen and (max-width: 767px) {
  .sec-jobdetail_recruitment .table-content dl dd {
    width: 100%;
    padding-top: 0;
  }
}
.sec-jobdetail_recruitment .table-content dl dd > :not(:first-child) {
  margin-top: 0.6em;
}/*# sourceMappingURL=sub.css.map */