@charset "UTF-8";
/*
	##### MFR #####
	liaisonmeister/css/liaisonmeister_sp.css
*/

.serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}


.header-bttn-set {
  display: flex;
  align-items: center;
  width: auto;
  padding-right: calc(25 / 750 * 100vw);

  & li {
    display: block;
    height: calc(62 / 750 * 100vw);
    margin-right: calc(10 / 750 * 100vw);

    & a {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      font-size: calc(24 / 750 * 100vw);
      font-weight: 500;
      line-height: 1;
      color: #fff;
      border-radius: calc(5 / 750 * 100vw);
      text-decoration: none;

      &.inq-bttn {
        width: calc(198 / 750 * 100vw);
        background-color: var(--color-3);
      }
      &.apply-bttn {
        width: calc(144 / 750 * 100vw);
        background-color: #be0200;
      }
    }
  }
}

.mv {
  width: 100%;
  height: calc(784 / 750 * 100vw);
  padding: 0 calc(25 / 750 * 100vw);
  position: relative;

  & .img-box {
    border-radius: calc(10 /750 * 100vw);
    overflow: hidden;
    position: relative;

    &::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: var(--color-3);
      mix-blend-mode: multiply;
      opacity: .56;
    }
  }
  & .ttl-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    filter: drop-shadow(0 0 calc(10 / 750 * 100vw) #000);

    & .jp {
      font-weight: 700;
      font-size: calc(62 / 750 * 100vw);
      padding-bottom: calc(65 / 750 * 100vw);
      margin-bottom: calc(66 / 750 * 100vw);
      position: relative;

      &::after {
        content: '';
        display: block;
        width: calc(112 / 750 * 100vw);
        height: calc(2 / 750 * 100vw);
        background-color: #fff;
        position: absolute;
        top: 100%;
        left: 50%;
        translate: -50% 0;
      }
    }
    & .sub-ttl {
      font-feature-settings: "palt";
      font-weight: 500;
      font-size: calc(28 / 750 * 100vw);
      line-height: 2.25;
    }
  }
}

.scroll-down {
  display: none;
}


.liaison-sec {
  display: block;
  width: 100%;

  &.about .inner {
    width: calc(700 / 750 * 100vw);
    margin: 0 auto;
    padding: calc(110 / 750 *100vw) 0 calc(116 / 750 * 100vw);

    & .sec-ttl {
      text-align: center;
      font-weight: 700;
      font-size: calc(44 / 750 * 100vw);
      color: var(--color-3);
      margin-bottom: calc(63 / 750 * 100vw);

      &::before,
      &::after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: calc(32 / 750 * 100vw);
        height: calc(2 / 750 * 100vw);
        margin: 0 .75em;
        background-color: currentColor;
        translate: 0 -.1em;
      }
    }
    & .lead {
      all: revert;

      font-feature-settings: "palt";
      font-weight: 500;
      font-size: calc(26 / 750 * 100vw);
      line-height: 2.230769230769231;
      padding: 0 calc(40 / 750 * 100vw);
      margin-bottom: calc(74 / 750 * 100vw)
    }
    & .chart {
      width: calc(650 / 750 * 100vw);
      margin: 0 auto calc(90 / 750 * 100vw)
    }
    & .des {
      font-feature-settings: "palt";

      & .col {
        display: block;
        width: calc(700 / 750 * 100vw);
        margin: 0 auto;
        border: solid calc(2 / 750 * 100vw) rgba(var(--rgb-3), .3);
        border-radius: calc(20 / 750 * 100vw);
        padding: calc(28 / 750 * 100vw) calc(28 / 750 * 100vw) calc(70 / 750 * 100vw);

        & + & {
          margin-top: calc(30 / 750 * 100vw);
        }

        & dt {
          display: flex;
          align-items: center;
          width: 100%;
          padding: calc(50 / 750 * 100vw);
          background-color: var(--color-3);
          border-radius: calc(10 / 750 * 100vw);
          font-weight: 700;
          font-size: calc(38 / 750 * 100vw);
          line-height: 1.5789473684210527;
          color: #fff;
          margin-bottom: calc(60 / 750 * 100vw);
          position: relative;

          &::after {
            content: '';
            display: block;
            height: 0;
            width: 0;
            border: solid calc(30 / 750 * 100vw) transparent;
            border-top-color: var(--color-3);
            position: absolute;
            top: calc(100% - 2px);
            left: 50%;
            translate: -50% 0;
          }
        }
        & dd {
          font-weight: 500;
          font-size: calc(26 / 750 * 100vw);
          line-height: 2.230769230769231;
          text-align: justify;
          padding: 0 calc(20 / 750 * 100vw);
        }
      }
    }
  }
  &.meister {
    background-image: linear-gradient(20deg, rgba(var(--rgb-3), .13), rgba(var(--rgb-3), .03));

    & .inner {
      width: calc(650 / 750 * 100vw);
      margin: 0 auto;
      padding: calc(114 / 750 *100vw) 0 calc(120 / 750 * 100vw);

      & .sec-ttl {
        font-weight: 700;
        font-size: calc(36 / 750 * 100vw);
        line-height: 2.1578947368421053;
        text-align: center;
        color: var(--color-3);
        margin-bottom: calc(130 / 750 * 100vw);
        text-decoration: underline;
        text-underline-offset: calc(15 / 750 * 100vw);
      }

      & .col {

        & + & {
          margin-top: calc(50 / 750 * 100vw);
        }
        & .img-box {
          overflow: hidden;
        }
        & .txt {
          font-weight: 500;
          font-size: calc(26 / 750 * 100vw);
          line-height: 2.230769230769231;
          text-align: justify;
        }
      }
    }
  }
}
.meister .inner .col.order {
  display: flex;
  flex-direction: column-reverse;
  row-gap: calc(70 / 750 * 100vw);

  & .img-box {
    border-radius: calc(20 / 750 * 100vw);
  }
}
.meister .inner .col.reverse {
  display: grid;
  grid-template-columns: calc(228 / 750 * 100vw) 1fr;
  grid-template-areas: 'ph ttl' 'txt txt';
  column-gap: calc(16 / 750 * 100vw);
  row-gap: calc(90 / 750 * 100vw);

  & .txt-block {
    display: contents;

    & .ttl-set {
      grid-area: ttl;
      translate: 0 calc(-2 / 750 * 100vw);

      & .ttl {
        display: inline;
        font-weight: 700;
        font-size: calc(32 / 750 * 100vw);
        line-height: 1.84375;
        padding: 0 .2em .1em .4em;
        background-color: var(--color-3);
        color: #fff;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    
        & + p {
          margin-top: calc(20 / 750 * 100vw);
      
          & .name {
            font-weight: 500;
            font-size: calc(26 / 750 * 100vw);
          }
          & .year {
            font-weight: 400;
            font-size: calc(22 / 750 * 100vw);
            margin-left: .25em;
          }
        }
      }
    }
    & .txt {
      grid-area: txt;
    }
  }
  & .img-block {
    grid-area: ph;

    & .img-box {
      border-radius: calc(10 / 750 * 100vw);
    }
  }
}
.entry-block {
  display: block;
  width: 100%;
  background: url(../images/img-r_sp.jpg) no-repeat center top / cover;

  & .inner {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: calc(136 / 750 * 100vw);
    position: relative;

    &::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(var(--rgb-3), .85);
      mix-blend-mode: multiply;
      position: absolute;
      top: 0;
      left: 0;
    }
  }
  & .sec-ttl {
    padding-top: calc(130 / 750 * 100vw);
    margin-bottom: calc(90 / 750 * 100vw);
    font-weight: 700;
    font-size: calc(43 / 750 * 100vw);
    text-align: center;
    color: #fff;
    position: relative;
    z-index: +1;

    &::after {
      content: '';
      display: block;
      width: 1px;
      height: calc(64 / 750 * 100vw);
      background-color: #fff;
      position: absolute;
      left: 50%;
      top: 0;
    }
  }
  .banner-bttn {
    display: block;
    width: calc(650 / 750 * 100vw);
    height: calc(326 / 750 * 100vw);
    margin: 0 auto;
    background-color: #fff;
    border-radius: calc(20 / 750 * 100vw);
    box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, .5);
    position: relative;
    z-index: +1;

    &::after {
      content: '';
      display: block;
      width: calc(50 / 750 * 100vw);
      height: calc(50 / 750 * 100vw);
      position: absolute;
      top: 50%;
      right: calc(50 / 750 * 100vw);
      background-image: url(../images/arrw-red.svg);
      background-repeat: no-repeat;
      background-position: center;
      translate: 0 -50%;
    }
    & a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      font-feature-settings: "palt";
      text-align: center;
      text-decoration: none;
      color: var(--color-3);

      & .en {
        font-weight: 700;
        font-size: calc(60 / 750 * 100vw);
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-decoration-color: currentColor;
        text-underline-offset: .16em;
        margin-bottom: calc(28 / 750 * 100vw);
      }
      & dd {
        font-weight: 500;
        font-size: calc(28 / 750 * 100vw);
        line-height: 1.6428571428571428;
      }
    }
  }
}

.footer {
  background-color: #0d131f;

  & .inner {
    width: 100%;
    min-height: calc(300 / 750 * 100vw);
    padding: calc(110 / 750 * 100vw) calc(50 / 750 * 100vw) calc(130 / 750 * 100vw);

    & .contact-ttl {
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end;
      align-items: center;
      color: #fff;

     & .en {
        display: inline-block;
        font-weight: 700;
        font-size: calc(53 / 750 * 100vw);
        padding-right: .5em;
        margin-right: .5em;
        border-right: solid 1px rgba(255, 255, 255, .3);
      }
      & h3 {
        font-weight: 500;
        font-size: calc(28 / 750 * 100vw);
      }
    }
  }
}


.contact-list {
  display: block;
  width: 100%;
  margin-top: calc(20 / 750 * 100vw);
  padding-bottom: calc(50 / 750 * 100vw);

  & li {
    display: block;
    padding: calc(70 / 750 * 100vw) 0 calc(80 / 750 * 100vw);

    &:nth-child(1) {
      border-bottom: solid 1px rgba(255, 255, 255, .3);
    }
  }
  & .list-ttl {
    font-weight: 500;
    font-size: calc(30 / 750 * 100vw);
    color: #fff;
    margin-bottom: calc(37 / 750 * 100vw);

    &::before {
      content: '●';
      font-size: 59%;
      vertical-align: middle;
      margin-right: 1em;
      color: var(--color-2)
    }
  }
  & .banner-bttn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(130 / 750 * 100vw);
    background-color: #fff;
    border-radius: 5px;
    text-decoration: none;
  }
  & a.banner-bttn {
    padding-right: calc(26 / 750 * 100vw);
    font-weight: 500;
    font-size: calc(30 / 750 * 100vw);
    color: var(--color-3);
    position: relative;

    &::after {
      content: '';
      display: block;
      width: calc(20 / 750 * 100vw);
      height: calc(20 / 750 * 100vw);
      position: absolute;
      right: calc(48 / 750 * 100vw);
      top: 50%;
      translate: 0 -50%;
      background: url(../../assets/images/ico-popup.svg) no-repeat center top / contain
    }
  }
  & .bttn-inner {
    display: flex;
    align-items: baseline;
  }
  & .label {
    font-weight: 500;
    font-size: calc(28 / 750 * 100vw);
  }
  & .tel {
    font-weight: 500;
    font-size: calc(41 / 750 * 100vw);
    color: var(--color-3);
  }
}


.copyright {
  background-color: #fff;
}
