@charset "utf-8";

/*##### Base Width #####*/
.baseW {
  width: calc(100% - 40px);
  min-width: 1080px;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
.baseW02 {
  width: calc(100% - 40px);
  min-width: 1080px;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}
.baseW03 {
  width: calc(100% - 40px);
  min-width: 1080px;
  max-width: 1848px;
  margin-left: auto;
  margin-right: auto;
}
.baseW04 {
  width: calc(100% - 40px);
  min-width: 1080px;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 750px){
  .baseW,
  .baseW02,
  .baseW03,
  .baseW04 {
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .baseSpW {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}


/*##### ttlBase01 #####*/
.ttlBase01 {
  margin-bottom: 1.17em;
  line-height: 1.79;
  letter-spacing: 0.23em;
  font-family: var(--base-font-min);
  font-size: 2.5rem;
}
@media all and (max-width: 750px){
  .ttlBase01 {
    margin-bottom: 0.8em;
    letter-spacing: 0.08em;
    font-size: 1.3rem;
  }
}


/*##### ttlBase02 #####*/
.ttlBase02 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.ttlBase02 .ttlJa {
  margin-bottom: 0.26em;
  letter-spacing: 0.175em;
  font-family: var(--base-font-min);
  font-size: 2.4rem;
}
.ttlBase02.typeSmall .ttlJa {
  margin-bottom: 0.18em;
  letter-spacing: 0.2em;
  font-size: 2.15rem;
}
@media all and (max-width: 750px){
  .ttlBase02 .ttlJa {
    letter-spacing: 0.08em;
    font-size: 1.3rem;
  }
  .ttlBase02.typeSmall .ttlJa {
    letter-spacing: 0.08em;
    font-size: 1.3rem;
  }
}

.ttlBase02 .ttlEn {
  padding-left: 0.2em;
  letter-spacing: 0.1em;
  font-family: var(--base-font-en);
  font-size: 1.2rem;
  opacity: 0.3;
}
.ttlBase02 .ttlEn.typeBlue {
  color: #005bac;
  opacity: 1;
}
.ttlBase02.typeSmall .ttlEn {
  letter-spacing: 0.06em;
  font-size: 1.0rem;
}
@media all and (max-width: 750px){
  .ttlBase02 .ttlEn {
    padding-left: 0.1em;
    letter-spacing: 0.08em;
    font-size: 1.0rem;
  }
  .ttlBase02.typeSmall .ttlEn {
    letter-spacing: 0.08em;
  }
}

/*##### ttlBase03 #####*/
.ttlBase03 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0.91em;
}

.ttlBase03 .ttlEn {
  margin-right: 0.28em;
  line-height: 1.0;
  letter-spacing: 0.054em;
  background: linear-gradient(to right, #005bac 0%, #092163 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--base-font-en);
  font-size: 5.95rem;
}
@media all and (max-width: 750px){
  .ttlBase03 .ttlEn {
    font-size: 2.5rem;
  }
}

.ttlBase03 .ttlJa {
  position: relative;
  top: 0.5em;
  letter-spacing: 0.3em;
  font-family: var(--base-font-min);
  font-size: 1.2rem;
  color: #12121a;
}
@media all and (max-width: 750px){
  .ttlBase03 .ttlJa {
    font-size: 1.0rem;
  }
}


/*##### ttlBase04 #####*/
.ttlBase04 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.ttlBase04 .ttlEn {
  margin-right: 0.28em;
  line-height: 1.0;
  letter-spacing: 0.054em;
  background: linear-gradient(to right, #005bac 0%, #092163 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--base-font-en);
  font-size: 4.8rem;
}
@media all and (max-width: 750px){
  .ttlBase04 .ttlEn {
    margin-right: 0;
    font-size: 2.2rem;
  }
}

.ttlBase04 .ttlJa {
  position: relative;
  top: 0.4em;
  left: 0.2em;
  letter-spacing: 0.3em;
  font-family: var(--base-font-min);
  font-size: 1.2rem;
  color: #12121a;
}
@media all and (max-width: 750px){
  .ttlBase04 .ttlJa {
    top: 0.3em;
    left: 0;
    font-size: 1.0rem;
  }
}


/*##### ttlBase05 #####*/
.ttlBase05 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 1080px;
  min-height: 7.4em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5em;
  padding-bottom: 1.0em;
  background: linear-gradient(to right, #005bac 0%, #092163 100%);
  color: #fff;
}
@media all and (max-width: 750px){
  .ttlBase05 {
    max-width: none;
    min-height: 4.0em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
  }
}

.ttlBase05 .ttlJa {
  margin-bottom: 0.2em;
  padding-left: 0.2em;
  font-family: var(--base-font-min);
  letter-spacing: 0.21em;
  font-size: 2.2rem;
}
@media all and (max-width: 750px){
  .ttlBase05 .ttlJa {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 1.2rem;
  }
}

.ttlBase05 .ttlEn {
  letter-spacing: 0.06em;
  font-family: var(--base-font-en);
  color: #80add6;
}
@media all and (max-width: 750px){
  .ttlBase05 .ttlEn {
    font-size: 0.9rem;
  }
}


/*##### ttlBase06 #####*/
.ttlBase05 + .ttlBase06 {
  margin-top: 2.5em;
}
.ttlBase05 + .ttlBase06.typeSmall {
  margin-top: 2.4em;
}
@media all and (max-width: 750px){
  .ttlBase05 + .ttlBase06 {
    margin-top: 2.0em;
  }
  .ttlBase05 + .ttlBase06.typeSmall {
    margin-top: 1.5em;
  }
}

.ttlBase06 {
  position: relative;
  padding-bottom: 0.63em;
  padding-left: 1.6em;
  background: linear-gradient(to right, #005bac 0%, #092163 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  line-height: 1.72;
  letter-spacing: 0.266em;
  font-family: var(--base-font-min);
  font-size: 2.0rem;
  font-weight: 700;
}
.ttlBase06.typeSmall {
  padding-left: 0.3em;
  line-height: 1.8;
  letter-spacing: 0.245em;
  font-size: 1.84rem;
}
@media all and (max-width: 750px){
  .ttlBase06 {
    padding-bottom: 0.8em;
    padding-left: 0;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
  }
  .ttlBase06.typeSmall {
    padding-left: 0;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
  }
  .ttlBase06.typeNoBorder {
    margin-bottom: 1.0em;
    padding-bottom: 0;
  }
}

.ttlBase06:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 6.3em;
  height: 1px;
  margin: auto;
  background-color: #c3c3c3;
}
.ttlBase06.typeNoBorder:after {
  content: none;
}
@media all and (max-width: 750px){
  .ttlBase06:after {
    width: 50%;
  }
}


/*##### ttlBase07 #####*/
.ttlBase07 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 3.9em;
  padding-top: 1.75em;
  border-top: 1px #c3c3c3 solid;
}
.ttlBase07.typeCenter {
  -webkit-align-items: center;
  align-items: center;
  padding-top: 2.05em;
  text-align: center;
}
@media all and (max-width: 750px){
  .ttlBase07 {
    margin-bottom: 2.0em;
    padding-top: 1.0em;
  }
  .ttlBase07.typeCenter {
    padding-top: 2.0em;
  }
}

.ttlBase07:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 39%;
  height: 1px;
  background-color: #092163;
}
.ttlBase07.typeCenter:before {
  left: 0;
  right: 0;
  height: 6px;
  margin: auto;
  background: linear-gradient(to right, #005bac 0%, #092163 100%);
}

.ttlBase07 .ttlJa {
  margin-bottom: 0.18em;
  letter-spacing: 0.24em;
  font-family: var(--base-font-min);
  font-size: 2.15rem;
}
@media all and (max-width: 750px){
  .ttlBase07 .ttlJa {
    margin-bottom: 0.1em;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
  }
}

.ttlBase07 .ttlJa .str2 {
  letter-spacing: 1.5em;
}

.ttlBase07 .ttlEn {
  padding-left: 0.2em;
  letter-spacing: 0.09em;
  font-family: var(--base-font-en);
  font-size: 0.95rem;
  color: #005bac;
}
@media all and (max-width: 750px){
  .ttlBase07 .ttlEn {
    font-size: 0.9rem;
  }
}


/*##### ttlBase08 #####*/
.ttlBase08 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  min-height: 2.35em;
  margin-bottom: 1.3em;
  padding: 0.25em 0.5em 0.2em 1.05em;
  background-color: #eaeaea;
  letter-spacing: 0.12em;
  font-size: 1.5rem;
  font-weight: 700;
}
.ttlBase08.type02 {
  background: linear-gradient(to right, #005bac 0%, #092163 100%);
  color: #fff;
}
@media all and (max-width: 750px){
  .ttlBase08 {
    min-height: 2.2em;
    margin-bottom: 0.8em;
    padding: 0.25em 0.5em 0.2em 1.05em;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
  }
}

.ttlBase08:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.4em;
  height: 0.4em;
  margin: auto;
  background-color: #005bac;
}
.ttlBase08.type02:before {
  background-color: #092163;
}


/*##### ttlBase09 #####*/
.ttlBase09 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.ttlBase09 .ttlNum {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 1.8em;
  height: 1.8em;
  padding-top: 0.1em;
  background: linear-gradient(to right, #005bac 0%, #092163 100%);
  font-family: var(--base-font-en);
  font-size: 1.5rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .ttlBase09 .ttlNum {
    padding-top: 0;
    font-size: 1.1rem;
  }
}

.ttlBase09 .ttlStr {
  padding-top: 0.15em;
  padding-left: 0.75em;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .ttlBase09 .ttlStr {
    font-size: 1.1rem;
  }
}

/*##### ttlBase10 #####*/
.ttlBase10 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 2.55em;
  margin-bottom: 2.12em;
  font-size: 1.6rem;
}
@media all and (max-width: 750px){
  .ttlBase10 {
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: auto;
    margin-bottom: 1.5em;
    font-size: 1.1rem;
  }
}

.ttlBase10 .ttlSub {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 152px;
  padding: 0.3em 0.4em 0.2em 0.5em;
  background: linear-gradient(to right, #005bac 0%, #092163 100%);
  letter-spacing: 0.09em;
  font-family: var(--base-font-min);
  color: #fff;
}
@media all and (max-width: 750px){
  .ttlBase10 .ttlSub {
    width: 100%;
    min-height: 2.55em;
  }
}

.ttlBase10 .ttlSub .str2 {
  letter-spacing: 1.1em;
}

.ttlBase10 .ttlMain {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - 152px);
  padding: 0.26em 0.5em 0.2em 1.2em;
  background-color: #f5f5f5;
  letter-spacing: 0.065em;
}
@media all and (max-width: 750px){
  .ttlBase10 .ttlMain {
    width: 100%;
    padding: 0.7em 0.5em 0.6em 0.8em;
    line-height: 1.6;
    font-size: 1.0rem;
  }
}


/*##### boxBaseCopy #####*/
.boxBaseCopy .ttlBaseCopy {
  margin-bottom: 1.6em;
  line-height: 1.83;
  letter-spacing: 0.235em;
  font-family: var(--base-font-min);
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxBaseCopy .ttlBaseCopy {
    margin-bottom: 0.8em;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
  }
}

.boxBaseCopy .boxBaseCopyCom > p {
  line-height: 1.68;
  letter-spacing: 0.12em;
  font-size: 1.27rem;
}
@media all and (max-width: 750px){
  .boxBaseCopy .boxBaseCopyCom > p {
    letter-spacing: 0.1em;
    font-size: 0.9rem;
  }
}


/*##### BasePageMenu01 #####*/
.ulBasePageMenu01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.ulBasePageMenu01 > li {
  margin-right: 1.4em;
  margin-bottom: 2.5em;
}
.ulBasePageMenu01 > li:last-child {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .ulBasePageMenu01 > li {
    margin-right: 1.0em;
    margin-bottom: 1.5em;
  }
}

.ulBasePageMenu01 > li > a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 3.6em;
  padding: 0.5em 1.85em 0.6em 1.85em;
  border-top: 1px #0055a4 solid;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
}
@media all and (max-width: 1200px){
  .ulBasePageMenu01 > li > a {
    padding: 0.5em 1.5em 0.6em 1.5em;
  }
}
@media all and (max-width: 750px){
  .ulBasePageMenu01 > li > a {
    min-height: 3.0em;
    padding: 0.5em 0.7em 0.5em 0.7em;
    font-size: 1.0rem;
  }
}

.ulBasePageMenu01 > li > a:after {
  content: '';
  position: absolute;
  bottom: 0.05em;
  left: 0;
  right: 0;
  width: 0.35em;
  height: 0.35em;
  margin: auto;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  transform: rotate(45deg) skew(-8deg, -8deg);
}

.ulBasePageMenu01 > li > a .str2 {
  letter-spacing: 1.0em;
}


/*##### Base Com #####*/
.boxBaseCom > p {
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-size: 1.13rem;
}
.boxBaseCom.typeLarge > p {
  line-height: 2.05;
  letter-spacing: 0.155em;
  font-size: 1.25rem;
}
.boxBaseCom.typeLarge02 > p {
  font-size: 1.25rem;
}
@media all and (max-width: 750px){
  .boxBaseCom > p,
  .boxBaseCom.typeLarge > p,
  .boxBaseCom.typeLarge02 > p {
    line-height: 1.6;
    font-size: 0.9rem;
  }
}

.boxBaseCom > p + p {
  margin-top: 1.5em;
}

.boxBaseCom > p.small {
  font-size: 1.0rem;
}
@media all and (max-width: 750px){
  .boxBaseCom > p.small {
    font-size: 0.8rem;
  }
}


/*##### Box Base Img #####*/
.boxBaseImg,
.boxBaseImg.typeLeft {
  text-align: left;
}
.boxBaseImg.typeCenter {
  text-align: center;
}
.boxBaseImg.typeRight {
  text-align: right;
}


/*##### Box Base Link #####*/
.boxBaseLink,
.boxBaseLink.typeLeft {
  text-align: left;
}
.boxBaseLink.typeCenter {
  text-align: center;
}
.boxBaseLink.typeRight {
  text-align: right;
}


/*##### linkBase01 #####*/
.linkBase01 {
  position: relative;
  padding-right: 1.55em;
  letter-spacing: 0.11em;
  font-size: 1.25rem;
  font-weight: 700;
}
.linkBase01.typeWhite {
  color: #fff;
}
@media all and (max-width: 750px){
  .linkBase01 {
    letter-spacing: 0.08em;
    font-size: 0.95rem;
  }
}

.linkBase01:before {
  content: '';
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
}
.linkBase01.typeBlue:before,
.linkBase01.typeBlue02:before {
  background: linear-gradient(to right, #005bac 0%, #092163 100%);
}
.linkBase01.typeWhite:before {
  background: #fff;
}
.linkBase01:hover:before {
  opacity: 1;
  animation: aniUnderline 0.3s linear normal forwards;
}

.linkBase01:after {
  content: '';
  position: absolute;
  top: 0.06em;
  right: 0;
  width: 1.029em;
  background-image: url('./../../images/base/base-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  aspect-ratio: 1 / 1;
}
.linkBase01.typeBlue:after {
  background-image: url('./../../images/base/base-icn-arrow01-blue.png');
}
.linkBase01.typeBlue02:after {
  background-image: url('./../../images/base/base-icn-arrow01-blue02.png');
}
.linkBase01.typeWhite:after {
  background-image: url('./../../images/base/base-icn-arrow01-white.png');
}


/*##### linkBase02 #####*/
.linkBase02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 506px;
  height: 3.5em;
  margin-bottom: 0.2em;
  padding-left: 1.6em;
  padding-top: 0.2em;
  padding-right: 1.8em;
  background-image: url('./../../images/base/base-icn-arrow01.png'), linear-gradient(to right, #005bac 0%, #092163 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: right center, left center;
  background-size: 26px auto, auto auto;
  letter-spacing: 0.084em;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
.linkBase02.type02 {
  width: 100%;
  height: 2.55em;
  margin-bottom: 0;
  padding-left: 1.4em;
}
@media all and (max-width: 750px){
  .linkBase02 {
    width: 100%;
    max-width: 540px;
    height: 3.0em;
    margin-bottom: 0;
    padding-top: 0.1em;
    padding-left: 1.3em;
    background-size: 1.1em auto, auto auto;
    font-size: 1.0rem;
  }
  .linkBase02.type02 {
    height: 3.0em;
    padding-left: 1.3em;
  }
}

.linkBase02 > span {
  position: relative;
  padding-left: 2.5em;
  transition: transform 0.3s linear;
}
@media all and (max-width: 750px){
  .linkBase02 > span {
    padding-left: 2.2em;
  }
}

.linkBase02 > span:before {
  content: '';
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 22px;
  background-image: url('./../../images/base/base-icn-mail02.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  aspect-ratio: 22 / 14;
}
@media all and (max-width: 750px){
  .linkBase02 > span:before {
    top: 0.3em;
    width: 1.3em;
  }
}

.linkBase02:hover > span {
  transform: translateX(0.5em);
}



/*##### Dl Base #####*/
.dlBase {
  letter-spacing: 0.08em;
  font-size: 1.13rem;
}
.dlBase.typeCol {
  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;
}
@media all and (max-width: 750px){
  .dlBase {
    font-size: 0.9rem;
  }
}

.dlBase.typeCol > dt {
  padding-right: 0.5em;
}
.dlBase.typeCol.addMark01 > dt {
  position: relative;
  padding-right: 0.8em;
}

.dlBase.typeCol.addMark01 > dt:after {
  content: '：';
  position: absolute;
  right: 0.2em;
}


/*##### dlBase01 #####*/
.dlBase01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.87em;
  padding-bottom: 0.7em;
  letter-spacing: 0.08em;
  font-size: 1.25rem;
}
.boxDlBase01.typeHistory .dlBase01 {
  padding-bottom: 0.4em;
}
.boxDlBase01.typeRecruit .dlBase01 {
  margin-bottom: 1.07em;
  padding-bottom: 0.9em;
}
.dlBase01:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 750px){
  .dlBase01,
  .boxDlBase01.typeRecruit .dlBase01 {
    display: block;
    padding-bottom: 0.8em;
    font-size: 0.9rem;
  }
}

.dlBase01:before,
.dlBase01:after {
  content: '';
  position: absolute;
  bottom: -1px;
  height: 1px;
  background-color: #c3c3c3;
}
.dlBase01:before {
  left: 0;
  width: calc(151px - 12px);
}
.boxDlBase01.typeRecruit .dlBase01:before {
  width: calc(200px - 12px);
}
.dlBase01:after {
  right: 0;
  width: calc(100% - 151px);
}
.boxDlBase01.typeRecruit .dlBase01:after {
  width: calc(100% - 200px);
}
@media all and (max-width: 750px){
  .dlBase01:before {
    content: none;
  }
  .dlBase01:after,
  .boxDlBase01.typeRecruit .dlBase01:after {
    width: 100%;
    right: auto;
    left: 0;
  }
}

.dlBase01 > dt {
  position: relative;
  width: 151px;
  padding-left: 2.0em;
}
.boxDlBase01.typeRecruit .dlBase01 > dt {
  width: 200px;
}
@media all and (max-width: 750px){
  .dlBase01 > dt,
  .boxDlBase01.typeRecruit .dlBase01 > dt {
    width: 100%;
    margin-bottom: 0.2em;
    padding-left: 1.2em;
  }
}

.dlBase01 > dt:before {
  content: '';
  position: absolute;
  top: 0.45em;
  left: 0.75em;
  width: 0.46em;
  aspect-ratio: 1 / 1;
  background-color: #092163;
}
@media all and (max-width: 750px){
  .dlBase01 > dt:before {
    left: 0.3em;
  }
}

.boxDlBase01.typeHistory .dlBase01 > dt > span {
  font-size: 1.1rem;
}
@media all and (max-width: 750px){
  .boxDlBase01.typeHistory .dlBase01 > dt > span {
    font-size: 0.9rem;
  }
}

.dlBase01 > dt .str2 {
  letter-spacing: 1.2em;
}

.dlBase01 > dd {
  width: calc(100% - 151px);
  padding-left: 0.5em;
}
.boxDlBase01.typeHistory .dlBase01 > dd {
  position: relative;
  top: -0.1em;
  line-height: 1.7;
}
.boxDlBase01.typeRecruit .dlBase01 > dd {
  width: calc(100% - 200px);
}
@media all and (max-width: 750px){
  .dlBase01 > dd,
  .boxDlBase01.typeRecruit .dlBase01 > dd {
    width: 100%;
    padding-left: 1.2em;
  }
}

.dlBase01 > dd .ul01 {
  margin-bottom: -0.2em;
}

.dlBase01 > dd .ul01 > li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-size: 1.25rem;
}
.dlBase01 > dd .ul01 > li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 750px){
  .dlBase01 > dd .ul01 > li {
    margin-bottom: 0.2em;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-size: 0.9rem;
  }
}

.dlBase01 > dd .ul01 > li:before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0.3em;
  width: 0.45em;
  aspect-ratio: 1 / 1;
  background-color: #6e6e6e;
}


/*##### Ul Base #####*/
.ulBase > li {
  margin-bottom: 0.8em;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .ulBase > li {
    line-height: 1.6;
    font-size: 0.9rem;
  }
}


/*##### ulBase01 #####*/
.ulBase01 > li {
  margin-bottom: 0.3em;
  padding-left: 1.3em;
  line-height: 1.6;
  letter-spacing: 0.12em;
  font-size: 1.13rem;
  text-indent: -1.3em;
}
@media all and (max-width: 750px){
  .ulBase01 > li {
    letter-spacing: 0.1em;
    font-size: 0.9rem;
  }
}

.ulBase01 > li:last-child {
  margin-bottom: 0;
}

.ulBase01 li:before {
  content: '・';
  margin-right: 0.3em;
}


/*##### ulBaseCaution01 #####*/
.ulBaseCaution01 > li {
  margin-bottom: 0.3em;
  padding-left: 1.3em;
  line-height: 1.6;
  letter-spacing: 0.12em;
  font-size: 1.0rem;
  text-indent: -1.3em;
}
@media all and (max-width: 750px){
  .ulBaseCaution01 > li {
    letter-spacing: 0.1em;
    font-size: 0.9rem;
  }
}

.ulBaseCaution01 > li:last-child {
  margin-bottom: 0;
}

.ulBaseCaution01 > li:before {
  content: '※';
  margin-right: 0.2em;
}


/*##### ulBaseCatMenu01 #####*/
.boxBaseCatMenu01 {
  margin-top: 4.1em;
  margin-bottom: 8.95em;
}

.ulBaseCatMenu01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.ulBaseCatMenu01 > li {
  margin-right: 2.0%;
}
.ulBaseCatMenu01 > li:last-child {
  margin-right: 0;
}

.ulBaseCatMenu01 > li a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 140px;
  height: 42px;
  padding: 0.4em 1.8em 0.3em 1.8em;
  background: linear-gradient(30deg, #05c2b7 0%, #37aedf 89%);
  border-radius: 48px;
  letter-spacing: 0.01em;
  font-size: 1.25rem;
  color: #005a9e;
}
.ulBaseCatMenu01 > li.current a,
.ulBaseCatMenu01 > li a:hover {
  color: #fff;
  opacity: 1;
}
.ulBaseCatMenu01 > li.current a {
  pointer-events: none;
}

.ulBaseCatMenu01 > li a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  margin: auto;
  background-color: #fff;
  border-radius: 50px;
}
.ulBaseCatMenu01 > li.current a:after,
.ulBaseCatMenu01 > li a:hover:after {
  background-color: transparent;
}

.ulBaseCatMenu01 > li a > span {
  position: relative;
  z-index: 3;
}


/*##### UlBaseListCat #####*/
.ulBaseListCat {
  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;
}

.ulBaseListCat.typeBg > li,
.ulBaseListCat.typeBorder > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 1.7em;
  margin-bottom: 0.3em;
  padding: 0.3em 0.4em 0.2em 0.4em;
  background-color: #eee;
  line-height: 1.0;
  font-size: 0.9rem;
}

.ulBaseListCat.typeBg > li + li,
.ulBaseListCat.typeBorder > li + li {
  margin-left: 0.3em;
}


/*##### Color #####*/
.cBaseRed {
  color: #e60012;
}

.txtMarker01 {
  background: linear-gradient(transparent 1%, #ffe63d 1%);
}


.txtBaseUnitSuper {
  position: relative;
  left: -0.1em;
  vertical-align: super;
  font-size: 0.73rem;
}
@media all and (max-width: 750px){
  .txtBaseUnitSuper {
    font-size: 0.4rem;
  }
}

.txtBaseUnitSub {
  position: relative;
  bottom: 0.34em;
  vertical-align: sub;
  font-size: 0.73rem;
}
@media all and (max-width: 750px){
  .txtBaseUnitSub {
    font-size: 0.4rem;
  }
}


/*##### baseTextShadow #####*/
.txtBaseShadowWhite {
  text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff;
}

.txtBaseShadowGray {
  text-shadow: 1px 1px 0 #f6f6f6, 1px -1px 0 #f6f6f6, -1px 1px 0 #f6f6f6, -1px -1px 0 #f6f6f6, 0 0 5px #f6f6f6, 0 0 10px #f6f6f6, 0 0 15px #f6f6f6;
}


/*##### BaseMB #####*/
.baseMB {
  margin-bottom: 1.0em;
}

.baseMB02 {
  margin-bottom: 1.5em;
}

.baseMB03 {
  margin-bottom: 2.0em;
}

.baseMB04 {
  margin-bottom: 2.5em;
}

.baseMB05 {
  margin-bottom: 3.0em;
}

.baseMB06 {
  margin-bottom: 3.5em;
}

.baseMB07 {
  margin-bottom: 4.0em;
}

.baseMB08 {
  margin-bottom: 4.5em;
}

@media all and (max-width: 767px){
  .baseMB07,
  .baseMB08 {
    margin-bottom: 3.5em;
  }
}