<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.mv.submv {
  background: url("../images/recruit/about/mv.png") no-repeat center;
  background-size: cover;
}

.mv.submv::before {
  background: rgba(255, 255, 255, .63);
}

.mv.submv .mv-inner {
  padding-top: 50px;
  position: relative;
}
.mv.submv .mv-inner h1 {
  margin: 0;
  padding-top: 0.25em;
}
.mv.submv .mv-inner h1 span {
  margin-top: 1em;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #0C335A;
}

h2 span.title {
  text-align: center;
  line-height: 1.5;
}

.recruit_about-head ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit_about-head ul li {
  width: 100%;
  max-width: 174px;
  height: 47px;
  margin: 0 5px;
}
.recruit_about-head ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: 1px solid #0C335A;
  color: #0C335A;
  background: #fff;
  font-size: 15px;
  border-radius: 4px;
}
.recruit_about-head ul li a:hover {
  background: #0C335A;
  color: #fff;
  opacity: 1;
}

.sec1 {
  padding-bottom: 60px;
  margin-bottom: 40px;
  position: relative;
  overflow-x: hidden;
}
.sec1::before {
  content: "";
  background: url(../images/recruit/about/sec1_bg.png) center bottom no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0 auto;
  bottom: 0;
  display: block;
  width: 1247px;
  height: 726px;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  z-index: -1;
}
.sec1 .desc {
  text-align: center;
}
.sec1 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 5em;
}
.sec1 .box .ttl {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 1em;
}
.sec1 .box .txt {
  width: 480px;
}
.sec1 .box .img {
  width: 710px;
  margin-left: -140px;
}
.sec1 .box2 {
  padding: 5em 5em 0 5em;
}
.sec1 .box2 .ttl {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 1em;
}

.sec2 .flow {
  padding: 20px 0 0 0;
}
.sec2 .flow li {
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4em;
}
.sec2 .flow li .img {
  width: 505px;
}
.sec2 .flow li .txt {
  width: 593px;
  padding: 0 3.5em 0 3em;
}
.sec2 .flow li .txt .num {
  text-align: center;
  font-family: "Aaux Next Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #9B8C3B;
}
.sec2 .flow li .txt .num span {
  font-size: 28px;
  padding-left: 0.25em;
}
.sec2 .flow li .txt .ttl3 {
  font-size: 20px;
  font-weight: bold;
  color: #0C335A;
  margin-top: 0.25em;
  line-height: 1.75;
  padding-bottom: 0.5em;
}
.sec2 .flow li:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec2 .flow li:nth-of-type(odd)::before {
  left: 0;
}
.sec2 .flow li::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  display: block;
  width: calc(100vw - 505px - 50vw + 549px);
  height: 100%;
  background-color: rgba(233, 239, 248, .8);
  z-index: -1;
}
.sec2 .flow li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -2.5em;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 21.5px 0 21.5px;
  border-color: #0C335A transparent transparent transparent;
}
.sec2 .flow li:last-of-type::after {
  display: none;
}
/*移管*/
#recruit-ft-primary {
  background: #0C335A;
  padding: 50px 0;
}
#recruit-ft-primary ul li:nth-child(1) {
  margin-right: 21px;
}

#recruit-ft-secondary {
  background: #0C335A;
  border-top: 1px solid #fff;
  padding-bottom: 75px;
  padding-top: 0;
}
#recruit-ft-secondary h2 {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  padding: 35px 0;
  margin-bottom: 0;
}
#recruit-ft-secondary ul {
  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;
}
#recruit-ft-secondary ul li {
  width: 100%;
  max-width: 444px;
}
#recruit-ft-secondary ul li:nth-child(1) {
  margin-right: 30px;
}
#recruit-ft-secondary ul li:nth-child(1) a {
  height: 114px;
  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;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#recruit-ft-secondary ul li:nth-child(1) a::before {
  content: url("../images/recruit/mail-icon.svg");
  margin-right: 17px;
  font-size: 0px;
}
#recruit-ft-secondary ul li:nth-child(1) a:hover {
  opacity: inherit;
  background: #fff;
  color: #0C335A;
}
#recruit-ft-secondary ul li:nth-child(1) a:hover::before {
  content: url("../images/recruit/mail-icon-on.svg");
}
#recruit-ft-secondary ul li:nth-child(2) {
  height: 114px;
  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;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  padding: 28px 0 18px;
  color: #fff;
}
#recruit-ft-secondary ul li:nth-child(2) a {
  font-size: 34px;
  position: relative;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
#recruit-ft-secondary ul li:nth-child(2) a::before {
  content: url("../images/recruit/tel-icon.svg");
  margin-right: 17px;
  position: absolute;
  left: 0;
}
#recruit-ft-secondary ul li:nth-child(2) a span {
  font-size: 14px;
}

.h-contact.recruit, .rec-link {
  background: #E9EFF8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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-left: 25px;
}

.rec-link {
  padding: 16px;
  position: relative;
}
.rec-link::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background: #BFC2C8;
}
@media (min-width: 1348px) {
  .sec1::before {
    content: "";
    background: url(../images/recruit/about/sec1_bg.png) center bottom no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: 0 auto;
    bottom: 0;
    display: block;
    width: calc(50vw + 624px);
    height: 726px;
    -webkit-transform: translate(calc(50vw - 624px), 0);
            transform: translate(calc(50vw - 624px), 0);
    z-index: -1;
  }
}
@media screen and (min-width:993px) and (max-width:1024px){
  .sec1 .box .img{
    width: 50%;
    margin-left: -140px;
  }
  .sec1 .box .txt {
    flex: 1;
    padding-left: 30px;
}
}
@media (max-width: 992px) {
  .mv.submv {
    margin-bottom: 0;
  }
  .mv.submv .mv-inner {
    padding-top: 0;
  }
  .mv.submv .mv-inner h1 {
    padding-top: 0.5em;
  }
  .mv.submv .mv-inner h1 span {
    font-size: 14px;
    font-weight: bold;
    color: #0C335A;
    margin-top: 0.5em;
  }
  .sec1 {
    background: url(../images/recruit/about/sec1_bg.png) center bottom no-repeat;
    background-size: cover;
  }
  .sec1::before {
    display: none;
  }
  .sec1 .box, .sec1 .box2 {
    display: block;
    padding: 20px;
    margin-top: 2em;
  }
  .sec1 .box .img, .sec1 .box2 .img {
    margin: 0;
    width: 100%;
  }
  .sec1 .box .txt, .sec1 .box2 .txt {
    width: 100%;
  }
  .sec1 .box .txt .ttl, .sec1 .box2 .txt .ttl {
    margin-top: 1.5em;
    margin-bottom: 0;
  }
  .sec2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sec2 .flow {
    padding-top: 0;
  }
  .sec2 .flow li {
    display: block;
  }
  .sec2 .flow li:nth-of-type(odd) .txt::before {
    left: 0;
  }
  .sec2 .flow li .img {
    width: 100%;
  }
  .sec2 .flow li .txt {
    width: 100%;
    position: relative;
    padding: 15px;
  }
  .sec2 .flow li .txt::before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(233, 239, 248, .8);
    z-index: -1;
  }
}
@media screen and (max-width: 992px) {
  #recruit-ft-primary ul li {
    text-align: center;
  }
  #recruit-ft-secondary ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #recruit-ft-secondary ul li:nth-child(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  #recruit-ft-secondary ul li:nth-child(2) a {
    pointer-events: none;
  }
 
}
@media screen and (max-width:767px) {
  #recruit-ft-primary ul li:nth-child(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:600px) {
  .sec1 .desc {
    text-align: left;
	  padding: 0 20px;
  }
	.sec1 .desc br{
		display: none;
	}
}
/*# sourceMappingURL=maps/recruit_about.css.map */
</pre></body></html>