@charset "UTF-8";


@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url('../font/NotoSansCJKjp-Medium.woff') format('woff'),
         url('../font/NotoSansCJKjp-Medium.ttf')  format('truetype'),
         url('../font/NotoSansCJKjp-Medium.eot') format('embedded-opentype');
}


body {
  color: #4D4D4D;
  margin: 0;
  font-family:'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', arial, sans-serif, helvetica;
}

p {
  margin: 0;
}
img {
  border: none;
  vertical-align: bottom;
}
a {
  color: #474747;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #7a7a7a;
}
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.cf:after {
  content: " ";
  display: block;
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h1, h2, h3 {
  margin: 0;
  padding: 0;
}


/* **************************
  wrapper
************************** */

#wrapper {
  width: 1440px;
  margin: 0 auto;
  padding: 80px 0 0 0;
  box-shadow: 0 0 20px gray;

}

.contents_wrap1 {
  margin: 80px auto 30px auto;
  width: 1440px;
}
.contents_wrap2 {
  margin: 0 auto;
  width: 1440px;
}
.contents_wrap3 {
  margin: 0 auto;
  width: 900px;
}


/* **************************
  header
************************** */
.header_wrap{
  height: 80px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999999;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0px, 0px,0px);
  background: #eaedf3;
}
#header {
  width: 1280px;
  height: 80px;
  margin: 0 auto;
  overflow:hidden;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.header_inner {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.header_btn {
  display: block;
}
.header_logo {
  display: block;
}
.header_tel {
  margin-right: 15px;
  display: block;
}


/* **************************
  mv
************************** */
.mv_wrap {
  background: url(../img/mv_bg.png) center 0 no-repeat;
  width: 1440px;
  height: 1322px;
  position: relative;
}
.mv_wrap2 {
  /* background: url(../img/mv_bg02.png) center 0 no-repeat; */
  width: 1440px;
  height: 1042px;
  position: relative;
    z-index: 1;
  overflow: hidden;
}

.mv_wrap2_teiki {
  width: 1440px;
  height: 1380px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btnArea1 a {
  width: 189px;
  height: 74px;
  position: absolute;
  left: 1070px;
  top: 882px;
  z-index: 100;
}
.btnArea2 a {
  width: 189px;
  height: 74px;
  position: absolute;
  left: 1070px;
  top: 1182px;
  z-index: 100;
}
.btnArea2_y a {
  width: 189px;
  height: 74px;
  position: absolute;
  left: 1070px;
  top: 1164px;
  z-index: 100;
}

.btnArea2_teiki a {
  width: 189px;
  height: 74px;
  position: absolute;
  left: 1070px;
  top: 880px;
  z-index: 100;
}

.btnArea02{
position: absolute;
left:50%;
margin-left: -470px;
top: 670px;
}


/* 背景video */
video {
  text-align: center;
  display: block;
}

#bg-video {
  min-width: 100%;
  min-height: auto;
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
}

.mv_wrap2:before, .mv_wrap2_teiki::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: rgba(0,0,0,0.05);
}
.mv_wrap2:after, .mv_wrap2_teiki::after{
  content: '';
  display: block;
  width: 100%;
  height: 38%;
  background: #1776cf;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

/* ▼動画の前面グラデーション用 */
.mv_wrap2.mv_wrap2_gradation:after, .mv_wrap2_teiki:after {
  height: 55%;
  background: none;
  background: -moz-linear-gradient(top, rgba(23,118,207,0) 0%, rgba(23,118,207,.6) 30%, rgba(23,118,207,1) 70%, rgba(23,118,207,1) 100%);
  background: -webkit-linear-gradient(top, rgba(23,118,207,0) 0%, rgba(23,118,207,.6) 30%, rgba(23,118,207,1) 70%,rgba(23,118,207,1) 100%);
  background: linear-gradient(to bottom, rgba(23,118,207,0) 0%, rgba(23,118,207,.6) 30%, rgba(23,118,207,1) 70%,rgba(23,118,207,1) 100%);
}
/* ▲ここまで / 動画の前面グラデーション用 */

.mv-wrap-title img{
z-index: 100;
position: absolute;
}

.lazyload{
 opacity: 0;
}
.lazyloaded{
  opacity: 1;
  transition: all 0.5s;
}


/* **************************
  voice
************************** */

.voice {
  width: 982px;
  margin: 0 auto;
  background: #ffffff;
}

.voice .anotation {
  float: right;
  margin: 50px 80px 0 0;
  display: block;
  color: #2256af;
  font-size: 13px;
}

.voice .box{
  display: table;
}

.voice .box .img{
  padding: 0 100px;
}

.swiper-pagination {
  margin: 50px 0 0 -260px;
}
.swiper-pagination-bullet {
  margin: 0 12px!important;
  width: 14px!important;
  height: 14px!important;
}

.swiper-button-next {
  color: #2256af;
}

.swiper-button-prev:after {
  color: #2256af;
  position: absolute;
  top: 60px;
  font-size: 12px;
  letter-spacing: 1px;
  content: "PREV";
}
.swiper-button-next:after {
  color: #2256af;
  position: absolute;
  top: 60px;
  font-size: 12px;
  letter-spacing: 1px;
  content: "NEXT";
}


/* ▼スライド左右表示用 */
.voice.voice_3slides {
  width: 100%;
}

.voice.voice_3slides .box .img {
  padding: 0;
}

.voice.voice_3slides .anotation {
  margin: 50px 12px 0;
}

.voice.voice_3slides .swiper-button-next,
.voice.voice_3slides .swiper-button-prev {
  margin-top: -70px !important;
}

.voice.voice_3slides .swiper-button-next {
  right: 245px !important;
}

.voice.voice_3slides .swiper-button-prev {
  left: 245px !important;
}

/* 非アクティブなスライドの透明度を調整 */
.voice.voice_3slides .swiper-slide:not(.swiper-slide-active) {
  opacity: .5;
}
/* ▲ここまで / スライド左右表示用 */


/* **************************
  instagram gallery(letroタグ)
************************** */
.gallery_wrap {

}


/* **************************
  movie
************************** */

.movie {
  background: #c0b488;
  width: 1440px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
.m_box_left {
  float: left;
  width: 450px;
}
.m_box_right {
  width: 450px;
  float: right;
}
.m_title {
  font-size: 32px;
}
.m_subtitle {
  padding: 20px 0;
  font-size: 24px;
}
.m_text {
  font-size: 16px;
}


/* **************************
  CTA
************************** */
.cta_wrap1 {
  background: url(../img/cta_bg1_02_v2.png) center 0 no-repeat;
  height: 546px;
  position: relative;
}

.cta_wrap1_large {
  background: url(../img/cta_bg1_line.png) center 0 no-repeat;
  height: 699px;
  position: relative;
}

.cta_wrap2 {
  background: url(../img/cta_bg2.png) center 0 no-repeat;
  height: 696px;
  position: relative;
}
.cta_wrap2_2 {
  background: url(../img/cta_teiki2_bg.png) center 0 no-repeat;
  height: 1109px;
  position: relative;
}

.cta_wrap1 a {
  width: 189px;
  height: 74px;
  position: absolute;
  left: 1005px;
  top: 248px;
}

.cta_wrap1_large a {
  width: 960px;
  height: 102px;
  position: absolute;
  left: calc(50% - 480px);
  top: 385px;
}

.cta_wrap2 a {
  width: 960px;
  height: 102px;
  position: absolute;
  left: 240px;
  top: 410px;
}
.cta_wrap2_2 a {
  width: 960px;
  height: 102px;
  position: absolute;
  left: 240px;
  top: 450px;
}

.cta_wrap2_2_y {
  background: url(../img/cta_teiki2_bg_y.png) center 0 no-repeat;
  height: 1090px;
  position: relative;
}
.cta_wrap2_2_y a {
  width: 960px;
  height: 102px;
  position: absolute;
  left: 240px;
  top: 645px;
}

/* **************************
  footer
************************** */
#footer{
  background: #d3def0;
  color: #2458b3;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}
#footer .links {
  color: #2458b3;
  margin-bottom: 10px;
}
#footer .links a {
  color: #2458b3;
  padding: 0 20px;
}
#footer .copyright {
}
