@charset "UTF-8";
/* ==========================================================================
	SCSS Extend & Mixin
========================================================================== */
footer .copyright, footer .link, .job nav .tab .sign, .job nav .tab button, .spBar .menu a, .joblist .btn_more, .firm .intro .btn_more {
  display: flex;
  justify-content: center;
  align-items: center;
}

.spBar.icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.job nav {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.frame .jobSwiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.job h2, .brand h2 {
  margin-bottom: 40px;
  font-size: 45px;
  color: #4552cb;
  font-weight: 500;
  text-align: center;
}

.joblist .btn_more, .firm .intro .btn_more {
  display: inline;
  padding: 0 25px;
  font-size: 16px;
  color: #ffffff;
  background-color: #4552cb;
  border-radius: 15px;
}
.joblist .btn_more:hover, .firm .intro .btn_more:hover {
  background-color: #987cff;
}

/* ==========================================================================
	白色Bar
========================================================================== */
.spBar {
  position: fixed;
  top: 30px;
  z-index: 998;
  padding-left: 25px;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.spBar .iconName {
  display: flex;
  padding-bottom: 2px;
  align-items: center;
}
.spBar .iconName img {
  margin-right: 5px;
  width: 32px;
}
.spBar .iconName p {
  font-size: 24px;
  color: #4552cb;
  font-weight: 500;
}
.spBar .menu {
  float: right;
  display: flex;
  height: 100%;
}
.spBar .menu a {
  padding: 0 30px;
  height: 100%;
  font-size: 18px;
  color: #333333;
}
.spBar .menu a:hover, .spBar .menu a.menu_focus {
  color: #007de9;
}

/* ==========================================================================
	Wrap
========================================================================== */
a, a > *, a svg path, button, img {
  display: inline-table;
  transition: 0.3s;
}

.wrap {
  padding-top: 90px;
  color: #333333;
  background-color: rgb(251, 249, 239);
}
.wrap header {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  background-image: url("../img/header.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrap header h1 {
  font-size: 0;
}
.wrap main {
  background-color: rgb(251, 249, 239);
  background-image: linear-gradient(to bottom, rgb(251, 249, 239) 0%, rgba(251, 249, 239, 0) 150px, rgba(251, 249, 239, 0) calc(100% - 150px), rgb(251, 249, 239) 100%), linear-gradient(to left, rgba(251, 249, 239, 0) 0%, rgb(251, 249, 239) 48%, rgb(251, 249, 239) 52%, rgba(251, 249, 239, 0) 100%), url("../img/bg_cover.png");
  background-position: center top;
  background-repeat: no-repeat, no-repeat, repeat;
}
.wrap .content {
  margin: 0 auto 40px;
  max-width: 950px;
}

.brand {
  position: relative;
  margin-bottom: 100px;
}
.brand .brandSwiper {
  padding: 15px 0 30px;
  background-color: #ffffff;
  border: 5px #4552cb solid;
  border-radius: 12px;
  overflow: hidden;
}
.brand .brandSwiper .swiper-slide {
  width: 20%;
  min-height: auto;
}
.brand .brandSwiper .swiper-slide a, .brand .brandSwiper .swiper-slide a:hover, .brand .brandSwiper .swiper-slide a:active, .brand .brandSwiper .swiper-slide a:focus {
  color: #333333;
}
.brand .brandSwiper .swiper-slide img {
  width: 100%;
}
.brand .brandSwiper .swiper-slide p {
  width: 100%;
  font-size: 17px;
  text-align: center;
}
.brand .brand-pagination {
  bottom: -35px;
}
.brand .brand-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  width: 15px;
  height: 15px;
  opacity: 1;
  background-color: transparent;
  border: 2px #4552cb solid;
}
.brand .brand-pagination .swiper-pagination-bullet-active {
  background-color: #4552cb;
}

.job nav {
  flex-wrap: wrap;
}
.job nav .tab {
  position: relative;
  width: calc((100% - 20px) / 6);
  margin-bottom: -8px;
  transition: 0.2s;
}
.job nav .tab button {
  position: relative;
  padding: 3px 0 8px;
  width: 100%;
  height: 70px;
  font-size: 24px;
  color: #ffffff;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background-color: #4552cb;
  background-image: linear-gradient(to bottom, #4552cb 0%, #478edd 100%);
  transition: 0.2s;
}
.job nav .tab button span {
  z-index: 2;
}
.job nav .tab button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #4552cb;
  background-image: linear-gradient(to bottom, #252b66 0%, #4552cb 100%);
  transition: 0.2s;
}
.job nav .tab button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #2093f5;
  transition: 0.2s;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.job nav .tab .sign {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 1px 20px 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  font-size: 16px;
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  background-color: #f52077;
  border-radius: 13px;
  cursor: pointer;
}
.job nav .tab .sign:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 7px;
  background-color: #f52077;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.job nav .tab:hover, .job nav .tab.focus {
  margin-bottom: 0;
}
.job nav .tab:hover button, .job nav .tab.focus button {
  color: #ffff00;
}
.job nav .tab:hover button:before, .job nav .tab.focus button:before {
  opacity: 1;
}
.job nav .tab:hover button:after, .job nav .tab.focus button:after {
  background-color: #7a87ff;
}

.frame {
  position: relative;
  padding: 45px;
  background-color: #ffffff;
  border: 5px #4552cb solid;
  border-radius: 0 0 12px 12px;
}
.frame .jobSwiper {
  overflow: hidden;
}
.frame section {
  margin-bottom: 40px;
  width: 48%;
}

.firm {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  border: 10px solid #7eb3f4;
}
.firm .cpBox {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
  padding: 5px;
  background-color: #f5fbff;
  border: 3px solid #4552cb;
}
.firm .cpSwiper,
.firm .cpimg {
  width: 100%;
  overflow: hidden;
}
.firm .cpSwiper .swiper-slide,
.firm .cpimg .swiper-slide {
  overflow: hidden;
}
.firm .cpSwiper .swiper-slide img,
.firm .cpimg .swiper-slide img {
  width: 100%;
}
.firm .intro {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 1;
  padding: 20px 15px 15px;
}
.firm .intro .cpName {
  padding-bottom: 8px;
  width: 100%;
  font-size: 23px;
  color: #4552cb;
  line-height: 1.3;
  font-weight: 500;
  border-bottom: 1px solid #d4d4de;
}
.firm .intro p {
  margin: 15px 0;
  font-size: 16px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  box-orient: vertical;
  line-clamp: 5;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: justify;
  word-break: break-all;
}
.firm .intro a {
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
}
.firm .intro .btn_more {
  height: 28px;
  font-family: Arial, Helvetica, sans-serif;
}

.joblist {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.joblist h4 {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 7px;
  font-size: 23px;
  color: #4552cb;
  border-left: 7px solid #41c8fa;
}
.joblist .list {
  width: 100%;
  border: 1px solid #bfc6e3;
}
.joblist .list a {
  padding: 10px 15px 14px;
  width: 100%;
  background-image: linear-gradient(to right, #4552cb 0%, #4552cb 50%, #ffffff 50%, #ffffff 100%);
  background-position: 100% 0;
  background-size: 200% 100%;
  border-bottom: 1px solid #bfc6e3;
}
.joblist .list a:last-child {
  border-bottom-width: 0;
}
.joblist .list a span {
  width: 100%;
}
.joblist .list a .jobName {
  margin-bottom: 4px;
  font-size: 18px;
  color: #4552cb;
  line-height: 1.3;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  box-orient: vertical;
  line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.joblist .list a .area {
  font-size: 15px;
  color: #333333;
}
.joblist .list a:hover {
  background-position: 0 0;
}
.joblist .list a:hover .jobName {
  color: #ffffff;
}
.joblist .list a:hover .area {
  color: #54d5ff;
}
.joblist .btn_more {
  margin-top: 15px;
  height: 30px;
  padding-bottom: 2px;
}

.rule h3 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px #d9d6cb solid;
}
.rule h3 span {
  position: relative;
  display: table;
  padding-left: 10px;
  font-size: 27px;
  color: #4552cb;
  border-left: 9px #41c8fa solid;
}
.rule ol {
  padding-left: 20px;
  margin: 0;
}
.rule ol li {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  list-style-type: decimal;
}
.rule ol li a {
  color: #007de9;
  text-decoration: underline;
}
.rule ol li a:hover {
  text-decoration: none;
}

footer {
  position: relative;
  padding: 40px 15px 35px;
  font-size: 15px;
  color: #86b9f8;
  text-align: center;
  font-family: Arial, sans-serif;
  background-color: #3c437f;
}
footer .link {
  flex-wrap: wrap;
  margin-bottom: 30px;
}
footer .link a {
  padding: 0 15px;
  color: #ffffff;
  text-decoration: none;
  border-right: 1px #ffffff solid;
}
footer .link a:last-child {
  border-width: 0;
}
footer .link a:hover {
  text-decoration: underline;
}
footer .copyright svg {
  margin-right: 25px;
  width: 170px;
}
footer .copyright svg path {
  fill: #86b9f8;
}
footer .copyright p {
  text-align: left;
  line-height: 1.6;
}
footer .copyright p .tel {
  margin-right: 20px;
  color: #86b9f8 !important;
  text-decoration: none !important;
  cursor: text !important;
  pointer-events: none !important;
}
footer .copyright p .company {
  display: none;
}

@media screen and (min-width: 1921px) {
  .wrap header {
    height: 31.25vw;
  }
}
@media screen and (max-width: 1060px) {
  footer .link {
    margin-bottom: 10px;
  }
  footer .link a {
    margin-bottom: 15px;
  }
  footer .copyright svg {
    display: none;
  }
  footer .copyright p {
    text-align: center;
  }
  footer .copyright p .company {
    display: inline;
    margin-right: 5px;
  }
}
@media screen and (max-width: 1014px) {
  a, a > *, button, button:before, button:after, .job nav .tab, .job nav .tab button {
    transition: 0s;
  }
  .spBar {
    padding-left: 7px;
    height: 45px;
  }
  .spBar.icon .menu {
    width: auto;
  }
  .spBar.icon .menu a {
    padding: 0 10px;
    width: auto;
    font-size: 15px;
  }
  .spBar .iconName img {
    margin-right: 5px;
    width: 20px;
  }
  .spBar .iconName p {
    font-size: 18px;
  }
  .spBar .menu {
    width: 100%;
  }
  .spBar .menu a {
    padding: 0;
    width: 25%;
    font-size: 15px;
  }
  .wrap {
    padding-top: 75px;
  }
  .wrap header {
    height: 67vw;
    background-image: url("../img/header_m.jpg");
    background-size: contain;
  }
  .wrap main {
    padding: 0 5vw;
    background-image: none;
  }
  .brand .brandSwiper {
    padding: 7px 0 20px;
    border-radius: 10px;
  }
  .frame {
    padding: 3.5vw;
  }
  .job nav .tab button {
    font-size: 22px;
  }
  .firm .intro .btn_more:hover, .firm .intro .btn_more:focus {
    background-color: #4552cb;
  }
  .joblist .list a:hover, .joblist .list a:focus {
    background-position: 100% 0;
  }
  .joblist .list a:hover .jobName, .joblist .list a:focus .jobName {
    color: #4552cb;
  }
  .joblist .list a:hover .area, .joblist .list a:focus .area {
    color: #333333;
  }
  footer .link {
    margin-bottom: 0;
  }
  footer .link a {
    margin-bottom: 20px;
  }
  footer .copyright svg {
    display: none;
  }
  footer .copyright p {
    text-align: center;
  }
  footer .copyright p .company {
    display: inline-block;
    margin-right: 7px;
  }
}
@media screen and (max-width: 900px) {
  .brand h2,
  .job h2 {
    font-size: 36px;
  }
  .brand h2 {
    margin-bottom: 20px;
  }
  .job h2 {
    margin-bottom: 30px;
  }
  .job nav .tab:hover button, .job nav .tab.focus button {
    padding-bottom: 0;
  }
  .job nav .tab button {
    height: 62px;
    font-size: 21px;
  }
  .job nav .tab button:after {
    width: 22px;
    height: 22px;
  }
  .job nav .tab .sign {
    font-size: 15px;
    font-weight: 500;
  }
  .firm .intro .cpName {
    font-size: 22px;
  }
}
@media screen and (max-width: 770px) {
  .brand h2,
  .job h2 {
    font-size: 33px;
  }
  .job nav .tab {
    margin-bottom: 10px;
    width: calc((100% - 6px) / 3);
  }
  .job nav .tab:hover, .job nav .tab.focus {
    margin-bottom: auto;
  }
  .job nav .tab button {
    padding: 0;
    height: 55px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 5px;
  }
  .job nav .tab button:after {
    width: 27px;
    height: 27px;
  }
  .job nav .tab .sign {
    padding: 0 15px;
    height: 22px;
    font-size: 14px;
  }
  .frame {
    border-radius: 12px;
  }
  .frame section {
    width: 100%;
  }
  .frame section.order_1 {
    order: 1;
  }
  .frame section.order_2 {
    order: 2;
  }
  .frame section.order_3 {
    order: 3;
  }
  .frame section.order_4 {
    order: 4;
  }
  /*.firm .intro p {
     -webkit-line-clamp: 3;
  }*/
  .joblist .list a {
    display: flex;
    align-items: flex-start;
    padding: 13px 15px 14px;
  }
  .joblist .list a .jobName {
    flex-grow: 1;
    margin-bottom: 0;
  }
  .joblist .list a .area {
    margin-left: 20px;
    padding-top: 3px;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
  }
}
@media screen and (max-width: 600px) {
  .brand h2,
  .job h2 {
    font-size: 29px;
  }
  .brand {
    margin-bottom: 80px;
  }
  .brand .brandSwiper .swiper-slide p {
    font-size: 16px;
  }
  footer .link {
    margin-left: auto;
    margin-right: auto;
    max-width: 377px;
  }
  footer .link a:nth-child(3) {
    border-width: 0;
  }
}
@media screen and (max-width: 480px) {
  .spBar.icon .menu a {
    margin: 0 2.1vw;
    padding: 0;
    text-align: center;
  }
  .wrap .content {
    margin-bottom: 30px;
  }
  .brand h2,
  .job h2 {
    font-size: 25px;
    line-height: 1.2;
  }
  .brand {
    margin-bottom: 70px;
  }
  .brand .brandSwiper {
    border-width: 3px;
  }
  .brand .brandSwiper .swiper-slide p {
    font-size: 15px;
  }
  .brand .brand-pagination {
    bottom: -25px;
  }
  .brand .brand-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    width: 12px;
    height: 12px;
    border-width: 1px;
  }
  .job nav .tab {
    margin-bottom: 7px;
  }
  .job nav .tab:hover, .job nav .tab.focus {
    height: 50px;
  }
  .job nav .tab button {
    height: 50px;
    font-size: 18px;
  }
  .job nav .tab button:after {
    width: 22px;
    height: 22px;
  }
  .job nav .tab .sign {
    font-size: 13px;
  }
  .frame {
    padding: 17px 17px 20px;
    border-width: 3px;
    border-radius: 8px;
  }
  .frame section {
    margin-bottom: 30px;
  }
  .firm {
    border-width: 6px;
  }
  .firm .cpBox {
    padding: 3px;
    border-width: 3px;
  }
  .firm .intro {
    padding: 15px 12px 12px;
  }
  .firm .intro .cpName {
    font-size: 20px;
  }
  .firm .intro p {
    margin: 12px 0 15px;
    font-size: 15px;
  }
  .firm .intro .btn_more {
    padding-bottom: 1px;
    height: 24px;
    font-size: 15px;
  }
  .joblist h4 {
    font-size: 22px;
  }
  .joblist .list a {
    display: block;
    padding: 7px 15px 10px;
  }
  .joblist .list a .jobName {
    margin-bottom: 4px;
    font-size: 16px;
  }
  .joblist .list a .area {
    padding-top: 0;
    margin-left: 0;
    font-size: 14px;
  }
  .joblist .btn_more {
    padding-bottom: 1px;
    height: 28px;
    font-size: 14px;
  }
  .rule .ruleBox:first-child {
    margin-bottom: 35px;
  }
  .rule h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .rule h3 span {
    padding-left: 7px;
    font-size: 22px;
    border-left-width: 7px;
  }
  .rule ol li {
    font-size: 15px;
    line-height: 1.7;
  }
  footer {
    padding: 30px 15px;
    font-size: 14px;
  }
  footer .link {
    max-width: 360px;
  }
  footer .copyright {
    line-height: 1.8;
  }
  footer .copyright p .tel {
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 375px) {
  .rule h3 span {
    font-size: 21px;
  }
}/*# sourceMappingURL=style.css.map */