<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.con_news, .con_recruite, .con_bn ul {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_news, .con_recruite, .con_bn ul {
    width: 91.66667%;
  }
}

.wrp_intr .con_intr, .wrp_group .inner {
  margin: auto;
  max-width: 1800px;
}
@media only screen and (min-width: 1200px) {
  .wrp_intr .con_intr, .wrp_group .inner {
    padding: 0 50px;
  }
}
@media print {
  .wrp_intr .con_intr, .wrp_group .inner {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_intr .con_intr, .wrp_group .inner {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intr .con_intr, .wrp_group .inner {
    width: 91.66667%;
  }
}

.wrp_group:after {
  content: "";
  display: table;
  clear: both;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background: #fff;
  display: block;
}
#loading .box_load {
  position: absolute;
  width: 6.87em;
  top: 50%;
  left: 50%;
  font-size: 200%;
  line-height: 2.2;
  letter-spacing: .5em;
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #loading .box_load {
    font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  #loading .box_load {
    font-size: 172%;
  }
}
#loading .box_load .img {
  width: 74px;
  margin: 0 auto 40px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  -webkit-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}
#loading .box_load .img.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#loading .box_load .txt {
  width: 100%;
  margin: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -moz-transition: opacity 1s ease-in, -moz-transform 1s ease-in;
  -o-transition: opacity 1s ease-in, -o-transform 1s ease-in;
  -webkit-transition: opacity 1s ease-in, -webkit-transform 1s ease-in;
  transition: opacity 1s ease-in, transform 1s ease-in;
}
#loading .box_load .txt.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#loading .box_load .txt span {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  display: inline-block;
}
#loading #skip {
  width: 150px;
  position: absolute;
  bottom: 2.08333%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

@media only screen and (min-width: 768px) {
  #header {
    height: 100vh;
  }
}

@media only screen and (max-width: 767px) {
  #header .con_head {
    position: static;
  }
}
@media only screen and (min-width: 768px) {
  #header .con_head .logo {
    margin-top: 22.22222%;
  }
}
@media only screen and (min-width: 1025px) and (max-height: 910px) {
  #header .con_head .logo {
    margin-top: 1.5vh;
  }
}

#header .con_head h2 {
  width: 6.87em;
  margin: auto;
  font-size: 172%;
  line-height: 2.29;
  letter-spacing: .3em;
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_head h2 {
    font-size: 158%;
    line-height: 2;
    width: 6em;
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_head h2 {
    position: absolute;
    width: 1em;
    line-height: 1;
    top: 50%;
    left: 3.64583%;
    font-size: 115%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#header .con_head h2 span {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-height: 910px) {
  #header .con_head nav ul li a {
    font-size: 108%;
  }
}

@media only screen and (min-width: 768px) {
  .con_main {
    height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  .con_main {
    margin-left: auto;
    clear: both;
    width: 87.5%;
  }
}
.con_main #mainSlider {
  height: 100%;
}
.con_main #mainSlider .slick-list {
  line-height: 1;
  height: 100%;
}
.con_main #mainSlider .slick-list .slick-track {
  line-height: 1;
  height: 100%;
}
.con_main #mainSlider .slick-list .slick-track .slick-slide {
  line-height: 1;
}
.con_main #mainSlider .slick-list .slick-track .slick-slide &gt; div {
  height: 100%;
}
.con_main #mainSlider .slide {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .con_main #mainSlider .slide.s01 {
    background: url(../images/home/img_main01.jpg) no-repeat center/cover;
  }
  .con_main #mainSlider .slide.s02 {
    background: url(../images/home/img_main02.jpg) no-repeat center/cover;
  }
  .con_main #mainSlider .slide.s03 {
    background: url(../images/home/img_main03.jpg) no-repeat center/cover;
  }
  .con_main #mainSlider .slide.s04 {
    background: url(../images/home/img_main04.jpg) no-repeat center/cover;
  }
}
@media only screen and (max-width: 767px) {
  .con_main #mainSlider .slide .photo img {
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.con_main #mainSlider .slide .boxs {
  position: absolute;
  left: 2.5641%;
  bottom: 4.16667%;
  width: 97.4359%;
}
.con_main #mainSlider .slide .boxs .st {
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  font-size: 158%;
  letter-spacing: .3em;
  color: #fff;
  margin-bottom: 1em;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  text-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 767px) {
  .con_main #mainSlider .slide .boxs .st {
    font-size: 129%;
  }
}
.con_main #mainSlider .slide .boxs .lg {
  letter-spacing: -.4em;
}
.con_main #mainSlider .slide .boxs .lg span {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-left: 3.07692%;
}
.con_main #mainSlider .slide .boxs .lg span:first-child {
  margin-left: 0;
}
.con_main #mainSlider .slide .boxs .lg .lg01 {
  width: 179px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main #mainSlider .slide .boxs .lg .lg01 {
    width: 18.35897%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main #mainSlider .slide .boxs .lg .lg01 {
    width: 24.52381%;
  }
}
.con_main #mainSlider .slide .boxs .lg .lg02 {
  width: 126px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main #mainSlider .slide .boxs .lg .lg02 {
    width: 12.92308%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main #mainSlider .slide .boxs .lg .lg02 {
    width: 17.38095%;
  }
}
.con_main #mainSlider .slide .boxs .lg .lg03 {
  width: 147px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main #mainSlider .slide .boxs .lg .lg03 {
    width: 15.07692%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main #mainSlider .slide .boxs .lg .lg03 {
    width: 20.35714%;
  }
}
.con_main #mainSlider .slide .boxs .lg .lg04 {
  width: 127px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main #mainSlider .slide .boxs .lg .lg04 {
    width: 13.02564%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main #mainSlider .slide .boxs .lg .lg04 {
    width: 17.5%;
  }
}
.con_main #mainSlider .slide .boxs .lg .lg05 {
  width: 165px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main #mainSlider .slide .boxs .lg .lg05 {
    width: 16.92308%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main #mainSlider .slide .boxs .lg .lg05 {
    width: 24.64286%;
  }
}
.con_main #mainSlider .slide .boxs .lg .lg06 {
  width: 121px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main #mainSlider .slide .boxs .lg .lg06 {
    width: 12.41026%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main #mainSlider .slide .boxs .lg .lg06 {
    width: 18.09524%;
  }
}
.con_main #mainSlider .slide .boxs .lg .lg07 {
  width: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main #mainSlider .slide .boxs .lg .lg07 {
    width: 17.4359%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main #mainSlider .slide .boxs .lg .lg07 {
    width: 24.28571%;
  }
}
.con_main #mainSlider .slide .boxs .lg .lg08 {
  width: 215px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main #mainSlider .slide .boxs .lg .lg08 {
    width: 22.05128%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main #mainSlider .slide .boxs .lg .lg08 {
    width: 30.71429%;
  }
}
.con_main #mainSlider .slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 2.08333%;
  line-height: 1;
  list-style: none;
  text-align: right;
  z-index: 10;
  padding-right: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .con_main #mainSlider .slick-dots {
    bottom: -2em;
    text-align: center;
  }
}
.con_main #mainSlider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0;
  cursor: pointer;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  -moz-border-radius: 200%;
  -webkit-border-radius: 200%;
  border-radius: 200%;
}
@media only screen and (max-width: 767px) {
  .con_main #mainSlider .slick-dots li {
    width: 1em;
    height: 1em;
    margin: 0 0.5em;
  }
}
.con_main #mainSlider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 1px solid #fff;
  outline: none;
  background: transparent;
  -moz-border-radius: 200%;
  -webkit-border-radius: 200%;
  border-radius: 200%;
  -moz-transition: background 0.6s;
  -o-transition: background 0.6s;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}
@media only screen and (max-width: 767px) {
  .con_main #mainSlider .slick-dots li button {
    border-color: #be4a27;
  }
}
.con_main #mainSlider .slick-dots li.slick-active button {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .con_main #mainSlider .slick-dots li.slick-active button {
    background: #be4a27;
  }
}

.wrp_intr {
  position: relative;
  padding-bottom: 60px;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .wrp_intr {
    padding-bottom: 2em;
    margin-top: 4em;
    background: none;
  }
}
.wrp_intr:after {
  content: '';
  width: 100%;
  height: 22.03vw;
  background: url(../images/common/bg01.jpg) repeat 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .wrp_intr:after {
    height: 96vw;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intr:after {
    height: 92vh;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_intr .con_intr {
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .wrp_intr .con_intr {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.wrp_intr .con_intr .box_intr {
  width: 35.83333%;
  order: 2;
}
@media only screen and (max-width: 1024px) {
  .wrp_intr .con_intr .box_intr {
    order: 1;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.wrp_intr .con_intr .box_intr .box_title {
  margin: auto;
  text-align: center;
  background: url(../images/home/bg_yama.png) no-repeat center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  .wrp_intr .con_intr .box_intr .box_title {
    -moz-transition: opacity 0.8s ease-in 1s;
    -o-transition: opacity 0.8s ease-in 1s;
    -webkit-transition: opacity 0.8s ease-in;
    -webkit-transition-delay: 1s;
    transition: opacity 0.8s ease-in 1s;
  }
}
@media only screen and (max-width: 1024px) {
  .wrp_intr .con_intr .box_intr .box_title {
    -moz-transition: opacity 0.8s ease-in 0.2s;
    -o-transition: opacity 0.8s ease-in 0.2s;
    -webkit-transition: opacity 0.8s ease-in;
    -webkit-transition-delay: 0.2s;
    transition: opacity 0.8s ease-in 0.2s;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intr .con_intr .box_intr .box_title {
    background-size: 5em;
  }
}
.wrp_intr .con_intr .box_intr .box_title p {
  width: 12.6em;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  display: inline-block;
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  font-size: 165%;
  letter-spacing: .2em;
  line-height: 2.1;
  padding: 35px;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  .wrp_intr .con_intr .box_intr .box_title p {
    -moz-transition: opacity 0.8s ease-in 2s;
    -o-transition: opacity 0.8s ease-in 2s;
    -webkit-transition: opacity 0.8s ease-in;
    -webkit-transition-delay: 2s;
    transition: opacity 0.8s ease-in 2s;
  }
}
@media only screen and (max-width: 1600px) {
  .wrp_intr .con_intr .box_intr .box_title p {
    padding: 25px;
    font-size: 150%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_intr .con_intr .box_intr .box_title p {
    font-size: 143%;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 1024px) {
  .wrp_intr .con_intr .box_intr .box_title p {
    font-size: 122%;
    padding: 1.5em;
    line-height: 1.8;
    width: 10.8em;
    -moz-transition: opacity 0.8s ease-in 1s;
    -o-transition: opacity 0.8s ease-in 1s;
    -webkit-transition: opacity 0.8s ease-in;
    -webkit-transition-delay: 1s;
    transition: opacity 0.8s ease-in 1s;
  }
}
.wrp_intr .con_intr .box_intr .box_title p:before, .wrp_intr .con_intr .box_intr .box_title p:after {
  content: '';
  width: 50px;
  height: 100%;
  position: absolute;
  background: url(../images/home/ic_int.png) no-repeat right top;
  background-size: contain;
  top: 0;
}
.wrp_intr .con_intr .box_intr .box_title p:before {
  left: 0;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.ie .wrp_intr .con_intr .box_intr .box_title p:before {
  -moz-transform: translateX(75%) scale(-1, 1);
  -ms-transform: translateX(75%) scale(-1, 1);
  -webkit-transform: translateX(75%) scale(-1, 1);
  transform: translateX(75%) scale(-1, 1);
}
.wrp_intr .con_intr .box_intr .box_title p:after {
  right: 0;
}
.wrp_intr .con_intr .box_intr .txt {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  margin: 3rem auto 0;
  max-width: 566px;
  letter-spacing: .1em;
  line-height: 2.8;
  font-size: 108%;
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .wrp_intr .con_intr .box_intr .txt {
    line-height: 2.2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_intr .con_intr .box_intr .txt {
    margin-top: 1rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_intr .con_intr .box_intr .txt {
    -moz-transition: opacity 0.8s ease-in 3s;
    -o-transition: opacity 0.8s ease-in 3s;
    -webkit-transition: opacity 0.8s ease-in;
    -webkit-transition-delay: 3s;
    transition: opacity 0.8s ease-in 3s;
  }
}
@media only screen and (max-width: 1024px) {
  .wrp_intr .con_intr .box_intr .txt {
    -moz-transition: opacity 0.8s ease-in 2s;
    -o-transition: opacity 0.8s ease-in 2s;
    -webkit-transition: opacity 0.8s ease-in;
    -webkit-transition-delay: 2s;
    transition: opacity 0.8s ease-in 2s;
  }
}
.wrp_intr .con_intr .box_intr .btn_basic {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 250px;
  margin: 40px auto 0;
}
@media only screen and (min-width: 1025px) {
  .wrp_intr .con_intr .box_intr .btn_basic {
    -moz-transition: opacity 0.8s ease-in 4s;
    -o-transition: opacity 0.8s ease-in 4s;
    -webkit-transition: opacity 0.8s ease-in;
    -webkit-transition-delay: 4s;
    transition: opacity 0.8s ease-in 4s;
  }
}
@media only screen and (max-width: 1024px) {
  .wrp_intr .con_intr .box_intr .btn_basic {
    -moz-transition: opacity 0.8s ease-in 3s;
    -o-transition: opacity 0.8s ease-in 3s;
    -webkit-transition: opacity 0.8s ease-in;
    -webkit-transition-delay: 3s;
    transition: opacity 0.8s ease-in 3s;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intr .con_intr .box_intr .btn_basic {
    width: 100%;
    margin-top: 1rem;
  }
}
.wrp_intr .con_intr .photo {
  width: 60.55556%;
  order: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  .wrp_intr .con_intr .photo {
    -moz-transition: opacity 0.8s ease-in 0.1s;
    -o-transition: opacity 0.8s ease-in 0.1s;
    -webkit-transition: opacity 0.8s ease-in;
    -webkit-transition-delay: 0.1s;
    transition: opacity 0.8s ease-in 0.1s;
  }
}
@media only screen and (max-width: 1024px) {
  .wrp_intr .con_intr .photo {
    order: 2;
    width: 100%;
    -moz-transition: opacity 0.8s ease-in 4s;
    -o-transition: opacity 0.8s ease-in 4s;
    -webkit-transition: opacity 0.8s ease-in;
    -webkit-transition-delay: 4s;
    transition: opacity 0.8s ease-in 4s;
  }
}
.wrp_intr .con_intr.active .box_title, .wrp_intr .con_intr.active .txt, .wrp_intr .con_intr.active .btn_basic {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.wrp_intr .con_intr.active .box_title p, .wrp_intr .con_intr.active .txt p, .wrp_intr .con_intr.active .btn_basic p {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.wrp_intr .con_intr.active .photo {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.con_news {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .con_news {
    margin-top: 4rem;
  }
}
.con_news .box_news {
  overflow: hidden;
}
.con_news .box_news .box_w {
  width: 49.16667%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/home/bg_dot.png) repeat;
  padding: 5px 7px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_w {
    width: 100%;
    float: none;
  }
}
.con_news .box_news .box_w a {
  padding: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .box_news .box_w a {
    padding: 22px 15px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_w a {
    padding: 5%;
  }
}
.con_news .box_news .box_w a .box_txt {
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_w a .box_txt {
    margin-top: 1em;
  }
}
.con_news .box_news .box_w a .box_txt .st {
  font-size: 143%;
  letter-spacing: .2em;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .box_news .box_w a .box_txt .st {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_w a .box_txt .st {
    font-size: 122%;
  }
}
.con_news .box_news .box_w a .box_txt .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.7;
}
.firefox .con_news .box_news .box_w a .box_txt .txt, .ie .con_news .box_news .box_w a .box_txt .txt {
  max-height: 3.4em;
}
.con_news .box_news .box_w.ic_new:before {
  content: '';
  background: url(../images/home/ic_news.png) no-repeat center/contain;
  width: 52px;
  height: 58px;
  position: absolute;
  top: 8px;
  left: 10px;
}
.con_news .box_news .box_list {
  width: 49.16667%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_list {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
}
.con_news .box_news .box_list li {
  background: url(../images/home/bg_dot.png) repeat;
  padding: 5px 6px 6px;
  margin-bottom: 10px;
  position: relative;
}
.con_news .box_news .box_list li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_list li:nth-child(n+3) {
    display: none;
  }
}
.con_news .box_news .box_list li.ic_new:before {
  content: '';
  background: url(../images/home/ic_news.png) no-repeat center/contain;
  width: 3em;
  height: 3.34em;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
}
.con_news .box_news .box_list li a {
  padding: 9px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .box_news .box_list li a {
    padding: 6px;
  }
}
.con_news .box_news .box_list li a .photo {
  float: left;
  width: 19.78417%;
  margin-right: 3.59712%;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .box_news .box_list li a .photo {
    width: 22%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_list li a .photo {
    width: 30%;
    margin-right: 4%;
  }
}
.con_news .box_news .box_list li a .box_txt {
  float: left;
  margin-top: .6em;
  width: 74.64029%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .box_news .box_list li a .box_txt {
    width: 74%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_list li a .box_txt {
    width: 66%;
    margin-top: 0;
  }
}
.con_news .box_news .box_list li a .box_txt .st {
  font-size: 108%;
  letter-spacing: .1em;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_list li a .box_txt .st {
    font-size: 100%;
  }
}
.con_news .btn_basic {
  width: 240px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 767px) {
  .con_news .btn_basic {
    margin-top: 1.5em;
    width: 100%;
  }
}
.con_news .box_w, .con_news .box_list {
  position: relative;
}
.con_news .box_w a, .con_news .box_list a {
  display: block;
  background: #fff;
  text-decoration: none;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.con_news .box_w a:hover, .con_news .box_list a:hover {
  background: #f7f6f6;
}
.con_news .box_w a .photo img, .con_news .box_list a .photo img {
  width: 100%;
}
.con_news .box_w a .txt_inf, .con_news .box_list a .txt_inf {
  margin-bottom: 1rem;
  letter-spacing: -.4em;
}
@media only screen and (max-width: 1199px) {
  .con_news .box_w a .txt_inf, .con_news .box_list a .txt_inf {
    margin-bottom: .5rem;
  }
}
.con_news .box_w a .txt_inf span, .con_news .box_list a .txt_inf span {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}
.con_news .box_w a .txt_inf span.date, .con_news .box_list a .txt_inf span.date {
  line-height: 1.2;
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .con_news .box_w a .txt_inf span.date, .con_news .box_list a .txt_inf span.date {
    display: block;
  }
}
.con_news .box_w a .txt_inf span.cate, .con_news .box_list a .txt_inf span.cate {
  border-bottom: 2px solid #be4a27;
  margin-right: .5em;
  padding: .3em;
  line-height: 1;
  font-size: 93%;
}
@media only screen and (max-width: 767px) {
  .con_news .box_w a .txt_inf span.cate, .con_news .box_list a .txt_inf span.cate {
    font-size: 86%;
  }
}
.con_news .box_w a .st, .con_news .box_list a .st {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
}
.firefox .con_news .box_w a .st, .ie .con_news .box_w a .st, .firefox .con_news .box_list a .st, .ie .con_news .box_list a .st {
  max-height: 1.5em;
}

.wrp_group {
  background: #eee7da;
  padding: 90px 0 40px;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .wrp_group {
    padding: 4rem 0 1rem;
    margin-top: 3rem;
  }
}
.wrp_group .st_cate {
  padding: 0 0 0.5em 0;
  border-bottom: 2px solid;
  margin-bottom: 2.5em;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .wrp_group .st_cate {
    margin-bottom: 1.5em;
  }
}
.wrp_group .st_cate:before {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8em;
}
.wrp_group .st_cate.stay {
  border-color: #6eb997;
}
.wrp_group .st_cate.stay:before {
  width: 28px;
  height: 24px;
  background-image: url(../images/home/ic_stay.png);
}
@media only screen and (max-width: 767px) {
  .wrp_group .st_cate.stay:before {
    width: 1.75em;
    height: 1.5em;
  }
}
.wrp_group .st_cate.food {
  border-color: #edbf33;
}
.wrp_group .st_cate.food:before {
  width: 34px;
  height: 24px;
  background-image: url(../images/home/ic_food.png);
}
@media only screen and (max-width: 767px) {
  .wrp_group .st_cate.food:before {
    width: 2.125em;
    height: 1.5em;
  }
}
.wrp_group .st_cate.exp {
  border-color: #ec7754;
}
.wrp_group .st_cate.exp:before {
  width: 36px;
  height: 27px;
  background-image: url(../images/home/ic_exp.png);
}
@media only screen and (max-width: 767px) {
  .wrp_group .st_cate.exp:before {
    width: 2em;
    height: 1.5em;
  }
}
.wrp_group .st_cate span {
  letter-spacing: .2em;
  font-size: 165%;
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .wrp_group .st_cate span {
    font-size: 143%;
  }
}
.wrp_group .con_group {
  overflow: hidden;
}
.wrp_group .con_group .box_group {
  width: 48.33333%;
  margin-bottom: 60px;
  margin-right: 3%;
  background: #fff;
  float: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.8s ease-in 0.5s;
  -o-transition: opacity 0.8s ease-in 0.5s;
  -webkit-transition: opacity 0.8s ease-in;
  -webkit-transition-delay: 0.5s;
  transition: opacity 0.8s ease-in 0.5s;
}
@media only screen and (max-width: 767px) {
  .wrp_group .con_group .box_group {
    margin-bottom: 2rem;
    width: 100%;
  }
}
.wrp_group .con_group .box_group:nth-child(2n) {
  margin-right: 0;
}
.wrp_group .con_group .box_group .box_det {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .wrp_group .con_group .box_group .box_det {
    display: table;
  }
}
@media print {
  .wrp_group .con_group .box_group .box_det {
    display: table;
  }
}
.wrp_group .con_group .box_group .box_det .logo {
  background: url(../images/common/bg02.jpg) repeat left top;
  vertical-align: middle;
  text-align: center;
  width: 25.28736%;
  -moz-box-shadow: 0 4px 10px rgba(222, 222, 222, 0.8);
  -webkit-box-shadow: 0 4px 10px rgba(222, 222, 222, 0.8);
  box-shadow: 0 4px 10px rgba(222, 222, 222, 0.8);
}
@media only screen and (min-width: 1200px) {
  .wrp_group .con_group .box_group .box_det .logo {
    display: table-cell;
    max-width: 220px;
  }
}
@media print {
  .wrp_group .con_group .box_group .box_det .logo {
    display: table-cell;
    max-width: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_group .con_group .box_group .box_det .logo {
    width: 100%;
    padding: .5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_group .con_group .box_group .box_det .logo {
    width: 90%;
    margin: 0 auto;
    padding: 1.5rem 0;
    position: relative;
    top: -1rem;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    opacity: 0.95;
  }
}
.wrp_group .con_group .box_group .box_det .logo img {
  max-width: 85%;
}
.wrp_group .con_group .box_group .box_det .box_txt {
  vertical-align: middle;
  padding: 4% 6% 3% 4%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1200px) {
  .wrp_group .con_group .box_group .box_det .box_txt {
    display: table-cell;
  }
}
@media print {
  .wrp_group .con_group .box_group .box_det .box_txt {
    display: table-cell;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_group .con_group .box_group .box_det .box_txt {
    padding-bottom: 6%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_group .con_group .box_group .box_det .box_txt {
    padding: 0 0 1rem;
    max-width: 91%;
    margin: 0 auto;
  }
}
.wrp_group .con_group .box_group .box_det .box_btn {
  overflow: hidden;
  border-top: 1px solid #d9d9d9;
  padding-top: 1.3rem;
  margin-top: 1rem;
}
.wrp_group .con_group .box_group .box_det .box_btn li {
  width: 48.17518%;
}
@media only screen and (min-width: 768px) {
  .wrp_group .con_group .box_group .box_det .box_btn li a {
    padding: .6em 0;
  }
}
.wrp_group .con_group .box_group .box_det .box_btn li a:after {
  content: none;
}
.wrp_group .con_group .box_group .box_det .box_btn li a span:before {
  font-size: 93%;
  margin-right: 0.5em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.wrp_group .con_group .box_group .box_det .box_btn li.btn_basic {
  float: left;
}
.wrp_group .con_group .box_group .box_det .box_btn li.btn_basic span:before {
  content: "";
}
.wrp_group .con_group .box_group .box_det .box_btn li.btn_w {
  float: right;
}
.wrp_group .con_group .box_group .box_det .box_btn li.btn_w span:before {
  content: "";
}
.wrp_group .con_group .box_group .box_det .box_sns {
  position: absolute;
  left: 1.5%;
  bottom: 4.5%;
  overflow: hidden;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  .wrp_group .con_group .box_group .box_det .box_sns {
    position: static;
    text-align: center;
    margin-top: 1rem;
  }
}
.wrp_group .con_group .box_group .box_det .box_sns li {
  display: inline-block;
}
.wrp_group .con_group .box_group .box_det .box_sns li a {
  text-decoration: none;
}
.wrp_group .con_group .box_group .box_det .box_sns li a:before {
  font-size: 172%;
}
@media only screen and (max-width: 767px) {
  .wrp_group .con_group .box_group .box_det .box_sns li.twi {
    margin-right: 1rem;
  }
}
.wrp_group .con_group .box_group .box_det .box_sns li.twi a:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Brands';
}
.wrp_group .con_group .box_group .box_det .box_sns li.fb a:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Brands';
}
.wrp_group .con_group .box_group .box_det .box_sns li.insta a:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Brands';
}
.wrp_group .con_group .box_group.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.wrp_group .con_group.stay .logo {
  border-bottom: 2px solid #6eb997;
}
.wrp_group .con_group.stay .box_sns li a:before {
  color: #6eb997;
}
@media only screen and (min-width: 768px) {
  .wrp_group .con_group.food {
    width: 48.33333%;
    float: left;
  }
  .wrp_group .con_group.food .st_cate {
    width: 100%;
  }
  .wrp_group .con_group.food .box_group {
    width: 100%;
    float: none;
  }
}
.wrp_group .con_group.food .logo {
  border-bottom: 2px solid #edbf33;
}
.wrp_group .con_group.food .box_sns li a:before {
  color: #edbf33;
}
@media only screen and (min-width: 768px) {
  .wrp_group .con_group.exp {
    width: 48.33333%;
    float: right;
  }
  .wrp_group .con_group.exp .st_cate {
    width: 100%;
  }
  .wrp_group .con_group.exp .box_group {
    width: 100%;
    float: none;
  }
}
.wrp_group .con_group.exp .logo {
  border-bottom: 2px solid #ec7754;
}
.wrp_group .con_group.exp .box_sns li a:before {
  color: #ec7754;
}

.con_recruite {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .con_recruite {
    margin-top: 5rem;
  }
}
.con_recruite .box_recruite {
  overflow: hidden;
}
.con_recruite .box_recruite .box_det {
  float: left;
  width: 47.5%;
}
@media only screen and (max-width: 767px) {
  .con_recruite .box_recruite .box_det {
    width: 100%;
    float: none;
  }
}
.con_recruite .box_recruite .box_det .txt_catch {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_recruite .box_recruite .box_det .txt_catch {
    margin-top: 1rem;
  }
}
.con_recruite .box_recruite .box_det .txt {
  margin-bottom: 1.8rem;
}
.con_recruite .box_recruite .box_det .btn_yell {
  width: 245px;
}
@media only screen and (max-width: 767px) {
  .con_recruite .box_recruite .box_det .btn_yell {
    width: 100%;
  }
}
.con_recruite .box_recruite .box_det .box_pho {
  overflow: hidden;
  margin-top: 4rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_recruite .box_recruite .box_det .box_pho {
    margin-top: 2rem;
  }
}
.con_recruite .box_recruite .box_det .box_pho li {
  float: left;
  width: 48.24561%;
}
.con_recruite .box_recruite .box_det .box_pho li:first-child {
  margin-right: 3.50877%;
}
.con_recruite .box_recruite .photo {
  float: right;
  width: 47.5%;
}

.con_bn {
  padding: 50px 0;
  background: url(../images/common/bg01.jpg) repeat left top;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .con_bn {
    padding: 3rem 0;
    margin-top: 3rem;
  }
}
.con_bn ul {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_bn ul li {
    display: inline-block;
    max-width: 48%;
  }
}
.con_bn ul li:first-child {
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .con_bn ul li:first-child {
    margin: 0 0 1rem 0;
  }
}
.con_bn ul li a {
  display: block;
}
</pre></body></html>