@charset "UTF-8";
@media screen and (min-width: 1024px) {
  .header__sitelogo {
    transition: var(--speed);
    transform: scale(1.15) translate(0, 25%);
    transform-origin: left top;
  }
}
@media screen and (min-width: 1200px) {
  .header__sitelogo {
    transform: scale(1.15) translate(-5%, 25%);
  }
}
@media screen and (min-width: 1440px) {
  .header__sitelogo {
    transform: scale(1.35) translate(0, 17%);
  }
}
@media screen and (min-width: 1024px) {
  .header.scrolled .header__sitelogo {
    transform: scale(1) translate(0, 0);
  }
}

@media screen and (min-width: 768px) {
  .secMV::before {
    content: "";
    width: 100px;
    height: 100%;
    background: linear-gradient(180deg, #FF5847 0%, rgba(255, 176, 38, 0.7) 100%);
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.secMV__img {
  width: 100%;
}
.secMV__img img {
  height: 540px;
  object-fit: cover;
  object-position: left bottom;
}
@media screen and (min-width: 768px) {
  .secMV__img {
    width: 1580px;
    margin-left: auto;
    margin-right: max(-15%, -216px);
    clip-path: polygon(19% 0%, 99.5% 0%, 81% 100%, 0% 100%);
  }
}
@media screen and (min-width: 1024px) {
  .secMV__img img {
    height: 650px;
  }
}
@media screen and (min-width: 1200px) {
  .secMV__img img {
    height: 720px;
  }
}
.secMV__txtWrap {
  padding: 24px 65px 30px 16px;
  position: absolute;
  top: 57px;
  left: 0;
  z-index: 1;
  opacity: 0;
  animation: slide_in 0.5s ease forwards;
}
.secMV__txtWrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FF5847 0%, rgba(255, 176, 38, 0.7) 100%);
  clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.secMV__txtWrap_ttl {
  margin-bottom: 12px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
  --lh: 1.45;
  white-space: nowrap;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}
.secMV__txtWrap_ttl strong {
  font-size: 150%;
  --lh: 1;
}
.secMV__txtWrap_ttl::after {
  content: "";
  width: 1.5938em;
  height: 2px;
  background-color: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: 0.625em;
  right: -0.625em;
}
.secMV__txtWrap_txt {
  --main: #FC5D00;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 3px;
  position: relative;
  z-index: 1;
}
.secMV__txtWrap_txt span {
  padding: 4px 5px;
  background-color: #fff;
  font-weight: 500;
  white-space: nowrap;
  display: block;
}
@media screen and (min-width: 768px) {
  .secMV__txtWrap {
    width: 60%;
    height: calc(100% - 25px);
    padding: 50px 0 0 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    top: auto;
    bottom: -20px;
  }
  .secMV__txtWrap::before {
    clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
  }
  .secMV__txtWrap_ttl {
    margin-bottom: 25px;
    font-size: 45px;
  }
  .secMV__txtWrap_ttl strong {
    font-size: 142.86%;
  }
  .secMV__txtWrap_ttl::after {
    width: 1.625em;
    height: 4px;
    bottom: 0.6071em;
    right: 0;
    transform: translateX(75%);
  }
  .secMV__txtWrap_txt {
    font-size: 18px;
    grid-gap: 5px;
  }
  .secMV__txtWrap_txt span {
    padding: 4px 10px;
  }
}
@media screen and (min-width: 1024px) {
  .secMV__txtWrap {
    width: 55%;
    padding-top: 80px;
    padding-left: 30px;
  }
  .secMV__txtWrap_ttl {
    font-size: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .secMV__txtWrap {
    width: 50%;
    height: calc(100% - 5px);
    padding-left: 4.8%;
    bottom: -40px;
  }
}
@keyframes slide_in {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.secBusiness {
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .secBusiness {
    padding: 100px 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .secBusiness {
    padding: 140px 0 100px;
  }
}
.secBusiness__row {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 20px;
}
@media screen and (min-width: 768px) {
  .secBusiness__row {
    margin-bottom: 50px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.secBusiness__ttl {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .secBusiness__ttl {
    margin-bottom: 10px;
  }
  .secBusiness__ttl_jp {
    padding-top: 0;
  }
  .secBusiness__ttl_en {
    font-size: 250%;
  }
}
.secBusiness__txtWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 15px;
}
.secBusiness__txtWrap_ttl {
  font-size: 228.57%;
  font-weight: 700;
  --lh: 1.4;
}
@media screen and (min-width: 768px) {
  .secBusiness__txtWrap {
    width: auto;
    padding: 10px 0 0;
    grid-gap: 20px;
  }
  .secBusiness__txtWrap_ttl {
    font-size: 175%;
  }
}
@media screen and (min-width: 1024px) {
  .secBusiness__txtWrap_ttl {
    font-size: 200%;
  }
}
.secBusiness__img {
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .secBusiness__img {
    width: 33.1%;
    max-width: 331px;
    flex-shrink: 0;
  }
}
.secBusiness__cardWrap {
  width: 100%;
  display: grid;
  grid-gap: 12px;
}
@media screen and (min-width: 768px) {
  .secBusiness__cardWrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.secBusiness__card {
  padding: 20px 13px;
  background-color: #fff;
  border: 1px solid var(--main);
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 10px;
}
.secBusiness__card_ttl {
  width: 100%;
  font-size: 128.57%;
  font-weight: 700;
}
.secBusiness__card_txt {
  width: 100%;
}
.secBusiness__card_img {
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .secBusiness__card {
    padding: 32px 25px;
    grid-gap: 20px;
  }
  .secBusiness__card_ttl {
    font-size: 125%;
  }
  .secBusiness__card_img {
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .secBusiness__card {
    padding: 37px 32px;
  }
}

.secVision {
  padding: 30px 0 100px;
  background: url(../img/vision_bg-sp.jpg) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .secVision {
    padding: 55px 0 80px;
    background-image: url(../img/vision_bg-pc.jpg);
  }
}
@media screen and (min-width: 1024px) {
  .secVision {
    padding: 75px 0 100px;
  }
}
.secVision__ttl {
  width: 220px;
  height: 120px;
  background: url(../img/vision_ttlbg.png) center/contain no-repeat;
  color: #fff;
  justify-content: center;
  grid-gap: 0;
}
.secVision__ttl::before {
  display: none;
}
.secVision__ttl_jp {
  font-size: 100%;
  font-weight: 600;
  --ls: 0.03em;
  transform: translateY(0.2143em);
}
.secVision__ttl_en {
  font-size: 171.43%;
}
@media screen and (min-width: 768px) {
  .secVision__ttl {
    width: 280px;
    margin-bottom: 32px;
  }
  .secVision__ttl_jp {
    padding-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .secVision__ttl {
    margin-left: -55px;
  }
}
.secVision__row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 20px;
}
.secVision__row_ttl {
  padding-left: 0.4688em;
  color: #FFF;
  font-size: 228.57%;
  font-weight: 700;
  font-style: italic;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  --lh: 1.4;
}
.secVision__row_txtWrap {
  width: 100%;
  padding: 20px 15px;
  background-color: rgba(255, 255, 255, 0.84);
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 20px;
}
.secVision__row_txtWrap .name {
  padding-left: 12px;
  margin-top: 10px;
  border-left: 3px solid #FC5D00;
  font-size: 92.86%;
}
.secVision__row_txtWrap .name strong {
  font-size: 123.08%;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .secVision__row {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    grid-gap: 30px;
  }
  .secVision__row_ttl {
    flex-shrink: 0;
  }
  .secVision__row_txtWrap {
    width: auto;
    max-width: 571px;
    padding: 30px 20px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .secVision__row {
    align-items: center;
    grid-gap: 40px;
  }
  .secVision__row_ttl {
    font-size: 325%;
  }
  .secVision__row_txtWrap {
    padding: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .secVision__row {
    padding: 0 30px 0 60px;
  }
  .secVision__row_ttl {
    font-size: 350%;
  }
  .secVision__row_txtWrap {
    padding: 30px 42px;
  }
}

.secJob {
  padding: 80px 0 50px;
}
@media screen and (min-width: 768px) {
  .secJob {
    padding: 95px 0 50px;
  }
}
.secJob__ttl {
  margin-bottom: 30px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .secJob__ttl {
    margin-bottom: 35px;
  }
}
.secJob__subTtl {
  margin-bottom: 20px;
  font-size: 114.29%;
  font-weight: 700;
  text-align: center;
  --lh: 1.5;
}
@media screen and (min-width: 768px) {
  .secJob__subTtl {
    font-size: 125%;
  }
}
.secJob__txt {
  padding: 0 10px;
  margin-bottom: 30px;
  --lh: 1.8;
}
@media screen and (min-width: 768px) {
  .secJob__txt {
    margin-bottom: 40px;
    --lh: 1.7;
    text-align: center;
  }
}
.secJob__flow {
  width: calc(100% + 32px);
  margin: 0 -16px;
  display: grid;
  grid-gap: 12px;
  counter-reset: job_flow_list 0;
}
.secJob__flow .flowItem {
  width: 100%;
  background-color: #fff;
  display: flex;
}
.secJob__flow .flowItem__img {
  width: 132px;
  flex-shrink: 0;
}
.secJob__flow .flowItem__txtWrap {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  box-shadow: 3px 4px 9px 2px rgba(0, 0, 0, 0.08);
}
.secJob__flow .flowItem__txtWrap_ttl {
  margin-bottom: 10px;
  font-size: 128.57%;
  font-weight: 700;
  --ls: 0.06em;
  --lh: 1.5;
  display: flex;
  align-items: center;
}
.secJob__flow .flowItem__txtWrap_ttl::before {
  content: "";
  width: 68px;
  height: 39px;
  background: url(../img/job_flow_step.png) center/contain no-repeat;
  display: block;
  flex-shrink: 0;
}
.secJob__flow .flowItem__txtWrap_ttl::after {
  counter-increment: job_flow_list 1;
  content: counter(job_flow_list, decimal-leading-zero);
  color: var(--main);
  font-size: 177.78%;
  font-weight: 500;
  font-family: var(--en);
  --ls: 0;
  flex-shrink: 0;
}
.secJob__flow .flowItem__txtWrap_ttl > span {
  margin-left: 13px;
  display: block;
  order: 1;
}
.secJob__flow .flowItem__txtWrap_txt {
  padding: 0 6px 0 14px;
  border-left: 1px solid var(--main);
}
.secJob__flow .flowItem--point .flowItem__txtWrap {
  background: linear-gradient(180deg, #FF5645 0%, #E99708 100%);
  color: #fff;
}
.secJob__flow .flowItem--point .flowItem__txtWrap_ttl {
  margin: 8px 0 15px;
}
.secJob__flow .flowItem--point .flowItem__txtWrap_ttl::before, .secJob__flow .flowItem--point .flowItem__txtWrap_ttl::after {
  display: none;
}
.secJob__flow .flowItem--point .flowItem__txtWrap_ttl > span {
  margin-left: 0;
}
.secJob__flow .flowItem--point .flowItem__txtWrap_txt {
  padding: 0 0 0 14px;
  border-left-color: #fff;
  font-weight: 700;
  --ls: -0.01em;
  --lh: 1.4;
}
@media screen and (min-width: 632px) {
  .secJob__flow {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .secJob__flow {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
  }
  .secJob__flow .flowItem {
    width: calc((100% - 20px) / 2);
    box-shadow: 3px 4px 9px 2px rgba(0, 0, 0, 0.08);
    display: block;
  }
  .secJob__flow .flowItem__img {
    width: 100%;
    padding-top: 50.6993%;
  }
  .secJob__flow .flowItem__txtWrap {
    padding: 16px;
    box-shadow: none;
    position: relative;
    z-index: 1;
  }
  .secJob__flow .flowItem__txtWrap_ttl {
    margin-bottom: 5px;
    font-size: 112.5%;
  }
  .secJob__flow .flowItem__txtWrap_ttl::after {
    font-size: 200%;
  }
  .secJob__flow .flowItem__txtWrap_txt {
    padding: 0 6px 0 14px;
    border-left: 1px solid var(--main);
    font-size: 87.5%;
  }
  .secJob__flow .flowItem--point {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .secJob__flow .flowItem--point .flowItem__txtWrap {
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .secJob__flow {
    flex-wrap: nowrap;
    grid-gap: 10px;
  }
  .secJob__flow .flowItem {
    width: calc((100% - 10px) / 4);
  }
  .secJob__flow .flowItem--point {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .secJob__flow .flowItem--point {
    margin-left: 28px;
  }
}

.secWelfare {
  padding: 50px 0 60px;
}
@media screen and (min-width: 768px) {
  .secWelfare {
    padding: 5px 0 95px;
  }
}
.secWelfare__ttl {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .secWelfare__ttl {
    margin-bottom: 18px;
  }
}
.secWelfare__row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 30px;
}
@media screen and (min-width: 768px) {
  .secWelfare__row {
    flex-direction: row;
    justify-content: space-between;
  }
}
.secWelfare__txtWrap {
  width: 100%;
  --lh: 1.7;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 16px;
}
@media screen and (min-width: 768px) {
  .secWelfare__txtWrap {
    width: auto;
  }
}
.secWelfare__img {
  width: 100%;
  max-width: 400px;
  align-self: flex-end;
}
@media screen and (min-width: 768px) {
  .secWelfare__img {
    width: 41.2%;
    max-width: 100%;
    flex-shrink: 0;
    align-self: center;
  }
}

.secMessage {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .secMessage {
    padding: 80px 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .secMessage {
    padding: 95px 0;
  }
}
.secMessage__ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .secMessage__ttl {
    margin-bottom: 50px;
    justify-content: center;
  }
}
.secMessage__row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 28px;
}
@media screen and (min-width: 768px) {
  .secMessage__row {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    grid-gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .secMessage__row {
    grid-gap: 60px;
    align-items: center;
  }
}
.secMessage__txtWrap {
  width: 100%;
  --lh: 1.5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 22px;
}
.secMessage__txtWrap_ttl {
  margin-bottom: 2px;
  font-size: 142.86%;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.secMessage__txtWrap_ttl > span {
  border-bottom: 1px solid #FFB941;
}
@media screen and (min-width: 768px) {
  .secMessage__txtWrap {
    width: auto;
    max-width: 635px;
  }
  .secMessage__txtWrap_ttl {
    margin-bottom: 25px;
    font-size: 200%;
  }
}
@media screen and (min-width: 1200px) {
  .secMessage__txtWrap {
    padding-left: min(50vw - 500px, 100px);
  }
}
.secMessage__img {
  width: 100%;
  max-width: 283px;
}
.secMessage__img_txt {
  width: 100%;
  max-width: 283px;
  height: 60px;
  margin: 16px auto 0;
  background: linear-gradient(90deg, #FF5645 0%, #FFB941 101.95%);
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
}
.secMessage__img_txt strong {
  font-size: 142.86%;
}
@media screen and (min-width: 768px) {
  .secMessage__img {
    width: 39%;
    max-width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1200px) {
  .secMessage__img {
    padding: 0 26px;
  }
}

.secInterview {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .secInterview {
    padding: 75px 0;
  }
}
@media screen and (min-width: 1024px) {
  .secInterview {
    padding: 95px 0;
  }
}
.secInterview__ttl {
  margin-bottom: 35px;
  flex-wrap: wrap;
  justify-content: center;
}
.secInterview__ttl_en {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .secInterview__ttl {
    margin-bottom: 60px;
    justify-content: center;
  }
}
.secInterview__nav {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secInterview__nav_list {
  padding: 6px 15px;
  background-color: #E0E0E0;
  border-radius: 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 18px;
  position: relative;
}
.secInterview__nav_list::before {
  content: "";
  width: 85px;
  height: 30px;
  background-color: #3F3F3F;
  border-radius: 100px;
  box-shadow: 2px 1px 3px 0 rgba(0, 0, 0, 0.21);
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  transition: var(--speed);
}
.secInterview__nav_list:has(li:nth-child(2) a.current)::before {
  transform: translate(100%, -50%);
}
.secInterview__nav_list li {
  position: relative;
  z-index: 1;
}
.secInterview__nav_list a {
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
}
.secInterview__nav_list a span {
  font-size: 160%;
}
.secInterview__nav_list a:hover {
  text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.21);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .secInterview__nav {
    margin-bottom: 40px;
  }
  .secInterview__nav_list {
    padding: 12px 30px;
    grid-gap: 50px;
  }
  .secInterview__nav_list::before {
    width: 132px;
    height: 44px;
  }
  .secInterview__nav_list a {
    font-size: 14px;
  }
  .secInterview__nav_list a span {
    font-size: 114.29%;
  }
}
.secInterview__tabWrap {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.secInterview .tabItem {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  opacity: 1;
  transition: var(--speed);
}
.secInterview .tabItem#interview01 {
  padding-right: 16px;
  margin-left: -100%;
}
@media screen and (min-width: 632px) {
  .secInterview .tabItem#interview01 {
    padding-right: calc(50vw - 300px);
  }
}
@media screen and (min-width: 768px) {
  .secInterview .tabItem#interview01 {
    padding-right: 20px;
  }
}
.secInterview .tabItem#interview01.current {
  padding-right: 0;
  margin-left: 0;
}
.secInterview .tabItem#interview02 {
  padding-left: 16px;
  margin-right: -100%;
}
@media screen and (min-width: 632px) {
  .secInterview .tabItem#interview02 {
    padding-left: calc(50vw - 300px);
  }
}
@media screen and (min-width: 768px) {
  .secInterview .tabItem#interview02 {
    padding-left: 20px;
  }
}
.secInterview .tabItem#interview02.current {
  padding-left: 0;
  margin-right: 0;
}
.secInterview .tabItem__row {
  display: contents;
}
@media screen and (min-width: 768px) {
  .secInterview .tabItem__row {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    grid-gap: 30px;
  }
  .secInterview .tabItem__row .tabItem__txtWrap {
    width: 55%;
    grid-gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .secInterview .tabItem__row {
    align-items: center;
    grid-gap: 40px;
  }
  .secInterview .tabItem__row .tabItem__txtWrap {
    width: 52%;
    grid-gap: 40px;
  }
}
.secInterview .tabItem__imgWrap {
  width: 100%;
  max-width: 260px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .secInterview .tabItem__imgWrap {
    width: 41.5%;
    max-width: 100%;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
.secInterview .tabItem__img {
  width: 100%;
  padding-top: min(121.8391%, 318px);
}
@media screen and (min-width: 768px) {
  .secInterview .tabItem__img {
    padding-top: 109.1566%;
  }
}
.secInterview .tabItem__profile {
  width: calc(100% - 24px);
  padding: 12px 20px;
  background: linear-gradient(90deg, #FF5645 0%, #FFB941 101.95%);
  color: #fff;
  font-size: 85.71%;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 4px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.secInterview .tabItem__profile p:has(strong) {
  font-size: 125%;
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  grid-gap: 12px;
}
.secInterview .tabItem__profile p:has(strong) strong {
  font-size: 133.33%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .secInterview .tabItem__profile {
    width: auto;
    min-width: 282px;
    padding: 6px 20px;
    font-size: 75%;
    white-space: nowrap;
  }
  .secInterview .tabItem__profile p:has(strong) strong {
    font-size: 160%;
  }
}
.secInterview .tabItem__hideBlk {
  width: 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: var(--speed);
}
.secInterview .tabItem__hideBlk.open {
  max-height: 10000px;
  padding-top: 20px;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .secInterview .tabItem__hideBlk.open {
    padding-top: 45px;
  }
}
.secInterview .tabItem__btn {
  padding: 15px 40px;
  margin-top: 30px;
  background-color: #FFF;
  border: 1px solid #797979;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  transition: var(--speed);
}
.secInterview .tabItem__btn::after {
  content: "";
  width: 21px;
  height: 21px;
  background: var(--ac) url('data:image/svg+xml;charset=utf8,<svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.144531 6.32422L4.49805 1.9707L8.85156 6.32422L8.14453 7.03125L4.49805 3.38477L0.851562 7.03125L0.144531 6.32422Z" fill="%23fff"/></svg>') center/10px no-repeat;
  border-radius: 50%;
  flex-shrink: 0;
  transform: rotate(180deg);
  transition: var(--speed);
}
.secInterview .tabItem__btn > span::after {
  content: "開く";
}
.secInterview .tabItem__btn:hover {
  background-color: #797979;
  color: #fff;
}
.secInterview .tabItem__btn.open::after {
  transform: rotate(0deg);
}
.secInterview .tabItem__btn.open > span::after {
  content: "閉じる";
}
@media screen and (min-width: 768px) {
  .secInterview .tabItem__btn {
    margin-top: 50px;
  }
}
.secInterview .tabItem__txtWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 20px;
}
.secInterview .tabItem__txtWrap_ttl {
  font-size: 142.86%;
  font-weight: 700;
  white-space: nowrap;
  --lh: 1.5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.secInterview .tabItem__txtWrap_ttl > span {
  border-bottom: 1px solid #FFB941;
}
.secInterview .tabItem__txtWrap_txtBox {
  width: 100%;
  padding: 20px 15px;
  background-color: #F9F9F9;
  --lh: 1.7;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 10px;
}
.secInterview .tabItem__txtWrap_txtBox_ttl {
  font-size: 114.29%;
  font-weight: 500;
  --ls: 0;
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
.secInterview .tabItem__txtWrap_txtBox_ttl::before {
  content: "";
  width: 32px;
  height: 18px;
  background: url(../img/interview_ttlbg.png) center/contain no-repeat;
  display: block;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .secInterview .tabItem__txtWrap {
    font-size: 87.5%;
    align-items: flex-start;
    grid-gap: 35px;
  }
  .secInterview .tabItem__txtWrap_ttl {
    font-size: 175%;
  }
  .secInterview .tabItem__txtWrap_txtBox {
    padding: 24px 20px;
    font-size: 87.5%;
    grid-gap: 18px;
  }
  .secInterview .tabItem__txtWrap_txtBox_ttl {
    font-size: 142.86%;
    grid-gap: 15px;
  }
  .secInterview .tabItem__txtWrap_txtBox_ttl::before {
    width: 49px;
    height: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .secInterview .tabItem__txtWrap {
    font-size: 100%;
    grid-gap: 50px;
  }
  .secInterview .tabItem__txtWrap_ttl {
    font-size: 200%;
  }
}
.secInterview .tabItem__schedule {
  width: calc(100% + 32px);
  padding: 34px 16px 20px;
  margin: 30px -16px 0;
}
.secInterview .tabItem__schedule_ttl {
  font-size: 114.29%;
  font-weight: 500;
  --ls: 0.1em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.secInterview .tabItem__schedule_ttl .en {
  font-size: 87.5%;
  font-weight: 600;
  --ls: 0.03em;
}
.secInterview .tabItem__schedule_scheduleWrap {
  width: calc(100% + 16px);
  padding: 38px 0 48px;
  margin: -20px 0 0;
  overflow-x: scroll;
  position: relative;
  scrollbar-color: #FF5645 #fff;
  scrollbar-width: thin;
}
.secInterview .tabItem__schedule_scheduleWrap::-webkit-scrollbar {
  height: 10px;
}
.secInterview .tabItem__schedule_scheduleWrap::-webkit-scrollbar-track {
  background: #fff;
  box-shadow: inset 0 0 0 1px #797979;
  border-radius: 20px;
}
.secInterview .tabItem__schedule_scheduleWrap::-webkit-scrollbar-track-piece {
  background: #fff;
}
.secInterview .tabItem__schedule_scheduleWrap::-webkit-scrollbar-thumb {
  background-color: #FF5645;
  background-clip: padding-box;
  border: 2.5px solid transparent;
  border-radius: 10px;
}
.secInterview .tabItem__schedule_scheduleWrap_img--01 {
  width: 980px;
  max-width: 980px;
}
.secInterview .tabItem__schedule_scheduleWrap_img--02 {
  width: 950px;
  max-width: 950px;
}
.secInterview .tabItem__schedule_scheduleWrap_txt {
  font-size: 85.71%;
  font-weight: 600;
  --ls: 0.03em;
  position: absolute;
  top: 0;
  right: 16px;
  transform: translate(0%, 0%);
}
@media screen and (min-width: 768px) {
  .secInterview .tabItem__schedule {
    width: 100%;
    padding: 40px;
    margin: 55px 0 0;
  }
  .secInterview .tabItem__schedule_ttl {
    font-size: 125%;
    flex-direction: row;
    align-items: flex-end;
    grid-gap: 10px;
  }
  .secInterview .tabItem__schedule_ttl .en {
    font-size: 70%;
  }
  .secInterview .tabItem__schedule_scheduleWrap {
    width: 100%;
    padding: 50px 0 30px;
    margin: -22px 0 1;
  }
  .secInterview .tabItem__schedule_scheduleWrap::-webkit-scrollbar {
    height: 18px;
  }
  .secInterview .tabItem__schedule_scheduleWrap_img--01 {
    width: 1668px;
    max-width: 1668px;
  }
  .secInterview .tabItem__schedule_scheduleWrap_img--02 {
    width: 2147px;
    max-width: 2147px;
  }
  .secInterview .tabItem__schedule_scheduleWrap_txt {
    font-size: 85.71%;
    font-weight: 600;
    --ls: 0.03em;
    position: absolute;
    top: 0;
    right: 16px;
    transform: translate(0%, 0%);
  }
}
@media screen and (min-width: 1024px) {
  .secInterview .tabItem__schedule {
    padding: 60px;
  }
}
.secInterview .tabItem__hobby {
  width: calc(100% + 32px);
  padding: 28px 16px 30px;
  margin: 0 -16px;
}
.secInterview .tabItem__hobby_ttl {
  margin-bottom: 18px;
  font-size: 114.29%;
  font-weight: 500;
  --ls: 0.1em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.secInterview .tabItem__hobby_ttl .en {
  font-size: 87.5%;
  font-weight: 600;
  --ls: 0.03em;
}
.secInterview .tabItem__hobby_row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 10px;
}
.secInterview .tabItem__hobby_txtWrap {
  width: 100%;
  --lh: 1.7;
}
.secInterview .tabItem__hobby_img {
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .secInterview .tabItem__hobby {
    width: 100%;
    padding: 10px 40px 40px;
    margin: 0;
  }
  .secInterview .tabItem__hobby_ttl {
    font-size: 125%;
    flex-direction: row;
    align-items: flex-end;
    grid-gap: 10px;
  }
  .secInterview .tabItem__hobby_ttl .en {
    font-size: 70%;
  }
  .secInterview .tabItem__hobby_row {
    flex-direction: row-reverse;
    align-items: center;
    grid-gap: 40px;
  }
  .secInterview .tabItem__hobby_txtWrap {
    font-size: 87.5%;
  }
  .secInterview .tabItem__hobby_img {
    width: 33.4091%;
    max-width: 294px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .secInterview .tabItem__hobby {
    padding: 10px 60px 60px;
  }
}

.secBenefit {
  padding: 60px 0 60px;
}
@media screen and (min-width: 768px) {
  .secBenefit {
    padding: 80px 0 65px;
  }
}
@media screen and (min-width: 1024px) {
  .secBenefit {
    padding: 95px 0 65px;
  }
}
.secBenefit__ttl {
  margin-bottom: 30px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .secBenefit__ttl {
    margin-bottom: 35px;
  }
}
.secBenefit__txt {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .secBenefit__txt {
    margin-bottom: 30px;
  }
}
.secBenefit__benefitList {
  width: 100%;
  margin-bottom: 20px;
  display: grid;
  grid-gap: 10px;
}
.secBenefit__benefitList .listItem {
  padding: 16px 10px;
  background-color: #fff;
  box-shadow: 3px 4px 9px 2px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.secBenefit__benefitList .listItem__img {
  width: 77px;
  flex-shrink: 0;
}
.secBenefit__benefitList .listItem__txtWrap {
  width: 100%;
  --lh: 1.6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 10px;
}
.secBenefit__benefitList .listItem__txtWrap_ttl {
  font-size: 114.29%;
  font-weight: 700;
  --lh: 1.5;
}
@media screen and (min-width: 768px) {
  .secBenefit__benefitList {
    max-width: 500px;
    margin: 0 auto 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .secBenefit__benefitList .listItem {
    padding: 20px;
    font-size: 87.5%;
    flex-direction: column;
  }
  .secBenefit__benefitList .listItem__img {
    width: 125px;
  }
  .secBenefit__benefitList .listItem__txtWrap_ttl {
    font-size: 112.5%;
  }
}
@media screen and (min-width: 1024px) {
  .secBenefit__benefitList {
    max-width: 100%;
    margin: 0 0 40px;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .secBenefit__benefitList {
    grid-gap: 20px;
  }
  .secBenefit__benefitList .listItem {
    padding: 20px 30px;
    font-size: 100%;
  }
}
.secBenefit__box {
  width: 100%;
  padding: 20px 12px;
  background-color: #fff;
  border: 1px solid var(--main);
}
.secBenefit__box_list {
  width: 100%;
  display: grid;
  grid-gap: 10px;
}
.secBenefit__box_list li {
  padding-left: 20px;
  --ls: 0.03em;
  --lh: 1.214;
  display: flex;
  align-items: center;
  position: relative;
}
.secBenefit__box_list li::before {
  content: "";
  width: 9px;
  height: 9px;
  background: linear-gradient(180deg, #FF5645 0%, #FFB941 100%);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .secBenefit__box {
    padding: 35px 15px;
  }
  .secBenefit__box_list {
    max-width: 1034px;
    margin: 0 auto;
    font-size: 87.5%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(8, auto);
    grid-auto-flow: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .secBenefit__box_list {
    grid-template-columns: auto auto;
  }
}
@media screen and (min-width: 1200px) {
  .secBenefit__box_list {
    font-size: 100%;
  }
}

.secTraining {
  padding: 15px 0 80px;
}
@media screen and (min-width: 768px) {
  .secTraining {
    padding: 30px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .secTraining {
    padding: 50px 0 120px;
  }
}
.secTraining__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 30px;
}
@media screen and (min-width: 768px) {
  .secTraining__inner {
    flex-direction: row;
    align-items: flex-start;
    grid-gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .secTraining__inner {
    grid-gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .secTraining__inner {
    grid-gap: 90px;
  }
}
.secTraining__ttl {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .secTraining__ttl {
    margin-bottom: 16px;
  }
}
.secTraining__txtWrap {
  width: 100%;
  --lh: 1.7;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 10px;
}
.secTraining__txtWrap p {
  --ls: -0.02em;
}
@media screen and (min-width: 768px) {
  .secTraining__txtWrap {
    grid-gap: 18px;
  }
}
.secTraining__img {
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .secTraining__img {
    width: 40%;
    max-width: 100%;
    padding-top: 50px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .secTraining__img {
    width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .secTraining__img {
    width: 50%;
  }
}

.secRequirements {
  padding: 30px 0;
  background: url(../img/requirements_bg-sp.jpg) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .secRequirements {
    padding: 50px 0;
    background-image: url(../img/requirements_bg-pc.jpg);
  }
}
@media screen and (min-width: 1024px) {
  .secRequirements {
    padding: 80px 0;
  }
}
.secRequirements__inner {
  padding: 30px 12px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .secRequirements__inner {
    padding: 55px 30px;
  }
}
.secRequirements__ttl {
  margin-bottom: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.secRequirements__ttl_jp {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .secRequirements__ttl {
    margin-bottom: 24px;
    justify-content: center;
  }
  .secRequirements__ttl_jp {
    padding-top: 0;
  }
}
.secRequirements__table {
  width: 100%;
}
.secRequirements__table th {
  color: var(--main);
  font-weight: 700;
  --ls: 0.03em;
}
.secRequirements__table td {
  --lh: 1.3;
  position: relative;
}
.secRequirements__table td::after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #FFB941 0%, #FF5645 100%);
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .secRequirements__table th, .secRequirements__table td {
    display: block;
  }
  .secRequirements__table th {
    padding: 8px 0 5px;
    font-size: 114.29%;
  }
  .secRequirements__table td {
    padding: 0 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .secRequirements__table {
    max-width: 875px;
    margin: 0 auto;
  }
  .secRequirements__table th, .secRequirements__table td {
    vertical-align: middle;
  }
  .secRequirements__table th {
    width: 150px;
    padding: 30px 0 15px;
    font-size: 112.5%;
  }
  .secRequirements__table td {
    padding: 30px 0 15px;
  }
  .secRequirements__table td::after {
    width: calc(100% + 150px);
  }
}
@media screen and (min-width: 1024px) {
  .secRequirements__table th {
    width: 195px;
  }
  .secRequirements__table td::after {
    width: calc(100% + 195px);
  }
}

.secCompany {
  padding: 80px 0 60px;
}
@media screen and (min-width: 768px) {
  .secCompany {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .secCompany {
    padding: 100px 0;
  }
}
.secCompany__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 35px;
}
@media screen and (min-width: 768px) {
  .secCompany__inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    grid-gap: 40px;
  }
}
.secCompany__txtWrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .secCompany__txtWrap {
    max-width: 500px;
  }
}
.secCompany__ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .secCompany__ttl_en {
    font-size: 350%;
  }
}
.secCompany__table {
  width: 100%;
}
.secCompany__table th, .secCompany__table td {
  padding: 10px 14px;
  --lh: 1.4;
  vertical-align: middle;
}
.secCompany__table th {
  width: 77px;
  padding-right: 0;
  font-weight: 400;
  white-space: nowrap;
}
.secCompany__table tr:nth-child(odd) th, .secCompany__table tr:nth-child(odd) td {
  background-color: #fff;
}
.secCompany__table tr:nth-child(even) th, .secCompany__table tr:nth-child(even) td {
  background-color: #EFEFEF;
}
@media screen and (min-width: 768px) {
  .secCompany__table {
    font-size: 87.5%;
  }
  .secCompany__table th, .secCompany__table td {
    padding: 12px 24px;
  }
  .secCompany__table th {
    width: 95px;
    padding-left: 34px;
    padding-right: 0;
  }
}
.secCompany__img {
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .secCompany__img {
    width: 35%;
    padding-top: 50px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .secCompany__img {
    width: 41.2%;
    max-width: 412px;
  }
}

.secEntry {
  padding: 60px 0 95px;
}
@media screen and (min-width: 768px) {
  .secEntry {
    padding: 75px 0 100px;
  }
}
.secEntry__ttl {
  margin-bottom: 25px;
  flex-wrap: wrap;
  justify-content: center;
}
.secEntry__ttl_jp {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .secEntry__ttl {
    margin-bottom: 40px;
    justify-content: center;
  }
  .secEntry__ttl_jp {
    padding-top: 0;
  }
}
.secEntry__txt {
  margin-bottom: 20px;
  font-size: 128.57%;
  font-weight: 700;
  --lh: 1.7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .secEntry__txt {
    font-size: 150%;
  }
}
.secEntry__box {
  width: 100%;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid var(--main);
  font-size: 85.71%;
}
.secEntry__box_list {
  display: grid;
  grid-gap: 10px;
}
.secEntry__box_list > li {
  padding-left: 20px;
  --ls: 0.04em;
  --lh: 1.25;
  position: relative;
}
.secEntry__box_list > li::before {
  content: "";
  width: 9px;
  height: 9px;
  background: linear-gradient(180deg, #FF5645 0%, #FFB941 100%);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .secEntry__box {
    padding: 30px 25px;
    margin-bottom: 60px;
    font-size: 75%;
  }
  .secEntry__box > li {
    padding-left: 30px;
  }
}
.secEntry__form {
  width: 100%;
}
.secEntry__form .inputWrap:not(:last-child) {
  margin-bottom: 20.5px;
}
.secEntry__form .inputWrap__label {
  margin-bottom: 11px;
  font-size: 114.29%;
  font-weight: 500;
  --lh: 24px;
  display: block;
}
.secEntry__form .inputWrap__label .required {
  padding: 0 8px;
  margin-right: 20px;
  background-color: var(--main);
  border-radius: 5px;
  color: #fff;
  font-size: 85.71%;
  font-weight: 500;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .secEntry__form .inputWrap__label {
    font-size: 100%;
  }
  .secEntry__form .inputWrap__label .required {
    font-size: 75%;
  }
}
.secEntry__form .inputWrap input[type=text], .secEntry__form .inputWrap input[type=tel], .secEntry__form .inputWrap input[type=email], .secEntry__form .inputWrap textarea {
  width: 100%;
  height: 45px;
  padding: 15px 12px;
  background-color: #F9F9F9;
  border: 1px solid #727272;
  border-radius: 2px;
}
.secEntry__form .inputWrap input[type=text]::placeholder, .secEntry__form .inputWrap input[type=tel]::placeholder, .secEntry__form .inputWrap input[type=email]::placeholder, .secEntry__form .inputWrap textarea::placeholder {
  color: #A2A2A2;
}
@media screen and (min-width: 768px) {
  .secEntry__form .inputWrap input[type=text], .secEntry__form .inputWrap input[type=tel], .secEntry__form .inputWrap input[type=email], .secEntry__form .inputWrap textarea {
    font-size: 87.5%;
  }
}
.secEntry__form .inputWrap textarea {
  height: 220px;
}
.secEntry__form .inputWrap input[type=radio] {
  appearance: auto;
  flex-shrink: 0;
}
.secEntry__form .inputWrap .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
.secEntry__form .inputWrap .wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0;
}
.secEntry__form .inputWrap--policy {
  text-align: center;
}
.secEntry__form .inputWrap--policy p {
  display: contents;
}
.secEntry__form .inputWrap--policy .wpcf7-list-item {
  margin: 0;
}
.secEntry__form .inputWrap--policy label:has(input[type=checkbox]) {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.secEntry__form .inputWrap--policy input[type=checkbox] {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid var(--text);
  border-radius: 2px;
  display: inline-block;
  flex-shrink: 0;
}
.secEntry__form .inputWrap--policy input[type=checkbox]:checked {
  background: url('data:image/svg+xml;charset=utf8,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.6635 0.251789C12.0767 0.618201 12.1146 1.25023 11.7482 1.66346L4.79311 9.50729L0.251789 4.38568C-0.114623 3.97245 -0.0766688 3.34042 0.336563 2.97401C0.749795 2.6076 1.38182 2.64555 1.74823 3.05879L4.79311 6.49273L10.2518 0.336563C10.6182 -0.0766688 11.2502 -0.114623 11.6635 0.251789Z" fill="%23FF5645"/></svg>') center/10px no-repeat;
}
@media screen and (min-width: 768px) {
  .secEntry__form .inputWrap--policy {
    margin-top: 35px;
    font-size: 87.5%;
  }
}
.secEntry__form .btnWrap {
  width: 305px;
  height: 55px;
  margin: 35px auto 0;
  position: relative;
}
.secEntry__form .btnWrap::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M15.334 12.1289L15.7461 12.501L15.334 12.873L10.334 17.373L9.66406 16.6289L14.25 12.501L9.66406 8.37305L10.334 7.62891L15.334 12.1289Z" fill="%23CA0010"/></svg>') center/25px no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: calc(50% + 6.2em);
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.secEntry__form .btnWrap p {
  display: contents;
}
.secEntry__form .btnWrap input[type=submit] {
  width: 100%;
  height: 100%;
  padding-right: 25px;
  background-color: var(--ac);
  border: 1px solid var(--ac);
  color: #fff;
  font-size: 128.57%;
  font-weight: 700;
  --ls: 0.05em;
  --lh: 55px;
  text-align: center;
  transition: var(--speed);
}
.secEntry__form .btnWrap input[type=submit]:hover {
  background-color: #fff;
  color: var(--ac);
}
.secEntry__form .btnWrap .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 768px) {
  .secEntry__form .btnWrap {
    margin-top: 45px;
  }
  .secEntry__form .btnWrap input[type=submit] {
    font-size: 112.5%;
  }
}