@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&display=swap');
html {
  font-family: 'Noto Sans JP', sans-serif; 
  font-size: 18px; }

/* Chrome, Edge, Safari (WebKit) 用のCSS */
video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}

/* Firefox 用のCSS */
video::--moz-media-controls-fullscreen-button {
    display: none !important;
}

/* Internet Explorer 用のCSS (非推奨) */
video::-ms-fullscreen-button {
    display: none !important;
}

html, body { overflow-x: hidden; }

p {
	font-weight: 400;
}

.right-voice {
	text-align: right;
}

.headline {
	width: 100%;
	height: auto; 
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;  /* ブロック要素にする */
	margin-left: auto;
	margin-right: auto;
}

.headline-s {
	width: 100%;
	height: auto; 
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;  /* ブロック要素にする */
	margin-left: auto;
	margin-right: auto;
}

.headline-1 {
	padding: 10px 0;
}

.headline2 {
  height: 80px; }

.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;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  /* iPhoneのノッチ対策をするなら↓ */
  padding-top: env(safe-area-inset-top); }

header .logo img {
    max-width: 400px; }
    @media screen and (max-width: 767px) {
      header .logo img {
        width: 260px; } }

header .conversion img {
    width: 200px; 
	text-align: right;}
    @media screen and (max-width: 767px) {
      header .conversion img {
        width: 150px; } }


.form-wrapper label{
    display: block;
    cursor: pointer;
}

.mv {
  height: auto;
  width: 100%; 
  padding-top: 50px;}
  .mv .mv-image {
    max-width: 100%;
    margin: 0 auto;
    display: block; }

.voice-wrapper {
	background-color: #E5F6FB;
}

.voice {
  max-width: 860px; }

.title-bg {
	background-image: linear-gradient(90deg, #169da6, #48bde2);
	text-align: center;
}

.title-row {
	max-width: 860px;
	display: block;  /* ブロック要素にする */
	margin-left: auto;
	margin-right: auto;
}

.nayami-wrapper {
  background-color: #FFFFFF;
  margin-bottom: 50px; 
}
  .nayami-wrapper .nayami {
    max-width: 860px; }



.hiketsu-wrapper {
  background-color: #E5E8ED;
  padding: 30px 0; }
  .hiketsu-wrapper .hiketsu {
    max-width: 860px; }
    .hiketsu-wrapper .hiketsu .text-wrapper {
      padding: 30px 10px 30px 10px; }
    @media screen and (max-width: 767px) {
      .hiketsu-wrapper .hiketsu img.example {
        max-width: 200px; } }

.new-marketing-wrapper {
  padding: 30px 0; }
  .new-marketing-wrapper .new-marketing {
    max-width: 860px; }
    .new-marketing-wrapper .new-marketing .text-wrapper {
      padding: 30px 0 30px 0; }
    @media screen and (max-width: 767px) {
      .new-marketing-wrapper .new-marketing .images {
        font-size: 12px; } }

.gain-wrapper {
  background-color: #F2F3F6;
  padding: 50px 0; }
  .gain-wrapper .gain {
    max-width: 860px; }
    .gain-wrapper .gain .text-wrapper {
      padding: 50px 0; }

.present-wrapper {
  background-color: #E5E8ED;
  padding: 50px 0; }
  .present-wrapper .present {
    max-width: 860px; }
    .present-wrapper .present .text-wrapper {
      padding: 50px 0; }

.principle-wrapper {
  padding: 30px 0; }
  .principle-wrapper .principle {
    max-width: 860px; }
    .principle-wrapper .principle .text-wrapper {
      padding: 40px 0 40px 0; }

.overview-wrapper {
  background-color: #F2F3F6;
  padding: 50px 0 0; }
  .overview-wrapper .overview {
    max-width: 860px; }
    .overview-wrapper .overview .overview-box {
      border: 1px solid #169da6; }
      .overview-wrapper .overview .overview-box .overview-headline {
        background-color: #169da6;
        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-image: linear-gradient(90deg, #169da6, #48bde2);
  padding: 0 0; }
  .summary-wrapper .summary {
    max-width: 860px; }

.schedule-wrapper {
  background-color: #E5E8ED;
  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 */
