.secBlock .secHd .secEnTitle {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.secBlock .secHd .secJpTitle {
  font-size: 38px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .secBlock .secHd {
    margin-bottom: 10px;
  }
  .secBlock .secHd .secEnTitle {
    font-size: 11px;
  }
  .secBlock .secHd .secJpTitle {
    font-size: 20px;
  }
}
.topMvArea {
  padding-top: 80px;
}
.topMvArea .topMvWrap {
  margin: 0 auto;
}
.topMvArea .topMvInner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.27vw 0 0;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  gap: 10px;
}
.topMvArea .topMvContent {
  width: 46%;
}
.topMvArea .topMvCopy {
  font-size: clamp(24px, 2.78vw, 40px);
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0 90px 0;
}
.topMvArea .topMvPeriod {
  display: inline-block;
}
.topMvArea .topMvPeriod .periodTitle {
  font-size: clamp(14px, 1.67vw, 24px);
  font-weight: bold;
  border: 0.1666666667em solid #000000;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0.333em 0.75em;
  line-height: 1;
}
.topMvArea .topMvPeriod .dateArea {
  display: flex;
  align-items: end;
  gap: 10px;
  font-family: "Roboto", sans-serif;
  font-size: clamp(50px, 6.25vw, 90px);
  font-weight: 900;
  line-height: 1;
  flex-flow: column;
}
.topMvArea .topMvPeriod .dateArea .dateArrow {
  font-weight: normal;
  width: 2.53em;
  display: block;
  height: 5px;
  margin-right: 0.3em;
  position: relative;
  background: #000000;
}
.topMvArea .topMvPeriod .dateArea .dateArrow::before {
  content: "";
  display: block;
  border-left: 17px solid #000000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: -0.1em;
  bottom: 50%;
  transform: translateY(50%);
  position: absolute;
}
.topMvArea .topMvPeriod .dateArea .dateMain {
  line-height: 1;
  display: flex;
  align-items: center;
}
.topMvArea .topMvPeriod .dateArea .dateMain .dateWeek {
  font-size: clamp(19px, 2.22vw, 32px);
  writing-mode: vertical-rl;
}
.topMvArea .topMvImage {
  width: 54%;
  position: relative;
  padding: 0;
  transform: translateY(10%);
  transition: opacity 0.5s, transform 0.5s;
  max-width: 851px;
  opacity: 0;
}
.topMvArea .topMvImage.-load {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (max-width: 767px) {
  .topMvArea {
    padding-top: 80px;
  }
  .topMvArea .topMvWrap {
    margin: 0;
  }
  .topMvArea .topMvInner {
    flex-direction: column-reverse;
    padding: 0 0;
  }
  .topMvArea .topMvContent {
    width: 100%;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    padding: 14px 0 8px;
    background: #000000;
    color: #ffffff;
  }
  .topMvArea .topMvCopy {
    font-size: clamp(14px, 6.15vw, 24px);
    padding-bottom: 13px;
    width: 90vw;
  }
  .topMvArea .topMvPeriod {
    padding: 0;
    margin: 0 auto;
    width: 90vw;
    display: block;
  }
  .topMvArea .topMvPeriod .periodTitle {
    border-color: #ffffff;
    letter-spacing: 0;
  }
  .topMvArea .topMvPeriod .dateArea {
    font-size: clamp(36px, 15.38vw, 60px);
    align-items: center;
    gap: 6px;
  }
  .topMvArea .topMvPeriod .dateArea .dateArrow {
    display: none;
  }
  .topMvArea .topMvPeriod .dateArea .spItem {
    display: block;
    width: 7px;
    height: 25px;
    background: #ffffff;
  }
  .topMvArea .topMvPeriod .dateArea .dateMain {
    letter-spacing: 0;
  }
  .topMvArea .topMvPeriod .dateArea .dateMain .dateWeek {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .topMvArea .topMvPeriod .dateArea .dateMain .vis-sp {
    line-height: 1;
    letter-spacing: 0;
  }
  .topMvArea .topMvImage {
    width: 90vw;
    margin: 0 auto;
    max-width: 571px;
  }
}
@media print, screen and (min-width: 768px) {
  .topMvArea .topMvWrap {
    width: 92.5vw;
  }
}
.topNewsArea {
  padding-bottom: 130px;
}
.topNewsArea .secHd {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .topNewsArea {
    padding: 60px 0 50px;
  }
}
.topMessageArea {
  background-color: #4d4d4d;
  color: #ffffff;
  position: relative;
  overflow: clip;
  padding-bottom: 120px;
}
.topMessageArea .topMessageItem {
  position: absolute;
  z-index: 3;
  mix-blend-mode: overlay;
}
.topMessageArea .topMessageItem.messageItem01 {
  width: 146px;
  height: 319px;
  background: url(../../top/images/vision-item01@2x.png) center/contain;
  top: 20%;
  left: 3%;
}
.topMessageArea .topMessageItem.messageItem02 {
  background: url(../../top/images/vision-item02@2x.png) center/contain;
  width: 223px;
  height: 487px;
  top: 26%;
  right: 10%;
}
.topMessageArea .topMessageContent {
  position: relative;
  z-index: 5;
}
.topMessageArea .topMessageContent .topMessageInner {
  position: relative;
  padding: 0px 5% 0;
}
.topMessageArea .topMessageContent .topMessageInner .messageBox {
  position: relative;
  z-index: 2;
}
.topMessageArea .topMessageContent .topMessageInner .messageBox .messageTtl {
  letter-spacing: 0.01em;
  font-size: clamp(23px, 2.64vw, 38px);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 40px;
}
.topMessageArea .topMessageContent .topMessageInner .messageBox .messageTtl span {
  font-size: clamp(14px, 1.39vw, 20px);
  display: block;
  margin-top: 20px;
  letter-spacing: 0;
}
.topMessageArea .topMessageContent .topMessageInner .messageBox .messageTtl.-large {
  font-size: clamp(23px, 2.64vw, 38px);
}
.topMessageArea .topMessageContent .topMessageInner .messageBox .messageTxt {
  font-size: clamp(14px, 1.04vw, 15px);
  line-height: 1.8;
  letter-spacing: 0;
}
.topMessageArea .topMessageContent .topMessageInner .messageBox .messageTxt * {
  line-height: 1.8;
}
.topMessageArea .topMessageSlide {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  background-color: #4d4d4d;
  z-index: 1;
}
.topMessageArea .topMessageSlide .swiper-wrapper {
  transition-timing-function: linear !important;
}
.topMessageArea .topMessageSlide .topMessageSlideCnt {
  width: auto;
}
.topMessageArea .topMessageSlide .topMessageSlideCnt img {
  display: block;
  width: auto;
  height: 435px;
}

@media only screen and (max-width: 767px) {
  .topMessageArea {
    padding-bottom: 80px;
  }
  .topMessageArea .topMessageItem.messageItem01 {
    top: -20%;
    left: -9%;
  }
  .topMessageArea .topMessageItem.messageItem02 {
    top: -20%;
    right: -24%;
  }
  .topMessageArea .topMessageContent .topMessageInner {
    padding: 40px 20px 40px 20px;
  }
  .topMessageArea .topMessageContent .topMessageInner .messageBox .messageTtl {
    font-size: clamp(15px, 6.41vw, 25px);
    margin-bottom: 15px;
  }
  .topMessageArea .topMessageContent .topMessageInner .messageBox .messageTtl span {
    font-size: clamp(14px, 3.85vw, 15px);
    margin-top: 10px;
  }
  .topMessageArea .topMessageContent .topMessageInner .messageBox .messageTxt {
    font-size: 12px;
  }
  .topMessageArea .topMessageSlide {
    height: 225px;
  }
  .topMessageArea .topMessageSlide .topMessageSlideCnt {
    width: 150px;
  }
  .topMessageArea .topMessageSlide .topMessageSlideCnt img {
    height: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .topMessageArea .topMessageItem.messageItem01 {
    top: -13%;
  }
  .topMessageArea .topMessageItem.messageItem02 {
    top: -8%;
  }
  .topMessageArea .topMessageContent .topMessageInner {
    padding: 120px 5% 96px;
  }
  .topMessageArea .topMessageContent .topMessageInner .messageBox .messageTtl.-large {
    margin-top: 0;
  }
}
.topHiringArea {
  padding: 100px 0;
  border-radius: 15px 15px 0 0;
  position: relative;
  top: -15px;
  background: #ffffff;
}
.topHiringArea .secIQ {
  text-align: center;
}
.topHiringArea .secIQ .iqTitle {
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.topHiringArea .secIQ .iqCaption {
  font-weight: bold;
}
.topHiringArea .secIQ .iqContent {
  font-weight: bold;
}
.topHiringArea .secAbout {
  background: url(../images/about_bg.jpg) center center no-repeat;
  background-size: cover;
}
.topHiringArea .secAbout .aboutIn {
  margin: 0 auto;
  color: #ffffff;
}
.topHiringArea .secAbout .aboutIn .aboutHead {
  font-weight: 900;
}
.topHiringArea .secAbout .aboutIn .aboutTitle {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.topHiringArea .secAbout .aboutIn .aboutCaption {
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0;
}
.topHiringArea .topHiringFlex {
  gap: 140px;
  grid-template-columns: 1fr 1fr;
  display: grid;
  margin-top: 60px;
  align-items: flex-end;
}
.topHiringArea .hiringItem {
  width: 100%;
  text-align: center;
}
.topHiringArea .hiringItem .hiringVisual {
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}
.topHiringArea .hiringItem .hiringVisual .hiringVisualTag {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.topHiringArea .hiringItem .hiringVisual .hiringVisualTag.visualTag01 {
  top: 3%;
  left: -5%;
}
.topHiringArea .hiringItem .hiringVisual .hiringVisualTag.visualTag02 {
  top: -8%;
  right: -10%;
  width: 54.25%;
  max-width: 217px;
}
.topHiringArea .hiringItem .hiringVisual .hiringVisualTag.visualTag03 {
  bottom: 10%;
  right: -7.5%;
}
.topHiringArea .hiringItem .hiringVisual .hiringVisualTag.visualTag04 {
  bottom: 0;
  left: -80px;
}
.topHiringArea .hiringItem .hiringVisual .hiringVisualTag.visualTag05 {
  top: -20px;
  right: -60px;
}
.topHiringArea .hiringItem .hiringVisual .hiringVisualTag.visualTag06 {
  bottom: 5px;
  left: -78px;
}
.topHiringArea .hiringItem .hiringVisual.hringPlanner .hiringVisualTag {
  width: 45%;
  max-width: 180px;
}
.topHiringArea .hiringItem .hiringVisual.hringDesigner .hiringVisualTag {
  width: 64.285714%;
}
.topHiringArea .hiringItem .hiringVisual.hringEngineer .hiringVisualTag {
  width: 64.285714%;
}
.topHiringArea .hiringItem .hiringJobNameArea {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 25px;
}
.topHiringArea .hiringItem .hiringJobNameArea .hiringJobName {
  font-size: clamp(17px, 1.94vw, 28px);
  font-weight: bold;
  line-height: 1;
}
.topHiringArea .hiringItem .hiringJobNameArea .jobIcon {
  width: 42px;
  height: 45px;
  display: block;
  cursor: pointer;
}
.topHiringArea .hiringItem .hiringJobSub {
  font-size: 14px;
  color: #808080;
}
.topHiringArea .hiringItem .aboutText {
  padding: 24px 0 6px 0;
}
.topHiringArea .hiringItem .aboutBtn {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.topHiringArea .hiringItem .aboutBtn .commonBtnEntry {
  min-width: 150px;
}

@media only screen and (max-width: 767px) {
  .topHiringArea {
    padding: 60px 0;
  }
  .topHiringArea .secIQ {
    padding: 0 0 80px 0;
  }
  .topHiringArea .secIQ .iqTitle {
    font-size: clamp(19px, 7.95vw, 31px);
    padding: 0 0 20px 0;
  }
  .topHiringArea .secIQ .iqCaption {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 0 0 20px 0;
  }
  .topHiringArea .secIQ .iqContent {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 0 0 32px 0;
  }
  .topHiringArea .secIQ .iqImg {
    width: min(90%, 230px);
    margin: 0 auto;
  }
  .topHiringArea .secAbout {
    margin: 0 0 72px 0;
  }
  .topHiringArea .secAbout .aboutIn {
    width: min(88vw, 360px);
    padding: 32px 0 32px 0;
  }
  .topHiringArea .secAbout .aboutIn .aboutHead {
    font-size: 14px;
    padding: 0 0 4px 0;
  }
  .topHiringArea .secAbout .aboutIn .aboutTitle {
    font-size: clamp(16px, 6.67vw, 26px);
    padding: 0 0 32px 0;
  }
  .topHiringArea .secAbout .aboutIn .aboutCaption {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 0 0 40px 0;
  }
  .topHiringArea .topHiringFlex {
    grid-template-columns: 1fr;
    gap: 80px;
    margin-top: 40px;
  }
  .topHiringArea .hiringItem .hiringVisual {
    margin-bottom: 6px;
  }
  .topHiringArea .hiringItem .hiringVisual.hringPlanner {
    max-width: 300px;
  }
  .topHiringArea .hiringItem .hiringVisual.hringDesigner {
    max-width: 180px;
  }
  .topHiringArea .hiringItem .hiringVisual.hringEngineer {
    max-width: 180px;
  }
  .topHiringArea .hiringItem .hiringJobNameArea {
    margin-bottom: 6px;
  }
  .topHiringArea .hiringItem .hiringJobNameArea .hiringJobName {
    font-size: 20px;
  }
  .topHiringArea .hiringItem .hiringJobNameArea .jobIcon {
    width: 32px;
    height: 34px;
  }
  .topHiringArea .hiringItem .hiringJobSub {
    font-size: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .topHiringArea .secIQ {
    padding: 0 0 150px 0;
  }
  .topHiringArea .secIQ .iqTitle {
    font-size: clamp(37px, 4.24vw, 61px);
    padding: 0 0 40px 0;
  }
  .topHiringArea .secIQ .iqCaption {
    font-size: clamp(18px, 2.08vw, 30px);
    padding: 0 0 28px 0;
  }
  .topHiringArea .secIQ .iqContent {
    font-size: clamp(14px, 1.39vw, 20px);
    padding: 0 0 40px 0;
  }
  .topHiringArea .secAbout {
    margin: 0 0 190px 0;
  }
  .topHiringArea .secAbout .aboutIn {
    width: min(93vw, 1120px);
    padding: 54px 0 58px 0;
  }
  .topHiringArea .secAbout .aboutIn .aboutHead {
    font-size: clamp(14px, 1.11vw, 16px);
    padding: 0 0 4px 0;
  }
  .topHiringArea .secAbout .aboutIn .aboutTitle {
    font-size: clamp(23px, 2.64vw, 38px);
    padding: 0 0 42px 0;
  }
  .topHiringArea .secAbout .aboutIn .aboutCaption {
    font-size: clamp(19px, 2.15vw, 31px);
    padding: 0 0 40px 0;
  }
  .topHiringArea .hiringItem.center {
    grid-column: 1/3;
  }
}
.topJobArea .jobPageNav {
  margin: 40px 0 80px;
}
.topJobArea .jobPageNav .navLabel {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
}
.topJobArea .jobPageNav .navList {
  display: flex;
  gap: 20px;
  list-style: none;
}
.topJobArea .jobPageNav .navList li a {
  width: 170px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #545454;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 6px;
  font-weight: bold;
  background-size: 12px;
}
.topJobArea .jobPageNav .navList li a::after {
  content: "";
  width: 18px;
  height: 18px;
  aspect-ratio: 1;
  background: url(../../shared/images/arrow_black_under.svg) center/cover;
}
.topJobArea .jobLead {
  font-size: 15px;
  margin-top: 45px;
}
.topJobArea .jobDetailBox {
  margin-bottom: 120px;
}
.topJobArea .jobDetailBox .jobDetailContent {
  display: flex;
  justify-content: space-between;
  padding: 30px 3.7037%;
}
.topJobArea .jobDetailBox .jobDetailMain {
  width: 51.5%;
  width: 500px;
  flex-shrink: 0;
}
.topJobArea .jobDetailBox .jobDetailMain .jobDetailTtl {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}
.topJobArea .jobDetailBox .jobDetailMain .jobDetailSub {
  font-size: 13px;
  color: #808080;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.topJobArea .jobDetailBox .jobDetailMain .jobDetailDesc {
  font-size: 15px;
}
.topJobArea .jobDetailBox .jobDetailMain .jobdetailNote {
  color: #808080;
  font-size: 12px;
  padding: 8px 0 0 0;
}
.topJobArea .jobDetailBox .jobDetailSpec {
  width: 41%;
  font-size: 14px;
}
.topJobArea .jobDetailBox .jobDetailSpec dt {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
}
.topJobArea .jobDetailBox .jobDetailSpec dd {
  font-size: 14px;
  margin-bottom: 25px;
}
.topJobArea .jobDetailBox .jobDetailBtnArea {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
.topJobArea .jobDetailBox .jobDetailBtnArea.vis-sp {
  display: none;
}
.topJobArea .jobDetailBox .jobDetailBtnArea .btnDetail {
  background: #000000;
  color: #ffffff;
  padding: 6px 10px;
  width: 125px;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 500;
  font-size: 14px;
  border-radius: 9999px;
  border: 1px solid #000000;
  position: relative;
}
.topJobArea .jobDetailBox .jobDetailBtnArea .btnDetail::before {
  content: "";
  display: block;
  width: 12px;
  height: auto;
  aspect-ratio: 12/8;
  position: absolute;
  right: 10px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(../../shared/images/arrow_white_right.svg) center/cover;
}

@media only screen and (max-width: 767px) {
  .topJobArea .jobPageNav {
    margin: 30px 0 50px;
  }
  .topJobArea .jobPageNav .navLabel {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .topJobArea .jobPageNav .navList {
    gap: 22px;
  }
  .topJobArea .jobPageNav .navList li {
    width: calc(50% - 11px);
  }
  .topJobArea .jobPageNav .navList li a {
    width: 100%;
  }
  .topJobArea .jobLead {
    margin-top: 12px;
    font-size: 14px;
  }
  .topJobArea .jobDetailBox {
    margin-bottom: 45px;
  }
  .topJobArea .jobDetailBox .jobDetailImg {
    width: 100%;
  }
  .topJobArea .jobDetailBox .jobDetailContent {
    flex-direction: column;
    padding: 20px 0 48px;
    position: relative;
  }
  .topJobArea .jobDetailBox .jobDetailContent .jobDetailMain {
    width: 100%;
    margin-bottom: 26px;
  }
  .topJobArea .jobDetailBox .jobDetailContent .jobDetailMain .jobDetailTtl {
    font-size: 20px;
  }
  .topJobArea .jobDetailBox .jobDetailContent .jobDetailMain .jobDetailSub {
    font-weight: 400;
  }
  .topJobArea .jobDetailBox .jobDetailContent .jobDetailMain .jobDetailDesc {
    font-size: 12px;
  }
  .topJobArea .jobDetailBox .jobDetailContent .jobDetailSpec {
    width: 100%;
  }
  .topJobArea .jobDetailBox .jobDetailContent .jobDetailBtnArea {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .topJobArea .jobDetailBox .jobDetailContent {
    padding-left: 0;
    padding-right: 0;
    width: min(100%, 980px);
    margin: 0 auto;
  }
  .topJobArea .jobDetailBox .jobDetailContent .jobDetailMain {
    width: min(54%, 495px);
  }
  .topJobArea .jobDetailBox .jobDetailContent .jobDetailSpec {
    width: min(43%, 420px);
  }
}
.topAiArea {
  background: #eeeeee;
  padding: 80px 0;
  width: 95vw;
  margin: 0 auto 120px;
  max-width: 1320px;
  position: relative;
}
.topAiArea .aiContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topAiArea .aiContent .aiVisual {
  position: absolute;
  right: 10%;
  top: -30%;
  width: 23%;
  max-width: 278px;
  min-width: 200px;
}
.topAiArea .aiText {
  width: 100%;
}
.topAiArea .aiTtl {
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 33px;
  line-height: 1.4;
  letter-spacing: 0;
}
.topAiArea .aiDesc {
  font-size: clamp(14px, 1.04vw, 15px);
  line-height: 1.6;
}
.topAiArea .aiDesc * {
  line-height: 1.6;
}
.topAiArea .aiDesc .strong {
  font-weight: bold;
  font-size: 1.1em;
}
.topAiArea .btnLink {
  background: #000000;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 18px;
       column-gap: 18px;
  padding: 6px 12px;
}
.topAiArea .btnLink .text {
  color: #ffffff;
  font-weight: 500;
}
.topAiArea .btnLink .arrow {
  background: url(../../shared/images/arrow_white_right.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 13/8;
  width: 13px;
}

@media only screen and (max-width: 767px) {
  .topAiArea {
    padding: 60px 0;
    margin: 0 auto 0px;
    width: 100%;
    background: linear-gradient(to bottom, transparent 150px, #eeeeee 150px, #eeeeee 100%);
  }
  .topAiArea .aiContent {
    flex-direction: column-reverse;
    padding: 0 5%;
    width: min(92.4vw, 390px);
    margin: 0 auto;
  }
  .topAiArea .aiContent .aiVisual {
    position: relative;
    right: auto;
    top: auto;
    width: 218px;
    margin: 0 auto 20px;
  }
  .topAiArea .aiTtl {
    font-size: clamp(19px, 7.95vw, 31px);
    margin-bottom: 20px;
  }
  .topAiArea .btnLink {
    margin: 24px 0 0 0;
  }
  .topAiArea .btnLink .text {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .topAiArea {
    padding: 60px 0;
  }
  .topAiArea .aiContent {
    padding: 0 10% 0 4.5%;
  }
  .topAiArea .aiDesc {
    font-size: clamp(14px, 1.25vw, 18px);
  }
  .topAiArea .btnLink {
    margin: 38px 0 0 0;
  }
  .topAiArea .btnLink .text {
    font-size: 14px;
  }
}
.secFeel .secFeelIn {
  margin: 0 auto;
}
.secFeel .secFeelIn .feelTitle {
  font-weight: bold;
  letter-spacing: 0.1em;
}
.secFeel .secFeelIn .feelList {
  margin: 0 auto;
}
.secFeel .secFeelIn .feelList .feelItem {
  display: flex;
  align-items: flex-start;
}
.secFeel .secFeelIn .feelList .feelItem .icon {
  background: url(../images/feel_check_icon.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 32/31;
}
.secFeel .secFeelIn .feelList .feelItem .text {
  font-weight: bold;
  letter-spacing: 0;
}
.secFeel .secFeelIn .feelCaption {
  font-weight: bold;
  letter-spacing: 0em;
}

@media only screen and (max-width: 767px) {
  .secFeel {
    padding: 56px 0 80px 0;
  }
  .secFeel .secFeelIn .feelTitle {
    text-align: center;
    font-size: clamp(14px, 6.15vw, 24px);
    padding: 0 0 30px 0;
    line-height: 1.4;
  }
  .secFeel .secFeelIn .feelList {
    padding: 0 0 40px 0;
  }
  .secFeel .secFeelIn .feelList .feelItem {
    margin: 0 0 12px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .secFeel .secFeelIn .feelList .feelItem:last-of-type {
    margin-bottom: 0;
  }
  .secFeel .secFeelIn .feelList .feelItem .icon {
    width: 24px;
  }
  .secFeel .secFeelIn .feelList .feelItem .text {
    width: calc(100% - 28px);
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secFeel .secFeelIn .feelCaption {
    font-size: clamp(14px, 4.62vw, 18px);
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .secFeel {
    padding: 0 0 200px 0;
  }
  .secFeel .secFeelIn {
    width: min(100%, 1000px);
    display: flex;
    flex-direction: column;
  }
  .secFeel .secFeelIn .feelTitle {
    text-align: center;
    font-size: clamp(23px, 2.64vw, 38px);
    padding: 0 0 60px 0;
  }
  .secFeel .secFeelIn .feelList {
    padding: 0 0 60px 0;
  }
  .secFeel .secFeelIn .feelList .feelItem {
    margin: 0 0 20px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .secFeel .secFeelIn .feelList .feelItem:last-of-type {
    margin-bottom: 0;
  }
  .secFeel .secFeelIn .feelList .feelItem .icon {
    width: 32px;
  }
  .secFeel .secFeelIn .feelList .feelItem .text {
    font-size: clamp(14px, 1.39vw, 20px);
  }
  .secFeel .secFeelIn .feelCaption {
    font-size: clamp(18px, 2.08vw, 30px);
    margin: 0 auto;
    text-align: center;
  }
}
.topVisionArea {
  background: linear-gradient(to bottom, #ffffff 180px, #000000 180px);
  color: #ffffff;
}
.topVisionArea .topVisionPhoto .topVisionPhotoWrap {
  overflow: hidden;
}
.topVisionArea .topVisionPhoto .photoGrid {
  display: flex;
  justify-content: center;
  width: 100%;
}
.topVisionArea .topVisionPhoto .photoGrid .photoItem {
  width: 100%;
  max-width: 1750px;
  margin: 0 auto;
}
.topVisionArea .topVisionContent {
  padding: 85px 0 120px;
}
.topVisionArea .topVisionContent .topVisionInner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 2.77778%;
}
.topVisionArea .topVisionContent .visionMain {
  width: 50%;
}
.topVisionArea .topVisionContent .visionMain .secJpTitle {
  margin-bottom: 50px;
  line-height: 1.2;
}
.topVisionArea .topVisionContent .visionMain .btnFaq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 14px;
  width: 185px;
  font-size: 14px;
  border-radius: 30px;
  background-color: #ffffff;
  color: #000000;
}
.topVisionArea .topVisionContent .visionMain .btnFaq::after {
  content: "";
  display: block;
  background: url(../../shared/images/arrow_black.svg) center/cover;
  width: 12px;
  height: 8px;
}
.topVisionArea .topVisionContent .visionSub {
  width: 45%;
}
.topVisionArea .topVisionContent .visionSub .visionPara {
  font-size: clamp(14px, 1.11vw, 16px);
  margin-bottom: 2em;
  line-height: 1.72;
}
.topVisionArea .topVisionContent .visionSub .visionPara:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .topVisionArea {
    background: #000000;
    padding-bottom: 65px;
  }
  .topVisionArea .topVisionPhoto {
    text-align: center;
  }
  .topVisionArea .topVisionContent {
    padding: 54px 0 60px;
  }
  .topVisionArea .topVisionContent .topVisionInner {
    flex-direction: column;
    padding: 0;
  }
  .topVisionArea .topVisionContent .visionMain {
    width: 100%;
    margin-bottom: 40px;
  }
  .topVisionArea .topVisionContent .visionMain .secJpTitle {
    margin-bottom: 15px;
  }
  .topVisionArea .topVisionContent .visionSub {
    width: 100%;
  }
  .topVisionArea .topVisionContent .visionSub .visionPara {
    font-size: 14px;
  }
  .topVisionArea .topVisionBtmPhoto .photoItem {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .topVisionArea .topVisionContent .topVisionInner {
    justify-content: space-between;
  }
  .topVisionArea .topVisionContent .topVisionInner .visionMain {
    width: min(45%, 420px);
  }
  .topVisionArea .topVisionContent .topVisionInner .visionMain .secJpTitle {
    font-size: clamp(25px, 2.92vw, 42px);
  }
  .topVisionArea .topVisionContent .topVisionInner .visionSub {
    width: min(53%, 510px);
  }
}
.topDataArea .dataUpdate {
  font-size: 11px;
  margin-top: 16px;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .topDataArea {
    padding: 60px 0 0 0;
  }
  .topDataArea .dataUpdate {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .topDataArea {
    padding: 100px 0 0 0;
  }
  .topDataArea .dataUpdate {
    font-size: 11px;
    margin-top: 16px;
    color: #000000;
  }
}
.secMessage .secMessageIn .titleCol .titleEn {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1.2;
}
.secMessage .secMessageIn .titleCol .titleJp {
  font-weight: bold;
}
.secMessage .secMessageIn .textCol {
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .secMessage {
    padding: 80px 0 60px 0;
  }
  .secMessage .secMessageIn .titleCol .titleEn {
    font-size: 11px;
  }
  .secMessage .secMessageIn .titleCol .titleJp {
    font-size: 20px;
  }
  .secMessage .secMessageIn .textCol {
    font-size: 14px;
    padding: 12px 0 0 0;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) {
  .secMessage {
    padding: 120px 0 150px 0;
  }
  .secMessage .secMessageIn {
    display: flex;
    justify-content: space-between;
  }
  .secMessage .secMessageIn .titleCol {
    width: clamp(140px, 18vw, 160px);
  }
  .secMessage .secMessageIn .titleCol .titleEn {
    font-size: clamp(14px, 1.11vw, 16px);
    padding: 0 0 2px 0;
  }
  .secMessage .secMessageIn .titleCol .titleJp {
    font-size: clamp(23px, 2.64vw, 38px);
  }
  .secMessage .secMessageIn .textCol {
    width: min(100% - clamp(140px, 18vw, 160px), 860px);
    font-size: clamp(14px, 1.39vw, 20px);
    padding: 28px 0 0 0;
    line-height: 1.6;
  }
}
.modalWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.modalWrapper .modalOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.modalWrapper .modalContent {
  position: relative;
  z-index: 1;
  background: #ffffff;
  width: 90%;
  max-width: 420px;
  padding: 70px 20px 20px;
}
.modalWrapper .modalContent .modalClose {
  position: absolute;
  top: 9px;
  left: 20px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.modalWrapper .modalContent .modalClose img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modalWrapper .modalContent .modalInner .modalImg {
  margin-bottom: 15px;
}
.modalWrapper .modalContent .modalInner .modalImg img {
  width: 100%;
  height: auto;
  display: block;
}
.modalWrapper .modalContent .modalInner .modalDesc {
  margin-bottom: 20px;
}
.modalWrapper .modalContent .modalInner .modalDesc p {
  font-size: 12px;
  line-height: 1.5;
}
.modalWrapper .modalContent .modalInner .modalSimilar {
  background: #f4f4f4;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 25px;
}
.modalWrapper .modalContent .modalInner .modalSimilar .similarTtl {
  color: #545454;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
}
.modalWrapper .modalContent .modalInner .modalSimilar .similarTags {
  font-size: 10px;
  color: #545454;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.modalWrapper .modalContent .modalInner .modalBtnArea .btnBlackLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 25px;
  border-radius: 9999px;
  text-decoration: none;
}
.modalWrapper .modalContent .modalInner .modalBtnArea .btnBlackLink .arrow {
  display: block;
  width: 16px;
  height: auto;
  aspect-ratio: 12/8;
  background: url(../../shared/images/arrow_white_right.svg) center/cover;
}/*# sourceMappingURL=style.css.map */