<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* recruit.css
---------------------------------- */
.content_area_s &gt; h2 {
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 2.2rem;
  background-color: var(--main-color);
  color: #fff;
  margin-top: 50px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 45px;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .content_area_s &gt; h2 {
    width: 100%;
    height: auto;
    line-height: 1.6;
    font-size: 2rem;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 45px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}
.content_area_s &gt; h2::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 10px;
  margin: auto;
}
.content_area_s &gt; h2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 11px;
  border-color: transparent transparent transparent var(--main-color);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
}
.content_area_s &gt; h2.attention .f-red {
  background-color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin-left: 15px;
  border-radius: 999px;
  line-height: 1;
  font-size: 18px;
}

@media all and (max-width: 768px) {
  .content_area_s &gt; h2.attention .f-red {
    position: absolute;
    top: 0;
    right: 5px;
    margin: auto;
    bottom: 0;
    font-size: 16px;
    height: fit-content;
  }
}
.content_area_s &gt; h2.attention::after {
  border-color: transparent transparent transparent #c83030 !important;
}

.content_area_s &gt; h2.attention span {
  padding-left: 10px;
}

.pink {
  background-color: #ea6188 !important;
}
.content_area_s &gt; h2.pink::after {
  border-color: transparent transparent transparent #ea6188 !important;
}
.yellow {
  background-color: #f39800 !important;
}
.content_area_s &gt; h2.yellow::after {
  border-color: transparent transparent transparent #f39800 !important;
}
.green {
  background-color: #8fc31f !important;
}
.content_area_s &gt; h2.green::after {
  border-color: transparent transparent transparent #8fc31f !important;
}
.purple {
  background-color: #b963a4 !important;
}
.content_area_s &gt; h2.purple::after {
  border-color: transparent transparent transparent #b963a4 !important;
}
.blue {
  background-color: #3b82c5 !important;
}
.content_area_s &gt; h2.blue::after {
  border-color: transparent transparent transparent #3b82c5 !important;
}
.japan {
  background-color: var(--class-japanese) !important;
}
.content_area_s &gt; h2.japan::after {
  border-color: transparent transparent transparent var(--class-japanese) !important;
}
.pre_japan {
  background-color: #64b6c8 !important;
}
.content_area_s &gt; h2.pre_japan::after {
  border-color: transparent transparent transparent #64b6c8 !important;
}

.d_blue {
  background-color: #1e2670 !important;
}
.content_area_s &gt; h2.d_blue::after {
  border-color: transparent transparent transparent #1e2670 !important;
}

.content_area_s &gt; h3 {
  font-size: 2.2rem;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 0 26px;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  border-bottom: 1px dotted #333333;
}
@media all and (max-width: 767px) {
  .content_area_s &gt; h3 {
    font-size: 2rem;
  }
}
.content_area_s &gt; h3 span {
  font-size: 1.4rem;
  font-weight: normal;
  display: inline-block;
}
.content_area_s &gt; h3:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent var(--main-color);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.lead {
  width: 100%;
  padding: 12px 0 8px;
  margin: 0 0 30px 0;
  text-align: center;
  font-size: 2.5rem;
  background-color: #fce3e3;
  color: #c83030;
  font-weight: bold;
  line-height: 1.4;
}
@media all and (max-width: 767px) {
  .lead {
    font-size: 2.2rem;
  }
}

.content_area_s table {
  width: 100%;
  border-collapse: separate;
  border: none;
}

.content_area_s table th {
  text-align: center;
  background-color: #ccc;
  border: 1px solid #fff;
  padding: 10px 0;
  vertical-align: middle;
  box-sizing: border-box;
}

.content_area_s table td {
  background-color: #eff6fa;
  border: 1px solid #fff;
  padding: 10px;
  vertical-align: top;
  box-sizing: border-box;
}

@media all and (max-width: 767px) {
  .content_area_s table {
    width: 100%;
    order: 2;
  }

  .content_area_s table th {
    width: 100%;
    display: block;
    font-size: 1.6rem;
  }

  .content_area_s table td {
    width: 100%;
    display: block;
    font-size: 1.4rem;
  }
}
.recruit_set {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
.recruit_set &gt; li {
  width: 48%;
  margin: 0 0 0 0;
  padding: 0;
  line-height: 1.5;
  position: relative;
}
@media all and (max-width: 767px) {
  .recruit_set &gt; li {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.5;
    position: relative;
  }
}
.recruit_btn a {
  background: url(../img/recruit/recruit_bg_01.png) no-repeat;
  background-position: right center;
  background-size: auto 100%;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #333;
  font-weight: bold;
  background-color: #b9e4f7;
  position: relative;
  line-height: 53px;
  padding: 0 0 0 0;
  box-sizing: border-box;
}
.recruit_btn a:hover {
  background: url(../img/recruit/recruit_bg_02.png) no-repeat;
  color: #333;
  background-color: #efefef;
  background-position: right center;
  background-size: auto 100%;
  transition-property: all;
  transition: 0s linear;
}

.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.fs12 {
  font-size: 1.2rem;
}
.ib {
  display: inline-block;
}
.clr01 {
  color: #c83030;
}
</pre></body></html>