@charset "UTF-8";

:root {
  --site-width: 1184px;
  --purple: #490e4b;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url(/static/font/NotoSansJP-Regular_ss.ttf) format("truetype")
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url(/static/font/NotoSansJP-Bold_ss.ttf) format("truetype")
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  src: url(/static/font/NotoSansJP-Black_ss.ttf) format("truetype")
}



/* --------------------------------------------------------------------------------
init
---------------------------------------------------------------------------------*/
body, main, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  color: #000;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  vertical-align: baseline;
  letter-spacing: 0;
  line-height: 1.8;
  box-sizing: border-box;
  @media screen and (max-width: 736px) {
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0;
    -webkit-text-size-adjust: 100%;
  }
}

html{
  font-size: 62.5%;
  text-align: justify;
  scroll-behavior: smooth;
  scroll-padding-top: 140px; /* ヘッダーの高さを入力 */
  @media screen and (max-width: 736px) {
  }
}

*:target {
  @media screen and (max-width: 736px) {
  }
}

input, textarea {
  margin: 0;
  padding: 0;
  &:focus {
    background-color: #fff;
  }
  &:-webkit-autofill {
    /* ここで指定しているbackground-colorは黄色い背景色のことです */
    -webkit-transition: background-color 9999s;
    transition: background-color 9999s;
  }
}

table{
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

li {
  list-style-type: none;
}

picture {
  display: block;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  word-wrap: break-word;
  transition: .2s ease-in;
  @media screen and (max-width: 736px) {
    transition: none;
  }
  &:visited {
  }
  &:focus:not(:focus-visible) {
    outline: none;
  }
  &:hover {
    opacity: 0.8;
    @media screen and (max-width: 736px) {
      opacity: 1;
    }
  }
}

.clearfix {
  min-height: 1px;
  &:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.pc {
  display: block;
  @media screen and (max-width: 736px) {
    display: none;
  }
}

.sp {
  display: none;
  @media screen and (max-width: 736px) {
    display: block;
  }
}

body {
  /*overflow-x: hidden;*/
  min-width: var(--site-width);
  @media screen and (max-width: 736px) {
    min-width: 100%;
  }
}

.en {
  font-family: Arial, sans-serif;
}



/*------------------------------------------------------------------------
.header
------------------------------------------------------------------------*/
.header {
  width: 100%;
  &.static {
    .header__content {
      background-color: rgba(255, 255, 255, 1);
      .header-menu__box-link {
        opacity: 1;
        color: #fff;
        background-color: var(--purple);
        &::after {
          background-image: url(/static/img/icon/icon_target_blank_white.svg);
        }
      }
    }
    .header-menu__li-interview {
      .header-menu__link {
        background-image: url(/static/img/icon/icon_arrow_down_black.svg);
        @media screen and (max-width: 736px) {
          background: none;
        }
      }
    }
    .header-menu__link {
      color: #000;
    }
  }
}

.header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: var(--site-width);
  margin: 0 auto;
  padding-bottom: 32px;
  @media screen and (max-width: 736px) {
    position: static;
    width: 100%;
    padding-bottom: 0;
  }
}

.header__content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 32px;
  margin: auto;
  padding-top: 32px;
  border-bottom: 2px solid rgba(255,255,255,.4);
  background-color: rgba(255, 255, 255, 0);
  background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  transition: .2s;
  z-index: 13;
  @media screen and (min-width: 737px) and (max-width: 850px) {
    zoom: 0.7;
  }
  @media screen and (max-width: 736px) {
    left: 0;
    right: 0;
    padding: 16px 0 0;
  }
  .header-logo__txt,
  .header-menu__li {
    visibility: hidden;
    @media screen and (max-width: 736px) {
      visibility: visible;
    }
  }
  .header-interview {
    position: absolute;
    visibility: visible;
  }
}

.header__blend-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 32px;
  margin: auto;
  padding-top: 32px;
  /*mix-blend-mode: difference;*/
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0);
  z-index: 15;
  @media screen and (min-width: 737px) and (max-width: 850px) {
    zoom: 0.7;
  }
  @media screen and (max-width: 736px) {
    display: none;
  }
  .header-logo__midashi,
  .header-menu__box {
    opacity: 0;
  }
  .header-interview {
    display: none;
  }
}


  /*------------------------------------------------------------------------
  .header-logo
  ------------------------------------------------------------------------*/
  .header-logo {
    margin-right: 24px;
    @media screen and (max-width: 736px) {
      width: calc( var( --vw ) * 60 );
      margin-right: 0;
      padding: 0 24px;
    }
  }

  .header-logo__midashi {}

  .header-logo__link {
    display: block;
  }

  .header-logo__img {
    margin-bottom: 12px;
    @media screen and (max-width: 736px) {
      width: 100%;
      margin-bottom: 6px;
    }
  }

  .header-logo__txt {
  }

  .header-logo__txt-link {
    /*color: #dfdfdf;*/
    color: #595858;
    font-size: 1.8rem;
    font-weight: bold;
    pointer-events: auto;
    @media screen and (max-width: 736px) {
      font-size: min( calc(var(--vw) * 4), 1.8rem );
      color: #333;
    }
  }



  /*------------------------------------------------------------------------
  .header-menu
  ------------------------------------------------------------------------*/
  .header-menu {
    display: flex;
    align-items: center;
    gap: 20px;
    @media screen and (min-width: 737px) {
      height: auto !important;
    }
    @media screen and (max-width: 736px) {
      display: none;
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      padding: min(var(--vw, 1vw) * 68/768 * 100, 68px) min(var(--vw, 1vw) * 48/768 * 100, 48px);
      background-color: #DBDBDB;
    }
  }

  .header-menu__ul {
    display: flex;
    align-items: center;
    gap: 24px;
    pointer-events: auto;
    @media screen and (min-width: 737px) and (max-width: 800px) {
    }
    @media screen and (max-width: 736px) {
      display: block;
    }
  }

  .header-menu__li {
    @media screen and (min-width: 737px) and (max-width: 800px) {
    }
    @media screen and (max-width: 736px) {
      margin-bottom: 32px;
    }
    &.header-menu__li-interview {
      .header-menu__link {
        padding-right: 22px;
        /*background-image: url(/static/img/icon/icon_arrow_down_white.svg);*/
        background-image: url(/static/img/icon/icon_arrow_down_black.svg);
        background-position: right 7px;
        background-repeat: no-repeat;
        @media screen and (max-width: 736px) {
          background: none;
        }
      }
    }
  }

  .header-menu__link {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    line-height: 1.3;
    @media screen and (min-width: 737px) and (max-width: 800px) {
    }
    @media screen and (max-width: 736px) {
      width: 100%;
      display: block;
      color: #000;
      padding-bottom: 12px;
      border-bottom: 1px solid #fff;
    }
    &:hover {
      opacity: .4;
    }
  }

  .header-menu__box {
    width: 153px;
    height: 46px;
  }

  .header-menu__box-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    height: 100%;
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.16);
    background-color: #fff;
    transition: none;
    &:hover {
      opacity: 1;
      color: #fff;
      background-color: var(--purple);
      &::after {
        background-image: url(/static/img/icon/icon_target_blank_white.svg);
      }
    }
    @media screen and (max-width: 736px) {
      opacity: 1;
      color: #fff;
      background-color: var(--purple);
    }
    &::after {
      content: "";
      display: block;
      width: 12px;
      height: 12px;
      background-image: url(/static/img/icon/icon_target_blank_black.svg);
      @media screen and (max-width: 736px) {
        background-image: url(/static/img/icon/icon_target_blank_white.svg);
      }
    }
  }



  /*------------------------------------------------------------------------
  .header-interview
  ------------------------------------------------------------------------*/
  .header-interview {
    display: none;
    position: absolute;
    visibility: visible;
    width: 613px;
    right: 0;
    top: 62px;
    background-color: #f2f2f2;
    &.show {
      display: block;
    }
    @media screen and (max-width: 736px) {
      display: block !important;
      position: static !important;
      width: 100%;
      background-color: transparent;
    }
  }

  .header-interview__ul {
    padding: 16px;
  }

  .header-interview__li {
    margin-bottom: 8px;
    &:last-child {
      margin-bottom: 0;
    }
  }

  .header-interview__link {
    display: flex;
    gap: 18px;
    @media screen and (max-width: 736px) {
      display: block;
    }
  }

  .header-interview__left {
    font-size: 1.2rem;
  }

  .header-interview__right {
    font-size: 1.2rem;
    @media screen and (max-width: 736px) {
      margin-left: 25px;
    }
  }

  /* ハンバーガーアイコンの設置スペース */
  .drawer_open {
    display: none;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;/* 重なり順を一番上にする */
    cursor: pointer;
    @media screen and (max-width: 736px) {
      display: flex;
      right: 24px;
      top: -8px;
    }
  }

  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: '';
    display: block;
    height: 1px;
    width: 40px;
    border-radius: 3px;
    background: #333;
    transition: 0.5s;
    position: absolute;
  }

  .drawer_open span:before {
    bottom: 8px;
  }

  .drawer_open span:after {
    top: 8px;
  }

   .header.open {
    @media screen and (max-width: 736px) {
      min-height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100;
      background-color: #DBDBDB;
    }
   }

  .header.open .header__content {
    @media screen and (max-width: 736px) {
      background-color: #fff;
    }
  }

  .header.open .drawer_open span {
    @media screen and (max-width: 736px) {
      background: rgba(255, 255, 255, 0);
    }
  }

  .header.open .drawer_open span::before {
    @media screen and (max-width: 736px) {
      bottom: 0;
      transform: rotate(25deg);
    }
  }

  .header.open .drawer_open span::after {
    @media screen and (max-width: 736px) {
      top: 0;
      transform: rotate(-25deg);
    }
  }

  .header.open .header-menu {
    @media screen and (max-width: 736px) {
      display: block;
      overflow-y: auto;
      height: 100vh;
    }
  }


  .header-menu__right {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .header-menu__in {}

  .header-menu__in-img {
    @media screen and (max-width: 736px) {
      width: 36.5px;
    }
  }


/*------------------------------------------------------------------------
.main
------------------------------------------------------------------------*/
.main {
  position: relative;
  overflow: hidden;
  z-index: 10;
}



/*------------------------------------------------------------------------
.box-link
------------------------------------------------------------------------*/
.box-link {
  @media screen and (max-width: 736px) {
    display: inline-block;
  }
}

.box-link__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 284px;
  height: 56px;
  position: relative;
  letter-spacing: 2px;
  background-color: rgba(0,0,0,0.1);
  @media screen and (max-width: 736px) {
    width: min(var(--vw, 1vw) * 352/768 * 100, 352px);
    height: min(var(--vw, 1vw) * 69/768 * 100, 69px);
  }
  &:hover {
    opacity: 1;
    background-color: var(--purple);
  }
  &::after {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 36px;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(/static/img/icon/icon_arrow1.svg);
    background-repeat: no-repeat;
    @media screen and (max-width: 736px) {
      right: 15px;
    }
  }
  &.box-link__txt__black {
    color: #333;
    border: 1px solid rgba(51,51,51,0.2);
    backdrop-filter: blur(10px);
    &:hover {
      color: #fff;
    }
  }
  &.box-link__txt__white {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.6);
  }
}



/*------------------------------------------------------------------------
.other-links
------------------------------------------------------------------------*/
.other-links {
  position: relative;
  padding: 64px 0 120px;
  background-color: #DBDBDB;
  z-index: 10;
  @media screen and (max-width: 736px) {
    padding: min(var(--vw, 1vw) * 128/768 * 100, 128px) 24px min(var(--vw, 1vw) * 54/768 * 100, 54px);
  }

  .other-links__inner {
    display: flex;
    gap: 16px;
    width: var(--site-width);
    margin: 0 auto;
    @media screen and (max-width: 736px) {
      display: block;
      width: 100%;
    }
  }

  .other-links__content {
    &.meetkjrm {
      @media screen and (max-width: 736px) {
        margin-bottom: min(var(--vw, 1vw) * 96/768 * 100, 96px);
      }
    }
  }

  .other-links__midashi {
    margin-bottom: 12px;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.1;
    color: #777777;
    @media screen and (max-width: 736px) {
      font-size: clamp(3.3rem, var(--vw, 1vw) * 60/768 * 100, 6rem);
    }
  }

  .other-links__txt {
    margin-bottom: 16px;
    font-size: 1.4rem;
  }

  .other-links__link {
    display: block;
  }

  .other-links__img {
    @media screen and (max-width: 736px) {
      width: 100%;
    }
  }

  .other-links__title {
    display: flex;
    align-items: center;
    gap: 24px;
    height: 48px;
    padding-left: 24px;
    color: #fff;
    font-size: 1.8rem;
    background: linear-gradient(270deg,rgba(0, 0, 0, 0) 0%, rgba(51, 51, 51, 1) 100%);
    @media screen and (max-width: 736px) {
      font-size: clamp(1.4rem, var(--vw, 1vw) * 18/768 * 100, 1.8rem);
    }
    &::after {
      content: "";
      display: block;
      width: 12px;
      height: 12px;
      background-image: url(/static/img/icon/icon_target_blank_white.svg);
    }
  }
}







/*------------------------------------------------------------------------
.footer
------------------------------------------------------------------------*/
.footer {
  position: relative;
  height: 238px;
  background-image: url(/static/img/footer/bg.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 10;
  @media screen and (max-width: 736px) {
    height: auto;
    background-image: url(/static/img/footer/sp/bg.jpg);
  }
}

.footer__inner {
  margin: 0 32px;
  @media screen and (max-width: 736px) {
    margin: 0;
  }
}



  /*------------------------------------------------------------------------
  .footer-box
  ------------------------------------------------------------------------*/
  .footer-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 54px 0 48px;
    border-bottom: 1px solid #fff;
  }

  .footer-box__link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 784px;
    height: 72px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    border: 2px solid rgba(255,255,255,0.6);
    backdrop-filter: blur(16px);
    background-color: rgba(109,109,109,0.2);
    @media screen and (max-width: 736px) {
      width: min(var(--vw, 1vw) * 534/768 * 100, 534px);
      height: min(var(--vw, 1vw) * 103/768 * 100, 103px);
    }
    &:hover {
      opacity: 1;
      background-color: var(--purple);
    }
    &::after {
      position: absolute;
      top: 50%;
      margin-top: -6px;
      right: 36px;
      content: "";
      display: block;
      width: 12px;
      height: 12px;
      background-image: url(/static/img/icon/icon_target_blank_white.svg);
    }
  }



  /*------------------------------------------------------------------------
  .footer-copyright
  ------------------------------------------------------------------------*/
  .footer-copyright {
    padding-top: 24px;
    text-align: right;
    @media screen and (max-width: 736px) {
      padding-top: min(var(--vw, 1vw) * 24/768 * 100, 24px);
      padding-bottom: min(var(--vw, 1vw) * 32/768 * 100, 32px);
      text-align: center;
    }
  }

  .footer-copyright__txt {
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 1px;
  }



/*------------------------------------------------------------------------
.gotop
------------------------------------------------------------------------*/
.gotop {
  opacity: 0;
  position: fixed;
  bottom: 16px;
  right: 20px;
  z-index: 300;
  transition: .3s;
  @media screen and (max-width: 736px) {
    bottom: 10px;
    right: 10px;
  }
  &.show {
    opacity: 1;
  }
}

.gotop__link {}

.gotop__img {
  @media screen and (max-width: 736px) {
    width: 40px;
  }
}