#key {
  background-image: url("../img/shared/bg11_on.jpg");
  text-align: center;
  padding: 20vw 0 5vw;
  z-index: 1;
}

#key .key-ttl {
  position: absolute;
  z-index: 1;
  padding: 0 2%;
  right:0%;
  top:12%;
}

#key .key-js {
  margin: 24vw 5% 3vw 5%;
  position:relative;
}
#key .key-js img{
  
}
#key .slick-list {
  overflow: visible;
}

#key .slick-slide {
  padding: 0 10px;
}

#key .slick-slide p {
  position: relative;
  z-index: 0;

}
#key .slick-slide p img{

}
#key .slick-slide p:before {
  content: '';
  width: 103%;
  height: 115%;
  background-image: url("../img/index/key-shadow_on.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 5vw;
  top: -5vw;
  z-index: -1;
}

#key .slick-dots {
  margin: 3vw 0 0;
}


@media only screen and (max-width: 767px) {
	.hd-content {
		background: url("../img/shared/key-bot_on_sp.png") no-repeat center top/100%;
		padding: 22vw 0 10vw;
		margin-top: -10vw;
		position: relative;
		z-index: 1;
	}
}
@media only screen and (min-width: 768px) {
header h1 {
    font-size: 14px;
    line-height: 25px;
    padding: 0;
    left: 50px;
    position:absolute;
    top:1100px;
    width:29vw;
    z-index: 50;
  height:50px;
  }
  #key {
    padding: 280px 0 260px 0;
    position: relative;
  }
  #key .key-ttl {
    padding: 0;
    z-index: 2;
    position: absolute;
    left: auto;
    right: auto;
    margin: auto;
    top:70px;
    width:100%;
  }
  #key .key-js {
    margin: 0px 0px 0 0%;
    width:100%;
    position: relative;
    z-index: 1;
  }
  #key .slick-slide p img{

}
  #key .slick-slide {
    padding: 0 26px;
  }
  #key .slick-slide p:before {
    width: 873px;
    height: 915px;
    top: -127px;
    left:0;
  }
  #key .slick-dots {
    margin: 0 0 0;
    top: 10px;
  }
  #key .key-ttl2 {
    z-index: 0;
  }
  #key .key-ttl2 img {
    margin-top: -21px;
  }
}

#news {
  position: relative;
  z-index: 1;
}

#news h2 {
  width: 60%;
  margin: 0 auto 8vw;
}

#news .col {
  margin-bottom: 5vw;
}

#news .item {
  display: flex;
}

#news .item .photo {
  width: 43%;
}

#news .item .photo a span {
  width: 100% !important;
  height: 28vw !important;
  border: 1px solid #000;
  transition: 0.3s all ease-in-out;
}

#news .item .photo a:hover span {
  opacity: 0.8;
}

#news .item dl {
  width: 57%;
}

#news .item dl dt {
  font-size: 3.8vw;
  line-height: 5vw;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 2vw;
}

#news .item dl dt span {
  display: block;
}

#news .item dl dd {
  font-size: 3.3vw;
  line-height: 5.3vw;
  letter-spacing: 0;
  font-weight: 500;
  padding-left: 6%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 60px;
}

#news .item dl dd a {
  text-decoration: underline;
}

#news .item dl dd a span {
  display: table;
}

#news .btn {
  width: 30%;
  margin: -4vw 0 0 auto;
}

#news .btn a {
  display: block;
  font-size: 3.3vw;
  line-height: 4vw;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
  border: 1.5px solid;
  border-radius: 7px;
  padding: 0.8vw 7% 1vw 0;
  position: relative;
  transition: 0.3s all ease-in-out;
}

#news .btn a:after {
  content: '>>';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 7%;
  font-size: 2.2vw;
}

#news .btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}

  .takeout_col{
    position:relative;
    background: #fff;
  }
.takeout_col .col{
  padding-bottom:30px;
}
  .takeout_col .col .btn {
  margin-top: 15px;
    
}

  .takeout_col .col .btn a {
  max-width: 300px;
  width: 90%;
  margin: 0 auto;
  display: block;
  text-align: center;
  border: 1px solid;
  position: relative;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.18em;
  font-weight: 600;
  padding: 9px 19px 9px 0;
  transition: 0.3s all ease-in-out;
  color: #222;
}

  .takeout_col .col .btn a:after {
  content: '';
  width: 19px;
  height: 32px;
  background-image: url("../img/shared/arrow_on.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  margin-left: 2%;
}

  .takeout_col .col .btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
  .takeout_col h3{
    font-size:12vw;
    text-align: center;
    padding:20px; 0 10px;
    font-weight:bold;
    background: #c21608;
    color:#fff;
    letter-spacing: 0;
  }
    .takeout_col h3 span{
      font-size:70%;
  }
  .takeout_col .col .txt{
    padding:30px 30px 10px ;
  }
@media only screen and (min-width: 768px) {
  .takeout_col{
    width:1200px;
    left:-100px;
    margin:100px 0 100px;
  }
  .takeout_col .img{
    float:left;
    width:65%;
  }
  .takeout_col .img img{
    width:100%;
  }
  .takeout_col .col{    
    float:right;
    width:35%;
  }
  .takeout_col .col h3{
    font-size:56px;    
    padding:40px; 0 15px;
  }

  .takeout_col .col .txt{
    padding:40px 30px 20px ;
  }
  .takeout_col .col .btn {
    margin-top: 27px;
  }
  .takeout_col.col .btn a {
    max-width: 100%;
    width: 100%;
    border-width: 2px;
    font-size: 21px;
    letter-spacing: 0.12em;
    padding: 13px 45px 14px 0;
  }
  .takeout_col .col .btn a:after {
    width: 27px;
    height: 33px;
    margin-left: 17px;
  }
  #news {
    padding-top: 50px;
  }
  #news h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
      /*#news .blk {
        display: flex;
        justify-content: space-between;
        margin: 0 -70px;
      }*/

#news .blk {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
    justify-content: center;
  height: 100%;
    margin: 0 auto;
}

  #news .col {
    width: 32%;
    margin-bottom: 150px;
    position: relative;
  }
  #news .item {
    display: block;
  }
  #news .item .photo {
    width: 98%;
  }
  #news .item .photo a span {
    height: 200px !important;
  }
  #news .item dl {
    width: 100%;
  }
  #news .item dl dt {
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    top: -107px;
    margin-bottom: 0;
  }
  #news .item dl dt span {
    margin-bottom: 7px;
  }
  #news .item dl dd {
    font-size: 15px;
    line-height: 29px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 100px;
    padding-left: 0;
    margin-top: 32px;
  }
  #news .item dl dd a span {
    margin: 0 auto 16px;
  }
  #news .item dl dd a:hover {
    text-decoration: none;
  }
  #news .btn {
    width: 157px;
    margin: 32px auto 0;
  }
  #news .btn a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    border-width: 2px;
    border-radius: 16px;
    padding: 5px 27px 6px 0;
  }
  #news .btn a:after {
    font-size: 15px;
    line-height: 20px;
    right: 20px;
    top: 48%;
  }
  #news #feed2 .item dl dt {
    padding-left: 17px;
  }
}

@media only screen and (min-width: 1300px) {
  #news .blk {
    margin: 0 -132px 0 -139px;
  }
  #news .col {
    width: 330px;
      margin-bottom: 190px;
  }
}

#lead {
  position: relative;
  z-index: 0;
}

#lead .para1 {
  height: 110vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 16vw;
  z-index: -1;
}

#lead .para1:before {
  content: '';
  height: 30vw;
  background-image: url("../img/index/lead-bg1_on.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
}

#lead .para1:after {
  content: '';
  height: 42vw;
  background-image: url("../img/index/lead-bg3_on.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
}

#lead .img1 {
  width: 82%;
  margin-left: -16%;
}

#lead .img1 img {
  margin-top: -4vw;
}

#lead h2 {
  width: 56%;
  margin: 10vw 0 0 -2%;
}

#lead .catch {
  width: 32%;
  margin: -4vw 0 0 17%;
}

#lead .img2 {
  width: 58%;
  position: absolute;
  right: -4.5%;
  top: 85vw;
}

#lead .txt {
  margin-top: 15vw;
}

#lead .para2 {
  height: 100vw;
  z-index: -1;
}

#lead .para2:before {
  content: '';
  height: 30vw;
  background-image: url("../img/index/lead-bg2_on.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
}

#lead .para2:after {
  content: '';
  height: 20vw;
  background-image: url("../img/index/lead-bot_on.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
}

#lead .para2 .img_parallax img {
  object-position: 70%;
}

#lead .img3 {
  position: absolute;
  width: 73%;
  left: -10%;
  bottom: -148vw;
}

@media only screen and (min-width: 768px) {
  #lead .wrap:before {
    content: '';
    background-image: url("../img/index/lead-deco_on.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 627px;
    height: 1061px;
    position: absolute;
    left: -266px;
    top: 752px;
    z-index: -1;
  }
  #lead .img1 {
    width: 710px;
    margin-left: -5px;
  }
  #lead .img1 img {
    margin-top: -10px;
  }
  #lead .para1 {
    height: 1233px;
    top: 95px;
  }
  #lead .para1:before {
    height: 450px;
    background-position: center bottom;
  }
  #lead .para1:after {
    height: 780px;
  }
  #lead h2 {
    width: 389px;
    margin: -27px 0 0 79px;
  }
  #lead .catch {
    width: 164px;
    margin: 0;
    position: absolute;
    top: 1007px;
    left: 443px;
    z-index: 1;
  }
  #lead .img2 {
    width: 743px;
    top: 465px;
    right: -409px;
  }
  #lead .img3 {
    width: 798px;
    left: -323px;
    top: 1201px;
    bottom: auto;
    z-index: 1;
  }
  #lead .txt {
    width: 543px;
    margin: -151px 0 0 351px;
    position: relative;
    z-index: 2;
    text-align: justify;
  }
  #lead .para2 {
    height: 1206px;
    margin-top: -105px;
  }
  #lead .para2:before {
    height: 570px;
  }
  #lead .para2:after {
    height: 285px;
    bottom: -3px;
  }
}

@media only screen and (min-width: 1300px) {
  #lead .para1 {
    height: 1140px;
  }
  #lead .para2 {
    z-index: -2;
  }
}

#point {
  margin-top: -38vw;
  color: #141414;
}

#point .wrap {
  position: relative;
}

#point .wrap:before {
  content: '';
  width: 100%;
  height: 60vw;
  background-image: url("../img/index/point-deco_on.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 69%;
  top: 77vw;
  z-index: -1;
}

#point h2 {
  width: 44%;
  margin-left: 59%;
}

#point .row {
  max-width: 1399px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#point .box {
  background-image: url("../img/shared/bg3_on.jpg");
  position: relative;
  z-index: 1;
}

#point .box .bg {
  height: 63vw;
  background-size: cover;
  background-position: center;
  border-top: 1px solid #a40000;
  border-bottom: 1px solid #a40000;
}

#point .box .bg1 {
  background-image: url("../img/index/point-bg1-1_on.jpg");
  background-position: 100%;
}

#point .box .bg2 {
  background-image: url("../img/index/point-bg1-2_on.jpg");
  background-position: 10%;
}

#point .box .bg3 {
  height: 67vw;
  background-image: url("../img/index/point-bg3_sp_on.jpg");
}

#point .box .bg4 {
  background-image: url("../img/index/point-bg4_on.jpg");
}

#point .box .col {
  padding-bottom: 8vw;
  position: relative;
}

#point .box .col:before {
  content: '';
  width: 3.5vw;
  height: 22vw;
  background: #a40000;
  position: absolute;
  left: 0;
  top: 0;
}

#point .box h4 {
  padding: 6vw 20% 0vw 15%;
}

#point .box .txt {
  width: 80%;
  margin: 7vw auto 0;
  text-align: justify;
}

#point .row1 {
  margin-top: -17vw;
}

#point .row1 h3 {
  margin-left: -3%;
  padding-right: 3%;
  position: relative;
  z-index: -1;
}

#point .row2 h3 {
  margin: -12vw 0 0 -1%;
  padding-right: 10%;
}

#point .row2 .catch {
  width: 36%;
  position: absolute;
  right: 0;
  top: -22vw;
}

#point .row2 .box .txt {
  margin-top: 0;
  padding-top: 10vw;
}

#point .row3 h3 {
  margin: -17vw 0 0 -4.5%;
  padding-right: 10%;
}

#point .row3 .box .txt {
  margin-top: 0;
  padding-top: 8vw;
}

#point .row3 .box .point-js {
  border-top: 1px solid #a40000;
  border-bottom: 1px solid #a40000;
  line-height: 0;
}

#point .row3 .box .point-js .slick-dots {
  position: absolute;
  bottom: 4vw;
  left: 0;
  right: 4%;
  justify-content: flex-end;
}

#point .row3 .box .point-js .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 8px;
}

#point .row4 h3 {
  margin: -16vw 0 0 -4.5%;
  padding-right: 10%;
}

#point .row4 .box .txt {
  margin-top: 0;
  padding-top: 8vw;
}

#point .row4 .catch {
  width: 40%;
  position: absolute;
  right: 0%;
  top: -43vw;
}

#point .row5 {
  padding-bottom: 20vw;
  position: relative;
}

#point .row5:before {
  content: '';
  height: 66vw;
  background-image: url("../img/index/lead-bot_on.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#point .row5 .wrapper {
  background-image: url("../img/index/point-bnr-bg_on.jpg");
  background-repeat: no-repeat;
  background-size: 187%;
  background-position: center -12vw;
  padding: 10vw 0 15vw;
}

#point .row5 .tbox {
  width: 70%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.84);
  text-align: center;
  padding: 8vw 0 20vw;
}

#point .row5 .logo {
  width: 38%;
  margin: 0 auto;
}

#point .row5 h5 {
  padding: 0 8%;
  margin: 3vw 0;
}

#point .row5 .btn a {
  display: block;
  width: 72%;
  margin: 0 auto;
  text-align: center;
  border: 1px solid;
  font-size: 4vw;
  line-height: 6vw;
  letter-spacing: 0.04em;
  font-weight: 900;
  padding: 1.3vw 0 1.8vw;
  transition: 0.3s all ease-in-out;
}

#point .row5 .btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#point .row5 .simg {
  width: 76%;
  position: absolute;
  bottom: -8vw;
  left: 21%;
  z-index: 1;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  #point {
    margin-top: -540px;
  }
  #point .wrap:before {
    width: 843px;
    height: 739px;
    right: -445px;
    left: auto;
    top: 348px;
    z-index: 0;
  }
  #point h2 {
    width: 362px;
    margin-left: 730px;
  }
  #point .row1 {
    margin-top: -354px;
  }
  #point .row1 h3 {
    margin-left: 34px;
    padding-right: 0;
    z-index: 1;
  }
  #point .box {
    border: 2px solid #a40000;
    position: relative;
    z-index: 1;
  }
  #point .box .bg {
    height: 474px;
    width: calc(100% - 453px);
    border: none;
  }
  #point .box .bg1 {
    float: left;
  }
  #point .box .bg2 {
    float: right;
    width: calc(100% - 456px);
  }
  #point .box .bg3 {
    float: left;
    width: calc(100% - 600px);
    height: 503px;
    background-image: url("../img/index/point-bg2_on.jpg");
  }
  #point .box .bg4 {
    float: left;
    width: calc(100% - 591px);
    height: 502px;
  }
  #point .box h4 {
    padding: 0;
  }
  #point .box .txt {
    width: 100%;
    margin: 55px 0 0;
    padding-left: 12px;
  }
  #point .box .col {
    width: 453px;
    padding: 102px 58px 0 68px;
    position: relative;
  }
  #point .box .col:before {
    width: 32px;
    height: 164px;
  }
  #point .box .col1 {
    float: right;
  }
  #point .box .col2 {
    width: 456px;
    float: left;
    padding: 80px 49px 125px 68px;
  }
  #point .box .col2:before {
    width: 30px;
    height: 167px;
    top: auto;
    bottom: 0;
  }
  #point .box .col2 .txt {
    padding-left: 10px;
    margin-top: 44px;
  }
  #point .box .col3 {
    float: right;
    width: 600px;
    height: 503px;
    padding: 222px 30px 0 55px;
  }
  #point .box .col3 .simg {
    position: absolute;
    top: -289px;
    left: 25px;
  }
  #point .box .col3 .txt {
    padding: 0px;
  }
  #point .box .col4 {
    width: 591px;
    height: 502px;
    float: right;
    padding: 208px 30px 0 55px;
  }
  #point .box .col4 .simg {
    position: absolute;
    top: -225px;
    left: 105px;
  }
  #point .box .col4 .txt {
    padding: 0;
  }
  #point .box .col5 {
    width: 591px;
    height: 502px;
    float: right;
    padding: 301px 30px 0 55px;
  }
  #point .box .col5 .simg {
    position: absolute;
    left: 252px;
    top: -34px;
  }
  #point .box .col5 .txt {
    padding: 0;
  }
  #point .box2 {
    margin-top: -1px;
  }
  #point .row2 {
    z-index: 1;
  }
  #point .row2 h3 {
    margin: 0px 0 0 34px;
    padding-right: 0;
  }
  #point .row2 h3 img {
    margin-top: -88px;
  }
  #point .row2 .catch {
    width: 239px;
    top: -120px;
    left: 428px;
    z-index: 1;
  }
  #point .row3 {
    z-index: 1;
  }
  #point .row3 h3 {
    margin: 0 0 0 33px;
    padding-right: 0;
  }
  #point .row3 h3 img {
    margin-top: -97px;
  }
  #point .row3 .box .point-js {
    width: calc(100% - 591px);
    float: left;
    border: none;
  }
  #point .row3 .box .point-js .slick-dots {
    bottom: 63px;
    right: -141px;
  }
  #point .row3 .box .point-js .slick-dots li {
    width: 18px;
    height: 18px;
    margin: 0 11px;
  }
  #point .row3 .box .point-js img {
    width: 100%;
    height: 502px;
    object-fit: cover;
    object-position: 50%;
  }
  #point .row4 {
    z-index: 1;
  }
  #point .row4 h3 {
    margin: 0 0 0 33px;
    padding-right: 0;
  }
  #point .row4 h3 img {
    margin-top: -116px;
  }
  #point .row4 .catch {
    width: 535px;
    top: -360px;
    right: 69px;
    z-index: 1;
    pointer-events: none;
  }
  #point .row5 {
    padding-bottom: 94px;
    margin-top: -189px;
  }
  #point .row5:before {
    height: 352px;
  }
  #point .row5 .wrapper {
    padding: 189px 0 0;
    background-size: cover;
    background-position: 50%;
  }
  #point .row5 .tbox {
    width: 447px;
    padding: 68px 0 280px;
  }
  #point .row5 .logo {
    width: 202px;
  }
  #point .row5 h5 {
    padding: 0;
    margin: 39px 0 32px;
  }
  #point .row5 .btn a {
    width: 273px;
    font-size: 22px;
    line-height: 30px;
    padding: 9px 0 10px;
  }
  #point .row5 .simg {
    width: 677px;
    bottom: -183px;
    left: calc(50% - 266px);
  }
}

@media only screen and (min-width: 1300px) {
  #point h2 {
    margin-left: 790px;
  }
  #point .box .bg3 {
    background-position: center;
    width: calc(100% - 773px);
  }
  #point .box .col3 {
    width: 773px;
    padding: 242px 73px 0 87px;
  }
  #point .box .col3 .simg {
    left: 95px;
  }
  #point .box .col4 {
    padding: 208px 73px 0 72px;
  }
  #point .box .col4 .simg {
    left: 53px;
  }
  #point .box .col5 {
    padding: 301px 56px 0 76px;
  }
  #point .row2 .catch {
    left: 383px;
  }
}

#space {
  padding-bottom: 15vw;
}

#space h2 {
  width: 19.5%;
  position: absolute;
  top: -13vw;
  right: 0%;
  z-index: 1;
}

#space h3 {
  width: 33%;
  position: absolute;
  left: 6%;
  top: 14vw;
  z-index: 1;
}

#space .img {
  margin: 0 -4.5%;
}

#space .txt {
  margin: 8vw 0;
}

#space .btn a {
  display: block;
  color: #fff;
  background-image: url("../img/shared/bg5_on.jpg");
  font-size: 4vw;
  line-height: 6vw;
  letter-spacing: 0.12em;
  font-weight: 500;
  padding: 3vw 0;
  text-align: center;
  transition: 0.3s all ease-in-out;
}

#space .btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media only screen and (min-width: 768px) {
  #space {
    background-image: url("../img/index/space-bg_on.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 147px 0 131px;
  }
  #space h2 {
    width: 156px;
    top: -222px;
    right: -103px;
  }
  #space h3 {
    width: 210px;
    position: static;
    margin-left: 73px;
  }
  #space .txt {
    width: 490px;
    text-align: justify;
    margin: 58px 0 60px -65px;
  }
  #space .btn {
    margin-left: -68px;
  }
  #space .btn a {
    width: 487px;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0.06em;
    padding: 11px 0 14px 2px;
  }
}

#recruit .box {
  width: 100%;
  margin: 0 auto;
  background-image: url("../img/shared/bg4_sp_on.jpg");
  background-repeat: repeat-y;
  background-size: 100%;
  padding: 10vw 0 120px;
}

#recruit .box h2 {
  width: 54%;
  margin: 0 auto;
}

#recruit .box .img {
  margin: 6vw -2% 7vw;
}

#recruit .box h3 span {
  width: 10%;
  display: block;
  margin: 0 auto 4vw;
}

#recruit .box h4 {
  font-size: 5.5vw;
  line-height: 7vw;
  letter-spacing: 0;
  font-weight: 900;
  text-align: center;
  margin: 7vw 0 4vw;
}

#recruit .box .col {
  text-align: center;
  margin-top: 6vw;
  font-weight: 600;
}

#recruit .box .col .sttl {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #222;
}

#recruit .box .col .sttl small {
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
}

#recruit .box .col .tel {
  font-size: 30px;
  line-height: 25px;
  letter-spacing: 0.01em;
  font-weight: 700;
  margin: 5px 0 10px;
  color: #222;
}

#recruit .box .col .tel small {
  font-size: 17px;
  font-weight: 600;
}

#recruit .box .col .tel a:hover {
  text-decoration: none;
}

#recruit .box .col .tel-txt {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #222;
}

#recruit .box .col .btn {
  margin-top: 15px;
}

#recruit .box .col .btn a {
  max-width: 300px;
  width: 90%;
  margin: 0 auto;
  display: block;
  text-align: center;
  border: 1px solid;
  position: relative;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.18em;
  font-weight: 600;
  padding: 9px 19px 9px 0;
  transition: 0.3s all ease-in-out;
  color: #222;
}

#recruit .box .col .btn a:after {
  content: '';
  width: 19px;
  height: 32px;
  background-image: url("../img/shared/arrow_on.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  margin-left: 2%;
}

#recruit .box .col .btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media only screen and (min-width: 768px) {
  #recruit {
    padding: 48px 50px 0;
  }
  #recruit .box {
    padding: 68px 0 212px;
    background-image: url("../img/shared/bg4_on.jpg");
    background-repeat: repeat;
    background-size: auto;
  }
  #recruit .box h2 {
    width: 374px;
  }
  #recruit .box .img {
    margin: 41px 0 47px;
    text-align: center;
  }
  #recruit .box h3 {
    text-align: center;
    margin-bottom: 58px;
  }
  #recruit .box h3 span {
    width: 78px;
    margin: 0 auto 46px;
  }
  #recruit .box h4 {
    width: 122px;
    height: 350px;
    font-size: 38px;
    line-height: 61px;
    text-align: left;
    margin: 0;
    float: right;
    margin-right: 141px;
  }
  #recruit .box .txt {
    width: 186px;
    height: 314px;
    text-align: justify;
    float: right;
    margin: 4px 41px 0 0;
  }
  #recruit .box .col {
    margin: 42px 0 0 79px;
    width: 334px;
    float: left;
  }
  #recruit .box .col .sttl {
    font-size: 21.59px;
    line-height: 26.38px;
  }
  #recruit .box .col .sttl small {
    font-size: 17.99px;
    margin-bottom: 7px;
  }
  #recruit .box .col .tel {
    font-size: 38.38px;
    line-height: 26.38px;
    margin: 10px 0 4px;
  }
  #recruit .box .col .tel small {
    font-size: 21.59px;
  }
  #recruit .box .col .tel-txt {
    font-size: 14px;
  }
  #recruit .box .col .btn {
    margin-top: 27px;
  }
  #recruit .box .col .btn a {
    max-width: 100%;
    width: 100%;
    border-width: 2px;
    font-size: 21px;
    letter-spacing: 0.12em;
    padding: 13px 45px 14px 0;
  }
  #recruit .box .col .btn a:after {
    width: 27px;
    height: 33px;
    margin-left: 17px;
  }
}

@media all and (-ms-high-contrast: none) {
  #point .box .col1 {
    padding: 102px 47px 0 63px;
  }
}

.info{
	text-align: center;
	font-size: 18px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	margin-bottom: 120px;
}

.new_info{
	margin: 20px auto 40px;
	width: 500px;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	font-size: 18px;
	background-color: #a40000;
	border-radius: 0px;
	padding: 10px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 35px;
	letter-spacing: 2px;
    box-shadow: 0px 0px 0px 6px #a40000;
    border:solid 1px #FFF;
    font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media only screen and (max-width: 480px) {
	.info{
	text-align: center;
	font-size: 18px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	margin-bottom: 30px;
}
	.new_info{
	margin: 20px auto 30px;
	width: 90%;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	font-size: 16px;
	background-color: #a40000;
	border-radius: 0px;
	padding: 10px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 35px;
	letter-spacing: 2px;
    box-shadow: 0px 0px 0px 6px #a40000;
    border:solid 1px #FFF;
    font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
}

.news_box {
	background: url(../img/shared/bg10_on.jpg)repeat center top;
    width: 860px;
    margin: 120px auto 0;
    line-height: 2em;
    padding-bottom:39px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
	letter-spacing: 0px;
}
.news_box .ttl {
	color: #000;
    padding: 39px 50px 10px;
    text-align: center;
    font-size: 24px;
    width: 660px;
    border-bottom: 1px solid #000;
    margin: 0 auto;
}
.news_box .txt {
	color: #000;
	padding: 20px 50px 0;
	text-align: center;
	font-size: 18px;
}
@media only screen and (max-width: 480px) {
.news_box {
    width: 100%;
    margin: 20px auto;
}
.news_box .ttl {
    padding: 39px 10px 10px;
    font-size: 20px;
    width: 70%;
}
.news_box .txt {
	padding: 20px 10px 0;
	font-size: 16px;
}
}
.btn_news {
	 width: 300px;
  margin: 40px auto;
}

.btn_news a {
  display: block;
	padding: 15px 15px;
  background:#8A5C2A;
  color: #fff;
  font-size: 17px;
	text-align: center;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.45);
  letter-spacing: 0.2em;
  line-height: 30px;
  box-sizing: border-box;
  -moz-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

.btn_news a:hover {
  text-decoration: none;
  opacity: .8;
}


@media only screen and (max-width: 767px) {
	.btn_news {
	 width: 80%;
  margin: 30px auto;
}
}