* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
}
html {
	-webkit-text-size-adjust: none; /* iPhone */
  overflow-x: hidden;
  font-size: 62.5%;
}
h1,h2,h3 {
	font-size: 100%;
}
ul,
li {
	list-style: none;
}
img,
a img {
	border: none;
}
img,
iframe {
	max-width: 100%;
	vertical-align: bottom;
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Noto Sans JP', Meiryo, 'Hiragino Kaku Gothic Pro','MS PGothic',sans-serif;
	font-size: 1.8rem;
}
iframe {
	z-index: 1;
}
.movie-box {
	position: relative;
	width: 100%;
  margin-bottom: 5rem;
	padding-top: 56.25%;
}
.movie-box iframe {
	max-width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
  height: 100% !important;
}
#container {
  margin: 0 auto;
	position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0,0,0,0.9);
  z-index: 20;
}
header .header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
  height: 7rem;
	padding: 0 1rem;
}
header #logo {
	margin: 0 auto 0 0;
	width: 14rem;
}
header .nav {
  margin: 0 0 0 auto;
}
.nav ul {
	display: flex;
	align-items: center;
	padding: 0;
  font-size: 1.7rem;
}
.nav li {
	display: inline-block;
	margin: 0 1rem;
	padding: 0;
}
.nav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 1em;
	position: relative;
}
.nav li a::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	content: "\f107";
	font-family: FontAwesome;
}
.nav li.current a {
	color: #71a1d8;
}
#contentWrapper {
  width: 100rem;
	margin: 0 auto;
  padding: 7rem 0 0;
  /*flex: 1;*/
}
.contents-inner {
	width: 100rem;
	margin: 0 auto;
}
.flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-item {
  width: 48%;
}
.main-title {
  width: 2000px;
  margin: 0 0 0 -500px;
  /*height: 700px;
  aspect-ratio: 2000 / 700;
  background: url("../images/mainimg.jpg") no-repeat center top;
  background-size: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;*/
}
#section-1,
#section-2,
#section-3,
#section-4,
#section-5,
.profile-section {
  width: 2000px;
  margin: 0 0 0 -500px;
}
#section-1 {
  /*background: url("../images/sec01_bg.jpg") no-repeat center top;
  background-size: 100%;*/
  padding: 6rem 0 10rem;
  position: relative;
}
#section-1::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: height 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: .3s;
}
#section-1.is-show::after {
  height: 0%;
}
.block01 {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.9s cubic-bezier(0.77, 0, 0.175, 1), transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: .6s;
}
.block01.is-show {
  opacity: 1;
  transform: translateY(0rem);
}
.sec-title {
  text-align: center;
  font-size: 5rem;
  font-weight: 900;
  margin: 0 0 1em;
}
#section-1 .sec-title {
  width: 51rem;
  margin: 0 auto 4rem;
}
.sec-subtitle {
  text-align: center;
  font-size: 3.3rem;
  font-weight: 700;
  margin: -1.4em 0 1.5em;
}
.block-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.block-reverse {
  flex-direction: row-reverse;
}
.block-txt {
  width: 48rem;
}
.block-title {
  margin: 0 0 3rem;
}
.block-txt p {
  line-height: 1.9;
}
.block-photo {
  width: 48rem;
}
.block-photo li + li {
  margin-top: 3rem;
}

#section-2 {
  background-color: #F2F5F7;
  padding: 10rem 0 10rem;
  position: relative;
}
#section-2 .sec-title {
  width: 75rem;
  margin: 0 auto 4rem;
}
#section-2 .block-wrap {
  flex-direction: row;
}
#section-2 .block-reverse {
  flex-direction: row-reverse;
}
#section-2::after {
  content: "";
  background: url("../images/sec02_img.png") no-repeat right top;
  background-size: 100%;
  width: 2000px;
  height: 306px;
  position: absolute;
  bottom: -12rem;
  right: 0;
}
#section-3 {
  background-color: #000;
  padding: 10rem 0 10rem;
  color: #fff;
}
#section-3 .sec-title {
  width: 64rem;
  margin: 0 auto 4rem;
}
#section-4 {
  padding: 10rem 0 10rem;
}
#section-4 .sec-title {
  width: 64rem;
  margin: 0 auto 4rem;
}
.profile-section {
  background-color: #F2F5F7;
  padding: 8rem 0;
}
.profile-section ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.profile-section ul li {
  width: 49%;
  margin-top: 40px;
}
.profile-section ul li:nth-child(1),
.profile-section ul li:nth-child(2) {
  margin-top: 0;
}
.profile-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-box {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.9s cubic-bezier(0.77, 0, 0.175, 1), transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  /*transition-delay: .4s;*/
}
.profile-box.is-show {
  opacity: 1;
  transform: translateY(0rem);
}
.profile-photo {
  width: 14rem;
}
.profile-photo img {
  border-radius: 50%;
}
.profile-info {
  flex: 1;
  padding: 0 0 0 1em;
}
.profile-name {
  margin: 0 0 0.3em;
  font-weight: 700;
}
.profile-desc {
  font-size: 1.4rem;
  line-height: 1.6;
}
#section-5 {
  background: #000 url("../images/spec_bg.jpg") no-repeat center top;
  background-size: 100%;
  padding: 10rem 0;
  position: relative;
  color: #fff;
}
#section-5::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: width 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: .4s;
}
#section-5.is-show::after {
  width: 0%;
}
#section-5 .spec-image img {
  width: 100%;
}
#section-5 .spec-wrap {
  padding: 5rem 0;
}
#section-5 .spec-txt {
  display: flex;
  justify-content: space-between;
}
#section-5 .block-txt {
  width: 44rem;
}
#section-5 .spec-desc {
  flex: 1;
  line-height: 1.8;
  margin-bottom: 7rem;
  padding-left: 6rem;
}
#section-5 .spec-table {
  margin: 0 0 4rem;
}
.spec-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #404040;
}
.spec-table th,
.spec-table td {
  border: 1px solid #404040;
  text-align: center;
  padding: 0.5em;
  font-weight: normal;
}
.spec-table th span {
  font-size: 1.6rem;
}
.spec-table tfoot td {
  text-align: right;
  font-size: 80%;
}
.btn-default {
  width: 550px;
  margin: 0 auto;
}
.btn-default a {
  display: block;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 100vh;
  color: #fff;
  padding: 1.8em;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
.btn-default a::after {
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translate(0,-50%);
  content: "\f105";
  font-family: FontAwesome;
}
.page-top {
  position: fixed;
  bottom: 5%;
  right: 1%;
  cursor: pointer;
  font-size: 2rem;
  width: 5.6rem;
  height: 5.6rem;
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
footer {
  background-color: #141B25;
  text-align: center;
  padding: 2rem 0;
}
.pc-box {
	display: block;
}
.sp-box {
	display: none;
}
@media screen and (max-width: 1200px) {
	#container header #logo {
		margin: 0 auto;
	}
	#container header .nav {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	html {
		font-size: 1vw;
	}
  #contentWrapper {
    width: 100%;
  }
  .contents-inner {
    width: 100%;
    padding: 0 1em;
  }
  .main-title {
    width: auto;
    margin: 0 -15em;
  }
  .sec-title {
    font-size: 4.6rem;
  }
  .block-txt,
  .block-photo {
    width: 48%;
  }
  #section-1,
  #section-2,
  #section-3,
  #section-4,
  #section-5,
  .profile-section {
    width: 100%;
    margin: 0;
  }
  #section-2::after {
    background-size: 70%;
    bottom: -16rem;
    right: -20%;
  }
  #section-5 {
    background-size: 150%;
  }
	.page-top {
	}
}
@media screen and (max-width: 820px) {
  .main-title {
    width: 100%;
    margin: 0;
  }
  #section-1,
  #section-2,
  #section-3,
  #section-4,
  #section-5 {
    padding: 7rem 0;
  }
  #section-2::after {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .pc-box {
    display: none;
  }
	.sp-box {
		display: block;
	}
	html {
		font-size: 1.8vw;
	}
  .main-title {
    margin: 0;
  }
  .sec-title {
    font-size: 4.2rem;
    font-weight: 700;
    margin-bottom: 3rem;
    line-height: 1.3;
  }
  .sec-subtitle {
    font-size: 2.8rem;
    line-height: 1.3;
    margin: -0.5em 0 1.5em;
  }
  .movie-box {
    margin-bottom: 3rem;
  }
  .block-wrap {
    display: block;
    margin: 0 0 1em;
  }
  .block-txt,
  .block-photo {
    width: auto;
    margin: 0 0 2em;
  }
  .block-txt p {
    font-size: 2rem;
  }
  .profile-box {
    padding: 2rem;
  }
  .profile-name {
    margin: 0 0 0.5rem;
  }
  #section-1 {
    padding: 5rem 0 0;
  }
  #section-1 .sec-title {
    width: 40rem;
    margin: 0 auto 3rem;
  }
  .block-title {
    width: 70%;
    margin: 0 auto 3rem;
  }
  #section-2 .sec-title {
    width: 100%;
    margin: 0 auto 3rem;
  }
  #section-3 .sec-title {
    width: 90%;
    margin: 0 auto 3rem;
  }
  #section-4 .sec-title {
    width: 90%;
    margin: 0 auto 2rem;
  }
  .profile-section {
    padding: 5rem 0;
  }
  .profile-section ul {
    display: block;
  }
  .profile-section ul li {
    width: 100%;
    margin: 0 0 3rem;
  }
  .profile-box {
    padding: 0;
  }
  .profile-photo {
    width: 13rem;
  }
  #section-5 .spec-txt {
    display: block;
  }
  #section-5 .block-txt {
    width: auto;
  }
  #section-5 .spec-desc {
    margin-bottom: 3rem;
    padding: 0;
  }
  .spec-table {
    overflow-x: auto;
    white-space: nowrap;
  }
  .btn-default {
    width: auto;
  }
}