@charset "utf-8";

body {
  background: #efefef;
}

@media only screen and (max-width: 767px) {
  #mainBox {
    padding-bottom: 0;
  }
}

/*-----------------------------------------------
    index
-----------------------------------------------*/

.secHero {
  position: relative;
}

.secHero .wrapperTop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  padding-top: 28.902%;
}

.secHero .topImgTxt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8%;
  margin: auto;
  display: flex;
  align-items: center;
  z-index: 2;
  font-size: 40px;
  padding-bottom: 0;
  color: #fff;
}

.secHero .topImgIcon {
  top: auto;
  bottom: -25px;
}

.secHero .bgTopBox {
  overflow: hidden;
  position: relative;
}

.secHero .img {
  width: 100%;
  height: 0;
  padding-top: 28.902%;
}

.secHero .boxPager {
  position: absolute;
  bottom: 40px;
  right: 18.75%;
  display: flex;
  display: -webkit-flex;
  margin-top: 71px;
  z-index: 2;
}

.secHero .boxPager.disabled {
  display: none;
}

.secHero .boxPager li {
  position: relative;
  margin-right: 10px;
}

.secHero .boxPager li::before {
  position: absolute;
  content: "";
  margin: auto;
  top: -1px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
}

.secHero .boxPager li:last-child {
  margin-right: 0;
}

.secHero .boxPager .txtNum {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .secHero .wrapperTop {
    padding-top: 48%;
  }

  .secHero .topImgTxt {
    max-width: 276px;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    padding: 0;
  }

  .secHero .img {
    padding-top: 48%;
  }

  .secHero .boxPager {
    display: none;
  }

  .secHero .boxSlider {
    width: 100%;
  }
}

/* secHeroNavi */
.secHeroNavi {
  display: flex;
  justify-content: center;
}

.secHeroNavi .linkBox {
  position: relative;
  width: 50%;
  height: 560px;
  background: url(../img/index/imgNavi01.webp) center top / cover no-repeat;
}

.secHeroNavi .linkBox02 {
  background: url(../img/index/imgNavi02.webp) center center / 160% no-repeat;
}

.secHeroNavi .linkBox:only-child {
  width: 100%;
  background-position: bottom;
}

.secHeroNavi .linkBox .wrapperTop,
.secHeroNavi .linkBox .inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.secHeroNavi .linkBox .wrapperTop {
  width: 480px;
  margin: auto;
}

.secHeroNavi .linkBox .inner {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 30px;
}

.secHeroNavi .linkCmnTitBox {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #182033;
  font-weight: bold;
  padding-left: 80px;
}

.secHeroNavi .linkCmnTitBox::before {
  position: absolute;
  content: "";
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 75px;
  height: 60px;
  background: url(../img/index/imgIconNavi02.webp) center top / cover no-repeat;
}

.secHeroNavi .linkBox:nth-child(2) .linkCmnTitBox::before {
  width: 75px;
  background: url(../img/index/imgIconNavi01.webp) center top / cover no-repeat;
}

.secHeroNavi .linkCmnTitBox .tit {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #0c101a;
}

.secHeroNavi .linkCmnTitBox .inTit {
  font-size: 30px;
}

.secHeroNavi .linkList {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.secHeroNavi .linkList .item {
  width: 100%;
  margin-top: 30px;
}

.secHeroNavi .linkList .item .aBnr {
  position: relative;
  width: 100%;
  height: 90px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #003a57;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

.secHeroNavi .linkList .item .aBnr::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .secHeroNavi {
    flex-direction: column;
  }

  .secHeroNavi .linkBox {
    width: 100%;
    height: 250px;
    background: url(../img/index/imgNavi01Sp.jpg) center top / cover no-repeat;
  }

  .secHeroNavi .linkBox02 {
    background: url(../img/index/imgNavi02Sp.jpg) center center / 160% no-repeat;
  }

  .secHeroNavi .linkBox+.linkBox {
    margin-top: 5px;
  }

  .secHeroNavi .linkBox .wrapperTop {
    width: 89.87%;
  }

  .secHeroNavi .linkBox .inner {
    justify-content: center;
    padding-top: 0;
  }

  .secHeroNavi .linkCmnTitBox {
    align-items: center;
    padding-left: 0 !important;
  }

  .secHeroNavi .linkCmnTitBox::before {
    display: none;
  }

  .secHeroNavi .linkCmnTitBox img {
    width: auto;
    height: 11px;
  }

  .secHeroNavi .linkCmnTitBox .tit {
    font-size: 20px;
    margin-top: 10px;
  }

  .secHeroNavi .linkCmnTitBox .inTit {
    font-size: 20px;
  }

  .secHeroNavi .linkList {
    flex-direction: row;
    justify-content: center;
  }

  .secHeroNavi .linkList .item {
    width: 29.678%;
    margin-top: 25px;
  }

  .secHeroNavi .linkList .item+.item {
    margin-left: 5%;
  }

  .secHeroNavi .linkList .item .aBnr {
    height: 84px;
    font-size: 16px;
    box-shadow: 0 -4px 0 0 #141f3f inset;
  }

  .secHeroNavi .linkList .item .aBnr::before {
    right: 10px;
    width: 6px;
    height: 6px;
  }
}

/* secPickup */
.secPickup {
  margin: 60px auto 30px;
}

.secPickup .sliderBox .boxSlider {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

.secPickup .sliderBox .swiper {
  overflow: visible;
  width: 620px;
  margin: 0 auto;
}

.secPickup .sliderBox .swiper-slide {
  border-radius: 15px;
  background: #fff;
}

.secPickup .sliderBox .swiper-slide img {
  border-radius: 15px;
}

.secPickup .sliderBox .innerLink {
  display: block;
  height: 350px;
}

/* swiper-button */
.secPickup .sliderBox .swiper-button-prev,
.secPickup .sliderBox .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-top: 0;
  top: calc(50% - 30px);
}

.secPickup .sliderBox .swiper-button-prev {
  left: -30px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.secPickup .sliderBox .swiper-button-next {
  right: -30px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.secPickup .sliderBox .swiper-button-prev.lazyloaded {
  background: url(../img/common/iconArrowPrev03.gif) center center / 9px auto no-repeat #fff;
}

.secPickup .sliderBox .swiper-button-next.lazyloaded {
  background: url(../img/common/iconArrowNext03.gif) center center / 9px auto no-repeat #fff;
}

.secPickup .sliderBox .swiper-button-prev::after,
.secPickup .sliderBox .swiper-button-next::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .secPickup {
    margin: 70px auto 25px;
  }

  .secPickup .wrapper {
    width: 94.67%;
  }

  .secPickup .cmnTitBox .engTit img {
    width: 73px;
    height: auto;
  }

  .secPickup .sliderBox .boxSlider {
    position: relative;
    width: 200px;
    margin: 0 auto;
  }

  .secPickup .sliderBox .swiper {
    width: 100%;
  }

  .secPickup .sliderBox .innerLink {
    height: 112.625px;
  }

  /* swiper-button */
  .secPickup .sliderBox .swiper-button-prev,
  .secPickup .sliderBox .swiper-button-next {
    width: 30px;
    height: 30px;
    top: calc(50% - 12.5px);
    background: #182033 !important;
    border: 2px solid #fff;
  }

  .secPickup .sliderBox .swiper-button-prev {
    left: -12.5px;
  }

  .secPickup .sliderBox .swiper-button-next {
    right: -12.5px;
  }

  .secPickup .sliderBox .swiper-button-prev::before,
  .secPickup .sliderBox .swiper-button-next::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 8px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-135deg);
  }

  .secPickup .sliderBox .swiper-button-next::before {
    right: 11px;
    transform: rotate(45deg);
  }
}

/* secEvent */
.secEvent {
  padding: 70px 0 90px;
  color: #fff;
}

.wrapperTop+.secEvent {
  margin-top: 100px;
}

.secEvent.lazyloaded {
  background: url(../img/index/bgEvent.webp) center top / cover;
}

.secEvent .eventList .secNoListData {
  padding: 250px 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.secEvent .eventList {
  margin-top: 80px;
  display: flex;
}

.secEvent .eventList .item {
  width: 27.735%;
  position: relative;
  padding-bottom: 77px;
}

.secEvent .eventList .item+.item {
  margin-left: 8.39%;
}

.secEvent .aLink {
  width: 100%;
  height: calc(100% - 45px);
  display: block;
  margin-top: 20px;
  border-radius: 3px;
  background-color: #fff;
}

.secEvent .aLink .imgCover {
  width: 100%;
  height: 0;
  padding-top: 66.48%;
}

.secEvent .aLink .imgCover img {
  border-radius: 3px 3px 0 0;
}

.secEvent .aLink .txtBox {
  color: #000;
  padding: 25px;
  padding-bottom: 80px;
  text-align: center;
  height: calc(100% - 236px);
  position: relative;
}

.secEvent .aLink .txtBox .subTxt,
.secEvent .aLink .txtBox .subTit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

.secEvent .aLink .txtBox .subTxt {
  font-size: 14px;
}

.secEvent .aLink .txtBox .subTit {
  font-size: 20px;
  margin-top: 10px;
}

.secEvent .aLink .txtBox .infoBox {
  margin: 20px auto 0;
  width: 67.216%;
}

.secEvent .aLink .txtBox .infoBox .infoList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.secEvent .aLink .txtBox .infoBox .infoList+.infoList {
  margin-top: 5px;
}

.secEvent .aLink .txtBox .infoBox .infoTit {
  width: 50px;
  min-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #182033;
  color: #fff;
  font-size: 13px;
}

.secEvent .aLink .txtBox .infoBox .infoTxt {
  width: calc(100% - 55px);
  font-size: 15px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 46px;
}

.secEvent .aTxtLinkBtm {
  position: relative;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  border: 1px solid #fff;
  font-size: 14px;
}

.secEvent .aTxtLink {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 47px;
  border: 1px solid #fff;
  border-radius: 23.5px;
  font-size: 16px;
  /* font-weight: bold; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.secEvent .txtBox .aTxtLink {
  width: 85.916%;
  height: 35px;
  font-size: 14px;
  border: 1px solid #182033;
  bottom: 25px;
  right: 0;
  margin: auto;
}

.secEvent .aTxtLink::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.secEvent .txtBox .aTxtLink::after {
  border-top: 1px solid #182033;
  border-right: 1px solid #182033;
  width: 6px;
  height: 6px;
}

@media only screen and (max-width: 767px) {
  .secEvent {
    padding: 100px 0;
  }

  .wrapperTop+.secEvent {
    margin-top: 0;
  }

  .secEvent.lazyloaded {
    background: url(../img/index/bgEventSp.webp) center top / cover;
  }

  .secEvent .wrapper {
    width: 94.67%;
  }

  .secEvent .cmnTitBox .engTit {
    width: 61px;
    height: 16px;
  }

  .secEvent .eventList .secNoListData {
    padding: 100px 0;
  }

  .secEvent .eventList {
    margin-top: 35px;
    flex-direction: column;
    width: 94.67%;
  }

  .secEvent .eventList .item {
    width: 100%;
    padding: 0;
  }

  .secEvent .eventList .item+.item {
    margin: 40px 0 0 0;
  }

  .secEvent .listTit img {
    width: 100px;
    height: 25px;
  }

  .secEvent .aLink {
    margin-top: 8px;
    padding: 5px;
    display: flex;
    justify-content: space-between;
  }

  .secEvent .aLink .imgBox {
    width: 50%;
  }

  .secEvent .aLink .imgCover {
    padding-top: 66.67%;
  }

  .secEvent .aLink .imgCover img {
    border-radius: 0;
  }

  .secEvent .aLink .txtBox {
    width: calc(100% - 53%);
    height: 133px;
    padding: 0;
    margin-top: 4px;
    text-align: left;
  }

  .secEvent .aLink .txtBox .subTxt {
    font-size: 10px;
  }

  .secEvent .aLink .txtBox .subTit {
    font-size: 14px;
    margin-top: 5px;
  }

  .secEvent .aLink .txtBox .infoBox {
    margin: 5px auto 0;
    width: 100%;
  }

  .secEvent .aLink .txtBox .infoBox .infoList+.infoList {
    margin-top: 5px;
  }

  .secEvent .aLink .txtBox .infoBox .infoTit {
    width: 40px;
    font-size: 10px;
  }

  .secEvent .aLink .txtBox .infoBox .infoTxt {
    width: calc(100% - 45px);
    font-size: 10px;
    line-height: 1.3;
    max-height: 46px;
  }

  .secEvent .aTxtLinkBtm {
    margin-top: 60px;
    width: 82.61%;
    height: 44px;
    border-radius: 22px;
  }

  .secEvent .aTxtLink {
    position: relative;
    font-size: 14px;
    margin-top: 20px;
  }

  .secEvent .txtBox .aTxtLink {
    position: absolute;
    width: 100%;
    height: 30px;
    margin-top: 5px;
    font-size: 12px;
    bottom: 0;
  }

  .secEvent .txtBox .aTxtLink::after {
    width: 5px;
    height: 5px;
    right: 13px;
  }
}

/* secEstate */
.secEstate {
  padding: 100px 0;
}

.secEstate .wrapperTop {
  position: relative;
}

.secEstate .secEvent+.wrapperTop,
.secEstate .wrapperTop+.wrapperTop {
  padding-top: 50px;
  margin-top: 50px;
  /* background: linear-gradient(to right, #afafaf, #afafaf 1px, transparent 1px, transparent 4px) left top / 4px 1px repeat-x; */
}

.secEstate .searchList,
.secEstate .themeList {
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
}

.secEstate .searchList .item,
.secEstate .themeList .item {
  width: 23.438%;
  position: relative;
}

.secEstate .themeList .item:nth-child(n + 5),
.secEstate .searchList .item:nth-child(n + 5) {
  margin-top: 2.08%;
}

/* .secEstate .themeList .item:nth-child(n+5){
    display: none;
} */
.secEstate .searchList .item+.item,
.secEstate .themeList .item+.item {
  margin-left: 2.08%;
}

.secEstate .themeList .item:nth-child(4n + 1),
.secEstate .searchList .item:nth-child(4n + 1) {
  margin-left: 0;
}

.secEstate .searchList .item .imgBox,
.secEstate .searchList .item .imgCover,
.secEstate .themeList .item .imgBox,
.secEstate .themeList .item .imgCover {
  width: 100%;
}

.secEstate .searchList .item .imgCover,
.secEstate .themeList .item .imgCover {
  height: 0;
  padding-top: 75.67%;
}

.secEstate .themeList .item .imgCover {
  padding-top: 66.67%;
}

.secEstate .searchList .item img {
  border-radius: 5px;
}

.secEstate .themeList .item img {
  box-shadow: -2px -1px 10px 2px rgba(0, 0, 0, 0.2);
}

.secEstate .searchList .item .txtBox {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-weight: bold;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.secEstate .searchList .item .txtBox .tit {
  font-size: 28px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 168px;
}

.secEstate .searchList .item .txtBox .txt {
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 10px;
}

.secEstate .themeList .item .txtBox {
  margin-top: 15px;
}

.secEstate .themeList .item .txtBox .titArea {
  display: flex;
  justify-content: space-between;
}

.secEstate .themeList .item .txtBox .tag {
  width: 70px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #182033;
  border-radius: 1px;
  color: #fff;
  font-size: 16px;
}

.secEstate .themeList .item .txtBox .tit,
.secEstate .themeList .item .txtBox .txt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.secEstate .themeList .item .txtBox .tit {
  width: calc(100% - 75px);
  font-size: 20px;
}

.secEstate .themeList .item .txtBox .txt {
  font-size: 15px;
  margin-top: 5px;
}

.secEstate .aTxtLink.estateLink {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 40px;
  border: 1px solid #182033;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.secEstate .aTxtLink.estateLink::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #182033;
  border-right: 1px solid #182033;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .secEstate {
    padding: 0 0 0;
  }

  .secEstate .wrapperTop {}

  .secEstate .wrapperTop {
    width: 100%;
    background: #efefef;
    padding: 50px 0;
  }

  .secEstate .secEvent+.wrapperTop,
  .secEstate .wrapperTop+.wrapperTop {
    width: 94.67%;
    padding: 50px 0 60px;
    margin-top: 57px;
    background: inherit;
  }

  .secEstate .cmnTitBox {
    text-align: center;
  }

  .secEstate .searchList,
  .secEstate .themeList {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .secEstate .themeList {
    width: 94.67%;
  }

  .secEstate .searchList .item,
  .secEstate .themeList .item {
    width: 47.889%;
    position: relative;
  }

  .secEstate .searchList .item+.item,
  .secEstate .themeList .item+.item {
    margin-left: 0;
  }

  .secEstate .searchList .item:nth-child(n + 3),
  .secEstate .themeList .item:nth-child(n + 3) {
    margin-top: 15px;
  }

  .secEstate .searchList .item .imgCover {
    padding-top: 75.67%;
  }

  .secEstate .searchList .item img {
    border-radius: 5px;
  }

  .secEstate .themeList .item img {
    box-shadow: -2px -1px 10px 2px rgba(0, 0, 0, 0.2);
  }

  .secEstate .searchList .item .txtBox {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    font-weight: bold;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .secEstate .searchList .item .txtBox .tit {
    font-size: 20px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 168px;
  }

  .secEstate .searchList .item .txtBox .txt {
    font-size: 10px;
    letter-spacing: 0;
    margin-top: 5px;
  }

  .secEstate .themeList .item .txtBox {
    margin-top: 5px;
  }

  .secEstate .themeList .item .txtBox .titArea {
    display: flex;
    justify-content: space-between;
  }

  .secEstate .themeList .item .txtBox .tag {
    width: 40px;
    height: 14px;
    font-size: 10px;
  }

  .secEstate .themeList .item .txtBox .tit {
    width: calc(100% - 45px);
    font-size: 14px;
  }

  .secEstate .themeList .item .txtBox .txt {
    font-size: 10px;
    margin-top: 5px;
  }

  .secEstate .aTxtLink.estateLink {
    position: relative;
    top: auto;
    right: auto;
    width: 94.67%;
    height: 47px;
    border: none;
    border-radius: 23.5px;
    font-size: 14px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    margin: 30px auto 0;
  }
}

/* secNews*/
.secMember {
  margin-top: 0;
}

.secNews {
  background-color: #fff;
  padding: 100px 0 80px 0;
}

.secNews .cmnTitBox .jpTit {
  font-size: 24px;
  margin-top: 18px;
}

.secNews .newsList {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
}

.secNews .newsList .item {
  width: 100%;
}

.secNews .newsList .item .alink {
  position: relative;
  width: 100%;
  min-height: 91px;
  display: flex;
  align-items: center;
  padding: 30px 25px;
  padding-left: 0;
  border-top: 1px solid #ccc;
}

.secNews .newsList .item:last-child .alink {
  border-bottom: 1px solid #ccc;
}

.secNews .newsList .item .alink::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: #444444;
  border-radius: 100%;
  margin: auto;
}

.secNews .newsList .item .alink::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin: auto;
}

.secNews .newsList .item .inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.secNews .newsList .item .inner .icon {
  background-color: #fff;
  border-radius: 5px;
  width: 100px;
  height: 30px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.secNews .newsList .item .inner .icon {
  display: none;
}

.secNews .newsList .item .inner .icon01 {
  color: #eb5b95;
}

.secNews .newsList .item .inner .icon02 {
  color: #82af20;
}

.secNews .newsList .item .inner .date {
  /* margin-left: 100px; */
  padding-left: 10px;
  font-size: 12px;
  width: 86px;
}

.secNews .newsList .item .inner .icon+.date {
  margin-left: 0;
}

.secNews .newsList .item .inner .txt {
  font-size: 15px;
  margin-left: 186px;
  width: calc(100% - 286px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.secNews .newsList .item .inner .date+.txt {
  margin-left: 0;
}

.secNews .newsList .item .inner .icon+.txt {
  margin-left: 80px;
  padding-left: 10px;
}

.secNews .btnBox {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

.secNews .pageBtn {
  margin: 0;
}

.secNews .pageBtn+.pageBtn {
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .secNews {
    padding: 50px 0 40px 0;
  }

  .secNews .cmnTitBox .engTit {
    width: 44px;
  }

  .secNews .cmnTitBox .jpTit {
    font-size: 20px;
    margin-top: 5px;
  }

  .secNews .newsList {
    margin-top: 17px;
  }

  .secNews .newsList .item {
    width: 100%;
  }

  .secNews .newsList .item .alink {
    padding: 20px 22px;
    padding-left: 0;
    min-height: 88px;
  }

  .secNews .newsList .item .alink::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #444444;
    border-radius: 100%;
    margin: auto;
  }

  .secNews .newsList .item .alink::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin: auto;
  }

  .secNews .newsList .item .inner {
    flex-wrap: wrap;
  }

  .secNews .newsList .item .inner .icon {
    width: 100px;
    height: 24px;
    padding: 10px;
    font-size: 12px;
  }

  .secNews .newsList .item .inner .date {
    margin-left: 100px;
    padding-left: 10px;
    font-size: 11px;
    width: 86px;
  }

  .secNews .newsList .item .inner .icon+.date {
    margin-left: 0;
    padding: 0;
  }

  .secNews .newsList .item .inner .txt {
    font-size: 13px;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }

  .secNews .newsList .item .inner .icon+.txt {
    margin-left: 0;
    padding-left: 0;
  }

  .secNews .btnBox {
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
  }

  .secNews .pageBtn {
    width: 82.61%;
    height: 44px;
    border-radius: 22px;
  }

  .secNews .pageBtn+.pageBtn {
    margin: 20px 0 0 0;
  }
}

/* wrapperMember */
.wrapperMember {
  margin-top: 70px;
  background-color: #efefef;
  padding: 14px 10px 10px;
}

.wrapperMember.secCounter .memberArea .counterBox {
  align-items: center;
}

.wrapperMember.secCounter .memberArea .countTxt {
  margin-right: 22px;
}

.wrapperMember.secCounter .memberArea .nmberBox {
  width: 235px;
}

.wrapperMember.secCounter .memberArea .bgAbu {
  width: 75px;
  height: 90px;
}

.wrapperMember.secCounter .memberArea .numTxt {
  font-size: 70px;
}

.wrapperMember.secCounter .memberArea {
  margin-top: 0;
  height: auto;
  display: block;
}

.wrapperMember.secCounter .memberArea .imgBox {
  position: static;
}

.wrapperMember.secCounter .memberArea .aLink {
  height: 120px;
  margin-top: 6px;
  padding: 0 40px 0 60px;
}

.wrapperMember .pageBtn {
  box-shadow: none;
  width: 532px;
  height: 97px;
  border-radius: 5px;
  margin: 0;
  font-size: 24px;
}

.wrapperMember .pageBtn.nextArrow span::before {
  right: -23px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #182033;
  border-right: 2px solid #182033;
}

@media only screen and (max-width: 767px) {

  .wrapperMember,
  .wrapperMember.secCounter {
    display: none;
  }
}

/* secFeature */
.secFeature {
  margin-top: 85px;
}

.secFeature .cmnTitBox .jpTit {
  font-size: 24px;
  margin-top: 20px;
}

.secFeature .sliderBox .boxSlider {
  margin-top: 40px;
}

/* swiper-button */
.secFeature .sliderBox .swiper-button-prev,
.secFeature .sliderBox .swiper-button-next {
  width: 50px;
  height: 50px;
}

.secFeature .sliderBox .swiper-button-prev {
  box-shadow: none;
}

.secFeature .sliderBox .swiper-button-next {
  box-shadow: none;
}

.secFeature .sliderBox .swiper-button-prev.lazyloaded {
  background: url(../img/common/iconArrowPrev02.gif) center center / 18px auto no-repeat #000;
}

.secFeature .sliderBox .swiper-button-next.lazyloaded {
  background: url(../img/common/iconArrowNext02.gif) center center / 18px auto no-repeat #000;
}

@media only screen and (max-width: 767px) {
  .secFeature {
    margin-top: 33px;
  }

  .secFeature .cmnTitBox .engTit {
    width: 122px;
  }

  .secFeature .cmnTitBox .jpTit {
    font-size: 20px;
    margin-top: 5px;
  }

  .secFeature .sliderBox .boxSlider {
    margin-top: 20px;
  }

  /* swiper-button */
  .secFeature .sliderBox .swiper-button-prev,
  .secFeature .sliderBox .swiper-button-next {
    width: 30px;
    height: 30px;
  }

  .secFeature .sliderBox .swiper-button-prev.lazyloaded {
    background: url(../img/common/iconArrowPrev02.gif) center center / 9px auto no-repeat #000;
  }

  .secFeature .sliderBox .swiper-button-next.lazyloaded {
    background: url(../img/common/iconArrowNext02.gif) center center / 9px auto no-repeat #000;
  }
}

/* secConcept */
.secConcept {
  margin-top: 65px;
}

.secConcept .cmnTitBox .jpTit {
  font-size: 25px;
  margin-top: 15px;
}

.secConcept .linkBox {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.secConcept .item {
  width: 25%;
}

.secConcept .link {
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
  overflow: hidden;
}

.secConcept .link::after {
  position: absolute;
  content: "";
  margin: auto;
  display: block;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.secConcept .item:last-child .link::after {
  display: none;
}

.secConcept .txtBox {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 83.334%;
}

.secConcept .titEng {
  position: relative;
  display: inline-block;
}

.secConcept .titJpn {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 20px;
}

.secConcept .mainTxt {
  font-size: 33px;
  line-height: 1.76;
  letter-spacing: 0;
  font-weight: bold;
  margin-top: 10px;
}

.secConcept .mainTxt+.titJpn {
  margin-top: 20px;
}

@media only screen and (max-width: 1750px) {
  .secConcept .mainTxt {
    font-size: 29px;
  }

  .secConcept .titJpn {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1530px) {
  .secConcept .mainTxt {
    font-size: 25px;
  }

  .secConcept .titJpn {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .secConcept {
    margin-top: 60px;
  }

  .secConcept .cmnTitBox .jpTit {
    font-size: 15px;
    margin-top: 12px;
  }

  .secConcept .item {
    width: 100%;
  }

  .secConcept .link::after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }

  .secConcept .item:last-child .link::after {
    display: block;
  }

  .secConcept .linkBox {
    margin-top: 20px;
  }

  .secConcept .txtBox {
    left: 25px;
    bottom: 25px;
  }

  .secConcept .titEng img {
    width: auto;
    height: 15px;
  }

  .secConcept .titJpn {
    font-size: 12px;
    letter-spacing: 0.3px;
    margin-top: 13px;
  }

  .secConcept .item:nth-child(3) .titJpn {
    line-height: 26px;
    margin-top: 8px;
  }

  .secConcept .mainTxt {
    font-size: 22px;
    line-height: 32px;
    margin-top: 15px;
    letter-spacing: 1px;
  }

  .secConcept .item:nth-child(3) .mainTxt {
    margin-top: 8px;
  }

  .secConcept .mainTxt+.titJpn {
    margin-top: 11px;
  }
}

/* secSimulation */
.secSimulation {
  margin: 65px auto;
}

.secSimulation .aBnr {
  display: block;
  width: 100%;
  height: 330px;
  border-radius: 3px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.secSimulation .lazyloaded .aBnr {
  background: url(../img/index/bgLink.jpg) center top / cover;
}

.secSimulation .wrapperBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.secSimulation .cmnTitBox .jpTxt {
  font-size: 18px;
}

.secSimulation .cmnTitBox .jpSubTxt {
  font-size: 22px;
  line-height: 1.3;
  text-align: left;
  margin-top: 20px;
}

.secSimulation .simBox {
  position: relative;
  border: 2px solid #fff;
  border-radius: 5px;
  width: 500px;
  height: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.secSimulation .simBox::after {
  position: absolute;
  content: "";
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 35px;
  height: 50px;
  background: url(../img/index/iconSimulation.png) center top / cover no-repeat;
}

.secSimulation .simBox .txt {
  display: inline-block;
  padding-right: 5px;
  font-size: 26px;
  font-weight: bold;
}

.secSimulation .simBox .txt.spOnly {
  display: none;
}

@media only screen and (max-width: 767px) {
  .secSimulation {
    margin: 50px auto 40px;
  }

  .secSimulation .aBnr {
    height: 174px;
    border-radius: 0;
  }

  .secSimulation .lazyloaded .aBnr {
    background: url(../img/index/bgLinkSp.jpg) center top / cover;
  }

  .secSimulation .wrapperBtn {
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .secSimulation .cmnTitBox.wrapperSp355 {
    text-align: center;
    margin-bottom: 15px;
  }

  .secSimulation .cmnTitBox .engTit.spNone {
    display: none;
  }

  .secSimulation .cmnTitBox .jpTxt {
    font-size: 12px;
  }

  .secSimulation .cmnTitBox .jpSubTxt {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin-top: 0;
  }

  .secSimulation .simBox {
    border: 1px solid #fff;
    border-radius: 23.5px;
    width: 94.67%;
    height: 47px;
    margin-top: 22px;
  }

  .secSimulation .simBox::after {
    display: none;
  }

  .secSimulation .simBox::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }

  .secSimulation .simBox .txt {
    display: inline-block !important;
    padding-right: 0;
    font-size: 14px;
  }

  .secSimulation .simBox .txt.spNone {
    display: none !important;
  }
}