@charset "UTF-8";
a {
  outline: none;
  opacity: 1;
  transition: all .3s;
}
a:hover {
  opacity: 0.8;
  transition: all .3s;
}
*:hover {
  transition: all .3s;
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
  vertical-align: bottom;
}
/*アニメーション*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 1;
}
/*アニメーションここまで*/
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
body {
  margin: 0;
  padding: 0;
  color: #111;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
}
body.fixed {
  overflow: hidden;
}
#wrapper {
  min-width: 1100px;
  overflow: hidden;
}
.inner {
  width: 1100px;
  margin: 0 auto;
}
br.sp {
  display: none;
}
@media (max-width: 1050px) {
br.pc {
	display:none;
}
}
/*-------------------トップ-------------------*/
.top {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  position: relative;
}
.top:before {
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.top .ttl_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
.top h2 {
  font-family: sicgothicduex-re, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 120px;
  letter-spacing: 5px;
  text-align: center;
  margin: 0;
  color: #fff;
  text-shadow: 0 0 50px #111;
}
.top h2 .sub {
  display: block;
  font-size: 98px;
  margin-top: -30px;
}
.top h3 {
  font-family: source-han-serif-jp-subset, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 38px;
  line-height: 54px;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
  color: #fff;
  text-shadow: 0 0 50px #111;
}
.top .bg_box {
  display: flex;
  flex-wrap: wrap;
}
.top .bg_box figure {
  width: 33.33%;
  height: 50vh;
  min-height: 350px;
}
.top .bg_box figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/*-------------------トップ以下-------------------*/
.contents {
  padding: 70px 0;
  position: relative;
}
.contents h3 {
  font-family: arimo, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 78px;
  margin: 0 0 30px 5%;
  position: relative;
}
.contents h3 .sub {
  display: block;
  font-family: sicgothicduex-re, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  margin: -10px 0 0 3px;
}
.contents h3.right {
  text-align: right;
  margin: 0 5% 30px 0;
}
.contents h3.right .sub {
  margin: -10px 3px 0 0;
}
.contents h3 .chara {
  display: block;
  font-family: arimo, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 340px;
  color: #e5e5e5;
  position: absolute;
  top: -170px;
  left: -7%;
  z-index: -1;
}
.contents h3.right .chara {
  position: absolute;
  top: -170px;
  left: auto;
  right: -7%;
}
/*-------------------メッセージ-------------------*/
.contents.message .inner {
  width: 90%;
  min-width: 1100px;
  display: flex;
}
.contents.message .inner figure {
  width: 550px;
  min-width: 550px;
  height: 550px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.contents.message .inner figure:before {
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.contents.message .inner figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contents.message .inner .txt {
  width: auto;
  margin: 0 0 0 3%;
}
.contents.message .inner .txt p {
  text-align: justify;
  font-size: 18px;
  line-height: 34px;
  margin: 0;
}
.contents.message .inner .txt .name {
  font-family: source-han-serif-jp-subset, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: normal;
  text-align: right;
  margin-top: 30px;
}
.contents.message .inner .txt .name .position {
  display: block;
  font-size: 28px;
}
/*-------------------doubleの理念-------------------*/
.contents.philosophy .box {
  margin-bottom: 200px;
}
.contents.philosophy .box h4 {
  font-family: source-han-serif-jp-subset, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  text-align: center;
  margin: 0 auto 20px;
}
.contents.philosophy .box h4 .three {
  font-size: 68px;
}
.contents.philosophy .box ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 440px;
  height: 410px;
  position: relative;
}
.contents.philosophy .box ul li {
  font-family: source-han-serif-jp-subset, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 54px;
  text-align: center;
  background-color: #111;
  width: 240px;
  height: 240px;
  line-height: 240px;
  border-radius: 50%;
  color: #fff;
}
.contents.philosophy .box ul li:nth-child(1) {
  margin: 0 auto 100px;
  opacity: 0.8;
}
.contents.philosophy .box ul li:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: -1;
}
.contents.philosophy .box ul li:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  z-index: -2;
}
.contents.philosophy .box02 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contents.philosophy .box02 ul li {
  width: 47%;
  position: relative;
}
.contents.philosophy .box02 ul li .txt {
  padding: 100px 5% 50px;
  background-color: #f5f5f5;
}
.contents.philosophy .box02 ul li:nth-child(3) .txt {
  padding: 100px 5% 115px;
}
.contents.philosophy .box02 ul li:nth-child(1) {
  width: 100% !important;
  margin-bottom: 130px;
}
.contents.philosophy .box02 ul li h5 {
  font-family: arimo, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  text-align: center;
  margin: 0;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  z-index: 1;
}
.contents.philosophy .box02 ul li:nth-child(1) h5 {
  position: absolute;
  top: -60px;
}
.contents.philosophy .box02 ul li h5 .sub {
  display: block;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  margin-top: -5px;
}
.contents.philosophy .box02 ul li h5:after {
  content: "";
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #e5e5e5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.contents.philosophy .box02 ul li:nth-child(1) h5 {
  font-size: 44px;
  margin: 0 auto 90px;
}
.contents.philosophy .box02 ul li:nth-child(1) h5 .sub {
  font-size: 24px;
}
.contents.philosophy .box02 ul li:nth-child(1) h5:after {
  width: 200px;
  height: 200px;
}
.contents.philosophy .box02 ul li h6 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 15px;
}
.contents.philosophy .box02 ul li:nth-child(2) h6 span:first-child {
  display: block;
  margin-left: -15px;
}
.contents.philosophy .box02 ul li:nth-child(2) h6 span:last-child {
  display: block;
  margin-right: -15px;
}
.contents.philosophy .box02 ul li:nth-child(1) h6 {
  font-size: 28px;
}
.contents.philosophy .box02 ul li p {
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  margin: 0;
}
.contents.philosophy .box02 ul li:nth-child(1) p {
  font-size: 18px;
  line-height: 30px;
}
/*-------------------数字で見る-------------------*/
.contents.numbers .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents.numbers .inner ul li {
  width: 31%;
  height: 300px;
  margin: 15px 0;
  background-color: #eee;
  position: relative;
}
.contents.numbers .inner ul li h4 {
  font-size: 18px;
  font-weight: 500;
  width: 180px;
  color: #fff;
  background-color: #111;
  text-align: center;
  border-radius: 50px;
  padding: 3px 0 5px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.contents.numbers .inner ul li p {
  margin: 0;
  text-align: center;
  position: relative;
}
.contents.numbers .inner ul li .no {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 150px;
  position: relative;
  top: 75px;
}
.contents.numbers .inner ul li .caption {
  font-size: 24px;
  writing-mode: horizontal-tb;
}
.contents.numbers .inner ul li:nth-child(1) .caption {
  writing-mode: vertical-rl;
  position: absolute;
  right: 35px;
  bottom: -40px;
}
.contents.numbers .inner ul li:nth-child(4) .caption {
  position: absolute;
  right: 85px;
  bottom: -43px;
}
.contents.numbers .inner ul li:nth-child(5) .caption {
  writing-mode: vertical-rl;
  position: absolute;
  right: 65px;
  bottom: -40px;
}
.contents.numbers .inner ul li:nth-child(6) .caption {
  position: absolute;
  right: 70px;
  bottom: -43px;
}
.contents.numbers .inner ul li:nth-child(2) p {
  text-align: left;
}
.contents.numbers .inner ul li:nth-child(2) .no {
  font-size: 100px;
  position: static;
}
.contents.numbers .inner ul li:nth-child(2) .ttl {
  display: block;
  font-size: 22px;
  writing-mode: horizontal-tb;
  position: static;
}
.contents.numbers .inner ul li:nth-child(2) .full {
  position: relative;
  top: 60px;
  left: 20%;
}
.contents.numbers .inner ul li:nth-child(2) .full .ttl {
  writing-mode: vertical-rl;
  position: absolute;
  top: 22px;
  left: -35px;
  right: auto;
  bottom: auto;
  height: 100%;
}
.contents.numbers .inner ul li:nth-child(2) .full .caption {
  font-size: 24px;
  position: absolute;
  top: auto;
  right: 180px;
  bottom: 20px;
}
.contents.numbers .inner ul li:nth-child(2) .part {
  text-align: right;
  position: relative;
  top: 70px;
  bottom: auto;
  right: 20%;
}
.contents.numbers .inner ul li:nth-child(2) .part .ttl {
  position: absolute;
  top: -20px;
  left: -30px;
  right: auto;
  bottom: auto;
  width: 100%;
}
.contents.numbers .inner ul li:nth-child(2) .part .caption {
  font-size: 24px;
  position: absolute;
  top: auto;
  right: -35px;
  bottom: 20px;
}
.contents.numbers .inner ul li:nth-child(3) p {
  text-align: left;
}
.contents.numbers .inner ul li:nth-child(3) .year_2024 {
  position: relative;
  top: 60px;
}
.contents.numbers .inner ul li:nth-child(3) .year_2025 {
  position: relative;
  top: 40px;
}
.contents.numbers .inner ul li:nth-child(3) .no {
  font-size: 110px;
  position: static;
  display: block;
  text-align: center;
}
.contents.numbers .inner ul li:nth-child(3) .ttl {
  display: block;
  font-size: 22px;
  writing-mode: horizontal-tb;
  position: absolute;
  top: 45px;
  left: 7%;
}
.contents.numbers .inner ul li:nth-child(3) .caption {
  font-size: 28px;
  position: absolute;
  top: auto;
  right: 25px;
  bottom: 18px;
}
.contents.numbers .inner ul li:nth-child(3) .caption02 {
  font-size: 38px;
}
.contents.numbers .inner ul li:nth-child(3) .caption03 {
  font-size: 8px;
  position: absolute;
  right: -2px;
  bottom: 35px;
}
/*-------------------こだわり-------------------*/
.contents.commitment .inner ul {
  margin: 70px auto 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contents.commitment .inner ul li {
  width: 47%;
  margin-bottom: 70px;
  outline: solid 2px #ccc;
  position: relative;
}
.contents.commitment .inner ul li .no {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 34px;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 72px;
  color: #fff;
  background-color: #111;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  margin: auto;
  z-index: 1;
}
.contents.commitment .inner ul li figure {
  height: 300px;
}
.contents.commitment .inner ul li figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contents.commitment .inner ul li .txt {
  padding: 25px 5%;
}
.contents.commitment .inner ul li .txt h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 5px;
}
.contents.commitment .inner ul li .txt h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto 20px;
}
.contents.commitment .inner ul li .txt p {
  margin: 0;
  text-align: justify;
}
/*-------------------給与・福利厚生・1日の流れ-------------------*/
.contents.salary .box {
  margin-bottom: 70px;
}
.contents.salary .box:last-child {
  margin-bottom: 0;
}
.contents.salary .box h4 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  width: 500px;
  background-color: #e5e5e5;
  border-radius: 10px;
  padding: 5px 0 8px;
  margin: 0 auto 30px;
}
/*給与・福利厚生*/
.contents.salary .salary_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  outline: solid 2px #ccc;
}
.contents.salary .salary_box ul li {
  width: calc(100%/3);
  border-right: solid 2px #ccc;
  padding: 20px 4% 35px;
}
.contents.salary .salary_box ul li:last-child {
  border-right: none;
}
.contents.salary .salary_box ul li figure {
  width: 150px;
  margin: 0 auto -10px;
}
.contents.salary .salary_box ul li h5 {
  font-size: 16px;
  font-weight: 500;
  width: 240px;
  color: #fff;
  background-color: #111;
  text-align: center;
  border-radius: 50px;
  padding: 3px 0 5px;
  margin: 20px auto;
}
.contents.salary .salary_box ul li p {
  margin: 0;
}
/*人事評価制度*/
.contents.salary .evaluation_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contents.salary .evaluation_box ul li {
  outline: solid 2px #ccc;
  padding: 20px 5% 35px;
}
.contents.salary .evaluation_box ul li figure {
  width: 150px;
  margin: 0 auto;
}
.contents.salary .evaluation_box p {
  text-align: center;
  font-size: 28px;
  margin: 0;
}
/*1日の流れ*/
.contents.salary .day_box .dl_box {
  position: relative;
}
.contents.salary .day_box .dl_box:after {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #111;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.contents.salary .day_box .dl_box dl {
  margin: 100px 0;
  position: relative;
}
.contents.salary .day_box .dl_box dl dt {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  color: #fff;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 105px;
  background-color: #111;
  margin: 0 auto;
}
.contents.salary .day_box .dl_box dl dt span {
  margin: 0 5px;
  position: relative;
  top: -3px;
}
.contents.salary .day_box .dl_box dl dd {
  margin: 0;
}
.contents.salary .day_box .dl_box dl dd:after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #111;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -150px;
  right: 0;
  margin: auto;
  z-index: -1;
}
.contents.salary .day_box .dl_box dl:nth-child(odd) dd:after {
  position: absolute;
  left: 0;
  right: -150px;
}
.contents.salary .day_box .dl_box dl dd figure {
  width: 200px;
  min-width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 58%;
  margin: auto;
}
.contents.salary .day_box .dl_box dl dd figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contents.salary .day_box .dl_box dl:nth-child(odd) dd figure {
  position: absolute;
  right: auto;
  left: 58%;
}
.contents.salary .day_box .dl_box dl dd h5 {
  font-size: 28px;
  font-weight: 500;
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 58%;
  margin: auto;
}
.contents.salary .day_box .dl_box dl dd h5 .sub {
  display: block;
  font-size: 18px;
}
.contents.salary .day_box .dl_box dl:nth-child(odd) dd h5 {
  text-align: right;
  position: absolute;
  left: auto;
  right: 58%;
}
.contents.salary .day_box .caption {
  text-align: center;
  font-size: 14px;
}
/*-------------------年間イベント-------------------*/
.contents.event .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents.event .inner ul li {
  width: 47%;
  margin-bottom: 70px;
  position: relative;
}
.contents.event .inner ul li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.contents.event .inner ul li .txt h4 {
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  margin: 0;
  color: #fff;
  background-color: #111;
  padding: 5px 25px 7px;
  position: absolute;
  right: -20px;
  bottom: -20px;
  transform: rotate(-5deg);
}
/*-------------------キャリアステップ-------------------*/
.contents.career .inner {
  width: 90%;
  min-width: 1100px;
}
.contents.career .caption_scroll {
  display: none;
}
.contents.career .inner ul {
  margin: -100px auto 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.contents.career .inner ul li {
  width: 16.66%;
}
.contents.career .inner ul li h4 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  color: #fff;
  background-color: #111;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
}
.contents.career .inner ul li h4 span {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contents.career .inner ul li h4 .s {
  font-size: 17px;
  margin-top: -2px;
}
.contents.career .inner ul li h4 .b {
  font-size: 28px;
  margin-top: -2px;
}
.contents.career .inner ul li .txt {
  padding: 20px 5%;
  background-color: #ccc;
}
.contents.career .inner ul li:nth-child(even) .txt {
  background-color: #eee;
}
.contents.career .inner ul li:nth-child(1) .txt {
  height: 240px;
}
.contents.career .inner ul li:nth-child(2) .txt {
  height: 295px;
}
.contents.career .inner ul li:nth-child(3) .txt {
  height: 350px;
}
.contents.career .inner ul li:nth-child(4) .txt {
  height: 405px;
}
.contents.career .inner ul li:nth-child(5) .txt {
  height: 460px;
}
.contents.career .inner ul li:nth-child(6) .txt {
  height: 515px;
}
.contents.career .inner ul li .txt h5 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: solid 2px #111;
  margin: 0 auto 15px;
}
.contents.career .inner ul li .txt h5 .icon {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #fff;
  width: 60px;
  background-color: #111;
  border-radius: 50px;
  padding: 0 0 1px;
  margin-bottom: 5px;
}
.contents.career .inner ul li .txt h5 .en {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  position: relative;
  top: 1px;
}
.contents.career .inner ul li .txt .caption {
  font-size: 14px;
  margin: 0 auto 10px;
}
.contents.career .inner ul li .txt p {
  text-align: justify;
  font-size: 16px;
  margin: 0;
}
/*-------------------求人職種一覧-------------------*/
.contents.recruitment section {
  margin-bottom: 50px;
  outline: solid 3px #ccc;
  padding: 30px 3% 25px;
}
.contents.recruitment section:last-child {
  margin-bottom: 0;
}
.contents.recruitment section h4 {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  background-color: #111;
  display: inline-block;
  border-radius: 50px;
  padding: 0 50px 3px;
  margin: 0 auto 20px;
}
.contents.recruitment section .dl_box {
  margin: 0 auto 20px;
  border-top: solid 1px #ccc;
}
.contents.recruitment section .dl_box dl {
  font-size: 24px;
  display: flex;
  align-items: center;
  margin: 0;
  border-bottom: solid 1px #ccc;
}
.contents.recruitment section .dl_box dl dt {
  width: 40%;
  font-size: 20px;
  text-align: center;
  background-color: #eee;
  padding: 15px 0;
}
.contents.recruitment section .dl_box dl dd {
  width: 55%;
  margin: 0;
  padding-left: 5%;
}
.contents.recruitment section .caption {
  font-size: 17px;
  margin: 0;
}
/*-------------------メンバー-------------------*/
.contents.staff .inner {
  width: 90%;
  min-width: 1100px;
}
.contents.staff .inner section {
  display: flex;
}
.contents.staff .inner section:nth-child(even) {
  flex-direction: row-reverse;
}
.contents.staff .inner section .figure_box {
  width: 50%;
  height: 100vh;
  min-height: 500px;
  max-height: 700px;
  position: relative;
}
.contents.staff .inner section .figure_box:before {
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.contents.staff .inner section .figure_box figure {
  width: 100%;
  height: 100%;
}
.contents.staff .inner section .figure_box figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contents.staff .inner section .figure_box .profile {
  position: absolute;
  left: 10%;
  bottom: 50px;
  z-index: 2;
}
.contents.staff .inner section .figure_box .profile .position {
  font-size: 20px;
  color: #fff;
  margin: 0;
}
.contents.staff .inner section .figure_box .profile .name {
  font-size: 58px;
  color: #fff;
  margin: 0 auto 20px;
}
.contents.staff .inner section .figure_box .profile .detail {
  font-size: 17px;
  color: #fff;
  margin: 0;
  border-left: solid 4px #fff;
  padding-left: 20px;
}
.contents.staff .inner section .faq_box {
  width: 50%;
  position: relative;
}
.contents.staff .inner section .faq_box .inner02 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.contents.staff .inner section .faq_box .box {
  margin: 50px auto;
}
.contents.staff .inner section .faq_box .box .q {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: solid 2px #111;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
}
.contents.staff .inner section .faq_box .box .q span {
  display: block;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  margin-right: 10px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 42px;
  background-color: #e5e5e5;
  text-align: center;
}
.contents.staff .inner section .faq_box .box p {
  text-align: justify;
  font-size: 17px;
  margin: 0;
}
/*-------------------ブランド-------------------*/
.contents.brand .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 2px #ccc;
}
.contents.brand .inner ul li {
  width: calc(100%/4);
  box-sizing: border-box;
  border-bottom: solid 2px #ccc;
  border-left: solid 2px #ccc;
}
.contents.brand .inner ul li:nth-child(4n) {
  border-right: solid 2px #ccc;
}
.contents.brand .inner ul li:last-child {
  border-right: solid 2px #ccc;
  width: calc(100%/3.97);
}
.contents.brand .inner ul li figure {
  width: 90%;
  margin: 20px auto;
}
/*-------------------会社情報-------------------*/
.contents.company .dl_box {
  border-top: solid 1px #ccc;
}
.contents.company .dl_box dl {
  display: flex;
  align-items: stretch;
  margin: 0;
  border-bottom: solid 1px #ccc;
}
.contents.company .dl_box dl dt {
  width: 40%;
  font-size: 20px;
  background-color: #e5e5e5;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents.company .dl_box dl dd {
  width: 60%;
  margin: 0;
  padding: 15px 0 15px 5%;
  display: flex;
  align-items: center;
}
.contents.company .dl_box dl dd ul {
  padding: 0 0 0 20px;
}
.contents.company .dl_box dl dd a {
  color: #111;
}
/*-------------------応募フォーム-------------------*/
.contents.contact {
  padding: 100px 0 70px;
  background-color: #f8f1e2;
}
.contents.contact h3 {
  text-align: center;
  margin: 0 auto 50px;
}
.contents.contact .wrap {
  padding: 50px 5%;
  background-color: #fff;
  outline: solid 3px #ccc;
}
/*-------------------404-------------------*/
.contents.not_found {
  padding: 300px 0;
  background-color: #f8f1e2;
}
.contents.not_found h3 {
  text-align: center;
  margin: 0 auto 50px;
}
.contents.not_found p {
  text-align: center;
}
@media screen and (max-width:1050px) {
  #wrapper {
    min-width: 100%;
  }
  .inner {
    width: 90%;
  }
  br.sp {
    display: block;
  }
  /*-------------------トップ-------------------*/
  .top {
    min-height: 600px;
  }
  .top h2 {
    font-size: 58px;
    letter-spacing: 2px;
  }
  .top h2 .sub {
    font-size: 48px;
    margin-top: -10px;
  }
  .top h3 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .top .bg_box figure {
    width: 50%;
    height: 33.33vh;
    min-height: 200px;
  }
  /*-------------------トップ以下-------------------*/
  .contents {
    padding: 40px 0;
  }
  .contents h3 {
    font-size: 48px;
    margin: 0 0 30px 5%;
  }
  .contents h3 .sub {
    font-size: 24px;
    margin: -5px 0 0 1px;
  }
  .contents h3.right .sub {
    margin: -5px 1px 0 0;
  }
  .contents h3 .chara {
    font-size: 220px;
    position: absolute;
    top: -110px;
    left: -8%;
  }
  .contents h3.right .chara {
    position: absolute;
    top: -110px;
    right: -8%;
  }
  /*-------------------メッセージ-------------------*/
  .contents.message .inner {
    width: 90%;
    min-width: 90%;
    display: block;
  }
  .contents.message .inner figure {
    width: 300px;
    min-width: 300px;
    height: 300px;
    margin: 0 auto 20px;
  }
  .contents.message .inner .txt {
    margin: 0 auto;
  }
  .contents.message .inner .txt p {
    font-size: 16px;
    line-height: 28px;
  }
  .contents.message .inner .txt .name {
    font-size: 28px;
    margin-top: 20px;
  }
  .contents.message .inner .txt .name .position {
    font-size: 18px;
  }
  /*-------------------doubleの理念-------------------*/
  .contents.philosophy h3 {
    font-size: 32px;
  }
  .contents.philosophy .box {
    margin-bottom: 110px;
  }
  .contents.philosophy .box h4 {
    font-size: 28px;
    margin: 0 auto 10px;
  }
  .contents.philosophy .box h4 .three {
    font-size: 48px;
  }
  .contents.philosophy .box ul {
    width: 300px;
    height: 280px;
  }
  .contents.philosophy .box ul li {
    font-size: 34px;
    width: 170px;
    height: 170px;
    line-height: 170px;
  }
  .contents.philosophy .box02 ul {
    display: block;
  }
  .contents.philosophy .box02 ul li {
    width: auto;
    margin-bottom: 90px;
  }
  .contents.philosophy .box02 ul li .txt {
    padding: 80px 5% 30px;
  }
  .contents.philosophy .box02 ul li:nth-child(3) .txt {
    padding: 80px 5% 30px;
  }
  .contents.philosophy .box02 ul li:nth-child(1) {
    margin-bottom: 90px;
  }
  .contents.philosophy .box02 ul li:last-child {
    margin-bottom: 0;
  }
  .contents.philosophy .box02 ul li h5 {
    font-size: 28px;
    position: absolute;
    top: -30px;
  }
  .contents.philosophy .box02 ul li:nth-child(1) h5 {
    position: absolute;
    top: -30px;
  }
  .contents.philosophy .box02 ul li h5 .sub {
    font-size: 18px;
    margin-top: -5px;
  }
  .contents.philosophy .box02 ul li h5:after {
    width: 130px;
    height: 130px;
  }
  .contents.philosophy .box02 ul li:nth-child(1) h5 {
    font-size: 28px;
    margin: 0 auto 50px;
  }
  .contents.philosophy .box02 ul li:nth-child(1) h5 .sub {
    font-size: 18px;
  }
  .contents.philosophy .box02 ul li:nth-child(1) h5:after {
    width: 130px;
    height: 130px;
  }
  .contents.philosophy .box02 ul li h6 {
    font-size: 20px;
    margin: 0 auto 10px;
  }
  .contents.philosophy .box02 ul li:nth-child(1) h6 span:first-child {
    display: block;
    margin-left: -15px;
  }
  .contents.philosophy .box02 ul li:nth-child(1) h6 span:last-child {
    display: block;
    margin-right: -15px;
  }
  .contents.philosophy .box02 ul li:nth-child(3) h6 span:first-child {
    display: block;
    margin-left: -15px;
  }
  .contents.philosophy .box02 ul li:nth-child(3) h6 span:last-child {
    display: block;
    margin-right: -15px;
  }
  .contents.philosophy .box02 ul li:nth-child(1) h6 {
    font-size: 20px;
  }
  .contents.philosophy .box02 ul li p {
    font-size: 16px;
    line-height: 28px;
  }
  .contents.philosophy .box02 ul li:nth-child(1) p {
    font-size: 16px;
    line-height: 28px;
  }
  /*-------------------数字で見る-------------------*/
  .contents.numbers h3 {
    font-size: 34px;
  }
  .contents.numbers .inner ul li {
    width: 48%;
    height: 250px;
    margin: 5px 0;
  }
  .contents.numbers .inner ul li h4 {
    font-size: 16px;
    width: 140px;
  }
  .contents.numbers .inner ul li p {
    width: 150px;
    margin: 0 auto;
  }
  .contents.numbers .inner ul li .no {
    font-size: 100px;
    position: relative;
    top: 85px;
    left: -10px;
  }
  .contents.numbers .inner ul li .caption {
    font-size: 20px;
    writing-mode: horizontal-tb;
  }
  .contents.numbers .inner ul li:nth-child(1) .caption {
    position: absolute;
    right: -5px;
    bottom: -60px;
  }
  .contents.numbers .inner ul li:nth-child(1) .no {
    margin-left: -10px;
  }
  .contents.numbers .inner ul li:nth-child(4) .caption {
    position: absolute;
    right: 30px;
    bottom: -63px;
  }
  .contents.numbers .inner ul li:nth-child(5) .caption {
    position: absolute;
    right: 10px;
    bottom: -60px;
  }
  .contents.numbers .inner ul li:nth-child(6) .caption {
    position: absolute;
    right: 15px;
    bottom: -63px;
  }
  .contents.numbers .inner ul li:nth-child(2) .no {
    font-size: 60px;
    margin-left: -20px;
  }
  .contents.numbers .inner ul li:nth-child(2) .ttl {
    font-size: 17px;
    text-align: center;
  }
  .contents.numbers .inner ul li:nth-child(2) .full {
    position: relative;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .contents.numbers .inner ul li:nth-child(2) .full .ttl {
    writing-mode: horizontal-tb;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .contents.numbers .inner ul li:nth-child(2) .full .caption {
    font-size: 20px;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .contents.numbers .inner ul li:nth-child(2) .part {
    text-align: center;
    position: relative;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .contents.numbers .inner ul li:nth-child(2) .part .ttl {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .contents.numbers .inner ul li:nth-child(2) .part .caption {
    font-size: 20px;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .contents.numbers .inner ul li:nth-child(3) .year_2024 {
    position: relative;
    top: 80px;
  }
  .contents.numbers .inner ul li:nth-child(3) .year_2025 {
    position: relative;
    top: 100px;
  }
  .contents.numbers .inner ul li:nth-child(3) .no {
    font-size: 60px;
    margin-left: -50px;
  }
  .contents.numbers .inner ul li:nth-child(3) .ttl {
    font-size: 18px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .contents.numbers .inner ul li:nth-child(3) .caption {
    font-size: 18px;
    position: absolute;
    right: 15px;
    bottom: 10px;
  }
  .contents.numbers .inner ul li:nth-child(3) .caption02 {
    font-size: 22px;
  }
  .contents.numbers .inner ul li:nth-child(3) .caption03 {
    font-size: 8px;
    position: absolute;
    right: -7px;
    bottom: 25px;
  }
  .contents.numbers .inner ul li:nth-child(4) .no {
    margin-left: -15px;
  }
  /*-------------------こだわり-------------------*/
  .contents.commitment h3 {
    font-size: 32px;
  }
  .contents.commitment .inner ul {
    margin: 50px auto 0;
    display: block;
  }
  .contents.commitment .inner ul li {
    width: auto;
    margin-bottom: 50px;
  }
  .contents.commitment .inner ul li:last-child {
    margin-bottom: 0;
  }
  .contents.commitment .inner ul li .no {
    font-size: 28px;
    width: 60px;
    height: 60px;
    line-height: 62px;
    position: absolute;
    top: -30px;
  }
  .contents.commitment .inner ul li figure {
    height: 200px;
  }
  .contents.commitment .inner ul li .txt {
    padding: 15px 5%;
  }
  .contents.commitment .inner ul li .txt h4 {
    font-size: 20px;
  }
  .contents.commitment .inner ul li .txt h5 {
    font-size: 18px;
    margin: 0 auto 10px;
  }
  /*-------------------給与・福利厚生・1日の流れ-------------------*/
  .contents.salary .box {
    margin-bottom: 50px;
  }
  .contents.salary .box h4 {
    font-size: 20px;
    width: 250px;
    margin: 0 auto 20px;
  }
  /*給与・福利厚生*/
  .contents.salary .salary_box ul {
    display: block;
  }
  .contents.salary .salary_box ul li {
    width: auto;
    border-right: none;
    border-bottom: solid 2px #ccc;
    padding: 10px 5% 25px;
  }
  .contents.salary .salary_box ul li:last-child {
    border-bottom: none;
  }
  .contents.salary .salary_box ul li figure {
    width: 120px;
    margin: 0 auto -20px;
  }
  .contents.salary .salary_box ul li h5 {
    width: 200px;
    margin: 20px auto;
  }
  /*人事評価制度*/
  .contents.salary .evaluation_box ul li {
    padding: 10px 5% 25px;
  }
  .contents.salary .evaluation_box ul li figure {
    width: 120px;
  }
  .contents.salary .evaluation_box p {
    font-size: 18px;
  }
  /*1日の流れ*/
  .contents.salary .day_box .dl_box {
    width: 300px;
    margin: 0 auto;
  }
  .contents.salary .day_box .dl_box dl {
    margin: 80px 0;
  }
  .contents.salary .day_box .dl_box dl dt {
    font-size: 20px;
    width: 70px;
    height: 70px;
    line-height: 73px;
  }
  .contents.salary .day_box .dl_box dl dt span {
    margin: 0 3px;
    position: relative;
    top: -2px;
  }
  .contents.salary .day_box .dl_box dl dd figure {
    width: 140px;
    min-width: 140px;
    height: 140px;
    position: absolute;
    right: 68%;
  }
  .contents.salary .day_box .dl_box dl:nth-child(odd) dd figure {
    position: absolute;
    left: 68%;
  }
  .contents.salary .day_box .dl_box dl dd h5 {
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 68%;
  }
  .contents.salary .day_box .dl_box dl dd h5 .sub {
    font-size: 14px;
  }
  .contents.salary .day_box .dl_box dl:nth-child(odd) dd h5 {
    position: absolute;
    right: 68%;
  }
  .contents.salary .day_box .caption {
    font-size: 13px;
  }
  /*-------------------年間イベント-------------------*/
  .contents.event .inner ul {
    display: block;
  }
  .contents.event .inner ul li {
    width: auto;
    margin-bottom: 50px;
  }
  .contents.event .inner ul li:nth-child(3) {
    margin-bottom: 50px;
  }
  .contents.event .inner ul li:last-child {
    margin-bottom: 0;
  }
  .contents.event .inner ul li .txt h4 {
    position: absolute;
    right: -10px;
    bottom: -10px;
    font-size: 20px;
  }
  /*-------------------キャリアステップ-------------------*/
  .contents.career .inner {
    min-width: 90%;
  }
  .contents.career .caption_scroll {
    display: block;
    text-align: right;
    font-size: 13px;
  }
  .contents.career .inner ul {
    margin: 0 auto;
    width: 1300px;
  }
  .contents.career .scroll {
    overflow: auto;
  }
  .contents.career .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .contents.career .scroll::-webkit-scrollbar-track {
    background: #f5f5f5;
  }
  .contents.career .scroll::-webkit-scrollbar-thumb {
    background: #111;
  }
  .contents.career .inner ul li h4 {
    width: 80px;
    height: 80px;
  }
  .contents.career .inner ul li h4 span {
    font-size: 15px;
  }
  .contents.career .inner ul li h4 .s {
    font-size: 12px;
  }
  .contents.career .inner ul li h4 .b {
    font-size: 18px;
  }
  .contents.career .inner ul li:nth-child(1) .txt {
    height: 210px;
  }
  .contents.career .inner ul li:nth-child(2) .txt {
    height: 240px;
  }
  .contents.career .inner ul li:nth-child(3) .txt {
    height: 270px;
  }
  .contents.career .inner ul li:nth-child(4) .txt {
    height: 300px;
  }
  .contents.career .inner ul li:nth-child(5) .txt {
    height: 330px;
  }
  .contents.career .inner ul li:nth-child(6) .txt {
    height: 360px;
  }
  .contents.career .inner ul li .txt h5 {
    font-size: 17px;
    margin: 0 auto 10px;
  }
  .contents.career .inner ul li .txt h5 .en {
    font-size: 30px;
  }
  .contents.career .inner ul li .txt p {
    font-size: 15px;
  }
  /*-------------------求人職種一覧-------------------*/
  .contents.recruitment section {
    margin-bottom: 30px;
    padding: 20px 5% 15px;
  }
  .contents.recruitment section h4 {
    font-size: 18px;
    padding: 0 20px 2px;
    margin: 0 auto 15px;
  }
  .contents.recruitment section .dl_box {
    margin: 0 auto 15px;
  }
  .contents.recruitment section .dl_box dl {
    font-size: 20px;
  }
  .contents.recruitment section .dl_box dl dt {
    width: 50%;
    font-size: 17px;
    padding: 10px 5%;
  }
  .contents.recruitment section .caption {
    font-size: 14px;
  }
  /*-------------------メンバー-------------------*/
  .contents.staff .inner {
    min-width: 90%;
  }
  .contents.staff .inner section {
    display: block;
    margin-bottom: 50px;
  }
  .contents.staff .inner section:last-child {
    margin-bottom: 0;
  }
  .contents.staff .inner section .figure_box {
    width: auto;
    height: 350px;
    min-height: 350px;
    max-height: 350px;
  }
  .contents.staff .inner section .figure_box .profile {
    position: absolute;
    left: 5%;
    bottom: 30px;
  }
  .contents.staff .inner section .figure_box .profile .position {
    font-size: 16px;
  }
  .contents.staff .inner section .figure_box .profile .name {
    font-size: 28px;
    margin: 0 auto 10px;
  }
  .contents.staff .inner section .figure_box .profile .detail {
    font-size: 15px;
    padding-left: 10px;
  }
  .contents.staff .inner section .faq_box {
    width: auto;
  }
  .contents.staff .inner section .faq_box .inner02 {
    position: static;
    transform: none;
    width: auto;
  }
  .contents.staff .inner section .faq_box .box {
    margin: 25px auto;
  }
  .contents.staff .inner section .faq_box .box .q {
    font-size: 20px;
    margin: 0 auto 10px;
  }
  .contents.staff .inner section .faq_box .box .q span {
    font-size: 24px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    line-height: 32px;
  }
  .contents.staff .inner section .faq_box .box p {
    font-size: 16px;
  }
  /*-------------------ブランド-------------------*/
  .contents.brand .inner ul li {
    width: calc(100%/3);
  }
  .contents.brand .inner ul li:nth-child(4n) {
    border-right: none;
  }
/*   .contents.brand .inner ul li:nth-child(3n) {
    border-right: solid 2px #ccc;
  } */
  .contents.brand .inner ul li:last-child {
    border-right: solid 2px #ccc;
    width: calc(100%/2.94);
  }
  .contents.brand .inner ul li figure {
    width: 95%;
    margin: 0 auto;
  }
  /*-------------------応募フォーム-------------------*/
  .contents.contact {
    padding: 80px 0 50px;
  }
  .contents.contact h3 {
    margin: 0 auto 30px;
  }
  .contents.contact .wrap {
    padding: 10px 5% 30px;
  }
  /*-------------------会社情報-------------------*/
  .contents.company .dl_box dl dt {
    font-size: 17px;
    padding: 10px 0;
  }
  .contents.company .dl_box dl dd {
    padding: 10px 0 10px 5%;
  }
  .contents.company .dl_box dl dd ul {
    padding: 0 0 0 25px;
  }
  /*-------------------404-------------------*/
  .contents.not_found {
    padding: 150px 0;
  }
  .contents.not_found h3 {
    margin: 0 auto 30px;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* 追加 202605 --------------------------------------------------------------------------------------------------------*/
.contents.philosophy .box {
    margin-bottom: 40px;
}

.box-detail{
	margin:0 auto;
	max-width:768px;
	margin-bottom: 200px;
}
@media (max-width: 1050px) {
	.box-detail{
		margin-bottom: 100px;
	}
}
.box-detail ul{
	padding:0;
	margin:0;
}
.box-detail li{
	display:flex;
	align-items: center;
	list-style:none;
	position:relative;
	margin-bottom:12px;
}
.box-detail h5{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	width:80px;
	height:80px;
	border-radius:50%;
	background-color: #111;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
}
.box-detail p{
	font-size:16px;
	line-height:1.5em;
	display:flex;
	align-items:center;
		background:#D9D9D9;
padding:0.5em 1em 0.5em 4em;
    width: calc(100% - 2.8em);
    margin-left: auto;
    box-sizing: border-box;
}
@media (max-width: 1050px) {
	.box-detail p {
		font-size: 12px;
		    padding: 0.5em 1em 0.5em 5em;
	}
}
.contents.philosophy .box02 ul li p {
    font-size: 16px;
    line-height: 1.6em;
}
.contents.philosophy .box02 ul li:nth-child(1) p {
    font-size: 16px;
    line-height: 1.6em;
}
@media (max-width: 1050px) {
	.contents.philosophy .box02 ul li p {
    font-size: 12px;
		text-align:left;
}
.contents.philosophy .box02 ul li:nth-child(1) p {
    font-size: 12px;
}
    .contents.philosophy .box02 ul li:nth-child(1) h5:after {
        width: 120px;
        height: 120px;
    }
    .contents.philosophy .box02 ul li h5:after {
        width: 120px;
        height: 120px;
    }
    .contents.philosophy .box02 ul li:nth-child(1) h5 {
        font-size: 24px;
        margin: 0 auto 50px;
    }
    .contents.philosophy .box02 ul li .txt {
        padding: 64px 5% 30px;
    }
    .contents.philosophy .box02 ul li:nth-child(3) .txt {
        padding: 64px 5% 30px;
    }
    .contents.numbers .inner ul li .no {
        font-size: 64px;
    }
    .contents.numbers .inner ul li:nth-child(2) .no {
        font-size: 44px;
    }
    .contents.numbers .inner ul li:nth-child(2) .ttl {
        font-size: 14px;
    }
    .contents.numbers .inner ul li {
        height: 210px;
    }
    .contents.numbers .inner ul li:nth-child(3) .no {
        font-size: 44px;
    }
    .contents.numbers .inner ul li:nth-child(3) .ttl {
		font-size: 14px;
	}
    .contents.numbers .inner ul li:nth-child(3) .caption02 {
        font-size: 20px;
    }
	.contents.numbers .inner ul li:nth-child(1){
		order: 1;
	}
		.contents.numbers .inner ul li:nth-child(2){
		order: 3;
	}
			.contents.numbers .inner ul li:nth-child(3){
		order: 4;
	}
			.contents.numbers .inner ul li:nth-child(4){
		order: 5;
	}
			.contents.numbers .inner ul li:nth-child(5){
		order: 2;
	}
			.contents.numbers .inner ul li:nth-child(6){
		order: 6;
	}
	.contents.numbers .inner ul li:nth-child(1),
	.contents.numbers .inner ul li:nth-child(5),
	.contents.numbers .inner ul li:nth-child(4),
	.contents.numbers .inner ul li:nth-child(6){
		height: 180px;
	}
	.contents.commitment .inner ul li .txt p{
		font-size:12px;
	}
	    .contents.career .caption {
        text-align: left;
        font-size: 14px;
			font-weight:bold;
    }
}	
	/* --- Animation: Slide In Left --- */
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-in-left {
  animation: slideInLeft 1s ease-in-out 0s infinite normal forwards;
	    display: inline-block;
    width: 1em;
	margin-left:1em;
}
	@media screen and (max-width: 1050px) {
    .contents.message .inner .txt p {
        font-size: 14px;
        line-height: 1.6em;
    }

    .contents.brand .inner ul li {
        width: calc(100% / 4);
    }
		.contents.brand .inner ul{
			border-top: solid 1px #ccc;
		}
		.contents.brand .inner ul li {
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
}
    .contents.brand .inner ul li:nth-child(4n) {
		    border-right: solid 1px #ccc;
    }
/* 		.contents.brand .inner ul li:nth-child(3n) {
        border-right: unset;
    } */
		.contents.brand .inner ul li:last-child {
        border-right: solid 1px #ccc;
        width: calc((100% / 4) + 1px) ;
    }
		.contents.staff .inner section .faq_box .box p {
        font-size: 14px;
    }
		.contents.recruitment section .dl_box dl dt {
        font-size: 14px;
        padding: 6px 5%;
    }
		.contents.recruitment section .dl_box dl {
        font-size: 18px;
    }
		.contents.recruitment section .caption {
        font-size: 12px;
    }
		.contents.recruitment section h4 {
        font-size: 16px;
			margin-bottom:8px;
    }
		    .contents.recruitment section {
        margin-bottom: 30px;
        padding: 8px 5%;
    }
.contents.staff .inner section .figure_box .profile .position {
        font-size: 14px;
    }
		.contents.staff .inner section .figure_box .profile .name {
        font-size: 20px;
    }
		.contents.staff .inner section .faq_box .box .q {
        font-size: 18px;
        margin: 0 auto 10px;
    }
		.contents.philosophy .box ul li {
        font-size: 28px;
        width: 140px;
        height: 140px;
        line-height: 140px;
    }
		.contents.philosophy .box ul {
        width: 260px;
        height: 240px;
    }
}

@media screen and (max-width: 768px) {
		.contents.staff .inner section .figure_box {
        height: 240px;
        min-height: 240px;
        max-height: 240px;
	}
}

@media (max-width: 768px) {
  .contents.message .txt .msg-body {
    position: relative;
    overflow: hidden;
    max-height: 20em;
    transition: max-height 0.4s ease;
  }
  .contents.message .txt .msg-body.is-open {
    max-height: 2000px;
  }
	.contents.message .txt .msg-body::before{
		    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
		right: 0;
		display:block;
		width:100%;
		height:1em;
		background:#fff;
	}
  .contents.message .txt .msg-body::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
height: 10em;
    background: linear-gradient(to bottom, transparent, #fff);
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .contents.message .txt .msg-body.is-open::before {
	  opacity:0;
	}
  .contents.message .txt .msg-body.is-open::after {
    opacity: 0;
 }
  .msg-readmore {
    display: block;
    margin-top: 12px;
    background: none;
    border: 1px solid currentColor;
    padding: 8px 24px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.05em;
border-radius: 40px;
        margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .msg-readmore { display: none; }
}
@media (max-width: 768px) {
  #staff .inner02 {
position: relative;
        overflow: hidden;
        width: 100%;
        left: 0;
  }
  #staff .staff-slider-track {
    display: flex;
    transition: transform 0.4s ease;
    will-change: transform;
  }
  #staff .staff-slider-track > section.fadeUpTrigger {
    min-width: 100%;
    opacity: 1 !important;
    transform: none !important;
margin-bottom:0;
  }
  #staff .staff-slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
  }
  #staff .staff-slider-btn {
    background: none;
    border: 1px solid currentColor;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #staff .staff-slider-dots {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  #staff .staff-slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.3;
    cursor: pointer;
    transition: opacity 0.3s;
  }
  #staff .staff-slider-dot.active {
    opacity: 1;
  }
}
@media (max-width: 768px) {
	.contents.staff .inner section .figure_box figure img {
		object-fit: contain;
	}
}
@media (max-width: 520px) {
	.contents.staff .inner section .figure_box figure img {
		object-fit: cover;
	}
}

.banner{
	display:block;
	margin:40px 0; 
	text-decoration: none;
    max-width: 968px;
    margin: 0 auto;
}
.banner img{
	display:block;
	width:100%;
	height:auto;
}
.banner span{
    display: block;
    width: 88%;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
	padding:1em;
	box-sizing: border-box;
	background: #666;
    color: #fff;
    margin: 0 auto;
    border-radius: 40px;
    border: double;
}