/* commonParts
---------------------------------------------------- */
#page-ttl {
  position: relative;
  overflow: clip;
  padding-top: 4.5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1199px) {
  #page-ttl {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl {
    padding: 80px 0;
  }
}
#page-ttl .pgttl-en {
  position: absolute;
  top: 0;
  right: 0;
}
#page-ttl .pgttl-en .__metal {
  font-size: 7.5rem;
  line-height: 0.95;
  margin-right: -0.2em;
  opacity: 0.2;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-en .__metal {
    font-size: 68px;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-en .__metal {
    font-size: min(12vw, 56px);
  }
}
#page-ttl .pgttl-inner {
  position: relative;
  z-index: 2;
}
#page-ttl .pgttl-inner .__txtcircle {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translate(-60%, -50%);
}
#page-ttl .pgttl-inner .page-ttl {
  margin-top: 4.8em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner .page-ttl {
    margin-bottom: 2em;
  }
}
#page-ttl .pgttl-inner .page-ttl h2 span.__en {
  display: block;
  color: #278eb2;
  line-height: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner .page-ttl h2 span.__en {
    font-size: 0.9em;
    line-height: 2em;
  }
}
#page-ttl .pgttl-inner .page-ttl h2 span.__jp {
  display: block;
  color: #222;
  font-size: 4.25rem;
  font-weight: 900;
  line-height: 1.3em;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner .page-ttl h2 span.__jp {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner .page-ttl h2 span.__jp {
    font-size: min(8.8vw, 3em);
  }
}
#page-ttl .pgttl-inner .page-ttl h2 span.__jp .__small {
  font-size: 0.75em;
}
#page-ttl .__breadcrumbs {
  position: relative;
  z-index: 2;
  color: #fff;
  background-color: #303738;
  border-right: solid 10px #a93333;
  padding: 0.12em 0;
}
@media screen and (max-width: 767px) {
  #page-ttl .__breadcrumbs {
    padding: 0.24em 0;
  }
}
#page-ttl .__breadcrumbs.__recruit {
  background-color: #a93333;
  border-right-color: #333;
}
#page-ttl .__breadcrumbs ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#page-ttl .__breadcrumbs ul li {
  display: flex;
  align-items: center;
  padding: 0.24em 0;
  margin-left: 1.2em;
  font-size: 0.8em;
}
#page-ttl .__breadcrumbs ul li::after {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 1.2em;
}
#page-ttl .__breadcrumbs ul li a {
  color: #fff;
  font-size: 1em;
}
#page-ttl .__breadcrumbs ul li:last-of-type::after {
  content: none;
}

.__bgcolor-lgray {
  background-color: rgba(204, 204, 204, 0.1);
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
}
.__bgcolor-lgray:last-of-type {
  border-bottom: none;
}

.__table-style {
  overflow-x: auto;
}
.__table-style table {
  width: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
}
.__table-style table, .__table-style td, .__table-style th {
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
  text-align: center;
}
.__table-style td, .__table-style th {
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .__table-style td, .__table-style th {
    font-size: 0.9em;
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }
}
.__table-style th {
  background: #efefef;
}
.__table-style td {
  background-color: #fff;
}

.js-scrollable .scroll-hint-icon {
  z-index: 2;
  height: 90px !important;
}

.__overview-table dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .__overview-table dl {
    display: block;
  }
}
.__overview-table dl dt {
  color: #278eb2;
  font-weight: 700;
  width: 12em;
  padding: 1.2em 0;
  border-bottom: solid 1px #e0e0e0;
}
@media screen and (max-width: 767px) {
  .__overview-table dl dt {
    font-size: 0.95em;
    width: 100%;
    border-bottom: none;
    padding-top: 1.6em;
    padding-bottom: 0.4em;
  }
}
.__overview-table dl dd {
  width: calc(100% - 12em);
  padding: 1.2em 0;
  border-bottom: solid 1px #e0e0e0;
}
@media screen and (max-width: 767px) {
  .__overview-table dl dd {
    font-size: 0.95em;
    width: 100%;
    padding-top: 0;
    padding-bottom: 1.6em;
  }
}
.__overview-table dl dd a {
  display: inline;
  font-size: 1em;
  transition: all 0.2s ease;
}
.__overview-table dl dd a:hover {
  opacity: 0.6;
}
.__overview-table dl:nth-of-type(1) dt, .__overview-table dl:nth-of-type(1) dd {
  padding-top: 0;
}

.__intro-content {
  background-image: url(../images/bg-noize.png);
  background-size: 6.25rem 6.25rem;
  background-repeat: repeat;
  box-shadow: 0px 0px 10px 0px rgba(80, 80, 80, 0.1);
  border-radius: 1.875rem;
  padding: 4em;
  padding-top: 4.8em;
}
@media screen and (max-width: 1199px) {
  .__intro-content {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .__intro-content {
    background-size: 7.5rem 7.5rem;
    border-radius: 2.8125rem;
    padding-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .__intro-content {
    padding: 3em 20px;
  }
}
.__intro-content .sec-ttl h3 span.__jp .__sub em {
  display: inline;
}
.__intro-content .flex-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 4em;
}
@media screen and (max-width: 1199px) {
  .__intro-content .flex-wrap {
    display: block;
  }
}
.__intro-content .flex-wrap .sec-txt {
  width: calc(100% - 45rem - 5rem);
  margin-top: 0;
}
@media screen and (max-width: 1199px) {
  .__intro-content .flex-wrap .sec-txt {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .__intro-content .flex-wrap .sec-img {
    margin-top: 2em;
  }
}
.__intro-content .flex-wrap .sec-img .img-wrap {
  width: 45rem;
}
@media screen and (max-width: 1199px) {
  .__intro-content .flex-wrap .sec-img .img-wrap {
    width: min(80%, 480px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .__intro-content .flex-wrap .sec-img .img-wrap {
    width: min(100%, 480px);
  }
}
.__intro-content .flex-wrap .sec-img .img-wrap .__imgstyle-inner {
  border-radius: 1.875rem;
  aspect-ratio: 5/3;
}
@media screen and (max-width: 991px) {
  .__intro-content .flex-wrap .sec-img .img-wrap .__imgstyle-inner {
    border-radius: 2.8125rem;
  }
}
.__intro-content .sec-txt {
  margin-top: 3em;
}

@media screen and (max-width: 767px) {
  .__link-btn-content {
    padding: 72px 0;
  }
}
.__link-btn-content .link-wrap a {
  overflow: clip;
  position: relative;
  z-index: 2;
  color: #fff;
  background: linear-gradient(90deg, #278eb2, #75d1c9);
  height: 100%;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  border-top-right-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0 1.875rem;
}
@media screen and (max-width: 1199px) {
  .__link-btn-content .link-wrap a {
    border-top-right-radius: 2.8125rem;
    border-bottom-left-radius: 2.8125rem;
  }
}
@media screen and (max-width: 991px) {
  .__link-btn-content .link-wrap a {
    padding: 0 1em;
  }
}
.__link-btn-content .link-wrap a::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #278eb2, #75d1c9);
  transform: scaleX(-1);
  opacity: 0;
  transition: all 0.48s ease;
}
.__link-btn-content .link-wrap a:hover::before {
  opacity: 1;
}
.__link-btn-content .link-wrap a .link-ttl h3 {
  display: inline-block;
  margin-top: -0.2em;
}
.__link-btn-content .link-wrap a .link-txt {
  padding-top: 3rem;
  padding-bottom: 5.25rem;
}
@media screen and (max-width: 1199px) {
  .__link-btn-content .link-wrap a .link-txt {
    padding-top: 2.4em;
    padding-bottom: 4.2em;
  }
}
@media screen and (max-width: 991px) {
  .__link-btn-content .link-wrap a .link-txt {
    padding-top: 1.2em;
    padding-bottom: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .__link-btn-content .link-wrap a .link-txt {
    padding-top: 2em;
    padding-bottom: 3em;
  }
}
.__link-btn-content .link-wrap a .link-txt .txt-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .__link-btn-content .link-wrap a .link-txt .txt-inner {
    height: 3.5em;
  }
}
.__link-btn-content .link-wrap a .link-txt p {
  font-size: 1.0625rem;
}
@media screen and (max-width: 1199px) {
  .__link-btn-content .link-wrap a .link-txt p {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 991px) {
  .__link-btn-content .link-wrap a .link-txt p {
    font-size: 1em;
  }
}

/* about-eabic.html
---------------------------------------------------- */
.sec-eabic01 .sec-inner .sec-ttl h3 span.__jp img.__logo {
  display: inline-block;
  width: 1.5em;
  margin-bottom: 0.2em;
  margin-right: 0.2em;
}
.sec-eabic01 .sec-inner .flex-wrap {
  align-items: flex-start;
}
.sec-eabic01 .sec-inner .flex-wrap .sec-txt {
  width: calc(100% - 31.875rem - 4em);
}
@media screen and (max-width: 1199px) {
  .sec-eabic01 .sec-inner .flex-wrap .sec-txt {
    width: 100%;
  }
}
.sec-eabic01 .sec-inner .flex-wrap .sec-img {
  width: 31.875rem;
  background-color: #fff;
  border: solid 1px #e0e0e0;
  padding: 0.4em;
}
@media screen and (max-width: 1199px) {
  .sec-eabic01 .sec-inner .flex-wrap .sec-img {
    width: min(80%, 480px);
    margin: 0 auto;
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-eabic01 .sec-inner .flex-wrap .sec-img {
    width: min(100%, 480px);
    margin-top: 3em;
  }
}
.sec-eabic01 .sec-inner .flex-wrap .sec-img img {
  width: 100%;
  height: auto;
}
.sec-eabic01 .sec-inner .flex-wrap .sec-img h4 {
  text-align: center;
  font-size: 0.9em;
  font-weight: 700;
  margin-top: 0.2em;
}

.sec-eabic03 .sec-inner .img-wrap .__imgstyle-inner img {
  -o-object-position: 60% 50%;
     object-position: 60% 50%;
}

@media screen and (max-width: 1199px) {
  .sec-eabic04 .sec-inner {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .sec-eabic04 .sec-inner .txt-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .sec-eabic04 .sec-inner .img-wrap {
    width: 100%;
    margin-top: 3em;
  }
}
@media screen and (max-width: 991px) {
  .sec-eabic04 .sec-inner .img-wrap {
    margin-top: 4em;
  }
}
@media screen and (max-width: 1199px) {
  .sec-eabic04 .sec-inner .img-wrap .__imgstyle-inner {
    aspect-ratio: 5/3;
  }
}

/* eabic-new.html
---------------------------------------------------- */
.sec-eabic-new02 .content-wrap {
  border-top: solid 1px #e0e0e0;
}
.sec-eabic-new02 .content-wrap:nth-of-type(1) {
  border-top: none;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-eabic-new02 .content-wrap:nth-of-type(1) {
    margin-top: 0;
  }
}
.sec-eabic-new02 .content-wrap:last-of-type {
  margin-bottom: 1em;
}
.sec-eabic-new02 .content-wrap .content-txt .txt-wrap p span.__label {
  font-size: 0.75em;
  line-height: 1em;
  padding: 0.1em 0.6em 0.2em;
  margin-left: 0.4em;
  border: solid 1px #303738;
}

.sec-eabic-new03 {
  padding-top: 6em;
}
@media screen and (max-width: 1199px) {
  .sec-eabic-new03 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-eabic-new03 {
    padding-top: 60px;
  }
}

.hidden-attention-txt p {
  font-weight: 700;
  border: solid 1px #303738;
  line-height: 1em;
  padding: 0.4em 0.6em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/* eabic-used.html
---------------------------------------------------- */
.sec-eabic-used02 .content-wrap {
  border-top: solid 1px #e0e0e0;
}
.sec-eabic-used02 .content-wrap:nth-of-type(1) {
  border-top: none;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-eabic-used02 .content-wrap:nth-of-type(1) {
    margin-top: 0;
  }
}
.sec-eabic-used02 .content-wrap:last-of-type {
  margin-bottom: 1em;
}
.sec-eabic-used02 .content-wrap .content-txt .txt-wrap p span.__label {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1em;
  padding: 0.2em 0.6em 0.3em;
  margin: 0 0.8em;
  border: solid 1px #303738;
}
@media screen and (max-width: 767px) {
  .sec-eabic-used02 .content-wrap .content-txt .txt-wrap p span.__label {
    margin-bottom: 1em;
  }
}
.sec-eabic-used02 .content-wrap .step-wrap {
  margin-top: 2em;
}
.sec-eabic-used02 .content-wrap .step-wrap ul .step-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  padding: 1.6em;
}
@media screen and (max-width: 1199px) {
  .sec-eabic-used02 .content-wrap .step-wrap ul .step-item {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-eabic-used02 .content-wrap .step-wrap ul .step-item {
    display: block;
    padding: 1em 20px 2em;
  }
}
.sec-eabic-used02 .content-wrap .step-wrap ul .step-item:last-of-type {
  margin-bottom: 0;
}
.sec-eabic-used02 .content-wrap .step-wrap ul .step-item .step-img {
  width: 10em;
}
@media screen and (max-width: 767px) {
  .sec-eabic-used02 .content-wrap .step-wrap ul .step-item .step-img {
    margin: 0 auto;
  }
}
.sec-eabic-used02 .content-wrap .step-wrap ul .step-item .step-img img {
  width: 100%;
  height: auto;
}
.sec-eabic-used02 .content-wrap .step-wrap ul .step-item .step-txt {
  width: calc(100% - 10em - 3em);
}
@media screen and (max-width: 767px) {
  .sec-eabic-used02 .content-wrap .step-wrap ul .step-item .step-txt {
    width: 100%;
    margin-top: 1em;
  }
}

.sec-eabic-used03 {
  padding-top: 6em;
}
@media screen and (max-width: 1199px) {
  .sec-eabic-used03 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-eabic-used03 {
    padding-top: 60px;
  }
}

/* about-tsmark.html
---------------------------------------------------- */
@media screen and (max-width: 1199px) {
  .sec-tsmark02 {
    padding-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .sec-tsmark02 {
    padding-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .sec-tsmark02 .content-wrap {
    margin-top: 1em;
  }
}
.sec-tsmark02 .content-wrap .content-txt .table-wrap {
  margin-top: 3em;
}
.sec-tsmark02 .content-wrap .content-txt .table-wrap .__table-style table td.__blue {
  color: #fff;
  background-color: #165ca4;
}
.sec-tsmark02 .content-wrap .content-txt .table-wrap .__table-style table td.__red {
  color: #fff;
  background-color: #b43b3b;
}
.sec-tsmark02 .content-wrap .content-txt .table-wrap .__table-style table td.__green {
  color: #fff;
  background-color: #2a9859;
}
.sec-tsmark02 .attention-wrap {
  padding: 3em;
}
@media screen and (max-width: 767px) {
  .sec-tsmark02 .attention-wrap {
    padding: 2em 20px;
  }
}
.sec-tsmark02 .attention-wrap h4 span.__jp {
  color: #a93333;
}
.sec-tsmark02 .attention-wrap h4 span.__jp i {
  font-size: 1.25em;
  margin-right: 0.2em;
}

/* faq.html
---------------------------------------------------- */
.sec-faq {
  border-top: solid 1px #e0e0e0;
}
.sec-faq .intro-content {
  margin-top: -1em;
}
.sec-faq .faq-content {
  margin-top: 4em;
}
.sec-faq .faq-content .faq-wrap {
  overflow: clip;
  box-shadow: 0px 0px 10px 0px rgba(80, 80, 80, 0.1);
  border-radius: 4px;
  border-top-right-radius: 1.875rem;
  margin-top: 2em;
}
@media screen and (max-width: 991px) {
  .sec-faq .faq-content .faq-wrap {
    border-top-right-radius: 2.8125rem;
  }
}
.sec-faq .faq-content .faq-wrap .faq-inner {
  display: flex;
  align-items: baseline;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .sec-faq .faq-content .faq-wrap .faq-inner {
    padding-left: 0;
    padding-bottom: 0.2em;
  }
}
.sec-faq .faq-content .faq-wrap .faq-inner span.__q, .sec-faq .faq-content .faq-wrap .faq-inner span.__a {
  font-size: 1.5em;
  margin-right: 0.6em;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec-faq .faq-content .faq-wrap .faq-inner span.__q, .sec-faq .faq-content .faq-wrap .faq-inner span.__a {
    font-size: 1.125em;
  }
}
.sec-faq .faq-content .faq-wrap .faq-inner span.__q {
  color: #278eb2;
}
.sec-faq .faq-content .faq-wrap .faq-inner span.__a {
  color: #a93333;
}
.sec-faq .faq-content .faq-wrap .faq-question {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em;
  background-color: #efefef;
}
@media screen and (max-width: 767px) {
  .sec-faq .faq-content .faq-wrap .faq-question {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.sec-faq .faq-content .faq-wrap .faq-question h4 {
  font-weight: 700;
}
.sec-faq .faq-content .faq-wrap .faq-question i {
  flex-shrink: 0;
  display: inline-block;
  font-size: 1.125em;
  padding: 0 1em;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .sec-faq .faq-content .faq-wrap .faq-question i {
    font-size: 1em;
    padding: 0;
  }
}
.sec-faq .faq-content .faq-wrap .faq-question.__open i {
  transform: rotate(135deg);
}
.sec-faq .faq-content .faq-wrap .faq-answer {
  display: none;
  background-color: #fff;
  padding: 1.6em 1em;
}
@media screen and (max-width: 767px) {
  .sec-faq .faq-content .faq-wrap .faq-answer {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* recruit.html
---------------------------------------------------- */
.sec-recruit01 .sec-inner.__intro-content {
  color: #fff;
  background-image: url(../images/bg-recruit.jpg);
  background-size: auto;
}
.sec-recruit01 .sec-inner.__intro-content .intro-wrap:nth-of-type(2) {
  margin-top: 6em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .sec-recruit01 .sec-inner.__intro-content .intro-wrap:nth-of-type(2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit01 .sec-inner.__intro-content .intro-wrap .sec-ttl h3 span.__jp {
    margin-top: 1em;
  }
}
.sec-recruit01 .sec-inner.__intro-content .intro-wrap .sec-ttl h3 span.__jp .__main {
  color: #fff;
  font-size: 2.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-recruit01 .sec-inner.__intro-content .intro-wrap .sec-ttl h3 span.__jp .__main {
    font-size: 2em;
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit01 .sec-inner.__intro-content .intro-wrap .sec-ttl h3 span.__jp .__main {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit01 .sec-inner.__intro-content .intro-wrap .sec-ttl h3 span.__jp .__main {
    font-size: min(6.2vw, 1.645em);
  }
}

.sec-recruit02 .sec-ttl {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .sec-recruit02 .sec-ttl {
    margin-bottom: 2em;
  }
}
.sec-recruit02 .sec-ttl .__metal {
  font-size: 7.5rem;
  line-height: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit02 .sec-ttl .__metal {
    font-size: 8.25rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit02 .sec-ttl .__metal {
    font-size: min(10vw, 60px);
  }
}
.sec-recruit02 .content-inner {
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .sec-recruit02 .content-inner {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .sec-recruit02 .content-inner .txt-wrap {
    width: 100%;
  }
}
.sec-recruit02 .content-inner .txt-wrap .job-ttl {
  width: 100%;
}
.sec-recruit02 .content-inner .txt-wrap .job-ttl h4 > span.__en {
  display: inline-block;
  color: #278eb2;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .sec-recruit02 .content-inner .txt-wrap .job-ttl h4 > span.__jp {
    margin-top: 0;
  }
}
.sec-recruit02 .content-inner .txt-wrap .job-ttl h4 > span.__jp .__main {
  display: inline-block;
  line-height: 1.3em;
  margin-top: 0.4em;
}
.sec-recruit02 .content-inner .txt-wrap .job-ttl h4 > span.__jp .__small {
  font-size: 0.75em;
}
.sec-recruit02 .content-inner .txt-wrap .recommend-wrap {
  margin-top: 2em;
  padding-top: 2em;
  border-top: solid 1px #ccc;
}
.sec-recruit02 .content-inner .txt-wrap .recommend-wrap h5 {
  font-weight: 700;
  margin-bottom: 0.6em;
}
.sec-recruit02 .content-inner .txt-wrap .recommend-wrap h5 i {
  color: #a93333;
  font-size: 1.25em;
  margin-right: 0.2em;
}
.sec-recruit02 .content-inner .txt-wrap .recommend-wrap .recommend-list {
  display: flex;
  flex-wrap: wrap;
}
.sec-recruit02 .content-inner .txt-wrap .recommend-wrap .recommend-list li {
  color: #fff;
  background-color: #a93333;
  font-size: 0.9em;
  font-weight: 700;
  padding: 0.2em 1em;
  border-radius: 50vh;
  margin-right: 0.4em;
  margin-top: 0.4em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit02 .content-inner .img-wrap {
    width: min(100%, 480px);
    aspect-ratio: 5/3;
    margin: 0 auto;
    margin-top: 4em;
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit02 .content-inner .img-wrap {
    margin-top: 3em;
  }
}
.sec-recruit02 .detail-content {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(80, 80, 80, 0.1);
  border-radius: 4px;
  border-top-right-radius: 1.875rem;
  padding: 4em;
  margin-top: 4em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit02 .detail-content {
    width: 100%;
    padding: 3em;
    margin-top: 3em;
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit02 .detail-content {
    border-top-right-radius: 2.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit02 .detail-content {
    padding: 2em 20px;
  }
}
.sec-recruit02 .detail-content .detail-ttl {
  margin-top: 3em;
}
.sec-recruit02 .detail-content .detail-ttl:nth-of-type(1) {
  margin-top: 0;
}
.sec-recruit02 .detail-content .detail-ttl h5 {
  color: #278eb2;
  font-size: 1.125em;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .sec-recruit02 .detail-content .detail-ttl h5 {
    font-size: 1em;
  }
}
.sec-recruit02 .detail-content .detail-txt {
  font-weight: 400;
  border-left: solid 2px #e0e0e0;
}
.sec-recruit02 .detail-content .detail-txt .txt-wrap {
  font-size: 0.95em;
  padding-left: 1em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-recruit02 .detail-content .detail-txt .txt-wrap {
    font-size: 0.9em;
  }
}
.sec-recruit02 .detail-content .detail-txt .txt-wrap p {
  font-size: 1em;
}
.sec-recruit02 .detail-content .detail-txt .txt-wrap li {
  font-size: 0.9em;
}
.sec-recruit02 .__link-btn-content {
  padding-top: 4.8em;
}

/* company.html
---------------------------------------------------- */
.sec-company01 .sec-inner .sec-ttl {
  color: #a93333;
}
@media screen and (max-width: 767px) {
  .sec-company01 .sec-inner .sec-ttl {
    margin-top: -0.2em;
  }
}
.sec-company01 .sec-inner .sec-content .sec-catch p {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .sec-company01 .sec-inner .sec-content .sec-catch p {
    margin-top: -0.6em;
  }
}
.sec-company01 .sec-inner .sec-content .sec-catch p em {
  color: #278eb2;
}
.sec-company01 .sec-inner .sec-content .sec-txt {
  margin-top: 1em;
}
.sec-company01 .sec-inner .sec-content .sec-txt p.__name {
  text-align: end;
  margin-top: 4em;
}
.sec-company01 .sec-inner .sec-content .sec-txt p.__name em {
  font-size: 1.25em;
  font-weight: 700;
}

.sec-company02 .sec-content {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .sec-company02 .sec-content {
    margin-top: 2em;
  }
}

/* legal-notice.html
---------------------------------------------------- */
.sec-notice {
  border-top: solid 1px #e0e0e0;
}
.sec-notice .sec-content {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .sec-notice .sec-content {
    margin-top: -1em;
  }
}
.sec-notice .sec-content dt {
  width: 16em;
}
@media screen and (max-width: 767px) {
  .sec-notice .sec-content dt {
    width: 100%;
  }
}
.sec-notice .sec-content dd {
  width: calc(100% - 16em);
}
@media screen and (max-width: 767px) {
  .sec-notice .sec-content dd {
    width: 100%;
  }
}/*# sourceMappingURL=sub.css.map */