@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/assets_recruit/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/assets_recruit/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Light";
  src: url(/assets_recruit/fonts/NotoSansJP/NotoSansJP-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/assets_recruit/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/assets_recruit/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Thin";
  src: url(/assets_recruit/fonts/NotoSansJP/NotoSansJP-Thin.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Black";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Bold";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-ExtraLight";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-ExtraLight.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Light";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Medium";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Regular";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-SemiBold";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-SemiBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMincho-Bold";
  src: url(/assets_recruit/fonts/ShipporiMincho/ShipporiMincho-Bold.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/* mixin テスト用（リリース前削除）
-----------------------------------*/
/*========================*/
/* format（リリース前削除） */
/*========================*/
.format .test-area .test01 {
  position: relative;
  height: 200px;
  margin-bottom: 80px;
  background-color: #CCC;
}
.format .test-area .test01 p {
  margin-bottom: 0;
}
.format .test-area .test01 .test01-txt01 {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
}
.format .test-area .test01 .test01-txt02 {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}
.format .test-area .test01 .test01-txt03 {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}
.format .test-area .test02 p {
  padding: 40px 24px;
}
.format .test-area .test02 .test02-txt01 {
  background: transparent;
  background: linear-gradient(to right, transparent 0%, #AAA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$start-color+"", endColorstr=$end-color+"",GradientType=1 );
}
.format .test-area .test02 .test02-txt02 {
  background: transparent;
  background: linear-gradient(to bottom, transparent 0%, #AAA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$start-color+"", endColorstr=$end-color+"",GradientType=1 );
}
.format .test-area .test02 .test02-txt03 {
  background: transparent;
  background: linear-gradient(135deg, transparent 0%, #AAA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$start-color+"", endColorstr=$end-color+"",GradientType=1 );
}
.format .test-area .test02 .test02-txt04 {
  background: transparent;
  background: linear-gradient(45deg, transparent 0%, #AAA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$start-color+"", endColorstr=$end-color+"",GradientType=1 );
}
.format .test-area .test03 p {
  font-size: 24px;
  font-family: "NotoSansJP-Bold", sans-serif;
}
.format .test-area .test03 .test03-txt01 {
  color: #F00;
  background: -webkit-linear-gradient(0deg, #F00, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.format .test-area .test03 .test03-txt02 {
  color: #F00;
  background: -webkit-linear-gradient(-90deg, #F00, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.format .test-area .test03 .test03-txt03 {
  color: #F00;
  background: -webkit-linear-gradient(0deg, #F00, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.format .test-area .test03 .test03-txt04 {
  color: #F00;
  background: -webkit-linear-gradient(0deg, #F00, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.format .test-area .test04 .test04-txt01::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 calc(8px / 2) 8px calc(8px / 2);
  border-color: transparent transparent #AAA transparent;
}
.format .test-area .test04 .test04-txt02::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(16px / 2) 24px calc(16px / 2) 0;
  border-color: transparent #AAA transparent transparent;
}
.format .test-area .test04 .test04-txt03::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px calc(32px / 2) 0 calc(32px / 2);
  border-color: #AAA transparent transparent transparent;
}
.format .test-area .test04 .test04-txt04::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(48px / 2) 0 calc(48px / 2) 16px;
  border-color: transparent transparent transparent #AAA;
}
.format .test-area .test05 .test05-txt01::before {
  content: "";
  display: inline-block;
  border-color: #AAA;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(225deg);
}
.format .test-area .test05 .test05-txt02::before {
  content: "";
  display: inline-block;
  border-color: #AAA;
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 14px;
  vertical-align: middle;
  width: 14px;
  transform: rotate(135deg);
}
.format .test-area .test05 .test05-txt03::before {
  content: "";
  display: inline-block;
  border-color: #AAA;
  border-style: solid;
  border-width: 0 8px 8px 0;
  height: 24px;
  vertical-align: middle;
  width: 24px;
  transform: rotate(45deg);
}
.format .test-area .test05 .test05-txt04::before {
  content: "";
  display: inline-block;
  border-color: #AAA;
  border-style: solid;
  border-width: 0 4px 4px 0;
  height: 16px;
  vertical-align: middle;
  width: 16px;
  transform: rotate(-45deg);
}
.format .test-area .test06 .test06-list01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px 16px;
  flex-direction: row;
}
.format .test-area .test06 .test06-list01 > * {
  width: calc((100% - (16px * (2 - 1))) / 2);
}
.format .test-area .test06 .test06-list01 li {
  padding: 16px;
  text-align: center;
  background-color: #CCC;
}
.format .test-area .test06 .test06-list02 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px 8px;
  flex-direction: row-reverse;
}
.format .test-area .test06 .test06-list02 > * {
  width: calc((100% - (8px * (3 - 1))) / 3);
}
.format .test-area .test06 .test06-list02 li {
  padding: 16px;
  text-align: center;
  background-color: #CCC;
}
.format .test-area .test07 .test07-txt01 {
  font-size: clamp(16px, 1.2506513809vw, 24px);
}
.format .test-area .test07 .test07-txt02 {
  font-size: clamp(24px, 4vw, 48px);
}

/* アニメーション
-----------------------------------*/
.fluffy {
  -webkit-animation-name: fluffy;
          animation-name: fluffy;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes fluffy {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes fluffy {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/*======*/
/* news */
/*======*/
.news {
  margin-bottom: 56px;
}
.news .title-area {
  margin-bottom: 128px;
}
@media (max-width: 767px) {
  .news .title-area {
    margin-bottom: 56px;
  }
}

/*=========*/
/* company */
/*=========*/
.company {
  margin-bottom: 128px;
}
@media (max-width: 767px) {
  .company {
    margin-bottom: 56px;
  }
}
.company .title-area {
  margin-bottom: 128px;
}
@media (max-width: 767px) {
  .company .title-area {
    margin-bottom: 56px;
  }
}
.company .lead-txt {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .company .lead-txt {
    margin-bottom: 40px;
  }
}
.company .link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
  max-width: 788px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .company .link-list {
    display: block;
    max-width: 374px;
  }
}
.company .link-list li {
  width: 47.461%; /*374/788*/
}
@media (max-width: 767px) {
  .company .link-list li {
    width: 100%;
    margin-bottom: 24px;
  }
}
.company .link-list li .img {
  margin-bottom: 8px;
}
.company .link-list li .txt {
  display: inline-block;
  position: relative;
  min-height: 20px;
  padding-right: 32px;
  font-size: 20px;
  font-family: "NotoSansJP-Bold", sans-serif;
  text-decoration: none;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .company .link-list li .txt {
    font-size: 14px;
  }
}
.company .link-list li .txt::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0;
  margin-top: -10px;
  background: url(/assets_recruit/images/common/link_ic01.svg) no-repeat;
  background-size: 100% 100%;
}
.company .link-list li a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .company .link-list li:last-child {
    margin-bottom: 0;
  }
}

/*=====*/
/* faq */
/*=====*/
.faq {
  margin-bottom: 128px;
}
.faq .ac-list .ac-menu {
  line-height: 1.6;
}

/*======*/
/* info */
/*======*/
.info {
  margin-bottom: 128px;
}
.info .table th {
  width: 210px;
}
@media (max-width: 767px) {
  .info .table th {
    width: 120px;
  }
}
.info .table td {
  width: calc(100% - 210px);
}
@media (max-width: 767px) {
  .info .table td {
    width: calc(100% - 120px);
  }
}
.info .link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  margin-bottom: 128px;
}
@media (max-width: 767px) {
  .info .link-list {
    display: block;
    margin-bottom: 56px;
  }
}
.info .link-list li {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767px) {
  .info .link-list li {
    width: 100%;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .info .link-list li:last-child {
    margin-bottom: 0;
  }
}
.info .entry-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .info .entry-wrap {
    display: block;
  }
}
.info .entry-wrap .txt {
  width: calc(100% - 170px);
}
@media (max-width: 767px) {
  .info .entry-wrap .txt {
    width: 100%;
  }
}
.info .entry-wrap .txt .heading03 {
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .info .entry-wrap .txt .heading03 {
    margin-bottom: 16px;
    text-align: center;
  }
}
.info .entry-wrap .img {
  width: 130px;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .info .entry-wrap .img {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}

/*==========*/
/* business */
/*==========*/
.business {
  margin-bottom: 72px;
  /* index
  -----------------------------------*/
  /* 詳細
  -----------------------------------*/
}
@media (max-width: 767px) {
  .business {
    margin-bottom: 60px;
  }
}
.business.index {
  margin-bottom: 128px;
}
@media (max-width: 767px) {
  .business.index {
    margin-bottom: 56px;
  }
}
.business.index .title-area {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .business.index .title-area {
    margin-bottom: 64px;
  }
}
.business.index .lead-txt {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .business.index .lead-txt {
    margin-bottom: 64px;
  }
}
.business.index .map-sec .bg {
  background: url(/assets_recruit/images/business/map_bg01.png) #EFF3F5 no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .business.index .map-sec .bg {
    background: none;
    margin-bottom: 64px;
  }
}
@media (max-width: 1023px) {
  .business.index .map-sec .bg .contents {
    width: 100%;
  }
}
.business.index .map-sec .map-wrap {
  position: relative;
  /*width: 895px;*/
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .business.index .map-sec .map-wrap {
    width: 100%;
    text-align: center;
  }
}
.business.index .map-sec .map-wrap .list-pin li {
  position: absolute;
  width: 20.674%;
  max-width: 184px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .business.index .map-sec .map-wrap .list-pin li {
    width: 32%;
  }
}
.business.index .map-sec .map-wrap .list-pin li.container-tm {
  top: 31%;
  right: 23.5%;
}
@media (max-width: 1240px) {
  .business.index .map-sec .map-wrap .list-pin li.container-tm {
    top: 29%;
    right: 21%;
  }
}
@media (max-width: 767px) {
  .business.index .map-sec .map-wrap .list-pin li.container-tm {
    top: 25%;
    right: 8%;
  }
}
.business.index .map-sec .map-wrap .list-pin li.souko {
  top: 46.5%;
  right: 26.5%;
}
@media (max-width: 1240px) {
  .business.index .map-sec .map-wrap .list-pin li.souko {
    top: 45.5%;
    right: 24.5%;
  }
}
@media (max-width: 767px) {
  .business.index .map-sec .map-wrap .list-pin li.souko {
    top: 44%;
    right: 16%;
  }
}
.business.index .map-sec .map-wrap .list-pin li.office {
  bottom: 24%;
  right: 22%;
}
@media (max-width: 1240px) {
  .business.index .map-sec .map-wrap .list-pin li.office {
    bottom: 24%;
    right: 19%;
  }
}
@media (max-width: 767px) {
  .business.index .map-sec .map-wrap .list-pin li.office {
    bottom: 23%;
    right: 4%;
  }
}
.business.index .map-sec .map-wrap .list-pin li:hover img {
  transform: scale(1.1) translateY(-10%);
}
.business.index .pop-area .pop-inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  z-index: 91;
}
.business.index .pop-area .pop-inner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.business.index .pop-area .pop-inner .pop-cts {
  overflow: auto;
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  width: 90%;
  max-height: 90%;
  max-width: 1600px;
  color: #FFF;
  background-color: #FFF;
  border-radius: 24px;
  transform: translateY(-50%);
  padding: 0 100px 56px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .business.index .pop-area .pop-inner .pop-cts {
    border-radius: 16px;
    padding: 0 16px;
  }
}
.business.index .pop-area .pop-inner .pop-cts .heading02 {
  text-align: center;
}
.business.index .pop-area .pop-inner .pop-cts .heading02 + p {
  text-align: center;
  color: #333;
}
.business.index .pop-area .pop-inner .pop-cts .com-wrap {
  gap: 24px 6%;
  margin: 40px auto;
}
@media (max-width: 1023px) {
  .business.index .pop-area .pop-inner .pop-cts .com-wrap {
    flex-wrap: wrap;
  }
}
.business.index .pop-area .pop-inner .pop-cts .box {
  width: 47%;
  max-height: 695px;
  background-color: #E6F1F3;
  border-radius: 8px;
  padding: 36px 52px 32px 64px;
  overflow-y: scroll;
}
@media (max-width: 1023px) {
  .business.index .pop-area .pop-inner .pop-cts .box {
    width: 100%;
    padding: 24px 16px;
  }
}
.business.index .pop-area .pop-inner .pop-cts .box .box-h01 {
  font-size: 25px;
  color: #1853A4;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .business.index .pop-area .pop-inner .pop-cts .box .box-h01 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.business.index .pop-area .pop-inner .pop-cts .box > ul {
  text-align: center;
}
.business.index .pop-area .pop-inner .pop-cts .box > ul li {
  position: relative;
}
.business.index .pop-area .pop-inner .pop-cts .box > ul li:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .business.index .pop-area .pop-inner .pop-cts .box > ul li:not(:last-child) {
    margin-bottom: 16px;
  }
}
.business.index .pop-area .pop-inner .pop-cts .box > ul li .com-bt02 {
  width: 100%;
}
@media (max-width: 1023px) {
  .business.index .pop-area .pop-inner .pop-cts .box > ul li .com-bt02 {
    padding: 6px 32px;
  }
}
.business.index .pop-area .pop-inner .pop-cts .box > ul li .com-bt02 span {
  text-align: center;
}
.business.index .pop-area .pop-inner .pop-cts .box > ul li .com-bt02:hover .pdf-ic {
  background: url(/assets_recruit/images/common/link_ic03.svg) no-repeat;
  background-position: center top;
}
.business.index .pop-area .pop-inner .pop-cts .box > ul li .pdf-ic {
  position: absolute;
  content: "";
  width: 14px;
  height: 12px;
  top: 50%;
  right: 0;
  background: url(/assets_recruit/images/common/link_ic02.svg) no-repeat;
  background-position: center top;
  transform: translateY(-50%);
}
.business.index .pop-area .pop-inner .pop-cts .box .ac-list {
  font-size: 16px;
  text-align: left;
}
.business.index .pop-area .pop-inner .pop-cts .box .ac-list .ac-menu {
  border-top: none;
  padding: 16px 80px 16px 0;
}
.business.index .pop-area .pop-inner .pop-cts .box .ac-list .ac-cts {
  color: #333;
  background-color: #f9f9f9;
}
.business.index .pop-area .pop-inner .pop-cts .box .ac-list .ac-cts dt {
  font-weight: bold;
  margin-bottom: 8px;
}
.business.index .pop-area .pop-inner .pop-cts .box .ac-list .ac-cts dd {
  font-size: 14px;
  text-align: left;
}
@media (max-width: 767px) {
  .business.index .pop-area .pop-inner .pop-cts .box .ac-list .ac-cts dd {
    font-size: 14px;
  }
}
.business.index .pop-area .pop-inner .pop-cts .box .ac-list .ac-cts dd > ul li {
  margin-bottom: 4px;
}
.business.index .pop-area .pop-inner .pop-cts .box .ac-list .ac-cts dd .notes {
  font-size: 12px;
}
.business.index .pop-area .pop-inner .pop-cts .box .tips {
  position: relative;
  max-width: 368px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #00aeeb;
  border-radius: 16px;
  padding: 8px;
  text-align: center;
  margin: 0 auto 16px;
}
.business.index .pop-area .pop-inner .pop-cts .box .tips::before {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #00aeeb;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.business.index .pop-area .pop-inner .pop-cts .box02 {
  width: 100%;
  border-radius: 0;
  background-color: #FFFABD;
  padding: 16px 16px 24px;
  margin-top: 40px;
  overflow-y: auto;
}
.business.index .pop-area .pop-inner .pop-cts .box02 .com-bt02 {
  max-width: 368px;
  margin: 0 auto;
}
.business.index .pop-area .pop-inner .pop-close {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 16px;
  right: 16px;
  background-color: #FFF;
  border: solid 2px #114FA1;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .business.index .pop-area .pop-inner .pop-close {
    width: 40px;
    height: 40px;
  }
}
.business.index .pop-area .pop-inner .pop-close::before, .business.index .pop-area .pop-inner .pop-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 32px;
  background: #114FA1;
}
@media (max-width: 767px) {
  .business.index .pop-area .pop-inner .pop-close::before, .business.index .pop-area .pop-inner .pop-close::after {
    width: 2px;
    height: 24px;
  }
}
.business.index .pop-area .pop-inner .pop-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.business.index .pop-area .pop-inner .pop-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.business .syain-sec .heading01 {
  margin: min(180px, 15vw) 0 72px; /*180/1200*/
}
@media (max-width: 767px) {
  .business .syain-sec .heading01 {
    margin: 40px 0;
  }
}
.business .syain-sec .syain-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .business .syain-sec .syain-wrap {
    display: block;
  }
}
@media (max-width: 767px) {
  .business .syain-sec .syain-wrap {
    margin-bottom: 56px;
  }
}
.business .syain-sec .syain-wrap .img {
  width: 44.75%; /*537/1200*/
  text-align: center;
}
@media (max-width: 1023px) {
  .business .syain-sec .syain-wrap .img {
    width: 100%;
    margin-bottom: 32px;
  }
}
.business .syain-sec .syain-wrap .txt {
  width: 48.5%; /*582/1200*/
  margin-top: 32px;
}
@media (max-width: 1023px) {
  .business .syain-sec .syain-wrap .txt {
    width: 100%;
    margin-top: 0;
  }
}
.business .syain-sec .syain-wrap .txt .team {
  margin-bottom: 24px;
  color: #1853A4;
  font-size: 32px;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .business .syain-sec .syain-wrap .txt .team {
    margin-bottom: 16px;
    font-size: 23px;
  }
}
.business .syain-sec .schedule-sec .bg-type01 {
  padding: 56px 0 40px;
}
@media (max-width: 767px) {
  .business .syain-sec .schedule-sec .bg-type01 {
    padding: 32px 0;
  }
}
.business .syain-sec .schedule-sec .schedule-list {
  display: flex;
  align-items: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 24px;
}
@media (max-width: 767px) {
  .business .syain-sec .schedule-sec .schedule-list {
    padding-left: 0;
  }
}
.business .syain-sec .schedule-sec .schedule-list dt {
  position: relative;
  width: 270px;
  margin-bottom: 40px;
  padding-left: 75px;
  font-size: 20px;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .business .syain-sec .schedule-sec .schedule-list dt {
    width: 100%;
    margin-bottom: 8px;
    padding-left: 56px;
    font-size: 16px;
  }
}
.business .syain-sec .schedule-sec .schedule-list dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #999;
}
@media (max-width: 767px) {
  .business .syain-sec .schedule-sec .schedule-list dt::before {
    left: 18px;
    width: 14px;
    height: 14px;
  }
}
.business .syain-sec .schedule-sec .schedule-list dt + dd {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .business .syain-sec .schedule-sec .schedule-list dt + dd {
    margin-bottom: 20px;
  }
}
.business .syain-sec .schedule-sec .schedule-list dt.ic {
  margin-bottom: 56px;
  color: #1853A4;
}
@media (max-width: 767px) {
  .business .syain-sec .schedule-sec .schedule-list dt.ic {
    margin-bottom: 8px;
  }
}
.business .syain-sec .schedule-sec .schedule-list dt.ic + dd {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .business .syain-sec .schedule-sec .schedule-list dt.ic + dd {
    margin-bottom: 20px;
  }
}
.business .syain-sec .schedule-sec .schedule-list dt.ic::before {
  left: 0;
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .business .syain-sec .schedule-sec .schedule-list dt.ic::before {
    width: 36px;
    height: 36px;
  }
}
.business .syain-sec .schedule-sec .schedule-list dt.ic.ptn01::before {
  background: url(/assets_recruit/images/business/business_ic01.svg) no-repeat;
  background-size: 100% auto;
}
.business .syain-sec .schedule-sec .schedule-list dt.ic.ptn02::before {
  background: url(/assets_recruit/images/business/business_ic02.svg) no-repeat;
  background-size: 100% auto;
}
.business .syain-sec .schedule-sec .schedule-list dt.dot-none {
  padding-left: 0;
}
.business .syain-sec .schedule-sec .schedule-list dt.dot-none::before {
  content: none;
}
.business .syain-sec .schedule-sec .schedule-list dt:not(:first-of-type).ic {
  margin-top: 16px;
}
.business .syain-sec .schedule-sec .schedule-list dt:not(:first-of-type).ic + dd {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .business .syain-sec .schedule-sec .schedule-list dt:not(:first-of-type).ic + dd {
    margin-top: 0;
  }
}
.business .syain-sec .schedule-sec .schedule-list dt:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .business .syain-sec .schedule-sec .schedule-list dt:last-of-type {
    margin-bottom: 8px;
  }
}
.business .syain-sec .schedule-sec .schedule-list dt:last-of-type + dd {
  margin-bottom: 0;
}
.business .syain-sec .schedule-sec .schedule-list dd {
  width: calc(100% - 270px);
  font-size: 18px;
}
@media (max-width: 767px) {
  .business .syain-sec .schedule-sec .schedule-list dd {
    width: 100%;
    padding-left: 56px;
    font-size: 14px;
  }
}
.business .syain-sec .schedule-sec .schedule-list dd .note {
  display: block;
  color: #666;
}
@media (max-width: 767px) {
  .business .syain-sec .schedule-sec .schedule-list dd .note {
    font-size: 13px;
  }
}
.business .syain-sec .schedule-img-sec {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .business .syain-sec .schedule-img-sec {
    padding-top: 60px;
  }
}
.business .syain-sec .schedule-img-sec ul {
  display: flex;
  justify-content: center;
  gap: 0 10.5%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .business .syain-sec .schedule-img-sec ul {
    flex-wrap: wrap;
    gap: 40px 0;
  }
}
.business .syain-sec .schedule-img-sec ul li {
  width: 44.75%;
  text-align: center;
}
@media (max-width: 767px) {
  .business .syain-sec .schedule-img-sec ul li {
    width: 100%;
  }
}
.business .syain-sec .schedule-img-sec + .comment-sec {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .business .syain-sec .schedule-img-sec + .comment-sec {
    margin-top: 60px;
  }
}
.business .syain-sec .glossary-sec {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .business .syain-sec .glossary-sec {
    padding: 60px 0;
  }
}
.business .syain-sec .glossary-sec .heading02 {
  margin-top: 0;
}
.business .syain-sec .glossary-sec .table th {
  width: 262px;
}
@media (max-width: 1023px) {
  .business .syain-sec .glossary-sec .table th {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .business .syain-sec .glossary-sec .table th {
    position: relative;
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .business .syain-sec .glossary-sec .table th::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    z-index: 1;
    width: 55.223%; /*370/670*/
    border-bottom: 2px solid #C2C2C2;
  }
}
.business .syain-sec .glossary-sec .table td {
  width: calc(100% - 262px);
  padding-left: 80px;
}
@media (max-width: 1023px) {
  .business .syain-sec .glossary-sec .table td {
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  .business .syain-sec .glossary-sec .table td {
    display: block;
    width: 100%;
    padding-left: 0;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .business .syain-sec .glossary-sec .table tr:not(:first-of-type) th {
    padding-top: 32px;
  }
}
.business .syain-sec .comment-sec .bg-type01 {
  padding: 40px 0 56px;
}
.business .syain-sec .comment-sec .heading02 {
  margin: 0 0 72px;
}
@media (max-width: 767px) {
  .business .syain-sec .comment-sec .heading02 {
    margin: 0 0 32px;
  }
}
.business .syain-sec .comment-sec .box {
  border-radius: 8px;
  background: #FFF;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
}
@media (max-width: 767px) {
  .business .syain-sec .comment-sec .box {
    border-radius: 4px;
  }
}
.business .syain-sec .comment-sec .box .inner {
  position: relative;
  padding: 24px 32px;
}
@media (max-width: 767px) {
  .business .syain-sec .comment-sec .box .inner {
    padding: 12px;
  }
}
.business .syain-sec .comment-sec .box .inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  display: block;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  box-shadow: 0 0 30px 0 rgba(255, 241, 0, 0.1);
}
.business .qa-sec {
  padding: 120px 0 80px;
}
@media (max-width: 767px) {
  .business .qa-sec {
    padding: 60px 0;
  }
}
.business .qa-sec .heading01 {
  margin: 0 0 80px;
}
@media (max-width: 767px) {
  .business .qa-sec .heading01 {
    margin: 0 0 40px;
  }
}
.business .qa-sec .ac-list {
  margin: 0;
  border-bottom: none;
}
.business .qa-sec .ac-list .ac-menu {
  border-top: none;
  border-bottom: 1px solid #C2C2C2;
  color: #1853A4;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1.6;
}
.business .qa-sec .ac-list .ac-cts {
  border-top: none;
  background: #F9F9F9;
}
.business .qa-sec .ac-list .ac-cts .ic {
  color: #00AFEC;
}
.business .qa-sec .ac-list .ac-menu,
.business .qa-sec .ac-list .ac-cts {
  padding: 32px 24px 32px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .business .qa-sec .ac-list .ac-menu,
.business .qa-sec .ac-list .ac-cts {
    padding: 16px 12px;
    font-size: 14px;
  }
}
.business .qa-sec .ac-list .ac-menu .wrap,
.business .qa-sec .ac-list .ac-cts .wrap {
  display: flex;
  align-content: flex-start;
}
.business .qa-sec .ac-list .ic {
  transform: translateY(-8px);
  display: inline-block;
  width: 64px;
  font-size: 32px;
  font-family: "ShipporiMincho-Bold", sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .business .qa-sec .ac-list .ic {
    width: 44px;
    font-size: 24px;
  }
}
.business .qa-sec .ac-list .txt {
  flex: 1;
}
.business .link-sec .bg-type01 {
  padding: 40px 0;
}
.business .link-sec .box {
  overflow: hidden;
  margin-bottom: 80px;
  border-radius: 6px;
  background: #FFF;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
}
@media (max-width: 767px) {
  .business .link-sec .box {
    margin-bottom: 60px;
    border-radius: 4px;
  }
}
.business .link-sec .box .inner {
  position: relative;
  padding: 24px 32px;
}
@media (max-width: 767px) {
  .business .link-sec .box .inner {
    padding: 12px;
  }
}
.business .link-sec .box .inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  display: block;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  box-shadow: 0 0 30px 0 rgba(255, 241, 0, 0.1);
}
.business .link-sec .box h2 {
  font-size: 24px;
  font-family: "NotoSansJP-Medium", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .business .link-sec .box h2 {
    font-size: 14px;
    text-align: left;
  }
}
.business .link-sec .bt-list {
  margin-bottom: 0;
  text-align: center;
}
.business .link-sec .bt-list li {
  margin-bottom: 40px;
}
.business .link-sec .bt-list li:last-child {
  margin-bottom: 0;
}
.business .link-sec .bt-list.list-col2 {
  max-width: 960px;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .business .link-sec .bt-list.list-col2 li {
    width: 100%;
    margin-bottom: 24px;
  }
}
.business .link-sec .bt-list.list-col2 li:nth-child(even) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .business .link-sec .bt-list.list-col2 li:last-child {
    margin-top: 16px;
  }
}

/*=========*/
/* benefit */
/*=========*/
.benefit {
  margin-bottom: 128px;
}
@media (max-width: 767px) {
  .benefit {
    margin-bottom: 56px;
  }
}
.benefit .title-area {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .benefit .title-area {
    margin-bottom: 24px;
  }
}
.benefit .lead-txt {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .benefit .lead-txt {
    margin-bottom: 32px;
  }
}
.benefit .list-nv {
  gap: 0 72px;
}
.benefit .list-nv li a {
  font-size: 16px;
}
@media (max-width: 1023px) {
  .benefit .list-nv li a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .benefit .list-nv li a {
    font-size: 14px;
  }
}
.benefit .teate-sec .heading01 {
  margin-bottom: 0;
}
.benefit .teate-sec .welfare-sec {
  padding: 72px 0 128px;
}
@media (max-width: 767px) {
  .benefit .teate-sec .welfare-sec {
    padding: 40px 0 60px;
  }
}
.benefit .teate-sec .welfare-sec .heading02 {
  margin: 0 0 32px;
}
@media (max-width: 767px) {
  .benefit .teate-sec .welfare-sec .heading02 {
    margin: 0 0 60px;
  }
}
.benefit .teate-sec .welfare-sec .note {
  margin-bottom: 48px;
  color: #666;
  text-align: right;
}
.benefit .teate-sec .welfare-sec .welfare-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .benefit .teate-sec .welfare-sec .welfare-list {
    justify-content: space-between;
    gap: 40px 0;
    max-width: 670px;
    margin: 0 auto;
  }
}
.benefit .teate-sec .welfare-sec .welfare-list li {
  position: relative;
  width: 224px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  background: #FFF;
}
@media (max-width: 767px) {
  .benefit .teate-sec .welfare-sec .welfare-list li {
    width: 47.761%; /*320/670*/
  }
}
.benefit .teate-sec .welfare-sec .welfare-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  box-shadow: 0 0 30px 0 rgba(255, 241, 0, 0.1);
}
.benefit .teate-sec .welfare-sec .welfare-list li .txt {
  position: relative;
  z-index: 1;
  padding: 40px 8px;
  text-align: center;
}
@media (max-width: 767px) {
  .benefit .teate-sec .welfare-sec .welfare-list li .txt {
    padding: 20px 8px;
  }
}
.benefit .teate-sec .welfare-sec .welfare-list li .txt .ic {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .benefit .teate-sec .welfare-sec .welfare-list li .txt .ic {
    width: 44px;
    margin: 0 auto 16px;
  }
}
.benefit .teate-sec .welfare-sec .welfare-list li .txt p {
  margin-bottom: 0;
  font-family: "NotoSansJP-Medium", sans-serif;
}
.benefit .teate-sec .welfare-sec .welfare-list li .txt p span {
  font-size: 13px;
}
.benefit .teate-sec .welfare-sec .welfare-list li:last-child {
  font-size: 16px;
}
@media (max-width: 767px) {
  .benefit .teate-sec .welfare-sec .welfare-list li:last-child {
    font-size: 14px;
  }
}
.benefit .teate-sec .service-sec .bg-type01 {
  padding: 56px 0;
}
@media (max-width: 767px) {
  .benefit .teate-sec .service-sec .bg-type01 {
    padding: 40px 0;
  }
}
.benefit .teate-sec .service-sec .heading02 {
  margin: 0 0 64px;
}
@media (max-width: 767px) {
  .benefit .teate-sec .service-sec .heading02 {
    margin: 0 0 36px;
  }
}
.benefit .teate-sec .service-sec .img-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .benefit .teate-sec .service-sec .img-list {
    display: block;
  }
}
.benefit .teate-sec .service-sec .img-list li {
  width: 46.666%; /*560/1200*/
}
@media (max-width: 767px) {
  .benefit .teate-sec .service-sec .img-list li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.benefit .teate-sec .service-sec .img-list li .img {
  margin-bottom: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .benefit .teate-sec .service-sec .img-list li .img {
    margin-bottom: 24px;
  }
}
.benefit .teate-sec .service-sec .img-list li .txt h4 {
  margin-bottom: 16px;
  font-size: 24px;
  font-family: "NotoSansJP-Medium", sans-serif;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .benefit .teate-sec .service-sec .img-list li .txt h4 {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.benefit .teate-sec .service-sec .img-list li .txt p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .benefit .teate-sec .service-sec .img-list li:last-child {
    margin-bottom: 0;
  }
}
.benefit .about-sec .heading01 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .benefit .about-sec .heading01 {
    margin-bottom: 40px;
  }
}
.benefit .about-sec .heading01 + p {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .benefit .about-sec .heading01 + p {
    margin-bottom: 40px;
  }
}
.benefit .about-sec .img {
  margin-bottom: 80px;
}
.benefit .about-sec .variation-sec .bg-type01 {
  padding: 40px 0 56px;
}
.benefit .about-sec .variation-sec .heading02 {
  margin: 0 0 56px;
}
@media (max-width: 767px) {
  .benefit .about-sec .variation-sec .heading02 {
    margin: 0 0 32px;
  }
}
.benefit .about-sec .variation-sec .box {
  border-radius: 8px;
  background: #FFF;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
}
@media (max-width: 767px) {
  .benefit .about-sec .variation-sec .box {
    border-radius: 4px;
  }
}
.benefit .about-sec .variation-sec .box .inner {
  position: relative;
  padding: 24px 32px;
}
@media (max-width: 767px) {
  .benefit .about-sec .variation-sec .box .inner {
    padding: 12px;
  }
}
.benefit .about-sec .variation-sec .box .inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  display: block;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  box-shadow: 0 0 30px 0 rgba(255, 241, 0, 0.1);
}
.benefit .event_wrap-sec .heading01 {
  margin-bottom: 0;
}
.benefit .event_wrap-sec .heading02 {
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .benefit .event_wrap-sec .heading02 {
    margin: 0 0 36px;
  }
}
.benefit .event_wrap-sec .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .benefit .event_wrap-sec .wrap {
    display: block;
  }
}
.benefit .event_wrap-sec .wrap .img {
  width: 44.75%; /*537/1200*/
  text-align: center;
}
@media (max-width: 767px) {
  .benefit .event_wrap-sec .wrap .img {
    width: 100%;
    margin-bottom: 32px;
  }
}
.benefit .event_wrap-sec .wrap .txt {
  width: 48.5%; /*582/1200*/
  line-height: 1.8;
}
@media (max-width: 767px) {
  .benefit .event_wrap-sec .wrap .txt {
    width: 100%;
  }
}
.benefit .event_wrap-sec .wrap .txt p {
  margin-bottom: 0;
}
.benefit .event_wrap-sec .wrap.reverse {
  flex-direction: row-reverse;
}
.benefit .event_wrap-sec .events-sec {
  padding: 72px 0;
}
@media (max-width: 767px) {
  .benefit .event_wrap-sec .events-sec {
    padding: 40px 0;
  }
}
.benefit .event_wrap-sec .business_college-sec .bg-type01 {
  padding: 72px 0;
}
@media (max-width: 767px) {
  .benefit .event_wrap-sec .business_college-sec .bg-type01 {
    padding: 40px 0;
  }
}
/*# sourceMappingURL=contents.css.map */