@charset "utf-8";

/*##### Base Width #####*/
.baseW {
  width: calc(100% - 40px);
  min-width: 1080px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.baseW02 {
  width: calc(100% - 40px);
  min-width: 1080px;
  max-width: 1574px;
  margin-left: auto;
  margin-right: auto;
}
.baseW03 {
  width: calc(100% - 40px);
  min-width: 1080px;
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
}
.baseW04 {
  width: calc(100% - 40px);
  min-width: 1080px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.baseW05 {
  width: calc(100% - 40px);
  min-width: 1080px;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
}
.baseW06 {
  width: calc(100% - 40px);
  min-width: 1080px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.baseW07 {
  width: calc(100% - 40px);
  min-width: 1080px;
  max-width: 1776px;
  margin-left: auto;
  margin-right: auto;
}
.baseW08 {
  width: calc(100% - 40px);
  min-width: 1080px;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
.baseW09 {
  width: calc(100% - 40px);
  min-width: 1080px;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 750px){
  .baseW,
  .baseW02,
  .baseW03,
  .baseW04,
  .baseW05,
  .baseW06,
  .baseW07,
  .baseW08,
  .baseW09 {
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .baseSpW {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}


.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;
  }
}


/*##### ttlBase01 #####*/
.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: flex-start;
  align-items: flex-start;
  max-width: 711px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.4em;
  transform: skew(-10deg);
}

.ttlBase01 .ttlSub {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  font-family: var(--base-font-en);
  opacity: 0.8;
}

.ttlBase01 .ttlSub .ttlEn {
  margin-right: 0.015em;
  line-height: 0.9;
  letter-spacing: normal;
  font-size: 5.6rem;
  font-weight: 700;
  text-indent: -0.17em;
}

.ttlBase01 .ttlSub .ttlNum {
  position: relative;
  top: -0.05em;
  line-height: 1.0;
  font-size: 12.0rem;
  font-weight: 600;
}

.ttlBase01 .ttlMain {
  position: relative;
  left: 0.03em;
  line-height: 1.14;
  letter-spacing: -0.03em;
  font-size: 6.6rem;
  font-weight: 900;
}

.ttlBase01 .ttlMain:before,
.ttlBase01 .ttlMain:after {
  content: '';
  position: absolute;
}
.ttlBase01 .ttlMain:before {
  left: -0.2em;
  bottom: -0.21em;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.ttlBase01 .ttlMain:after {
  left: 0.06em;
  bottom: -0.13em;
  width: 40.6%;
  height: 1px;
  background-color: #fff;
}

.ttlBase01 .ttlMain .txtLarge {
  position: relative;
  top: 0.12em;
  margin-left: -0.1em;
  margin-right: -0.09em;
  line-height: 0.75;
  font-size: 8.2rem;
}

.ttlBase01 .ttlMain .txtLarge:before {
  content: '';
  position: absolute;
  bottom: 0.19em;
  left: 0.71em;
  width: 180%;
  height: 1px;
  background-color: #fff;
}


/*##### ttlBase02 #####*/
.ttlBase02 {
  position: relative;
  top: -4.1em;
  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;
  text-align: center;
  margin-bottom: 3.0em;
  padding-bottom: 3.6em;
}
@media all and (max-width: 750px){
  .ttlBase02 {
    top: -1.6em;
    margin-bottom: 2.0em;
    padding-bottom: 2.0em;
  }
  .ttlBase02.typeSmall {
    top: -3.4em;
  }
}

.ttlBase02:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 8.0em;
  height: 0.64em;
  margin: auto;
  background-color: #0081cc;
  transform: skew(-11deg);
}
@media all and (max-width: 750px){
  .ttlBase02:after {
    height: 0.5em;
  }
}

.ttlBase02 .ttlEn {
  margin-bottom: 0.15em;
  line-height: 1.0;
  letter-spacing: normal;
  font-family: var(--base-font-en);
  font-size: 7.1rem;
  font-weight: 600;
  transform: skew(-10deg);
}
.ttlBase02.typeSmall .ttlEn {
  letter-spacing: 0.01em;
  font-size: 4.6rem;
}
@media all and (max-width: 750px){
  .ttlBase02 .ttlEn {
    font-size: 2.9rem;
  }
  .ttlBase02.typeSmall .ttlEn {
    font-size: 2.6rem;
  }
}

.ttlBase02 .ttlJa {
  letter-spacing: normal;
  font-size: 2.15rem;
  color: #555;
}
@media all and (max-width: 750px){
  .ttlBase02 .ttlJa {
    font-size: 1.5rem;
  }
}


/*##### ttlBase03 #####*/
.ttlBase03 {
  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: 1.25em;
}
@media all and (max-width: 750px){
  .ttlBase03 {
    margin-bottom: 2.0em;
  }
}

.ttlBase03 .ttlEn {
  position: relative;
  left: -0.08em;
  background: linear-gradient(to right, #69dcff 0%, #0a67ad 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.0;
  letter-spacing: -0.022em;
  font-family: var(--base-font-en);
  font-size: 10.3rem;
  font-weight: 600;
  transform: skew(-10deg);
}
@media all and (max-width: 1700px){
  .ttlBase03 .ttlEn {
    font-size: 9.0rem;
  }
}
@media all and (max-width: 1480px){
  .ttlBase03 .ttlEn {
    font-size: 8.0rem;
  }
}
@media all and (max-width: 1320px){
  .ttlBase03 .ttlEn {
    font-size: 6.8rem;
  }
}
@media all and (max-width: 750px){
  .ttlBase03 .ttlEn {
    left: 0.1em;
    margin-bottom: 0.1em;
    font-size: 2.6rem;
  }
}

.ttlBase03 .ttlJa {
  position: relative;
  top: 0.3em;
  right: -0.35em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 3.2em;
  padding-left: 0.95em;
  padding-bottom: 0.1em;
  letter-spacing: 0.035em;
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  transform: skew(-9deg);
}
@media all and (max-width: 1700px){
  .ttlBase03 .ttlJa {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 1480px){
  .ttlBase03 .ttlJa {
    font-size: 1.95rem;
  }
}
@media all and (max-width: 1320px){
  .ttlBase03 .ttlJa {
    font-size: 1.65rem;
  }
}
@media all and (max-width: 750px){
  .ttlBase03 .ttlJa {
    height: auto;
    min-height: 2.0em;
    padding-top: 0.2em;
    padding-bottom: 0.25em;
    font-size: 1.5rem;
  }
}

.ttlBase03 .ttlJa:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #0081cc;
}

.ttlBase03 .ttlJa > span {
  position: relative;
  z-index: 2;
  transform: skew(9deg);
}


/*##### ttlBase04 #####*/
.ttlBase04 {
  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: center;
  align-items: center;
  margin-bottom: 7.25em;
  padding-bottom: 3.57em;
}
@media all and (max-width: 750px){
  .ttlBase04 {
    margin-bottom: 2.0em;
    padding-bottom: 1.5em;
  }
}

.ttlBase04:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 8em;
  height: 0.67em;
  margin: auto;
  background-color: #0081cc;
  transform: skew(-10deg);
}
.ttlBase04.type02:after {
  background-color: #69d6ff;
}
@media all and (max-width: 750px){
  .ttlBase04:after {
    height: 0.5em;
  }
}

.ttlBase04 .ttlEn {
  position: relative;
  left: -0.03em;
  margin-bottom: 0.14em;
  line-height: 1.0;
  letter-spacing: -0.02em;
  font-family: var(--base-font-en);
  font-size: 7.15rem;
  font-weight: 600;
  transform: skew(-10deg);
}
.ttlBase04.type02 .ttlEn {
  color: #fcff00;
}
@media all and (max-width: 750px){
  .ttlBase04 .ttlEn {
    margin-bottom: 0.2em;
    font-size: 1.8rem;
  }
}

.ttlBase04 .ttlJa {
  letter-spacing: 0.05em;
  font-size: 2.1rem;
  font-weight: 700;
  color: #555;
}
.ttlBase04.type02 .ttlJa {
  color: #fff;
}
@media all and (max-width: 750px){
  .ttlBase04 .ttlJa {
    font-size: 1.2rem;
  }
}


/*##### ttlBase05 #####*/
.ttlBase05 {
  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: 4.7em;
}
@media all and (max-width: 750px){
  .ttlBase05 {
    margin-bottom: 2.0em;
  }
}

.ttlBase05 .ttlJa {
  margin-bottom: 0.44em;
  padding-left: 0.18em;
  letter-spacing: 0.075em;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 750px){
  .ttlBase05 .ttlJa {
    margin-bottom: 0.3em;
    padding-left: 0.1em;
    font-size: 1.5rem;
  }
}

.ttlBase05 .ttlEn {
  margin-left: 0.2em;
  letter-spacing: 0.05em;
  font-family: var(--base-font-en);
  font-size: 1.2rem;
  color: #60cef4;
}
@media all and (max-width: 750px){
  .ttlBase05 .ttlEn {
    margin-left: 0.1em;
    font-size: 1.0rem;
  }
}


/*##### .ttlBase06 #####*/
.ttlBase06 {
  position: relative;
  margin-bottom: 0.65em;
  padding-left: 0.1em;
  padding-bottom: 0.71em;
  letter-spacing: 0.08em;
  font-size: 2.55rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .ttlBase06 {
    font-size: 1.4rem;
  }
}

.ttlBase06:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2.35em;
  height: 0.13em;
  margin: auto;
  background: linear-gradient(to right, #69dcff 0%, #0a67ad 100%);
  transform: skew(-10deg);
}


/*##### ttlBase07 #####*/
.ttlBase07 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 2.05em;
  color: #ff0000;
}

.ttlBase07 .ttlSub {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 1.0em;
  font-family: var(--base-font-en);
  font-weight: 600;
}
@media all and (max-width: 750px){
  .ttlBase07 .ttlSub {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 14%;
    margin-right: 0;
    text-align: center;
  }
}

.ttlBase07 .ttlStr {
  position: relative;
  top: 0.05em;
  margin-right: 0.35em;
  padding: 0.12em 0.1em 0.03em 0.15em;
  border-top: 1px #ff0000 solid;
  border-bottom: 1px #ff0000 solid;
  line-height: 1.0;
  letter-spacing: 0.01em;
  font-size: 1.4rem;
}
@media all and (max-width: 750px){
  .ttlBase07 .ttlStr {
    margin-right: 0;
    margin-bottom: 0.5em;
    font-size: 1.0rem;
  }
}

.ttlBase07 .ttlStr:before,
.ttlBase07 .ttlStr:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff0000;
}
.ttlBase07 .ttlStr:before {
  top: -0.2em;
}
.ttlBase07 .ttlStr:after {
  bottom: -0.2em;
}

.ttlBase07 .ttlStr > span {
  display: inline-block;
  transform: skew(-9deg);
}

.ttlBase07 .ttlNum {
  line-height: 1.0;
  font-size: 2.7rem;
  transform: skew(-9deg);
}
@media all and (max-width: 750px){
  .ttlBase07 .ttlNum {
    position: relative;
    left: -0.1em;
    font-size: 2.0rem;
  }
}

.ttlBase07 .ttlMain {
  position: relative;
  top: -0.06em;
  letter-spacing: 0.055em;
  font-size: 1.83rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .ttlBase07 .ttlMain {
    width: calc(100% - 14%);
    padding-left: 3%;
    font-size: 1.4rem;
  }
}

.ttlBase07 .ttlMain .txt01,
.ttlBase07 .ttlMain .txt02 {
  position: relative;
}

.ttlBase07 .ttlMain .txt01:before,
.ttlBase07 .ttlMain .txt02:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0.1em;
  bottom: 0;
  left: 50%;
  width: 1.4em;
  height: 1.4em;
  margin: auto;
  border-radius: 1.4em;
  background-color: #fcff00;
  transform: translateX(-50%);
}
.ttlBase07 .ttlMain .txt02:before {
  top: 0.25em;
  width: 1.2em;
  height: 1.2em;
  border-radius: 1.2em;
}


/*##### ttlBase08 #####*/
.ttlBase08 {
  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: 1.86em;
  padding-left: 1.0em;
  font-weight: 700;
}

.ttlBase08 .ttlJa {
  margin-bottom: 0.5em;
  letter-spacing: 0.09em;
  font-size: 2.5rem;
  color: #000;
}
@media all and (max-width: 750px){
  .ttlBase08 .ttlJa {
    margin-bottom: 0.2em;
    font-size: 1.4rem;
  }
}

.ttlBase08 .ttlEn {
  padding-left: 0.1em;
  letter-spacing: 0.1em;
  font-family: var(--base-font-en);
  font-size: 1.16rem;
  font-weight: 600;
  color: #16ade1;
}


/*##### ttlBase09 #####*/
.ttlBase09,
.boxPostBody .ttlBase09 {
  margin: 0;
  margin-bottom: 1.56em;
  padding: 0;
  line-height: 1.7;
  letter-spacing: 0.064em;
  font-size: 2.1rem;
  font-weight: 700;
  color: #0081cc;
}
@media all and (max-width: 750px){
  .ttlBase09,
  .boxPostBody .ttlBase09 {
    margin: 0;
    margin-bottom: 1.56em;
    padding: 0;
    line-height: 1.7;
    letter-spacing: 0.064em;
    font-size: 1.3rem;
  }
  .boxPostBody h4.ttlBase09 {
    font-size: 1.2rem;
  }
}


/*##### ttlBase10 #####*/
.ttlBase10,
.boxPostBody .ttlBase10 {
  position: relative;
  margin-bottom: 1.35em;
  padding-top: 1.43em;
  padding-left: 1.0em;
  text-align: center;
  line-height: 1.61;
  letter-spacing: 0.07em;
  font-size: 3.45rem;
  font-weight: 800;
  text-indent: -0.8em;
  transform: skew(-11deg);
}
.ttlBase10.typeLarge,
.boxPostBody .ttlBase10.typeLarge {
  padding-top: 0.72em;
  padding-left: 0.65em;
  line-height: 1.0;
  letter-spacing: -0.016em;
  font-family: var(--base-font-en);
  font-size: 6rem;
  font-weight: 600;
}
.ttlBase10.type02,
.boxPostBody .ttlBase10.type02 {
  color: #fff;
}
@media all and (max-width: 750px){
  .ttlBase10,
  .boxPostBody .ttlBase10 {
    font-size: 1.4rem;
  }
  .ttlBase10.typeLarge,
  .boxPostBody .ttlBase10.typeLarge {
    margin-bottom: 0.86em;
    padding-top: 0.98em;
    padding-left: 0.88em;
    font-size: 2.32rem;
  }
}

.ttlBase10:before,
.boxPostBody .ttlBase10:before {
  content: '';
  position: absolute;
  top: 0;
  left: -0.92em;
  right: 0;
  width: 4.4em;
  height: 0.2em;
  margin: auto;
  background-color: #0081cc;
}
.ttlBase10.typeLarge:before,
.boxPostBody .ttlBase10.typeLarge:before {
  left: -0.3em;
  width: 7.58em;
  height: 0.18em;
}
.ttlBase10.typeBorder02:before,
.boxPostBody .ttlBase10.typeBorder02:before {
  background-color: #60cef4;
}
.ttlBase10.type02:before,
.boxPostBody .ttlBase10.type02:before {
  background-color: #fcff00;
}
@media all and (max-width: 750px){
  .ttlBase10.typeLarge:before,
  .boxPostBody .ttlBase10.typeLarge:before {
    width: 4.02em;
    height: 0.21em;
  }
}

.ttlBase10.type02 .txt01,
.boxPostBody .ttlBase10.type02 .txt01 {
  color: #fcff00;
}


/*##### ttlBase11 #####*/
.ttlBase11 {
  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: center;
  align-items: center;
  margin-bottom: 4.5em;
  padding-bottom: 2.0em;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .ttlBase11 {
    margin-bottom: 2.0em;
  }
}

.ttlBase11:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10.0em;
  height: 0.5em;
  margin: auto;
  background-color: #0081cc;
}

.ttlBase11 .ttlSub {
  margin-bottom: 0.6em;
  letter-spacing: 0.12em;
  font-size: 1.5rem;
}
@media all and (max-width: 750px){
  .ttlBase11 .ttlSub {
    font-size: 1.0rem;
  }
}

.ttlBase11 .ttlMain {
  letter-spacing: 0.12em;
  font-size: 2.2rem;
}
.ttlBase11.type02 .ttlMain {
  font-size: 2.8rem;
  transform: skew(-11deg);
}
@media all and (max-width: 750px){
  .ttlBase11 .ttlMain {
    letter-spacing: 0.08em;
  }
  .ttlBase11.type02 .ttlMain {
    font-size: 1.4rem;
  }
}


/*##### ttlBase12 #####*/
.ttlBase12 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 5.8em;
  transform: skew(-11deg);
}
@media all and (max-width: 750px){
  .ttlBase12 {
    margin-bottom: 2.8em;
  }
}

.ttlBase12 .ttlBase12L {
  padding-left: 1.35em;
  line-height: 1.23;
  letter-spacing: 0.03em;
  font-size: 3.6rem;
  font-weight: 900;
  text-indent: -1.27em;
}
.ttlBase12.typeWhite .ttlBase12L {
  color: #fff;
}
@media all and (max-width: 750px){
  .ttlBase12 .ttlBase12L {
    margin-right: 0.5em;
    padding-left: 3%;
    font-size: 1.1rem;
  }
}

.ttlBase12 .ttlBase12R {
  position: relative;
  left: -0.18em;
  line-height: 1.1;
  letter-spacing: 0.03em;
  font-size: 6.3rem;
  font-weight: 800;
  color: rgba(0,0,0,0);
  -webkit-text-stroke: 1px var(--base-txt-color);
}
.ttlBase12.typeWhite .ttlBase12R {
  -webkit-text-stroke: 1px #fff;
}
@media all and (max-width: 750px){
  .ttlBase12 .ttlBase12R {
    font-size: 1.7rem;
  }
}

.ttlBase12 .ttlBase12R:before {
  content: 'xxxxxx';
  position: absolute;
  top: -0.08em;
  left: -0.08em;
  color: initial;
  -webkit-text-stroke: 0 currentcolor;
}
.ttlBase12.typeWhite .ttlBase12R:before {
  color: #fff;
}


/*##### ttlBase13 #####*/
.ttlBase13 {
  position: relative;
  margin-bottom: 0.8em;
  padding-bottom: 0.72em;
  letter-spacing: 0.18em;
  font-size: 2.55rem;
  font-weight: 700;
}
.ttlBase13.typeCenter {
  text-align: center;
}
.ttlBase13.typeSmall {
  margin-bottom: 1.05em;
  padding-bottom: 1.0em;
  padding-left: 0.15em;
  letter-spacing: 0.11em;
  font-size: 2.4rem;
}
.ttlBase13.type02 {
  text-align: center;
  padding-bottom: 0.64em;
  letter-spacing: 0.09em;
  font-size: 2.0rem;
}
.ttlBase13.type02.typeLarge {
  padding-bottom: 0.73em;
  letter-spacing: 0.12em;
  font-size: 2.15rem;
}
@media all and (max-width: 750px){
  .ttlBase13 {
    font-size: 1.3rem;
  }
  .ttlBase13.typeSmall {
    font-size: 1.3rem;
  }
  .ttlBase13.type02 {
    font-size: 1.3rem;
  }
  .ttlBase13.type02.typeLarge {
    font-size: 1.35rem;
  }
}

.ttlBase13:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.4em;
  height: 0.155em;
  background: linear-gradient(to right, #69dcff 0%, #0a67ad 100%);
  transform: skew(-11deg);
}
.ttlBase13.typeCenter:after {
  right: 0;
  margin: auto;
}
.ttlBase13.type02:after {
  right: 0;
  left: -0.15em;
  margin: auto;
  width: 2.2em;
  height: 0.1em;
}
.ttlBase13.type02.typeLarge:after {
  left: 0.2em;
  width: 2.4em;
  height: 0.14em;
}


/*##### ttlBase14 #####*/
.ttlBase14 {
  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: center;
  align-items: center;
  margin-bottom: 4em;/*4.88em;*/
  padding-top: 3em;/*5.45em;*/
  color: #fff;
}
@media all and (max-width: 750px){
  .ttlBase14 {
    margin-bottom: 2.0em;
    padding-top: 2em;
  }
}

.ttlBase14:before {
  content: '';
  position: absolute;
  top: 0;
  left: -0.5em;
  right: 0;
  width: 22.3em;
  height: 0.85em;
  margin: auto;
  background-color: #60cef4;
  transform: skew(-11deg);
}
@media all and (max-width: 750px){
  .ttlBase14:before {
    width: 14em;
    height: 0.65em;
  }
}

.ttlBase14 .ttlJa {
  margin-bottom: 0.41em;
  margin-left: 0.19em;
  letter-spacing: 0.19em;
  font-size: 2.55rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .ttlBase14 .ttlJa {
    text-align: center;
    font-size: 1.4rem;
  }
}

.ttlBase14 .ttlEn {
  padding-right: 0.1em;
  letter-spacing: 0.06em;
  font-size: 1.2rem;
  font-weight: 500;
  color: #60cef4;
}
@media all and (max-width: 750px){
  .ttlBase14 .ttlEn {
    font-size: 1.0rem;
  }
}


/*##### ttlBase15 #####*/
.ttlBase15 {
  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: 2.9em;
}

.ttlBase15 .ttlJa {
  margin-bottom: 0.35em;
  letter-spacing: 0.17em;
  font-size: 2.6rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .ttlBase15 .ttlJa {
    font-size: 1.3rem;
  }
}

.ttlBase15 .ttlEn {
  position: relative;
  padding-left: 0.15em;
  font-family: var(--base-font-en);
  font-size: 1.4rem;
  font-weight: 500;
  color: #60cef4;
}
@media all and (max-width: 750px){
  .ttlBase15 .ttlEn {
    font-size: 1.1rem;
  }
}

.ttlBase15 .ttlEn:after {
  content: '';
  position: absolute;
  top: 0.1em;
  bottom: 0;
  right: -4.95em;
  width: 4.3em;
  height: 0.25em;
  margin: auto;
  background: linear-gradient(to right, #69dcff 0%, #0a67ad 100%);
  transform: skew(-11deg);
}

.ttlBase15 .ttlEn > span {
  display: inline-block;
  transform: skew(-11deg);
}


/*##### ttlBase16 #####*/
.ttlBase16 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 6.4em;
  margin-bottom: 3.95em;
  padding: 1.05em 1.9em 0.8em 1.0em;
  border-bottom-left-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
  background-color: #fcff00;
}
.ttlBase16.typeLeft {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0.8em 1.9em 0.8em 1.7em;
}
@media all and (max-width: 750px){
  .ttlBase16 {
    min-height: 5.0em;
    margin-bottom: 2.0em;
    padding: 0.8em 0.7em 0.7em 0.9em;
    border-bottom-left-radius: 0.8em;
    border-bottom-right-radius: 0.8em;
  }
  .ttlBase16.typeLeft {
    padding: 0.8em 0.7em 0.7em 0.9em;
  }
}

.ttlBase16 > .ttlSub {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 3.74em;
  height: 2.15em;
  margin-right: 1.0em;
  padding: 0.1em 0 0 0;
  border-radius: 2.15em;
  background-color: #0081cc;
  letter-spacing: 0.08em;
  font-family: var(--base-font-en);
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
}
.ttlBase16.typeLeft > .ttlSub {
  margin-right: 0.9em;
}
@media all and (max-width: 750px){
  .ttlBase16 > .ttlSub {
    width: 20%;
    margin-right: 0;
    font-size: 1.1rem;
  }
  .ttlBase16.typeLeft > .ttlSub {
    margin-right: 0;
  }
}

.ttlBase16 > .ttlMain {
  letter-spacing: 0.052em;
  font-size: 2.5rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .ttlBase16 > .ttlMain {
    width: calc(100% - 20%);
    padding-left: 3%;
    font-size: 1.3rem;
  }
}


/*##### ttlBase17 #####*/
.ttlBase17 {
  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: center;
  align-items: center;
  padding-bottom: 5.5em;
  color: #fff;
}
@media all and (max-width: 750px){
  .ttlBase17 {
    padding-bottom: 1.4em;
  }
}

.ttlBase17 .ttlSub {
  position: relative;
  z-index: 2;
  margin-bottom: 0.32em;
  padding-left: 0.2em;
  letter-spacing: 0.1em;
  font-size: 1.86rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .ttlBase17 .ttlSub {
    left: -0.3em;
    padding-left: 0;
    font-size: 0.9rem;
  }
}

.ttlBase17 .ttlMain {
  position: relative;
  z-index: 2;
  padding-left: 0.21em;
  line-height: 1.1;
  letter-spacing: 0.01em;
  font-size: 5.23rem;
  font-weight: 700;
  transform: skew(-11deg);
}
@media all and (max-width: 750px){
  .ttlBase17 .ttlMain {
    padding-left: 0;
    padding-right: 0.21em;
    font-size: 1.5rem;
  }
}

.ttlBase17 .ttlMain:before {
  content: '？';
  position: absolute;
  top: -0.6em;
  left: -1.655em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 1.59em;
  height: 1.59em;
  padding: 0 0 0.1em 0.05em;
  border: 0.24em #3399dd solid;
  border-radius: 1.5em;
  background-color: #5ca9e1;
  line-height: 1.0;
  font-size: 9.5rem;
  font-weight: 700;
  transform: skew(11deg);
}
@media all and (max-width: 750px){
  .ttlBase17 .ttlMain:before {
    top: -0.7em;
    left: -1.9em;
    font-size: 2.7rem;
  }
}

.ttlBase17 .ttlMain:after {
  content: '入社前の“ホンネ”';
  position: absolute;
  top: 0.1em;
  left: 0.35em;
  width: 100%;
  letter-spacing: 0.024em;
  font-size: 5.1rem;
  color: rgba(0,0,0,.0);
  -webkit-text-stroke: 1px #fff;
}
@media all and (max-width: 750px){
  .ttlBase17 .ttlMain:after {
    top: 0.08em;
    left: 0.1em;
    letter-spacing: 0.01em;
    font-size: 1.5rem;
  }
}

.ttlBase17 .ttlMain > span {
  position: relative;
  z-index: 2;
}

.ttlBase17 .ttlMain .txt01 {
  color: #fcff00;
}

.ttlBase17 .ttlImg {
  position: absolute;
  left: calc(50% + 256px);
  bottom: 0;
}
@media all and (max-width: 750px){
  .ttlBase17 .ttlImg {
    left: auto;
    right: 0;
    width: 28vw;
  }
}


/*##### ttlBase18 #####*/
.ttlBase18 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 2.84em;
  margin-bottom: 0.7em;
  padding-right: 0.2em;
  border-radius: 0.8em;
  background-color: #edeeef;
  letter-spacing: 0.12em;
  font-size: 1.8rem;
  font-weight: 700;
}
.ttlBase18.typeWhiteBg {
  background-color: #fff;
}
@media all and (max-width: 750px){
  .ttlBase18 {
    padding: 0.5em 1.8em;
    font-size: 1.2rem;
  }
}

.ttlBase18 > span {
  position: relative;
}
.ttlBase18 > span:before,
.ttlBase18 > span:after {
  content: '';
  position: absolute;
  top: 0.1em;
  width: 1px;
  height: 1.3em;
  background-color: var(--base-txt-color);
}
.ttlBase18 > span:before {
  left: -0.95em;
  transform: rotate(-45deg);
}
.ttlBase18 > span:after {
  right: -1.1em;
  transform: rotate(45deg);
}


/*##### boxBaseCopy #####*/
.boxBaseCopy.typeCenter {
  text-align: center;
}
@media all and (max-width: 750px){
  .boxBaseCopy.typeCenter {
    text-align: left;
  }
}

.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: 2.15;/*1.68;*/
  letter-spacing: 0.064em;/*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: 3.1%;
  margin-bottom: 1.5em;
}
.ulBasePageMenu01 > li:last-child {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .ulBasePageMenu01 > li {
    margin-right: 1.0em;
  }
}

.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-width: 12.1em;
  min-height: 3.05em;
  padding: 0.5em 2.2em 0.6em 2.3em;
  background-color: #0081cc;
  letter-spacing: 0.09em;
  font-size: 1.35rem;
  color: #fff;
  transform: skew(-11deg);
}
@media all and (max-width: 750px){
  .ulBasePageMenu01 > li > a {
    min-height: 2.0em;
    min-width: 10em;
    padding: 0.5em 0.9em 0.5em 0.9em;
    font-size: 1.0rem;
  }
}

.ulBasePageMenu01 > li > a:after {
  content: '';
  position: absolute;
  bottom: -1.24em;
  left: 0.45em;
  right: 0;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border: 0.5em rgba(255,255,255,0) solid;
  border-top: 0.8em #0081cc solid;
}

.ulBasePageMenu01 > li > a .str2 {
  letter-spacing: 1.0em;
}

.ulBasePageMenu01 > li > a > span {
  transform: skew(11deg);
}


/*##### 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.06em;
  font-size: 1.39rem;
}
.boxBaseCom.typeLarge02 > p {
  line-height: 1.86;
  letter-spacing: 0.094em;
  font-size: 1.23rem;
}
@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.typeLarge02 > p + p {
  margin-top: 1.84em;
}
@media all and (max-width: 750px){
  .boxBaseCom > p + p {
    margin-top: 1.4em;
  }
  .boxBaseCom.typeLarge02 > p + p {
    margin-top: 1.4em;
  }
}


/*##### 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;
}


/*##### boxBaseLink01 #####*/
.boxBaseLink01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1.3%;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
}

.boxBaseLink01One {
  overflow: hidden;
  border-radius: 1.4em;
  border: 4px #fff solid;
  background-color: rgba(255,0,0,0.2);
  transform: skew(-10deg);
}

.boxBaseLink01One a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  aspect-ratio: 2 / 1.202;
}
.boxBaseLink01One:nth-child(1) a {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 7.7% 3% 3% 7.0%;
}
.boxBaseLink01One:nth-child(2) a {
  padding: 3% 8% 6.5% 3%;
}
.boxBaseLink01One:nth-child(3) a {
  padding: 1.6% 8% 3% 3%;
}
.boxBaseLink01One a:hover {
  opacity: 1;
}
.boxBaseLink01One a:hover:before {
  transform: scale(1.1);
}

.boxBaseLink01One a > span {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  transform: skew(10deg);
}

.boxBaseLink01One a > span .txtEn {
  position: relative;
  left: 0.5em;
  line-height: 1.25;
  font-family: var(--base-font-en);
  font-size: 2.6rem;
  font-style: italic;
  font-weight: 600;
}

.boxBaseLink01One a > span .txt01Large {
  line-height: 1.0;
  letter-spacing: -0.037em;
  font-size: 5.2rem;
  font-weight: 800;
  transform: skew(-11deg);
}
.boxBaseLink01One a > span .txt01Large.typeNotSkew {
  transform: skew(0);
}

.boxBaseLink01One a > span .txt01Large02 {
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-size: 4.55rem;
  font-weight: 700;
}

.boxBaseLink01One a > span .txt01 {
  position: relative;
  left: -0.1em;
  line-height: 1.35;
  letter-spacing: -0.03em;
  font-size: 2.95rem;
  font-weight: 600;
  transform: skew(-11deg);
}
.boxBaseLink01One a > span .txt01.typeNotSkew {
  transform: skew(0);
}
.boxBaseLink01One:nth-child(2) a > span .txt01 {
  left: 0.66em;
  margin-bottom: 0.02em;
}
.boxBaseLink01One:nth-child(3) a > span .txt01 {
  left: -0.3em;
}

.boxBaseLink01One a > span .txt01 .txt01In {
  position: relative;
  top: -0.07em;
  letter-spacing: normal;
  font-size: 4.0rem;
  font-weight: 600;
}


/*##### linkBase01 #####*/
.linkBase01 > span {
  position: relative;
  padding-right: 1.6em;
  letter-spacing: 0.09em;
  font-size: 1.23rem;
  color: #0081cc;
}
.linkBase01.typeBlack > span {
  color: #000;
}
@media all and (max-width: 750px){
  .linkBase01 > span {
    font-size: 1.0rem;
  }
}

.linkBase01 > span:before,
.linkBase01 > span:after {
  content: '';
  position: absolute;
}
.linkBase01 > span:before {
  top: 0.26em;
  right: -0.15em;
  width: 1.1em;
  height: 1.1em;
  border-radius: 1.1em;
  background-color: #0081cc;
}
.linkBase01 > span:after {
  top: 0.65em;
  right: 0;
  width: 0.23em;
  height: 0.23em;
  border: 0.23em rgba(255,255,255,0) solid;
  border-left: 0.35em #ffff00 solid;
}


/*##### linkBase02 #####*/
.boxLinkBase02.typeRight,
.boxLinkBase02.typeRightCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .boxLinkBase02.typeRightCenter {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.linkBase02 {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 2.7em;
  padding: 0.2em 1.4em 0.2em 3.0em;
  border-radius: 2.7em;
  background-color: #ff5a82;
  letter-spacing: 0.01em;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fcff00;
}
@media all and (max-width: 750px){
  .linkBase02 {
    height: auto;
    min-height: 2.7em;
    padding: 0.5em 1.5em 0.5em 3.1em;
    line-height: 1.5;
    font-size: 1.0rem;
  }
}

.linkBase02:before,
.linkBase02:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.linkBase02:before {
  left: 0.85em;
  width: 1.59em;
  height: 1.59em;
  border: 0.21em #ffd1dc solid;
  border-radius: 1.59em;
  background-color: #fff;
}
.linkBase02:after {
  top: 0.25em;
  left: 1.46em;
  width: 0.24em;
  height: 0.24em;
  border: 0.24em rgba(255,255,255,0) solid;
  border-top: 0.4em #ff5a82 solid;
}


/*##### linkBase03 #####*/
.boxLinkBase03 {
  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;
}
.boxLinkBase03.typeRight {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.boxLinkBase03.typeCenter {
  -webkit-justify-content: center;
  justify-content: center;
}

.linkBase03 {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 2.64em;
  padding: 0.2em 3.1em 0.2em 3.55em;
  border-radius: 2.64em;
  background-image: url('./../../images/base/base-icn-deco14.svg');
  background-repeat: no-repeat;
  background-position: 1.3em calc(50% - 0.05em);
  background-size: 1.64em auto;
  background-color: #0081cc;
  letter-spacing: 0.055em;
  font-size: 2.45rem;
  font-weight: 700;
  color: #fcff00;
}
.linkBase03.typeYellowBg {
  background-image: url('./../../images/base/base-icn-deco09.svg');
  background-position: 0.6em calc(50% + 0.01em);
  background-size: 2.2em auto;
  background-color: #fcff00;
  color: var(--base-txt-color);
}
.linkBase03.type02 {
  width: 100%;
  max-width: 18.3em;
  height: 3.14em;
  padding-left: 2.2em;
  background-color: #fcff00;
  background-image: none;
  font-size: 1.51rem;
  color: var(--base-txt-color);
}
.linkBase03.type02.typeExternalLink {
  max-width: 15.0em;
  height: 3.14em;
  padding: 0.2em 2.8em 0.2em 2.0em;
  background-image: url('./../../images/base/base-icn-external-link04.png');
  background-repeat: no-repeat;
  background-position: 1.2em calc(50% + 0.08em);
  background-size: auto auto;
  font-size: 1.82rem;
}
@media all and (max-width: 750px){
  .linkBase03 {
    height: auto;
    min-height: 3.64em;
    font-size: 1.0rem;
  }
  .linkBase03.typeYellowBg {
    background-position: 0.3em calc(50% + 0.01em);
    background-size: 2.8em auto;
  }
  .linkBase03.type02.typeExternalLink {
    background-position: 0.7em calc(50% + 0.02em);
    background-size: 1.0em auto;
  }
}

.linkBase03:before,
.linkBase03:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.linkBase03:before {
  right: 0.7em;
  width: 1.12em;
  height: 1.12em;
  border: 0.18em #bee8f7 solid;
  border-radius: 1.12em;
  background-color: #fff;
}
.linkBase03.typeYellowBg:before {
  border: 0.18em #56c4a2 solid;
  background-color: #0081cc;
}
.linkBase03.type02:before {
  width: 1.75em;
  height: 1.75em;
  border: 0.22em #56c4a2 solid;
  border-radius: 1.75em;
  background-color: #0081cc;
}
.linkBase03.type02.typeExternalLink:before {
  border: 0.35em #77bc6c solid;
}
@media all and (max-width: 750px){
  .linkBase03:before {
    right: 0.7em;
    width: 1.9em;
    height: 1.9em;
    border: 0.96em #bee8f7 solid;
    border-radius: 1.9em;
  }
}

.linkBase03:after {
  right: 0.97em;
  width: 0.15em;
  height: 0.15em;
  border: 0.15em rgba(255,255,255,0) solid;
  border-left: 0.26em #0081cc solid;
}
.linkBase03.typeYellowBg:after {
  border-left: 0.26em #fcff00 solid;
}
.linkBase03.type02:after {
  right: 1.1em;
  width: 0.28em;
  height: 0.28em;
  border: 0.28em rgba(255,255,255,0) solid;
  border-left: 0.43em #fcff00 solid;
}
.linkBase03.type02.typeExternalLink:after {
  right: 1.05em;
  border-left: 0.43em #fff solid;
}
@media all and (max-width: 750px){
  .linkBase03:after {
    right: 1.0em;
    width: 0.35em;
    height: 0.35em;
    border: 0.35em rgba(255,255,255,0) solid;
    border-left: 0.56em #0081cc solid;
  }
  .linkBase03.typeYellowBg:after {
    border-left: 0.46em #fcff00 solid;
  }
}

.linkBase03 > span {
  transform: skew(-11deg);
}
.linkBase03.type02 > span {
  transform: skew(0);
}

.linkBase03 .txtSmall {
  position: relative;
  top: -0.1em;
  letter-spacing: 0.05em;
  font-size: 1.9rem;
}
@media all and (max-width: 750px){
  .linkBase03 .txtSmall {
    font-size: 0.82rem;
  }
}


/*##### linkBase04 #####*/
.linkBase04 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 3.05em;
  padding: 0.25em 2.8em 0.2em 3.2em;
  border-radius: 3.05em;
  background-color: #fcff00;
  background-image: url('./../../images/base/base-icn-external-link03.png');
  background-repeat: no-repeat;
  background-position: 1.48em center;
  background-size: auto auto;
  letter-spacing: 0.01em;
  font-size: 1.56rem;
  font-weight: 700;
  color: #000;
}
@media all and (max-width: 750px){
  .linkBase04 {
    height: 3.05em;
    padding: 0.25em 2.5em 0.2em 2.2em;
    border-radius: 3.05em;
    background-position: 1.2em center;
    background-size: 1.0em auto;
    font-size: 1.0rem;
  }
}

.linkBase04.baseArrow01:before {
  right: 0.7em;
  width: 1.7em;
  height: 1.7em;
  border: 0.23em #56c4a2 solid;
  border-radius: 1.7em;
}

.linkBase04.baseArrow01:after {
  right: 1.06em;
  width: 0.25em;
  height: 0.25em;
  border: 0.25em rgba(255,255,255,0) solid;
  border-left: 0.42em #fcff00 solid;
}

.linkBase04 .txtSmall {
  margin-left: 0.5em;
  font-size: 1.2rem;
}
@media all and (max-width: 750px){
  .linkBase04 .txtSmall {
    letter-spacing: normal;
    font-size: 0.9rem;
  }
}


/*##### dlBase01 #####*/
.dlBase01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  min-height: 4.48em;
  padding: 1.0em 0;
  border-bottom: 1px #dfdfdf solid;
}
.boxDlBase01.typeTop .dlBase01 {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .dlBase01 {
    display: block;
    min-height: auto;
    padding: 0.7em 0;
  }
}

.dlBase01:after {
  content: '';
  position: absolute;
  left: calc(13.2% - 2.2%);
  bottom: -1px;
  width: 2.2%;
  height: 1px;
  background-color:#fff;
}
@media all and (max-width: 750px){
  .dlBase01:after {
    content: none;
  }
}

.dlBase01 > dt {
  width: 13.2%;
  padding-left: 1.95em;
  padding-top: 0.15em;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  font-weight: 700;
}
.boxDlBase01.typeTop .dlBase01 > dt {

}
@media all and (max-width: 750px){
  .dlBase01 > dt {
    width: 100%;
    margin-bottom: 0.3em;
    padding-left: 1.0em;
    font-size: 1.0rem;
  }
}

.dlBase01 > dt > span {
  position: relative;
}

.dlBase01 > dt > span:before {
  content: '';
  position: absolute;
  top: 0.6em;
  left: -1.15em;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #e4370c;
}
@media all and (max-width: 750px){
  .dlBase01 > dt > span:before {
    left: -0.8em;
  }
}

.dlBase01 > dt .str2 {
  letter-spacing: 1.2em;
}

.dlBase01 > dd {
  width: calc(100% - 13.2%);
  padding-left: 0.15em;
  line-height: 1.6;
  letter-spacing: 0.12em;
  font-size: 1.0rem;
}
@media all and (max-width: 750px){
  .dlBase01 > dd {
    width: 100%;
    padding-left: 1.15em;
    letter-spacing: 0.1em;
    font-size: 0.9rem;
  }
}


/*##### dlBase02 #####*/
.dlBase02 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  min-height: 5.035em;
  padding: 1.2em 0 1.0em 0;
}
.boxDlBase02.typeTop .dlBase02 {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .dlBase02 {
    display: block;
    min-height: auto;
    padding: 0.7em 0;
  }
}

.dlBase02:before,
.dlBase02:after {
  content: '';
  position: absolute;
  bottom: -1px;
  height: 1px;
  background-color:#ccc;
}
.dlBase02:before {
  left: 0;
  width: calc(178px - 1.5%);
}
.dlBase02:after {
  left: 178px;
  width: calc(100% - 178px);
}
@media all and (max-width: 750px){
  .dlBase02:before {
    width: 100%;
  }
  .dlBase02:after {
    content: none;
  }
}

.dlBase02 > dt {
  width: 178px;
  padding-top: 0.15em;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .dlBase02 > dt {
    width: 100%;
    margin-bottom: 0.3em;
    font-size: 1.0rem;
  }
}

.dlBase02 > dt > span {
  position: relative;
  padding-left: 1.48em;
}
@media all and (max-width: 750px){
  .dlBase02 > dt > span {
    padding-left: 1.4em;
  }
}

.dlBase02 > dt > span:before {
  content: '';
  position: absolute;
  top: 0.48em;
  left: 0.16em;
  width: 0.52em;
  height: 0.52em;
  border-radius: 0.52em;
  background-color: #0081cc;
}
@media all and (max-width: 750px){
  .dlBase02 > dt > span:before {
    top: 0;
    bottom: 0;
    left: 0;/*-0.8em;*/
    margin: auto;
  }
}

.dlBase02 > dt .str2 {
  letter-spacing: 1.2em;
}

.dlBase02 > dd {
  width: calc(100% - 178px);
  padding-top: 0.1em;
  padding-left: 1.2em;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: 1.3rem;
  font-weight: 500;
}
@media all and (max-width: 750px){
  .dlBase02 > dd {
    width: 100%;
    padding-left: 1.6em;/*1.15em;*/
    letter-spacing: 0.1em;
    font-size: 0.9rem;
  }
}


/*##### 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;
}


/*##### 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.51em;
  padding-left: 1.5em;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 1.24rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .ulBase02 > li {
    font-size: 0.9rem;
  }
}

.ulBase02 > li:before {
  content: '';
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 0.66em;
  height: 0.66em;
  border-radius: 0.66em;
  background-color: #0081cc;
}



/*##### 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 {
  margin: 0 0.3em 0 0.15em;
  padding: 0 0.3em 0.1em 0.4em;
  background: linear-gradient(transparent 1%, #fff000 1%);
  font-weight: 500;
  color: #0081cc;
}


.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;
  }
}


/*##### BaseArchiveSearch #####*/
.boxBaseArchiveSearch {
  position: relative;
}

.boxBaseArchiveSearch .boxLinkSearch {
  position: absolute;
  top: -160px;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 800px;
  margin: auto;
}
@media all and (max-width: 750px){
  .boxBaseArchiveSearch .boxLinkSearch {
    top: -45vw;
    width: 100%;
  }
}

.boxBaseArchiveSearch .boxLinkSearch a {
  margin-right: 4%;
}
@media all and (max-width: 750px){
  .boxBaseArchiveSearch .boxLinkSearch a {
    margin-right: 2%;
  }
}

.boxBaseArchiveSearch .boxLinkSearch a:last-child {
  margin-right: 0;
}

.boxBaseArchiveSearch .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media all and (max-width: 750px){
  .boxBaseArchiveSearch .dl01 {
    display: block;
  }
}

.boxBaseArchiveSearch .dl01 > dt {
  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: center;
  align-items: center;
  width: 144px;
  height: auto;
  padding-top: 0.5em;
}
@media all and (max-width: 750px){
  .boxBaseArchiveSearch .dl01 > dt {
    width: 100%;
    margin-bottom: 1.5em;
  }
}

.boxBaseArchiveSearch .dl01 > dt .txtEn {
  line-height: 1.2;
  letter-spacing: normal;
  font-family: var(--base-font-en);
  font-size: 2.2rem;
  font-weight: 700;
  /*color: #e4370c;*/
  color: #0081cc;
}
@media all and (max-width: 750px){
  .boxBaseArchiveSearch .dl01 > dt .txtEn {
    font-size: 1.6rem;
  }
}

.boxBaseArchiveSearch .dl01 > dt .txtJa {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0.2em;
  border-radius: 0.4em;
  background-color: #0081cc;
  /*
  background-image: url('./../../images/base/base-bg-dot02.png');
  background-repeat: repeat;
  background-position: left top;
  background-size: auto auto;
  */
  letter-spacing: 0.08em;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxBaseArchiveSearch .dl01 > dt .txtJa {
    height: 2.3em;
    background-size: 0.5vw auto;
    font-size: 1.4rem;
  }
}

.boxBaseArchiveSearch .dl01 > dd {
  display: block;
  padding-top: 3.15em;
  padding-left: 2.8%;
}
@media all and (max-width: 750px){
  .boxBaseArchiveSearch .dl01 > dd {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}

.boxBaseArchiveSearch .dl02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.8em;
}
.boxBaseArchiveSearch .dl02:last-child {
  margin-bottom: 0;
}

.boxBaseArchiveSearch .dl02 > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100px;
  min-height: 2.5em;
  padding-top: 0.1em;
  border-radius: 0.4em;
  background-color: #3db0f4;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-family: var(--base-font-en);
  font-size: 1.13rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxBaseArchiveSearch .dl02 > dt {
    width: 17vw;
    letter-spacing: 0.08em;
    font-size: 0.9rem;
  }
}

.boxBaseArchiveSearch .dl02 > dd {
  width: calc(100% - 100px);
  padding-top: 0.6em;
  padding-left: 3%;
}
@media all and (max-width: 750px){
  .boxBaseArchiveSearch .dl02 > dd {
    width: calc(100% - 17vw);
    padding-top: 0;
  }
}

.boxBaseArchiveSearch .dl02 > dd .ul01 {
  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;
}

.boxBaseArchiveSearch .dl02 > dd .ul01 > li {
  margin-bottom: 0.6em;
  margin-right: 3%;
  letter-spacing: 0.1em;
  font-size: 1.13rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxBaseArchiveSearch .dl02 > dd .ul01 > li {
    margin-bottom: 0.3em;
    letter-spacing: 0.08em;
    font-size: 0.9rem;
  }
}

.boxBaseArchiveSearch .dl02 > dd .ul01 > li:last-child {
  margin-right: 0;
}

.boxBaseArchiveSearch .dl02 > dd .ul01 > li label input:checked + span {
  color: #e5381a;
}


.boxBaseSingleBackLink01 {
  text-align: center;
}

.boxBaseSingleBackLink01 a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 14.8em;
  height: 2.85em;
  margin: -2.15em auto 0 auto;
  padding-top: 0.05em;
  padding-left: 0.2em;
  border-radius: 2.85em;
  background-color: #6f6f6f;
  background-image: url('./../../images/base/base-icn-arrow07.png');
  background-repeat: no-repeat;
  background-position: 6.5% calc(50% + 0.05em);
  background-size: auto auto;
  letter-spacing: 0.12em;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxBaseSingleBackLink01 a {
    width: 9.0em;
    height: 2.2em;
    margin: -1.7em auto 0 auto;
    padding-top: 0;
    padding-left: 0.7em;
    border-radius: 2.2em;
    background-size: 3.8vw auto;
    font-size: 1.0rem;
  }
}


/*##### boxBaseLayoutCol2 #####*/
.boxBaseLayoutCol2LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media all and (max-width: 750px){
  .boxBaseLayoutCol2LR {
    -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;
  }
}

@media all and (max-width: 750px){
  .boxBaseLayoutCol2L {
    width: 100%;
    margin-bottom: 1.0em;
  }
  .boxBaseLayoutCol2LR.typeSpReverse .boxBaseLayoutCol2L {
    -webkit-order: 2;
    order: 2;
    margin-bottom: 0;
  }
}

@media all and (max-width: 750px){
  .boxBaseLayoutCol2R {
    width: 100%;
  }
  .boxBaseLayoutCol2LR.typeSpReverse .boxBaseLayoutCol2R {
    -webkit-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 1.0em;
  }
}


/*##### boxBaseFullWidth01 #####*/
.boxBaseFullWidth01 {
  position: relative;
  width: 138%;
  margin-left: -19%;
  padding-top: 7.1em;
  padding-bottom: 7.1em;
}
.boxBaseFullWidth01.typeTopPadding0 {
  padding-top: 0;
}
@media all and (max-width: 1850px){
  .boxBaseFullWidth01 {
    width: 130%;
    margin-left: -15%;
  }
}
@media all and (max-width: 1750px){
  .boxBaseFullWidth01 {
    width: 122%;
    margin-left: -11%;
  }
}
@media all and (max-width: 1650px){
  .boxBaseFullWidth01 {
    width: 114%;
    margin-left: -7%;
  }
}
@media all and (max-width: 1550px){
  .boxBaseFullWidth01 {
    width: 106%;
    margin-left: -3%;
  }
}
@media all and (max-width: 1450px){
  .boxBaseFullWidth01 {
    width: auto;
    margin-left: 0;
  }
}
@media all and (max-width: 750px){
  .boxBaseFullWidth01 {
    padding-top: 3.0em;
    padding-bottom: 3.0em;
  }
}

.boxBaseFullWidth01In {
  position: relative;
  z-index: 2;
}

.boxBaseFullWidth01Bg {
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
}


/*##### baseArrow01 #####*/
.baseArrow01 {
  position: relative;
}

.baseArrow01:before,
.baseArrow01:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.baseArrow01:before {
  right: 0.3em;
  width: 1.9em;
  height: 1.9em;
  border: 0.3em #8ad6f0 solid;
  border-radius: 1.9em;
  background-color: #16ade1;
}
.baseArrow01:after {
  right: 0.8em;
  width: 0.25em;
  height: 0.25em;
  border: 0.25em rgba(255,255,255,0) solid;
  border-left: 0.45em #fff solid;
}


/*##### 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;
  }
}
