@charset "UTF-8";
.page__ttl {
  text-align: center;
  margin-top: 55px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .page__ttl {
    margin-top: 40px;
    margin-bottom: 70px;
  }
}
.page__ttl span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 620px;
  margin-inline: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page__ttl span {
    width: 66%;
    max-width: 260px;
  }
}
.page__ttl span img {
  width: 100%;
  height: auto;
}
.page__ttl span::after {
  content: "";
  display: flex;
  align-items: center;
  width: 11.3%;
  height: auto;
  aspect-ratio: 65/87;
  background: url(/recruit/assets/images/common/chara01.svg) center center/contain no-repeat;
  position: absolute;
  right: 6.5%;
  top: 50%;
  z-index: 1;
  margin: auto;
  animation: float-bobbing 3s ease-in-out infinite;
}
@media only screen and (max-width: 767px) {
  .page__ttl span::after {
    width: 13%;
  }
}

.page__read {
  text-align: center;
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .page__read {
    margin-bottom: 60px;
    text-align: center;
    line-height: 1.5;
  }
}
.page__read .inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: clamp(1.5rem, 2.2222222222vw, 2rem);
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}
@media only screen and (max-width: 767px) {
  .page__read .inner {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 0;
  }
}
.page__read .inner .year {
  padding-right: 0.5em;
}
@media only screen and (max-width: 767px) {
  .page__read .inner .year {
    padding-right: 0;
    display: inline-block;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000000;
    margin-bottom: 10px;
  }
}

.section__box.sec__outline {
  background: #40bbf0;
  padding: 100px 0;
}
.section__box.sec__outline .section__inner {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 60px 0;
  box-sizing: border-box;
}
.section__box.sec__outline .section__inner .sec__ttl {
  font-size: clamp(1.5rem, 2.2222222222vw, 2rem);
  color: #000;
  margin-bottom: 50px;
  border-bottom: 4px solid #40bbf0;
  line-height: 1;
  display: inline-block;
  padding-bottom: 10px;
  padding-left: 10%;
}
@media only screen and (max-width: 767px) {
  .section__box.sec__outline .section__inner .sec__ttl {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.section__box.sec__outline .section__inner .sec__ttl span {
  display: block;
}
.section__box.sec__outline .section__inner .dl__box {
  padding: 0 10%;
}
.section__box.sec__outline .section__inner .dl__box dl {
  display: grid;
  grid-template-columns: 174px 1fr;
  gap: 0;
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid #b5b5b5;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .section__box.sec__outline .section__inner .dl__box dl:nth-of-type(1) {
    padding-top: 0;
  }
  .section__box.sec__outline .section__inner .dl__box dl {
    display: block;
    padding: 25px 0;
  }
}
.section__box.sec__outline .section__inner .dl__box dl dt {
  color: #40bbf0;
  font-size: clamp(0.84375rem, 1.25vw, 1.125rem);
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .section__box.sec__outline .section__inner .dl__box dl dt {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.section__box.sec__outline .section__inner .dl__box dl dd {
  margin: 0;
  font-size: clamp(0.75rem, 1.1111111111vw, 1rem);
  line-height: 1.8;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .section__box.sec__outline .section__inner .dl__box dl dd {
    font-size: 14px;
  }
}
.section__box.sec__outline .section__inner .dl__box dl dd ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
.section__box.sec__outline .section__inner .dl__box dl dd ul li {
  display: grid;
  grid-template-columns: 120px 1fr;
  margin-bottom: 5px;
}
.section__box.sec__outline .section__inner .dl__box dl dd ul li span {
  font-weight: normal;
}
.section__box.sec__outline .section__inner .dl__box dl dd .btn__box {
  margin-top: 30px;
  text-align: center;
}
.section__box.sec__outline .section__inner .dl__box dl dd .btn__box a {
  padding: clamp(0.75rem, 0.9722222222vw, 0.875rem) clamp(1.171875rem, 1.7361111111vw, 1.5625rem);
  box-sizing: border-box;
  max-width: 206px;
  background: #fcee21;
  border-radius: 100px;
  border: 1.5px solid #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #000000;
  font-size: clamp(0.75rem, 0.9722222222vw, 0.875rem);
  font-weight: 700;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .section__box.sec__outline .section__inner .dl__box dl dd .btn__box a {
    margin-inline: auto;
  }
}
.section__box.sec__outline .section__inner .dl__box dl dd .btn__box a:before, .section__box.sec__outline .section__inner .dl__box dl dd .btn__box a:after {
  content: "";
  display: block;
  transition: all 0.3s;
}
.section__box.sec__outline .section__inner .dl__box dl dd .btn__box a:before {
  width: clamp(0.75rem, 0.9027777778vw, 0.8125rem);
  height: clamp(0.75rem, 0.9027777778vw, 0.8125rem);
  -webkit-mask-image: url(/recruit/assets/images/common/icon_blank02.svg);
          mask-image: url(/recruit/assets/images/common/icon_blank02.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #000000;
}
.section__box.sec__outline .section__inner .dl__box dl dd .btn__box a:after {
  width: clamp(0.75rem, 0.8333333333vw, 0.75rem);
  height: clamp(0.75rem, 0.8333333333vw, 0.75rem);
  -webkit-mask-image: url(/recruit/assets/images/common/arrow01.svg);
          mask-image: url(/recruit/assets/images/common/arrow01.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #000000;
}
@media print, screen and (min-width: 768px) {
  .section__box.sec__outline .section__inner .dl__box dl dd .btn__box a:hover {
    background: #ffffff;
    color: #40bbf0;
  }
  .section__box.sec__outline .section__inner .dl__box dl dd .btn__box a:hover:before {
    background: #40bbf0;
  }
  .section__box.sec__outline .section__inner .dl__box dl dd .btn__box a:hover:after {
    background: #40bbf0;
  }
}
@media only screen and (max-width: 767px) {
  .section__box.sec__outline .section__inner .dl__box dl {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.section__box.sec__guideline {
  padding: 170px 0 207px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section__box.sec__guideline {
    padding: 100px 0 110px;
  }
}
.section__box.sec__guideline .section__inner {
  width: 90%;
  max-width: 750px;
  margin-inline: auto;
}
.section__box.sec__guideline .section__inner .section__ttl {
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .section__box.sec__guideline .section__inner .section__ttl {
    margin-bottom: 50px;
  }
}
.section__box.sec__guideline .section__inner .section__ttl span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: clamp(1.59375rem, 2.3611111111vw, 2.125rem);
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section__box.sec__guideline .section__inner .section__ttl span {
    font-size: 24px;
  }
}
.section__box.sec__guideline .section__inner .grid__box {
  padding: 5%;
  background: #f0f6f9;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
}
.section__box.sec__guideline .section__inner .grid__box dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.section__box.sec__guideline .section__inner .grid__box dl + dl {
  border-top: 1px dashed #b5b5b5;
}
.section__box.sec__guideline .section__inner .grid__box dl dt {
  flex: 0 0 40%;
  padding: 20px;
  color: #40bbf0;
  display: flex;
  align-items: center;
  font-size: clamp(0.84375rem, 1.25vw, 1.125rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .section__box.sec__guideline .section__inner .grid__box dl dt {
    flex: 0 0 100%;
    font-size: 16px;
    padding-inline: 0;
    padding-bottom: 8px;
  }
}
.section__box.sec__guideline .section__inner .grid__box dl dt:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #40bbf0;
  margin-right: 10px;
}
.section__box.sec__guideline .section__inner .grid__box dl dd {
  flex: 1;
  margin: 0;
  padding: 20px;
  line-height: 1.6;
  color: #000000;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .section__box.sec__guideline .section__inner .grid__box dl dd {
    font-size: 14px;
    flex: 0 0 100%;
    padding: 0 0 20px;
  }
}

.outline__link {
  background: #40bbf0;
  padding-block: 45px 200px;
}
@media only screen and (max-width: 767px) {
  .outline__link {
    padding-block: 50px 60px;
  }
}
.outline__link ul {
  width: 90%;
  max-width: 620px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.outline__link ul li {
  list-style: none;
}
.outline__link ul li a {
  padding: clamp(2.34375rem, 3.4722222222vw, 3.125rem) clamp(2.8125rem, 4.1666666667vw, 3.75rem);
  box-sizing: border-box;
  background: #fcee21;
  border-radius: 100px;
  border: 3.5px solid #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #000000;
  font-size: clamp(1.3125rem, 1.9444444444vw, 1.75rem);
  font-weight: 700;
  text-align: center;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .outline__link ul li a {
    padding: 20px clamp(2.8125rem, 4.1666666667vw, 3.75rem);
    font-size: 20px;
  }
}
.outline__link ul li a:before, .outline__link ul li a:after {
  content: "";
  display: block;
  transition: all 0.3s;
}
.outline__link ul li a:before {
  width: clamp(1.21875rem, 1.8055555556vw, 1.625rem);
  height: clamp(1.5rem, 2.2222222222vw, 2rem);
  -webkit-mask-image: url(/recruit/assets/images/common/icon_paper.svg);
          mask-image: url(/recruit/assets/images/common/icon_paper.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #000000;
}
.outline__link ul li a:after {
  width: clamp(0.9375rem, 1.3888888889vw, 1.25rem);
  height: clamp(1.6875rem, 2.5vw, 2.25rem);
  -webkit-mask-image: url(/recruit/assets/images/common/arrow04.svg);
          mask-image: url(/recruit/assets/images/common/arrow04.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #000000;
}
@media print, screen and (min-width: 768px) {
  .outline__link ul li a:hover {
    background: #ffffff;
    color: #40bbf0;
  }
  .outline__link ul li a:hover:before {
    background: #40bbf0;
  }
  .outline__link ul li a:hover:after {
    background: #40bbf0;
  }
}

footer {
  background: #40bbf0;
}

@keyframes float-bobbing {
  0%, 100% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(-80%);
  }
}