@charset "UTF-8";
#troughts .text, #menu .text, #recruit .text, #news article {
  line-height: 1.8;
  letter-spacing: 0.1em;
}

#troughts h2, #menu h2, #recruit h2, #news h2 {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

#troughts h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}

#troughts h2 small {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-left: 113px;
  color: #00a8ff;
  font-family: "メイリオ", Meiryo, system-ui, sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}

#troughts h2 small::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100px;
  height: 2px;
  background: #00A8FF;
  margin: auto 0;
}

@media (max-width: 767px) {
  #troughts h2 {
    font-size: 20px;
  }
  #troughts h2 small {
    font-size: 12px;
  }
}

#menu h2 {
  font-size: 34px;
}

#menu h2 small {
  display: block;
  font-family: "メイリオ", Meiryo, system-ui, sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  #menu h2 {
    font-size: 24px;
  }
  #menu h2 small {
    font-size: 10px;
  }
}

#menu .btn a, #recruit .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 72px;
  padding: 10px 60px;
  border: 1px solid #fff;
  background: url(../images/arrow.png) no-repeat right 11px center;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#menu .btn a:hover, #recruit .btn a:hover {
  opacity: 0.6;
}

/* ----------------------------------------------
mainvisual
------------------------------------------------- */
#mainvisual {
  position: relative;
  margin-bottom: 50px;
}

#mainvisual .catch {
  position: absolute;
  bottom: 5.6338%;
  left: 72px;
  z-index: 1;
  padding-right: 72px;
}

@media (max-width: 767px) {
  #mainvisual .catch {
    left: 5.07042%;
    padding-right: 5.07042%;
  }
}

#mainslider img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (max-width: 767px) {
  #mainslider img {
    height: auto;
  }
}

/* ----------------------------------------------
troughts
------------------------------------------------- */
#troughts {
  margin-bottom: 110px;
  padding: 0 72px;
  background: url(../images/troughts-bg.jpg) no-repeat center top/100%;
}

#troughts .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1276px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #troughts .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#troughts .imgbox {
  width: 39.49843%;
}

#troughts .txtbox {
  width: 53.29154%;
}

#troughts h2 {
  margin-bottom: 35px;
}

#troughts .text {
  max-width: 518px;
}

@media (max-width: 1099px) {
  #troughts {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  #troughts .inner {
    max-width: 518px;
  }
  #troughts .imgbox {
    max-width: 504px;
    margin-bottom: 30px;
  }
  #troughts .txtbox {
    width: 100%;
  }
}

/* ----------------------------------------------
menu
------------------------------------------------- */
#menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#menu .block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 500px;
  color: #fff;
}

#menu .imgbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

#menu .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#menu .txtbox {
  padding: 10px;
  text-align: center;
}

#menu h2 {
  margin-bottom: 45px;
}

#menu .text {
  min-height: 81px;
  margin-bottom: 25px;
}

#menu .btn {
  width: 252px;
  margin: 0 auto;
}

@media (max-width: 1099px) {
  #menu .block {
    height: 400px;
  }
  #menu .text {
    min-height: 135px;
  }
}

@media (max-width: 767px) {
  #menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #menu .block {
    height: auto;
    padding: 30px 10px;
  }
  #menu h2 {
    margin-bottom: 30px;
  }
  #menu .text {
    min-height: 0;
  }
}

/* ----------------------------------------------
bg-gy
------------------------------------------------- */
.bg-gy {
  margin-bottom: 45px;
  padding: 130px 10px 115px;
  background: #F8F8F8;
}

@media (max-width: 767px) {
  .bg-gy {
    padding: 80px 10px 50px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  width: calc(100% - 110px);
  max-width: 1100px;
  margin: 0 auto 155px 110px;
  padding: 28px 10px 42px;
  background: url(../images/recruit-bg.jpg) no-repeat center/100% 100%;
  color: #fff;
  text-align: center;
}

#recruit h2 {
  display: inline-block;
  margin-bottom: 40px;
  background: url(../images/recruit-icon.png) no-repeat left top;
  padding-left: 80px;
  font-size: 34px;
  line-height: 1.2;
}

#recruit h2 small {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-family: "メイリオ", Meiryo, system-ui, sans-serif;
}

#recruit .text {
  margin-bottom: 20px;
}

#recruit .btn {
  width: 252px;
  margin: 0 auto;
}

@media (max-width: 1099px) {
  #recruit {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  #recruit {
    margin-bottom: 80px;
  }
  #recruit h2 {
    font-size: 24px;
  }
  #recruit h2 small {
    font-size: 10px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 110px);
  max-width: 1100px;
  margin: 0 auto 0 110px;
  padding: 20px 70px 58px 0;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(204, 204, 204, 0.7);
          box-shadow: 0 0 15px rgba(204, 204, 204, 0.7);
}

#news h2 {
  width: 272px;
  padding-top: 30px;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

#news h2 small {
  display: block;
  margin-top: 5px;
  font-family: "メイリオ", Meiryo, system-ui, sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}

#news .contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#news article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 0;
  border-bottom: 1px dotted #888;
}

#news .time {
  width: 142px;
  color: #aaa;
  font-style: italic;
}

#news .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1099px) {
  #news {
    width: 100%;
    margin-left: 0;
    padding-right: 20px;
  }
  #news h2 {
    width: 200px;
  }
}

@media (max-width: 767px) {
  #news {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #news h2 {
    width: 100%;
    font-size: 24px;
  }
  #news h2 small {
    font-size: 10px;
  }
  #news article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*# sourceMappingURL=index.css.map */