@charset "UTF-8";
.l-sectionMain {
  padding: 47px 30px 59px;
}
.l-sectionMain--recruit {
  background: #f6f4f2;
}

.l-sectionMain--mvv {
  padding: 47px 0 59px;
}

.l-sectionMain--business {
  position: relative;
  overflow: hidden;
}
.l-sectionMain--business::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  background: url("../assets/bg_building_1.png") no-repeat center center/cover;
  width: 100%;
  height: 200px;
}

.c-sectionHeading {
  position: relative;
}

.c-sectionHeading__inner {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}

.c-sectionHeading__subTitle {
  position: relative;
  color: #fff;
  font-size: 16px;
  padding-bottom: 6px;
}
.c-sectionHeading__subTitle::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 165px;
  height: 1px;
}

.c-sectionHeading__title {
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
}

.body__inner {
  background: #fff;
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .body__inner {
    width: 100%;
  }
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  height: 47px;
  z-index: 10;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 10px;
}

.header__logo {
  display: grid;
  align-self: center;
  width: 120px;
}

.header__main {
  display: flex;
}

.header__title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #a38f7f;
  color: #fff;
  width: 100px;
  height: 47px;
  font-size: 10px;
  margin-left: 15px;
}

.header__menuBtn {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  margin-left: 3px;
  cursor: pointer;
}
.header__menuBtn.isOpened .header__menuBtnBar {
  position: relative;
  width: 24px;
  transition: all 0.2s;
}
.header__menuBtn.isOpened .header__menuBtnBar:first-child {
  top: 3px;
  transform: rotate(30deg);
}
.header__menuBtn.isOpened .header__menuBtnBar:last-child {
  top: -2px;
  transform: rotate(-30deg);
}

.header__menuBtnBars {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 6px;
}

.header__menuBtnBar {
  display: block;
  background: #15141d;
  height: 3px;
}
.header__menuBtnBar:first-child {
  width: 24px;
}
.header__menuBtnBar:last-child {
  width: 16px;
  margin-top: 2px;
}

.header__menu {
  display: none;
  position: absolute;
  top: 47px;
  background: #4f505a;
  color: #fff;
  width: 100%;
  height: calc(100vh - 47px);
  overflow-y: scroll;
  z-index: 10;
}

.header__menuInner {
  padding: 32px 30px 90px;
}

.header__entryBtnTitle {
  display: block;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.header__entryBtns {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.header__entryBtn {
  display: block;
  background: #026277;
  color: #fff;
  width: 48%;
  font-size: 16px;
  padding: 18px;
  text-align: center;
  outline: 1px solid #fff;
  outline-offset: -5px;
}
.header__entryBtn--2 {
  background: #770204;
}

.header__contentsLinkContainer {
  padding-bottom: 20px;
  margin-top: 28px;
  border-bottom: 2px solid #707070;
}

.header__contentsLinkTitle {
  color: #fff;
  font-size: 20px;
}

.header__contentsLinkItems {
  display: flex;
  flex-direction: column;
  gap: 18px 0;
  margin-top: 13px;
}

.header__contentsLinkItem {
  position: relative;
}
.header__contentsLinkItem::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url("../assets/icon_arrow.svg") no-repeat;
  width: 23px;
  height: 23px;
}

.header__contentsLink {
  display: block;
  position: relative;
  background: #fff;
  color: #15141d;
  font-size: 16px;
  padding: 14px 21px;
}
.header__contentsLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #a38f7f;
  width: 50px;
  height: 3px;
}

.header__footerLinkContainer {
  margin-top: 30px;
}

.header__footerLinkTitle {
  color: #fff;
  font-size: 20px;
}

.header__footerLinkItems {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.header__footerLinkItem {
  width: 48%;
  cursor: pointer;
}

.header__footerLinkItemLink {
  display: block;
}

.header__footerLinkItemImg {
  color: #fff;
}

.header__footerLinkItemText {
  color: #a38f7f;
  font-size: 12px;
  margin-top: 10px;
}

.main__fixedBtnContainer {
  position: fixed;
  bottom: 20px;
  width: 400px;
  z-index: 9;
}

.main__fixedBtn {
  display: block;
  background: #770204;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  max-width: 360px;
  width: 80%;
  text-align: center;
  padding: 16px 0;
  margin: 0 auto;
  outline: 1px solid #fff;
  outline-offset: -5px;
}

.fv {
  position: relative;
  background: #15141d;
  width: 100%;
  height: calc(100svh - 47px);
}
.fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url("../assets/fv_2.png") no-repeat center center/cover;
  height: 238px;
}
.fv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../assets/fv_1.png") no-repeat center center/cover;
  height: 105px;
}

.fv__main {
  position: absolute;
  top: 50%;
  left: 34px;
  transform: translateY(-50%);
}

.aos-init[data-aos=fade-left] {
  transform: translate3d(10px, 0, 0);
}

.fv__top {
  position: relative;
  font-size: 20px;
}
.fv__top::after {
  content: "";
  position: absolute;
  left: -34px;
  bottom: -20px;
  border-right: 200px solid transparent;
  border-bottom: 80px solid #242531;
  height: 0;
  width: 0;
  z-index: -1;
}

.fv__subHeading {
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: 500;
  padding-bottom: 6px;
}
.fv__subHeading::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 140%;
  height: 1px;
}

.fv__enHeading {
  display: block;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
  margin-top: 6px;
  line-height: 1.2;
}

.fv__jaHeading {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}

.fv__descContainer {
  position: relative;
}
.fv__descContainer::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -50px;
  background: url("../assets/ic_scroll.png") no-repeat center center/cover;
  width: 60px;
  height: 109px;
}

.fv__desc {
  color: #fff;
  font-size: 16px;
  margin-top: 40px;
}

.topMsg {
  background: #e3e3e3;
}

.topMsg__inner {
  margin-top: 24px;
  overflow: hidden;
}

.topMsg__trg {
  position: relative;
  cursor: pointer;
}

.topMsg__titleContainer {
  position: absolute;
  top: 38px;
  margin-left: 34px;
}

.topMsg__title {
  position: relative;
  color: #770204;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer;
  z-index: 1;
}
.topMsg__title::before {
  content: "";
  position: absolute;
  left: -17px;
  bottom: -6px;
  background: url("../assets/pentagon.svg") no-repeat;
  width: 60px;
  height: 60px;
  z-index: -1;
}
.topMsg__title.isOpened::after {
  transform: translateY(-50%) rotate(180deg);
}

.topMsg__subTitle {
  font-size: 18px;
  margin-top: 12px;
}
.topMsg__subTitle span {
  font-size: 20px;
}

.topMsg__slideDirection {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
}

.topMsg__slideDirectionText {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.topMsg__slideDirectionArrow {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.topMsg__container {
  display: none;
  border-bottom: 10px solid rgba(120, 3, 5, 0.7);
}

.topMsg__main {
  position: relative;
}

.topMsg__mainInner {
  padding: 34px 30px 0;
}

.topMsg__desc {
  color: #15141d;
  font-size: 16px;
  line-height: 1.8;
}
.topMsg__desc + .topMsg__desc {
  margin-top: 30px;
}

.topMsg__profile {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 26px;
  margin-top: 72px;
  z-index: 1;
}

.topMsg__img {
  width: 155px;
}

.topMsg__meta {
  position: relative;
  padding-top: 30px;
}
.topMsg__meta::after {
  content: "";
  position: absolute;
  left: -54px;
  bottom: -10px;
  background: url("../assets/ceo_sign.png") no-repeat center center/contain;
  width: 139px;
  height: 75px;
}

.topMeg__position {
  color: #15141d;
  font-size: 14px;
}

.topMsg__ceoName {
  color: #15141d;
  font-size: 20px;
  margin-top: 10px;
}

.topMsg__closeBtn {
  color: #770204;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  padding: 70px 0 36px;
  cursor: pointer;
}

.topMsg__bg {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  background: url("../assets/bg_building_1.png") no-repeat center center/cover;
  width: 400px;
}

.mvv__inner {
  margin: 60px 0 56px;
}

.mvv__heading {
  position: relative;
  color: #fff;
}
.mvv__heading:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  background: #15141d;
  width: 34%;
  height: 45px;
}

.mvv__headingInner {
  position: relative;
  background: #a38f7f;
  width: 90%;
  padding: 26px;
}
.mvv__headingInner::before {
  content: "";
  position: absolute;
  top: -52px;
  right: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 0 80px 80px;
  border-color: transparent transparent transparent #ffffff;
  transform: rotate(-45deg);
}

.mvv__subTitle {
  position: relative;
  font-size: 16px;
  padding-bottom: 6px;
}
.mvv__subTitle::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 120%;
  height: 1px;
}

.mvv__title {
  font-size: 20px;
  margin-top: 6px;
}

.mvv__item--bgDark {
  background: #eee;
}

.mvv__itemInner {
  padding: 30px 24px 40px;
  overflow: hidden;
}

.mvv__itemTitle {
  color: #a38f7f;
  font-size: 20px;
  font-weight: 700;
  border-left: 4px solid #a38f7f;
  padding-left: 10px;
}

.mvv__itemSubTitle {
  display: block;
  color: #242531;
  font-size: 10px;
  border-left: 4px solid #15141d;
  padding-left: 10px;
  margin-top: 5px;
}

.mvv__itemMainCatchcopy {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  margin-top: 25px;
  line-height: 1.25;
}
.mvv__itemMainCatchcopy--mission::after {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  background: url("../assets/mvv_1.png") no-repeat center center/contain;
  width: 155px;
  height: 155px;
}
.mvv__itemMainCatchcopy--keyword::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -28px;
  background: url("../assets/mvv_3.png") no-repeat center center/contain;
  width: 155px;
  height: 155px;
}

.mvv__itemMainDescContainer {
  margin-top: 26px;
}

.mvv__itemMainDesc {
  color: #a38f7f;
  font-size: 16px;
  font-weight: 500;
  margin-top: 45px;
  line-height: 1.8;
}
.mvv__itemMainDesc:first-child {
  margin-top: 0;
}

.mvv__valueItems {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 20px 0;
  margin-top: 22px;
}
.mvv__valueItems::after {
  content: "";
  position: absolute;
  top: 0;
  right: -27px;
  background: url("../assets/mvv_2.png") no-repeat center center/contain;
  width: 163px;
  height: 163px;
}

.mvv__valueItemEn {
  color: #4f505a;
  font-size: 24px;
  font-weight: 600;
}
.mvv__valueItemEn span {
  color: #242531;
}

.mvv__valueItemDescContainer {
  display: flex;
  margin-top: 10px;
  align-items: center;
}

.mvv__valueItemJa {
  font-size: 14px;
  font-weight: 500;
}

.mvv__valueItemDesc {
  font-size: 14px;
  margin-left: 10px;
}

.business__title {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

.business__desc {
  color: #15141d;
  font-size: 16px;
  margin-top: 14px;
  text-align: center;
}

.business__achievement {
  background: url("../assets/bg_building_3.jpg") no-repeat center center/cover;
  margin-top: 36px;
}

.business__achievementHeader {
  padding: 34px 0 23px;
  text-align: center;
  background: rgba(0, 0, 0, 0.85);
}

.business__achievementTitle {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.business__achievementDesc {
  color: #fff;
  font-size: 14px;
  margin-top: 8px;
}

.business__achievementItems {
  display: flex;
  flex-direction: column;
  gap: 54px 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 10px 50px;
}

.business__achievementItem {
  position: relative;
  color: #fff;
  font-size: 14px;
  margin-top: 19px;
  text-align: center;
}
.business__achievementItem:not(:last-child)::after {
  content: "▼";
  position: absolute;
  left: 50%;
  bottom: -44px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 16px;
}
.business__achievementItem span {
  font-size: 26px;
}

.business__achievementItemYear {
  position: relative;
  color: #fff;
  font-size: 20px;
  padding-bottom: 6px;
}
.business__achievementItemYear::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  background: #fff;
  width: 50%;
  height: 2px;
}

.business__achievementItemSales {
  color: #fff;
  padding: 0 10px;
  font-size: 20px;
  margin-top: 10px;
}
.business__achievementItemSales span {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  padding: 0 6px;
}

.strategy__main {
  text-align: center;
}

.strategy__loadmap {
  margin-top: 44px;
}

.strategy__loadmapHeader {
  background: #770204;
  padding: 32px 10px 28px;
}

.strategy__loadmapTitle {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.strategy__loadmapDesc {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 14px;
}

.strategy__loadmapItems {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  background: url("../assets/bg_wave.jpg") no-repeat center center/cover;
  padding: 28px 30px;
}

.strategy__loadmapItem {
  position: relative;
  text-align: center;
  border: 1px solid #fff;
  padding: 28px;
}
.strategy__loadmapItem:last-child {
  background: #770204;
  border: 0;
}
.strategy__loadmapItem:last-child::before {
  content: "2033年";
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: -32px;
  left: 0;
  background: #770204;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: 90px;
  height: 32px;
}
.strategy__loadmapItem:last-child::after {
  content: "";
  position: absolute;
  top: -32px;
  left: 90px;
  bottom: -44px;
  border-right: 26px solid transparent;
  border-bottom: 32px solid #770204;
  width: 0;
  height: 0;
}
.strategy__loadmapItem:not(:last-child)::after {
  content: "▼";
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 16px;
}

.strategy__loadmapItemTitle {
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
}
.strategy__loadmapItemTitle::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #fff;
  width: 70%;
  height: 2px;
}

.strategy__loadmapItemDesc {
  font-size: 16px;
  margin-top: 14px;
  line-height: 1.5;
}
.strategy__loadmapItemDesc span {
  display: block;
  color: #fff;
}

.interview__inner {
  background: #242531;
}

.interview__item {
  display: none;
  margin-bottom: 36px;
}
.interview__item:not(:first-child) {
  margin-top: 100px;
}

.interview__itemHeaderContainer {
  position: relative;
}

.interview__itemHeader {
  position: absolute;
  bottom: -36px;
  width: 100%;
  padding: 0 8px;
}

.interview__itemTitle {
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
}

.interview__itemHeading {
  background: #a38f7f;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  margin-top: 4px;
  line-height: 1.5;
}

.interview__itemProfile {
  margin-top: 60px;
}

.interview__itemProfileJaName {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.interview__itemProfileEnName {
  color: #a38f7f;
  font-size: 14px;
  margin-top: 8px;
}

.interview__itemProfilePosition {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px 0;
}
.interview__itemProfilePosition span {
  color: #fff;
  font-size: 14px;
}

.interview__QAItems {
  display: flex;
  flex-direction: column;
  gap: 57px 0;
  margin-top: 57px;
}

.interview__question {
  display: flex;
  align-items: center;
  position: relative;
  color: #a38f7f;
  font-size: 20px;
  font-weight: 500;
}

.interview__daikei {
  display: inline-block;
  position: absolute;
  top: 24px;
  left: -30px;
  font-size: 28px;
  padding: 8px 16px 4px 8px;
  color: #fff;
  z-index: 1;
}
.interview__daikei::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #a38f7f;
  transform: scaleY(3) perspective(10px) rotateX(24deg);
  transform-origin: bottom left;
}

.interview__answer {
  color: #fff;
  font-size: 14px;
  margin-top: 22px;
  line-height: 1.8;
}

.interview__schedule {
  background: #535353;
  padding: 30px 50px 35px;
  margin-top: 30px;
}

.interview__scheduleTitle {
  color: #a38f7f;
  font-size: 20px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: #707070 solid 2px;
}

.interview__scheduleItems {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-top: 20px;
}

.interview__scheduleItem {
  display: flex;
  align-items: center;
}
.interview__scheduleItem:not(:last-child) .interview__scheduleItemTime {
  position: relative;
}
.interview__scheduleItem:not(:last-child) .interview__scheduleItemTime::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -30px;
  background: #a38f7f;
  width: 2px;
  height: 30px;
}

.interview__scheduleItemTime {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #a38f7f;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 14px;
}

.interview__scheduleItemDesc {
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
}

.interview__itemBtnContainer {
  position: relative;
  margin-top: 50px;
  cursor: pointer;
}
.interview__itemBtnContainer--noSpace {
  margin-top: 0;
}

.interview__itemBtn {
  height: 92px;
}
.interview__itemBtn img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 24%;
     object-position: 50% 24%;
}

.interview__itemNameContainer {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  background: #a38f7f;
  color: #fff;
  width: 92%;
  font-size: 20px;
  padding: 6px;
}
.interview__itemNameContainer.isOpened .interview__itemName {
  display: none;
}
.interview__itemNameContainer.isOpened .interview__itemCloseText {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.interview__itemName {
  display: flex;
  justify-content: space-between;
}
.interview__itemName span {
  color: #fff;
}

.interview__itemJaName {
  font-size: 20px;
}

.interview__itemEnName {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.interview__itemEnName span {
  font-size: 20px;
  margin-left: 10px;
}

.interview__itemCloseText {
  display: none;
  color: #fff;
  font-size: 14px;
}
.interview__itemCloseText span {
  color: #fff;
  font-size: 20px;
  margin-left: 10px;
}

.career__sectionMain {
  position: relative;
  overflow: hidden;
}
.career__sectionMain::before {
  content: "";
  position: absolute;
  top: -90px;
  left: 10px;
  background: url("../assets/bg_building_2.png") no-repeat center center/contain;
  width: 400px;
  height: 350px;
}

.carrer__certificationHeading {
  background: #a38f7f;
  color: #fff;
  width: 140px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 8px 0;
  margin: 38px auto 0;
}

.carrer__certificationItems {
  font-weight: 600;
  margin: 24px 0 40px;
}

.carrer__certificationItem {
  display: flex;
  justify-content: space-between;
}
.carrer__certificationItem + .carrer__certificationItem {
  margin-top: 10px;
}

.carrer__certificationName {
  font-size: 16px;
}

.carrer__certificationReward {
  color: #a38f7f;
  font-size: 20px;
}

.carrer__salary {
  margin-top: 38px;
}

.carrer__salaryHeading {
  background: #770204;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
}

.carrer__salaryItems {
  padding: 0 24px;
  margin-top: 26px;
}

.carrer__salaryItem {
  border-bottom: 1px dashed #770204;
}
.carrer__salaryItem + .carrer__salaryItem {
  margin-top: 26px;
}

.carrer__salaryItemBg {
  display: flex;
  align-items: center;
}

.carrer__salaryItemLeft {
  background: #a38f7f;
  color: #fff;
  width: 68%;
  font-size: 16px;
  font-weight: 500;
  padding: 4px 0;
  text-align: center;
}

.carrer__salaryItemRight {
  font-size: 16px;
  font-weight: 500;
  width: 32%;
  text-align: center;
}

.carrer__salaryItemMain {
  color: #770204;
  font-size: 20px;
  font-weight: 500;
  margin-top: 8px;
  text-align: center;
  padding-bottom: 18px;
}
.carrer__salaryItemMain span {
  display: inline-block;
  color: #770204;
  font-size: 30px;
  font-weight: 600;
  padding: 0 2px 0 10px;
}

.carrer__img {
  margin-top: 26px;
}

.recruit__itemTitle {
  font-size: 30px;
  font-weight: 700;
}

.carrer__img .recruit__item + .carrer__img .recruit__item {
  margin-top: 64px;
}

.recruit__dl {
  display: flex;
  flex-wrap: wrap;
}

.recruit__dt {
  color: #a38f7f;
  width: 34%;
  font-size: 20px;
  padding: 14px 0;
  border-bottom: 1px solid #a38f7f;
}

.recruit__dd {
  width: 66%;
  font-size: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #a38f7f;
  line-height: 1.75;
}

.recruit__results {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.recruit__result {
  display: flex;
}

.recruit__resultYear {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c9c9c9;
  width: 30%;
  font-size: 12px;
}

.recruit__resultHiredNum {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  bottom: 1px;
  color: #a38f7f;
  width: 40px;
  font-size: 12px;
  margin-left: 10px;
  line-height: 1;
}
.recruit__resultHiredNum span {
  display: block;
  color: #a38f7f;
  font-size: 20px;
  padding-right: 2px;
}

.recruit__entryLink {
  color: #3844cc;
  text-decoration: underline;
  cursor: pointer;
}

.recruit__img {
  margin-top: 16px;
}

.faq__category + .faq__category {
  margin-top: 50px;
}

.faq__categoryTitle {
  font-size: 20px;
  font-weight: 700;
}

.faq__items {
  margin-top: 10px;
}

.faq__row {
  display: flex;
  padding: 18px 0;
  border-bottom: 1px solid #a38f7f;
  cursor: pointer;
}
.faq__row:first-child {
  position: relative;
}
.faq__row:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  background: url("../assets/ic_arrow.svg") no-repeat;
  width: 20px;
  height: 20px;
  transition: transform 0.3s;
}
.faq__row:first-child.isOpened::after {
  transform: rotate(180deg);
}
.faq__row span {
  font-size: 20px;
  font-weight: 600;
}

.faq__questionInitial {
  color: #a38f7f;
}

.faq__answerInitial {
  color: #770204;
}

.faq__text {
  font-size: 14px;
  padding-right: 22px;
  margin-left: 10px;
}

.faq__btn {
  background: #a38f7f;
}

.footer__header {
  display: block;
  background: #eee;
  padding: 15px 0;
  cursor: pointer;
}

.footer__logo {
  width: 120px;
  margin: 0 auto;
}

.footer__main {
  background: #15141d;
  text-align: center;
  padding: 35px 0 30px;
}

.footer__privacy {
  color: #fff;
  font-size: 14px;
}

.footer__copyright {
  display: block;
  color: #fff;
  font-size: 10px;
  margin-top: 20px;
}

.c-introduce__catch {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 26px;
}

.c-introduce__heading {
  background: url("../assets/bg_cyber_1.jpg") no-repeat center center/cover;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 16px 0;
}
.c-introduce__heading + .c-introduce__heading {
  margin-top: 16px;
}
.c-introduce__heading--2 {
  background: url("../assets/bg_cyber_2.jpg") no-repeat center center/cover;
}

.c-introduce__listItems {
  text-align: center;
  font-size: 20px;
  margin-top: 26px;
  line-height: 1;
}
.c-introduce__listItems li {
  font-weight: 600;
}
.c-introduce__listItems li:nth-child(n+2) {
  margin-top: 10px;
}

.c-introduce__desc {
  font-size: 16px;
  margin-top: 24px;
}
.c-introduce__desc--center {
  text-align: center;
}/*# sourceMappingURL=style.css.map */