@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px){
header nav ul li a span.eng {
	color: #000 !important;
}
#movie_bg {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
#movie_bg #top_img {
	width: 100%;
	height: 100vh;
}
#movie_bg video {
	width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    display: block;
    position: absolute;
    padding: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#movie_bg .auto {
	position: relative;
    height: 100%;
}
#movie_bg h2.message {
	width: 700px;
    position: absolute;
    top: 50%;
    margin-top: -193px;
	color: #ffffff;
	font-size: 39px;
	font-weight: bold;
	line-height: 60px;
	z-index: 99;
    overflow: hidden;
}
#movie_bg h2.message .eng {
	color: #ffffff;
	font-size: 16px;
	line-height: 31px;
}
#movie_bg h2 span {
	font-weight: bold;
}
#movie_bg h2 .slide_in_image {
    width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	opacity: 0;
}
.arrowInner {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin:0 auto;
    width: 120px;
    text-align: center;
}
.arrowInner p {
    color: #fff;
    font-size: 10px;
}
.arrowInner .line {
  width: 1px;
  height: 64px;
  margin: 0px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}
.arrowInner .line::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: line 2.5s ease 0s infinite normal;
  animation: line 2.5s ease 0s infinite normal;
}
@keyframes line {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
}
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}
#conts_01 {
    width: 100%;
	float: left;
	clear: both;
	position: relative;
	background-image: url(../img/index/bg_img_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 45%;
}
#conts_01 .text_box {
    width: 600px;
	/* float: left; */
	padding-top: 166px;
	/* padding-bottom: 216px; */
}
#conts_01 .text_box h3 {
	width: 543px;
    font-size: 28px;
	line-height: 42px;
	font-weight: bold;
    margin-bottom: 13px;
}
#conts_01 .text_box .text {
	width: 543px;
    font-size: 15px;
	line-height: 32px;
    margin-bottom: 56px;
}

#conts_01 .right_img {
    position: absolute;
	top: 145px;
	right: 0;
	width: 50%;
	height: 438px;
	overflow: hidden;
}
#conts_01 .right_img .slide_in_image {
	width: 100%;
    height: 100%;
    display: block;
	position: relative;
    overflow: hidden;
    opacity: 0;
}
#conts_01 .right_img .slide_in_image img {
    width: 100%;
    display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#conts_01 .link_btn {
    display: inline-block;
    clear: both;
    margin-bottom: 216px;
}
#conts_02 {
    width: 100%;
    clear: both;
	background-color: #f9f9f9;
	background-image: url(../img/index/saisei_2.jpg);
	background-repeat: no-repeat;
	background-position: right 36% center;
	background-size: cover;
}
#conts_02 .text_box {
    width: 600px;
	margin-left: 600px;
	padding: 78px 40px 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#conts_02 .text_box h3 {
    width: 100%;
	font-size: 23px;
	font-weight: bold;
	line-height: 34px;
    margin-bottom: 15px;
}
#conts_02 .text_box .text {
    width: 100%;
	letter-spacing: .05em;
    margin-bottom: 17px;
}
#conts_02 .text_box .link_btn {
    padding-top: 12px;
}

#conts_03 {
    width: 100%;
	position: relative;padding-bottom: 156px;
}
#conts_03::before {
    content: "";
	width: 68%;
	height: 180px;
	background-color: #f9f9f9;
	position: absolute;
	left: 0;
	bottom: 0;/* z-index: 0; */
	
}
#conts_03 .text_box {
    width: 342px;
	padding-top: 365px;
	position: relative;
    z-index: 9999;9;
}
#conts_03 .text_box h3 {
    width: 100%;
	font-size: 39px;
	line-height: 1.3;
}
#conts_03 .text_box .sub_title {
    width: 100%;
	font-size: 12px;
	line-height: 1.4;
    margin-bottom: 12px;
	color: #075ea6;
}
#conts_03 .text_box .text {
    width: 100%;
	margin-bottom: 34px;
}
#conts_03 .card_box {
    width: 66vw;
	min-width: 842px;
	max-width: 993px;
	height: 556px;
	position: absolute;
	top: 165px;
	right: 0;
}
#conts_03 .card_box ul {
    width: 100%;
	letter-spacing: -.4em;
}
#conts_03 .card_box ul li {
    width: calc(100%/3 - 10px);
	height: 504px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin-right: 15px;
	text-align: center;
	box-shadow:3px 3px 20px 12px rgba(0,0,0,0.05);
	overflow: hidden;
}
#conts_03 .card_box ul li:first-of-type {
	margin-top: 52px;
}
#conts_03 .card_box ul li:nth-of-type(3n)  {
	margin-right: 0;
	margin-top: 70px;
}
#conts_03 .card_box ul li .slide_in_image {
    width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	opacity: 0;
}
#conts_03 .card_box ul li:first-of-type .slide_in_image {
	background-image: url(../img/index/saisei_3.jpg);
}
#conts_03 .card_box ul li:nth-of-type(2n) .slide_in_image {
	background-image: url(../img/index/saisei_4.jpg);
}
#conts_03 .card_box ul li:nth-of-type(3n) .slide_in_image {
	background-image: url(../img/index/saisei_5.jpg);
}
#conts_03 .card_box ul li a {
    width: 100%;
	height: 100%;
	display: block;
	padding-top: 210px;
	text-decoration: none;
}
#conts_03 .card_box ul li .eng {
    font-size: 30px;
	line-height: 34px;
	color: #ffffff;
}
#conts_03 .card_box ul li .small {
	color: #ffffff;
}
#conts_03 .link_btn {
}
#conts_04 {
	width: 100%;
    padding-top: 186px;
	margin-bottom: 100px;
	float: left;
	clear: both;
}
#conts_04 .auto {
    position: relative;
}
#conts_04 .wrapper {
	width: 304px;
	float: left;
	margin-left: 62px;
}
#conts_04 h3 {
	width: 304px;
	font-size: 39px;
	line-height: 1;
	font-weight: bold;
    margin-bottom: 4px;
}
#conts_04 .sub_title {
	width: 304px;
	font-size: 12px;
    line-height: 1.5;
	color: #075ea6;
    margin-bottom: 29px;
}
#conts_04 .news_list {
	width: 735px;
	float: right;
    padding-top: 19px;
	margin-right: 62px;
}
#conts_04 .news_list li {
	width: 100%;
}
#conts_04 .news_list li .date {
	width: 140px;
	font-size: 15px;
    line-height: 1.4;
	display: table-cell;
	letter-spacing: .05em;
	vertical-align: middle;
    padding: 20px 18px 16px;
	border-top: 1px solid #075ea6;
}
#conts_04 .news_list li:last-of-type .date {
	border-bottom: 1px solid #075ea6;
}
#conts_04 .news_list li .title {
	width: 594px;
	display: table-cell;
	letter-spacing: normal;
	vertical-align: middle;
    padding: 20px 18px 16px;
	border-top: 1px solid #e8ebf0;
}
#conts_04 .news_list li:last-of-type .title {
	border-bottom: 1px solid #e8ebf0;
}
#conts_04 .link_btn {
	float: left;
    position: absolute;
    top: 91px;
    left: 65px;
}
}
/*===============================================
●sp.css  画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px){

#movie_bg {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
#movie_bg video {
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
    display: block;
	position: absolute;
	padding: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#movie_bg .auto {
	position: relative;
    height: 100%;
}
#movie_bg h2.message {
    position: absolute;
    top: 50%;
    margin-top: -20vw;
	color: #ffffff;
	font-size: 5vw;
	font-weight: bold;
	line-height: 1.5;
	z-index: 9;
    overflow: hidden;
}
#movie_bg h2.message .slide_in_image {
	opacity: 0;
    display: block;
    overflow: hidden;
    font-weight: bold;
}
#movie_bg h2.message .eng {
	color: #ffffff;
	font-size: 1.5rem;
}
.arrowInner {
    position: absolute;
    bottom: 82px;
    left: 0;
    right: 0;
    margin:0 auto;
    width: 120px;
    text-align: center;
}
.arrowInner p {
    color: #fff;
    font-size: 10px;
    margin-bottom: 5px;
}
.arrowInner .line {
  width: 1px;
  height: 34px;
  margin: 0px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}
.arrowInner .line::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
}
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

#conts_01 {
    width: 100%;
	background-image: url(../img/index/bg_img_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 80%;
    position: relative;
    margin-bottom: 90px;
}
#conts_01 .text_box {
	padding-top: 68px;
}
h3 {
    font-size: 1.9rem;
	line-height: 1.7;
	font-weight: bold;
    margin-bottom: 13px;
}
#conts_01 .text_box .text {
    margin-bottom: 26px;
}

#conts_01 .right_img {
	width: 100%;
    margin-bottom: 38px;
    overflow: hidden;
}
#conts_01 .right_img .slide_in_image {
	width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    opacity: 0;
}
#conts_01 .right_img .slide_in_image img {
    width: 100%;
    display: block;
}

#conts_02 {
    width: 100%;
    clear: both;
    padding-top: 30vw;
	background-color: #f9f9f9;
	background-image: url(../img/index/bg_img_02_sp.png);
	background-repeat: no-repeat;
	background-position: right  -25vw;
	background-size: 160%;
    margin-bottom: 70px;
}
#conts_02 .text_box {
	padding: 0 0 64px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#conts_02 .text_box .text {
    width: 100%;
	letter-spacing: .05em;
    margin-bottom: 13px;
}
#conts_02 .text_box .link_btn {
    padding-top: 12px;
}

#conts_03 {
    width: 100%;
	position: relative;
    margin-bottom: 70px;
}
#conts_03::before {
    content: "";
	width: 70%;
	height: 162px;
	background-color: #f9f9f9;
	position: absolute;
	left: 0;
	bottom: 0;
	
}
#conts_03 .auto {
    width: 100%;
}
#conts_03 .text_box {
	padding-top: 20px;
	padding-bottom: 16px;
}
#conts_03 .text_box h3 {
	font-size: 2.5rem;
    width: 90%;
    margin: 0 auto;
	line-height: 1.3;
    text-align: center;
    margin-bottom: 6px;
}
#conts_03 .text_box .sub_title {
	font-size: 1.1rem;
    width: 90%;
    margin: 0 auto;
	line-height: 1.4;
    margin-bottom: 12px;
	color: #075ea6;
    text-align: center;
}
#conts_03 .text_box .text {
    width: 90%;
    margin: 0 auto;
	margin-bottom: 34px;
}
#conts_03 .card_box {
	width: 100%;
}
#conts_03 .card_box ul {
    width: 100%;
}
#conts_03 .card_box ul li {
    width: 90%;
	text-align: center;
	box-shadow:3px 3px 20px 12px rgba(0,0,0,0.05);
    margin-bottom: 20px;
	overflow: hidden;
}
#conts_03 .card_box ul li:nth-of-type(2n) {
    margin-left: 10%;
}
#conts_03 .card_box ul li .slide_in_image {
    width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	opacity: 0;
}
#conts_03 .card_box ul li:first-of-type .slide_in_image {
	background-image: url(../img/index/saisei_3.jpg);
}
#conts_03 .card_box ul li:nth-of-type(2n) .slide_in_image {
	background-image: url(../img/index/saisei_4.jpg);
}
#conts_03 .card_box ul li:nth-of-type(3n) .slide_in_image {
	background-image: url(../img/index/saisei_5.jpg);
}
#conts_03 .card_box ul li a {
    width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 100px;
    padding-bottom: 89px;
	text-decoration: none;
}
#conts_03 .card_box ul li .eng {
    font-size: 30px;
	line-height: 34px;
	color: #ffffff;
}
#conts_03 .card_box ul li .small {
	color: #ffffff;
}
#conts_03 .link_btn {
	margin-top: 42px;
}
#conts_04 {
	width: 100%;
    padding-top: 32px;
}
#conts_04 h3 {
	font-size: 2.5rem;
    width: 90%;
    margin: 0 auto;
	line-height: 1.3;
    text-align: center;
    margin-bottom: 6px;
}
#conts_04 .sub_title {
	font-size: 1.1rem;
    width: 90%;
    margin: 0 auto;
	line-height: 1.4;
    margin-bottom: 24px;
	color: #075ea6;
    text-align: center;
}
#conts_04 .news_list {
	border-top: 1px solid #e8ebf0;
    margin-bottom: 32px;
}
#conts_04 .news_list li {
	width: 100%;
	border-bottom: 1px solid #e8ebf0;
    padding: 18px 0 15px;
}
#conts_04 .news_list li .date {
	width: 100%;
	font-size: 1.4rem;
    line-height: 1.4;
	display: block;
	letter-spacing: .05em;
    margin-bottom: 4px;
}
#conts_04 .news_list li .title {
	font-size: 1.4rem;
    line-height: 1.5;
    display: block;
	letter-spacing: normal;
	vertical-align: middle;
}
#conts_04 .link_btn {
	
}

}




