@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
/* 画面外にいる状態 */
.effect {
}
.fadein {
	opacity : 0;
	transition : all 2000ms 300ms;
}
.img-box {
  overflow: hidden;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 1.5s ease;
  transition: -webkit-transform 1.5s ease;
  transition: transform 1.5s ease;
  transition: transform 1.5s ease, -webkit-transform 1.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.img-box img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: -webkit-transform 1.5s ease;
  transition: -webkit-transform 1.5s ease;
  transition: transform 1.5s ease;
  transition: transform 1.5s ease, -webkit-transform 1.5s ease;
}

/* 画面内に入った状態 */
.effect_on,
.img-box.effect_on img {
  opacity: 1.0;
	transform: scale(1);
}

#header-wrapper.nav {
  top: 0!important;
}
#contents-wrapper {
	width: 100%!important;
  min-width: 1400px;
  margin-top: 0px;
  padding-top: 52px;
  padding-bottom: 0px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1;
  background-color: #fff;
  color: #000;
  overflow:hidden;
}
#special-header-wrapper {
  display: none;
}
#footer-wrapper {
  position: relative;
  z-index: 4;
}
#special-column {
  width: 100%;
  float: none;
  margin: 0 auto;
  overflow:hidden;
}
#special-column a {
  text-decoration: underline;
  color: #000;
}
#special-column img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.en-header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 1260px;
  height: calc(100vh - 52px);
  padding-left: 360px;
  margin: 0 auto 273px;
  position: relative;
}
.en-header__model {
  width: 100%;
  padding-top: 20px;
  text-align: right;
}
.en-header-in {
  width: 560px;
  height: 677px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -32px;
  margin: auto;
  z-index: 2;
}
.en-header-ttl {
  padding-bottom: 60px;
}
.en-header-ttl span {
  display: block;
}
.en-header-ttl .ttl01 {
  width: 278px;
  padding-bottom: 43px;
  transition-delay:1000ms;
}
.en-header-ttl .ttl02 {
  width: 326px;
  padding-bottom: 42px;
  padding-left: 42px;
  transition-delay:1500ms;
}
.en-header-ttl .ttl03 {
  width: 423px;
  padding-left: 128px;
  transition-delay: 2000ms;
}
.en-header-logo {
  width: 227px;
  padding-left: 32px;
  transition-delay: 3000ms;
}

.sec01 {
  padding: 234px 0 334px;
  position: relative;
  z-index: 2;
}
.sec01::before {
  width: 100%;
  height: 586px;
  background-color: #85B4F4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content:"";
}
.sec01-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1250px;
  margin: 0 auto;
  position: relative;
}
.sec01-inner .img-box {
  width: 600px;
}
.sec01-inner .img-box:nth-of-type(2) {
  margin-top: 100px;
}
.sec01-inner .model {
  position: absolute;
  top: 417px;
  left: 0;
}

.sec02 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto 165px;
  position: relative;
}
.sec02-ttl {
  width: 464px;
  position: absolute;
  top: -80px;
  left: 50%;
  margin-left: -571px;
  z-index: 2;
  transition-delay:1000ms;
}
.sec02 li:nth-of-type(1) {
  width: 1000px;
  margin-bottom: 163px;
  margin-left: auto;
}
.sec02 li:nth-of-type(1) .model {
  padding-top: 20px;
  padding-right: 65px;
  text-align: right;
}
.sec02 li:nth-of-type(2) {
  width: 1200px;
  margin: 0 auto;
}
.sec02 li:nth-of-type(2) .model {
  padding-top: 20px;
  text-align: right;
}

.sec03 {
  padding-top: 67px;
  margin-bottom: 185px;
  position: relative;
  z-index: 2;
}
.sec03::before {
  width: calc(50% - 124px);
  height: 1352px;
  background-color: #F485CE;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  content:"";
}
.sec03-ttl {
  width: 544px;
  position: absolute;
  top: -92px;
  left: 50%;
  margin-left: -643px;
  z-index: 2;
  transition-delay:1000ms;  
}
.sec03 .model {
  padding-top: 20px;
  text-align: right;
}
.sec03 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1250px;
  margin: 0 auto;
}
.sec03 li:nth-of-type(1) {
  width: 1000px;
  padding-left: 50px;
  margin: 0 auto 163px;
}
.sec03 li:nth-of-type(2) {
  width: 599px;
}
.sec03 li:nth-of-type(3) {
  width: 599px;
  margin-bottom: 173px;
}
.sec03 li:nth-of-type(4) {
  width: 900px;
  margin: 0 auto;
}

.sec04 {
  width: 1148px;
  height: 1959px;
  margin: 0 auto 300px;
  position: relative;
  z-index: 2;
}
.sec04::before {
  width: 100%;
  height: 621px;
  background-color: #76D2E8;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content:"";
}
.sec04-ttl {
  width: 705px;
  position: absolute;
  top: 1043px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}
.sec04 ul {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-top: 1206px;
  position: relative;
}
.sec04 li:nth-of-type(1) {
  width: 450px;
  position: absolute;
  top: 0;
  left: 104px;
}
.sec04 li:nth-of-type(2) {
  width: 450px;
  position: absolute;
  top: 173px;
  left: 594px;
}
.sec04 li:nth-of-type(3) {
  width: 450px;
  position: absolute;
  top: 571px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.sec04 li:nth-of-type(4) {
  width: 1000px;
  margin: 0 auto;
}
.sec04 .model {
  padding-top: 20px;
  text-align: right;
}

/*footer*/
.en-footer {
  width: 600px;
  margin: 0 auto;
}
.en-footer-txt {
  padding-bottom: 60px;
  font-family: "Noto Sans Japanese";
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
.en-footer-logo {
  width: 92px;
  margin: 0 auto 323px;
}

.en-footer-img {
  width: 600px;
  margin: 0 auto 76px;
}
.en-footer-ttl {
  width: 440px;
  margin: 0 auto 80px;
}

.en-footer .staff {
  padding-bottom: 232px;
  color: #000;
  font-size: 15px;
  line-height: 2;
}
.en-footer-staff-ttl {
  font-weight: bold;
  text-align: center;
}
.en-footer ul {
  width: 100%;
  padding-bottom: 15px;
}
.en-footer li {
  text-align: center;
}

