@charset "UTF-8";
/* Scss Document */
/*-------------------------------------------------------

カラー

----------------------------------------------------------*/
/*-------------------------------------------------------

メディアクエリ

----------------------------------------------------------*/
/*-------------------------------------------------------

サブメニュー 連番

----------------------------------------------------------*/
.g-menu__submenu-item:nth-child(1) {
  transition-delay: 0.1s; }

.g-menu__submenu-item:nth-child(2) {
  transition-delay: 0.2s; }

.g-menu__submenu-item:nth-child(3) {
  transition-delay: 0.3s; }

.g-menu__submenu-item:nth-child(4) {
  transition-delay: 0.4s; }

.g-menu__submenu-item:nth-child(5) {
  transition-delay: 0.5s; }

.g-menu__submenu-item:nth-child(6) {
  transition-delay: 0.6s; }

/*-------------------------------------------------------

矢印モジュール

----------------------------------------------------------*/
/*-------------------------------------------------------

flex オプション

----------------------------------------------------------*/
/*-------------------------------------------------------

その他 オプション

----------------------------------------------------------*/
/*-------------------------------------------------------

MV

----------------------------------------------------------*/
.mv-address {
  position: absolute;
  top: 110px;
  left: 3vw; }
  @media only screen and (max-width: 1079px) {
    .mv-address {
      display: none; } }
  .mv-address p {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 3rem; }
    .mv-address p span {
      -webkit-text-combine: horizontal;
      -ms-text-combine-horizontal: all;
      text-combine-upright: all; }

.mv-container {
  position: relative; }
  @media only screen and (min-width: 1080px) {
    .mv-container {
      width: 90%;
      margin: 0 0 0 auto; } }
  @media only screen and (max-width: 1079px) {
    .mv-container {
      width: auto;
      margin: auto; } }
  .mv-container #mv-item li {
    background-size: cover !important;
    height: calc(668 / 1366 * 100vw); }
    .mv-container #mv-item li.slide-item1 {
      background: url("/wp-content/themes/express-custom-minaka/images/material/main01.png") no-repeat center center;
      /*@include breakPoint(sp) {
          background: url("https://placehold.jp/750x750.png") no-repeat center center;
      }*/ }
    .mv-container #mv-item li.slide-item2 {
      background: url("/wp-content/themes/express-custom-minaka/images/material/main02.png") no-repeat center center;
      /*@include breakPoint(sp) {
          background: url("https://placehold.jp/cfd1ff/ffffff/750x750.png") no-repeat center center;
      }*/ }
    .mv-container #mv-item li.slide-item3 {
      background: url("/wp-content/themes/express-custom-minaka/images/material/main03.png") no-repeat center center;
      /*@include breakPoint(sp) {
          background: url("https://placehold.jp/f5cfff/ffffff/750x750.png") no-repeat center center;
      }*/ }
    .mv-container #mv-item li.slide-item4 {
      background: url("/wp-content/themes/express-custom-minaka/images/material/main04.png") no-repeat center center;
      /*@include breakPoint(sp) {
          background: url("https://placehold.jp/f5cfff/ffffff/750x750.png") no-repeat center center;
      }*/ }
    @media only screen and (max-width: 767px) {
      .mv-container #mv-item li {
        height: calc(750 / 750 * 100vw); } }
  .mv-container .catch-copy {
    position: absolute;
    right: 3vw;
    bottom: 3vw; }
    @media only screen and (max-width: 767px) {
      .mv-container .catch-copy {
        padding: 0 5%;
        bottom: 3vw;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center; } }
    .mv-container .catch-copy__wrapper01 {
      background-color: rgba(255, 255, 255, 0.8);
      padding: 5px 20px; }
      @media only screen and (max-width: 767px) {
        .mv-container .catch-copy__wrapper01 {
          padding: 5px 10px; } }
    .mv-container .catch-copy__wrapper02 {
      background-color: rgba(255, 255, 255, 0.8);
      padding: 5px 20px;
      margin-top: 2px;
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        .mv-container .catch-copy__wrapper02 {
          padding: 5px 10px; } }
    .mv-container .catch-copy p {
      color: #A49440;
      font-size: 3.6rem; }
      @media only screen and (max-width: 767px) {
        .mv-container .catch-copy p {
          font-size: 2.8rem; } }
      @media only screen and (max-width: 767px) {
        .mv-container .catch-copy p {
          font-size: 1.8rem; } }
      @media only screen and (max-width: 406px) {
        .mv-container .catch-copy p {
          font-size: 1.6rem; } }
      @media only screen and (max-width: 360px) {
        .mv-container .catch-copy p {
          font-size: 1.4rem; } }

/*.slick-prev{
background: #fff;
z-index: 99;
width: 100px;
height: 80px;
right: 100px;
bottom: 0;
position: absolute;
@include breakPoint(sp) {
right: 50px;
width: 50px;
height: 40px;
}
  &::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 6px;
    height: 6px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    @include breakPoint(sp) {
    
    }
  }
  &::before{
    content: "";
    position: absolute;
    height: 50%;
    width: 1px;
    background: #ddd;
    right: 0;
    transform: translateY(-50%) ;
  }
}*/
/*.slick-next {
background: #fff;
z-index: 99;
width: 100px;
height: 80px;
right: 0;
bottom: 0;
position: absolute;
@include breakPoint(sp) {
width: 50px;
height: 40px;
}
  &::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 6px;
    height: 6px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}*/
/*-------------------------------------------------------

content

----------------------------------------------------------*/
.p-top__intro {
  text-align: left;
  overflow: hidden; }
  .p-top__intro img {
    width: 100%; }
.p-top__introFirst {
  position: relative; }
  .p-top__introFirstPhoto01 {
    float: left;
    margin-left: 4.4375%;
    width: 55.1875%; }
    @media only screen and (max-width: 1079px) {
      .p-top__introFirstPhoto01 {
        float: none;
        margin-left: 3.125%;
        width: 83.28125%; } }
    @media only screen and (max-width: 767px) {
      .p-top__introFirstPhoto01 {
        margin-left: 0;
        width: 100%; } }
  .p-top__introFirstTxt01 {
    position: absolute;
    top: 5%;
    left: 63%;
    width: 34%; }
    @media only screen and (max-width: 1079px) {
      .p-top__introFirstTxt01 {
        position: static;
        margin-left: 3.125%;
        margin-top: 4%;
        width: 93.75%; } }
    .p-top__introFirstTxt01 .txt {
      margin-top: 20px; }
    .p-top__introFirstTxt01 .u-spNone {
      display: none; }
  .p-top__introFirstPhoto02 {
    position: absolute;
    top: 64.37587657784011%;
    left: 13.4375%;
    width: 20.6875%; }
    @media only screen and (max-width: 1079px) {
      .p-top__introFirstPhoto02 {
        position: absolute;
        top: 84%;
        left: 3.125%;
        width: 37.03125%; } }
  .p-top__introFirstPhoto03 {
    float: right;
    margin-top: 20.5%;
    width: 33.375%; }
    @media only screen and (max-width: 1079px) {
      .p-top__introFirstPhoto03 {
        margin-top: 10%;
        width: 66.40625%; } }
.p-top__introSecond {
  margin-top: 7.0625%; }
  @media only screen and (max-width: 1079px) {
    .p-top__introSecond {
      margin-top: 11.40625%; } }
  .p-top__introSecondTxt01 {
    float: left;
    margin: 4% 0 0 16.5625%; }
    @media only screen and (max-width: 1079px) {
      .p-top__introSecondTxt01 {
        float: left;
        margin: 10% 0 0 3.125%;
        width: 50.78125%; } }
  .p-top__introSecondPhoto01 {
    float: left;
    margin-left: 8.125%;
    width: 26.3125%; }
    @media only screen and (max-width: 1079px) {
      .p-top__introSecondPhoto01 {
        float: right;
        margin: 0 3.125% 0 0;
        width: 36.25%; } }

.u-cf:after {
  content: "";
  clear: both;
  display: block; }

.news {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 30px;
  box-shadow: 0px 0px 9px -2px #c9c9c9; }
  @media only screen and (max-width: 767px) {
    .news {
      flex-wrap: wrap;
      padding: 30px 20px; } }
  .news__ttl-wrap {
    margin: auto; }
  .news .ttl-L {
    margin: auto; }
  .news__box {
    max-width: 240px;
    width: 100%;
    margin-right: 60px; }
    @media only screen and (max-width: 767px) {
      .news__box {
        margin: 0 auto; } }
  .news__ttl {
    line-height: 1; }
    .news__ttl span {
      display: block;
      margin-top: 20px;
      font-size: 1.4rem; }
      @media only screen and (max-width: 767px) {
        .news__ttl span {
          text-align: center; } }
    .news__ttl img {
      height: 3.2rem; }
  .news .common-btn-2 {
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      .news .common-btn-2 {
        margin-top: 20px; } }
  .news__list {
    max-width: 670px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .news__list {
        margin-top: 40px; } }
  .news__item {
    padding: 20px 0;
    border-bottom: 1px solid #eee; }
    .news__item:first-child {
      padding-top: 0; }
    .news__item a {
      margin-left: 30px; }

#contact {
  position: relative; }
  #contact figure {
    position: absolute;
    z-index: -10;
    height: 50%;
    width: 100%; }
    #contact figure img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  #contact .contact {
    background-color: #fff;
    box-shadow: 0px 0px 9px -2px #c9c9c9;
    padding: 40px; }
    #contact .contact__tel {
      border-top: 1px solid #A49440;
      border-bottom: 1px solid #A49440;
      padding: 25px 0; }
      #contact .contact__tel p {
        font-size: 3rem; }
        #contact .contact__tel p span {
          font-size: 2rem; }

#recruit .recruit {
  position: relative; }
  #recruit .recruit figure {
    position: absolute;
    z-index: -10;
    height: 60%;
    width: 100%; }
    #recruit .recruit figure img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  #recruit .recruit__wrap {
    background-color: #fff;
    box-shadow: 0px 0px 9px -2px #c9c9c9;
    padding: 40px;
    margin-top: 260px; }
    #recruit .recruit__wrap p {
      font-size: 2.4rem; }
    #recruit .recruit__wrap__txt {
      margin: 30px auto 0;
      display: table; }

/*# sourceMappingURL=top.css.map */
