@charset "UTF-8";
/*
Aboutスタイル
*/
html, body {
  font-family: Verdana, YuGothic, "游ゴシック", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
}

/* グロナビ（ドロワーメニュー）出現 */
body.drowerbg-fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* メニュー用レイヤー（z-index: 9999;）のためにmainにもz-indexを指定 */
main {
  position: relative;
  z-index: 100;
}

/* PC・スマホブレイクポイント（960px） */
@media screen and (min-width: 960px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* pxを受け取ってremを返す（初期はPC） */
/* 文字列を削除する関数 */
.page-title {
  padding: 0 1.875rem;
  margin: 0 auto 1.875rem;
  max-width: 1016px;
  color: #D3B14E;
}
@media screen and (max-width: 959px) {
  .page-title {
    padding: 0 1.25rem;
    margin-bottom: 0.9375rem;
  }
}
.page-title h1 {
  margin-bottom: 1.4375rem;
  line-height: 1.4375rem;
  font-size: 1.4375rem;
  letter-spacing: 0.3125rem;
}
@media screen and (max-width: 959px) {
  .page-title h1 {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0.1875rem;
  }
}
.page-title p {
  line-height: 4.0625rem;
  font-size: 4.0625rem;
  font-family: "Rammetto One", cursive;
}
@media screen and (max-width: 959px) {
  .page-title p {
    line-height: 2.5rem;
    font-size: 2.5rem;
  }
}
.page-title p span {
  margin-left: 1.25rem;
  vertical-align: top;
  color: #ED4001;
  font-size: 1rem;
}
@media screen and (max-width: 959px) {
  .page-title p span {
    font-size: 0.75rem;
  }
}

.breadcrumb {
  padding: 0.3125rem 0;
  margin: 0 auto;
  max-width: 1080px;
  list-style: none;
  font-size: 0.875rem;
}
@media screen and (max-width: 959px) {
  .breadcrumb {
    padding: 0.3125rem 0.9375rem;
  }
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: ">";
  padding: 0 0.2em 0 0.6em;
  color: #555;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb li a {
  text-decoration: none;
  color: gray;
}
.breadcrumb li a:before {
  font-weight: normal;
  font-size: 1.1em;
  color: #2e7fea;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

/* header関連 */
header {
  position: relative;
  z-index: 101;
}
header a:link, header a:visited, header a:hover, header a:active {
  color: #fff;
}

.contact-form .input {
  overflow-x: hidden;
}

.site-header-container {
  width: 100%;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .site-header-container {
    padding: 10px 30px 0 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .site-header-container {
    margin-top: 30px;
    padding: 10px 10px 10px 15px;
  }
  .site-header-container.logo-pwsc, .site-header-container.logo-pcsc {
    background: #fff;
  }
}
@media screen and (max-width: 599px) {
  .site-header-container {
    padding: 10px 10px 10px 15px;
  }
  .site-header-container.logo-pwsc, .site-header-container.logo-pcsc {
    background: #fff;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .site-header:has(+ .st-Container) article.site-header-container.logo-pcsc {
    background: none;
  }
}
@media screen and (max-width: 599px) {
  .site-header:has(+ .st-Container) article.site-header-container.logo-pcsc {
    background: none;
  }
}

.menu-container {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-right: 1.875rem;
}
@media screen and (max-width: 959px) {
  .menu-container {
    display: flex;
    align-items: center;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-top: 0;
    margin-right: 0;
  }
}
.menu-container .header-entry-fresh { /* 新卒さん向けエントリーリンク */
  position: relative;
  display: block;
}
.menu-container .header-entry-fresh span {
  display: block;
  background: #e03c16;
  color: #fff;
  padding: 11px 30px;
  text-align: center;
  line-height: 1.3;
  z-index: 10;
  transition: 0.5s all;
  font-weight: 600;
}
.menu-container .header-entry-fresh:hover span {
  transform: translate(-7px, -7px);
}
.menu-container .header-entry-fresh:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #333;
  top: 0;
  left: 0;
  z-index: -1;
}
.menu-container .header-entry-career { /* 中途さん向けエントリーリンク */
  position: relative;
  display: block;
}
.menu-container .header-entry-career span {
  display: block;
  background: #1f8e2c;
  color: #fff;
  padding: 20px 30px;
  z-index: 10;
  transition: 0.5s all;
  font-weight: 600;
}
.menu-container .header-entry-career:hover span {
  transform: translate(-7px, -7px);
}
.menu-container .header-entry-career:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #333;
  top: 0;
  left: 0;
  z-index: -1;
}
.menu-container .header-entry-career small {
  font-size: 11px;
  font-weight: 400;
  display: block;
  padding-bottom: 3px;
}
.menu-container .header-menu { /* ハンバーガーメニュー */
  position: relative;
  display: block;
  margin-left: 30px;
  width: 100px;
  height: 100px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .menu-container .header-menu .header-menu-content {
    font-family: "Rammetto One", cursive;
    position: absolute;
    display: block;
    top: 40px;
    right: 0;
    width: 100px;
    height: 100px;
  }
  .menu-container .header-menu .header-menu-content span {
    display: block;
    position: absolute;
    left: 35%;
    height: 4px;
    background: #fff;
    transition: 0.5s all;
  }
  .menu-container .header-menu .header-menu-content span:nth-of-type(1) {
    top: 0;
    width: 30%;
  }
  .menu-container .header-menu .header-menu-content span:nth-of-type(2) {
    top: 10px;
    width: 30%;
  }
  .menu-container .header-menu .header-menu-content p {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    font-size: 10px;
    color: #fff;
  }
  .menu-container .header-menu img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    transition: 0.5s all;
  }
}
@media screen and (max-width: 959px) {
  .menu-container .header-menu {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
  }
  .menu-container .header-menu .header-menu-content {
    font-family: "Rammetto One", cursive;
    position: absolute;
    display: block;
    top: 20px;
    right: 0;
    width: 70px;
    height: 50px;
  }
  .menu-container .header-menu .header-menu-content span {
    display: block;
    position: absolute;
    left: 35%;
    height: 4px;
    background: #fff;
    transition: 0.5s all;
  }
  .menu-container .header-menu .header-menu-content span:nth-of-type(1) {
    top: 0;
    width: 30%;
  }
  .menu-container .header-menu .header-menu-content span:nth-of-type(2) {
    top: 10px;
    width: 30%;
  }
  .menu-container .header-menu .header-menu-content p {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    line-height: 24px;
    font-size: 10px;
    color: #fff;
  }
  .menu-container .header-menu img {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    transition: 0.5s all;
  }
}
@media screen and (min-width: 960px) {
  .menu-container .header-menu:hover .header-menu-bg1 { /* 白地 */
    display: block;
    transform: rotate(-7deg);
  }
  .menu-container .header-menu:hover .header-menu-bg2 { /* 黒地 */
    display: block;
    transform: rotate(8deg);
  }
}
.menu-container .header-menu-toggle {
  display: none;
}
.menu-container .header-menu-toggle:checked ~ .header-menu .header-menu-content span:nth-of-type(1) {
  top: 3px;
  left: 35px;
  transform: rotate(-45deg);
  background: #D3B14E;
}
.menu-container .header-menu-toggle:checked ~ .header-menu .header-menu-content span:nth-of-type(2) {
  top: 3px;
  left: 35px;
  transform: rotate(45deg);
  background: #D3B14E;
}
.menu-container .header-menu-toggle:checked ~ .header-menu .header-menu-content p {
  color: #D3B14E;
}
@media screen and (max-width: 959px) {
  .menu-container .header-menu-toggle:checked ~ .header-menu .header-menu-content span:nth-of-type(1) {
    top: 3px;
    left: 25px;
  }
  .menu-container .header-menu-toggle:checked ~ .header-menu .header-menu-content span:nth-of-type(2) {
    top: 3px;
    left: 25px;
  }
}
.menu-container .header-menu-toggle:checked ~ .header-menu .header-menu-content {
  color: #D3B14E;
}
.menu-container .header-menu-toggle:checked:hover ~ .header-menu .header-menu-bg1 {
  display: block;
  transform: rotate(0deg);
}
.menu-container .header-menu-toggle:checked ~ .header-menu .header-menu-bg2 {
  display: none;
}
.menu-container .header-menu-toggle:checked:hover ~ .header-menu .header-menu-bg2 {
  display: none;
}
.menu-container .menu-layer {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 150vh;
  left: 0;
  background: #D3B14E;
  padding-top: calc(1vh + 30px);
  padding-left: 10vw;
  padding-right: 10vw;
  padding-bottom: 2vh;
  font-family: Verdana, YuGothic, "游ゴシック", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
  font-size: clamp(30px, 8vw, 54px);
  transition: 0.5s all;
  z-index: 200;
}
.menu-container .menu-layer .menu-layer-list {
  height: 100vh;
  display: flex;
  flex-direction: column;
  -moz-column-gap: 50px;
       column-gap: 50px;
  justify-content: space-evenly;
}
.menu-container .menu-layer .menu-layer-list a {
  display: inline-block;
  margin-right: 30px;
  line-height: 70%;
}
.menu-container .menu-layer .menu-layer-list span {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
}
.menu-container .menu-layer .menu-layer-sublist {
  display: flex;
  flex-wrap: wrap;
  margin-left: unset;
  font-size: 1.75rem;
  line-height: 2rem;
  margin: 10px 0 20px 0;
}
@media screen and (max-width: 959px) {
  .menu-container .menu-layer .menu-layer-sublist {
    flex-direction: column;
    font-size: 1.125rem;
    line-height: 1.25rem;
    row-gap: unset;
  }
}
.menu-container .menu-layer .menu-layer-sublist li {
  display: block;
  width: 50%;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 959px) {
  .menu-container .menu-layer .menu-layer-sublist li {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .menu-container .menu-layer {
    padding: 5vw;
  }
  .menu-container .menu-layer .menu-layer-list span {
    font-size: 0.75rem;
  }
}
.menu-container .header-menu-toggle:checked ~ .menu-layer {
  top: 0;
  transition: 0.5s ease;
}
.menu-container .header-menu-toggle:checked ~ .header-menu {
  position: relative;
  z-index: 300;
}

/* footer関連 */
/* PAGE TOP */
#page-top {
  position: fixed;
  right: 10px;
  opacity: 0;
  transform: translateY(50px);
  text-decoration: none;
  transition: all 1s;
  z-index: 100;
}

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(50px);
  }
}
.site-footer {
  background: #fff;
}

.footer-menu-toggle {
  display: none;
}

.footer-boldline {
  border: solid 2px #1b1b1b;
  margin-bottom: 3px;
}

.footer-social {
  display: flex;
  font-family: "Rammetto One", cursive;
  font-size: 1.25rem;
  color: #D3B14E;
  border-top: 3px solid #1b1b1b;
  background: #fff;
}
.footer-social a:link,
.footer-social a:visited,
.footer-social a:hover,
.footer-social a:active {
  color: #D3B14E;
}
.footer-social .social-btn {
  width: calc((100% - 15px) / 4);
  padding: 1.875rem;
  text-align: center;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  transition: ease 0.2s;
}
.footer-social .social-btn a {
  position: relative;
}
.footer-social .social-btn:hover a {
  color: #fff;
}
.footer-social .social-btn:hover svg path {
  fill: #fff;
}
.footer-social .social-btn + .social-btn {
  border-left: 5px solid #1b1b1b;
}

.social-btn-container {
  width: 100%;
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  z-index: 10;
  transform: translateZ(1px);
}
.social-btn-container svg {
  display: block;
  width: 20px;
  height: 20px;
}

.bgcentery:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #1b1b1b;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(1, 0);
  transform-origin: center;
}
.bgcentery:hover:before {
  transform: scale(1, 1);
}

.footer-menu {
  display: flex;
  justify-content: space-around;
  background-color: #1b1b1b;
  color: #fff;
  padding: 3.125rem;
}
.footer-menu div {
  width: 100%;
}
.footer-menu .footer-menu-list {
  font-size: 0.875rem;
  color: #fff;
}
.footer-menu .footer-menu-list a:link,
.footer-menu .footer-menu-list a:visited,
.footer-menu .footer-menu-list a:hover,
.footer-menu .footer-menu-list a:active {
  color: #fff;
}
.footer-menu .footer-menu-list li {
  margin-bottom: 0.6rem;
}
.footer-menu .footer-menu-title {
  display: block;
  font-family: "Rammetto One", cursive;
  color: #D3B14E;
  position: relative;
  margin-bottom: 20px;
}
.footer-menu .footer-menu-title img {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  top: -5px;
  left: -10px;
}
.footer-menu .footer-menu-title div {
  position: relative;
  font-size: 22px;
}
.footer-menu .footer-copyright {
  font-family: "Rammetto One", cursive;
  font-size: 0.625rem;
}

@media screen and (max-width: 959px) {
  .footer-social .social-btn {
    padding: 1.25rem;
  }
  .social-btn-container svg {
    width: 35px;
    height: 35px;
  }
  .footer-menu {
    flex-direction: column;
    row-gap: 20px;
    padding: 3.125rem 1.875rem;
  }
  .footer-menu .footer-logo-block {
    text-align: center;
  }
  .footer-menu .footer-menu-block {
    margin-left: 10px;
  }
  .footer-menu .footer-menu-title::before,
  .footer-menu .footer-menu-title::after {
    position: absolute;
    content: "";
    display: block;
    background-color: #D3B14E;
    width: 5px;
    height: 23px;
    top: 0;
    right: 9px;
  }
  .footer-menu .footer-menu-title::before {
    width: 23px;
    height: 5px;
    top: 9px;
    right: 0;
  }
  .footer-menu .footer-menu-list {
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    height: 0;
    margin-bottom: 10px;
    padding: 0;
    overflow: hidden;
    font-size: 1.125rem;
  }
  .footer-menu .footer-menu-list li {
    margin-bottom: 1.8rem;
  }
  .footer-menu .footer-menu-toggle:checked + .footer-menu-title + .footer-menu-list {
    height: auto;
    padding: 20px 0;
    transition: all 0.3s;
  }
  .footer-menu .footer-menu-toggle:checked + .footer-menu-title::after {
    display: none;
  }
}
.navigation .page-numbers {
  font-family: "Rammetto One", cursive;
}
.navigation .page-numbers:visited {
  color: #1b1b1b;
}
.navigation.pagination .nav-links {
  gap: 2.25rem;
}

/*
Aboutスタイル
*/
.w-full {
  width: 100%;
}

.ly-flex {
  display: flex;
  flex-flow: wrap;
}
.ly-flex.-column {
  flex-direction: column;
  align-items: center;
}
.ly-flex .w-50-pc {
  width: 50%;
}
@media screen and (max-width: 959px) {
  .ly-flex .w-50-pc {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .ly-flex.-flexPC {
    flex-direction: column;
  }
}

.mt-20 {
  margin-top: 1.25rem;
}

.text-orange {
  color: #ED4000;
}

.text-gold {
  color: #BAA528;
}

.text-blk {
  color: #000;
}

.text-wht {
  color: #fff !important;
}

.text-bold {
  font-weight: bold;
  font-weight: 800;
  font-family: Verdana, YuGothic, "游ゴシック", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

.text-upper {
  text-transform: uppercase;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-arial {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 700;
}

a.c-linkImage {
  position: relative;
  display: block;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
a.c-linkImage:hover .c-linkImage__image {
  transform: translate(-0.1333333333em, -0.1666666667em);
}
a.c-linkImage:hover img {
  transform: scale(1.0444444444);
}
a.c-linkImage:hover::before {
  transform: translate(0.2em, 0.2333333333em);
}
a.c-linkImage::before, a.c-linkImage::after {
  content: "";
  position: absolute;
}
a.c-linkImage::before {
  background-image: url(./../img/about/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  width: 0.9375rem;
  height: 1rem;
  right: -1%;
  bottom: -1%;
  z-index: 20;
}
@media screen and (max-width: 959px) {
  a.c-linkImage::before {
    background-image: url(./../img/about/icon_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    width: 0.9375rem;
    height: 1rem;
    right: -0.625rem;
    bottom: -0.625rem;
  }
}
a.c-linkImage::after {
  top: 0;
  left: 0;
  right: 0;
  width: 105%;
  height: 110%;
  z-index: -1;
  background-color: #8ABA28;
  -webkit-clip-path: polygon(0 34%, 98% 13%, 98% 95%, 8% 93%);
          clip-path: polygon(0 34%, 98% 13%, 98% 95%, 8% 93%);
}
@media screen and (max-width: 959px) {
  a.c-linkImage::after {
    top: 1.4375rem;
    height: 100%;
    -webkit-clip-path: polygon(0 13%, 100% 13%, 100% 95%, 8% 93%);
            clip-path: polygon(0 13%, 100% 13%, 100% 95%, 8% 93%);
  }
}

.c-linkImage__image {
  position: relative;
  overflow: hidden;
  transition-property: transform;
  transition-duration: 0.3s;
}
.c-linkImage__image img {
  width: 100%;
  height: auto;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.c-entry {
  padding: 6.25rem 0;
  background-color: #fff;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 959px) {
  .c-entry {
    background-color: transparent;
    position: sticky;
    padding: 0;
    bottom: 0;
  }
}
.c-entry .link-entry {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .c-entry .link-entry {
    gap: 0;
    z-index: 99;
  }
}
.c-entry .link-entry li {
  width: 32%;
}
@media screen and (max-width: 959px) {
  .c-entry .link-entry li {
    width: 50%;
    margin-bottom: 2rem;
  }
}
.c-entry .link-entry .link-entry__btn:hover .link-entry__copy {
  transform: translateY(-0.5333333333em);
}
.c-entry .link-entry .link-entry__btn:hover .link-entry__icon {
  transform: translate(0.3em, 0.3em);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (min-width: 1024px) {
  .c-entry .link-entry .link-entry__btn:hover .link-entry__title {
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .c-entry .link-entry .link-entry__btn:hover .link-entry__title::before {
    transform: translate(0.5em, 0.5em);
  }
  .c-entry .link-entry .link-entry__btn:hover .link-entry__title::after {
    transform: translate(-0.2em, -0.2em);
  }
  .c-entry .link-entry .link-entry__btn:hover .link-entry__title--text {
    transform: translate(-0.2em, -0.2em);
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .c-entry .link-entry .link-entry__btn:hover .link-entry__title--text::before {
    opacity: 0.3;
  }
}
.c-entry .link-entry .link-entry__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -1em;
  color: #ED4000;
  font-weight: bold;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  font-size: clamp(0.9375rem, 4vw, 1rem);
}
@media screen and (max-width: 959px) {
  .c-entry .link-entry .link-entry__copy {
    font-size: 0.8125rem;
  }
}
.c-entry .link-entry .link-entry__copy::before, .c-entry .link-entry .link-entry__copy::after {
  content: "";
  background-color: #ED4000;
  width: 1.5rem;
  height: 1.25rem;
}
@media screen and (max-width: 959px) {
  .c-entry .link-entry .link-entry__copy::before, .c-entry .link-entry .link-entry__copy::after {
    width: 1.125rem;
    height: 0.875rem;
  }
}
.c-entry .link-entry .link-entry__copy::before {
  -webkit-clip-path: polygon(21% 0, 0 14%, 57% 100%);
          clip-path: polygon(21% 0, 0 14%, 57% 100%);
}
.c-entry .link-entry .link-entry__copy::after {
  -webkit-clip-path: polygon(100% 14%, 81% 0, 57% 100%);
          clip-path: polygon(100% 14%, 81% 0, 57% 100%);
}
.c-entry .link-entry .link-entry__title {
  padding: 2.5rem 0;
  position: relative;
  display: grid;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .c-entry .link-entry .link-entry__title {
    padding: 1.25rem 0;
  }
}
.c-entry .link-entry .link-entry__title::before, .c-entry .link-entry .link-entry__title::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.c-entry .link-entry .link-entry__title::before {
  background-color: #1d1d1d;
  z-index: -2;
}
.c-entry .link-entry .link-entry__title::after {
  background-color: #ED4000;
  z-index: -1;
}
.c-entry .link-entry .link-entry__title .link-entry__title--image {
  opacity: 0;
}
.c-entry .link-entry .link-entry__title .link-entry__title--text {
  font-size: clamp(1.125rem, 4vw, 1.75rem);
  line-height: 1;
  font-weight: bold;
  color: #fff;
  position: relative;
  display: block;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 959px) {
  .c-entry .link-entry .link-entry__title .link-entry__title--text {
    font-size: 1rem;
  }
}
.c-entry .link-entry .link-entry__title .link-entry__title--text::before {
  position: absolute;
  content: "";
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("./../img/thorns-white.svg");
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  top: -0.5em;
  left: -0.5em;
  width: 1.875rem;
  height: 1.875rem;
}
.c-entry .link-entry .link-entry__icon {
  position: relative;
  display: grid;
  margin-left: auto;
  margin-right: 0.9375rem;
  margin-top: -2rem;
  width: 0.9375rem;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.c-entry .link-entry .link-entry__icon::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("./../img/icon-arow_wht.svg");
  width: 0.9375rem;
  height: 0.9375rem;
}
@media screen and (max-width: 959px) {
  .c-entry .link-entry .link-entry__icon::after {
    width: 0.75rem;
    height: 0.75rem;
    right: -0.5rem;
    bottom: -1.5rem;
  }
}
.c-entry .link-entry li:first-of-type .link-entry__title {
  padding: 1.8rem 0;
}
@media screen and (max-width: 959px) {
  .c-entry .link-entry li:first-of-type .link-entry__title {
    padding: 0.8rem 0;
  }
}
.c-entry .link-entry li:first-of-type .link-entry__title--text {
  text-align: center;
}
.c-entry .link-entry li:first-of-type .link-entry__title--text small {
  display: block;
  padding-top: 4px;
  font-size: 65%;
}
.c-entry .link-entry li:last-of-type .link-entry__copy {
  color: #009533;
}
.c-entry .link-entry li:last-of-type .link-entry__copy::before, .c-entry .link-entry li:last-of-type .link-entry__copy::after {
  background-color: #009533;
}
.c-entry .link-entry li:last-of-type .link-entry__title::after {
  background-color: #009533;
}
.c-entry .link-entry li:last-of-type .link-entry__title small {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.5rem;
  display: block;
}
@media screen and (max-width: 959px) {
  .c-entry .link-entry li:last-of-type .link-entry__title small {
    font-size: 0.625rem;
    margin-top: -1px;
  }
}

a,
a::before,
a::after {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

a:hover {
  transition-duration: 0.5s;
}

html, body {
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1d;
}

em, strong {
  font-style: normal;
}

p {
  font-size: 0.9375rem;
  line-height: 1.9444444444;
}
@media screen and (max-width: 959px) {
  p {
    font-size: 0.9375rem;
    line-height: 2.1333333333;
  }
}

ul, li {
  padding: 0;
  list-style: none;
}

video {
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
}

.breadcrumb li {
  color: #000;
}
.breadcrumb li a {
  color: #000;
}

.page-templates {
  background-color: #BAA528;
}
.page-templates.bg-white {
  padding: 6.25rem 0;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .page-templates.bg-white {
    padding: 5rem 0;
  }
}

.entry-info {
  margin-bottom: 5rem;
}

.entry-page {
  padding: 5rem 1.875rem;
}

.page-header {
  position: relative;
  height: 763px;
  background: url(../img/about/header-pc.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .page-header {
    height: auto;
    background: none;
  }
}
.page-header__white-box {
  position: absolute;
  top: 10rem;
  left: 50%;
  padding: 2.5rem 0 2.5rem 3.125rem;
  margin-left: -43vw;
  max-width: 660px;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .page-header__white-box {
    position: static;
    padding: 6.25rem 1.875rem 1.25rem 1.875rem;
    margin-left: inherit;
    max-width: inherit;
  }
}
.page-header__white-box h1 {
  padding: 2.5rem 0 1.5625rem 2.5rem;
  margin-left: -1.25rem;
  margin-bottom: 1.25rem;
  color: #1d1d1d;
  line-height: 2.8125rem;
  font-size: 4.0625rem;
  font-weight: 900;
  background: url(../img/message/message-title.svg) no-repeat left top;
  background-size: 5rem;
}
@media screen and (max-width: 959px) {
  .page-header__white-box h1 {
    padding: 0.625rem 0 1.5625rem 0.9375rem;
    margin-left: -0.9375rem;
    margin-bottom: 0;
    line-height: 2.8125rem;
    font-size: 2.3125rem;
    background-size: 2.25rem;
  }
}
.page-header__white-box h1 .jp-title {
  margin-left: 0.1875rem;
  font-size: 1rem;
}
.page-header__white-box h2 {
  margin-bottom: 1.25rem;
  color: #1d1d1d;
  line-height: 4.25rem;
  font-size: 2.375rem;
  font-family: "ゴシックMB101 H";
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .page-header__white-box h2 {
    line-height: 2.5rem;
    font-size: 1.5625rem;
    white-space: inherit;
  }
}
.page-header__white-box h2 span {
  display: inline-block;
  padding: 0.625rem 0.625rem 0;
  color: #fff;
  line-height: 3.75rem;
  font-size: 3.75rem;
  background-color: #F1590A;
}
@media screen and (max-width: 959px) {
  .page-header__white-box h2 span {
    padding: 0.3125rem 0.3125rem 0;
    line-height: 2rem;
    font-size: 2rem;
  }
}
.page-header__white-box h2 p {
  margin: 0 0.3125rem;
  font-size: 3.125rem;
  display: inline-block;
  font-weight: 900;
}
@media screen and (max-width: 959px) {
  .page-header__white-box h2 p {
    margin: 0 0.125rem;
    font-size: 1.25rem;
  }
}
.page-header__white-box h2.works p {
  font-size: 3rem;
}
@media screen and (max-width: 959px) {
  .page-header__white-box h2.works p {
    font-size: 1.25rem;
  }
}
.page-header__white-box h2.works span {
  font-size: 3rem;
}
@media screen and (max-width: 959px) {
  .page-header__white-box h2.works span {
    font-size: 1.25rem;
  }
}
.page-header__white-box p {
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .page-header__white-box p {
    line-height: 2;
    font-size: 0.875rem;
  }
}
.page-header__white-box .sign {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
}
.page-header__copy {
  font-size: 0.9375rem;
}
.page-header__copy strong {
  color: #F1590A;
  font-weight: bold;
  font-family: "Rammetto One";
  font-size: 1.4375rem;
}
@media screen and (max-width: 959px) {
  .page-header__copy strong {
    font-size: 1.125rem;
  }
}

.title-ball {
  position: relative;
}
.title-ball::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 4.8125rem;
  z-index: -1;
  left: -3rem;
  top: -2rem;
  background-image: url(../img/icon-ball.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .title-ball::before {
    left: -1rem;
  }
}

.sectionTitle {
  display: inline-block;
  position: relative;
}
.sectionTitle .sectionTitle__sub {
  position: absolute;
  left: 0;
  font-family: inherit;
}
.sectionTitle .sectionTitle__sub.ml-small {
  left: 4%;
}
@media screen and (min-width: 960px) {
  .sectionTitle .sectionTitle__sub.ml-small {
    bottom: 0.625rem;
  }
}

[lang=en],
.en {
  font-family: "Rammetto One";
  font-kerning: normal;
}

.container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding-top: 6.25rem;
}
@media screen and (max-width: 959px) {
  .container {
    padding: 1.875rem;
  }
}

.title-sub {
  font-size: 1rem;
  color: #BAA528;
  letter-spacing: 0.2em;
  text-align: left;
  display: block;
}
h3 .title-sub {
  margin-top: -1.25rem;
}
@media screen and (max-width: 959px) {
  h3 .title-sub {
    margin-top: -0.5rem;
  }
}

.company {
  overflow: hidden;
  margin: 5rem auto auto;
}
.company .company__lists {
  display: flex;
  flex-direction: column;
  gap: 5rem 0;
}
@media screen and (max-width: 959px) {
  .company .company__lists {
    gap: 4.25rem;
  }
}
.company .company__listItem.-smallSP {
  margin-top: -2rem;
}
.company .company__listItem > em {
  color: #BAA528;
  font-size: 2.5rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  position: relative;
}
@media screen and (max-width: 959px) {
  .company .company__listItem > em {
    font-size: 1.75rem;
  }
}
.company .company__listItem > em span {
  font-size: 2.5rem;
  position: absolute;
  left: -2.375rem;
  top: -0.625rem;
}
.company .company__listItem h3 {
  font-size: 3.75rem;
  line-height: 1.4;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}
@media screen and (max-width: 959px) {
  .company .company__listItem h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.company .company__listItem h3 em {
  font-size: 4.375rem;
}
@media screen and (max-width: 959px) {
  .company .company__listItem h3 em {
    font-size: 2rem;
  }
}
.company .company__listItem h3 small {
  font-size: 1rem;
  letter-spacing: 0.2em;
}
.company .company__listItem h3 .image {
  max-width: 63rem;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .company .company__listItem p {
    text-align: left;
  }
}
.company .company__listItem.bg-wht {
  padding: 1.5rem 0 7.5rem;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  z-index: 1;
  width: 100vw;
  max-width: 100vw;
}
@media screen and (max-width: 959px) {
  .company .company__listItem.bg-wht {
    padding: 1.5rem 1.875rem 3.125rem;
    -webkit-clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 94%);
            clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 94%);
  }
}
.company .company__listItem.bg-wht::before {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 86%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 86%);
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .company .company__listItem.bg-wht::before {
    -webkit-clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%);
  }
}
.company .company__listItem.bg-gold {
  position: relative;
  margin: -11rem 0 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 100vw;
  max-width: 100vw;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 959px) {
  .company .company__listItem.bg-gold {
    padding-top: 10rem;
    padding-bottom: 5.5rem;
  }
}
.company .company__listItem.bg-gold::before, .company .company__listItem.bg-gold::after {
  position: absolute;
  content: "";
}
.company .company__listItem.bg-gold::before {
  background-color: #BAA528;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(0 0, 100% 14%, 100% 86%, 0 100%);
          clip-path: polygon(0 0, 100% 14%, 100% 86%, 0 100%);
  z-index: -2;
}
@media screen and (max-width: 959px) {
  .company .company__listItem.bg-gold::before {
    -webkit-clip-path: polygon(0 0, 100% 7%, 100% 94%, 0 100%);
            clip-path: polygon(0 0, 100% 7%, 100% 94%, 0 100%);
  }
}
.company .company__listItem.bg-gold::after {
  background-color: #ED4000;
  top: 1.25rem;
  bottom: 0;
  left: 0;
  height: 8.75rem;
  width: 37.5rem;
  transform: skewY(-12deg);
  z-index: -1;
  margin-top: -6rem;
}
@media screen and (max-width: 959px) {
  .company .company__listItem.bg-gold::after {
    top: 3.5rem;
    width: 100%;
  }
}

.brandImage {
  margin-top: 3.625rem;
}
@media screen and (max-width: 959px) {
  .brandImage {
    width: 100%;
    margin-top: 1.875rem;
  }
}

.work {
  background-color: #F4F7DC;
  -webkit-clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
  padding: 6.25rem 0 6.25rem;
}
@media screen and (max-width: 959px) {
  .work {
    padding: 6.25rem 0 3.25rem;
    -webkit-clip-path: polygon(0 1.2%, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 1.2%, 100% 0, 100% 100%, 0 100%);
  }
}
.work h2 {
  font-size: 4.0625rem;
  line-height: 1;
  color: #BAA528;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .work h2 {
    font-size: 2.3125rem;
    text-align: left;
  }
}
.work .offices {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.work .offices h3 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 959px) {
  .work .offices h3 {
    font-size: 1.5625rem;
  }
}
.work .offices .offices__lists {
  gap: 0.5rem 0.9375rem;
  justify-content: space-between;
}
.work .offices .offices__lists .image {
  position: relative;
}
.work .offices .offices__lists .image::before, .work .offices .offices__lists .image::after {
  content: "";
  position: absolute;
}
.work .offices .offices__lists .image::after {
  background-color: #ED4000;
  top: 0;
  left: 0;
  right: 0;
  width: 102%;
  height: 105%;
  z-index: -1;
  -webkit-clip-path: polygon(0 13%, 100% 13%, 100% 100%, 4% 98%);
          clip-path: polygon(0 13%, 100% 13%, 100% 100%, 4% 98%);
}
.work .offices .offices__lists .image img {
  width: 100%;
  height: auto;
}
.work .offices .offices__lists li {
  width: calc(33.3333333333% - 0.9375rem);
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 959px) {
  .work .offices .offices__lists li {
    width: calc(50% - 0.625rem);
  }
}
.work .offices .offices__lists li .image::after {
  top: 0.5rem;
  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 95%, 0 91%);
          clip-path: polygon(0 0%, 100% 0%, 100% 95%, 0 91%);
}
.work .offices .offices__lists li img {
  width: 100%;
  height: auto;
}
.work .brand .brand__lists {
  gap: 3.875rem 5%;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .work .brand .brand__lists {
    gap: 2.5rem;
  }
}
.work .brand .brand__lists li {
  display: block;
  margin-top: 1.5rem;
  width: calc(50% - 2.25rem);
}
@media screen and (max-width: 959px) {
  .work .brand .brand__lists li {
    width: 100%;
  }
}
.work .brand .brand__lists li .brand__image {
  max-height: 17.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 92% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 92% 100%, 0 100%);
}
.work .brand .brand__lists li:nth-child(2) a::after {
  background-color: #EBBC21;
}
.work .brand .brand__lists li:nth-child(3) a::after {
  background-color: #10B29F;
}
.work .brand .brand__lists li:nth-child(4) a::after {
  background-color: #BAB574;
}
.work .brand .brand__lists li:nth-child(5) a::after {
  background-color: #EC8FC4;
}
.work .brand .brand__lists li:nth-child(6) a::after {
  background-color: #BE8BD3;
}
.work .brand .brand__title {
  font-weight: bold;
  font-size: 1.875rem;
  margin-bottom: 1rem;
  color: #1d1d1d;
}
@media screen and (max-width: 959px) {
  .work .brand .brand__title {
    font-size: 1.25rem;
  }
}/*# sourceMappingURL=about.css.map */