@charset "UTF-8";
body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
}
body P {
  text-align: justify;
}

.publicInfo {
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
}

main {
  max-width: 1920px;
  margin: 0 auto;
  padding: 1rem;
  background-color: #fff;
  display: none;
}
main h3,
main p {
  margin: 0.5rem;
}
main h3 {
  background-color: #1d9bf0;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  border-radius: 5px;
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  align-items: center;
}
main h3:before {
  content: url("../images/monotan_icon_small.svg");
  width: 55px;
  margin-right: 0.5rem;
}
main h3 br {
  display: none;
}
main .overview {
  padding: 1rem;
  line-height: 1.5rem;
}
main .overview span {
  color: #1d9bf0;
  font-weight: bold;
}
main #twIcon {
  width: 250px;
  margin: 0 auto;
  transition: 0.3s;
}
main #twIcon:hover {
  transform: scale(1.1, 1.1);
}
main #twIcon #tw_icon {
  margin: 0 auto;
}
main #twIcon #tw_icon a {
  display: block;
}
@media screen and (max-width: 599px) {
  main #twIcon #tw_icon {
    width: 200px;
  }
}
main .welcomeSpread {
  text-align: center;
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: bold;
  color: red;
  animation: blinking 0.75s ease-in-out infinite alternate;
}
main .txtAnimation {
  display: block;
  width: 40%;
  margin: 1rem auto;
}
@media screen and (max-width: 599px) {
  main .txtAnimation {
    width: 90%;
  }
}
@media screen and (max-width: 699px) {
  main .scrollWrap {
    display: none;
  }
}

#mainVisual {
  position: relative;
}
#mainVisual .subTitle {
  background-color: rgb(124.6514522822, 197.3236514523, 246.3485477178);
  padding: 0.5rem;
}
#mainVisual .subTitle p {
  text-align: center;
  color: #00f;
  font-size: 2.125rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 459px) {
  #mainVisual .subTitle p {
    font-size: 1.5rem;
  }
}
#mainVisual h1 {
  position: relative;
  margin: 0;
}
#mainVisual .mainVisualSP {
  display: none;
}
@media screen and (max-width: 599px) {
  #mainVisual .mainVisualSP {
    display: block;
  }
}
#mainVisual .mainTitlePC {
  position: absolute;
  top: 52%;
  left: 50%;
  width: 56%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 599px) {
  #mainVisual .mainTitlePC {
    top: 51%;
    left: 50%;
    width: 94%;
  }
}
#mainVisual .mainVisualMovie {
  width: 100%;
}
@media screen and (max-width: 599px) {
  #mainVisual .mainVisualMovie {
    display: none;
  }
}
#mainVisual .mainVisualSpMovie {
  display: none;
}
@media screen and (max-width: 599px) {
  #mainVisual .mainVisualSpMovie {
    display: block;
    width: 100%;
  }
}

#enquete {
  margin-bottom: 2rem;
}
#enquete p {
  text-align: center;
}
#enquete p span {
  display: inline-block;
  color: red;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-feature-settings: "palt";
}
#enquete p a {
  display: inline-block;
  margin: 0.5rem 0;
  color: #fff;
  background-color: red;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  width: fit-content;
  padding: 0.5rem;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
}
#enquete p a:hover {
  opacity: 0.6;
}
#enquete .presentWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 896px) {
  #enquete .presentWrap {
    flex-direction: column;
  }
}
#enquete .presentWrap a {
  text-decoration: none;
  color: initial;
  transition: 0.3s;
  margin: 0 1rem;
}
#enquete .presentWrap a:hover {
  transform: scale(1.05);
}
#enquete .presentWrap figure {
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  #enquete .presentWrap figure {
    margin: 1rem;
  }
}
#enquete .presentWrap figure img {
  display: block;
  width: 250px;
  margin: 0 auto;
}
#enquete .presentWrap figcaption {
  font-feature-settings: "palt";
  text-align: center;
}

#pdfEbookWrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 859px) {
  #pdfEbookWrap {
    flex-direction: column;
  }
}
#pdfEbookWrap #pdf,
#pdfEbookWrap #eBook {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 40%;
}
@media screen and (max-width: 859px) {
  #pdfEbookWrap #pdf,
  #pdfEbookWrap #eBook {
    width: 100%;
  }
}
#pdfEbookWrap #pdf img,
#pdfEbookWrap #eBook img {
  width: 60%;
  border: 1px solid #aaa;
}
@media screen and (max-width: 859px) {
  #pdfEbookWrap #pdf img,
  #pdfEbookWrap #eBook img {
    width: 60%;
  }
}
@media screen and (max-width: 459px) {
  #pdfEbookWrap #pdf img,
  #pdfEbookWrap #eBook img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
}
#pdfEbookWrap #pdf .paperText,
#pdfEbookWrap #eBook .paperText {
  font-size: 0.9rem;
  font-feature-settings: "palt";
  color: blue;
  margin: 0 0 0.5rem 0;
}
@media screen and (max-width: 859px) {
  #pdfEbookWrap #eBook {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1079px) {
  #pdfEbookWrap #eBook .ebookBr {
    display: none;
  }
}
#pdfEbookWrap .pdfDl,
#pdfEbookWrap .eBook {
  text-decoration: none;
  font-size: 1rem;
  transition: 0.3s;
}
#pdfEbookWrap .pdfDl:hover,
#pdfEbookWrap .eBook:hover {
  transition: 0.3s;
  opacity: 0.6;
}
#pdfEbookWrap .pdfDl p,
#pdfEbookWrap .eBook p {
  text-align: center;
  margin: 0.25rem;
}
#pdfEbookWrap .pdfDl {
  color: red;
  border-bottom: 1px solid red;
}

.eBook {
  color: blue;
  border-bottom: 1px solid blue;
}

.pdfDlTitle,
.ebookDlTitle {
  color: #fff;
  background-color: red;
  text-align: center;
  width: 300px;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
}

.ebookDlTitle {
  background-color: blue;
}

.grayPdfDlTitle {
  background-color: #aaa;
}

#pdfUnder {
  transition: 0.3s;
}
#pdfUnder .pdfDl {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: red;
  font-feature-settings: "palt";
}
#pdfUnder .pdfDl a {
  transition: 0.3s;
  font-size: 1.5rem;
}
#pdfUnder .pdfDl a:hover {
  opacity: 0.6;
}
#pdfUnder .pdfDl .quickReferenceBr {
  display: none;
}
@media screen and (max-width: 452px) {
  #pdfUnder .pdfDl .quickReferenceBr {
    display: block;
  }
}
#pdfUnder .pdfDl p {
  text-align: center;
}
#pdfUnder .pdfDl br:last-child {
  display: none;
}
@media screen and (max-width: 624px) {
  #pdfUnder .pdfDl {
    text-align: center;
  }
  #pdfUnder .pdfDl br:last-child {
    display: block;
  }
}

.dlNote {
  width: fit-content;
  margin: 2rem auto 0;
}

.addMarginTop {
  margin-top: 100px;
}

#slides .companies {
  background-color: hsl(204.1706161137, 87.5518672199%, 122.7450980392%);
  display: grid !important;
  grid-template-columns: repeat(auto-fit, 260px);
  gap: 10px 20px;
  justify-content: center;
  padding: 0.5rem;
}
#slides .companies a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  border: 1px solid rgb(148.5643153527, 207.9045643154, 247.9356846473);
  border-radius: 5px;
  background-color: #fff;
  padding: 1rem 4px;
  height: auto;
  text-align: center;
  font-feature-settings: "palt";
  transition: 0.3s;
}
#slides .companies a:hover {
  background-color: rgb(148.5643153527, 207.9045643154, 247.9356846473);
}
#slides .companies a.margin {
  visibility: hidden;
}
#slides .companies a.hiddenAnker {
  border: none;
  background-color: initial;
}

#logo_wrap div.logo_wrap {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, 260px);
  gap: 10px 20px;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
#logo_wrap div.logo_wrap div {
  margin: 0.5rem;
  padding: 0.5rem;
  border: 1px solid #aaa;
  height: 150px;
  display: flex;
  align-items: center;
}
#logo_wrap div.logo_wrap .monkasyo_logo {
  flex-direction: column;
  justify-content: end;
}
#logo_wrap div.logo_wrap .monkasyo_logo p {
  margin: 0.5rem;
}
#logo_wrap div.logo_wrap .kata_kosen {
  justify-content: center;
  padding: 0;
}
#logo_wrap div.logo_wrap .kata_kosen img {
  width: 225px;
}
#logo_wrap div.logo_wrap .mirai {
  justify-content: center;
}
#logo_wrap div.logo_wrap .mirai img {
  width: 225px;
}
#logo_wrap div.logo_wrap a {
  text-decoration: none;
  color: #000;
}
#logo_wrap div.logo_wrap p {
  text-align: center;
}
#logo_wrap img {
  width: 200px;
  margin: 0 auto;
}

#nikkan {
  margin-top: 1rem;
}
#nikkan p {
  text-align: center;
  margin: 0.5rem;
}

footer {
  padding: 2rem;
  background-color: rgb(124.6514522822, 197.3236514523, 246.3485477178);
}
footer div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
footer a {
  margin: 0 auto;
}
footer a img {
  width: 200px;
}
footer p {
  margin: 0.5rem;
  text-align: center;
}

/* 上に戻るボタン */
#pageTop p {
  cursor: pointer;
  position: fixed;
  font-size: 2.5rem;
  color: #1d9bf0;
  right: 5%;
  transition: 0.4s;
  z-index: 999;
}

#pageTop p:hover {
  color: rgb(100.7385892116, 186.7427385892, 244.7614107884);
}

/*slick setting*/
.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
  z-index: 999;
}

.slick-prev:before,
.slick-next:before {
  color: #1d9bf0;
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
}

.slick-dots {
  z-index: 999;
}

/* ▼▼▼ ローディング画面 ▼▼▼ */
@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple-multiple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 0.5s;
  background-color: #1d9bf0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  margin: 0;
}

.loader {
  width: 57px;
  height: 57px;
  margin: 200px auto;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.ball-scale-ripple-multiple {
  position: relative;
  transform: translateY(-25px);
}

.ball-scale-ripple-multiple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.ball-scale-ripple-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

/* ▲▲▲ ここまで、ローディング画面 ▲▲▲ */
#seniorSearch {
  margin: 3rem auto 0;
}

.seniorSearchBtn {
  background-color: #1d9bf0;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.seniorSearchBtn:hover {
  opacity: 0.8;
  -webkit-animation: purupuru 1s linear 0s 1;
  animation: purupuru 1s linear 0s 1;
}
.seniorSearchBtn .clickIcon {
  padding: 0.25rem;
  color: red;
  border-radius: 50%;
  border: 2px solid red;
  animation: blinking 0.75s ease-in-out infinite alternate;
}

@-webkit-keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes purupuru {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purupuru {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
.seniorsListWrap {
  display: none;
}
.seniorsListWrap .seniorsList {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 93%;
  margin: 0 auto;
  background-color: rgb(220.3029045643, 239.6473029046, 252.6970954357);
}
.seniorsListWrap .seniorsList > p {
  width: 15rem;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.seniorsListWrap .seniorsList > p:hover {
  color: red;
}
.seniorsListWrap .seniorsList .pointerEvent:hover {
  color: initial;
}
@media screen and (max-width: 825px) {
  .seniorsListWrap .seniorsList {
    width: 80%;
  }
}

#modalBack {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.7;
  z-index: 1001;
  display: none;
}

.companyDisplay {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: hsl(204.1706161137, 87.5518672199%, 122.7450980392%);
  border-radius: 5px;
  padding: 1rem;
  width: 80%;
  border: 10px double #1d9bf0;
  z-index: 1002;
  display: none;
}
.companyDisplay p.targetCompany {
  font-size: 1.125rem;
  line-height: 2rem;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 499px) {
  .companyDisplay p.targetCompany {
    font-size: 1rem;
  }
}
.companyDisplay p.otherWrap {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 3em;
  column-gap: 3em;
}
@media screen and (max-width: 824px) {
  .companyDisplay p.otherWrap {
    column-count: 1;
  }
}
.companyDisplay p.schoolName {
  text-align: center;
  color: red;
  margin: 0 0 1.5rem 0;
}
.companyDisplay p.closeBtn {
  background-color: #fff;
  cursor: pointer;
  padding: 0.5rem;
  text-align: center;
  width: 4rem;
  margin: 0.5rem auto 0;
  border: 1px solid #aaa;
  border-radius: 5px;
  transition: 0.3s;
}
.companyDisplay p.closeBtn:hover {
  background-color: #eee;
}
.companyDisplay p.enterKey {
  font-size: 0.9rem;
  text-align: center;
  color: #777;
}
@media screen and (max-width: 499px) {
  .companyDisplay p.enterKey {
    display: none;
  }
}
@media screen and (max-width: 1049px) {
  .companyDisplay {
    width: 100%;
  }
}

.scroll {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}

.scrollArrow {
  display: block;
  width: 200px;
  margin: -5rem auto -3rem;
}
@media screen and (max-width: 599px) {
  .scrollArrow {
    width: 150px;
    margin: -4rem auto -2rem;
  }
}

@-webkit-keyframes bound-anim {
  0% {
    transform: translateY(-10%) scale(1, 1);
  }
  50% {
    transform: translateY(0%) scale(1, 1);
  }
  100% {
    transform: translateY(10%) scale(1.1, 0.9);
  }
}
@keyframes bound-anim {
  0% {
    transform: translateY(-10%) scale(1, 1);
  }
  50% {
    transform: translateY(0%) scale(1, 1);
  }
  100% {
    transform: translateY(10%) scale(1.1, 0.9);
  }
}
@-webkit-keyframes bound-anim2 {
  0% {
    transform: translateY(-10%) scale(-1, 1);
  }
  50% {
    transform: translateY(0%) scale(-1, 1);
  }
  100% {
    transform: translateY(10%) scale(-1.1, 0.9);
  }
}
@keyframes bound-anim2 {
  0% {
    transform: translateY(-10%) scale(-1, 1);
  }
  50% {
    transform: translateY(0%) scale(-1, 1);
  }
  100% {
    transform: translateY(10%) scale(-1.1, 0.9);
  }
}
#youTubeContents .youTubeContentsWrap {
  margin-top: 1rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 699px) {
  #youTubeContents .youTubeContentsWrap {
    flex-direction: column;
  }
}
#youTubeContents .youTubeContentsWrap .youTubeWrap {
  width: 45%;
  margin: 0 auto;
  aspect-ratio: 16/9;
  position: relative;
}
@media screen and (max-width: 699px) {
  #youTubeContents .youTubeContentsWrap .youTubeWrap {
    height: 100%;
    margin-bottom: 1rem;
  }
}
#youTubeContents .youTubeContentsWrap .youTubeWrap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 699px) {
  #youTubeContents .youTubeContentsWrap .youTubeWrap iframe {
    height: 250px;
  }
}
#youTubeContents .youTubeContentsWrap .youTubeWrap p {
  font-size: 0.95rem;
  line-height: 1.5rem;
}
#youTubeContents .youTubeContentsWrap .youTubeWrap p .youtuber {
  font-weight: bold;
}
@media screen and (max-width: 699px) {
  #youTubeContents .youTubeContentsWrap .youTubeWrap {
    width: 80%;
    height: auto;
  }
}
#youTubeContents .youTubeContentsWrap .youTubeWrap .ytThumb {
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
}
#youTubeContents .youTubeContentsWrap .youTubeWrap .ytThumb:hover {
  opacity: 0.8;
}

#topBtn {
  display: block;
  position: fixed;
  width: 150px;
  height: 150px;
  /* bottom: 3em; */
  /* left: calc(50% + 470px); */
  right: 0;
  cursor: pointer;
}

#monotanWrap {
  margin-top: 2rem;
  position: relative;
  width: 250px;
  margin: 0 auto;
}
#monotanWrap .monotanIcon,
#monotanWrap .monotanIconEyes {
  width: 250px;
  margin: 0 auto;
}
#monotanWrap .monotanIconEyes {
  width: 100px;
  margin: 0 auto;
  position: absolute;
  top: 26.25%;
  left: 31%;
  transform: translateX(-52%);
  animation: scaleout infinite 7s ease-out;
}
#monotanWrap .monotanCaption {
  text-align: center;
}

@keyframes scaleout {
  0% {
    transform: rotate(-1deg) scaleY(1);
  }
  25% {
    transform: rotate(-1deg) scaleY(1);
  }
  26% {
    transform: rotate(-1deg) scaleY(0);
  }
  27% {
    transform: rotate(-1deg) scaleY(1);
  }
  80% {
    transform: rotate(-1deg) scaleY(1);
  }
  81% {
    transform: rotate(-1deg) scaleY(0);
  }
  82% {
    transform: rotate(-1deg) scaleY(1);
  }
  83% {
    transform: rotate(-1deg) scaleY(1);
  }
  84% {
    transform: rotate(-1deg) scaleY(0);
  }
  85% {
    transform: rotate(-1deg) scaleY(1);
  }
  100% {
    transform: rotate(-1deg) scaleY(1);
  }
}/*# sourceMappingURL=style.css.map */