.colorBlack {
  color: #2B2B2B;
}

.colorWhite {
  color: #ffffff;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  font-weight: 500;
}

body.navOn {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

body * {
  letter-spacing: 0.05em;
  line-height: 165%;
}

.bodyIn {
  overflow-x: hidden;
  overflow-y: clip;
  max-width: 100%;
}

#mainContent {
  max-width: 100%;
  overflow-x: hidden;
}

a {
  color: #2B2B2B;
}
.commonWidth {
  margin: 0 auto;
}

.inWidth {
  margin: 0 auto;
}

.noLink {
  opacity: 0.5;
  pointer-events: none;
  cursor: inherit;
}

.errorText {
  text-align: center;
}

.commonBackArea {
  border-top: solid 1px #2B2B2B;
  display: flex;
  justify-content: center;
}
.commonBackArea .commonButtonBack {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2B2B2B;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.commonBackArea .commonButtonBack .arrow {
  background: url(../images/icon_back_arrow.svg) center center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

@media only screen and (max-width: 767px) {
  .commonWidth {
    width: 90vw;
  }
  .commonWidthSp {
    width: 90vw;
    margin: 0 auto;
  }
  .inWidth {
    width: 86vw;
  }
  #pageContent {
    padding-top: 50px;
  }
  .contentArea {
    padding-bottom: 40px;
  }
  .errorText {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .commonBackArea {
    margin: 56px 0 0 0;
    padding: 32px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .commonWidth {
    width: min(90vw, 1200px);
  }
  .commonWidthPc {
    width: min(90vw, 1200px);
    margin: 0 auto;
  }
  .inWidth {
    width: min(86vw, 940px);
  }
  #pageContent {
    padding-top: 55px;
  }
  .contentArea {
    padding-bottom: 80px;
  }
  .errorText {
    font-size: clamp(14px, 1.67vw, 20px);
  }
  .commonBackArea {
    margin: 80px 0 0 0;
    padding: 40px 0 0 0;
  }
}
.commonBtnWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.commonBtnWrap .commonBtnPrepare {
  border: solid 1px #596ab0;
  color: #596ab0;
  font-weight: bold;
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .commonBtnWrap .commonBtnPrepare {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 8px 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .commonBtnWrap .commonBtnPrepare {
    font-size: 24px;
    padding: 8px 60px;
  }
}
.bottomApply {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
}
.bottomApply.on {
  opacity: 1;
  pointer-events: inherit;
}
.bottomApply .bottomBtn {
  display: block;
  text-align: center;
  background: #596ab0;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  width: calc(50% - 0.5px);
}

@media only screen and (max-width: 767px) {
  .bottomApply .bottomBtn {
    font-size: 12px;
    padding: 14px 0 10px 0;
    letter-spacing: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .bottomApply .bottomBtn {
    font-size: clamp(14px, 1.83vw, 22px);
    padding: 16px 0 12px 0;
  }
}
.secRelatedPro {
  background: #FFD1BE;
  color: #ffffff;
}
.secRelatedPro .secRelatedProIn .titleArea {
  font-weight: bold;
}
.secRelatedPro .secRelatedProIn .textArea .relatedCaption {
  font-weight: bold;
}
.secRelatedPro .secRelatedProIn .textArea .relatedDetail {
  font-weight: bold;
}
.secRelatedPro .btnWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.secRelatedPro .btnWrap .relatedBtn {
  font-weight: bold;
  color: #ffffff;
  border: solid 2px #ffffff;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .secRelatedPro {
    padding: 80px 0 64px 0;
  }
  .secRelatedPro .secRelatedProIn {
    padding: 0 0 40px 0;
  }
  .secRelatedPro .secRelatedProIn .titleArea {
    text-align: center;
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secRelatedPro .secRelatedProIn .textArea .relatedCaption {
    text-align: center;
    font-size: clamp(24px, 10.26vw, 40px);
    padding: 8px 0 16px 0;
  }
  .secRelatedPro .secRelatedProIn .textArea .relatedDetail {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secRelatedPro .btnWrap .relatedBtn {
    padding: 10px 20px;
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .secRelatedPro {
    padding: 100px 0 40px 0;
  }
  .secRelatedPro .secRelatedProIn {
    width: min(90%, 1100px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 40px 0;
  }
  .secRelatedPro .secRelatedProIn .titleArea {
    width: 18%;
    font-size: clamp(19px, 2.67vw, 32px);
    letter-spacing: 0;
  }
  .secRelatedPro .secRelatedProIn .textArea {
    width: 82%;
    padding: 4px 0 16px 4%;
    border-left: solid 2px #ffffff;
  }
  .secRelatedPro .secRelatedProIn .textArea .relatedCaption {
    font-size: 44px;
    padding: 0 0 32px 0;
  }
  .secRelatedPro .secRelatedProIn .textArea .relatedDetail {
    font-size: clamp(14px, 1.58vw, 19px);
  }
  .secRelatedPro .btnWrap .relatedBtn {
    padding: 16px 60px;
    font-size: clamp(14px, 1.83vw, 22px);
  }
}
.secContact .secContactIn .contactTitle {
  font-weight: bold;
}
.secContact .secContactIn .contactDetail {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .secContact {
    padding: 40px 0 40px 0;
  }
  .secContact .secContactIn .contactTitle {
    font-size: clamp(14px, 4.1vw, 16px);
    padding: 0 0 20px 0;
  }
  .secContact .secContactIn .contactDetail {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .secContact {
    padding: 60px 0 60px 0;
  }
  .secContact .secContactIn .contactTitle {
    font-size: 22px;
    padding: 0 0 24px 0;
  }
  .secContact .secContactIn .contactDetail {
    font-size: 18px;
  }
}
.commonCastNote {
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .commonCastNote {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .commonCastNote {
    font-size: 18px;
  }
}
.featherlight-loading * {
  background-color: transparent !important;
}

.featherlight-iframe .featherlight-content {
  max-width: 96%;
  aspect-ratio: 560/315;
}

.featherlight .featherlight-inner {
  max-width: 100%;
  height: 100%;
}/*# sourceMappingURL=common.css.map */