.swiper-container.gallery-top .swiper-slide a {
  width: 93%;
  margin-left: auto;
  position: relative;
}

.swiper-container.gallery-top .swiper-slide a::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/mv_bg.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.swiper-container.gallery-top .swiper-slide a img {
  width: 100%;
}

.swiper-container.gallery-thumbs .swiper-slide {
  width: 30%;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  width: 80px;
  height: 80px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    width: 40px;
    height: 40px;
    background-size: 10px;
    top: auto;
    bottom: 0;
    z-index: 15;
  }
}

.swiper-container .swiper-button-prev::after,
.swiper-container .swiper-button-next::after {
  display: none;
}

.swiper-container .swiper-button-next {
  background-image: url(../img/common/arrow_slide_wh.png);
}

@media only screen and (max-width: 767px) {
  .swiper-container .swiper-button-next {
    background-image: url(../img/common/arrow_slide_gr-r.png);
    right: 0;
  }
}

.swiper-container .swiper-button-prev {
  background-image: url(../img/common/arrow_slide_gr.png);
  left: 0;
}

.swiper-container .swiper-pagination {
  padding: 20px 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .swiper-container .swiper-pagination {
    padding: 33px 0 0;
  }
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 8px;
}

@media only screen and (max-width: 767px) {
  .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px;
  }
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #e42121;
}

@media only screen and (max-width: 767px) {
  .section-top-hero {
    padding-top: 25px;
  }
}

.section-top-hero .gallery-top .swiper-slide a {
  display: block;
}

.section-top-hero .gallery-top .swiper-slide a img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  transition: 2000ms cubic-bezier(0.17, 0.67, 0.3, 0.87);
}

@media only screen and (max-width: 767px) {
  .section-top-hero .gallery-top .swiper-slide a img {
    height: 250px;
  }
}

.section-top-hero .gallery-top .swiper-slide a .band {
  background: #e42121;
  color: #fff;
  position: absolute;
  top: 41%;
  left: -20px;
  padding: 2px 25px;
  font-size: 1.5rem;
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 0.14em;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .section-top-hero .gallery-top .swiper-slide a .band {
    font-size: 1.1rem;
    left: -10px;
    padding: 1px 15px;
    top: 95px;
    word-break: keep-all;
  }
}

.section-top-hero .gallery-top .swiper-slide a .band::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #0d1828 transparent transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 100%);
}

@media only screen and (max-width: 767px) {
  .section-top-hero .gallery-top .swiper-slide a .band::before {
    border-width: 0 10px 10px 0;
  }
}

.section-top-hero .gallery-top .swiper-slide a .band.top::before {
  content: "";
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #0d1828 transparent;
  top: 0;
  transform: translate(0, -100%);
}

@media only screen and (max-width: 767px) {
  .section-top-hero .gallery-top .swiper-slide a .band.top::before {
    border-width: 0 0 10px 10px;
  }
}

.section-top-hero .gallery-top .swiper-slide a .txt {
  position: absolute;
  top: 54%;
  left: 0;
  font-size: 1.9rem;
  color: #fff;
  padding-left: 85px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .section-top-hero .gallery-top .swiper-slide a .txt {
    padding-left: 40px;
    padding-right: 32px;
    font-size: 1.1rem;
  }
}

.section-top-hero .gallery-top .swiper-slide a .txt .ttl {
  font-size: 2.1rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .section-top-hero .gallery-top .swiper-slide a .txt .ttl {
    font-size: 1.3rem;
  }
}

.section-top-hero .gallery-top .swiper-slide a .txt .ttl span {
  display: block;
  font-size: 5.1rem;
  font-weight: 600;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  margin-top: 24px;
  margin-bottom: 15px;
}

 @media (min-width: 768px) {
    .section-top-hero .gallery-top .swiper-slide a .txt .ttl + p {
      font-size: 2.1rem;
    }
}


@media only screen and (max-width: 767px) {
  .section-top-hero .gallery-top .swiper-slide a .txt .ttl span {
    font-size: 2.6rem;
    margin-top: 12px;
    margin-bottom: 7px;
  }
}

.section-top-hero .gallery-thumbs {
  margin-top: -80px;
}

@media only screen and (max-width: 767px) {
  .section-top-hero .gallery-thumbs {
    display: none;
  }
}

.section-top-hero .gallery-thumbs .swiper-wrapper {
  margin-left: -23%;
}

.section-top-hero .gallery-thumbs .swiper-slide {
  width: 440px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  background: #0d1828;
  color: #fff;
  padding: 10px;
  transition: 200ms;
  cursor: pointer;
}

.section-top-hero .gallery-thumbs .swiper-slide.swiper-slide-active {
  background: #e42121;
}

.section-top-hero .gallery-thumbs .swiper-slide:hover .img img {
  transform: scale(1.05);
}

.section-top-hero .gallery-thumbs .swiper-slide .img {
  width: 140px;
  overflow: hidden;
}

.section-top-hero .gallery-thumbs .swiper-slide .img img {
  width: 100%;
  transition: 2000ms cubic-bezier(0.17, 0.67, 0.3, 0.87);
}

.section-top-hero .gallery-thumbs .swiper-slide .txt {
  font-size: 1.4rem;
  width: calc(100% - 140px);
  padding: 0 20px 0 30px;
}

.section-top-hero .gallery-thumbs .swiper-slide .txt .en {
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 0.14em;
}

.section-top-hero .gallery-thumbs .swiper-slide .txt .ttl {
  font-size: 2.1rem;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.section-news {
  padding-top: 30px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .section-news {
    padding-top: 39px;
  }
}

.section-news .section-content {
  width: 1170px;
}

@media only screen and (max-width: 767px) {
  .section-news .section-content {
    width: auto;
  }
}

.section-news .headline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .section-news .headline {
    display: block;
    margin-bottom: 35px;
  }
}

.section-news-left {
  float: left;
  width: 68%;
  padding-right: 60px;
}

@media only screen and (max-width: 767px) {
  .section-news-left {
    float: none;
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .section-news-left .news-list {
    margin-bottom: 25px;
  }
}

.section-news-left .news-list li {
  display: flex;
}

.section-news-left .news-list li:not(:last-of-type) {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .section-news-left .news-list li:not(:last-of-type) {
    margin-bottom: 25px;
  }
}

.section-news-left .news-list li .date {
  width: 80px;
  height: 80px;
  border: 5px solid #dcdcdc;
  text-align: center;
  font-size: 1.5rem;
  font-family: 'Teko', sans-serif;
  line-height: 1.4;
  padding-top: 12px;
  color: #0d1828;
  margin-right: 35px;
}

.section-news-left .news-list li .date span {
  display: block;
  font-size: 2.6rem;
}

@media only screen and (max-width: 767px) {
  .section-news-left .news-list li .date {
    width: 60px;
    height: 60px;
    border-width: 4px;
    font-size: 1.2rem;
    padding-top: 8px;
    margin-right: 16px;
  }
  .section-news-left .news-list li .date span {
    font-size: 2rem;
  }
}

.section-news-left .news-list li .ttl {
  padding-top: 10px;
  width: calc(100% - 115px);
}

@media only screen and (max-width: 767px) {
  .section-news-left .news-list li .ttl {
    padding-top: 0;
    width: calc(100% - 76px);
  }
}

.section-news-left .news-list li .ttl .category {
  font-size: 1.5rem;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .section-news-left .news-list li .ttl .category {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .section-news-left .news-list li .ttl h3 {
    font-size: 1.4rem;
  }
}

.section-news-left .news-list li .ttl a {
  line-height: 1.4;
}

.section-news-left .news-list li .ttl a:hover {
  text-decoration: underline;
}

.section-news-left .news-list li.new .category::after {
  content: "NEW";
  display: inline-block;
  background: #e42121;
  color: #fff;
  border-radius: 50px;
  vertical-align: 2px;
  font-size: 1.2rem;
  padding: 0px 10px;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .section-news-left .news-list li.new .category::after {
    font-size: 1.1rem;
  }
}

.section-news-right {
  float: right;
  width: 32%;
}

@media only screen and (max-width: 767px) {
  .section-news-right {
    float: none;
    width: 100%;
  }
}

.section-news-right .bnr li {
  margin-bottom: 1em;
}



 @media (min-width: 768px) {
  .section-news-right .bnr a:hover img {
    opacity: 0.8;
    transition: opacity 100ms;
  }
}

.section-news .more {
  align-self: flex-end;
}

@media only screen and (max-width: 767px) {
  .section-news-right .bnr img {
    width: 100%;
  }
  .section-news .more {
    text-align: center;
    margin-bottom: 37px;
  }
}

.section-news .more a {
  display: inline-block;
  padding: 0 2.5em 0 0.8em;
  background-image: url(../img/common/arrow_red.png);
  background-repeat: no-repeat;
  background-position: 90%;
  font-size: 1.6rem;
}

.section-news .more a:hover {
  opacity: .7;
}

@media only screen and (max-width: 767px) {
  .section-news .more a {
    font-size: 1.4rem;
    background-size: 6px;
  }
}

.section-company {
  background: #0d1828;
}

.section-company-wrap {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .section-company-wrap {
    display: block;
  }
}

.section-company-mv {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .section-company-mv {
    width: 100%;
  }
}

.section-company-mv img {
  width: 100%;
  height: 850px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media only screen and (max-width: 767px) {
  .section-company-mv img {
    height: 250px;
  }
}

.section-company .section-content {
  padding-left: 5.7%;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .section-company .section-content {
    width: 100%;
    padding: 0;
  }
}

.section-company .headline {
  padding: 78px 0;
}

@media only screen and (max-width: 767px) {
  .section-company .headline {
    padding: 52px;
  }
}

.section-company .headline__title {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .section-company .content ul {
    padding-left: 6.5%;
    padding-bottom: 68px;
  }
}

.section-company .content ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .section-company .content ul li:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.section-company .content ul li:last-of-type a {
  background-image: url(../img/top/top_info-strong-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .section-company .content ul li:last-of-type a .img img {
    height: 125px;
    width: auto;
    padding: 20px;
  }
}

.section-company .content ul li:last-of-type a .txt h3 {
  color: #fff;
}

.section-company .content ul li a {
  background: #fff;
  display: flex;
  align-items: center;
}

.section-company .content ul li a:hover {
  opacity: .7;
}

.section-company .content ul li a .img {
  width: 247px;
}

@media only screen and (max-width: 767px) {
  .section-company .content ul li a .img {
    width: 43%;
  }
}

.section-company .content ul li a .img img {
  width: 100%;
}

.section-company .content ul li a .txt {
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  .section-company .content ul li a .txt {
    width: 57%;
    padding-left: 6.7%;
  }
}

.section-company .content ul li a .txt h3 {
  font-size: 2.6rem;
  color: #0d1828;
}

@media only screen and (max-width: 767px) {
  .section-company .content ul li a .txt h3 {
    font-size: 1.5rem;
  }
}

.section-company .content ul li a .txt h3 span {
  display: block;
  font-size: 1.3rem;
  color: #cb0700;
  font-family: 'Cormorant Garamond', serif;
  margin-top: 12px;
  letter-spacing: 0.14em;
}

@media only screen and (max-width: 767px) {
  .section-company .content ul li a .txt h3 span {
    font-size: 1.1rem;
    margin-top: 8px;
  }
}

.section-business {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .section-business {
    margin-bottom: 50px;
  }
}

.section-business .content {
  width: 1330px;
}

@media only screen and (max-width: 767px) {
  .section-business .content {
    width: 100%;
  }
}

.section-business .business-list {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  margin-left: -0.3em;
  margin-right: -0.3em;
  margin-top: 2.5em;
}




@media (min-width: 768px) {
  .section-business .headline__title {
    padding-top: 4.5em;
  }
}

@media only screen and (max-width: 767px) {
  .section-business .business-list {
    align-items: stretch;
    margin-top: 0;
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
}

.section-business .business-list li {
  text-align: center;
  width: calc(100% / 3 - 0.6em);
  margin-left: .3em;
  margin-right: .3em;
}

@media only screen and (max-width: 767px) {
  .section-business .business-list li {
    width: calc(100% / 2 - 1em);
    margin-left: .5em;
    margin-right: .5em;
  }
}

.section-business .business-list li:not(:nth-last-of-type(-n+3)) {
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  .section-business .business-list li:not(:nth-last-of-type(-n+3)) {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .section-business .business-list li:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 2em;
  }
}

.section-business .business-list li a {
  background-color: #fff;
  display: block;
  padding: 30px;
  height: 100%;
}

.section-business .business-list li a:hover {
  /* opacity: .7; */
}

@media only screen and (max-width: 767px) {
  .section-business .business-list li a {
    padding: 10px 10px 25px;
  }
}

.section-business .business-list li a .img {
  margin-bottom: 2.4em;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .section-business .business-list li a .img {
    margin-bottom: 2em;
  }
  .section-business .business-list li a .img img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .section-business .business-list li a .txt {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
  }
}

.section-business .business-list li a .txt h3 {
  font-size: 2.5rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .section-business .business-list li a .txt h3 {
    font-size: 1.5rem;
  }
}

.section-business .business-list li a .txt p {
  display: inline-block;
  text-align: left;
}

.section-business .business-list li a .txt h3 span {
  font-weight: normal;
  font-size: 1.3rem;
  color: #e42121;
  display: block;
  margin-top: 1em;
  margin-bottom: 1.5em;
  letter-spacing: 0.14em;
}

@media only screen and (max-width: 767px) {
  .section-business .business-list li a .txt h3 span {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}

.section-recruit {
  padding-top: 80px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .section-recruit {
    padding-top: 25px;
    padding-bottom: 132px;
  }
}

.section-recruit .section-content {
  position: relative;
}

.section-recruit .headline {
  position: relative;
  text-align: center;
}

.section-recruit .headline-bg {
  position: relative;
  height: 600px;
  color: #fff;
  background-image: url(../img/top/top_recruit_info-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .section-recruit .headline-bg {
    height: 250px;
  }
}

.section-recruit .headline-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(13, 24, 40, 0.25);
  position: absolute;
  top: 0;
  left: 0;
}

.section-recruit .headline__title {
  color: #fff;
  position: absolute;
  width: 100%;
  top: 43.6%;
  transform: translateY(-50%);
  padding: 0;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .section-recruit .headline__title {
    margin-bottom: 0;
    top: 50%;
  }
}

.section-recruit .headline__title span {
  position: relative;
}

.section-recruit .headline__title span:last-of-type {
  display: inline-block;
  background: #e42121;
  padding: 10px 27px;
}

.section-recruit .headline__title span:not(:last-of-type) {
  margin-bottom: 10px;
}

.section-recruit .lead {
  width: 100%;
  position: absolute;
  top: 61%;
  transform: translateY(-50%);
  /* text-align: left; */
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .section-recruit .lead {
    position: static;
    transform: translateY(0);
    padding: 36px 28px 31px;
    color: inherit;
  }
}

.section-recruit .lead p {
  display: inline-block;
  text-align: left;
}

.section-recruit .content {
  width: 1330px;
  margin-top: -72px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .section-recruit .content {
    width: 100%;
    margin-top: 0;
  }
}

.section-recruit ul {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin-left: -.3em;
  margin-right: -.3em;
}

@media only screen and (max-width: 767px) {
  .section-recruit ul {
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
  }
}

.section-recruit ul li {
  width: calc(100% / 4 - 0.6em);
  margin-left: .3em;
  margin-right: .3em;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .section-recruit ul li {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .section-recruit ul li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.section-recruit ul li:last-of-type a {
  background: #f8d176;
}

.section-recruit ul li a {
  display: block;
  text-align: center;
  padding: 30px 30px 50px;
  background: #fff;
  height: 100%;
}

/* .section-recruit ul li a:hover {
  opacity: .7;
} */

@media only screen and (max-width: 767px) {
  .section-recruit ul li a {
    padding: 20px 20px 50px;
  }
}

.section-recruit ul li a .img img {
  width: 100%;
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  .section-recruit ul li a .img img {
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .section-recruit ul li a .txt {
    font-size: 1.1rem;
  }
}

.section-recruit ul li a .txt h3 {
  font-size: 2.3rem;
  letter-spacing: 0.18em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .section-recruit ul li a .txt h3 {
    font-size: 1.3rem;
  }
}

.section-recruit ul li a .txt p {
  display: inline-block;
  text-align: left;
}

.section-recruit ul li a .txt h3 span {
  font-weight: normal;
  font-size: 1.3rem;
  color: #e42121;
  display: block;
  margin-top: 1em;
  margin-bottom: 2.4em;
  letter-spacing: 0.14em;
}

@media only screen and (max-width: 767px) {
  .section-recruit ul li a .txt h3 span {
    font-size: 1.1rem;
    margin-bottom: 17px;
  }
}

/* 画像 scale → 1.2 */

a.hover img.scale {
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

a.hover:hover img.scale {
  transform: scale(1.2);
}

/* end 画像 scale → 1.2 */

/* section-recuit img hidden */

.section-recruit .content .img {
  overflow: hidden;
  /* height: 125px; */
  /* margin-bottom: 2.4em; */
}

/* end section-recuit img hidden */

/* section-right：prince_bnr */
.section-news .section-news-right .prince_bnr a {
  display: block;
  background: #fff;
  color: #fff;
  padding: 10px 10px 70px;
  border: 1px solid #e4e4e4;
}

.section-news .section-news-right .prince_bnr {
  position: relative;
  /* height: 400px; */
  text-align: center;
  color: #fff;
  padding: 70px 0 50px;
}

.section-news .section-news-right p.main_cat {
  display: inline-block;
  background: #0d1929;
  color: #fff;
  padding: 0.2em 1.5em;
  border-radius: 50px;
  transform: translateY(-50%);
}

.section-news .section-news-right .prince img {
  width: 100%;
}

.section-news .section-news-right .prince_bnr .title img {
  width: 100%;
}

.section-news-right .prince_bnr li.buy span.prince-green {
  background-color: #00a16e;
  background-image: url(../img/common/arrow_wh.png);
  background-repeat: no-repeat;
  background-position: 80%;
  display: inline-block;
  width: 280px;
  padding: 2em;
}

.section-news-right .prince_bnr li.buy {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.section-news-right .prince_bnr li.buy span:hover {
  opacity: .7;
}

@media only screen and (max-width: 767px) {
  .section-news .section-news-right .prince_bnr a {
    display: block;
    background: #fff;
    color: #fff;
    padding: 10px 10px 35px;
    border: 1px solid #e4e4e4;
  }
}

/* end section-right：prince_bnr */
@media (min-width: 768px) {

  .section-works {
    padding-bottom: 5em;
  }

  .section-works .headline__title{
    padding-bottom: 1.5em;

  }


}
