<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* education Sass */
#wrapper {
  overflow-x: hidden;
}
#wrapper main #main {
  width: 1200px;
  height: 508px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../../img/career/img_career_main_pc.jpg);
  position: relative;
  padding-top: 220px;
}
#wrapper main #main h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  text-align: center;
  color: #fff;
  line-height: 1;
}
#wrapper main #contents .inner {
  width: 1200px;
  margin: 0 auto;
}
#wrapper main #contents .inner .lead {
  text-align: center;
  padding: 54px 0 80px 0;
}
#wrapper main #contents .inner .lead p {
  font-family: "Noto Serif JP", serif;
  font-size: 27px;
  line-height: 2;
  margin-top: 50px;
  letter-spacing: 4px;
}
#wrapper main #contents .inner .tab-area {
  width: 100%;
  border-bottom: 1px solid #005bac;
}
#wrapper main #contents .inner .tab-area ul {
  width: 812px;
  margin: 0 auto;
}
#wrapper main #contents .inner .tab-area ul li {
  width: 350px;
  position: relative;
  border: 1px solid #005bac;
  border-bottom: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #fff;
  height: 45px;
  display: flex;
  align-items: center;
}
#wrapper main #contents .inner .tab-area ul li p {
  width: 100%;
  text-align: center;
  font-family: TelopMinPro-D;
  font-size: 24px;
  line-height: 1;
  color: #005bac;
}
#wrapper main #contents .inner .tab-area ul li:nth-of-type(1) {
  float: left;
}
#wrapper main #contents .inner .tab-area ul li:nth-of-type(2) {
  float: right;
}
#wrapper main #contents .inner .tab-area ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #005bac;
  border-right: 2px solid #005bac;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -3px;
  right: 10px;
}
#wrapper main #contents .inner .tab-area ul li.select {
  background-color: #005bac;
}
#wrapper main #contents .inner .tab-area ul li.select p {
  color: #fff;
}
#wrapper main #contents .inner .tab-area ul li.select p .d-none {
  display: none;
}
#wrapper main #contents .inner .tab-area ul li.select:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #005bac transparent transparent transparent;
  left: 50%;
  margin-left: -12px;
  top: 100%;
}
#wrapper main #contents .inner .tab-area ul li:hover {
  background-color: #005bac;
}
#wrapper main #contents .inner .tab-area ul li:hover p {
  color: #fff;
}
#wrapper main #contents .inner .tab-content-area {
  margin-top: 105px;
  padding-bottom: 60px;
}
#wrapper main #contents .inner .tab-content-area ul li.hide {
  display: none;
}
#wrapper main #contents .inner .tab-content-area ul li .box-wrap {
  width: 1024px;
  margin: 0 auto;
  padding-bottom: 90px;
  border-bottom: 1px solid #f2f2f2;
}
#wrapper main #contents .inner .tab-content-area ul li .box-wrap:not(:nth-of-type(1)) {
  margin-top: 65px;
}
#wrapper main #contents .inner .tab-content-area ul li .box-wrap:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#wrapper main #contents .inner .tab-content-area ul li .box-wrap .left {
  float: left;
  width: 680px;
}
#wrapper main #contents .inner .tab-content-area ul li .box-wrap .text h3 {
  display: inline;
  color: #005bac;
  font-size: 23px;
  font-family: TelopMinPro-D;
  border-bottom: 2px solid #005bac;
  padding-bottom: 5px;
  line-height: 1.6;
}
#wrapper main #contents .inner .tab-content-area ul li .box-wrap .text h3 span {
  letter-spacing: -0.3em;
}
#wrapper main #contents .inner .tab-content-area ul li .box-wrap .text p {
  font-size: 14px;
  line-height: 2.2;
  margin-top: 35px;
}
#wrapper main #contents .inner .tab-content-area ul li .box-wrap .text p span {
  font-size: 12px;
}
#wrapper main #contents .inner .tab-content-area ul li .box-wrap .right {
  float: right;
  width: 296px;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow {
  width: 100%;
  margin-bottom: -110px;
  padding: 65px 0 80px;
  position: relative;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -50vw;
  z-index: -1;
  width: 200vw;
  height: 100%;
  background: #e0ebf5;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner {
  width: 1020px;
  margin: 0 auto;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--ttl {
  width: 100%;
  height: 56px;
  background: #005bab;
  color: #fff;
  text-align: center;
  font-size: 26px;
  line-height: 56px;
  font-family: TelopMinPro-D;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main {
  width: 100%;
  margin-top: 38px;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block {
  width: 100%;
  background: #fff;
  padding: 44px 50px 50px;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block:not(:first-of-type) {
  margin-top: 38px;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block--logo {
  margin: 0 auto;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block--logo img {
  width: 100%;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block--logo.logo01 {
  width: 309px;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block--logo.logo02 {
  width: 285px;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block--ttl {
  margin-top: 33px;
  width: 100%;
  height: 50px;
  border-top: 1px solid #005bab;
  border-bottom: 1px solid #005bab;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  font-family: TelopMinPro-D;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block--contents {
  margin-top: 32px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block--contents--sche {
  width: 670px;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block--contents--sche .sche-box {
  width: 100%;
  padding: 16px 0;
  display: flex;
  align-items: center;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block--contents--sche .sche-box:not(:first-of-type) {
  border-top: 1px solid #d6e5f2;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block--contents--sche .sche-box--time {
  width: 172px;
  display: flex;
  align-items: center;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block--contents--sche .sche-box--time figure {
  width: 46px;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block--contents--sche .sche-box--time figure img {
  width: 100%;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block--contents--sche .sche-box--time p {
  width: 116px;
  margin-left: 10px;
  color: #005bab;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block--contents--sche .sche-box--txt {
  width: calc(100% - 155px);
  margin-left: 18px;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block--contents--sche .sche-box--txt--main {
  width: 100%;
  font-size: 15px;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block--contents--sche .sche-box--txt.flex {
  display: flex;
  align-items: center;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block--contents--sche .sche-box--txt.flex .sche-box--txt--main {
  white-space: nowrap;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block--contents--sche .sche-box--txt.flex .sche-box--txt--main.main01 {
  width: 128px;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block--contents--sche .sche-box--txt.flex .sche-box--txt--main.main02 {
  width: 173px;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block--contents--sche .sche-box--txt.flex .sche-box--txt--sub {
  margin-left: 25px;
  font-size: 13px;
  letter-spacing: -0.02em;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block--contents--sche .sche-box--txt.flex .sche-box--txt--sub.sub01 {
  width: calc(100% - 162px);
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block--contents--sche .sche-box--txt.flex .sche-box--txt--sub.sub02 {
  width: calc(100% - 198px);
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block--contents--imgs {
  width: 227px;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block--contents--imgs figure {
  width: 100%;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block--contents--imgs figure img {
  width: 100%;
}
#wrapper main #contents .inner .tab-content-area ul li .work-flow--inner--main--block--contents--imgs figure:not(:first-of-type) {
  margin-top: 24px;
}
#wrapper main #contents .inner .tab-content-area ul li .career-box {
  width: 845px;
  margin: 0 auto;
}
#wrapper main #contents .inner .tab-content-area ul li .career-box h3 {
  font-size: 22px;
  color: #005bac;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
#wrapper main #contents .inner .tab-content-area ul li .career-box p {
  font-size: 14px;
  line-height: 2.2;
  margin-top: 55px;
}
#wrapper main #contents .inner .tab-content-area ul li .career-box .image {
  margin-top: 70px;
}
#wrapper main #contents .inner .tab-content-area ul li .career-case {
  width: 100%;
  margin-top: 86px;
  margin-bottom: -110px;
  padding: 60px 0 80px;
  position: relative;
}
#wrapper main #contents .inner .tab-content-area ul li .career-case::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -50vw;
  z-index: -1;
  width: 200vw;
  height: 100%;
  background: #e0ebf5;
}
#wrapper main #contents .inner .tab-content-area ul li .career-case--inner {
  width: 100%;
  margin: 0 auto;
}
#wrapper main #contents .inner .tab-content-area ul li .career-case--inner--ttl {
  width: 100%;
  height: 56px;
  background: #005bab;
  color: #fff;
  text-align: center;
  font-size: 26px;
  line-height: 56px;
  font-family: TelopMinPro-D;
}
#wrapper main #contents .inner .tab-content-area ul li .career-case--inner--main {
  width: 100%;
  margin-top: 38px;
}
#wrapper main #contents .inner .tab-content-area ul li .career-case--inner--main--block {
  width: 100%;
  background: #fff;
  padding: 6px;
}
#wrapper main #contents .inner .tab-content-area ul li .career-case--inner--main--block:not(:first-of-type) {
  margin-top: 38px;
}
#wrapper main #contents .inner .tab-content-area ul li .career-case--inner--main--block--c {
  width: 100%;
  border: 1px solid #005bab;
}
#wrapper main #contents .inner .tab-content-area ul li .career-case--inner--main--block--c--ttl {
  width: 100%;
  height: 54px;
  text-align: center;
  font-family: TelopMinPro-D;
  background: #9ed8f6;
  font-size: 24px;
  line-height: 54px;
}
#wrapper main #contents .inner .tab-content-area ul li .career-case--inner--main--block--c--contents {
  width: 100%;
  padding: 32px 3% 34px 0;
  display: flex;
  align-items: center;
}
#wrapper main #contents .inner .tab-content-area ul li .career-case--inner--main--block--c--contents--icon {
  width: 30%;
}
#wrapper main #contents .inner .tab-content-area ul li .career-case--inner--main--block--c--contents--icon figure {
  max-width: 164px;
  margin: 0 auto;
}
#wrapper main #contents .inner .tab-content-area ul li .career-case--inner--main--block--c--contents--icon figure img {
  width: 100%;
}
#wrapper main #contents .inner .tab-content-area ul li .career-case--inner--main--block--c--contents--txt {
  width: 70%;
}
#wrapper main #contents .inner .tab-content-area ul li .career-case--inner--main--block--c--contents--txt--box {
  width: 100%;
  display: flex;
  align-items: center;
}
#wrapper main #contents .inner .tab-content-area ul li .career-case--inner--main--block--c--contents--txt--box:not(:first-of-type) {
  margin-top: 40px;
}
#wrapper main #contents .inner .tab-content-area ul li .career-case--inner--main--block--c--contents--txt--box--left {
  width: 105px;
  position: relative;
}
#wrapper main #contents .inner .tab-content-area ul li .career-case--inner--main--block--c--contents--txt--box--left p {
  width: 100%;
  text-align: center;
  color: #005bab;
  font-size: 18px;
  letter-spacing: 0.025;
  line-height: 36px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
#wrapper main #contents .inner .tab-content-area ul li .career-case--inner--main--block--c--contents--txt--box--left::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  background: url(../../img/career/img_career_icon01.png) no-repeat center/contain;
}
#wrapper main #contents .inner .tab-content-area ul li .career-case--inner--main--block--c--contents--txt--box--right {
  width: calc(100% - 125px);
  margin-left: 20px;
}
#wrapper main #contents .inner .tab-content-area ul li .career-case--inner--main--block--c--contents--txt--box--right p {
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
}

/*# sourceMappingURL=career.css.map */
</pre></body></html>