@charset "utf-8";

.boxIndexTopWrap {
  position: relative;
}
html.typeScroll .boxIndexTopWrap {
  margin-top: 64vh;
}
@media all and (max-width: 640px){
  html.typeScroll .boxIndexTopWrap {
    margin-top: 40vh;
  }
}

.boxIndexTopWrap .boxChkMarginTop {
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 64vh;
}
@media all and (max-width: 640px){
  .boxIndexTopWrap .boxChkMarginTop {
    height: 40vh;
  }
}

.boxIndexTop .boxStep01 {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100vh;/*100%;*/
  padding-top: 5.2vh;
  padding-left: 0.3vw;
  background-image: url('./../../images/index/index-top-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  opacity: 1;
  animation: aniFadein01 0.5s linear normal forwards;
}
html.typeScroll .boxIndexTop .boxStep01 {
  animation: aniFadeout01 0.5s linear normal forwards;
}
@media all and (max-width: 640px){
  .boxIndexTop .boxStep01 {
    height: 172vw;
    padding-top: 0;
    padding-bottom: 10vh;
    padding-left: 0;
    background-image: url('./../../images/index/index-top-bg01-sp.jpg');
    background-position: center top;
  }
}

.boxIndexTop .boxStep01 .txt01IndexTop {
  width: 814px;/*42.4vw;*/
  min-width: 550px;
}
@media all and (max-width: 1120px){
  .boxIndexTop .boxStep01 .txt01IndexTop {
    width: 71.7vw;
  }
}
@media all and (max-width: 640px){
  .boxIndexTop .boxStep01 .txt01IndexTop {
    width: 98%;
    min-width: auto;
  }
}

.boxIndexTop .boxStep02 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1120px;
  height: 100vh;
  /*background-color: #ccc;*/
  background-image: url('./../../images/index/index-top-bg02.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*opacity: 0;*/
}
html.typeScroll .boxIndexTop .boxStep02 {
  animation: aniFadein01 0.3s linear normal forwards;
}
@media all and (max-width: 1310px){
  .boxIndexTop .boxStep02 {
    background-position: calc(50% + 120px) center;
    background-position: center center;/*-330px center;*/
  }
}
@media all and (max-width: 640px){
  .boxIndexTop .boxStep02 {
    min-width: auto;
    background-position: right top;
  }
}

@media all and (max-width: 640px){
  .boxIndexTop .boxStep02:not(.chgBg):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('./../../images/index/index-top-bg02.jpg');
    background-repeat: no-repeat;
    background-position: 18% top;
    background-size: cover;
    animation: aniFadeout01 0.3s linear normal forwards;
  }
  .boxIndexTop .boxStep02.chgBg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('./../../images/index/index-top-bg02.jpg');
    background-repeat: no-repeat;
    background-position: 18% top;
    background-size: cover;
    animation: aniFadein01 0.3s linear normal forwards;
  }
}

.boxIndexTop .boxStep03 {
  position: relative;
  z-index: 3;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 100vh;
  min-height: 800px;
  padding-left: 61.45%;
  color: #fff;
  opacity: 0;
}
html.typeScroll .boxIndexTop .boxStep03 {
  animation: aniFadein01 0.3s linear normal forwards;
}
@media all and (max-width: 640px){
  .boxIndexTop .boxStep03 {
    height: 200vw;/*156vw;*//*132vw;*//*85vh;*/
    min-height: auto;
    padding-left: 4%;
    padding-right: 4%;
  }
}

.boxIndexTop .boxStep03 .ttl01 {
  margin-bottom: 1.22em;
  line-height: 1.397;
  letter-spacing: 0.18em;
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxIndexTop .boxStep03 .ttl01 {
    font-size: 1.4rem;
  }
}

.boxIndexTop .boxStep03 .boxStep03Com > p {
  line-height: 1.815;
  letter-spacing: 0.125em;
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
}
.boxIndexTop .boxStep03 .boxStep03Com > p.aniWait2 {
  opacity: 0;
  transform: translateY(1em);
}
.boxIndexTop .boxStep03 .boxStep03Com > p.aniWait2.active {
  animation: baseAniUpFadein 0.5s linear normal forwards;
}
@media all and (max-width: 640px){
  .boxIndexTop .boxStep03 .boxStep03Com > p {
    line-height: 2;
    letter-spacing: 0.06em;
    font-size: 0.85rem;
  }
}

.boxIndexTop .boxStep03 .boxStep03Com > p + p {
  margin-top: 1.85em;
}
@media all and (max-width: 640px){
  .boxIndexTop .boxStep03 .boxStep03Com > p + p {
    margin-top: 1.1em;
  }
}

.boxIndexTopScroll {
  position: fixed;/*absolute;*/
  z-index: 3;
  bottom: 1.0em;/*calc(-177px / 2);*/
  right: 12.0%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 177px;
  height: 177px;
  border: 1px #fff solid;
  border-radius: 177px;
}
@media all and (max-width: 640px){
  .boxIndexTopScroll {
    bottom: 3vh;
    right: 0;
    left: 0;
    width: 23.6vw;
    height: 23.6vw;
    margin: auto;
    border-radius: 23.6vw;
  }
}

.boxIndexTopScroll > span {
  position: relative;
  left: -0.05em;
  letter-spacing: 0.17em;
  font-family: var(--base-font-en);
  font-size: 0.9rem;
  font-style: italic;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxIndexTopScroll > span {
    letter-spacing: 0.1em;
    font-size: 0.6rem;
  }
}

.boxIndexTopScroll > span:after {
  content: '';
  position: absolute;
  bottom: -4.25em;
  left: 0;
  right: 0;
  width: 1.6em;
  margin: auto;
  background-image: url('./../../images/index/index-top-icn-scroll.svg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  aspect-ratio: 1 / 2;
  /*animation: baseAniScrollDown 0.8s ease-in infinite alternate;*/
  animation: baseAniScrollDown02 2s linear infinite normal;
}
@media all and (max-width: 640px){
  .boxIndexTopScroll > span:after {
    bottom: -3.25em;
    width: 1.4em;
  }
}

.boxIndex01Wrap {
  position: relative;
  z-index: 2;
  padding-bottom: 9.8em;
  background-color: #191724;
  background-image: url('./../../images/index/index01-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxIndex01Wrap {
    padding-bottom: 2.5em;
  }
}

.boxIndex01 .boxTtl {
  padding-top: 6.86em;
  min-height: 312px;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxIndex01 .boxTtl {
    padding-top: 3.07em;
    padding-bottom: 2.5em;/*1.5em;*/
    min-height: auto;/*48.6vw;*/
  }
}

.boxIndex01 .boxTtl .ttl01 {
  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: 0.7em;
}
.boxIndex01 .boxTtl .ttl01.aniWait {
  transform: translateX(-100%);
  opacity: 0;
}
.boxIndex01 .boxTtl .ttl01.aniWait.active {
  animation: baseAniSlideInFromLeft 0.5s linear forwards normal;
}
@media all and (max-width: 640px){
  .boxIndex01 .boxTtl .ttl01 {
    margin-bottom: 0.3em;
  }
}

.boxIndex01 .boxTtl .ttl01 .ttlJa {
  position: relative;
  top: -0.04em;
  padding-left: 9.35em;/*238px;*/
  letter-spacing: 0.05em;
  font-size: 1.82rem;
  font-style: italic;
  font-weight: 700;
  color: #f9c437;
}
@media all and (max-width: 640px){
  .boxIndex01 .boxTtl .ttl01 .ttlJa {
    margin-bottom: 0.5em;
    padding-left: 10.0em;/*10.45em;*/
    letter-spacing: 0.037em;
    font-size: 0.9rem;
  }
}

.boxIndex01 .boxTtl .ttl01 .ttlJa:before {
  content: '';
  position: absolute;
  top: 0.05em;
  left: 0.9em;
  width: 7.35em;
  background-image: url('./../../images/index/index01-icn-ttl01-l.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  aspect-ratio: 4 / 1;
}
@media all and (max-width: 640px){
  .boxIndex01 .boxTtl .ttl01 .ttlJa:before {
    top: 0.08em;
    left: 2.2em;
    width: 7.1em;
  }
}

.boxIndex01 .boxTtl .ttl01 .ttlJa .txt01 {
  color: #fff;
}

.boxIndex01 .boxTtl .ttl01 .ttlJa .txtSmall {
  margin-left: -0.03em;
  font-size: 1.7rem;
}
@media all and (max-width: 640px){
  .boxIndex01 .boxTtl .ttl01 .ttlJa .txtSmall {
    font-size: 0.78rem;
  }
}

.boxIndex01 .boxTtl .ttl01 .ttlJa .txtLarge {
  position: relative;
  top: 0.09em;
  line-height: 1.0;
  font-size: 2.3rem;
}
@media all and (max-width: 640px){
  .boxIndex01 .boxTtl .ttl01 .ttlJa .txtLarge {
    font-size: 1.1rem;
  }
}

.boxIndex01 .boxTtl .ttl01 .ttlEn {
  position: relative;
  line-height: 1.07;
  letter-spacing: 0.038em;
  font-family: var(--base-font-en);
  font-size: 6.9rem;
  font-style: italic;
}
@media all and (max-width: 640px){
  .boxIndex01 .boxTtl .ttl01 .ttlEn {
    padding-left: 0.36em;
    line-height: 1.065;
    letter-spacing: 0.047em;
    font-size: 3.3rem;
  }
}

.boxIndex01 .boxTtl .ttl01 .ttlEn:after {
  content: '';
  position: absolute;
  top: 0.18em;
  right: -1.29em;
  width: 1.09em;
  background-image: url('./../../images/index/index01-icn-ttl01-r.svg');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
  aspect-ratio: 4 / 2.7;
}
@media all and (max-width: 640px){
  .boxIndex01 .boxTtl .ttl01 .ttlEn:after {
    right: -1.27em;
    width: 1.1em;
  }
}

.boxIndex01 .boxTtl .p01 {
  padding-left: 0.18em;
  letter-spacing: 0.08em;
  font-size: 1.3rem;
}
@media all and (max-width: 640px){
  .boxIndex01 .boxTtl .p01 {
    padding-left: 1.58em;
    line-height: 1.7;
    letter-spacing: 0.09em;
    font-size: 0.76rem;
  }
}

.boxIndex01 .boxCsnkSliderHorizontal01Wrap {
  background-color: #fff;
}

.boxIndex01 .boxCsnkSliderHorizontal01 {
  width: 1450px;
  height: 611px;
}
@media all and (max-width: 1500px){
  .boxIndex01 .boxCsnkSliderHorizontal01 {
    width: 98%;
    height: 611px;
  }
}
@media all and (max-width: 640px){
  .boxIndex01 .boxCsnkSliderHorizontal01 {
    overflow: visible;
    width: 100%;/*98%;*/
    height: calc(95vw + 88vw);
  }
}

.boxIndex01 .boxCsnkSliderHorizontal01 .slider {
  min-width: 100%;
}

.boxIndex01 .boxCsnkSliderHorizontal01 .slider .slides > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 1200px;
  border-left: 8px #191724 solid;
  border-right: 8px #191724 solid;
  background-color: #fff;
}
@media all and (max-width: 640px){
  .boxIndex01 .boxCsnkSliderHorizontal01 .slider .slides > li {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-left: 0;/*1vw #191724 solid;*/
    border-right: 0;/*1vw #191724 solid;*/
  }
}

.boxIndex01 .boxCsnkSliderHorizontal01 .slider .slides > li .boxTxt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 100%;
  background-color: #f2f2fe;
}
@media all and (max-width: 640px){
  .boxIndex01 .boxCsnkSliderHorizontal01 .slider .slides > li .boxTxt {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 95vw;/*88vw;*/
  }
}

.boxIndex01 .boxCsnkSliderHorizontal01 .slider .slides > li .boxTxtIn {
  padding: 3.4em 5% 2.0em 7%;
  text-align: left;
}
@media all and (max-width: 640px){
  .boxIndex01 .boxCsnkSliderHorizontal01 .slider .slides > li .boxTxtIn {
    padding: 1.88em 2% 2.0em 4%;
  }
}

.boxIndex01 .boxCsnkSliderHorizontal01 .slider .slides > li .boxTxtIn .ttl01 {
  margin-bottom: 1.22em;
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 700;
  /*color: #111;*/
}
@media all and (max-width: 1500px){
  .boxIndex01 .boxCsnkSliderHorizontal01 .slider .slides > li .boxTxtIn .ttl01 {
    font-size: 2.28vw;
  }
}
@media all and (max-width: 1136px){
  .boxIndex01 .boxCsnkSliderHorizontal01 .slider .slides > li .boxTxtIn .ttl01 {
    font-size: 1.85rem;
  }
}
@media all and (max-width: 640px){
  .boxIndex01 .boxCsnkSliderHorizontal01 .slider .slides > li .boxTxtIn .ttl01 {
    margin-bottom: 1.0em;
    font-size: 1.17rem;/*1.47rem;*/
  }
}

.boxIndex01 .boxCsnkSliderHorizontal01 .slider .slides > li .boxTxtIn .ttl01 > .txt01 {
  border-bottom: 4px #595bd3 solid;
  letter-spacing: 0.09em;
}

.boxIndex01 .boxCsnkSliderHorizontal01 .slider .slides > li .boxTxtIn .ttl01 > .txt01 .txtLarge {
  font-size: 2.8rem;
  color: #595bd3;
}
@media all and (max-width: 1500px){
  .boxIndex01 .boxCsnkSliderHorizontal01 .slider .slides > li .boxTxtIn .ttl01 > .txt01 .txtLarge {
    font-size: 2.61vw;
  }
}
@media all and (max-width: 1136px){
  .boxIndex01 .boxCsnkSliderHorizontal01 .slider .slides > li .boxTxtIn .ttl01 > .txt01 .txtLarge {
    font-size: 2.12rem;
  }
}
@media all and (max-width: 640px){
  .boxIndex01 .boxCsnkSliderHorizontal01 .slider .slides > li .boxTxtIn .ttl01 > .txt01 .txtLarge {
    font-size: 1.4rem;/*1.7rem;*/
  }
}

.boxIndex01 .boxCsnkSliderHorizontal01 .slider .slides > li .boxTxtIn .boxBaseCom > p {
  line-height: 1.64;
  letter-spacing: 0.125em;
  font-size: 1.24rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxIndex01 .boxCsnkSliderHorizontal01 .slider .slides > li .boxTxtIn .boxBaseCom > p {
    line-height: 1.58;
    letter-spacing: 0.16em;
    font-size: 0.75rem;
  }
}

.boxIndex01 .boxCsnkSliderHorizontal01 .slider .slides > li .boxTxtIn .boxBaseCom > p + p {
  margin-top: 1.55em;
}

.boxIndex01 .boxCsnkSliderHorizontal01 .slider .slides > li .boxImg {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 100%;
}
@media all and (max-width: 640px){
  .boxIndex01 .boxCsnkSliderHorizontal01 .slider .slides > li .boxImg {
    overflow: hidden;
    width: 100%;
    height: 88vw;
  }
}

.boxIndex01 .boxCsnkSliderHorizontal01 .slider .slides > li .boxImg img {
  width: 83%;
  max-width: 561px;
}
@media all and (max-width: 640px){
  .boxIndex01 .boxCsnkSliderHorizontal01 .slider .slides > li .boxImg img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

.boxIndex01 .boxCsnkSliderHorizontal01 .ulSlideNavi {
  bottom: -2.95em;
}
@media all and (max-width: 640px){
  .boxIndex01 .boxCsnkSliderHorizontal01 .ulSlideNavi {
    bottom: 46.5%;
    left: auto;
    right: -6%;
    transform: translateY(-50%) rotate(90deg);
  }
}

.boxIndex01 .boxCsnkSliderHorizontal01.typeCircle .ulSlideNavi > li {
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0 1.27em;
  border-radius: 15px;
  background-color: #78799d;
}
@media all and (max-width: 640px){
  .boxIndex01 .boxCsnkSliderHorizontal01.typeCircle .ulSlideNavi > li {
    width: 2.5vw;
    height: 2.5vw;
    margin: 0 0.5em;
    border-radius: 2.5vw;
  }
}

@media all and (max-width: 640px){
  .boxIndex01 .boxCsnkSliderHorizontal01.typeCircle .ulSlideNavi > li.current {
    background-color: #191724;
  }
}

.boxIndex01 .boxCsnkSliderHorizontal01.typeCircle .ulSlideNavi > li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2.24em;
  width: 1.96em;
  height: 1px;
  margin: auto;
  background-color: #78799d;
}
@media all and (max-width: 640px){
  .boxIndex01 .boxCsnkSliderHorizontal01.typeCircle .ulSlideNavi > li:not(:last-child):after {
    right: -0.8em;
    width: 0.6em;
  }
}

.boxIndex01 .boxCsnkSliderHorizontal01 .sliderNaviPrev,
.boxIndex01 .boxCsnkSliderHorizontal01 .sliderNaviNext {
  width: 112px;
  height: auto;
  margin: auto;
  padding: 0;
  border-radius: 50%;
  line-height: 1.0;
  aspect-ratio: 1 / 1;
}
.boxIndex01 .boxCsnkSliderHorizontal01 .sliderNaviPrev {
  left: -3.8%;
}
.boxIndex01 .boxCsnkSliderHorizontal01 .sliderNaviNext {
  right: -3.8%;
}
@media all and (max-width: 1500px){
  .boxIndex01 .boxCsnkSliderHorizontal01 .sliderNaviPrev,
  .boxIndex01 .boxCsnkSliderHorizontal01 .sliderNaviNext {
    width: 6vw;
  }
  .boxIndex01 .boxCsnkSliderHorizontal01 .sliderNaviPrev {
    left: -2.8%;
  }
  .boxIndex01 .boxCsnkSliderHorizontal01 .sliderNaviNext {
    right: -2.8%;
  }
}
@media all and (max-width: 1136px){
  .boxIndex01 .boxCsnkSliderHorizontal01 .sliderNaviPrev,
  .boxIndex01 .boxCsnkSliderHorizontal01 .sliderNaviNext {
    width: 68px;
  }
  .boxIndex01 .boxCsnkSliderHorizontal01 .sliderNaviPrev {
    left: -2.8%;
  }
  .boxIndex01 .boxCsnkSliderHorizontal01 .sliderNaviNext {
    right: -2.8%;
  }
}
@media all and (max-width: 640px){
  .boxIndex01 .boxCsnkSliderHorizontal01 .sliderNaviPrev,
  .boxIndex01 .boxCsnkSliderHorizontal01 .sliderNaviNext {
    top: auto;
    bottom: -2.0em;
    width: 12vw;/*1px;*/
    height: 12vw;/*1px;*/
    /*opacity: 0;*/
  }
  .boxIndex01 .boxCsnkSliderHorizontal01 .sliderNaviPrev {
    left: auto;
    right: 15%;
  }
  .boxIndex01 .boxCsnkSliderHorizontal01 .sliderNaviNext {
    right: 2%;
  }
}

.boxIndex02Wrap {
  padding-top: 5.8em;
  background-image: url('./../../images/base/base-bg-dot01.png');
  background-repeat: repeat;
  background-position: left top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxIndex02Wrap {
    padding-top: 3.0em;
  }
}

.boxIndex02 .ttlBase01.aniWait {
  opacity: 0;
  transform: translateY(2em);
}
.boxIndex02 .ttlBase01.aniWait.active {
  animation: baseAniUpFadein02 0.5s linear normal forwards;
}

.boxIndex0201 .boxCont01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 1.2em;
}
.boxIndex0201 .boxCont01.typeReverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.boxIndex0201 .boxCont01:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 640px){
  .boxIndex0201 .boxCont01 {
    display: block;
    margin-bottom: 0.6em;
  }
}

.boxIndex0201 .boxCont01L {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 49.4%;
  margin-right: calc(100% - 49.4% * 2);
}
.boxIndex0201 .boxCont01.typeReverse .boxCont01L {
  margin-left: calc(100% - 49.4% * 2);
  margin-right: 0;
}
@media all and (max-width: 640px){
  .boxIndex0201 .boxCont01L {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.6em;
  }
  .boxIndex0201 .boxCont01.typeReverse .boxCont01L {
    margin-left: 0;
  }
}

.boxIndex0201 .boxCont01LOne {
  overflow: hidden;
  width: 48.7%;
  margin-right: calc(100% - 48.7% * 2);
  /*aspect-ratio: 72 / 67;*/
}
.boxIndex0201 .boxCont01LOne:nth-child(1),
.boxIndex0201 .boxCont01LOne:nth-child(2) {
  margin-bottom: 1.1em;
}
.boxIndex0201 .boxCont01LOne:nth-child(2n) {
  margin-right: 0;
}
.boxIndex0201 .boxCont01LOne.typeCol1 {
  width: 100%;
  margin-right: 0;
}
.boxIndex0201 .boxCont01 .boxCont01L.aniWait .boxCont01LOne {
  opacity: 0;
}
.boxIndex0201 .boxCont01:not(.typeReverse) .boxCont01L.aniWait.active .boxCont01LOne:nth-child(1) {
  animation: aniFadein01 0.5s linear normal forwards;
}
.boxIndex0201 .boxCont01:not(.typeReverse) .boxCont01L.aniWait.active .boxCont01LOne:nth-child(2) {
  animation: aniFadein01 0.5s linear normal 0.2s forwards;
}
.boxIndex0201 .boxCont01:not(.typeReverse) .boxCont01L.aniWait.active .boxCont01LOne:nth-child(3) {
  animation: aniFadein01 0.5s linear normal 0.4s forwards;
}
.boxIndex0201 .boxCont01:not(.typeReverse) .boxCont01L.aniWait.active .boxCont01LOne:nth-child(4) {
  animation: aniFadein01 0.5s linear normal 0.6s forwards;
}
.boxIndex0201 .boxCont01.typeReverse .boxCont01L.aniWait.active .boxCont01LOne:nth-child(1) {
  animation: aniFadein01 0.5s linear normal 0.2s forwards;
}
.boxIndex0201 .boxCont01.typeReverse .boxCont01L.aniWait.active .boxCont01LOne:nth-child(2) {
  animation: aniFadein01 0.5s linear normal 0.4s forwards;
}
.boxIndex0201 .boxCont01.typeReverse .boxCont01L.aniWait.active .boxCont01LOne:nth-child(3) {
  animation: aniFadein01 0.5s linear normal 0.6s forwards;
}
.boxIndex0201 .boxCont01.typeReverse .boxCont01L.aniWait.active .boxCont01LOne:nth-child(4) {
  animation: aniFadein01 0.5s linear normal 0.8s forwards;
}
@media all and (max-width: 640px){
  .boxIndex0201 .boxCont01LOne:nth-child(1),
  .boxIndex0201 .boxCont01LOne:nth-child(2) {
    margin-bottom: 0.6em;
  }
  .boxIndex0201 .boxCont01.typeReverse .boxCont01L.aniWait.active .boxCont01LOne:nth-child(1) {
    animation: aniFadein01 0.5s linear normal forwards;
  }
  .boxIndex0201 .boxCont01.typeReverse .boxCont01L.aniWait.active .boxCont01LOne:nth-child(2) {
    animation: aniFadein01 0.5s linear normal 0.2s forwards;
  }
  .boxIndex0201 .boxCont01.typeReverse .boxCont01L.aniWait.active .boxCont01LOne:nth-child(3) {
    animation: aniFadein01 0.5s linear normal 0.4s forwards;
  }
  .boxIndex0201 .boxCont01.typeReverse .boxCont01L.aniWait.active .boxCont01LOne:nth-child(4) {
    animation: aniFadein01 0.5s linear normal 0.6s forwards;
  }
}

.boxIndex0201 .boxCont01LOne img {
  width: 100%;
  height: auto;/*100%;*/
  object-fit: cover;
  object-position: center center;
}

.boxIndex0201 .boxCont01R {
  overflow: hidden;
  width: 49.4%;
  aspect-ratio: 74 / 69;/*1 / 0.933;*/
}
.boxIndex0201 .boxCont01R.aniWait {
  opacity: 0;
}
.boxIndex0201 .boxCont01:not(.typeReverse) .boxCont01R.aniWait.active {
  animation: aniFadein01 0.5s linear normal 0.8s forwards;
}
.boxIndex0201 .boxCont01:not(.typeReverse) .boxCont01R.typeAniAfter6s.aniWait.active {
  animation: aniFadein01 0.5s linear normal 0.6s forwards;
}
.boxIndex0201 .boxCont01.typeReverse .boxCont01R.aniWait.active {
  animation: aniFadein01 0.5s linear normal forwards;
}
@media all and (max-width: 640px){
  .boxIndex0201 .boxCont01R {
    width: 100%;
  }
  .boxIndex0201 .boxCont01R.aniWait {
    opacity: 1;
  }
  .boxIndex0201 .boxCont01.aniWait .boxCont01R {
    opacity: 0;
  }
  .boxIndex0201 .boxCont01.aniWait.active:not(.typeReverse) .boxCont01R {
    animation: aniFadein01 0.5s linear normal 0.8s forwards;
  }
  .boxIndex0201 .boxCont01.aniWait.active:not(.typeReverse) .boxCont01R.typeAniAfter6s {
    animation: aniFadein01 0.5s linear normal 0.8s forwards;
  }
  .boxIndex0201 .boxCont01.aniWait.active.typeReverse .boxCont01R {
    animation: aniFadein01 0.5s linear normal 0.8s forwards;
  }
}

.boxIndex0201 .boxCont01R img {
  width: 100%;
  height: auto;/*100%;*/
  object-fit: cover;
  object-position: center center;
}

.boxIndex0201 .boxCont02 {
  padding: 3.2em 5.9% 4.1em 5.9%;
  background-color: #fff;
}
@media all and (max-width: 640px){
  .boxIndex0201 .boxCont02 {
    position: relative;
    padding: 2.5em 5.9% 2.0em 5.9%;
  }
}

@media all and (max-width: 640px){
  .boxIndex0201 .boxCont02:after {
    content: '⇔ スクロール ⇔';
    position: absolute;
    right: 10%;
    bottom: 2.5em;
    font-size: 0.9rem;
    animation: baseAniScrollRight 0.8s ease-in infinite alternate;
  }
}

.boxIndex0201 .boxCont02 .ttl02 {
  margin-bottom: 1.38em;
  padding-right: 0.1em;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #595bd3;
}
@media all and (max-width: 640px){
  .boxIndex0201 .boxCont02 .ttl02 {
    padding-right: 0;
    font-size: 1.4rem;
  }
}

.boxIndex0201 .boxCont02 .ttl02 .txt01 {
  letter-spacing: 0.03em;
  font-size: 1.7rem;
}
@media all and (max-width: 640px){
  .boxIndex0201 .boxCont02 .ttl02 .txt01 {
    font-size: 1.4rem;
  }
}

.boxIndex0201 .boxCont02 .ttl02 .txt01 .txtLarge {
  line-height: 1.0;
  letter-spacing: 0.07em;
  font-size: 1.9rem;
  color: #383987;
}

.boxIndex0201 .boxCont02 .ttl02 .txt02 {
  margin-left: 0.15em;
  letter-spacing: 0.03em;
  font-size: 2rem;
}
@media all and (max-width: 640px){
  .boxIndex0201 .boxCont02 .ttl02 .txt02 {
    margin-left: 0;
    font-size: 1.6rem;
  }
}

@media all and (max-width: 640px){
  .boxIndex0201 .boxCont02 .boxSpScroll {
    position: relative;
    z-index: 2;
    overflow: auto;
    padding-bottom: 1.0em;
  }
}

.boxIndex0201 .boxCont02In {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media all and (max-width: 640px){
  .boxIndex0201 .boxCont02In {
    width: 256vw;
  }
}

.boxIndex0201 .boxCont02InOne {
  width: 30.8%;
  margin-right: calc((100% - 30.8% * 3) / 2);
  /*background-color: #fff;*/
}
.boxIndex0201 .boxCont02InOne:nth-child(3n) {
  margin-right: 0;
}

.boxIndex0201 .boxCont02InOne .ttl03 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 1.62em;
  padding: 0.2em 0 0 0.15em;
  background-color: #191724;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 1.85rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxIndex0201 .boxCont02InOne .ttl03 {
    height: 2.0em;
    font-size: 1.2rem;
  }
}

.boxIndex0201 .boxCont02InOne .boxContA {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1.49em 0.3em 1.49em 0;
}

.boxIndex0201 .boxCont02InOne .boxContA .span01 {
  width: 75px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxIndex0201 .boxCont02InOne .boxContA .span01 {
    width: 13vw;
  }
}

@media all and (max-width: 640px){
  .boxIndex0201 .boxCont02InOne .boxContA .span01 img {
    width: 90%;
  }
}

.boxIndex0201 .boxCont02InOne .boxContA .span02 {
  position: relative;
  top: -0.1em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 3.05em;
  height: 2.85em;
  margin-right: 0.2em;
  margin-left: 0.2em;
  border-radius: 5px;
  background-color: #383987;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxIndex0201 .boxCont02InOne .boxContA .span02 {
    margin-right: 0.5em;
    margin-left: 0.5em;
    font-size: 1.0rem;
  }
}

.boxIndex0201 .boxCont02InOne .boxContA .span02 > span {
  position: relative;
  top: 0.15em;
  letter-spacing: 0.08em;
}
@media all and (max-width: 640px){
  .boxIndex0201 .boxCont02InOne .boxContA .span02 > span {
    top: 0.1em;
  }
}

.boxIndex0201 .boxCont02InOne .boxContA .span03 {
  line-height: 1.0;
  letter-spacing: -0.02em;
  font-family: var(--base-font-en);
  font-size: 5.7rem;
  color: #383987;
}
@media all and (max-width: 640px){
  .boxIndex0201 .boxCont02InOne .boxContA .span03 {
    font-size: 3.7rem;
  }
}

.boxIndex0201 .boxCont02InOne .boxContA .span04 {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  position: relative;
  top: 0.25em;
  left: 0.12em;
  line-height: 1.0;
  letter-spacing: 0.14em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #595bd3;
}
@media all and (max-width: 640px){
  .boxIndex0201 .boxCont02InOne .boxContA .span04 {
    top: 0.1em;
    font-size: 1.2rem;
  }
}

.boxIndex0201 .boxCont02InOne .boxContB {
  min-height: 11.3em;
  padding: 1.75em 0.5em 0 1.0em;
  background-color: #f4f4ff;
}
@media all and (max-width: 640px){
  .boxIndex0201 .boxCont02InOne .boxContB {
    min-height: 9.5em;
  }
}

.boxIndex0201 .boxCont02InOne .boxContB .ttl04 {
  min-height: 1.8em;
  margin-bottom: 0.4em;
  padding-right: 0.3em;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #383987;
}
.boxIndex0201 .boxCont02InOne .boxContB .ttl04.typeNum {
  position: relative;
  top: -0.44em;
}
@media all and (max-width: 640px){
  .boxIndex0201 .boxCont02InOne .boxContB .ttl04 {
    font-size: 1.1rem;
  }
}

.boxIndex0201 .boxCont02InOne .boxContB .ttl04 .txtNum {
  position: relative;
  top: 0.07em;
  line-height: 1.0;
  font-family: var(--base-font-en);
  font-size: 2.8rem;
}
@media all and (max-width: 640px){
  .boxIndex0201 .boxCont02InOne .boxContB .ttl04 .txtNum {
    font-size: 2.0rem;
  }
}

.boxIndex0201 .boxCont02InOne .boxContB .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0.55em;
}

.boxIndex0201 .boxCont02InOne .boxContB .dl01 > dt {
  position: relative;
  width: calc(100% - 85px);
  padding-left: 1.2em;
  font-size: 1.3rem;
  font-weight: 700;
}
.boxIndex0201 .boxCont02InOne .boxContB .dl01.typeThreeDigits > dt {
  width: calc(100% - 98px);
}
@media all and (max-width: 640px){
  .boxIndex0201 .boxCont02InOne .boxContB .dl01 > dt {
    width: calc(100% - 25vw);
    font-size: 1.0rem;
  }
  .boxIndex0201 .boxCont02InOne .boxContB .dl01.typeThreeDigits > dt {
    width: calc(100% - 28.1vw);
  }
}

.boxIndex0201 .boxCont02InOne .boxContB .dl01 > dt:before {
  content: '';
  position: absolute;
  top: 0.55em;
  left: 0.35em;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #595bd3;
}

.boxIndex0201 .boxCont02InOne .boxContB .dl01 > dt:after {
  content: '';
  position: absolute;
  top: 0.7em;
  right: 0;
  width: calc(100% - 3.0em);
  height: 1px;
  background-color: #d7d7ff;
}

.boxIndex0201 .boxCont02InOne .boxContB .dl01 > dt > span {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 3.0em;
  padding-right: 0.5em;
  letter-spacing: 0.4em;
  background-color: #f4f4ff;
}

.boxIndex0201 .boxCont02InOne .boxContB .dl01 > dt .txtCaution {
  position: relative;
  left: -0.2em;
  letter-spacing: 0.01em;
  font-size: 1.13rem;
}
@media all and (max-width: 640px){
  .boxIndex0201 .boxCont02InOne .boxContB .dl01 > dt .txtCaution {
    position: relative;
    left: -0.2em;
    letter-spacing: 0.01em;
    font-size: 0.8rem;
  }
}

.boxIndex0201 .boxCont02InOne .boxContB .dl01 > dd {
  width: 85px;
  padding-left: 0.8em;
  font-weight: 700;
}
.boxIndex0201 .boxCont02InOne .boxContB .dl01.typeThreeDigits > dd {
  width: 98px;
}
@media all and (max-width: 640px){
  .boxIndex0201 .boxCont02InOne .boxContB .dl01 > dd {
    width: 25vw;
  }
  .boxIndex0201 .boxCont02InOne .boxContB .dl01.typeThreeDigits > dd {
    width: 28.1vw;
  }
}

.boxIndex0201 .boxCont02InOne .boxContB .dl01 > dd .txtNum {
  line-height: 1.0;
  font-size: 1.7rem;
  color: #595bd3;
}
@media all and (max-width: 640px){
  .boxIndex0201 .boxCont02InOne .boxContB .dl01 > dd .txtNum {
    position: relative;
    top: 0.06em;
    font-size: 1.4rem;
  }
}

.boxIndex0201 .boxCont02InOne .boxContB .dl01 > dd .txtUnit {
  margin-left: 0.15em;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxIndex0201 .boxCont02InOne .boxContB .dl01 > dd .txtUnit {
    font-size: 0.7rem;
  }
}

.boxIndex03Wrap {
  padding-top: 5.8em;
  padding-bottom: 3.55em;
  background-color: #fff;
}
@media all and (max-width: 640px){
  .boxIndex03Wrap {
    padding-top: 3.0em;
    padding-bottom: 3.0em;
  }
}

.boxIndex0301 .boxTabMenu01Wrap {
  padding: 1.45em 0 1.7em 0;
  background-color: #191724;
}

.boxIndex0301 .boxTabMenu01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.boxIndex0301 .boxTabMenu01.typeBottom {
  position: relative;
  z-index: 2;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: -0.5em;
  padding: 3.4em 0;
  border-top: 1px #191724 solid;
}
@media all and (max-width: 1500px){
  .boxIndex0301 .boxTabMenu01.baseW {
    width: calc(100% - 2vw);
  }
}
@media all and (max-width: 1270px){
  .boxIndex0301 .boxTabMenu01.baseW {
    width: calc(100% - 40px);
  }
}
@media all and (max-width: 640px){
  .boxIndex0301 .boxTabMenu01.baseW {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 96%;
  }
  .boxIndex0301 .boxTabMenu01.typeBottom {
    margin-top: 0;
    padding: 2.4em 0 0 0;
  }
}

@media all and (max-width: 640px){
  /*
  .boxIndex0301 .boxTabMenu01.typeBottom.typeAfter1:after {
    content: '⇔ スクロール ⇔';
    position: absolute;
    right: 5%;
    bottom: -1.5em;
    font-size: 0.9rem;
    animation: baseAniScrollRight 0.8s ease-in infinite alternate;
  }
  .boxIndex0301 .boxTabMenu01.typeBottom.typeAfter2:after {
    content: none;
  }*/
}

.boxIndex0301 .boxTabMenu01 .ttl02 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 189px;
  height: 188px;
  margin-right: 24px;
  padding: 0.5em 0.77em 0.5em 0.5em;
  border: 2px #fff solid;
  background-image: url('./../../images/base/base-icn-arrow02-white.svg');
  background-repeat: no-repeat;
  background-position: 83.5% 73.6%;
  background-size: 3.47em auto;
  color: #fff;
}
@media all and (max-width: 1500px){
  .boxIndex0301 .boxTabMenu01 .ttl02 {
    width: 12.6vw;
    height: auto;
    margin-right: 1.6vw;
    padding: 0.5em 0.7187vw 0.5em 0.4667vw;
    border: 0.15vw #fff solid;
    background-size: 3.2vw auto;
    aspect-ratio: 189 / 188;
  }
}
@media all and (max-width: 1270px){
  .boxIndex0301 .boxTabMenu01 .ttl02 {
    width: 189px;
    height: auto;
    margin-right: 24px;
    padding: 0.5em 0.77em 0.5em 0.5em;
    border: 2px #fff solid;
    background-size: 3.47em auto;
    aspect-ratio: 189 / 188;
  }
}
@media all and (max-width: 640px){
  .boxIndex0301 .boxTabMenu01 .ttl02 {
    width: 27vw;
    margin-right: 2vw;
    padding: 0.5em 0.5em 0.5em 0.5em;
    background-position: 81.0% 72.0%;
    background-size: 1.6em auto;
  }
}

.boxIndex0301 .boxTabMenu01.typeBottom .ttl05 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 140px;
  height: 139px;
  margin-right: 16px;
  padding-bottom: 1.3em;
  border: 2px #191724 solid;
  background-image: url('./../../images/base/base-icn-arrow02-black.svg');
  background-repeat: no-repeat;
  background-position: center 81%;
  background-size: 2.0em auto;
  background-color: #fff;
  text-align: center;
  line-height: 1.3;
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxIndex0301 .boxTabMenu01.typeBottom .ttl05 {
    width: 22%;
    height: auto;
    margin-right: 2%;
    padding-bottom: 1.3em;
    font-size: 0.75rem;
    aspect-ratio: 140 / 139;
  }
}

.boxIndex0301 .boxTabMenu01 .ttl02 .ttlEn {
  position: relative;
  top: -0.72em;
  left: 0.5em;
  line-height: 1.0;
  letter-spacing: normal;
  font-family: var(--base-font-en);
  font-size: 3.0em;
  font-style: italic;
  transform: rotate(-45deg);
}
@media all and (max-width: 1500px){
  .boxIndex0301 .boxTabMenu01 .ttl02 .ttlEn {
    font-size: 2.8vw;
  }
}
@media all and (max-width: 1270px){
  .boxIndex0301 .boxTabMenu01 .ttl02 .ttlEn {
    font-size: 3.0em;
  }
}
@media all and (max-width: 640px){
  .boxIndex0301 .boxTabMenu01 .ttl02 .ttlEn {
    font-size: 1.5em;
  }
}

.boxIndex0301 .boxTabMenu01 .ttl02 .ttlJa {
  letter-spacing: 0.05em;
  font-size: 1.45rem;
  font-weight: 700;
}
@media all and (max-width: 1500px){
  .boxIndex0301 .boxTabMenu01 .ttl02 .ttlJa {
    font-size: 1.36vw;
  }
}
@media all and (max-width: 1270px){
  .boxIndex0301 .boxTabMenu01 .ttl02 .ttlJa {
    font-size: 1.45rem;
  }
}
@media all and (max-width: 640px){
  .boxIndex0301 .boxTabMenu01 .ttl02 .ttlJa {
    font-size: 0.7rem;
  }
}

.boxIndex0301 .boxTabMenu01 .ulTabMenu01,
.boxIndex0301 .boxTabMenu01 .boxTabMenu01In {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: calc(100% - (189px + 24px));
}
.boxIndex0301 .boxTabMenu01 .ulTabMenu01.typeBottom {
  width: auto;
}
@media all and (max-width: 1500px){
  .boxIndex0301 .boxTabMenu01 .boxTabMenu01In {
    width: calc(100% - (12.6vw + 1.6vw));
  }
}
@media all and (max-width: 1270px){
  .boxIndex0301 .boxTabMenu01 .boxTabMenu01In {
    width: calc(100% - (189px + 24px));
  }
}
@media all and (max-width: 640px){
  .boxIndex0301 .boxTabMenu01 .boxTabMenu01In {
    width: calc(100% - (27vw + 2vw));
  }
  .boxIndex0301 .boxTabMenu01 .ulTabMenu01.typeBottom {
    width: 1000px;
  }
}

.boxIndex0301 .boxTabMenu01 .ulTabMenu01 > li,
.boxIndex0301 .boxTabMenu01 .boxTabMenu01In .boxSlideOne,
.boxIndex0301 .boxTabMenu01 .ulTabMenu01.typeBottom > li {
  overflow: hidden;
  width: 189px;
  min-width: auto;
  height: 188px;
  margin-right: 1.5%;
  padding: 0;
  cursor: pointer;
}
.boxIndex0301 .boxTabMenu01 .ulTabMenu01.typeBottom > li {
  width: 140px;
  height: 139px;
  margin-right: 12px;
}
.boxIndex0301 .boxTabMenu01 .ulTabMenu01 > li:last-child,
.boxIndex0301 .boxTabMenu01 .ulTabMenu01.typeBottom > li:last-child {
  margin-right: 0;
}
.boxIndex0301 .boxTabMenu01 .ulTabMenu01.typeBottom > li.current {
  display: none;
}
@media all and (max-width: 1500px){
  .boxIndex0301 .boxTabMenu01 .boxTabMenu01In .boxSlideOne {
    width: 12.6vw;
    height: auto;
    margin-right: 1.2vw;
    aspect-ratio: 189 / 188;
  }
}
@media all and (max-width: 1270px){
  .boxIndex0301 .boxTabMenu01 .boxTabMenu01In .boxSlideOne {
    width: 189px;
    margin-right: 1.5%;
  }
}
@media all and (max-width: 640px){
  .boxIndex0301 .boxTabMenu01 .boxTabMenu01In .boxSlideOne {
    width: 27vw;
    margin-right: 1.5vw;
  }
  .boxIndex0301 .boxTabMenu01 .ulTabMenu01.typeBottom > li {
    width: 19.6vw;
    height: auto;
    margin-right: 1.5vw;
    aspect-ratio: 189 / 188;
  }
}

.boxIndex0301 .boxTabMenu01 .ulTabMenu01 > li img,
.boxIndex0301 .boxTabMenu01 .boxTabMenu01In .boxSlideOne img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.boxIndex0301 .boxTabMenu01 .boxCsnkSliderArchive01 {
  width: 100%;
}

.boxIndex0301 .boxTabMenu01 .boxCsnkSliderArchive01 .boxSlideOne.current {
  position: relative;
}
.boxIndex0301 .boxTabMenu01 .boxCsnkSliderArchive01 .boxSlideOne.current:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px #7d7fe4 solid;
}

.boxIndex0301 .boxTabMenu01 .boxSlideNavi .txtSlideNavi,
.boxIndex0301 .boxTabMenu01 .boxSlideNavi .ulSlideNavi {
  display: none;
}

.boxIndex0301 .boxTabMenu01 .boxSlideNavi .slideNaviL,
.boxIndex0301 .boxTabMenu01 .boxSlideNavi .slideNaviR {
  width: 55px;
}
.boxIndex0301 .boxTabMenu01 .boxSlideNavi .slideNaviL {
  left: auto;
  right: -30px;
  top: auto;
  bottom: -40px;
}
.boxIndex0301 .boxTabMenu01 .boxSlideNavi .slideNaviR {
  top: auto;
  bottom: 20px;
}
@media all and (max-width: 640px){
  .boxIndex0301 .boxTabMenu01 .boxSlideNavi .slideNaviL,
  .boxIndex0301 .boxTabMenu01 .boxSlideNavi .slideNaviR {
    width: 12vw;
  }
  .boxIndex0301 .boxTabMenu01 .boxSlideNavi .slideNaviL {
    right: 0;
    bottom: -7.5vw;
  }
  .boxIndex0301 .boxTabMenu01 .boxSlideNavi .slideNaviR {
    right: 0;
    bottom: 5.4vw;
  }
}

.boxIndex0301 .boxTabCont01 {
  position: relative;
}

.boxIndex0301 .boxTabCont01One {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.boxIndex0301 .boxTabCont01One.current {
  position: relative;
  z-index: 2;
  opacity: 1;
}

.boxIndex0301 .boxTabCont01One .boxContAWrap {
  position: relative;
}

.boxIndex0301 .boxTabCont01One .boxContABgL {
  position: absolute;
  top: 0;
  right: 50%;
  width: 50%;
  height: 100%;
  background-image: url('./../../images/index/index03-bg01.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.boxIndex0301 .boxTabCont01One .boxContABgR {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
}

.boxIndex0301 .boxTabCont01One .boxContABgR img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: blur(10px) opacity(40%);
}

.boxIndex0301 .boxTabCont01One .boxContA {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 627px;
}
@media all and (max-width: 640px){
  .boxIndex0301 .boxTabCont01One .boxContA {
    min-height: 77vw;
  }
}

.boxIndex0301 .boxTabCont01One .boxContA .boxTxt {
  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;
  width: 100%;/*50%;*/
  padding-top: 14.6em;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxIndex0301 .boxTabCont01One .boxContA .boxTxt {
    padding-top: 9em;
    padding-bottom: 1.0em;
  }
}

.boxIndex0301 .boxTabCont01One .boxContA .boxTxt .p01 {
  position: absolute;
  top: 0;
  left: 0;
  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;
  font-family: var(--base-font-en);
  color: rgba(120, 121, 157, 0.35);
}

.boxIndex0301 .boxTabCont01One .boxContA .boxTxt .p01 .txt01 {
  position: relative;
  top: -0.15em;
  left: 0.09em;
  line-height: 1.0;
  letter-spacing: 0.025em;
  font-size: 6.9rem;
}
@media all and (max-width: 640px){
  .boxIndex0301 .boxTabCont01One .boxContA .boxTxt .p01 .txt01 {
    top: -0.14em;
    left: 0;
    font-size: 2.5rem;
  }
}

.boxIndex0301 .boxTabCont01One .boxContA .boxTxt .p01 .txt02 {
  position: relative;
  top: -0.13em;
  left: -0.06em;
  line-height: 1.0;
  letter-spacing: 0.056em;
  font-size: 15.0rem;
}
@media all and (max-width: 640px){
  .boxIndex0301 .boxTabCont01One .boxContA .boxTxt .p01 .txt02 {
    font-size: 4.0rem;
  }
}

.boxIndex0301 .boxTabCont01One .boxContA .boxTxt .ttl03 {
  position: relative;
  left: -0.05em;
  margin-bottom: 0.22em;
  line-height: 1.25;
  letter-spacing: 0.025em;
  font-size: 3.5rem;
  font-weight: 700;
  text-shadow: 1px 1px 3px #2d2f6c;
}
@media all and (max-width: 640px){
  .boxIndex0301 .boxTabCont01One .boxContA .boxTxt .ttl03 {
    margin-bottom: 0.4em;
    font-size: 1.7rem;
  }
}

.boxIndex0301 .boxTabCont01One .boxContA .boxTxt .boxProf {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 1.5em;
  text-shadow: 1px 1px 3px #2d2f6c, 1px 1px 3px #2d2f6c;;
}

.boxIndex0301 .boxTabCont01One .boxContA .boxTxt .boxProf .txtName {
  letter-spacing: 0.06em;
  font-size: 2rem;
}
@media all and (max-width: 640px){
  .boxIndex0301 .boxTabCont01One .boxContA .boxTxt .boxProf .txtName {
    font-size: 1.2rem;
  }
}

.boxIndex0301 .boxTabCont01One .boxContA .boxTxt .boxProf .txtJobKind {
  position: relative;
  top: 0.45em;
  margin-left: 1.55em;
  letter-spacing: -0.05em;
  font-size: 1.24rem;
}
@media all and (max-width: 640px){
  .boxIndex0301 .boxTabCont01One .boxContA .boxTxt .boxProf .txtJobKind {
    top: 0.4em;
    margin-left: 1.2em;
    font-size: 0.9rem;
  }
}

.boxIndex0301 .boxTabCont01One .boxContA .boxTxt .boxTag {
  position: relative;
  left: -0.15em;
}

.boxIndex0301 .boxTabCont01One .boxContA .boxTxt .ulTag {
  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;
}

.boxIndex0301 .boxTabCont01One .boxContA .boxTxt .ulTag > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 1.8em;
  margin-right: 0.55em;
  padding: 0.3em 0.6em 0.2em 0.75em;
  border: 2px #fff solid;
  border-radius: 1.5em;
  font-size: 1.24rem;
  text-shadow: 1px 1px 2px #2d2f6c, -1px -1px 2px #2d2f6c, 1px 1px 3px #2d2f6c;
  box-shadow: 1px 1px 3px 0 #2d2f6c;
}
@media all and (max-width: 640px){
  .boxIndex0301 .boxTabCont01One .boxContA .boxTxt .ulTag > li {
    margin-right: 0.4em;
    margin-bottom: 0.6em;
    font-size: 0.8rem;
  }
}

.boxIndex0301 .boxTabCont01One .boxContA .boxImg {
  /*
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;*/
  position: absolute;
  top: 50%;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 640px){
  .boxIndex0301 .boxTabCont01One .boxContA .boxImg {
    right: -5vw;
    width: 80.0%;
  }
}

.boxIndex0301 .boxTabCont01One .boxContA .boxImg img {
  max-width: none;
  max-height: 516px;
}
@media all and (max-width: 640px){
  .boxIndex0301 .boxTabCont01One .boxContA .boxImg img {
    max-width: 100%;
    max-height: 45vw;
  }
}

.boxIndex0301 .boxTabCont01One .boxContB {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 4.1em 0 0 0;
}
@media all and (max-width: 640px){
  .boxIndex0301 .boxTabCont01One .boxContB {
    display: block;
    padding: 2.0em 0 0 0;
  }
}

.boxIndex0301 .boxTabCont01One .boxContBOne {
  width: 48%;
  margin-right: calc(100% - 48% * 2);
  margin-bottom: 3.5em;
}
.boxIndex0301 .boxTabCont01One .boxContBOne:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 640px){
  .boxIndex0301 .boxTabCont01One .boxContBOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.0em;
  }
}

.boxIndex0301 .boxTabCont01One .boxContBOne .ttl04 {
  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: 3.95em;
  padding: 0.5em 1.0em 0.5em 4.45em;
  background-color: #f4f4f4;
  letter-spacing: 0.045em;
  font-size: 1.45rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxIndex0301 .boxTabCont01One .boxContBOne .ttl04 {
    padding: 0.5em 0.3em 0.5em 3.0em;
    letter-spacing: 0.03em;
    font-size: 1.1rem;
  }
}

.boxIndex0301 .boxTabCont01One .boxContBOne .ttl04:before {
  content: 'Q.';
  position: absolute;
  top: 0.45em;
  left: 0.71em;
  font-family: var(--base-font-en02);
  font-size: 2.3rem;
  font-weight: 500;
  color: #383987;
}
@media all and (max-width: 640px){
  .boxIndex0301 .boxTabCont01One .boxContBOne .ttl04:before {
    top: 48%;
    left: 0.3em;
    font-size: 1.5rem;
    transform: translateY(-50%);
  }
}

.boxIndex0301 .boxTabCont01One .boxContBOne .ttl04:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3.55em;
  width: 2px;
  height: 70%;
  margin: auto;
  background-color: #191724;
}
@media all and (max-width: 640px){
  .boxIndex0301 .boxTabCont01One .boxContBOne .ttl04:after {
    left: 2.35em;
  }
}

.boxIndex0301 .boxTabCont01One .boxContBOne .boxBaseCom {
  padding: 1.5em 0 0 0;
}

.boxIndex0301 .boxTabCont01One .boxContBOne .boxBaseCom > p {
  line-height: 1.75;
  letter-spacing: 0.085em;
}

.boxIndex0301 .boxTabCont01One .boxContBOne .boxBaseCom > p + p {
  margin-top: 1.82em;
}

@media all and (max-width: 640px){
  .boxIndex0301 .boxTabMenu01.typeBottom .boxSpScroll {
    overflow: auto;
    width: 76%;
  }
}

.boxIndex04Wrap {
  padding-top: 5.8em;
  padding-bottom: 6.4em;
  background-color: #f2f2fe;
}
@media all and (max-width: 640px){
  .boxIndex04Wrap {
    padding-top: 3.0em;
    padding-bottom: 2.0em;
  }
}

.boxIndex0401 {
  margin-bottom: 5.1em;
}
@media all and (max-width: 640px){
  .boxIndex0401 {
    margin-bottom: 2.5em;
  }
}

.boxIndex0401 .boxCont01One {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 4.7em;
}
.boxIndex0401 .boxCont01One:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 640px){
  .boxIndex0401 .boxCont01One {
    display: block;
    margin-bottom: 2.0em;
  }
}

.boxIndex0401 .boxCont01OneL {
  width: 48%;
  margin-right: calc(100% - 48% * 2);
  border-top: 1px #191724 solid;
}
@media all and (max-width: 640px){
  .boxIndex0401 .boxCont01OneL {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.0em;
  }
}

.boxIndex0401 .boxCont01OneL .ttl02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  min-height: 2.34em;
  padding: 0.45em 1.0em 0.3em 2.5em;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1.5em auto;
  letter-spacing: 0.09em;
  font-size: 2.2rem;
  font-weight: 700;
}
.boxIndex0401 .boxCont01OneL .ttl02.typeHoliday {
  background-image: url('./../../images/index/index04-icn-ttl01.svg');
  background-position: 0.7em 0.65em;
  background-size: 1.1em auto;
}
.boxIndex0401 .boxCont01OneL .ttl02.typeAllowances {
  background-image: url('./../../images/index/index04-icn-ttl02.svg');
  background-position: 0.8em 0.65em;
  background-size: 1.0em auto;
}
.boxIndex0401 .boxCont01OneL .ttl02.typeDiscount {
  background-image: url('./../../images/index/index04-icn-ttl03.svg');
  background-position: 0.6em 0.65em;
  background-size: 1.1em auto;
}
@media all and (max-width: 640px){
  .boxIndex0401 .boxCont01OneL .ttl02 {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    font-size: 1.2rem;
  }
}

.boxIndex0401 .boxCont01OneL .ttl02 .str2 {
  letter-spacing: 0.54em;
}

.boxIndex0401 .boxCont01OneL .boxImg {
  overflow: hidden;
  height: 256px;
}

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

.boxIndex0401 .boxCont01OneR {
  width: 48%;
}
@media all and (max-width: 640px){
  .boxIndex0401 .boxCont01OneR {
    width: 100%;
  }
}

.boxIndex0401 .boxCont01OneR .dl01 {
  padding: 1.08em 1.42em 1.03em 1.42em;
}
.boxIndex0401 .boxCont01OneR .dl01:nth-child(2n-1) {
  background-color: #fff;
}

.boxIndex0401 .boxCont01OneR .dl01 > dt {
  margin-bottom: 0.3em;
  letter-spacing: 0.1em;
  font-size: 1.37rem;
  font-weight: 700;
  color: #383987;
}
@media all and (max-width: 640px){
  .boxIndex0401 .boxCont01OneR .dl01 > dt {
    font-size: 1.1rem;
  }
}

.boxIndex0401 .boxCont01OneR .dl01 > dd {
  padding-left: 0.1em;
  letter-spacing: 0.15em;
}
@media all and (max-width: 640px){
  .boxIndex0401 .boxCont01OneR .dl01 > dd {
    letter-spacing: 0.1em;
  }
}

.boxIndex0402 .boxList {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: -1.2em;
}
@media all and (max-width: 640px){
  .boxIndex0402 .boxList {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -0.5em;
  }
}

.boxIndex0402 .boxListOne {
  width: 22.7%;
  margin-right: calc((100% - 22.7% * 4) / 3);
}
@media all and (max-width: 640px){
  .boxIndex0402 .boxListOne {
    width: 48.5%;
    margin-right: calc(100% - 48.5% * 2);
    margin-bottom: 1.5em;
  }
}

.boxIndex0402 .boxListOne:nth-child(4n) {
  margin-right: 0;
}
@media all and (max-width: 640px){
  .boxIndex0402 .boxListOne:nth-child(4n) {
    margin-right: calc(100% - 48.5% * 2);
  }
  .boxIndex0402 .boxListOne:nth-child(2n) {
    margin-right: 0;
  }
}

.boxIndex0402 .boxListOne .boxImg {
  overflow: hidden;
  aspect-ratio: 68 / 43;
}

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

.boxIndex0402 .boxListOne .boxTxt {
  position: relative;
  z-index: 2;
}

.boxIndex0402 .boxListOne .boxTxt .ttl02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  min-height: 4.3em;
  margin-bottom: 0.95em;
  /*border-bottom: 1px #191724 solid;*/
}
@media all and (max-width: 640px){
  .boxIndex0402 .boxListOne .boxTxt .ttl02 {
    min-height: 2.3em;
    margin-bottom: 0.5em;
  }
}

.boxIndex0402 .boxListOne .boxTxt .ttl02 .txtMonth {
  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: 24%;
  height: 6.05em;
  margin-top: -1.85em;
  padding: 0.7em 0 0 0;
  background-color: #f2f2fe;
}
@media all and (max-width: 640px){
  .boxIndex0402 .boxListOne .boxTxt .ttl02 .txtMonth {
    width: 30%;
    height: 4.0em;
    margin-top: -1.65em;
    padding: 0.2em 0 0 0;
  }
}

.boxIndex0402 .boxListOne .boxTxt .ttl02 .txtMonth .txtEn {
  margin-bottom: 0.1em;
  letter-spacing: 0.12em;
  font-family: var(--base-font-en);
  font-size: 1.1em;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxIndex0402 .boxListOne .boxTxt .ttl02 .txtMonth .txtEn {
    font-size: 0.9em;
  }
}

.boxIndex0402 .boxListOne .boxTxt .ttl02 .txtMonth .txtJa {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.boxIndex0402 .boxListOne .boxTxt .ttl02 .txtMonth .txtJa .txtNum {
  margin-right: 0.07em;
  line-height: 1.0;
  font-family: var(--base-font-en);
  font-size: 3.2rem;
}
@media all and (max-width: 640px){
  .boxIndex0402 .boxListOne .boxTxt .ttl02 .txtMonth .txtJa .txtNum {
    font-size: 2.2rem;
  }
}

.boxIndex0402 .boxListOne .boxTxt .ttl02 .txtMonth .txtJa .txtUnit {
  position: relative;
  top: 0.45em;
  font-size: 1.2rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxIndex0402 .boxListOne .boxTxt .ttl02 .txtMonth .txtJa .txtUnit {
    top: 0.35em;
    font-size: 0.9rem;
  }
}

.boxIndex0402 .boxListOne .boxTxt .ttl02 .txtStr {
  position: relative;
  top: 0.1em;
  width: calc(100% - 24%);
  padding-left: 0.8em;
  letter-spacing: 0.06em;
  font-size: 1.32rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxIndex0402 .boxListOne .boxTxt .ttl02 .txtStr {
    width: calc(100% - 30%);
    font-size: 1.0rem;
  }
}

.boxIndex0402 .boxListOne .boxTxt .boxBaseCom > p {
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 1.05rem;
}
@media all and (max-width: 640px){
  .boxIndex0402 .boxListOne .boxTxt .boxBaseCom > p {
    font-size: 0.9rem;
  }
}

.boxIndex05Wrap {
  padding-top: 7.25em;
  padding-bottom: 6.8em;
  background-image: url('./../../images/base/base-bg-dot01.png');
  background-repeat: repeat;
  background-position: left top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxIndex05Wrap {
    padding-top: 3.0em;
    padding-bottom: 3.0em;
  }
}

.boxIndex0501 .boxTabMenu01 {
  margin-bottom: 1.45em;
}

.boxIndex0501 .ulTabMenu01 {
  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;
}

.boxIndex0501 .ulTabMenu01 > li {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 22.3%;
  height: 2.85em;
  margin-right: 0.5%;
  margin-bottom: 1.6em;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
.boxIndex0501 .ulTabMenu01 > li:nth-child(4n) {
  margin-right: 0;
}
.boxIndex0501 .ulTabMenu01 > li.current,
.boxIndex0501 .ulTabMenu01 > li:hover {
  border: 2px #191724 solid;
  background-color: #595bd3;
}
.boxIndex0501 .ulTabMenu01 > li.current {
  cursor: auto;
}
.boxIndex0501 .ulTabMenu01 > li:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.1em;
  width: 1.5em;
  height: 0.8em;
  margin: auto;
  background-image: url('./../../images/base/base-icn-arrow01-white.svg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.boxIndex0501 .ulTabMenu01 > li.current:after,
.boxIndex0501 .ulTabMenu01 > li:hover:after {
  background-image: url('./../../images/base/base-icn-arrow01.svg');
}
@media all and (max-width: 640px){
  .boxIndex0501 .ulTabMenu01 > li {
    width: 33.33333%;
    height: 2.5em;
    margin-right: 0;
    margin-bottom: 0.6em;
    font-size: 1.1rem;
  }
  .boxIndex0501 .ulTabMenu01 > li.current:after,
  .boxIndex0501 .ulTabMenu01 > li:hover:after {
    content: none;
  }
}


.boxIndex0501 .boxTabCont01 {
  position: relative;
  padding: 2.2em 2.1em 1.35em 2.1em;
  background-color: #fff;
}
@media all and (max-width: 640px){
  .boxIndex0501 .boxTabCont01 {
    padding: 1.0em 4% 1.2em 4%;
  }
}

.boxIndex0501 .boxTabCont01One {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.boxIndex0501 .boxTabCont01One.current {
  position: relative;
  z-index: 2;
  opacity: 1;
}

.boxIndex0501 .boxTabCont01One .ttlBase02 {
  margin-bottom: 1.4em;
}
@media all and (max-width: 640px){
  .boxIndex0501 .boxTabCont01One .ttlBase02 {
    margin-bottom: 0.5em;
  }
}

.boxIndex0501 .boxTabCont01One .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  min-height: 4.2em;
  margin-bottom: 0.5em;
  padding: 1.03em 0;
  border-bottom: 1px #dfdfdf solid;
}
.boxIndex0501 .boxTabCont01One .dl01:last-child {
  border-bottom: 0;
}
@media all and (max-width: 640px){
  .boxIndex0501 .boxTabCont01One .dl01 {
    display: block;
    min-height: auto;
    margin-bottom: 0.2em;
    padding: 0.9em 0;
  }
}

.boxIndex0501 .boxTabCont01One .dl01 > dt {
  width: 195px;
  padding-left: 2.0em;
  font-size: 1.2rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxIndex0501 .boxTabCont01One .dl01 > dt {
    width: 100%;
    margin-bottom: 0.5em;
    padding-left: 1.0em;
    font-size: 1.0rem;
  }
}

.boxIndex0501 .boxTabCont01One .dl01 > dt > span {
  position: relative;
}

.boxIndex0501 .boxTabCont01One .dl01 > dt > span:before {
  content: '';
  position: absolute;
  top: 0.45em;
  left: -1.1em;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #595bd3;
}
@media all and (max-width: 640px){
  .boxIndex0501 .boxTabCont01One .dl01 > dt > span:before {
    left: -0.7em;
  }
}

.boxIndex0501 .boxTabCont01One .dl01 > dd {
  width: calc(100% - 195px);
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxIndex0501 .boxTabCont01One .dl01 > dd {
    width: 100%;
    padding-left: 1.1em;
    font-size: 0.9rem;
  }
}

.boxIndex06Wrap {
  padding-top: 5.85em;
  background-color: #fff;
}
@media all and (max-width: 640px){
  .boxIndex06Wrap {
    padding-top: 3.0em;
  }
}

.boxIndex06 .boxTtl01 {
  margin-bottom: 2.1em;
}

.boxIndex06 .ttl01 {
  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: 2.35em;
}
@media all and (max-width: 640px){
  .boxIndex06 .ttl01 {
    margin-bottom: 1.5em;
  }
}

.boxIndex06 .ttl01 .ttlEn {
  position: relative;
  left: -0.05em;
  margin-bottom: 0.1em;
  line-height: 1.0;
  letter-spacing: 0.03em;
  font-family: var(--base-font-en);
  font-size: 6.9rem;
  font-style: italic;
}
@media all and (max-width: 640px){
  .boxIndex06 .ttl01 .ttlEn {
    font-size: 3.3rem;
  }
}

.boxIndex06 .ttl01 .ttlJa {
  margin-left: 0.2em;
  margin-bottom: 0.25em;
  line-height: 1.0;
  letter-spacing: 0.054em;
  font-size: 2.0rem;
  font-weight: 700;
  color: #595bd3;
}
@media all and (max-width: 640px){
  .boxIndex06 .ttl01 .ttlJa {
    font-size: 1.16rem;
  }
}

.boxIndex06 .boxTtl01 .p01 {
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.07em;
  font-size: 1.3rem;
}
@media all and (max-width: 640px){
  .boxIndex06 .boxTtl01 .p01 {
    font-size: 0.9rem;
  }
}