.img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}
#key-box .slide-fade {
  min-height: 100vh;
}
@media only screen and (min-width: 768px) {
  #key-box .slide-fade {
    height: 100vh;
  }
}


#lead {
  position: relative;
  padding: 15vw 0 0;
  color: #ece7de;
}
#lead .endTrigger{
	position: absolute;
	bottom: 0;
	left: 0;
}
#lead::after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
#lead.shadow::after {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}
#lead .group {
	will-change: transform;
}
#lead .group h2 {
  font-size: 3.5vw;
  margin-bottom: 7vw;
  letter-spacing: 0.1em;
  font-weight: 500;
	padding-top: 10vw;
}
#lead .group .col {
  margin-bottom: 0;
}
#lead .group .col h3 {
  font-size: 5.33vw;
  line-height: 2;
  margin-bottom: 10vw;
}
#lead .group-photo {
  margin: 0vw -4% 0;
  position: relative;
  z-index: 1;
	padding-bottom: 100vh;
}
#lead .group-photo .row1 {
  justify-content: space-between;
  margin-bottom: 47vw;
}
#lead .group-photo .row1 .photo1 {
  width: 41%;
}
#lead .group-photo .row1 .photo2 {
  width: 56%;
  align-self: flex-end;
  margin-bottom: -28vw;
}
#lead .group-photo .row2 {
  justify-content: space-between;
  margin-bottom: 29vw;
}
#lead .group-photo .row2 .photo3 {
  width: 43%;
  margin-left: 5%;
}
#lead .group-photo .row2 .photo4 {
  width: 35%;
  align-self: flex-end;
  margin-bottom: -20vw;
  margin-top: 24vw;
  margin-right: 6%;
}
#lead .group-photo .row3 {
  flex-direction: column;
  margin-bottom: 5vw;
}
#lead .group-photo .row3 .photo3 {
  width: 60%;
  margin-bottom: 5vw;
  margin-left: -2%;
}
#lead .group-photo .row3 .photo4 {
  width: 47%;
  align-self: flex-end;
  margin-top: 4vw;
  margin-right: 8%;
}
#lead .group-photo .row4 {
  justify-content: space-between;
  margin-bottom: 10vw;
}
#lead .group-photo .row4 .photo3 {
  width: 41%;
}
#lead .group-photo .row4 .photo4 {
  width: 48%;
  align-self: flex-end;
  margin-bottom: -22vw;
  margin-right: 6%;
}
#lead .pin-spacer {
  z-index: 10 !important;
}
@media only screen and (min-width: 768px) {
  #lead {
    padding: 240px 0 1px;
  }
  #lead .wrap {
    width: 1226px;
    padding: 0 20px;
  }
  #lead .group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 160px;
	  padding-top: 30px;
  }
  #lead .group h2 {
    font-size: 24px;
    margin-bottom: 20px;
    width: 150px;
    letter-spacing: 2px;
	  padding-top: 0;
  }
  #lead .group .col {
    margin-bottom: 20px;
    width: 590px;
    margin-top: 11px;
  }
  #lead .group .col h3 {
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 63px;
    letter-spacing: 2px;
  }
  #lead .group .col .txt {
    line-height: 40px;
    width: 500px;
  }
  #lead .group-photo {
    margin: 0 auto;
  }
  #lead .group-photo .row1 {
    margin: 0 -90px 249px;
  }
  #lead .group-photo .row1 .photo2 {
    margin-bottom: -130px;
    width: 54%;
    margin-right: calc(50% - 50vw);
  }
  #lead .group-photo .row2 {
    margin-bottom: -278px;
  }
  #lead .group-photo .row2 .photo3 {
    margin-left: -40px;
    width: 50%;
  }
  #lead .group-photo .row2 .photo4 {
    margin-bottom: -20px;
    margin-top: 190px;
    margin-right: -62px;
    width: 40%;
  }
  #lead .group-photo .row3 {
    margin-bottom: -247px;
  }
  #lead .group-photo .row3 .photo3 {
    width: 68%;
    margin-bottom: 20px;
    margin-left: calc(50% - 50vw);
  }
  #lead .group-photo .row3 .photo4 {
    margin-top: -60px;
    margin-right: calc(50% - 50vw);
    width: 53%;
  }
  #lead .group-photo .row4 {
    margin-bottom: 20px;
  }
  #lead .group-photo .row4 .photo3 {
    margin-left: -62px;
    width: 51%;
  }
  #lead .group-photo .row4 .photo4 {
    margin-bottom: -121px;
    margin-right: -60px;
    width: 55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
	#lead .group-photo .row1 .photo1{
		max-width: 39%;
	}
	#lead .group-photo .row1 .photo2{
		max-width: 50%;
	}
	#lead .group-photo .row3 .photo3{
		max-width: 60%;
	}
	#lead .group-photo .row3 .photo4 {
    margin-top: 70px;
    width: 51%;
	}
	#lead .group-photo .row4 .photo4{
		width: 52%;
	}
}

#concept {
  position: relative;
  padding: 24vw 0 9vw;
}
#concept .deco {
  width: 43%;
  margin: 0 auto 6vw;
}
#concept h2 {
  font-weight: bold;
  color: #322921;
  text-align: center;
  font-size: 5vw;
  letter-spacing: 0;
  margin-bottom: 6vw;
}
#concept h3 {
  font-size: 5vw;
  text-align: center;
  margin-bottom: 8vw;
  line-height: 2;
  letter-spacing: 0px;
}
#concept .txt {
  margin-bottom: 14vw;
}
#concept .group-photo {
  width: 300%;
  transform: translateX(-33%);
  flex-wrap: wrap;
  justify-content: center;
}
#concept .group-photo li {
  margin: 0 2px;
  width: 175px;
  overflow: hidden;
  height: 120px;
  position: relative;
}
#concept .group-photo li img {
  position: absolute;
  top: 0;
  left: 0;
}
#concept .group-photo li.photo3 img {
  width: 110%;
  height: 180px;
  max-width: none;
}
@media only screen and (min-width: 768px) {
  #concept {
    padding: 157px 0 20px;
  }
  #concept .deco {
    margin: 0 auto 21px;
    width: auto;
    text-align: center;
  }
  #concept h2 {
    font-size: 24px;
    margin-bottom: 23px;
    letter-spacing: 1px;
  }
  #concept h3 {
    font-size: 30px;
    margin-bottom: 35px;
    letter-spacing: 1px;
  }
  #concept .txt {
    margin-bottom: 91px;
    text-align: center;
    line-height: 40px;
  }
  #concept .group-photo li {
    margin: 0 5px;
    height: 458px;
    width: 500px;
  }
  #concept .group-photo li.photo3 img {
    height: 720px;
  }
}

#menu {
  position: relative;
  padding: 8vw 0 1vw;
}
#menu .gr-bnr {
  flex-direction: column;
  margin: 0 -2% 5vw;
}
#menu .gr-bnr .bnr {
  margin-bottom: 9vw;
  position: relative;
}
#menu .gr-bnr .bnr::after {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  content: "";
  border: 1px solid #322921;
}
#menu .gr-bnr .bnr .inner {
  padding: 7% 8% 2% 10%;
  background: #ece7de;
  position: relative;
}
#menu .gr-bnr .bnr .inner h2 {
  font-size: 6vw;
  margin-bottom: 6vw;
  font-weight: bold;
}
#menu .gr-bnr .bnr .inner .txt {
  margin-bottom: 6vw;
  line-height: 30px;
}
#menu .gr-bnr .bnr .inner .view-more {
  position: absolute;
  right: 9%;
  top: 6vw;
}
#menu .gr-bnr .bnr .inner .view-more::before {
  content: "";
  background: url("../img/shared/icon_arrow_white.png") no-repeat;
  width: 15px;
  height: 11px;
  position: absolute;
  top: 14px;
  left: 13px;
  background-size: 100%;
}
#menu .gr-bnr .bnr .inner .view-more::after {
  content: "";
  background: #322921;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  #menu {
    padding: 106px 0 105px;
  }
  #menu .gr-bnr {
    margin: 0 -40px;
    flex-direction: row;
    justify-content: space-between;
  }
  #menu .gr-bnr .bnr {
    margin-bottom: 20px;
    width: 518px;
  }
  #menu .gr-bnr .bnr:hover::after {
    opacity: 1;
    transition: all 0.5s;
  }
  #menu .gr-bnr .bnr::after {
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    opacity: 0;
    transition: all 0.5s;
  }
	#menu .gr-bnr .bnr .img{
		overflow: hidden;
	}
	#menu .gr-bnr .bnr .img img{
		transform: scale(1);
		transition: all 0.5s;
	}
	#menu .gr-bnr .bnr:hover .img img{
		transform: scale(1.3);
		transition: all 0.5s;
	}
  #menu .gr-bnr .bnr .inner {
    padding: 40px 46px 40px;
    min-height: 328px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #menu .gr-bnr .bnr .inner h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #menu .gr-bnr .bnr .inner .txt {
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 0.5s ease;
  }
  #menu .gr-bnr .bnr:hover .txt {
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
  }
  #menu .gr-bnr .bnr .inner .view-more {
    position: relative;
    font-size: 14px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    top: auto;
    right: auto;
    margin-left: 16px;
    width: 136px;
    margin-top: -2px;
    transition: all 0.5s ease;
  }
  #menu .gr-bnr .bnr .inner .view-more span {
    margin-left: 17px;
    line-height: 44px;
  }
  #menu .gr-bnr .bnr .inner .view-more::before {
    filter: invert(1);
    top: 15px;
    left: 14px;
  }
  #menu .gr-bnr .bnr .inner .view-more::after {
    background: none;
    border: 1px solid #b6afa5;
  }
  #menu .gr-bnr .bnr:hover .view-more {
    justify-content: flex-start;
    margin-left: auto;
  }
  #menu .gr-bnr .bnr:hover .view-more::before {
    filter: invert(0);
  }
  #menu .gr-bnr .bnr:hover .view-more::after {
    background: #322921;
  }
}

#floor {
  position: relative;
  padding: 12vw 0 11vw;
  background: url(../img/shared/bg2.jpg);
}
#floor h2 {
  font-size: 8vw;
  color: #ece7de;
  text-align: center;
  position: absolute;
  top: 15vw;
  left: 0;
  right: 0;
  z-index: 5;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: bold;
}
#floor .photo {
  height: 50vw;
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  transition: all 1s;
  position: relative;
}
#floor .photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #684c28;
  z-index: 5;
  opacity: 0.66;
}
#floor .photo::after {
  content: "";
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #684c28;
  z-index: 5;
  opacity: 0.66;
}
#floor .line {
  position: absolute;
  top: 26vw;
  left: 0;
  right: 0;
  height: 1px;
  z-index: 5;
  background: #ffffff;
  opacity: 0.6;
  width: 48%;
  margin: 0 auto;
  transition: all 1s;
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}
#floor .photo.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: all 1s;
  animation-delay: 0.5s;
}
#floor .line.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: all 1s;
  transition-delay: 1.5s;
}
#floor .btn-cus {
  position: absolute;
  top: 30vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  width: 31%;
}
#floor .btn-cus a {
  height: 36px;
  line-height: 36px;
  font-size: 13px;
}
#floor .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
#floor .wrap:hover .btn-cus a {
  background: #ece7de;
  color: #2a241c;
  transition: all 0.5s;
}
#floor .photo {
  height: 53vw;
  margin: 0 -3%;
}
@media only screen and (min-width: 768px) {
  #floor {
    padding: 91px 0 84px;
  }
	#floor .wrap{
		width: 1200px;
	}	
  #floor h2 {
    font-size: 48px;
    top: 181px;
  }
  #floor .photo {
    height: 400px;
  }
  #floor .photo::before {
    height: 20px;
  }
  #floor .photo::after {
    height: 20px;
  }
  #floor .line {
    top: 250px;
    width: 300px;
  }
  #floor .btn-cus {
    top: 280px;
    width: 150px;
  }
  #floor .link {
    left: -100px;
    right: -100px;
  }
  #floor .photo {
    height: 500px;
    margin: 0;
  }
	#floor .wrap:hover  .photo{
		opacity: 0.8;
		transition: all 0.5s;
	}
}

#para {
  position: relative;
  height: 66vw;
}
#para .logo {
  position: absolute;
  width: 57%;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  #para {
    height: 800px;
  }
  #para .logo {
    text-align: center;
    width: auto;
  }
}

#shopinfo {
  position: relative;
  padding: 9vw 0 12vw;
}
#shopinfo h2 {
  font-weight: bold;
  font-size: 6vw;
  text-align: center;
  margin-bottom: 5vw;
}
#shopinfo .logo {
  width: 35%;
  margin: 0 auto 2vw;
}
#shopinfo .ttl {
  text-align: center;
  margin-bottom: 6vw;
  font-size: 11px;
  line-height: 180%;
}
#shopinfo .tel {
  text-align: center;
  margin-bottom: 2vw;
}
#shopinfo .tel dt {
  margin-bottom: 1vw;
}
#shopinfo .tel dd .tel-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-size: 7vw;
  justify-content: center;
  letter-spacing: -1px;
}
#shopinfo .tel dd .tel-icon span {
  width: 4%;
  margin-left: 0%;
  margin-right: 1%;
  display: inline-block;
  margin-top: -0.5vw;
}
#shopinfo .btn-cus {
  max-width: 54%;
  margin-bottom: 5vw;
}
#shopinfo .btn-cus a {
  font-size: 12px;
  font-weight: normal;
  height: 38px;
  line-height: 38px;
}
#shopinfo .info dl {
  border-bottom: 1px dotted #322921;
  padding: 13px 0;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
}
#shopinfo .info dl dd {
  margin-left: 10px;
}
#shopinfo .info dl dd span {
  width: 70px;
  display: inline-block;
}
#shopinfo .info dl dd .link-map {
  font-size: 11px;
  letter-spacing: 1px;
}
#shopinfo .info dl dd .link-map::before {
  content: "";
  background: url("../img/shared/icon_pin.png") no-repeat;
  filter: invert(1);
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-right: 5px;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  #shopinfo {
    padding: 102px 0 20px;
  }
  #shopinfo .wrap {
    width: 1200px;
    padding: 0 20px;
  }
  #shopinfo h2 {
    font-size: 30px;
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    top: 7px;
  }
  #shopinfo .logo {
    width: 218px;
    margin: 0 auto 20px;
  }
  #shopinfo .ttl {
    margin-bottom: 61px;
    font-size: 14px;
    letter-spacing: 0;
  }
  #shopinfo .tel {
    margin-bottom: 20px;
  }
  #shopinfo .tel dt {
    margin-bottom: 10px;
  }
  #shopinfo .tel dd .tel-icon {
    font-size: 34px;
  }
  #shopinfo .tel dd .tel-icon span {
    width: 15px;
    margin-top: -2px;
    margin-right: 6px;
    margin-left: -10px;
  }
  #shopinfo .btn-cus {
    margin-bottom: 60px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  #shopinfo .btn-cus a {
    font-size: 15px;
    line-height: 47px;
    height: 47px;
  }
  #shopinfo .info {
    width: 610px;
    margin: 0 auto;
  }
  #shopinfo .info dl {
    font-size: 15px;
    display: flex;
    line-height: 26px;
    letter-spacing: 1px;
    padding: 12.5px 0;
  }
  #shopinfo .info dl.style02 {
    flex-direction: column;
    padding: 29px 0 23px;
  }
  #shopinfo .info dl.style02 dt {
    width: auto;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
  }
  #shopinfo .info dl.style02 dd {
    margin-left: 50px;
    width: auto;
  }
  #shopinfo .info dl dt {
    width: 160px;
    padding-left: 17px;
    box-sizing: border-box;
  }
  #shopinfo .info dl dd {
    width: calc(100% - 160px);
    margin-left: 0;
  }
  #shopinfo .info dl dd .link-map {
    font-size: 15px;
  }
  #shopinfo .info dl dd .link-map:hover {
    border-bottom: 1px solid
  }

}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
	#shopinfo h2{
		left: 20px;
	}
}

#gmap {
  position: relative;
  padding-bottom: 15vw;
}
#gmap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #322921;
  opacity: 0.3;
}
#gmap h2 {
  font-weight: bold;
  color: #322921;
  text-align: center;
  font-size: 6vw;
  margin-bottom: 6vw;
}
#gmap .map iframe {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
  height: 80vw;
  margin-bottom: 3vw;
}
@media only screen and (min-width: 768px) {
  #gmap {
    padding-bottom: 75px;
    padding-top: 79px;
  }
  #gmap .wrap {
    width: 1200px;
    padding: 0 20px;
  }
  #gmap::after {
    max-width: 1200px;
    margin: 0 auto;
  }
  #gmap h2 {
    font-size: 30px;
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    top: 43px;
  }
  #gmap .gr-btn {
    display: flex;
    justify-content: flex-end;
    width: 591px;
    margin: 0 auto;
  }
  #gmap .gr-btn .btn {
    margin-right: 14px;
  }
  #gmap .gr-btn .btn a {
    font-size: 12px;
    letter-spacing: 0px;
    margin-left: 10px;
    position: relative;
  }
  #gmap .gr-btn .btn a:hover {
    text-decoration: underline
  }
  #gmap .gr-btn .btn a::after {
    content: "";
    position: absolute;
    top: 6px;
    right: -9px;
    display: block;
    width: 7px;
    height: 7px;
    -webkit-transition-duration: .6s;
    -ms-transition-duration: .6s;
    -moz-transition-duration: .6s;
    transition-duration: .6s;
    border-right: 1px solid #322921;
    border-bottom: 1px solid #322921;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
  }
  #gmap .map {
    width: 600px;
    margin: 0 auto 10px;
  }
  #gmap .map iframe {
    height: 405px;
    margin-bottom: 20px;
  }
  #gmap .btn-cus {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
	#gmap h2{
		left: 20px;
	}
}


#news {
  position: relative;
  padding: 11vw 0 12vw;
}
#news h2 {
  font-weight: bold;
  color: #322921;
  text-align: center;
  font-size: 6vw;
  margin-bottom: 8vw;
}
#news .instagram {
  position: absolute;
  right: 6%;
  top: 1vw;
  width: 25px;
}
#news #feed {
  margin-bottom: 9vw;
}
#news #feed .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6vw;
}
#news #feed .row .photo {
  width: 38%;
}
#news #feed .row .photo span {
  width: 100% !important;
  height: 35vw !important;
}
#news #feed .row dl {
  width: 54%;
}
#news #feed .row dl dt {
  color: #7a5514;
  font-weight: 500;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  #news {
    padding: 96px 0 20px;
    min-height: 363px;
  }
  #news .wrap {
    width: 1200px;
    padding: 0 20px;
  }
  #news h2 {
    font-size: 30px;
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    top: -10px;
  }
  #news .instagram {
    left: 125px;
    top: -10px;
  }
  #news #feed {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    position: absolute;
   left: 298px;
    top: -15px;
  }
  #news .btn-cus {
    margin: 0;
    position: absolute;
    top: 85px;
    left: 0px;
    max-width: 138px;
  }
  #news .btn-cus a {
    font-size: 13px;
    line-height: 32px;
    height: 35px;
    letter-spacing: 1px;
  }
  #news .btn-cus a::after {
    filter: invert(1);
    margin-top: 2px;
  }
  #news .btn-cus a:hover::after {
    filter: invert(0);
  }
  #news #feed .row {
    width: 256px;
    flex-direction: column;
    margin-right: 70px;
  }
  #news #feed .row .photo {
    width: 100%;
    margin-bottom: 30px;
  }
  #news #feed .row .photo:hover {
    opacity: 0.8;
    transition: all 0.5s
  }
  #news #feed .row .photo span {
    height: 256px !important;
  }
  #news #feed .row .date {
   font-size: 14px;
        margin-bottom: 10px;
        color: #7a5514;
  }
  #news #feed .row dl {
    width: 100%;
  }
  #news #feed .row dl dt {
    display: none;
  }
  #news #feed .row dl dd:hover {
    text-decoration: underline
  }
  #news #feed .row:last-of-type {
    margin-right: 0
  }
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
	#news h2{
		left: 20px;
	}
	#news .btn-cus{
		left: 20px;
	}
}


#recruit {
  padding: 4vw 0 15vw;
  position: relative;
  z-index: 5;
}
#recruit .box {
  background: url("../img/shared/bg2.jpg");
  padding: 6vw 3% 8vw;
  color: #ece7de;
}
#recruit .box .list-photo {
  justify-content: space-between;
  margin-bottom: 8vw;
}
#recruit .box .list-photo li {
  width: calc(100% / 3);
  margin: 0 2px;
}
#recruit .box h2 {
  text-align: center;
  font-size: 3vw;
  margin-bottom: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#recruit .box h2 span {
  font-size: 6vw;
  font-weight: bold;
  margin-right: 5%;
}
#recruit .box .txt {
  margin-bottom: 7vw;
  padding: 0 3%;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  #recruit {
    padding: 103px 0 20px;
  }
  #recruit .wrap {
    width: 1240px;
    padding: 0 20px;
  }
  #recruit .box {
    padding: 43px 83px 28px 32px;
    display: flex;
    justify-content: space-between;
  }
  #recruit .box .list-photo {
    margin-bottom: 20px;
  }
  #recruit .box h2 {
    font-size: 14px;
    margin-bottom: 18px;
    text-align: left;
    justify-content: flex-start;
    margin-left: 3px;
  }
  #recruit .box h2 span {
    font-size: 30px;
    margin-right: 25px;
  }
  #recruit .box .txt {
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 26px;
    padding: 0;
    letter-spacing: 2px;
  }
  #recruit .box .col {
    width: 321px;
    margin-top: 17px;
  }
  #recruit .box .btn-cus {
    max-width: 170px;
  }
}

.remodal {
  background: none;
  margin-bottom: 0;
  min-height: 100vh;
}
.remodal-close {
  background: url("../img/shared/icon_close.png") no-repeat;
  background-size: 100%;
}
.remodal-close:before {
  font-family: none;
  color: #fff;
  color: #ece7de;
  font-size: 0;
}
.remodal .slide-fade {
  width: 90%;
  margin: 0 auto 5vw;
  height: 60vw;
}
.remodal .slide-page {
  position: absolute;
  bottom: 0;
  right: 0;
}
.remodal-wrapper {
  padding: 0;
}
.remodal .map {
  width: 80%;
  margin: 0 auto 6vw;
}
.remodal .txt {
  color: #ece7de;
  font-size: 15px;
}
.remodal {
  max-width: 1200px;
}
@media only screen and (min-width: 768px) {
  #popup-map .group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  .remodal .slide-fade {
    width: 593px;
    height: 731px;
  }
  .remodal .col {
    width: 520px;
  }
  .remodal .txt {
    text-align: left;
    line-height: 30px;
    font-size: 14px;
    width: 500px;
    margin-left: 10px;
    letter-spacing: 2px;
  }
  .remodal .slide-page {
    right: -20px;
  }
  .remodal .map {
    width: auto;
    margin-top: 120px;
    margin-bottom: 60px;
    margin-left: -40px;
  }
  .close {
    top: 60px;
    right: 50px;
  }
  .close:hover {
    opacity: 0.8;
  }
}