@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;700&display=swap');

html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px; }

.small-text {
    font-size: 35px;
  }

.sp-text-s {
    font-size: 26px;
  }
.sp-text-l {
	font-size: 33px;
}

.weight100	 {
	font-weight:100
	}
 
.weight300	 {
	font-weight:300
	}
 
.weight400	 {
	font-weight:400
	}
 
.weight500	 {
	font-weight:500
	}
 
.weight600	 {
	font-weight:600
	}
 
.weight700	 {
	font-weight:700
	}
 
.weight900	 {
	font-weight:900
	}

.headline {
  height: 30px; }

.headline-lg {
  height: 60px; }

.headline-lg2 {
  height: 90px; }

.button-cv {
  max-width: 400px;
  width: 100%; }

.button-join {
  max-width: 400px; }

.text-red {
  color: #FF0000; }

header {
  padding: 5px 0;
  position: fixed;
  background-color: white; }
  header .logo img {
    max-width: 400px; }
    @media screen and (max-width: 767px) {
      header .logo img {
        width: 260px; } }
  header .conversion img {
    width: 120px; }
    @media screen and (max-width: 767px) {
      header .conversion img {
        width: 100px; } }

.form-wrapper label{
    display: block;
    cursor: pointer;
}

h1 {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700; /* 太字（Bold） */
}

.mv {
  height: auto;
  width: 100%; 
  padding-top: 50px;}
  .mv .mv-image {
    max-width: 100%;
    margin: 0 auto;
    display: block; }

.voice {
  max-width: 860px; }

.nayami-wrapper {
  background-color: #F4F8F9;
  padding: 50px 0;
  margin-top: 50px; }
  .nayami-wrapper .nayami {
    max-width: 860px; }

.hiketsu-wrapper {
  background-color: #E5E8ED;
  padding: 50px 0; }
  .hiketsu-wrapper .hiketsu {
    max-width: 860px; }
    .hiketsu-wrapper .hiketsu .text-wrapper {
      padding: 50px 0; }
    @media screen and (max-width: 767px) {
      .hiketsu-wrapper .hiketsu img.example {
        max-width: 200px; } }

.new-marketing-wrapper {
  background-color: #D5EBF0;
  padding: 50px 0; }
  .new-marketing-wrapper .new-marketing {
    max-width: 860px; }
    .new-marketing-wrapper .new-marketing .text-wrapper {
      padding: 0 0; }
    @media screen and (max-width: 767px) {
      .new-marketing-wrapper .new-marketing .images {
        font-size: 12px; } }

.gain-wrapper {
  padding: 50px 0; }
  .gain-wrapper .gain {
    max-width: 860px; }
    .gain-wrapper .gain .text-wrapper {
      padding: 50px 0; }

.present-wrapper {
  background-color: #F4F8F9;
  padding: 50px 0; }
  .present-wrapper .present {
    max-width: 860px; }
    .present-wrapper .present .text-wrapper {
      padding: 50px 0; }

.principle-wrapper {
  background-color: #D5EBF0;
  padding: 50px 0; }
  .principle-wrapper .principle {
    max-width: 860px; }
    .principle-wrapper .principle .text-wrapper {
      padding: 50px 0; }

.overview-wrapper {
  padding: 50px 0 0; }
  .overview-wrapper .overview {
    max-width: 860px; }
    .overview-wrapper .overview .overview-box {
      border: 1px solid #1E3A40; }
      .overview-wrapper .overview .overview-box .overview-headline {
        background-color: #1E3A40;
        color: #fff;
        padding: 10px 20px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.2em; }
      .overview-wrapper .overview .overview-box .overview-body {
        padding: 20px;
        background: white;
        font-size: 14px; }

.summary-wrapper {
  background-color: #27468B; }
  .summary-wrapper .summary {
    max-width: 860px; }

.schedule-wrapper {
  background-color: #D5EBF0;
  padding: 0 0; }
  .schedule-wrapper .schedule {
    background-color: white;
    border-radius: 20px;
    max-width: 528px; }


footer {
  background: #333333;
  color: white; }
  footer a {
    color: white;
    text-decoration: none; }
    footer a:hover {
      color: white; }


/*# sourceMappingURL=style.css.map */
