@charset "utf-8";

/*##### Base Width #####*/
.baseW {
  width: calc(100% - 40px);
  min-width: 1080px;
  max-width: 1804px;/*1440px;*/
  margin-left: auto;
  margin-right: auto;
}
.baseW02 {
  width: calc(100% - 40px);
  min-width: 1080px;
  max-width: 1865px;
  margin-left: auto;
  margin-right: auto;
}
.baseW03 {
  width: calc(100% - 40px);
  min-width: 1080px;
  max-width: 1770px;
  margin-left: auto;
  margin-right: auto;
}
.baseW04 {
  width: calc(100% - 40px);
  min-width: 1080px;
  max-width: 1460px;
  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;
  }
}


.typeBaseCenter {
  text-align: center;
}


.boxBaseNoPost {
  padding: 3.0em 0;
  text-align: center;
}


/*##### baseAlign #####*/
.baseAlignCenter {
  text-align: center;
}
.baseAlignCenterPc {
  text-align: center;
}
.baseAlignCenterSp {
  text-align: left;
}
@media all and (max-width: 750px){
  .baseAlignCenterPc {
    text-align: left;
  }
  .baseAlignCenterSp {
    text-align: center;
  }
}


/*##### 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;
  }
}


/*##### ttlBase01 #####*/
.boxTtlBase01 {
  background-color: #f1f1f1;
}
.boxTtlBase01.typeWhite {
  background-color: #fff;
}

.ttlBase01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 3.5em;
  text-align: center;
}
.ttlBase01.typeLeft {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  text-align: left;
}
.ttlBase01.type02 {
  position: relative;
  margin-bottom: 0;
  padding-top: 5.1em;
  padding-bottom: 5.28em;
}
@media all and (max-width: 750px){
  .ttlBase01 {
    margin-bottom: 1.5em;
  }
  .ttlBase01.typeLeft {
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
  }
  .ttlBase01.type02 {
    margin-bottom: 0;
    padding-top: 2.1em;
    padding-bottom: 2.0em;
  }
}

.ttlBase01 .ttlSub {
  position: relative;
  margin-bottom: 3.25em;
  padding-top: 1.45em;
  letter-spacing: 0.07em;
  font-family: var(--base-font-en);
  font-size: 1.33rem;
  font-weight: 600;
  color: var(--base-txt-red);
}
.ttlBase01.typeLeft .ttlSub {
  margin-bottom: 3.15em;
  padding-top: 1.42em;
  padding-left: 0.4em;
}
@media all and (max-width: 750px){
  .ttlBase01 .ttlSub {
    margin-bottom: 2.3em;
    padding-top: 1.359em;
    letter-spacing: 0.05em;
    font-size: 0.65rem;
  }
  .ttlBase01.typeLeft .ttlSub {
    margin-bottom: 2.3em;
    padding-top: 1.359em;
    padding-left: 0;
  }
}

.ttlBase01.type02:before,
.ttlBase01 .ttlSub:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 7.8em;
  height: 0.65em;
  border-bottom-left-radius: 0.8em;
  border-bottom-right-radius: 0.8em;
  background-color: var(--base-bg-red);
  transform: translateX(-50%);
}
.ttlBase01.type02.typeLongBorder:before {
  width: 30.0em;
  height: 1.072em;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.ttlBase01.type02.typeLeft:before {
  left: 0;
  width: 51.0em;
  height: 0.85em;
}
.ttlBase01.typeLeft .ttlSub:before {
  left: 0;
  width: 13.7em;
  border-bottom-left-radius: 0;
}
@media all and (max-width: 750px){
  .ttlBase01.type02:before,
  .ttlBase01 .ttlSub:before {
    width: 7.2em;
    height: 0.55em;
    border-bottom-left-radius: 4.0em;
    border-bottom-right-radius: 4.0em;
  }
  .ttlBase01.typeLeft .ttlSub:before {
    left: 50%;
    width: 7.2em;
    height: 0.55em;
    border-bottom-left-radius: 4.0em;
  }
  .ttlBase01.type02.typeLeft:before {
    left: 0;
    width: 12.0em;
    height: 0.4em;
  }
  .ttlBase01.type02.typeLongBorder:before {
    width: 10.0em;
    height: 0.4em;
    border-bottom-left-radius: 4.0em;
    border-bottom-right-radius: 4.0em;
  }
}

.ttlBase01 .ttlMain {
  letter-spacing: 0.12em;
  font-size: 4.1rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .ttlBase01 .ttlMain {
    letter-spacing: 0.08em;
    font-size: 1.45rem;/*2.0rem;*/
  }
}

.ttlBase01.typeLeft .ttlMainIn {
  position: relative;
  top: -0.2em;
  display: inline-block;
  padding-left: 3.73em;
  letter-spacing: 0.1em;
  font-size: 2.8rem;
}

.ttlBase01.typeLeft .ttlMainIn:before {
  content: '';
  position: absolute;
  top: 0.65em;
  left: 0.45em;
  width: 2.4em;
  height: 0.16em;
  background-color: #c5c5c5;
}


/*##### ttlBase02 #####*/
.ttlBase02 {
  position: relative;
  margin-bottom: 1.34em;
  padding-top: 1.68em;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 3.7rem;
  font-weight: 700;
}
.ttlBase02.typeSmall {
  padding-top: 1.8em;
  font-size: 2.3rem;
}
@media all and (max-width: 750px){
  .ttlBase02 {
    margin-bottom: 1.2em;
    padding-top: 1.5em;
    letter-spacing: 0.08em;
    font-size: 1.6rem;
  }
  .ttlBase02.typeSmall {
    padding-top: 1.5em;
    font-size: 1.5rem;
  }
}

.ttlBase02:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 8.0em;
  height: 0.3em;
  margin: auto;
  border-bottom-left-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  background-color: var(--base-bg-red);
}
.ttlBase02.typeSmall:before {
  width: 4.5em;
  height: 0.37em;
}


/*##### ttlBase03 #####*/
.ttlBase03 {
  position: relative;
  margin-bottom: 1.8em;
  padding-left: 2.82em;
  letter-spacing: 0.2em;
  font-size: 3.7rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .ttlBase03 {
    margin-bottom: 1.5em;
    padding-left: 2.6em;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
  }
}

.ttlBase03:before {
  content: '';
  position: absolute;
  top: 0.1em;
  bottom: 0;
  left: 0.04em;
  width: 1.81em;
  height: 1.81em;
  margin: auto;
  border-radius: 1.81em;
  background-color: var(--base-bg-red);
}


/*##### ttlBase04 #####*/
.ttlBase04 {
  letter-spacing: 0.12em;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--base-txt-red);
}
.ttlBase04.typeLarge {
  letter-spacing: 0.057em;
  font-size: 3.1rem;
  font-weight: 900;
}
.ttlBase04.typeWeight8 {
  font-weight: 800;
}
@media all and (max-width: 750px){
  .ttlBase04 {
    letter-spacing: 0.08em;
    font-size: 1.3rem;
  }
  .ttlBase04.typeLarge {
    font-size: 1.4rem;
  }
}


/*##### ttlBase05 #####*/
.ttlBase05 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff7f7;
  text-align: center;
  min-height: 2.85em;
  padding: 0.2em 1.0em 0.36em 1.0em;
  letter-spacing: 0.12em;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--base-txt-red);
}
@media all and (max-width: 750px){
  .ttlBase05 {
    min-height: 2.5em;
    padding: 0.2em 1.0em 0.3em 1.0em;
    font-size: 1.3rem;
  }
}


/*##### ttlBase06 #####*/
.ttlBase06 {
  position: relative;
  font-size: 2.15rem;
  color: var(--base-txt-red);
}
.ttlBase06.typeLarge {
  font-size: 2.4rem;
}
@media all and (max-width: 750px){
  .ttlBase06 {
    font-size: 1.2rem;
  }
  .ttlBase06.typeLarge {
    font-size: 1.2rem;
  }
}

.ttlBase06:before {
  content: '';
  position: absolute;
  top: 0.75em;
  right: 0;
  width: 99%;
  height: 1px;
  background-color: var(--base-border-gray-d1);
}

.ttlBase06 > span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-left: 1.72em;
  padding-right: 0.7em;
  background-color: #fff;
}
.ttlBase06.typeLarge > span {
  padding-left: 1.57em;
  padding-right: 0.6em;
  letter-spacing: 0.06em;
  font-weight: 600;
}
@media all and (max-width: 750px){
  .ttlBase06 > span,
  .ttlBase06.typeLarge > span {
    padding-right: 0.5em;
  }
  .ttlBase06 > span {
    padding-left: 1.5em;
  }
}

.ttlBase06 > span:before {
  content: '';
  position: absolute;
  top: 0.1em;
  bottom: 0;
  left: 0.04em;
  width: 0.96em;
  height: 0.96em;
  margin: auto;
  border: 0.2em #f27f7f solid;
  border-radius: 0.96em;
  background-color: var(--base-bg-red);
}
.ttlBase06.typeLarge > span:before {
  top: 0;
  width: 0.9em;
  height: 0.9em;
  border-radius: 0.9em;
}
@media all and (max-width: 750px){
  .ttlBase06.typeLarge > span:before {
    top: 0.15em;
  }
}


/*##### ttlBase07 #####*/
.ttlBase07 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 2.9em;
  padding: 0.2em 0.5em;
  border-radius: 2.9em;
  background-color: #fef5f5;
  letter-spacing: 0.07em;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--base-txt-red);
}
@media all and (max-width: 750px){
  .ttlBase07 {
    letter-spacing: 0.05em;
    font-size: 1.2rem;
  }
}

.ttlBase07:after {
  content: '';
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border: 0.5em rgba(255,255,255,0) solid;
  border-top: 1.0em #fef5f5 solid;
}


/*##### ttlBase08 #####*/
.ttlBase08 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 2.96em;
  border-radius: 20px;
  background-color: #f1f1f1;
  letter-spacing: 0.04em;
  font-size: 2.76rem;
  font-weight: 700;
  color: #333;
}
@media all and (max-width: 750px){
  .ttlBase08 {
    border-radius: 0.5em;
    font-size: 1.2rem;
  }
}


/*##### 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: 3.25em;
  margin-left: 3.25em;
}
.ulBasePageMenu01.typeLarge > li {
  margin-right: 3.55em;/*7.1em;*/
  margin-left: 3.55em;
}
.ulBasePageMenu01 > li:last-child {
  /*margin-right: 0;*/
}
@media all and (max-width: 750px){
  .ulBasePageMenu01 > li {
    margin-right: 0.75em;
    margin-left: 0.75em;
    margin-bottom: 1.0em;
  }
  .ulBasePageMenu01.typeLarge > li {
    margin-right: 0.75em;
    margin-left: 0.75em;
  }
}

.ulBasePageMenu01 > li > a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 1.28em;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 1.25rem;
}
.ulBasePageMenu01.typeLarge > li > a {
  padding-bottom: 1.0em;
  letter-spacing: 0.07em;
  font-size: 1.55rem;
}
@media all and (max-width: 750px){
  .ulBasePageMenu01 > li > a,
  .ulBasePageMenu01.typeLarge > li > a {
    padding-bottom: 1.0em;
    font-size: 0.9rem;
  }
}

.ulBasePageMenu01 > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0.64em;
  height: 0.64em;
  margin: auto;
  border-radius: 0.64em;
  background-color: #e6e6e6;
}
.ulBasePageMenu01.typeLarge > li > a:after {
  width: 0.55em;
  height: 0.55em;
  border-radius: 0.55em;
}
.ulBasePageMenu01 > li > a:hover:after {
  background-color: var(--base-bg-red);
}
@media all and (max-width: 750px){
  .ulBasePageMenu01 > li > a:after,
  .ulBasePageMenu01.typeLarge > li > a:after {
    width: 0.55em;
    height: 0.55em;
    border-radius: 0.55em;
  }
}

.ulBasePageMenu01 > li > a .str2 {
  letter-spacing: 1.0em;
}


/*##### txtBaseLarge #####*/
.txtBaseLarge {
  font-size: 125%;
}
@media all and (max-width: 750px){
  .txtBaseLarge {
    font-size: 115%;
  }
}


/*##### Base Com #####*/
.boxBaseCom > p {
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-size: 1.13rem;
}
html[lang="de"] .boxBaseCom > p,
html[lang="en"] .boxBaseCom > p,
html[lang="fr"] .boxBaseCom > p,
html[lang="it"] .boxBaseCom > p {
  font-size: 1.273rem;
}
.boxBaseCom.typeLarge > p {
  line-height: 2.22;
  font-size: 1.35rem;
}
html[lang="de"] .boxBaseCom.typeLarge > p,
html[lang="en"] .boxBaseCom.typeLarge > p,
html[lang="fr"] .boxBaseCom.typeLarge > p,
html[lang="it"] .boxBaseCom.typeLarge > p {
  font-size: 1.492rem;
}
@media all and (max-width: 750px){
  .boxBaseCom > p,
  .boxBaseCom.typeLarge > p {
    line-height: 1.7;
    font-size: 0.9rem;
  }
  html[lang="de"] .boxBaseCom > p,
  html[lang="en"] .boxBaseCom > p,
  html[lang="fr"] .boxBaseCom > p,
  html[lang="it"] .boxBaseCom > p {
    font-size: 1.043rem;
  }
  html[lang="de"] .boxBaseCom.typeLarge > p,
  html[lang="en"] .boxBaseCom.typeLarge > p,
  html[lang="fr"] .boxBaseCom.typeLarge > p,
  html[lang="it"] .boxBaseCom.typeLarge > p {
    font-size: 1.043rem;
  }
}

.boxBaseCom > p + p {
  margin-top: 1.5em;
}
.boxBaseCom.typeLarge > p + p {
  margin-top: 2.2em;
}
@media all and (max-width: 750px){
  .boxBaseCom > p + p,
  .boxBaseCom.typeLarge > p + p {
    margin-top: 1.5em;
  }
}


/*##### 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 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  min-height: 2.95em;
  width: 100%;
  max-width: 464px;
  padding: 0.2em 3.1em 0.24em 2.1em;
  border-radius: 2.95em;
  background-color: #e60000;
  background-image: url('./../../images/base/base-icn-arrow01.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 1.7em) calc(50% + 0.043em);
  background-size: 1.1em auto;
  line-height: 1.1;
  letter-spacing: 0.12em;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
}
.linkBase01.typeEn {
  min-height: 3.8em;
  padding: 0.2em 4.0em 0.24em 2.4em;
  background-size: 1.5em auto;
  background-position: calc(100% - 2.1em) calc(50% + 0.043em);
  letter-spacing: 0.03em;
  font-family: var(--base-font-en);
  font-size: 1.35rem;
  font-weight: 600;
}
.linkBase01.typeCenter {
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 750px){
  .linkBase01 {
    max-width: none;
    min-height: 3.28em;
    border-radius: 3.28em;
    font-size: 1.0rem;
  }
  .linkBase01.typeEn {
    max-width: 64vw;
    min-height: 2.86em;
    margin-left: auto;
    margin-right: auto;
    padding: 0.2em 3.0em 0.24em 1.7em;
    background-size: 1.2em auto;
    background-position: calc(100% - 1.3em) calc(50% + 0.043em);
    font-size: 1.0rem;
  }
}

.linkBase01 .txtSub {
  padding-left: 1.0em;
  font-size: 1.15rem;
}



/*##### linkBase02 #####*/
.linkBase02 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 2.95em;
  width: 100%;
  max-width: 464px;
  padding: 0.2em 3.1em 0.24em 2.1em;
  border-radius: 2.95em;
  background-color: #e60000;
  line-height: 1.1;
  letter-spacing: 0.12em;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
}
.linkBase02.typeEn {
  height: 3.8em;
  padding: 0.2em 3.0em 0.24em 3.5em;
  background-size: 1.5em auto;
  background-position: calc(100% - 2.1em) calc(50% + 0.043em);
  letter-spacing: 0.03em;
  font-family: var(--base-font-en);
  font-size: 1.35rem;
  font-weight: 600;
}
.linkBase02.typeCenter {
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 750px){
  .linkBase02.typeEn {
    height: 3.0em;
    background-size: 1.0em auto;
    background-position: calc(100% - 1.1em) calc(50% + 0.043em);
    font-size: 1.0rem;
  }
}

.linkBase02:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5em;
  width: 1.45em;
  margin: auto;
  background-image: url('./../../images/base/base-icn-arrow01.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  aspect-ratio: 1 / 1;
  transform: rotate(180deg);
}


/*##### 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;
  margin-right: 0.3em;
  padding-right: 0.8em;
}

.dlBase.typeCol.addMark01 > dt:after {
  content: '：';
  position: absolute;
  right: 0.2em;
}


/*##### dlBase01 #####*/
.boxDlBase01 {
  position: relative;
  --dlBase01DtW: 200px;
  --dlBase01Gap: 18px;
  --dlBase01DdW: calc(100% - (var(--dlBase01DtW) + var(--dlBase01Gap)));
}
@media all and (max-width: 750px){
  .boxDlBase01 {
    --dlBase01DtW: 100%;
    --dlBase01Gap: 0;
    --dlBase01DdW: 100%;
  }
}

.dlBase01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 4.0em;
  letter-spacing: 0.12em;
  font-size: 1.3rem;
}
.dlBase01.typeMiddle {
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 750px){
  .dlBase01 {
    display: block;
    min-height: auto;
    padding: 1.0em 0;
    letter-spacing: 0.08em;
    font-size: 0.9rem;
  }
}

.boxDlBase01:before,
.boxDlBase01:after,
.dlBase01:before,
.dlBase01:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: var(--base-border-gray);
}
.boxDlBase01:before,
.boxDlBase01:after {
  top: 0;
  bottom: auto;
}
.boxDlBase01:before,
.dlBase01:before {
  left: 0;
  width: var(--dlBase01DtW);
}
.boxDlBase01:after,
.dlBase01:after {
  left: calc(var(--dlBase01DtW) + var(--dlBase01Gap));
  width: var(--dlBase01DdW);
}

.dlBase01 > dt {
  position: relative;
  width: var(--dlBase01DtW);
  margin-right: var(--dlBase01Gap);
  padding-left: 1.45em;
}
@media all and (max-width: 750px){
  .dlBase01 > dt {
    margin-bottom: 0.5em;
  }
}

.dlBase01 > dt:before {
  content: '';
  position: absolute;
  top: 0.55em;
  left: 0.32em;
  width: 0.44em;
  height: 0.44em;
  border-radius: 0.44em;
  background-color: var(--base-bg-red);
}

.dlBase01 > dd {
  width: var(--dlBase01DdW);
}


/*##### dlBase02 #####*/
.boxDlBase02 {
  position: relative;
  --dlBase01DtW: 118px;
  --dlBase01Gap: 18px;
  --dlBase01DdW: calc(100% - (var(--dlBase01DtW) + var(--dlBase01Gap)));
}
@media all and (max-width: 750px){
  .boxDlBase02 {
    --dlBase01DtW: 100%;
    --dlBase01Gap: 0;
    --dlBase01DdW: 100%;
  }
}

.dlBase02 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 1.05em;
  letter-spacing: 0.12em;
  font-size: 1.4rem;
}
.dlBase02.typeEn {
  margin-bottom: 0.8em;
  letter-spacing: normal;
  font-family: var(--base-font-en);
  font-size: 1.55rem;
}
.dlBase02.typeMiddle {
  -webkit-align-items: center;
  align-items: center;
}
.dlBase02:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 750px){
  .dlBase02 {
    display: block;
    margin-bottom: 1.0em;
    letter-spacing: 0.08em;
    font-size: 0.9rem;
  }
  .dlBase02.typeEn {
    margin-bottom: 0.3em;
    font-size: 0.9rem;
  }
}

.dlBase02 > dt {
  position: relative;
  width: var(--dlBase01DtW);
  margin-right: var(--dlBase01Gap);
  padding-left: 1.3em;
}
.dlBase02.typeEn > dt {
  padding-left: 1.14em;
}
@media all and (max-width: 750px){
  .dlBase02 > dt {
    margin-bottom: 0.3em;
  }
}

.dlBase02 > dt:before {
  content: '';
  position: absolute;
  top: 0.55em;
  left: 0.32em;
  width: 0.44em;
  height: 0.44em;
  border-radius: 0.44em;
  background-color: var(--base-bg-red);
}
.dlBase02.typeEn > dt:before {
  top: 0.54em;
  left: 0.26em;
  width: 0.35em;
  height: 0.35em;
  border-radius: 0.35em;
}

.dlBase02 > dd {
  width: var(--dlBase01DdW);
  color: #555;
}



/*##### 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;
}


/*##### ulBase02 #####*/
.ulBase02 > li {
  position: relative;
  margin-bottom: 0.7em;
  padding-left: 1.5em;
  line-height: 1.7;
  letter-spacing: 0.12em;
  font-size: 1.13rem;
  color: #555;
}
.ulBase02.typeLarge > li {
  margin-bottom: 0.58em;
  padding-left: 1.45em;
  letter-spacing: 0.09em;
  font-size: 1.23rem;
}
.ulBase02 > li:last-child,
.ulBase02.typeLarge > li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 750px){
  .ulBase02 > li,
  .ulBase02.typeLarge > li {
    letter-spacing: 0.08em;
    font-size: 0.9rem;
  }
}

.ulBase02 > li:before {
  content: '';
  position: absolute;
  top: 0.55em;
  left: 0.32em;
  width: 0.44em;
  height: 0.44em;
  border-radius: 0.44em;
  background-color: var(--base-bg-red);
}
.ulBase02.typeLarge > li:before {
  top: 0.7em;
  width: 0.47em;
  height: 0.47em;
  border-radius: 0.47em;
}
@media all and (max-width: 750px){
  .ulBase02 > li:before {
    top: 0.7em;
  }
}


/*##### 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;
}


/*##### olBase #####*/
.olBase > li {
  margin-bottom: 0.8em;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .olBase > li {
    line-height: 1.6;
    font-size: 0.9rem;
  }
}


/*##### Color #####*/
.cBaseRed {
  color: var(--base-txt-red);
}

.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;
  }
}



/*##### baseAniScroll01 #####*/
.baseAniScroll01 {
  display: none;
}
@media all and (max-width: 750px){
  .baseAniScroll01 {
    display: block;
    padding: 0.5em 1.5em 0.5em 0;
    text-align: right;
    font-size: 1.0rem;
    animation: aniTbScroll01 0.8s ease-in infinite alternate;
  }
}


/*##### linkBaseMap01 #####*/
.linkBaseMap01 {
  position: relative;
  top: -0.21em;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 5.2em;
  height: 1.45em;
  padding-bottom: 0.16em;
  border-radius: 1.45em;
  background-color: var(--base-bg-red);
  font-size: 0.97rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .linkBaseMap01 {
    top: -0.1em;
    width: 3.5em;
    height: 1.35em;
    margin-left: 0.3em;
    padding-top: 0.1em;
    padding-bottom: 0.16em;
    padding-left: 0.1em;
    border-radius: 1.35em;
    font-size: 0.75rem;
    color: #fff;
  }
}


.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.marquee-content {
  display: flex;
  width: max-content;
  animation: scroll 50s linear infinite;
}

.marquee-group {
  display: flex;
  flex-shrink: 0;
}

.marquee-item {
  padding-right: 40px;
  font-size: 24px;
  font-weight: bold;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}