/* ##############################################################################

    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 .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 .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: .1s;
}

.tr-delay-2s {
  transition-delay: .2s;
}

.tr-delay-3s {
  transition-delay: .3s;
}

.tr-delay-4s {
  transition-delay: .4s;
}

.tr-delay-5s {
  transition-delay: .5s;
}

.tr-delay-6s {
  transition-delay: .6s;
}

.tr-delay-7s {
  transition-delay: .7s;
}

.tr-delay-8s {
  transition-delay: .8s;
}

.tr-delay-9s {
  transition-delay: .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 .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 .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 .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-persons,
  .archive-job,
  .archive-crosstalk,
  .archive-briefing,
  .page-booking,
  .page-entry {
    border-top: 32px solid #fff;
  }
}


/* 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 .05s linear, top .05s linear, width .2s cubic-bezier(.43, -.01, .15, .99), height .2s cubic-bezier(.43, -.01, .15, .99), margin .2s cubic-bezier(.43, -.01, .15, .99);
}

#stalker svg {
  width: 100%;
  height: 100%;
}

#stalker svg circle {
  fill: none;
  stroke: #e35e30;
  stroke-width: 2;
  stroke-linecap: round;
  transition: .2s cubic-bezier(.43, -.01, .15, .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: .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: .95;
}

.page_ttl--bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(transparent, black);
  opacity: .25;
  pointer-events: none;
}

.page_ttl-jp {
  display: block;
  font-size: 250%;
  letter-spacing: .2em;
  padding-left: .2em;
  text-shadow: 0 0 32px rgba(0, 0, 0, 50%);
}

.page_ttl-en {
  display: inline-block;
  text-transform: uppercase;
  font-size: 75%;
  letter-spacing: .27em;
  padding-left: .27em;
}

.page_ttl-en-bg {
  font-size: 1500%;
  text-transform: capitalize;
  position: absolute;
  width: 100%;
  height: .75em;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: .75;
  z-index: -1;
  color: #e35e30;
  mix-blend-mode: exclusion;
}

/* --- section_ttl --- */
.section_ttl {
  margin-bottom: 24px;
  font-size: 250%;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: .1em;
}

.section_ttl-sm {
  font-size: 267%;
}

.section_catch {
  text-align: center;
  font-size: 120%;
  font-weight: 700;
}

.decoration_ttl {
  position: relative;
  z-index: 10;
  font-size: 1000%;
}

.decoration_ttl-sm {
  font-size: 625%;
}

/* --- 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: 250%;
  letter-spacing: .15em;
  margin-bottom: 48px;
}

.heading-2 {
  font-size: 200%;
  letter-spacing: .15em;
  margin-bottom: 48px;
}

.heading-3 {
  font-size: 150%;
  letter-spacing: .15em;
  margin-bottom: 48px;
}

.heading-4 {
  font-size: 125%;
  letter-spacing: .15em;
  margin-bottom: 40px;
}

.heading-5 {
  font-size: 100%;
  letter-spacing: .15em;
  margin-bottom: 40px;
}

@media screen and (max-width: 1400px) and (min-width: 768px) {
  .single-persons .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: 125%;
  }

  .page_ttl-en-bg {
    font-size: 650%;
  }

  .page_ttl--bg {
    top: 0;
    min-height: 0;
  }

  /* --- section_ttl --- */
  .section_ttl {
    font-size: 172%;
  }

  .section_catch {
    font-size: 86%;
  }

  /* .decoration_ttl */
  .decoration_ttl {
    font-size: 625%;
  }

  .decoration_ttl-sm {
    font-size: 400%;
  }


  /* --- heading --- */
  .heading-1 {
    font-size: 150%;
    margin-bottom: 24px;
  }

  .heading-2 {
    font-size: 137.5%;
    margin-bottom: 24px;
  }

  .heading-3 {
    font-size: 125%;
    margin-bottom: 24px;
  }

  .heading-4 {
    font-size: 112.5%;
    margin-bottom: 24px;
  }

  .heading-line {
    padding-bottom: 16px;
  }
}

/* breadcrumbs
**************************************** */
.breadcrumbs {
  font-size: 75%;
  position: absolute;
  z-index: 10;
  bottom: 40px;
  left: 56px;
  right: 56px;
  text-align: left;
}

.single-persons .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: 65%;
    letter-spacing: .05em;
  }

  .breadcrumbs a {
    padding-right: 10px;
    margin-right: 3px;
  }

  .breadcrumbs a::after {
    border-width: 2px 0 2px 3px;
  }
}


/* txt
**************************************** */
.txt-lg {
  font-size: 112.5%;
}

.txt-xl {
  font-size: 125%;
}

.txt-sm {
  font-size: 87.5%;
  line-height: 1.8;
}

.txt-xs {
  font-size: 75%;
  line-height: 1.8;
}

.txt-xxs {
  display: block;
  font-size: 40%;
  line-height: 1.6;
  letter-spacing: .2em;
}

.txt-wh {
  color: #fff;
}

.txt-attention {
  font-size: 88%;
  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: .5em;
  font-weight: 400;
  letter-spacing: 0;
  padding-top: .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: 107%;
}

.table_line td {
  border: 1px solid #D2D2D2;
  font-size: 93%;
}

/* --- 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: .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: .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;
}

@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;
}

.btn-color a,
.btn-color i {
  position: relative;
  width: 240px;
  font-size: 87.5%;
  color: #fff;
  padding: 0 32px;
  text-align: center;
  letter-spacing: .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 .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: 0;
  margin: auto;
  transition: all .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: 6px;
  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 .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: .2em;
  font-size: 150%;
  margin-bottom: 4px;
}

.btn-entry small {
  display: block;
  letter-spacing: .2em;
}


.flex .btn+.btn {
  margin-left: 16px;
}

@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: 625%;
}

.cta .txtarea .cta--txt {
  margin-bottom: 56px;
}

.cta .btn a {
  width: 300px;
}

@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: 87.5%;
    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: .5;
}

.scroll-text-white {
  background-image: url(../images/common/scroll-text-blue.svg);
}

.scroll-text-top {
  bottom: auto;
  top: 40px;
}


@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: .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 .25s;
}

.header--link {
  transition: all .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: .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--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;
}

.header--link--entry .entry.entry24 {
  background-color: #f14f17 !important;
  font-weight: bold;
}

.header--link--entry .entry.entry24:hover {
  background-color: #ff6900 !important;
}

@media screen and (min-width: 768px) {
  .header-sm .header .inner {
    transform: translateY(-20px);
  }

  .header--logo img {
    height: 38px;
    width: auto;
  }
}

@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 .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 .5s cubic-bezier(0.51, 0.01, 0, 0.98);
  padding: 120px 48px 48px;
  z-index: 100;
}

.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: .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;
    overflow: scroll;
    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 .5s cubic-bezier(0.51, 0.01, 0, 0.98);
}

.header_color.header-sm::before {
  opacity: .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: rgb(236,238,244);
  color: #222;
}

.footer a {
  color: rgb(42,121,193);
  font-family: 'Montserrat', 'Shuei KakuGo Gin B', sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}

.footer>.inner {
  padding: 240px 0 64px;
}

/* .footer--main */
.footer--bnrarea {
  max-width: 720px;
}

.footer--bnrarea .text_link a {
  display: block;
  width: 100%;
  border: 1px solid currentColor;
  padding: 16px;
  text-align: center;
}

.footer--bnrarea .text_link .icon {
  display: inline-block;
  margin-left: 8px;
  width: 14px;
  height: 14px;
  mask-image: url(/wp/wp-content/themes/original_theme/images/common/icon-link.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
}

.footer--flex {
  container: footer--flex / inline-size;
  gap: 80px;
}
.footer--lft {
  flex: 1;
}
@container footer--flex (max-width: 900px) {
  .footer--flex .entry-link {
    width: 500px;
  }
}
@container footer--flex (max-width: 768px) {
  .footer--flex .entry-link {
    width: 100%;
    max-width: inherit;
  }
}
.footer--flex .entry-link {
  position: static;
  margin: 0;
  width: 100%;
  max-width: 720px;
}
.footer .entry-link a:hover {
  color: #fff !important;
}
/* .footer--nav */
.footer--nav--lists h3 {
  font-size: 1.25rem;
}
.footer--nav a {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  padding-left: 1.5em;
}

.footer--nav a::before {
  content: "";
  display: block;
  width: .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 (min-width: 768px) {
  .footer--main {
    gap: 5rem;
  }
  .footer--addresses > .flex {
    gap: 3rem;
  }
  .footer--address--item {
    max-width: 260px;
  }
}
@media screen and (max-width: 1080px) 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 (max-width: 1380px) {
  .footer--flex .entry-link br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer--main {
    gap: 2rem;
  }
  .footer--addresses > .flex {
    gap: 1rem;
  }

  .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--address--item {
    letter-spacing: 0.08em;
  }
}


/* footer--sub_nav
*************************************************** */
.footer--sub_nav {
  padding: 48px 0;
  background-color: #000;
}

.footer--copyright {
  text-align: center;
  margin-left: 16px;
  color: #fff;
}

.pbl {
  text-align: center;
  margin-left: 16px;
  opacity: .5;
}

.pbl:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .footer a {
    display: inline-block;
    padding: 2px;
  }

  .footer--sub_nav {
    padding: 24px 0;
    padding-bottom: 120px;
  }

  .footer--sub_nav .header--link--sns {
    margin: 0 auto 16px;
  }

  .footer--copyright {
    margin: 0;
  }

  .footer--sub_nav .sns {
    display: none;
  }

}


/* fix_banner
**************************************** */

@media screen and (max-width: 767px) {
  .fixed_bottom_banner {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
  }

  #js-fix_banner.is-show {
    transition: .5s;
    opacity: 1;
    visibility: visible;
  }

  .header--link--entry_mgn_none {
    margin-right: 0;
    height: 56px;
  }

  .header--link--entry .view_sp_adjust_entry {
    width: 100%;
    text-align: center;
    border-radius: 0;
  }
  .header--link--entry .view_sp_adjust_entry .txt {
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    display: block;
    padding: .5em 0;
    font-size: 2.5vw;
    line-height: 1.4;
    color: rgb(42,121,193);
    background-color: #fff;
    transform: translateY(-100%);
  }
}

/* footer_publish
**************************************** */
.footer_publish {
  margin-block: 56px 72px;
}
.footer_publish--ttl {
  font-size: 1.5rem;
}
.footer_publish--box {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.footer_publish--item {
  width: calc((100% - 2rem) / 2);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #222;
}
.footer_publish--item .footer_publish--img {
  flex-shrink: 0;
  width: 200px;
}
.footer_publish--item a:hover {
  opacity: 0.7;
}
.footer_publish--item img {
  display: block;
  margin-inline: auto;
  height: auto;
}
.footer_publish--item.swoops img {
  width: 120px;
}
.footer_publish--item.gifuchoku img {
  width: 160px;
}
.footer_publish--item p {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .footer_publish {
    margin-block: 40px 56px;
  }
  .footer_publish--ttl {
    font-size: 1rem;
    margin-bottom: 16px;
  }
  .footer_publish--box {
    flex-direction: column;
    gap: 1rem;
  }
  .footer_publish--item {
    width: 100%;
  }
  .footer_publish--item .footer_publish--img {
    width: 80px;
  }
  .footer_publish--item p {
    font-size: .625rem;
  }
  .footer_publish--item.swoops img {
    width: 60px;
  }
}

/* ##############################################################################

    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: 1500%;
  mix-blend-mode: exclusion;
  bottom: 160px;
  left: 56px;
  z-index: 2;
  color: #e35e30;
  opacity: .75;
}

.hero-txtwrap {
  position: absolute;
  bottom: 124px;
  left: 128px;
  z-index: 3;
  width: 60%;
  max-width: 920px;
  color: #fff;
  letter-spacing: .2em;
  text-shadow: 0 0 32px rgba(0, 0, 0, 50%);
}

.hero--ttl-jp {
  margin-bottom: .25em;
  font-size: 250%;
}

.hero--btn a {
  position: absolute;
  bottom: 120px;
  z-index: 10;
  right: 0;
  padding-right: 120px;
  color: #fff;
  letter-spacing: .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: 1000%;
    /* bottom: 72px; */
    left: 0;
    width: 100%;
    padding: 0 16px;
  }

  .hero--ttl-jp {
    margin-bottom: .75em;
    font-size: 150%;
  }

  .pagination {
    right: auto;
    left: 20px;
    bottom: 32px;
  }

  .pagination .item {
    width: 14px;
    height: 14px;
  }

  .pagination .item::before {
    width: 5px;
    height: 5px;
  }

  .hero--btn a {
    bottom: 96px;
    padding-right: 40px;
  }

  .hero--btn a::before {
    width: 32px;
  }

  .hero div.hero_bottom_banner {
    position: absolute;
    width: 100%;
    bottom: 24px;
    right: 16px;
    z-index: 9999;
  }

  .hero .header--link--entry_mgn_none {
    margin-right: 0;
  }

  .hero .entry {
    margin-right: 8px;
  }



}

/* home_message
*************************************************** */
.home_message {
  position: relative;
  padding-top: 80px;
}

.entry-link {
  position: absolute;
  z-index: 10;
  width: 720px;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 88%;
}

.entry-link a {
  box-shadow: 0 0 24px -2px rgb(0 0 0 / 25%);
  display: block;
  color: #fff;
  background: #f14f17;
  padding: 16px 24px;
  text-align: center;
  letter-spacing: .2em;
}

.entry-link a:hover {
  background: #ff6900;
}

.entry-link .txt {
  display: block;
  margin-top: .5em;
  line-height: 1.5;
  font-size: 80%;
}

.home_message .decoration_ttl {
  position: absolute;
  top: 80px;
  right: 80px;
  font-size: 1500%;
  opacity: .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) {
  .entry-link {
    top: -12px;
  }

  .home_message .txtarea {
    padding-left: 6%;
    padding-right: 6%;
  }

  .home_message .decoration_ttl {
    right: 20px;
    font-size: 800%;
    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_persons
*************************************************** */
.home_persons {
  position: relative;
  padding-bottom: 140px;
}

.home_persons .scroll-text {
  bottom: 180px;
}

/* posts-persons */
.posts-persons {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  max-width: 1488px;
}

.post-persons {
  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 .5s cubic-bezier(0.51, 0.01, 0, 0.98);
}

.post-persons:hover {
  box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.3);
  transform: scale(0.98);
}

.post-persons .post--img {
  width: 100%;
  padding-top: 125%;
  background: center;
  background-size: cover;
}

.post-persons .post--txtarea {
  padding: 32px 28px 40px;
}

.post-persons .post--txtarea .heading-4 {
  margin-bottom: 24px;
}

.post-persons .post--txtarea .name {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .home_persons {
    padding-bottom: 48px;
  }

  .home_persons .inner {
    width: 100%;
  }

  .home_persons .slick-slide {
    width: 320px;
  }

  .home_persons .post-persons {
    width: 304px !important;
    margin: 0 8px;
  }

  .post-persons {
    width: 100%;
  }

  .post-persons .post--img {
    padding-top: 90%;
    background-position: top 23% center;
  }

  .post-persons .post--txtarea .heading-4 {
    letter-spacing: .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 .5s cubic-bezier(0.51, 0.01, 0, 0.98);
  mix-blend-mode: overlay;
  z-index: 0;
}

.linkarea-link a:hover::before {
  opacity: .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--more--contents {
  max-height: 100px;
  overflow: hidden;
  position: relative;
  transition: 1s ease;
}

.txtarea--more--contents::before {
  transition: 1s ease;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(236, 238, 244, 0), rgba(236, 238, 244, 1));
}

.txtarea--btn {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 10;
}

.txtarea--more--contents.active {
  max-height: 100%;
}

.txtarea--more--contents.active::before {
  opacity: 0;
}

.txtarea--btn.active {
  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 */
.media_achievement {
  margin-bottom: 1rem;
}
.media_achievement--wrap {
  margin-bottom: .5rem;
}
.media_achievement--ttl {
  margin-right: 1rem;
}
.media_achievement--media {
  padding: .1rem 1rem;
  background-color: #e7e7e7;
  border-radius: 50vw;
  font-size: 12px;
}
.media_achievement--link {
  position: relative;
  color: #2a79c1;
  text-decoration: underline;
  transition: all .4s ease-out;
}
.media_achievement--link:not([href="javascript:void(0);"]):hover {
  text-decoration: underline;
  color: #3badd3;
}

.media_achievement--link[href="javascript:void(0);"] {
  text-decoration: none;
  pointer-events: none;
}
.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 (min-width: 1081px) {
  .media_achievement--link:not([href="javascript:void(0);"]):hover::after {
    background-color: #3badd3;
  }
  .media_achievement--link:not([href="javascript:void(0);"])::before,
  .media_achievement--link:not([href="javascript:void(0);"])::after {
    content: "";
    position: absolute;
    transform: translateY(-50%);
  }
  .media_achievement--link:not([href="javascript:void(0);"])::before {
    top: 46%;
    left: calc(100% + 1.3em);
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    rotate: 45deg;
    z-index: 1;
  }
  .media_achievement--link:not([href="javascript:void(0);"])::after {
    top: 50%;
    left: calc(100% + 1em);
    width: 24px;
    height: 24px;
    background-color: #2a79c1;
    border-radius: 50vw;
    z-index: 0;
    transition: all .4s ease-out;
  }
}

@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);
  }

  .media_achievement--media {
    font-size: 10px;
  }

  .enkaku {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 100%;
  }

  .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
*************************************************** */
.numbers_others {
  margin-bottom: 3rem;
}
.numbers_main--contents {
  column-count: 3;
}
/* .grid {
  display: grid; 
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-gap: 8px;
} */

.numbers_main--contents .grid-item {
  margin-bottom: 1rem;
  break-inside: avoid;
}
.numbers_main--contents .grid-item img {
  display: block;
  width: 100%;
}

.numbers_main--content {
  /* height: 100%; */
  padding: 24px;
  background: #fff;
  border: 1px solid #eee;
  transition: all .5s cubic-bezier(0.51, 0.01, 0, 0.98);
}

.numbers_main--content .heading-3 {
  margin-bottom: 0;
}

.numbers--number {
  font-size: 150%;
  line-height: 1;
}

.numbers--number .number {
  font-size: 300%;
  margin-right: 4px;
}

@media screen and (max-width: 767px) {
  /* .grid {
    grid-template-columns: repeat(2, 1fr);
  } */
  .numbers_others {
    margin-bottom: 2rem;
  }
  .numbers_main--contents {
    column-count: 2;
  }

  .numbers_main--content {
    padding: 16px;
  }

  .numbers_main--content .heading-3 {
    font-size: 100%;
  }

  .numbers--number {
    font-size: 125%;
  }

  .numbers--number .number {
    font-size: 200%;
  }

}

/* 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: 86%;
  }
}



/* page-internship
*************************************************** */
.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: 94%;
  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) {
  .list-dl dt {
    position: relative;
    padding-bottom: 0;
  }

  .list-dl dd {
    padding-left: 12px;
    padding-top: 0;
    font-size: 92.85%;
    letter-spacing: 0.075em;
    line-height: 1.8;
  }

  .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: 80%;
  }

  .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);
}

@media screen and (max-width: 767px) {

  .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;
}

/* .entry--form tr:nth-child(1) th::after {
    content: "任意";
    background-color: #aaa;
    color: #fff;
    margin: 0 0 0 1em;
    font-size: 70%;
    padding: 2px 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: right;
    font-weight: bold;
  } */


@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: 115%;
}

@media screen and (max-width: 767px) {
  .page-404 .content-404 p {
    margin-bottom: 24px;
    font-size: 100%;
  }
}

/* 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: 87%;
}

/* --- 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: -.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: 87%;
}

.cat_list {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cat_list a {
  display: inline-block;
  vertical-align: middle;
  font-size: 79%;
  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-persons
**************************************** */
.persons_main .scroll-text {
  bottom: 0;
}

.persons_main .post-persons {
  margin-bottom: 16px;
}

/* archive-job
**************************************** */
.archive-job .entry-link {
  position: static;
}
.requirements--nav-link {
  position: relative;
  display: inline-block;
  min-width: 200px;
  padding: 16px 32px;
  text-align: center;
  line-height: 1;
  letter-spacing: .3em;
  border-radius: 50px;
  border: 2px solid;
  transition: all .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) {
  .archive-job .entry-link {
    width: auto;
    max-width: inherit;
  }
  .requirements--nav-link {
    min-width: auto;
  }

  .cat_list--list {
    width: 50%;
    margin-bottom: 8px;
  }

  .requirements--nav-link {
    width: 98%;
    font-size: 90%;
    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 .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-persons
**************************************** */
.single-crosstalk .page_ttl,
.single-persons .page_ttl {
  text-align: left;
  padding: 33% 0 10%;
  max-height: 95vh;
}

.single-crosstalk .page_ttl-en-bg,
.single-persons .page_ttl-en-bg {
  width: 88%;
  left: 0;
  right: 0;
  top: 16%;
}

.single-crosstalk .page_ttl-jp,
.single-persons .page_ttl-jp {
  padding-left: 0;
  margin-left: -0.1em;
}

.persons-info * {
  position: relative;
  padding-right: 1em;
  margin-right: .5em;
}

.persons-info *:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  width: .5em;
  height: 1px;
  border-top: 1px solid;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: .5;
}

@media screen and (max-width: 767px) {
  .single-persons .page_ttl {
    padding: 50% 0 13%;
  }

  .single-crosstalk .page_ttl {
    padding: 50% 0 15%;
  }

  .single-persons .page_ttl--bg,
  .single-crosstalk .page_ttl--bg,
  {
  background-position: center right 40%;
}

.single-persons .page_ttl .name {
  font-size: 75%;
}

.single-persons .page_ttl .persons-info {
  display: none;
}

.persons--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: #f8f8f8;
}

.talk .serif::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 16px 8px 0;
  border-color: transparent #f8f8f8 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: 87.5%;
    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: .15em;
  background-color: #ddd;
  border-radius: 4px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all .4s ease-out;
}

#pass input[type="submit"]:hover {
  opacity: .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;
  margin-top: 40px;
  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: .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: .5em 2em;
  }

  .wp-pagenavi .first::before,
  .wp-pagenavi .last::before {
    left: -5px;
  }

  .wp-pagenavi .first::after,
  .wp-pagenavi .last::after {
    right: -5px;
  }

}


/* ##############################################################################

    FORMY

############################################################################## */
#formy_form {
  font-family: 'Montserrat', 'YuGothic', '游ゴシック', sans-serif;
}

#formy_form table {
  width: 100%;
}

#formy_form th,
#formy_form td {
  padding: 16px;
  vertical-align: middle;
  border-bottom: solid 1px #eee;
}

#formy_form th {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  width: 34%;
}

#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form table textarea {
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: bottom;
}

#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form select,
#formy_form textarea {
  margin: 0;
  padding: 5px 15px;
  border: 1px solid #ccc;
  font: inherit;
  font-size: 100%;
}

#formy_form textarea {
  height: 100px;
}

#formy_form select {
  height: 40px;
}

#formy_form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#formy_form input:hover {
  opacity: .7;
}

#formy_form textarea:hover {
  opacity: .7;
}

#formy_form input:focus {
  outline: none;
}

#formy_form .parsley-validated {
  background-color: #eee;
}

#formy_form .parsley-error {
  background-color: #fee;
}

#formy_form .parsley-success {
  background-color: #fff;
}

.help_text {
  font-size: 87%;
  color: #999;
}

.hidden_help {
  display: none;
}

.formy_privacy div {
  overflow-y: scroll;
  height: 140px;
  border: solid 1px #ccc;
  font-size: 87%;
  padding: 8px 16px;
}

.requiredIcon {
  background-color: #ff5f5f;
  color: #fff;
  margin: 0 0 0 1em;
  font-size: 70%;
  padding: 2px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: right;
  font-weight: bold;
}

#formy_btn {
  padding-top: 32px;
  text-align: center;
}

#formy_btn input {
  min-width: 220px;
  padding: 20px 40px;
  margin-right: 4px;
  margin-left: 4px;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  letter-spacing: .15em;
  font-weight: bold;
  transition: all .5s cubic-bezier(0.51, 0.01, 0, 0.98);
}

#formy_form ul li input[type="radio"],
#formy_form ul li input[type="checkbox"] {
  display: none !important;
}

#formy_form ul li label {
  position: relative;
  display: inline-block;
  padding: .25em 8px .25em 36px;
  line-height: 1.6;
  vertical-align: top;
  cursor: pointer;
}

#formy_form ul li label:hover {
  opacity: .7;
}

#formy_form ul li label::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 6px;
  top: 9px;
  background: #ced0d6;
}

#formy_form ul li input[type="radio"]+label::before {
  border-radius: 10px;
}

#formy_form ul li input[type="radio"]:checked+label,
#formy_form ul li input[type="checkbox"]:checked+label {
  color: #e75f5f;
  font-weight: bold;
}

#formy_form ul li input[type="radio"]:checked+label::before,
#formy_form ul li input[type="checkbox"]:checked+label::before {
  border-color: #e75f5f;
}

#formy_form ul li input[type="radio"]:checked+label::after,
#formy_form ul li input[type="checkbox"]:checked+label::after {
  content: "";
  width: 10px;
  height: 18px;
  top: 2px;
  left: 9px;
  border-right: 2px solid #e75f5f;
  border-bottom: 2px solid #e75f5f;
  display: block;
  position: absolute;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.formy_confirm {
  background-color: #4dbaff;
}

.formy_submit_disabled {
  background-color: #ccc;
}

#formy_btn .formy_submit_disabled:hover {
  opacity: 1;
  cursor: default;
}

.autoConfirmBack {
  background-color: #aaa;
}

.formy_send {
  background-color: #ff6600;
}

#total_required {
  padding: 16px;
  color: #ff5f5f;
  text-align: center;
}

@media screen and (max-width: 767px) {

  #formy_form th,
  #formy_form td {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  #formy_form th {
    border-bottom: none;
    padding-bottom: 0;
    white-space: normal;
    font-weight: bold;
  }

  #formy_form td {
    padding-top: 0;
  }

  #formy_btn {
    padding-top: 8px;
  }

  #formy_btn input {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    background-size: contain;
    background-position: center;
  }

  .autoConfirmBack {
    margin-bottom: 8px;
  }

  #formy_form table input[type="text"],
  #formy_form table input[type="email"],
  #formy_form table input[type="tel"],
  #formy_form table input[type="date"],
  #formy_form table input[type="password"],
  #formy_form select,
  #formy_form textarea {
    font-size: 16px;
    /* iOSでズーム防止 */
  }
}
