@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fp-viewing-lnk_c1 #header .con_nav,
.fp-viewing-lnk_c1 #header h1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0ms, 0ms;
  -moz-transition-delay: 0ms, 0ms;
  -o-transition-delay: 0ms, 0ms;
  transition-delay: 0ms, 0ms;
}
#header .con_nav .box_nav #gnav li a.concept_active:after,
#header .con_nav .box_nav #fixnav li a.concept_active:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#footer {
  margin-top: 0 !important;
}

/* #menu {
	top: 1em;
	right: 1em;
	left: auto;
	bottom: auto;
	width: 3.8em;
}

#menu li {
  display: none;
}

#menu li:nth-child(4) {
  display: block;
  width: 100%;
} */

#pagetop {
  position: fixed;
  bottom: 1em;
  right: 1em;
}

/* -----------------------------------------------------------
	#obj_fullPage
----------------------------------------------------------- */
#obj_fullPage .section {
  position: relative;
}

#obj_fullPage .concept1 {
  position: relative;
  background: url(../concept/images/img_con1.jpg) no-repeat center center;
  height: 100vh;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
@media only screen and (max-width: 767px) {
  #obj_fullPage .concept1 {
    height: 86vh;
  }
}
#obj_fullPage .concept1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  padding-bottom: 130px;
  background: url(../images/home/dec_main.png) no-repeat center bottom;
}

@media only screen and (max-width: 767px) {
  #obj_fullPage .concept1:before {
    padding-bottom: 17.10526%;
  }
}

#obj_fullPage .concept1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  padding-bottom: 11.75%;
  background: -svg-linear-gradient(top, rgba(47, 26, 0, 0.36) 0%, transparent 100%);
  background: -owg-linear-gradient(top, rgba(47, 26, 0, 0.36) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(47, 26, 0, 0.36) 0%, transparent 100%);
  background: -moz-linear-gradient(top, rgba(47, 26, 0, 0.36) 0%, transparent 100%);
  background: -o-linear-gradient(top, rgba(47, 26, 0, 0.36) 0%, transparent 100%);
  background: linear-gradient(top, rgba(47, 26, 0, 0.36) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(47, 26, 0, 0.36), transparent);
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #obj_fullPage .concept1:after {
    padding-bottom: 15.45455%;
  }
}

@media only screen and (max-width: 767px) {
  #obj_fullPage .concept1:after {
    padding-bottom: 17.10526%;
  }
}

#obj_fullPage .concept1 .box_txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}

#obj_fullPage .concept1 .box_txt h2,
#obj_fullPage .concept1 .box_txt .txt {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#obj_fullPage .concept1 .box_txt h2,
#obj_fullPage .concept1 .box_txt .txt {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#obj_fullPage .concept1 .box_txt h2 {
  /*-webkit-transition: opacity 1500ms ease;
	-webkit-transition-delay: 1000ms;
	-moz-transition: opacity 1500ms ease 1000ms;
	-o-transition: opacity 1500ms ease 1000ms;
	transition: opacity 1500ms ease 1000ms;*/
}

#obj_fullPage .concept1 .box_txt h2 > * {
  display: block;
  line-height: 1;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.5), 0 0 50px rgba(0, 0, 0, 0.5), 0 0 50px rgba(0, 0, 0, 0.5), 0 0 50px rgba(0, 0, 0, 0.5);
}

#obj_fullPage .concept1 .box_txt h2 span {
  font-size: 524%;
  text-transform: uppercase;
  font-family: "Didact Gothic", sans-serif;
  letter-spacing: 0.36em;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #obj_fullPage .concept1 .box_txt h2 span {
    font-size: 462%;
  }
}

@media only screen and (max-width: 767px) {
  #obj_fullPage .concept1 .box_txt h2 span {
    font-size: 270%;
  }
}

#obj_fullPage .concept1 .box_txt h2 em {
  margin-top: 10px;
  font-size: 216%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  letter-spacing: 0.01em;
}

@media only screen and (max-width: 767px) {
  #obj_fullPage .concept1 .box_txt h2 em {
    margin-top: 0.5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #obj_fullPage .concept1 .box_txt h2 em {
    font-size: 185%;
  }
}

@media only screen and (max-width: 767px) {
  #obj_fullPage .concept1 .box_txt h2 em {
    font-size: 139%;
  }
}

#obj_fullPage .concept1 .box_txt .txt {
  margin-top: 70px;
  font-size: 154%;
  font-weight: bold;
  line-height: 1.8;
  /*-webkit-transition: opacity 1500ms ease;
	-webkit-transition-delay: 2500ms;
	-moz-transition: opacity 1500ms ease 2500ms;
	-o-transition: opacity 1500ms ease 2500ms;
	transition: opacity 1500ms ease 2500ms;*/
}

@media only screen and (max-width: 767px) {
  #obj_fullPage .concept1 .box_txt .txt {
    margin-top: 2.5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #obj_fullPage .concept1 .box_txt .txt {
    font-size: 139%;
  }
}

@media only screen and (max-width: 767px) {
  #obj_fullPage .concept1 .box_txt .txt {
    font-size: 100%;
  }
}

#obj_fullPage .concept1 .scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: center;
  -webkit-animation: fuwafuwa 1.5s ease;
  -moz-animation: fuwafuwa 1.5s ease;
  animation: fuwafuwa 1.5s ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #obj_fullPage .concept1 .scroll {
    bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #obj_fullPage .concept1 .scroll {
    bottom: 1em;
  }
}

#obj_fullPage .concept1 .scroll {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#obj_fullPage .concept1 .scroll a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  text-decoration: none;
  color: #fff;
  font-size: 154%;
  font-family: "Didact Gothic", sans-serif;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.31);
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #obj_fullPage .concept1 .scroll a {
    font-size: 139%;
  }
}

@media only screen and (max-width: 767px) {
  #obj_fullPage .concept1 .scroll a {
    font-size: 108%;
  }
}

#obj_fullPage .concept1 .scroll a:before,
#obj_fullPage .concept1 .scroll a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}

#obj_fullPage .concept1 .scroll a:after {
  content: "";
  margin-left: 0.5em;
  display: block;
  line-height: 1;
  margin: 0;
  font-size: 200%;
}

@media only screen and (min-width: 768px) {
  #obj_fullPage .section .box_c {
    letter-spacing: -0.4em;
  }
}

@media print {
  #obj_fullPage .section .box_c {
    letter-spacing: -0.4em;
  }
}

.ie8 #obj_fullPage .section .box_c {
  letter-spacing: -0.4em;
}

@media only screen and (min-width: 768px) {
  #obj_fullPage .section .box_c > * {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    width: 50%;
  }
}

@media print {
  #obj_fullPage .section .box_c > * {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    width: 50%;
  }
}

.ie8 #obj_fullPage .section .box_c > * {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  #obj_fullPage .section .box_c .wrp_txt {
    display: table;
    width: 95%;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  #obj_fullPage .section .box_c .wrp_txt .inner {
    display: table-cell;
    vertical-align: middle;
  }
}

#obj_fullPage .section .box_c .wrp_txt .inner h3 > * {
  display: block;
}

#obj_fullPage .section .box_c .wrp_txt .inner h3 em {
  font-size: 45px;
  font-family: "游明朝", "Yu Mincho";
  letter-spacing: 4px;
}
#obj_fullPage .concept2 .box_c .wrp_txt h3 em span,
#obj_fullPage .concept4 .box_c .wrp_txt h3 em span {
  color: #aea152;
  font-size: 65px;
}
#obj_fullPage .concept3 .box_c .wrp_txt h3 em span,
#obj_fullPage .concept5 .box_c .wrp_txt h3 em span {
  color: #005b98;
  font-size: 65px;
}

@media only screen and (max-width: 767px) {
  #obj_fullPage .section .box_c .wrp_txt .inner h3 em {
    font-size: 30px;
  }
  #obj_fullPage .concept2 .box_c .wrp_txt h3 em span,
  #obj_fullPage .concept4 .box_c .wrp_txt h3 em span,
  #obj_fullPage .concept3 .box_c .wrp_txt h3 em span,
  #obj_fullPage .concept5 .box_c .wrp_txt h3 em span {
    font-size: 50px;
  }
}

#obj_fullPage .section .box_c .wrp_txt .inner .txt {
  margin-top: 8%;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #obj_fullPage .section .box_c .wrp_txt .inner .txt {
    margin-top: 5.5%;
  }
}

@media only screen and (max-width: 767px) {
  #obj_fullPage .section .box_c .wrp_txt .inner .txt {
    margin-top: 1.5em;
  }
}

@media only screen and (min-width: 1101px) {
  #obj_fullPage .section .box_c .wrp_txt .inner .txt {
    font-size: 124%;
    line-height: 2.25;
  }
}

@media print {
  #obj_fullPage .section .box_c .wrp_txt .inner .txt {
    font-size: 124%;
    line-height: 2.25;
  }
}

.ie8 #obj_fullPage .section .box_c .wrp_txt .inner .txt {
  font-size: 124%;
  line-height: 2.25;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #obj_fullPage .section .box_c .wrp_txt .inner .txt {
    font-size: 116%;
    line-height: 2;
  }
}

@media only screen and (max-width: 767px) {
  #obj_fullPage .section .box_c .wrp_txt .inner .txt {
    font-size: 93%;
    line-height: 1.8;
  }
}

#obj_fullPage .section .box_c .wrp_txt .inner .txt {
  margin-top: 3%;
  line-height: 2;
}

#obj_fullPage .section .box_c .obj_slider {
  margin-bottom: 0 !important;
}

#obj_fullPage .section .box_c .obj_slider > div {
  display: none;
}

#obj_fullPage .section .box_c .obj_slider > div:first-child {
  display: block;
}

#obj_fullPage .section .box_c .obj_slider [class^="slide"] {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

#obj_fullPage .section .box_c .obj_slider .slick-dots {
  bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #obj_fullPage .section .box_c .obj_slider .slick-dots {
    bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #obj_fullPage .section .box_c .obj_slider .slick-dots {
    bottom: 0.8em;
  }
}

@media only screen and (min-width: 768px) {
  #obj_fullPage .section .box_c .obj_slider .slick-dots {
    width: auto;
    left: -25px;
  }
}

@media print {
  #obj_fullPage .section .box_c .obj_slider .slick-dots {
    width: auto;
    left: -25px;
  }
}

.ie8 #obj_fullPage .section .box_c .obj_slider .slick-dots {
  width: auto;
  left: -25px;
}

#obj_fullPage .section .box_c .obj_slider .slick-dots li {
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin: 13px 0 0;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /*	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;*/
}

@media only screen and (max-width: 767px) {
  #obj_fullPage .section .box_c .obj_slider .slick-dots li {
    margin: 0 0 0 1em;
  }
}

#obj_fullPage .section .box_c .obj_slider .slick-dots li:first-child {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  #obj_fullPage .section .box_c .obj_slider .slick-dots li {
    display: block;
  }
}

@media print {
  #obj_fullPage .section .box_c .obj_slider .slick-dots li {
    display: block;
  }
}

.ie8 #obj_fullPage .section .box_c .obj_slider .slick-dots li {
  display: block;
}

@media only screen and (max-width: 767px) {
  #obj_fullPage .section .box_c .obj_slider .slick-dots li {
    width: 0.8em;
    height: 0.8em;
  }
}

#obj_fullPage .section .box_c .obj_slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}

#obj_fullPage .section .box_c .obj_slider .slick-dots li button:before {
  content: none;
}

#obj_fullPage .section .box_c .obj_slider .slick-dots li:hover,
#obj_fullPage .section .box_c .obj_slider .slick-dots li.slick-active {
  background: #00afd5;
}

#obj_fullPage .concept2 .box_c {
  background: #0b4871;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .concept2 .box_c .obj_slider,
  .concept4 .box_c .obj_slider {
    float: right;
  }
  #obj_fullPage .concept2 .box_c,
  #obj_fullPage .concept4 .box_c {
    position: relative;
  }
  #obj_fullPage .concept2 .box_c .wrp_txt,
  #obj_fullPage .concept4 .box_c .wrp_txt {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
  }
}

#obj_fullPage .concept2 .box_c .wrp_txt {
  text-align: center;
  background: url(../concept/images/bg_txt1.png) no-repeat center center;
  -webkit-background-size: 100% auto !important;
  -moz-background-size: 100% auto !important;
  -o-background-size: 100% auto !important;
  background-size: 100% auto !important;
}

#obj_fullPage .concept2 .box_c .obj_slider .slide1 {
  background: url(../concept/images/img_con2_1.jpg) no-repeat center center;
}

#obj_fullPage .concept2 .box_c .obj_slider .slide2 {
  background: url(../concept/images/img_con2_2.jpg) no-repeat center center;
}

#obj_fullPage .concept2 .box_c .obj_slider .slide3 {
  background: url(../concept/images/img_con2_3.jpg) no-repeat center center;
}

#obj_fullPage .concept3 .box_c .wrp_txt {
  text-align: center;
  background: url(../concept/images/bg_txt2.png) no-repeat center center;
  -webkit-background-size: 100% auto !important;
  -moz-background-size: 100% auto !important;
  -o-background-size: 100% auto !important;
  background-size: 100% auto !important;
}

#obj_fullPage .concept3 .box_c .obj_slider .slide1 {
  background: url("../concept/images/240209/img_con3_1.webp") no-repeat center center;
}

#obj_fullPage .concept3 .box_c .obj_slider .slide2 {
  background: url(../concept/images/img_con3_2.jpg) no-repeat center center;
}

@media only screen and (min-width: 768px) {
  #obj_fullPage .concept3 .box_c .obj_slider .slick-dots {
    left: auto;
    right: -25px;
  }
}

@media print {
  #obj_fullPage .concept3 .box_c .obj_slider .slick-dots {
    left: auto;
    right: -25px;
  }
}

.ie8 #obj_fullPage .concept3 .box_c .obj_slider .slick-dots {
  left: auto;
  right: -25px;
}

#obj_fullPage .concept3 .box_c .obj_slider .slick-dots li {
  background: #ebebeb;
}

#obj_fullPage .concept4 .box_c {
  background: #0b4871;
  color: #fff;
}

#obj_fullPage .concept4 .box_c .wrp_txt {
  text-align: center;
  background: url(../concept/images/bg_txt1.png) no-repeat center center;
  -webkit-background-size: 100% auto !important;
  -moz-background-size: 100% auto !important;
  -o-background-size: 100% auto !important;
  background-size: 100% auto !important;
}

#obj_fullPage .concept4 .box_c .obj_slider .slide1 {
  background: url(../concept/images/img_con4_1.jpg) no-repeat center center;
}

#obj_fullPage .concept4 .box_c .obj_slider .slide2 {
  background: url(../concept/images/img_con4_2.jpg) no-repeat center center;
}

#obj_fullPage .concept4 .box_c .obj_slider .slide3 {
  background: url(../concept/images/img_con4_3.jpg) no-repeat center center;
}

#obj_fullPage .concept5 .box_c .wrp_txt {
  text-align: center;
  background: url(../concept/images/bg_txt2.png) no-repeat center center;
  -webkit-background-size: 100% auto !important;
  -moz-background-size: 100% auto !important;
  -o-background-size: 100% auto !important;
  background-size: 100% auto !important;
}

#obj_fullPage .concept5 .box_c .obj_slider .slide1 {
  background: url("../concept/images/220309/img_con5_1.jpg") no-repeat center center;
}

#fp-nav ul li {
  width: 10px;
  height: 10px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  #fp-nav ul li {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 767px) {
  #fp-nav ul li {
    width: 0.8em;
    height: 0.8em;
  }
}

#fp-nav ul li:first-child {
  margin-top: 0;
}

#fp-nav ul li a {
  background: #ddd;
  -webkit-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
}

#fp-nav ul li a span {
  display: none;
}

#fp-nav ul li a:hover,
#fp-nav ul li a.active {
  background: #005b98;
}

/*# sourceMappingURL=../maps/concept.css.map */
