/* ##############################################################################

    LOADING

############################################################################## */
body {
  opacity: 0;
  visibility: hidden;
  background: #eceef4;
}
body.is-loading {
  opacity: 1;
  visibility: visible;
}
body.is-loaded {
  background: #fff;
}
.loading-wrapper,
.loading-fadeout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background: #fff;
  z-index: 9999;
  transition: all 0.66s cubic-bezier(0.51, 0.01, 0, 0.98);
}
.is-loading .loading-wrapper {
  transform: translateX(-100vw);
}
.loading-fadeout {
  transform: translateX(100vw);
}
.is-fadeout .loading-fadeout {
  transform: translateX(0);
}
.header {
  opacity: 0;
  transform: translateY(-16px);
  transition: all 1s cubic-bezier(0.51, 0.01, 0, 0.98);
}
.is-loaded .header {
  opacity: 1;
  transform: translateY(0);
}
.hero--ttl-en .text,
.hero--ttl-jp .text,
.hero--txt .text,
.page_ttl-en-bg .text,
.page_ttl-jp .text,
.page_ttl-other {
  display: block;
  transform: translateX(40px);
  opacity: 0;
}
.is-loaded .hero--ttl-en .text,
.is-loaded .hero--ttl-jp .text,
.is-loaded .hero--txt .text,
.is-loaded .page_ttl-en-bg .text,
.is-loaded .page_ttl-jp .text,
.is-loaded .page_ttl-other {
  transform: translateX(0);
  opacity: 1;
}
.is-fadeout #cursor,
.is-fadeout #stalker {
  opacity: 0;
}
.tr {
  transition: all 0.5s cubic-bezier(0.51, 0.01, 0, 0.98);
}
.tr-1-2s {
  transition-duration: 1.2s;
}
.tr-no-bezier {
  transition-timing-function: linear;
}
.tr-delay-1s {
  transition-delay: 0.1s;
}
.tr-delay-2s {
  transition-delay: 0.2s;
}
.tr-delay-3s {
  transition-delay: 0.3s;
}
.tr-delay-4s {
  transition-delay: 0.4s;
}
.tr-delay-5s {
  transition-delay: 0.5s;
}
.tr-delay-6s {
  transition-delay: 0.6s;
}
.tr-delay-7s {
  transition-delay: 0.7s;
}
.tr-delay-8s {
  transition-delay: 0.8s;
}
.tr-delay-9s {
  transition-delay: 0.9s;
}
.tr-delay-10s {
  transition-delay: 1s;
}
.tr-delay-15s {
  transition-delay: 1.5s;
}

@media screen and (max-width: 767px) {
  .loading-wrapper,
  .loading-fadeout {
    transition: all 0.5s cubic-bezier(0.51, 0.01, 0, 0.98);
  }
}

/* ##############################################################################

    COMMON

############################################################################## */

html {
  height: 100%;
  overflow-y: scroll;
}
body {
  height: 100%;
}
body.page-contact {
  padding-top: 0;
}
.wrapper {
  transition: all 0.6s cubic-bezier(0.51, 0.01, 0, 0.98);
  position: relative;
  overflow: hidden;
}
.wrapper::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #101318;
  z-index: 100;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.51, 0.01, 0, 0.98);
  pointer-events: none;
}
.gnav-active .wrapper {
  pointer-events: none;
  transform: translateX(-160px);
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.gnav-active .wrapper::before {
  /* opacity: .5; */
}

@media screen and (max-width: 767px) {
  .archive-people,
  .archive-job,
  .archive-crosstalk,
  .archive-briefing,
  .page-booking,
  .page-entry {
    border-top: 32px solid #fff;
  }
  .page-thanks {
    border-top: none;
  }
}

/* cursor
**************************************** */
#cursor {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #e35e30;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: exclusion;
}
#stalker {
  margin-top: -20px;
  margin-left: -20px;
  position: fixed;
  border-radius: 100%;
  pointer-events: none;
  z-index: 9999;
  width: 40px;
  height: 40px;
  mix-blend-mode: exclusion;
}
#stalker,
#stalker svg {
  transition: left 0.05s linear, top 0.05s linear, width 0.2s cubic-bezier(0.43, -0.01, 0.15, 0.99),
    height 0.2s cubic-bezier(0.43, -0.01, 0.15, 0.99), margin 0.2s cubic-bezier(0.43, -0.01, 0.15, 0.99);
}
#stalker svg {
  width: 100%;
  height: 100%;
}
#stalker svg circle {
  fill: none;
  stroke: #e35e30;
  stroke-width: 2;
  stroke-linecap: round;
  transition: 0.2s cubic-bezier(0.43, -0.01, 0.15, 0.99);
}
#stalker.active {
  width: 78px;
  height: 78px;
  margin-top: -38px;
  margin-left: -38px;
}
@media screen and (max-width: 767px) {
  #cursor,
  #stalker {
    display: none;
  }
}

/* layout
**************************************** */
.pos_rel {
  position: relative;
}
/* --- inner --- */
.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.inner-sm {
  max-width: 880px;
}
.inner-lg {
  max-width: 1600px;
}
.inner-xl {
  max-width: calc(100% - 120px);
}

/* --- section_pdg --- */
.section_pdg {
  padding-top: 96px;
  padding-bottom: 96px;
}
.section_pdg-sm {
  padding-top: 64px;
  padding-bottom: 64px;
}
.section_half_area {
  position: relative;
}
.section_half_area .scroll-text {
  top: 40px;
  bottom: auto;
}
.section_half {
  position: relative;
}
.section_half .imgarea,
.section_half .txtarea {
  width: 50%;
}
.section_half .imgarea {
  background: #aaa;
  z-index: 5;
  width: calc(50% - 60px);
  margin-left: 40px;
  margin-right: 20px;
}
.section_half .imgarea img {
  width: 100%;
  object-fit: cover;
}
.section_half .txtarea {
  position: relative;
  margin-top: 184px;
  padding-top: 140px;
  width: 55%;
  margin-left: -5%;
  z-index: 2;
}
.section_half .decoration_ttl {
  position: absolute;
  top: -68px;
  margin-left: -16px;
  white-space: nowrap;
}
.section_half_area:nth-child(odd) .section_half {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.section_half_area:nth-child(odd) .imgarea {
  margin-right: 40px;
  margin-left: 20px;
}
.section_half_area:nth-child(odd) .txtarea {
  margin-right: -5%;
}

.section_half .txtarea .contents {
  max-width: 600px;
  margin: 0 auto;
}

.section_half .txtarea .content:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .section_half .txtarea {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    width: 88%;
  }
  .section_pdg,
  .section_pdg-sm {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section_half,
  .section_half_area:nth-child(odd) .section_half {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .section_half .txtarea,
  .section_half_area:nth-child(odd) .txtarea {
    width: 100%;
    margin: auto;
    padding-top: 80px;
  }
  .section_half .imgarea,
  .section_half_area:nth-child(odd) .imgarea {
    width: 90%;
    margin: 0 auto -40px;
  }
  .section_half .decoration_ttl {
    z-index: 1000;
    top: 54px;
    right: 24px;
    max-width: 80%;
    white-space: pre-wrap;
    text-align: right;
    opacity: 0.33;
  }
}

/* flex
**************************************** */
/* --- ざっくりflexレイアウト --- */
.flex-col1 {
  display: block;
}
.flex-col2,
.flex-col3,
.flex-col4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-col2 > * {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.flex-col2:not(.flex-reverse) > *:nth-child(even),
.flex-col2.flex-reverse > *:nth-child(odd) {
  margin-right: 0;
}
.flex-col3 > * {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.flex-col3 > *:nth-child(3n) {
  margin-right: 0;
}
.flex-col4 > * {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.flex-col4 > *:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .flex-sp-block.flex-col2 > * {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6%;
  }
  .flex-sp-block.flex-col2 > *:last-child {
    margin-bottom: 0;
  }

  /* --- ざっくりflexレイアウト - sp --- */
  .flex-sp-col1 > * {
    width: 100%;
    margin: 0 0 3%;
  }
  .flex-sp-col2 > *,
  .flex-sp-col2.flex-col3 > *:nth-child(3n) {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flex-sp-col2 > *:nth-child(even) {
    margin-right: 0;
  }
  .flex-sp-col3 > *,
  .flex-sp-col3.flex-col4 > *:nth-child(4n) {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flex-sp-col3 > *:nth-child(3n) {
    margin-right: 0;
  }
}

/* bg
**************************************** */
.bg-white,
.bg-alternate:nth-child(even) {
  background-color: #fff;
}
.bg-light,
.bg-alternate:nth-child(odd) {
  background-color: #eceef4;
}

/* ttl
**************************************** */

/* --- page_ttl --- */
.page_ttl {
  position: relative;
  z-index: 10;
  overflow: hidden;
  line-height: 1.5;
  background-color: #2e323a;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 18% 0;
  min-height: 520px;
}
.archive .page_ttl {
  display: none;
}
.page_ttl--bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 520px;
  margin-top: -2vh;

  background: center no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.95;
}
.page_ttl--bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(transparent, black);
  opacity: 0.25;
  pointer-events: none;
}
.page_ttl-jp {
  display: block;
  font-size: 2.5rem; /* 40px */
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  text-shadow: 0 0 32px rgba(0, 0, 0, 50%);
}
.page_ttl-en {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.75rem; /* 12px */
  letter-spacing: 0.27em;
  padding-left: 0.27em;
}
.page_ttl-en-bg {
  font-size: 15rem; /* 240px */
  text-transform: capitalize;
  position: absolute;
  width: 100%;
  height: 0.75em;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.75;
  z-index: -1;
  color: #e35e30;
  mix-blend-mode: exclusion;
}

/* --- section_ttl --- */
.section_ttl {
  margin-bottom: 24px;
  font-size: 2.5rem; /* 40px */
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.section_ttl-sm {
  font-size: 2.625rem; /* 42px */
}
.section_catch {
  text-align: center;
  font-size: 1.25rem; /* 20px */
  font-weight: 700;
}

.decoration_ttl {
  position: relative;
  z-index: 10;
  font-size: 10rem; /* 160px */
}
.decoration_ttl-sm {
  font-size: 6.25rem; /* 100px */
}

/* --- heading --- */

.heading-line {
  position: relative;
  padding-bottom: 40px;
}
.heading-line::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #2a79c1;
}
.heading-line.txt-ctr::before {
  right: 0;
  margin: auto;
}
.heading-1 {
  font-size: 2.5rem; /* 40px */
  letter-spacing: 0.15em;
  margin-bottom: 48px;
}
.heading-2 {
  font-size: 2rem; /* 32px */
  letter-spacing: 0.15em;
  margin-bottom: 48px;
}
.heading-3 {
  font-size: 1.5rem; /* 24px */
  letter-spacing: 0.15em;
  margin-bottom: 48px;
}
.heading-4 {
  font-size: 1.25rem; /* 20px */
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}
.heading-5 {
  font-size: 1rem; /* 16px */
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .single-people .page_ttl--bg {
    margin-top: -4vh;
    margin-bottom: 1vh;
  }
}
@media screen and (max-width: 767px) {
  /* --- page_ttl --- */
  .page_ttl {
    padding: 37% 0 30%;
    min-height: 0;
  }
  .page_ttl-jp {
    font-size: 1.214rem; /* 17px */
  }
  .page_ttl-en-bg {
    font-size: 6.5rem; /* 91px */
  }
  .page_ttl--bg {
    top: 0;
    min-height: 0;
  }

  /* --- section_ttl --- */
  .section_ttl {
    font-size: 1.714rem; /* 24px */
  }
  .section_catch {
    font-size: 0.857rem; /* 12px */
  }

  /* .decoration_ttl */
  .decoration_ttl {
    font-size: 6.286rem; /* 88px */
  }
  .decoration_ttl-sm {
    font-size: 4rem; /* 56px */
  }

  /* --- heading --- */
  .heading-1 {
    font-size: 1.5rem; /* 21px */
    margin-bottom: 24px;
  }
  .heading-2 {
    font-size: 1.357rem; /* 19px */
    margin-bottom: 24px;
  }
  .heading-3 {
    font-size: 1.214rem; /* 17px */
    margin-bottom: 24px;
  }
  .heading-4 {
    font-size: 1.071rem; /* 15px */
    margin-bottom: 24px;
  }
  .heading-line {
    padding-bottom: 16px;
  }
}

/* breadcrumbs
**************************************** */
.breadcrumbs {
  font-size: 0.75rem; /* 12px */
  position: absolute;
  z-index: 10;
  bottom: 40px;
  left: 56px;
  right: 56px;
  text-align: left;
}
.single-people .breadcrumbs {
  text-align: right;
}
.breadcrumbs a {
  color: #fff;
  position: relative;
  padding-right: 17px;
  display: inline-block;
  margin-right: 12px;
}
.breadcrumbs a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #ffffff;
}
.breadcrumbs .breadcrumb_last {
  display: table-cell;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    bottom: 16px;
    right: 16px;
    left: 16px;
    font-size: 0.714rem; /* 10px */
    letter-spacing: 0.05em;
  }
  .breadcrumbs a {
    padding-right: 10px;
    margin-right: 3px;
  }
  .breadcrumbs a::after {
    border-width: 2px 0 2px 3px;
  }
}

/* txt
**************************************** */
.txt-lg {
  font-size: 1.125rem; /* 18px */
}
.txt-xl {
  font-size: 1.25rem; /* 20px */
}
.txt-sm {
  font-size: 0.875rem; /* 14px */
  line-height: 1.8;
}
.txt-xs {
  font-size: 0.75rem; /* 12px */
  line-height: 1.8;
}
.txt-xxs {
  display: block;
  font-size: 0.4rem; /* 6.4px */
  line-height: 1.6;
  letter-spacing: 0.2em;
}
.txt-wh {
  color: #fff;
}
.txt-attention {
  font-size: 0.875rem; /* 14px */
  color: #999;
}
.txt-attention-kome {
  position: relative;
  padding-left: 1.4em;
}
.txt-attention-kome::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.txtarea p:not(:last-child) {
  margin-bottom: 1em;
}
.bold {
  font-family: "Montserrat", "Koburina Gothic W6 JIS2004", "YuGothic", "游ゴシック", sans-serif;
  font-weight: bold;
}
.txt-color01 {
  color: #2a79c1;
}

/* --- font --- */

@font-face {
  font-family: "houstiny";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../fonts/Houstiny_Alt.woff") format("woff");
}

.font-jp {
  font-family: "Montserrat", "Shuei KakuGo Gin M", sans-serif;
  font-weight: 400;
}
.font-jp-bold,
b {
  font-family: "Montserrat", "Shuei KakuGo Gin B", sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
.font-en {
  font-family: "houstiny", serif;
  line-height: 0.5em;
  font-weight: 400;
  letter-spacing: 0;
  padding-top: 0.25em;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}

/* table & list
**************************************** */
table {
  width: 100%;
}

/* --- table_default --- */
.table_default th,
.table_default td {
  padding: 16px 8px;
}
.table_default th {
  border-bottom: 2px solid #2a79c1;
}
.table_default td {
  padding: 16px 16px;
  border-bottom: 1px solid #2a79c1;
  border-left: 4px solid #fff;
}

/* --- table_line --- */
.table_line th,
.table_line td {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
}
.table_line th {
  background-color: #2a79c1;
  border: 1px solid #2a79c1;
  color: #fff;
  font-size: 1.063rem; /* 17px */
}
.table_line td {
  border: 1px solid #d2d2d2;
  font-size: 0.938rem; /* 15px */
}

/* --- list ---- */
.list {
  list-style-type: none;
}
.list li:not(:last-child) {
  margin-bottom: 4px;
}
.list li {
  position: relative;
  padding-left: 1.4em;
  line-height: 1.7;
}
.list-disc li::before,
.list-square li::before,
.list-circle li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border-radius: 6px;
  background-color: #2a79c1;
}
/* 数字付きリスト */
.list-num {
  padding-left: 1.4em;
  list-style-type: decimal;
}
.list-num li {
  padding-left: 0;
}
.list-num li::before {
  display: none;
}
/* 白丸付きリスト */
.list-circle li::before {
  border: 1px solid #2a79c1;
  background-color: transparent;
}
/* 四角付きリスト */
.list-square li::before {
  border-radius: 0;
  background-color: #2a79c1;
}
/* 入れ子のスタイル */
.list li ul {
  margin-top: 16px;
}
.list li ul li::before {
  width: 6px;
  height: 6px;
  top: 0.8em;
}

/* --- dlリスト --- */
.list-dl {
  position: relative;
  border-top: 1px solid #ddd;
}
.list-dl dt {
  position: absolute;
  padding: 20px;
  color: #2a79c1;
  font-weight: 700;
}
.list-dl dd {
  padding: 20px 24px 20px 200px;
  border-bottom: 1px solid #ddd;
}
.list-dl dd iframe {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .list-dl dt {
    padding: 12px;
  }
  .list-dl dd {
    padding: 12px 12px 12px 96px;
  }
}

/* btn
**************************************** */
.btn a,
.btn i {
  position: relative;
  display: inline-block;
  max-width: 300px;
  min-width: 240px;
  overflow: hidden;
  height: 64px;
  line-height: 64px;
  z-index: 10;
  cursor: pointer;
}
.btn-color a,
.btn-color i {
  position: relative;
  width: 240px;
  font-size: 0.875rem; /* 14px */
  color: #fff;
  padding: 0 32px;
  text-align: center;
  letter-spacing: 0.215em;
}
.btn-color a::before,
.btn-color i::before {
  content: "";
  position: absolute;
  background-color: #2a79c1;
  border-radius: 32px;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.51, 0.01, 0, 0.98);
}
.btn-color a:hover::before,
.btn-color i:hover::before {
  -webkit-transform: scale(0.92);
  -ms-transform: scale(0.92);
  transform: scale(0.92);
}
.btn-color .icon {
  position: relative;
  width: 11px;
  display: inline-block;
  height: 11px;
  margin-right: 16px;
}
.btn-color .icon::before,
.btn-color .icon::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 11px;
  height: 1px;
  background-color: #fff;
}
.btn-color .icon::after {
  width: 1px;
  height: 11px;
}
.btn-white a,
.btn-white i {
  border-color: #fff;
  color: #fff;
}

.btn-line a,
.btn-line i {
  color: #2a79c1;
  border-bottom: 1px solid #eceef4;
}
.btn-line a::before,
.btn-line a::after,
.btn-line i::before,
.btn-line i::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: all 0.5s cubic-bezier(0.51, 0.01, 0, 0.98);
}
.btn-line a::before,
.btn-line i::before {
  width: 15px;
  height: 15px;
  background-color: #2a79c1;
  border-radius: 8px;
}
.btn-line a::after,
.btn-line i::after {
  right: 26px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* --- btn-entry --- */

.btn-entry button,
.btn-entry a {
  position: relative;
  z-index: 10;
  display: inline-block;
  min-width: 360px;
  padding: 24px 80px;
  margin: 0 4px 8px;
  border-radius: 60px;
  background: #2a79c1;
  color: #fff;
  font-size: 83%;
  line-height: 1.3;
  border: none;
  transition: all 0.5s cubic-bezier(0.51, 0.01, 0, 0.98);
}
.btn-entry button:hover,
.btn-entry a:hover {
  background: #1864aa;
}
.btn-entry a .icon {
  position: relative;
  top: -3px;
}
.btn-entry .font-jp-bold {
  display: block;
  letter-spacing: 0.2em;
  font-size: 150%;
  margin-bottom: 4px;
}
.btn-entry small {
  display: block;
  letter-spacing: 0.2em;
}

.flex .btn + .btn {
  margin-left: 24px;
}

@media screen and (max-width: 767px) {
  .btn {
    text-align: center;
  }
  .btn a,
  .btn i {
    padding: 0 24px;
    height: 52px;
    line-height: 52px;
    width: 200px;
    min-width: 200px;
  }
  .btn-line {
    line-height: 1;
  }
  .btn-line a,
  .btn-line i {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    margin-right: 0;
  }
  .btn-entry button,
  .btn-entry a {
    min-width: 0;
    width: 100%;
    padding: 16px;
  }

  .flex .btn,
  .flex .btn + .btn {
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* cta
**************************************** */
.cta {
  padding: 200px 0 0;
  background: #000 center no-repeat;
  background-size: cover;
}
.cta .box {
  margin-bottom: -120px;
}
.cta .decoration_ttl {
  font-size: 6.25rem; /* 100px */
}
.cta .txtarea .cta--txt {
  margin-bottom: 56px;
}
.cta .btn a {
  width: 240px;
  padding-right: 26px;
  text-align: center;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .cta {
    padding-top: 128px;
  }
}

@media screen and (max-width: 767px) {
  .cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cta .box {
    margin-bottom: 0;
  }
  .cta .txtarea .cta--txt {
    font-size: 0.857rem; /* 12px */
    line-height: 1.8;
    text-align: left;
    margin-bottom: 24px;
  }
  .cta .txtarea .cta--txt br {
    display: none;
  }
  .cta .btn {
    width: 100%;
  }
  .cta .btn a {
    width: 100%;
  }
  .cta--btn.btn a {
    min-width: 0;
  }
}

/* box
**************************************** */
.box {
  padding: 104px;
  box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
}
@media screen and (max-width: 767px) {
  .box {
    padding: 24px;
  }
}

/* scroll-text
*************************************************** */
.scroll-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 200px;
  background-image: url(../images/common/scroll-text.svg);
  background-size: auto 100%;
  opacity: 0.5;
}
.scroll-text-white {
  background-image: url(../images/common/scroll-text-blue.svg);
}
.scroll-text-top {
  bottom: auto;
  top: 40px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .scroll-text {
    height: 80px;
  }
}

/* cta-page
**************************************** */
.cta-page {
  padding: 80px 0 40px;
  background-color: #eee;
}
.cta-page a:hover {
  opacity: 0.6;
}
.cta-page .imgarea {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .cta-page {
    padding: 40px 0 24px;
  }
  .cta-page .imgarea {
    margin-bottom: 8px;
  }
}

/* ##############################################################################

    HEADER

############################################################################## */

/* header
**************************************** */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  line-height: 1;
  z-index: 9990;
  mix-blend-mode: exclusion;
}
.page-contact .header {
  position: absolute;
  background-color: transparent;
  box-shadow: none;
}
.header .inner {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 48px 56px 0;
  margin: 0;
  overflow: hidden;
  transition: all 0.25s;
}
.header--link {
  transition: all 0.5s cubic-bezier(0.51, 0.01, 0, 0.98);
}
.gnav-active .header--link {
  transform: translateX(-300px);
}
.header--link a {
  color: #fff;
  padding: 8px;
  letter-spacing: 0.27em;
  font-weight: 700;
}
.header--link--sns,
.header--link--entry {
  margin-right: 40px;
}
.header--link--sns li:not(:last-child) a {
  margin-right: 6px;
}
.header--link--entry li:not(:last-child) a {
  margin-right: 20px;
}
.header--link--sns .svg-instagram {
  width: 20px;
  height: 20px;
}

.header--link--sns .svg-youtube {
  width: 26px;
  height: 20px;
}

.header--link--sns .svg-facebook {
  width: 20px;
  height: 20px;
}
.header--link--sns .svg-twitter {
  aspect-ratio: 20/23;
}
.header--link--sns .path {
  fill: #fff;
}
.header--link--entry .entry {
  background: #fff;
  color: #000;
  padding: 8px 24px;
  border-radius: 48px;
  border: 2px solid transparent;
}
.header--link--entry .entry:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
@media screen and (min-width: 768px) {
  .header-sm .header .inner {
    transform: translateY(-20px);
  }
  .header--logo img {
    width: auto;
    max-height: 54px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 56px;
  }
  .header .inner {
    margin: 8px auto;
    padding: 0 16px;
  }
  .header--logo {
    max-width: 55%;
  }
}

/* gnav_btn
**************************************** */
.gnav_btn {
  width: 56px;
  height: 56px;
  z-index: 9999;
  margin-right: -14px;
}
.gnav_btn--lines {
  position: relative;
  width: 28px;
  height: 8px;
}
.gnav_btn--lines span {
  transition: all 0.5s cubic-bezier(0.51, 0.01, 0, 0.98);
  box-sizing: border-box;
}
.gnav_btn--lines span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.gnav_btn--lines span:nth-of-type(1) {
  top: 0;
}
.gnav_btn--lines span:nth-of-type(2) {
  bottom: 0;
}
.gnav-active .gnav_btn--lines span:nth-of-type(1) {
  -webkit-transform: translateY(3px) rotate(-30deg);
  transform: translateY(3px) rotate(-30deg);
}
.gnav-active .gnav_btn--lines span:nth-of-type(2) {
  -webkit-transform: translateY(-3px) rotate(30deg);
  transform: translateY(-3px) rotate(30deg);
}

/* gnav
**************************************** */
.gnav {
  position: fixed;
  background: #101418;
  height: 100vh;
  width: 400px;
  z-index: 10;
  right: 0;
  top: 0;
  transform: translateX(400px);
  transition: all 0.5s cubic-bezier(0.51, 0.01, 0, 0.98);
  padding: 120px 48px 48px;
  z-index: 100;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.gnav::-webkit-scrollbar {
  display: none;
}
.gnav-active .gnav {
  transform: translateX(0);
}
.gnav a {
  padding: 1px 0;
  color: #fff;
  display: block;
}
.gnav--link .icon {
  display: inline-block;
  line-height: 1;
  margin-left: 8px;
  opacity: 0.5;
}
.gnav--link .icon img {
  vertical-align: middle;
}
.gnav--menu--sub {
  opacity: 0.75;
}
.gnav--menu--sub li:not(:last-child) {
  position: relative;
  margin-right: 12px;
  padding-right: 24px;
}
.gnav--menu--sub li:not(:last-child)::after {
  content: "";
  width: 1em;
  border-top: 1px solid;
  height: 1px;
  display: block;
  position: absolute;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: 0;
  top: 0;
  bottom: 1px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .gnav {
    width: 300px;
    height: auto;
    bottom: 0;
    padding: 80px 40px 40px;
    align-items: start;
  }
  .gnav--menu--sub {
    display: block;
  }
  .gnav--menu--sub li:not(:last-child)::after {
    display: none;
  }
}

/* header_color
**************************************** */
.header_color .header {
  mix-blend-mode: unset;
}
.header_color .header--link a {
  color: #2a79c1;
}
.header_color .gnav_btn--lines span,
.header_color .header--link--entry .entry {
  background-color: #2a79c1;
}
.header_color .header--link--entry .entry {
  color: #fff;
}
.header_color::before {
  position: fixed;
  content: "";
  display: block;
  width: 100%;
  height: 88px;
  background-color: #fff;
  left: 0;
  top: 0;
  box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 10%);
  z-index: 50;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.51, 0.01, 0, 0.98);
}
.header_color.header-sm::before {
  opacity: 0.98;
}
.header_color.header-sm .header .inner {
  transform: translateY(-32px);
}
.header_color .footer .header--link a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .header_color::before {
    height: 64px;
  }
  .header_color.header-sm .header .inner {
    transform: translateY(-4px);
  }
}

/* ##############################################################################

    FOOTER

############################################################################## */

.footer {
  background-color: #101418;
  color: #eee;
}
.footer a {
  color: #fff;
}
.footer > .inner {
  padding: 280px 0 80px;
}

/* .footer--main */
.footer--main {
  margin-right: 64px;
}
.footer--logo {
  margin-bottom: 16px;
}
.footer--bnrarea {
  max-width: 365px;
}
.footer--bnrarea .text_link a {
  display: block;
  width: 100%;
  border: 1px solid #665;
  padding: 16px;
  text-align: center;
}
.footer--bnrarea .text_link .icon {
  opacity: 0.5;
  margin-left: 8px;
}
.footer--bnrarea .text_link .icon img {
  vertical-align: middle;
}
.footer--addresses {
  max-width: 600px;
}

/* .footer--nav */
.footer--nav a {
  display: inline-block;
  margin-right: 40px;
  padding-left: 1.5em;
  position: relative;
}
.footer--nav a::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 1px;
  border-top: 1px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0.5;
}
.footer--iconarea {
  margin-top: 24px;
}
.footer--iconarea .img {
  margin-right: 16px;
  max-width: 88px;
}

@media screen and (max-width: 1380px) and (min-width: 768px) {
  .footer--nav--lists {
    display: block;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .footer--flex {
    display: block;
  }
  .footer--addresses {
    margin-left: auto;
  }
  .footer--nav--lists {
    display: flex;
    width: 600px;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .footer--addresses {
    width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .footer--main {
    margin-right: 0;
  }
  .footer > .inner {
    padding: 48px 0;
  }
  .footer--nav {
    margin-top: 40px;
    display: none;
  }
  .footer--nav .flex {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer--nav a {
    width: 100%;
    padding: 0 8px;
    margin-right: 0;
  }
  .footer--iconarea .img {
    max-width: 56px;
  }
}

/* footer--sub_nav
*************************************************** */
.footer--sub_nav {
  padding: 48px 0;
  background-color: #000;
}
.footer--copyright {
  text-align: center;
  margin-left: 16px;
}
.pbl {
  text-align: center;
  margin-left: 16px;
  opacity: 0.5;
}
.pbl:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .footer a {
    display: inline-block;
    padding: 2px;
  }
  .footer--sub_nav {
    padding: 24px 0;
  }
  .footer--sub_nav .header--link--sns {
    margin: 0 auto 16px;
    justify-content: center;
  }
  .footer--copyright {
    margin: 0;
  }
  .footer--sub_nav-link .sns {
    width: 100%;
  }
  .footer--sub_nav-link {
    justify-content: center;
  }
}

/* ##############################################################################

    INDEX

############################################################################## */

/* hero
*************************************************** */
.hero {
  position: relative;
  overflow: hidden;
  height: 100vh;
  max-height: 980px;
  background: #000;
}
.hero--slide {
  width: 100%;
  height: 100vh;
  max-height: 980px;
  background: center no-repeat;
  background-size: cover;
}
.hero .txtarea {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero--ttl-en {
  position: absolute;
  font-size: 15rem; /* 240px */
  mix-blend-mode: exclusion;
  bottom: 160px;
  left: 56px;
  z-index: 2;
  color: #e35e30;
  opacity: 0.75;
}
.hero-txtwrap {
  position: absolute;
  bottom: 124px;
  left: 128px;
  z-index: 3;
  width: 60%;
  max-width: 920px;
  color: #fff;
  letter-spacing: 0.2em;
  text-shadow: 0 0 32px rgba(0, 0, 0, 50%);
}
.hero--ttl-jp {
  margin-bottom: 0.25em;
  font-size: 2.5rem; /* 40px */
}
.hero--btn a {
  position: absolute;
  bottom: 120px;
  z-index: 10;
  right: 0;
  padding-right: 120px;
  color: #fff;
  letter-spacing: 0.27em;
  text-shadow: 0 0 24px rgba(0, 0, 0, 50%);
}
.hero--btn a::before {
  content: "";
  display: block;
  width: 104px;
  position: absolute;
  right: 0;
  height: 1px;
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* hero-slide */
.slideshow {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100vh;
  max-height: 980px;
  z-index: 1;
}
.slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slides {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin-top: -4vh;
  z-index: 1;
}
.slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slide.is-active {
  display: block;
}
.slide.is-loaded {
  opacity: 1;
}
.image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.image-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination {
  position: absolute;
  bottom: 80px;
  right: 50px;
  height: 16px;
  cursor: default;
  z-index: 2;
}
.pagination .item {
  display: inline-block;
  padding: 5px;
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.pagination .item .page {
  margin-left: -2px;
}
.pagination .item::before {
  content: "";
  display: block;
  /* position: absolute; */
  top: 15px;
  left: 5px;
  width: 6px;
  height: 6px;
  background: #fff;
  transition: background 0.2s ease;
  border-radius: 6px;
  margin: auto;
}
.pagination .item .icon {
  display: none;
}
.pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.pagination .item:hover::before,
.pagination .item.is-active::before {
  background-color: #009dff;
}

@media screen and (max-width: 767px) {
  .hero,
  .slideshow {
    height: 88vh;
  }
  .hero-txtwrap {
    left: 24px;
    right: 24px;
    bottom: 80px;
    width: auto;
  }
  .hero--ttl-en {
    font-size: 10rem; /* 140px */
    bottom: 72px;
    left: 0;
    width: 100%;
    padding: 0 16px;
  }
  .hero--ttl-jp {
    margin-bottom: 0.75em;
    font-size: 1.5rem; /* 21px */
  }
  .pagination {
    right: auto;
    left: 20px;
    bottom: 24px;
  }
  .pagination .item {
    width: 14px;
    height: 14px;
  }
  .pagination .item::before {
    width: 5px;
    height: 5px;
  }
  .hero--btn a {
    bottom: 24px;
    padding-right: 40px;
  }
  .hero--btn a::before {
    width: 32px;
  }
}

/* home_message
*************************************************** */
.home_message .decoration_ttl {
  position: absolute;
  top: 80px;
  right: 80px;
  font-size: 15rem; /* 240px */
  opacity: 0.2;
}
.home_message .imgarea {
  padding-top: 50%;
  max-height: 940px;
  background: center no-repeat;
  background-size: cover;
}
.home_message .txtarea {
  margin-top: 0;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .home_message .txtarea {
    width: 50%;
    margin-left: auto;
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .home_message .txtarea {
    padding-left: 6%;
    padding-right: 6%;
  }
  .home_message .decoration_ttl {
    right: 20px;
    font-size: 8rem; /* 112px */
    top: 20px;
  }
  .home_message .imgarea {
    width: 88%;
    margin: auto;
    padding-top: 78%;
  }
}

/* home_repeat
*************************************************** */
.home_repeat {
  position: relative;
}
.home_repeat-01 .scroll-text {
  bottom: -72px;
}
.home_repeat-02 .scroll-text {
  top: 0;
  bottom: auto;
}
.home_repeat-area .home_repeat:not(:last-child) {
  margin-bottom: 64px;
}

/* .home_repeat-02 */
.home_repeat-02 .section_half_area:nth-child(even) .section_half {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.home_repeat-02 .section_half_area:nth-child(odd) .section_half {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.home_repeat-02 .section_half_area:nth-child(even) .imgarea {
  margin-right: 40px;
  margin-left: 20px;
}
.home_repeat-02 .section_half_area:nth-child(odd) .imgarea {
  margin-left: 40px;
  margin-right: 20px;
}
.home_repeat-02 .section_half_area:nth-child(even) .txtarea {
  margin-right: -5%;
}
.home_repeat-02 .section_half_area:nth-child(odd) .txtarea {
  margin-right: 0;
}
.related-links .btn-line a {
  margin-bottom: 0;
  letter-spacing: 0;
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
  .home_repeat-area .home_repeat:not(:last-child) {
    margin-bottom: 32px;
  }
  .related-links .btn-line a {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .home_repeat-02 .section_half_area:nth-child(even) .section_half,
  .home_repeat-02 .section_half_area:nth-child(odd) .section_half {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home_repeat-02 .section_half_area:nth-child(even) .txtarea,
  .home_repeat-02 .section_half_area:nth-child(odd) .txtarea {
    margin: 0 auto;
  }
  .home_repeat-02 .section_half_area:nth-child(even) .imgarea,
  .home_repeat-02 .section_half_area:nth-child(odd) .imgarea {
    width: 90%;
    margin: 0 auto -40px;
  }
}

/* home_people
*************************************************** */
.home_people {
  position: relative;
  padding-bottom: 140px;
}
.home_people .scroll-text {
  bottom: 180px;
}

/* posts-people */
.posts-people {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  max-width: 1488px;
}
.post-people {
  margin: 0 8px;
  border: 1px solid #f8f8f8;
  background-color: #fff;
  width: calc((100% - 48px) / 3);
  max-width: 480px;
  box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
  transition: all 0.5s cubic-bezier(0.51, 0.01, 0, 0.98);
}
.post-people:hover {
  box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.3);
  transform: scale(0.98);
}
.post-people .post--img {
  width: 100%;
  padding-top: 125%;
  background: center;
  background-size: cover;
}
.post-people .post--txtarea {
  padding: 32px 28px 40px;
}
.post-people .post--txtarea .heading-4 {
  margin-bottom: 24px;
}
.post-people .post--txtarea .name {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .home_people {
    padding-bottom: 48px;
  }
  .home_people .inner {
    width: 100%;
  }
  .home_people .slick-slide {
    width: 320px;
  }
  .home_people .post-people {
    width: 304px !important;
    margin: 0 8px;
  }
  .post-people {
    width: 100%;
  }
  .post-people .post--img {
    padding-top: 90%;
    background-position: top 23% center;
  }
  .post-people .post--txtarea .heading-4 {
    letter-spacing: 0.12em;
    -ms-text-justify: inter-ideograph;
    text-justify: inter-ideograph;
    text-align: justify;
  }
}

/* home_linkarea
*************************************************** */
.linkarea-link {
  width: calc(100% / 3);
  text-align: center;
}
.linkarea-link a {
  position: relative;
  height: 440px;
  text-transform: uppercase;
}
.linkarea-link:nth-child(1) a {
  background: #fff;
  color: #2a79c1;
}
.linkarea-link:nth-child(2) a {
  background: #2a79c1;
  color: #fff;
}
.linkarea-link:nth-child(3) a {
  background: #3badd3;
  color: #fff;
}
.linkarea-link a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.51, 0.01, 0, 0.98);
  mix-blend-mode: overlay;
  z-index: 0;
}
.linkarea-link a:hover::before {
  opacity: 0.5;
}
.linkarea-link .heading-2 {
  margin-bottom: 8px;
}
.linkarea-link .heading-2,
.linkarea-link .txt-sm {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .linkarea-link a {
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .linkarea-link {
    width: 100%;
  }
  .linkarea-link a {
    height: 144px;
  }
}

/* ##############################################################################

    PAGE

############################################################################## */

/* page-company
*************************************************** */
.company_image {
  transform: translateY(-176px);
  margin-bottom: -80px;
}
.flex-textarea .txtarea {
  position: relative;
  z-index: 10;
  max-width: 720px;
  margin-left: auto;
}
.vision_area--contents:not(:last-child) {
  margin-bottom: 64px;
}
.txtarea--more {
  position: relative;
  padding-bottom: 96px;
}
.txtarea--btn ~ .txtarea--more--contents {
  height: 160px;
  overflow: hidden;
}
.txtarea--more--contents {
  position: relative;
  transition: 0.6s ease;
}
.txtarea--btn ~ .txtarea--more--contents::before {
  transition: 1s ease;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.txtarea--btn {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 10;
}
.txtarea--btn .icon::before,
.txtarea--btn .icon::after {
  transition: all 0.6s ease-out;
}
.txtarea--btn.active .icon::before {
  transform: rotate(180deg);
}
.txtarea--btn.active .icon::after {
  transform: rotate(180deg);
  opacity: 0;
}
.txtarea--btn .more_text {
  display: inline-block;
  text-align: center;
  min-width: 60px;
}
.txtarea--more--contents.active::before {
  opacity: 0;
}

/* company_movie */
.slick-youtube {
  z-index: 10;
}
.slick-youtube .slick-slide,
.youtube-list {
  width: 960px;
}
.youtube {
  width: calc(100% - 64px);
  margin: auto;
}

/* company_information */
.enkaku:not(:last-child) {
  margin-bottom: 8px;
}
.enkaku--ttl {
  width: 8em;
}
.enkaku--text {
  width: calc(100% - 8em);
}

/* company_registration */
.registration-list {
  box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
  padding: 32px;
  position: relative;
  z-index: 10;
}
.registration-list .imgarea {
  height: 200px;
  width: 100%;
}
.registration-list .imgarea img {
  max-height: 200px;
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .slick-youtube .slick-slide,
  .youtube-list {
    width: 720px;
  }
  .youtube {
    width: calc(100% - 24px);
  }
}

@media screen and (max-width: 767px) {
  .company_message .mgn-btm120 {
    margin-bottom: 8px;
  }
  .company_vision {
    padding-top: 0;
  }
  .company_vision .company_image {
    transform: none;
    margin-bottom: 48px;
  }
  .company_vision .company_image .inner-lg {
    width: 100%;
  }
  .slick-youtube .slick-slide,
  .youtube-list {
    width: 320px;
  }
  .youtube {
    width: calc(100% - 24px);
  }
  .enkaku {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1rem; /* 14px */
  }
  .enkaku--text {
    width: 100%;
  }
  .registration-list {
    padding: 16px;
  }
  .registration-list .imgarea {
    height: 128px;
  }
  .registration-list .imgarea img {
    max-height: 128px;
  }
}

/* page-service
*************************************************** */
.service-area {
  padding-top: 0;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .service-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* page-placement
*************************************************** */

/* page-welfare
*************************************************** */

/* page-privacy
*************************************************** */

/* page-numbers
*************************************************** */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-gap: 8px;
}
.grid-item img {
  display: block;
  width: 100%;
}
.numbers_main--content {
  height: 100%;
  padding: 24px;
  background: #fff;
  border: 1px solid #eee;
  transition: all 0.5s cubic-bezier(0.51, 0.01, 0, 0.98);
}
.numbers_main--content .heading-3 {
  margin-bottom: 0;
}
.numbers--number {
  font-size: 1.5rem; /* 24px */
  line-height: 1;
}
.numbers--number .number {
  font-size: 3rem; /* 48px */
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .numbers_main--content {
    padding: 16px;
  }
  .numbers_main--content .heading-3 {
    font-size: 1rem; /* 14px */
  }
  .numbers--number {
    font-size: 1.214rem; /* 17px */
  }
  .numbers--number .number {
    font-size: 2rem; /* 28px */
  }
}

/* page-faq
*************************************************** */

/* lps_parts--faq
********************************************** */
.faq_item {
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 40px 40px 40px 112px;
  box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
}
.faq_item:not(:last-child) {
  margin-bottom: 8px;
}
.faq_item .faq--q {
  position: relative;
  margin-bottom: 16px;
  line-height: 1.4;
  text-align: left;
}
.faq_item .faq--a {
  position: relative;
}
.faq_item .faq--icon {
  position: absolute;
  top: 0;
  left: -80px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
}
.faq_item .faq--q .faq--icon {
  content: "Q";
  color: #fff;
  background-color: #2a79c1;
}
.faq_item .faq--a .faq--icon {
  content: "A";
  background-color: #eee;
  color: #2a79c1;
}

@media screen and (max-width: 767px) {
  .faq_item {
    padding: 20px 16px 20px 56px;
  }
  .faq_item:not(:last-child) {
    margin-bottom: 8px;
  }
  .faq_item .faq--q {
    margin-bottom: 8px;
  }
  .faq_item .faq--icon {
    top: -4px;
    left: -40px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    font-size: 0.857rem; /* 12px */
  }
}

/* page-internship
*************************************************** */
.internship_course--content:not(:last-child) {
  margin-bottom: 4rem;
}
.internship_course .list-dl dd {
  padding-left: 280px;
}
.slick-internship-img {
  padding: 0 16px;
}
.flow .flow_item {
  position: relative;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 86px;
  padding-bottom: 40px;
  counter-increment: number;
}
.flow .flow_item:not(:last-child) {
  margin-bottom: 16px;
}
.flow .flow_item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 28px;
  display: block;
  width: 0;
  height: calc(100% - 60px);
  border-radius: 2px;
  border-right: solid 2px;
}
.flow .heading-3 {
  margin-bottom: 16px;
  line-height: 1.4;
  text-align: left;
}
.flow .heading-3::after {
  content: counter(number);
  position: absolute;
  top: 0;
  left: 4px;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 1.375rem; /* 22px */
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  background-color: #2a79c1;
}
.flow .text img {
  max-width: 248px;
  margin-top: 4px;
  margin-right: 40px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .internship_course--content:not(:last-child) {
    margin-bottom: 2rem;
  }
  .list-dl dt {
    position: relative;
    padding-bottom: 0;
  }
  .list-dl dd {
    padding-left: 12px;
    padding-top: 0;
    font-size: 0.929rem; /* 13px */
    letter-spacing: 0.075em;
    line-height: 1.8;
  }
  .list-dl dd iframe {
    height: 28vh;
  }
  .internship_course .list-dl dd {
    padding-left: 12px;
  }
  .slick-internship-img {
    padding: 0 16px;
  }
  .slick-internship-img img {
    max-width: 300px;
  }
  .flow .flow_item {
    padding-left: 48px;
    padding-bottom: 20px;
  }
  .flow .flow_item:not(:last-child) {
    margin-bottom: 8px;
  }
  .flow .flow_item:not(:last-child)::before {
    top: 36px;
    left: 14px;
    width: 3px;
    height: calc(100% - 36px);
  }
  .flow .heading-3 {
    margin-bottom: 8px;
  }
  .flow .heading-3::after {
    left: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    font-size: 1rem; /* 14px */
  }
  .flow .text img {
    float: none !important;
    margin-top: 2px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 8px !important;
  }
}

/* page-handicapped
*************************************************** */

/* page-sdgs
*************************************************** */
.sdgs_about {
  position: relative;
}
.sdgs_torikumi--content:not(:last-child) {
  margin-bottom: 40px;
}

/* page-project
*************************************************** */
.products_info .scroll-text {
  z-index: -1;
}
.products_info .imgarea {
  width: 560px;
}
.products_info .txtarea {
  width: calc(100% - 600px);
}
.products_info .txtarea .txtarea--dl:not(:last-child) {
  margin-bottom: 16px;
}
.products_story--content:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .products_story--content:not(:last-child) {
    margin-bottom: 40px;
  }
  .products_info .imgarea,
  .products_info .txtarea {
    width: 100%;
  }
  .products_info .imgarea {
    margin-bottom: 16px;
  }
  .products_story .imgarea {
    width: 100%;
  }
}

/* page-entry
*************************************************** */
.page-entry .header {
  position: absolute;
}
.page-entry.header-sm .header .inner {
  transform: translateY(0);
}
.page-entry.header_color.header-sm::before {
  opacity: 0;
}
.entry .scroll-text {
  top: 120px;
  bottom: auto;
  z-index: -1;
}
.cta--tel.box {
  padding: 0;
  margin-bottom: 24px;
}
.contact--form {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .contact--txt.txt-ctr {
    text-align: left;
  }
}

/* page-thanks
*************************************************** */
@media screen and (max-width: 767px) {
  .page-thanks .inner.txt-ctr {
    text-align: left;
  }
}

/* 404
*************************************************** */
.page-404 .content-404 p {
  margin-bottom: 40px;
  font-size: 1.125rem; /* 18px */
}
@media screen and (max-width: 767px) {
  .page-404 .content-404 p {
    margin-bottom: 24px;
    font-size: 1rem; /* 14px */
  }
}

/* page-sitemap
*************************************************** */
.sitemap--list {
  width: 49%;
}
.sitemap--list-page.sitemap--list > li {
  margin-bottom: 10px;
}
.sitemap--list-posts.sitemap--list .sitemap--item-ttl:not(:first-child) {
  margin-top: 10px;
}
.sitemap--list-posts.sitemap--list > .sitemap--item-child {
  margin-bottom: 16px;
}
.sitemap--list li a {
  display: block;
  text-decoration: none;
}
.sitemap--list li a:hover {
  color: #4267b2;
  text-decoration: underline;
}
.sitemap--item-ttl {
  font-weight: bold;
}
.sitemap--item:not(.sitemap--item-ttl) {
  font-size: 0.875rem; /* 14px */
}

/* --- category --- */
.sitemap--list li.sitemap--item-child a {
  padding-left: 8px;
}
.sitemap--list li.sitemap--item-child.sitemap--item-page {
  padding: 6px 0 6px 24px;
}
.sitemap--list li.sitemap--item-taxonomy ul {
  letter-spacing: -0.4em;
}
.sitemap--list li.sitemap--item-taxonomy ul li {
  display: inline-block;
  padding: 0;
  margin-right: 8px;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  .sitemap--list {
    width: 100%;
  }
  .sitemap--list-posts.sitemap--list > .sitemap--item-child {
    margin-bottom: 8px;
  }
}

/* ##############################################################################

    ARCHIVE

############################################################################## */

/* post
**************************************** */
.post {
  position: relative;
}
.post--link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.post--date {
  color: #aaa;
  font-size: 0.875rem; /* 14px */
}
.cat_list {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cat_list a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.813rem; /* 13px */
  background-color: #2a79c1;
  color: #f6f6f6;
  line-height: 1;
  padding: 6px 12px;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  white-space: nowrap;
  border-radius: 16px;
}
.no-image {
  background-size: 80% auto !important;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eee;
}

/* archive-people
**************************************** */
.people_main .scroll-text {
  bottom: 0;
}
.people_main .post-people {
  margin-bottom: 16px;
}

/* archive-job
**************************************** */

.requirements--nav-link {
  position: relative;
  display: inline-block;
  min-width: 200px;
  padding: 16px 32px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.3em;
  border-radius: 50px;
  border: 2px solid;
  transition: all 0.5s cubic-bezier(0.51, 0.01, 0, 0.98);
}
.requirements--nav-link:hover {
  transform: scale(0.94);
}
li:not(:last-child) .requirements--nav-link {
  margin-right: 32px;
}
.requirements--nav-link.new-graduates {
  color: #3badd3;
}
.requirements--nav-link.mid-career {
  color: #2a79c1;
}
@media screen and (max-width: 767px) {
  .requirements--nav-link {
    min-width: auto;
  }
  .cat_list--list {
    width: 50%;
    margin-bottom: 8px;
  }
  .requirements--nav-link {
    width: 98%;
    font-size: 0.929rem; /* 13px */
    padding: 12px 0;
    letter-spacing: 0.1em;
  }
}

/* archive-crosstalk
**************************************** */
.post-crosstalk {
  position: relative;
  z-index: 10;
  border: 1px solid #f8f8f8;
  background-color: #fff;
  box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
  transition: all 0.5s cubic-bezier(0.51, 0.01, 0, 0.98);
}
.post-crosstalk:hover {
  box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 30%);
  transform: scale(0.98);
}
.post-crosstalk .post--img {
  padding-top: 56.25%;
  background: center no-repeat;
  background-size: cover;
}
.post-crosstalk .post--txtarea {
  padding: 32px 28px 40px;
}
.post-crosstalk .post--txtarea .heading-3 {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .post-crosstalk .post--txtarea {
    padding: 24px 20px;
  }
  .post-crosstalk .post--txtarea .heading-3 {
    margin-bottom: 16px;
  }
}

/* ##############################################################################

    SINGLE

############################################################################## */

/* single-people
**************************************** */
.single-crosstalk .page_ttl,
.single-people .page_ttl {
  text-align: left;
  padding: 33% 0 10%;
  max-height: 95vh;
}
.single-crosstalk .page_ttl-en-bg,
.single-people .page_ttl-en-bg {
  width: 88%;
  left: 0;
  right: 0;
  top: 16%;
}
.single-crosstalk .page_ttl-jp,
.single-people .page_ttl-jp {
  padding-left: 0;
  margin-left: -0.1em;
}
.people-info * {
  position: relative;
  padding-right: 1em;
  margin-right: 0.5em;
}
.people-info *:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  height: 1px;
  border-top: 1px solid;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .single-people .page_ttl {
    padding: 50% 0 13%;
  }
  .single-crosstalk .page_ttl {
    padding: 50% 0 15%;
  }
  .single-people .page_ttl--bg,
  .single-crosstalk .page_ttl--bg {
    background-position: center right 40%;
  }
  .single-people .page_ttl .name {
    font-size: 0.786rem; /* 11px */
  }
  .single-people .page_ttl .people-info,
  .people-info * {
    display: block;
    font-size: 0.786rem; /* 11px */
  }
  .people--contents .imgarea {
    width: 100%;
  }
}

/* single-job
**************************************** */
.job_main .scroll-text {
  bottom: 72px;
}
.list-detail:not(:last-child) {
  margin-bottom: 24px;
}

/* single-crosstalk
**************************************** */

/* crosstalk_people */
.people-list {
  max-width: 292px;
  margin: 0 32px;
}
.people-list .heading-4 {
  margin-bottom: 16px;
}

/* crosstalk_contents */
.talk {
  position: relative;
  z-index: 10;
}
.talk:not(:last-child),
.talk--contents:not(:last-child) {
  margin-bottom: 112px;
}
.talk .right {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.talk .right .serif::before {
  left: auto;
  right: -14px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.talk .icon-area {
  width: 96px;
}
.talk .icon-area .img {
  width: 96px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 8px;
}
.talk .serif {
  position: relative;
  width: calc(100% - 144px);
  padding: 24px 40px;
  border-radius: 8px;
  background: #efefef;
}
.talk .serif::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 16px 8px 0;
  border-color: transparent #efefef transparent transparent;
  position: absolute;
  left: -14px;
  top: 0;
  bottom: 1em;
  margin: auto;
}
.talk--contents .imgarea {
  position: relative;
  z-index: 10;
}
.talk--contents .scroll-text {
  bottom: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .people-list {
    margin: 0 16px;
  }
  .talk--contents .imgarea {
    width: 100%;
  }
  .talk:not(:last-child),
  .talk--contents:not(:last-child) {
    margin-bottom: 48px;
  }
  .talk .icon-area,
  .talk .icon-area .img {
    width: 56px;
  }
  .talk .icon-area .img {
    margin-bottom: 4px;
  }
  .talk .serif {
    width: calc(100% - 72px);
    padding: 16px;
    font-size: 0.857rem; /* 12px */
    line-height: 1.7;
    letter-spacing: 0.08em;
    -ms-text-justify: inter-ideograph;
    text-justify: inter-ideograph;
    text-align: justify;
  }
}

/* single-briefing
**************************************** */
.iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map {
  border: 1px solid #ddd;
  margin-top: 1em;
}

/* single-pass
**************************************** */
#pass p {
  margin-bottom: 1em;
}
#pass input[name="post_password"] {
  padding: 5px;
  border: solid 1px #aaa;
  outline: none;
}
#pass input[type="submit"] {
  padding: 4px 16px;
  letter-spacing: 0.15em;
  background-color: #ddd;
  border-radius: 4px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
#pass input[type="submit"]:hover {
  opacity: 0.7;
}
.single .pass {
  width: 100%;
}
.single .pass p:first-child {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .single .pass p:first-child {
    text-align: left;
  }
}

/* wp-pagenavi
**************************************** */
.wp-pagenavi {
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  margin-right: 0;
  font-weight: 700;
}
.wp-pagenavi .pages {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 1em;
}
.wp-pagenavi a,
.wp-pagenavi .current {
  position: relative;
  padding: 0.5em 2.5em;
  color: #2a79c1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 32px;
  border: 2px solid;
}
.wp-pagenavi .current {
  opacity: 0.5;
}
.wp-pagenavi a:hover {
  opacity: 0.75;
  transform: scale(0.94);
}
.wp-pagenavi > *:not(.pages) {
  max-width: calc(100% / 2.6);
}
.archive .wp-pagenavi > *:not(.pages) {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.wp-pagenavi > *:not(.pages) {
  margin-bottom: 4px;
}
.wp-pagenavi > *:not(.pages):not(:last-child) {
  margin-right: 4px;
}
.wp-pagenavi .extend {
  width: 24px !important;
}
.wp-pagenavi a[rel="prev"]::before,
.wp-pagenavi a[rel="next"]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before,
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid;
  border-right: 2px solid;
}
.wp-pagenavi a[rel="prev"]::before,
.wp-pagenavi a[rel="next"]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before,
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  width: 6px;
  height: 6px;
}
.wp-pagenavi a[rel="prev"],
.wp-pagenavi .first,
.wp-pagenavi .first {
  padding-right: 4em;
}
.wp-pagenavi a[rel="next"],
.wp-pagenavi .last,
.wp-pagenavi .last {
  padding-left: 4em;
}
.wp-pagenavi a[rel="prev"]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .first::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 1.5em;
}
.wp-pagenavi a[rel="next"]::before,
.wp-pagenavi .last::before,
.wp-pagenavi .last::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 1.5em;
}
.wp-pagenavi-single a[rel="prev"]::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wp-pagenavi-single a[rel="next"]::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.wp-pagenavi .first::before,
.wp-pagenavi .last::before {
  left: -6px;
}
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  right: -6px;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 24px;
  }
  .archive .wp-pagenavi > *:not(.pages) {
    width: 32px;
    height: 32px;
  }
  .wp-pagenavi-single a[rel="prev"],
  .wp-pagenavi-single a[rel="next"] {
    width: auto;
    text-indent: -9999px;
    padding: 0 2em;
  }
  .wp-pagenavi > *:not(.pages) {
    padding: 0.5em 2em;
  }
  .wp-pagenavi .first::before,
  .wp-pagenavi .last::before {
    left: -5px;
  }
  .wp-pagenavi .first::after,
  .wp-pagenavi .last::after {
    right: -5px;
  }
}

/* ##############################################################################

  FORM

############################################################################## */
.nf-form-cont .nf-form-content label,
.nf-form-cont .nf-field-label .nf-label-span {
  font-size: max(16px, 1.125rem);
}
@media screen and (max-width: 47.9375em) {
  .nf-form-cont .nf-form-content label,
  .nf-form-cont .nf-field-label .nf-label-span {
    margin-bottom: 6px !important;
  }
  .nf-form-cont .nf-form-content label,
  .nf-form-cont .nf-field-label .nf-label-span {
    font-size: 1.0714285714rem;
  }
}

.nf-form-cont .nf-form-content .nf-label-span {
  font-family: "Outfit", "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004";
}

.nf-form-cont .nf-form-fields-required {
  display: none !important;
}

.nf-form-cont .nf-field-element {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}

#ninja_forms_required_items,
.nf-form-cont .nf-field-container {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  #ninja_forms_required_items,
  .nf-form-cont .nf-field-container {
    margin-bottom: 1.1428571429rem;
  }
}

.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-cont .nf-form-content input:not([type="button"]),
.nf-form-cont .nf-form-content textarea {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}

.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-cont .nf-form-content input:not([type="button"]),
.nf-form-cont .nf-form-content textarea {
  background: #fff;
  color: #333;
  border-radius: 0.1875rem;
  vertical-align: bottom;
  font-size: max(14px, 1rem);
  transition: all 0.4s ease-out;
  font-weight: 500;
}

.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div:focus,
.nf-form-cont .nf-form-content input:not([type="button"]):focus,
.nf-form-cont .nf-form-content textarea:focus {
  color: #333;
}

.nf-form-content .list-checkbox-wrap .nf-field-element li label,
.nf-form-content .list-image-wrap .nf-field-element li label,
.nf-form-content .list-radio-wrap .nf-field-element li label {
  cursor: pointer;
}

.nf-form-content input[type="checkbox"]:focus + label:after,
.nf-form-content input[type="radio"]:focus + label:after {
  box-shadow: none;
}

.checkbox-wrap .nf-field-element label.nf-checked-label:before,
.checkbox-wrap .nf-field-label label.nf-checked-label:before,
.listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
.listcheckbox-wrap .nf-field-label label.nf-checked-label:before {
  color: #1d7fb7;
}

.nf-form-cont .ninja-forms-req-symbol {
  font-size: 0 !important;
}
.nf-form-cont .ninja-forms-req-symbol::before {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}
.nf-form-cont .ninja-forms-req-symbol::before {
  content: "必須"; /* 必須 */
  background-color: #f55;
  color: #fff;
  margin-left: 0.5em;
  font-size: max(10px, 0.75rem);
  padding: 0.125rem 0.3125rem;
  border-radius: 0.1875rem;
}

.nf-form-cont .nf-form-content .submit-wrap {
  text-align: center;
}

.nf-form-cont .nf-form-content .submit-wrap input:not([type="button"]) {
  font-family: "Outfit", "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004" !important;
}

.nf-form-cont .nf-form-content .submit-wrap input:not([type="button"]) {
  max-width: 100%;
  width: 20rem;
  height: 4rem;
  font-size: max(16px, 1.125rem);
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #1d7fb7;
  border-radius: 3.125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 48em) {
  .nf-form-cont .nf-form-content .submit-wrap input:not([type="button"]) {
    margin-top: 1.7142857143rem;
  }
}

.nf-form-cont .nf-form-errors {
  margin-top: -1em;
  text-align: center;
}

/* リキャプチャ・キャプション
**************************************** */
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha_policy {
  padding: 0;
  margin-top: 3rem;
  color: #333;
  font-size: max(8px, 0.625rem);
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 47.9375em) {
  .recaptcha_policy {
    text-align: left;
  }
}

.recaptcha_policy a {
  color: #69abdb;
  font-size: max(10px, 0.75rem);
  text-decoration: underline;
}
