@charset "utf-8";

/*##### About #####*/
.boxAboutTopWrap {
  padding-top: 1.4em;
  padding-bottom: 5.8em;
}
@media all and (max-width: 750px){
  .boxAboutTopWrap {
    padding-top: 0.5em;
    padding-bottom: 2.5em;
  }
}

.boxAbout01Wrap {
  margin-bottom: 12.5em;
}
@media all and (max-width: 750px){
  .boxAbout01Wrap {
    margin-bottom: 8.0em;
  }
}

.boxAbout01 .ttl01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.7em;
}
@media all and (max-width: 750px){
  .boxAbout01 .ttl01 {
    position: relative;
    flex-direction: column;
    gap: 0;
    margin-bottom: 1.5em;
  }
}

.boxAbout01 .ttl01 .ttlEn {
  width: 7.38em;
  padding-top: 0.98em;
  border-top: 0.08em #51a5f8 solid;
  line-height: 1.34;
  letter-spacing: 0.065em;
  font-family: var(--base-font-en);
  font-size: 4.0rem;
  font-weight: 200;
  color: #0c8fe5;
}
@media all and (max-width: 750px){
  .boxAbout01 .ttl01 .ttlEn {
    width: 100%;
    padding-top: 0.4em;
    border-top: 0;
    font-size: 2.0rem;
  }
}

.boxAbout01 .ttl01 .ttlJa {
  flex: 1;
  padding-top: 2.35em;
  padding-left: 4.37em;
  border-top: 0.06em #c1b0a5 solid;
  letter-spacing: 0.12em;
  font-size: 2.43rem;
  font-weight: 700;
}
@media all and (max-width: 1300px){
  .boxAbout01 .ttl01 .ttlJa {
    padding-left: 1.1em;
  }
}
@media all and (max-width: 1200px){
  .boxAbout01 .ttl01 .ttlJa {
    padding-left: 0.7em;
    border-top: 0;
  }
}
@media all and (max-width: 750px){
  .boxAbout01 .ttl01 .ttlJa {
    padding-top: 0.06em;
    padding-left: 0;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
  }
}

@media all and (max-width: 750px){
  .boxAbout01 .ttl01:before,
  .boxAbout01 .ttl01:after {
    content: '';
    position: absolute;
  }
  .boxAbout01 .ttl01:before {
    top: 0;
    left: 0;
    width: 20%;
    border-top: 0.2em #51a5f8 solid;
  }
}

@media all and (max-width: 750px){
  .boxAbout01 .ttl01:after {
    top: 0.1em;
    left: 21%;
    width: calc(100% - 21%);
    border-top: 0.06em #c1b0a5 solid;
  }
}


.boxAbout01 .boxBaseCom {
  padding-left: 40.8em;
}
@media all and (max-width: 1300px){
  .boxAbout01 .boxBaseCom {
    padding-left: 33.0em;
  }
}
@media all and (max-width: 1200px){
  .boxAbout01 .boxBaseCom {
    padding-left: 31.8em;
  }
}
@media all and (max-width: 750px){
  .boxAbout01 .boxBaseCom {
    padding-left: 0;
  }
}

.boxAbout01 .boxBaseCom > p {
  margin-top: -1.8em;
  letter-spacing: 0.11em;
  line-height: 1.98;
  font-size: 1.8rem;
  color: #303030;
}
@media all and (max-width: 1400px){
  .boxAbout01 .boxBaseCom > p {
    margin-top: -2.0em;
    letter-spacing: 0.1em;
    font-size: 1.7rem;
  }
}
@media all and (max-width: 1200px){
  .boxAbout01 .boxBaseCom > p {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 750px){
  .boxAbout01 .boxBaseCom > p {
    margin-top: 0;
    line-height: 1.7;
    letter-spacing: 0.08em;
    font-size: 0.9rem;
  }
}

.boxAbout02Wrap {
  padding-bottom: 8.0em;
  background-color: #fef9e5;
}
@media all and (max-width: 750px){
  .boxAbout02Wrap {
    padding-bottom: 2.5em;
  }
}

.boxAbout02 .ttlBase04 {
  top: -5.35em;
  padding: 0 7.9em 0.95em 7.9em;
}
@media all and (max-width: 750px){
  .boxAbout02 .ttlBase04 {
    min-height: 6.0em;
    margin-bottom: -3.3em;
    padding: 0 1.8em 0.5em 2.5em;
    border-radius: 6.0em;
  }
}

.boxAbout02 .ttlBase04 .ttlEn {
  margin-right: 0.73em;
}
@media all and (max-width: 750px){
  .boxAbout02 .ttlBase04 .ttlEn {
    margin-right: 0.5em;
  }
}

.boxAbout02 .ttlBase04 .ttlEn:before {
  top: 0.7em;
}
@media all and (max-width: 750px){
  .boxAbout02 .ttlBase04 .ttlEn:before {
    top: 0.6em;
  }
}

.boxAbout02 .ttlBase04 .ttlJa {
  top: 0.22em;
  letter-spacing: 0.14em;
  font-size: 1.9rem;
}
@media all and (max-width: 750px){
  .boxAbout02 .ttlBase04 .ttlJa {
    top: auto;
    letter-spacing: 0.06em;
    font-size: 1.3rem;
  }
}

.boxAbout02 .boxCont01LR {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  --box-img-width: 35.6%;
}
@media all and (max-width: 750px){
  .boxAbout02 .boxCont01LR {
    display: block;
    --box-img-width: 100%;
  }
}

.boxAbout02 .boxCont01LR .boxImg {
  width: var(--box-img-width);
}
@media all and (max-width: 750px){
  .boxAbout02 .boxCont01LR .boxImg {
    text-align: center;
  }
}

.boxAbout02 .boxCont01LR .boxImg img {
  border-radius: 1.4em;
}
@media all and (max-width: 750px){
  .boxAbout02 .boxCont01LR .boxImg img {
    width: 70vw;
    border-radius: 1.0em;
  }
}

.boxAbout02 .boxCont01LR .boxTxt {
  width: calc(100% - var(--box-img-width));
  padding-left: 5.2%;
}
@media all and (max-width: 750px){
  .boxAbout02 .boxCont01LR .boxTxt {
    width: 100%;
    padding-top: 1.5em;
    padding-left: 0;
  }
}

.boxAbout02 .boxCont01LR .boxTxt .ttl02 {
  position: relative;
  top: -0.03em;
  margin-bottom: 1.88em;
  letter-spacing: 0.17em;
  font-size: 2.07rem;
  font-weight: 700;
  color: #0c8fe5;
}
@media all and (max-width: 750px){
  .boxAbout02 .boxCont01LR .boxTxt .ttl02 {
    top: 0;
    margin-bottom: 0.8em;
    letter-spacing: 0.08em;
    font-size: 1.3rem;
  }
}

.boxAbout02 .boxCont01LR .boxTxt .boxBaseCom.typeLarge > p {
  letter-spacing: 0.132em;
  color: #333;
}

.boxAbout02 .boxCont01LR .boxTxt .boxBaseCom.typeLarge > p + p {
  margin-top: 1.9em;
}

.boxAbout02 .boxCont01LR .boxTxt .boxBaseSign {
  margin-top: 5.8em;
}
@media all and (max-width: 750px){
  .boxAbout02 .boxCont01LR .boxTxt .boxBaseSign {
    margin-top: 1.8em;
  }
}

.boxAbout03Wrap {
  padding-top: 11.7em;
  padding-bottom: 9.2em;
}
@media all and (max-width: 750px){
  .boxAbout03Wrap {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

@media all and (max-width: 750px){
  .boxAbout03 .ttlBase03 {
    margin-bottom: 1.0em;
  }
}

.boxAbout03 .boxDlBase01Wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 7.2em;
}
@media all and (max-width: 750px){
  .boxAbout03 .boxDlBase01Wrap {
    display: block;
    margin-bottom: 2.2em;
  }
}

.boxAbout03 .boxDlBase01 {
  width: 48.5%;
  margin-right: calc(100% - 48.5% * 2);
}
.boxAbout03 .boxDlBase01:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 1420px){
  .boxAbout03 .boxDlBase01 {
    --dt-width: 180px;
  }
}
@media all and (max-width: 750px){
  .boxAbout03 .boxDlBase01 {
    --dt-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}

.boxAbout03 .dlBase01 > dd .boxAddress {
  margin-bottom: 0.35em;
}
@media all and (max-width: 750px){
  .boxAbout03 .dlBase01 > dd .boxAddress {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.boxAbout03 .dlBase01 > dd .dlTelno {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  letter-spacing: 0.04em;
}

.boxAbout03 .dlBase01 > dd .dlTelno > dt {
  position: relative;
  margin-right: 0.3em;
}

.boxAbout03 .dlBase01 > dd .dlTelno > dt:after {
  content: '.';
}

.boxAbout03 .dlBase01 > dd .dlTelno > dd {
  position: relative;
  top: 0.02em;
  font-family: var(--base-font-en);
  letter-spacing: 0.08em;
}
@media all and (max-width: 750px){
  .boxAbout03 .dlBase01 > dd .dlTelno > dd {
    top: 0.15em;
  }
}

.boxAbout03 .dlBase01 > dd .dl01 {
  margin-bottom: 1.07em;
}
.boxAbout03 .dlBase01 > dd .dl01:last-child {
  margin-bottom: 0;
}

.boxAbout03 .dlBase01 > dd .dl01 > dt {
  margin-bottom: 0.18em;
}

.boxAbout03 .dlBase01 > dd .dl01 > dd {
  line-height: 1.75;
}
@media all and (max-width: 750px){
  .boxAbout03 .dlBase01 > dd .dl01 > dd {
    line-height: 1.65;
  }
}

.boxAbout03 .dlBase01 > dd .ul01 > li {
  margin-bottom: 0.5em;
  font-size: 1.13rem;
}
.boxAbout03 .dlBase01 > dd .ul01 > li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 750px){
  .boxAbout03 .dlBase01 > dd .ul01 > li {
    font-size: 0.9rem;
  }
}

.boxAbout03 .boxAboutMap iframe {
  width: 100%;
  height: 480px;
  border-radius: 2.2em;
}
@media all and (max-width: 750px){
  .boxAbout03 .boxAboutMap iframe {
    height: 70vw;
    border-radius: 1.0em;
  }
}

.boxAbout04Wrap {
  padding-top: 6.96em;
  padding-bottom: 8.0em;
  background-color: #0b85da;
}
@media all and (max-width: 750px){
  .boxAbout04Wrap {
    padding-top: 2.5em;
    padding-bottom: 3.0em;
  }
}

.boxAbout04 .boxCont01F {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .boxAbout04 .boxCont01F {
    display: block;
  }
}

.boxAbout04 .boxCont01FOne {
  display: flex;
  justify-content: flex-start;
  width: 48.5%;
  margin-right: calc(100% - 48.5% * 2);
  margin-bottom: 2.15em;
}
.boxAbout04 .boxCont01FOne:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .boxAbout04 .boxCont01FOne {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.0em;
  }
  .boxAbout04 .boxCont01FOne:last-child {
    margin-bottom: 0;
  }
}

.boxAbout04 .boxCont01FOne .boxImg {
  width: 39%;
}
@media all and (max-width: 750px){
  .boxAbout04 .boxCont01FOne .boxImg {
    width: 100%;
    text-align: center;
  }
}

.boxAbout04 .boxCont01FOne .boxImg img {
  border-radius: 1.4em;
}
@media all and (max-width: 750px){
  .boxAbout04 .boxCont01FOne .boxImg img {
    width: 100%;
    border-radius: 1.0em;
  }
}

.boxAbout04 .boxCont01FOne .boxTxt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% - 39%);
  padding: 0.8em 0 0.9em 4.5%;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxAbout04 .boxCont01FOne .boxTxt {
    width: 100%;
    padding: 0.9em 0 0 0;
  }
  .boxAbout04 .boxCont01FOne:last-child .boxTxt {
    padding-bottom: 0;
  }
}

.boxAbout04 .boxCont01FOne .boxTxt:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 93%;
  height: 1px;
  background-color: #fff;
}
@media all and (max-width: 750px){
  .boxAbout04 .boxCont01FOne .boxTxt:after {
    content: none;
  }
  .boxAbout04 .boxCont01FOne:last-child .boxTxt:after {
    content: none;
  }
}

.boxAbout04 .boxCont01FOne .boxTxt .ttl01 {
  position: relative;
  margin-bottom: 1.35em;
  padding-left: 1.56em;
  letter-spacing: 0.11em;
  font-size: 1.5rem;
  font-weight: 600;
}
@media all and (max-width: 1180px){
  .boxAbout04 .boxCont01FOne .boxTxt .ttl01 {
    padding-left: 1.3em;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 750px){
  .boxAbout04 .boxCont01FOne .boxTxt .ttl01 {
    margin-bottom: 0.5em;
    padding-left: 1.1em;
    font-size: 1.3rem;
  }
}

.boxAbout04 .boxCont01FOne .boxTxt .ttl01:before {
  content: '';
  position: absolute;
  top: 0.39em;
  left: 0.15em;
  display: block;
  width: 0.7em;
  border-radius: 0.7em;
  background-color: #fffc00;
  aspect-ratio: 1 / 1;
}
@media all and (max-width: 750px){
  .boxAbout04 .boxCont01FOne .boxTxt .ttl01:before {
    left: 0;
  }
}

.boxAbout04 .boxCont01FOne .boxTxt .linkMap {
  position: absolute;
  top: 0.65em;
  right: -0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.7em;
  border: 0.2em #fff solid;
  border-radius: 2.7em;
  aspect-ratio: 1 / 1;
}
@media all and (max-width: 750px){
  .boxAbout04 .boxCont01FOne .boxTxt .linkMap {
    top: 0.8em;
    right: 0;
    width: 2.4em;
    border: 1px #fff solid;
    border-radius: 2.4em;
  }
}

.boxAbout04 .boxCont01FOne .boxTxt .linkMap img {
  width: 1.8em;
}
@media all and (max-width: 750px){
  .boxAbout04 .boxCont01FOne .boxTxt .linkMap img {
    width: 1.6em;
  }
}

.boxAbout04 .boxCont01FOne .boxTxt .boxAddress {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0.3em;
}

.boxAbout04 .boxCont01FOne .boxTxt .boxAddress .txtZipcode {
  margin-bottom: 0.24em;
  letter-spacing: 0.1em;
  font-family: var(--base-font-en);
  font-size: 1.1rem;
}
@media all and (max-width: 750px){
  .boxAbout04 .boxCont01FOne .boxTxt .boxAddress .txtZipcode {
    letter-spacing: 0.08em;
    font-size: 0.9rem;
  }
}

.boxAbout04 .boxCont01FOne .boxTxt .boxAddress .txtAddress {
  letter-spacing: 0.09em;
  font-size: 1.13rem;
}
@media all and (max-width: 1180px){
  .boxAbout04 .boxCont01FOne .boxTxt .boxAddress .txtAddress {
    letter-spacing: 0.08em;
    font-size: 1.1rem;
  }
}
@media all and (max-width: 750px){
  .boxAbout04 .boxCont01FOne .boxTxt .boxAddress .txtAddress {
    font-size: 0.9rem;
  }
}

.boxAbout04 .boxCont01FOne .boxTxt .boxDlTelFax {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.boxAbout04 .boxCont01FOne .boxTxt .dlTelFax {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  letter-spacing: 0.09em;
  font-family: var(--base-font-en);
  font-size: 1.1rem;
}
.boxAbout04 .boxCont01FOne .boxTxt .dlTelFax:nth-child(1) {
  margin-right: 1.3em;
}
@media all and (max-width: 1340px){
  .boxAbout04 .boxCont01FOne .boxTxt .dlTelFax {
    letter-spacing: 0.06em;
    font-size: 1.0rem;
  }
}
@media all and (max-width: 1180px){
  .boxAbout04 .boxCont01FOne .boxTxt .dlTelFax {
    letter-spacing: 0.04em;
  }
}

.boxAbout04 .boxCont01FOne .boxTxt .dlTelFax:nth-child(1):after {
  content: '';
  position: absolute;
  top: 0.31em;
  right: -0.66em;
  width: 2px;
  height: 0.8em;
  background-color: #fff;
  transform: rotate(30deg);
}

.boxAbout04 .boxCont01FOne .boxTxt .dlTelFax > dt {
  margin-right: 0.1em;
}

.boxAbout04 .boxCont01FOne .boxTxt .dlTelFax > dt:after {
  content: '.';
}

.boxAbout05Wrap {
  padding-top: 7.8em;
  padding-bottom: 12.3em;
}
@media all and (max-width: 750px){
  .boxAbout05Wrap {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.boxAbout05 {
  margin-bottom: 6.67em;
}
@media all and (max-width: 750px){
  .boxAbout05 {
    margin-bottom: 3.0em;
  }
}

.boxAbout05 .ttlBase03 .ttlEn {
  letter-spacing: 0.09em;
}

.boxAbout05 .boxCont01 {
  text-align: center;
}
@media all and (max-width: 750px){
  .boxAbout05 .boxCont01 {
    overflow-x: auto;
    padding: 1.0em 0 2.5em 0;
  }
}

.boxAbout05 .boxCont01 img {
  position: relative;
  margin-top: -0.35em;
}
@media all and (max-width: 750px){
  .boxAbout05 .boxCont01 img {
    max-width: none;
    width: 160vw;
  }
}

.boxAbout05Wrap .boxCsnkSliderScroll01 .slideLine .slideOne {
  width: 413px;
  margin: 0 0.8em;
}
@media all and (max-width: 750px){
  .boxAbout05Wrap .boxCsnkSliderScroll01 .slideLine .slideOne {
    width: 50vw;
    margin: 0 0.5em;
  }
}

.boxAbout05Wrap .boxCsnkSliderScroll01 .slideLine .slideOne img {
  border-radius: 1.4em;
}
@media all and (max-width: 750px){
  .boxAbout05Wrap .boxCsnkSliderScroll01 .slideLine .slideOne img {
    border-radius: 1.0em;
  }
}

.boxAbout06Wrap {
  padding-top: 7.95em;
  background-color: #f7fafc;
}
@media all and (max-width: 750px){
  .boxAbout06Wrap {
    padding-top: 2.5em;
  }
}

.boxAbout06 .boxCont01F {
  position: relative;
  display: flex;
  justify-content: center;
  --box-one-width: 23.4%;
  gap: 5%;
  padding-top: 1.2em;
  padding-bottom: 6.0em;
}
@media all and (max-width: 750px){
  .boxAbout06 .boxCont01F {
    flex-wrap: wrap;
    justify-content: flex-start;
    --box-one-width: 48.5%;
    gap: 3%;
    padding-top: 0.2em;
    padding-bottom: 2.0em;
  }
}

.boxAbout06 .boxCont01F:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 74%;
  height: 1px;
  margin: auto;
  background-color: #c4c4c4;
}

.boxAbout06 .boxCont01FOne {
  width: var(--box-one-width);
}
@media all and (max-width: 750px){
  .boxAbout06 .boxCont01FOne {
    margin-bottom: 1.5em;
  }
  .boxAbout06 .boxCont01FOne:last-child {
    margin-bottom: 0;
  }
}

.boxAbout06 .boxCont01FOne .boxImg {
  text-align: center;
}

.boxAbout06 .boxCont01FOne .boxImg img {
  border-radius: 1.5em;
}
@media all and (max-width: 750px){
  .boxAbout06 .boxCont01FOne .boxImg img {
    border-radius: 1.0em;
  }
}

.boxAbout06 .boxCont01FOne .boxTxt {
  padding-top: 1.56em;
}
@media all and (max-width: 750px){
  .boxAbout06 .boxCont01FOne .boxTxt {
    padding-top: 0.9em;
  }
}

.boxAbout06 .boxCont01FOne .boxTxt .ttl01 {
  position: relative;
  margin-bottom: 1.05em;
  padding-bottom: 0.92em;
  text-align: center;
  letter-spacing: 0.11em;
  font-size: 1.6rem;
  font-weight: 600;
}
@media all and (max-width: 750px){
  .boxAbout06 .boxCont01FOne .boxTxt .ttl01 {
    margin-bottom: 0.9em;
    padding-bottom: 0.75em;
    letter-spacing: 0.03em;
    font-size: 1.0rem;
  }
}

.boxAbout06 .boxCont01FOne .boxTxt .ttl01:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 5.8em;
  height: 1px;
  margin: auto;
  background-color: #0c8fe5;
}

.boxAbout06 .boxCont01FOne .boxTxt .boxUlBase02 {
  padding: 0 4.2%;
}
@media all and (max-width: 1400px){
  .boxAbout06 .boxCont01FOne .boxTxt .boxUlBase02 {
    padding: 0 0 0 4.2%;
  }
}

.boxAbout06 .boxCont01FOne .boxTxt .ulBase02 > li {
  margin-bottom: 0.4em;
  line-height: 1.6;
  color: #3d3d3d;
}
@media all and (max-width: 750px){
  .boxAbout06 .boxCont01FOne .boxTxt .ulBase02 > li {
    margin-bottom: 0.3em;
    line-height: 1.6;
    padding-left: 0.8em;
    letter-spacing: 0.03em;
    font-size: 0.8rem;
  }
}

.boxAbout06 .boxCont01FOne .boxTxt .ulBase02 > li:before {
  top: 0.6em;
}
@media all and (max-width: 750px){
  .boxAbout06 .boxCont01FOne .boxTxt .ulBase02 > li:before {
    top: 0.7em;
    width: 0.3em;
    height: 0.3em;
    border-radius: 0.3em;
  }
}

.boxAbout06 .boxCont02 {
  padding-top: 5.6em;
}
@media all and (max-width: 750px){
  .boxAbout06 .boxCont02 {
    padding-top: 1.5em;
  }
}

.boxAbout06 .boxCont02 .boxBaseCom > p {
  text-align: center;
  line-height: 1.85;
  letter-spacing: 0.14em;
  font-size: 1.22rem;
  color: #3d3d3d;
}
@media all and (max-width: 750px){
  .boxAbout06 .boxCont02 .boxBaseCom > p {
    text-align: left;
    letter-spacing: 0.08em;
    font-size: 0.9rem;
  }
}

.boxAbout06 .boxCont03 {
  position: relative;
  left: 0.5em;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  padding-top: 12.55em;
  padding-bottom: 14.7em;
}
@media all and (max-width: 750px){
  .boxAbout06 .boxCont03 {
    left: auto;
    padding-top: 9.0em;
    padding-bottom: 9.5em;
  }
}

.boxAbout06 .boxCont03In {
  position: relative;
}

.boxAbout06 .boxCont03In .imgMain {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 750px){
  .boxAbout06 .boxCont03In .imgMain {
    width: 60vw;
  }
}

.boxAbout06 .boxCont03In .imgCircle {
  position: absolute;
  top: 49%;
  left: 50%;
  max-width: none;
  animation: aniImgRotate01 30s linear infinite normal;
}
@media all and (max-width: 750px){
  .boxAbout06 .boxCont03In .imgCircle {
    left: 50%;
    width: 86vw;
  }
}

@keyframes aniImgRotate01 {
  0% { transform: translateX(-50%) translateY(-50%) rotate(0); }
  100% { transform: translateX(-50%) translateY(-50%) rotate(360deg); }
}

.boxAbout06 .boxCont03In .txt01 {
  position: absolute;
  letter-spacing: 0.13em;
  font-size: 1.6rem;
  font-weight: 600;
  color: #0c8fe5;
  white-space: nowrap;
}
.boxAbout06 .boxCont03In .txt01.no01 {
  top: -1.9em;
  left: calc(50% - 5.9em);
}
.boxAbout06 .boxCont03In .txt01.no03 {
  top: 3.06em;
  left: calc(50% + 11.0em);
}
.boxAbout06 .boxCont03In .txt01.no04 {
  top: 3.06em;
  left: calc(50% - 21.8em);
}
.boxAbout06 .boxCont03In .txt01.no05 {
  bottom: -2.1em;
  left: calc(50% - 1.25em);
}
@media all and (max-width: 750px){
  .boxAbout06 .boxCont03In .txt01 {
    letter-spacing: 0.08em;
    font-size: 0.9rem;
  }
  .boxAbout06 .boxCont03In .txt01.no01 {
    top: -2.5em;
  }
  .boxAbout06 .boxCont03In .txt01.no03 {
    top: 0.6em;
    left: calc(50% + 2.2em);
  }
  .boxAbout06 .boxCont03In .txt01.no04 {
    top: 0.5em;
    left: calc(50% - 12.5em);
  }
  .boxAbout06 .boxCont03In .txt01.no05 {
    bottom: -2.0em;
    left: calc(50% - 2.0em);
  }
}

.boxAbout06 .boxCont03In .txt01.no04:after,
.boxAbout06 .boxCont03In .txt01.no03:after {
  content: '';
  position: absolute;
  left: -0.7em;
  bottom: -0.35em;
  width: 12.0em;
  height: 1px;
  background-color: #0c8fe5;
}
.boxAbout06 .boxCont03In .txt01.no03:after {
  left: -0.52em;
}

.boxAbout07Wrap {
  padding-top: 8.55em;
  padding-bottom: 10.0em;
}
@media all and (max-width: 750px){
  .boxAbout07Wrap {
    padding-top: 2.5em;
    padding-bottom: 5.8em;
  }
}

.boxAbout07 .ttlBase03 .ttlEn {
  margin-right: 0.66em;
}
@media all and (max-width: 750px){
  .boxAbout07 .ttlBase03 .ttlEn {
    margin-right: 0.35em;
  }
}

.boxAbout07 .boxDl01 {
  padding-top: 1.8em;
}
@media all and (max-width: 750px){
  .boxAbout07 .boxDl01 {
    padding-top: 0.5em;
  }
}

.boxAbout07 .dl01 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2.0em;
  padding-bottom: 3.13em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxAbout07 .dl01 {
    display: block;
    padding-left: 1.5em;
    padding-bottom: 1.0em;
    line-height: 1.5;
    font-size: 0.9rem;
  }
}

.boxAbout07 .dl01:before,
.boxAbout07 .dl01:after {
  content: '';
  position: absolute;
  display: block;
}
.boxAbout07 .dl01:before {
  top: 0.57em;
  left: 0.75em;
  width: 0.47em;
  border-radius: 0.47em;
  background-color: #0c8fe5;
  aspect-ratio: 1 / 1;
}
.boxAbout07 .dl01:after {
  top: 0.7em;
  left: 0.9em;
  width: 2px;
  height: 100%;
  background-color: #0c8fe5;
}
@media all and (max-width: 750px){
  .boxAbout07 .dl01:before {
    left: 0.4em;
  }
  .boxAbout07 .dl01:after {
    left: 0.5em;
  }
}

.boxAbout07 .dl01 > dt {
  position: relative;
  top: 0.1em;
  width: 14.2%;
  letter-spacing: 0.07em;
  font-family: var(--base-font-en);
  font-size: 1.2rem;
}
@media all and (max-width: 750px){
  .boxAbout07 .dl01 > dt {
    width: 100%;
    letter-spacing: 0.03em;
    font-size: 0.9rem;
  }
}

.boxAbout07 .dl01 > dd {
  width: calc(100% - 14.2%);
  letter-spacing: 0.1em;
}
@media all and (max-width: 750px){
  .boxAbout07 .dl01 > dd {
    width: 100%;
    letter-spacing: 0.03em;
  }
}


/*##### Benefits #####*/
.boxBenefitsTopWrap {
  padding-bottom: 7.3em;
}
@media all and (max-width: 750px){
  .boxBenefitsTopWrap {
    padding-bottom: 3.0em;
  }
}

.boxBenefitsTop {
  padding-top: 0.3em;
}
@media all and (max-width: 750px){
  .boxBenefitsTop {
    padding-top: 0;
  }
}

.boxBenefitsTop .boxBaseCopy .ttlBaseCopy {
  margin-bottom: 1.66em;
}
@media all and (max-width: 750px){
  .boxBenefitsTop .boxBaseCopy .ttlBaseCopy {
    margin-bottom: 1.0em;
  }
}

.boxBenefits01Wrap {
  position: relative;
  margin-bottom: -2.0em;
  padding-top: 10.0em;
  padding-bottom: 14.0em;
}
@media all and (max-width: 750px){
  .boxBenefits01Wrap {
    padding-top: 3.0em;
    padding-bottom: 5.5em;
  }
}

.boxBenefits01Wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fdf9ed;
  mix-blend-mode: multiply;
}

.boxBenefits01 {
  position: relative;
  z-index: 2;
}

.boxBenefits01 .boxCont01FOne {
  margin-bottom: 4.5em;
  box-shadow: 0 0 3.0em 0 rgba(219, 204, 173, 0.2);
}
.boxBenefits01 .boxCont01FOne:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 750px){
  .boxBenefits01 .boxCont01FOne {
    margin-bottom: 2.0em;
  }
  .boxBenefits01 .boxCont01FOne:last-child {
    margin-bottom: 0;
  }
}

.boxBenefits01 .boxCont01FOne .boxTtl {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 10.6em;
  padding: 1.5em 5% 1.5em 0;
  border-radius: 2.2em;
  background-color: #0c8ae1;
}
@media all and (max-width: 750px){
  .boxBenefits01 .boxCont01FOne .boxTtl {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 0.8em 5% 1.2em 0;
    border-radius: 1.0em;
  }
}

.boxBenefits01 .boxCont01FOne .boxTtl .ttl01 {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 35.2%;
  padding-right: 2.5%;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxBenefits01 .boxCont01FOne .boxTtl .ttl01 {
    width: 100%;
    min-width: auto;
    margin-bottom: 0.7em;
    padding-right: 0;
    padding-bottom: 0.2em;
  }
}

.boxBenefits01 .boxCont01FOne .boxTtl .ttl01:after {
  content: '';
  position: absolute;
  top: 0.4em;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 98%;
  margin: auto;
  background-color: #fff;
}
@media all and (max-width: 750px){
  .boxBenefits01 .boxCont01FOne .boxTtl .ttl01:after {
    top: auto;
    left: 0;
    right: auto;
    width: 100%;
    height: 1px;
  }
}

.boxBenefits01 .boxCont01FOne .boxTtl .ttl01 .ttlNum {
  margin-right: 0.34em;
  margin-left: -0.27em;
  letter-spacing: 0.03em;
  font-family: var(--base-font-en);
  font-size: 5.3rem;
  font-weight: 700;
  color: #fcf15c;
}
@media all and (max-width: 1330px){
  .boxBenefits01 .boxCont01FOne .boxTtl .ttl01 .ttlNum {
    font-size: 4.3rem;
  }
}
@media all and (max-width: 1230px){
  .boxBenefits01 .boxCont01FOne .boxTtl .ttl01 .ttlNum {
    font-size: 3.3rem;
  }
}
@media all and (max-width: 750px){
  .boxBenefits01 .boxCont01FOne .boxTtl .ttl01 .ttlNum {
    font-size: 2.3rem;
  }
}

.boxBenefits01 .boxCont01FOne .boxTtl .ttl01 .ttlStr {
  position: relative;
  top: -0.04em;
  letter-spacing: 0.095em;
  font-size: 2.45rem;
  font-weight: 700;
}
@media all and (max-width: 1330px){
  .boxBenefits01 .boxCont01FOne .boxTtl .ttl01 .ttlStr {
    letter-spacing: 0.08em;
    font-size: 2.0rem;
  }
}
@media all and (max-width: 1230px){
  .boxBenefits01 .boxCont01FOne .boxTtl .ttl01 .ttlStr {
    font-size: 1.9rem;
  }
}
@media all and (max-width: 750px){
  .boxBenefits01 .boxCont01FOne .boxTtl .ttl01 .ttlStr {
    font-size: 1.4rem;
  }
}

.boxBenefits01 .boxCont01FOne .boxTtl .p01 {
  padding-left: 3.85%;
  line-height: 2.05;
  letter-spacing: 0.08em;
  font-size: 1.13rem;
  color: #fff;
}
@media all and (max-width: 1180px){
  .boxBenefits01 .boxCont01FOne .boxTtl .p01 {
    font-size: 1.05rem;
  }
}
@media all and (max-width: 750px){
  .boxBenefits01 .boxCont01FOne .boxTtl .p01 {
    padding-left: 5%;
    line-height: 1.8;
    font-size: 0.9rem;
  }
}

.boxBenefits01 .boxCont01FOne .boxCont01LR {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  --box-img-width: 34.9%;
  margin-top: -3.0em;
  padding: 6.65em 3.85% 2.4em 3.85%;
  border-bottom-left-radius: 2.2em;
  border-bottom-right-radius: 2.2em;
  background-color: #fff;
}
@media all and (max-width: 750px){
  .boxBenefits01 .boxCont01FOne .boxCont01LR {
    flex-direction: column-reverse;
    --box-img-width: 100%;
    margin-top: -1.5em;
    padding: 2.5em 3.85% 1.8em 3.85%;
    border-bottom-left-radius: 1.0em;
    border-bottom-right-radius: 1.0em;
  }
}

.boxBenefits01 .boxCont01FOne .boxCont01LR .boxTxt {
  width: calc(100% - var(--box-img-width));
  padding-right: 4.2%;
}
@media all and (max-width: 750px){
  .boxBenefits01 .boxCont01FOne .boxCont01LR .boxTxt {
    width: 100%;
    padding-right: 0;
    padding-top: 1.3em;
  }
}

.boxBenefits01 .boxCont01FOne .boxCont01LR .boxTxt .boxDlBase01 {
  --dt-width: 190px;
  --dt-padding-right: 25px;
}
@media all and (max-width: 750px){
  .boxBenefits01 .boxCont01FOne .boxCont01LR .boxTxt .boxDlBase01 {
    --dt-width: 100%;
    --dt-padding-right: 0;
  }
}

.boxBenefits01 .boxCont01FOne .boxCont01LR .boxTxt .boxDlBase01:before,
.boxBenefits01 .boxCont01FOne .boxCont01LR .boxTxt .boxDlBase01:after {
  content: none;
}

.boxBenefits01 .boxCont01FOne .boxCont01LR .boxTxt .dlBase01 {
  margin-bottom: 1.37em;
  padding-top: 0;
  line-height: 1.6;
}
@media all and (max-width: 750px){
  .boxBenefits01 .boxCont01FOne .boxCont01LR .boxTxt .dlBase01 {
    margin-bottom: 0.9em;
  }
  .boxBenefits01 .boxCont01FOne .boxCont01LR .boxTxt .dlBase01:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.boxBenefits01 .boxCont01FOne .boxCont01LR .boxTxt .dlBase01:last-child:before,
.boxBenefits01 .boxCont01FOne .boxCont01LR .boxTxt .dlBase01:last-child:after {
  content: none;
}

.boxBenefits01 .boxCont01FOne .boxCont01LR .boxTxt .dlBase01 > dt > span {
  padding-left: 1.44em;
  font-size: 1.25rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxBenefits01 .boxCont01FOne .boxCont01LR .boxTxt .dlBase01 > dt > span {
    font-size: 1.0rem;
  }
}

.boxBenefits01 .boxCont01FOne .boxCont01LR .boxTxt .dlBase01 > dd {
  padding-left: 0.6em;
  letter-spacing: 0.07em;
}
@media all and (max-width: 750px){
  .boxBenefits01 .boxCont01FOne .boxCont01LR .boxTxt .dlBase01 > dd {
    padding-left: 1.6em;
  }
}

.boxBenefits01 .boxCont01FOne .boxCont01LR .boxImg {
  overflow: hidden;
  position: relative;
  top: 0.3em;
  width: var(--box-img-width);
  border-radius: 2.2em;
  aspect-ratio: 463 / 318;
}
@media all and (max-width: 750px){
  .boxBenefits01 .boxCont01FOne .boxCont01LR .boxImg {
    top: auto;
    border-radius: 1.0em;
  }
}

.boxBenefits01 .boxCont01FOne .boxCont01LR .boxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}


/*##### Business #####*/
.boxBusinessTopWrap {
  padding-top: 1.4em;
  padding-bottom: 5.85em;
}
@media all and (max-width: 750px){
  .boxBusinessTopWrap {
    padding-top: 0;
    padding-bottom: 1.5em;
  }
}

.boxBusiness01 .boxFadeinSlide .ulFadeinSlide {
  padding-top: 874px;
}
@media all and (max-width: 750px){
  .boxBusiness01 .boxFadeinSlide .ulFadeinSlide {
    padding-top: 65.7vw;
  }
}

@media all and (max-width: 750px){
  .boxBusiness01 .boxFadeinSlide .ulFadeinSlide > li img {
    top: 0;
    left: 0;
    max-width: none;
    height: 100%;
    transform: none;
  }
}

.boxBusiness01 .boxFadeinSlide .ulFadeinSlideBtn {
  display: none;
}

.boxBusiness01 .boxSlideNavi .txtNum {
  display: none;
}

.boxBusiness01 .boxFadeinSlide .p01 {
  position: absolute;
  z-index: 2;
  top: -0.34em;
  left: 0;
  background: linear-gradient(to right, #75afe8 0%, #accddb 35%, #f6f1e2 60%, #f3dfb6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.25;
  letter-spacing: 0.022em;
  font-family: var(--base-font-en);
  font-size: 6.27vw;
  font-weight: 300;
  white-space: nowrap;
}
@media all and (max-width: 1135px){
  .boxBusiness01 .boxFadeinSlide .p01 {
    font-size: 5.04rem;
  }
}
@media all and (max-width: 750px){
  .boxBusiness01 .boxFadeinSlide .p01 {
    top: 0.5em;
    left: auto;
    right: 5%;
    background: linear-gradient(to right, #75afe8 0%, #accddb 35%, #fdd55d 60%, #fbbe3e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    display: inline-block;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    white-space: pre;
    font-size: 1.7rem;
  }
}

.boxBusiness01 .boxFadeinSlide .p01 .txt01 {
  letter-spacing: 0.01em;
  font-size: 7.656vw;
  font-weight: 500;
}
@media all and (max-width: 1135px){
  .boxBusiness01 .boxFadeinSlide .p01 .txt01 {
    font-size: 6.2rem;
  }
}
@media all and (max-width: 750px){
  .boxBusiness01 .boxFadeinSlide .p01 .txt01 {
    font-size: 1.77rem;
  }
}

.boxBusiness01 .boxFadeinSlide .boxTxt {
  position: absolute;
  z-index: 2;
  top: 15.75em;
  left: 51.76%;
}
@media all and (max-width: 1300px){
  .boxBusiness01 .boxFadeinSlide .boxTxt {
    top: 10.75em;
  }
}
@media all and (max-width: 750px){
  .boxBusiness01 .boxFadeinSlide .boxTxt {
    position: relative;
    top: 1.5em;
    left: 4.5%;
    width: 92.0%;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
}

.boxBusiness01 .boxFadeinSlide .boxTxt .ttl01 {
  margin-bottom: 1.47em;
  line-height: 1.41;
  letter-spacing: 0.12em;
  font-size: 3.75rem;
  font-weight: 700;
}
@media all and (max-width: 1180px){
  .boxBusiness01 .boxFadeinSlide .boxTxt .ttl01 {
    margin-bottom: 0.8em;
    font-size: 3.5rem;
  }
}
@media all and (max-width: 750px){
  .boxBusiness01 .boxFadeinSlide .boxTxt .ttl01 {
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-size: 1.4rem;
  }
}

.boxBusiness01 .boxFadeinSlide .boxTxt .boxBaseCom {
  max-width: 700px;
}

.boxBusiness01 .boxFadeinSlide .boxTxt .boxBaseCom.typeLarge > p {
  line-height: 1.87;
  letter-spacing: 0.124em;
}
@media all and (max-width: 750px){
  .boxBusiness01 .boxFadeinSlide .boxTxt .boxBaseCom.typeLarge > p {
    letter-spacing: 0.06em;
  }
}

.boxBusiness01 .boxFadeinSlide .boxTxt .boxBaseCom.typeLarge > p + p {
  margin-top: 1.95em;
}
@media all and (max-width: 750px){
  .boxBusiness01 .boxFadeinSlide .boxTxt .boxBaseCom.typeLarge > p + p {
    margin-top: 1.5em;
  }
}

.boxBusiness02Wrap {
  padding-top: 7.8em;
  padding-bottom: 13.0em;
}
@media all and (max-width: 750px){
  .boxBusiness02Wrap {
    padding-top: 4.0em;
    padding-bottom: 8.0em;
  }
}

.boxBusiness02 .ttlBase04 {
  margin-bottom: 5.95em;
}
@media all and (max-width: 750px){
  .boxBusiness02 .ttlBase04 {
    margin-bottom: 2.0em;
  }
}

.boxBusiness02 .ttlBase04:after {
  content: '';
  position: absolute;
  top: -1.7em;
  right: 2.1%;
  width: 33.0em;
  background-image: url('./../../images/business/business02-icn-deco01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  aspect-ratio: 460 / 420;
}
@media all and (max-width: 1250px){
  .boxBusiness02 .ttlBase04:after {
    right: 0.5%;
    width: 23.0em;
  }
}
@media all and (max-width: 1160px){
  .boxBusiness02 .ttlBase04:after {
    right: 0;
  }
}
@media all and (max-width: 750px){
  .boxBusiness02 .ttlBase04:after {
    top: -2.2em;
    right: 2%;
    width: 8.0em;
  }
}

.boxBusiness02 .ttl02 {
  margin-bottom: 1.31em;
  padding-left: 0.05em;
  letter-spacing: 0.162em;
  font-size: 2.1rem;
  font-weight: 700;
  color: #0c8fe5;
}
@media all and (max-width: 750px){
  .boxBusiness02 .ttl02 {
    margin-bottom: 1.0em;
    padding-left: 0;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
  }
}

.boxBusiness02 .p01 {
  margin-bottom: 4.01em;
  padding-left: 0.05em;
  letter-spacing: 0.105em;
  font-size: 1.15rem;
}
@media all and (max-width: 750px){
  .boxBusiness02 .p01 {
    margin-bottom: 2.0em;
    padding-left: 0;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-size: 0.9rem;
  }
}

.boxBusiness02 .boxCont01LR {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 4.7em;
}
.boxBusiness02 .boxCont01LR:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 750px){
  .boxBusiness02 .boxCont01LR {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.boxBusiness02 .boxCont01LR:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 1.5em;
}

.boxBusiness02 .boxCont01LR:not(:last-child):after {
  content: '';
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
  width: 3.6em;
  height: 3.6em;
  margin: auto;
  border: 3.6em rgba(255,255,255,0) solid;
  border-top: 4.1em #fff solid;
}
@media all and (max-width: 750px){
  .boxBusiness02 .boxCont01LR:not(:last-child):after {
    display: block;
    width: 1.5em;
    height: auto;
    border: 0;
    background-image: url('./../../images/business/business02-icn-arrow01.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    aspect-ratio: 30 / 68;
  }
  .boxBusiness02 .boxCont01LR.no02:after {
    top: 100%;
    width: 80%;
    background-image: url('./../../images/business/business02-icn-arrow02.png');
    aspect-ratio: 459 / 73;
  }
}

.boxBusiness02 .boxCont01L {
  position: relative;
  z-index: 2;
  width: 44.4%;
}
@media all and (max-width: 750px){
  .boxBusiness02 .boxCont01L {
    width: 100%;
  }
}

.boxBusiness02 .boxCont01LR:not(:last-child) .boxCont01L:after {
  content: '';
  position: absolute;
  top: 94%;
  left: 0;
  right: 0;
  display: block;
  width: 2.143em;
  margin: auto;
  background-image: url('./../../images/business/business02-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  aspect-ratio: 30 / 68;
}
.boxBusiness02 .boxCont01LR.no02 .boxCont01L:after {
  width: 32.786em;
  background-image: url('./../../images/business/business02-icn-arrow02.png');
  aspect-ratio: 459 / 73;
}
@media all and (max-width: 750px){
  .boxBusiness02 .boxCont01LR:not(:last-child) .boxCont01L:after {
    content: none;
  }
}

.boxBusiness02 .boxCont01LIn {
  overflow: hidden;
  height: 100%;
  border-top-left-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
  border-bottom-left-radius: 1.5em;
  background-color: #fffde7;
}
.boxBusiness02 .boxCont01LR.no02 .boxCont01LIn {
  background-color: #dceefc;
}
@media all and (max-width: 750px){
  .boxBusiness02 .boxCont01LIn {
    border-top-left-radius: 1.0em;
    border-bottom-right-radius: 1.0em;
    border-bottom-left-radius: 1.0em;
  }
}

.boxBusiness02 .boxCont01L .boxTtl {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 6.4em;
  border-bottom-right-radius: 1.5em;
  background-color: #fcf25c;
}
.boxBusiness02 .boxCont01LR.no02 .boxCont01L .boxTtl {
  background-color: #0c8fe5;
}
@media all and (max-width: 750px){
  .boxBusiness02 .boxCont01L .boxTtl {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
    border-bottom-right-radius: 1.0em;
  }
}

.boxBusiness02 .boxCont01L .boxTtl .ttl03 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 4.0%;
  padding: 0.4em 0 0.2em 1.8em;
}
@media all and (max-width: 1480px){
  .boxBusiness02 .boxCont01L .boxTtl .ttl03 {
    margin-right: 2.5%;
    padding: 0.4em 0 0.2em 1.0em;
  }
}
@media all and (max-width: 750px){
  .boxBusiness02 .boxCont01L .boxTtl .ttl03 {
    width: 100%;
    margin-right: 0;
    padding: 1.0em 0.5em 0.5em 0.9em;
  }
}

.boxBusiness02 .boxCont01L .boxTtl .ttl03 .ttlNum {
  position: relative;
  margin-right: 0.85em;
  line-height: 1.0;
  letter-spacing: 0.04em;
  font-family: var(--base-font-en);
  font-size: 2.6rem;
  font-weight: 500;
  color: #0c8fe5;
}
.boxBusiness02 .boxCont01LR.no02 .boxCont01L .boxTtl .ttl03 .ttlNum {
  color: #fcf25c;
}
@media all and (max-width: 750px){
  .boxBusiness02 .boxCont01L .boxTtl .ttl03 .ttlNum {
    font-size: 1.7rem;
  }
}

.boxBusiness02 .boxCont01L .boxTtl .ttl03 .ttlNum:after {
  content: '';
  position: absolute;
  top: 0.32em;
  right: -0.566em;
  display: block;
  width: 0.25em;
  border-radius: 0.25em;
  background-color: #fff;
  aspect-ratio: 1 / 1;
}
@media all and (max-width: 750px){
  .boxBusiness02 .boxCont01L .boxTtl .ttl03 .ttlNum:after {
    right: -0.5em;
  }
}

.boxBusiness02 .boxCont01L .boxTtl .ttl03 .ttlStr {
  position: relative;
  top: -0.1em;
  letter-spacing: 0.11em;
  font-size: 2.2rem;
  font-weight: 600;
  white-space: nowrap;
}
.boxBusiness02 .boxCont01LR.no02 .boxCont01L .boxTtl .ttl03 .ttlStr {
  color: #fff;
}
@media all and (max-width: 750px){
  .boxBusiness02 .boxCont01L .boxTtl .ttl03 .ttlStr {
    font-size: 1.2rem;
  }
}

.boxBusiness02 .boxCont01L .boxTtl .pTtl {
  position: relative;
  top: 0.01em;
  padding: 0.5em 0.5em 0.5em 0;
  line-height: 1.5;
  letter-spacing: 0.205em;
  font-size: 1.0rem;
}
.boxBusiness02 .boxCont01LR.no02 .boxCont01L .boxTtl .pTtl {
  color: #fff;
}
@media all and (max-width: 1480px){
  .boxBusiness02 .boxCont01L .boxTtl .pTtl {
    letter-spacing: 0.1em;
  }
}
@media all and (max-width: 1370px){
  .boxBusiness02 .boxCont01L .boxTtl .pTtl {
    letter-spacing: 0.08em;
    font-size: 0.9rem;
  }
}
@media all and (max-width: 750px){
  .boxBusiness02 .boxCont01L .boxTtl .pTtl {
    width: 100%;
    top: auto;
    padding: 0 0.8em 1.0em 1.0em;
  }
}

.boxBusiness02 .boxCont01L .boxImg {
  position: relative;
}

.boxBusiness02 .boxCont01L .boxImg .img0104TopBusiness02,
.boxBusiness02 .boxCont01L .boxImg .img0105TopBusiness02 {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%
}

.boxBusiness02 .boxCont01R {
  position: relative;
  z-index: 2;
  width: calc(100% - 44.4%);
  padding: 2.8em 1.2% 1.5em 3.4%;
}
@media all and (max-width: 750px){
  .boxBusiness02 .boxCont01R {
    width: 100%;
    padding: 1.5em 1.2% 1.5em 3.4%;
  }
}

.boxBusiness02 .boxCont01R .ttl04 {
  margin-bottom: 1.4em;
  line-height: 1.45;
  letter-spacing: 0.14em;
  font-size: 1.6rem;
}
@media all and (max-width: 750px){
  .boxBusiness02 .boxCont01R .ttl04 {
    margin-bottom: 0.8em;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-size: 1.04rem;
  }
}

.boxBusiness02 .boxCont01R .boxBaseCom {
  max-width: 710px;
  padding-left: 0.2em;
}
@media all and (max-width: 750px){
  .boxBusiness02 .boxCont01R .boxBaseCom {
    max-width: none;
    padding-left: 0;
  }
}

.boxBusiness02 .boxCont01R .boxBaseCom > p {
  line-height: 1.9;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
}
@media all and (max-width: 750px){
  .boxBusiness02 .boxCont01R .boxBaseCom > p {
    line-height: 1.8;
    font-size: 0.9rem;
  }
}

.boxBusiness02 .boxCont01R .p01 {
  position: absolute;
  z-index: 2;
  top: -2.4em;
  right: 2.36em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.4em;
  border-radius: 9.4em;
  aspect-ratio: 1 / 1;
}
@media all and (max-width: 1400px){
  .boxBusiness02 .boxCont01R .p01 {
    top: -5.5em;
    right: 0;
  }
}
@media all and (max-width: 750px){
  .boxBusiness02 .boxCont01R .p01 {
    top: -4.5em;
    right: -0.8em;
    width: 8.0em;
    border-radius: 8.0em;
  }
}

.boxBusiness02 .boxCont01R .p01:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgb(229, 58, 127, 0.32);
  aspect-ratio: 1 / 1;
}

.boxBusiness02 .boxCont01R .p01 > span {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.2em;
  padding-bottom: 0.2em;
  border-radius: 8.2em;
  background-color: #e53a7f;
  text-align: center;
  line-height: 1.35;
  font-size: 1.1rem;
  color: #fcf25c;
  aspect-ratio: 1 / 1;
  transform: rotate(15deg);
}
@media all and (max-width: 750px){
  .boxBusiness02 .boxCont01R .p01 > span {
    width: 7.4em;
    border-radius: 7.4em;
    font-size: 0.85rem;
  }
}

.boxBusiness02 .boxCont01R .p01 > span:before {
  content: '';
  position: absolute;
  top: 95%;
  left: 0;
  right: 2.6em;
  width: 0.6em;
  height: 0.6em;
  margin: auto;
  border: 0.6em rgba(255,255,255,0) solid;
  border-top: 1.7em #e53a7f solid;
  transform: rotate(14deg);
}

.boxBusiness03Wrap {
  margin-top: -4.5em;
  padding-top: 4.7em;
  padding-bottom: 8.45em;
  border-top-left-radius: 6.0em;
  border-top-right-radius: 6.0em;
  background-image: url('./../../images/business/business03-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media all and (max-width: 750px){
  .boxBusiness03Wrap {
    padding-top: 2.0em;
    padding-bottom: 3.0em;
    border-top-left-radius: 3.0em;
    border-top-right-radius: 3.0em;
  }
}

.boxBusiness03 .boxTtl {
  margin-bottom: 6.58em;
}
@media all and (max-width: 750px){
  .boxBusiness03 .boxTtl {
    margin-bottom: 1.5em;
  }
}

.boxBusiness03 .boxTtl .ttl01 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media all and (max-width: 750px){
  .boxBusiness03 .boxTtl .ttl01 {
    margin-bottom: 0.6em;
  }
}

.boxBusiness03 .boxTtl .ttl01 .ttlEn {
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-family: var(--base-font-en);
  font-size: 7.9em;
  font-weight: 400;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxBusiness03 .boxTtl .ttl01 .ttlEn {
    font-size: 2.7em;
  }
}

.boxBusiness03 .boxTtl .ttl01 .ttlEn .txt01 {
  font-weight: 700;
}

.boxBusiness03 .boxTtl .ttl01 .ttlJa {
  width: 100%;
  padding-left: 13.9%;
  line-height: 1.7;
  letter-spacing: 0.078em;
  font-size: 2.5rem;
  font-weight: 600;
}
@media all and (max-width: 1500px){
  .boxBusiness03 .boxTtl .ttl01 .ttlJa {
    padding-left: 10.0%;
  }
}
@media all and (max-width: 1330px){
  .boxBusiness03 .boxTtl .ttl01 .ttlJa {
    padding-left: 5.0%;
  }
}
@media all and (max-width: 1220px){
  .boxBusiness03 .boxTtl .ttl01 .ttlJa {
    padding-left: 2.0%;
  }
}
@media all and (max-width: 750px){
  .boxBusiness03 .boxTtl .ttl01 .ttlJa {
    padding-left: 0;
    font-size: 1.4rem;
  }
}

.boxBusiness03 .boxTtl .pTtl {
  width: 100%;
  margin-top: -2.8em;
  padding-left: 41.7em;
}
@media all and (max-width: 1500px){
  .boxBusiness03 .boxTtl .pTtl {
    padding-left: 37.7em;
  }
}
@media all and (max-width: 1330px){
  .boxBusiness03 .boxTtl .pTtl {
    padding-left: 32.7em;
  }
}
@media all and (max-width: 1220px){
  .boxBusiness03 .boxTtl .pTtl {
    padding-left: 29.0em;
  }
}
@media all and (max-width: 750px){
  .boxBusiness03 .boxTtl .pTtl {
    margin-top: 0;
    padding-left: 0;
  }
}

.boxBusiness03 .boxTtl .pTtl > span {
  position: relative;
  padding-left: 1.55em;
  letter-spacing: 0.186em;
  font-size: 1.27rem;
  color: #f7f5e7;
}
@media all and (max-width: 750px){
  .boxBusiness03 .boxTtl .pTtl > span {
    display: block;
    padding-left: 1.0em;
    letter-spacing: 0.1em;
    font-size: 0.9rem;
  }
}

.boxBusiness03 .boxTtl .pTtl > span:before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.5em;
  background-color: #fcf25c;
}

.boxBusiness0301 {
  padding: 5.1em 0 4.9em 0;
  border-radius: 1.5em;
  background-color: #fff;
}
@media all and (max-width: 750px){
  .boxBusiness0301 {
    padding: 1.3em 0 2.5em 0;
    border-radius: 1.0em;
  }
}

.boxBusiness0301 .boxCont01LR {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 3.63% 5.1em 3.63%;
}
@media all and (max-width: 750px){
  .boxBusiness0301 .boxCont01LR {
    display: block;
    padding: 0 5.0% 2.5em 5.0%;
  }
}

.boxBusiness0301 .boxCont01LR .boxTxt {
  width: 46.8%;
  padding-right: 5.0%;
}
@media all and (max-width: 1180px){
  .boxBusiness0301 .boxCont01LR .boxTxt {
    width: 48.0%;
    padding-right: 3.5%;
  }
}
@media all and (max-width: 750px){
  .boxBusiness0301 .boxCont01LR .boxTxt {
    width: 100%;
    margin-bottom: 1.5em;
    padding-right: 0;
  }
}

.boxBusiness0301 .boxCont01LR .boxImg {
  width: calc(100% - 46.8%);
  padding-top: 0.5em;
}
@media all and (max-width: 1180px){
  .boxBusiness0301 .boxCont01LR .boxImg {
    width: calc(100% - 48.0%);
  }
}
@media all and (max-width: 750px){
  .boxBusiness0301 .boxCont01LR .boxImg {
    width: 100%;
  }
}

.boxBusiness0301 .boxCont02 {
  position: relative;
  padding: 4.07em 3.3% 4.35em 3.3%;
}
@media all and (max-width: 750px){
  .boxBusiness0301 .boxCont02 {
    margin-bottom: 1.0em;
    padding: 2.5em 5% 1.5em 5%;
  }
}

.boxBusiness0301 .boxCont02:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 74.8%;
  height: 0.5em;
  margin: auto;
  background-color: #e4e4e4;
}

.boxBusiness0301 .boxCont02 .ttlBase05 {
  margin-bottom: 3.9em;
}
@media all and (max-width: 750px){
  .boxBusiness0301 .boxCont02 .ttlBase05 {
    margin-bottom: 1.5em;
  }
}

.boxBusiness0301 .boxCont03F {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 3.3%;
}
@media all and (max-width: 750px){
  .boxBusiness0301 .boxCont03F {
    display: block;
    padding: 0 5%;
  }
}

.boxBusiness0301 .boxCont03FOne {
  width: 48.3%;
  margin-right: calc(100% - 48.3% * 2);
}
.boxBusiness0301 .boxCont03FOne:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .boxBusiness0301 .boxCont03FOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.55em;
  }
  .boxBusiness0301 .boxCont03FOne:last-child {
    margin-bottom: 0;
  }
}

.boxBusiness0301 .boxCont03FOne .boxImg img {
  border-radius: 1.5em;
}
@media all and (max-width: 750px){
  .boxBusiness0301 .boxCont03FOne .boxImg img {
    border-radius: 1.0em;
  }
}

.boxBusiness0301 .boxCont03FOne .boxTxt {
  padding: 2.74em 0 0 0.38em;
}
@media all and (max-width: 750px){
  .boxBusiness0301 .boxCont03FOne .boxTxt {
    padding: 1.3em 0 0 0;
  }
}

.boxBusiness04Wrap {
  padding-top: 8.26em;
  padding-bottom: 13.0em;
  background-color: #fff;
}
@media all and (max-width: 750px){
  .boxBusiness04Wrap {
    padding-top: 2.5em;
    padding-bottom: 8.5em;
  }
}

@media all and (max-width: 750px){
  .boxBusiness04 .boxCont01FWrap {
    overflow-x: auto;
    position: relative;
  }
}

.boxBusiness04 .boxCont01F {
  display: flex;
  justify-content: flex-start;
  padding-top: 2.45em;
}
@media all and (max-width: 750px){
  .boxBusiness04 .boxCont01F {
    width: 190vw;
    padding-top: 1.0em;
    padding-bottom: 1.5em;
  }
}

.boxBusiness04 .boxCont01FOne {
  width: calc(100% / 6);
  width: 14.8%;
  margin-right: calc((100% - 14.8% * 6) / 5);
}
.boxBusiness04 .boxCont01FOne:last-child {
  margin-right: 0;
}

.boxBusiness04 .boxCont01FOne .boxImg {
  position: relative;
  margin-bottom: 4.55em;
}
.boxBusiness04 .boxCont01FOne:last-child .boxImg {
  text-align: right;
  padding-right: 0.1em;
}
@media all and (max-width: 750px){
  .boxBusiness04 .boxCont01FOne .boxImg {
    margin-bottom: 3.2em;
  }
}

.boxBusiness04 .boxCont01FOne:not(:last-child) .boxImg:after {
  content: '';
  position: absolute;
  top: 6.6em;
  left: 99%;
  width: 1.0em;
  height: 1.0em;
  border: 1.0em rgba(255,255,255,0) solid;
  border-left: 2.0em #d9d9d9 solid;
}
@media all and (max-width: 1360px){
  .boxBusiness04 .boxCont01FOne:not(:last-child) .boxImg:after {
    top: 28%;
    width: 0.8em;
    height: 0.8em;
    border: 0.8em rgba(255,255,255,0) solid;
    border-left: 1.7em #d9d9d9 solid;
  }
}
@media all and (max-width: 750px){
  .boxBusiness04 .boxCont01FOne:not(:last-child) .boxImg:after {
    width: 0.5em;
    height: 0.5em;
    border: 0.5em rgba(255,255,255,0) solid;
    border-left: 0.8em #d9d9d9 solid;
  }
}

.boxBusiness04 .boxCont01FOne:nth-child(4) .boxImg img {
  width: 107.93%;
  max-width: none;
}

.boxBusiness04 .boxCont01FOne .p01 {
  position: absolute;
  top: 0.1em;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.boxBusiness04 .boxCont01FOne .p01 .txtNum {
  margin-bottom: 0.32em;
  background: linear-gradient(135deg, #d4eaf6 0%, #0c8fe5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.0;
  letter-spacing: 0.03em;
  font-family: var(--base-font-en);
  font-size: 4.0rem;
  font-weight: 500;
}
@media all and (max-width: 1360px){
  .boxBusiness04 .boxCont01FOne .p01 .txtNum {
    font-size: 3.0rem;
  }
}
@media all and (max-width: 750px){
  .boxBusiness04 .boxCont01FOne .p01 .txtNum {
    margin-bottom: 0.2em;
    font-size: 1.8rem;
  }
}

.boxBusiness04 .boxCont01FOne .p01 .txtStr {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: pre;
  letter-spacing: 0.16em;
  font-size: 1.7rem;
  font-weight: 500;
  color: #303030;
}
@media all and (max-width: 1360px){
  .boxBusiness04 .boxCont01FOne .p01 .txtStr {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 750px){
  .boxBusiness04 .boxCont01FOne .p01 .txtStr {
    letter-spacing: 0.1em;
    font-size: 1.0rem;
  }
}

.boxBusiness04 .boxCont01FOne .p01 .txtStr .txtStrNum {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  -ms-writing-mode: lr-tb;
  padding: 0.06em 0;
}

.boxBusiness04 .boxCont01FOne .p01 .txtStr .txtStrNum .txtChara {
  position: relative;
  padding-top: 1.0em;
}

.boxBusiness04 .boxCont01FOne .p01 .txtStr .txtStrNum .txtChara:before {
  content: '';
  position: absolute;
  top: 0.1em;
  left: -0.07em;
  right: 0;
  width: 1px;
  height: 0.8em;
  margin: auto;
  background-color: #303030;
  transform: rotate(30deg);
}

.boxBusiness04 .boxCont01FOne .dl01 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.boxBusiness04 .boxCont01FOne:nth-child(1) .dl01 {
  width: 213%;
}

.boxBusiness04 .boxCont01FOne .dl01 > dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.0em;
  margin-bottom: 0.62em;
  border-radius: 3.0em;
  background-color: #fcf25c;
  letter-spacing: 0.12em;
  font-size: 1.55rem;
  font-weight: 600;
}
@media all and (max-width: 750px){
  .boxBusiness04 .boxCont01FOne .dl01 > dt {
    height: 2.5em;
    border-radius: 2.5em;
    font-size: 0.9rem;
  }
}

.boxBusiness04 .boxCont01FOne .dl01 > dd {
  letter-spacing: 0.13em;
  font-size: 1.12rem;
  color: #727272;
}
@media all and (max-width: 750px){
  .boxBusiness04 .boxCont01FOne .dl01 > dd {
    letter-spacing: 0.12em;
    font-size: 0.8rem;
  }
}

.boxBusiness05Wrap {
  position: relative;
  z-index: 2;
  margin-top: -5.3em;
  padding-top: 6.4em;
  padding-bottom: 10.5em;
  border-top-left-radius: 6.0em;
  border-top-right-radius: 6.0em;
  background-color: #fbfbfd;
}
@media all and (max-width: 750px){
  .boxBusiness05Wrap {
    padding-top: 2.5em;
    border-top-left-radius: 3.0em;
    border-top-right-radius: 3.0em;
  }
}

.boxBusiness05 .ttl01 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6.4em;
}
@media all and (max-width: 750px){
  .boxBusiness05 .ttl01 {
    margin-bottom: 2.0em;
  }
}

.boxBusiness05 .ttl01 .ttlEn {
  margin-bottom: 0.2em;
  background: linear-gradient(to right, #7fb6e9 0%, #cbd9dc 50%, #efd5a3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
  letter-spacing: 0.01em;
  font-family: var(--base-font-en);
  font-size: 6.8rem;
  font-weight: 300;
  white-space: nowrap;
}
@media all and (max-width: 750px){
  .boxBusiness05 .ttl01 .ttlEn {
    font-size: 2.0rem;
  }
}

.boxBusiness05 .ttl01 .ttlEn .txt01 {
  line-height: 1.0;
  letter-spacing: normal;
  font-size: 8.3rem;
  font-weight: 500;
}
@media all and (max-width: 750px){
  .boxBusiness05 .ttl01 .ttlEn .txt01 {
    font-size: 2.3rem;
  }
}

.boxBusiness05 .ttl01 .ttlJa {
  letter-spacing: 0.1em;
  font-size: 2.5rem;
}
@media all and (max-width: 750px){
  .boxBusiness05 .ttl01 .ttlJa {
    letter-spacing: 0.08em;
    font-size: 1.05rem;
  }
}

.boxBusiness05 .boxCont01FOne {
  margin-bottom: 9.76em;
}
@media all and (max-width: 750px){
  .boxBusiness05 .boxCont01FOne {
    margin-bottom: 3.5em;
  }
  .boxBusiness05 .boxCont01FOne:last-child {
    margin-bottom: 0;
  }
}

.boxBusiness05 .boxCsnkSliderHorizontal01Wrap {
  margin-bottom: 6.6em;
}
@media all and (max-width: 750px){
  .boxBusiness05 .boxCsnkSliderHorizontal01Wrap {
    margin-bottom: 4.0em;
  }
}

.boxBusiness05 .boxCsnkSliderHorizontal01 {
  width: 828px;
}
@media all and (max-width: 750px){
  .boxBusiness05 .boxCsnkSliderHorizontal01 {
    overflow: visible;
    width: 100%;
  }
}

.boxBusiness05 .boxCsnkSliderHorizontal01 .slider .slides > li {
  position: relative;
  padding: 0 0.93em;
}
@media all and (max-width: 750px){
  .boxBusiness05 .boxCsnkSliderHorizontal01 .slider .slides > li {
    padding: 0 0.5em;
  }
}

.boxBusiness05 .boxCsnkSliderHorizontal01 .slider .slides > li .boxImg {
  overflow: hidden;
  height: 100%;
  border-radius: 2.9em;
}
@media all and (max-width: 750px){
  .boxBusiness05 .boxCsnkSliderHorizontal01 .slider .slides > li .boxImg {
    border-radius: 1.0em;
  }
}

.boxBusiness05 .boxCsnkSliderHorizontal01 .slider .slides > li .boxImg .imgMain {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.boxBusiness05 .boxCsnkSliderHorizontal01 .slider .slides > li .pCaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86%;
  min-height: 3.6em;
  margin: auto;
  padding: 0.8em 1.0em;
  border-top-left-radius: 1.5em;
  border-top-right-radius: 1.5em;
  background-color: rgb(42, 31, 13, 0.26);
  letter-spacing: 0.08em;
  font-size: 1.13rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxBusiness05 .boxCsnkSliderHorizontal01 .slider .slides > li .pCaption {
    border-top-left-radius: 1.0em;
    border-top-right-radius: 1.0em;
    font-size: 0.8rem;
  }
}

.boxBusiness05 .boxCsnkSliderHorizontal01 .ulSlideNavi {
  bottom: -2.77em;
}
@media all and (max-width: 750px){
  .boxBusiness05 .boxCsnkSliderHorizontal01 .ulSlideNavi {
    bottom: -2.0em;
  }
}

.boxBusiness05 .boxCsnkSliderHorizontal01.typeCircle .ulSlideNavi > li {
  width: 0.8em;
  height: 0.8em;
  margin: 0 0.42em;
  border: 1px #0c8ee1 solid;
  border-radius: 0.8em;
  background-color: #fff;
  aspect-ratio: 1 / 1;
}
.boxBusiness05 .boxCsnkSliderHorizontal01.typeCircle .ulSlideNavi > li.current {
  background-color: #0c8ee1;
}

.boxBusiness05 .boxCont01FOne .boxTxt {
  display: flex;
  justify-content: flex-start;
}
@media all and (max-width: 750px){
  .boxBusiness05 .boxCont01FOne .boxTxt {
    display: block;
  }
}

.boxBusiness05 .boxCont01FOne .boxTxtL {
  width: 76.7%;
  padding: 0 4% 0 12.5%;
}
@media all and (max-width: 1320px){
  .boxBusiness05 .boxCont01FOne .boxTxtL {
    width: 72%;
  }
}
@media all and (max-width: 750px){
  .boxBusiness05 .boxCont01FOne .boxTxtL {
    width: 100%;
    margin-bottom: 1.5em;
    padding: 0 0 0 12.5%;
  }
}

.boxBusiness05 .boxCont01FOne .boxTxtL .ttl02 {
  position: relative;
  left: -0.03em;
  margin-top: -0.08em;
  margin-bottom: 1.9em;
  line-height: 1.0;
  letter-spacing: 0.11em;
  font-size: 2.75rem;
}
@media all and (max-width: 750px){
  .boxBusiness05 .boxCont01FOne .boxTxtL .ttl02 {
    left: 0;
    margin-top: 0;
    margin-bottom: 1.2em;
    font-size: 1.3rem;
  }
}

.boxBusiness05 .boxCont01FOne .boxTxtL .ttl02:before {
  content: '';
  position: absolute;
  top: 0.48em;
  left: -0.56em;
  display: block;
  width: 0.23em;
  border-radius: 0.23em;
  background-color: #0c8fe5;
  aspect-ratio: 1 / 1;
}

.boxBusiness05 .boxCont01FOne .boxTxtL .ttl02:after {
  content: '';
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.boxBusiness05 .boxCont01FOne.no01 .boxTxtL .ttl02:after {
  top: -1.14em;
  right: 104.9%;
  width: 3.013em;
  background-image: url('./../../images/business/business05-icn-deco0101.png');
  aspect-ratio: 116 / 348;
}
.boxBusiness05 .boxCont01FOne.no02 .boxTxtL .ttl02:after {
  top: -0.75em;
  right: 104.5%;
  width: 3.6885em;
  background-image: url('./../../images/business/business05-icn-deco0102.png');
  aspect-ratio: 142 / 288;
}
.boxBusiness05 .boxCont01FOne.no03 .boxTxtL .ttl02:after {
  top: -0.55em;
  right: 101.3%;
  width: 4.5975em;
  background-image: url('./../../images/business/business05-icn-deco0103.png');
  aspect-ratio: 177 / 285;
}
.boxBusiness05 .boxCont01FOne.no04 .boxTxtL .ttl02:after {
  top: -0.6em;
  right: 104.9%;
  width: 3.5585em;
  background-image: url('./../../images/business/business05-icn-deco0104.png');
  aspect-ratio: 137 / 333;
}
@media all and (max-width: 750px){
  .boxBusiness05 .boxCont01FOne.no01 .boxTxtL .ttl02:after {
    right: 103.5%;
    width: 2.2em;
  }
  .boxBusiness05 .boxCont01FOne.no02 .boxTxtL .ttl02:after {
    right: 105.5%;
    width: 2.1em;
  }
  .boxBusiness05 .boxCont01FOne.no03 .boxTxtL .ttl02:after {
    right: 101.3%;
    width: 2.9em;
  }
  .boxBusiness05 .boxCont01FOne.no04 .boxTxtL .ttl02:after {
    right: 105.7%;
    width: 2.0em;
  }
}

.boxBusiness05 .boxCont01FOne .boxTxtL .ttl03 {
  margin-bottom: 1.07em;
  padding-left: 0.15em;
  letter-spacing: 0.17em;
  font-size: 1.6rem;
  font-weight: 600;
}
@media all and (max-width: 750px){
  .boxBusiness05 .boxCont01FOne .boxTxtL .ttl03 {
    margin-bottom: 1.0em;
    padding-left: 0;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
  }
}

.boxBusiness05 .boxCont01FOne .boxTxtR {
  width: calc(100% - 76.7%);
}
@media all and (max-width: 1320px){
  .boxBusiness05 .boxCont01FOne .boxTxtR {
    width: calc(100% - 72.0%);
  }
}
@media all and (max-width: 750px){
  .boxBusiness05 .boxCont01FOne .boxTxtR {
    width: 100%;
  }
}

.boxBusiness05 .boxCont01FOne .boxTxtRIn {
  height: 100%;
  padding: 2.6em 8% 2.6em 12%;
  border-radius: 1.3em;
  background-color: #fff;
  box-shadow: 0 0 3.0em 0 #e3e8f0;
}
@media all and (max-width: 1440px){
  .boxBusiness05 .boxCont01FOne .boxTxtRIn {
    padding: 2.6em 5% 2.6em 7%;
  }
}
@media all and (max-width: 750px){
  .boxBusiness05 .boxCont01FOne .boxTxtRIn {
    padding: 1.7em 5% 1.7em 7%;
  }
}

.boxBusiness05 .boxCont01FOne .boxTxtRIn .ttl04 {
  position: relative;
  left: -0.28em;
  margin-bottom: 1.68em;
  padding-bottom: 1.1em;
  text-align: center;
  letter-spacing: 0.19em;
  font-size: 1.6rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxBusiness05 .boxCont01FOne .boxTxtRIn .ttl04 {
    font-size: 1.1rem;
  }
}

.boxBusiness05 .boxCont01FOne .boxTxtRIn .ttl04:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2.7em;
  height: 3px;
  margin: auto;
  background-color: #fcf25c;
}

.boxBusiness05 .boxCont01FOne .boxTxtRIn .ulBase02 > li {
  margin-bottom: 0.75em;
  letter-spacing: 0.16em;
}

.boxBusiness06Wrap {
  position: relative;
  z-index: 2;
  margin-top: -5.5em;
  margin-bottom: -8.52em;
  padding-top: 8.85em;
  padding-bottom: 18.0em;
  border-top-left-radius: 6.5em;
  border-top-right-radius: 6.5em;
  background-image: url('./../../images/business/business06-img01.png');
  background-repeat: no-repeat;
  background-position: calc(100% + 0.53em) -6.0em;
  background-size: auto auto;
  background-color: #fff;
  box-shadow: 0 0 3.0em 0 #e6dfd4;
}
@media all and (max-width: 750px){
  .boxBusiness06Wrap {
    margin-bottom: -2.0em;
    padding-top: 3em;
    padding-bottom: 7.5em;
    border-top-left-radius: 3em;
    border-top-right-radius: 3em;
    background-size: 80% auto;
  }
}

.boxBusiness06 {
  position: relative;
}

@media all and (max-width: 750px){
  .boxBusiness06 .boxTtl {
    margin-bottom: 2.0em;
  }
}

.boxBusiness06 .boxTtl .ttl01 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .boxBusiness06 .boxTtl .ttl01 {
    margin-bottom: 0.4em;
  }
}

.boxBusiness06 .boxTtl .ttl01 .ttlEn {
  position: relative;
  left: -0.07em;
  line-height: 1.1;
  letter-spacing: 0.018em;
  font-family: var(--base-font-en);
  font-size: 5.7em;
  font-weight: 600;
  color: #0c8fe5;
}
@media all and (max-width: 750px){
  .boxBusiness06 .boxTtl .ttl01 .ttlEn {
    font-size: 2.8em;
  }
}

.boxBusiness06 .boxTtl .ttl01 .ttlJa {
  padding-left: 0.1em;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 2.05rem;
  font-weight: 600;
}
@media all and (max-width: 750px){
  .boxBusiness06 .boxTtl .ttl01 .ttlJa {
    padding-left: 0;
    font-size: 1.2rem;
  }
}

.boxBusiness06 .boxTtl .pTtl {
  margin-top: -2.5em;
  padding-left: 10.0em;
}
@media all and (max-width: 750px){
  .boxBusiness06 .boxTtl .pTtl {
    margin-top: 0;
    padding-left: 0;
  }
}

.boxBusiness06 .boxTtl .pTtl > span {
  position: relative;
  padding-left: 1.45em;
  letter-spacing: 0.186em;
  font-size: 1.27rem;
  color: #0c8fe5;
}
@media all and (max-width: 750px){
  .boxBusiness06 .boxTtl .pTtl > span {
    padding-left: 1.0em;
    letter-spacing: 0.08em;
    font-size: 0.88rem;
  }
}

.boxBusiness06 .boxTtl .pTtl > span:before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.5em;
  background-color: #fcf25c;
}

.boxBusiness06 .boxLink {
  position: absolute;
  top: 0.7em;
  left: 40.83em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media all and (max-width: 750px){
  .boxBusiness06 .boxLink {
    position: relative;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: flex-start;
  }
}

.boxBusiness06 .boxLink a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.55em;
  height: 2.88em;
  margin-right: 0.85em;
  border-radius: 2.88em;
  letter-spacing: 0.1em;
  font-family: var(--base-font-en);
  font-size: 1.66em;
}
.boxBusiness06 .boxLink a.linkMyNavi {
  border: 2px #00b5f1 solid;
  background-color: #fcfcfc;
}
.boxBusiness06 .boxLink a.linkRecruit {
  background-color: #0c8fe5;
  color: #fff;
}
@media all and (max-width: 1180px){
  .boxBusiness06 .boxLink a {
    width: 10.0em;
  }
}
@media all and (max-width: 750px){
  .boxBusiness06 .boxLink a {
    width: 48%;
    font-size: 1.0em;
  }
  .boxBusiness06 .boxLink a.linkMyNavi {
    margin-right: 4%;
  }
  .boxBusiness06 .boxLink a.linkRecruit {
    margin-right: 0;
  }
}

@media all and (max-width: 750px){
  .boxBusiness06 .boxLink a.linkMyNavi img {
    max-width: 70%;
  }
}


/*##### Data #####*/
.boxDataTopWrap {
  padding-top: 0.26em;
  padding-bottom: 7.45em;
}
@media all and (max-width: 750px){
  .boxDataTopWrap {
    padding-top: 0;
    padding-bottom: 3.0em;
  }
}

.boxDataTop .boxBaseCopy .ttlBaseCopy {
  margin-bottom: 1.66em;
  letter-spacing: 0.18em;
}
@media all and (max-width: 750px){
  .boxDataTop .boxBaseCopy .ttlBaseCopy {
    margin-bottom: 1.0em;
    letter-spacing: 0.12em;
  }
}

.boxData01Wrap {
  padding-top: 7.9em;
  padding-bottom: 8.0em;
  background-color: #fdf9ed;
}
@media all and (max-width: 750px){
  .boxData01Wrap {
    padding-top: 3.0em;
    padding-bottom: 1.5em;
  }
}

.boxData01 .boxCont01 {
  display: flex;
  justify-content: flex-start;
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01 {
    display: block;
  }
  .boxData01 .boxCont01.no03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.boxData01 .boxCont01 .boxCont01One {
  overflow: hidden;
  position: relative;
  border-radius: 2.0em;
  background-color: #fff;
}
.boxData01 .boxCont01.no01 .boxCont01One,
.boxData01 .boxCont01.no02 .boxCont01One {
  margin-bottom: 4.0em;
}
.boxData01 .boxCont01.no01 .boxCont01One.typeLeft {
  width: 31.6%;
  margin-right: 2.6%;
  padding-bottom: 6.75em;
}
.boxData01 .boxCont01.no01 .boxCont01One.typeRight {
  position: relative;
  width: calc(100% - (31.6% + 2.6%));
  padding-bottom: 6.75em;
}
.boxData01 .boxCont01.no02 .boxCont01One {
  width: 31.6%;
  margin-right: calc((100% - 31.6% * 3) / 2);
}
.boxData01 .boxCont01.no02 .boxCont01One.no0201 {
  padding-bottom: 6.8%;
  background-image: url('./../../images/data/data02-img0301.png');
  background-repeat: no-repeat;
  background-position: center calc(50% + 3.7em);
  background-size: auto auto;
}
.boxData01 .boxCont01.no02 .boxCont01One.no0202 {
  padding-bottom: 16.6%;
  background-image: url('./../../images/data/data02-img04.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.boxData01 .boxCont01.no02 .boxCont01One.no0203 {
  padding-bottom: 16.6%;
  background-image: url('./../../images/data/data02-img05.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.boxData01 .boxCont01.no02 .boxCont01One.no0203 {
  margin-right: 0;
}
.boxData01 .boxCont01.no03 .boxCont01One {
  width: 23.1%;
  margin-right: calc((100% - 23.1% * 4) / 3);
  padding-bottom: 5.94%;
}
.boxData01 .boxCont01.no03 .boxCont01One.no0304 {
  margin-right: 0;
}
@media all and (max-width: 1600px){
  .boxData01 .boxCont01.no02 .boxCont01One.no0202 {
    background-position: center bottom;
    background-size: 100% auto;
  }
}
@media all and (max-width: 1810px){
  .boxData01 .boxCont01.no02 .boxCont01One.no0201 {
    background-size: 91% auto;
  }
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01 .boxCont01One {
    border-radius: 1.0em;
  }
  .boxData01 .boxCont01.no01 .boxCont01One,
  .boxData01 .boxCont01.no02 .boxCont01One {
    margin-bottom: 2.0em;
  }
  .boxData01 .boxCont01.no01 .boxCont01One.typeLeft {
    width: 100%;
    margin-right: 0;
    padding-bottom: 3.2em;
  }
  .boxData01 .boxCont01.no01 .boxCont01One.typeRight {
    width: 100%;
    padding-bottom: 9.0em;
  }
  .boxData01 .boxCont01.no02 .boxCont01One {
    width: 100%;
    margin-right: 0;
  }
  .boxData01 .boxCont01.no02 .boxCont01One.no0201 {
    padding-bottom: 17.0%;
    background-position: center calc(50% + 1.9em);
    background-size: 72% auto;
  }
  .boxData01 .boxCont01.no02 .boxCont01One.no0202 {
    padding-bottom: 60.0%;
  }
  .boxData01 .boxCont01.no02 .boxCont01One.no0203 {
    padding-bottom: 46.6%;
  }
  .boxData01 .boxCont01.no03 .boxCont01One {
    width: 48%;
    margin-right: calc(100% - 48% * 2);
    margin-bottom: 2.0em;
    padding-bottom: 15%;
  }
  .boxData01 .boxCont01.no03 .boxCont01One:nth-child(2n) {
    margin-right: 0;
  }
}

.boxData01 .boxCont01 .boxCont01One .ttl01 {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 22.0em;
  height: 7.45em;
  padding: 0.85em 2.1em 0.5em 2.5em;
  border-bottom-right-radius: 2.0em;
  background-color: #0c8fe5;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 1600px){
  .boxData01 .boxCont01 .boxCont01One .ttl01 {
    height: 6.45em;
  }
}
@media all and (max-width: 1380px){
  .boxData01 .boxCont01 .boxCont01One .ttl01 {
    padding: 0.85em 1.3em 0.5em 1.5em;
  }
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01 .boxCont01One .ttl01 {
    width: 100%;
    min-width: auto;
    height: 4.0em;
    padding: 0.6em 1.0em 0.5em 1.0em;
    border-bottom-right-radius: 1.0em;
  }
  .boxData01 .boxCont01.no03 .boxCont01One .ttl01 {
    padding: 0.6em 0.4em 0.5em 0.5em;
  }
}

.boxData01 .boxCont01 .boxCont01One .ttl01 .ttlEn {
  position: relative;
  margin-bottom: 0.1em;
  padding-left: 1.0em;
  letter-spacing: 0.085em;
  font-family: var(--base-font-en);
  font-size: 1.1rem;
  color: #fff;
}
@media all and (max-width: 1260px){
  .boxData01 .boxCont01 .boxCont01One .ttl01 .ttlEn {
    font-size: 1.22vw;
  }
}
@media all and (max-width: 1135px){
  .boxData01 .boxCont01 .boxCont01One .ttl01 .ttlEn {
    font-size: 0.99rem;
  }
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01 .boxCont01One .ttl01 .ttlEn {
    padding-left: 0.8em;
    letter-spacing: normal;
    font-size: 0.73rem;
  }
}

.boxData01 .boxCont01 .boxCont01One .ttl01 .ttlEn:before {
  content: '';
  position: absolute;
  top: 0.47em;
  left: 0.05em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.5em;
  background-color: #fcf25c;
}
@media all and (max-width: 1135px){
  .boxData01 .boxCont01 .boxCont01One .ttl01 .ttlEn:before {
    top: 0.34em;
  }
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01 .boxCont01One .ttl01 .ttlEn:before {
    top: 0.4em;
  }
}

.boxData01 .boxCont01 .boxCont01One .ttl01 .ttlJa {
  letter-spacing: 0.055em;
  font-size: 2.44rem;
  color: #fcf25c;
}
@media all and (max-width: 1600px){
  .boxData01 .boxCont01 .boxCont01One .ttl01 .ttlJa {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 1470px){
  .boxData01 .boxCont01 .boxCont01One .ttl01 .ttlJa {
    font-size: 2.0rem;
  }
}
@media all and (max-width: 1260px){
  .boxData01 .boxCont01 .boxCont01One .ttl01 .ttlJa {
    font-size: 2.22vw;
  }
}
@media all and (max-width: 1135px){
  .boxData01 .boxCont01 .boxCont01One .ttl01 .ttlJa {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01 .boxCont01One .ttl01 .ttlJa {
    font-size: 1.13rem;
  }
}

.boxData01 .boxCont01.no01 .boxCont01One01 {
  position: relative;
  padding: 11.7% 5% 0 6.7%;
  color: #0c8fe5;
}
@media all and (max-width: 1810px){
  .boxData01 .boxCont01.no01 .boxCont01One01 {
    padding: 15.7% 5% 0 6.7%;
  }
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01.no01 .boxCont01One01 {
    padding: 15.7% 5% 0 10.5%;
  }
}

.boxData01 .boxCont01.no01 .boxCont01One01:before {
  content: '';
  position: absolute;
  top: 10%;
  left: 52.7%;
  width: 40%;
  background-image: url('./../../images/data/data01-img0101.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  aspect-ratio: 2288.44 / 1821.89;
}
@media all and (max-width: 1810px){
  .boxData01 .boxCont01.no01 .boxCont01One01:before {
    top: 15%;
  }
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01.no01 .boxCont01One01:before {
    top: 20%;
    left: 54.5%;
    width: 35%;
  }
}

.boxData01 .boxCont01.no01 .boxCont01One01 .txtNum {
  line-height: 1.0;
  font-family: var(--base-font-en);
  font-size: 9.6rem;
  font-weight: 700;
  opacity: 0;
}
.boxData01 .boxCont01.no01 .boxCont01One01 .txtNum.active {
  opacity: 1;
}
@media all and (max-width: 1810px){
  .boxData01 .boxCont01.no01 .boxCont01One01 .txtNum {
    font-size: 7.03vw;
  }
}
@media all and (max-width: 1135px){
  .boxData01 .boxCont01.no01 .boxCont01One01 .txtNum {
    font-size: 5.7rem;
  }
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01.no01 .boxCont01One01 .txtNum {
    font-size: 4.5rem;
  }
}

.boxData01 .boxCont01.no01 .boxCont01One01 .txtUnit {
  position: relative;
  top: -0.07em;
  left: 0.02em;
  font-size: 3.6rem;
  font-weight: 700;
}
@media all and (max-width: 1810px){
  .boxData01 .boxCont01.no01 .boxCont01One01 .txtUnit {
    font-size: 2.79vw;
  }
}
@media all and (max-width: 1135px){
  .boxData01 .boxCont01.no01 .boxCont01One01 .txtUnit {
    font-size: 2.27rem;
  }
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01.no01 .boxCont01One01 .txtUnit {
    font-size: 1.9rem;
  }
}

.boxData01 .boxCont01.no01 .boxCont01One02 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8.3% 7.3% 0 7.3%;
  color: #0c8fe5;
}

.boxData01 .boxCont01.no01 .boxCont01One02 .dl01 {
  width: 47.5%;
  margin-right: calc(100% - 47.5% * 2);
}
.boxData01 .boxCont01.no01 .boxCont01One02 .dl01:nth-child(2) {
  margin-right: 0;
}

.boxData01 .boxCont01.no01 .boxCont01One02 .dl01 > dt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.66em;
  padding: 0.1em 0.5em 0.2em 0.84em;
  border-radius: 1.66em;
  background-color: #def1fe;
  line-height: 1.0;
  letter-spacing: 0.4em;
  font-size: 1.95rem;
  font-weight: 700;
}
@media all and (max-width: 1810px){
  .boxData01 .boxCont01.no01 .boxCont01One02 .dl01 > dt {
    font-size: 1.42vw;
  }
}
@media all and (max-width: 1135px){
  .boxData01 .boxCont01.no01 .boxCont01One02 .dl01 > dt {
    font-size: 1.15rem;
  }
}

.boxData01 .boxCont01.no01 .boxCont01One02 .dl01 > dt:after {
  content: '';
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
  display: block;
  width: 0.4em;
  height: 0.4em;
  margin: auto;
  border: 0.4em rgba(255,255,255,0) solid;
  border-top: 0.65em #def1fe solid;
  aspect-ratio: 1 / 1;
}

.boxData01 .boxCont01.no01 .boxCont01One02 .dl01 > dd {
  position: relative;
  padding-top: 1.5em;
  padding-left: 33.6%;
  white-space: nowrap;
}
.boxData01 .boxCont01.no01 .boxCont01One02 .dl01.typeWomen > dd {
  padding-left: 37.3%;
}

.boxData01 .boxCont01.no01 .boxCont01One02 .dl01 > dd:before {
  content: '';
  position: absolute;
  top: 1.4em;
  left: 0;
  width: 3.7em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  aspect-ratio: 52 / 78;
}
.boxData01 .boxCont01.no01 .boxCont01One02 .dl01.typeMen > dd:before {
  left: 0.7em;
  background-image: url('./../../images/data/data01-img0102.png');
}
.boxData01 .boxCont01.no01 .boxCont01One02 .dl01.typeWomen > dd:before {
  left: 0.85em;
  background-image: url('./../../images/data/data01-img0103.png');
}
@media all and (max-width: 1810px){
  .boxData01 .boxCont01.no01 .boxCont01One02 .dl01 > dd:before {
    width: 23%;
  }
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01.no01 .boxCont01One02 .dl01.typeMen > dd:before {
    left: 0.5em;
  }
  .boxData01 .boxCont01.no01 .boxCont01One02 .dl01.typeWomen > dd:before {
    left: 0.65em;
  }
}

.boxData01 .boxCont01.no01 .boxCont01One02 .dl01 > dd .txtNum {
  line-height: 1.06;
  letter-spacing: 0.04em;
  font-family: var(--base-font-en);
  font-size: 5.7rem;
  opacity: 0;
}
.boxData01 .boxCont01.no01 .boxCont01One02 .dl01 > dd .txtNum.active {
  opacity: 1;
}
@media all and (max-width: 1810px){
  .boxData01 .boxCont01.no01 .boxCont01One02 .dl01 > dd .txtNum {
    font-size: 4.16vw;
  }
}
@media all and (max-width: 1135px){
  .boxData01 .boxCont01.no01 .boxCont01One02 .dl01 > dd .txtNum {
    font-size: 3.37rem;
  }
}

.boxData01 .boxCont01.no01 .boxCont01One02 .dl01 > dd .txtUnit {
  position: relative;
  top: -0.13em;
  left: -0.08em;
  line-height: 1.0;
  font-size: 2.25rem;
  font-weight: 700;
}
@media all and (max-width: 1810px){
  .boxData01 .boxCont01.no01 .boxCont01One02 .dl01 > dd .txtUnit {
    font-size: 1.65vw;
  }
}
@media all and (max-width: 1135px){
  .boxData01 .boxCont01.no01 .boxCont01One02 .dl01 > dd .txtUnit {
    font-size: 1.35rem;
  }
}

.boxData01 .boxCont01.no01 .boxCont01One03 {
  position: relative;
  padding-right: 1%;
  text-align: center;
}
@media all and (max-width: 1730px){
  .boxData01 .boxCont01.no01 .boxCont01One03 {
    margin-top: 1.0em;
  }
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01.no01 .boxCont01One03 {
    margin-top: 5.6em;
    padding-right: 0;
  }
}

.boxData01 .boxCont01.no01 .boxCont01One03 .img02Data01 {
  margin-top: -0.55em;
}
@media all and (max-width: 1810px){
  .boxData01 .boxCont01.no01 .boxCont01One03 .img02Data01 {
    width: 54.69%;
  }
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01.no01 .boxCont01One03 .img02Data01 {
    width: 64%;
    margin-top: 0;
    margin-right: 0.45em;
  }
}

.boxData01 .boxCont01.no01 .boxCont01One03 .txtTtl {
  position: absolute;
  top: 38.6%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
  font-family: var(--base-font-en02);
  color: #0c8fe5;
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01.no01 .boxCont01One03 .txtTtl {
    top: 34.0%;
    padding-left: 0.2em;
    text-shadow: 0 0 3px #fff;
  }
}

.boxData01 .boxCont01.no01 .boxCont01One03 .txtTtl .txtTtl01 {
  margin-bottom: 0.2em;
  letter-spacing: 0.01em;
  font-size: 1.85rem;
  font-weight: 500;
}
@media all and (max-width: 1810px){
  .boxData01 .boxCont01.no01 .boxCont01One03 .txtTtl .txtTtl01 {
    font-size: 1.43vw;
  }
}
@media all and (max-width: 1135px){
  .boxData01 .boxCont01.no01 .boxCont01One03 .txtTtl .txtTtl01 {
    font-size: 1.16rem;
  }
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01.no01 .boxCont01One03 .txtTtl .txtTtl01 {
    font-size: 0.7rem;
  }
}

.boxData01 .boxCont01.no01 .boxCont01One03 .txtTtl .txtTtl02 {
  letter-spacing: 0.02em;
  font-size: 2.4rem;
  font-weight: 700;
}
@media all and (max-width: 1810px){
  .boxData01 .boxCont01.no01 .boxCont01One03 .txtTtl .txtTtl02 {
    font-size: 1.86vw;
  }
}
@media all and (max-width: 1135px){
  .boxData01 .boxCont01.no01 .boxCont01One03 .txtTtl .txtTtl02 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01.no01 .boxCont01One03 .txtTtl .txtTtl02 {
    font-size: 0.9rem;
  }
}

.boxData01 .boxCont01.no01 .boxCont01One03 .dl01 {
  position: absolute;
  z-index: 2;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no01,
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no03 {
  left: 75.9%;
  width: 17.7%;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no02,
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no04,
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no05 {
  left: 6.35%;
  width: 17.0%;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no01 {
  top: -5.4%;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no02 {
  top: 11.7%;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no03 {
  top: 41.4%;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no04 {
  top: 47.0%;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no05 {
  top: 82.5%;
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no01,
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no03 {
    left: 72.0%;
    width: 25.0%;
  }
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no02,
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no04,
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no05 {
    left: 3%;
    width: 26.5%;
  }
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no01 {
    top: -28.0%;
    left: 66.7%;
    width: 29.0%;
  }
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no02 {
    top: -28.0%;
    left: 35.4%;
    width: 29.0%;
  }
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no03 {
    top: 97.6%;
    left: 67.0%;
    width: 29%;
  }
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no04 {
    top: -28.0%;
    left: 4%;
    width: 29.0%;
  }
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no05 {
    top: 97.6%;
    left: 4.2%;
    width: 29%;
  }
}

.boxData01 .boxCont01.no01 .boxCont01One03 .dl01 > dt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.6em;
  padding: 0.1em 0.5em 0.2em 0.6em;
  border-radius: 1.6em;
  letter-spacing: 0.1em;
  font-size: 1.7rem;
  font-weight: 700;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.typeSmall > dt {
  height: 1.71em;
  border-radius: 1.71em;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no01 > dt {
  background-color: #0c8fe5;
  color: #fff;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no02 > dt {
  background-color: #19a664;
  color: #fff;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no03 > dt {
  background-color: #f15145;
  color: #fff;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no04 > dt {
  background-color: #fcf25c;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no05 > dt {
  background-color: #b277d8;
  color: #fff;
}
@media all and (max-width: 1810px){
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01 > dt {
    font-size: 1.31vw;
  }
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01.typeSmall > dt {
    font-size: 1.237vw;
  }
}
@media all and (max-width: 1135px){
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01 > dt {
    font-size: 1.06rem;
  }
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01.typeSmall > dt {
    font-size: 1.005rem;
  }
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01 > dt {
    padding: 0.1em 0.3em 0.2em 0.3em;
    font-size: 0.8rem;
  }
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01.typeSmall > dt {
    letter-spacing: 0.03em;
    font-size: 0.8rem;
  }
}

.boxData01 .boxCont01.no01 .boxCont01One03 .dl01 > dd {
  position: relative;
  padding-top: 0.18em;
  line-height: 1.0;
  letter-spacing: normal;
  font-size: 5.73rem;
  font-weight: 700;
  color: #0c8fe5;
  white-space: nowrap;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.typeSmall > dd {
  padding-top: 0.08em;
  font-size: 4.9rem;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no02 > dd {
  left: 0.025em;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no03 > dd {
  left: 0.05em;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no04 > dd {
  left: 0.01em;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no05 > dd {
  left: 0.07em;
}
@media all and (max-width: 1810px){
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01 > dd {
    font-size: 4.43vw;
  }
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01.typeSmall > dd {
    font-size: 3.79vw;
  }
}
@media all and (max-width: 1135px){
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01 > dd {
    font-size: 3.59rem;
  }
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01.typeSmall > dd {
    font-size: 3.1rem;
  }
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01 > dd {
    padding-top: 0.15em;
    font-size: 2.22rem;
  }
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01.typeSmall > dd {
    padding-top: 0.09em;
    font-size: 2.22rem;
  }
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no02 > dd,
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no04 > dd {
    left: 0.13em;
  }
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no03 > dd {
    left: -0.07em;
  }
}

.boxData01 .boxCont01.no01 .boxCont01One03 .dl01 > dd > span.aniWait {
  opacity: 0;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01 > dd > span.aniWait.active {
  opacity: 1;
}

.boxData01 .boxCont01.no01 .boxCont01One03 .dl01 > dd .txtNum {
  font-family: var(--base-font-en);
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no01 > dd .txtNum {
  margin-right: -0.12em;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no02 > dd .txtNum {
  margin-right: 0.01em;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no03 > dd .txtNum {
  margin-right: 0.05em;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no04 > dd .txtNum {
  margin-right: -0.05em;
  letter-spacing: 0.04em;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no05 > dd .txtNum {
  letter-spacing: 0.04em;
}

.boxData01 .boxCont01.no01 .boxCont01One03 .dl01 > dd .txtNumS {
  margin-right: -0.02em;
  font-family: var(--base-font-en);
  font-size: 4.62rem;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.typeSmall > dd .txtNumS {
  font-size: 4.3rem;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no02 > dd .txtNumS {
  margin-right: 0.01em;
  letter-spacing: -0.03em;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no03 > dd .txtNumS {
  letter-spacing: 0.05em;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no04 > dd .txtNumS {
  margin-right: 0.07em;
  letter-spacing: 0.01em;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no05 > dd .txtNumS {
  margin-right: 0.1em;
}
@media all and (max-width: 1810px){
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01 > dd .txtNumS {
    font-size: 3.54vw;
  }
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01.typeSmall > dd .txtNumS {
    font-size: 3.33vw;
  }
}
@media all and (max-width: 1135px){
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01 > dd .txtNumS {
    font-size: 2.87rem;
  }
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01.typeSmall > dd .txtNumS {
    font-size: 2.7rem;
  }
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01 > dd .txtNumS {
    font-size: 1.94rem;
  }
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01.typeSmall > dd .txtNumS {
    font-size: 1.94rem;
  }
}

.boxData01 .boxCont01.no01 .boxCont01One03 .dl01 > dd .txtUnit {
  position: relative;
  top: -0.05em;
  font-size: 2.1rem;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no02 > dd .txtUnit {
  top: 0;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no03 > dd .txtUnit {
  left: 0.12em;
}
.boxData01 .boxCont01.no01 .boxCont01One03 .dl01.no04 > dd .txtUnit {
  top: -0.03em;
}
@media all and (max-width: 1810px){
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01 > dd .txtUnit {
    font-size: 1.62vw;
  }
}
@media all and (max-width: 1135px){
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01 > dd .txtUnit {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01.no01 .boxCont01One03 .dl01 > dd .txtUnit {
    font-size: 0.9rem;
  }
}

.boxData01 .boxCont01.no01 .boxCont01One.typeRight .pCaution {
  position: absolute;
  bottom: 3.65em;
  right: 2.15em;
  font-size: 1.3rem;
  font-weight: 400;
}
@media all and (max-width: 1810px){
  .boxData01 .boxCont01.no01 .boxCont01One.typeRight .pCaution {
    font-size: 1.0vw;
  }
}
@media all and (max-width: 1470px){
  .boxData01 .boxCont01.no01 .boxCont01One.typeRight .pCaution {
    font-size: 1.05rem;
  }
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01.no01 .boxCont01One.typeRight .pCaution {
    bottom: 2.65em;
    right: 1.0em;
    font-size: 0.85rem;
  }
}

.boxData01 .boxCont01 .boxCont01One .pDate {
  position: absolute;
  right: 2.25em;
  bottom: 2.0em;
  font-size: 1.25rem;
}
@media all and (max-width: 1810px){
  .boxData01 .boxCont01 .boxCont01One .pDate {
    font-size: 0.97vw;
  }
}
@media all and (max-width: 1450px){
  .boxData01 .boxCont01 .boxCont01One .pDate {
    font-size: 1.0rem;
  }
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01 .boxCont01One .pDate {
    right: 1.0em;
    bottom: 1.0em;
    font-size: 0.85rem;
  }
}

.boxData01 .boxCont01 .boxCont01One .boxTxtImg {
  padding-top: 2.9em;
}
.boxData01 .boxCont01.no02 .boxCont01One .boxTxtImg {
  padding-top: 11.75%;
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01 .boxCont01One .boxTxtImg {
    padding-top: 1.5em;
  }
  .boxData01 .boxCont01.no02 .boxCont01One .boxTxtImg {
    padding-top: 8%;
  }
}

.boxData01 .boxCont01 .boxCont01One .boxTxt {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-left: 0.5em;
  color: #0c8fe5;
}
.boxData01 .boxCont01.no02 .boxCont01One.no0202 .boxTxt {
  position: relative;
  top: -4.8em;
  padding-left: 56.8%;
}
@media all and (max-width: 1810px){
  .boxData01 .boxCont01.no02 .boxCont01One.no0202 .boxTxt {
    top: -2.8em;
  }
}
@media all and (max-width: 1280px){
  .boxData01 .boxCont01.no02 .boxCont01One.no0202 .boxTxt {
    top: -1.8em;
  }
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01.no02 .boxCont01One.no0202 .boxTxt {
    top: 0;
  }
}

.boxData01 .boxCont01 .boxCont01One .boxTxt .txtNum {
  margin-right: 0.08em;
  line-height: 1.0;
  letter-spacing: -0.025em;
  font-family: var(--base-font-en);
  font-size: 9.6rem;
  font-weight: 700;
  opacity: 0;
}
.boxData01 .boxCont01 .boxCont01One .boxTxt .txtNum.active {
  opacity: 1;
}
.boxData01 .boxCont01.no02 .boxCont01One.no0201 .boxTxt .txtNum {
  position: relative;
  top: -0.01em;
  margin-right: 0.1em;
  margin-left: -0.12em;
  letter-spacing: 0.05em;
  font-size: 10.4rem;
}
.boxData01 .boxCont01.no02 .boxCont01One.no0202 .boxTxt .txtNum {
  margin-right: 0.06em;
}
.boxData01 .boxCont01.no03 .boxCont01One.no0301 .boxTxt .txtNum,
.boxData01 .boxCont01.no03 .boxCont01One.no0303 .boxTxt .txtNum {
  letter-spacing: 0.03em;
}
@media all and (max-width: 1810px){
  .boxData01 .boxCont01 .boxCont01One .boxTxt .txtNum {
    font-size: 7.42vw;
  }
  .boxData01 .boxCont01.no02 .boxCont01One.no0201 .boxTxt .txtNum {
    font-size: 8.04vw;
  }
}
@media all and (max-width: 1135px){
  .boxData01 .boxCont01 .boxCont01One .boxTxt .txtNum {
    font-size: 6.0rem;
  }
  .boxData01 .boxCont01.no02 .boxCont01One.no0201 .boxTxt .txtNum {
    font-size: 6.52rem;
  }
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01 .boxCont01One .boxTxt .txtNum {
    font-size: 4.5rem;
  }
  .boxData01 .boxCont01.no02 .boxCont01One.no0201 .boxTxt .txtNum {
    font-size: 4.5rem;
  }
}

.boxData01 .boxCont01 .boxCont01One .boxTxt .txtNum .txtSmall {
  position: relative;
  top: -0.01em;
  margin-left: 0.09em;
  font-size: 7.1rem;
}

.boxData01 .boxCont01 .boxCont01One .boxTxt .txtUnit {
  position: relative;
  top: -0.1em;
  font-size: 3.6rem;
}
.boxData01 .boxCont01 .boxCont01One .boxTxt .txtUnit.typeColumn {
  position: relative;
  top: -0.24em;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: pre;
  letter-spacing: 0.06em;
}
.boxData01 .boxCont01.no02 .boxCont01One.no0201 .boxTxt .txtUnit {
  top: -0.65em;
  letter-spacing: 0.05em;
  font-size: 3.85rem;
}
.boxData01 .boxCont01.no02 .boxCont01One.no0202 .boxTxt .txtUnit {
  top: -0.28em;
  font-size: 3.1rem;
}
@media all and (max-width: 1810px){
  .boxData01 .boxCont01 .boxCont01One .boxTxt .txtUnit {
    font-size: 2.81vw;
  }
  .boxData01 .boxCont01.no02 .boxCont01One.no0201 .boxTxt .txtUnit {
    font-size: 2.9588vw;
  }
  .boxData01 .boxCont01.no02 .boxCont01One.no0202 .boxTxt .txtUnit {
    font-size: 2.395vw;
  }
}
@media all and (max-width: 1135px){
  .boxData01 .boxCont01 .boxCont01One .boxTxt .txtUnit {
    font-size: 2.28rem;
  }
  .boxData01 .boxCont01.no02 .boxCont01One.no0201 .boxTxt .txtUnit {
    font-size: 2.4rem;
  }
  .boxData01 .boxCont01.no02 .boxCont01One.no0202 .boxTxt .txtUnit {
    font-size: 1.94rem;
  }
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01 .boxCont01One .boxTxt .txtUnit {
    font-size: 2.0rem;
  }
  .boxData01 .boxCont01.no02 .boxCont01One.no0201 .boxTxt .txtUnit {
    font-size: 1.8rem;
  }
  .boxData01 .boxCont01.no02 .boxCont01One.no0202 .boxTxt .txtUnit {
    font-size: 1.4rem;
  }
  .boxData01 .boxCont01.no03 .boxCont01One .boxTxt .txtUnit {
    font-size: 1.65rem;
  }
}

.boxData01 .boxCont01 .boxCont01One .boxTxt02 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10%;
  font-family: var(--base-font-en);
  font-size: 3.0rem;
}
.boxData01 .boxCont01.no02 .boxCont01One.no0201 .boxTxt02 {
  position: relative;
  top: -0.18em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 21.5%;
  line-height: 1.35;
  letter-spacing: 0.053em;
  font-family: var(--base-font-en);
  font-size: 4.0rem;
  color: #0c8fe5;
}
@media all and (max-width: 1810px){
  .boxData01 .boxCont01.no02 .boxCont01One.no0201 .boxTxt02 {
    font-size: 3.094vw;
  }
}
@media all and (max-width: 1135px){
  .boxData01 .boxCont01.no02 .boxCont01One.no0201 .boxTxt02 {
    font-size: 2.51rem;
  }
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01.no02 .boxCont01One.no0201 .boxTxt02 {
    padding-left: 26.0%;
    font-size: 1.8rem;
  }
}

.boxData01 .boxCont01.no02 .boxCont01One.no0201 .boxTxt02 > span:nth-child(1) {
  position: relative;
  letter-spacing: 0.06em;
  font-size: 4.5rem;
}
@media all and (max-width: 1810px){
  .boxData01 .boxCont01.no02 .boxCont01One.no0201 .boxTxt02 > span:nth-child(1) {
    font-size: 3.48vw;
  }
}
@media all and (max-width: 1135px){
  .boxData01 .boxCont01.no02 .boxCont01One.no0201 .boxTxt02 > span:nth-child(1) {
    font-size: 2.82rem;
  }
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01.no02 .boxCont01One.no0201 .boxTxt02 > span:nth-child(1) {
    font-size: 2.0rem;
  }
}

.boxData01 .boxCont01.no02 .boxCont01One.no0201 .boxTxt02 > span:nth-child(1):after {
  content: '';
  position: absolute;
  top: -0.28em;
  right: -2.3em;
  width: 2.0954em;
  background-image: url('./../../images/data/data02-img0302.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  aspect-ratio: 132 / 101;
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01.no02 .boxCont01One.no0201 .boxTxt02 > span:nth-child(1):after {
    right: -2.45em;
  }
}

.boxData01 .boxCont01 .boxCont01One .boxImg {
  text-align: center;
}
.boxData01 .boxCont01.no03 .boxCont01One.no0301 .boxImg {
  padding-top: 3.5em;
}
.boxData01 .boxCont01.no03 .boxCont01One.no0302 .boxImg {
  padding-top: 3.15em;
}
.boxData01 .boxCont01.no03 .boxCont01One.no0303 .boxImg {
  padding-top: 1.4em;
  padding-right: 0.6em;
}
.boxData01 .boxCont01.no03 .boxCont01One.no0304 .boxImg {
  padding-top: 2.3em;
}
@media all and (max-width: 750px){
  .boxData01 .boxCont01.no03 .boxCont01One.no0301 .boxImg {
    padding-top: 1.5em;
  }
  .boxData01 .boxCont01.no03 .boxCont01One.no0302 .boxImg {
    padding-top: 1.5em;
  }
  .boxData01 .boxCont01.no03 .boxCont01One.no0304 .boxImg {
    padding-top: 1.4em;
  }
}

@media all and (max-width: 1810px){
  .boxData01 .boxCont01.no03 .boxCont01One.no0301 .boxImg img {
    width: 58.2%;
  }
  .boxData01 .boxCont01.no03 .boxCont01One.no0302 .boxImg img {
    width: 34.8%;
  }
  .boxData01 .boxCont01.no03 .boxCont01One.no0303 .boxImg img {
    width: 46.6%;
  }
  .boxData01 .boxCont01.no03 .boxCont01One.no0304 .boxImg img {
    width: 63.3%;
  }
}

.boxData02Wrap {
  padding-top: 8.85em;
  padding-bottom: 5.6em;
}
@media all and (max-width: 750px){
  .boxData02Wrap {
    padding-top: 3.0em;
    padding-bottom: 3.0em;
  }
}

.boxData02Wrap .txtTop {
  margin-bottom: 1.2em;
  text-align: center;
}
@media all and (max-width: 750px){
  .boxData02Wrap .txtTop {
    margin-bottom: 0.7em;
  }
}

.boxData02 .ttl01 {
  margin-bottom: 2.4em;
  padding-left: 0.12em;
  text-align: center;
  letter-spacing: 0.11em;
  font-size: 2.3rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxData02 .ttl01 {
    margin-bottom: 1.5em;
    padding-left: 0;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
  }
}

.boxData02 .boxCont01FOne {
  margin-bottom: 5.95em;
}
.boxData02 .boxCont01FOne:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 750px){
  .boxData02 .boxCont01FOne {
    margin-bottom: 4.0em;
  }
}

.boxData02 .boxCont01FOne .ttl02 {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 3.78em;
  margin-bottom: 1.5em;
  padding: 0.2em 1.0em 0.3em 2.72em;
  border-top-left-radius: 0.8em;
  border-top-right-radius: 0.8em;
  background-color: #fcf25c;
  letter-spacing: 0.055em;
  font-size: 1.9rem;
}
@media all and (max-width: 750px){
  .boxData02 .boxCont01FOne .ttl02 {
    height: auto;
    min-height: 4.0em;
    margin-bottom: 1.0em;
    padding: 0.4em 0.5em 0.4em 2.5em;
    font-size: 1.0rem;
  }
}

.boxData02 .boxCont01FOne .ttl02:before {
  content: 'Q';
  position: absolute;
  top: -0.07em;
  left: -0.15em;
  line-height: 1.0;
  font-family: var(--base-font-en);
  font-size: 6.0rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxData02 .boxCont01FOne .ttl02:before {
    font-size: 3.0rem;
  }
}

.boxData02 .boxCsnkSliderArchive01 .boxSlideOne {
  width: 23%;
  margin-right: calc((100% - 23% * 4) / 3);
  padding: 2.1em 1.84485em 2.1em 2.2399em;
  border: 3px #0c8fe5 solid;
  border-radius: 1.5em;
  background-color: #ecf6fd;
  aspect-ratio: 1 / 0.925;
}
@media all and (max-width: 750px){
  .boxData02 .boxCsnkSliderArchive01 .boxSlideOne {
    width: 48.5%;
    margin-right: calc(100% - 48.5% * 2);
    padding: 1.0em 0.8em 1.0em 0.9em;
    border-radius: 1.0em;
  }
}

@media all and (max-width: 750px){
  .boxData02 .boxCsnkSliderArchive01 .boxSlideOneIn {
    width: 100%;
  }
}

.boxData02 .boxCsnkSliderArchive01 .boxSlideOneIn p {
  line-height: 2.15;
  letter-spacing: 0.09em;
  font-size: 1.2rem;
  font-weight: 700;
  color: #0c8fe5;
}
@media all and (max-width: 750px){
  .boxData02 .boxCsnkSliderArchive01 .boxSlideOneIn p {
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-size: 0.85rem;
  }
}

.boxData02 .boxCsnkSliderArchive01 .boxSlideNavi .ulSlideNavi {
  position: absolute;
  top: 107.8%;
  right: 0.8%;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxData02 .boxCsnkSliderArchive01 .boxSlideNavi .ulSlideNavi > li {
  width: 0.85em;
  height: 0.85em;
  margin-right: 0.6em;
  border-radius: 0.85em;
  background-color: #d4d4d4;
}
.boxData02 .boxCsnkSliderArchive01 .boxSlideNavi .ulSlideNavi > li.current {
  background-color: #0c8fe5;
}

.boxData02 .boxCsnkSliderArchive01 .slideNaviL,
.boxData02 .boxCsnkSliderArchive01 .slideNaviR {
  width: 5.58em;
}
.boxData02 .boxCsnkSliderArchive01 .slideNaviL {
  left: -85px;
}
.boxData02 .boxCsnkSliderArchive01 .slideNaviR {
  right: -85px;
}
@media all and (max-width: 750px){
  .boxData02 .boxCsnkSliderArchive01 .slideNaviL,
  .boxData02 .boxCsnkSliderArchive01 .slideNaviR {
    width: 2.2em;
  }
  .boxData02 .boxCsnkSliderArchive01 .slideNaviL {
    left: -4.6vw;
  }
  .boxData02 .boxCsnkSliderArchive01 .slideNaviR {
    right: -4.6vw;
  }
}

.boxData02 .boxCsnkSliderArchive01 .txtSlideNavi {
  display: none;
}


/*##### Education #####*/
.boxEducationTopWrap {
  padding-bottom: 7.3em;
}
@media all and (max-width: 750px){
  .boxEducationTopWrap {
    padding-bottom: 3.0em;
  }
}

.boxEducationTop {
  padding-top: 0.3em;
}
@media all and (max-width: 750px){
  .boxEducationTop {
    padding-top: 0;
  }
}

.boxEducationTop .boxBaseCopy .ttlBaseCopy {
  margin-bottom: 1.66em;
}
@media all and (max-width: 750px){
  .boxEducationTop .boxBaseCopy .ttlBaseCopy {
    margin-bottom: 1.0em;
  }
}

.boxEducation01Wrap {
  position: relative;
  margin-bottom: -2.0em;
  padding-top: 8.0em;
  padding-bottom: 5.7em;
}
@media all and (max-width: 750px){
  .boxEducation01Wrap {
    padding-top: 3.0em;
  }
}

.boxEducation01Wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fdf9ed;
  mix-blend-mode: multiply;
}

.boxEducation01 {
  position: relative;
  z-index: 2;
}

.boxEducation01 .boxCont01F {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  --box-one-width: 31.6%;
  gap: calc((100% - var(--box-one-width) * 3) / 2);
}
@media all and (max-width: 750px){
  .boxEducation01 .boxCont01F {
    display: block;
    --box-one-width: 100%;
    gap: 0;
  }
}

.boxEducation01 .boxCont01FOne {
  overflow: hidden;
  width: var(--box-one-width);
  margin-bottom: 3.91em;
  border-radius: 2.2em;
  background-color: #fff;
  box-shadow: 0 0 3.0em 0 rgba(219, 204, 173, 0.2);
}
@media all and (max-width: 750px){
  .boxEducation01 .boxCont01FOne {
    margin-bottom: 2.0em;
    border-radius: 1.0em;
  }
  .boxEducation01 .boxCont01FOne:last-child {
    margin-bottom: 0;
  }
}

.boxEducation01 .boxCont01FOne .boxImg {
  overflow: hidden;
  aspect-ratio: 278 / 159;
}

.boxEducation01 .boxCont01FOne .boxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.boxEducation01 .boxCont01FOne .boxTxt {
  padding: 1.95em 0 2.35em 0;
}
@media all and (max-width: 750px){
  .boxEducation01 .boxCont01FOne .boxTxt {
    padding: 1.0em 0 1.0em 0;
  }
}

.boxEducation01 .boxCont01FOne .ttl01 {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.31em;
  padding-right: 1.2em;
}
@media all and (max-width: 750px){
  .boxEducation01 .boxCont01FOne .ttl01 {
    margin-bottom: 1.0em;
    padding-right: 1.0em;
  }
}

.boxEducation01 .boxCont01FOne .ttl01 .ttlNum {
  margin-right: 0.27em;
  margin-left: -0.27em;
  line-height: 1.0;
  letter-spacing: 0.04em;
  font-family: var(--base-font-en);
  font-size: 5.3rem;
  font-weight: 700;
  color: #0c8fe5;
}
@media all and (max-width: 1680px){
  .boxEducation01 .boxCont01FOne .ttl01 .ttlNum {
    margin-right: 0.2em;
    font-size: 4.3rem;
  }
}
@media all and (max-width: 1360px){
  .boxEducation01 .boxCont01FOne .ttl01 .ttlNum {
    font-size: 3.3rem;
  }
}
@media all and (max-width: 750px){
  .boxEducation01 .boxCont01FOne .ttl01 .ttlNum {
    margin-right: 0.3em;
    font-size: 2.3rem;
  }
}

.boxEducation01 .boxCont01FOne .ttl01 .ttlStr {
  position: relative;
  top: -0.03em;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  font-weight: 700;
}
.boxEducation01 .boxCont01FOne .ttl01 .ttlStr.typeSmall {
  font-size: 2.13rem;
}
@media all and (max-width: 1800px){
  .boxEducation01 .boxCont01FOne .ttl01 .ttlStr {
    letter-spacing: 0.08em;
    font-size: 2.0rem;
  }
  .boxEducation01 .boxCont01FOne .ttl01 .ttlStr.typeSmall {
    letter-spacing: 0.08em;
    font-size: 2.0rem;
  }
}
@media all and (max-width: 1680px){
  .boxEducation01 .boxCont01FOne .ttl01 .ttlStr.typeSmall {
    letter-spacing: 0.05em;
    font-size: 1.8rem;
  }
}
@media all and (max-width: 1420px){
  .boxEducation01 .boxCont01FOne .ttl01 .ttlStr {
    letter-spacing: 0.05em;
    font-size: 1.8rem;
  }
  .boxEducation01 .boxCont01FOne .ttl01 .ttlStr.typeSmall {
    letter-spacing: 0.03em;
    font-size: 1.7rem;
  }
}
@media all and (max-width: 1360px){
  .boxEducation01 .boxCont01FOne .ttl01 .ttlStr {
    font-size: 1.7rem;
  }
  .boxEducation01 .boxCont01FOne .ttl01 .ttlStr.typeSmall {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 750px){
  .boxEducation01 .boxCont01FOne .ttl01 .ttlStr {
    font-size: 1.4rem;
  }
}

.boxEducation01 .boxCont01FOne .boxTxtIn {
  padding: 0 7%;
}
@media all and (max-width: 1230px){
  .boxEducation01 .boxCont01FOne .boxTxtIn {
    padding: 0 5%;
  }
}

.boxEducation01 .boxCont01FOne .boxTxtIn .boxBaseCom.typeLarge {
  min-height: 7.3em;
  margin-bottom: 2.5em;
}
@media all and (max-width: 1640px){
  .boxEducation01 .boxCont01FOne .boxTxtIn .boxBaseCom.typeLarge {
    min-height: 6.3em;
    margin-bottom: 2.0em;
  }
}
@media all and (max-width: 750px){
  .boxEducation01 .boxCont01FOne .boxTxtIn .boxBaseCom.typeLarge {
    min-height: auto;
    margin-bottom: 1.2em;
  }
}

.boxEducation01 .boxCont01FOne .boxTxtIn .boxBaseCom.typeLarge > p {
  line-height: 1.95;
  letter-spacing: 0.08em;
}
@media all and (max-width: 1640px){
  .boxEducation01 .boxCont01FOne .boxTxtIn .boxBaseCom.typeLarge > p {
    font-size: 1.13rem;
  }
}
@media all and (max-width: 1380px){
  .boxEducation01 .boxCont01FOne .boxTxtIn .boxBaseCom.typeLarge > p {
    font-size: 1.0rem;
  }
}
@media all and (max-width: 750px){
  .boxEducation01 .boxCont01FOne .boxTxtIn .boxBaseCom.typeLarge > p {
    line-height: 1.7;
    font-size: 0.9rem;
  }
}

.boxEducation01 .boxCont01FOne .boxTxtIn .boxBaseCom.typeLarge > p + p {
  margin-top: 0.85em;
}

.boxEducation01 .boxCont01FOne .boxTxtIn .boxUlBase02 {
  width: 106%;
}

.boxEducation01 .boxCont01FOne .boxTxtIn .ulBase02 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.boxEducation01 .boxCont01FOne .boxTxtIn .ulBase02 > li {
  width: 50%;
  margin-bottom: 0.95em;
  padding-right: 0.8em;
  font-size: 1.18rem;
}
@media all and (max-width: 1640px){
  .boxEducation01 .boxCont01FOne .boxTxtIn .ulBase02 > li {
    letter-spacing: 0.08em;
    font-size: 1.0rem;
  }
}
@media all and (max-width: 1380px){
  .boxEducation01 .boxCont01FOne .boxTxtIn .ulBase02 > li {
    letter-spacing: 0.03em;
    font-size: 0.9rem;
  }
}
@media all and (max-width: 750px){
  .boxEducation01 .boxCont01FOne .boxTxtIn .ulBase02 > li {
    margin-bottom: 0.5em;
    padding-left: 0.9em;
    padding-right: 0.5em;
    font-size: 0.83rem;
  }
}


/*##### Index #####*/
.boxIndexTop .boxFadeinSlide .ulFadeinSlide {
  padding-top: 900px;
  border-bottom-right-radius: 10em;
}
@media all and (max-width: 750px){
  .boxIndexTop .boxFadeinSlide .ulFadeinSlide {
    padding-top: 108.8%;
    border-bottom-right-radius: 0;
  }
}

.boxIndexTop .boxFadeinSlide .boxTxt {
  position: absolute;
  z-index: 2;
  top: 53.7%;
  left: 5.5%;
  transform: translateY(-50%);
  text-shadow: 1px 1px 5px #fff, 1px 1px 10px #fff;
}
@media all and (max-width: 750px){
  .boxIndexTop .boxFadeinSlide .boxTxt {
    top: 108.8%;
    left: 5.1%;
    transform: none;
  }
}

.boxIndexTop .boxFadeinSlide .boxTxt .ttl01 {
  margin-bottom: 0.58em;
  line-height: 1.62;
  letter-spacing: 0.16em;
  font-size: 3.0rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxIndexTop .boxFadeinSlide .boxTxt .ttl01 {
    position: relative;
    left: -0.08em;
    margin-bottom: 0.68em;
    line-height: 1.61;
    font-size: 1.46rem;
  }
}

.boxIndexTop .boxFadeinSlide .boxTxt .boxBaseCom > p {
  padding-left: 0.3em;
  line-height: 2.28;
  color: #57524f;
}
@media all and (max-width: 750px){
  .boxIndexTop .boxFadeinSlide .boxTxt .boxBaseCom > p {
    padding-left: 0;
    line-height: 1.82;
    letter-spacing: 0.1em;
  }
}

.boxIndexTop .boxFadeinSlide .boxSlideNavi {
  position: absolute;
  z-index: 2;
  left: 3.92%;
  bottom: 2.0em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media all and (max-width: 750px){
  .boxIndexTop .boxFadeinSlide .boxSlideNavi {
    left: 0.13em;
    bottom: 0.12em;
  }
}

.boxIndexTop .boxFadeinSlide .ulFadeinSlideBtn > li {
  width: 0.84em;
  height: 0.84em;
  margin-right: 1.0em;
  border: 1px #0c8fe5 solid;
  border-radius: 0.84em;
  background-color: #fff;
}
.boxIndexTop .boxFadeinSlide .ulFadeinSlideBtn > li.current {
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  background-color: #0c8fe5;
  transform: scale(1.1, 1.4);
}
@media all and (max-width: 750px){
  .boxIndexTop .boxFadeinSlide .ulFadeinSlideBtn > li {
    width: 0.56em;
    height: 0.56em;
    margin-right: 0.65em;
    border-radius: 0.56em;
  }
}

.boxIndexTop .boxFadeinSlide .boxSlideNavi .txtNum {
  position: relative;
  top: -0.8em;
  margin-left: 9.6em;
  font-family: var(--base-font-en);
  font-size: 1.1rem;
  color: #0c8fe5;
}
@media all and (max-width: 750px){
  .boxIndexTop .boxFadeinSlide .boxSlideNavi .txtNum {
    top: -1.25em;
    margin-left: 8.45em;
    letter-spacing: 0.13em;
    font-size: 0.65rem;
  }
}

.boxIndexTop .boxFadeinSlide .boxSlideNavi .txtNum:before {
  content: '';
  position: absolute;
  top: 0.67em;
  right: calc(100% + 1.0em);
  width: 7.6em;
  height: 1px;
  background-color: #0c8fe5;
}
@media all and (max-width: 750px){
  .boxIndexTop .boxFadeinSlide .boxSlideNavi .txtNum:before {
    right: calc(100% + 0.8em);
    width: 6.7em;
  }
}

.boxIndex01Wrap {
  padding-top: 4.6em;
}
@media all and (max-width: 750px){
  .boxIndex01Wrap {
    padding-top: 70.2vw;
  }
}

.boxIndex01 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media all and (max-width: 750px){
  .boxIndex01 {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.boxIndex01 .ttl01 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 2.8em;
  margin-right: 1.6em;
  padding: 0 2.1% 0.01em 4.4%;
  border-top-right-radius: 3.0em;
  border-bottom-right-radius: 3.0em;
  background-color: #0c8fe5;
  letter-spacing: 0.12em;
  font-family: var(--base-font-en);
  font-size: 1.46rem;
  font-weight: 600;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxIndex01 .ttl01 {
    height: 2.7em;
    padding: 0 5.4% 0.01em 3.8%;
    border-top-right-radius: 2.7em;
    border-bottom-right-radius: 2.7em;
    letter-spacing: 0.1em;
    font-size: 0.7rem;
  }
}

.boxIndex01 .boxListOne {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #57524f;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxListOne {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -1.45em;
  }
}

.boxIndex01 .boxListOne .txtDate {
  margin-right: 1.8em;
  letter-spacing: 0.1em;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxListOne .txtDate {
    margin-right: 0.6em;
    margin-left: 7.35em;
    font-size: 0.78rem;
  }
}

.boxIndex01 .boxListOne .ulBaseListCat.typeBorder {
  position: relative;
  top: 0.07em;
  margin-right: 1.85em;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxListOne .ulBaseListCat.typeBorder {
    top: -0.05em;
    margin-right: 0;
  }
}

.boxIndex01 .boxListOne .ulBaseListCat.typeBorder > li {
  min-width: 9.0em;
  min-height: 1.8em;
  padding: 0.2em 0.3em 0.2em 0.4em;
  background-color: #fff;
  border: 1px #2a1f0d solid !important;
  letter-spacing: 0.22em;
  color: #2a1f0d !important;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxListOne .ulBaseListCat.typeBorder > li {
    min-width: 8.6em;
    padding: 0.2em 0.2em 0.2em 0.4em;
    background-color: transparent;
    font-size: 0.66rem;
  }
}

.boxIndex01 .boxListOne .link01 {
  position: relative;
  padding-right: 6.3em;
  letter-spacing: 0.145em;
  font-size: 1.1rem;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxListOne .link01 {
    display: block;
    width: 92.4%;
    margin: 0.65em auto 0 auto;
    padding-right: 0;
    letter-spacing: 0.11em;
    font-size: 0.9rem;
  }
}

.boxIndex01 .boxListOne .link01:before,
.boxIndex01 .boxListOne .link01:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
}
.boxIndex01 .boxListOne .link01:before {
  right: 3.1em;
  width: 1px;
  height: 3.6em;
  background-color: #cbb6aa;
}
.boxIndex01 .boxListOne .link01:after {
  right: 0;
  width: 1.08em;
  background-image: url('./../../images/base/base-icn-arrow04.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  aspect-ratio: 23.69 / 16.11;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxListOne .link01:before,
  .boxIndex01 .boxListOne .link01:after {
    content: none;
  }
}

.boxIndex02Wrap {
  padding-top: 5.0em;
  padding-bottom: 3.25em;
}
@media all and (max-width: 750px){
  .boxIndex02Wrap {
    padding-top: 3.35em;
    padding-bottom: 4.85em;
  }
}

.boxIndex02 .boxCont01LR {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  --box-img-width: 50.5%;
}
@media all and (max-width: 750px){
  .boxIndex02 .boxCont01LR {
    display: block;
    --box-img-width: 100%;
  }
}

.boxIndex02 .boxCont01LR .boxImg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: var(--box-img-width);
  height: 1040px;
  gap: 2%;
}
@media all and (max-width: 750px){
  .boxIndex02 .boxCont01LR .boxImg {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 81vw;
    gap: 0;
  }
}

.boxIndex02 .boxCont01LR .boxImg:before,
.boxIndex02 .boxCont01LR .boxImg:after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 7.0em;
}
.boxIndex02 .boxCont01LR .boxImg:before {
  top: 0;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255,255,255,0) 100%);
}
.boxIndex02 .boxCont01LR .boxImg:after {
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #ffffff 100%);
}
@media all and (max-width: 750px){
  .boxIndex02 .boxCont01LR .boxImg:before,
  .boxIndex02 .boxCont01LR .boxImg:after {
    height: 10vw;
  }
  .boxIndex02 .boxCont01LR .boxImg:before {
    top: -3.0vw;
  }
  .boxIndex02 .boxCont01LR .boxImg:after {
    bottom: -3.0vw;
  }
}

.boxIndex02 .boxCont01LR .boxImgL,
.boxIndex02 .boxCont01LR .boxImgR {
  overflow: hidden;
  width: 49%;
  height: 100%;
}
@media all and (max-width: 750px){
  .boxIndex02 .boxCont01LR .boxImgL,
  .boxIndex02 .boxCont01LR .boxImgR {
    width: 100%;
    height: 48.5%;
  }
  .boxIndex02 .boxCont01LR .boxImgL {
    margin-bottom: 3%;
  }
}

.boxIndex02 .boxCont01LR .boxImgLIn,
.boxIndex02 .boxCont01LR .boxImgRIn {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.boxIndex02 .boxCont01LR .boxImgLIn {
  animation: scrollUp 40s linear infinite;
}
.boxIndex02 .boxCont01LR .boxImgRIn {
  animation: scrollDown 40s linear infinite;
}
@media all and (max-width: 750px){
  .boxIndex02 .boxCont01LR .boxImgLIn,
  .boxIndex02 .boxCont01LR .boxImgRIn {
    flex-direction: row;
    align-items: flex-start;
  }
  .boxIndex02 .boxCont01LR .boxImgLIn {
    animation: scrollLeft 20s linear infinite;
  }
  .boxIndex02 .boxCont01LR .boxImgRIn {
    animation: scrollRight 20s linear infinite;
  }
}

@keyframes scrollUp {
  0% { transform: translateY(0); }
  100% { transform: translateY(-33.333%); }
}

@keyframes scrollDown {
  0% { transform: translateY(-33.333%); }
  100% { transform: translateY(0); }
}

@keyframes scrollLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-131.2vw); }
}

@keyframes scrollRight {
  0% { transform: translateX(-131.2vw); }
  100% { transform: translateX(0); }
}

@media all and (max-width: 750px){
  .boxIndex02 .boxCont01LR .boxImgLIn picture img,
  .boxIndex02 .boxCont01LR .boxImgRIn picture img {
    max-width: none;
    width: 131.2vw;
  }
}

.boxIndex02 .boxCont01LR .boxTxt {
  width: calc(100% - var(--box-img-width));
  padding-top: 5.63em;
  padding-left: 6.2%;
}
@media all and (max-width: 750px){
  .boxIndex02 .boxCont01LR .boxTxt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.1em;
    padding-left: 0;
  }
}

.boxIndex02 .boxCont01LR .boxTxt .ttl01 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3.59em;
}
@media all and (max-width: 750px){
  .boxIndex02 .boxCont01LR .boxTxt .ttl01 {
    margin-bottom: 0.95em;
  }
}

.boxIndex02 .boxCont01LR .boxTxt .ttl01 .ttlEn {
  width: 100%;
  margin-bottom: 0.28em;
  text-align: center;
  letter-spacing: 0.07em;
  font-family: var(--base-font-en);
  font-size: 7.9em;
  color: #0c8fe5;
}
@media all and (max-width: 1550px){
  .boxIndex02 .boxCont01LR .boxTxt .ttl01 .ttlEn {
    letter-spacing: normal;
    font-size: 7.4em;
  }
}
@media all and (max-width: 1280px){
  .boxIndex02 .boxCont01LR .boxTxt .ttl01 .ttlEn {
    font-size: 6.2em;
  }
}
@media all and (max-width: 750px){
  .boxIndex02 .boxCont01LR .boxTxt .ttl01 .ttlEn {
    position: relative;
    left: -0.1em;
    width: 100%;
    margin-bottom: 0.27em;
    text-align: left;
    font-size: 3.6em;
  }
}

.boxIndex02 .boxCont01LR .boxTxt .ttl01 .ttlEn .txt01 {
  font-weight: 600;
}

.boxIndex02 .boxCont01LR .boxTxt .ttl01 .ttlJa {
  width: 100%;
  padding-left: 11.2%;
  line-height: 1.7;
  letter-spacing: 0.15em;
  font-size: 2.65rem;
  font-weight: 600;
}
@media all and (max-width: 750px){
  .boxIndex02 .boxCont01LR .boxTxt .ttl01 .ttlJa {
    padding-left: 0.52em;
    line-height: 1.6;
    letter-spacing: 0.14em;
    font-size: 1.35rem;
  }
}

.boxIndex02 .boxCont01LR .boxTxt .boxBaseCom {
  max-width: 670px;
  margin-bottom: 5.35em;
  padding-left: 11.3%;
}
@media all and (max-width: 750px){
  .boxIndex02 .boxCont01LR .boxTxt .boxBaseCom {
    max-width: none;
    margin-bottom: 2.23em;
    padding-left: 0.7em;
  }
}

.boxIndex02 .boxCont01LR .boxTxt .boxBaseCom > p {
  line-height: 2.06;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
}
@media all and (max-width: 750px){
  .boxIndex02 .boxCont01LR .boxTxt .boxBaseCom > p {
    line-height: 1.76;
    letter-spacing: 0.064em;
    font-size: 0.9rem;
  }
}

.boxIndex02 .boxCont01LR .boxTxt .boxBaseCom > p + p {
  margin-top: 2em;
}
@media all and (max-width: 750px){
  .boxIndex02 .boxCont01LR .boxTxt .boxBaseCom > p + p {
    margin-top: 1.7em;
  }
}

.boxIndex02 .boxCont01LR .boxTxt .boxLink {
  padding-left: 2.05em;
}
@media all and (max-width: 750px){
  .boxIndex02 .boxCont01LR .boxTxt .boxLink {
    padding-left: 0;
  }
}

.boxIndex02 .boxCont01LR .boxTxt .boxLink a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20.35em;
  height: 3.2em;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3.2em;
  background-color: #0c8fe5;
  letter-spacing: 0.12em;
  font-size: 1.25rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxIndex02 .boxCont01LR .boxTxt .boxLink a {
    width: 89%;
    height: 3.4em;
    padding-bottom: 0.1em;
    border-radius: 3.4em;
    letter-spacing: 0.13em;
    font-size: 0.95rem;
  }
}

.boxIndex03Wrap {
  padding-top: 4.4em;
  border-top-left-radius: 6.0em;
  border-top-right-radius: 6.0em;
  background-color: #0c8fe5;
}
@media all and (max-width: 750px){
  .boxIndex03Wrap {
    padding-top: 2.0em;
    border-top-left-radius: 0;
    border-top-right-radius: 3.3em;
  }
}

.boxIndex03 .boxTop {
  margin-bottom: 9.0em;
}
@media all and (max-width: 750px){
  .boxIndex03 .boxTop {
    margin-bottom: 4.88em;
  }
}

.boxIndex03 .boxTop .ttl01 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .boxIndex03 .boxTop .ttl01 {
    margin-bottom: 0.6em;
  }
}

.boxIndex03 .boxTop .ttl01 .ttlEn {
  width: 100%;
  text-align: left;
  letter-spacing: 0.013em;
  font-family: var(--base-font-en);
  font-size: 7.9em;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxIndex03 .boxTop .ttl01 .ttlEn {
    position: relative;
    left: -0.11em;
    width: 100%;
    margin-bottom: 0.07em;
    letter-spacing: 0.015em;
    font-size: 3.6em;
  }
}

.boxIndex03 .boxTop .ttl01 .ttlEn .txt01 {
  font-weight: 600;
}

.boxIndex03 .boxTop .ttl01 .ttlJa {
  width: 100%;
  margin-top: -0.41em;
  padding-left: 0.64em;
  line-height: 1.7;
  letter-spacing: 0.15em;
  font-size: 2.65rem;
  font-weight: 600;
}
@media all and (max-width: 750px){
  .boxIndex03 .boxTop .ttl01 .ttlJa {
    margin-top: -0.4em;
    padding-left: 0.55em;
    letter-spacing: 0.14em;
    font-size: 1.23rem;
  }
}

.boxIndex03 .boxTop .ttl01 .ttlImg {
  position: absolute;
  top: 1.5em;
  right: 0;
}
@media all and (max-width: 750px){
  .boxIndex03 .boxTop .ttl01 .ttlImg {
    display: none;
  }
}

.boxIndex03 .boxTop .p01 {
  margin-top: -3.1em;
  padding-left: 14.75em;
}
@media all and (max-width: 750px){
  .boxIndex03 .boxTop .p01 {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
  }
}

.boxIndex03 .boxTop .p01 > span {
  position: relative;
  padding-left: 1.55em;
  letter-spacing: 0.186em;
  font-size: 1.27rem;
  color: #f7f5e7;
}
@media all and (max-width: 750px){
  .boxIndex03 .boxTop .p01 > span {
    display: block;
    padding-left: 0.92em;
    line-height: 1.63;
    letter-spacing: 0.1em;
    font-size: 0.8rem;
  }
}

.boxIndex03 .boxTop .p01 > span:before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.5em;
  background-color: #fcf25c;
}
@media all and (max-width: 750px){
  .boxIndex03 .boxTop .p01 > span:before {
    content: none;
  }
}

.boxIndex03 .boxCont01F {
  display: flex;
  justify-content: flex-start;
  margin-top: -3.03em;
}
@media all and (max-width: 750px){
  .boxIndex03 .boxCont01F {
    display: block;
  }
}

.boxIndex03 .boxCont01FOne {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 33.333333%;
  border-top-left-radius: 3.6em;
  aspect-ratio: 640 / 426;
}
@media all and (max-width: 750px){
  .boxIndex03 .boxCont01FOne {
    width: 100%;
    border-top-left-radius: 2.2em;
    aspect-ratio: 640 / 363;
  }
}

.boxIndex03 .boxCont01FOne a {
  width: 100%;
}

.boxIndex03 .boxCont01FOne img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.boxIndex03 .boxCont01FOne .ttl02 {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0 4% 2.3em 3.6%;
  background-image: url('./../../images/base/base-icn-arrow05-s.png');
  background-repeat: no-repeat;
  background-position: 94.5% center;
  background-size: 3.8em auto;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxIndex03 .boxCont01FOne .ttl02 {
    padding: 0 4% 1.35em 3.8%;
    background-position: 95.7% calc(50% - 0.68em);
    background-size: 2.3em auto;
  }
}

.boxIndex03 .boxCont01FOne .ttl02 .ttlSub {
  margin-bottom: 0.34em;
  letter-spacing: 0.17em;
  font-size: 1.35rem;
}
@media all and (max-width: 750px){
  .boxIndex03 .boxCont01FOne .ttl02 .ttlSub {
    margin-bottom: 0.15em;
    letter-spacing: 0.15em;
    font-size: 0.9rem;
  }
}

.boxIndex03 .boxCont01FOne .ttl02 .ttlMain {
  letter-spacing: 0.155em;
  font-size: 1.76rem;
}
@media all and (max-width: 750px){
  .boxIndex03 .boxCont01FOne .ttl02 .ttlMain {
    letter-spacing: 0.15em;
    font-size: 1.24rem;
  }
}

.boxIndex04Wrap {
  padding-top: 7.6em;
  padding-bottom: 7.1em;
}
@media all and (max-width: 750px){
  .boxIndex04Wrap {
    padding-top: 4.6em;
    padding-bottom: 2.9em;
  }
}

.boxIndex04 .ttl01 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 7.6em;
  padding-left: 1.8em;
}
@media all and (max-width: 750px){
  .boxIndex04 .ttl01 {
    align-items: center;
    margin-bottom: 3.7em;
    padding-left: 3.4%;
    padding-right: 3.4%;
  }
}

.boxIndex04 .ttl01 .ttlJa {
  padding-left: 0.17em;
  letter-spacing: 0.116em;
  font-size: 2.74rem;
}
@media all and (max-width: 750px){
  .boxIndex04 .ttl01 .ttlJa {
    margin-bottom: 0.6em;
    padding-left: 0;
    text-align: center;
    letter-spacing: 0.08em;
    font-size: 1.13rem;
  }
}

.boxIndex04 .ttl01 .ttlEn {
  margin-top: -0.13em;
  background: linear-gradient(to right, #7fb6e9 0%, #cbd9dc 50%, #efd5a3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
  letter-spacing: 0.02em;
  font-family: var(--base-font-en);
  font-size: 8.1vw;
  font-weight: 300;
  white-space: nowrap;
}
@media all and (max-width: 1135px){
  .boxIndex04 .ttl01 .ttlEn {
    font-size: 6.57rem;
  }
}
@media all and (max-width: 750px){
  .boxIndex04 .ttl01 .ttlEn {
    margin-top: 0;
    line-height: 1.05;
    letter-spacing: 0.023em;
    font-size: 3.86rem;
    white-space: normal;
  }
}

.boxIndex04 .ttl01 .ttlEn .txt01 {
  line-height: 1.0;
  letter-spacing: normal;
  font-size: 10.7vw;
  font-weight: 500;
}
@media all and (max-width: 1135px){
  .boxIndex04 .ttl01 .ttlEn .txt01 {
    font-size: 8.66rem;
  }
}
@media all and (max-width: 750px){
  .boxIndex04 .ttl01 .ttlEn .txt01 {
    letter-spacing: 0.003em;
    font-size: 5.0rem;
  }
}

.boxIndex04 .boxCont01F {
  display: flex;
  justify-content: flex-start;
}
@media all and (max-width: 750px){
  .boxIndex04 .boxCont01F {
    flex-wrap: wrap;
  }
}

.boxIndex04 .boxCont01FOne {
  width: 22.9%;
  margin-right: calc((100% - 22.9% * 4) / 3);
}
.boxIndex04 .boxCont01FOne:nth-child(4n) {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .boxIndex04 .boxCont01FOne {
    width: 47%;
    margin-right: calc(100% - 47% * 2);
    margin-bottom: 2.46em;
  }
  .boxIndex04 .boxCont01FOne:nth-child(2n) {
    margin-right: 0;
  }
}

.boxIndex04 .boxCont01FOne .boxImg {
  position: relative;
}

.boxIndex04 .boxCont01FOne .boxImg img {
  border-radius: 1.5em;
}
@media all and (max-width: 750px){
  .boxIndex04 .boxCont01FOne .boxImg img {
    border-radius: 0.8em;
  }
}

.boxIndex04 .boxCont01FOne .boxImg .p01 {
  position: absolute;
  z-index: 2;
  top: -2.75em;
  right: 7%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.35em;
}
@media all and (max-width: 750px){
  .boxIndex04 .boxCont01FOne .boxImg .p01 {
    top: -1.27em;
    gap: 0.15em;
  }
}

.boxIndex04 .boxCont01FOne .boxImg .p01 > span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: pre;
  padding: 0.5em 0.26em 0.4em 0.18em;
  background-color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.57rem;
}
@media all and (max-width: 750px){
  .boxIndex04 .boxCont01FOne .boxImg .p01 > span {
    padding: 0.3em 0.06em 0.4em 0.04em;
    letter-spacing: 0.11em;
    font-size: 0.9rem;
  }
}

.boxIndex04 .boxCont01FOne .boxImg .p01 > span .txtNum {
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  display: block;
  writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  white-space: normal;
  margin-bottom: -0.55em;
  letter-spacing: 0.05em;
  font-family: var(--base-font-en);
}

.boxIndex04 .boxCont01FOne .boxTxt {
  padding: 2.2em 0 0 4%;
}
@media all and (max-width: 750px){
  .boxIndex04 .boxCont01FOne .boxTxt {
    padding: 0.56em 0 0 0;
  }
}

.boxIndex04 .boxCont01FOne .boxTxt .ttl02 {
  position: relative;
  margin-bottom: 0.65em;
  letter-spacing: 0.09em;
  font-size: 2.5rem;
}
@media all and (max-width: 750px){
  .boxIndex04 .boxCont01FOne .boxTxt .ttl02 {
    padding-left: 0.08em;
    margin-bottom: 0.28em;
    letter-spacing: 0.11em;
    font-size: 1.13rem;
  }
}

.boxIndex04 .boxCont01FOne .boxTxt .ttl02:after {
  content: '';
  position: absolute;
  top: -0.11em;
  right: -0.02em;
  width: 1.542856em;
  background-image: url('./../../images/base/base-icn-arrow05-s.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  aspect-ratio: 1 / 1;
}
@media all and (max-width: 750px){
  .boxIndex04 .boxCont01FOne .boxTxt .ttl02:after {
    top: 0.13em;
    right: 0.2em;
    width: 1.26em;
  }
}

.boxIndex04 .boxCont01FOne .boxTxt .boxBaseCom {
  padding-left: 0.2em;
  padding-right: 1.2em;
}
@media all and (max-width: 750px){
  .boxIndex04 .boxCont01FOne .boxTxt .boxBaseCom {
    padding-left: 0;
    padding-right: 0;
  }
}

.boxIndex04 .boxCont01FOne .boxTxt .boxBaseCom > p {
  line-height: 2.0;
  letter-spacing: 0.09em;
  font-size: 1.2rem;
}
@media all and (max-width: 750px){
  .boxIndex04 .boxCont01FOne .boxTxt .boxBaseCom > p {
    line-height: 1.8;
    letter-spacing: 0.09em;
    font-size: 0.76rem;
  }
}

.boxIndex05Wrap {
  position: relative;
  padding-top: 1.57em;
  background-image: url('./../../images/index/index05-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media all and (max-width: 750px){
  .boxIndex05Wrap {
    padding-top: 1.5em;
  }
}

.img01Index05 {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  opacity: 0.8;
}
@media all and (max-width: 750px){
  .img01Index05 {
    width: 58.3%;
  }
}

.boxIndex05 .link01 {
  position: relative;
  z-index: 3;
  left: -1.1em;
  letter-spacing: 0.099em;
  font-family: var(--base-font-en02);
  font-size: 10.7rem;
  font-weight: 700;
}
@media all and (max-width: 1820px){
  .boxIndex05 .link01 {
    left: -0.5em;
  }
}
@media all and (max-width: 1630px){
  .boxIndex05 .link01 {
    left: 0;
  }
}
@media all and (max-width: 1360px){
  .boxIndex05 .link01 {
    font-size: 11.0vw;
  }
}
@media all and (max-width: 750px){
  .boxIndex05 .link01 {
    left: -0.12em;
    display: block;
    line-height: 1.067;
    font-size: 3.4rem;
  }
}

.boxIndex05 .link01:after {
  content: '';
  position: absolute;
  top: 0.19em;
  right: -0.921em;
  display: block;
  width: 0.74em;
  border-radius: 1.0em;
  background-color: #fcf25c;
  background-image: url('./../../images/base/base-icn-arrow06.svg');
  background-repeat: no-repeat;
  background-position: center calc(50% + 0.01em);
  background-size: 0.3em auto;
  aspect-ratio: 1 / 1;
}
@media all and (max-width: 750px){
  .boxIndex05 .link01:after {
    top: 1.12em;
    right: -0.2em;
    width: 0.9em;
  }
}

.boxIndex05 .link01 > span {
  background: linear-gradient(to bottom, #0d4fae 0%, #0c8fe5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (max-width: 750px){
  .boxIndex05 .link01 > span {
    display: block;
  }
}

.boxIndex05 .boxIndexVideo01 {
  overflow: hidden;
  height: 31.3vw;
  margin-top: -7.7em;
}
@media all and (max-width: 750px){
  .boxIndex05 .boxIndexVideo01 {
    position: relative;
    left: -6%;
    width: 112%;
    height: 96.9vw;
    margin-top: -7.2vw;
  }
}

.boxIndex05 .boxIndexVideo01 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 3.0em;
}
@media all and (max-width: 750px){
  .boxIndex05 .boxIndexVideo01 video {
    border-radius: 0;
  }
}

.boxIndex05 .p01 {
  position: relative;
  z-index: 3;
  top: -4.15em;
  left: 62.4%;
  display: inline-block;
  line-height: 1.54;
  letter-spacing: 0.115em;
  font-size: 3.4rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 3px 3px 0 #075eb0;
}
@media all and (max-width: 750px){
  .boxIndex05 .p01 {
    position: absolute;
    top: auto;
    bottom: 1.25em;
    left: 23.5%;
    display: inline-block;
    width: 81.8%;
    line-height: 1.7;
    letter-spacing: 0.23em;
    font-size: 1.13rem;
    text-shadow: 2px 2px 0 #075eb0;
  }
}

.boxIndex06Wrap {
  padding-top: 1.7em;
  background-image: url('./../../images/index/index06-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media all and (max-width: 750px){
  .boxIndex06Wrap {
    padding-top: 1.5em;
  }
}

.boxIndex06Wrap .boxBaseMarqueeWrap {
  margin-bottom: 3.55em;
}
@media all and (max-width: 750px){
  .boxIndex06Wrap .boxBaseMarqueeWrap {
    margin-bottom: 1.7em;
  }
}

.boxIndex06Wrap .boxBaseMarqueeTxt {
  padding-top: 0.15em;
  padding-right: 0.35em;
  letter-spacing: 0.042em;
  font-family: var(--base-font-en);
  font-size: 6.94rem;
  font-weight: 400;
  color: #2994e5;
}
@media all and (max-width: 750px){
  .boxIndex06Wrap .boxBaseMarqueeTxt {
    letter-spacing: 0.06em;
    font-size: 3.2rem;
  }
}

.boxIndex06Wrap .boxBaseMarqueeTxt .txt01 {
  font-weight: 600;
}
@media all and (max-width: 750px){
  .boxIndex06Wrap .boxBaseMarqueeTxt .txt01 {
    margin-left: -0.24em;
  }
}

.boxIndex06Wrap .boxBaseMarqueeTxt .img01Index06 {
  position: relative;
  top: -0.16em;
  margin-left: 0.3em;
}
@media all and (max-width: 750px){
  .boxIndex06Wrap .boxBaseMarqueeTxt .img01Index06 {
    top: 0;
    width: 18vw;
  }
}

.boxIndex06 {
  padding: 10.5em 0 18.0em 0;
  border-top-right-radius: 6.0em;
  background-color: #fff;
}
@media all and (max-width: 750px){
  .boxIndex06 {
    padding: 3.7em 0 4.1em 0;
    border-top-right-radius: 4.0em;
  }
}

.boxIndex06 .boxCont01LR {
  display: flex;
  justify-content: flex-start;
  --box-l-width: 19.0%;
}
@media all and (max-width: 750px){
  .boxIndex06 .boxCont01LR {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    --box-l-width: 100%;
  }
}

.boxIndex06 .boxCont01L {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: var(--box-l-width);
  padding-bottom: 4.0em;
}
@media all and (max-width: 750px){
  .boxIndex06 .boxCont01L {
    order: 2;
  }
}

.boxIndex06 .boxCont01L .link01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.0em;
  height: 3.1em;
  border-radius: 3.1em;
  background-color: #0c8fe5;
  letter-spacing: 0.1em;
  font-size: 1.13rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxIndex06 .boxCont01L .link01 {
    width: 12.2em;
    height: 3.0em;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3.0em;
    letter-spacing: 0.15em;
    padding: 0 0 0.1em 0.3em;
    font-size: 0.93rem;
  }
}

.boxIndex06 .boxCont01R {
  width: calc(100% - var(--box-l-width));
  padding-left: 5%;
}
@media all and (max-width: 750px){
  .boxIndex06 .boxCont01R {
    order: 1;
    width: 100%;
    margin-bottom: 2.4em;
    padding-left: 0;
  }
}

.boxIndex06 .boxCont01R .boxListOne {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2.36em;
  padding-bottom: 2.36em;
  border-bottom: 1px #dbd3cf solid;
}
.boxIndex06 .boxCont01R .boxListOne:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 750px){
  .boxIndex06 .boxCont01R .boxListOne {
    flex-wrap: wrap;
    margin-bottom: 1.32em;
    padding-bottom: 1.36em;
  }
}

.boxIndex06 .boxCont01R .boxListOne .txtDate {
  position: relative;
  top: 0.13em;
  width: 9.3%;
  letter-spacing: 0.09em;
  font-family: var(--base-font-en);
  color: #57524f;
}
@media all and (max-width: 1280px){
  .boxIndex06 .boxCont01R .boxListOne .txtDate {
    width: 10.0%;
  }
}
@media all and (max-width: 750px){
  .boxIndex06 .boxCont01R .boxListOne .txtDate {
    width: 6.2em;
    font-size: 0.7rem;
  }
}

.boxIndex06 .boxCont01R .boxListOne .ulBaseListCat {
  margin-right: 1.95em;
}
@media all and (max-width: 750px){
  .boxIndex06 .boxCont01R .boxListOne .ulBaseListCat {
    margin-right: 0.5em;
  }
}

.boxIndex06 .boxCont01R .boxListOne .ulBaseListCat.typeBg > li {
  width: 8.5em;
  padding: 0.2em 0.4em 0.2em 0.4em;
  border-radius: 0.3em;
  font-size: 0.94rem;
}
@media all and (max-width: 750px){
  .boxIndex06 .boxCont01R .boxListOne .ulBaseListCat.typeBg > li {
    width: 8.6em;
    letter-spacing: 0.2em;
    font-size: 0.6rem;
  }
}

.boxIndex06 .boxCont01R .boxListOne .link01 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  padding-right: 9%;
}
@media all and (max-width: 750px){
  .boxIndex06 .boxCont01R .boxListOne .link01 {
    flex: 0 1 auto;
    margin-top: -0.1em;
    padding-right: 0;
  }
}

.boxIndex06 .boxCont01R .boxListOne .link01:after {
  content: '';
  position: absolute;
  top: 0.2em;
  right: 0.94em;
  display: block;
  width: 3.214285em;
  background-image: url('./../../images/base/base-icn-arrow07.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  aspect-ratio: 1 / 1;
}
@media all and (max-width: 750px){
  .boxIndex06 .boxCont01R .boxListOne .link01:after {
    content: none;
  }
}

.boxIndex06 .boxCont01R .boxListOne .link01 .pTtl {
  overflow: hidden;
  visibility: visible;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0.7em;
  line-height: 1.21;
  letter-spacing: 0.155em;
  font-size: 1.23rem;
}
@media all and (max-width: 750px){
  .boxIndex06 .boxCont01R .boxListOne .link01 .pTtl {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-top: 0.57em;
    margin-bottom: 0.45em;
    line-height: 1.46;
    letter-spacing: 0.14em;
    font-size: 0.94rem;
  }
}

.boxIndex06 .boxCont01R .boxListOne .link01 .pCont {
  overflow: hidden;
  visibility: visible;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  letter-spacing: 0.17em;
  font-size: 1.05rem;
  color: #57524f;
}
@media all and (max-width: 750px){
  .boxIndex06 .boxCont01R .boxListOne .link01 .pCont {
    font-size: 0.75rem;
  }
}


/*##### initiatives #####*/
.boxInitiativesTopWrap {
  margin-bottom: 4.6em;
  padding-top: 1.35em;
}
@media all and (max-width: 750px){
  .boxInitiativesTopWrap {
    margin-bottom: 3.0em;
    padding-top: 1.0em;
  }
}

.boxInitiatives01Wrap {
  margin-bottom: 12.7em;
}
@media all and (max-width: 750px){
  .boxInitiatives01Wrap {
    margin-bottom: 2.5em;
  }
}

.boxInitiatives01 .boxContTop {
  margin-bottom: 6.95em;
}
@media all and (max-width: 750px){
  .boxInitiatives01 .boxContTop {
    margin-bottom: 3.0em;
  }
}

.boxInitiatives01 .boxContTop .ttl01 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3.1em;
}
@media all and (max-width: 750px){
  .boxInitiatives01 .boxContTop .ttl01 {
    margin-bottom: 1.5em;
  }
}

.boxInitiatives01 .boxContTop .ttl01 .ttlEn {
  margin-bottom: 0.32em;
  letter-spacing: 0.0587em;
  font-family: var(--base-font-en);
  font-size: 4.0rem;
  font-weight: 200;
  color: #0c8fe5;
}
@media all and (max-width: 750px){
  .boxInitiatives01 .boxContTop .ttl01 .ttlEn {
    letter-spacing: normal;
    font-size: 1.5rem;
  }
}

.boxInitiatives01 .boxContTop .ttl01 .ttlJa {
  padding-left: 0.25em;
  letter-spacing: 0.11em;
  font-size: 2.45rem;
}
@media all and (max-width: 750px){
  .boxInitiatives01 .boxContTop .ttl01 .ttlJa {
    padding-left: 0;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
  }
}

.boxInitiatives01 .boxContTop .boxBaseCom > p {
  line-height: 1.9;
  font-size: 1.2rem;
  color: #333;
}
@media all and (max-width: 750px){
  .boxInitiatives01 .boxContTop .boxBaseCom > p {
    line-height: 1.8;
    font-size: 0.9rem;
  }
}

.boxInitiatives01 .boxCont01FOne {
  position: relative;
  margin-bottom: 7.6em;
}
.boxInitiatives01 .boxCont01FOne:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 750px){
  .boxInitiatives01 .boxCont01FOne {
    margin-bottom: 5.0em;
  }
}

.boxInitiatives01 .boxCont01FOne:before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.boxInitiatives01 .boxCont01FOne.no01:before {
  bottom: -12.6em;
  left: -17.2em;
  width: 547px;
  background-image: url('./../../images/initiatives/initiatives01-bg0101.png');
  aspect-ratio: 547 / 583;
}
.boxInitiatives01 .boxCont01FOne.no02:before {
  bottom: -9.8em;
  left: -17.2em;
  width: 583px;
  background-image: url('./../../images/initiatives/initiatives01-bg0102.png');
  aspect-ratio: 583 / 601;
}
.boxInitiatives01 .boxCont01FOne.no03:before {
  bottom: -15.3em;
  left: -16.1em;
  width: 910px;
  background-image: url('./../../images/initiatives/initiatives01-bg0103.png');
  aspect-ratio: 910 / 624;
}
.boxInitiatives01 .boxCont01FOne.no04:before {
  bottom: -27.5em;
  left: -17.2em;
  width: 327px;
  background-image: url('./../../images/initiatives/initiatives01-bg0104.png');
  aspect-ratio: 327 / 814;
}
@media all and (max-width: 1750px){
  .boxInitiatives01 .boxCont01FOne.no01:before {
    left: -10.2em;
  }
  .boxInitiatives01 .boxCont01FOne.no02:before {
    left: -10.2em;
  }
  .boxInitiatives01 .boxCont01FOne.no03:before {
    left: -10.2em;
  }
  .boxInitiatives01 .boxCont01FOne.no04:before {
    left: -10.2em;
  }
}
@media all and (max-width: 1600px){
  .boxInitiatives01 .boxCont01FOne.no01:before {
    left: -5.0em;
  }
  .boxInitiatives01 .boxCont01FOne.no02:before {
    left: -5.0em;
  }
  .boxInitiatives01 .boxCont01FOne.no03:before {
    left: -5.0em;
  }
  .boxInitiatives01 .boxCont01FOne.no04:before {
    left: -5.0em;
  }
}
@media all and (max-width: 750px){
  .boxInitiatives01 .boxCont01FOne.no01:before {
    left: 53%;
    bottom: -32vw;
    width: 55vw;
  }
  .boxInitiatives01 .boxCont01FOne.no02:before {
    left: 53%;
    bottom: -25vw;
    width: 52vw;
  }
  .boxInitiatives01 .boxCont01FOne.no03:before {
    left: 5%;
    bottom: -25vw;
    width: 90vw;
  }
  .boxInitiatives01 .boxCont01FOne.no04:before {
    left: 63%;
    bottom: -72vw;
    width: 35vw;
  }
}

.boxInitiatives01 .boxCont01FOne .ttlBase04 {
  position: relative;
  z-index: 3;
}

.boxInitiatives01 .boxCont01FOneIn {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3.64em;
}
@media all and (max-width: 750px){
  .boxInitiatives01 .boxCont01FOneIn {
    display: block;
    padding-top: 0;
  }
}

.boxInitiatives01 .boxCont01FOneIn .boxTxt {
  width: 64.5%;
  padding-right: 4%;
}
@media all and (max-width: 750px){
  .boxInitiatives01 .boxCont01FOneIn .boxTxt {
    width: 100%;
    margin-bottom: 2.0em;
    padding-right: 0;
  }
}

.boxInitiatives01 .boxCont01FOneIn .boxTxt .ttl01 {
  margin-bottom: 1.82em;
  letter-spacing: 0.144em;
  font-size: 2.15rem;
  font-weight: 700;
  color: #0c8fe5;
}
@media all and (max-width: 750px){
  .boxInitiatives01 .boxCont01FOneIn .boxTxt .ttl01 {
    margin-bottom: 1.0em;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
  }
}

.boxInitiatives01 .boxCont01FOneIn .boxTxt .boxBaseCom {
  margin-bottom: 2.95em;
}
@media all and (max-width: 750px){
  .boxInitiatives01 .boxCont01FOneIn .boxTxt .boxBaseCom {
    margin-bottom: 2.0em;
  }
}

.boxInitiatives01 .boxCont01FOneIn .boxTxt .boxBaseCom > p {
  line-height: 1.9;
  font-size: 1.2rem;
}
@media all and (max-width: 750px){
  .boxInitiatives01 .boxCont01FOneIn .boxTxt .boxBaseCom > p {
    line-height: 1.8;
    font-size: 0.9rem;
  }
}

.boxInitiatives01 .boxCont01FOneIn .boxTxt .boxLink {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .boxInitiatives01 .boxCont01FOneIn .boxTxt .boxLink {
    display: block;
  }
}

.boxInitiatives01 .boxCont01FOneIn .boxTxt .boxLink .linkBase03 {
  margin-right: 0.75em;
}
.boxInitiatives01 .boxCont01FOneIn .boxTxt .boxLink .linkBase03:last-child {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .boxInitiatives01 .boxCont01FOneIn .boxTxt .boxLink .linkBase03 {
    margin-right: 0;
    margin-bottom: 1.0em;
  }
  .boxInitiatives01 .boxCont01FOneIn .boxTxt .boxLink .linkBase03:last-child {
    margin-bottom: 0;
  }
}

.boxInitiatives01 .boxCont01FOneIn .boxImg {
  position: relative;
  width: calc(100% - 64.5%);
  padding-top: 0.6em;
}
@media all and (max-width: 750px){
  .boxInitiatives01 .boxCont01FOneIn .boxImg {
    width: 100%;
    padding-top: 0;
  }
}

.boxInitiatives01 .boxCont01FOneIn .boxImg img {
  border-radius: 1.5em;
}
.boxInitiatives01 .boxCont01FOneIn .boxImg img.img01aInitiatives {
  position: relative;
  z-index: 2;
}
.boxInitiatives01 .boxCont01FOneIn .boxImg img.img01bInitiatives {
  position: absolute;
  top: -12.2em;
  right: -17.2em;
  max-width: none;
}
@media all and (max-width: 1800px){
  .boxInitiatives01 .boxCont01FOneIn .boxImg img.img01aInitiatives {
    width: 450px;
  }
  .boxInitiatives01 .boxCont01FOneIn .boxImg img.img01bInitiatives {
    right: -12.5em;
    width: 590px;
  }
}
@media all and (max-width: 1680px){
  .boxInitiatives01 .boxCont01FOneIn .boxImg img.img01aInitiatives {
    width: 400px;
  }
  .boxInitiatives01 .boxCont01FOneIn .boxImg img.img01bInitiatives {
    right: -8.1em;
    width: 540px;
  }
}
@media all and (max-width: 1560px){
  .boxInitiatives01 .boxCont01FOneIn .boxImg img.img01aInitiatives {
    width: 350px;
    margin-top: 2.0em;
  }
  .boxInitiatives01 .boxCont01FOneIn .boxImg img.img01bInitiatives {
    top: -10.2em;
    right: -4.0em;
    width: 490px;
  }
}
@media all and (max-width: 1500px){
  .boxInitiatives01 .boxCont01FOneIn .boxImg img.img01aInitiatives {
    width: 300px;
    margin-top: 8.0em;
  }
  .boxInitiatives01 .boxCont01FOneIn .boxImg img.img01bInitiatives {
    top: -8.2em;
    right: -1.6em;
    width: 440px;
  }
}
@media all and (max-width: 1420px){
  .boxInitiatives01 .boxCont01FOneIn .boxImg img.img01bInitiatives {
    width: 31vw;
  }
}
@media all and (max-width: 1135px){
  .boxInitiatives01 .boxCont01FOneIn .boxImg img.img01bInitiatives {
    width: 352px;
  }
}
@media all and (max-width: 750px){
  .boxInitiatives01 .boxCont01FOneIn .boxImg img {
    border-radius: 1.0em;
  }
  .boxInitiatives01 .boxCont01FOneIn .boxImg img.img01aInitiatives {
    width: 55vw;
    margin-top: 5vw;
  }
  .boxInitiatives01 .boxCont01FOneIn .boxImg img.img01bInitiatives {
    top: 0;
    right: -2.1em;
    width: 45vw;
  }
}


/*##### Interview #####*/
.boxInterviewTopWrap {
  margin-bottom: 9em;
  padding-top: 0.4em;
  padding-bottom: 6.45em;
}
@media all and (max-width: 750px){
  .boxInterviewTopWrap {
    margin-bottom: 3em;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.boxInterview01 .boxList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media all and (max-width: 750px){
  .boxInterview01 .boxList {
    flex-wrap: wrap;
  }
}

.boxInterview01 .boxListOne {
  width: 23.8%;
  margin-right: calc((100% - 23.8% * 4) / 3);
  margin-bottom: 3.7em;
}
.boxInterview01 .boxListOne:nth-child(4n) {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .boxInterview01 .boxListOne {
    width: 48%;
    margin-right: calc(100% - 48% * 2);
    margin-bottom: 1.5em;
  }
  .boxInterview01 .boxListOne:nth-child(2n) {
    margin-right: 0;
  }
}

.boxInterview01 .boxListOneIn {
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 1.4em;
  background-color: rgba(255,0,0,0.2);
  aspect-ratio: 1 / 1.48;
}
.boxInterview01 .boxListOneIn:hover {
  opacity: 1;
}
@media all and (max-width: 750px){
  .boxInterview01 .boxListOneIn {
    border-radius: 1.0em;
  }
}

.boxInterview01 .boxListOneIn:before {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 2.86em;
  left: 80%;
  width: 3.6em;
  height: 1.55em;
  border-radius: 1.55em;
  background-color: #fcf25c;
  background-image: url('./../../images/base/base-icn-arrow01.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.05em auto;
  opacity: 0;
  transition: opacity 0.3s linear;
}
@media all and (max-width: 1300px){
  .boxInterview01 .boxListOneIn:before {
    bottom: 1.86em;
    left: 77%;
  }
}
@media all and (max-width: 750px){
  .boxInterview01 .boxListOneIn:before {
    left: auto;
    right: 0;
    bottom: 0.7em;
    width: 1.3em;
    height: 1.2em;
    border-radius: 1.2em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-size: 0.7em auto;
  }
}

.boxInterview01 .boxListOneIn:hover:before {
  opacity: 1;
}

.boxInterview01 .boxListOneIn .imgMain {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.boxInterview01 .boxListOneIn .p01 {
  position: absolute;
  z-index: 2;
  top: 2.4em;
  right: 1.92em;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.33em;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.boxInterview01 .boxListOneIn:hover .p01 {
  opacity: 1;
}
@media all and (max-width: 1600px){
  .boxInterview01 .boxListOneIn .p01 {
    top: 1.0em;
    right: 1.0em;
  }
}
@media all and (max-width: 750px){
  .boxInterview01 .boxListOneIn .p01 {
    top: 0.6em;
    right: 0.6em;
    gap: 0.3em;
  }
}

.boxInterview01 .boxListOneIn .p01 > span {
  position: relative;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: pre;
  padding: 0.2em 0.2em 0 0.18em;
  background-color: #fff;
  line-height: 1.0;
  letter-spacing: 0.12em;
  font-size: 2.4rem;
  font-weight: 700;
  background: linear-gradient(to bottom, #5686b2 0%, #b0a183 50%, #92856c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (max-width: 1760px){
  .boxInterview01 .boxListOneIn .p01 > span {
    letter-spacing: 0.08em;
    font-size: 2.2rem;
  }
}
@media all and (max-width: 1540px){
  .boxInterview01 .boxListOneIn .p01 > span {
    letter-spacing: 0.06em;
    font-size: 2.0rem;
  }
}
@media all and (max-width: 1420px){
  .boxInterview01 .boxListOneIn .p01 > span {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 1260px){
  .boxInterview01 .boxListOneIn .p01 > span {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 750px){
  .boxInterview01 .boxListOneIn .p01 > span {
    font-size: 0.9rem;
  }
}

.boxInterview01 .boxListOneIn .p01 > span:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.1em;
  background-color: #fff;
}

.boxInterview01 .boxListOneIn .boxTxt {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.0em 5% 3.05em 10%;
}
@media all and (max-width: 1300px){
  .boxInterview01 .boxListOneIn .boxTxt {
    padding: 1.0em 5% 2.0em 5%;
  }
}
@media all and (max-width: 750px){
  .boxInterview01 .boxListOneIn .boxTxt {
    padding: 1.0em 5% 0.7em 5%;
  }
}

.boxInterview01 .boxListOneIn .boxTxt .ttlList {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.boxInterview01 .boxListOneIn .boxTxt .ttlList .ttlJa {
  margin-bottom: 0.6em;
  letter-spacing: 0.15em;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 1300px){
  .boxInterview01 .boxListOneIn .boxTxt .ttlList .ttlJa {
    letter-spacing: 0.1em;
    font-size: 2.0rem;
  }
}
@media all and (max-width: 750px){
  .boxInterview01 .boxListOneIn .boxTxt .ttlList .ttlJa {
    margin-bottom: 0.3em;
    font-size: 1.3rem;
  }
}

.boxInterview01 .boxListOneIn .boxTxt .ttlList .ttlEn {
  padding-left: 0.25em;
  letter-spacing: 0.17em;
  font-family: var(--base-font-en);
  font-size: 0.86rem;
  color: #fcf25c;
}
@media all and (max-width: 750px){
  .boxInterview01 .boxListOneIn .boxTxt .ttlList .ttlEn {
    padding-left: 0;
    letter-spacing: normal;
    font-size: 0.8rem;
  }
}


/*##### Interview Single #####*/
.boxInterviewSTop .boxCont01LR {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  --box-img-width: 53.9%;
  min-height: 450px;
}
@media all and (max-width: 750px){
  .boxInterviewSTop .boxCont01LR {
    display: block;
    --box-img-width: 100%;
    min-height: auto;
  }
}

.boxInterviewSTop .boxCont01LR .boxTxt {
  position: relative;
  z-index: 2;
  width: calc(100% - var(--box-img-width));
  padding-right: 2%;
}
@media all and (max-width: 750px){
  .boxInterviewSTop .boxCont01LR .boxTxt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2.0em;
  }
}

.boxInterviewSTop .boxCont01LR .boxTxt .ttl00 {
  position: relative;
  top: -0.8em;
  left: -0.9em;
  margin-bottom: 2.72em;
}
@media all and (max-width: 750px){
  .boxInterviewSTop .boxCont01LR .boxTxt .ttl00 {
    top: 0;
    left: -0.1em;
    margin-bottom: 2.6em;
  }
}

.boxInterviewSTop .boxCont01LR .boxTxt .ttl00 .ttlEn {
  background: linear-gradient(to bottom, #0d4fae 0%, #0c8fe5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.0;
  letter-spacing: 0.056em;
  font-family: var(--base-font-en);
  font-size: 12.5rem;
  font-weight: 700;
  white-space: nowrap;
}
@media all and (max-width: 750px){
  .boxInterviewSTop .boxCont01LR .boxTxt .ttl00 .ttlEn {
    font-size: 3.5rem;
  }
}

.boxInterviewSTop .boxCont01LR .boxTxt .ttl00 .ttlNum {
  position: absolute;
  bottom: -1.08em;
  right: -0.7em;
  line-height: 1.0;
  letter-spacing: 0.01em;
  font-family: var(--base-font-en);
  font-size: 20.0em;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 0.5em rgba(12, 99, 191, 0.5);
  mix-blend-mode: multiply;
}
@media all and (max-width: 750px){
  .boxInterviewSTop .boxCont01LR .boxTxt .ttl00 .ttlNum {
    bottom: -1.0em;
    right: -0.1em;
    font-size: 8.0em;
  }
}

.boxInterviewSTop .boxCont01LR .boxTxt .ttl00 .ttlNumIn {
  display: inline-block;
  margin-left: 0.05em;
  transform: skew(-10deg);
}

.boxInterviewSTop .boxCont01LR .boxTxt .ttl01 {
  width: 200%;
  margin-bottom: 1.18em;
  padding-left: 0.1em;
  line-height: 1.55;
  letter-spacing: 0.095em;
  font-size: 3.3rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxInterviewSTop .boxCont01LR .boxTxt .ttl01 {
    width: auto;
    padding-left: 0;
    font-size: 1.5rem;
  }
}

.boxInterviewSTop .boxCont01LR .boxTxt .boxMeta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 200%;
}
@media all and (max-width: 750px){
  .boxInterviewSTop .boxCont01LR .boxTxt .boxMeta {
    width: auto;
  }
}

.boxInterviewSTop .boxCont01LR .boxTxt .boxMeta .txtDepartment {
  position: relative;
  left: -0.09em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.5em;
  height: 2.1em;
  margin-right: 0.8em;
  padding: 0 0 0.05em 0.18em;
  border-radius: 2.1em;
  background: linear-gradient(to right, #3f9edb 0%, #e3e87c 100%);
  line-height: 1.0;
  letter-spacing: 0.13em;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxInterviewSTop .boxCont01LR .boxTxt .boxMeta .txtDepartment {
    width: 7.5em;
    font-size: 1.0rem;
  }
}

.boxInterviewSTop .boxCont01LR .boxTxt .boxMeta .txtName {
  position: relative;
  top: -0.08em;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 2.8rem;
  font-weight: 700;
  color: #0c5ebb;
  white-space: nowrap;
}
@media all and (max-width: 750px){
  .boxInterviewSTop .boxCont01LR .boxTxt .boxMeta .txtName {
    top: -0.05em;
    font-size: 1.2rem;
  }
}

.boxInterviewSTop .boxCont01LR .boxTxt .boxMeta .txtName.isJoinYear:after {
  content: '/';
  position: relative;
  top: -0.1em;
  margin: 0 0.55em 0 0.85em;
  font-size: 1.9rem;
  font-weight: 500;
}
@media all and (max-width: 750px){
  .boxInterviewSTop .boxCont01LR .boxTxt .boxMeta .txtName.isJoinYear:after {
    top: -0.05em;
    margin: 0 0.2em 0 0.3em;
    font-size: 1.2rem;
  }
}

.boxInterviewSTop .boxCont01LR .boxTxt .boxMeta .txtJoinYear {
  position: relative;
  top: 0.06em;
  letter-spacing: 0.11em;
  font-size: 1.85rem;
  color: #0c5ebb;
  white-space: nowrap;
}
@media all and (max-width: 750px){
  .boxInterviewSTop .boxCont01LR .boxTxt .boxMeta .txtJoinYear {
    top: -0.1em;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
  }
}

.boxInterviewSTop .boxCont01LR .boxTxt .boxMeta .txtJoinYear .txtUnit {
  position: relative;
  top: -0.05em;
  margin-left: 0.08em;
  letter-spacing: 0.12em;
  font-size: 1.45rem;
}
@media all and (max-width: 750px){
  .boxInterviewSTop .boxCont01LR .boxTxt .boxMeta .txtJoinYear .txtUnit {
    letter-spacing: 0.1em;
    font-size: 1.0rem;
  }
}

.boxInterviewSTop .boxCont01LR .boxImg {
  width: var(--box-img-width);
}

.boxInterviewSTop .boxCont01LR .boxImg img {
  max-width: none;
  border-top-left-radius: 3.0em;
  border-bottom-left-radius: 3.0em;  border-top-left-radius: 3.0em;
  border-bottom-left-radius: 3.0em;
}
@media all and (max-width: 750px){
  .boxInterviewSTop .boxCont01LR .boxImg img {
    width: 106%;
    border-top-left-radius: 1.0em;
    border-bottom-left-radius: 1.0em;
  }
}

.boxInterviewS01Wrap {
  background-color: #fcf7e5;
  margin-top: 9.6em;
  padding-bottom: 7.6em;
}
@media all and (max-width: 750px){
  .boxInterviewS01Wrap {
    margin-top: 5.3em;
    padding-bottom: 2.6em;
  }
}

.boxInterviewS01 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.boxInterviewS01 .ttl01 {
  position: relative;
  margin-top: -2.5em;
  margin-bottom: 5.1em;
}
@media all and (max-width: 750px){
  .boxInterviewS01 .ttl01 {
    margin-bottom: 3em;
  }
}

.boxInterviewS01 .ttl01:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.95em;
  width: 1.2em;
  height: 1.2em;
  margin: auto;
  border: 1.2em rgba(255,255,255,0) solid;
  border-top: 2.0em #fcf25c solid;
}
@media all and (max-width: 750px){
  .boxInterviewS01 .ttl01:after {
    bottom: -2.6em;
    width: 1.0em;
    height: 1.0em;
    border: 1.0em rgba(255,255,255,0) solid;
    border-top: 1.8em #fcf25c solid;
  }
}

.boxInterviewS01 .ttl01In {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 31.5em;
  height: 3.44em;
  padding: 0 1.0em 0.15em 3.5em;
  border-radius: 3.44em;
  background-color: #fcf25c;
  text-align: center;
  letter-spacing: 0.093em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxInterviewS01 .ttl01In {
    min-width: auto;
    height: auto;
    min-height: 3.44em;
    padding: 0.4em 1.8em 0.45em 1.8em;
    letter-spacing: 0.08em;
    font-size: 1.3rem;
  }
}

.boxInterviewS01 .ttl01In > span {
  position: relative;
}

.boxInterviewS01 .ttl01In > span:before {
  content: 'Q';
  position: absolute;
  top: -0.72em;
  left: -1.01em;
  font-family: var(--base-font-en);
  font-size: 6.3rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxInterviewS01 .ttl01In > span:before {
    top: -0.55em;
    left: -0.7em;
    font-size: 3.5rem;
  }
}

.boxInterviewS01 .ttl02 {
  margin-bottom: 1.6em;
  text-align: center;
  letter-spacing: 0.145em;
  font-size: 2.2rem;
  font-weight: 700;
  color: #0c8be2;
}
@media all and (max-width: 750px){
  .boxInterviewS01 .ttl02 {
    margin-bottom: 0.9em;
    text-align: left;
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-size: 1.3rem;
  }
}

.boxInterviewS01 .boxBaseCom > p {
  text-align: center;
  letter-spacing: 0.165em;
  font-size: 1.25rem;
}
@media all and (max-width: 1280px){
  .boxInterviewS01 .boxBaseCom > p {
    letter-spacing: 0.12em;
    font-size: 1.2rem;
  }
}
@media all and (max-width: 750px){
  .boxInterviewS01 .boxBaseCom > p {
    text-align: left;
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-size: 0.9rem;
  }
}

@media all and (max-width: 750px){
  .boxInterviewS01 .boxBaseCom > p br {
    display: none;
  }
}

.boxInterviewS02Wrap {
  padding-top: 7.23em;
  padding-bottom: 1.7em;
}
@media all and (max-width: 750px){
  .boxInterviewS02Wrap {
    padding-top: 3.0em;
  }
}

.boxInterviewS02 .boxCsnkSliderHorizontal01,
.boxInterviewS02 .boxCsnkSliderVertical01 {
  width: 100%;
}

.boxInterviewS02 .boxCsnkSliderHorizontal01 .boxCont01LR,
.boxInterviewS02 .boxCsnkSliderVertical01 .boxCont01LR {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  --box-img-width: 51.5%;
}
@media all and (max-width: 750px){
  .boxInterviewS02 .boxCsnkSliderHorizontal01 .boxCont01LR,
  .boxInterviewS02 .boxCsnkSliderVertical01 .boxCont01LR {
    display: block;
    --box-img-width: 100%;
  }
}

.boxInterviewS02 .boxCsnkSliderHorizontal01 .boxCont01LR .boxImg,
.boxInterviewS02 .boxCsnkSliderVertical01 .boxCont01LR .boxImg {
  width: var(--box-img-width);
}

.boxInterviewS02 .boxCsnkSliderHorizontal01 .boxCont01LR .boxImg img,
.boxInterviewS02 .boxCsnkSliderVertical01 .boxCont01LR .boxImg img {
  max-width: none;
  border-top-right-radius: 1.4em;
  border-bottom-right-radius: 1.4em;
}
@media all and (max-width: 750px){
  .boxInterviewS02 .boxCsnkSliderVertical01 .boxCont01LR .boxImg img {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.boxInterviewS02 .boxCsnkSliderHorizontal01 .boxCont01LR .boxTxt,
.boxInterviewS02 .boxCsnkSliderVertical01 .boxCont01LR .boxTxt {
  position: relative;
  z-index: 2;
  width: calc(100% - var(--box-img-width));
  padding: 6.43em 3.8% 0 0;
}
@media all and (max-width: 750px){
  .boxInterviewS02 .boxCsnkSliderHorizontal01 .boxCont01LR .boxTxt,
  .boxInterviewS02 .boxCsnkSliderVertical01 .boxCont01LR .boxTxt {
    width: 100%;
    margin-top: -3.0em;
    padding: 0;
  }
}

.boxInterviewS02 .boxCsnkSliderHorizontal01 .boxCont01LR .boxTxtIn,
.boxInterviewS02 .boxCsnkSliderVertical01 .boxCont01LR .boxTxtIn {
  padding: 4.76em 7% 5.0em 7.95%;
  border-radius: 1.4em;
  background-image: url('./../../images/recruit/recruit02-bg01.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  text-align: left;
  box-shadow: 0 0 3.0em 0 rgba(219, 204, 173, 0.2);
}
@media all and (max-width: 750px){
  .boxInterviewS02 .boxCsnkSliderHorizontal01 .boxCont01LR .boxTxtIn,
  .boxInterviewS02 .boxCsnkSliderVertical01 .boxCont01LR .boxTxtIn {
    padding: 2.0em 4% 2.5em 5%;
    border-radius: 1.0em;
  }
}

.boxInterviewS02 .boxCsnkSliderHorizontal01 .boxCont01LR .boxTxtIn .ttl01,
.boxInterviewS02 .boxCsnkSliderVertical01 .boxCont01LR .boxTxtIn .ttl01 {
  position: relative;
  margin-bottom: 1.82em;
  padding-left: 2.9em;
  letter-spacing: 0.093em;
  font-size: 1.52rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxInterviewS02 .boxCsnkSliderHorizontal01 .boxCont01LR .boxTxtIn .ttl01,
  .boxInterviewS02 .boxCsnkSliderVertical01 .boxCont01LR .boxTxtIn .ttl01 {
    margin-bottom: 1.0em;
    padding-left: 1.8em;
    padding-right: 2.0em;
    font-size: 1.17rem;
  }
}

.boxInterviewS02 .boxCsnkSliderHorizontal01 .boxCont01LR .boxTxtIn .ttl01:before,
.boxInterviewS02 .boxCsnkSliderVertical01 .boxCont01LR .boxTxtIn .ttl01:before {
  content: 'Q';
  position: absolute;
  top: -0.3em;
  left: -0.2em;
  line-height: 1.0;
  font-family: var(--base-font-en);
  font-size: 4.8rem;
  color: #fcf25c;
}
@media all and (max-width: 750px){
  .boxInterviewS02 .boxCsnkSliderHorizontal01 .boxCont01LR .boxTxtIn .ttl01:before,
  .boxInterviewS02 .boxCsnkSliderVertical01 .boxCont01LR .boxTxtIn .ttl01:before {
    top: -0.15em;
    font-size: 2.8rem;
  }
}

.boxInterviewS02 .boxCsnkSliderHorizontal01 .boxCont01LR .boxTxtIn .ttl02,
.boxInterviewS02 .boxCsnkSliderVertical01 .boxCont01LR .boxTxtIn .ttl02 {
  margin-bottom: 0.89em;
  line-height: 1.65;
  letter-spacing: 0.1em;
  font-size: 2.2rem;
  font-weight: 700;
  color: #0c8be2;
}
@media all and (max-width: 750px){
  .boxInterviewS02 .boxCsnkSliderHorizontal01 .boxCont01LR .boxTxtIn .ttl02,
  .boxInterviewS02 .boxCsnkSliderVertical01 .boxCont01LR .boxTxtIn .ttl02 {
    margin-bottom: 1.0em;
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-size: 1.2rem;
  }
}

.boxInterviewS02 .boxCsnkSliderHorizontal01 .ulSlideNavi,
.boxInterviewS02 .boxCsnkSliderVertical01 .ulSlideNavi {
  left: 5%;
  top: 41.6em;
  bottom: auto;
  transform: rotate(90deg);
}
@media all and (max-width: 750px){
  .boxInterviewS02 .boxCsnkSliderHorizontal01 .ulSlideNavi,
  .boxInterviewS02 .boxCsnkSliderVertical01 .ulSlideNavi {
    left: auto;
    right: -1.5em;
    top: 15.0em;
  }
}

.boxInterviewS02 .boxCsnkSliderHorizontal01.typeCircle .ulSlideNavi > li,
.boxInterviewS02 .boxCsnkSliderVertical01.typeCircle .ulSlideNavi > li {
  width: 0.8em;
  height: 0.8em;
  margin: 0 0.7em;
  border: 1px #0c8be2 solid;
  border-radius: 0.8em;
  background-color: transparent;
}
.boxInterviewS02 .boxCsnkSliderHorizontal01.typeCircle .ulSlideNavi > li.current,
.boxInterviewS02 .boxCsnkSliderVertical01.typeCircle .ulSlideNavi > li.current {
  border: 1px #0c8be2 solid;
  background-color: #0c8be2;
}

.boxInterviewS02 .boxBaseMarqueeWrap {
  margin-top: -11.0em;
}
@media all and (max-width: 750px){
  .boxInterviewS02 .boxBaseMarqueeWrap {
    margin-top: 1.5em;
  }
}

.boxInterviewS02 .boxBaseMarqueeTxt {
  background: linear-gradient(to right, #2793db 0%, #d6cdb7 55%, #d7c4a1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (max-width: 750px){
  .boxInterviewS02 .boxBaseMarqueeTxt {
    font-size: 2.9rem;
  }
}

.boxInterviewS03Wrap {
  height: 680px;
  padding-top: 5.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: rgba(0,0,0,0.2);
}
@media all and (max-width: 750px){
  .boxInterviewS03Wrap {
    height: auto;
    padding-top: 3.0em;
    padding-bottom: 3.0em;
    background-position: 67% center;
  }
}

.boxInterviewS03 .ttl01 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3.5em;
}
@media all and (max-width: 750px){
  .boxInterviewS03 .ttl01 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2.5em;
  }
}

.boxInterviewS03 .ttl01 .ttlEn {
  margin-left: -0.11em;
  margin-right: 0.39em;
  line-height: 1.0;
  letter-spacing: 0.002em;
  font-family: var(--base-font-en);
  font-size: 8.85rem;
  font-weight: 700;
  color: rgba(255,255,255,0.8);
}
@media all and (max-width: 750px){
  .boxInterviewS03 .ttl01 .ttlEn {
    margin-left: 0;
    margin-right: 0;
    font-size: 2.85rem;
  }
}

.boxInterviewS03 .ttl01 .ttlJa {
  position: relative;
  top: 0.52em;
  line-height: 1.58;
  letter-spacing: 0.11em;
  font-size: 1.53rem;
  font-weight: 700;
  color: #fcf25c;
}
@media all and (max-width: 750px){
  .boxInterviewS03 .ttl01 .ttlJa {
    letter-spacing: 0.08em;
    font-size: 1.2rem;
  }
}

.boxInterviewS03 .ttl02 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.4em;
  margin-left: -0.1em;
  margin-bottom: 2.0em;
  color: #ff0000;
}
@media all and (max-width: 750px){
  .boxInterviewS03 .ttl02 {
    margin-bottom: 1.5em;
  }
}

.boxInterviewS03 .ttl02 > span {
  position: relative;
  padding: 0 0.16em 0.14em 0.2em;
  background-color: #fff;
  line-height: 1.3;
  letter-spacing: 0.15em;
  font-size: 2.7rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxInterviewS03 .ttl02 > span {
    letter-spacing: 0.1em;
    font-size: 1.3rem;
  }
}

.boxInterviewS03 .ttl02 > span > span {
  position: relative;
  z-index: 2;
  background: linear-gradient(to right, #5686b2 0%, #b0a183 50%, #92856c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.boxInterviewS03 .boxBaseCom > p {
  color: #fff;
}
@media all and (max-width: 750px){
  .boxInterviewS03 .boxBaseCom > p {
    letter-spacing: 0.03em;
  }
}

.boxInterviewS04Wrap {
  padding-top: 10.0em;
}
@media all and (max-width: 750px){
  .boxInterviewS04Wrap {
    padding-top: 2.5em;
  }
}

.boxInterviewS04 .boxCont01LR {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  --box-l-width: 23%;
}
@media all and (max-width: 750px){
  .boxInterviewS04 .boxCont01LR {
    display: block;
    --box-l-width: 100%;
  }
}

.boxInterviewS04 .boxCont01L {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: var(--box-l-width);
  padding-right: 2%;
}
@media all and (max-width: 750px){
  .boxInterviewS04 .boxCont01L {
    display: block;
    padding-right: 0;
  }
}

.boxInterviewS04 .boxCont01L .ttlBase02 {
  position: relative;
  top: -0.3em;
}
@media all and (max-width: 750px){
  .boxInterviewS04 .boxCont01L .ttlBase02 {
    top: auto;
    margin-bottom: 1.5em;
  }
}

@media all and (max-width: 1480px){
  .boxInterviewS04 .boxCont01L .ttlBase02 .ttlEn {
    font-size: 7.0rem;
  }
}
@media all and (max-width: 1250px){
  .boxInterviewS04 .boxCont01L .ttlBase02 .ttlEn {
    font-size: 6.0rem;
  }
}
@media all and (max-width: 750px){
  .boxInterviewS04 .boxCont01L .ttlBase02 .ttlEn {
    margin-right: 0;
    font-size: 2.9rem;
  }
}

.boxInterviewS04 .boxCont01R {
  position: relative;
  width: calc(100% - var(--box-l-width));
  padding-bottom: 5.3em;
}
@media all and (max-width: 750px){
  .boxInterviewS04 .boxCont01R {
    width: 100%;
    padding-bottom: 4.1em;
  }
}

.boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOne {
  width: 23.76%;
  margin-right: calc((100% - 23.76% * 4) / 3);
  padding: 0;
}
@media all and (max-width: 750px){
  .boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOne {
    width: 48%;
    margin-right: calc(100% - 48% * 2);
  }
}

.boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOne a:hover {
  opacity: 1;
}

.boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 1.5em;
  aspect-ratio: 322 / 477;
}
@media all and (max-width: 750px){
  .boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn {
    width: 100%;
    border-radius: 1.0em;
  }
}

.boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn:before {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 2.0em;
  left: 76%;
  width: 3.6em;
  height: 1.55em;
  border-radius: 1.55em;
  background-color: #fcf25c;
  background-image: url('./../../images/base/base-icn-arrow01.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.05em auto;
  opacity: 0;
  transition: opacity 0.3s linear;
}
@media all and (max-width: 1580px){
  .boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn:before {
    bottom: 1.0em;
  }
}
@media all and (max-width: 1450px){
  .boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn:before {
    width: 2.6em;
    left: 78%;
  }
}
@media all and (max-width: 750px){
  .boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn:before {
    left: auto;
    right: 0;
    bottom: 0.7em;
    width: 1.3em;
    height: 1.2em;
    border-radius: 1.2em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-size: 0.7em auto;
  }
}

.boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn:hover:before {
  opacity: 1;
}

.boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .imgMain {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 {
  position: absolute;
  z-index: 2;
  top: 2.4em;
  right: 1.92em;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.33em;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn:hover .p01 {
  opacity: 1;
}
@media all and (max-width: 1580px){
  .boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 {
    top: 1.0em;
    right: 1.0em;
  }
}
@media all and (max-width: 750px){
  .boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 {
    top: 0.5em;
    right: 0.5em;
    gap: 0.3em;
  }
}

.boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 > span {
  position: relative;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: pre;
  padding: 0.2em 0.2em 0 0.18em;
  background-color: #fff;
  line-height: 1.0;
  letter-spacing: 0.12em;
  font-size: 1.8rem;
  font-weight: 700;
  background: linear-gradient(to bottom, #5686b2 0%, #b0a183 50%, #92856c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (max-width: 1780px){
  .boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 > span {
    letter-spacing: 0.08em;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 1450px){
  .boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 > span {
    letter-spacing: 0.06em;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 1300px){
  .boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 > span {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 750px){
  .boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 > span {
    letter-spacing: 0.08em;
    font-size: 0.9rem;
  }
}

.boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 > span:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.1em;
  background-color: #fff;
}

.boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.0em 5% 2.24em 10%;
}
@media all and (max-width: 1580px){
  .boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt {
    padding: 1.0em 5% 1.24em 5%;
  }
}
@media all and (max-width: 750px){
  .boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt {
    padding: 1.0em 5% 0.8em 5%;
  }
}

.boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt .ttlList {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
}

.boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt .ttlList .ttlJa {
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  font-size: 2.0rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 1580px){
  .boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt .ttlList .ttlJa {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 750px){
  .boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt .ttlList .ttlJa {
    margin-bottom: 0.3em;
    font-size: 1.3rem;
  }
}

.boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt .ttlList .ttlEn {
  padding-left: 0.25em;
  letter-spacing: 0.1em;
  font-family: var(--base-font-en);
  font-size: 0.75rem;
  color: #fcf25c;
}
@media all and (max-width: 750px){
  .boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt .ttlList .ttlEn {
    padding-left: 0;
    letter-spacing: normal;
  }
}

.boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .txtSlideNavi,
.boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .ulSlideNavi {
  display: none;
}

.boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .slideNaviL,
.boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .slideNaviR {
  position: absolute;
  top: auto;
  bottom: -6.4em;
  left: auto;
  width: 4.8em;
  height: 2.2em;
  border-radius: 2.2em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.4em auto;
  background-color: #fcf25c;
}
.boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .slideNaviL {
  right: 5.7em;
  background-image: url('./../../images/base/base-icn-arrow01-left.svg');
}
.boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .slideNaviR {
  right: 0;
  background-image: url('./../../images/base/base-icn-arrow01.svg');
}
@media all and (max-width: 750px){
  .boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .slideNaviL,
  .boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .slideNaviR {
    bottom: -5.0em;
    height: 2.0em;
    border-radius: 2.0em;
  }
  .boxInterviewS04 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .slideNaviL {
    right: 5.8em;
  }
}

.boxInterviewS04 .boxCont01R .txtDeco01 {
  position: absolute;
  bottom: 1.0em;
  left: 5.9%;
  width: calc(100% - 17.5em);
  height: 1px;
  background: linear-gradient(to right, #0c8fe5 0%, #fcf25c 100%);
}
@media all and (max-width: 750px){
  .boxInterviewS04 .boxCont01R .txtDeco01 {
    left: 11%;
  }
}

.boxInterviewS04 .boxCont01R .txtDeco01:before {
  content: '';
  position: absolute;
  top: -0.62em;
  left: -2.46em;
  width: 1.22em;
  height: 1.22em;
  border-radius: 1.22em;
  background-color: #0c8fe5;
}


/*##### Message #####*/
.boxMessageTopWrap {
  position: relative;
  padding-top: 0.26em;
}
@media all and (max-width: 750px){
  .boxMessageTopWrap {
    padding-top: 0;
  }
}

.boxMessageTopWrap .img01MessageTop,
.boxMessageTopWrap .img02MessageTop,
.boxMessageTopWrap .img03MessageTop {
  position: absolute;
  border-radius: 1.5em;
}
@media all and (max-width: 750px){
  .boxMessageTopWrap .img01MessageTop,
  .boxMessageTopWrap .img02MessageTop,
  .boxMessageTopWrap .img03MessageTop {
    border-radius: 0.5em;
  }
}

.boxMessageTopWrap .img01MessageTop {
  z-index: 2;
  top: -29.9em;
  right: 8.9%;
}
@media all and (max-width: 750px){
  .boxMessageTopWrap .img01MessageTop {
    top: -8.5em;
    right: 2%;
    width: 10vw;
  }
}

.boxMessageTopWrap .img02MessageTop {
  top: -21.5em;
  right: 13.72%;
}
@media all and (max-width: 750px){
  .boxMessageTopWrap .img02MessageTop {
    top: -6.5em;
    right: 10.0%;
    width: 15vw;
  }
}

.boxMessageTopWrap .img03MessageTop {
  top: -6.75em;
  right: -0.6em;
}
@media all and (max-width: 750px){
  .boxMessageTopWrap .img03MessageTop {
    top: -2.5em;
    right: 0;
    width: 18vw;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.boxMessageTop {
  position: relative;
  z-index: 2;
}

.boxMessageTop .boxCont01LR {
  display: flex;
  justify-content: flex-start;
  --box-img-width: 40%;
}
@media all and (max-width: 750px){
  .boxMessageTop .boxCont01LR {
    display: block;
    --box-img-width: 100%;
  }
}

.boxMessageTop .boxCont01LR .boxTxt {
  position: relative;
  z-index: 2;
  width: calc(100% - var(--box-img-width));
  padding-bottom: 8.0em;
}
@media all and (max-width: 750px){
  .boxMessageTop .boxCont01LR .boxTxt {
    width: 100%;
    padding-bottom: 0;
  }
}

.boxMessageTop .boxCont01LR .boxTxt .ttl01 {
  margin-bottom: 1.66em;
  letter-spacing: 0.13em;
  font-size: 2.81rem;
  font-weight: 700;
  color: #0c8fe5;
}
@media all and (max-width: 750px){
  .boxMessageTop .boxCont01LR .boxTxt .ttl01 {
    margin-bottom: 1.0em;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
  }
}

.boxMessageTop .boxCont01LR .boxTxt .boxBaseCom {
  margin-bottom: 5.58em;
}
@media all and (max-width: 750px){
  .boxMessageTop .boxCont01LR .boxTxt .boxBaseCom {
    margin-bottom: 2.5em;
  }
}

.boxMessageTop .boxCont01LR .boxTxt .boxBaseCom.typeLarge > p {
  line-height: 1.94;
  letter-spacing: 0.114em;
}
@media all and (max-width: 750px){
  .boxMessageTop .boxCont01LR .boxTxt .boxBaseCom.typeLarge > p {
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
}

.boxMessageTop .boxCont01LR .boxTxt .boxBaseCom.typeLarge > p + p {
  margin-top: 1.95em;
}
@media all and (max-width: 750px){
  .boxMessageTop .boxCont01LR .boxTxt .boxBaseCom.typeLarge > p + p {
    margin-top: 1.4em;
  }
}

.boxMessageTop .boxCont01LR .boxTxt .boxLink {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3.0%;
}
@media all and (max-width: 750px){
  .boxMessageTop .boxCont01LR .boxTxt .boxLink {
    flex-direction: column;
    gap: 0;
  }
}

.boxMessageTop .boxCont01LR .boxTxt .boxLink .linkBase02 {
  width: 40.7%;
  padding-left: 3.0%;
  padding-right: 9.0%;
}
@media all and (max-width: 1580px){
  .boxMessageTop .boxCont01LR .boxTxt .boxLink .linkBase02 {
    width: 43.7%;
    letter-spacing: 0.06em;
  }
}
@media all and (max-width: 1570px){
  .boxMessageTop .boxCont01LR .boxTxt .boxLink .linkBase02 {
    width: 48.7%;
  }
}
@media all and (max-width: 750px){
  .boxMessageTop .boxCont01LR .boxTxt .boxLink .linkBase02 {
    width: 100%;
    padding-left: 8.0%;
    padding-right: 8.0%;
  }
  .boxMessageTop .boxCont01LR .boxTxt .boxLink .linkBase02 + .linkBase02 {
    margin-top: 1.0em;
  }
}

@media all and (max-width: 1580px){
  .boxMessageTop .boxCont01LR .boxTxt .boxLink .linkBase02:after {
    right: 4.0%;
    width: 2.2em;
  }
}

.boxMessageTop .boxCont01LR .boxImg {
  position: relative;
  width: var(--box-img-width);
}
@media all and (max-width: 750px){
  .boxMessageTop .boxCont01LR .boxImg {
    padding-top: 82vw;
  }
}

.boxMessageTop .boxCont01LR .boxImg img {
  position: absolute;
  bottom: 0;
  left: -4.65em;
}
@media all and (max-width: 1570px){
  .boxMessageTop .boxCont01LR .boxImg img {
    left: 1.0em;
  }
}
@media all and (max-width: 750px){
  .boxMessageTop .boxCont01LR .boxImg img {
    left: 0;
    right: 0;
    width: 60vw;
    margin: auto;
  }
}

.boxMessage01 .ttl01 {
  position: relative;
  height: 1.25em;
  padding: 0.17em 0 0 0.32em;
  line-height: 1.0;
  letter-spacing: 0.053em;
  font-family: var(--base-font-en);
  font-size: 13.0rem;
  font-weight: 700;
}
@media all and (max-width: 1780px){
  .boxMessage01 .ttl01 {
    padding: 0.05em 0 0 0.32em;
    font-size: 10.23vw;
  }
}
@media all and (max-width: 1135px){
  .boxMessage01 .ttl01 {
    font-size: 8.29rem;
  }
}
@media all and (max-width: 750px){
  .boxMessage01 .ttl01 {
    height: 2.05em;
    padding: 0.2em 0 0 4%;
    font-size: 2.5rem;
  }
}

.boxMessage01 .ttl01:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 0.14em;
  background: linear-gradient(to right, #cedff2 0%, #f0f0e0 100%);
}

.boxMessage01 .ttl01 > span {
  position: relative;
  z-index: 2;
  background: linear-gradient(to right, #90b7de 0%, #ccd2cc 50%, #d5d1ba 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.boxMessage01 .boxCont01F {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  margin-top: -3.0em;
}
@media all and (max-width: 750px){
  .boxMessage01 .boxCont01F {
    display: block;
    margin-top: -2.5em;
  }
}

.boxMessage01 .boxCont01FOne {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 33.33333%;
  border-top-left-radius: 2.9em;
  background-color: rgba(0,0,0,0.5);
  aspect-ratio: 640 / 424;
}
@media all and (max-width: 750px){
  .boxMessage01 .boxCont01FOne {
    width: 100%;
    border-top-left-radius: 1.5em;
  }
}

.boxMessage01 .boxCont01FOne a {
  width: 100%;
}

.boxMessage01 .boxCont01FOne img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.boxMessage01 .boxCont01FOne .ttlBase01 {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 4% 1.2em 4.5%;
}
@media all and (max-width: 1720px){
  .boxMessage01 .boxCont01FOne .ttlBase01 {
    padding: 0 4% 0.2em 4.5%;
  }
}

.boxMessage02Wrap {
  padding-top: 8.98em;
  padding-bottom: 0.98em;
}
@media all and (max-width: 750px){
  .boxMessage02Wrap {
    padding-top: 2.5em;
    padding-bottom: 1.5em;
  }
}

@media all and (max-width: 750px){
  .boxMessage02 .boxLink {
    margin-top: 2.5em;
  }
}


/*##### News Single #####*/
.boxNewsS01Wrap {
  padding-bottom: 11.6em;
}
@media all and (max-width: 750px){
  .boxNewsS01Wrap {
    padding-bottom: 0.5em;
  }
}


/*##### Privacy Policy #####*/
.boxPrivacy01 {
  padding-top: 2em;
  padding-bottom: 7em;
}
@media all and (max-width: 750px){
  .boxPrivacy01 {
    padding-top: 0;
    padding-bottom: 0.5em;
  }
}

.boxPrivacy01 .boxCont01One + .boxCont01One {
  margin-top: 4em;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One + .boxCont01One {
    margin-top: 1.5em;
  }
}

.boxPrivacy01 .boxCont01One .ttl01 {
  margin-bottom: 1.0em;
  line-height: 1.6;
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .ttl01 {
    margin-bottom: 0.5em;
    font-size: 1.1rem;
  }
}

.boxPrivacy01 .boxCont01One .boxBaseCom.typeRight > p {
  text-align: right;
}

.boxPrivacy01 .boxCont01One .boxBaseCom + .ulBase > li:first-child,
.boxPrivacy01 .boxCont01One .boxBaseCom + .olBase > li:first-child {
  margin-top: 1.5em;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .boxBaseCom + .ulBase > li:first-child,
  .boxPrivacy01 .boxCont01One .boxBaseCom + .olBase > li:first-child {
    margin-top: 1.0em;
  }
}

.boxPrivacy01 .boxCont01One .boxBaseCom + .boxCompanyName {
  margin-top: 1.5em;
}

.boxPrivacy01 .boxCont01One .boxCompanyName {
  margin-bottom: 0.5em;
}

.boxPrivacy01 .boxCont01One .boxCompanyName > p {
  font-size: 1.13rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .boxCompanyName > p {
    font-size: 0.95rem;
  }
}

.boxPrivacy01 .boxCont01One .dlBase.type01 {
  margin-bottom: 0.2em;
}

.boxPrivacy01 .boxCont01One .boxAddress {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0.2em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .boxAddress {
    font-size: 0.9rem;
  }
}

.boxPrivacy01 .boxCont01One .boxAddress .txtZipcode {
  margin-right: 0.5em;
}

.boxPrivacy01 .boxCont01One .boxTelFax {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxPrivacy01 .boxCont01One .boxTelFax .dlBase:first-child {
  margin-right: 1.0em;
}


/*##### Recruit Archive #####*/
body.pageRecruit.archive .boxBaseArchiveSearchWrap {
  padding-top: 5.0em;
  margin-bottom: 7.7em;
}
@media all and (max-width: 750px){
  body.pageRecruit.archive .boxBaseArchiveSearchWrap {
    padding-top: 0;
    margin-bottom: 2.5em;
  }
}

@media all and (max-width: 750px){
  .boxRecruit01Wrap {
    padding-bottom: 1.0em;
  }
}

.boxRecruit01 .boxListOne {
  overflow: hidden;
  margin-bottom: 2.85em;
  border-radius: 1.5em;
  background-color: #fff;
  box-shadow: 0 0 3.0em 0 rgba(219, 204, 173, 0.2);
}
.boxRecruit01 .boxListOne:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 750px){
  .boxRecruit01 .boxListOne {
    margin-bottom: 2.0em;
    border-radius: 1.0em;
  }
}

.boxRecruit01 .boxListOneIn {
  display: flex;
  justify-content: flex-start;
}
@media all and (max-width: 750px){
  .boxRecruit01 .boxListOneIn {
    display: block;
  }
}

.boxRecruit01 .boxListOneIn .boxTxt {
  position: relative;
  z-index: 2;
  width: 65.55%;
  padding-top: 2.57em;
  padding-bottom: 2.7em;
}
@media all and (max-width: 750px){
  .boxRecruit01 .boxListOneIn .boxTxt {
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 1.3em;
  }
}

.boxRecruit01 .boxListOneIn .boxTxt:after {
  content: '';
  position: absolute;
  top: 3.9em;
  right: -2.2em;
  width: 4.8em;
  height: 2.2em;
  border-radius: 2.2em;
  background-image: url('./../../images/base/base-icn-arrow01.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.4em auto;
  background-color: #fcf25c;
}
@media all and (max-width: 750px){
  .boxRecruit01 .boxListOneIn .boxTxt:after {
    top: auto;
    bottom: -1.0em;
    right: 0;
    width: 3.4em;
    height: 2.0em;
    border-radius: 2.0em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-size: 1.2em auto;
  }
}

.boxRecruit01 .boxListOneIn .boxTxt .boxTtl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.93em;
}
@media all and (max-width: 750px){
  .boxRecruit01 .boxListOneIn .boxTxt .boxTtl {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.0em;
  }
}

.boxRecruit01 .boxListOneIn .boxTxt .boxTtl .ulBaseListCat.typeBg {
  position: relative;
  top: 0.45em;
  margin-right: 1.9em;
}
@media all and (max-width: 750px){
  .boxRecruit01 .boxListOneIn .boxTxt .boxTtl .ulBaseListCat.typeBg {
    margin-right: 0;
    margin-bottom: 0.6em;
  }
}

.boxRecruit01 .boxListOneIn .boxTxt .boxTtl .ulBaseListCat.typeBg > li {
  width: 7.15em;
  height: 2.68em;
  padding: 0.2em 0.5em 0.26em 0.3em;
  border-top-right-radius: 2.65em;
  border-bottom-right-radius: 2.65em;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}
@media all and (max-width: 750px){
  .boxRecruit01 .boxListOneIn .boxTxt .boxTtl .ulBaseListCat.typeBg > li {
    justify-content: flex-start;
    height: 2.0em;
    padding-left: 0.95em;
    border-top-right-radius: 2.0em;
    border-bottom-right-radius: 2.0em;
    font-size: 1.2rem;
  }
}

.boxRecruit01 .boxListOneIn .boxTxt .ttlList {
  letter-spacing: 0.133em;
  font-size: 2.45rem;
}
@media all and (max-width: 1240px){
  .boxRecruit01 .boxListOneIn .boxTxt .ttlList {
    letter-spacing: 0.1em;
    font-size: 2.2rem;
  }
}
@media all and (max-width: 750px){
  .boxRecruit01 .boxListOneIn .boxTxt .ttlList {
    padding-left: 0.8em;
    font-size: 1.4rem;
  }
}

.boxRecruit01 .boxListOneIn .boxTxtLR {
  display: flex;
  justify-content: flex-start;
  min-height: 14.0em;
  padding-left: 5.9%;
}
@media all and (max-width: 750px){
  .boxRecruit01 .boxListOneIn .boxTxtLR {
    display: block;
    width: 90%;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
}

.boxRecruit01 .boxListOneIn .boxTxtL {
  position: relative;
  width: 47.85%;
  padding-right: 2.0%;
}
@media all and (max-width: 750px){
  .boxRecruit01 .boxListOneIn .boxTxtL {
    width: 100%;
    margin-bottom: 0.8em;
    padding-right: 0;
  }
}

.boxRecruit01 .boxListOneIn .boxTxtL:after {
  content: '';
  position: absolute;
  top: 0.25em;
  right: 0;
  width: 1px;
  height: 98%;
  background-color: #86bee3;
}
@media all and (max-width: 750px){
  .boxRecruit01 .boxListOneIn .boxTxtL:after {
    content: none;
  }
}

.boxRecruit01 .boxListOneIn .boxTxtL .boxDlBase02 {
  --dt-width: 6.44em;
}
@media all and (max-width: 750px){
  .boxRecruit01 .boxListOneIn .boxTxtL .boxDlBase02 {
    --dt-width: 100%;
  }
}

.boxRecruit01 .boxListOneIn .boxTxtL .dlBase02 {
  line-height: 1.97;
}
@media all and (max-width: 1240px){
  .boxRecruit01 .boxListOneIn .boxTxtL .dlBase02 {
    font-size: 1.0rem;
  }
}
@media all and (max-width: 750px){
  .boxRecruit01 .boxListOneIn .boxTxtL .dlBase02 {
    margin-bottom: 0.4em;
    font-size: 0.9rem;
  }
}

@media all and (max-width: 750px){
  .boxRecruit01 .boxListOneIn .boxTxtL .dlBase02 > dt {
    margin-bottom: 0;
  }
}

.boxRecruit01 .boxListOneIn .boxTxtL .dlBase02 > dt > span {
  padding-left: 1.3em;
  letter-spacing: 0.17em;
}
@media all and (max-width: 750px){
  .boxRecruit01 .boxListOneIn .boxTxtL .dlBase02 > dt > span {
    padding-left: 1.04em;
    letter-spacing: 0.1em;
  }
}

.boxRecruit01 .boxListOneIn .boxTxtL .dlBase02 > dt > span:before {
  top: 0.77em;
}
@media all and (max-width: 750px){
  .boxRecruit01 .boxListOneIn .boxTxtL .dlBase02 > dt > span:before {
    top: 0.85em;
    width: 0.4em;
    height: 0.4em;
    border-radius: 0.4em;
  }
}

.boxRecruit01 .boxListOneIn .boxTxtL .dlBase02 > dt .str2 {
  letter-spacing: 1.35em;
}
@media all and (max-width: 750px){
  .boxRecruit01 .boxListOneIn .boxTxtL .dlBase02 > dt .str2 {
    letter-spacing: 1.2em;
  }
}

.boxRecruit01 .boxListOneIn .boxTxtL .dlBase02 > dd {
  letter-spacing: 0.17em;
}
@media all and (max-width: 750px){
  .boxRecruit01 .boxListOneIn .boxTxtL .dlBase02 > dd {
    padding-left: 1.0em;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-size: 0.9rem;
  }
}

.boxRecruit01 .boxListOneIn .boxTxtR {
  width: calc(100% - 47.85%);
  padding-right: 3.2%;
  padding-left: 3.2%;
}
@media all and (max-width: 750px){
  .boxRecruit01 .boxListOneIn .boxTxtR {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.boxRecruit01 .boxListOneIn .boxTxtR .boxBaseCom > p {
  line-height: 2.04em;
  letter-spacing: 0.11em;
}
@media all and (max-width: 1240px){
  .boxRecruit01 .boxListOneIn .boxTxtR .boxBaseCom > p {
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-size: 1.0rem;
  }
}
@media all and (max-width: 750px){
  .boxRecruit01 .boxListOneIn .boxTxtR .boxBaseCom > p {
    line-height: 1.6;
    font-size: 0.9rem;
  }
}

.boxRecruit01 .boxListOneIn .boxTxtR .ulBase02 {
  margin-top: 0.45em;
  padding-left: 0.5em;
}

.boxRecruit01 .boxListOneIn .boxImg {
  width: calc(100% - 65.55%);
  aspect-ratio: 1 / 0.602;
}
@media all and (max-width: 750px){
  .boxRecruit01 .boxListOneIn .boxImg {
    width: 100%;
  }
}

.boxRecruit01 .boxListOneIn .boxImg .imgMain {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}


/*##### Recruit Single #####*/
.boxRecruitS01Wrap {
  margin-bottom: 5.0em;
}
@media all and (max-width: 750px){
  .boxRecruitS01Wrap {
    margin-bottom: 2.5em;
  }
}

.boxRecruitS01 .boxCont01LR {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  --box-img-width: 40%;
}
@media all and (max-width: 750px){
  .boxRecruitS01 .boxCont01LR {
    display: block;
    --box-img-width: 100%;
  }
}

.boxRecruitS01 .boxCont01LR .boxImg {
  width: var(--box-img-width);
}

.boxRecruitS01 .boxCont01LR .boxImg img {
  width: 100%;
  border-radius: 2.2em;
}
@media all and (max-width: 750px){
  .boxRecruitS01 .boxCont01LR .boxImg img {
    border-radius: 1.0em;
  }
}

.boxRecruitS01 .boxCont01LR .boxImg .boxLink {
  padding-top: 2.0em;
}

.boxRecruitS01 .boxCont01LR .boxImg .boxLink a {
  position: relative;
  padding-left: 3.1em;
  letter-spacing: 0.12em;
  font-size: 1.13rem;
  text-decoration: underline;
}

.boxRecruitS01 .boxCont01LR .boxImg .boxLink a:before {
  content: '';
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 2.5em;
  height: 1.2em;
  border-radius: 1.2em;
  background-image: url('./../../images/base/base-icn-arrow01.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.0em auto;
  background-color: #fcf25c;
}

.boxRecruitS01 .boxCont01LR .boxTxt {
  width: calc(100% - var(--box-img-width));
  padding-top: 2.0em;
}
@media all and (max-width: 750px){
  .boxRecruitS01 .boxCont01LR .boxTxt {
    width: 100%;
    padding-top: 1.0em;
  }
}

.boxRecruitS01 .boxCont01LR .boxTxt .boxTtl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .boxRecruitS01 .boxCont01LR .boxTxt .boxTtl {
    flex-direction: column;
  }
}

.boxRecruitS01 .boxCont01LR .boxTxt .boxTtl .ulBaseListCat.typeBg {
  margin-right: 1.9em;
}
@media all and (max-width: 750px){
  .boxRecruitS01 .boxCont01LR .boxTxt .boxTtl .ulBaseListCat.typeBg {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}

.boxRecruitS01 .boxCont01LR .boxTxt .boxTtl .ulBaseListCat.typeBg > li {
  width: 7.15em;
  height: 2.68em;
  padding: 0.2em 0.5em 0.26em 0.3em;
  border-top-right-radius: 2.65em;
  border-bottom-right-radius: 2.65em;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}
@media all and (max-width: 750px){
  .boxRecruitS01 .boxCont01LR .boxTxt .boxTtl .ulBaseListCat.typeBg > li {
    height: 2.2em;
    border-top-right-radius: 2.2em;
    border-bottom-right-radius: 2.2em;
    font-size: 1.2rem;
  }
}

.boxRecruitS01 .boxCont01LR .boxTxt .boxTtl .ttl01 {
  padding-top: 0.15em;
  letter-spacing: 0.133em;
  font-size: 2.45rem;
}
@media all and (max-width: 750px){
  .boxRecruitS01 .boxCont01LR .boxTxt .boxTtl .ttl01 {
    padding-top: 0;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
  }
}

.boxRecruitS01 .boxCont01LR .boxTxtIn {
  padding-top: 2.0em;
  padding-left: 4%;
}
@media all and (max-width: 750px){
  .boxRecruitS01 .boxCont01LR .boxTxtIn {
    padding-top: 1.2em;
    padding-left: 0;
  }
}

.boxRecruitS01 .boxCont01LR .boxTxtIn .ulBase02 {
  margin-top: 1.5em;
}
@media all and (max-width: 750px){
  .boxRecruitS01 .boxCont01LR .boxTxtIn .ulBase02 {
    margin-top: 0.8em;
  }
}

.boxRecruitS02Wrap {
  padding-top: 5.0em;
  padding-bottom: 10.0em;
  background-color: #f8f5ef;
}
@media all and (max-width: 750px){
  .boxRecruitS02Wrap {
    padding-top: 2.0em;
    padding-bottom: 6.0em;
  }
}

.boxRecruitS03Wrap {
  background-color: #f8f5ef;
  margin-bottom: 3.0em;
  padding-bottom: 4.0em;
}

.boxRecruitS03 .boxEntryForm {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1.4em;
  background-color: #fff;
  box-shadow: 0 0 3.0em 0 rgba(219, 204, 173, 0.3);
}

.boxRecruitS03 .boxCsnkFormWrap {
  padding: 0 0 3em 0;
}
@media all and (max-width: 750px){
  .boxRecruitS03 .boxCsnkFormWrap {
    padding: 0 1.0em 1.5em 1.0em;
  }
}

.boxRecruitS03Wrap .ttl01 {
  position: relative;
  top: -1.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31.5em;
  height: 3.44em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.0em;
  padding: 0 1.0em 0.15em 3.5em;
  border-radius: 3.44em;
  background-color: #fcf25c;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxRecruitS03Wrap .ttl01 {
    width: 100%;
    height: 2.8em;
    margin-bottom: 0;
    padding: 0 0.5em 0.15em 0.5em;
    border-radius: 2.8em;
    font-size: 1.4rem;
  }
}

.boxRecruitS03Wrap .ttl01:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.1em;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  border: 0.8em rgba(255,255,255,0) solid;
  border-top: 1.5em #fcf25c solid;
}
@media all and (max-width: 750px){
  .boxRecruitS03Wrap .ttl01:after {
    bottom: -1.7em;
    width: 0.6em;
    height: 0.6em;
    border: 0.6em rgba(255,255,255,0) solid;
    border-top: 1.2em #fcf25c solid;
  }
}

body.pageRecruit.single .boxBaseSingleBackLink01 {
  margin-bottom: 5.0em;
  text-align: right;
}
@media all and (max-width: 750px){
  body.pageRecruit.single .boxBaseSingleBackLink01 {
    margin-bottom: 3.0em;
  }
}

body.pageRecruit.single .boxBaseSingleBackLink01 a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10.0em;
  height: 2.4em;
  padding-left: 2.0em;
  border-radius: 2.0em;
  background-color: #fcf25c;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  body.pageRecruit.single .boxBaseSingleBackLink01 a {
    font-size: 1.0rem;
  }
}

body.pageRecruit.single .boxBaseSingleBackLink01 a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5em;
  width: 2.0em;
  height: 1.2em;
  margin: auto;
  border-radius: 1.2em;
  background-image: url('./../../images/base/base-icn-arrow01-left.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.8em auto;
  background-color: #fff;
}


/*##### Recruit Top #####*/
.boxRecruitTop01Wrap {
  padding-top: 3.55em;
}
@media all and (max-width: 750px){
  .boxRecruitTop01Wrap {
    padding-top: 0;
  }
}

.boxRecruitTop01 {
  position: relative;
}
@media all and (max-width: 750px){
  .boxRecruitTop01 {
    padding-top: 6.3em;
  }
}

.boxRecruitTop01 .icnHand {
  position: absolute;
  z-index: 3;
  opacity: 0;
}
.boxRecruitTop01 .icnHand.no01 {
  top: -17.5em;
  left: 30.2%;
  animation: baseAniFadein 0.3s linear normal 0.2s forwards;
}
.boxRecruitTop01 .icnHand.no02 {
  top: -17.5em;
  left: 47.67%;
  animation: baseAniFadein 0.3s linear normal calc(0.2s + 0.3s) forwards;
}
.boxRecruitTop01 .icnHand.no03 {
  top: -17.5em;
  left: 66.67%;
  animation: baseAniFadein 0.3s linear normal calc(0.2s + 0.3s * 2) forwards;
}
.boxRecruitTop01 .icnHand.no04 {
  top: -17.5em;
  left: 66.5%;
  animation: baseAniFadein 0.3s linear normal calc(0.2s + 0.3s * 3) forwards;
}
.boxRecruitTop01 .icnHand.no05 {
  top: 7.7em;
  left: 69.9%;
  animation: baseAniFadein 0.3s linear normal calc(0.2s + 0.3s * 4) forwards;
}
.boxRecruitTop01 .icnHand.no06 {
  top: 12.7em;
  left: 70.3%;
  animation: baseAniFadein 0.3s linear normal calc(0.2s + 0.3s * 5) forwards;
}
.boxRecruitTop01 .icnHand.no07 {
  top: 20.7em;
  left: 67.6%;
  animation: baseAniFadein 0.3s linear normal calc(0.2s + 0.3s * 6) forwards;
}
@media all and (max-width: 750px){
  .boxRecruitTop01 .icnHand.no01 {
    top: -2.7em;
    left: 19.6%;
    width: 54vw;
  }
  .boxRecruitTop01 .icnHand.no02 {
    top: -2.7em;
    left: 40.5%;
    width: 37vw;
  }
  .boxRecruitTop01 .icnHand.no03 {
    top: -2.75em;
    left: 63.0%;
    width: 19.5vw;
  }
  .boxRecruitTop01 .icnHand.no04 {
    top: -2.8em;
    left: 62.7%;
    width: 40vw;
  }
  .boxRecruitTop01 .icnHand.no05 {
    top: 2.66em;
    left: 66.7%;
    width: 36vw;
  }
  .boxRecruitTop01 .icnHand.no06 {
    top: 3.9em;
    left: 68.3%;
    width: 34vw;
  }
  .boxRecruitTop01 .icnHand.no07 {
    top: 5.5em;
    left: 64.4%;
    width: 38vw;
  }
}

.boxRecruitTop01 .ttl01 {
  position: absolute;
  z-index: 4;
  top: -0.4em;
  left: 0.8%;
  background: linear-gradient(to bottom, #0d4fae 0%, #0c8fe5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.0;
  letter-spacing: 0.095em;
  font-family: var(--base-font-en);
  font-size: 14.0rem;
  font-weight: 700;
}
@media all and (max-width: 1890px){
  .boxRecruitTop01 .ttl01 {
    padding-right: 15%;
  }
}
@media all and (max-width: 1250px){
  .boxRecruitTop01 .ttl01 {
    font-size: 15.67vw;
  }
}
@media all and (max-width: 1135px){
  .boxRecruitTop01 .ttl01 {
    font-size: 12.7rem;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop01 .ttl01 {
    top: 0.035em;
    left: 4%;
    line-height: 1.18;
    letter-spacing: 0.1em;
    font-size: 3.6rem;
  }
}

.boxRecruitTop01 .boxFadeinSlide {
  width: 65.5%;
}
@media all and (max-width: 750px){
  .boxRecruitTop01 .boxFadeinSlide {
    width: 90.6%;
  }
}

.boxRecruitTop01 .boxFadeinSlide .ulFadeinSlide {
  padding-top: 800px;
  border-top-right-radius: 2.4em;
  border-bottom-right-radius: 2.4em;
}
@media all and (max-width: 1250px){
  .boxRecruitTop01 .boxFadeinSlide .ulFadeinSlide {
    padding-top: 98.9%;
  }
}
@media all and (max-width: 1135px){
  .boxRecruitTop01 .boxFadeinSlide .ulFadeinSlide {
    padding-top: 725px;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop01 .boxFadeinSlide .ulFadeinSlide {
    padding-top: 111.0vw;
    border-top-right-radius: 1.0em;
    border-bottom-right-radius: 1.0em;
  }
}

@media all and (max-width: 750px){
  .boxRecruitTop01 .boxFadeinSlide .ulFadeinSlide > li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

.boxRecruitTop01 .boxFadeinSlide .ulFadeinSlideBtn {
  display: none;
}

.boxRecruitTop01 .pRectuitTop01 {
  position: absolute;
  z-index: 4;
  top: -0.44em;
  right: 5.4%;
  line-height: 2.04;
  letter-spacing: 0.121em;
  font-size: 3.5rem;
  font-weight: 700;
}
@media all and (max-width: 1850px){
  .boxRecruitTop01 .pRectuitTop01 {
    right: 2.4%;
  }
}
@media all and (max-width: 1250px){
  .boxRecruitTop01 .pRectuitTop01 {
    font-size: 3.92vw;
  }
}
@media all and (max-width: 1135px){
  .boxRecruitTop01 .pRectuitTop01 {
    font-size: 3.18rem;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop01 .pRectuitTop01 {
    top: 143.8vw;
    right: auto;
    left: 0;
    width: 100%;
    padding: 0 5%;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.16em;
    font-size: 1.25rem;
  }
}

.boxRecruitTop01 .pRectuitTop01 > span {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: pre;
}
@media all and (max-width: 750px){
  .boxRecruitTop01 .pRectuitTop01 > span {
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    display: block;
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    white-space: normal;
  }
}

.boxRecruitTop02Wrap {
  position: relative;
  padding-top: 12.45em;
  padding-bottom: 11.78em;
}
@media all and (max-width: 750px){
  .boxRecruitTop02Wrap {
    padding-top: 31.8em;
    padding-bottom: 20.27em;
  }
}

.boxRecruitTop02Wrap .img01RecruitTop02 {
  position: absolute;
  border-radius: 1.4em;
}
.boxRecruitTop02Wrap .img0101RecruitTop02 {
  top: -0.1em;
  left: calc(50% - 626px);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.boxRecruitTop02Wrap .img0102RecruitTop02 {
  z-index: 2;
  top: 13.5em;
  left: calc(50% + 603px);
}
.boxRecruitTop02Wrap .img0103RecruitTop02 {
  top: 13.5em;
  left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.boxRecruitTop02Wrap .img0104RecruitTop02 {
  top: 22.75em;
  left: calc(50% + 432px);
}
.boxRecruitTop02Wrap .img0105RecruitTop02 {
  top: 29.5em;
  left: calc(50% - 670px);
}
.boxRecruitTop02Wrap .img0106RecruitTop02 {
  top: 38.8em;
  right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.boxRecruitTop02Wrap .img0107RecruitTop02 {
  z-index: 2;
  top: 45.4em;
  left: calc(50% - 790px);
}
.boxRecruitTop02Wrap .img0108RecruitTop02 {
  display: none;
}
@media all and (max-width: 1830px){
  .boxRecruitTop02Wrap .img0101RecruitTop02 {
    left: calc(50% - 556px);
  }
  .boxRecruitTop02Wrap .img0102RecruitTop02 {
    left: calc(50% + 533px);
  }
  .boxRecruitTop02Wrap .img0104RecruitTop02 {
    left: calc(50% + 362px);
  }
  .boxRecruitTop02Wrap .img0105RecruitTop02 {
    left: calc(50% - 600px);
  }
  .boxRecruitTop02Wrap .img0107RecruitTop02 {
    left: calc(50% - 720px);
  }
}
@media all and (max-width: 1470px){
  .boxRecruitTop02Wrap .img0101RecruitTop02 {
    top: -1.3em;
    left: calc(50% - 450px);
    transform: scale(0.8);
  }
  .boxRecruitTop02Wrap .img0102RecruitTop02 {
    top: 12.5em;
    left: calc(50% + 400px);
    transform: scale(0.7);
  }
  .boxRecruitTop02Wrap .img0104RecruitTop02 {
    left: calc(50% + 312px);
    transform: scale(0.7);
  }
  .boxRecruitTop02Wrap .img0105RecruitTop02 {
    left: calc(50% - 560px);
    transform: scale(0.7);
  }
  .boxRecruitTop02Wrap .img0107RecruitTop02 {
    top: 47.4em;
    left: calc(50% - 620px);
    transform: scale(0.7);
  }
}
@media all and (max-width: 1290px){
  .boxRecruitTop02Wrap .img0103RecruitTop02 {
    left: -1.6em;
    transform: scale(0.8);
  }
  .boxRecruitTop02Wrap .img0106RecruitTop02 {
    right: -1.6em;
    transform: scale(0.8);
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop02Wrap .img01RecruitTop02 {
    border-radius: 0.6em;
  }
  .boxRecruitTop02Wrap .img0101RecruitTop02 {
    top: 33.1vw;
    left: 13.4vw;
    width: 18.5vw;
    border-radius: 0.6em;
    transform: scale(1);
  }
  .boxRecruitTop02Wrap .img0102RecruitTop02 {
    top: 39.4vw;
    left: 59.7vw;
    width: 18.8vw;
    transform: scale(1);
  }
  .boxRecruitTop02Wrap .img0103RecruitTop02 {
    top: 73.43vw;
    left: 0;
    width: 26.4vw;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transform: scale(1);
  }
  .boxRecruitTop02Wrap .img0104RecruitTop02 {
    left: 41.3vw;
    top: 53.2vw;
    width: 26.4vw;
    transform: scale(1);
  }
  .boxRecruitTop02Wrap .img0105RecruitTop02 {
    left: 58.7vw;
    top: 233.6vw;
    width: 28.9vw;
    transform: scale(1);
  }
  .boxRecruitTop02Wrap .img0106RecruitTop02 {
    right: 0;
    top: 77.5vw;
    width: 23.3vw;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transform: scale(1);
  }
  .boxRecruitTop02Wrap .img0107RecruitTop02 {
    top: 259.9vw;
    left: 44.6vw;
    width: 20.6vw;
    transform: scale(1);
  }
  .boxRecruitTop02Wrap .img0108RecruitTop02 {
    display: inline;
    top: 240.8vw;
    left: 10.4vw;
    width: 22.8vw;
  }
}

.boxRecruitTop02 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.boxRecruitTop02 .ttl01 {
  margin-bottom: 1.24em;
  line-height: 1.81;
  letter-spacing: 0.12em;
  font-size: 3.16rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxRecruitTop02 .ttl01 {
    margin-bottom: 0.74em;
    line-height: 1.48;
    letter-spacing: 0.14em;
    font-size: 1.55rem;
  }
}

.boxRecruitTop02 .boxBaseCom {
  margin-bottom: 5.2em;
}
@media all and (max-width: 750px){
  .boxRecruitTop02 .boxBaseCom {
    margin-bottom: 1.9em;
  }
}

.boxRecruitTop02 .boxBaseCom > p {
  line-height: 2.27;
  letter-spacing: 0.12em;
  font-size: 1.45rem;
}
@media all and (max-width: 750px){
  .boxRecruitTop02 .boxBaseCom > p {
    padding-left: 0.45em;
    text-align: left;
    line-height: 1.921;
    letter-spacing: normal;
    font-size: 0.85rem;
  }
}

@media all and (max-width: 750px){
  .boxRecruitTop02 .boxLink {
    width: 100%;
  }
}

.boxRecruitTop03Wrap {
  position: relative;
  padding-bottom: 8.95em;
}
@media all and (max-width: 750px){
  .boxRecruitTop03Wrap {
    padding-bottom: 4.82em;
  }
}

.boxRecruitTop03Wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 34.4%;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #f9f1e2 100%);
}
@media all and (max-width: 750px){
  .boxRecruitTop03Wrap:before {
    padding-top: 150%;
  }
}

.boxRecruitTop03Wrap .pTop {
  position: relative;
  z-index: 2;
  margin-bottom: 0.58em;
  padding-right: 0.1em;
  background: linear-gradient(to right, #2793db 0%, #d6cdb7 55%, #d7c4a1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.032em;
  font-family: var(--base-font-en);
  font-size: 12.5rem;
  font-weight: 800;
}
@media all and (max-width: 1820px){
  .boxRecruitTop03Wrap .pTop {
    font-size: 9.625vw;
  }
}
@media all and (max-width: 1135px){
  .boxRecruitTop03Wrap .pTop {
    font-size: 7.8rem;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop03Wrap .pTop {
    margin-bottom: 0.26em;
    font-size: 4.9rem;
  }
}

@media all and (max-width: 750px){
  .boxRecruitTop03Wrap .pTop .txt01,
  .boxRecruitTop03Wrap .pTop .txt02 {
    white-space: nowrap;
  }
}

.boxRecruitTop03 {
  position: relative;
  z-index: 2;
}

.boxRecruitTop03 .boxCont01LR,
.boxMessage02 .boxCont01LR {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  --box-l-width: 23%;
}
@media all and (max-width: 1490px){
  .boxRecruitTop03 .boxCont01LR,
  .boxMessage02 .boxCont01LR {
    --box-l-width: 328px;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop03 .boxCont01LR,
  .boxMessage02 .boxCont01LR {
    display: block;
    --box-l-width: 100%;
  }
}

.boxRecruitTop03 .boxCont01L,
.boxMessage02 .boxCont01L {
  width: var(--box-l-width);
  padding-top: 7%;
  padding-right: 2%;
}
.boxMessage02 .boxCont01L {
  padding-top: 8.1em;
}
@media all and (max-width: 750px){
  .boxRecruitTop03 .boxCont01L,
  .boxMessage02 .boxCont01L {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.57em;
    padding-top: 0;
    padding-right: 0;
  }
}

.boxRecruitTop03 .boxCont01L .ttlBase01 {
  margin-bottom: 47.5%;
}
.boxMessage02 .boxCont01L .ttlBase01 {
  margin-bottom: 4.15em;
}
@media all and (max-width: 1840px){
  .boxRecruitTop03 .boxCont01L .ttlBase01 {
    margin-bottom: 40.5%;
  }
}
@media all and (max-width: 1480px){
  .boxRecruitTop03 .boxCont01L .ttlBase01 {
    margin-bottom: 34.0%;
  }
}
@media all and (max-width: 1420px){
  .boxRecruitTop03 .boxCont01L .ttlBase01 {
    margin-bottom: 28.0%;
  }
}
@media all and (max-width: 1340px){
  .boxRecruitTop03 .boxCont01L .ttlBase01 {
    margin-bottom: 12.0%;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop03 .boxCont01L .ttlBase01 {
    margin-bottom: 0.87em;
  }
  .boxMessage02 .boxCont01L .ttlBase01 {
    margin-bottom: 2.0em;
  }
}

@media all and (max-width: 1670px){
  .boxRecruitTop03 .boxCont01L .ttlBase01 .ttlJa,
  .boxMessage02 .boxCont01L .ttlBase01 .ttlJa {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop03 .boxCont01L .ttlBase01 .ttlJa,
  .boxMessage02 .boxCont01L .ttlBase01 .ttlJa {
    padding-left: 0.2em;
    letter-spacing: 0.12em;
    font-size: 1.95rem;
  }
}

.boxRecruitTop03 .boxCont01L .boxBaseCom {
  max-width: 312px;
}
@media all and (max-width: 750px){
  .boxRecruitTop03 .boxCont01L .boxBaseCom {
    max-width: none;
  }
}

.boxRecruitTop03 .boxCont01L .boxBaseCom > p {
  line-height: 2.54;
  letter-spacing: 0.12em;
}
@media all and (max-width: 750px){
  .boxRecruitTop03 .boxCont01L .boxBaseCom > p {
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}

.boxMessage02 .boxCont01L .boxLink .linkBase02 {
  width: 93%;
  padding-left: 12%;
}

.boxRecruitTop03 .boxCont01R,
.boxMessage02 .boxCont01R {
  position: relative;
  width: calc(100% - var(--box-l-width));
  padding-bottom: 5.3em;
}
@media all and (max-width: 750px){
  .boxRecruitTop03 .boxCont01R,
  .boxMessage02 .boxCont01R {
    width: 100%;
    padding-bottom: 3.6em;
  }
}

@media all and (max-width: 750px){
  .boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideLine,
  .boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideLine {
    margin-left: 14.3%;
  }
}

.boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOne,
.boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOne {
  width: 23.76%;
  margin-right: calc((100% - 23.76% * 4) / 3);
  padding: 0;
}
@media all and (max-width: 750px){
  .boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOne,
  .boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOne {
    width: 71%;
    margin-right: 6.6%;
  }
}

.boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOne a:hover,
.boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOne a:hover {
  opacity: 1;
}

.boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn,
.boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 1.5em;
  aspect-ratio: 322 / 477;
}
@media all and (max-width: 750px){
  .boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn,
  .boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn {
    width: 100%;
    border-radius: 1.0em;
  }
}

.boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn:before,
.boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn:before {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 2.0em;
  left: 76%;
  width: 3.6em;
  height: 1.55em;
  border-radius: 1.55em;
  background-color: #fcf25c;
  background-image: url('./../../images/base/base-icn-arrow01.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.05em auto;
  opacity: 0;
  transition: opacity 0.3s linear;
}
@media all and (max-width: 1280px){
  .boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn:before,
  .boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn:before {
    bottom: 1.2em;
    width: 2.6em;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn:before,
  .boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn:before {
    bottom: 1.0em;
    left: 81%;
    width: 1.6em;
    height: 1.0em;
    border-radius: 1.0em;
    background-size: 0.7em auto;
  }
}

.boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn:hover:before,
.boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn:hover:before {
  opacity: 1;
}

.boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .imgMain,
.boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .imgMain {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01,
.boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 {
  position: absolute;
  z-index: 2;
  top: 2.4em;
  right: 1.92em;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.33em;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn:hover .p01,
.boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn:hover .p01 {
  opacity: 1;
}
@media all and (max-width: 1450px){
  .boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01,
  .boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 {
    top: 1.4em;
    right: 1.3em;
  }
}
@media all and (max-width: 1350px){
  .boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01,
  .boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 {
    top: 1.0em;
    right: 1.0em;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01,
  .boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 {
    top: 0.8em;
    right: 0.8em;
  }
}

.boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 > span,
.boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 > span {
  position: relative;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: pre;
  padding: 0.2em 0.2em 0 0.18em;
  background-color: #fff;
  line-height: 1.0;
  letter-spacing: 0.12em;
  font-size: 1.8rem;
  font-weight: 700;
  background: linear-gradient(to bottom, #5686b2 0%, #b0a183 50%, #92856c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (max-width: 1760px){
  .boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 > span,
  .boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 > span {
    letter-spacing: 0.1em;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 1590px){
  .boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 > span,
  .boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 > span {
    letter-spacing: 0.08em;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 1450px){
  .boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 > span,
  .boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 > span {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 1280px){
  .boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 > span,
  .boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 > span {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 1180px){
  .boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 > span,
  .boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 > span {
    font-size: 1.0rem;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 > span,
  .boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 > span {
    font-size: 0.9rem;
  }
}

.boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 > span:before,
.boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .p01 > span:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.1em;
  background-color: #fff;
}

.boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt,
.boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.0em 5% 2.24em 10%;
}
@media all and (max-width: 1340px){
  .boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt,
  .boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt {
    padding: 1.0em 5% 1.24em 5%;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt,
  .boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt {
    padding: 1.0em 5% 1.87em 10.5%;
  }
}

.boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt .ttlList,
.boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt .ttlList {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
}

.boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt .ttlList .ttlJa,
.boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt .ttlList .ttlJa {
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  font-size: 2.0rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 1280px){
  .boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt .ttlList .ttlJa,
  .boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt .ttlList .ttlJa {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt .ttlList .ttlJa,
  .boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt .ttlList .ttlJa {
    margin-bottom: 0.45em;
    letter-spacing: 0.055em;
    font-size: 1.55rem;
  }
}

.boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt .ttlList .ttlEn,
.boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt .ttlList .ttlEn {
  padding-left: 0.25em;
  letter-spacing: 0.1em;
  font-family: var(--base-font-en);
  font-size: 0.75rem;
  color: #fcf25c;
}
@media all and (max-width: 750px){
  .boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt .ttlList .ttlEn,
  .boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideOneIn .boxTxt .ttlList .ttlEn {
    padding-left: 0.23em;
    letter-spacing: 0.05em;
    font-size: 0.6rem;
  }
}

.boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .txtSlideNavi,
.boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .txtSlideNavi,
.boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .ulSlideNavi,
.boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .ulSlideNavi {
  display: none;
}

.boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .slideNaviL,
.boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .slideNaviL,
.boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .slideNaviR,
.boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .slideNaviR {
  position: absolute;
  top: auto;
  bottom: -6.4em;
  left: auto;
  width: 4.8em;
  height: 2.2em;
  border-radius: 2.2em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.4em auto;
  background-color: #fcf25c;
}
.boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .slideNaviL,
.boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .slideNaviL {
  right: 6.9em;
  background-image: url('./../../images/base/base-icn-arrow01-left.svg');
}
.boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .slideNaviR,
.boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .slideNaviR {
  right: 1.3em;
  background-image: url('./../../images/base/base-icn-arrow01.svg');
}
@media all and (max-width: 750px){
  .boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .slideNaviL,
  .boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .slideNaviL,
  .boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .slideNaviR,
  .boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .slideNaviR {
    bottom: -4.55em;
    height: 2.0em;
    border-radius: 2.0em;
  }
  .boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .slideNaviL,
  .boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .slideNaviL {
    right: 12.65em;
  }
  .boxRecruitTop03 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .slideNaviR,
  .boxMessage02 .boxCont01R .boxCsnkSliderArchive01 .boxSlideNavi .slideNaviR {
    right: 7.06em;
  }
}

.boxRecruitTop03 .boxCont01R .txtDeco01,
.boxMessage02 .boxCont01R .txtDeco01 {
  position: absolute;
  bottom: 1.0em;
  left: 4.7%;
  width: calc(100% - 17.7em);
  height: 1px;
  background: linear-gradient(to right, #0c8fe5 0%, #fcf25c 100%);
}
@media all and (max-width: 750px){
  .boxRecruitTop03 .boxCont01R .txtDeco01,
  .boxMessage02 .boxCont01R .txtDeco01 {
    left: 10.2%;
    width: 79.5%;
  }
}

.boxRecruitTop03 .boxCont01R .txtDeco01:before,
.boxMessage02 .boxCont01R .txtDeco01:before {
  content: '';
  position: absolute;
  top: -0.62em;
  left: -2.46em;
  width: 1.22em;
  height: 1.22em;
  border-radius: 1.22em;
  background-color: #0c8fe5;
}
@media all and (max-width: 750px){
  .boxRecruitTop03 .boxCont01R .txtDeco01:before,
  .boxMessage02 .boxCont01R .txtDeco01:before {
    top: -0.29em;
    left: -1.52em;
    width: 0.57em;
    height: 0.57em;
    border-radius: 0.57em;
  }
}

@media all and (max-width: 750px){
  .boxRecruitTop03 .boxCont01R .txtDeco01:after,
  .boxMessage02 .boxCont01R .txtDeco01:after {
    content: '';
    position: absolute;
    top: -0.29em;
    right: -1.52em;
    width: 0.57em;
    height: 0.57em;
    border-radius: 0.57em;
    background-color: #fcf25c;
  }
}

.boxRecruitTop04 .boxCont01LR {
  display: flex;
  justify-content: flex-start;
}
@media all and (max-width: 750px){
  .boxRecruitTop04 .boxCont01LR {
    display: block;
  }
}

.boxRecruitTop04 .boxCont01L {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  padding: 0 2.5% 2.9em 3.84%;
  background-image: url('./../../images/recruit-top/recruit-top04-img01.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 1 / 0.685;
}
@media all and (max-width: 750px){
  .boxRecruitTop04 .boxCont01L {
    width: 100%;
    padding: 0 2.5% 0 6.6%;
  }
}

@media all and (max-width: 750px){
  .boxRecruitTop04 .boxCont01L .ttlBase01 {
    margin-bottom: 2.2em;
  }
}

@media all and (max-width: 750px){
  .boxRecruitTop04 .boxCont01L .ttlBase01 .ttlJa {
    margin-bottom: 0.25em;
    letter-spacing: 0.145em;
    font-size: 1.92rem;
  }
}

@media all and (max-width: 750px){
  .boxRecruitTop04 .boxCont01L .ttlBase01 .ttlEn {
    padding-left: 1.29em;
    font-size: 0.86rem;
  }
}

.boxRecruitTop04 .boxCont01R {
  position: relative;
  width: 50%;
  padding: 2.0em 0.25% 3.5em 1.0%;
  aspect-ratio: 1 / 0.685;
}
@media all and (max-width: 750px){
  .boxRecruitTop04 .boxCont01R {
    display: block;
    width: 100%;
    padding: 0;
  }
}

.boxRecruitTop04 .boxCont01RIn {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.boxRecruitTop04 .boxCont01R .ttl01 {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0.1em;
  padding-left: 1.15em;
  color: #192e4d;
}
@media all and (max-width: 1860px){
  .boxRecruitTop04 .boxCont01R .ttl01 {
    top: -2.0%;
    padding-top: 0;
    padding-left: 0;
    transform: scale(0.9);
  }
}
@media all and (max-width: 1700px){
  .boxRecruitTop04 .boxCont01R .ttl01 {
    top: -3.5%;
    transform: scale(0.8);
  }
}
@media all and (max-width: 1550px){
  .boxRecruitTop04 .boxCont01R .ttl01 {
    top: -6.5%;
    transform: scale(0.7);
  }
}
@media all and (max-width: 1350px){
  .boxRecruitTop04 .boxCont01R .ttl01 {
    top: -10.5%;
    transform: scale(0.6);
  }
}
@media all and (max-width: 1180px){
  .boxRecruitTop04 .boxCont01R .ttl01 {
    top: -15.5%;
    left: -4%;
    transform: scale(0.5);
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop04 .boxCont01R .ttl01 {
    top: 13%;
    left: 0.42em;
    transform: scale(1);
  }
}

.boxRecruitTop04 .boxCont01R .ttl01 .txt01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.0;
  letter-spacing: 0.13em;
  font-size: 4.4rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxRecruitTop04 .boxCont01R .ttl01 .txt01 {
    letter-spacing: 0.11em;
    font-size: 1.6rem;
  }
}

.boxRecruitTop04 .boxCont01R .ttl01 .txt0101,
.boxRecruitTop04 .boxCont01R .ttl01 .txt0102 {
  padding: 0.05em 0.09em 0.115em 0.10em;
  line-height: 1.0;
  letter-spacing: normal;
  font-size: 4.7rem;
  color: #fdfdfd;
}
.boxRecruitTop04 .boxCont01R .ttl01 .txt0101 {
  margin-right: 0.03em;
  background-color: #f31939;
}
.boxRecruitTop04 .boxCont01R .ttl01 .txt0102 {
  margin-right: 0.15em;
  background-color: #18a698;
}
.boxRecruitTop04 .boxCont01R .ttl01 .txt0103 {
  position: relative;
  top: 0.1em;
}
@media all and (max-width: 750px){
  .boxRecruitTop04 .boxCont01R .ttl01 .txt0101,
  .boxRecruitTop04 .boxCont01R .ttl01 .txt0102 {
    font-size: 1.7rem;
  }
  .boxRecruitTop04 .boxCont01R .ttl01 .txt0102 {
    margin-right: 0.12em;
  }
}

.boxRecruitTop04 .boxCont01R .ttl01 .txt02 {
  position: relative;
  left: 0.09em;
  letter-spacing: 0.08em;
  font-size: 3.55rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxRecruitTop04 .boxCont01R .ttl01 .txt02 {
    left: 0.06em;
    letter-spacing: 0.07em;
    font-size: 1.28rem;
  }
}

.boxRecruitTop04 .boxCont01RIn .ttlBase01 {
  position: absolute;
  bottom: -0.7em;
  left: 1.4%;
}
@media all and (max-width: 750px){
  .boxRecruitTop04 .boxCont01RIn .ttlBase01 {
    bottom: 0.8em;
    left: 6.5%;
  }
}

.boxRecruitTop04 .boxCont01RIn .ttlBase01 .ttlJa {
  letter-spacing: 0.03em;
  text-shadow: 0 0 0.1em #fff, 0 0 0.1em #fff;
}
@media all and (max-width: 750px){
  .boxRecruitTop04 .boxCont01RIn .ttlBase01 .ttlJa {
    margin-bottom: 0.27em;
    line-height: 1.38;
    letter-spacing: 0.13em;
    font-size: 1.92rem;
  }
}

@media all and (max-width: 750px){
  .boxRecruitTop04 .boxCont01RIn .ttlBase01 .ttlEn {
    padding-left: 1.3em;
    letter-spacing: 0.1em;
    font-size: 0.85rem;
  }
}

.boxRecruitTop04 .boxCont01R img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100.3%;
  height: 100.3%;
  object-fit: cover;
  object-position: center center;
  transform: translateX(-50%) translateY(-50%);
}

.boxRecruitTop05Wrap {
  padding-top: 4.65em;
  background-color: #fff;
  background-image: url('./../../images/recruit-top/recruit-top05-bg01-top.webp');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxRecruitTop05Wrap {
    padding-top: 2.9em;
  }
}

.boxRecruitTop05 {
  position: relative;
}

.boxRecruitTop05 .boxTtl {
  margin-bottom: 3.5em;
  padding-right: 25%;
}
@media all and (max-width: 1410px){
  .boxRecruitTop05 .boxTtl {
    margin-bottom: 2.0em;
    padding-right: 0;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop05 .boxTtl {
    margin-bottom: 0.65em;
  }
}

.boxRecruitTop05 .boxTtl .ttl01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2.95em;
}
@media all and (max-width: 750px){
  .boxRecruitTop05 .boxTtl .ttl01 {
    margin-bottom: 0;
    padding-left: 0;
  }
}

.boxRecruitTop05 .boxTtl .ttl01 .ttlEn {
  margin-right: 0.11em;
  background: linear-gradient(to bottom, #0d4fae 0%, #0c8fe5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
  letter-spacing: 0.053em;
  font-family: var(--base-font-en);
  font-size: 12.5rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxRecruitTop05 .boxTtl .ttl01 .ttlEn {
    margin-right: 0.2em;
    font-size: 4.9rem;
  }
}

.boxRecruitTop05 .boxTtl .ttl01 .ttlJa {
  margin-top: 1.78em;
  letter-spacing: 0.14em;
  font-size: 2.84rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxRecruitTop05 .boxTtl .ttl01 .ttlJa {
    display: none;
  }
}

.boxRecruitTop05 .boxTtl .pTtl {
  position: relative;
  top: -5.4em;
  padding-left: 35.5em;
  letter-spacing: 0.12em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxRecruitTop05 .boxTtl .pTtl {
    display: none;
  }
}

.boxRecruitTop0501 {
  padding-bottom: 7.15em;
  background-image: url('./../../images/recruit-top/recruit-top05-bg01-bottom.webp');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxRecruitTop0501 {
    padding-bottom: 3.5em;
  }
}

.boxRecruitTop0501 .boxCont01LR,
.boxRecruitTop0502 .boxCont01LR {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  --box-l-width: 13.6%;
}
@media all and (max-width: 750px){
  .boxRecruitTop0501 .boxCont01LR,
  .boxRecruitTop0502 .boxCont01LR {
    display: block;
    --box-l-width: 100%;
  }
}

.boxRecruitTop0501 .boxCont01L,
.boxRecruitTop0502 .boxCont01L {
  width: var(--box-l-width);
  padding-top: 0.5em;
  padding-left: 2.5%;
}
@media all and (max-width: 750px){
  .boxRecruitTop0501 .boxCont01L,
  .boxRecruitTop0502 .boxCont01L {
    padding-top: 0;
    padding-left: 0;
  }
}

.boxRecruitTop0501 .boxCont01L .ttl02,
.boxRecruitTop0502 .boxCont01L .ttl02 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .boxRecruitTop0501 .boxCont01L .ttl02,
  .boxRecruitTop0502 .boxCont01L .ttl02 {
    flex-direction: column;
    margin-bottom: 2.8em;
    padding-left: 0.37em;
  }
  .boxRecruitTop0502 .boxCont01L .ttl02 {
    margin-bottom: 1.7em;
  }
}

.boxRecruitTop0501 .boxCont01L .ttl02 .ttlJa,
.boxRecruitTop0502 .boxCont01L .ttl02 .ttlJa {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: pre;
  padding-top: 0.61em;
  letter-spacing: 0.2em;
  font-size: 3.55rem;
  font-weight: 700;
}
.boxRecruitTop0502 .boxCont01L .ttl02 .ttlJa {
  letter-spacing: 0.14em;
}
@media all and (max-width: 750px){
  .boxRecruitTop0501 .boxCont01L .ttl02 .ttlJa,
  .boxRecruitTop0502 .boxCont01L .ttl02 .ttlJa {
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    display: block;
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    white-space: normal;
    margin-bottom: 0.27em;
    padding-top: 0;
    letter-spacing: 0.11em;
    font-size: 1.95rem;
  }
  .boxRecruitTop0502 .boxCont01L .ttl02 .ttlJa {
    letter-spacing: 0.08em;
  }
}

.boxRecruitTop0501 .boxCont01L .ttl02 .ttlEn,
.boxRecruitTop0502 .boxCont01L .ttl02 .ttlEn {
  position: relative;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: pre;
  margin-left: 0.5em;
  padding-top: 1.05em;
  letter-spacing: 0.08em;
  font-family: var(--base-font-en);
  font-size: 1.1rem;
  color: #cbc1bd;
}
@media all and (max-width: 750px){
  .boxRecruitTop0501 .boxCont01L .ttl02 .ttlEn,
  .boxRecruitTop0502 .boxCont01L .ttl02 .ttlEn {
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    display: block;
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    white-space: normal;
    margin-left: 0;
    padding-top: 0;
    padding-left: 1.2em;
    letter-spacing: 0.1em;
    font-size: 0.85rem;
  }
}

.boxRecruitTop0501 .boxCont01L .ttl02 .ttlEn:before,
.boxRecruitTop0502 .boxCont01L .ttl02 .ttlEn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 0.6em;
  margin: auto;
  border-radius: 0.6em;
  background-color: #fcf25c;
  aspect-ratio: 1 / 1;
}
.boxRecruitTop0502 .boxCont01L .ttl02 .ttlEn:before {
  background-color: #0c8fe5;
}
@media all and (max-width: 750px){
  .boxRecruitTop0501 .boxCont01L .ttl02 .ttlEn:before,
  .boxRecruitTop0502 .boxCont01L .ttl02 .ttlEn:before {
    top: 0.35em;
    right: auto;
  }
}

.boxRecruitTop0501 .boxCont01R,
.boxRecruitTop0502 .boxCont01R {
  width: calc(100% - var(--box-l-width));
}
@media all and (max-width: 750px){
  .boxRecruitTop0501 .boxCont01R,
  .boxRecruitTop0502 .boxCont01R {
    width: 100%;
  }
}

.boxRecruitTop0501 .boxListOne {
  overflow: hidden;
  margin-bottom: 2.85em;
  border-radius: 1.5em;
  background-color: #fff;
  box-shadow: 0 0 3.0em 0 rgba(219, 204, 173, 0.2);
}
.boxRecruitTop0501 .boxListOne:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 750px){
  .boxRecruitTop0501 .boxListOne {
    margin-bottom: 1.3em;
    border-radius: 1.0em;
  }
}

.boxRecruitTop0501 .boxListOneIn {
  display: flex;
  justify-content: flex-start;
}
@media all and (max-width: 750px){
  .boxRecruitTop0501 .boxListOneIn {
    display: block;
  }
}

.boxRecruitTop0501 .boxListOneIn .boxTxt {
  position: relative;
  z-index: 2;
  width: 70.65%;
  padding-top: 3.4em;
  padding-left: 7.06em;
}
@media all and (max-width: 750px){
  .boxRecruitTop0501 .boxListOneIn .boxTxt {
    width: 100%;
    padding-top: 2.65em;
    padding-left: 5.23em;
    padding-bottom: 2.35em;
  }
}

.boxRecruitTop0501 .boxListOneIn .boxTxt:after {
  content: '';
  position: absolute;
  top: 3.7em;
  right: -2.45em;
  width: 4.8em;
  height: 2.2em;
  border-radius: 2.2em;
  background-image: url('./../../images/base/base-icn-arrow01.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.4em auto;
  background-color: #fcf25c;
}
@media all and (max-width: 750px){
  .boxRecruitTop0501 .boxListOneIn .boxTxt:after {
    top: auto;
    bottom: -0.9em;
    right: 0.8em;
    width: 4.0em;
    height: 1.75em;
    border-radius: 1.75em;
  }
}

.boxRecruitTop0501 .boxListOneIn .boxTxt .ttlList {
  position: relative;
  margin-bottom: 2.35em;
}
@media all and (max-width: 750px){
  .boxRecruitTop0501 .boxListOneIn .boxTxt .ttlList {
    margin-bottom: 0;
  }
}

.boxRecruitTop0501 .boxListOneIn .boxTxt .ttlList .ttlNum {
  position: absolute;
  top: -0.21em;
  left: -1.58em;
  line-height: 1.0;
  letter-spacing: 0.03em;
  font-family: var(--base-font-en);
  font-size: 5.27rem;
  color: #0c8fe5;
}
@media all and (max-width: 750px){
  .boxRecruitTop0501 .boxListOneIn .boxTxt .ttlList .ttlNum {
    top: -0.31em;
    left: -1.52em;
    font-size: 4.3rem;
  }
}

.boxRecruitTop0501 .boxListOneIn .boxTxt .ttlList .ttlStr {
  letter-spacing: 0.1em;
  font-size: 2.0rem;
}
@media all and (max-width: 750px){
  .boxRecruitTop0501 .boxListOneIn .boxTxt .ttlList .ttlStr {
    letter-spacing: 0.09em;
    font-size: 1.3rem;
  }
}

.boxRecruitTop0501 .boxListOneIn .boxTxtLR {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 2.5em;
}
@media all and (max-width: 750px){
  .boxRecruitTop0501 .boxListOneIn .boxTxtLR {
    display: none;
  }
}

.boxRecruitTop0501 .boxListOneIn .boxTxtL {
  width: 49.4%;
  padding-right: 2.0%;
}
@media all and (max-width: 750px){
  .boxRecruitTop0501 .boxListOneIn .boxTxtL {
    width: 100%;
    margin-bottom: 1.0em;
    padding-right: 0;
  }
}

@media all and (max-width: 1330px){
  .boxRecruitTop0501 .boxListOneIn .boxTxtL .boxBaseCom {
    margin-bottom: 0.9em;
  }
}

.boxRecruitTop0501 .boxListOneIn .boxTxtL .boxBaseCom > p {
  line-height: 2.25em;
  letter-spacing: 0.11em;
}
@media all and (max-width: 1330px){
  .boxRecruitTop0501 .boxListOneIn .boxTxtL .boxBaseCom > p {
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-size: 1.0rem;
  }
}
@media all and (max-width: 1300px){
  .boxRecruitTop0501 .boxListOneIn .boxTxtL .boxBaseCom > p {
    font-size: 0.9rem;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop0501 .boxListOneIn .boxTxtL .boxBaseCom > p {
    line-height: 1.7;
  }
}

@media all and (max-width: 750px){
  .boxRecruitTop0501 .boxListOneIn .boxTxtL .boxBaseCom > p br {
    display: none;
  }
}

.boxRecruitTop0501 .boxListOneIn .boxTxtL .ulBase02 {
  margin-top: 0.45em;
  padding-left: 0.5em;
}
@media all and (max-width: 750px){
  .boxRecruitTop0501 .boxListOneIn .boxTxtL .ulBase02 {
    padding-left: 0;
  }
}

@media all and (max-width: 1480px){
  .boxRecruitTop0501 .boxListOneIn .boxTxtL .ulBase02 > li {
    line-height: 1.8;
    font-size: 1.0rem;
  }
}
@media all and (max-width: 1300px){
  .boxRecruitTop0501 .boxListOneIn .boxTxtL .ulBase02 > li {
    font-size: 0.9rem;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop0501 .boxListOneIn .boxTxtL .ulBase02 > li {
    line-height: 1.5;
  }
}

.boxRecruitTop0501 .boxListOneIn .boxTxtR {
  width: calc(100% - 49.4%);
  padding-top: 0.3em;
  padding-right: 2.0%;
}
@media all and (max-width: 750px){
  .boxRecruitTop0501 .boxListOneIn .boxTxtR {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
}

@media all and (max-width: 1480px){
  .boxRecruitTop0501 .boxListOneIn .boxTxtR .dlBase02 {
    line-height: 1.8;
    font-size: 1.0rem;
  }
}
@media all and (max-width: 1300px){
  .boxRecruitTop0501 .boxListOneIn .boxTxtR .dlBase02 {
    font-size: 0.9rem;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop0501 .boxListOneIn .boxTxtR .dlBase02 {
    line-height: 1.6;
  }
}

@media all and (max-width: 750px){
  .boxRecruitTop0501 .boxListOneIn .boxTxtR .dlBase02 + .dlBase02 {
    margin-top: 1.0em;
  }
}

.boxRecruitTop0501 .boxListOneIn .boxImg {
  width: calc(100% - 70.65%);
  aspect-ratio: 446 / 339;
}
@media all and (max-width: 750px){
  .boxRecruitTop0501 .boxListOneIn .boxImg {
    width: 100%;
  }
}

.boxRecruitTop0501 .boxListOneIn .boxImg .imgMain {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.boxRecruitTopLink01 {
  display: none;
}
@media all and (max-width: 750px){
  .boxRecruitTopLink01 {
    display: none;
  }
}

@media all and (max-width: 750px){
  .boxRecruitTopLink01 .ttl01 {
    display: none;
  }
}

@media all and (max-width: 750px){
  .boxRecruitTopLink01 .pTtl {
    display: none;
  }
}

@media all and (max-width: 750px){
  .boxRecruitTopLink01 .linkBase02 {
    justify-content: center;
    height: 3.2em;
    font-weight: 700;
  }
}

@media all and (max-width: 750px){
  .boxRecruitTopLink01 .linkBase02:after {
    right: 4.0%;
  }
}

.boxRecruitTop0502 {
  padding-top: 7.16em;
  padding-bottom: 5.1em;
  background: linear-gradient(to right, #f9f1e1 0%, #faf3e6 100%);
}
@media all and (max-width: 750px){
  .boxRecruitTop0502 {
    padding-top: 3.7em;
    padding-bottom: 6.4em;
  }
}

.boxRecruitTop0502 .boxCont01R .boxList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media all and (max-width: 750px){
  .boxRecruitTop0502 .boxCont01R .boxList {
    display: block;
  }
}

.boxRecruitTop0502 .boxCont01R .boxListOne {
  width: 23.9%;
  margin-right: calc((100% - 23.9% * 4) / 3);
  margin-bottom: 2.0em;
}
.boxRecruitTop0502 .boxCont01R .boxListOne:nth-child(4n) {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .boxRecruitTop0502 .boxCont01R .boxListOne {
    width: 100%;
    margin-right: 0;
  }
}

.boxRecruitTop0502 .boxCont01R .boxListOneIn {
  overflow: hidden;
  display: block;
  height: 100%;
  border-radius: 1.5em;
  background-color: #fff;
}
@media all and (max-width: 1520px){
  .boxRecruitTop0502 .boxCont01R .boxListOneIn {
    border-radius: 1.0em;
  }
}

.boxRecruitTop0502 .boxCont01R .boxListOneIn .boxTxt {
  position: relative;
  z-index: 2;
}

.boxRecruitTop0502 .boxCont01R .boxListOneIn .ulBaseListCat.typeBg {
  margin-top: -2.15em;
}
@media all and (max-width: 1440px){
  .boxRecruitTop0502 .boxCont01R .boxListOneIn .ulBaseListCat.typeBg {
    margin-top: -1.5em;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop0502 .boxCont01R .boxListOneIn .ulBaseListCat.typeBg {
    margin-top: -1.2em;
  }
}

.boxRecruitTop0502 .boxCont01R .boxListOneIn .ulBaseListCat.typeBg > li {
  width: 7.35em;
  height: 2.65em;
  padding: 0.2em 0.5em 0.26em 0.3em;
  border-top-right-radius: 2.65em;
  border-bottom-right-radius: 2.65em;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}
@media all and (max-width: 1520px){
  .boxRecruitTop0502 .boxCont01R .boxListOneIn .ulBaseListCat.typeBg > li {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 1440px){
  .boxRecruitTop0502 .boxCont01R .boxListOneIn .ulBaseListCat.typeBg > li {
    font-size: 1.13rem;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop0502 .boxCont01R .boxListOneIn .ulBaseListCat.typeBg > li {
    height: 2.5em;
    border-top-right-radius: 2.5em;
    border-bottom-right-radius: 2.5em;
    font-size: 0.9rem;
  }
}

.boxRecruitTop0502 .boxCont01R .boxListOneIn .boxTxtIn {
  padding: 1.2em 6% 3.4em 6.2%;
}
@media all and (max-width: 1440px){
  .boxRecruitTop0502 .boxCont01R .boxListOneIn .boxTxtIn {
    padding: 1.2em 3% 1.5em 5.0%;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop0502 .boxCont01R .boxListOneIn .boxTxtIn {
    padding: 0.5em 3% 1.2em 5.0%;
  }
}

.boxRecruitTop0502 .boxCont01R .boxListOneIn .boxTxtIn .ttlList {
  margin-bottom: 0.97em;
  letter-spacing: 0.15em;
  font-size: 1.55rem;
  font-weight: 600;
}
@media all and (max-width: 1520px){
  .boxRecruitTop0502 .boxCont01R .boxListOneIn .boxTxtIn .ttlList {
    letter-spacing: 0.1em;
    font-size: 1.3rem;
  }
}
@media all and (max-width: 1220px){
  .boxRecruitTop0502 .boxCont01R .boxListOneIn .boxTxtIn .ttlList {
    letter-spacing: 0.08em;
    font-size: 1.2rem;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop0502 .boxCont01R .boxListOneIn .boxTxtIn .ttlList {
    margin-bottom: 0.5em;
  }
}

.boxRecruitTop0502 .boxCont01R .boxListOneIn .dl01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0.05em;
  line-height: 1.85;
  letter-spacing: 0.08em;
  font-size: 1.13rem;
}
@media all and (max-width: 1730px){
  .boxRecruitTop0502 .boxCont01R .boxListOneIn .dl01 {
    font-size: 1.0rem;
  }
}
@media all and (max-width: 1440px){
  .boxRecruitTop0502 .boxCont01R .boxListOneIn .dl01 {
    letter-spacing: 0.03em;
    font-size: 0.9rem;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop0502 .boxCont01R .boxListOneIn .dl01 {
    margin-bottom: 0.3em;
    line-height: 1.6;
  }
}

.boxRecruitTop0502 .boxCont01R .boxListOneIn .dl01 > dt {
  width: 4.85em;
}
@media all and (max-width: 1440px){
  .boxRecruitTop0502 .boxCont01R .boxListOneIn .dl01 > dt {
    width: 4.2em;
  }
}

.boxRecruitTop0502 .boxCont01R .boxListOneIn .dl01 > dt .str2 {
  letter-spacing: 1.2em;
}

.boxRecruitTop0502 .boxCont01R .boxListOneIn .dl01 > dd {
  flex: 1;
}

.boxRecruitTop05 .boxLink .linkBase02 {
  position: absolute;
  top: 4.65em;
  right: 3.9%;
}
@media all and (max-width: 1470px){
  .boxRecruitTop05 .boxLink .linkBase02 {
    right: 2.0%;
    min-width: 315px;
  }
}
@media all and (max-width: 1410px){
  .boxRecruitTop05 .boxLink .linkBase02 {
    top: 10.2em;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop05 .boxLink .linkBase02 {
    position: relative;
    top: -1.0em;
    right: auto;
    justify-content: center;
    width: 90%;
    min-width: auto;
    height: 3.2em;
    margin-top: -5.0em;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
  }
}

.boxRecruitTop06Wrap {
  padding-top: 6.44em;
}
@media all and (max-width: 750px){
  .boxRecruitTop06Wrap {
    padding-top: 4.83em;
    padding-bottom: 3.5em;
  }
}

.boxRecruitTop06 .boxCont01F {
  display: flex;
  justify-content: flex-start;
}
@media all and (max-width: 750px){
  .boxRecruitTop06 .boxCont01F {
    display: block;
  }
}

.boxRecruitTop06 .boxCont01FOne {
  overflow: hidden;
  border-radius: 1.5em;
  width: 49.3%;
  margin-right: calc(100% - 49.3% * 2);
  background-color: #fff;
  box-shadow: 0 0 3.0em 0 rgba(219, 204, 173, 0.3);
}
.boxRecruitTop06 .boxCont01FOne:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .boxRecruitTop06 .boxCont01FOne {
    border-radius: 1.0em;
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.26em;
  }
  .boxRecruitTop06 .boxCont01FOne:last-child {
    margin-bottom: 0;
  }
}

.boxRecruitTop06 .boxCont01FOneIn {
  display: flex;
  justify-content: flex-start;
}
@media all and (max-width: 750px){
  .boxRecruitTop06 .boxCont01FOneIn {
    flex-direction: column;
    align-items: flex-start;
  }
}

.boxRecruitTop06 .boxCont01FOneIn .boxImg {
  width: 35.9%;
  aspect-ratio: 311 / 215;
}
@media all and (max-width: 750px){
  .boxRecruitTop06 .boxCont01FOneIn .boxImg {
    width: 100%;
  }
}

.boxRecruitTop06 .boxCont01FOneIn .boxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.boxRecruitTop06 .boxCont01FOneIn .boxTxt {
  position: relative;
  width: calc(100% - 35.9%);
  padding: 3.3em 2% 1.5em 3.5%;
  background: linear-gradient(135deg, #ffffff 65%, #f9f1e2 100%);
}
@media all and (max-width: 1360px){
  .boxRecruitTop06 .boxCont01FOneIn .boxTxt {
    padding: 3.3em 2% 3.5em 3.5%;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop06 .boxCont01FOneIn .boxTxt {
    width: 100%;
    padding: 1.3em 2% 1.27em 4.8%;
  }
}

.boxRecruitTop06 .boxCont01FOneIn .boxTxt:before {
  content: '';
  position: absolute;
  bottom: 1.55em;
  right: 1.83em;
  width: 4.8em;
  height: 2.1em;
  border-radius: 2.1em;
  background-image: url('./../../images/base/base-icn-arrow01-white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.4em auto;
  background-color: #0c8fe5;
}
@media all and (max-width: 1360px){
  .boxRecruitTop06 .boxCont01FOneIn .boxTxt:before {
    right: 1.5em;
    bottom: 1.0em;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop06 .boxCont01FOneIn .boxTxt:before {
    right: 1.0em;
    top: 1.55em;
    bottom: auto;
    width: 3.95em;
    height: 1.75em;
    border-radius: 1.75em;
    background-size: 1.0em auto;
  }
}

.boxRecruitTop06 .boxCont01FOneIn .boxTxt .ttlBase01.typeSmall {
  margin-bottom: 3.2em;
}
@media all and (max-width: 1360px){
  .boxRecruitTop06 .boxCont01FOneIn .boxTxt .ttlBase01.typeSmall {
    margin-bottom: 2.2em;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop06 .boxCont01FOneIn .boxTxt .ttlBase01.typeSmall {
    margin-bottom: 0.8em;
  }
}

@media all and (max-width: 750px){
  .boxRecruitTop06 .boxCont01FOneIn .boxTxt .ttlBase01.typeSmall .ttlJa {
    letter-spacing: 0.13em;
    font-size: 1.66rem;
  }
}

@media all and (max-width: 750px){
  .boxRecruitTop06 .boxCont01FOneIn .boxTxt .ttlBase01.typeSmall .ttlEn {
    padding-left: 1.3em;
    letter-spacing: 0.1em;
    font-size: 0.84rem;
  }
}

@media all and (max-width: 750px){
  .boxRecruitTop06 .boxCont01FOneIn .boxTxt .ttlBase01.typeSmall .ttlEn:before {
    top: 0.2em;
    left: 0.3em;
    width: 0.5em;
    height: 0.5em;
    border-radius: 0.5em;
  }
}

.boxRecruitTop06 .boxCont01FOneIn .boxTxt .p01 {
  padding-left: 0.05em;
  letter-spacing: 0.14em;
  font-size: 1.4rem;
}
@media all and (max-width: 1480px){
  .boxRecruitTop06 .boxCont01FOneIn .boxTxt .p01 {
    letter-spacing: 0.08em;
    font-size: 1.3rem;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop06 .boxCont01FOneIn .boxTxt .p01 {
    letter-spacing: 0.12em;
    font-size: 1.1rem;
  }
}

.boxRecruitTop07Wrap {
  padding-top: 6.1em;
}
@media all and (max-width: 750px){
  .boxRecruitTop07Wrap {
    padding-top: 3.05em;
  }
}

.boxRecruitTop07Wrap .txtTop {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  margin-bottom: 0.7em;
}
@media all and (max-width: 750px){
  .boxRecruitTop07Wrap .txtTop {
    margin-bottom: 1.15em;
  }
}

.boxRecruitTop07 .ttl01 {
  margin-bottom: 1.26em;
  letter-spacing: 0.13em;
  font-size: 2.85rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxRecruitTop07 .ttl01 {
    margin-bottom: 0.87em;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
  }
}

.boxRecruitTop07 .boxDl01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media all and (max-width: 750px){
  .boxRecruitTop07 .boxDl01 {
    display: block;
  }
}

.boxRecruitTop07 .boxDl01 .dl01 {
  overflow: hidden;
  width: 49.1%;
  margin-right: calc(100% - 49.1% * 2);
  margin-bottom: 1.3em;
}
.boxRecruitTop07 .boxDl01 .dl01:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .boxRecruitTop07 .boxDl01 .dl01 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.0em;
  }
}

.boxRecruitTop07 .boxDl01 .dl01 > dt {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 4.25em;
  padding: 0.2em 2.5em 0.2em 3.15em;
  border-top-left-radius: 0.8em;
  border-top-right-radius: 0.8em;
  background-color: #fcf25c;
  letter-spacing: 0.068em;
  font-size: 1.6rem;
}
@media all and (max-width: 1560px){
  .boxRecruitTop07 .boxDl01 .dl01 > dt {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop07 .boxDl01 .dl01 > dt {
    height: auto;
    min-height: 5.07em;
    padding: 0.5em 2.8em 0.6em 0.6em;
    line-height: 1.52;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
    font-weight: 700;
  }
}

.boxRecruitTop07 .boxDl01 .dl01 > dt:before {
  content: 'Q';
  position: absolute;
  top: -0.1em;
  left: -0.1em;
  line-height: 1.0;
  font-family: var(--base-font-en);
  font-size: 5.7rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxRecruitTop07 .boxDl01 .dl01 > dt:before {
    top: -0.13em;
    left: -0.165em;
    font-size: 4.7rem;
  }
}

.boxRecruitTop07 .boxDl01 .dl01 > dt > span:not(.icnAccordion) {
  position: relative;
  padding-left: 2.1em;
}
@media all and (max-width: 1560px){
  .boxRecruitTop07 .boxDl01 .dl01 > dt > span:not(.icnAccordion) {
    padding-left: 2.2em;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop07 .boxDl01 .dl01 > dt > span:not(.icnAccordion) {
    padding-left: 2.6em;
  }
}

.boxRecruitTop07 .boxDl01 .dl01 > dt .txtNum {
  position: absolute;
  top: -0.13em;
  left: 0;
  letter-spacing: normal;
  font-family: var(--base-font-en);
  font-size: 2.1rem;
  font-weight: 700;
}
@media all and (max-width: 1560px){
  .boxRecruitTop07 .boxDl01 .dl01 > dt .txtNum {
    top: -0.18em;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop07 .boxDl01 .dl01 > dt .txtNum {
    top: 0.17em;
    font-size: 1.8rem;
  }
}

.boxRecruitTop07 .boxDl01 .dl01 > dt .icnAccordion {
  position: absolute;
  top: 50%;
  left: 94.8%;
  font-size: 1.8rem;
  font-weight: 900;
  color: #0c8fe5;
  transform: translateY(-50%);
}
@media all and (max-width: 1560px){
  .boxRecruitTop07 .boxDl01 .dl01 > dt .icnAccordion {
    left: 94.0%;
  }
}
@media all and (max-width: 750px){
  .boxRecruitTop07 .boxDl01 .dl01 > dt .icnAccordion {
    top: 48%;
    left: 89.0%;
    font-size: 1.45rem;
  }
}

.boxRecruitTop07 .boxDl01 .dl01 > dt .icnAccordion:before {
  content: '＋';
}
.boxRecruitTop07 .boxDl01 .dl01.boxAccordionWrap.statusOpen > dt .icnAccordion:before {
  content: '－';
}

.boxRecruitTop07 .boxDl01 .dl01 > dd {
  position: relative;
  height: 100%;
  padding: 1.7em 1.0em 1.9em 4.6em;
  border-bottom-left-radius: 1.0em;
  border-bottom-right-radius: 1.0em;
  background-color: #f8f5ef;
  line-height: 2.27;
  letter-spacing: 0.11em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxRecruitTop07 .boxDl01 .dl01 > dd {
    padding: 1.25em 0.8em 1.35em 0.8em;
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-size: 0.9rem;
  }
}

.boxRecruitTop07 .boxDl01 .dl01 > dd:before {
  content: 'A';
  position: absolute;
  top: 0.33em;
  left: -0.04em;
  line-height: 1.0;
  font-family: var(--base-font-en);
  font-size: 5.7rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxRecruitTop07 .boxDl01 .dl01 > dd:before {
    top: 0.3em;
    left: -0.1em;
    font-size: 4.8rem;
  }
}

@media all and (max-width: 750px){
  .boxRecruitTop07 .boxDl01 .dl01 > dd .boxPostBody {
    position: relative;
  }
}




.blobset {
  position: fixed;
  z-index: -1;
  animation-name: drift;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  opacity: 0.3;
}
.blobset.no01 {
  top: -5%;
  left: -5%;
  width: 30%;
  height: 30%;
  animation-duration: 24s;
}
.blobset.no02 {
  top: 70%;
  left: 70%;
  width: 20%;
  height: 20%;
  animation-duration: 18s;
}
.blobset.no03 {
  top: 60%;
  left: 50%;
  width: 15%;
  height: 15%;
  animation-duration: 20s;
}
.blobset.no04 {
  top: 20%;
  left: 20%;
  width: 25%;
  height: 25%;
  animation-duration: 14s;
}
.blobset.no05 {
  top: 5%;
  left: 50%;
  width: 25%;
  height: 25%;
  animation-duration: 16s;
}

.blob {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  filter: blur(40px);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: inherit;
}

.blobCool {
  background: radial-gradient(circle, #85B7EB 0%, #378ADD 60%, transparent 80%);
  opacity: 0.6;
  animation-name: fadePulse;
  animation-direction: alternate;
}

.blobWarm {
  background: radial-gradient(circle, #F0997B 0%, #D85A30 60%, transparent 80%);
  opacity: 0;
  animation-name: fadePulse;
  animation-direction: alternate-reverse;
}

@keyframes drift {
  0%   { transform: translate(0, 0) scale(1); }
  50%  { transform: translate(30px, -20px) scale(1.1); }
  100% { transform: translate(-20px, 25px) scale(0.95); }
}

@keyframes fadePulse {
  0%   { opacity: 0.6; }
  100% { opacity: 0; }
}