.secMv {
  position: relative;
}
.secMv .movieArea {
  position: relative;
  z-index: 0;
}
.secMv .movieArea video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.secMv .textArea {
  position: absolute;
  z-index: 1;
  color: #ffffff;
}
.secMv .textArea .textMain {
  line-height: 1.5;
  font-weight: bold;
}
.secMv .textArea .caption {
  line-height: 1.8;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .secMv {
    margin: 0 0 60px 0;
  }
  .secMv .movieArea video {
    aspect-ratio: 1920/1280;
    width: 100%;
  }
  .secMv .textArea {
    right: min(4vw, 10px);
    top: 10px;
  }
  .secMv .textArea .textMain {
    font-size: clamp(14px, 5.13vw, 20px);
    line-height: 1.4;
  }
  .secMv .textArea .caption {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) {
  .secMv {
    margin: 0 0 72px 0;
  }
  .secMv .movieArea video {
    aspect-ratio: 1920/820;
    width: 100%;
  }
  .secMv .textArea {
    right: min(4vw, 100px);
    top: 6%;
  }
  .secMv .textArea .textMain {
    font-size: 40px;
    padding: 0 0 10px 0;
  }
  .secMv .textArea .caption {
    font-size: 14px;
  }
}
.secNews .secNewsIn .titleCol .sectionTitle .titleJp::before {
  content: "";
  display: block;
  background: url(../shared/images/icon_mail.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
}
.secNews .secNewsIn .titleCol .moreBtn {
  width: min(100%, 215px);
}
.secNews .secNewsIn .dataCol .newsListWrap .newsList {
  display: block;
  border-bottom: solid 1px #d7d7d7;
  background: url(../shared/images/arrow_right_black.svg) right center no-repeat;
  background-size: 6px;
}
.secNews .secNewsIn .dataCol .newsListWrap .newsList:last-of-type {
  border-bottom: none;
}
.secNews .secNewsIn .dataCol .newsListWrap .newsList .date {
  color: #2D2E61;
  font-weight: 500;
}
.secNews .secNewsIn .dataCol .newsListWrap .newsList .title {
  color: #000000;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 20px 0 0;
}
.secNews .secNewsIn .dataCol .newsListWrap .newsList .title * {
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .secNews {
    padding: 0 0 60px 0;
  }
  .secNews .secNewsIn {
    position: relative;
    padding-bottom: 100px;
  }
  .secNews .secNewsIn .titleCol {
    padding: 0 0 20px 0;
  }
  .secNews .secNewsIn .titleCol .sectionTitle .titleJp::before {
    width: 30px;
  }
  .secNews .secNewsIn .titleCol .moreBtn {
    position: absolute;
    bottom: 10px;
    left: 0;
  }
  .secNews .secNewsIn .dataCol .newsListWrap .newsList {
    padding: 24px 0;
  }
  .secNews .secNewsIn .dataCol .newsListWrap .newsList .date {
    font-size: 13px;
    padding: 0 0 4px 0;
  }
  .secNews .secNewsIn .dataCol .newsListWrap .newsList .title {
    font-size: clamp(14px, 3.85vw, 15px);
  }
}
@media print, screen and (min-width: 768px) {
  .secNews {
    padding: 0 0 100px 0;
  }
  .secNews .secNewsIn {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .secNews .secNewsIn .titleCol {
    width: 215px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0;
  }
  .secNews .secNewsIn .titleCol .sectionTitle .titleJp::before {
    width: 35px;
  }
  .secNews .secNewsIn .dataCol {
    width: min(100% - 230px, 550px);
  }
  .secNews .secNewsIn .dataCol .newsListWrap .newsList {
    display: flex;
    padding: 38px 0;
  }
  .secNews .secNewsIn .dataCol .newsListWrap .newsList .date {
    width: 95px;
    font-size: 14px;
  }
  .secNews .secNewsIn .dataCol .newsListWrap .newsList .title {
    width: calc(100% - 95px);
    font-size: clamp(14px, 1.17vw, 15px);
  }
}
.secAbout .secAboutIn .textCol .sectionTitle .titleJp::before {
  content: "";
  display: block;
  background: url(../shared/images/icon_company.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
}
.secAbout .secAboutIn .textCol .caption {
  font-weight: bold;
  letter-spacing: 0.04em;
}
.secAbout .secAboutIn .textCol .desc {
  font-weight: 500;
  letter-spacing: 0.03em;
}
.secAbout .secAboutIn .textCol .btnWrap {
  width: min(100%, 215px);
}
.secAbout .secAboutIn .imgCol .imgBox img {
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .secAbout {
    padding: 0 0 60px 0;
  }
  .secAbout .secAboutIn .textCol .sectionTitle .titleJp::before {
    width: 30px;
  }
  .secAbout .secAboutIn .textCol .caption {
    padding: 24px 0 16px 0;
    font-size: clamp(14px, 4.1vw, 16px);
    line-height: 1.8;
    letter-spacing: 0;
  }
  .secAbout .secAboutIn .textCol .desc {
    font-size: clamp(14px, 1.17vw, 15px);
    line-height: 2;
    padding: 0 0 24px 0;
  }
  .secAbout .secAboutIn .textCol .desc br {
    display: none;
  }
  .secAbout .secAboutIn .imgCol {
    padding: 40px 0 0 0;
  }
  .secAbout .secAboutIn .imgCol .imgBox.top {
    text-align: right;
    width: 80%;
    margin-left: auto;
    padding-bottom: 20px;
    height: 240px;
  }
  .secAbout .secAboutIn .imgCol .imgBox.bottom {
    text-align: left;
    width: 60%;
    height: 160px;
  }
}
@media print, screen and (min-width: 768px) {
  .secAbout {
    padding: 0 0 140px 0;
  }
  .secAbout .secAboutIn {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .secAbout .secAboutIn .textCol {
    width: min(57%, 550px);
  }
  .secAbout .secAboutIn .textCol .sectionTitle .titleJp::before {
    width: 35px;
  }
  .secAbout .secAboutIn .textCol .caption {
    padding: 40px 0 24px 0;
    font-size: clamp(14px, 1.72vw, 22px);
    line-height: 1.6;
  }
  .secAbout .secAboutIn .textCol .desc {
    font-size: clamp(14px, 1.17vw, 15px);
    line-height: 2.6;
    padding: 0 0 50px 0;
  }
  .secAbout .secAboutIn .imgCol {
    width: calc(min(41%, 450px) + 70px);
    margin-right: -70px;
  }
  .secAbout .secAboutIn .imgCol .imgBox.top {
    padding: 0 0 40px 0;
    text-align: right;
    margin: 0 0 0 auto;
    width: 80%;
    height: 350px;
  }
  .secAbout .secAboutIn .imgCol .imgBox.bottom {
    text-align: left;
    width: 60%;
    height: 240px;
  }
}
.secWorkHead {
  position: relative;
  z-index: 0;
  background: url(../shared/images/title_bg.svg) left center repeat-x;
}
.secWorkHead .headText {
  color: #2D2E61;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  line-height: 100%;
}

@media only screen and (max-width: 767px) {
  .secWorkHead {
    bottom: max(-2.6vw, -10px);
    background-position: left bottom;
    background-size: 36px;
  }
  .secWorkHead .headText {
    font-size: clamp(36px, 15.38vw, 60px);
  }
}
@media print, screen and (min-width: 768px) {
  .secWorkHead {
    bottom: max(-1.4vw, -18px);
    background-position: left 60%;
  }
  .secWorkHead .headText {
    font-size: clamp(64px, 8.28vw, 106px);
  }
}
.secWork {
  background: #2D2E61;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.secWork .secWorkIn {
  position: relative;
}
.secWork .secWorkIn .workTop .textCol .title {
  color: #ffffff;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.secWork .secWorkIn .workTop .textCol .title::before {
  content: "";
  background: url(../shared/images/icon_cone.svg) left center no-repeat;
  background-size: contain;
  display: block;
  aspect-ratio: 1/1;
}
.secWork .secWorkIn .workTop .textCol .caption {
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.secWork .secWorkIn .workTop .textCol .btnWrap {
  width: min(100%, 215px);
}
.secWork .secWorkIn .workTop .imgCol {
  aspect-ratio: 780/556;
}
.secWork .secWorkIn .workTop .imgCol img {
  border-radius: 10px 0 0 10px;
}
.secWork .secWorkIn .workList .workItem {
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}
.secWork .secWorkIn .workList .workItem .textArea .itemTitle {
  text-align: center;
  font-weight: bold;
  color: #2D2E61;
}
.secWork .secWorkIn .workList .workItem .textArea .itemCaption {
  text-align: center;
  font-weight: 500;
  line-height: 2;
}
.secWork .secWorkIn .workList .workItem .textArea .itemBtnWrap {
  width: 186px;
  margin: 0 auto;
}
.secWork .secWorkIn .workList .workItem .textArea .itemBtnWrap .btn {
  display: flex;
  width: 100%;
  height: 55px;
  justify-content: space-between;
  align-items: center;
  background: #2D2E61;
  border-radius: 100px;
  padding: 0 24px;
}
.secWork .secWorkIn .workList .workItem .textArea .itemBtnWrap .btn .text {
  color: #ffffff;
}
.secWork .secWorkIn .workList .workItem .textArea .itemBtnWrap .btn .icon {
  background: #ffffff;
  width: 6px;
  height: 6px;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.secWork .secWorkIn .otherTitle {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.secWork .secWorkIn .otherTitle .lineText {
  border-bottom: solid 2px #ffffff;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
}
.secWork .secWorkIn .workOtherList {
  display: flex;
  flex-wrap: wrap;
}
.secWork .secWorkIn .workOtherList .otherItem {
  background: #ffffff;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.secWork .secWorkIn .workOtherList .otherItem .text {
  color: #2D2E61;
  font-weight: bold;
}
.secWork .secWorkIn .workOtherList .otherItem .icon {
  width: 6px;
  height: 6px;
  background: #2D2E61;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

@media only screen and (max-width: 767px) {
  .secWork .secWorkIn {
    width: min(86vw, 350px);
    margin: 0 auto;
    padding: 32px 0 56px 0;
  }
  .secWork .secWorkIn .workTop {
    padding: 0 0 40px 0;
  }
  .secWork .secWorkIn .workTop .textCol .title {
    font-size: 24px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .secWork .secWorkIn .workTop .textCol .title::before {
    width: 38px;
  }
  .secWork .secWorkIn .workTop .textCol .caption {
    line-height: 1.8;
    padding: 16px 0 24px 0;
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secWork .secWorkIn .workTop .imgCol {
    padding: 32px 0 0 0;
    width: 90%;
    margin-left: auto;
  }
  .secWork .secWorkIn .workList {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    width: min(100%, 320px);
    margin: 0 auto;
  }
  .secWork .secWorkIn .workList .workItem .itemImg {
    height: 240px;
  }
  .secWork .secWorkIn .workList .workItem .textArea {
    padding: 24px 16px 40px;
  }
  .secWork .secWorkIn .workList .workItem .textArea .itemTitle {
    font-size: clamp(14px, 5.13vw, 20px);
    padding: 0 0 16px 0;
  }
  .secWork .secWorkIn .workList .workItem .textArea .itemCaption {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 0 0 20px 0;
  }
  .secWork .secWorkIn .otherTitle {
    padding: 60px 0 20px;
  }
  .secWork .secWorkIn .otherTitle .lineText {
    font-size: clamp(14px, 4.1vw, 16px);
    padding: 0 0 8px 0;
  }
  .secWork .secWorkIn .workOtherList {
    flex-direction: column;
    row-gap: 10px;
    width: min(100%, 260px);
    margin: 0 auto;
  }
  .secWork .secWorkIn .workOtherList .otherItem {
    width: 100%;
    padding: 16px;
  }
  .secWork .secWorkIn .workOtherList .otherItem .text {
    font-size: clamp(14px, 3.85vw, 15px);
  }
}
@media print, screen and (min-width: 768px) {
  .secWork {
    margin-left: calc((100vw - min(88vw, 1100px)) / 2 - min(3vw, 85px));
    max-width: 1360px;
  }
  .secWork .secWorkIn {
    padding: 70px 0 98px min(3vw, 85px);
  }
  .secWork .secWorkIn .workTop {
    padding-bottom: min(9vw, 170px);
  }
  .secWork .secWorkIn .workTop .textCol {
    width: 450px;
  }
  .secWork .secWorkIn .workTop .textCol .title {
    font-size: 32px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .secWork .secWorkIn .workTop .textCol .title::before {
    width: 45px;
  }
  .secWork .secWorkIn .workTop .textCol .caption {
    line-height: 2.6;
    padding: 18px 0 28px 0;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secWork .secWorkIn .workTop .imgCol {
    position: absolute;
    left: max(500px, 45%);
    top: -76px;
    width: min(60vw, 780px);
  }
  .secWork .secWorkIn .workList {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-around;
    width: min(88vw, 1100px);
    margin: 0 auto;
  }
  .secWork .secWorkIn .workList .workItem {
    width: clamp(300px, 45%, 350px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .secWork .secWorkIn .workList .workItem .itemImg {
    height: 263px;
  }
  .secWork .secWorkIn .workList .workItem .textArea {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 38px 12px 40px;
    row-gap: 32px;
  }
  .secWork .secWorkIn .workList .workItem .textArea .itemTitle {
    font-size: clamp(14px, 1.72vw, 22px);
  }
  .secWork .secWorkIn .workList .workItem .textArea .itemCaption {
    flex-grow: 1;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secWork .secWorkIn .otherTitle {
    padding: 60px 0 30px;
  }
  .secWork .secWorkIn .otherTitle .lineText {
    font-size: clamp(14px, 1.88vw, 24px);
    padding: 0 0 16px 0;
  }
  .secWork .secWorkIn .workOtherList {
    justify-content: flex-start;
    -moz-column-gap: 2.27%;
         column-gap: 2.27%;
    row-gap: 24px;
    width: min(88vw, 1100px);
    margin: 0 auto;
  }
  .secWork .secWorkIn .workOtherList .otherItem {
    width: 31.82%;
    padding: 22px 2.73%;
  }
  .secWork .secWorkIn .workOtherList .otherItem .text {
    font-size: clamp(14px, 1.25vw, 16px);
  }
}
.secSdgs .secSdgsIn .sectionTitle .titleJp::before {
  content: "";
  display: block;
  background: url(../shared/images/icon_sdgs.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
}
.secSdgs .secSdgsIn .sdgsTop .textCol {
  font-weight: 500;
  line-height: 200%;
}
@media only screen and (max-width: 767px) {
  .secSdgs {
    padding: 60px 0 60px 0;
  }
  .secSdgs .secSdgsIn .sectionTitle .titleJp::before {
    width: 30px;
  }
  .secSdgs .secSdgsIn .sdgsTop {
    padding: 20px 0 40px 0;
  }
  .secSdgs .secSdgsIn .sdgsTop .textCol {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 0 0 24px 0;
  }
  .secSdgs .secSdgsIn .sdgsTop .btnCol {
    width: 215px;
  }
  .secSdgs .secSdgsIn .linkList {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .secSdgs {
    padding: 120px 0 126px 0;
  }
  .secSdgs .secSdgsIn .sectionTitle .titleJp::before {
    width: 35px;
  }
  .secSdgs .secSdgsIn .sdgsTop {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 54px 0;
  }
  .secSdgs .secSdgsIn .sdgsTop .textCol {
    width: calc(100% - 230px);
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secSdgs .secSdgsIn .sdgsTop .btnCol {
    width: 215px;
  }
  .secSdgs .secSdgsIn .linkList {
    display: flex;
    justify-content: space-between;
  }
  .secSdgs .secSdgsIn .linkList .linkItem {
    width: 48.18%;
  }
}
.recruitSlide {
  position: relative;
}
.recruitSlide .swiper-wrapper {
  transition-timing-function: linear;
}
@media only screen and (max-width: 767px) {
  .recruitSlide {
    bottom: -2px;
  }
  .recruitSlide .swiper-wrapper .swiper-slide {
    width: 240px;
    margin: 0 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .recruitSlide {
    bottom: -4px;
  }
  .recruitSlide .swiper-wrapper .swiper-slide {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 16px;
  }
}
.secRecruit {
  background: #2D2E61;
}
.secRecruit .secRecruitIn {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.secRecruit .secRecruitIn .textCol .colIn {
  margin: 0 auto;
}
.secRecruit .secRecruitIn .textCol .colIn .sectionTitle .titleJp::before {
  content: "";
  display: block;
  background: url(../shared/images/icon_recruit.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
}
.secRecruit .secRecruitIn .textCol .colIn .caption {
  letter-spacing: 0.03em;
  font-weight: 500;
}
.secRecruit .secRecruitIn .textCol .colIn .btnWrap {
  width: 244px;
}
@media only screen and (max-width: 1079px) {
  .secRecruit {
    padding: 40px 0;
    margin: 0 0 48px 0;
  }
  .secRecruit .secRecruitIn {
    width: min(100%, 500px);
    margin: 0 auto;
  }
  .secRecruit .secRecruitIn .textCol .colIn {
    width: min(92%, 420px);
    padding: 40px 0;
  }
  .secRecruit .secRecruitIn .textCol .colIn .sectionTitle .titleJp::before {
    width: 30px;
  }
  .secRecruit .secRecruitIn .textCol .colIn .caption {
    line-height: 2;
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 24px 0;
  }
  .secRecruit .secRecruitIn .textCol .colIn .caption br {
    display: none;
  }
  .secRecruit .secRecruitIn .imgCol {
    text-align: center;
  }
}
@media print, screen and (min-width: 1080px) {
  .secRecruit {
    padding: min(8.05vw, 116px) 0;
    margin: 0 0 120px 0;
  }
  .secRecruit .secRecruitIn {
    display: flex;
    align-items: stretch;
  }
  .secRecruit .secRecruitIn .textCol {
    width: 50%;
    display: flex;
    align-items: center;
  }
  .secRecruit .secRecruitIn .textCol .colIn {
    width: min(92%, 390px);
    padding: 20px 0;
  }
  .secRecruit .secRecruitIn .textCol .colIn .sectionTitle .titleJp::before {
    width: 35px;
  }
  .secRecruit .secRecruitIn .textCol .colIn .caption {
    line-height: 2.6;
    font-size: clamp(14px, 1.17vw, 15px);
    padding: 24px 0;
  }
  .secRecruit .secRecruitIn .imgCol {
    width: 50%;
    aspect-ratio: 550/614;
  }
}
.secInsta .secInstaIn .titleCol .titleEn {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  background: url(../shared/images/icon_insta.svg) left 55% no-repeat;
  background-size: 20px;
  padding-left: 30px;
}
.secInsta .secInstaIn .titleCol .titleJp {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}
.secInsta .secInstaIn .titleCol .linkText {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  border-bottom: solid 1px #000000;
  color: #000000;
  width: -moz-fit-content;
  width: fit-content;
}
.secInsta .secInstaIn .titleCol .btnWrap {
  width: min(100%, 244px);
}
@media only screen and (max-width: 767px) {
  .secInsta {
    padding: 0 0 40px 0;
  }
  .secInsta .secInstaIn .titleCol {
    padding: 0 0 40px 0;
  }
  .secInsta .secInstaIn .titleCol .titleColIn .titleEn {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .secInsta .secInstaIn .titleCol .titleColIn .titleJp {
    font-size: 20px;
    padding: 0 0 4px 0;
  }
  .secInsta .secInstaIn .titleCol .titleColIn .linkText {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secInsta .secInstaIn .titleCol .titleColIn .btnWrap {
    padding: 40px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secInsta {
    padding: 0 0 60px 0;
  }
  .secInsta .secInstaIn {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .secInsta .secInstaIn .titleCol {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .secInsta .secInstaIn .titleCol .titleColIn {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .secInsta .secInstaIn .titleCol .titleColIn .titleEn {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  .secInsta .secInstaIn .titleCol .titleColIn .titleJp {
    font-size: 22px;
    padding: 0 0 10px 0;
  }
  .secInsta .secInstaIn .titleCol .titleColIn .linkText {
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secInsta .secInstaIn .titleCol .titleColIn .btnWrap {
    padding: 40px 0 0 0;
  }
  .secInsta .secInstaIn .photoCol {
    width: 50%;
    padding-left: 3%;
  }
}
.secTikTok .secTikTokIn {
  background: #FFE351;
  border-radius: 10px;
  overflow: hidden;
}
.secTikTok .secTikTokIn .linkCol .linkColIn .head {
  background: url(../shared/images/icon_tiktok.svg) left 55% no-repeat;
  background-size: 20px;
  padding-left: 30px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
}
.secTikTok .secTikTokIn .linkCol .linkColIn .titleRow {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.secTikTok .secTikTokIn .linkCol .linkColIn .titleRow .title {
  font-weight: bold;
  font-family: "Raleway", sans-serif;
}
.secTikTok .secTikTokIn .linkCol .linkColIn .titleRow .linkText {
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  border-bottom: solid 1px #000000;
  color: #000000;
}
.secTikTok .secTikTokIn .linkCol .linkColIn .btnWrap {
  width: min(100%, 244px);
}
@media only screen and (max-width: 767px) {
  .secTikTok .secTikTokIn .linkCol {
    padding: 16px 16px 40px;
  }
  .secTikTok .secTikTokIn .linkCol .linkColIn .head {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .secTikTok .secTikTokIn .linkCol .linkColIn .titleRow {
    padding: 0 0 32px 0;
  }
  .secTikTok .secTikTokIn .linkCol .linkColIn .titleRow .title {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secTikTok .secTikTokIn .linkCol .linkColIn .titleRow .linkText {
    font-size: clamp(14px, 3.85vw, 15px);
  }
}
@media print, screen and (min-width: 768px) {
  .secTikTok .secTikTokIn {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .secTikTok .secTikTokIn .linkCol {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
  }
  .secTikTok .secTikTokIn .linkCol .linkColIn {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .secTikTok .secTikTokIn .linkCol .linkColIn .head {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  .secTikTok .secTikTokIn .linkCol .linkColIn .titleRow {
    margin: 0 0 40px 0;
  }
  .secTikTok .secTikTokIn .linkCol .linkColIn .titleRow .title {
    font-size: clamp(14px, 1.72vw, 22px);
  }
  .secTikTok .secTikTokIn .linkCol .linkColIn .titleRow .linkText {
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secTikTok .secTikTokIn .imgCol {
    width: 50%;
    min-height: 220px;
    max-height: 500px;
  }
}/*# sourceMappingURL=style.css.map */