@charset "utf-8";
/* CSS Document */

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

.wrap {
  animation: fadein 3s forwards;
}

@keyframes fadein {
  0% {opacity: 0}
  100% {opacity: 1}
}
body {
  margin: 0;
}

@media screen and (max-width:1000px) {
  body {
    width: 1000px;
  }
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  body {
    width: 750px;
    margin: 0;
    padding: 0;
	  	 hover: none;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;

  }
}

.scroll {
  font-size: 26px;
  text-align: center;
}
.sample {
  font-size: 26px;
  margin-bottom: 500px;
  margin-top: 500px;
  text-align: center;
}
.sample-count {
  margin-top: 200px;
}

.sample-count {
  margin-top: 200px;
}

.blue {
  color: #009FD9;
}
/*
リンク画像ホバー時に半透明に
----------------------------------------------------------- */

@media(hover: hover) {
  .link:hover {
    opacity: .7;
  }
	a img {
  border: none;
  verticle-align: top;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img {
  opacity: 0.8; /* 透過レベル */
  filter: alpha(opacity=80);
}
a:hover {
  opacity: 0.8; /* 透過レベル */
  filter: alpha(opacity=80);
}

	*:focus {
  outline: none;
}
	
	a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
}


/*
 content
----------------------------------------------------------- */
.content {
  padding: 50px 0 0 0;
  background: #fff;
}
/*
 section
----------------------------------------------------------- */
.right {
  background: #fff;
  display: flex;
  margin: 100px 0 0 0;
  position: relative;
  height: 620px;
}
.left-movie {
  background: #F2F2F2;
  padding: 100px 0 0 0;
  position: relative;
}
.left {
  padding: 100px 0 100px 0;
  position: relative;
}
.left-top {
  padding: 100px 0 100px 0;
  position: relative;
}
.left02 {
  background: #F2F2F2;
  padding: 100px 0 100px 0;
  position: relative;
}
.height {
  height: 565px;
}
.left03 {
  background: #F2F2F2;
  padding: 100px 0 100px 0;
  position: relative;
}
.left04 {
  background: #fff;
  padding: 100px 0 100px 0;
  position: relative;
}
.right02 {
  background: #F2F2F2;
  padding: 100px 0 100px 0;
  display: flex;
  width: 100%;
  margin: 0;
}
.right03 {
  background: #fff;
  padding: 100px 0 100px 0;
  width: 100%;
  margin: 0;
  position: relative
}
.right04 {
  background: #F2F2F2;
  padding: 100px 0 100px 0;
  width: 100%;
  margin: 0;
  position: relative
}
.right05 {
  background: #F2F2F2;
  padding: 0;
  width: 100%;
  margin: 0;
  position: relative
}
.center {
  text-align: center;
  padding: 0 0 100px 0;
}
.center-02 {
  text-align: center;
  padding: 100px 0 100px 0;
  margin: 0 auto;
  width: 1000px;
}
.center-03 {
  text-align: center;
  padding: 50px 0 100px 0;
  margin: 0 auto;
  width: 1000px;
}
.center-04 {
  text-align: center;
  padding: 100px 0 0px 0;
  margin: 0 auto;
}
.center-05 {
  background: #F2F2F2;
  text-align: center;
  padding: 100px 0 100px 0;
  margin: 0 auto;
}
.center-06 {
  text-align: center;
  padding: 100px 0 100px 0;
  margin: 0 auto;
}
.center-movie {
  text-align: center;
  padding: 200px 0 130px 0;
  margin: 0 auto;
}
.center-movie-02 {
  background: #F2F2F2;
  text-align: center;
  padding: 200px 0 130px 0;
  margin: 0 auto;
}
.footer {
  background: #3E3A39;
  text-align: center;
  padding: 100px 0 100px 0;
  margin: 0 auto;
  width: 100%;
	  height: 150px;
}
/*
img-title
----------------------------------------------------------- */
.img-title img {
  text-align: center;
  margin: 0 auto;
}
/*
 header
----------------------------------------------------------- */
.header {
  position: fixed;
  display: flex;
  margin: 0 0 0 0;
  z-index: 10;
}
.header-righ {
  position: fixed;
  right: 94px;
  z-index: 10;
}
/*
scroll
----------------------------------------------------------- */
.scroll {
  position: relative;
  z-index: 1;
}
.scroll p {
  position: absolute;
  top: -100px;
  margin: 0 0 0 50px;
}
/*
 video
----------------------------------------------------------- */
.video {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); /*上下左右中央寄せ*/
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  background-size: cover;
  background-color: #fff;
}
.movie_font {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.movie_font p {
  font-size: 6vw;
  color: #009FD9;
  padding: 19% 0 0 100px;
  letter-spacing: 10px;
  font-weight: 500;
}
.movie_font p span {
  font-size: 2.5vw;
  color: #009FD9;
  letter-spacing: 10px;
  font-weight: 500;
}
/*

/*
top-gif
----------------------------------------------------------- */
.top-gif-001 {
  position: absolute;
  right: 8%;
  top: 150px
}
.top-gif-002 {
  position: absolute;
  left: 40%;
  top: 400px;
	z-index: 1;
}
.top-gif-003 {
  position: relative;
}
.top-gif-003 p {
  position: absolute;
  right: 7%;
  top: 270px
}
.top-gif-004 {
  position: relative;
}
.top-gif-004 p {
  position: absolute;
  right: 5%;
  top: 10px
}
/*
top-font
----------------------------------------------------------- */
.top-font {
  letter-spacing: 3px;
  text-align: justify;
  line-height: 30px;
  margin: 280px 5% 0 5%;
  width: 500px;
  position: absolute;
  left: 50%;
}
.top-font-title {
  margin: 20px 5% 0 5%;
  position: absolute;
  left: 50%;
  z-index: 1;
}
.top-font-big {
  font-size: 28px;
  letter-spacing: 5px;
  line-height: 50px;
  margin: 50px 0 15px 0;
}
.top-img {
  width: 50%;
}
/*
top-font-center
----------------------------------------------------------- */
.top-font-center {
  letter-spacing: 3px;
  text-align: justify;
  line-height: 30px;
  margin: 0;
}
/*
top-font-left
----------------------------------------------------------- */
.top-font-left {
  margin: 300px 5% 0 5%;
  padding: 0 0 0 0;
  letter-spacing: 3px;
  text-align: justify;
  line-height: 30px;
  position: absolute;
  z-index: 1;
  left: 5%;

}
.top-font-left-title {
  margin: 2% 5% 0 5%;
  padding: 0 0 0 0;
  position: absolute;
  z-index: 1;
  left: 5%;
}
.top-font-left02 {
  margin: 0 5% 0 5%;
  position: absolute;
  z-index: 1;
  left: 8%;
}
.top-font-left02-title {
  margin: 150px 5% 0 5%;
  letter-spacing: 3px;
  text-align: justify;
  line-height: 30px;
  position: absolute;
  z-index: 1;
  left: 8%;
}
.top-font-left img {}
.top-font-big-left {
  font-size: 28px;
  letter-spacing: 3px;
  line-height: 50px;
  margin: 50px 0 15px 0;
}
.top-img-right img {
  left: 100%;
  position: relative;
  transform: translateX(-100%);
  width: 45%;
}
/*
link
----------------------------------------------------------- */
.link {
  margin: 50px 0 0 auto;
  color: #009FD9;
  font-weight: 700;
  display: table;
}
.link img {
  margin: 0 0 0 10px;
  vertical-align: middle;
}
.link02 {
  margin: 50px 0 0 200px;
  color: #009FD9;
  font-weight: 700;
  display: table;
}
.link02 img {
  margin: 0 0 0 10px;
  vertical-align: middle;
}
.link03 {
  position: absolute;
  font-weight: 700;
  line-height: 50px;
  height: 110px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 22%;
}
.link-mini {
  letter-spacing: 10px;
  font-size: 28px;
  color: #009FD9;
}
.link-big {
  letter-spacing: 10px;
  font-size: 60px;
  color: #009FD9;
}
.link03 img {
  margin: -125px 0 0 80px;
}
.link_center {
  margin: 50px auto 0 auto;
  color: #009FD9;
  font-weight: 700;
  display: table;
}
.link_center img {
  margin: 0 0 0 10px;
  vertical-align: middle;
}
/*
swiper
----------------------------------------------------------- */
.s-font-d {
  position: absolute; /*絶対配置*/
  top: 20px;
  left: 40px;
  background: #009FD9;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  width: 200px;
  height: 200px;
  border: 5px #fff solid;
  letter-spacing: 3px;
  line-height: 32px;
  z-index: 5;
	  font-size: 12px;
}
.s-font-d-big {
  letter-spacing: 7px;
  font-size: 22px;
  color: #fff;
}
.s-font-n {
  position: absolute;
  bottom: 70px;
  left: 10px;
  color: #009FD9;
}
.s-font-n-big {
  letter-spacing: 20px;
  font-size: 64px;
  color: #009FD9;
}
.swiper-slide img {
  margin: 100px 0 0 0;
}
.swiper {
  /*スライダーの幅と高さを調整*/
  width: 90%;
  height: 500px;
}
.swiper-slide {
  /*スライド要素の幅と高さを調整*/
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-button-prev {
  position: relative;
}
.swiper-button-prev p {
  position: absolute;
}
.swiper-button-next {
  position: relative;
}
.swiper-button-next p {
  position: absolute;
}
.swiper-slide-next {
  opacity: 0.5;
}
.swiper-slide-prev {
  opacity: 0.5;
}
.swiper-color [class^="swiper-button-"] {
margin: 0 32% 0 32% ;
  color: transparent;
}
@media screen and (max-width: 1400px) {
  .swiper-color [class^="swiper-button-"] {
margin: 0 25% 0 25% ;
  }
}
@media screen and (max-width: 1280px) {
  .swiper-color [class^="swiper-button-"] {
margin: 0 15% 0 15% ;
  }
}
.top-interview {
  position: relative;
}
.top-interview-bg {
  background: #F2F2F2;
  height: 350px;
  margin: -320px 0 0 0;
  z-index: -1;
}
/*
date
----------------------------------------------------------- */
.date-out {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 100px auto 0 auto;
}
.date {
  position: relative;
  width: 470px;
  height: 200px;
  padding: 0;
  margin: 20px 10px 20px 10px;
  background: #F2F2F2;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
}
.date02 {
  position: relative;
  width: 470px;
  height: 470px;
  padding: 0;
  margin: 20px 10px 20px 10px;
  background: #F2F2F2;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
}

.date03 {
  position: relative;
  width: 470px;
  height: 470px;
  padding: 0;
  margin: 20px 10px 20px 10px;
  background: #F2F2F2;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
}
.date-title {
  position: absolute;
  top: 15px;
  left: -15px;
}
.date-font {
	display: flex;
	justify-content: center;
}

.date-font-02 {
	display: flex;
	justify-content: center;
}

.date-font-02 p {
  color: #009FD9;
}

.date-font-03 {
	display: flex;
	justify-content: center;
}

.date-font-03 p {
  color: #009FD9;
}

.counter {
	  color: #009FD9;
}

.mini {
	font-size: 18px;
}

.font-size {
	font-size: 40px;
	  color: #009FD9;
}


.date-font p {
  color: #009FD9;
}
.date-font-big {
  font-size: 25px;
  position: absolute;
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-weight: 700;
  color: #009FD9;
  line-height: 30px;
  border-bottom: 2.5px solid #009FD9;
  width: 80px;
  padding: 0 0 3px 0;
}
.date-font-describe {
  font-size: 20px;
  position: absolute;
  top: 200px;
  left: 35px;
  font-weight: 700;
  width: 80px;
  z-index: 1;
  color: #009FD9;
}
.date-font-describe p {
  font-size: 20px;
  color: #009FD9;
  text-align: left;
  line-height: 30px;
}
.date-font-describe span {
  font-size: 25px;
  color: #009FD9;
  text-align: left;
  line-height: 45px;
}
.date-font-describe img {
  position: absolute;
}
.date-font-describe02 {
  font-size: 20px;
  position: absolute;
  top: 90px;
  right: 70px;
  font-weight: 700;
  width: 80px;
  z-index: 1;
  color: #009FD9;
  text-align: right;
}
.date-font-describe02 p {
  font-size: 20px;
  color: #009FD9;
  text-align: right;
  line-height: 30px;
}
.date-font-describe02 span {
  font-size: 25px;
  color: #009FD9;
  line-height: 45px;
}
.date-font-describe02 img {
  position: absolute;
  right: 0px;
}
.date-font-age-01 {
  font-size: 20px;
  position: absolute;
  top: 75px;
  left: 95px;
  font-weight: 700;
  width: 133px;
  z-index: 1;
  color: #009FD9;
}
.date-font-age-01 p {
  font-size: 20px;
  color: #009FD9;
  text-align: left;
  line-height: 30px;
}
.date-font-age-01 span {
  font-size: 25px;
  color: #009FD9;
  text-align: left;
  line-height: 45px;
}
.date-font-age-01 img {
  position: absolute;
}
.date-font-age-02 {
  font-size: 20px;
  position: absolute;
  top: 180px;
  left: 40px;
  font-weight: 700;
  width: 80px;
  z-index: 1;
  color: #009FD9;
}
.date-font-age-02 p {
  font-size: 20px;
  color: #009FD9;
  text-align: left;
  line-height: 30px;
}
.date-font-age-02 span {
  font-size: 25px;
  color: #009FD9;
  text-align: left;
  line-height: 45px;
}
.date-font-age-02 img {
  position: absolute;
}
.date-font-age-03 {
  font-size: 20px;
  position: absolute;
  bottom: 100px;
  left: 35px;
  font-weight: 700;
  width: 80px;
  z-index: 1;
  color: #009FD9;
  text-align: right;
}
.date-font-age-03 p {
  font-size: 20px;
  color: #009FD9;
  text-align: right;
  line-height: 30px;
}
.date-font-age-03 span {
  font-size: 25px;
  color: #009FD9;
  text-align: right;
  line-height: 45px;
}
.date-font-age-03 img {
  position: absolute;
  left: 25px;
  bottom: 37px;
}
.date-font-age-04 {
  font-size: 20px;
  position: absolute;
  top: 180px;
  right: 40px;
  font-weight: 700;
  width: 80px;
  z-index: 1;
  color: #009FD9;
  text-align: right;
}
.date-font-age-04 p {
  font-size: 20px;
  color: #009FD9;
  text-align: right;
  line-height: 30px;
}
.date-font-age-04 span {
  font-size: 25px;
  color: #009FD9;
  text-align: right;
  line-height: 45px;
}
.date-font-age-04 img {
  position: absolute;
  right: 0;
}

.date-font-age-05 {
  font-size: 20px;
  position: absolute;
  top: 75px;
  right: 90px;
  font-weight: 700;
  width: 133px;
  z-index: 1;
  color: #009FD9;
  text-align: right;
}
.date-font-age-05 p {
  font-size: 20px;
  color: #009FD9;
  text-align: right;
  line-height: 30px;
}
.date-font-age-05 span {
  font-size: 25px;
  color: #009FD9;
  text-align: right;
  line-height: 45px;
}
.date-font-age-05 img {
  position: absolute;
  right: 0;
}
.date-font {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #009FD9;
  line-height: 30px;
  margin: 0px 0 0 0;
}

.date-font span {
  font-size: 50px;
  color: #009FD9;
}


.date-font-02 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #009FD9;
  line-height: 30px;
  margin: 0px 0 0 0;
}
.date-font-02 span {
  font-size: 25px;
  color: #009FD9;
}
.date-font-03 {
	  font-size: 30px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #009FD9;
  line-height: 30px;
  margin: 120px 0 0 0;
}
.date-font-03 span {
  font-size: 50px;
  color: #009FD9;
}
.date-font-mini {
  font-size: 12px;
  color: #3E3A39;
  text-align: center;
  margin: 125px auto 0 auto;
  font-weight: 700;
}
.date-font-mini02 {
  font-size: 12px;
  color: #3E3A39;
  text-align: center;
  margin: 260px 0 0 0;
  font-weight: 700;
}

.date-font-mini03 {
  font-size: 12px;
  color: #3E3A39;
  text-align: justify;
  margin: 50px auto 0 auto;
  font-weight: 700;
	width: 380px;
}

.date-font-mini04 {
  font-size: 12px;
  color: #3E3A39;
  text-align: center;
  margin: 10px 0 0 0;
  font-weight: 700;
}

.date-font-mini05 {
  font-size: 12px;
  color: #3E3A39;
  text-align: center;
  margin: 140px auto 0 auto;
  font-weight: 700;
}
.date-title-font {
  display: inline-block;
  font-size: 18px;
  padding: 10px 35px 10px 20px;
  position: relative;
  color: #fff;
  z-index: 1;
  line-height: 30px;
}
.date-title-font:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 55px solid #009FD9; /* 高さ */
  border-right: 25px solid transparent; /* 右側上辺の伸び */
}
.date-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
.box {
  max-width: 300px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.chart-area { /*円グラフがスマホでつぶれないようにする*/
  position: relative;
  width: 100%;
  height: 250px;
}
.data-img {
  text-align: right;
  margin: 0 0 0 5%;
}
.data-img img {
  margin: 0 0 0 auto;
}
/*
benefit
----------------------------------------------------------- */
.benefit-img {
  text-align: right;
  margin: 0;
  width: 100%;
}
.benefit-out {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 100px auto 0 auto;
}
.benefit-out::after {
  display: block;
  content: "";
  width: 300px;
}
.benefit {
  position: relative;
  width: 300px;
  height: 380px;
  padding: 80px 0 40px 0;
  margin: 20px 10px 20px 10px;
}
.benefit-font {
  background: #F2F2F2;
  margin: 0;
  width: 300px;
  height: 300px;
  padding: 100px 0 0 0;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
  text-align: center;
}
.benefit-font-big {
  font-size: 24px;
  padding: 5px 0 25px 0;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  color: #009FD9;
	
}
.benefit-font-big span {
  color: #009FD9;
  font-size: 18px;
}


.benefit-font-big-02 {
  font-size: 18px;
  padding: 5px 0px 25px 0px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  color: #009FD9;
	margin: 0 auto ;
	  width: 220px;
	letter-spacing: 2px;
}
.benefit-font-big-02 span {
  color: #009FD9;
  font-size: 18px;
}


.benefit-font-mini {
  text-align: justify;
  letter-spacing: 0.5px;
  line-height: 27px;
  padding: 0 40px 0 40px;
}
.benefit-icon {
  position: absolute;
  background: #009FD9;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
}
.benefit-icon img {
  margin: 20px auto 0 auto;
  display: block;
  height: 120px;
}
/*
top-img-entry
----------------------------------------------------------- */
.top-img-entry {
  width: 70%;
}
/*
page-top
----------------------------------------------------------- */
.page-top {
  position: absolute;
  right: 2%;
  z-index: 1;
  bottom: -50px;
}
/*
footer
----------------------------------------------------------- */
.footer-out {
  display: flex;
}
.footer-logo {
  margin: 0 0 0 4%;
}
.footer-logo p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 4.5px;
}
.footer-nav {
  color: #fff;
  display: table;
  margin: 0 0 0 auto;
  padding: 20px 4% 0 0;
  font-size: 14px;
}
.footer-nav a:link {
  color: #fff;
}
.footer-nav a:visited {
  color: #fff;
}
.footer-nav p {
  color: #fff;
  text-align: right;
  padding: 20px 0 0 0;
  font-size: 12px;
}
.footer-nav span {
  color: #fff;
  border-left: solid 1px #fff;
  padding: 20px 20px 20px 0;
  margin: 0 0 0 20px;
}
.footer-nav img {
  vertical-align: middle;
}
/*
content-top
----------------------------------------------------------- */
.content-top {
  text-align: right;
  position: relative;
}
.content-top p {
  position: absolute;
  top: 30%;
  left: 12%;
  font-size: 35px;
  color: #009FD9;
  letter-spacing: 10px;
		line-height: 100px;
}
.content-top p span {
  letter-spacing: 20px;
  font-size: 98px;
  color: #009FD9;
}
.content-top img {
  width: 90%;
  margin: 0 0 0 auto;

}
/*
content-top-long
----------------------------------------------------------- */
.content-top-long {
  text-align: right;
  position: relative;
}
.content-top-long p {
  position: absolute;
  top: 30%;
  left: 12%;
  font-size: 35px;
  color: #009FD9;
  letter-spacing: 10px;
		line-height: 100px;
}
.content-top-long p span {
  letter-spacing: 10px;
  font-size: 90px;
  color: #009FD9;
}
.content-top-long img {
  width: 90%;
  margin: 0 0 0 auto;
}
/*
content-link
----------------------------------------------------------- */
.content-link {
  margin: 0 0 0 10%;
  display: flex;
  align-items: center;
}
.content-link span {
  font-size: 20px;
}
.img {
  margin: 100px 0 0 0;
  width: 100%;
}
/*
send
----------------------------------------------------------- */
.send {
  margin: 0 auto;
  text-align: center;
  letter-spacing: 1px;
  line-height: 30px;
}
.send p {
  margin: 0 auto;
  text-align: center;
  letter-spacing: 1px;
  line-height: 30px;
}

		/*
link-top
----------------------------------------------------------- */
.link-top {
	margin: -100px 0 0 0 ;
	padding:100px 0 50px 0 ;
}

/*
pdf
----------------------------------------------------------- */
.pdf {
  position: fixed;
  right: 30px;
  bottom: 30px;
  padding: 0;
  margin: 0;
  z-index: 5;
	line-height: 30px;
}
.pdf p {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #009fd9; /*背景色*/
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
}
.pdf p span {
  font-size: 40px;
	  color: #ffffff;
}



/* ページトップ
==============================　*/
.page-bottom {
  transition: 0.5s;
}

/*entryまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/*
----------------------------------------------------------- */
@media screen and (max-width: 1700px) {
  /*
top-gif
----------------------------------------------------------- */

  .top-gif-002 {
    left: 40%;
	      top: 310px
  }
}

/*
----------------------------------------------------------- */
@media screen and (max-width: 1600px) {
  /*
top-gif
----------------------------------------------------------- */

  .top-gif-001 {
    right: 2%;
    top: 150px
  }

}

/*
----------------------------------------------------------- */
@media screen and (max-width: 1280px) {
  /*
 section
----------------------------------------------------------- */
  .right {
    height: 550px;
  }
  .left {
    height: 380px;
  }
  /*
top-gif
----------------------------------------------------------- */
  .top-gif-001 {
    position: absolute;
    right: 5%;
    top: -20%
  }
  .top-gif-002 {
    left: 10%;
	      top: -140px
  }
  /*
top-font
----------------------------------------------------------- */
  .top-font {
    left: 45%;
  }
  .top-font-title {
    left: 45%;
  }
  .top-font-big {
    letter-spacing: 3px;
  }
  /*
top-img
----------------------------------------------------------- */
  .top-img {
    width: 50%
  }
	
	/*
top-font-left
----------------------------------------------------------- */
.top-font-left {
left: 0;
}
.top-font-left-title {
left: 0;
}
	
	.top-font-left02 {
left: 0;
}
.top-font-left02-title {

left: 0;
}

	
		/*
content-top
----------------------------------------------------------- */
	.content-top p {
  top: 45%;
  font-size: 25px;
  letter-spacing: 10px;
		line-height: 60px;
}
.content-top p span {
  font-size: 65px;
	font-weight: 400
}
	
	/*
content-top-long
----------------------------------------------------------- */
.content-top-long p {
  top: 45%;
  font-size: 25px;
  letter-spacing: 10px;
		line-height: 60px;
}
	
.content-top-long p span {
  font-size: 65px;
	font-weight: 400
}

  /*
link
----------------------------------------------------------- */
  .link03 {
    right: 10%;
  }
}
@media screen and (max-width: 1024px) {
  /*
 video
----------------------------------------------------------- */
  .video {
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
    min-width: auto;
    min-height: auto;
    width: 1024px;
    height: auto;
    background-size: cover;
  }
  .movie_font p {
    font-size: 50px;
    color: #009FD9;
    padding: 28% 0 0 100px;
    letter-spacing: 10px;
  }
  .movie_font p span {
    font-size: 25px;
    color: #009FD9;
    letter-spacing: 10px;
  }
  /*
scroll
----------------------------------------------------------- */
  .scroll p {
    margin: 0 0 0 35px;
  }
  /*
top-gif
----------------------------------------------------------- */
  .top-gif-001 {

  }
  .top-gif-002 {

  }
  .top-gif-003 p {
    right: 8%;
    top: 210px
  }
  /*
top-font
----------------------------------------------------------- */
  .top-font {
    left: 520px;
    width: 400px;
    margin: 200px 0 0 0;
  }
  .top-font-title {
    width: 400px;
    left: 520px;
    margin: 20px 0 0 0;
  }
/*
top-font-left
----------------------------------------------------------- */
.top-font-left {
left: 1%;

}
.top-font-left-title {
left: 1%;
}
  /*
top-font-center
----------------------------------------------------------- */
  .top-font-center {
    margin: 0 0 0 5%;
  }

  /*
swiper
----------------------------------------------------------- */
.swiper {
  /*スライダーの幅と高さを調整*/
  width: 100%;
  height: 550px;
	margin: 50px 0 0 0 ;
}
  /*
date
----------------------------------------------------------- */
	
	.date-font-age-01 {
  left: 85px;
}
		.date-font-age-02 {
  left: 25px;
}
			.date-font-age-03 {
  left: 50px;
}
		
		.date-font-age-04 {
  right: 25px;
}
	.date-font-age-05 {
  right: 75px;
}
  .date-out {
    width: 470px;
    margin: 100px auto 0 auto;
  }
  /*
benefit
----------------------------------------------------------- */
  .benefit-out {
    width: 650px;
  }
}

@media (hover: hover) and (pointer: fine) {　
  a:hover {
    opacity: 0.8
  }
}
@media screen and (max-width: 750px) {
	

  /*
 content
----------------------------------------------------------- */
  .content {
    padding: 0 0 0 0;
    background: #fff;
  }
  /*
 section
----------------------------------------------------------- */
  .right {
    background: #fff;
    padding: 100px 0 0 0;
    display: inline;
    margin: 0;
    height: auto;
  }
  .height {
    height: auto;
  }
  .left {
    height: auto;
  }
  .left02 {
    height: auto;
  }
  .right02 {
    display: inline;
  }
  .center {
    width: 750px;
    margin: 50px auto 0 auto;
  }
  .center-02 {
    width: 750px;
  }
  .center-03 {
    width: 750px;
  }
  /*
img-title
----------------------------------------------------------- */
  .img-title {
    width: 700px;
    margin: 0 auto;
  }
  /*
 video
----------------------------------------------------------- */
  .video {
    width: 750px;
    height: 1334px;
  }
  .movie_font {
    height: 1334px;
  }
  .movie_font p {
    font-size: 54px;
    padding: 900px 0 0 50px;
  }
  .movie_font p span {
    font-size: 25px;
  }
  /*
top-gif
----------------------------------------------------------- */
  .top-gif-001 {
    top: 54%;
    right: 8%;
    z-index: 3;
  }
  .top-gif-002 {
    left: 74%;
    top: 75%;
	      z-index: 3;
  }
  .top-gif-003 p {
    right: 3%;
    top: 150px
  }
  .top-gif-004 p {
    right: 3%;
    top: 140px;
		transform:rotate(5deg); 
  }
  /*
content-top
----------------------------------------------------------- */
  .content-top p {
    top: 35%;
    left: 80px;
	  	  	line-height: 80px;
  }
  .content-top p span {
    font-size: 80px;
  }
  .content-top img {
    width: 100%;
  }
	
	  /*
content-top-long
----------------------------------------------------------- */
  .content-top-long p {
    top: 35%;
    left: 80px;
	  	line-height: 80px;
  }
  .content-top-long p span {
	    letter-spacing: 10px;
    font-size: 70px;
	  	line-height: 60px;
  }
  .content-top-long img {
    width: 100%;
  }
  /*
content-link
----------------------------------------------------------- */
  .content-link {
    margin: 20px 0 0 100px;
    display: flex;
    align-items: center;
	      font-size: 25px;
  }
  .content-link span {
    font-size: 25px;
  }
  /*
top-img
----------------------------------------------------------- */
  .top-img {
    width: 95%;
    margin: 0 0 0 0;
  }
  /*
top-font
----------------------------------------------------------- */
  .top-font-big {
    font-size: 30px;
    line-height: 60px;
    margin: 50px auto 30px auto;
	  letter-spacing: 3px;
	  width: 550px;
  }
  .top-font-title {
    z-index: 1;
    margin: 0 0 0 100px;
    position: static;
    left: auto;
    width: auto;
  }
  .top-font {
    margin: 0 0 0 100px;
    width: 550px;
    position: static;
    left: auto;
    font-size: 25px;
    line-height: 40px;
  }
  /*
top-font-left
----------------------------------------------------------- */
  .top-font-big-left {
    font-size: 30px;
    line-height: 60px;
    margin: 50px 0 30px 0;
	  	  letter-spacing: 3px
  }
  .top-font-left-title {
    margin: 100px auto 0 auto;
    position: relative;
    left: 0;
  }
  .top-font-left {
    margin: 0 0 0 100px;
    position: relative;
    left: 0;
    font-size: 25px;
    line-height: 40px;
    width: 550px;

  }
  .top-font-left02-title {
    margin: 0 0 0 100px;
    position: static;
    width: 550px;
    font-size: 25px;
    line-height: 40px;

  }
  .top-font-left02 {
    margin: 50px 0 0 100px ;
    position: static;
  }
  .top-img-right img {
    width: 95%;
    margin: 3% 0 0 0;
  }
  /*
top-font-center
----------------------------------------------------------- */
  .top-font-center {
    margin: 0 auto;
    width: 700px;
  }
	
	  /*
top-font-center-02
----------------------------------------------------------- */
  .top-font-center-02 {
    margin: 0 auto;
    width: 550px;
  }
  /*
top-font02
----------------------------------------------------------- */
  .top-font02 {
    font-size: 25px;
    line-height: 40px;
  }
  .left-top {
    padding: 100px 0 0 0;
  }
  /*
swiper
----------------------------------------------------------- */
	
	.swiper-slide img {
  margin: 120px 0 0 0;
}
.swiper {
  /*スライダーの幅と高さを調整*/
  width: 100%;
  height: 580px;
		margin: 0 ;
}
  .s-font-d {
    top: 0px;
	  left: 15px;
    width: 200px;
    height: 200px;
    letter-spacing: 3px;
    line-height: 28px;
    font-size: 16px;
  }
  .s-font-n {
    bottom: 0px;
    line-height: 50px;
    font-size:25px;
  }
  .s-font-n-big {
    font-size: 60px;
  }
	
	.s-font-d-big {
  letter-spacing: 5px;
  font-size: 25px;
		    line-height: 50px;
}
  /*
date
----------------------------------------------------------- */
  .date-out {
    width: 470px;
    margin: 100px auto 0 auto;
  }
	  
	  .data-img {
  text-align: right;
  margin: 0 0 0 0;
}
  /*
benefit
----------------------------------------------------------- */
  .benefit-out {
    width: 550px;
	  margin: 50px auto 0 auto;
  }
  .benefit {
    padding: 100px 0 200px 0;
	      width: 550px;
  }
.benefit-font {
  width: 550px;
  height: 450px;
  padding: 120px 0 0 0;
}
	.benefit-font-big {
  font-size: 35px;
  line-height: 50px;
}
	
.benefit-font-big-02 {
  font-size: 25px;
  line-height: 45px;
		  width: 400px;
}
	
	
  .benefit-font-mini {
    font-size: 25px;
    line-height: 45px;
    padding: 0 75px 0 75px;
  }
	
	.benefit-icon {
  width: 180px;
  height: 180px;
}
.benefit-icon img {
  margin: 30px auto 0 auto;
}
  /*
link
----------------------------------------------------------- */
  .link_center {
    margin: 50px auto 0 auto;
    font-size: 22px;
  }
  .link02 {
    margin: 50px auto 0 auto;
    width: 300px;
    font-size: 22px;
  }
  /*
flex-container
----------------------------------------------------------- */
  .flex-container {
    display: flex;
    flex-direction: column;
  }
  .item1 {
    order: 1;
  }
  .item2 {
    order: 3;
  }
  .item3 {
    order: 2;
  }
  /*
page-top
----------------------------------------------------------- */
  .page-top {
    right: 25px;
  }
  /*
footer
----------------------------------------------------------- */
  .footer-out {
    display: inline;
  }
  .footer-logo {
    margin: 0 0 50px 60px;
  }
	  .footer-logo p {
  font-size: 18px;
		  margin: 10px 0 0 0 ;
  }
  .footer-nav {
    margin: 0 0 0 60px;
    text-align: left;
	    font-size: 20px;
  }
  .footer-nav p {
    text-align: left;
    padding: 50px 0 0 0;
	  	    font-size: 18px;
  }
	.footer-nav span {
  padding: 15px 20px 20px 0;
}
	
.footer {
	  height: 400px;
}
	
}

