@charset "UTF-8";
/*
	Copyright J-LINE CORPORATION. All rights reserved.
	http://www.j-line.co.jp/
*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
body.gosick {
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: 500;
}
body.mincho {
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?g297mr");
  src: url("../fonts/icomoon.eot?g297mr#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?g297mr") format("truetype"), url("../fonts/icomoon.woff?g297mr") format("woff"), url("../fonts/icomoon.svg?g297mr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icomoon-"], [class*=" icomoon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-thin-angle-up:before {
  content: "\e900";
}

.icomoon-thin-angle-right:before {
  content: "\e901";
}

.icomoon-thin-angle-left:before {
  content: "\e902";
}

.icomoon-thin-angle-down:before {
  content: "\e903";
}

.icomoon-target-blank:before {
  content: "\e904";
}

.mv {
  background-image: url(../images/index/img_mv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  display: block;
  height: 910px;
  width: 100%;
}
.mv .overlay {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.mv .overlay > div {
  text-align: center;
  display: table;
  vertical-align: middle;
  height: 100%;
}
.mv .overlay > div .catchface {
  display: table-cell;
  vertical-align: middle;
}
.mv .overlay .catch {
  color: #fff;
  font-size: 80px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "Roboto Slab" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho" , serif;
  padding-left: 20px;
  font-weight: 400;
}
.mv .overlay .catch br {
  display: none;
}
.mv .overlay .catch span {
  letter-spacing: -40px;
}
.mv .overlay .lead {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.mv .overlay a {
  width: 360px;
  height: 60px;
  border: solid 1px #fff;
  text-align: center;
  vertical-align: middle;
  margin: 30px auto 0;
  display: table;
  color: #fff;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mv .overlay a:hover {
  color: #011F3A;
  background-color: white;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mv .overlay a span {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .mv {
    height: 580px;
    height: 350px;
  }
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  .mv .overlay {
    padding-top: 60px;
  }
}
@media screen and (min-width: 991px) and (max-width: 2000px) {
  .mv .overlay .container {
    width: 100%;
  }
}
@media screen and (min-width: 991px) and (max-width: 1040px) {
  .mv .overlay .catch br {
    display: block;
  }
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  .mv .overlay .catch {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -2px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
  }
  .mv .overlay .catch br {
    display: block;
  }
}
@media screen and (min-width: 0px) and (max-width: 543px) {
  .mv .overlay .catch {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .mv .overlay .catch {
    font-size: 40px;
  }
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  .mv .overlay .catch span {
    padding-right: 10px;
  }
  .mv .overlay .catch span:after {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  .mv .overlay .lead {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .mv .overlay .lead {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  .mv .overlay a {
    width: 200px;
    height: 40px;
    margin: 10px auto 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  .mv .overlay a span {
    font-size: 12px;
  }
}
.data {
  background-color: #011F3A;
}
.data ul {
  text-align: center;
  vertical-align: top;
  padding-top: 50px;
  padding-bottom: 50px;
}
.data ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 100px;
}
.data ul li .note {
  color: #fff;
  margin-top: 47px;
  font-size: 15.5px;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}
.data ul li:first-of-type {
  margin-left: 0;
}
.data ul li figure {
  color: #fff;
  text-align: center;
}
.data ul li figure img {
  text-align: center;
}
.data ul li figure figcaption {
  font-weight: 600;
  letter-spacing: 1px;
}
.data ul li figure figcaption span {
  letter-spacing: -2px;
}
.data ul li figure .kadouritsu {
  font-family: 'Oswald';
  font-size: 100px;
  margin-top: 60px;
}
.data ul li figure .kadouritsu span {
  font-size: 50px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .data ul {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  .data ul li {
    display: block;
    margin-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .data ul li:nth-of-type(2) {
    background-color: #677989;
  }
  .data ul li:nth-of-type(2) .note {
    margin-top: 10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  .data ul li figure .kadouritsu {
    margin-top: 10px;
    font-size: 50px;
  }
  .data ul li figure .kadouritsu span {
    font-size: 25px;
  }
}
.reason {
  background-image: url(../images/index/bg_reason.jpg);
  background-size: cover;
  background-position: center center;
  height: 680px;
  width: 100%;
  position: relative;
}
.reason .image {
  display: inline-block;
  position: absolute;
  z-index: 0;
  width: 50%;
  text-align: right;
  overflow: hidden;
}
.reason .image img:nth-of-type(1) {
  height: 680px;
  margin-right: 100px;
}
.reason .w-copy {
  display: table;
  height: 100%;
  width: 45%;
  position: relative;
  z-index: 10;
  margin-right: 200px;
  vertical-align: middle;
}
.reason .w-copy .copy {
  display: table-cell;
  vertical-align: middle;
  width: 730px;
  padding-left: 50px;
}
.reason .w-copy .copy h2 {
  text-align: center;
  font-size: 48px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "Roboto Slab" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho" , serif;
  letter-spacing: -1px;
  color: #333;
  width: 650px;
  margin-top: 80px;
}
.reason .w-copy .copy h2 span {
  letter-spacing: -4px;
}
.reason .w-copy .copy h2 + p {
  width: 650px;
  text-align: center;
  vertical-align: middle;
  color: #A98643;
  font-size: 16px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "Roboto Slab" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho" , serif;
  font-weight: 500;
  margin-top: 10px;
  letter-spacing: -0.5px;
}
.reason .w-copy .copy h2 + p:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #A98643;
  margin-right: 10px;
}
.reason .w-copy .copy h2 + p:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #A98643;
  margin-left: 10px;
}
.reason .w-copy .copy ul {
  margin-top: 50px;
  margin-left: 70px;
  padding-bottom: 30px;
}
.reason .w-copy .copy ul li {
  width: 610px;
  margin-top: 20px;
}
.reason .w-copy .copy ul li:first-of-type {
  margin-top: 0;
}
.reason .w-copy .copy ul li h3 {
  color: #001F39;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.reason .w-copy .copy ul li h3:before {
  content: url(../images/index/ico_check_reason.png);
  position: absolute;
  left: -50px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .reason {
    height: auto;
  }
}
@media screen and (min-width: 991px) and (max-width: 1440px) {
  .reason .w-copy {
    margin-right: 5%;
    width: 40%;
  }
  .reason .w-copy .copy {
    width: 40%;
  }
  .reason .w-copy .copy ul {
    margin-left: 40px;
  }
  .reason .w-copy .copy ul li {
    width: 100%;
  }
}
@media screen and (min-width: 991px) and (max-width: 1140px) {
  .reason .w-copy {
    margin-right: 1%;
  }
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  .reason > div {
    width: 100%;
  }
  .reason .image {
    width: 100%;
    position: static;
  }
  .reason .image img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
  }
  .reason .w-copy {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .reason .w-copy .copy {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
  .reason .w-copy .copy h2 {
    margin-top: -11%;
    font-size: 24px;
    width: auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 991px) and (min-width: 768px) and (max-width: 990px) {
  .reason .w-copy .copy h2 {
    margin-top: -14%;
    font-size: 40px;
  }
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  .reason .w-copy .copy h2 + p {
    width: auto;
  }
  .reason .w-copy .copy h2 + p:before, .reason .w-copy .copy h2 + p:after {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 991px) and (min-width: 768px) and (max-width: 990px) {
  .reason .w-copy .copy h2 + p {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  .reason .w-copy .copy ul {
    margin-top: 30px;
    margin-left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .reason .w-copy .copy ul li {
    width: 100%;
  }
  .reason .w-copy .copy ul li h3 {
    margin-left: 50px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1990px) {
  .reason .w-copy .copy ul li {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .reason .w-copy .copy ul li {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }
  .reason .w-copy .copy ul li br {
    display: none;
  }
}
.multilink {
  text-align: center;
  font-weight: normal;
}
.multilink ul {
  padding-top: 85px;
  padding-bottom: 85px;
  text-align: center;
  display: inline-block;
}
.multilink ul li {
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}
.multilink ul li:nth-of-type(3n+1) {
  margin-left: 0;
}
.multilink ul li:nth-of-type(1), .multilink ul li:nth-of-type(2), .multilink ul li:nth-of-type(3) {
  margin-top: 0;
}
.multilink ul li a {
  display: block;
  width: 360px;
  height: 360px;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.multilink ul li a:hover {
  opacity: 0.7;
}
.multilink ul li a img {
  height: auto;
  max-width: 100%;
}
.multilink ul li a p {
  width: 100%;
  height: 60px;
  display: table;
  position: absolute;
  bottom: 0;
  font-size: 20px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "Roboto Slab" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho" , serif;
  vertical-align: middle;
  background-color: #011f3a;
  text-align: center;
}
.multilink ul li a p span {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .multilink ul {
    width: 740px;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .multilink ul {
    width: auto;
    padding-top: 45px;
    padding-bottom: 45px;
    max-width: 360px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .multilink ul li {
    margin-left: 20px;
    margin-top: 20px;
  }
  .multilink ul li:nth-of-type(3n+1) {
    margin-left: 20px;
  }
  .multilink ul li:nth-of-type(1), .multilink ul li:nth-of-type(2), .multilink ul li:nth-of-type(3) {
    margin-top: 20px;
  }
  .multilink ul li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .multilink ul li:nth-of-type(1), .multilink ul li:nth-of-type(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .multilink ul li {
    margin-left: 0;
    margin-top: 20px;
  }
  .multilink ul li:nth-of-type(3n+1) {
    margin-left: 0px;
  }
  .multilink ul li:nth-of-type(2n) {
    margin-left: 20px;
  }
  .multilink ul li:nth-of-type(1), .multilink ul li:nth-of-type(2) {
    margin-top: 0;
  }
  .multilink ul li:nth-of-type(3) {
    margin-top: 20px;
  }

  .multilink ul {
    max-width: 540px;
  }
  .multilink ul li a {
    width: 250px;
    height: 250px;
  }
  .multilink ul li a p {
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 0px) and (max-width: 560px) {
  .multilink ul li {
    margin-left: 0;
    margin-top: 10px;
  }
  .multilink ul li:nth-of-type(3n+1) {
    margin-left: 0px;
  }
  .multilink ul li:nth-of-type(2n) {
    margin-left: 10px;
  }
  .multilink ul li:nth-of-type(1), .multilink ul li:nth-of-type(2) {
    margin-top: 0;
  }
  .multilink ul li:nth-of-type(3) {
    margin-top: 10px;
  }

  .multilink ul {
    max-width: 310px;
  }
  .multilink ul li a {
    width: 140px;
    height: 140px;
  }
  .multilink ul li a p {
    height: 30px;
    font-size: 12px;
  }
}
@media screen and (min-width: 0px) and (max-width: 330px) {
  .multilink ul {
    max-width: 270px;
    padding-left: 0;
    padding-right: 0;
  }
  .multilink ul li a {
    width: 130px;
  }
}
.property {
  background-color: #011f3a;
  padding-top: 85px;
  padding-bottom: 80px;
  display: block;
  color: #fff;
}
.property .catch {
  color: #fff;
  font-size: 16px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "Roboto Slab" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho" , serif;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}
.property .catch span:nth-of-type(1) {
  letter-spacing: 1px;
  color: #A98543;
}
.property .catch span:nth-of-type(2) {
  font-size: 36px;
  letter-spacing: 3px;
}
.property .catch + p {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.property a {
  display: block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.property a:hover {
  opacity: 0.8;
}
.property .sp {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 551px) {
  .property {
    padding-top: 25px;
    padding-bottom: 0px;
  }
  .property .catch {
    font-size: 10px;
  }
  .property .catch span:nth-of-type(1) {
    letter-spacing: 1px;
  }
  .property .catch span:nth-of-type(2) {
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 2.0;
  }
  .property .catch + p {
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .property .sp {
    display: block;
  }
}

.blog {
  padding-top: 85px;
}
.blog .catch {
  font-size: 16px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "Roboto Slab" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho" , serif;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}
.blog .catch span:nth-of-type(1) {
  letter-spacing: 1px;
  color: #A98543;
}
.blog .catch span:nth-of-type(2) {
  font-size: 36px;
  letter-spacing: 3px;
}
.blog .blogbtn {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 40px;
  display: table;
  vertical-align: middle;
  color: #fff;
  background-color: #011f3a;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-image: url(../images/common/ico_arrow_lang.png);
  background-repeat: no-repeat;
  background-position: center left 50px;
  text-indent: 10px;
}
.blog .blogbtn:hover {
  opacity: 0.7;
}
.blog .blogbtn span {
  display: table-cell;
  vertical-align: middle;
}
.blog img {
  max-width: 100%;
  height: auto;
  text-align: center;
}
.blog .sp {
  display: none;
}
.blog .w-list ul {
  width: 100%;
}
.blog .w-list ul li {
  float: left;
  width: 25%;
  position: relative;
  overflow: hidden;
}
.blog .w-list ul li a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.blog .w-list ul li a:hover img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.blog .w-list ul li a:hover .w-copy {
  background-color: transparent;
}
.blog .w-list ul li a img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.blog .w-list ul li a .w-copy {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: absolute;
  top: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.blog .w-list ul li a .w-copy .copy {
  position: absolute;
  bottom: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.blog .w-list ul li a .w-copy .copy .cat {
  background-color: #A98743;
  color: #fff;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  display: inline;
}
.blog .w-list ul li a .w-copy .copy .ttl {
  margin-top: 10px;
  color: #fff;
  min-height:52px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .blog .pc {
    display: none;
  }
  .blog .sp {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .blog .w-list ul li {
    width: 25%;
  }
  .blog .w-list ul li a .w-copy .copy {
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  .blog .w-list ul li .w-copy .copy .cat {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    display: inline;
  }
  .blog .w-list ul li .w-copy .copy .ttl {
    margin-top: 10px;
    min-height:40px;
  }
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  .blog .w-list ul li {
    width: 50%;
  }
  .blog .w-list ul li .w-copy .copy {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
  .blog .w-list ul li .w-copy .copy .cat {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    display: inline;
  }
  .blog .w-list ul li .w-copy .copy .ttl {
    margin-top: 10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 551px) {
  .blog {
    padding-top: 20px;
  }
  .blog .catch {
    font-size: 10px;
    line-height: 1.4;
  }
  .blog .catch span:nth-of-type(1) {
    letter-spacing: 1px;
  }
  .blog .catch span:nth-of-type(2) {
    font-size: 20px;
  }
  .blog .blogbtn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .blog .w-list ul li {
    width: 50%;
  }
  .blog .w-list ul li .w-copy .copy {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }
  .blog .w-list ul li .w-copy .copy .cat {
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    display: inline;
  }
  .blog .w-list ul li .w-copy .copy .ttl {
    line-height: 1.4;
    margin-top: 5px;
  }
}
.news {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.news .catch {
  font-size: 16px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "Roboto Slab" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho" , serif;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}
.news .catch span:nth-of-type(1) {
  letter-spacing: 1px;
  color: #A98543;
}
.news .catch span:nth-of-type(2) {
  font-size: 36px;
  letter-spacing: 3px;
}
.news .newsbtn {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 40px;
  display: table;
  vertical-align: middle;
  color: #fff;
  background-color: #011f3a;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-image: url(../images/common/ico_arrow_lang.png);
  background-repeat: no-repeat;
  background-position: center left 40px;
  text-indent: 10px;
}
.news .newsbtn:hover {
  opacity: 0.7;
}
.news .newsbtn span {
  display: table-cell;
  vertical-align: middle;
}
.news ul {
  /*  margin-top: 40px;*/
  width: 960px;
  text-align: center;
  display: inline-block;
}
.news ul li {
  border-bottom: 1px solid #ccc;
  height: 50px;
  padding-top: 20px;
  text-align: left;
}
.news ul li time {
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
}
.news ul li a {
  font-size: 14px;
  margin-left: 25px;
  color: #333;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .news {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news ul {
    width: 100%;
  }
  .news ul li {
    height: auto;
    padding-bottom: 5px;
  }
  .news ul li time {
    display: block;
  }
  .news ul li a {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 551px) {
  .news {
    padding-top: 20px;
  }
  .news .catch {
    font-size: 10px;
    line-height: 1.4;
  }
  .news .catch span:nth-of-type(1) {
    letter-spacing: 1px;
  }
  .news .catch span:nth-of-type(2) {
    font-size: 20px;
  }
  .news .newsbtn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.identity {
  text-align: center;
  display: block;
  height: 650px;
  width: 100%;
  background-image: url(../images/index/bg_identity.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /* 背景画像の位置は画面中央 */
  background-attachment: fixed;
  background-size: cover;
  padding-top: 50px;
  background-color: #efefef;
}
.identity .logo {
  margin: 0px auto 0;
}
.identity .lead {
  padding-top: 50px;
  margin: 0px auto 0;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 500;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .identity {
    background-image: url(../images/index/bg_identity.png);
    background-size: auto 100%;
    background-attachment: scroll;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    height: auto;
    height: 700px;
    background-position: 92% 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  .identity .logo img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  .identity .lead {
    line-height: 1.6;
  }
  .identity .lead br {
    display: none;
  }
}
/* =====================
	slider
===================== */
.bx-wrapper {
  margin: 0;
}
.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
  background-color: transparent;
  overflow: visible !important;
}
.bx-wrapper img {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: auto;
}
.bx-wrapper .bx-loading {
  display: none;
}
.bx-wrapper .bx-controls-direction a {
  width: 60px;
  height: 60px;
  margin: 0;
  bottom: 0;
  right: 0;
  left: inherit;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bx-wrapper .bx-prev {
  background: url(../images/index/ico_arrow_left_object.png) no-repeat;
  background-size: cover;
}
.bx-wrapper .bx-next {
  background: url(../images/index/ico_arrow_right_object.png) no-repeat;
  background-size: cover;
}
.bx-wrapper .bx-next:hover {
  background-position: 0 0;
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bx-wrapper .bx-controls-direction .bx-prev, .bx-wrapper .bx-controls-direction .bx-next {
  right: 30px;
  bottom: -25px;
  z-index: 100;
}
.bx-wrapper .bx-controls-direction .bx-prev {
  right: 95px;
}

@media screen and (min-width: 0px) and (max-width: 1200px) {
  .bx-wrapper .bx-controls-direction {
    height: 40px;
    display: block;
  }
  .bx-wrapper .bx-controls-direction .bx-prev, .bx-wrapper .bx-controls-direction .bx-next {
    bottom: inherit;
    top: 270px;
  }
  .bx-wrapper .bx-controls-direction .bx-prev {
    right: inherit;
    left: -30px;
  }
  .bx-wrapper .bx-controls-direction .bx-next {
    right: -30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  .bx-wrapper .bx-controls-direction {
    height: 40px;
    display: block;
  }
  .bx-wrapper .bx-controls-direction .bx-prev, .bx-wrapper .bx-controls-direction .bx-next {
    bottom: inherit;
    top: 200px;
  }
  .bx-wrapper .bx-controls-direction .bx-prev {
    right: inherit;
    left: -30px;
  }
  .bx-wrapper .bx-controls-direction .bx-next {
    right: -30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .bx-wrapper .bx-controls-direction {
    height: 40px;
    display: block;
  }
  .bx-wrapper .bx-controls-direction .bx-prev, .bx-wrapper .bx-controls-direction .bx-next {
    bottom: inherit;
    top: 140px;
  }
  .bx-wrapper .bx-controls-direction .bx-prev {
    right: inherit;
    left: -30px;
  }
  .bx-wrapper .bx-controls-direction .bx-next {
    right: -30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 551px) {
  .bx-wrapper {
    height: 100%;
  }
  .bx-wrapper .bx-viewport {
    height: 100%;
  }
  .bx-wrapper .bx-controls-direction {
    width: 300px;
    height: 40px;
    display: block;
  }
  .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 30px;
  }
  .bx-wrapper .bx-controls-direction .bx-prev, .bx-wrapper .bx-controls-direction .bx-next {
    bottom: inherit;
    top: 85px;
  }
  .bx-wrapper .bx-controls-direction .bx-prev {
    right: inherit;
    left: calc(50% - 160px);
  }
  .bx-wrapper .bx-controls-direction .bx-next {
    right: calc(50% - 160px);
  }
}
.slider-wrap {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.slider2 {
  width: 100%;
}
.slider2 > li {
  height: auto;
}
.slider2 a {
  text-decoration: none;
  color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  display: block;
}
.slider2 a:hover {
  opacity: 0.8;
}
.slider2 a .w-detail {
  width: 570px;
  padding-top: 73px;
  float: left;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .slider2 a .w-detail {
    float: none;
    width: 100%;
    padding-top: 150px;
  }
}
@media screen and (min-width: 0px) and (max-width: 551px) {
  .slider2 a .w-detail {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
  }
}
.slider2 a .w-detail .detail {
  width: 550px;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .slider2 a .w-detail .detail {
    width: 100%;
  }
}
.slider2 a .w-detail .detail h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}
.slider2 a .w-detail .detail .access {
  font-size: 14px;
  margin-top: 10px;
}
.slider2 a .w-detail .detail ul {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: -0.5em;
}
.slider2 a .w-detail .detail ul li {
  letter-spacing: 2px;
  padding-top: 10px;
  line-height: 1.4;
  padding-bottom: 8px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}
.slider2 a .w-detail .detail ul li dl {
  width: 100%;
}
.slider2 a .w-detail .detail ul li dl dt {
  width: 173px;
  font-weight: normal;
}
.slider2 a .w-detail .detail ul li dl dd {
  padding-left: 10px;
}
@media screen and (min-width: 0px) and (max-width: 551px) {
  .slider2 a .w-detail .detail {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .slider2 a .w-detail .detail h3 {
    font-size: 16px;
  }
  .slider2 a .w-detail .detail .access {
    font-size: 12px;
  }
  .slider2 a .w-detail .detail ul {
    font-size: 12px;
  }
  .slider2 a .w-detail .detail ul li dl dt {
    width: 140px;
    letter-spacing: 0;
  }
}
.slider2 a .w-photo {
  position: relative;
  float: right;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .slider2 a .w-photo {
    float: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 551px) {
  .slider2 a .w-photo {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}
.slider2 a .w-photo .counter {
  font-family: 'Oswald', sans-serif;
  font-size: 80px;
  opacity: 0.4;
  line-height: 1;
  text-align: right;
  letter-spacing: -4px;
  font-weight: 500;
  margin-bottom: -13px;
  position: relative;
  z-index: -1;
  margin-right: 5px;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .slider2 a .w-photo .counter {
    position: absolute;
    bottom: -80px;
    text-align: center;
    left: 50%;
    margin-left: -80px;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .slider2 a .w-photo .counter {
    margin-left: -70px;
  }
}
.slider2 a .w-photo .counter span {
  display: inline-block;
}
.slider2 a .w-photo .counter .slash {
  margin-left: -5px;
  margin-right: -5px;
}
.slider2 a .w-photo .counter .mother {
  letter-spacing: -5px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .slider2 a .w-photo .counter {
    font-size: 60px;
    letter-spacing: 0;
  }
  .slider2 a .w-photo .counter .child {
    letter-spacing: -2px;
  }
  .slider2 a .w-photo .counter .slash {
    margin-left: -7px;
    margin-right: -7px;
  }
  .slider2 a .w-photo .counter .mother {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 0px) and (max-width: 551px) {
  .slider2 a .w-photo .counter {
    font-size: 20px;
    letter-spacing: 0;
    bottom: -20px;
    margin-left: -30px;
  }
  .slider2 a .w-photo .counter .child {
    letter-spacing: 0px;
  }
  .slider2 a .w-photo .counter .slash {
    margin-left: 0px;
    margin-right: 0px;
  }
  .slider2 a .w-photo .counter .mother {
    letter-spacing: 0px;
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


.lb-outerContainer{
  border-radius: 0!important;
}
.lightboxOverlay{
  z-index:11000!important;
}
.lightbox{
  z-index:11001!important;
}
figure a{
  transition-duration:0.3s;
  background-color:rgba(255,255,255,0);
  display: block;
}
figure a:hover{
/*  opacity:0.8;*/
  background-color:rgba(255,255,255,0.1);
}