@charset "UTF-8";

/* CSS Document */

/* Recruit Link Area ---------------- */
.sec-recruit-com {
  position: relative;
}

.sec-recruit-com .recruit-bk {
  position: absolute;
  background-color: var(--blu);
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.sec-recruit-com .recruit-bk img {
  opacity: 0.3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-recruit-com .txt-links {
  column-gap: 1em;
}

.sec-recruit-com .text-area {
  flex: 1;
}

.sec-recruit-com .cont-area,
.sec-recruit-com .slide-img {
  position: relative;
  z-index: 1;
}

.sec-recruit-com .link-area {
  width: min(46.875%, 600px);
  position: relative;
  min-width: 480px;
}

.sec-recruit-com .link-area ul {
  gap: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.sec-recruit-com .link-area ul li a * {
  display: block;
}

.sec-recruit-com .link-area ul li {
  flex: 1;
}

.sec-recruit-com .link-area ul li:nth-child(1),
.sec-recruit-com .link-area ul li:nth-child(2) {
  width: 100%;
  height: 140px;
  flex: initial;
}

.link-area a,
.link-area .btn-cont {
  position: relative;
}

.sec-recruit-com .link-area a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 34px 32px;
  background-color: rgb(255 255 255 / 95%);
  border-radius: 5px;
  transition: background-color ease 0.25s;
}

.link-area .btn-cont::after,
.link-area a::after,
.sec-recruit-com .link-area a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--blu);
  background-image: url("../img/common/arrow-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 0;
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translate(50%, -50%);
  transform-origin: center center;
  transition:
    width ease 0.25s,
    height ease 0.25s,
    background-size ease 0.25s;
}

@media (min-width: 768px) {
  .sec-recruit-com .link-area a:hover {
    background-color: rgb(255 255 255 / 100%);
  }

  a:hover .link-area .btn-cont::after,
  .link-area a:hover::after,
  .sec-recruit-com .link-area a:hover::after {
    width: 30px;
    height: 30px;
    background-size: auto 8px;
  }
}

.sec-recruit-com .link-area .txt-box {
  position: relative;
  padding-left: 15px;
}

.sec-recruit-com .link-area .txt-box::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: var(--gld);
  position: absolute;
  top: 0;
  left: 0;
}

.sec-recruit-com .link-area .txt-box .f-en {
  margin-bottom: 4px;
}

.inpage.rec-bd {
  background-color: #e6eeff;
}

.inpage.rec-bd::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e6eeff;
  background-image: url("../img/common/recruit-backdrop.png");
  background-repeat: repeat;
  background-blend-mode: screen;
  opacity: 0.6;
  position: absolute;
}

/* slider */
.rcrt-slide-img {
  overflow: hidden;
  width: 100%;
}

.rcrt-slide-track {
  display: flex;
  width: max-content;
  animation: rcrtSlide 30s linear infinite;
}

.rcrt-slide-track .flex {
  display: flex;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rcrt-slide-track li {
  flex-shrink: 0;
  aspect-ratio: 3/2;
  width: 395px;
  padding-right: 5px;
}

.rcrt-slide-track img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes rcrtSlide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% / 2));
  }
}

@media (max-width: 1024px) {
  .sec-recruit-com .txt-links {
    display: block;
    margin-bottom: -3em;
  }

  .sec-recruit-com .text-area {
    padding-bottom: var(--mp40);
  }

  .sec-recruit-com .text-area .pc-only {
    display: none;
  }

  .sec-recruit-com .link-area {
    width: 100%;
    min-width: initial;
  }

  .sec-recruit-com .link-area ul {
    position: relative;
  }

  .sec-recruit-com .link-area ul li,
  .sec-recruit-com .link-area ul li:nth-child(1),
  .sec-recruit-com .link-area ul li:nth-child(2) {
    flex: initial;
    width: calc(50% - 5px);
  }
}

@media (max-width: 767px) {
  .sec-recruit-com .text-area .pc-only {
    display: block;
  }

  .sec-recruit-com .link-area ul li,
  .sec-recruit-com .link-area ul li:nth-child(1),
  .sec-recruit-com .link-area ul li:nth-child(2) {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 480px) {
  .rcrt-slide-track li {
    width: 300px;
  }
}

/* btn ---------------------------- */
.btnW-s {
  width: min(100%, 200px);
}

.btnW-m {
  width: min(100%, 300px);
}

.btnW-l {
  width: min(100%, 600px);
}

.btnH-m {
  height: 60px;
}

.btnH-l {
  height: 100px;
}

/* btn-style01 */
.btnarea:has(.btn-style01) {
  padding-left: 15px;
}

.btn-style01 {
  padding: 0 1em;
  background-color: var(--wht);
  border-radius: 10px;
  border: 1px solid var(--blu);
  display: block;
  position: relative;
}

.btn-style01 .btn-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.btn-style01 .btn-txt {
  font-family: var(--f-en);
  font-weight: bold;
  line-height: 1;
  color: var(--blu);
}

.arrow01 {
  position: absolute;
  display: block;
  pointer-events: none;
}

.arrow01::before {
  content: "";
  display: block;
  background-image: url("../img/common/arrow-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 5px;
  height: 12px;
}

.arrow02 {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
}

.arrow02::before,
.arrow02::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--blu);
  background-image: url("../img/common/arrow-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 8px;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}

.arrow02::before {
  left: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
}

.arrow02::after {
  left: 100%;
  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
}

.arrow03 {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 100%;
  position: relative;
}

.arrow03::before {
  content: "";
  display: block;
  background-image: url("../img/common/arrow-3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 9px;
}

.arrow03::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--blu);
  position: absolute;
  left: 0;
  bottom: 0;
}

/* btn-style02 */
.btnarea:has(.btn-style02) {
}

.btn-style02 {
  padding: 0 var(--mp40);
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.btn-style02.gld {
  background-color: var(--gld);
}

.btn-style02.blu {
  background-color: var(--blu);
}

.btn-style02 .btn-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 5px;
}

.btn-style02::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--wht);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 0;
  position: absolute;
  top: 50%;
  right: var(--mp40);
  transform: translate(50%, -50%);
  transform-origin: center center;
  transition:
    width ease 0.25s,
    height ease 0.25s,
    background-size ease 0.25s;
}

.btn-style02.gld::after {
  background-image: url("../img/common/arrow-2-gld.svg");
}

.btn-style02.blu::after {
  background-image: url("../img/common/arrow-2-blu.svg");
}

/* btn-style03 */
.btn-style03 {
  padding: 15px 40px 15px 20px;
  min-height: 60px;
  background-color: var(--wht);
  border-radius: 10px;
  border: 1px solid var(--blu);
  display: block;
  position: relative;
  transition: all 0.28s ease;
}
.btn-style03 .i-download {
  width: 20px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: url(../img/common/i-download.svg) no-repeat center / contain;
}

@media (min-width: 768px) {
  .btn-style01:hover .arrow02::before {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }

  .btn-style01:hover .arrow02::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  .btn-style02:hover::after {
    width: 20px;
    height: 20px;
    background-size: auto 8px;
  }
  .btn-style03:hover {
    opacity: 0.7;
  }
}

/* -------------------------------------- 
    pager
 -------------------------------------- */
.pager ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.pager ul li {
  line-height: 0;
}

.pager .nav-current {
  text-align: center;
  padding: 0 40px;
}

.pager .btn-box {
  display: inline-block;
  width: 45px;
  height: 45px;
  position: relative;
  border-radius: 5px;
}

/* リンクがない時 */
.pager .nav-pre > span,
.pager .nav-next > span {
  opacity: 0.1;
}

/* 詳細ページnav-backlist */
.pager .nav-backlist a {
  display: flex;
  width: fit-content;
  gap: 10px;
  text-align: left;
  line-height: 45px;
}

/* i */
.pager i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--blu);
  border-radius: 5px;
}

.pager .nav-pre i::before,
.pager .nav-backlist i::before,
.pager .nav-next i::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
}

.pager .nav-pre i::before,
.pager .nav-next i::before,
.pager .nav-backlist i::before {
  left: 50%;
  background-image: url("../img/common/current-r-w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 5px;
  height: 10px;
  transform: translate(-50%, -50%);
}

.pager .nav-pre i::before,
.pager .nav-backlist i::before {
  transform: translate(-50%, -50%) scale(-1, 1);
}

.pager .nav-pre a:hover i::before,
.pager .nav-backlist a:hover i::before {
  animation: move-left-anim 0.65s ease 0s 1 forwards;
}

.pager .nav-next a:hover i::before {
  animation: move-right-anim 0.65s ease 0s 1 forwards;
}

@keyframes move-left-anim {
  0% {
    transform: translate(-50%, -50%) scale(-1, 1);
    opacity: 1;
  }

  50% {
    transform: translate(-100%, -50%) scale(-1, 1);
    opacity: 0;
  }

  50.1% {
    transform: translate(0%, -50%) scale(-1, 1);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, -50%) scale(-1, 1);
    opacity: 1;
  }
}

@keyframes move-right-anim {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }

  50% {
    transform: translate(0%, -50%);
    opacity: 0;
  }

  50.1% {
    transform: translate(-100%, -50%);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

/* contact-panel --------------------- */

/* 共通 */
.contact-panel {
  z-index: 1;
  position: relative;
}

.contact-panel::after {
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: var(--wdgw);
}

.contact-panel .board {
  border-radius: 10px;
  padding-right: var(--mp30);
  padding-left: var(--mp30);
}

.contact-panel .board .links {
  gap: 10px;
}

.contact-panel .links li {
  border-radius: 5px;
  flex: 1;
  min-width: 270px;
}

.contact-panel .links li > a,
.contact-panel .links li > span {
  aspect-ratio: 605/220;
  padding: 1em 0;
  flex-flow: column;
}

.contact-panel .links .ico {
  display: block;
  width: var(--mp40);
  aspect-ratio: 1/1;
  margin-bottom: 4px;
}

/* お問い合わせフォーム */
.contact-panel .links .mform {
  background-color: var(--gld);
}

.contact-panel .links .mform a {
  color: var(--wht);
}

.contact-panel .links .mform a .ico {
}

@keyframes mform-anim {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10%);
  }

  100% {
    transform: translateY(0);
  }
}

/* 電話 */
.contact-panel .tel {
  margin-right: 6px;
}

/* 青背景 */
.contact-panel .bk-blu .title,
.contact-panel .bk-blu .txt {
  color: var(--wht);
}

.contact-panel .bk-blu .phone {
  background-color: var(--wht);
}

.contact-panel .bk-blu .tel-num {
  color: var(--blu);
}

/* 白背景 */
.contact-panel .bk-wht .title {
  color: var(--blu);
}

.contact-panel .bk-wht .txt {
  color: var(--base);
}

.contact-panel .bk-wht .phone {
  background-color: var(--blu);
}

.contact-panel .bk-wht .phone .ico img {
  filter: brightness(0) invert(1);
}

.contact-panel .bk-wht .tel-num,
.contact-panel .bk-wht .biz {
  color: var(--wht);
}

/* トップページ or 内部ページ */
body:not(.inpage) .contact-panel::after {
  height: var(--mp130);
  bottom: 0;
}

body.inpage .contact-panel::after {
  height: calc(100% - var(--mp100));
  bottom: 0;
}

body.inpage .contact-panel {
  margin-top: calc(var(--mp100) * -1);
}

/* footer ---------------------------- */
.site-footer {
  position: relative;
}

.site-footer .footer-content {
  background-color: var(--wdgw);
}

/* ナビゲーション */
.site-footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.site-footer .footer-nav.nav-center {
  justify-content: center;
}

.site-footer .footer-nav.nav-right {
  justify-content: flex-end;
}

.site-footer .footer-nav li a,
.site-footer .f-misc a {
  white-space: nowrap;
  padding: 5px 10px;
  letter-spacing: 0;
}

.site-footer .footer-nav li a {
  font-size: var(--f-sz17);
}

.site-footer .f-misc a {
  font-size: var(--f-sz14);
}

.site-footer .f-misc {
  gap: 10px var(--mp20);
}

.site-footer .copyright {
  align-items: center;
  row-gap: var(--mp30);
}

@media (min-width: 768px) {
  .site-footer .footer-nav li a:hover,
  .site-footer .f-misc a:hover {
    opacity: 0.8;
  }
}

@media (max-width: 991px) {
  .site-footer .footer-nav {
    display: none;
  }
}

/* サイトマップ */
.site-footer .footer-sitemap {
}

.site-footer .footer-sitemap .sitemap-row {
  display: flex;
  gap: 20px;
}

.site-footer .footer-sitemap .fbox-list {
}

.site-footer .footer-sitemap .flist-ttl {
  display: block;
}

.site-footer .footer-sitemap .submenu {
  padding-left: 1em;
}

.site-footer .footer-sitemap .submenu li a {
  display: block;
}

.site-footer .footer-sitemap .submenu li a:hover {
  background-color: rgb(0 0 0 / 10%);
}

@media (max-width: 1024px) {
  .site-footer .footer-sitemap {
    display: none;
  }
}

/* 会社情報 */
.site-footer .end {
  align-items: flex-end;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  row-gap: 1.5em;
}

.site-footer .f-info {
  gap: 2em 43px;
}

.site-footer .f-info > * {
  display: block;
}
.site-footer .fbox-cname {
  width: min(100%, 480px);
}
.site-footer .f-info .fbox-cname > * {
  display: block;
}
.site-footer .f-info .fbox-cname .flogo-img {
  aspect-ratio: 60/11;
  width: min(100%, 480px);
}
.site-footer .f-info .contact-area .add-top {
  width: 75px;
  display: inline-block;
  margin-right: 1em;
  text-align: justify;
}


.site-footer .f-add .add {
  margin-right: 15px;
  display: inline-block;
}

.site-footer .to-gmap {
  display: inline-block;
}

/* >Google Mapを見る */
.site-footer .to-gmap a {
  padding: 3px 10px;
  border-radius: 3px;
  position: relative;
  background-color: var(--nvy);
  color: var(--wht);
  line-height: 1;
}

.site-footer .to-gmap a:hover {
}

@media (min-width: 768px) {
  .site-footer .iso {
    margin-left: auto;
  }
}

/* SNSアイコン */
.f-SNS {
  display: flex;
}

.f-SNS .sns-icon {
  display: block;
  width: 100%;
}

.f-SNS .sns-icon a {
  display: block;
  padding: 5px;
  line-height: 1;
  width: 50px;
  aspect-ratio: 1 / 1;
  transition: all 0.28s ease;
}

@media (min-width: 768px) {
  .f-SNS .sns-icon a:hover {
    background-color: rgb(0 0 0 / 10%);
  }
}

.f-SNS .icon {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.f-SNS .icon.i-x {
  background-image: url("../img/common/i-x.svg");
}

.f-SNS .icon.i-facebook {
  background-image: url("../img/common/i-facebook.svg");
}

.f-SNS .icon.i-instagram {
  background-image: url("../img/common/i-instagram.svg");
}

.f-SNS .icon.i-line {
  background-image: url("../img/common/i-line.svg");
}

.f-SNS .icon.i-youtube {
  background-image: url("../img/common/i-youtube.svg");
}


/*アイコン*/
.i-lock {
  display: inline-block;
  width: 1em;
  aspect-ratio: 1/1;
  background: url(../img/common/i-lock.svg) no-repeat center / contain;
  vertical-align: middle;
  margin-right: 0.3em;
} 

/* toTop ---------------------------- */
#toTop {
  position: fixed;
  width: 65px;
  height: 65px;
  bottom: 0;
  right: 0;
  color: #fff;
  cursor: pointer;
  display: none;
  z-index: 999;
  text-align: center;
  background: var(--blu);
  animation: toTop-animation 0.3s ease forwards;
  animation-fill-mode: both;
}

#toTop > span {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border: solid #fff;
  transform: rotate(-45deg);
  border-width: 1px 1px 0 0;
  transition: all 0.3s ease 0s;
}

#toTop:hover > span {
  top: 30%;
}

@media screen and (max-width: 480px) {
  #toTop {
    width: 50px;
    height: 50px;
  }

  #toTop > i {
    line-height: 50px;
    font-size: 2rem;
  }
}

@keyframes toTop-animation {
  from {
    opacity: 0;
    transform: translateY(101%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes toTop-animation {
  from {
    opacity: 0;
    transform: translateY(101%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ------------------------------------------
table共通
------------------------------------------ */

/* 項目幅 */

/* 線色 */
.dl-list .list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.dl-list .list-item dt,
.dl-list .list-item dd {
  position: relative;
}

.dl-list .list-item dt {
  width: 205px;
  display: flex;
  align-items: center;
}

.dl-list .list-item dd {
  flex: 1;
}

/* line-style03 */
.line-style03 .list-item {
  position: relative;
}

.line-style03 .list-item:nth-child(1)::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 15%);
}

.line-style03 .list-item dt,
.line-style03 .list-item dd {
  padding: 20px 0;
}

.line-style03 .list-item dt::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(0 0 0 / 15%);
}

.line-style03 .list-item dd::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(0 0 0 / 15%);
}

@media (max-width: 767px) {
  .line-style03 .list-item:nth-child(1)::before {
    display: none;
  }

  .line-style03 .list-item dt {
    width: 100%;
    padding: 20px 0 5px;
  }

  .line-style03 .list-item dd {
    width: 100%;
    padding: 5px 0 20px;
  }

  /* .line-style03 .list-item dd:last-child::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 150px;
        background-color: #595dd1;
    } */

  .line-style03 .list-item dt::before {
    display: none;
  }

  .line-style03 .list-item:first-child dt::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: auto;
    top: -1px;
    background-color: rgb(0 0 0 / 15%);
    z-index: -1;
  }
}

/* 共通アニメーション
========================= */

/* hv-sway ----------------------------------------- */
.hv-sway {
  transform-style: preserve-3d;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

/* fade in ---------------------------------------- */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 800ms;
}

.fadein.activein {
  opacity: 1;
  transform: translate(0, 0);
}

/* show order ---------------------------------------- */
#showOrder01 .order-box {
  transform: translateX(-10%);
  opacity: 0;
  transition: 100ms;
}
