@charset "UTF-8";
/*
	##### MFR #####
	liaisonmeister/css/liaisonmeister_pc.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(30 / 1400 * 100vw);

  & li {
    display: block;
    width: calc(165 / 1400 * 100vw);
    height: calc(41 / 1400 * 100vw);
    margin-right: calc(10 / 1400 * 100vw);

    & a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      font-size: calc(16 / 1400 * 100vw);
      font-weight: 500;
      line-height: 1;
      color: #fff;
      border-radius: calc(5 / 1400 * 100vw);
      text-decoration: none;

      &.inq-bttn {
        background-color: var(--color-3);
      }
      &.apply-bttn {
        background-color: #be0200;
      }
    }
  }
}
@media (hover) {
  .header-bttn-set a {
    opacity: 1;
    transition: opacity .3s ease;
  }
  .header-bttn-set a:hover {
    opacity: .4
  }
}
.mv {
  width: 100%;
  height: calc(620 / 1400 * 100vw);
  padding: 0 calc(30 / 1400 * 100vw);
  position: relative;

  & .img-box {
    border-radius: calc(10 /1400 * 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: block;
    width: 100%;
    height: 100%;
    padding-top: calc(160/ 1400 * 100vw);
    padding-left: calc(105 / 1400 * 100vw);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;

    & .jp {
      font-weight: 700;
      font-size: calc(71 / 1400 * 100vw);
      padding-bottom: calc(60 / 1400 * 100vw);
      margin-bottom: calc(60 / 1400 * 100vw);
      position: relative;

      &::after {
        content: '';
        display: block;
        width: calc(71 / 1400 * 100vw);
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: 100%;
        left: 0;
      }
    }
    & .sub-ttl {
      font-feature-settings: "palt";
      font-weight: 500;
      font-size: calc(20 / 1400 * 100vw);
      line-height: 2.25;
    }
  }
}

.scroll-down {
  display: block;
  text-align: center;
  position: absolute;
  bottom: calc(75 / 1400 * 100vw);
  left: 50%;
  translate: -50% 0;

  & p {
    font-size: calc(15 / 1400 * 100vw);
    font-weight: 700;
    color: var(--color-1);
    position: relative;

    &::after {
      content: '';
      display: block;
      width: calc(6 / 1400 * 100vw);
      height: calc(6 / 1400 * 100vw);
      background-color: var(--color-1);
      border-radius: 50%;
      position: absolute;
      left: calc(50% - 0.2142857142857143vw);
      bottom: calc(-15 / 1400 * 100vw);
      animation: scrolldot 2.2s cubic-bezier(0.23, 1, 0.320, 1) infinite;
      transform-origin: 0 0;
    }
  }
}
@keyframes scrolldot {
  0% {
    translate: 0 0;
    opacity: 1
  }
  10% {
    translate: 0 0;
    opacity: 1;
  }
  50% {
    translate: 0 calc(12 / 1400 * 100vw);
    opacity: 0;
  }
  50.1% {
    translate: 0 calc(-8 / 1400 * 100vw);
    opacity: 0;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}

.liaison-sec {
  display: block;
  width: 100%;

  &.about .inner {
    width: calc(1080 / 1400 * 100vw);
    margin: 0 auto;
    padding: calc(120 / 1400 *100vw) 0 calc(160 / 1400 * 100vw);

    & .sec-ttl {
      text-align: center;
      font-weight: 700;
      font-size: calc(36 / 1400 * 100vw);
      color: var(--color-3);
      margin-bottom: calc(60 / 1400 * 100vw);

      &::before,
      &::after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: calc(22 / 1400 * 100vw);
        height: 1px;
        margin: 0 .75em;
        background-color: currentColor;
        translate: 0 -.1em;
      }
    }
    & .lead {
      all: revert;

      font-feature-settings: "palt";
      text-align: center;
      font-weight: 500;
      font-size: calc(15 / 1400 * 100vw);
      line-height: 2.8125;
      margin-bottom: calc(80 / 1400 * 100vw)
    }
    & .chart {
      width: calc(900 / 1400 * 100vw);
      margin: 0 auto calc(130 / 1400 * 100vw)
    }
    & .des {
      display: flex;
      justify-content: space-between;
      font-feature-settings: "palt";

      & .col {
        display: block;
        flex: 0 0 calc(526 / 1400 * 100vw);
        border: solid 1px rgba(var(--rgb-3), .3);
        border-radius: calc(10 / 1400 * 100vw);
        padding: calc(10 / 1400 * 100vw) calc(10 / 1400 * 100vw) calc(45 / 1400 * 100vw);

        & dt {
          display: flex;
          align-items: center;
          width: 100%;
          min-height: calc(210 / 1400 * 100vw);
          padding: 0 calc(40 / 1400 * 100vw);
          background-color: var(--color-3);
          border-radius: 5px;
          font-weight: 700;
          font-size: calc(28 / 1400 * 100vw);
          line-height: 1.6785714285714286;
          color: #fff;
          margin-bottom: calc(50 / 1400 * 100vw);
          position: relative;

          &::after {
            content: '';
            display: block;
            height: 0;
            width: 0;
            border: solid calc(13 / 1400 * 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(17 / 1400 * 100vw);
          line-height: 2.2941176470588234;
          text-align: justify;
          padding: 0 calc(40 / 1400 * 100vw);
        }
      }
    }
  }


  &.meister {
    background-image: linear-gradient(20deg, rgba(var(--rgb-3), .15), rgba(var(--rgb-3), .02));

    & .inner {
      width: calc(1080 / 1400 * 100vw);
      margin: 0 auto;
      padding: calc(140 / 1400 *100vw) 0 calc(150 / 1400 * 100vw);

      & .sec-ttl {
        font-weight: 700;
        font-size: calc(34 / 1400 * 100vw);
        line-height: 1.8823529411764706;
        text-align: center;
        color: var(--color-3);
        margin-bottom: calc(130 / 1400 * 100vw);
        text-decoration: underline;
        text-underline-offset: calc(12 / 1400 * 100vw);
      }

      & .col {
        display: flex;
        justify-content: space-between;

        &.reverse {
          flex-direction: row-reverse;
        }
        & + & {
          margin-top: calc(100 / 1400 * 100vw);
        }

        & .w532 {
          display: block;
          flex: 0 0 calc(532 / 1400 * 100vw)
        }
        & .w488 {
          display: block;
          flex: 0 0 calc(488 / 1400 * 100vw);
        }
        & .img-box {
          border-radius: calc(10 / 1400 * 100vw);
          overflow: hidden;
        }
        & .txt {
          font-weight: 500;
          font-size: calc(17 / 1400 * 100vw);
          line-height: 2.2941176470588234;
          text-align: justify;
        }
        & .ttl-set + .txt {
          margin-top: calc(50 / 1400 * 100vw);
        }
        & .ttl {
          display: inline;
          font-weight: 700;
          font-size: calc(30 / 1400 * 100vw);
          line-height: 1.9;
          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(30 / 1400 * 100vw);

            & .name {
              font-weight: 500;
              font-size: calc(20 / 1400 * 100vw);
            }
            & .year {
              font-weight: 400;
              font-size: calc(13 / 1400 * 100vw);
              margin-left: .5em;
            }
          }
        }
      }
    }
  }
}
.entry-block {
  display: block;
  width: 100%;
  height: calc(607 / 1400 * 100vw);
  background: url(../images/img-r_pc.jpg) no-repeat center top / cover;

  & .inner {
    display: block;
    width: 100%;
    height: 100%;
    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(120 / 1400 * 100vw);
    margin-bottom: calc(70 / 1400 * 100vw);
    font-weight: 700;
    font-size: calc(34 / 1400 * 100vw);
    text-align: center;
    color: #fff;
    position: relative;
    z-index: +1;

    &::after {
      content: '';
      display: block;
      width: 1px;
      height: calc(60 / 1400 * 100vw);
      background-color: #fff;
      position: absolute;
      left: 50%;
      top: 0;
    }
  }
  .banner-bttn {
    display: block;
    width: calc(890 / 1400 * 100vw);
    height: calc(220 / 1400 * 100vw);
    margin: 0 auto;
    background-color: #fff;
    border-radius: calc(10 / 1400 * 100vw);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
    position: relative;
    z-index: +1;

    &::after {
      content: '';
      display: block;
      width: calc(50 / 1400 * 100vw);
      height: calc(50 / 1400 * 100vw);
      position: absolute;
      top: 50%;
      right: calc(50 / 1400 * 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 / 1400 * 100vw);
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-decoration-color: currentColor;
        text-underline-offset: .16em;
        margin-bottom: calc(28 / 1400 * 100vw);
      }
      & dd {
        font-weight: 500;
        font-size: calc(18 / 1400 * 100vw);
      }
    }
  }
}

.footer {
  background-color: #0d131f;

  & .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: calc(300 / 1400 * 100vw);
    padding: 0 calc(100 / 1400 * 100vw) 0 calc(150 / 1400 * 100vw);

    & .contact-ttl {
      display: flex;
      flex-direction: column-reverse;
      color: #fff;

      & .en {
        font-weight: 700;
        font-size: calc(32 / 1400 * 100vw);
        padding-bottom: calc(28 / 1400 * 100vw);
        margin-bottom: calc(38 / 1400 * 100vw);
        position: relative;

        &::after {
          content: '';
          display: block;
          height: 1px;
          width: calc(54 / 1400 * 100vw);
          background-color: rgba(255, 255, 255, .3);
          position: absolute;
          left: 0;
          bottom: 0;
        }
      }
      & h3 {
        font-weight: 500;
        font-size: calc(16 / 1400 * 100vw);
      }
    }
  }
}
.contact-list {
  display: flex;

  & li {
    display: block;

    &:nth-child(1) {
      padding-right: calc(38 / 1400 * 100vw);
      border-right: solid 1px rgba(255, 255, 255, .3);
    }
    &:nth-child(2) {
      padding-left: calc(38 / 1400 * 100vw);
    }
  }
  & .list-ttl {
    font-weight: 500;
    font-size: calc(17 / 1400 * 100vw);
    color: #fff;
    margin-bottom: calc(28 / 1400 * 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: calc(352 / 1400 * 100vw);
    height: calc(83 / 1400 * 100vw);
    background-color: #fff;
    border-radius: 5px;
    text-decoration: none;
  }
  & a.banner-bttn {
    padding-right: calc(26 / 1400 * 100vw);
    font-weight: 500;
    font-size: calc(16 / 1400 * 100vw);
    color: var(--color-3);
    position: relative;

    &::after {
      content: '';
      display: block;
      width: calc(14 / 1400 * 100vw);
      height: calc(14 / 1400 * 100vw);
      position: absolute;
      right: calc(26 / 1400 * 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(14 / 1400 * 100vw);
  }
  & .tel {
    font-weight: 500;
    font-size: calc(22 / 1400 * 100vw);
    color: var(--color-3);
  }
}


.copyright-area {
  background-color: #fff;
}

@media (hover) {
  .entry-block .banner-bttn::after {
    background-size: 100%;
    transition: background-size .3s ease;
  }
  .entry-block .banner-bttn:hover::after {
    background-size: 25%;
  }
  .contact-list a {
    opacity: 1;
    transition: opacity .3s ease;
  }
  .contact-list a:hover {
    opacity: .4
  }
}