@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  text-decoration: none !important;
}

img {
  max-width: 100%;
}

.grecaptcha-badge {
  opacity: 0;
}

a {
  color: #005491;
}
a:hover {
  opacity: 0.8;
}

.del-pc {
  display: none;
}

.container {
  max-width: 900px;
}

.orange-btn {
  color: white !important;
  background-color: #f29600;
  padding: 0.8em 1em;
  text-decoration: none;
  display: inline-block;
}

.orange-btn:hover {
  opacity: 0.8;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.hedding {
  text-align: center;
}

.fs21 {
  font-size: 21px;
}

.fs29 {
  font-size: 29px;
}

.fs30 {
  font-size: 30px;
}

.fs48 {
  font-size: 48px;
}

.mb30 {
  margin-bottom: 30px;
}

.orange {
  color: #f29600;
}

.blue {
  color: #005491;
}

.white {
  color: white;
}

/* ニュース */
.news-box {
  width: 930px;
  margin: auto;
  padding: 30px 0;
}

.news-box .hedding {
  color: #005491;
  font-size: 30px;
}

.hedding__under {
  text-align: center;
  font-size: 14px;
}

.newses {
  width: 80%;
  margin: auto;
}

.news {
  border-bottom: 0.5px dashed #005491;
  padding: 10px 0;
  display: flex;
}

.news:first-child {
  border-top: 0.5px dashed #005491;
}

.news time {
  color: #f29600;
  font-size: 12px;
  margin-right: 50px;
  font-weight: bold;
}

.news p {
  font-size: 14px;
}

.news .orange-btn a {
  color: white;
}

.news-box .orange-btn {
  text-align: center;
  display: block;
  margin: auto;
  width: 200px;
  font-size: 14px;
  padding: 10px 0;
  margin-top: 30px;
}

/* 概要 */
.campany {
  padding: 50px 0 30px;
  position: relative;
}

.campany__inner {
  background-image: url(/wp-content/uploads/AdobeStock_145049858.jpeg);
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: -10;
}

@media screen and (min-width: 760px) {
  .campany .container {
    width: 720px;
  }
}
.campany h2 {
  color: #005491;
  font-size: 30px;
  margin-bottom: 15px;
  text-align: center;
}

.campany__message {
  font-size: 14px;
  line-height: 46px;
  text-align: center;
  margin-bottom: 10px;
}

.campany .orange-btn {
  text-align: center;
  display: block;
  margin: auto;
  width: 200px;
  font-size: 14px;
  padding: 10px 0;
}

.business {
  background-color: #f7f7f7;
  padding-bottom: 50px;
}

.business .container {
  padding-top: 70px;
}

.business .hedding {
  color: #005491;
  font-size: 30px;
}

.businesses {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.business-box {
  width: calc(33% - 10px);
  background-color: #ffffff;
  padding-bottom: 24px;
  transition: 0.3s;
  position: relative;
  margin-bottom: 30px;
}

.business-box:hover {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  opacity: 0.6;
}

.business-box a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.business__img {
  width: 100%;
  margin-bottom: 25px;
}

.business-box h3 {
  margin-bottom: 10px;
  color: #005491;
  font-size: 18px;
}

.business__box--text {
  padding: 0 28px;
}

.contact h2 {
  color: #005491;
}

.contact {
  padding-top: 80px;
}

.title {
  background-color: #b2ddf7;
  padding: 60px 0 40px 0;
}
@media screen and (max-width: 768px) {
  .title {
    padding: 30px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .title h1 {
    font-size: 24px;
  }
}

.title .white {
  font-size: 18px;
  width: 930px;
  margin: auto;
  margin-top: 10px;
}

.three {
  display: flex;
  justify-content: center;
  list-style-position: inside;
  padding-top: 34px;
  padding-bottom: 60px;
}

.proposal {
  width: 33.33333%;
  border-left: 6px solid #b28146;
}

.proposal:last-child {
  border-right: 6px solid #b28146;
}

.proposal dt {
  border-bottom: 3px solid #b28146;
  font-size: 28px;
  font-weight: 600;
  color: #b2ddf7;
  text-align: center;
  padding: 10px 0;
}

.proposal ol li {
  padding-left: 50px;
  text-indent: -1.3em;
  font-size: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.individual {
  text-align: center;
  color: #005491;
}

.detail h2 {
  border-left: 10px solid #b2ddf7;
  font-size: 26px;
  padding-left: 15px;
  line-height: 60px;
  margin-bottom: 30px;
  margin-top: 30px;
  color: #005491;
}
@media screen and (max-width: 768px) {
  .detail h2 {
    font-size: 18px;
  }
}

.detail .contents p {
  font-size: 18px;
  padding-left: 20px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .detail .contents p {
    font-size: 14px;
    padding: 0;
  }
}

.detail .contents ul li {
  font-size: 18px;
  margin-left: 40px;
  line-height: 30px;
}

.sub-title {
  font-size: 24px;
  font-weight: 600;
  color: #005491;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .sub-title {
    font-size: 18px;
  }
}

.autec-img1 {
  float: right;
  margin: 0 0 50px 50px;
}
@media screen and (max-width: 768px) {
  .autec-img1 {
    width: 100%;
  }
}

.autec-img2 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .autec-img2 {
    width: 100%;
  }
}

.company-info__table {
  border: 1px solid #dee2e6;
}

.company-info__table.table tbody > tr > th {
  background-color: #b2ddf7;
  color: #005491;
  font-size: 24px;
  text-align: center;
  border-top: none;
  border: 1px solid #dee2e6;
}

@media screen and (max-width: 768px) {
  .company-info__table.table tbody > tr > th {
    display: block;
    width: 100%;
    font-size: 18px;
  }
  .company-info__table.table > tbody > tr > td {
    display: block;
    width: 100%;
  }
}
.map-container {
  max-width: 100%;
  margin: auto;
}

.map-wrapper {
  width: 100%;
  padding-top: 62.5%;
  height: 0;
  position: relative;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.program {
  border-collapse: collapse;
}

.program td {
  border: 1px solid black;
  padding: 20px;
}

.program td:first-child {
  background-color: #005491;
  text-align: center;
  color: white;
}

.bg-yellow {
  background-color: #f5d95e;
  padding: 20px 0px;
}

.bg-dot {
  margin-bottom: -100px;
  padding-top: 70px;
}

.proposal-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.proposal-box:nth-child(1) {
  background-color: #cace51;
}

.proposal-box:nth-child(2) {
  background-color: #daa8a9;
}

.proposal-box:nth-child(3) {
  background-color: #a2af66;
}

.proposal-box:nth-child(4) {
  background-color: #99d4dd;
}

.proposal-box:nth-child(5) {
  background-color: #d9b33a;
}

.proposal-boxes::after {
  content: "";
  display: block;
  width: 45%;
}

.proposal-box {
  width: 45%;
  border-radius: 20px;
  margin-bottom: 80px;
  padding-bottom: 30px;
  text-align: center;
  position: relative;
}

.proposal-box a:hover {
  background-color: white;
  opacity: 0.3;
  border: 2px solid #005491;
  border-radius: 20px;
}

.proposal-box p {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  max-width: 260px;
}

.proposal-box a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* 若者事業部 */
.wakamono__slider {
  margin-bottom: 30px;
}

.wakamono__h2 {
  font-size: 24px !important;
  color: #005491;
  text-align: center;
  font-weight: bold;
  border: none !important;
  margin-bottom: 0 !important;
}

.wakamono__top--text {
  width: 500px;
  max-width: 90%;
  margin: auto;
  margin-bottom: 50px;
}

.wakamono__top--text--bold {
  font-weight: bold;
  font-size: 22px;
  margin: 45px 0 70px;
  text-align: center;
  line-height: 1.8;
}

.wakamono__top--text--bold--yellow {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.wakamono__business--box img {
  width: 100%;
}

.wakamono__business--name {
  font-size: 18px;
  font-weight: bold;
}

/* 新着一覧ページ */
.page-news__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.page-news__container {
  margin-top: 100px;
  width: 900px;
}

.table > tbody > tr > th.page-news__table--time,
.table > tbody > tr > td.page-news__table--text {
  padding: 20px 0;
  position: relative;
}

.table > tbody > tr > th.page-news__table--time {
  color: #f29600;
  font-size: 12px;
  margin-right: 50px;
  font-weight: bold;
  padding-right: 30px;
}

@media screen and (max-width: 480px) {
  .table > tbody > tr > th.page-news__table--time,
  .table > tbody > tr > td.page-news__table--text {
    width: 100%;
    display: block;
    border-top: none;
  }
  .table > tbody > tr > th.page-news__table--time {
    padding-bottom: 0px;
  }
  .table > tbody > tr > td.page-news__table--text {
    border-bottom: 1px solid #ddd;
    padding-top: 0px;
    padding-top: 0;
  }
}
.carousel__relative {
  position: relative;
}

.carousel__btn {
  position: absolute;
  width: 23vw;
  left: 7.7vw;
  animation-name: flash;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.carousel__btn img {
  width: 100%;
}

.carousel__btn:hover {
  opacity: 0.7;
}

.carousel__btn:nth-of-type(1) {
  top: 20vw;
}

.carousel__btn:nth-of-type(2) {
  top: 25vw;
}

.carousel-item {
  position: relative;
}

.carousel__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .carousel__text {
    width: 90%;
  }
}

.carousel__title {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .carousel__title {
    font-size: 20px;
  }
}

.carousel__link {
  font-size: 12px;
  background: #6cd15a;
  border-radius: 5px;
  padding: 10px 20px;
  color: #fff !important;
}

.carousel__link:hover {
  opacity: 0.9;
}

@media screen and (max-width: 768px) {
  .carousel__btn {
    width: 74vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .carousel__btn img {
    width: 100%;
  }
  .carousel__btn:hover {
    opacity: 0.7;
  }
  .carousel__btn:nth-of-type(1) {
    top: 34vw;
  }
  .carousel__btn:nth-of-type(2) {
    top: 47vw;
  }
}
.fb-page {
  max-width: 100%;
}

.movie {
  position: relative;
}
.movie:after {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.expired {
  position: relative;
}

.expired::after {
  background-color: rgba(0, 0, 0, 0.6);
  content: "現在お申し込み受け付けていません";
  font-size: 32px;
  padding-top: 25px;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}/*# sourceMappingURL=style.css.map */