.u-en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}

@media only screen and (min-width: 768px), print {
  .u-hidden-pc {
    display: none !important;
  }
}

@media (max-width: 1085px) {
  .u-hidden-header_sp {
    display: none !important;
  }
}

@media (min-width: 1086px) {
  .u-hidden-header_pc {
    display: none !important;
  }
}

.u-center {
  text-align: center;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1085px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media (min-width: 1086px) {
  .container {
    width: clamp(970px, calc(100vw / 1.230769), 1270px);
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  backdrop-filter: blur(0.25em);
  -webkit-backdrop-filter: blur(0.25em);
  transition: 0.5s;
}

@media only screen and (min-width: 768px), print {
  .header {
    font-size: clamp(1.3rem, calc(100vw / 90), 1.8rem);
  }
}

@media only screen and (min-width: 768px), print {
  .header.is-up {
    transform: translateY(-120px);
  }
}

@media only screen and (min-width: 768px), print {
  .header.is-down {
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.5);
  }
}

@media only screen and (max-width: 767px) {
  .header {
    background: #fff;
    box-shadow: 0 0.125em 2em 0 rgba(5, 5, 5, 0.08);
    position: fixed;
  }
}

.header__grid {
  padding: 0.75em 1em;
}

@media only screen and (min-width: 768px), print {
  .header__grid {
    padding: 2em 3em;
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .header__lft {
    display: flex;
    align-items: center;
  }
}

.header__h1 {
  font-size: 0.75em;
  font-weight: 600;
  padding-left: 1em;
}

@media only screen and (min-width: 768px), print {
  .header__h1 {
    padding-left: 12em;
    transition: 0.5s;
  }
  .is-up .header__h1 {
    padding-left: 14em;
  }
}

.header__toplogo {
  display: inline-block;
  width: 7em;
  transition: 0.5s;
}

.header__toplogo.-up {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 767px) {
  .header__toplogo.-up {
    display: none;
  }
}

@media only screen and (min-width: 768px), print {
  .header__toplogo.-up {
    width: 9em;
    top: 0.75em;
  }
  .header__toplogo.-up img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px), print {
  .is-down .header__toplogo.-up {
    opacity: 1 !important;
    visibility: visible !important;
  }
}

@media only screen and (min-width: 768px), print {
  .header__toplogo {
    position: absolute;
    width: 5em;
  }
  .is-up .header__toplogo {
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1086px) {
  .header__toplogo {
    position: absolute;
    width: 7.48363em;
  }
}

@media only screen and (max-width: 767px) {
  .header__nav {
    background: #fff;
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    transition: 0.2s;
    transform: translateX(-100vw);
    padding: 1em;
  }
  .is-drawer-active .header__nav {
    transform: translateX(0);
  }
}

@media only screen and (min-width: 768px), print {
  .header__nav {
    display: flex;
  }
}

.header__ul {
  font-size: 0.9375em;
}

@media only screen and (max-width: 767px) {
  .header__ul {
    margin-top: 2em;
  }
}

@media only screen and (min-width: 768px), print {
  .header__ul {
    display: flex;
    align-items: center;
  }
}

.header__ul .-en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .header__ul .-en {
    font-size: 1.25em;
  }
}

.header__ul .-jp {
  font-weight: 600;
}

@media only screen and (min-width: 768px), print {
  .header__ul .-jp {
    display: none;
  }
}

.header__ul > li > a {
  display: inline-block;
}

@media only screen and (min-width: 768px), print {
  .header__ul > li > a {
    padding: 0 1em;
    position: relative;
  }
  .header__ul > li > a:after {
    display: inline-block;
    background: #46bf0d;
    height: 2px;
    width: 100%;
    content: '';
    position: absolute;
    bottom: -0.5em;
    left: 0;
    transform: scale(0, 1);
    transition: 0.2s;
  }
}

@media only screen and (min-width: 768px), print {
  .header__ul > li > a:hover {
    opacity: 1 !important;
  }
  .header__ul > li > a:hover:after {
    transform: scale(1, 1);
  }
}

@media only screen and (max-width: 767px) {
  .header__ul > li > a {
    padding: 1.25em 0.5em;
    color: #46bf0d;
    display: flex;
    align-items: center;
    gap: 1em;
    border-bottom: 1px solid;
  }
}

@media only screen and (min-width: 768px), print {
  .header__logo99 {
    width: 3.75em;
    margin-left: 2em;
  }
}

@media only screen and (max-width: 767px) {
  .header__navhead {
    display: flex;
    gap: 1em;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .header__navhead-logo {
    width: 7em;
  }
}

@media only screen and (max-width: 767px) {
  .header__navhead-99logo {
    width: 3em;
  }
}

.header__navfoot {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__navfoot-icons {
  display: flex;
  justify-content: center;
  gap: 2em;
  padding: 2em;
}

.header__navfoot-copy {
  color: #46bf0d;
  font-size: 0.75em;
}

.sp-menu {
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  padding: 0;
  margin: 0;
  width: 3em;
  height: 3em;
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 11;
}

@media only screen and (min-width: 768px), print {
  .sp-menu {
    font-size: clamp(1.3rem, calc(100vw / 90), 1.8rem);
  }
}

.sp-menu__line {
  height: 1.2857142857142858em;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 1.7142857142857142em;
}

.sp-menu__line:before {
  background: #46bf0d;
  content: '';
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 1.7142857142857142em;
}

.is-drawer-active .sp-menu__line:before {
  opacity: 0;
}

.sp-menu__line-in {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
}

.sp-menu__line-in:before, .sp-menu__line-in:after {
  transition: 0.2s cubic-bezier(0.46, 0.16, 0.24, 0.77);
  -webkit-transition-property: all;
  background: #46bf0d;
  content: '';
  height: 2px;
  left: 50%;
  position: absolute;
  transition-property: all;
  transition-property: all;
  translate: -50% 0;
  width: 1.7142857142857142em;
}

.sp-menu__line-in:before {
  top: 0;
}

.is-drawer-active .sp-menu__line-in:before {
  rotate: 45deg;
  top: 0.5em;
}

.sp-menu__line-in:after {
  top: 1.1428571428571428em;
}

.is-drawer-active .sp-menu__line-in:after {
  rotate: -45deg;
  top: 0.5em;
}

.footer {
  border-top: 1px solid #e8e9d8;
  position: relative;
}

@media (max-width: 1085px) {
  .footer__lft {
    width: 100%;
  }
}

@media (max-width: 1085px) {
  .footer__rgt {
    position: absolute;
    bottom: 4.25em;
    right: 1em;
  }
}

.footer__ul {
  display: flex;
  gap: 1em;
  font-size: 0.9375em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  flex-wrap: wrap;
}

@media (max-width: 1085px) {
  .footer__ul {
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 3em;
    padding: auto;
    gap: 1em 2em;
  }
}

.footer__ul li {
  flex-shrink: 0;
}

.footer__ul li img {
  width: auto;
}

.footer__ul li .-yt {
  margin-left: 1em;
}

.footer__ul li a:hover {
  opacity: 1;
  color: #46bf0d;
}

.footer__grid {
  display: flex;
  gap: 2em;
  padding: 3em 0;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 1086px) {
  .footer__grid {
    justify-content: space-between;
  }
}

@media (max-width: 1085px) {
  .footer__grid {
    flex-direction: column;
  }
}

.footer__copy {
  background: #050505;
  color: #fff;
  text-align: center;
  font-size: 0.6875em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  padding: 0.5em 0 2em;
}

.footer__logo {
  width: 12em;
  display: inline-block;
}

@media (max-width: 1085px) {
  .footer__logo {
    width: 10em;
  }
}

.mv {
  position: relative;
  margin-left: auto;
  margin-right: 0;
}

@media only screen and (min-width: 768px), print {
  .mv {
    width: calc(100% - 12em) !important;
    margin-right: 3em !important;
  }
}

@media (min-width: 1086px) {
  .mv {
    width: calc(100% - 17em) !important;
    margin-right: 3em !important;
  }
}

@media only screen and (max-width: 767px) {
  .mv {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 768px), print {
  .mv {
    margin-top: 120px;
  }
}

.under-main {
  margin-bottom: 3em;
}

@media only screen and (min-width: 768px), print {
  .under-main {
    margin-bottom: 6em;
  }
}

.bread {
  letter-spacing: 0;
  font-size: 0.75em;
  margin-bottom: 1em;
}

@media only screen and (min-width: 768px), print {
  .bread {
    font-size: 0.85em;
    margin-bottom: 2em;
  }
}

.bread__container {
  width: 100%;
  padding: 1em 2em;
  display: flex;
  gap: 0.25em;
  line-height: 1.2;
  align-items: center;
}

.bread__link {
  color: #777;
  flex-shrink: 0;
}

.bread__link:hover {
  opacity: 1;
  text-decoration: underline;
}

.bread__arrow {
  color: #777;
  flex-shrink: 0;
  font-size: 1.25em;
}

.bread__now {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}

.i-interview__logo.-page {
  position: absolute;
  opacity: 0.3;
  top: 18em;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .i-interview__logo.-page {
    top: 25em;
    opacity: 0.2;
    width: min(25.5625em, 25vw);
  }
}

.i-interview__logo.-profile {
  position: absolute;
  opacity: 0.3;
  top: 46em;
  right: 0;
  transform-origin: 50%;
  transform: scale(-1, 1);
}

@media only screen and (max-width: 767px) {
  .i-interview__logo.-profile {
    top: 25em;
    opacity: 0.2;
    width: min(25.5625em, 25vw);
  }
}

.instagramlink a {
  color: #46bf0d;
  text-decoration: underline;
  transition: 0.2s;
}

.instagramlink a:hover {
  opacity: 0.85;
}

.under-main img {
  border-radius: 1em;
}

@media only screen and (min-width: 768px), print {
  .under-main img {
    border-radius: 2em;
  }
}

.under-main .thumbnail_video.-img {
  border-radius: 0 !important;
}

.under-main .leftsq img {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.under-main .radius-none {
  border-radius: 0 !important;
}

@media only screen and (max-width: 767px) {
  .under-main .sp-radius-none {
    border-radius: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .under-main .sppadding {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media only screen and (max-width: 767px) {
  .under-main .sprpadding {
    padding-right: 1em;
  }
}

@media only screen and (max-width: 767px) {
  .people__mv img {
    border-radius: 0 !important;
  }
}

.btn-link {
  bottom: -1px;
  right: -1px;
  position: absolute;
  display: flex;
  justify-content: flex-end;
}

.btn-link.-pagi {
  display: none;
}

.btn-link.-pagi > a {
  border-left: 0 !important;
}

.btn-link.-none {
  pointer-events: none;
}

.btn-link.-sm {
  font-size: 0.75em;
}

.btn-link.-item {
  position: static;
  justify-content: flex-start;
}

.btn-link.-item p {
  margin-bottom: 0;
}

.btn-link.-item a {
  border-radius: 2em !important;
}

.btn-link.-ehon {
  justify-content: center;
  position: static;
}

.btn-link.-ehon a {
  border-radius: 2em !important;
}

.btn-link.-b2 {
  justify-content: flex-start;
}

.btn-link.-b2 a {
  border-radius: 2em !important;
}

.btn-link.-back {
  display: flex;
  position: static;
  margin: 0 auto;
  justify-content: center;
}

.btn-link.-back a {
  display: flex;
  flex-direction: row-reverse;
  border-radius: 2em !important;
}

.btn-link.-back a:hover .-arrow::after {
  border-color: #fff;
}

.btn-link.-back p {
  border-right: none !important;
}

.btn-link.-back .-arrow:after {
  transform-origin: 50%;
  transform: scale(-1, 1);
  border-left: 1px solid;
}

.btn-link a,
.btn-link > span {
  background: #fff;
  color: #46bf0d;
  font-weight: 600;
  display: flex;
  align-items: stretch;
  border: 1px solid;
  border-bottom-right-radius: 2em;
}

.btn-link a:hover,
.btn-link > span:hover {
  opacity: 1;
  background: #46bf0d;
}

.btn-link a:hover p,
.btn-link > span:hover p {
  color: #fff;
}

.btn-link a:hover .-arrow::after,
.btn-link > span:hover .-arrow::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2213%22%20height%3D%2221%22%20viewBox%3D%220%200%2013%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.338249%202.01493L9.44099%2010.566L0.33825%2019.117C-0.103095%2019.5584%20-0.103095%2020.2204%200.283082%2020.6618C0.724427%2021.1031%201.38644%2021.1031%201.82779%2020.7169L11.758%2011.3383C11.9787%2011.1177%2012.0891%2010.8418%2012.0891%2010.5108C12.0891%2010.1798%2011.9787%209.90397%2011.758%209.68329L1.82779%200.304716C1.38644%20-0.136627%200.669257%20-0.081461%200.283081%200.359884C-0.103096%200.856398%20-0.103096%201.57358%200.338249%202.01493Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.btn-link a p,
.btn-link > span p {
  display: flex;
  align-items: center;
  border-right: 1px solid;
  padding: 0 2em;
}

.btn-link .-arrow::after {
  transition: 0.2s;
  content: '';
  width: 4em;
  height: 4em;
  display: block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2213%22%20height%3D%2221%22%20viewBox%3D%220%200%2013%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.338249%202.01493L9.44099%2010.566L0.33825%2019.117C-0.103095%2019.5584%20-0.103095%2020.2204%200.283082%2020.6618C0.724427%2021.1031%201.38644%2021.1031%201.82779%2020.7169L11.758%2011.3383C11.9787%2011.1177%2012.0891%2010.8418%2012.0891%2010.5108C12.0891%2010.1798%2011.9787%209.90397%2011.758%209.68329L1.82779%200.304716C1.38644%20-0.136627%200.669257%20-0.081461%200.283081%200.359884C-0.103096%200.856398%20-0.103096%201.57358%200.338249%202.01493Z%22%20fill%3D%22%2346BF0D%22%2F%3E%3C%2Fsvg%3E") 50%/0.75em auto no-repeat;
}

.s-mask1 {
  position: absolute;
  top: 24em;
  left: 1em;
}

@media only screen and (max-width: 767px) {
  .s-mask1 {
    top: 25em;
    left: auto;
    right: 1em;
    width: min(25.5625em, 30vw);
  }
}

.s-mask1 img {
  opacity: 0.6;
}

.rech2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  background: linear-gradient(90deg, #00853c 0%, #46bf0d 100%);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

@media only screen and (min-width: 768px), print {
  .rech2 {
    font-size: 1.5em !important;
  }
}

@media only screen and (max-width: 767px) {
  .interview-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.meet-kv {
  width: 100%;
  height: 6em;
  background: linear-gradient(90deg, #00853c 0%, #46bf0d 100%);
  width: 100%;
  border-radius: 10em 0 0 10em;
  margin-right: 0 !important;
  opacity: 0.8 !important;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 2em;
}

@media only screen and (min-width: 768px), print {
  .meet-kv {
    width: calc(100% - 17em) !important;
    margin-top: 120px;
    height: 12em;
  }
}

@media (min-width: 1086px) {
  .meet-kv {
    width: calc(100% - 22em) !important;
  }
}

@media only screen and (max-width: 767px) {
  .meet-kv {
    width: calc(100% - 7em) !important;
    margin-top: 100px;
  }
}

.meet-kv.-rev {
  border-radius: 0 10em 10em 0;
  margin-left: 0 !important;
}
