@charset "UTF-8";
.lp .l_main {
  margin-top: 0px;
}
.lp .l_main img {
  width: 100%;
}
.l_main p {
  font-size: 18px;
}

header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 70px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(245, 248, 253, 0.9);
  backdrop-filter: blur(20px) saturate(130%);
  -webkit-backdrop-filter: blur(20px) saturate(130%);
  border-bottom: 1px solid rgba(180, 196, 216, 0.35);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 8px 24px rgba(24, 40, 72, 0.12);
  transition: all 0.2s;
}
@media screen and (max-width: 540px) {
  header {
    height: 55px;
    padding: 0 10px;
  }
}

header h1,
header .c_btn {
  width: 50%;
}
header h1 {
  display: flex;
  align-items: center;
}

header h1 a {
  width: 100%;
  max-width: 220px;
  display: inline-block;
}

header h1 img {
  max-width: 200px;
  max-height: 40px;
}
header .c_btn {
  display: inline-block;
  margin-right: 0;
  max-width: 190px;
  font-size: 14px;
  padding: 8px 5px 8px 5px;
}
@media screen and (max-width: 540px) {
  header .c_btn {
    font-size: 12px;
    padding: 10px 30px 10px 5px;
  }
}

.lp .container {
  max-width: 950px;
}
@media screen and (max-width: 1280px) {
  .lp .container {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 990px) {
  .lp .container {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.lp .mv {
  position: relative;
  padding: 70px 0px 0px;
  text-align: center;
  background-image: url(/2024/ja/application/sponsor/images/bg_mv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.lp .mv h1 {
  width: 80%;
  max-width: 1100px;
  padding-top: 3em;
  padding-bottom: 4em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-weight: 800;
  font-size: 50px;
  text-shadow: 0px 0px 10px rgba(0, 15, 153, 0.6), 0px 0px 10px rgba(0, 15, 153, 0.6), 0px 0px 1px rgba(0, 15, 153, 1);
}

.lp .mv h1 img {
  height: 100px;
  width: auto;
  vertical-align: middle;
  filter: drop-shadow(0px 0px 10px rgba(0, 15, 153, 0.6)) drop-shadow(0px 0px 10px rgba(0, 15, 153, 0.6)) drop-shadow(0px 0px 1px rgba(0, 15, 153, 1));
}

@media screen and (max-width: 1130px) {
  .lp .mv h1 {
    font-size: 40px;
  }
  .lp .mv .sp_only {
    display: block;
  }
}
@media screen and (max-width: 580px) {
  .lp .mv h1 {
    font-size: 30px;
    padding-bottom: 6em;
  }
}

.wrap_readtext {
  color: #fff;
  padding: 35px 0;
  background: rgb(0, 15, 153);
  background: linear-gradient(175deg, rgba(0, 15, 153, 1) 0%, rgba(20, 40, 218, 1) 100%);
}
.wrap_readtext .container {
  font-weight: 700;
  font-size: 25px;
}
@media screen and (max-width: 640px) {
  .wrap_readtext .container {
    font-size: 20px;
    text-align: left;
  }
  .wrap_readtext .container br {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .wrap_readtext .container {
    font-size: 18px;
  }
}

/* 共通 指定　*/
.lp .c_btn {
  color: #fff;
  border: 1px solid #fff;
  background-color: rgb(0, 15, 153);
}
.lp .c_btn:hover {
  background-color: rgb(166, 198, 232);
}

.lp h2.ttl {
  position: relative;
  margin-top: 4em;
  margin-bottom: 1em;
  font-size: 40px;
  font-weight: 700;
  color: rgb(0, 15, 153);
  line-height: 1.2;
  /* padding-left: 50px; */
  padding-bottom: 0.25em;
  border-bottom: 3px solid rgb(0, 15, 153);
  display:flex;
  align-items: center;
  justify-content: flex-start;
}

.lp h2.ttl span.material-symbols-outlined {
  font-size: 40px;
  line-height: 1;
}
.lp h3.ttl {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  background-color: var(--pickup);
  padding: 15px;
  text-align: center;
  line-height: 1.2;
  word-break: auto-phrase;
  margin-bottom: 0.5em;
}
.lp h3.ttl .material-icons-round {
  font-size: 33px;
  line-height: 1;
  vertical-align: bottom;
}
@media screen and (max-width: 1130px) {
  .lp h2.ttl {
    font-size: 34px;
  }

  .lp h3.ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 580px) {
  .lp h2.ttl {
    margin-top: 2.5em;
    font-size: 28px;
  }

  .lp h3.ttl {
    font-size: 22px;
  }
}

/* メリット */

.merit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: var(--pickup);
  padding-top: 40px;
  padding: 40px 25px 25px;
}
.merit .item {
  width: 32.5%;
  position: relative;
  padding: 0px 30px 20px;
  border-radius: 15px;
  font-size: 22px;
  font-weight: 700;
  color: var(--pickup);
  line-height: 1.2;
  word-break: auto-phrase;
  text-align: center;
  background-color: #fff;
}
.merit .item figure {
  min-height: 120px;
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 20px;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.merit .item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1100px) {
  .merit .item {
    width: 49%;
  }
  .merit .item:nth-child(3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .merit .item {
    width: 100%;
  }
  .merit .item:nth-child(2n) {
    margin-top: 40px;
  }
}

.merit .item::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #fff;
  border-radius: 150px;
  z-index: 5;
}
.merit .item::after {
  content: "1";
  color: var(--pickup);
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 6;
}
.merit .item:nth-child(2):after {
  content: "2";
}

.merit .item:nth-child(3):after {
  content: "3";
}

/* スケジュールブロック */

.recruitment_menu {
  width: 100%;
  margin-top: 3em;
  font-size: 20px;
}

.recruitment_menu thead th {
  padding: 15px 5px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-weight: 700;
  background: rgb(0, 15, 153);
  background: linear-gradient(175deg, rgba(0, 15, 153, 1) 0%, rgba(20, 40, 218, 1) 100%);
  border: 1px solid rgba(0, 15, 153, 1);
}
.recruitment_menu thead th:first-of-type {
  background: none;
  border: none;
}
.recruitment_menu tbody th {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  background: rgba(0, 15, 153, 0.1);
  border: 1px solid rgba(0, 15, 153, 1);
}
.recruitment_menu tbody td {
  font-weight: 700;
  padding: 10px;
  vertical-align: middle;
  border: 1px solid rgba(0, 15, 153, 1);
}

@media screen and (max-width: 840px) {
  .wrap_recruitment_menu_flex_unit {
    display: block;
  }
  .recruitment_menu .step {
    width: 100%;
  }
  .recruitment_menu .step:first-of-type {
    margin-bottom: 15px;
  }
}

/* 募集期間 申請について */
.wrap_period p,
.wrap_cost p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}
.l_main .wrap_period p {
  font-size: 26px;
  padding: 1.5em 1em;
  background-color: rgba(20, 40, 218, 0.1);
}

@media screen and (max-width: 767px) {
}

/*　問合せ窓口ブロック*/

.wrap_contact {
  padding-bottom: 100px;
}
.wrap_contact p {
  text-align: center;
}

.wrap_contact .mgt30 {
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
}
.wrap_contact .mgt30 li {
  width: 50%;
}
@media screen and (max-width: 840px) {
  .wrap_contact .mgt30 {
    display: block;
  }
  .wrap_contact .mgt30 li {
    width: 100%;
  }
}

.wrap_contact .c_btn span {
  font-size: 0.8rem;
}

/* mv 直下画像スライダー */
.img_slick,
.img_slick ul {
  width: 100%;
}
.img_slick .slick-track {
  display: flex;
}

.img_slick .slick-slide {
  height: auto !important;
}

.img_slick figure {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.img_slick figure::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.img_slick figure img {
  width: 100%;
  max-height: none;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
