@charset "UTF-8";
/*
新卒採用トップ & 中途トップのスタイル
--fresh, --career
*/
.typetop_kv {
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 0;
  width: 100%;
  overflow-x: hidden !important;
  overflow-y: hidden;
}
.typetop_kv--fresh {
  height: 51.09375vw;
  max-height: 100vh;
  background-image: url(../img/fresh-top/kv/back.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  overflow-y: hidden;
}
.typetop_kv--fresh .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.typetop_kv--fresh .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../img/fresh-top/kv/slash.png);
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  opacity: 1;
  background-position: center;
}
.typetop_kv--fresh .bg .items {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.typetop_kv--fresh .bg .items .item {
  height: 100%;
  width: 100%;
}
.typetop_kv--fresh .bg .items .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.typetop_kv--fresh .container {
  position: relative;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.typetop_kv--fresh .container .tl_image-slide {
  position: absolute;
  left: 13vw;
  top: 0;
  width: 32vw;
  z-index: 4;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(28% 0%, 100% 0%, 72% 100%, 0% 100%);
          clip-path: polygon(28% 0%, 100% 0%, 72% 100%, 0% 100%);
  overflow: hidden;
}
.typetop_kv--fresh .container .tl_image-slide .image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.typetop_kv--fresh .container .tl_image-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.typetop_kv--fresh .container .tl_image-slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.typetop_kv--fresh .container .br_image-slide {
  position: absolute;
  right: 13vw;
  bottom: 0;
  width: 32vw;
  z-index: 4;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(28% 0%, 100% 0%, 72% 100%, 0% 100%);
          clip-path: polygon(28% 0%, 100% 0%, 72% 100%, 0% 100%);
  overflow: hidden;
}
.typetop_kv--fresh .container .br_image-slide .image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.typetop_kv--fresh .container .br_image-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.typetop_kv--fresh .container .br_image-slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.typetop_kv--fresh .container .copy {
  position: absolute;
  width: 30vw;
  top: 4.7vw;
  right: calc(50% - 29vw);
}
.typetop_kv--fresh .container .copy img {
  width: 100%;
}
.typetop_kv--fresh .container .copy .inner {
  display: inline-block;
  padding-left: 50px;
}
.typetop_kv--fresh .container .copy .copy {
  font-size: 4.6rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.3;
  color: #333333;
}
.typetop_kv--fresh .container .copy .desc {
  margin-top: 1vw;
  display: block;
  width: 100%;
  font-size: 1.25vw;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.typetop_kv--fresh .container .copy .desc:nth-of-type(1) {
  text-align: left;
}
.typetop_kv--fresh .container .copy .desc:nth-of-type(2) {
  text-align: right;
}
.typetop_kv--fresh .container .eng {
  position: absolute;
  bottom: 4.7vw;
  left: 4.27vw;
  width: 48.6979167vw;
  opacity: 0;
  transform: translateX(-10%);
}
.typetop_kv--fresh .container .eng.is-on {
  opacity: 1;
  transition-duration: 0.5s;
  transition-delay: 0.7s;
  transform: translateX(0);
}
.typetop_kv--career {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 51.0935vw;
}
.typetop_kv--career .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.typetop_kv--career .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../img/career-top/kv/slash.png);
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  opacity: 1;
  background-position: center;
}
.typetop_kv--career .bg .items {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.typetop_kv--career .bg .items .item {
  height: 100%;
  width: 100%;
}
.typetop_kv--career .bg .items .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.typetop_kv--career .container {
  position: relative;
  width: 100%;
  height: 100%;
}
.typetop_kv--career .container .copy-gr {
  position: absolute;
  left: 9vw;
  top: 9.4vw;
  width: 42.1875vw;
}
.typetop_kv--career .container .copy-gr .copy {
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: blur(60px);
}
.typetop_kv--career .container .copy-gr .copy.is-on {
  opacity: 1;
  filter: blur(0);
  transition-duration: 1s;
  transition-delay: 0.25s;
}
.typetop_kv--career .container .copy-gr img {
  width: 100%;
}
.typetop_kv--career .container .eng {
  position: absolute;
  bottom: 1.4vw;
  right: 2vw;
  width: 36.66145833vw;
  opacity: 0;
  transform: translateX(10%);
}
.typetop_kv--career .container .eng.is-on {
  opacity: 1;
  transition-duration: 0.5s;
  transition-delay: 1s;
  transform: translateX(0);
}
.typetop_kv--career .container .eng img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.typetop_kv--career .container .slide {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  bottom: 13vw;
}
.typetop_kv--career .container .slide--first {
  opacity: 0;
  transform: translateX(50px);
}
.typetop_kv--career .container .slide--first.is-on {
  opacity: 1;
  transition-duration: 0.75s;
  transform: translateX(0px);
  transition-delay: 0.5s;
}
.typetop_kv--career .container .slide--second {
  opacity: 0;
  transform: translateX(-50px);
}
.typetop_kv--career .container .slide--second.is-on {
  opacity: 1;
  transition-duration: 0.5s;
  transform: translateX(0px);
  transition-delay: 1s;
}
.typetop_kv--career .container .slide .swiper .swiper-wrapper .item {
  overflow: hidden;
  border-radius: 1vw;
}
.typetop_kv--career .container .slide .swiper .swiper-wrapper .item img {
  width: 100%;
  height: 17.1vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1vw;
}

.typetop_environment {
  overflow-x: hidden !important;
  overflow-y: hidden;
  position: relative;
  z-index: 2;
  margin-top: calc(51.09375vw + 100px);
  padding-top: 120px;
  background-color: #fff;
}
.typetop_environment .heading-gr {
  opacity: 0;
  transform: translateY(50px);
}
.typetop_environment .heading-gr.is-animated {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.5s;
}
.typetop_environment .heading-gr .lr {
  display: flex;
  align-items: center;
  gap: 64px;
}
.typetop_environment .heading-gr .lr .desc {
  line-height: 2.5;
  font-weight: 500;
}
.typetop_environment .content {
  margin-top: 100px;
}
.typetop_environment .content .lr {
  display: flex;
  align-items: center;
  gap: 64px;
}
.typetop_environment .content .lr .left {
  width: 52.631579%;
  opacity: 0;
  transform: translateX(50px);
}
.typetop_environment .content .lr .left .image {
  width: 100%;
  height: 100%;
}
.typetop_environment .content .lr .left .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.typetop_environment .content .lr .right {
  width: 47.368421%;
  opacity: 0;
  transform: translateX(50px);
}
.typetop_environment .content .lr .right .links ul li {
  padding: 32.5px 0;
  border-bottom: solid 1px #C2DAE6;
}
.typetop_environment .content .lr .right .links ul li h3 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.typetop_environment .content .lr .right .links ul li h3 a {
  margin-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333333;
}
.typetop_environment .content .lr .right .links ul li h3 a::after {
  margin-right: 40px;
  content: "";
  width: 56px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF842B;
  border-radius: 50px;
  margin-left: 16px;
  background-image: url(../img/fresh-top/environment/icon-arrow-white.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.typetop_environment .content .lr .right .links ul li:hover {
  cursor: pointer;
  background-color: #C2DAE6;
  transition-duration: 0.75s;
}
.typetop_environment .content .lr .right .links ul li:hover h3 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.typetop_environment .content .lr .right .links ul li:hover h3 a {
  margin-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333333;
}
.typetop_environment .content .lr .right .links ul li:hover h3 a::after {
  margin-right: 32px;
  transition-duration: 0.75s;
}
.typetop_environment .content .lr.is-animated .left {
  opacity: 1;
  transition-duration: 1s;
}
.typetop_environment .content .lr.is-animated .right {
  transform: translateY(0);
  transition-duration: 1s;
  opacity: 1;
  transition-delay: 0.5s;
}

.typetop_people {
  overflow-x: hidden !important;
  overflow-y: hidden;
  padding-top: 141px;
  padding-bottom: 141px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.typetop_people--fresh .heading-gr::after {
  background-color: #00BFFF;
}
.typetop_people--fresh .interviews .item .thumb::after {
  background-image: linear-gradient(180deg, rgba(0, 191, 255, 0), rgba(0, 191, 255, 0.4));
}
.typetop_people--fresh .interviews .item .thumb .txt-gr .copy .outer span {
  background-color: #00BFFF;
}
.typetop_people--career .heading-gr::after {
  background-color: #0488D2;
}
.typetop_people--career .interviews .item .thumb::after {
  background-image: linear-gradient(180deg, rgba(4, 134, 208, 0), rgba(4, 134, 208, 0.5019607843));
}
.typetop_people--career .interviews .item .thumb .txt-gr .copy .outer span {
  background-color: #056AB8;
}
.typetop_people .heading-gr {
  padding-top: 71px;
  padding-bottom: 190px;
  position: relative;
  z-index: 0;
  background-image: url(../img/fresh-top/people/back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.typetop_people .heading-gr::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.88;
}
.typetop_people .heading-gr .heading {
  position: relative;
  z-index: 2;
  margin-bottom: 42px;
  opacity: 0;
  transform: translateY(50px);
}
.typetop_people .heading-gr .desc-gr {
  padding-bottom: 18px;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
  border-bottom: solid 1px #fff;
  opacity: 0;
  transform: translateY(50px);
}
.typetop_people .heading-gr .desc-gr .desc {
  width: 47.3684%;
  color: #fff;
  line-height: 2;
}
.typetop_people .heading-gr.is-animated .heading {
  opacity: 1;
  transition-duration: 1s;
  transform: translateY(0);
}
.typetop_people .heading-gr.is-animated .desc-gr {
  opacity: 1;
  transition-duration: 1s;
  transform: translateY(0);
}
.typetop_people .slide-gr {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
  margin-top: -170px;
  opacity: 0;
  transform: translateX(50px);
}
.typetop_people .slide-gr.is-animated {
  opacity: 1;
  transition-duration: 1s;
  transform: translateY(0);
}
.typetop_people .slide-gr .upper {
  margin-bottom: 40px;
}
.typetop_people .slide-gr .upper h3 {
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.1em;
}
.typetop_people .slide-gr .lower {
  margin-top: 0;
  position: relative;
}
.typetop_people .slide-gr .arrows-outer {
  transform: translateY(0px);
  position: absolute;
  height: 100%;
  width: 100%;
}
.typetop_people .slide-gr .arrows-outer .inner {
  position: relative;
  height: 100%;
}
.typetop_people .slide-gr .arrows-outer .swiper-button-prev {
  position: absolute;
  left: initial;
  top: calc(50% - 165px);
  left: -80px;
  z-index: 1;
  border: solid 1px #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  bottom: initial;
  transform: translateY(50%);
}
.typetop_people .slide-gr .arrows-outer .swiper-button-prev::after {
  content: "";
  background-image: url(../img/fresh-top/people/icon-arrow-left-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40%;
  height: 100%;
}
.typetop_people .slide-gr .arrows-outer .swiper-button-prev:hover {
  cursor: pointer;
  opacity: 0.6;
  transition-duration: 0.35s;
}
.typetop_people .slide-gr .arrows-outer .swiper-button-next {
  position: absolute;
  top: calc(50% - 165px);
  right: -80px;
  z-index: 1;
  border: solid 1px #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  bottom: initial;
  transform: translateY(50%);
}
.typetop_people .slide-gr .arrows-outer .swiper-button-next::after {
  content: "";
  background-image: url(../img/fresh-top/people/icon-arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40%;
  height: 100%;
}
.typetop_people .slide-gr .arrows-outer .swiper-button-next:hover {
  cursor: pointer;
  opacity: 0.6;
  transition-duration: 0.35s;
}
.typetop_people .slide-gr .item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.typetop_people .slide-gr .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.typetop_people .slide-gr .item a:hover {
  opacity: 1;
  cursor: pointer;
}
.typetop_people .slide-gr .item a:hover .thumb img {
  transform: scale(1.1);
  transition-duration: 0.5s;
}
.typetop_people .slide-gr .item a:hover .body .link span {
  transform: translateX(10px);
  left: 10px;
  transition-duration: 0.35s;
}
.typetop_people .slide-gr .item a:hover .body .link::after {
  right: 8px;
  transition-duration: 0.35s;
}
.typetop_people .slide-gr .item .thumb {
  position: relative;
  z-index: 0;
  width: 100%;
  aspect-ratio: 1/0.4675;
  overflow: hidden;
  border-radius: 12px;
}
.typetop_people .slide-gr .item .thumb::after {
  content: "";
  pointer-events: none;
  height: 70%;
  width: 100%;
  border-radius: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.typetop_people .slide-gr .item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.5s;
}
.typetop_people .slide-gr .item .thumb .txt-gr {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  z-index: 2;
  left: 40px;
}
.typetop_people .slide-gr .item .thumb .txt-gr .num {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.3;
  color: #fff;
}
.typetop_people .slide-gr .item .thumb .txt-gr .copy {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
}
.typetop_people .slide-gr .item .thumb .txt-gr .copy .outer {
  display: block;
  padding: 0;
}
.typetop_people .slide-gr .item .thumb .txt-gr .copy .outer span {
  font-size: 2.4rem;
  margin-top: 8px;
  padding: 2px 12px;
  display: inline-block;
  color: #fff;
}
.typetop_people .slide-gr .item .body {
  margin-top: 24px;
}
.typetop_people .slide-gr .item .body .desc {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #333333;
}
.typetop_people .slide-gr .item .body .link {
  position: relative;
  margin-top: 33px;
  text-align: right;
  display: flex;
  color: #FF842B;
  font-size: 1.6rem;
  justify-content: space-between;
  align-items: center;
  max-width: 240px;
  width: 35%;
  min-width: 235px;
  margin-left: auto;
  margin-right: 0;
  border-bottom: solid 1px #FF842B;
  padding-bottom: 16px;
}
.typetop_people .slide-gr .item .body .link span {
  transition-duration: 0.35s;
}
.typetop_people .slide-gr .item .body .link::after {
  position: absolute;
  right: 0;
  top: 0%;
  transform: translateY(0%);
  transition-duration: 0.35s;
  content: "";
  width: 48px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF842B;
  border-radius: 50px;
  margin-left: 80px;
  background-image: url(../img/fresh-top/environment/icon-arrow-white.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
}
.typetop_people .slide-gr .item .body .link:hover a {
  left: 10px;
  transition-duration: 0.35s;
}
.typetop_people .slide-gr .item .body .link:hover::after {
  right: 8px;
  transition-duration: 0.35s;
}
.typetop_people .slide-gr .slider.swiper {
  padding-top: 0px;
  margin-left: auto;
  margin-left: auto;
  width: 100%;
  margin-right: 0;
  overflow-x: hidden;
}
.typetop_people .slide-gr .interviews--slider {
  margin-top: 0px;
}
.typetop_people .slide-gr .interviews--flex .flex-list {
  display: flex;
  gap: 40px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.typetop_people .slide-gr .interviews--flex .flex-list .flex-item {
  width: 48.75%;
}
.typetop_people .slide-gr .interviews--flex .flex-list .flex-item .thumb {
  aspect-ratio: 1/0.632688928;
}
.typetop_people .slide-gr .interviews--flex .flex-list .flex-item .thumb .txt-gr {
  bottom: 30px;
  left: 30px;
}
.typetop_people .slide-gr .interviews--flex .flex-list .flex-item .thumb .txt-gr .num {
  font-size: 2rem;
}
.typetop_people .slide-gr .interviews--flex .flex-list .flex-item .thumb .txt-gr .copy .outer {
  padding: 0;
}
.typetop_people .slide-gr .interviews--flex .flex-list .flex-item .thumb .txt-gr .copy .outer span {
  font-size: 2rem;
}

.typetop_recruit {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 72.25px 0 70px;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.typetop_recruit--fresh {
  background-image: url(../img/fresh-top/recruit/back.jpg);
}
.typetop_recruit--fresh::after {
  background-color: #00BFFF;
}
.typetop_recruit--fresh .lr .left .image::before {
  background-image: url(../img/fresh-top/recruit/icon-arrow-right-blue.svg);
}
.typetop_recruit--fresh .lr .left .image::after {
  background-image: linear-gradient(180deg, rgba(4, 134, 208, 0), rgba(4, 134, 208, 0.5019607843));
}
.typetop_recruit--fresh .lr .left .image .txt-gr .copy span {
  background-color: #00BFFF;
}
.typetop_recruit--fresh .lr .left .btn a:after {
  background-image: url(../img/fresh-top/recruit/icon-arrow-right-blue.svg);
  border: solid 1px #00BFFF;
}
.typetop_recruit--fresh .lr .left .btn a:hover {
  opacity: 1;
}
.typetop_recruit--fresh .lr .left .btn a:hover::before {
  height: 100%;
  width: 100%;
  background-color: #fff;
  transition-duration: 0.2s;
}
.typetop_recruit--fresh .lr .left .btn a:hover .txt {
  color: #00BFFF;
}
.typetop_recruit--fresh .lr .left .btn a:hover::after {
  transform: translateX(5px);
  transition-duration: 0.2s;
}
.typetop_recruit--fresh .lr .right .image::before {
  background-image: url(../img/fresh-top/recruit/icon-arrow-right-blue.svg);
}
.typetop_recruit--fresh .lr .right .image::after {
  background-image: linear-gradient(180deg, rgba(4, 134, 208, 0), rgba(4, 134, 208, 0.5019607843));
}
.typetop_recruit--fresh .lr .right .image .txt-gr .copy span {
  background-color: #00BFFF;
}
.typetop_recruit--career {
  background-image: url(../img/career-top/recruit/back.jpg);
}
.typetop_recruit--career::after {
  background-color: #0486D0;
}
.typetop_recruit--career .lr .left .image::before {
  background-image: url(../img/career-top/recruit/icon-arrow-right-blue.svg);
}
.typetop_recruit--career .lr .left .image::after {
  background-image: linear-gradient(180deg, rgba(4, 134, 208, 0), rgba(4, 134, 208, 0.5));
}
.typetop_recruit--career .lr .left .image .txt-gr .copy span {
  background-color: #056AB8;
}
.typetop_recruit--career .lr .left .btn a:after {
  background-image: url(../img/career-top/recruit/icon-arrow-right-blue.svg);
  border: solid 1px #056AB8;
}
.typetop_recruit--career .lr .left .btn a:hover {
  opacity: 1;
}
.typetop_recruit--career .lr .left .btn a:hover::before {
  height: 100%;
  width: 100%;
  background-color: #fff;
  transition-duration: 0.2s;
}
.typetop_recruit--career .lr .left .btn a:hover .txt {
  color: #056AB8;
}
.typetop_recruit--career .lr .left .btn a:hover::after {
  transform: translateX(5px);
  transition-duration: 0.2s;
}
.typetop_recruit--career .lr .right .image::before {
  background-image: url(../img/career-top/recruit/icon-arrow-right-blue.svg);
}
.typetop_recruit--career .lr .right .image::after {
  background-image: linear-gradient(180deg, rgba(4, 134, 208, 0), rgba(4, 134, 208, 0.5));
}
.typetop_recruit--career .lr .right .image .txt-gr .copy span {
  background-color: #056AB8;
}
.typetop_recruit::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.typetop_recruit .lr {
  opacity: 0;
  transform: translateY(50px);
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.typetop_recruit .lr.is-animated {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.5s;
}
.typetop_recruit .lr .left {
  width: 47.368421%;
}
.typetop_recruit .lr .left .heading {
  margin-bottom: 30px;
}
.typetop_recruit .lr .left .desc {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #fff;
}
.typetop_recruit .lr .left .image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.632688928;
  border-radius: 12px;
  overflow: hidden;
}
.typetop_recruit .lr .left .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.typetop_recruit .lr .left .image::before {
  position: absolute;
  z-index: 2;
  bottom: 27px;
  right: 32px;
  content: "";
  width: 68px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  margin-left: 16px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.typetop_recruit .lr .left .image::after {
  content: "";
  pointer-events: none;
  height: 70%;
  width: 100%;
  border-radius: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.typetop_recruit .lr .left .image .txt-gr {
  position: absolute;
  z-index: 2;
  bottom: 19px;
  left: 40px;
}
.typetop_recruit .lr .left .image .txt-gr .message {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #fff;
}
.typetop_recruit .lr .left .image .txt-gr .copy span {
  font-size: 2rem;
  margin-top: 8px;
  padding: 1px 12px;
  display: inline-block;
  color: #fff;
}
.typetop_recruit .lr .left .btn {
  margin-top: 64px;
}
.typetop_recruit .lr .left .btn a {
  position: relative;
  z-index: 0;
  width: 415px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: solid 4px #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 200;
  overflow: hidden;
}
.typetop_recruit .lr .left .btn a::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  transition-duration: 0.2s;
}
.typetop_recruit .lr .left .btn a .txt {
  position: relative;
  z-index: 2;
  font-weight: 400;
  color: #fff;
}
.typetop_recruit .lr .left .btn a:after {
  position: relative;
  z-index: 2;
  content: "";
  width: 56px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  margin-left: 16px;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.2s;
}
.typetop_recruit .lr .left .btn a:hover {
  opacity: 1;
}
.typetop_recruit .lr .left .btn a:hover::before {
  height: 100%;
  width: 100%;
  background-color: #fff;
  transition-duration: 0.2s;
}
.typetop_recruit .lr .left .btn a:hover::after {
  transform: translateX(5px);
  transition-duration: 0.2s;
}
.typetop_recruit .lr .right {
  width: 47.4166667%;
}
.typetop_recruit .lr .right .image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.632688928;
  border-radius: 12px;
  overflow: hidden;
}
.typetop_recruit .lr .right .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.5s;
}
.typetop_recruit .lr .right .image::before {
  position: absolute;
  z-index: 2;
  bottom: 27px;
  right: 32px;
  content: "";
  width: 68px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  margin-left: 16px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.5s;
}
.typetop_recruit .lr .right .image::after {
  content: "";
  pointer-events: none;
  height: 70%;
  width: 100%;
  border-radius: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.typetop_recruit .lr .right .image .txt-gr {
  position: absolute;
  z-index: 2;
  bottom: 19px;
  left: 40px;
}
.typetop_recruit .lr .right .image .txt-gr .message {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #fff;
}
.typetop_recruit .lr .right .image .txt-gr .copy span {
  font-size: 2rem;
  margin-top: 8px;
  padding: 1px 12px;
  display: inline-block;
  color: #fff;
}
.typetop_recruit .lr .right .image:hover img {
  transform: scale(1.1);
  transition-duration: 0.5s;
}
.typetop_recruit .lr .right .image:hover::before {
  right: 24px;
  transition-duration: 0.5s;
}

.typetop_faq {
  padding: 150px 0;
  background-color: #F5F5F5;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* =========================================
   FAQ Accordion (class toggle only)
   要件:
   - クリックでゆっくり開閉
   - 開いた後 0.3s 遅れて中身がフェードイン
   - JSは .is-open / .is-hidden の付け外しのみ
   ========================================= */
  /* アニメーションを抑制するOS設定に配慮 */
  /* Reduce Motion 対応 */
  /* フェード＋少し上にスライドイン */
}
.typetop_faq .heading-gr {
  margin-bottom: 18px;
}
.typetop_faq .heading-gr .heading {
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(50px);
}
.typetop_faq .heading-gr .desc {
  width: 60%;
  text-align: justify;
  line-height: 2.5;
  font-weight: 500;
  letter-spacing: 0.08em;
  opacity: 0;
  transform: translateY(50px);
}
.typetop_faq .heading-gr.is-animated .heading {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.5s;
}
.typetop_faq .heading-gr.is-animated .desc {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}
.typetop_faq .content .faqlist {
  transform: translateX(10px);
  opacity: 0;
}
.typetop_faq .content .faqlist .block {
  border-bottom: solid 1px #C2DAE6;
  padding: 32px 30px 32px;
}
.typetop_faq .content .faqlist .block:first-of-type {
  border-top: solid 1px #C2DAE6;
}
.typetop_faq .content .faqlist .block h3 {
  position: relative;
  transition-duration: 1s;
}
.typetop_faq .content .faqlist .block h3:hover {
  opacity: 0.8;
  transition-duration: 0.5s;
}
.typetop_faq .content .faqlist .block h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q";
  font-family: "Poppins";
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #FF842B;
}
.typetop_faq .content .faqlist .block h3::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 56px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  border-radius: 50px;
  margin-left: 16px;
  background-image: url(../img/fresh-top/faq/icon-plus-white.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.typetop_faq .content .faqlist .block h3 .txt {
  display: block;
  padding-left: 40px;
  padding-right: 64px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #00BFFF;
}
.typetop_faq .content .faqlist .block .answer {
  overflow: hidden;
}
.typetop_faq .content .faqlist .block .answer .txt {
  opacity: 0;
  transform: translateX(10px);
  transition-duration: 1s;
  display: block;
  font-size: 1.6rem;
  color: #333333;
  display: block;
  padding-left: 40px;
  padding-right: 64px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}
.typetop_faq .content .faqlist .block.is-open h3 {
  margin-bottom: 24px;
  transition-duration: 0s;
}
.typetop_faq .content .faqlist .block.is-open h3::after {
  background-image: url(../img/fresh-top/faq/icon-minus-white.svg);
  background-color: #C6C6C6;
  transition-duration: 0.3s;
}
.typetop_faq .content .faqlist .block.is-open .answer .txt {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 0.75s;
  transition-delay: 0.4s;
}
.typetop_faq .content .faqlist.is-animated {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 1s;
  transition-delay: 1s;
}
.typetop_faq .faqlist {
  /* “もっと見る”ボタン（お好みで調整） */
}
.typetop_faq .faqlist .block {
  /* 開閉コンテンツ本体（p.answer 推奨） */
  /* 開いた状態 */
  /* N件以降の非表示（JSが .is-hidden を付与） */
}
.typetop_faq .faqlist .block h3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
.typetop_faq .faqlist .block .answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.36s ease, opacity 0.3s ease;
  transition-delay: 0s, 0s;
  opacity: 0;
}
.typetop_faq .faqlist .block .answer > * {
  overflow: hidden;
}
.typetop_faq .faqlist .block.is-open .answer {
  grid-template-rows: 1fr;
  opacity: 1;
  transition-delay: 0s, 0.3s;
}
.typetop_faq .faqlist .block.is-hidden {
  display: none;
}
.typetop_faq .faqlist__morebtn {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 380px;
  height: 60px;
  margin-top: 56px;
  border-radius: 50px;
  background-color: #FF842B;
  border: none;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.typetop_faq .faqlist__morebtn i.plus {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
  width: 16px;
  height: 16px;
}
.typetop_faq .faqlist__morebtn i.plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  height: 2px;
  width: 100%;
  background-color: #fff;
}
.typetop_faq .faqlist__morebtn i.plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 100%;
  background-color: #fff;
}
.typetop_faq .faqlist__morebtn i.minus {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
  width: 16px;
  height: 16px;
}
.typetop_faq .faqlist__morebtn i.minus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  height: 2px;
  width: 100%;
  background-color: #fff;
}
.typetop_faq .faqlist__morebtn i.minus::after {
  opacity: 0;
}
.typetop_faq .faqlist__morebtn:hover {
  opacity: 0.8;
}
@media (prefers-reduced-motion: reduce) {
  .typetop_faq .faqlist .block .answer {
    transition: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .typetop_faq .faqlist .block.is-anim-in {
    animation: none !important;
  }
}
@keyframes faqFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.typetop_faq .faqlist .block.is-anim-in {
  animation: faqFadeUp 1s ease both; /* both = 開始/終了のスタイルを保持 */
}

.typetop_cta {
  padding: 64px 0 65px;
  position: relative;
}
.typetop_cta::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.88;
}
.typetop_cta--fresh {
  background-image: url(../img/fresh-top/cta/back.jpg);
}
.typetop_cta--fresh::after {
  background-color: #00BFFF;
}
.typetop_cta--fresh .container .btn a:hover .txt {
  color: #00BFFF;
}
.typetop_cta--career {
  background-image: url(../img/fresh-top/cta/back.jpg);
}
.typetop_cta--career::after {
  background-color: #0488D2;
}
.typetop_cta--career .container .btn a:hover .txt {
  color: #0488D2;
}
.typetop_cta .container {
  position: relative;
  z-index: 2;
}
.typetop_cta .container h2 {
  margin-bottom: 32px;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
}
.typetop_cta .container .desc {
  margin-bottom: 64px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
}
.typetop_cta .container .btn {
  text-align: center;
  opacity: 0;
}
.typetop_cta .container .btn a {
  position: relative;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  width: 346px;
  height: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  text-align: center;
  border: solid 4px #fff;
  overflow: hidden;
}
.typetop_cta .container .btn a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition-duration: 0.2s;
}
.typetop_cta .container .btn a .txt {
  position: relative;
  z-index: 2;
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: 0.15em;
  transition-duration: 0.2s;
}
.typetop_cta .container .btn a:hover {
  opacity: 1;
}
.typetop_cta .container .btn a:hover::after {
  width: 100%;
  transition-duration: 0.2s;
}
.typetop_cta.is-animated .container h2 {
  transform: translateY(0px);
  opacity: 1;
  transition-duration: 1s;
}
.typetop_cta.is-animated .container .desc {
  transform: translateY(0px);
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 0.75s;
}
.typetop_cta.is-animated .container .btn {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1.5s;
}

@media screen and (min-width: 769px) and (max-width: 1730px) {
  .typetop_people .slide-gr.is-swiper {
    margin-top: -300px;
  }
  .typetop_people .slide-gr.is-swiper .lower {
    padding-top: 128px;
  }
  .typetop_people .slide-gr.is-swiper .arrows-outer {
    transform: translateY(-128px);
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .typetop_people .slide-gr.is-swiper .arrows-outer .swiper-button-prev {
    position: absolute;
    left: initial;
    top: 0;
    right: 80px;
    bottom: initial;
    transform: translateY(50%);
  }
  .typetop_people .slide-gr.is-swiper .arrows-outer .swiper-button-next {
    top: 0;
    right: 16px;
  }
  .typetop_people .slide-gr.is-swiper .slider.swiper {
    padding-top: 0px;
  }
  .typetop_people .slide-gr.is-swiper .interviews--slider {
    margin-top: 0;
  }
}
@media screen and (max-width: 1520px) {
  .typetop_people .slide-gr .arrows-outer {
    width: calc(100vw - 32px);
    margin: 0;
    max-width: 1520px;
    position: absolute !important;
    left: 0;
  }
  .typetop_people .slide-gr .slider.swiper {
    width: calc(100vw - 16px);
    margin-right: 0;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  .typetop_kv {
    top: 0;
  }
  .typetop_kv--fresh {
    height: 177.866667vw;
  }
  .typetop_kv--fresh .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .typetop_kv--fresh .bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(../img/fresh-top/kv/back-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    opacity: 1;
    background-position: top center;
  }
  .typetop_kv--fresh .bg .items {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .typetop_kv--fresh .bg .items .item {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .typetop_kv--fresh .bg .items .item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .typetop_kv--fresh .container .tl_image-slide {
    left: -10vw;
    top: 23.6vw;
    width: 67vw;
    z-index: 4;
    aspect-ratio: 1/1.03;
    overflow: hidden;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
            clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  }
  .typetop_kv--fresh .container .br_image-slide {
    right: -6vw;
    bottom: 0;
    width: 69.5vw;
    z-index: 4;
    aspect-ratio: 1/1.01;
    -webkit-clip-path: polygon(27.3% 0%, 100% 0%, 75% 100%, 0% 100%);
            clip-path: polygon(27.3% 0%, 100% 0%, 75% 100%, 0% 100%);
    overflow: hidden;
  }
  .typetop_kv--fresh .container .copy {
    width: 40vw;
    top: 50vw;
    right: 4vw;
    height: 27vw;
  }
  .typetop_kv--fresh .container .eng {
    bottom: 4vw;
    left: 4vw;
    width: 93vw;
    transform: translateX(-10%);
    z-index: 10;
  }
  .typetop_kv--fresh .container .desc {
    display: block;
    position: absolute;
    top: 79vw;
    right: 3.6vw;
    width: 40vw;
    opacity: 0;
    filter: blur(60px);
    transform: translateY(50px);
  }
  .typetop_kv--fresh .container .desc.is-on {
    opacity: 1;
    filter: blur(0);
    transition-duration: 1s;
    transition-delay: 0.2s;
    transform: translateY(0px);
  }
  .typetop_kv--fresh .container .desc img {
    width: 100%;
  }
  .typetop_kv--career {
    background-image: url(../img/career-top/kv/slash-sp.png);
    height: 177.866667vw;
  }
  .typetop_kv--career .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .typetop_kv--career .bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(../img/career-top/kv/slash-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    opacity: 1;
    background-position: top center;
  }
  .typetop_kv--career .bg .items {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .typetop_kv--career .bg .items .item {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .typetop_kv--career .bg .items .item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .typetop_kv--career .container .copy-gr {
    left: 5vw;
    top: 21.4vw;
    width: 63.654707vw;
  }
  .typetop_kv--career .container .desc {
    position: absolute;
    left: 5vw;
    top: 40.4vw;
    width: 63.654707vw;
    display: block;
    opacity: 0;
    filter: blur(30px);
    transform: translateY(5250px);
  }
  .typetop_kv--career .container .desc.is-on {
    opacity: 1;
    filter: blur(0);
    transition-duration: 0.5s;
    transition-delay: 0.5s;
    transform: translateY(0px);
  }
  .typetop_kv--career .container .desc img {
    width: 100%;
  }
  .typetop_kv--career .container .eng {
    bottom: initial;
    top: 23.7vw;
    right: 4.7vw;
    z-index: 2;
    width: 13.800255vw;
  }
  .typetop_kv--career .container .eng img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .typetop_kv--career .container .slide {
    height: auto;
    bottom: 44.6vw;
  }
  .typetop_kv--career .container .slide .swiper .swiper-wrapper .item {
    overflow: hidden;
    border-radius: 1vw;
  }
  .typetop_kv--career .container .slide .swiper .swiper-wrapper .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 3vw;
  }
  .typetop_kv--career .container .slide--second {
    height: auto;
    bottom: 2vw;
  }
  .typetop_environment {
    padding-top: 40px;
    margin-top: 177.866667vw;
  }
  .typetop_environment .heading-gr .lr {
    display: block;
  }
  .typetop_environment .heading-gr .lr .desc {
    margin-top: 24px;
    line-height: 1.5;
  }
  .typetop_environment .content {
    margin-top: 24px;
  }
  .typetop_environment .content .lr {
    display: block;
  }
  .typetop_environment .content .lr .left {
    width: 100%;
  }
  .typetop_environment .content .lr .right {
    margin-top: 24px;
    width: 100%;
  }
  .typetop_environment .content .lr .right .links ul li {
    padding: 18px 0;
  }
  .typetop_environment .content .lr .right .links ul li h3 {
    font-size: 1.5rem;
  }
  .typetop_environment .content .lr .right .links ul li h3 a {
    margin-left: 16px;
  }
  .typetop_environment .content .lr .right .links ul li h3 a::after {
    margin-right: 24px;
    width: 32px;
    height: 16px;
    background-size: 8px;
  }
  .typetop_environment .content .lr.is-animated .left {
    opacity: 1;
    transform: translateX(0);
    transition-duration: 1s;
  }
  .typetop_environment .content .lr.is-animated .right {
    opacity: 1;
    transform: translateX(0);
    transition-duration: 1s;
  }
  .typetop_people {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .typetop_people .heading-gr {
    padding-top: 35px;
    padding-bottom: 130px;
  }
  .typetop_people .heading-gr .heading {
    margin-bottom: 24px;
  }
  .typetop_people .heading-gr .desc-gr {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .typetop_people .heading-gr .desc-gr .desc {
    width: 100%;
    line-height: 1.7;
  }
  .typetop_people .slide-gr {
    margin-top: -130px;
  }
  .typetop_people .slide-gr .interviews {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .typetop_people .slide-gr .upper {
    margin-bottom: 24px;
  }
  .typetop_people .slide-gr .upper h3 {
    font-size: 1.8rem;
  }
  .typetop_people .slide-gr .lower {
    margin-top: 0;
  }
  .typetop_people .slide-gr .arrows-outer {
    display: none;
  }
  .typetop_people .slide-gr .item {
    border-radius: 10px;
  }
  .typetop_people .slide-gr .item .thumb {
    border-radius: 10px;
    aspect-ratio: 1/0.55;
  }
  .typetop_people .slide-gr .item .thumb .txt-gr {
    bottom: 16px;
    left: 16px;
  }
  .typetop_people .slide-gr .item .thumb .txt-gr .num {
    font-size: 1.4rem;
  }
  .typetop_people .slide-gr .item .thumb .txt-gr .copy {
    margin-top: 8px;
  }
  .typetop_people .slide-gr .item .thumb .txt-gr .copy .outer span {
    font-size: 1.5rem;
    margin-top: 4px;
    padding: 2px 6px;
  }
  .typetop_people .slide-gr .item .body {
    margin-top: 12px;
  }
  .typetop_people .slide-gr .item .body .desc {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .typetop_people .slide-gr .item .body .link {
    margin-top: 16px;
    font-size: 1.3rem;
    width: 70%;
    padding-bottom: 6px;
    min-width: initial;
  }
  .typetop_people .slide-gr .item .body .link a {
    position: relative;
  }
  .typetop_people .slide-gr .item .body .link::after {
    content: "";
    width: 32px;
    height: 16px;
    border-radius: 50px;
    margin-left: 40px;
    background-size: 6px;
  }
  .typetop_people .slide-gr .slider.swiper {
    padding-top: 0px;
    width: calc(100% - 16px);
    margin-left: auto;
    margin-right: 0;
  }
  .typetop_people .slide-gr .interviews--flex .flex-list {
    gap: 24px 0;
  }
  .typetop_people .slide-gr .interviews--flex .flex-list .flex-item {
    width: 100%;
  }
  .typetop_people .slide-gr .interviews--flex .flex-list .flex-item .thumb {
    border-radius: 10px;
    aspect-ratio: 1/0.55;
  }
  .typetop_people .slide-gr .interviews--flex .flex-list .flex-item .thumb .txt-gr {
    bottom: 16px;
    left: 16px;
  }
  .typetop_people .slide-gr .interviews--flex .flex-list .flex-item .thumb .txt-gr .num {
    font-size: 1.4rem;
  }
  .typetop_people .slide-gr .interviews--flex .flex-list .flex-item .thumb .txt-gr .copy {
    margin-top: 8px;
  }
  .typetop_people .slide-gr .interviews--flex .flex-list .flex-item .thumb .txt-gr .copy .outer {
    padding: 0;
  }
  .typetop_people .slide-gr .interviews--flex .flex-list .flex-item .thumb .txt-gr .copy .outer span {
    font-size: 1.5rem;
    margin-top: 4px;
    padding: 2px 6px;
  }
  .typetop_recruit {
    padding: 70px 0 70px;
  }
  .typetop_recruit--fresh {
    background-image: url(../img/fresh-top/recruit/back.jpg);
  }
  .typetop_recruit .lr {
    display: block;
  }
  .typetop_recruit .lr .left {
    width: 100%;
  }
  .typetop_recruit .lr .left .heading {
    margin-bottom: 16px;
  }
  .typetop_recruit .lr .left .desc {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .typetop_recruit .lr .left .image {
    margin-top: 24px;
    border-radius: 12px;
  }
  .typetop_recruit .lr .left .image img {
    width: 100%;
    height: 100%;
  }
  .typetop_recruit .lr .left .image::before {
    bottom: 27px;
    right: 12px;
    content: "";
    width: 48px;
    height: 24px;
    margin-left: 0;
    background-size: 10px;
  }
  .typetop_recruit .lr .left .image .txt-gr {
    bottom: 16px;
    left: 16px;
  }
  .typetop_recruit .lr .left .image .txt-gr .message {
    font-size: 1.3rem;
  }
  .typetop_recruit .lr .left .image .txt-gr .copy span {
    font-size: 1.4rem;
    margin-top: 4px;
    padding: 1px 4px;
  }
  .typetop_recruit .lr .left .btn {
    margin-top: 32px;
  }
  .typetop_recruit .lr .left .btn a {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: 50px;
    border: solid 2.4px #fff;
    font-size: 1.5rem;
  }
  .typetop_recruit .lr .left .btn a:after {
    width: 32px;
    height: 16px;
    margin-left: 8px;
    background-size: 8px;
  }
  .typetop_recruit .lr .right {
    display: none;
  }
  .typetop_faq {
    padding: 70px 0;
    /* =========================================
    FAQ Accordion (class toggle only)
    要件:
    - クリックでゆっくり開閉
    - 開いた後 0.3s 遅れて中身がフェードイン
    - JSは .is-open / .is-hidden の付け外しのみ
    ========================================= */
  }
  .typetop_faq .heading-gr {
    margin-bottom: 16px;
  }
  .typetop_faq .heading-gr .heading {
    margin-bottom: 24px;
  }
  .typetop_faq .heading-gr .desc {
    width: 100%;
    line-height: 1.8;
  }
  .typetop_faq .content .faqlist .block {
    padding: 24px 16px 24px;
  }
  .typetop_faq .content .faqlist .block h3::before {
    font-size: 1.7rem;
  }
  .typetop_faq .content .faqlist .block h3::after {
    top: 13px;
    content: "";
    width: 40px;
    height: 20px;
    margin-left: 16px;
    background-size: 8px;
  }
  .typetop_faq .content .faqlist .block h3 .txt {
    padding-left: 28px;
    padding-right: 40px;
    font-size: 1.6rem;
  }
  .typetop_faq .content .faqlist .block .answer .txt {
    font-size: 1.3rem;
    text-align: justify;
    padding-left: 28px;
    padding-right: 0px;
    line-height: 1.8;
  }
  .typetop_faq .content .faqlist .block.is-open h3 {
    margin-bottom: 16px;
  }
  .typetop_faq .faqlist {
    /* “もっと見る”ボタン（お好みで調整） */
  }
  .typetop_faq .faqlist__morebtn {
    width: 250px;
    height: 40px;
    margin-top: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .typetop_faq .faqlist__morebtn i.plus {
    right: 24px;
    width: 10px;
    height: 10px;
  }
  .typetop_faq .faqlist__morebtn i.minus {
    right: 24px;
    width: 10px;
    height: 10px;
  }
  .typetop_cta {
    padding: 40px 0 40px;
  }
  .typetop_cta .container h2 {
    margin-bottom: 16px;
    font-size: 2.4rem;
  }
  .typetop_cta .container .desc {
    margin-bottom: 24px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .typetop_cta .container .btn a {
    width: 250px;
    height: 50px;
    border: solid 2.4px #fff;
  }
  .typetop_cta .container .btn a .txt {
    font-size: 2rem;
  }
}/*# sourceMappingURL=type-top.css.map */