/* ##############################################################################

    COMMON

############################################################################## */

html {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
body {
  counter-reset: number busNum intNum;
}
body.page-contact {
  padding-top: 0;
}
body.scroll-lock {
  overflow: hidden;
  height: 100vh;
}
main {
  max-width: 100vw;
  overflow: hidden;
}

/*  Scrollbar styles
**************************************** */
.top--member div::-webkit-scrollbar,
.top-section--business div::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.top--member div::-webkit-scrollbar-track,
.top-section--business div::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

.top--member div::-webkit-scrollbar-thumb,
.top-section--business div::-webkit-scrollbar-thumb {
  background: #007aec;
  border-radius: 10px;
}

.top--member div::-webkit-scrollbar-thumb:hover,
.top-section--business div::-webkit-scrollbar-thumb:hover {
  background: #007aec;
}

/* layout
**************************************** */

/* --- inner --- */
.inner {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumbs .inner {
  margin-right: 0;
}
.inner-sm {
  max-width: 880px;
}
.inner-lg {
  max-width: 1200px;
}
.inner-xl {
  max-width: calc(100% - 112px);
}

/* --- section_pdg --- */
.section_pdg {
  padding-top: 165px;
  padding-bottom: 80px;
}
.page-thanks .section_pdg,
.page-sitemap .section_pdg,
.page-404 .section_pdg {
  padding-top: 85px;
}
.page-service main > .section_pdg:last-of-type {
  padding-bottom: 0;
}
.section_pdg-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 1080px) {
  /* --- inner --- */
  .inner-xl {
    max-width: 90%;
  }
  .page-thanks .section_pdg,
  .page-sitemap .section_pdg,
  .page-404 .section_pdg {
    padding-top: 145px;
  }
}
@media screen and (max-width: 767px) {
  /* --- inner --- */
  .inner {
    width: 86%;
  }
  .inner-xl {
    max-width: 86%;
  }

  /* --- section_pdg --- */
  .page-thanks .section_pdg,
  .page-sitemap .section_pdg {
    padding-top: 85px;
  }
  .page-404 .section_pdg {
    padding-top: 60px;
  }
  .section_pdg {
    padding-top: 55px;
    padding-bottom: 40px;
  }
  .section_pdg-sm {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

/* 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 > *:nth-child(even) {
  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;
}
.page-service #section-02 .column_item {
  max-width: 485px;
}
@media screen and (max-width: 767px) {
  /* --- ざっくりflexレイアウト - sp --- */
  .flex-col2.flex-sp-block > *,
  .flex-col3.flex-sp-block > *,
  .flex-col4.flex-sp-block > * {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .flex-col2.flex-sp-block > *:last-child,
  .flex-col3.flex-sp-block > *:last-child,
  .flex-col4.flex-sp-block > *:last-child {
    margin-bottom: 0;
  }
  .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
********************************************** */
.lps_sec:nth-child(2n) {
  background-color: #1b2489;
}
.page-entry .lps_sec:nth-child(2n),
.page-contact .lps_sec:nth-child(2n) {
  padding-top: 90px;
}
.bg-main {
  background-color: #1d7fb7;
}
.bg-sub {
  background-color: #eee;
}
.bg-wh {
  background-color: #fff !important;
}
.bg-lb {
  background-color: #f0f8ff;
}
.lps_sec.bg_full_screen {
  min-height: 894px;
}

/* img
********************************************** */
.img-ctr {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.img-trim {
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-trim.pos_rel::before {
  content: "";
  display: block;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.img-cover.pos_ab {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.img-contain {
  object-fit: contain;
  font-family: "object-fit: contain;";
}
@media screen and (max-width: 768px) {
  .page-entry .lps_sec:nth-child(2n),
  .page-contact .lps_sec:nth-child(2n) {
    padding-top: 50px;
  }
}
/* ttl
********************************************** */
/* --- page_ttl --- */
.page_ttl--wrapper {
  position: relative;
  background-color: #1b2489;
}
.page-faq .page_ttl--wrapper {
  background-color: transparent;
}
.page-entry .page_ttl--wrapper,
.page-contact .page_ttl--wrapper,
.page-sitemap .page_ttl--wrapper,
.single-job .page_ttl--wrapper,
.archive-job .page_ttl--wrapper {
  background: #fff;
}
.page_ttl {
  position: relative;
  z-index: 10;
  height: 29vw;
  max-height: 556px;
  color: #fff;
  background-image: url(../images/style_guide/bg-style_guide.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.page_ttl--bg {
  width: 85vw;
  height: 26.6vw;
  max-height: 511px;
  position: absolute;
  right: 0;
  top: 7.4vw;
  z-index: -1;
}
@media screen and (max-width: 1475px) {
  .page_ttl--bg {
    height: 25.3vw;
  }
}
@media screen and (max-width: 1250px) {
  .page_ttl--bg {
    height: 24.3vw;
    top: 8.3vw;
  }
}
@media screen and (max-width: 1070px) {
  .page_ttl--bg {
    height: 26.3vw;
  }
}
.page_ttl--bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_ttl h2 {
  margin-bottom: 8vh;
}
.page_ttl-jp {
  display: block;
  font-size: 1.25rem; /* 20px */
  font-family: "Hiragino UD Sans W6 JIS2004", "ヒラギノUD角ゴ W6 JIS2004",
    sans-serif;
  letter-spacing: .15em;
}
.page_ttl-en {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-size: min(6vw, 5rem);
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 80px;
}

/* --- ttl --- */
.ttl-02,
.ttl-03 {
  letter-spacing: .1em;
}
.ttl-01 {
  color: #000;
  font-family: "Hiragino UD Sans W6 JIS2004", "ヒラギノUD角ゴ W6 JIS2004",
    sans-serif;
  font-size: 3rem; /* 48px */
  letter-spacing: .1em;
}
.ttl-01-2 {
  color: #fff;
  font-family: "Hiragino UD Sans W6 JIS2004", "ヒラギノUD角ゴ W6 JIS2004",
    sans-serif;
  font-size: 3rem; /* 48px */
  letter-spacing: .1em;
  text-align:center;
}

.ttl-02,
.lps_parts--img_text .inner-lg .ttl-03 {
  font-size: 2.5rem; /* 40px */
}
.ttl-02,
.ttl-03 {
  font-family: "Hiragino UD Sans W6 JIS2004", "ヒラギノUD角ゴ W6 JIS2004",
    sans-serif;
}
.ttl-03 {
  font-size: 1.75rem; /* 28px */
}
.ttl-03--en {
  color: #007aec;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 35px;
}
.lps_sec .ttl-01,
.lps_sec .ttl-01-2,
.lps_sec .ttl-02,
.lps_sec .ttl-03 {
  position: relative;
  z-index: 1;
}
.lps_sec .ttl-01,
.lps_sec .ttl-01-2,
.lps_sec .ttl-02,
.lps_sec .ttl-03:not(:last-child) {
  margin-bottom: 1em;
}
.lps_sec .column-3 .ttl-03,
.lps_sec .column-4 .ttl-03 {
  font-size: 1.25rem; /* 20px */
  font-family: "Hiragino UD Sans W6 JIS2004", "ヒラギノUD角ゴ W6 JIS2004",
    sans-serif;
  margin-bottom: 5px;
}
main > .lps_sec:first-child .anker_nav {
  height: 255px;
}
.lps_sec:not(.bg_full_screen) .ttl-01:nth-child(1):before,
.lps_sec:not(.bg_full_screen) .ttl-01-2:nth-child(1):before,
.lps_sec:not(.bg_full_screen) .ttl-02:nth-child(1):before {
  content: "";
  background-color: #007aec;
  height: 9px;
  width: 92px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.lps_sec--related {
  padding: 60px 0;
}
.lps_sec--related .page-link {
  margin: 0 auto;
  max-width: none;
}
.lps_sec--related .page-link a {
  letter-spacing: em;
}
@media screen and (max-width: 1080px) {
  .page-entry .page_ttl--wrapper,
  .page-contact .page_ttl--wrapper {
    margin-bottom: -10vw;
  }
}
@media screen and (max-width: 767px) {
  .lps_sec:not(.bg_full_screen) .ttl-01:nth-child(1):before,
  .lps_sec:not(.bg_full_screen) .ttl-02:nth-child(1):before {
    height: 4px;
    width: 46px;
    top: -24px;
  }
  /* --- page_ttl --- */
  .page_ttl--wrapper {
    height: 65vw;
  }
  .page_ttl {
    height: 120px;
  }
  .page_ttl h2 {
    top: 28vw;
    position: relative;
  }
  .page_ttl-en {
    font-size: 2.777rem;
    line-height: 1.2;
  }
  .page_ttl-jp {
    font-size: .769rem;
    line-height: 1;
  }
  .page_ttl--bg {
    width: 93vw;
    height: 41vw;
    top: 16vw;
    transform: none;
  }
  /* --- ttl --- */
  .ttl-01 {
    font-size: 1.754rem;
  }
  .ttl-02 {
    font-size: 1.438rem;
  }
  .ttl-03,
  .lps_sec .column-3 .ttl-03,
  .lps_sec .column-4 .ttl-03,
  .lps_parts--img_text .inner-lg .ttl-03 {
    font-size: 1.5rem;
  }
  .ttl-03--en {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .lps_sec--related .page-link {
    width: auto;
  }
  .lps_sec--related .inner {
    width: 95%;
  }
}
@media screen and (max-width: 500px) {
  .page_ttl--bg {
    height: 36vw;
  }
}
/* breadcrumbs
**************************************** */
.breadcrumbs--wrapper {
  background-color: #efc30a;
  width: 88vw;
  height: 8.1vw;
  max-height: 171px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 35px 15px 0;
  z-index: 3;
}
@media screen and (max-width: 1450px) {
  .breadrumbs--wrapper {
    height: 9vw;
  }
}
.breadcrumbs {
  flex: 1;
  text-align: right;
}
.breadcrumbs * {
  color: #fff;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs .breadcrumb_last {
  display: table-cell;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* セクションアンカー */

/* anker_nav
**************************************** */
.anker_nav {
  background-color: #1b2489;
  display: flex;
  align-items: flex-end;
  height: 10vw;
  width: 100%;
  z-index: 3;
  padding: 0 0 45px;
}
.anker_nav .link_wrapper {
  display: flex;
  justify-content: center;
  gap: 0 40px;
  width: 95vw;
  max-width: 1430px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .page_ttl h2 {
    margin-bottom: 4vh;
  }
  .anker_nav {
    height: 12vw;
  }
  .breadcrumbs--wrapper {
    height: 10.5vw;
  }
}
@media screen and (max-width: 767px) {
  .page_ttl {
    height: 71%;
    display: block;
    padding: 0;
  }
  .breadcrumbs--wrapper {
    width: 100%;
    height: 29%;
    padding-right: 22px;
  }
  .breadcrumbs--wrapper .inner {
    width: 96%;
  }
}

/* txt
**************************************** */
.txt-lg {
  font-size: 1.125rem; /* 18px */
}
.txt-sm {
  font-size: .875rem; /* 14px */
}
.txt-wh,
.txt-wh * {
  color: #fff;
}
.txt-main,
.txt-main * {
  color: #007aec;
}
.txt-sub,
.txt-sub * {
  color: #eee;
}

/* --- font --- */
.font-jp-w3 {
  font-family: "Hiragino UD Sans W3 JIS2004", "ヒラギノUD角ゴ W3 JIS2004";
}
.font-jp-w4 {
  font-family: "Hiragino UD Sans W4 JIS2004", "ヒラギノUD角ゴ W4 JIS2004";
}
.font-jp-w5 {
  font-family: "Hiragino UD Sans W5 JIS2004", "ヒラギノUD角ゴ W5 JIS2004";
}
.font-jp-w6 {
  font-family: "Hiragino UD Sans W6 JIS2004", "ヒラギノUD角ゴ W6 JIS2004";
}

font-jp-w6 .fq{
	color:#fff;
}

.font-en {
  font-family: "Josefin Sans", sans-serif;
}
.font-vuj {
  font-family: "Vujahday Script", cursive !important;
}

@media screen and (max-width: 767px) {
  .txt-lg {
    font-size: 1.071rem; /* 15px */
  }
  .txt-sm {
    font-size: .929rem; /* 13px */
  }
}

/* btn
********************************************** */
.btn + .btn {
  margin-top: 8px;
}
.btn a {
  position: relative;
  z-index: 1;
  width: 100%;
}
.btn.btn-next_page a {
  max-width: 100%;
  border-radius: 0;
  text-align: left;
}

/* --- btn-wh --- */
.btn-wh a {
  color: #000;
  background-color: #fff;
}
.btn-wh svg {
  fill: #333;
}
.btn-wh a:hover {
  color: #fff;
}
.btn-wh a:hover svg {
  fill: #fff;
}

@media screen and (max-width: 767px) {
  .btn a {
    max-width: 100%;
  }
}

.page-link {
  color: #fff;
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 0;
  max-height: 45px;
  max-width: 300px;
  width: 100%;
  overflow: hidden;
  align-self: center;
  cursor: pointer;
  transition: all ease 1s;
}
.waypoint .page-link {
  opacity: 0;
}
.wayp .page-link {
  opacity: 1;
}
.anker_nav .page-link {
  flex: 0 1 300px;
}
.anker_nav .page-link:not(:last-child) {
  margin-right: 20px;
}
.page-link .page-link_overflow {
  display: block;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-link::after {
  content: "";
  background-color: #fff;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page-link::before {
  content: "";
  background-color: #007aec;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: 0;
  transition: all cubic-bezier(.075, .82, .165, 1) .8s;
}
.page-link:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.page-link a {
  color: inherit;
  font-family: "Hiragino UD Sans W6 JIS2004", "ヒラギノUD角ゴ W6 JIS2004",
    sans-serif;
  letter-spacing: 0;
  display: block;
  text-align: left;
  padding: 0 0 15px 5px;
}
.page-link .arrow {
  top: 42%;
  left: 90.4%;
}
.page-link .page-link_overflow ~ .arrow {
  left: 83.4%;
}
.lps_parts--button .arrow--short::after {
  right: -25px;
}
@media screen and (min-width: 1081px) {
  .page-link:hover .arrow {
    animation: fade_arrow--page-link .3s ease-out 0s 1 normal forwards;
  }
}
@keyframes fade_arrow--page-link {
  0% {
    left: 90.4%;
  }
  50% {
    left: 91%;
    opacity: 0;
  }
  51% {
    left: 89%;
    opacity: 0;
  }
  100% {
    left: 90.4%;
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  .anker_nav .page-link .arrow {
    left: 80%;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .anker_nav {
    padding: 25px 0 20px;
    margin-bottom: 20px;
    height: auto;
  }
  .anker_nav .page-link {
    flex: 0 1 46%;
  }
  .anker_nav .link_wrapper {
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 0;
  }
  .anker_nav ul {
    justify-content: flex-start;
    align-items: center;
  }
  .anker_nav ul li {
    width: calc(100% / 3);
  }
  .anker_nav li a {
    display: block;
    padding: 0 10px 0 22px;
    line-height: 1.5;
    font-size: 92%;
  }
  .anker_nav .page-link:not(:last-child),
  .anker_nav .page-link {
    margin: 0 0 10px;
  }
  .anker_nav .page-link:nth-child(odd) {
    margin-right: 8%;
  }
  .page-requirements .anker_nav .link_wrapper {
    flex-flow: row wrap;
    justify-content: center;
  }
  .page-requirements .anker_nav .link_wrapper .page-link {
    flex: 1 0 100%;
    margin: 0 0 10px;
    max-width: 70vw;
  }
  .page-link {
    max-width: 60%;
    width: 147px;
  }
  .page-link a {
    padding: 0 0 11px 2px;
  }
  .page-link .arrow {
    left: 80.4%;
  }
  .lps_sec--related .page-link .arrow {
    left: 90.4%;
  }
}
.orbit-link {
  border: 1px solid #fff;
  color: #007aec;
  width: min(85%, 408px);
  text-align: center;
  border-radius: 35px;
  position: relative;
  transition: all ease-in-out .3s;
}
.orbit-link--center {
  margin: 0 auto;
}
.orbit-link a {
  color: #fff;
  display: block;
  padding: 20px 0;
  letter-spacing: .05em;
}
/* ー */
.orbit-link::before {
  content: "";
  background-color: #fff;
  width: 107px;
  height: 1px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
/* 〇 */
.orbit-link::after {
  content: "";
  background-color: #fff;
  border-radius: 25px;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 106%;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease-in-out .7s;
}

/* orbit-link effects */
.orbit-link:hover {
  background-color: #efc30a;
}
.orbit-link:hover a {
  color: #fff;
}
.orbit-link:hover::after {
  transition: all ease-in-out .5s;
  background-color: #fff;
  left: 90%;
}
@media screen and (max-width: 767px) {
  .flex-col2.flex-sp-block .orbit-link,
  .flex-col3.flex-sp-block .orbit-link,
  .flex-col4.flex-sp-block .orbit-link,
  .orbit-link {
    width: min(70%, 408px);
    margin: 0 auto;
  }
  .orbit-link a {
    padding: 13px 0;
  }
  .orbit-link::before {
    width: 77px;
  }
  .orbit-link::after {
    left: 104%;
  }
}

/* 矢印
**************************************** */
.arrow {
  position: absolute;
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
}
.arrow::before {
  width: 44px;
  height: 1px;
}
.arrow::after {
  width: 10px;
  height: 1px;
  right: -45px;
  top: -3px;
  transform: rotate(35deg);
}
.arrow--short::before {
  width: 24px;
}
.arrow--short::after {
  width: 8px;
  right: -24px;
  top: -2px;
  transform: rotate(30deg);
}
.arrow--white::before,
.arrow--white::after {
  background-color: #fff;
}
.arrow--blue::before,
.arrow--blue::after {
  background-color: #efc30a;
}

.slick-btn--arrow::before,
.slick-btn--arrow::after {
  content: "";
  position: absolute;
}
.slick-btn--arrow::before {
  background-color: #1b2489;
  width: 48px;
  height: 1px;
}
.slick-btn--arrow::after {
  border-right: 1px solid #1b2489;
  border-bottom: 1px solid #1b2489;
  height: 12px;
  width: 12px;
}
.slick-btn--arrow::after {
  transform: rotate(-45deg) translateY(-65%);
  right: -4px;
}
.slick-btn--arrow {
  width: 48px;
}
.prev .slick-btn--arrow {
  transform: rotate(180deg);
}
.slick-btn--arrow {
  position: absolute;
  top: 49%;
  left: 27%;
}

.slick-arrow:hover .slick-btn--arrow::before {
  background-color: #fff;
}
.slick-arrow:hover .slick-btn--arrow::after {
  border-color: #fff;
}
.business-slides--btns .prev .slick-btn--arrow {
  top: 49%;
}

/* ##############################################################################

    HEADER

############################################################################## */

/* header
**************************************** */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 88px;
  background-color: rgba(255, 255, 255, 0);
  z-index: 9990;
  transition: all .4s ease-out;
  padding-top: 17px;
}
.header > .inner {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-left: 24px;
  gap: 15px;
}
.header--logo {
  width: 11.1vw;
  min-width: 200px;
  max-width: 300px;
  padding-top: 10px;
  transition: all ease-in-out .6s;
  position: relative;
  right: 0;
  z-index: 9999;
}
.header--logo img {
  width: 100%;
}
.header--logo a,
.footer--logo a {
  display: block;
}
.header--logo a:hover,
.footer--logo a:hover {
  opacity: .7;
}
.header--logo img:last-child {
  display: none;
}
@media print, screen and (min-width: 1081px) {
  .header--nav,
  .gnav,
  .gnav > .flex,
  .gnav ul,
  .gnav li,
  .gnav a {
    height: 100%;
  }
  .gnav--saiyo {
    display: none;
  }
}
.header-sm {
  transition: all .5s ease-in-out;
  background: #fff;
  padding: 0;
}
.header-sm .header--logo img:first-child {
  display: none;
}
@media screen and (min-width: 1080px) {
  .header-sm .header--logo {
    padding: 0 0 0 20px;
  }
  .header-sm .gnav--menu > li > a {
    color: #000;
  }
  .header-sm .gnav--menu--eng_sub {
    color: #007aec;
  }
  .header-sm .gnav--menu > li:not(:last-child) {
    border-right: 1px solid #000;
  }
  .gnav--menu > li:not(:last-child) {
    border-right: 1px solid #fff;
  }
}
.header-sm .header--logo img:last-child {
  display: block;
}
.header-sm .gnav--menu {
  padding: 5px 0 10px;
}
.header-sm .gnav--tel a {
  color: #000;
}
@media screen and (max-width: 1080px) {
  .header {
    background-color: transparent;
  }
  .header-sm {
    background-color: #fff;
  }
  .header {
    height: 64px;
    padding: 0;
  }
  .header > .inner {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .header--logo {
    min-width: 20px;
  }
  .gnav a {
    font-size: clamp(12px, 0.7vw, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .header > .inner {
    padding-left: 0;
  }
  .header--logo {
    min-width: auto;
    max-width: none;
    width: 21vw;
    padding-top: 0;
    margin-left: 14px;
  }
}



/* ---CTA --- */
.cta_tel a {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}
.cta_tel a > span {
  display: block;
}
.cta_tel .tel {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5rem; /* 32px */
  line-height: 1;
  font-weight: 600;
}
.cta_tel .num {
  font-size: 1.8rem!important; /* 40px */
  font-weight: 500;
}
.cta_tel .hours {
  font-size: .9rem;
}
.page-entry .hours,
.page-contact .hours,
.page-contact.page-thanks .header-sm .hours,
.page-entry.page-thanks .header-sm .hours {
  color: #000;
}
.page-entry.page-thanks .hours,
.page-contact.page-thanks .hours {
  color: #fff;
}
.gnav--contact {
  margin-left: 8px;
}
.gnav--tel {
  margin-right: 15px;
}
.gnav--tel a {
  display: flex !important;
  flex-direction: column;
}
.gnav--contact a,
.gnav--cta .tel,
.gnav--cta .num {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
.gnav--contact svg {
  fill: #fff;
  margin-right: 20px;
  position: relative;
  top: -4px;
}
.gnav--contact a {
  background-color: #f37b4c;
  font-size: 1.125rem;
  padding: 24px 24px 24px 35px;
  width: 264px;
  position: relative;
}
.gnav--contact .arrow {
  position: absolute;
  left: 80%;
  top: 48%;
}
@media screen and (min-width: 1081px) {
  .gnav--contact a:hover .arrow--white {
    animation: fade_arrow .5s ease-out 0s 1 normal forwards;
  }
}
.gnav--cta {
  flex: 0 0 300px;
  justify-content: flex-end;
}
.gnav--cta .tel {
  font-size: clamp(1rem, 1.4vw, 24px);
}
.gnav--cta .num {
  font-size: clamp(1rem, 1.8vw, 33px);
}
.gnav--cta .hours {
  font-size: .813rem;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  #gnav {
    justify-content: space-between;
  }
  #gnav {
    flex: 0 1 65%;
  }
  /*#gnav > li:nth-child(2) {
    flex: 0 1 140px;
  }*/
  #gnav > li:last-child {
    flex: 0 1 120px;
  }
  #gnav {
    margin: 0 5px 0 10px;
  }
  gnav--cta {
    flex: 0 1 30%;
  }
}
@media screen and (max-width: 1450px) {
 
}
@media screen and (max-width: 1400px) {
  .gnav--tel {
    margin-right: 5px;
  }
  .gnav--cta .tel {
    font-size: clamp(1rem, 1.2vw, 24px);
  }
}
@media screen and (max-width: 1350px) {
  #gnav > li:nth-child(1) {
    flex: 0 1 80px;
  }
  #gnav > li:nth-child(2) {
    flex: 0 1 150px;
  }
  #gnav > li:nth-child(3) {
    flex: 0 1 120px;
  }
  #gnav > li:nth-child(4),
  #gnav > li:nth-child(5) {
    flex: 0 1 100px;
  }
}
@media screen and (max-width: 1280px) {
  .cta_contact a {
    width: 205px;
  }
  .gnav--contact .arrow {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .gnav--menu > li:nth-child(2) {
    flex: 0 1 160px;
  }
  .gnav--menu > li:nth-child(3) {
    flex: 0 1 140px;
  }
  .gnav--menu > li:nth-child(5) {
    flex: 0 1 110px;
  }
  .gnav--cta {
    flex: 0 1 42%;
  }
}
@media screen and (max-width: 1190px) {
  .gnav--menu {
    flex: 0 1 100%;
  }
  .cta_contact a {
    width: 105px;
    padding: 0;
    justify-content: center;
    align-items: center;
  }
  .cta_contact a svg {
    margin: 0;
    top: 4px;
  }
  .cta_contact a span {
    line-height: .7;
  }
  .cta_contact a::after {
    display: none;
  }
}
@media print, screen and (min-width: 1081px) {
  .gnav {
    display: flex;
  }
  .gnav_btn,
  .tel_btn {
    display: none;
  }
  .gnav--link {
    text-align: center;
  }
  .gnav_sub_toggle {
    display: none;
  }
  .gnav .menu-item-has-children > a {
    padding-bottom: 60px;
  }
  .header-sm .menu-item-has-children > a {
    padding-bottom: 70px;
  }
  /* hover */
  .gnav--menu .menu-item-has-children:hover .head_sub_nav--wrap {
    opacity: 1;
    pointer-events: auto;
  }
}
.gnav--contact__sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .gnav {
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .4s ease-out;
    padding-top: 110px;
    display: flex;
    flex-flow: column;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
    background-color: #007aec;
    z-index: 300;
    transform: translateX(100%);
    -webkit-overflow-scrolling: touch;
  }
  .gnav.active {
    pointer-events: auto;
    height: 100vh;
    opacity: 1;
    transform: translateX(0);
  }
  .gnav--menu,
  .gnav--cta {
    display: block;
  }
  .gnav--menu {
    width: 88vw;
    margin: 0 auto 25px;
  }
  .gnav--menu li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    max-height: none;
  }
  .gnav--menu > li:not(.menu-item-has-children)::after,
  .gnav--menu .head_sub_nav li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
  .head_sub_nav {
    margin-left: 25px;
  }
  .head_sub_nav li img {
    display: none;
  }
  .gnav--menu li:not(:first-child) {
    padding-top: 21px;
  }
  .gnav--menu .head_sub_nav li:not(:first-child) {
    padding-top: 0;
    margin-top: 21px;
  }
  .gnav--menu > li:first-child::after {
    display: none;
  }
  .gnav--menu > li:not(:last-child) {
    border-bottom: 1px solid #fff;
    padding-bottom: 16px;
  }
  .gnav--menu > li:last-child {
    padding: 0;
    margin-top: 21px;
  }
  .gnav--menu a {
    display: block;
    font-size: 1.077rem;
  }
  .gnav--menu--eng_sub {
    display: none;
  }
  .head_sub_nav--wrap {
    display: none;
    border-top: 1px dotted #1d7fb7;
    position: relative;
    width: 100%;
    transition: none;
    opacity: 1;
    pointer-events: inherit;
    padding: 15px 0;
  }
  .menu-item-has-children.active .head_sub_nav--wrap {
    opacity: 1;
    pointer-events: auto;
  }
  .gnav_sub_toggle {
    position: absolute;
    top: 0;
    right: -20px;
    width: 64px;
    height: 64px;
    transition: all .4s ease-out;
    color: #fff;
  }
  .gnav_sub_toggle::before,
  .gnav_sub_toggle::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 11px;
    height: 1px;
    border-bottom: 1px solid;
  }
  .gnav_sub_toggle::after {
    transform: rotate(90deg);
    transition: all ease .4s;
  }
  .gnav_sub_toggle.active::after {
    transform: rotate(180deg);
  }
  .current-menu-item .gnav_sub_toggle {
    color: #fff;
  }
  .gnav--contact__sp {
    background-color: #f37b4c;
    display: block;
    position: absolute;
    right: calc(10vw + 12px);
    top: 11px;
    z-index: 999;
  }
  .gnav--contact__sp a {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
  }
  .gnav--contact__sp a img {
    margin-right: 14px;
  }
  .gnav_btn {
    position: fixed;
    top: 15px;
    width: 64px;
    height: 44px;
    z-index: 9999;
    right: 2vw;
    transition: all .4s ease-out;
    flex-flow: row wrap;
  }
  .gnav_btn--lines {
    position: relative;
    width: 37px;
    height: 18px;
  }
  .gnav_btn--lines span {
    transition: all .4s ease-out;
    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) {
    top: 50%;
    transform: translateY(-50%);
  }
  .gnav_btn--lines span:nth-of-type(3) {
    bottom: 0;
  }
  .active .gnav_btn--lines span:nth-of-type(1) {
    transform: translateY(7px) rotate(-30deg);
  }
  .active .gnav_btn--lines span:nth-of-type(2) {
    opacity: 0;
  }
  .active .gnav_btn--lines span:nth-of-type(3) {
    transform: translateY(-9px) rotate(30deg);
  }
  .gnav_btn p {
    color: #fff;
    font-size: 10px;
  }
  .header-sm .gnav_btn--lines span {
    background-color: #007aec;
  }
  .gnav_btn.active .gnav_btn--lines span {
    background-color: #fff;
  }
  .header-sm .gnav_btn p {
    color: #000;
  }
  .gnav_btn.active p {
    color: #fff;
  }
  .header--logo.gnav_open img:first-child {
    display: block;
  }
  .header--logo.gnav_open img:last-child {
    display: none;
  }

  /* ---CTA --- */
  .gnav--cta li:first-child {
    display: none;
  }
  .gnav--cta {
    width: 91%;
    margin: 0 auto;
    justify-content: space-between;
  }
  .gnav--saiyo {
    background-color: #fff;
  }
  .gnav--saiyo a {
    color: #374859;
    font-size: clamp(1.125rem, 1.5vw, 1.625rem);
    letter-spacing: .3em;
    position: relative;
    display: flex;
    align-items: center;
    height: 73px;
    justify-content: flex-start;
    padding: 0 0 0 111px;
  }
  .gnav--saiyo .arrow {
    left: 80%;
  }
  .gnav--contact {
    margin-left: 0;
  }
  .gnav--contact svg {
    display: none;
  }
  .gnav--contact a {
    font-size: clamp(2.025rem, 9vw, 70px);
    letter-spacing: .3em;
    padding: 10px 16px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 118px;
    justify-content: flex-start;
    padding-left: 15%;
  }
  .gnav--saiyo a span:first-child {
    position: relative;
    font-size: 1rem;
  }
  .gnav--saiyo a span:first-child::before {
    content: url("../images/common/icon-recruit.svg");
    position: absolute;
    width: 42px;
    top: -20%;
    left: -57px;
    transition: all ease .6s;
  }
  .gnav--contact .arrow {
    display: block;
  }
  .gnav--cta .arrow::before {
    width: 22px;
  }
  .gnav--cta .arrow::after {
    width: 7px;
    right: -23px;
    top: -2px;
  }
}

@media screen and (max-width: 767px) {
  .gnav--contact__sp {
    right: 18vw;
  }
  .gnav--contact__sp a {
    padding: 11px 20px 11px 16px;
    font-size: 10px;
  }
  .gnav--contact__sp img {
    height: 17px;
  }
}

/* ##############################################################################

    FOOTER

############################################################################## */

.footer {
  background-color: #eee;
  background-image: url("../images/cmn/bg-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

/* footer_top
********************************************** */
.footer--inner {
  width: 100%;
  max-width: 1750px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 150px;
}
.footer--top {
  display: flex;
  justify-content: space-between;
}
.footer--main-txt {
  color: #fff;
}
.footer--main-txt h2 {
  font-size: clamp(1.5rem, 8.4vw, 10rem);
  font-weight: 400;
  line-height: 1.56;
  position: relative;
  display: inline;
}
.footer--main-txt h2 .font-vuj {
  color: #e3c447;
  position: absolute;
  right: -30px;
  bottom: -2.5vw;
  transform: rotate(-15deg);
  font-size: clamp(1.2rem, 3.7vw, 4.375rem);
}
.footer--main-txt .font-vuj--small {
  font-size: clamp(.8rem, 2.9vw, 2.9375rem);
}
.footer--main-txt p {
  font-family: "Hiragino UD Sans W6 JIS2004", "ヒラギノUD角ゴ W6 JIS2004",
    sans-serif;
  margin-left: 30px;
  max-width: 85%;
}
.footer--main-txt-lg {
  font-size: clamp(1.3rem, 2.7vw, 3.125rem);
  font-family: "Hiragino UD Sans W6 JIS2004", "ヒラギノUD角ゴ W6 JIS2004",
    sans-serif;
  margin-bottom: 45px;
}
.footer--main-txt-sm {
  margin-bottom: 50px;
}
.footer--saiyo-links {
  flex: 1 0 809px;
  max-width: 40%;
  align-self: flex-end;
}
.footer--saiyo-info {
  background-color: #efc30a;
}
.footer--saiyo-info a {
  color: #fff;
  font-family: "Hiragino UD Sans W6 JIS2004", "ヒラギノUD角ゴ W6 JIS2004",
    sans-serif;
  position: relative;
  height: 148px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer--saiyo-info a .footer--saiyo-info--txt {
  position: relative;
  letter-spacing: .3em;
  font-size: 1.25rem;
}
.footer--saiyo-info a .footer--saiyo-info--txt::before {
  position: absolute;
  width: clamp(50px, 5.2vw, 83px);
  top: 50%;
  left: clamp(-115px, -7.2vw, -55px);
  transition: all ease .6s;
  transform: translateY(-40%);
}
.footer--saiyo-info img {
  display: inline-block;
  margin-right: 40px;
}
.footer--saiyo-info a::before,
.footer--entry a::before,
.job--requirements--entry_btn a::before,
.cta_contact a::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  right: 0;
  left: auto;
  height: 100%;
  transition: all .4s ease;
}
.cta_contact a span {
  z-index: 99;
}
.footer--saiyo-info a::before {
  background-color: #007aec1;
}
.footer--entry a::before,
.cta_contact a::before,
.job--requirements--entry_btn a::before {
  background-color: #df683a;
}
.footer--entry a:hover::before,
.footer--saiyo-info a:hover::before,
.job--requirements--entry_btn a:hover::before,
.cta_contact a:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}
.footer--entry {
  background-color: #f37d4c;
}
.footer--entry a {
  color: #fff;
  font-size: clamp(1.4rem, 3.7vw, 4.375rem);
  font-weight: 400;
  text-align: left;
  letter-spacing: .3em;
  display: block;
  position: relative;
  padding: 70px 0 70px 20%;
}

.footer--saiyo-links > div {
  position: relative;
}
.footer--saiyo-links .arrow {
  top: 50%;
  left: 80%;
  transform: translateY(2px);
}
@media screen and (min-width: 1081px) {
  .footer--saiyo-links div:hover .arrow {
    animation: fade_arrow .5s ease-out 0s 1 normal forwards;
  }
}
@keyframes fade_arrow {
  0% {
    left: 80%;
  }
  50% {
    left: 82%;
    opacity: 0;
  }
  51% {
    left: 75%;
    opacity: 0;
  }
  100% {
    left: 80%;
    opacity: 1;
  }
}
.footer--entry .footer--saiyo-info--txt {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .footer--main-txt {
    margin-left: 5vw;
  }
}
@media screen and (max-width: 1390px) {
  .footer--main-txt h2 > span {
    right: 0;
    bottom: -15px;
  }
}
.waypoint .footer--main-txt h2,
.waypoint .footer--main-txt > p {
  position: relative;
  color: transparent;
  transition: color ease .6s;
}
.wayp .footer--main-txt h2,
.wayp .footer--main-txt > p {
  color: #fff;
}
.waypoint .footer--main-txt h2::after,
.waypoint .footer--main-txt > p::after {
  content: "";
  background-color: #efc30a;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.wayp .footer--main-txt h2::after,
.wayp .footer--main-txt p::after {
  animation-name: block_appear;
  animation-duration: 1.6s;
  animation-timing-function: cubic-bezier(.25, 0, .4, 1);
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.wayp .footer--main-txt h2 {
  transition-delay: 1s;
}
.wayp .footer--main-txt h2::after {
  animation-delay: .3s;
}
.wayp .footer--main-txt p:nth-child(2) {
  transition-delay: 1.1s;
}
.wayp .footer--main-txt p:nth-child(2)::after {
  animation-delay: .5s;
}
.wayp .footer--main-txt p:nth-child(3) {
  transition-delay: 1.3s;
}
.wayp .footer--main-txt p:nth-child(3)::after {
  animation-delay: .7s;
}

/* footer--navigation-area
*************************************************** */
.footer--navigation_area {
  background-color: rgba(255, 255, 255, .9);
  padding: 80px 13.1vw 0 80px;
}
.footer--navigation--flex-wrap {
  display: flex;
  justify-content: space-between;
  gap: 45px;
}
.footer--info--logo {
  margin-bottom: 40px;
}
.footer--info--logo svg {
  max-width: min(207px, 60%);
}
.footer--info--txt {
  letter-spacing: .05em;
}
.footer--info--txt p {
  margin-bottom: 25px;
}
.footer--info--iso_mark {
  display: inline-block;
  max-width: 37%;
  margin: 0 0 0 15px;
}
.footer--info--iso_mark img {
  vertical-align: bottom;
}
.footer--copyright {
  padding: 60px 0 50px;
}
.contact_entry--copyright {
  background-color: #f0f8ff;
  margin: 0;
  padding: 15px 0;
}
.copyright .font-en {
  color: #1b2489;
  font-size: .847rem; /* 11px */
  font-weight: 600;
}
.pbl {
  margin-left: 25px;
}
.pbl a {
  opacity: .5;
}
.pbl a:hover {
  opacity: 1;
}
.footer--info {
  flex: 0 1 370px;
}
.fnav {
  margin-top: 55px;
  flex: 0 1 800px;
  max-width: 834px;
}
.fnav--menu {
  flex: 1 0 100%;
  line-height: 2.188;
  letter-spacing: .1em;
}
.fnav--menu .sub-menu li {
  position: relative;
}
.fnav--menu .sub-menu li::before {
  content: "";
  display: block;
  background-color: #007aec;
  width: 12px;
  height: 1px;
  position: absolute;
  top: 50%;
}
.fnav--menu .sub-menu a {
  padding: 0 0 0 1.2em;
}
.fnav--menu a:hover {
  opacity: .7;
}
.footer--external_links {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
  margin: 25px 0;
  padding-bottom: 15px;
}
.footer--external_links a img {
  height: 60px;
}
@media screen and (max-width: 1080px) {
  .footer--info {
    flex: 0 1 280px;
  }
  .footer--navigation_area {
    padding: 80px 2.5vw 0 80px;
  }
  .fnav--menu > li {
    flex: 0 1 32%;
  }
  .fnav--menu > li:nth-child(1) {
    flex: 0 1 24%;
  }
  .fnav--menu > li:nth-child(2) {
    flex: 0 1 38%;
  }
  .fnav--menu a {
    font-size: .9rem;
  }
}
@media screen and (max-width: 1000px) {
  .footer--navigation_area {
    padding-left: 3vw;
  }
  .footer--navigation--flex-wrap {
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    background-image: none;
  }
  .fnav--menu a {
    position: relative;
    padding: .5em .5em .5em 0;
  }
  .fnav--menu a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
  }
  .copyright {
    text-align: right;
  }
  .footer--inner {
    padding: 0;
  }
  .footer--top {
    display: block;
    padding-top: 60px;
    background-image: url("../images/cmn/bg-footer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .footer--main-txt {
    display: block;
    margin: 0 auto 0 5%;
    position: relative;
  }
  .footer--main-txt h2 {
    display: inline-block;
    font-size: clamp(3rem, 14vw, 4.215rem);
    line-height: 1.34;
    margin-bottom: 30px;
  }
  .footer--main-txt h2 .font-vuj {
    font-size: 2.5rem;
    left: auto;
    right: -.4vw;
    bottom: -5.5vw;
  }
  .footer--main-txt .font-vuj--small {
    font-size: 1.7rem;
  }
  .footer--main-txt p {
    margin-left: 0;
    max-width: 89vw;
  }
  .footer--main-txt-lg {
    display: inline-block;
    min-width: 65%;
    font-size: 1.769rem;
    letter-spacing: .1em;
    line-height: 1.7;
    margin: 0 0 33px 0;
  }
  .footer--main-txt-sm {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .footer--saiyo-links {
    flex: 1 0 100%;
    max-width: 90%;
    position: relative;
  }
  .footer--saiyo-info a .footer--saiyo-info--txt {
    font-size: 1rem;
  }
  .footer--saiyo-info a .footer--saiyo-info--txt::before {
    max-width: 65px;
    width: 33%;
    left: -55px;
  }
  .footer--saiyo-info a {
    height: 73px;
    justify-content: flex-start;
    padding: 0 0 0 111px;
  }
  .footer--entry a {
    font-size: 2.692rem;
    height: 134px;
    padding: 0 0 0 55px;
    display: flex;
    align-items: center;
  }
  .footer--saiyo-links .arrow::before {
    width: 22px;
  }
  .footer--saiyo-links .arrow::after {
    width: 7px;
    right: -23px;
    top: -2px;
  }
  .footer--navigation_area {
    display: flex;
    flex-flow: column;
    background-color: #fff;
    padding: 12vh 0 0;
    text-align: center;
  }
  .footer--info {
    max-width: 80%;
    margin: 0 auto;
  }
  .footer--navigation--flex-wrap {
    display: block;
  }
  .footer--info--logo > a {
    display: block;
  }
  .footer--info--iso_mark {
    max-width: 30%;
    margin: 20px 0 0 0;
  }
  .footer--copyright {
    padding: 4vh 0 2vh;
    order: 3;
  }
  .fnav {
    max-width: 85%;
    margin: 55px auto 0;
    text-align: left;
  }
  .fnav--menu {
    flex-flow: row wrap;
  }
  .fnav--menu > li:nth-child(1) {
    flex: 0 1 45%;
  }
  .fnav--menu > li:nth-child(2) {
    flex: 1 0 100%;
    order: 3;
  }
  .fnav--menu > li:nth-child(3) {
    flex: 0 1 45%;
  }
  .footer--saiyo-links {
    top: 6vh;
  }
  .footer--external_links {
    flex-flow: row wrap;
    justify-content: center;
    margin: 15px 0 0;
    order: 4;
  }
  .footer--external_links a {
    flex: 1 0 100%;
    height: 60px;
    max-width: 230px;
  }
  .footer--external_links a img {
    object-fit: cover;
    border: 1px solid rgba(51, 51, 51, .068);
    width: 225px;
  }
}

/* ##############################################################################

    INDEX

############################################################################## */
/* parallax settings */
.top-section {
  background-color: #fff;
  width: 100%;
}
.top-section,
.hero,
.footer {
  position: relative;
  z-index: 5;
}
.top-section--high-z {
  z-index: 6;
}
.parallax {
  position: fixed;
  top: 88px;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  object-fit: cover;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .parallax {
    top: 0;
  }
}
/* hero
********************************************** */
.hero {
  height: 100vh;
  max-height: calc(100vh - 37px);
  max-height: 80%;
  position: relative;
  background-color:#1B2589;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 7;
}
.hero--ttl-outline {
  position: absolute;
  top: 142px;
  left: 1.8vw;
  z-index: 10;
  opacity: 0;
  transition: opacity ease .5s;
}
.wayp .hero--ttl-outline {
  opacity: 1;
}
.hero--catch {
  color: #806E86!important;
  position: absolute;
  top: 30%;
  left: 8%;
  z-index: 10;
}
@media screen and (max-height: 680px) {
  .hero-catch {
    top: 20%;
  }
}
.hero--catch h2 {
  font-family: "Hiragino UD Sans W6 JIS2004", "ヒラギノUD角ゴ W6 JIS2004",
    sans-serif;
  margin-bottom: 65px;
  letter-spacing: .15em;
  overflow: hidden;
  position: relative;
}
.hero--catch h2 span {
  font-size: clamp(3.5rem, 8.3vh, 80px);
}
.hero--catch h2 span,
.hero--catch p {
  color: transparent;
  transition: color ease-in .5s;
}
.wayp .hero--catch h2 span,
.wayp .hero--catch > p {
  color: #fff;
 
}
.hero--catch h2 span {
  display: block;
}
.hero--catch p {
  font-family: "Hiragino UD Sans W5 JIS2004", "ヒラギノUD角ゴ W5 JIS2004";
  letter-spacing: .1em;
  line-height: 1.9;
  max-width: 503px;
  width: 90vw;
  overflow: hidden;
  position: relative;
  transition: color ease-in .5s;
  transition-delay: 1.5s;
}
.hero--catch h2 span {
  display: block;
  position: relative;
}
.hero--catch h2 span::after,
.hero--catch > p::after {
  content: "";
  background-color: #edc602;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.hero--catch h2 span:nth-child(1)::after,
.hero--catch h2 span:nth-child(2)::after,
.hero--catch h2 span:nth-child(3)::after,
.hero--catch > p::after {
  animation-name: block_appear;
  animation-duration: 1.6s;
  animation-timing-function: cubic-bezier(.77, 0, .6, 1);
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.hero--catch h2 span:nth-child(1) {
  transition-delay: 1.1s;
}
.hero--catch h2 span:nth-child(1)::after {
  animation-delay: .8s;
}

.hero--catch h2 span:nth-child(2) {
  transition-delay: 1.3s;
}
.hero--catch h2 span:nth-child(2)::after {
  animation-delay: 1s;
}

.hero--catch h2 span:nth-child(3) {
  transition-delay: 1.5s;
}
.hero--catch h2 span:nth-child(3)::after {
  animation-delay: 1.2s;
}

.hero--catch p {
  transition-delay: 1.8s;
}
.hero--catch p::after {
  animation-delay: 1.5s;
}
@keyframes block_appear {
  0% {
    width: 0;
  }
  35% {
    width: 100%;
    left: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 0;
    right: 0;
    left: auto;
  }
}

.hero--catch .fancy-eng-wrapper {
  display: block;
  position: absolute;
  height: 150px;
  transition-delay: 3s;
}
.hero--catch .fancy-eng {
  color: #e3c447;
  position: absolute;
  left: -50px;
  top: -130px;
  transform: rotate(348deg);
  font-size: 4.375rem; /* 70px */
  font-weight: 400;
  letter-spacing: 0;
}
.hero--catch .fancy-eng--small {
  font-size: 2.9375rem; /* 47px */
}
.hero--movie {
  width: 100vw;
  height: 90vh;
  max-height: 	1300px;
  position: absolute;
  bottom: 0;
  right: 0vw;
  opacity: 0;
  transition: all ease .4s;
  transition-delay: .4s;
}
.hero--movie--video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hero--movie--sp {
  display: none;
}
@media screen and (max-width: 1920px) {
  .hero--movie {
    max-width: 90%;
  }
}
.hero--movie::before {
  content: "";
  background-color: rgba(0, 0, 0, .2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
.hero--movie::after {
  content: "";
  background-color: #007aec;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  transition: all cubic-bezier(.39, .575, .565, 1.2) .8s;
  transition-delay: .4s;
}
.wayp .hero--movie::after {
  width: 0;
  right: 0;
  left: auto;
}
@media screen and (min-width: 1080px) {
  .hero--movie {
    max-height: calc(99% - 105px);
    height: 100%;
  }
}
.wayp .hero--movie {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .hero {
    max-height: 655px;
    max-height: 630px;
  }
  .hero--movie {
    max-height: 70%;
    width: 90%;
    bottom: auto;
    right: 0;
    top: 10%;
  }
  #hero--movie--pc {
    display: none;
  }
  #hero--movie--sp {
    display: block;
  }
}

.hero--copyright p {
  color: #fefefe;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (max-width: 1080px) {
  .hero--ttl-outline {
    top: auto;
    bottom: -3vh;
  }
  .hero--catch {
    top: auto;
    bottom: 15%;
  }
  .hero--catch h2 {
    margin-bottom: 11vh;
  }
  .hero--catch h2 span {
    font-size: clamp(2.5rem, 7vw, 70px);
  }
  .hero--catch .fancy-eng {
    left: 90px;
    top: -150px;
  }
  .hero--copyright {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hero--catch {
    bottom: auto;
    top: 40%;
    left: 4%;
  }
  .hero--catch h2 {
    margin-bottom: 72px;
  }
  .hero--catch > p {
    font-size: .846rem; /* 11px */
    max-width: 91%;
  }
  .hero--ttl-outline {
    max-width: 27%;
    bottom: auto;
    top: 12%;
    left: 0;
  }
  .hero--catch .fancy-eng {
    font-size: 2.475rem;
    left: 50px;
    top: -92px;
    max-width: 170px;
  }
  .hero--catch .fancy-eng--small {
    font-size: 1.9375rem;
  }
}
/* home_news
********************************************** */
.home_news {
  width: min(100vw, 1060px);
  position: absolute;
  z-index: 20;
  bottom: 0;
  right: 0;
  transform: translateY(50%) translateX(100%);
  transition: transform cubic-bezier(.39, .575, .565, 1) .5s;
  transition-delay: .4s;
}
.wayp .home_news {
  transform: translateY(50%) translateX(0);
}
.home_news::after {
  content: "";
  background-color: #1b2489;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: width ease .9s;
  transition-delay: .8s;
}
.wayp .home_news::after {
  width: 0;
}
.home_news .news_list--ttl {
  background-color: #edc602;
  color: #fff;
  text-align: center;
  position: relative;
  max-width: 188px;
  flex: 0 1 23%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .05em;
}
.home_news .news_list {
  background-color: #fff;
  flex: 1;
}
.home_news .post--link_flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_news .post--link {
  padding: 20px 5vw 20px 2vw;
  display: block;
}
.home_news .post--date {
  letter-spacing: .05em;
  margin-right: 25px;
}
.home_news .news_list .post--ttl {
  font-size: .875rem; /* 14px */
}
.home_news .news_list .post {
  padding: 0;
  border: none;
}
.home_news .post--link_view-more {
  color: #edc602;
  font-size: .75rem;
  position: relative;
  letter-spacing: .6px;
  left:-5%;
}
.home_news .post--link_view-more::before {
  content: "";
  background-color: #edc602;
  width: 114px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.home_news .post--link_view-more .arrow {
  top: 9px;
  left: 110%;
}
@media screen and (min-width: 1081px) {
  .home_news:hover .arrow {
    animation: fade_arrow--small .5s ease-out 0s 1 normal forwards;
  }
}
@keyframes fade_arrow--small {
  0% {
    left: 110%;
  }
  50% {
    left: 116%;
    opacity: 0;
  }
  51% {
    left: 106%;
    opacity: 0;
  }
  100% {
    left: 110%;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .home_news {
    padding: 0;
    bottom: 0;
    transform: translateY(1%) translateX(100%);
  }
  .wayp .home_news {
    transform: translateY(1%) translateX(0);
  }
  .home_news .post--date {
    font-size: 10px;
    letter-spacing: .05em;
    flex: 1 0 100%;
    margin-right: 25px;
  }
  .home_news .news_list--ttl {
    margin-bottom: 0;
    flex: 0 1 16%;
    font-size: .847rem; /* 11px */
  }
  .home_news .news_list .post--ttl {
    font-size: .847rem; /* 11px */
  }
  .news_list--ttl {
    width: auto;
    float: none;
    height: auto;
    margin-bottom: 16px;
  }
  .home_news .post--info {
	padding:3%;
    flex-flow: row wrap;
    margin-bottom: 0;
  }
  .home_news .news_list .post a {
    padding: 9px 15px;
  }
  .home_news .post--link_view-more {
    font-size: 0;
    position: relative;
    left: -6vw;
  }
  .home_news .post--link_view-more .arrow {
    top: 0;
    right: 5%;
    left: auto;
  }
  .home_news .post--link_view-more::before {
    display: none;
  }
}

.top-section-main {
  padding-top: 120px;
  position: relative;
}
.top-section--jobs {
  background: rgb(255, 255, 255);
  padding-bottom: 80px;
}
.top-section--jobs--blue_bg {
  content: "";
  background-color: rgb(200, 201, 225);
  height: 100%;
  width: 0;
  max-width: 960px;
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  transition: width .6s cubic-bezier(.33, 1, .68, 1) .4s;
}
.wayp .top-section--jobs--blue_bg {
  width: 55.5%;
  transition-delay: .7s;
}
.top-section--eng_hdr {
  overflow: hidden;
  padding-bottom: 75px;
  width: 100%;
  max-width: 1300px;
}
.top-section--eng_hdr > span {
  display: inline-block;
}
.top-section--eng_hdr .eng_hdr--jp_sub {
  font-size: 1.25rem; /* 20px */
  letter-spacing: .1em;
  display: block;
  margin-top: 25px;
  padding-left: 54px;
  position: relative;
}
.top-section--business .top-section--eng_hdr .eng_hdr--jp_sub {
  margin-top: 25px;
}
.top-section--eng_hdr .eng_hdr--jp_sub::after {
  content: "";
  background-color: #efc30a;
  width: 49px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top-section--eng_hdr {
    max-width: 68vw;
    padding-bottom: 25px;
  }
  .top-section--jobs .top-section--eng_hdr {
    max-width: 83vw;
  }
  .top-section--jobs .top-section--eng_hdr img {
    margin-bottom: 13px;
  }
  .top-section--eng_hdr .eng_hdr--jp_sub {
    font-size: .847rem;
    margin-top: 0;
    margin-left: 0;
    padding-left: 30px;
    letter-spacing: .01em;
  }
  .top-section--eng_hdr .eng_hdr--jp_sub::after {
    width: 24px;
    height: 1px;
    top: 49%;
  }
  .top-section--jobs {
    padding: 40px 0 0;
    padding-bottom: 0;
  }
}
.top-section--txt {
  margin-left: 7.2vw;
  position: relative;
  overflow: hidden;
}
.top-section--txt--ttl {
  font-size: 2.5rem;
  margin-bottom: 55px;
  line-height: 1.75;
  letter-spacing: .1em;
}
.top-section--txt p {
  font-family: "Hiragino UD Sans W4 JIS2004", "ヒラギノUD角ゴ W4 JIS2004";
  letter-spacing: .1em;
}
.top-section--txt p:not(:last-of-type) {
  margin-bottom: 45px;
}
.top-section--txt p:last-of-type {
  margin-bottom: 80px;
}
.top-section--txt-half {
  padding-left: 55px;
  overflow: hidden;
  max-width: 890px;
  width: 100%;
}
.top-section--txt-half p {
  max-width: 562px;
}
.top-section--jobs .top-section--txt-half {
  padding-left: 70px;
}
.top-section--jobs .top-section--txt {
  z-index: 20;
}
.top-jobs--img_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.img_wrapper--img {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  transition: opacity .6s cubic-bezier(.33, 1, .68, 1) 1.2s;
}
.wayp .img_wrapper--img {
  opacity: 1;
}
.img_wrapper--img::before {
  content: "";
  background-color: rgb(200, 201, 225);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.img_wrapper--img:nth-child(1):before {
  transition: transform .6s cubic-bezier(.33, 1, .68, 1) 1.2s;
}
.img_wrapper--img:nth-child(2):before {
  transition: transform .6s cubic-bezier(.33, 1, .68, 1) 1.2s;
}
.img_wrapper--img:nth-child(3):before {
  transition: transform .6s cubic-bezier(.33, 1, .68, 1) 1.2s;
}
.wayp .img_wrapper--img::before {
  transform: translateX(100%);
}
.top-jobs--img-first {
  right: 0;
  top: 12.7%;
  max-width: 838px;
  width: 44vw;
}
.top-jobs--img-second {
  top: 32.9vw;
  right: 23.15vw;
  max-width: 581px;
  width: 31vw;
}
.top-jobs--img-third {
  right: 0;
  top: 56.2vw;
  max-width: 610px;
  width: 32vw;
}
.top-section--jobs h3 br {
  display: none;
}
@media screen and (max-width: 1700px) {
  .top-jobs--img-second {
    right: 20vw;
  }
}
@media screen and (max-width: 1630px) {
  .top-jobs--img-second {
    top: 35.9vw;
    right: 18.15vw;
  }
}
@media screen and (max-width: 1630px) {
  .top-jobs--img-first {
    width: 38vw;
  }
  .top-jobs--img-second {
    right: 12vw;
  }
}
@media screen and (max-width: 1500px) {
  .top-section--jobs h3 br {
    display: block;
  }
}
@media screen and (max-width: 1400px) {
  .top-jobs--img-first {
    top: 21vw;
    width: 34vw;
  }
  .top-jobs--img-second {
    top: 40vw;
    right: 12vw;
  }
  .top-jobs--img-third {
    top: 60vw;
    width: 35vw;
  }
}
@media screen and (max-width: 1300px) {
  .top-jobs--img-first {
    top: 27vw;
  }
  .top-jobs--img-second {
    top: 46vw;
    right: 10vw;
  }
  .top-jobs--img-third {
    top: 66vw;
  }
}
@media screen and (max-width: 1200px) {
  .top-section--txt {
    margin: 0 auto;
    max-width: 90vw;
  }
  .top-section--jobs .top-section--txt-half p {
    max-width: 50vw;
  }
  .top-section--jobs .top-section--txt-half {
    padding-left: 0;
  }
  .top-jobs--img_wrapper {
    display: flex;
    width: 34vw;
    flex-flow: column;
    justify-content: center;
    gap: 10px;
    top: 10%;
  }
  .top-jobs--img-first {
    position: static;
    margin-left: auto;
    width: 100%;
  }
  .top-jobs--img-second {
    position: static;
    margin-left: auto;
    width: 100%;
  }
  .top-jobs--img-third {
    position: static;
    margin-left: auto;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top-section--jobs .top-section--txt-half {
    padding-left: 0;
  }
  .wayp .top-section--jobs--blue_bg {
    width: 33%;
  }
  .top-section--txt-half p,
  .top-section--jobs .top-section--txt-half p {
    max-width: none;
    line-height: 23px;
    margin-bottom: 27px;
  }
  .top-section--txt p:last-of-type {
    margin-bottom: 45px;
  }
  .top-jobs--img_wrapper {
    display: block;
    margin-top: 40px;
    margin-left: auto;
    width: 100%;
    height: 49vh;
    position: relative;
  }
  .top-jobs--img-first {
    position: absolute;
    right: 0;
    width: 75vw;
    top: 0;
  }
  .top-jobs--img-second {
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 58vw;
    top: 120px;
  }
  .top-jobs--img-third {
    position: absolute;
    right: 0;
    width: 59vw;
    top: 260px;
  }
  .img_wrapper--img {
    transition-delay: .4s;
  }
  .img_wrapper--img:nth-child(1):before,
  .img_wrapper--img:nth-child(2):before,
  .img_wrapper--img:nth-child(3):before {
    transition-delay: .8s;
  }
}
@media screen and (max-width: 767px) {
  .top-section--jobs h3,
  .top-section--txt--ttl {
    font-size: 1.769rem;
    line-height: 35px;
    letter-spacing: .01em;
    margin-bottom: 15px;
  }
}

/* BUSINESS */

.mt30{
	margin-top:30px!important;
}


.top-section--business {
  background-image: url("../images/top/bg-top_business.jpg");
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 50% 86%;
  padding: 0 0 30px;
}
.top-section--business::after {
  content: "";
  background-color: #fff;
  width: 50%;
  height: 86%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: width .8s cubic-bezier(.33, 1, .68, 1) .6s;
  transition-delay: 1s;
}
.wayp.top-section--business::after {
  width: 0;
}
.top-section--business .top-section--eng_hdr {
  padding-bottom: 45px;
}
.top-section--business .top-section--txt--main {
  overflow: hidden;
}
.top-section--business .top-section--txt--ttl {
  margin-left: 90px;
}
.top-section--business-placer {
  position: relative;
  top: 120px;
  overflow: hidden;
}

.business-slide {
  max-height: 960px;
}
.top-section--business--slides > p {
  margin: 0 auto;
  margin-bottom: 45px;
  overflow: hidden;
  font-family: "Hiragino UD Sans W4 JIS2004", "ヒラギノUD角ゴ W4 JIS2004";
  letter-spacing: .1em;
}
.top-section--business--slides > p span {
  display: block;
}
.top-section--business--slides {
  width: min(90vw, 1244px);
  position: relative;
  margin: 0 auto;
}
.business--slides * {
  overflow: visible !important;
}
.business-slides--btns {
  width: min(50vw, 245px);
  position: absolute;
  bottom: 18%;
  left: 26%;
}
.business-slides--btns ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.business-slides--btns li {
  background-color: #fff;
  border: 1px solid #1b2489;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  position: relative;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.business-slides--btns li:hover {
  background-color: #1b2489;
}
.business-slides--btns .prev::before {
  top: 35%;
  transform: rotate(180deg) translateX(50%);
}
.business-slides--btns .next::before {
  top: 50%;
  transform: translate(-50%, -50%);
}
.business-slide--txt {
  background-color: #fff;
  width: min(622px, 50%);
  margin-left: auto;
  margin-right: 0;
  padding: 85px 0 30px 90px;
  position: relative;
  top: -120px;
}
.business-slide--txt h5 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #007aec;
  margin-bottom: 5px;
}
.business-slide--txt h3 {
  font-family: "Hiragino UD Sans W6 JIS2004", "ヒラギノUD角ゴ W6 JIS2004";
  font-size: 1.875rem; /* 30px */
  letter-spacing: .1em;
  color: #222;
  margin-bottom: 30px;
}
.business-slide--txt p {
  font-family: "Hiragino UD Sans W4 JIS2004", "ヒラギノUD角ゴ W4 JIS2004";
  letter-spacing: .1em;
  white-space: normal;
}
.business-slide--txt::before {
  counter-increment: busNum;
  position: absolute;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #1b2489;
  font-weight: 500;
  font-size: 120px;
  top: -90px;
  left: -37px;
  opacity: .9;
}
.business-slide li:nth-child(1) .business-slide--txt::before,
.business--scrollbox-container div:nth-child(1) .business-slide--txt::before {
  content: "01.";
}
.business-slide li:nth-child(2) .business-slide--txt::before,
.business--scrollbox-container div:nth-child(2) .business-slide--txt::before {
  content: "02.";
}
.business-slide li:nth-child(3) .business-slide--txt::before,
.business--scrollbox-container div:nth-child(3) .business-slide--txt::before {
  content: "03.";
}
.business-slide li:nth-child(4) .business-slide--txt::before,
.business--scrollbox-container div:nth-child(4) .business-slide--txt::before {
  content: "04.";
}
.business-slide li:nth-child(5) .business-slide--txt::before,
.business--scrollbox-container div:nth-child(5) .business-slide--txt::before {
  content: "05.";
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: inherit !important;
}

@keyframes hero_anime {
  0% {
    -webkit-mask-position: -100% 0;
  }
  100% {
    -webkit-mask-position: 100% 0;
  }
}
.business-slide .slick-slide,
.infographics--slider .slick-slide {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    90deg,
    rgba(231, 242, 253, 1) 0%,
    rgba(231, 242, 253, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 200% 100%; /*横は倍のほうがいいっぽい？*/
  -webkit-mask-position: -100% 0;
  transition-property: -webkit-mask-position;
  transition-property: mask-position;
  transition-property: mask-position, -webkit-mask-position;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(.3, .1, .1, 1);
}
.preve-slide,
li.slick-slide:not(.slick-active) {
  opacity: 1 !important; /*slickフェードスライドの打ち消し*/
}
.slide-animation {
  animation: hero_anime 2s forwards;
  /* 時間はJSのspeedと合わせる */
}
.infographics--slider .slide-animation {
  animation: hero_anime 4s forwards;
}
@media screen and (max-width: 1300px) {
  .business-slides--btns {
    left: 13%;
  }
}
@media screen and (max-width: 1200px) {
  .business-slide--txt {
    padding: 55px 10px 30px 50px;
  }
  .business-slide--txt::before {
    font-size: 70px;
    top: -40px;
    left: -27px;
  }
  .top-section--business .top-section--txt--ttl {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-section--business {
    background-size: 100% 90%;
    padding: 55px 0 40px;
  }
  .top-section--business::after {
    width: 100%;
    height: 90%;
  }
  .top-section--business-placer {
    top: 0;
  }
  .top-section--business .top-section--eng_hdr {
    max-width: 68vw;
    padding-bottom: 25px;
  }
  .top-section--business .top-section--eng_hdr .eng_hdr--jp_sub {
    margin-top: 18px;
  }
  .business-slides--btns {
    display: none;
  }
  .top-section--business .top-section--txt--ttl {
    margin-bottom: 25px;
  }
  .business-slide {
    display: none !important;
  }
  .business-slide li {
    display: inline-block;
  }
  .business-slide--img {
    height: 44%;
  }
  .business-slide--img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .business--scrollbox-container div:nth-child(2) .business-slide--txt::before {
    letter-spacing: -3px;
  }
  .business-slide--txt {
    margin-left: 0;
    width: 100%;
    padding: 29px 27px 20px 25px;
    position: relative;
    top: 0;
  }
  .business-slide--txt::before {
    top: 0;
    left: 20px;
    font-size: 4.615rem;
  }
  .business-slide--txt h5,
  .business-slide--txt h3 {
    padding-left: 80px;
  }
  .business-slide--txt h5 {
    font-size: .847rem; /* 11px */
    margin-bottom: 8px;
    line-height: 11px;
  }
  .business-slide--txt h3 {
    font-size: 1.214rem; /* 17px */
    margin-bottom: 22px;
  }
  .business-slide--txt p {
    font-size: .857rem; /* 12px */
  }
  .business--scrollbox-container {
    display: flex;
    overflow-x: scroll;
    align-items: stretch;
    padding-bottom: 41px;
    width: 94vw;
  }
  .business--scrollbox--single {
    background-color: #fff;
    flex: 0 0 auto;
    width: 82vw;
    max-width: 339px;
  }
  .business--scrollbox--single {
    margin-right: 18px;
  }
  .business--scrollbox--single:last-child {
    margin-right: 0px;
  }
}

/* Our Service 動画背景 */
.top-our_service {
  text-align: center;
  width: 100vw;
  height: 824px;
  max-height: 60vw;
  position: relative;
  z-index: 4;
}
.top-our_service--opacity {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, .438);
}
.top-our_service video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 0;
}
.top-our_service--txt {
  position: relative;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}
.top-our_service--txt h2 {
  color: #007aec;
  font-size: clamp(4rem, 7vw, 90px);
  letter-spacing: 0;
  line-height: 1;
  overflow: hidden;
}
.top-our_service--txt h2 span,
.top-our_service--txt p span,
.top-our_service--txt a > span {
  display: block;
}
.top-our_service--txt p {
  color: #fff;
  font-size: clamp(1.275rem, 2.8vw, 30px);
  font-family: "Hiragino UD Sans W6 JIS2004", "ヒラギノUD角ゴ W6 JIS2004";
  letter-spacing: .05em;
  margin-bottom: 90px;
  overflow: hidden;
}
.top-our_service--txt a {
  display: inline-block;
  color: #fff;
  font-size: clamp(2.3rem, 3.4vw, 60px);
  letter-spacing: .05em;
  position: relative;
  z-index: 10;
}
.top-our_service--link .play_btn--triangle {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23.5px 0 23.5px 40px;
  border-color: transparent transparent transparent #ffffff;
}
.top-our_service--txt .play_btn {
  display: inline-block;
  position: relative;
  left: 80px;
  top: 7px;
}
.play_btn--bg {
  overflow: hidden;
  position: relative;
}
.play_btn--bg span::before {
  content: "";
  background-color: #007aec;
  width: 0;
  height: 120%;
  position: absolute;
  right: 0;
  left: auto;
  top: -10px;
  transition: all .5s ease-in-out;
  z-index: -1;
}
.top-our_service--link:hover .play_btn--bg span::before {
  width: 100%;
  left: 0;
  right: auto;
}
.play_btn svg:nth-child(even) {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1;
  width: 121px;
  height: 121px;
  position: absolute;
  top: -37px;
  left: -40px;
  opacity: 1;
}
.play_btn svg:nth-child(odd) {
  fill: transparent;
  stroke: rgba(255, 255, 255, .2);
  stroke-width: 10px;
  width: 138px;
  height: 141px;
  position: absolute;
  top: -47px;
  left: -48px;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .play_btn svg:nth-child(2) circle {
    transition: stroke-dasharray .75s ease-in-out;
    stroke-dasharray: 0 377;
  }
  .top-our_service--link:hover svg:nth-child(2) circle {
    stroke-dasharray: 377 377;
  }
  .play_btn svg:nth-child(3) circle {
    transition: stroke-dasharray .5s ease-in-out;
    stroke-dasharray: 0 388;
  }
  .top-our_service--link:hover svg:nth-child(3) circle {
    stroke-dasharray: 389 389;
  }
}
.top-our_service--txt .play_btn--effect {
  position: absolute;
  top: 50%;
  left: 100%;
}

@media screen and (max-width: 767px) {
  .top-our_service {
    max-height: 70vh;
  }
  .top-our_service--txt .play_btn {
    top: 0;
    left: 40px;
  }
  .top-our_service--txt p {
    margin-bottom: 51px;
  }
  .top-our_service video {
    left: -1px;
  }
  .top-our_service--txt a {
    font-size: 2.143rem; /* 30px */
  }
  .top-our_service--link .play_btn--triangle {
    border-width: 15px 0 15px 22px;
  }
  .play_btn svg:nth-child(4) {
    width: 60px;
    height: 60px;
    top: -14px;
    left: -21px;
  }
  .play_btn svg:nth-child(5) {
    width: 77px;
    height: 79px;
    top: -24px;
    left: -29px;
  }
}
@media screen and (max-width: 640px) {
  .top-our_service {
    max-height: 415px;
  }
  .top-our_service--txt .play_btn {
    top: 7px;
    left: 27px;
  }
  .top-our_service--txt h2 span {
    font-size: 3.462rem;
  }
  .top-our_service--txt p {
    font-size: 1.071rem; /* 15px */
  }
  .top-our_service--txt a {
    left: -20px;
  }
}
/* ABOUT　KYOWASEIKI */
.top--about_kyowa {
  background-color: rgba(229, 241, 253, 1);
  padding: max(5vw, 100px) 0 85px;
}
.about_kyowa--ttl {
  margin: 0 auto;
  margin-bottom: 35px;
  width: min(85vw, 1665px);
  overflow: hidden;
}
.about_kyowa--ttl span {
  display: block;
}
.about_kyowa--people {
  margin: 0 auto min(10vw, 150px);
}
.about_kyowa--people--txt {
  text-align: center;
  max-width: 840px;
  width: 95vw;
  margin: 0 auto 50px;
}
.about_kyowa--people--txt h2 {
  color: #007aec;
  font-size: clamp(1.6rem, 4.3vw, 2.5rem);
  letter-spacing: .1em;
  margin-bottom: 35px;
  overflow: hidden;
}
.about_kyowa--people--txt h2 span,
.about_kyowa--people--txt p span {
  display: block;
}
.about_kyowa--people--txt p {
  line-height: 2.2;
  letter-spacing: .1em;
  overflow: hidden;
}
.about_kyowa--people-desc {
  width: min(1020px, 90%);
  margin: 0 auto min(10vw, 150px);
}
.people-desc--single {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.people-desc--single_wrapper:not(:last-of-type) {
  margin-bottom: 50px;
}
.people-desc--quote {
  background-color: #fff;
  border-radius: 20px;
  font-size: 1.25rem; /* 20px */
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  max-width: calc(86% - 40px);
}
.people-desc--quote p {
  padding: 0 55px 0 45px;
  font-family: "Hiragino UD Sans W6 JIS2004", "ヒラギノUD角ゴ W6 JIS2004";
  letter-spacing: .1em;
}
@media screen and (min-width: 1081px) {
  .people-desc--quote p {
    opacity: 0;
    transition: opacity cubic-bezier(.39, .575, .565, 1) .9s;
  }
  .wayp .people-desc--quote p {
    opacity: 1;
  }
}
.people-desc--quote span {
  color: #1a81e1;
  margin-right: 10px;
}
.people-desc--portrait {
  width: 133px;
  height: 133px;
  background: #fff;
  border-radius: 100px;
  text-align: center;
  overflow: hidden;
}
.people-desc--portrait img {
  width: 90%;
  top: 12%;
  position: relative;
}
.people-desc--single_wrapper:nth-child(even) .people-desc--portrait {
  order: 2;
  margin-left: 55px;
}
.people-desc--single_wrapper .people-desc--quote::before {
  content: "";
  position: absolute;
  left: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 35px 18px 0;
  border-color: transparent #ffffff transparent transparent;
}
.people-desc--single_wrapper:nth-child(even) .people-desc--quote::before {
  left: auto;
  right: -35px;
  border-width: 0 0 18px 35px;
  border-color: transparent transparent transparent #ffffff;
}
@media screen and (max-width: 1080px) {
  .people-desc--quote {
    max-width: calc(83% - 40px);
  }
}
@media screen and (max-width: 900px) {
  .people-desc--quote {
    max-width: calc(80% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .top--about_kyowa {
    padding: 50px 0;
  }
  .about_kyowa--ttl {
    margin-bottom: 43px;
  }
  .about_kyowa--people--txt p {
    line-height: 1.76;
  }
  .about_kyowa--people--txt h2 {
    font-size: 1.429rem; /* 20px */
    margin-bottom: 26px;
  }
  .people-desc--single_wrapper:not(:last-of-type) {
    margin-bottom: 27px;
  }
  .people-desc--single_wrapper .people-desc--quote::before {
    left: -19px;
    top: 26px;
    z-index: -1;
  }
  .people-desc--single_wrapper:nth-child(even) .people-desc--quote::before {
    right: -19px;
    top: 26px;
  }
  .people-desc--single {
    align-items: flex-start;
  }
  .people-desc--portrait {
    width: 66px;
    height: 66px;
  }
  .people-desc--portrait img {
    width: 85%;
    top: 16%;
    position: relative;
  }
  .people-desc--quote {
    max-width: 73vw;
    border-radius: 10px;
    line-height: 1.76;
  }
  .people-desc--quote p {
    font-size: 1rem;
    padding: 19px 14px 23px 21px;
  }
  .people-desc--quote span {
    margin-right: 0;
  }
  .people-desc--single_wrapper:nth-child(even) .people-desc--portrait {
    margin: 0;
  }
}
@media screen and (max-width: 550px) {
  .people-desc--quote {
    max-width: 66vw;
  }
}
/* Infographics */

.about_kyowa--infographics {
  background-color: #fff;
  position: relative;
  height: 473px;
  width: min(95vw, 1560px);
  margin: 0 auto 50px 0;
  padding-right: 70px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all cubic-bezier(.39, .575, .565, 1) .6s;
}
.about_kyowa--infographics::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  transition: all cubic-bezier(.39, .575, .565, 1) .6s;
}
.about_kyowa--infographics {
  transform: translateX(-100%);
}
.wayp .about_kyowa--infographics {
  transform: translateX(0);
}
.wayp .about_kyowa--infographics::before {
  transform: translateX(-100%);
  transition-delay: .7s;
}
.infographics--ttl {
  color: #007aec;
  font-size: clamp(2rem, 9vw, 94px);
  font-weight: 800;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 7vw;
  transform: translateY(-50%);
  overflow: hidden;
}
.infographics--ttl span {
  display: block;
}
.infographics--main-txt {
  flex: 0 1 620px;
}
.infographics--main-txt p {
  margin-bottom: 55px;
}
.infographics--slider-wrapper {
  flex: 0 1 610px;
  max-width: 610px;
}
.infographics--slider-wrapper,
.infographics--slider-wrapper ul,
.infographics--slider-wrapper .slick-track {
  height: 100%;
  align-items: center;
}
.infographics--slider-wrapper ul {
  padding-top: 65px;
}
.infographics--slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.infographics--slide--ttl {
  font-family: "Hiragino UD Sans W6 JIS2004", "ヒラギノUD角ゴ W6 JIS2004";
  font-size: 1.75rem; /* 28px */
  letter-spacing: 0;
  text-align: center;
}
.infographics--slide img {
  max-width: 382px;
  margin: 10px auto 0;
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 295px;
  object-fit: contain;
  align-self: center;
}
.infographics--slide li:last-child img {
  max-height: 275px;
}
@media screen and (max-width: 1450px) {
  .about_kyowa--infographics {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
  }
  .infographics--main-txt {
    flex: 0 1 60%;
  }
  .infographics--slider-wrapper {
    flex: 0 1 35%;
    max-width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .about_kyowa--people {
    margin-bottom: 60px;
  }
  .about_kyowa--infographics--waypoint_wrapper {
    background-color: #fff;
    margin: 0 7vw 35px 0;
  }
  .about_kyowa--infographics {
    width: 93%;
    height: auto;
    padding: 5vh 0 1vh;
    flex-flow: row wrap;
    margin: 0 2% 0 auto;
  }
  .infographics--main-txt {
    flex: 1 0 100%;
    margin-bottom: 45px;
  }
  .infographics--main-txt .page-link {
    max-width: 80%;
  }
  .infographics--main-txt p {
    margin-bottom: 20px;
  }
  .infographics--slider-wrapper {
    flex: 1;
    max-width: 90%;
    text-align: center;
  }
  .infographics--slider-wrapper ul {
    display: flex;
    align-items: center;
    padding-top: 0;
  }
  .infographics--slide--ttl {
    font-size: 1.429rem;
  }
  .infographics--slide img {
    max-height: 205px;
  }
}
/* member */
.top--member {
  padding: 95px 0 55px;
  background: rgb(231, 242, 253);
  background: linear-gradient(
    0deg,
    rgba(231, 242, 253, 1) 0%,
    rgba(231, 242, 253, 1) 49%,
    rgba(255, 255, 255, 1) 49%
  );
}
.member--slider {
  width: 95vw;
  margin: 0 0 100px 4vw;
  position: relative;
}
.top--member .eng_hdr--jp_sub {
  margin-top: 45px;
}
.member--slide {
  position: relative;
  height: 100%;
  width: min(50vw, 458px);
  opacity: 0;
  transition: opacity ease .6s;
  transition-delay: .5s;
}
.wayp .member--slide {
  opacity: 1;
}
.member--slide a {
  display: block;
  overflow: hidden;
}
.member--slide .member--slide--img {
  position: relative;
}
.member--slide .member--slide--img::after {
  content: "";
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all cubic-bezier(.075, .82, .165, 1) .6s;
}
.member--slide:hover .member--slide--img::after {
  background-color: #007aec71;
}
.member--slide--img img {
  transition: all ease .4s;
}
.member--slide:hover .member--slide--img img {
  transform: scale(1.07);
}
.member--slide {
  display: inline-block;
  width: 21%;
  max-width: 370px;
}
@media screen and (max-width: 1537px) {
  .top--member {
    padding: 65px 0 35px;
  }
}
.member--slide:not(:last-child) {
  margin-right: 4%;
}
.member--slide--interview_txt {
  color: #007aec;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(1rem, 2vw, 50px);
  letter-spacing: 4.8px;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  position: absolute;
  top: -20px;
  left: 0;
  transform: translateX(-50%);
  z-index: 3;
  opacity: 0;
  transition: opacity ease .5s;
  transition-delay: 1.1s;
}
.wayp .member--slide--interview_txt {
  opacity: 1;
}
.member--slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.member--slide--blue_box {
  width: 120%;
  position: absolute;
  bottom: 20%;
  left: -50px;
  letter-spacing: 2px;
  overflow: hidden;
}
.member--slide--blue_box p {
  display: inline-block;
  color: #fff;
  font-family: "Hiragino UD Sans W6 JIS2004", "ヒラギノUD角ゴ W6 JIS2004";
  font-size: clamp(1rem, 1.2vw, 1.75rem);
  letter-spacing: .1em;
  line-height: 2;
  position: relative;
  overflow: hidden;
}
.member--slide--blue_box p span::after {
  content: "";
  background-color: #007aec;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all cubic-bezier(.39, .575, .565, 1) .5s;
}
.wayp .member--slide--blue_box p span::after {
  left: 100%;
}
.member--slide--blue_box p span {
  background-color: #007aec;
  display: block;
}
.member--slide--blue_box p:nth-child(1) {
  top: 10px;
}
.member--slide--blue_box p:nth-child(1) span {
  padding: 10px 25px 3px 20px;
  position: relative;
}
.member--slide--blue_box p:nth-child(2) span {
  padding: 2px 25px 10px 20px;
}
.member--slide:nth-child(1) .member--slide--blue_box p span::after {
  transition-delay: .6s;
}
.member--slide:nth-child(2) .member--slide--blue_box p span::after {
  transition-delay: .9s;
}
.member--slide:nth-child(3) .member--slide--blue_box p span::after {
  transition-delay: 1.2s;
}
.member--slide:nth-child(4) .member--slide--blue_box p span::after {
  transition-delay: 1.5s;
}
.member--slide--white_box {
  background: #fff;
  color: #000;
  font-family: "Hiragino UD Sans W3 JIS2004", "ヒラギノUD角ゴ W3 JIS2004";
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: 1.9;
  padding: 11px 20px;
  position: absolute;
  right: 0;
  bottom: -30px;
  overflow: hidden;
}
.member--slide--white_box p {
  transition: all cubic-bezier(.39, .575, .565, 1) .5s;
  transition-delay: .6s;
  transform: translateX(120%);
}
.wayp .member--slide--white_box p {
  transform: translateX(0);
}
.member--slide--white_box span {
  font-family: "Hiragino UD Sans W6 JIS2004", "ヒラギノUD角ゴ W6 JIS2004";
}
.member--slide--white_box span.big {
  font-size: 1.25rem; /* 20px */
}
@media screen and (min-width: 1301px) {
  .member--slide {
    min-height: 405px;
  }
}
@media screen and (max-width: 1300px) {
  .member--slider {
    margin: 0 auto 100px 7vw;
  }
  .member--slider-wrapper {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    gap: 70px 90px;
  }
  .member--slide {
    width: 37%;
  }
  .member--slide:not(:last-child) {
    margin: 0;
  }
  .member--slide--interview_txt {
    font-size: clamp(2rem, 3.1vw, 50px);
  }
  .member--slide--white_box span.big {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .member--slider {
    overflow-x: scroll;
    padding: 25px 25px 75px 45px;
    margin: 0 0 100px 6vw;
  }
  .member--slider-wrapper {
    display: block;
    width: 884px;
  }
  .member--slide {
    width: 240px;
  }
  .member--slide--interview_txt {
    font-size: 1.923rem;
    top: -12px;
    letter-spacing: .1em;
  }
  .member--slide:not(:last-child) {
    margin-right: 62px;
  }
  .member--slide--blue_box {
    left: -30px;
    width: 115%;
  }
  .member--slide--blue_box p {
    font-size: 1.154rem;
  }
  .member--slide--blue_box p:nth-child(1) span {
    padding: 8px 20px 0 10px;
  }
  .member--slide--blue_box p:nth-child(2) span {
    padding: 0 20px 7px 10px;
  }
  .member--slide--white_box {
    font-size: 10px;
    padding: 8px 9px 8px 13px;
    bottom: -24px;
  }
  .member--slide--white_box span {
    line-height: 1.9;
  }
}
@media screen and (max-width: 640px) {
  .top--member .eng_hdr--jp_sub {
    margin-top: 15px;
  }
  .member--slider {
    margin-left: 3vw;
    padding-bottom: 45px;
    padding-left: 30px;
    margin-bottom: 45px;
  }
}
/* Crosstalk */
.top--crosstalk {
  background-image: url("../images/index/rec.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 140px 0 0;
}
.top--crosstalk::after {
  content: "";
  background-color: #fff;
  width: 1139px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all cubic-bezier(.39, .575, .565, 1) .6s;
  transition-delay: 1s;
  z-index: -1;
}
.wayp.top--crosstalk::after {
  width: 0;
}
.top--crosstalk .top-section--eng_hdr {
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.top--crosstalk .top-section--eng_hdr img {
  margin-bottom: 30px;
}
.top--crosstalk .top-section--txt-half {
  max-width: 875px;
  background-color: rgba(255, 255, 255, .9);
  padding: 35px 75px 100px 105px;
}
.top--crosstalk .top-section--txt--ttl {
  font-size: clamp(1.7rem, 2.4vw, 2.5rem);
}
@media screen and (max-width: 1680px) {
  .top--crosstalk {
    background-size: 65%;
  }
  .top--crosstalk .top-section--txt-half {
    max-width: 52%;
    padding: 40px 20px 50px 10px;
  }
}
@media screen and (max-width: 767px) {
  .top--crosstalk {
    background-image: none;
    padding: 80px 0 30px;
  }
  .top--crosstalk .top-section--txt-half {
    position: relative;
    top: -11vw;
    max-width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .top--crosstalk .top-section--eng_hdr img {
    margin-bottom: 14px;
  }
  .top--crosstalk .top-section--txt {
    margin: 0 auto 0 4%;
    max-width: 100vw;
  }
  .top--crosstalk .top-section--txt-half {
    padding: 38px 5px 0;
  }
  .top--crosstalk .top-section--txt--ttl {
    font-size: 1.769rem;
    margin-bottom: 25px;
    line-height: 1.42;
  }
}
/* ##############################################################################

    PAGE

############################################################################## */

/* sitemap
*************************************************** */
.sitemap--menu {
  flex: 1;
}
.sitemap--menu a,
.sitemap--menu span {
  display: block;
}
.sitemap--menu a {
  position: relative;
}
.sitemap--menu a:hover {
  color: #1d7fb7;
}
.sitemap--menu > li > a {
  font-size: 1; /* 18px */
  border-bottom: 1px solid #007aec;
  padding-bottom: .5em;
  margin-bottom: 1.25em;
}
.sitemap_sub_nav--wrap {
  padding-left: 1.25em;
  margin-bottom: 1.5em;
}
.sitemap_sub_nav a {
  padding-top: .4em;
  padding-bottom: .4em;
  padding-left: 1.25em;
}
.sitemap_sub_nav a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #007aec;
  border-right: 1px solid #007aec;
  transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
  .sitemap--menu:not(:last-child) {
    margin-right: 7.41%; /* 80px */
  }
}
@media screen and (max-width: 767px) {
  .sitemap--menu:not(:last-child) {
    margin-bottom: 24px;
  }
}

/* contact
********************************************** */
.lps_sec .cta_tel {
  width: 100%;
  margin-left: auto;
  text-align: center;
}
.lps_sec .cta_tel a {
  padding: 24px 60px 24px 0;
  text-align: right;
  color: #007aec;
}
.page-contact .breadcrumbs--wrapper,
.page-entry .breadcrumbs--wrapper {
  display: none;
}
.page-thanks .breadcrumbs--wrapper {
  display: flex;
}

@media screen and (max-width: 767px) {
  .lps_sec .cta_tel {
    width: 92%;
    margin: 0 auto 35px 0;
  }
  .lps_sec .cta_tel .tel {
    font-size: 1.6rem;
  }
  .lps_sec .cta_tel a {
    display: block;
    padding: 0;
  }
  .lps_sec .cta_tel .num {
    font-size: 2.775rem;
  }
  .lps_sec .cta_tel .hours {
    font-size: 1rem;
  }
}

/* ##############################################################################

    ARCHIVE

############################################################################## */

/* main_column
**************************************** */
.main_column {
  flex: 1;
  margin-right: 80px;
  overflow: hidden;
}

/* --- post --- */
.post {
  position: relative;
  transition: all cubic-bezier(.075, .82, .165, 1) .5s;
}
.post--link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.post--date {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
.post--info.flex .post--date + .cat_list {
  margin-left: 16px;
}
.cat_list {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.post .cat_list {
  margin-bottom: 5px;
}
.cat_list a {
  display: inline-block;
  vertical-align: middle;
  font-size: .813rem; /* 13px */
  border: 1px solid #007aec;
  background-color: #007aec;
  color: #fff;
  padding: .24em .95em;
  float: left;
  white-space: nowrap;
  margin: 2px;
}
@media screen and (max-width: 1100px) {
  .container > .inner.flex {
    display: block;
  }
  .main_column {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .archive-news .container {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .post-type-job .container .inner {
    margin-top: 30px;
  }
}

/* side_column
**************************************** */
.side_column {
  width: 264px;
}
.side_section:not(:last-child) {
  margin-bottom: 64px;
}
.side--ttl {
  letter-spacing: .2em;
  line-height: 1;
  margin-bottom: 16px;
}
.side--ttl small {
  opacity: .5;
  letter-spacing: .15em;
  display: block;
  line-height: 1;
  margin-top: 8px;
}

/* --- post --- */
.posts-side .post:not(:last-child) {
  margin-bottom: 16px;
}
.posts-side .post--img {
  margin-right: 16px;
  width: 64px;
  height: 64px;
}
.posts-side .txtarea {
  flex: 1;
}
.posts-side .post--date {
  margin-bottom: 0;
}
.posts-side .post--ttl {
  line-height: 1.4;
}

/* --- archive --- */
.side_column .archive_list--ttl {
  cursor: pointer;
  font-weight: 500;
  line-height: 1.8;
}
.side_column .archive_list--ttl::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(135deg);
  transition: all .4s ease-out;
}
.side_column .archive_list--ttl.active::after {
  transform: rotate(315deg);
}
.side_column .archive_month {
  display: none;
}

/* --- archive-pulldown --- */
.archive-pulldown {
  position: relative;
  margin-left: auto;
  z-index: 1;
}
.archive-pulldown .archive_list {
  position: relative;
}
.archive-pulldown .archive_list:not(:last-child) {
  margin-right: 24px;
}
.archive-pulldown .archive_list a {
  display: block;
  padding: .25em 1em;
  text-align: left;
}
.archive-pulldown .archive_list a:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.archive-pulldown .archive_list a:hover {
  background-color: #eee;
}
.archive-pulldown .archive_list--label {
  margin-right: 8px;
  font-family: "Hiragino UD Sans W6 JIS2004", "ヒラギノUD角ゴ W6 JIS2004";
}
.archive-pulldown .archive_list--btn {
  cursor: pointer;
  border: none;
  outline: none;
  appearance: none;
  padding: .25em 4em .25em 2em;
  background-color: #fff;
  border: 1px solid #ccc;
  font-family: "Hiragino UD Sans W6 JIS2004", "ヒラギノUD角ゴ W6 JIS2004";
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: .08em;
}
.archive-pulldown .archive_list--btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: .4em;
  right: .8em;
  margin: auto;
  width: .6em;
  height: .6em;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  transition: all .2s ease-out;
}
.archive-pulldown .active .archive_list--btn::after {
  bottom: -.2em;
  transform: rotate(225deg);
}
.archive-pulldown .archive_list--menu {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  visibility: hidden;
  margin-top: -1px;
  opacity: 0;
  transition: all .2s ease-out;
}
.archive-pulldown .active .archive_list--menu {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .side_column {
    width: 100%;
  }
}

/* blog
**************************************** */
.posts-blog .post {
  padding-bottom: 48px;
  padding-top: 48px;
  border-bottom: 1px solid #e5e5e5;
}
.posts-blog .post:first-child {
  border-top: 1px solid #e5e5e5;
}
.posts-blog .post--txtarea {
  flex: 1;
}
.posts-blog .post--img {
  width: 280px;
  margin-right: 40px;
}
.posts-blog .post--img::before {
  padding-top: 75%;
}

@media screen and (max-width: 767px) {
  .posts-blog .post {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .posts-blog .post--img {
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16px;
    text-align: center;
  }
  .posts-blog .post--img img {
    width: auto;
    max-width: 100%;
  }
}

/* news
**************************************** */

/* --- news_list --- */
.news_list .post {
  padding-bottom: 16px;
  padding-top: 16px;
  margin-bottom: 0;
  border-bottom: 1px solid #007aec80;
}
.news_list .post--info {
  margin-right: 32px;
  font-size: 1.125rem; /* 18px */
  letter-spacing: .1em;
  padding-top: 2px;
	padding:3% 0% 3% 1%;
}
.news_list .post--link:not([href="javascript:void(0);"]):hover {
  color: #1d7fb7;
}
.news_list .post--link:hover svg {
  fill: #1d7fb7;
}
.news_list .post--ttl {
  font-family: "Hiragino UD Sans W4 JIS2004", "ヒラギノUD角ゴ W4 JIS2004";
  font-size: 1.125rem; /* 18px */
}

@media screen and (max-width: 767px) {
  .news_list .post {
    display: block;
  }
  .news_list .post--info {
    margin-right: 0;
  }
}

/* ##############################################################################

    SINGLE

############################################################################## */

.archive-news .section_pdg,
.single-news .section_pdg {
  padding-top: min(9vw, 110px);
}
@media screen and (max-width: 767px) {
  .single-news .container {
    margin-top: 0;
  }
}
/* 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;
}

/* wp-pagenavi
**************************************** */
.wp-pagenavi {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 40px;
}
.wp-pagenavi .pages {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 1em;
}
.wp-pagenavi a {
  position: relative;
  padding: .5em 1em;
  background-color: #007aec;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 50px;
  border: 1px solid #007aec;
}
.wp-pagenavi a {
  color: #fff;
}
.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;
  background-color: #fff;
  color: #007aec;
}
.archive .wp-pagenavi .current {
  cursor: default;
  width: 35px;
}
.archive .wp-pagenavi > *:not(.pages):not(.current):hover {
  background-color: #007aec;
  color: #fff;
}
.wp-pagenavi-single a[rel="prev"],
.wp-pagenavi-single a[rel="next"] {
  width: 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;
  left: 0;
  right: 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: 8px;
  height: 8px;
}
.wp-pagenavi a[rel="prev"]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .first::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.wp-pagenavi a[rel="next"]::before,
.wp-pagenavi .last::before,
.wp-pagenavi .last::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.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: 32px;
  }
  .wp-pagenavi .first::before,
  .wp-pagenavi .last::before {
    left: -5px;
  }
  .wp-pagenavi .first::after,
  .wp-pagenavi .last::after {
    right: -5px;
  }
}

/* ##############################################################################

    SEARCH

############################################################################## */

#search-list .section_pdg {
  padding-top: 50px;
  padding-bottom: 50px;
}
#search-list .ttl-01 {
  margin: 70px 0 0;
}

/* ##############################################################################

    FORMY

############################################################################## */
#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%;
  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: 1rem;
}
#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: .875rem; /* 14px */
  color: #999;
}
.hidden_help {
  display: none;
}
.formy_privacy div {
  overflow-y: scroll;
  height: 140px;
  border: solid 1px #ccc;
  font-size: .875rem; /* 14px */
  padding: 8px 16px;
}
.requiredIcon {
  background-color: #f55;
  color: #fff;
  margin: 0 0 0 1em;
  font-size: .75rem; /* 12px */
  padding: 2px 5px;
  border-radius: 3px;
  float: right;
}
#formy_btn {
  padding-top: 32px;
  text-align: center;
}
#formy_btn input {
  font-size: inherit;
  border: none;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  padding: 16px 32px;
  -webkit-appearance: none;
  appearance: none;
}
#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: .5em 8px .5em 40px;
  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: 16px;
  height: 16px;
  border: 2px solid #788b93;
  left: 16px;
  top: 12px;
}
#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: 4px;
  left: 20px;
  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: #f55555;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  #formy_form .confirm-message {
    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 th {
    font-family: "Hiragino UD Sans W6 JIS2004", "ヒラギノUD角ゴ W6 JIS2004";
    font-size: 1.154rem;
  }
  #formy_form td {
    padding-top: 0;
  }
  #formy_btn {
    padding-top: 8px;
  }
  #formy_btn input {
    width: 100%;
    background-size: contain;
    background-position: center;
  }
  .autoConfirmBack {
    margin-bottom: 8px;
  }
}

/* ##############################################################################

    固定ページ 投稿ページ

############################################################################## */

/* /job/　募集要項 
**************************************** */
.job--requirements .editor-ttl3 {
  font-size: 2rem; /* 32px */
}
.job_nav li {
  width: calc(100% / 3 - 12px);
}
.job_nav li:not(:last-child) {
  margin-right: 12px;
}
.posts-job .post .img {
  height: 320px;
  background-color: #007aeca8;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
.posts-job .post .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease .7s;
  transition-delay: .15s;
}
.posts-job .post .img::after {
  content: "";
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all cubic-bezier(.075, .82, .165, 1) .6s;
}
.posts-job .post:hover .img::after {
  background-color: #007aec71;
}
.posts-job .post:hover .img img {
  transform: scale(1.07);
}
.posts-job .post--ttl {
  font-size: 1.5rem;
  font-family: "Hiragino UD Sans W6 JIS2004", "ヒラギノUD角ゴ W6 JIS2004";
}
.job_nav li a {
  border: 1px solid #007aec;
  display: block;
  padding: 13px 15px;
  background-color: #007aec;
  text-align: center;
  font-size: 120%;
  letter-spacing: .09em;
  color: #fff;
  transition: all .3s ease-in-out;
}
.job_nav li a:hover {
  background-color: #fff;
  color: #007aec;
}
.job--requirements {
  margin-top: 80px;
}
.job--requirements--entry_btn {
  margin: 75px 0;
  text-align: center;
}
.job--requirements--entry_btn span:first-child {
  position: relative;
}
.job--requirements--entry_btn a {
  background-color: #f37b4c;
  font-size: 1.5rem;
  text-align: left;
  color: #fff;
  display: inline-block;
  padding: 15px 0 15px 45px;
  width: 264px;
  max-width: 60%;
  position: relative;
}
.job--requirements--entry_btn .arrow {
  top: 50%;
  left: 80%;
}
@media screen and (min-width: 1081px) {
  .job--requirements--entry_btn a:hover .arrow {
    animation: fade_arrow .5s ease-out 0s 1 normal forwards;
  }
}
@media screen and (max-width: 767px) {
  .posts-job .post .img {
    height: 220px;
  }
  .posts-job.flex-col2.flex-sp-block > * {
    margin-bottom: 25px;
  }
  .posts-job .post--ttl {
    font-size: 1.375rem;
  }
  .single-job .container {
    padding-top: 20px;
  }
  .job--requirements--entry_btn a {
    padding: 15px 0 15px 25px;
  }
}
/* 採用インタビューのヘッダー */
.page-interview .lps_sec:nth-child(2n) {
  background-color: #fff;
}
.int--hdr {
  height: 866px;
  max-height: 80vw;
  max-width: 1560px;
  width: 82vw;
  position: relative;
  line-height: 1.8;
  margin: 0 0 90px auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.int--hdr::before {
  content: "Interview.0" counter(intNum);
  counter-increment: intNum;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(1.5rem, 3.4vw, 50px);
  font-weight: 500;
  letter-spacing: 6px;
  color: #007aec;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  position: absolute;
  top: -3vw;
  left: -5.5vw;
  z-index: 2;
  letter-spacing: .1em;
}
.int--hdr--catch {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -4%;
}
.int--hdr--catch span {
  color: #fff;
  font-family: "Hiragino UD Sans W6 JIS2004", "ヒラギノUD角ゴ W6 JIS2004";
  font-size: clamp(1.2rem, 3.1vw, 2.75rem);
  display: inline-block;
  background-color: #007aec;
  padding: 5px 30px;
  margin: 15px 0;
}
.int--hdr--catch span:nth-child(1) {
  display: block;
}
.int--hdr--details {
  font-family: "Hiragino UD Sans W5 JIS2004", "ヒラギノUD角ゴ W5 JIS2004";
  background-color: #fff;
  color: #000;
  padding: 22px 80px 25px 35px;
  position: absolute;
  bottom: 0;
  left: 3%;
  z-index: 2;
}
.int--bumon {
  font-size: 1rem;
}
.int--name {
  font-size: 38px;
}
.int--entry_date-home {
  font-size: 1.125rem; /* 18px */
}

.int--schedule {
  background-color: #f0f8ff;
  padding: 70px 0;
  max-width: 1000px;
  width: 95vw;
  margin: 70px auto 0;
}
.int--schedule_hdr {
  font-family: "Josefin Sans", sans-serif;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 2.8px;
  color: #007aec;
  margin-bottom: 80px;
}
.int--schedule_hdr span {
  font-size: 15px;
  color: #000;
  margin-left: 35px;
}
.page-interview .editor-ttl2 {
  line-height: 1.6;
}
@media screen and (max-width: 1366px) {
  .page-interview .section_pdg {
    padding-top: 60px;
  }
  .int--hdr {
    margin: 0 auto 45px;
    height: 640px;
    background-position: center;
  }
  .int--hdr--catch {
    top: 45%;
  }
  .int--hdr--details {
    bottom: 15px;
    padding: 12px 20px 15px 20px;
  }
  .int--name {
    font-size: 24px;
  }
  .int--entry_date-home {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .int--hdr {
    background-position: top;
    width: 88vw;
    height: auto;
    min-height: 103vw;
    margin: 0 0 45px auto;
  }
  .int--hdr::before {
    font-size: 1.923rem;
    top: -10vw;
    left: -11vw;
  }
  .int--hdr--catch {
    top: auto;
    bottom: 30vw;
    left: -8vw;
  }
  .int--hdr--catch span {
    display: block;
    font-size: 1.385rem;
    margin: 0;
    padding: 10px;
  }
  .int--hdr--catch span:nth-child(1) {
    display: inline-block;
    position: relative;
    top: 1px;
  }
  .int--hdr--catch span:nth-child(2) {
    padding-top: 0;
  }
  .int--schedule_hdr {
    text-align: center;
    font-size: 2.692rem;
    margin-bottom: 35px;
  }
  .int--schedule_hdr span {
    display: block;
    margin-left: 0;
  }
  .int--hdr--details {
    font-size: 20px;
    line-height: 1.6;
    width: 82vw;
    padding: 22px 52px 0 15px;
    right: 0;
    bottom: 0;
    left: auto;
  }
  .int--bumon {
    font-size: .769rem;
  }
  .int--name {
    font-size: 1.25rem;
  }
  .int--entry_date-home {
    font-size: .769rem;
  }
  .int--schedule {
    margin: 30px auto 0;
    padding: 45px 0;
  }
}
@media screen and (max-width: 440px) {
  .int--hdr--catch span:nth-child(2) {
    display: inline-block;
  }
}

/* クローストーク Crosstalk
**************************************** */
.ct--intro {
  text-align: center;
}
.ct--members {
  padding: 90px 0 85px;
}
.ct--members--ttl {
  font-size: 50px;
  text-align: center;
  margin-bottom: 70px;
}
.ct--members--column_wrap {
  display: flex;
  justify-content: center;
  gap: 120px;
}
.ct--members--column {
  display: flex;
  flex: 0 1 300px;
  flex-flow: column;
  justify-content: flex-start;
}
.ct--members--column img {
  margin-bottom: 35px;
}
.ct--members--column h4 {
  font-family: "Hiragino UD Sans W6 JIS2004", "ヒラギノUD角ゴ W6 JIS2004",
    sans-serif;
  font-size: 1.125rem; /* 18px */
  margin-bottom: 15px;
}
.ct--talk {
  padding: 110px 0;
}
.ct--talk--hdr {
  text-align: center;
}
.ct--talk--ttl {
  text-transform: capitalize;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(2rem, 21vw, 160px);
  font-weight: 500;
  line-height: .75;
  text-shadow: 1px 0 0 rgb(0, 122, 236), 0 1px 0 rgb(0, 122, 236),
    -1px 0 0 rgb(0, 122, 236), 0 -1px 0 rgb(0, 122, 236);
  padding-top: 20px;
}
.ct--talk--hdr .editor-ttl2 {
  display: inline-block;
}
.ct--talk--hdr_img {
  width: 90vw;
  max-width: 850px;
  margin: 0 auto 55px;
}
.interview--row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  gap: 40px;
}
.interview--row:nth-child(even) .interview--img {
  order: 2;
}
.interview--row:nth-child(even) .interview--dialogue::before {
  right: -35px;
  left: auto;
  border-width: 18px 35px 0 0;
  border-color: #f0f8ff transparent transparent transparent;
  top: 50%;
}
.interview--row:last-child {
  margin-bottom: 160px;
}
.ct--talk--int:last-child .interview--row:last-child {
  margin-bottom: 0;
}
.interview--img {
  flex: 0 1 130px;
  text-align: center;
}
.interview--dialogue {
  background-color: #f0f8ff;
  border-radius: 20px;
  align-items: center;
  position: relative;
  flex: 0 1 1000px;
  align-self: center;
}
.interview--dialogue p {
  padding: 35px 80px 30px 40px;
}
.interview--dialogue::before {
  content: "";
  position: absolute;
  left: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 35px 18px 0;
  border-color: transparent #f0f8ff transparent transparent;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .ct--members {
    padding: 50px 0 55px;
  }
  .ct--members--ttl {
    margin-bottom: 40px;
  }
  .ct--talk {
    padding: 65px 0;
  }
  .ct--talk--ttl {
    font-size: 5.5rem;
    line-height: 1;
    padding-top: 0;
  }
  .ct--members--column_wrap {
    justify-content: space-between;
    gap: 0;
  }
  .ct--members--column {
    flex: 0 1 46%;
  }
  .ct--members--column img {
    margin-bottom: 5px;
  }
  .ct--members--column h4 {
    margin-bottom: 3px;
  }
  .ct--talk--hdr {
    margin-bottom: 35px;
  }
  .ct--talk--hdr_img {
    width: 100%;
  }
  .interview--img {
    flex: 0 1 66px;
  }
  .interview--row {
    align-items: flex-start;
    margin-bottom: 35px;
  }
  .interview--row:last-child {
    margin-bottom: 75px;
  }
  .interview--dialogue {
    flex: 0 1 70%;
    align-self: flex-start;
  }
  .interview--dialogue p {
    padding: 19px 14px 23px 21px;
  }
  .interview--dialogue::before,
  .interview--row:nth-child(even) .interview--dialogue::before {
    top: 40px;
  }
  .interview--dialogue::before {
    left: -30px;
  }
  .interview--row:nth-child(even) .interview--dialogue::before {
    right: -30px;
  }
}
/* Waypoint transitions
  **************************************** */
.appTop,
.appHardTop,
.appBtm,
.appLeft,
.appRight,
.appHardRight {
  transition: transform .6s cubic-bezier(.33, 1, .68, 1) .5s;
  overflow: hidden;
}
.coverTrans::before {
  transition: transform .6s cubic-bezier(.33, 1, .68, 1) .7s;
  overflow: hidden;
}

.opacityTrans {
  opacity: 0;
  transition: opacity cubic-bezier(.39, .575, .565, 1) .9s;
}
*.wayp .opacityTrans {
  opacity: 1;
}
* .appTop {
  transform: translateY(-100%);
}
* .appBtm {
  transform: translateY(100%);
}
* .appLeft {
  transform: translateX(-140%);
}
* .appRight {
  transform: translateX(140%);
}
* .appHardRight {
  transform: translateX(200%);
}
* .appHardTop {
  transform: translateY(-150%);
}

.coverTrans {
  position: relative;
}
.coverTrans::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.business-slide .coverTrans::before {
  height: 90%;
}
.coverTransLightBlue::before {
  background-color: transparent;
}
@media screen and (min-width: 1081px) {
  .coverTransLightBlue::before {
    background-color: rgba(229, 241, 253, 1);
  }
}
*.wayp .coverTransLeft::before {
  transform: translateX(-100%);
}
*.wayp .coverTransRight::before {
  transform: translateX(100%);
}

*.wayp > .appBtm,
*.wayp > .appTop,
*.wayp > .appLeft,
*.wayp > .appRight,
*.wayp > .appHardTop {
  transition-delay: .5s;
}
*.wayp .trans1,
*.wayp .trans1::before {
  transition-delay: .5s;
}
*.wayp .trans2,
*.wayp .trans2::before {
  transition-delay: .6s;
}
*.wayp .trans3,
*.wayp .trans3::before {
  transition-delay: .7s;
}
*.wayp .trans4,
*.wayp .trans4::before {
  transition-delay: .8s;
}
*.wayp .trans5,
*.wayp .trans5::before {
  transition-delay: .9s;
}
*.wayp .trans6,
*.wayp .trans6::before {
  transition-delay: 1s;
}
*.wayp .trans7,
*.wayp .trans7::before {
  transition-delay: 1.1s;
}
*.wayp .trans8,
*.wayp .trans8::before {
  transition-delay: 1.2s;
}
*.wayp .trans9,
*.wayp .trans9::before {
  transition-delay: 1.3s;
}
*.wayp .trans10,
*.wayp .trans10::before {
  transition-delay: 1.4s;
}
*.wayp .trans11,
*.wayp .trans11::before {
  transition-delay: 1.5s;
}
*.wayp .trans12,
*.wayp .trans12::before {
  transition-delay: 1.6s;
}
*.wayp .trans13,
*.wayp .trans13::before {
  transition-delay: 1.7s;
}
*.wayp .trans14,
*.wayp .trans14::before {
  transition-delay: 1.8s;
}
*.wayp .trans15,
*.wayp .trans15::before {
  transition-delay: 1.9s;
}
*.wayp .trans16,
*.wayp .trans16::before {
  transition-delay: 2s;
}

*.wayp .appBtm,
*.wayp .appTop,
*.wayp .appHardTop {
  transform: translateY(0);
}
*.wayp .appLeft,
*.wayp .appRight,
*.wayp .appHardRight {
  transform: translateX(0);
}

/*干物加工*/
.seafood-box{
	width:90%;
	margin:0 auto;
	display:flex;
    justify-content:space-between;
}
.seafood-box div{
	width:48%;
}

.seafood-box h3{
	margin-top:2%;
	margin-bottom:2%;
	font-size:1.5rem;
}
@media screen and (max-width: 767px) {
	.seafood-box{
	width:90%;
	margin:0 auto;
	display:block;
    justify-content:space-between;
}
	.seafood-box div{
	width:100%;
	margin-bottom:3%;
	margin-top:5%;
}
}
/* ----------------------------------------
form
------------------------------------------- */
.form-wrapper{
	width:90%;
	max-width:1200px;
	margin:0 auto;
}
.form-txt {
  margin-bottom: 50px;
}
.form table {
  width: 100%;
  box-sizing: border-box;
}
.form table th {
  width: 80%;
  position: relative;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
  font-weight: normal;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 10px;
}
.need {
  
  color: #fff;
  font-size: 0.9rem;
  background-color: #c70024;
  padding: 1px 5px;
  left: 170px;
}
.need2 {
  color: #fff;
  font-size: 0.9rem;
  background-color: #c70024;
  padding: 1px 5px;
}
.form table td {
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 20px 10px;
}
.form table tr:last-child th, .form table tr:last-child td {
  border-bottom: none;
}
.form table td p {
  padding: 15px 0 0 0;
}
.input01 {
  width: 100%;
  box-sizing: border-box;
  color: #000;
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding: 20px;
}
.input01::placeholder {
  color: #b5b5b5;
}
.input02 {
  width: 80%;
  box-sizing: border-box;
  color: #000;
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding: 20px;
}
.input03 {
  box-sizing: border-box;
  color: #000;
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding: 20px;
}
.select01 {
  padding: 10px 15px;
}

.submit{
		marign:0 auto;
	margin-top:5%;
	text-align:center;
}

.submit input {
  display: inline-block;
  position: relative;
  color: #fff;

  font-size: 1.0rem;
  width: 100%;
  box-sizing: border-box;
  max-width: 300px;
  background-color: #c70024;
  border: solid 1px #c70024;
  border-radius: 40px;
  cursor: pointer;
  padding: 20px 30px;
  margin-bottom: 15px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.submit input:hover {
  color: #fff;
  background-color: #c70024;
  border: solid 1px #c70024;
  cursor: pointer;
}
.cmn-submit {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.2rem;
  width: 100%;
  box-sizing: border-box;
  max-width: 200px;
  background-color: #c70024;
  border: solid 1px #c70024;
  border-radius: 40px;
  cursor: pointer;
  padding: 20px 30px;
  margin-bottom: 15px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.cmn-submit:hover {
  color: #fff;
  background-color: #009cbb;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
	/* ----------------------------------------

------------------------------------------- */
  .form table {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .form table th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 15px 10px 10px 10px;
  }
  .form table td {
    display: block;
    width: 100%;
    padding: 0 10px 15px 10px;
  }
  .input01 {
    width: 100%;
  }
  .input02 {
    width: 100%;
  }
  .input03 {
    width: 100%;
  }
  .select01 {
    width: 100%;
    box-sizing: border-box;
  }
  .need {
    font-size: 1.1rem;
    left: auto;
    margin-left: 10px;
  }
}
/*加工事例*/
.works-box{
	width:98%;
	margin:0 auto;
	display:flex;
    justify-content:flex-start;
	flex-wrap:wrap;
}
.works-box div{
	width:24%;
	margin-top:5%;
	margin-left:1%;
}

.works-box h3{
	margin-top:8%;
	margin-bottom:5%;
	font-size:1.1rem;
	border-bottom:solid 1px #ccc;
	padding-bottom:1%;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	.works-box{
	width:98%;
	margin:0 auto;
	display:block;
    justify-content:space-between;
}
	.works-box div{
	width:98%;
	margin-bottom:3%;
	margin-top:5%;
}
}
.background_btn01 {
  display: inline-block;
  width: 100%;
  max-width: 350px; /* ボタン幅 */
  position: relative;
  background: #007AEC; /* 背景色 */
  border: 2px solid #4D9BC1;
  padding: 1em 2em;
  font-weight: bold;
  color: #fff; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}

.background_btn01:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}

/* マウスオーバーした際のデザイン */
.background_btn01:hover {
  background: #fff; /* 背景色 */
  color: #007AEC; /* 文字色 */
}

.background_btn01:hover:before {
  border-top: 2px solid #007AEC; /* 矢印の色 */
  border-right: 2px solid #007AEC; /* 矢印の色 */
}
@media screen and (max-width: 767px) {

}
