@charset "Shift_JIS";

@font-face {
  font-family: 'SourceHanSans';
  font-style: normal;
  font-weight: 400;
  src: url(/fmv/special/fmvlts/assets/font/SourceHanSans-Regular.ttf) format('truetype');
  src: url(/fmv/special/fmvlts/assets/font/SourceHanSans-Regular.woff) format('woff');
}

@font-face {
  font-family: 'SourceHanSans';
  font-style: normal;
  font-weight: 700;
  src: url(/fmv/special/fmvlts/assets/font/SourceHanSans-Medium.ttf) format('truetype');
  src: url(/fmv/special/fmvlts/assets/font/SourceHanSans-Medium.woff) format('woff');
}


/*==================================================
  Universal Reset
  Default Style
  hasLayout
==================================================*/

/*--------------------------------------------------
  Universal Reset
--------------------------------------------------*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
del,
ins,
em,
img,
hr,
q,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ヒラギノ角ゴシック', 'MS PGothic', sans-serif;
  margin: 0;
  padding: 0;
}
h1,
h2 {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ヒラギノ角ゴシック', 'MS PGothic', sans-serif;
  font-weight: lighter !important;
  letter-spacing: 1px;
}
.SourceHanSans {
  font-family: 'SourceHanSans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
table,
th,
td {
  border: 0 none;
}
th {
  font-weight: normal;
  text-align: left;
}
caption {
  text-align: left;
}
strong {
  font-weight: normal;
}
em {
  font-style: normal;
}
img {
  border: 0;
  vertical-align: top;
}
dt {
  font-weight: normal;
}
fieldset {
  border: 0 none;
}
legend {
  display: none;
}
textarea {
  font-size: 1em;
}
.borderBtmNone {
  border-bottom: none!important;
}
.borderBtm01 {
  border-bottom: 1px solid #bfb4b4!important;
}
.mb00 {
  margin-bottom: 0!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb60 {
  margin-bottom: 60px!important;
}
.pt40 {
  padding-top: 40px!important;
}
.pl00 {
  padding-left: 0!important;
}
.pb00 {
  padding-bottom: 0!important;
}
.pb10 {
  padding-bottom: 10px!important;
}
.pt30 {
  padding-top: 30px!important;
}

/*--------------------------------------------------
  Default Style
--------------------------------------------------*/
body {
  background: #fff;
  color: #333333;
  font-size: 14px;
  margin-bottom: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
em {
  font-style: italic;
}
strong {
  color: #444;
  font-weight: bold !important;
}
a,
a:link {
  color: #444;
  text-decoration: none;
}
a:visited {
  color: #444;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #333333;
  text-decoration: none;
}

sup {
  vertical-align: top;
}
sub {
  vertical-align: baseline;
}
img {
  height: auto;
  max-width: 100%;
}
p {
  line-height: 1.68;
}



.fade {
  -ms-filter: 'alpha(opacity=0)';
      filter: alpha(opacity=0);
  opacity: 0;
  zoom: 1;
}

.inner a:hover img,
.footer-banner a:hover img {
  opacity: .7;
}

.inner .box:hover p,
.inner .box:hover h3 {
  opacity: .7;
}

iframe[name="google_conversion_frame"]{
  display: none;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}


@media screen and (max-width:768px) {
  body {
    word-break: break-all;
    min-width: 320px;
    font-size: 15px;
    position: relative;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}
/*--------------------------------------------------
  hasLayout
--------------------------------------------------*/
div,
ul,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  zoom: 1;
}

.inner {
  margin: 0px auto;
  max-width: 1020px;
}

.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}


/*--------------------------------------------------
  header
--------------------------------------------------*/

#header {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
     -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
          box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
  height: 55px;
  position: relative;
  width: 100%;
}

#header .headerInner {
  overflow: hidden;
  zoom: 1;
}

#header:after {
  clear: both;
  content: '.';
  display: block;
  font-size: .1em;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.header-left {
  float: left;
}
.header-left .brand-logo {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

.header a {
  color: #000;
  display: block;
}

#header .header-center {
  bottom: 0;
  left: 0;
  margin: auto;
  margin-top: 12px;
  position: absolute;
  right: 0;
  top: 0;
  width: 230px;
  z-index: 100;
}

.header-right {
  display: block;
  float: right;
  height: 35px;
  padding: 20px 20px 0px 0px;
  width: auto;
}
.header-right .sub-nav {
  display: block;
  float: left;
  height: 100%;
  vertical-align: middle;
}
.header-right .sub-nav > li {
  display: block;
  font-weight: 700;
  height: 100%;
  margin-left: 9px;
}

.header-right .sub-nav > li > span {
  display: block;
  height: 100%;
  padding-left: 169px;
}

.header-right .sub-nav > li span span {
  background-image: url(/fmv/special/fmvlts/assets/images/arrow_menu_down.png);
  background-position: left 8px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 0 10px 0 20px;
}

.header-right .sub-nav > li span span:hover {
  border-bottom: 3px solid #e60012;
  cursor: pointer;
}

.header-right .sub-nav > li span span.active {
  background-image: url(/fmv/special/fmvlts/assets/images/arrow_menu_up.png);
  border-bottom: 3px solid #e60012;
}

.header-right .sns-header {
  border-left: solid 1px #000;
  display: inline-block;
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  vertical-align: middle;
}

.header-right .sns-header div {
  display: inline-block;
}

#menuContents {
  background: #fff;
  border-top: 1px solid #d5d5d5;
  box-sizing: border-box;
  display: none;
  left: 0;
  padding: 0 20px;
  position: absolute;
  top: 55px;
  width: 100%;
  z-index: 10000;
}


#menuContents .inner {
  max-width: 950px;
  width: 100%;
}

#menuContents .menuContentsTop {
  border-bottom: 1px solid #bfb4b4;
  padding: 20px 0 6px 0;
}

#menuContents .menuContentsTop ul li a {
  background-image: url(/fmv/special/fmvlts/assets/images/icon_arrow_02.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 19px auto;
  display: inline-block;
  font-size: 114.2%;
  font-weight: normal;
  margin-bottom: 14px;
  padding-left: 30px;
}

#menuContents .menuContentsTop ul li a:hover {
  opacity: .5;
}

#menuContents .menuContentsBtm {
  display: table;
  padding: 40px 0 20px;
  width: 100%;
}

#menuContents .menuContentsBtm .txt {
  display: table-cell;
  font-size: 114.2%;
  vertical-align: middle;
  width: 31%;
}

#menuContents .menuContentsBtm .btnBox {
  display: table-cell;
}

#menuContents .menuContentsBtm .btnBox ul {
  overflow: hidden;
  zoom: 0;
}

#menuContents .menuContentsBtm .btnBox ul li {
  float: left;
  padding-bottom: 20px;
  position: relative;
  width: 50%;
}

#menuContents .menuContentsBtm .btnBox ul li:hover {
  opacity: .7;
}

#menuContents .menuContentsBtm .btnBox ul li a {
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 10;
}

#menuContents .menuContentsBtm .btnBox ul li .table {
  display: table;
  width: 100%;
}

#menuContents .menuContentsBtm .btnBox ul li .table .img {
  display: table-cell;
  width: 18%;
}

#menuContents .menuContentsBtm .btnBox ul li .table .img img {
  height: auto;
  max-width: 119px;
  width: 100%;
}


#menuContents .menuContentsBtm .btnBox ul li .table .txt {
  display: table-cell;
  font-size: 100%;
  padding-left: 10px;
}

#menuContents .menuContentsBtm .btnBox ul li .table .txt p {
  background-image: url(/fmv/special/fmvlts/assets/images/icon_arrow_02.png);
  background-position: left 2px;
  background-repeat: no-repeat;
  background-size: 19px auto;
  font-weight: normal;
  padding-left: 30px;
}

@media screen and (max-width:768px) {
  #headerSp {
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);
       -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);
            box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);
    box-sizing: border-box;
    height: 45px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #dadada}

  #headerSp .header-center img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 154px;
  }

  #headerSp .header-left img {
    height: auto;
    width: 73px;
  }

  #headerSp .header-right {
    padding: 0;
    width: auto;
  }

  #menuContentsSp {
    background: #fff;
    display: none;
    left: 0;
    overflow-y: scroll;
    position: absolute;
    top: 45px;
    width: 100%;
    z-index: 10000;
  }

  #menuContentsSp .topList {
    width: 100%;
  }

  #menuContentsSp .topList ul li {
    background-image: url(/fmv/special/fmvlts/assets/images/icon_arrow_01.png);
    background-position: 94% center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    border-top: 1px solid #bfb4b4;
    box-sizing: border-box;
  }

  #menuContentsSp .topList ul li:first-child {
    border-top: none;
  }

  #menuContentsSp .topList ul li a {
    display: block;
    font-size: 92.8%;
    padding: 20px 10px;
  }

  #menuContentsSp .ttl {
    background: #faf8f4;
    border: 1px solid #bfb4b4;
    border-left: none;
    border-right: none;
    font-size: 71.4%;
    padding: 10px;
  }

  #menuContentsSp .btmList {
    width: 100%;
  }

  #menuContentsSp .btmList ul li {
    background-image: url(/fmv/special/fmvlts/assets/images/icon_arrow_01.png);
    background-position: 94% center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    border-bottom: 1px solid #bfb4b4;
    box-sizing: border-box;
    display: table;
    padding: 10px;
    position: relative;
    width: 100%;
  }

  #menuContentsSp .btmList ul li a {
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 10;
  }

  #menuContentsSp .btmList ul li .img {
    display: table-cell;
    width: 21.9%;
  }

  #menuContentsSp .btmList ul li .img img {
    width: 100%;
  }

  #menuContentsSp .btmList ul li .txt {
    display: table-cell;
    font-size: 78.5%;
    padding-left: 12px;
    vertical-align: middle;
  }


  #menuContentsSp .sns-header {
    display: block;
    float: none;
    margin: 0;
    padding: 33px 0;
    text-align: center;
  }

  #menuContentsSp .sns-header .twitter-btn,
  #menuContentsSp .sns-header .facebook-btn {
    display: inline-block;
  }

  .menuBtn {
    text-align: center;
  }

  .menuBtn p {
    display: none;
    font-size: 71.4%;
  }

  .menuBtn .nameMenu.on {
    display: block;
    padding: 24px 10px 0 0;
  }

  .menuBtn .nameClose.on {
    display: block;
    padding: 24px 12px 0 0;
  }

  .menu_icon {
    cursor: pointer;
    display: block;
    float: left;
    height: 14px;
    margin: 0 auto;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 7px;
    -webkit-transition: all .2s ease-in;
       -moz-transition: all .2s ease-in;
         -o-transition: all .2s ease-in;
            transition: all .2s ease-in;
    width: 25px;
  }

  .menu_icon span {
    background: #333;
    display: block;
    height: 2px;
    margin-bottom: 4px;
    -webkit-transition: all .4s ease-out;
       -moz-transition: all .4s ease-out;
         -o-transition: all .4s ease-out;
            transition: all .4s ease-out;
    width: 25px;
  }

  .menu_icon.active {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu_icon.active .bar1 {
    -webkit-transform: rotate(0deg) translateY(6px);
       -moz-transform: rotate(0deg) translateY(6px);
        -ms-transform: rotate(0deg) translateY(6px);
         -o-transform: rotate(0deg) translateY(6px);
            transform: rotate(0deg) translateY(6px);
  }

  .menu_icon.active .bar2 {
    opacity: 0;
  }

  .menu_icon.active .bar3 {
    -webkit-transform: rotate(-90deg) translateX(6px);
       -moz-transform: rotate(-90deg) translateX(6px);
        -ms-transform: rotate(-90deg) translateX(6px);
         -o-transform: rotate(-90deg) translateX(6px);
            transform: rotate(-90deg) translateX(6px);
  }
}

/*--------------------------------------------------
  .mainVisual
--------------------------------------------------*/

.mainVisual {
  position: relative;
  margin: 0 0 40px;
  overflow: hidden;
  background:#294d97;
  width: 100%;
}

.mainVisual .mainVisualImg{
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1800px;
}

.mainVisual .mainVisualImg img {
  width: 100%;
}

.mainVisual .mainVisualTextArea{
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  height: 50%;
  max-height: 300px;
  z-index: 10;
  width: 40%;
}

.mainVisual .mainVisualTextArea{
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  height: 50%;
  max-height: 300px;
  z-index: 10;
  width: 40%;
}

.mainVisual .mainVisualTextArea h1 img{
  width: 100%;
}

@media screen and (max-width:768px) {
  .mainVisual{
    margin: 0;
    background: #fff;
  }

  .mainVisual .mainVisualTextArea{
    position: relative;
    height: auto;
    max-height: initial;
    padding: 60px 0 30px;
    width: 100%
  }

  .mainVisual .mainVisualTextArea h1{
    text-align: center;
  }

  .mainVisual .mainVisualTextArea h1 img{
    width: 85%;
  }
}

/*--------------------------------------------------
  .section01
--------------------------------------------------*/

.section01{
  padding: 30px 0 40px;
  position: relative;
}

.section01 .section01_block .left{
  float: left;
  width: 40%;
  position: relative;
  z-index: 10;
  margin: -115px 0 0;
}

.section01 .section01_block .right{
  float: right;
  width: 60%;
}

.section01 .section01_title{
  margin: 0 0 20px;
}

@media screen and (max-width:768px) {
  .section01{
    padding: 0 30px 50px;
  }

  .section01 .section01_block .left,
  .section01 .section01_block .right{
    float: none;
    width: 100%;
  }

  .section01 .section01_block .left{
    text-align: center;
    margin: -50px 0 20px;
  }

  .section01 .section01_text{
    font-size: 15px;
  }

  .section01 .section01_block .left img{
    width: 80%;
  }

  .section01 .section01_title{
    width: 90%;
  }
}

/*--------------------------------------------------
  .section02
--------------------------------------------------*/

.section02{
  padding: 40px 30px 70px;
  background: #dae5f5;
}

.section02 .section02_block .left{
  float: left;
  width: 50%;
  position: relative;
  margin: 0 0 0 -10%;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}

.section02 .section02_block .right{
  float: right;
  width: 60%;
  padding: 20px 0 0;
}

.section02 .section02_title_01{
  margin: 0 0 20px;
  text-align: center;
}

.section02 .section02_title_02{
  margin: 0 0 30px;
}

.section02 .section02_text{
  font-size: 16px;
  margin: 0 0 30px;
}

@media screen and (max-width:768px) {

  .section02{
    padding: 30px 20px 27%;
  }

  .section02 .section02_block .left,
  .section02 .section02_block .right{
    float: none;
    width: 100%;
  }

  .section02 .section02_block .left{
    margin: 0;
    text-align: center;
  }

  .section02 .section02_block .left img{
    width: 93%;
  }

  .section02 .section02_block .right{
    padding: 0;
  }

  .section02 .section02_title_01{
    margin: 0 0 20px;
  }

  .section02 .section02_title_01 img{
    width: 100%;
  }

  .section02 .section02_title_02{
    margin: 0 0 20px;
  }

  .section02 .section02_title_02 img{
    width: 95%;
  }

  .section02 .section02_text{
    margin: 0 0 8%;
    font-size: 15px;
    padding: 0 10px;
  }
}

/*--------------------------------------------------
  .section03
--------------------------------------------------*/

.section03{
  padding: 0;
  background: url(/fmv/special/fmvlts/assets/images/bg_english.png);
  position: relative;
  z-index: 1;
}

.section03:before{
  position: absolute;
  content: "";
  background: #fff;
  height: 10%;
  width: 100%;
  bottom: 0;
  left: 0;
}

.section03 .inner{
  position: relative;
  z-index: 10;
}

.section03 .section03_movie{
  position: relative;
  margin: 0;
}

.section03 .section03_movie a{
  display: block;
  text-align: center;
}

.section03 .section03_movie a img{
  position: relative;
  margin: -10px 0 0;
}

.section03 .section03_textImg{
  text-align: center;
  position: relative;
  z-index: 10;
}

.section03 .section03_comingSoon{
  position: relative;
  margin: 110px 0 0;
  text-align: center;
}

.section03 .section03_comingSoon:before{
  position: absolute;
  content: "";
  background: url(/fmv/special/fmvlts/assets/images/icon_after.png) no-repeat;
  background-size: 100%;
  max-width: 381px;
  width: 37%;
  height: 100%;
  top: -37%;
  left: 58px;
}

.section03 .section03_comingSoon:after{
  position: absolute;
  content: "";
  background: url(/fmv/special/fmvlts/assets/images/icon_after_02.png) no-repeat;
  background-size: 100%;
  max-width: 411px;
  width: 40%;
  height: 100%;
  top: -32%;
  right: 50px;
}

.section03 .section03_comingSoon a{
  display: block;
  position: relative;
  z-index: 10;
}

.section03 .section03_subText{
  text-align: center;
  width: 75%;
  margin: 0 auto;
}

.section03 .section03_icon{
  float: left;
  width: 50%;
  text-align: center;
  position: relative;
}

.section03 .section03_icon.icon01{
  margin: -95px 0 0;
}

.section03 .section03_icon.icon02{
  margin: -65px 0 0;
}

.section03 .section03_process{
  padding: 130px 13% 10px;
  background: #fff;
  position: relative;
  top: -120px;
}

.section03 .section03_process:before{
  position: absolute;
  content: "";
  background: url(/fmv/special/fmvlts/assets/images/img_icon_arrow02.png) no-repeat;
  width: 41px;
  height: 185px;
  bottom: -205px;
  left: 50%;
  margin: 0 0 0 -20px;
}

.section03 .section03_processBlock{
  position: relative;
  margin: 0 0 60px;
}

.section03 .section03_processBlock:before{
  position: absolute;
  content: "";
  background: url(/fmv/special/fmvlts/assets/images/img_icon_dot.png) no-repeat;
  width: 14px;
  height: 42px;
  bottom: -52px;
  left: 50%;
  margin: 0 0 0 -7px;
}

.section03 .section03_processBlock .processBlock_left{
  float: left;
  width: 43%;
  margin: 0 2% 0 0;
}

.section03 .section03_processBlock .processBlock_right{
  float: right;
  width: 55%;
}

.section03 .section03_processBlock .processBlock_label{
  color: #294d97;
  font-size: 18px;
  font-weight: bold;
}

.section03 .section03_processBlock .processBlock_title{
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 5px;
}

@media screen and (max-width:768px) {
  .section03{
    padding: 0 10px;
  }

  .section03:before{
    height: 85px;
  }

  .section03 .section03_comingSoon{
    padding: 29% 0 0;
    margin: 55% 0 20px;
  }

  .section03 .section03_comingSoon:before{
    background-size: 100%;
    width: 68%;
    height: 100%;
    top: auto;
    bottom: 46%;
    left: 50%;
    margin: 0 0 0 -34%;
    max-width: initial;
  }

  .section03 .section03_comingSoon:after{
    background-size: 100%;
    width: 82%;
    height: 100%;
    top: auto;
    bottom: 10%;
    left: 50%;
    margin: 0 0 0 -40%;
    max-width: initial;
  }

  .section03 .section03_subText{
    padding: 0 30px;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font-size: 15px;
  }

  .section03 .section03_icon{
    float: none;
    width: 100%;
    text-align: center;
  }

  .section03 .section03_icon.icon01{
    position: absolute;
    margin: -18% 0 0;
  }

  .section03 .section03_icon.icon01 img{
    width: 68%;
  }

  .section03 .section03_icon.icon02{
    padding: 18% 0 0;
    margin: -16% 0 0;
  }

  .section03 .section03_icon.icon02 img{
    width: 70%;
  }

  .section03 .section03_process{
    padding: 23% 13% 10px;
    top: auto;
    margin: -21% 0 20%;
  }

  .section03 .section03_process:before{
    background: url(/fmv/special/fmvlts/assets/images/img_icon_arrow.png) no-repeat;
    background-size: 100%;
    width: 6%;
    height: 8%;
    bottom: -9%;
    left: 50%;
    margin: 0 0 0 -4%;
  }

  .section03 .section03_processBlock{
    position: relative;
    margin: 0 0 18%;
  }

  .section03 .section03_processBlock:before{
    background: url(/fmv/special/fmvlts/assets/images/img_icon_dot.png) no-repeat;
    background-size: 100%;
    width: 3%;
    height: 12%;
    bottom: -16%;
    left: 50%;
    margin: 0 0 0 -3%;
  }

  .section03 .section03_processBlock:last-child{
    margin: 0 0 15%;
  }

  .section03 .section03_processBlock .processBlock_left{
    float: none;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }

  .section03 .section03_processBlock .processBlock_left img{
    width: 72%;
  }

  .section03 .section03_processBlock .processBlock_right{
    float: none;
    width: 100%;
  }

  .section03 .section03_processBlock .processBlock_label{
    font-size: 12px;
  }

  .section03 .section03_processBlock .processBlock_title{
    font-size: 16px;
  }

  .section03 .section03_processBlock .processBlock_text{
    font-size: 13px;
    line-height: 1.4;
  }
}

/*--------------------------------------------------
  .section04
--------------------------------------------------*/

.section04 {
  padding: 80px 0 0;
}

.section04 .inner {
  max-width: 910px;
}

.section04 .section04_bnr {
  margin-bottom: 20px;
}

.section04 h2 {
  font-size: 250%;
  padding-bottom: 30px;
  text-align: center;
}

.section04 ul {
  margin: 0 auto;
  max-width: 1020px;
  overflow: hidden;
  width: 100%;
  zoom: 1;
}

.section04 ul li {
  margin-bottom: 20px;
  position: relative;
  width: 48.8%;
}

.section04 ul li:hover {
  opacity: .7!important;
}

.section04 ul li:nth-child(odd) {
  float: left;
}

.section04 ul li:nth-child(even) {
  float: right;
}

.section04 ul li .img img {
  width: 100%;
}

.section04 ul li a {
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 10;
}

.section04 .section04_title img{
  width: 100%;
}

.section04 .section04_pointBtn{
  text-align: center;
  margin: 0 0 80px;
}

@media screen and (max-width:768px) {
  .section04 {
    padding: 10px;
  }

  .section04 h2 {
    font-size: 135.7%;
    padding-bottom: 15px;
  }

  .section04 ul li {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }

  .section04 .section04_pointBtn{
    margin: 20px auto 30px;
    width: 90%;
  }
  .section04 .section04_bnr {
    margin-bottom: 10px;
  }
  .section04 .section04_bnr img {
    width: 100%;
  }
}


/*--------------------------------------------------
  .section05
--------------------------------------------------*/

.section05 {
  padding: 40px 0px 80px;
  text-align: center;
}

.section05 .snsBlock {
  padding-top: 40px;
}

.section05 .snsBlock div {
  display: inline-block;
}

.section05 .intel {
  padding-top: 40px;
}

.section05 .intel .ttl {
  font-size: 142.8%;
}

.section05 .intel .img {
  padding-top: 20px;
}

.section05 .intel .img img {
  max-width: 894px;
}

.section05 .intel .txt {
  font-size: 92.8%;
  padding-top: 10px;
}

@media screen and (max-width:768px) {
  .section05 {
    padding: 10px 10px 60px;
  }

  .section05 .snsBlock {
    padding-top: 20px;
  }

  .section05 .snsBlock span {
    vertical-align: bottom !important;
  }

  .section05 .intel {
    padding-top: 20px;
  }

  .section05 .intel .ttl {
    font-size: 92.8%;
  }

  .section05 .intel .img {
    padding-top: 15px;
  }

  .section05 .intel .img img {
    width: 86%;
  }

  .section05 .intel .txt {
    font-size: 71.5%;
    padding-top: 10px;
  }
}

/*--------------------------------------------------
  .section06
--------------------------------------------------*/

.section06{
  padding: 80px 0 100px;
}

.section06 .section06_title{
  text-align: center;
  margin: 0 0 70px;
}

.section06 .section06_list{
  text-align: center;
}

.section06 .section06_list li{
  display: inline-block;
  width: 20%;
  margin: 0 2% 60px;
  text-align: center;
}

.section06 .section06_list li.center {
  float: none;
  margin-left: 0!important;
  margin-right: 0!important;
}

.section06 .section06_list .name{
  padding: 0 0 10px;
  margin: 15px 0 10px;
  border-bottom: 1px solid #5e4839;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}

.section06 .section06_list .info{
  margin: 0 0 10px;
  min-height: 69px;
}

.section06 .section06_btn{
  text-align: center;
  box-sizing: border-box;
}

.section06 .section06_btn a{
  display: block;
}

.section06 .section06_list .pc_none{
  display: none;
}

.section06 .section06_list .sp_none{
  display: inline-block;
}

@media screen and (max-width:768px) {

  .section06{
    padding: 10px 0 80px;
  }

  .section06 .section06_list{
    box-sizing: border-box;
    padding: 0 30px;
    margin: 0;
  }
  .section06 .section06_list li{
    float: left;
    width: 47%;
    margin: 0 0 50px;
  }

  .section06 .section06_list li:nth-child(odd){
    margin: 0 6% 50px 0;
    clear: both;
  }

  .section06 .section06_list .img{
    min-height: 0;
    margin: 0 0 10px;
  }

  .section06 .section06_title{
    margin: 0 0 50px;
  }

  .section06 .section06_title img{
    width: 80%;
  }

  .section06 .section06_list .info{
    font-size: 10px;
    min-height: 0;
  }

  .section06 .section06_btn{
    text-align: center;
    box-sizing: border-box;
    padding: 0 30px;
  }

  .section06 .section06_list .name{
    font-size: 13px;
    line-height: 1.4;
  }

  .section06 .section06_list .pc_none{
    display: inline-block;
  }

  .section06 .section06_list .sp_none{
    display: none;
  }
}

/*--------------------------------------------------
  .section07
--------------------------------------------------*/

.section07{
  background: #e9eef6;
  padding: 100px 0 80px;
}

.section07 .section07_textBlock{
  position: relative;
  z-index: 10;
  margin: 0 0 40px;
  text-align: center;
}

.section07 .section07_title_01{
  margin: 0 0 20px;
}

.section07 .section07_title_02{
  margin: 0 0 20px;
}

.section07 .section07_text{
  font-size: 22px;
}

.section07 .section07_pointBlock{
  background: #294d97;
  position: relative;
  padding: 40px 30px 40px;
}

.section07 .section07_pointImg{
  position: absolute;
  top: -300px;
  left: 50%;
  margin: 0 0 0 -44.5%;
}

.section07 .section07_point .point_img{
  float: left;
  width: 30%;
  text-align: center;
}

.section07 .section07_point .point_text{
  float: right;
  width: 66%;
}

.section07 .section07_point{
  background: #fff;
  padding: 30px 30px 40px;
  margin: 0 0 20px;
  box-sizing: border-box;
  border: 4px solid #becdec;
}

.section07 .section07_pointTitle{
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: bold;
  color: #294d97;
}

@media screen and (max-width:768px) {
  .section07{
    overflow: hidden;
    padding: 60px 0 0;
  }

  .section07 .section07_title_01{
    margin: 0 0 30px;
  }

  .section07 .section07_text{
    font-size: 17px;
  }

  .section07 .section07_textBlock{
    padding: 0 30px;
    margin: 0 0 40px;
  }

  .section07_pointText{
    font-size: 13px;
  }

  .section07 .section07_pointImg{
    top: -150px;
    left: 50%;
    width: 450px;
    margin: 0 0 0 -225px;
  }

  .section07 .section07_point{
    padding: 20px;
  }

  .section07 .section07_pointBlock{
    padding: 20px;
  }

  .section07 .section07_pointTitle{
    margin: 0 0 5px;
    font-size: 18px;
  }

  .section07 .section07_point .point_img{
    float: none;
    width: 80%;
    margin: 0 auto 20px;
  }

  .section07 .section07_point .point_text{
    float: none;
    width: 100%;
  }

}


/*--------------------------------------------------
  footer
--------------------------------------------------*/

.copy {
  background: #333;
  height: 89px;
  width: 100%;
}

.copy p {
  color: #fff;
  padding-top: 33px;
  text-align: center;
}

.page-top {
  bottom: 90px;
  opacity: 0;
  position: fixed;
  right: 20px;
  z-index: 100;
}

.page-top:hover img {
  opacity: .7;
}

@media screen and (max-width:768px) {
  .copy {
    height: 45px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .copy p {
    font-size: 50%;
    line-height: 20px;
    padding-top: 13px;
  }

  .page-top {
    bottom: 30px;
    display: block;
    opacity: 0;
    position: fixed;
    right: 10px;
    width: 25px;
  }
}

/*--------------------------------------------------
  .mainVisualSecond
--------------------------------------------------*/

.breadcrumbs ul {
  overflow: hidden;
  padding: 10px 20px;
  zoom: 1;
}

.breadcrumbs ul li {
  color: #a1a1a1;
  float: left;
}

.breadcrumbs ul li:after {
  content: '>';
  display: inline-block;
  margin: 0 10px;
}

.breadcrumbs ul li:last-child:after {
  content: '';
}

.breadcrumbs ul li a {
  color: #c3c3c3;
  text-decoration: underline;
}

.breadcrumbs ul li a:hover {
  text-decoration: none;
}


@media screen and (max-width:768px) {
  .breadcrumbs {
    overflow: scroll;
  }

  .breadcrumbs ul {
    display: table;
    height: 30px;
    padding: 0;
    width: 100%;
  }

  .breadcrumbs ul li {
    box-sizing: border-box;
    display: table-cell;
    float: none;
    font-size: 71.4%;
    height: 30px;
    line-height: 30px;
    position: relative;
    white-space: nowrap;
  }

  .breadcrumbs ul li:first-child {
    background-image: url(/fmv/special/fmvlts/assets/images/bg_breadcrumbs_01_sp.gif);
    background-repeat: repeat-x;
    background-size: contain;
    padding: 0 27px 0 15px;
    text-align: center;
    width: 22%;
  }

  .breadcrumbs ul li:first-child:after {
    background-image: url(/fmv/special/fmvlts/assets/images/img_breadcrumbs_01_sp.gif);
    background-repeat: no-repeat;
    background-size: auto 30px;
    content: '';
    height: 30px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
  }

  .breadcrumbs ul li a {
    display: block;
  }





  .breadcrumbs ul li:last-child {
    background-image: url(/fmv/special/fmvlts/assets/images/bg_breadcrumbs_02_sp.gif);
    background-repeat: repeat-x;
    background-size: contain;
    padding: 0 27px 0 15px;
    width: 78%;
  }



  .breadcrumbs ul li:last-child:after {
    background-image: url(/fmv/special/fmvlts/assets/images/img_breadcrumbs_02_sp.gif);
    background-repeat: no-repeat;
    background-size: auto 30px;
    content: '';
    height: 30px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
  }
}


/*--------------------------------------------------
  clearfix
--------------------------------------------------*/

.section01 .section01_block:after,
.section02 .section02_block:after,
.section03 .section03_headerIcon:after,
.section06 .section06_list:after,
.section07 .section07_point:after,
.section03 .section03_processBlock:after{
  clear: both;
  content: '';
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
