@charset "utf-8";

*,
:after,
:before {
  box-sizing: border-box;
}

body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body * {
	font-family: GUJPCorporateLight, Avenir Next, Hiragino Kaku Gothic ProN, Hiragino Sans, メイリオ, Meiryo, ＭＳ Ｐゴシック, Verdana, Helvetica, Tahoma, Arial, sans-serif !important;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
}

#wrap {
  width: 100%;
}

#wrap .container {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 53.5vw;
  text-align: center;
  margin: 0 auto;
}

.header h1 {
	width: 100%;
}
.header h1 img {
	width: 82%;
	height: auto;
}

.logo {
  margin-top: 50px;
  display: inline-block;
  width: 13.5%;
  padding-bottom: 30px;
  font-weight: 700;
}

.container {
  background-size: 100% auto;
}

.mainVisual {
  width: 100%;
  font-weight: 500;
  font-size: 30px;
}

.mv_image {
  margin-right: calc(50% -50vw);
  margin-left: calc(50% -50vw);
}

.mv_image img {
  width: 100%;
  height: auto;
  padding-bottom: 5vh;
}

.section_text {
  width: 100%;
  text-align: center;
}

.section_text h2 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}

.section_text p {
  font-size: 18px;
  padding: 0 4%;
  line-height: 2;
}

hr {
  height: 2px;
  background-color: black;
  width: 16%;
  border: none;
  margin-top: 70px;
}

.border-solid {
  border: solid;
  color: yellow;
}

.section_img {
  margin-right: calc(50% -50vw);
  margin-left: calc(50% -50vw);
  position: relative;
  margin-bottom: 5vh;
}

.section_img img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 80px;
  border-top: solid thick yellow;
}

.section_img p {
  display: flex;
  position: absolute;
  width: 100%;
  max-width: none;
  bottom: -5px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 10vw;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
  white-space: nowrap;
}

footer {
  width: 100%;
  background-color: #12298c;
  margin-top: 60px;
  padding-bottom: 24px;
}

.footer {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.footer img {
  margin-top: -3px;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  #wrap .container {
    max-width: 1280px;
  }
  .header {
    height: 370px;
    font-size: 5rem;
    white-space: nowrap;
  }
  .logo {
    width: 100px;
    padding-bottom: 60px;
  }
	.header h1 {
		width: 100%;
	}
	.header h1 img {
		width: 593px;
		height: auto;
	}
  .mv_image img {
    width: 100%;
    height: auto;
  }
	
	.section_text h2 {
	  font-size: 32px;
	}
	.section_text p {
	  font-size: 20px;
	}
	
	hr {
	  width: 10%;
	}

  .section_img p {
    max-width: 1280px;
    bottom: -10px;
    left: 50%;
    font-size: 90px;
    padding: 0 0 0 10%;
  }

  footer {
    margin-top: 80px;
    padding-bottom: 76px;
  }

  .footer {
    max-width: 1280px;
  }

  .br-sp {
    display: none;
  }
}