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;
}

.right-voice {
	text-align: right;
}

.center {
　text-align: center;
}

.conversion {
	vertical-align: middle;
}

.v-middle {
	vertical-align: middle;
}

.headline {
  height: 30px; }

.headline-lg {
  height: 60px; }

.headline-lg2 {
  height: 90px; }

.button-cv {
  max-width: 400px;
  width: 100%; 
  align-content: center;}


.header-join {
  max-width: 400px; }

.text-red {
  color: #FF0000; }

.st1 {
	width: auto;
	height: 54px;
}

.st2 {
	widht:auto;
	height: 122px;
}

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;
}

.mv {
  background-color: #113A58;
  height: auto;
  width: 100%; 
  padding-top: 50px;
  text-align: center;}
  .mv .mv-image {
    max-width: 100%;
    margin: 0 auto;
    display: block; }

.voice-wrapper{
	background-color: #113A58;
	padding-bottom: 50px;
}

.voice {
  max-width: 860px; }

.nayami-wrapper {
  background-color: #F3F5F7;
  padding: 50px 0;}

.nayami-wrapper .nayami {
    max-width: 860px; }

.hiketsu-wrapper {
  background-color: #113A58;
  padding: 50px 0; }
  .hiketsu-wrapper .hiketsu {
    max-width: 860px; }
    .hiketsu-wrapper .hiketsu .text-wrapper {
      padding: 0px 0; }
    @media screen and (max-width: 767px) {
      .hiketsu-wrapper .hiketsu img.example {
        max-width: 200px; } }

.row-similarity {
	background-color: #ffffff;
	padding: 30px 100px;
	border: 4px solid #D9C696;
	border-radius: 20px;}
	
.row-similarity-sp {
	background-color: #ffffff;
	padding: 30px 10px;
	border: 4px solid #D9C696;
	border-radius: 20px;
}

.new-marketing-wrapper {
  padding: 50px 0; 
	background-image: url("../img/gain_bg.png");
    background-size: cover;}
  .new-marketing-wrapper .new-marketing {
    max-width: 860px; }
    .new-marketing-wrapper .new-marketing .text-wrapper {
      padding: 50px 0; }
    @media screen and (max-width: 767px) {
		.new-marketing-wrapper {
			background-image: url("../img/gain_bg_sp.png")
		}
      .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: #113A58;
  padding: 50px 0; }
  .present-wrapper .present {
    max-width: 860px; }
    .present-wrapper .present .text-wrapper {
      padding: 50px 0; }

.principle-wrapper {
  padding: 50px 0; }
  .principle-wrapper .principle {
    max-width: 860px; }
    .principle-wrapper .principle .text-wrapper {
      padding: 50px 0; }

.company-wrapper {
  padding: 50px 0; }
  .company-wrapper .company {
    max-width: 860px; }
    .company-wrapper .company .text-wrapper {
      padding: 50px 0; }

.overview-wrapper {
  background-color: #F2F3F6;
  padding: 50px 0 0; }
  .overview-wrapper .overview {
    max-width: 860px; }
    .overview-wrapper .overview .overview-box {
      border: 1px solid #113A58; }
      .overview-wrapper .overview .overview-box .overview-headline {
        background-color: #113A58;
        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: #113A58;
  padding: 50px 0; }
  .summary-wrapper .summary {
    max-width: 860px; }

.schedule-wrapper {
  background-color: #E5E8ED;
  padding: 0 10px; }
  .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 */
