.main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-pcDb {
  display: block;
}

.u-spDb {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pcDb {
    display: none;
  }

  .u-spDb {
    display: block;
  }

}

/*
#head {
  position: absolute;
  top: 0;
  z-index: 999;
} */

/*-----------------------------------------------
topMenu
------------------------------------------------*/
.topMenu {
  position: absolute;
  z-index: 2;
  width: 100%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .topMenu {
    display: none;
  }
}

.topMenu.publicRelationsMenu {
  position: relative;
}

.topMenu__list {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #fff;
  padding: 0 30px;
}

.topMenu__item:not(:last-child) {
  margin-right: 65px;
}

.topMenu__link {
  cursor: pointer;
  position: relative;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4em;
  color: #000;
  font-weight: 600;
  line-height: 2.5;
  transition: .6s;
  /* text-shadow: 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1); */
  padding: 30px 0;
}

.topMenu__link:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 130%;
  height: 40%;
  border-radius: 8px;
  transition: .6s;
}

@media screen and (min-width: 767px) {
  .topMenu__link:hover {
    color: #fff !important;
    text-decoration: none !important;
    text-shadow: none !important;
  }

  .topMenu__link:hover.topMenu__link:after {
    background-color: #3C5AAC;
  }
}

.publicRelationsMenu .topMenu__link {
  color: #000;
  text-shadow: none;
}

@media screen and (min-width: 767px) {
  .publicRelationsMenu .topMenu__link:hover {
    color: #fff !important;
    text-decoration: none !important;
  }
}

/* メガメニュー */

.topMenu__megaMenu {
  position: absolute;
  top: 100%;

  display: none;
}

.topMenu__event {
  right: 270px;
}

.topMenu__publicRelations {
  right: 150px;
}

.topMenu__coverage {
  right: 0;
}

.topMenu__megaMenuItem {
  border-bottom: 1px solid #fff;
  background: rgba(255, 255, 255, 0.822);
  transition: .6s;
}

@media screen and (min-width: 767px) {
  .topMenu__megaMenuItem:hover {
    background: #3C5AAC;
    border-bottom: 1px solid #3C5AAC;
  }
}

.topMenu__megaMenuLink {
  font-size: 1.4em;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  line-height: 1.6;
  padding: 14px 100px 14px 10px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 767px) {
  .topMenu__megaMenuLink:hover {
    color: #fff !important;
  }

  .topMenu__megaMenuLink:hover .topMenu__megaMenuImg {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}

.topMenu__megaMenuImg {
  display: block;
  width: 16px;
  margin-left: 5px;
}

.topMenuSp__title {
  display: none !important;
}

.topMenuSp__btnWrap {
  display: none;
}

/*-----------------------------------------------
topMenuSP
------------------------------------------------*/

@media screen and (max-width: 767px) {

  .topMenuSp {
    display: none;
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 100vh;
    background: #fff;
    overflow: auto;
  }

  .topMenuSp__btnBack {
    width: 100%;
    height: 50px;
    background: #fff;
    border-bottom: 1px solid #000;
  }

  .topMenuSp__btnWrap {
    cursor: pointer;
    position: absolute;
    display: flex;
    top: 50px;
    right: 10px;
    justify-content: flex-end;
    align-items: center;
    z-index: 999;
  }

  .topMenuSp__btnWrap.active {
    display: flex !important;
  }

  .topMenuSp__openbtnWrap {
    border: none;
    background: none;
    position: relative;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 15%;
    right: 12%;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  .topMenuSp__btnWrap.active .topMenuSp__openbtnWrap {
    right: 9%;
  }

  .topMenuSp__openbtn {
    display: block;
    position: absolute;
    right: 8%;
    width: 40px;
    height: 1.5px;
    background: #000;

  }

  .topMenuSp__btnWrap.active .topMenuSp__openbtn {
    background: #000;
    box-shadow: none;
  }

  .topMenuSp__openbtn:first-child {
    top: 14px;
  }

  .topMenuSp__openbtn:nth-child(2) {
    top: 23px;
  }

  .topMenuSp__openbtn:nth-child(3) {
    top: 32px;
  }

  .topMenuSp__btnWrap.active span:nth-of-type(1) {
    top: 18px;
    transform: translateY(4px) rotate(-25deg);
    width: 40px;
    background: #000;
    z-index: 999;
  }

  .topMenuSp__btnWrap.active span:nth-of-type(2) {
    opacity: 0;
  }

  .topMenuSp__btnWrap.active span:nth-of-type(3) {
    top: 28px;
    transform: translateY(-5px) rotate(-155deg);
    /* transform: translateY(-6px) rotate(25deg); */
    width: 40px;
  }

  .topMenuSp__title {
    position: relative;
    z-index: 9999;
    color: #000;
    font-size: 1.2em;
    letter-spacing: .08em;
    display: none;
    /* text-shadow: 0 0 4px rgba(0, 0, 0, 1), 0 0 4px rgba(0, 0, 0, 1); */
  }

  .topMenuSp__btnWrap.active .topMenuSp__title {
    color: #000;
    text-shadow: none;
  }

  .topMenuSp__nav {
    position: fixed;
    z-index: -1;
    display: none;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #fff;
    transition: all 0.3s;
  }

  .topMenuSp__nav.panelactive {
    transition: .3s;
    display: block;
    z-index: 9;
  }

  .topMenuSp__list {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 15%;
  }

  .topMenuSp__nav.panelactive ul {
    display: block;
  }

  .topMenuSp__megaMenuImg {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 7%;
  }

  .topMenuSp__megaMenuItem {
    width: 80%;
    padding-top: 20px;
    font-weight: normal;
  }

  .topMenuSp__megaMenuLink {
    font-size: 1.3em;
    color: #000;
    display: flex;
    line-height: 1.4;
  }

  .topMenuSp__nav.panelactive.topMenuSp__list {
    display: block;
  }

  .topMenuSp__item {
    position: relative;
    list-style: none;
    font-size: 1.3em;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    border-bottom: 1px solid #E6E6E6;
    padding: 20px;
    transition: .6s;
  }

  .topMenuSp__item:first-of-type::before {
    display: none;
  }

  .topMenuSp__item:first-of-type::after {
    display: none;
  }


  .topMenuSp__item::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 1px;
    right: 30px;
    top: 26px;
    background: #000;
  }

  .topMenuSp__item::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    right: 39px;
    top: 18px;
    transition: .3s;
    /* transform: translateY(-10%); */
    background: #000;


  }

  .topMenuSp__item.active::after {
    /* background-color: rgba(0, 0, 0, 0.3); */
    transform: rotate(90deg) translateX(-50%);

  }

  .topMenuSp__item:first-child {
    border-top: 1px solid #E6E6E6;
  }

  .topMenuSp__link {
    color: #000;
  }

  .topMenuSp__megaMenu {
    display: none;
  }






  .siteHeaderSP__nav {
    display: none;
    height: 100%;

  }

  .siteHeaderSP__nav.panelactive {
    display: block;
  }

    .headerSP__itemActiveBorder>.siteHeaderSP__navListItemLinkToggle {
    background: #3C5AAC;
    border-color: #3C5AAC;
  }

  .headerSP__itemActiveBorder>.siteHeaderSP__navListItemLink {
    color: #fff;
  }

  .headerSP__itemActiveBorder>.siteHeaderSP__navListItemLink:before,
  .headerSP__itemActiveBorder>.siteHeaderSP__navListItemLink:after {
    background-color: #fff;
  }


  .siteHeaderSP__navList {
    max-width: 800px;
    padding-top: 100px;
    padding-bottom: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;

  }

  .siteHeaderSP__navListItem {
    list-style-type: none;
    border-top: 2px solid rgba(112, 112, 112, 0.3);
  }

  .siteHeaderSP__navListItem:last-child {
    list-style-type: none;

  }

  @media screen and (max-width: 768px) {
    .siteHeaderSP__navListItem {
      position: relative;
    }
  }

  .siteHeaderSP__navListItemLink {
    width: 100%;
    background: none;
    border: none;
    display: block;
    text-align: left;
    font-size: 1.6em;
    font-weight: 500;
    letter-spacing: 0.2em;
    padding-bottom: 20px;
    padding-top: 40px;
    /* padding-left: 10px; */
    text-indent: 10px;
    color: #02051d;
  }

  #siteHeaderSP__closedBtn {
    text-align: center !important;
  }

  .siteHeaderSP__navListItemLink.has-link {
    color: #192a80;
    text-decoration: underline;
  }

  .siteHeaderSP__dropMenuOne {
    text-indent: 18px;
  }

  .siteHeaderSP__navListItemLink:first-of-type {
    padding-top: 20px;
  }

  .siteHeaderSP__navListItemLink:last-child {
    border-bottom: none;
  }

  .siteHeaderSP__navListItemLinkToggle {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  @media screen and (max-width: 768px) {
    .siteHeaderSP__navListItemLinkToggle {
      position: relative;
    }
  }

  .siteHeaderSP__navListItemLinkToggle::before {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 17px;
    height: 1px;
    top: 56%;
    /* right: -0.45px; */
    right: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;

    transform: rotate(-90deg) translateX(-50%) translateY(0.1px);
    -webkit-transform-origin: left top;
    transform-origin: left top;

  }
  .siteHeaderSP__navListItemLinkToggle::before:focus{
    outline: none;
  }

  .siteHeaderSP__navListItemLinkToggle::after {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 17px;
    height: 1px;
    top: 56%;
    right: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    pointer-events: none;
  }

  .siteHeaderSP__navListItemInnerList {
    padding: 0;
    display: none;
  }

  .siteHeaderSP__navListItemInnerListItem {
    width: 98%;
    list-style-type: none;
    padding-left: 10px;
    margin: 0 auto;

  }

  .siteHeaderSP__navListItemInnerListItem:first-child {
    padding-top: 20px;
  }


  .siteHeaderSP__navListItemInnerListItem:last-child {
    /* padding-bottom: 10px; */
  }

  .siteHeaderSP__navListItemInnerListItem:last-child.siteHeaderSP__navListItemInnerListItemLink {
    padding-bottom: 10px;
    border: none;
  }

  .siteHeaderSP__navListItemInnerListItemLink {
    font-size: 1.6em;
    font-weight: 400;
    color: #333;
    display: flex;
    align-items: center;
    padding: 15px 0;
    padding-left: 10px;
    margin-right: 20px;
    letter-spacing: 0.1em;
    border-bottom: solid 1px #E4E4E4;
  }

  .siteHeaderSP__navListItemInnerListItemLink:hover {
    text-decoration: none;
  }

  .siteHeaderSP__navListItemInnerListItemLink.has-link {
    color: #192a80;
    text-decoration: underline;
  }

  .siteHeaderSP__navListItemInnerListItemLink>.topMenu__megaMenuImg {
    margin-right: 10px;
    border-bottom: solid 1px #E4E4E4;
  }
}

.siteHeaderNavMenu {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 1;
  display: none;
}

.siteHeaderNavMenu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.siteHeaderNavMenu__bg {
  width: 100%;
  height: 373px;
  background-color: #111e6c;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -1;
  display: none;
}

.siteHeaderNavMenu__innerAbout {
  padding: 50px 40px 0;
  width: 535px;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .siteHeaderNavMenu__innerAbout {
    margin-right: 220px;
  }
}

.siteHeaderNavMenu__innerBusiness {
  padding: 50px 40px 0;
  width: 592px;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .siteHeaderNavMenu__innerBusiness {
    margin-right: 150px;
  }
}

.siteHeaderNavMenu__innerMedia {
  padding: 50px 40px 0;
  width: 474px;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .siteHeaderNavMenu__innerMedia {
    margin-right: 135px;
  }
}

.siteHeaderNavMenu__innerEsg {
  padding: 50px 40px 0;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .siteHeaderNavMenu__innerEsg {
    margin-right: 86px;
  }
}

.siteHeaderNavMenu__innerNews {
  padding: 50px 40px 0;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .siteHeaderNavMenu__innerNews {
    margin-right: 92px;
    padding: 50px 0 0;
  }
}

.siteHeaderNavMenu__innerRecruit {
  padding: 50px 40px 0;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .siteHeaderNavMenu__innerRecruit {
    margin-right: 33px;
    padding: 50px 0 0;
  }
}

.siteHeaderNavMenu__title {
  font-size: 4em;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  margin-right: 60px;
  line-height: 1;
}

.siteHeaderNavMenu__list {
  width: 250px;
}

.siteHeaderNavMenu__listSmall {
  width: 200px;
}

.siteHeaderNavMenu__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.301);
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}

.siteHeaderNavMenu__item:last-of-type {
  margin-bottom: 0;
}

.siteHeaderNavMenu__item:nth-child(5) {
  border-bottom: none;
  padding-bottom: 0;
}

.siteHeaderNavMenu__item:first-child .siteHeaderNavMenu__link {
  padding-top: 0;
}

.siteHeaderNavMenu__item:first-child .siteHeaderNavMenu__img {
  top: 10%;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}

.siteHeaderNavMenu__item:hover .siteHeaderNavMenu__link {
  opacity: 0.6;
}

.siteHeaderNavMenu__item:hover .siteHeaderNavMenu__img {
  left: 88%;
}

.siteHeaderNavMenu__link {
  font-size: 1.5em;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 400;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: block;
  padding-bottom: 20px;
  padding-top: 20px;
}

.siteHeaderNavMenu__img {
  background: url(../images/top/arrow_menu.png) no-repeat center/contain;
  width: 24px;
  height: 16px;
  left: 85%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}


.headerSP__itemActive::before {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: rotate(0) translateX(-50%);
  transform: rotate(0) translateX(-50%);

}

.headerSP__itemActive::after {
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

.headerSP__itemActiveBorder {
  border-bottom: none !important;
}

.burgerActive {
  background-color: transparent;
}

.burgerActive__top {
  -webkit-transform: translateY(2px) translateX(-2px) rotate(-45deg);
  transform: translateY(2px) translateX(-2px) rotate(-45deg);
}

.burgerActive__middle {
  opacity: 0;
}

.burgerActive__bottom {
  -webkit-transform: translateY(-4.5px) translateX(2px) rotate(45deg);
  transform: translateY(-4.5px) translateX(2px) rotate(45deg);
}

.siteHeaderSP__snsWrap {
  display: none;
}

.siteHeaderSP__nav {
  display: none;
}

@media screen and (max-width: 767px) {
  .siteHeaderSP__snsWrap {
    display: flex;
    justify-content: center;
    padding-top: 30px;
  }

  .siteHeaderSP__facebook {
    width: 60px;
    margin-right: 20px;
  }

  .siteHeaderSP__twitter {
    width: 60px;
  }


  .siteHeaderSP__active {
    display: block;
  }

  .headerSP__active {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }

  .siteHeaderSP__logoChange {
    background-image: url("../images/common/header_logoBlackSP.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}


@media screen and (max-width: 767px) {
  .fixed {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
  }

  .fixed02 {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 99;
  }
}



/*-----------------------------------------------
topKv
------------------------------------------------*/

.topKv {
  position: relative;
  width: 100%;
}

.topKv__img {
  width: 100%;
  height: calc(100vh - 80px);
}

.topKv__img img.u-pcDb {
  display: block !important;
}

.topKv__img img.u-spDb {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .topKv__img {
    height: calc(100vh - 50px);
  }
}

@media screen and (max-width: 767px) {
  .topKv__img img.u-pcDb {
    display: none !important;
  }

  .topKv__img img.u-spDb {
    display: block !important;
  }
}

.topKv__text {
  position: absolute;
  bottom: 10px;
  left: 1.5vw;
  padding: 2px;
  font-size: 1.4em;
  font-weight: 600;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .topKv__text {
    bottom: 2%;
    left: 5%;
    font-size: 1.2em;
  }
}

.topKv__catch {
  position: absolute;
  font-family: YuMincho, 'Yu Mincho', serif;
  bottom: 5%;
  left: 2.5%;
  font-size: 7em;
  color: #fff;
  line-height: 1.3;
  text-shadow: 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1);
}

@media screen and (max-width: 1200px) {
  .topKv__catch {
    font-size: 5em;
  }
}

@media screen and (max-width: 767px) {
  .topKv__catch {
    font-size: 3.5em;
    padding: 3%;
  }
}

@media screen and (max-width: 367px) {
  .topKv__catch {
    font-size: 2.8em;
    padding: 3%;
  }
}

.topKv__swiperBtn {
  position: absolute;
  right: 10%;
  bottom: 3%;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  border: none;
}

/* .topKv__swiperBtnLink {
  display: inline-block;
  width: 100%;
  height: 100%;

} */

@media screen and (max-width: 767px) {
  .topKv__swiperBtn {
    right: 4%;
    bottom: 2%;
    width: 4rem;
    height: 4rem;
  }
}

.topKv__start {
  display: none;
}

.topKv__start,
.topKv__stop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .6s;
}

.topKv__sns {
  position: absolute;
  right: 3%;
  bottom: 3%;
  display: flex;
}

@media screen and (max-width: 767px) {
  .topKv__sns {
    display: none;
  }
}

.topKv__facebook {
  width: 50px;
  margin-right: 20px;
  transition: .6s;
}

.topKv__twitter {
  width: 50px;
  transition: .6s;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1);
}

.slick-slide {
  height: auto !important;
}

.slider {
  overflow: hidden;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.slick-animation {
  /* animation: fadezoom 9s .1s forwards; */
}

/*-----------------------------------------------
mainContent
------------------------------------------------*/
.mainContent {
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
  padding: 6em 0;
}

.mainContent__wrap {
  max-width: 133em;
  margin: 0 auto;
  padding: 0 3.5em;
}

@media screen and (max-width: 767px) {
  .mainContent__wrap {
    max-width: auto;
    width: 90%;
    padding: 0;
  }
}

.mainContent__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .mainContent__list {
    display: block;
  }
}

.mainContent__item {
  width: 42em;
  margin-right: 2.2em;
  margin-bottom: 6em;
}

@media screen and (max-width: 767px) {
  .mainContent__item {
    width: auto;
    margin-right: 0;
  }
}

.mainContent__itemHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 2em;
  background: rgb(60, 90, 180);
  background: linear-gradient(180deg, rgba(60, 90, 180, 1) 0%, rgba(36, 59, 122, 1) 100%);
}

.mainContent__itemHeadText {
  font-size: 1.75em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mainContent__itemHeadText {
    font-size: 1.6em;
  }
}

.mainContent__itemHeadImg {
  display: block;
  width: 3.7em;
  height: 3.7em;
}

.mainContent__itemHeadImgWidth {
  display: block;
  width: 4.7em;
  height: 3.7em;
}

.mainContent__itemHeadImgBig {
  display: block;
  width: 4.1em;
  height: 3.7em;
}

.mainContent__itemHeadImgBig02 {
  display: block;
  width: 3.65em;
  height: 3.7em;
}

@media screen and (max-width: 767px) {
  .mainContent__itemHeadImg {
    display: block;
    width: 3.6em;
    height: 3.6em;
  }

  .mainContent__itemHeadImgWidth {
    display: block;
    width: 4.6em;
    height: 3.6em;
  }

  .mainContent__itemHeadImgBig {
    display: block;
    width: 3.6em;
    height: 3.15em;
  }

  .mainContent__itemHeadImgBig02 {
    display: block;
    width: 3.6em;
    height: 3.65em;
  }
}

.mainContent__itemBody01 {
  width: 42em;
  background: #F2F2F2;
}

.mainContent__itemBody02 {
  width: 42em;
  background: #F2F2F2;
}

.mainContent__itemBody03 {
  width: 42em;
  background: #F2F2F2;
}

.mainContent__itemBody04 {
  width: 42em;
  background: #F2F2F2;
}

.mainContent__itemBody05 {
  width: 42em;
  background: #F2F2F2;
}

@media screen and (max-width: 767px) {

  .mainContent__itemBody01 {
    width: auto;
  }

  .mainContent__itemBody02 {
    width: auto;
  }

  .mainContent__itemBody03 {
    width: auto;
  }

  .mainContent__itemBody04 {
    width: auto;
  }

  .mainContent__itemBody05 {
    width: auto;
  }
}

.mainContent__itemCard {
  padding: 2.2em 2em;
  display: flex;
  border-bottom: 2px solid #D9D9D9;
}

.mainContent__itemCard .is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}


.mainContent__itemCard.visually-hidden {
  position: fixed !important;
  /* keep it on viewport */
  top: 0px !important;
  left: 0px !important;
  /* give it non-zero size, VoiceOver on Safari requires at least 2 pixels
     before allowing buttons to be activated. */
  width: 4px !important;
  height: 4px !important;
  /* visually hide it with overflow and opacity */
  opacity: 0 !important;
  overflow: hidden !important;
  /* remove any margin or padding */
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  /* ensure no other style sets display to none */
  display: block !important;
  /* visibility: visible !important; */
}



.mainContent__cardImg {
  width: 15em;
  margin-right: 1.5em;
}


.mainContent__cardTextWrap {
  width: 21em;
  color: #000;
  transition: .6s;
}

.mainContent__cardTextWrap:hover {
  /* color: #000; */
  /* text-decoration: underline; */
  /* transition: .6s; */
}

@media screen and (max-width: 767px) {
  .mainContent__cardTextWrap {
    width: 50%;
  }
}

.mainContent__cardTextLink {
  color: #192a80;
  transition: color .6s;
}

.mainContent__cardTextLink>.mainContent__cardText {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .mainContent__cardTextLink:hover {
    text-decoration-color: #fff;
  }

  .mainContent__cardTextLink:hover .mainContent__cardText {
    background-color: #192a80;
    color: #fff;
  }
}

.mainContent__cardText {
  display: inline-block;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: .4em;
  transition: .6s;
}


.mainContent__cardIconWrap {
  display: flex;
}

.mainContent__cardIconPdf {
  display: block;
  width: 1.4em;
  height: 1.6em;
  margin-right: .7em;
  transition: .6s;
}

.mainContent__cardIconWindow {
  display: block;
  width: 1.5em;
  height: 1.5em;
  transition: .6s;
}

.mainContent__itemMoreWrap {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 3em 0 2.5em;
}

.showmore_content {
  position: relative;
  overflow: hidden;
}


.showmore_trigger {
  width: 100%;
  display: flex;
  justify-content: center;
  transition: .6s;
  background: #F2F2F2;
}


.showmore_trigger button {
  width: 100%;
  padding: 3em 0 2.5em;
  cursor: pointer;
  text-align: center;
  font-size: 1.4em;
  line-height: 1.6;
  color: #3C5AB4;
  font-weight: 500;
  transition: .6s;
  background: none;
  border: none;
}

.showmore_trigger button:hover {
  text-decoration: underline;
}

.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}

.none {
  display: none;
}

@media screen and (max-width: 767px) {
  .active {
    display: block !important;
  }
}