@charset "UTF-8";
/*!
 * sakura-company-2024 original css
 * Copyright 2023-2024 ft-team
 */

 /* 下書き用の css */
 /* 鉛筆 */
.pencil {
  border: 1px solid silver;
  background: whitesmoke;
}
/* 赤鉛筆 */
.pencil-red {
  border: 1px solid tomato;
  background: coral;
}
/* 青鉛筆 */
.pencil-blue {
  border: 1px solid deepskyblue;
  background: lightskyblue;
}

/* Noto Sans CJK JP Regular */
.sc-font-gothic {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Noto Sans CJK JP bold */
.sc-font-gothic-bold {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* 筑紫A丸ゴシック Bold */
.sc-font-gothic-maru {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sc-click:hover {
  opacity: 0.5;
  cursor: pointer;
}

.sp-menu {
  background: linear-gradient(to bottom right, #FD7045, #C10A2E);
}

footer {
  background: linear-gradient(to bottom right, #FD7045, #C10A2E);
}

.footer__wrapper {
  display: flex;
  /* justify-content: space-between; */
  max-width: 1200px;
  margin: auto;
  padding: 2rem;
}

.footer__wrapper * {
  color: #FFF;
}
.footer__wrapper a {
  text-decoration: none;
}

.footer__company-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__company-info__logo-wrapper {
  width: 260px;
}

.footer__company-info__logo {
  margin-bottom: 2rem;
}

.footer__company-info__logo-en {
  font-weight: 500;
  font-size: 2.6rem;
  display: block;
  text-align: center;
}
.footer__company-info__logo-ja {
  font-size: .8rem;
  display: block;
  text-align: center;
}

.footer__company-info__address p {
  margin: 0;
}
.footer__company-details {
  display: flex;
}
.footer__company-detail {
  margin-right: 100px;
}
.footer__link-list__about-title, .footer__link-list__recruit-title {
  font-size: 40px;
  margin-bottom: 1rem;
}

.footer__link-list__about-items {
  display: flex;
  justify-content: space-between;
}

.footer__link-list__about-items__left, .footer__link-list__about-items__right {
  display: flex;
}

.footer__link-list__item {
  margin: 0 2rem;
}
a.footer__link-list__item *:hover {
  color: #FD7045;
}
.footer__link-list__item-label {
  border-bottom: solid 1px #FFF;
  height: 1px;
  width: 40px;
  margin-right: 20px;
}

/* SPのみ */
@media screen and (max-width: 767px) {
  .footer__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .footer__company-info {
    width: 100%;
    margin: auto;
  }

  .footer__link-list__about-items {
    align-items: center;
  }

  .footer__link-list__about-items .footer__link-list__about-items__left {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .footer__link-list__about-items .footer__link-list__about-items__left .footer__link-list__item-label {
    display: none;
  }
  .footer__link-list__about-title, .footer__link-list__recruit-title {
    text-align: center;
    font-size: 1.6rem;
  }
  .footer__company-info__address {
    display: flex;
    justify-content: space-between;
    font-size: .8rem;
  }
  .footer__company-info__tel {
    font-size: .8rem;
  }

  .footer__link-list__item {
    margin: 10px
  }

  .footer__link-list__item-label {
    width: 20px;
  }
  .footer__company-info__logo-wrapper{
    width: 100%;
  }
  .footer__company-details {
    flex-direction: column;
    margin: auto;
  }
  .footer__company-detail {
    margin: auto;
  }
}

/* header, footer 共通 */
.l-header *, .l-footer * {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.l-header a, .l-footer a {
  text-decoration: none;
  color: inherit
}

.l-header img, .l-footer img {
  width: 100%;
}

.l-header li, .l-footer li {
  list-style: none;
}

/* header */
.l-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
}

.l-header-contents {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.l-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header-content-logo img {
  height: 72px;
}

.l-header-content-link-list {
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 1px #E12F2B;
  border-radius: 50px;
  background: #FFF;
}

.l-header-content-link-item {
  margin: 0 1.2rem;
  color: #E12F2B;
  font-weight: bold;
  text-wrap: nowrap;
}

.l-header-content-recruit {
  max-width: 138px;
  margin: 0 1rem;
}

.l-header-content-menu {
  display: none;
}
@media screen and (max-width: 1386px) {
  .l-header-content-link-list {
    padding: 1rem .2rem;
  }
  .l-header-content-link-item {
    margin: 0 .4rem;
  }
}

@media screen and (max-width: 1244px) {
  .l-header-content-logo {
    font-size: 1.8rem;
  }
  .l-header-content-link-item {
    /* margin: 0 .8rem; */
    font-size: .8rem;
  }
}

@media screen and (max-width: 1012px) {
  .l-header-content-link-list {
    display: none;
  }

  .l-header-content-recruit {
    display: none;
  }

  .l-header-content-menu {
    display: block;
    margin: .4rem;
  }
}

@media screen and (max-width: 767px) {
  .l-header-content__body, .l-header-content__footer {
    margin: 0;
  }

}

.p-menu-content__body {
  background-color: #E12F2B;
  border-radius: 20px 0 0 20px;
  height: 100%;
}
.p-menu-box-content__header {
  text-align: right;
}
.p-menu-close {
  margin: .4rem;
}

.p-menu-box-content__body {
  width: 80%;
  margin: auto;
}

.p-menu-box-items {
  color: #FFF;
  margin-bottom: 2rem;
}
.p-menu-box-item {
  padding: 1rem 0;
  font-weight: bold;
  font-size: 1.2rem;
}
.p-menu-box-recruit {
  width: 60%;
}

/* footer */
footer.l-footer {
  background: #FFF;
}
footer.l-footer.bg-gray {
  background: #F9F9F9;
}
.l-footer-wrapper {
  background-color: #FCEAEA;
}
.l-footer-contents {
  width: 90%;
  margin: auto;
  padding: 3rem 0;
  font-size: 1.2vw;
}
.l-footer-content {
  display: flex;
}

/* ホークススポンサー */
.l-footer-content--sponsor-banner {
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer-content--sponsor-banner .l-footer-content__banner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.l-footer-content--sponsor-banner .l-footer-content__banner .l-footer-content__banner-image {
  width: 40%;
}
.l-footer-content--sponsor-banner .l-footer-content__banner .l-footer-content__banner-text {
  padding-top: 2em;
  font-size: 1em;
  line-height: 1.4;
  text-align: left;
}

.l-footer-content__header {
  flex: .4;
}
.l-footer-content__body {
  flex: .6;
}
.p-footer-company, .p-footer-links-content__header {
  color: #E12F2B;
}
.p-footer-company-content__header {
  font-size: 2.6em;
  font-weight: bold;
}
.p-footer-company-name {
  padding-top: 10px;  
  font-size: 1.2rem;
}
.p-footer-address {
  margin: 3rem 0;
}
.p-footer-address p {
  margin-bottom: .6rem;
  font-weight: 600;
}
p.p-footer-office-name {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.p-footer-links-contents {
  display: flex;
}
.p-footer-links-content__header {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.p-footer-links-title-mark {
  font-size: 1.2rem;
  margin-right: .8rem;
}
.p-footer-links-content__body {
  margin-top: 1rem;
  display: flex;
}
.p-footer-links-content__body ul {
  margin-right: 3rem;
}
.p-footer-links-content__body li {
  margin-left: 1.6rem;
  margin-bottom: 1rem;
  white-space: nowrap;
  font-weight: 600;
}
@media screen and (max-width: 1012px) {
  .p-footer-links-content__body ul {
    margin-right: 1rem;
  }
  .l-footer-content--sponsor-banner .l-footer-content__banner .l-footer-content__banner-text {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .l-header-content-logo img {
    height: 60px;
    width: auto;
  }
  .l-footer-contents {
    width: 80%;
    font-size: inherit;
  }
  .l-footer-content {
    display: flex;
    flex-direction: column;
  }
  .p-footer-company-content__header {
    text-align: center;
  }
  .p-footer-links-contents {
    flex-direction: column;
  }
  .p-footer-links-content {
    margin: 1rem 0;
  }
  .l-footer-content--sponsor-banner .l-footer-content__banner .l-footer-content__banner-image {
    width: 60%;
  }
  .l-footer-content--sponsor-banner .l-footer-content__banner .l-footer-content__banner-text {
    font-size: 2vw;
    line-height: 1;
    text-align: center;
  }
}
