@font-face {
    font-family: 'FS Emeric Light';
    src: url('../fonts/fs_emeric_web-light.eot');
    src: url('../fonts/fs_emeric_web-light.eot#iefix') format("embedded-opentype"), url('../fonts/fs_emeric_web-light.woff') format("woff"), url('../fonts/fs_emeric_web-light.svg#webfont') format("svg")
}
@font-face {
    font-family: 'FS Emeric Regular';
    src: url('../fonts/fs_emeric_web-regular.eot');
    src: url('../fonts/fs_emeric_web-regular.eot#iefix') format("embedded-opentype"), url('../fonts/fs_emeric_web-regular.woff') format("woff"), url('../fonts/fs_emeric_web-regular.svg#webfont') format("svg")
}
@font-face {
    font-family: 'FS Emeric Medium';
    src: url('../fonts/fs_emeric_web-medium.eot');
    src: url('../fonts/fs_emeric_web-medium.eot#iefix') format("embedded-opentype"), url('../fonts/fs_emeric_web-medium.woff') format("woff"), url('../fonts/fs_emeric_web-medium.svg#webfont') format("svg")
}
.font-fs-L {
  font-family: "FS Emeric Light", Verdana, sans-serif;
}
.font-fs-R {
  font-family: "FS Emeric Regular", Verdana, sans-serif;
}
.font-fs-M {
  font-family: "FS Emeric Medium", Verdana, sans-serif;
}
.font-mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* **************************************************************

/cmn/css/cmn.css

************************************************************** */
#wrap{
  max-width: 1920px;
  margin: 0 auto;
  background: url(../../cmn/img/bg_grid01.gif) repeat center top #F2F2F2;
  background-size: 18.75%;
  font-size: 0.9375vw;
  font-family: 'Noto Sans JP', sans-serif;
}
.section{
  position: relative;
  width: 100%;
}
.section *{
  box-sizing: border-box;
  -webkit-boxsizing: border-box;
}
.section-full {
  height: 100vh;
}
.inner {
  margin-left: auto;
  margin-right: auto;
}
sup{
  font-size: .555em;
}
@media screen and (max-width:1280px) {
  #wrap{
    width: 1280px;
    font-size: 12px;
  }
}
@media screen and (max-width:768px) {
  #wrap{
    width: 100%;
		background-size: 29.866%;
    font-size: 15px;
  }
}
.txt-fade-in1 {
  opacity: 0;
}
.active .txt-fade-in1 {
  animation:fade-in1 .5s ease-out normal forwards;
}
@keyframes fade-in1 {
  0% {opacity: 0; transform: translateY(40px);}
  100% {opacity: 1; transform: translateY(0);}
}

.txt-fade-in2 {
  opacity: 0;
}
.active .txt-fade-in2 {
  animation:fade-in2 .6s ease-out normal forwards;
}
@keyframes fade-in2 {
  0% {opacity: 0; transform: translateY(30px);}
  10% { transform: translateY(10px);}
  100% {opacity: 1; transform: translateY(0);}
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(50px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

/* **************************************************************

.ttl

************************************************************** */

/* ***********
.ttl-type01
************ */
.section .ttl-type01 {
  position: relative;
  padding-top: 30px;
  font-size: 3.33em;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: .1em;
  line-height: 1.2;
}
.section .ttl-type01 span{
  line-height: 1;
}
@media screen and (max-width:768px) {
  .section .ttl-type01 {
    padding-top: 20px;
    font-size: 1.8em;
    line-height: 1.5;
  }
  .section .ttl-sub-type01 {
    margin-top: 15px;
  }
}

/* ***********
.ttl-bar1
************ */
.section .ttl-bar1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #F5002F;
  transition-duration: 2.5s;
  transition-timing-function: ease;
}
.active.section .ttl-bar1:after {
  width: 3em;
}
.section .ttl-bar1 .ttl-bar1-inner{
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.section .ttl-bar1 .ttl-bar1-inner .ttl{
  position: relative;
  display: inline-block;
  opacity: 0;
}
.section.active .ttl-bar1 .ttl-bar1-inner .ttl{
  opacity: 1;
}

/* ***********
.ttl-bar2
************ */
.section .ttl-type01.ttl-bar2 {
  padding-top: 110px;
}
.section .ttl-bar2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 0;
  width: 1px;
  background-color: #F5002F;
  transition-duration: 2.5s;
  transition-timing-function: ease;
}
.active.section .ttl-bar2:after {
  height: 80px;
}
.section .ttl-bar2 .ttl-bar2-inner{
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.section .ttl-bar2 .ttl-bar2-inner .ttl{
  position: relative;
  display: inline-block;
  opacity: 0;
}
.section .ttl-bar2 .bar {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 1;
}
.section .txt-type01 {
  margin-top: 2.6%;
}
.section .txt-type01 p{
  margin-top: 4%;
  line-height: 2;
}
.section .ttl-type02 {
  font-size: 2.666em;
  font-weight: 500;
}
.section .ttl-sub-type01 {
  margin-top: 2%;
  line-height: 2;
  font-size: 1.111em;
}
@media screen and (max-width:768px) {
  .section .ttl-bar2 .ttl-bar2-inner .ttl,
  .section.active .ttl-bar1 .ttl-bar1-inner .ttl{
    line-height: 1.5;
  }
  .section .ttl-type01.ttl-bar2{
    padding-top: 95px;
  }
  .active.section .ttl-bar2:after {
    height: 70px;
  }

}

/* ***********
.btn-type01
************ */
.btn-type01 {
  width: 33.85%;
  margin-top: 4.375%;
  margin-left: auto;
  margin-right: auto;
}
.btn-type01 a{
  position: relative;
  display: block;
  padding: 4%;
  border: 1px solid #EFEFEF;
  border-radius: 9999px;
  color: #525B5C;
  text-decoration: none;
  text-align: center;
  font-size: 1.222em;
  box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.07);
  background: #ffffff;
  transition: .4s ease;
}
.btn-type01 a:after{
  position: absolute;
  top: 50%;
  right: -3.5%;
  content: "";
  margin-top: -2%;
  margin-left: 5px;
  width: 9.23%;
  height: 100%;
  background: url(../img/more_off.png) transparent left top no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: .43s ease;
}
.btn-type01 a:hover{
  border: 1px solid transparent;
  color: #ffffff;
  background: #F5002F;
}
.btn-type01 a:hover:after{
	transform: translateX(-80%);
  background: url(../img/more_on.png) transparent left top no-repeat;
  background-size: contain;
}
@media screen and (max-width:768px) {
  .btn-type01 {
    width: 88.01%;
    margin-top: 13.6%;
  }
  .btn-type01 a{
    padding: 13px 6% 14px;
    font-size: 1em;
  }
  .btn-type01 a:after{
    margin-top: -5%;
    right: -8.5%;
    width: 19.45%;
  }
}

/* **************************************************************

.btn-type02

************************************************************** */
.btn-type02 {
  width: 100%;
  margin-top: 9.5%;
}
.btn-type02 a{
  position: relative;
  display: block;
  padding: 5% 14% 5% 5%;
  border: 1px solid #ffffff;
  border-radius: 1000px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  font-size: 1.388em;
  transition: all .3s ease;
}
.btn-type02 a:hover{
  border: 1px solid transparent;
  background-color: #ffffff;
  color: #F5002F;
}
.btn-type02 a span {
  position: relative;
}
.btn-type02 a span:before{
	content: '';
	position: absolute;
	right: -2em;
	top: -2px;
	bottom: 0;
	margin: auto;
	width: 0.8em;
	height: 0.8em;
	background: url(../img/icon_window_w.gif) no-repeat center;
	background-size: contain;
}
.btn-type02 a:hover span:before{
  background: url(../img/icon_window_r.gif) no-repeat center right;
  background-size: 100%;
}
@media screen and (max-width:768px) {
  .btn-type02 a {
    padding: 14px 16% 15px 6%;
    background-color: #F5002F;
    border: 1px solid #F5002F;
    font-size: .933em;
  }
  .btn-type02 a:before {
    right: 27.88%;
    margin-top: -9.5%;
    width: 4.724%;
  }
}

/* **************************************************************

.item-carousel-wrap

************************************************************** */
.item-carousel-wrap {
  width: 56.04%;
  margin: 4.16% auto 0;
}
.item-carousel-wrap .item-box {
  float: left;
  width: 33.45%;
  margin-right: 33%;
  box-shadow:0px 20px 30px 0px rgba(0,0,0,0.07);
}
.item-carousel-wrap .item-box a{
  display: block;
  color: #525B5C;
  text-decoration: none;
}
.item-carousel-wrap .item-num {
  position:absolute;
  right: -2px;
  bottom: -2.1%;
  font-size:2.222em;
  color:#fff;
  transition: .4s ease;
  line-height: 1;
  font-weight: bold;
}
.item-carousel-wrap .item-box a:hover .item-num{
  color:#F5002F;
  right:5%;
}
.item-carousel-wrap .item-box .item-thum{
  position: relative;
  background: #b8bebe;
}
.item-carousel-wrap .item-box .item-inner {
  position: relative;
  background: #ffffff;
  padding: 10% 10% 20%;
  transition: .4s ease;
}
.item-carousel-wrap .item-box .item-more {
  position: absolute;
  bottom: 12%;
  right: -7%;
  width: 31.11%;
  transition: transform .4s ease;
}
.item-carousel-wrap .item-box .item-more::after{
  position: absolute;
  top: 50%;
  margin-top: -12%;
  right: 0;
  content:"";
  margin-left: 5px;
  width: 53.57%;
  height: 100%;
  background: url(../img/more_off.png) transparent left top no-repeat;
  background-size: contain;
  line-height: 1.4;
}
.item-carousel-wrap .item-box a:hover .item-more {
  transform: translateX(-33%);
}
.item-carousel-wrap .item-box a:hover .item-more::after{
  background:url(../img/more_on.png) transparent left top no-repeat;
  background-size: contain;
}
.item-carousel-wrap .item-box a:hover .item-inner {
  background: #F5002F;
  color: #ffffff;
}
.item-carousel-wrap .item-box a:hover .item-more-arrow {
  right: 30px;
  background: #fff;
}
.item-carousel-wrap .item-box a:hover .item-more-arrow:before {
  border-left-color: #fff;
  border-bottom-color: #fff;
}
.item-carousel-wrap .item-box .item-ttl {
  font-weight: 500;
  font-size: 1.222em;
}
.item-carousel-wrap .item-box .item-txt {
  margin-top: 10px;
  font-size: .888em;
  line-height: 1.8;
}
@media screen and (max-width:767px){
  .section .item-carousel-wrap {
    width: 100%;
  }
  .section .item-carousel-wrap .item-box {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .section .item-carousel-wrap .item-num {
    bottom: -1.5%;
  }
  .item-carousel-wrap .item-box .item-more {
    width: 31.03%;
    font-size: 3.733vw;
  }
  .item-carousel-wrap .item-box .item-more::after{
  }
}

/* **************************************************************

.contact-us

************************************************************** */
.contact-us{
  margin-top: 10.16%;
}
.contact-us .inner{
  position: relative;
  padding-top: 5.1%;
}
.contact-us .contact-img{
  position: absolute;
  top: 0;
  left: 3.1%;
  width: 37.5%;
  float: left;
}
.contact-us .contact-img img {
  box-shadow: 0px 20px 35px 0px rgba(0,0,0,0.16);
}
.contact-us .contact-wrap{
  padding: 5.2% 3.1% 5.73%;
  background: #F5002F;
  color: #ffffff;
}
.contact-us .contact-wrap:after{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.contact-us .contact-wrap .contact-detail{
  width: 60%;
  padding: 0 21.5% 0 9.27%;
  float: right;
  box-sizing: border-box;
}
.contact-us .contact-wrap .contact-btn.btn-type01 a:hover{
  border: 1px solid transparent;
  background: #ffffff;
  color: #F5002F;
}
.contact-us .contact-wrap .contact-btn.btn-type01 a:hover:before{
  background: #F5002F;
}
.contact-us .contact-wrap .contact-btn.btn-type01 a:hover:after{
  border-left: 4px solid #F5002F;
  border-bottom: 4px solid #F5002F;
}
.contact-us .contact-wrap .ttl-bar1 .bar {
  background-color:#ffffff;
}
.contact-us .contact-wrap .contact-ttl{
  font-weight: bold;
  font-size: 2.222em;
  letter-spacing: .2em;
  color: #ffffff;
}
.contact-us .contact-wrap .contact-txt{
  margin-top: 5%;
  line-height: 2;
}
.contact-us .contact-wrap .btn-type01{
  width: 100%;
  margin-top: 5%;
}
.contact-us .contact-wrap .btn-type01 a{
  padding: 20px;
  font-size: 1.222em;
}
.contact-us .contact-wrap .ttl-bar1:after {
  background-color: #ffffff;
}

@media screen and (max-width:767px){
  .contact-us {
    margin-top: 21.333%;
  }
  .contact-us .contact-wrap {
    padding: 17.06% 8%;
  }
  .contact-us .inner{
    padding-top: 0;
  }
  .contact-us .btn-type02 a {
    border: 1px solid #ffffff;
  }
  .contact-us .contact-img {
    display: none;
  }
  .contact-us .contact-wrap .contact-detail {
    width: 100%;
    padding: 0;
  }
  .contact-us .contact-wrap .contact-txt {
    margin-top: 27px;
  }
  .contact-us .contact-wrap .contact-ttl {
    padding-top: 25px;
    font-size: 1.466em;
  }
}


/* **************************************************************

.bnrArea

************************************************************** */
.bnrArea {
	width: 880px;
	margin: auto;
}
.bnrArea img{
max-width: 100%;
margin: 5% 0;
}

@media screen and (max-width:767px){
	.bnrArea {
	width: auto;
	padding-left: 25px;
	padding-right: 25px;
	}
}