@charset "UTF-8";
/*----------------------------------

homeCSS

----------------------------------*/
body.home main h2 {
  letter-spacing: -0.02em;
}
body.home main .mainVis {
  position: relative;
  padding-top: 56px;
}
body.home main .mainVis a {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.home main .mainVis a:hover {
  opacity: 0.8;
}
body.home main .mainVis img {
  min-width: 100%;
  height: auto;
}
body.home main .mainVis .swiper-container {
  display: none;
  width: 100%;
  height: 100%;
}
body.home main .mainVis .swiper-pagination-bullet {
  opacity: 0.5;
  background: #fff;
}
body.home main .mainVis .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
body.home main .mainVis .swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 0 8px;
}
body.home main .mainVis .swiper-container-horizontal > .swiper-pagination-bullets,
body.home main .mainVis .swiper-pagination-custom,
body.home main .mainVis .swiper-pagination-fraction {
  width: auto;
  display: inline-block;
  position: absolute;
  right: 16%;
  bottom: 40px;
  left: auto;
}
body.home main .mainVis .swiper-button-next,
body.home main .mainVis .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% + 27px);
  background: none;
  color: #fff;
  transition: 0.3s;
}
body.home main .mainVis .swiper-button-next::after,
body.home main .mainVis .swiper-button-prev::after {
  content: "";
  width: 17px;
  height: 36px;
  display: block;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
body.home main .mainVis .swiper-button-next:hover,
body.home main .mainVis .swiper-button-prev:hover {
  opacity: 0.7;
}
body.home main .mainVis .swiper-button-next {
  right: 32px;
}
body.home main .mainVis .swiper-button-next::after {
  background-image: url("../img/home/home_next_pc.png");
}
body.home main .mainVis .swiper-button-prev {
  left: 32px;
}
body.home main .mainVis .swiper-button-prev::after {
  background-image: url("../img/home/home_prev_pc.png");
}
body.home main .irNav {
  height: 66px;
  border-bottom: 1px solid #d9d9d9;
  background: #000000;
}
body.home main .irNav .inner {
  max-width: 1720px;
  height: 100%;
}
body.home main .irNav ul {
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.home main .irNav li {
  display: block;
  position: relative;
  width: 100%;
  max-width: 300px;
  padding: 0 5px;
  text-align: center;
}
body.home main .irNav li:nth-child(5) {
  min-width: 200px;
}
/*body.home main .irNav li:last-child {
  max-width: 170px;
}*/
body.home main .irNav li + li::before {
  content: "";
  position: absolute;
  background: #d9d9d9;
  width: 1px;
  height: 17px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
body.home main .irNav a {
  color: #fff;
}
body.home main .irNav span {
  font-size: 1.7rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2;
}
body.home main .irNav .searchWrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 87px;
  margin: auto;
  height: 19px;
}
@media all and (-ms-high-contrast: none) {
  body.home main .irNav .searchWrapper {
    left: 0;
    right: 0;
  }
}
body.home main .irNav .searchWrapper .inputHolder {
  width: 19px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0);
  position: relative;
  transition: all 0.3s ease-in-out;
}
body.home main .irNav .searchWrapper .inputHolder .searchInput {
  width: 100%;
  height: 100%;
  padding: 0px 70px 0 30px;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
  box-sizing: border-box;
  border: none;
  outline: none;
  color: #333333;
  transition-delay: 0.3s;
}
body.home main .irNav .searchWrapper .inputHolder .searchBtn, body.home main .irNav .searchWrapper .inputHolder .searchIcon {
  width: 19px;
  height: 19px;
  border: none;
  background: transparent;
  padding: 0px;
  outline: none;
  position: relative;
  z-index: 2;
  float: right;
  cursor: pointer;
}
body.home main .irNav .searchWrapper .inputHolder .searchBtn span, body.home main .irNav .searchWrapper .inputHolder .searchIcon span {
  width: 19px;
  height: 19px;
  margin: auto;
  background: url("../img/common/icon_search.png") no-repeat;
  display: block;
  transition: opacity 0.3s ease;
}
body.home main .irNav .searchWrapper .inputHolder .searchBtn span:hover, body.home main .irNav .searchWrapper .inputHolder .searchIcon span:hover {
  opacity: 0.5;
}
body.home main .irNav .searchWrapper .inputHolder .searchBtn {
  display: none;
}
body.home main .irNav .searchWrapper .close {
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto;
  width: 19px;
  height: 19px;
  cursor: pointer;
  transition: 0.3s;
}
body.home main .irNav .searchWrapper .close img {
  margin-top: -5px;
  transition: 0.3s;
}
@media all and (-ms-high-contrast: none) {
  body.home main .irNav .searchWrapper .close img {
    margin-top: 0;
  }
}
body.home main .irNav .searchWrapper.active {
  height: 42px;
}
@media all and (-ms-high-contrast: none) {
  body.home main .irNav .searchWrapper.active {
    left: auto;
  }
}
body.home main .irNav .searchWrapper.active .inputHolder {
  width: 490px;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
body.home main .irNav .searchWrapper.active .inputHolder .searchInput {
  opacity: 1;
  transform: translate(0, 0);
}
body.home main .irNav .searchWrapper.active .inputHolder .searchBtn {
  display: block;
  width: 40px;
  height: 40px;
  background: #000;
  transition: opacity 0.3s ease;
}
body.home main .irNav .searchWrapper.active .inputHolder .searchBtn:hover {
  opacity: 0.5;
}
body.home main .irNav .searchWrapper.active .inputHolder .searchBtn span {
  width: 19px;
  height: 19px;
  background: url("../img/common/icon_search_active.png") no-repeat;
  display: block;
}
body.home main .irNav .searchWrapper.active .inputHolder .searchBtn span:hover {
  opacity: 1;
}
body.home main .irNav .searchWrapper.active .inputHolder .searchIcon {
  display: none;
}
body.home main .irNav .searchWrapper.active .close {
  opacity: 1;
  display: block;
  right: -20px;
}
body.home main .irNav .searchWrapper.active .close:hover img {
  opacity: 0.5;
}
body.home main section.info .inner {
  display: flex;
  justify-content: space-between;
  margin-top: 132px;
}
body.home main section.info .infoBox {
  width: 100%;
  max-width: 860px;
  border: 1px solid #ededed;
}
body.home main section.info .infoBox h2 {
  margin-bottom: 44px;
  padding: 30px 33px 0;
}
body.home main section.info .infoBox h2 span {
  display: inline;
  margin-left: 26px;
}
body.home main section.info .infoList {
  max-width: 769px;
  margin: 0 auto 30px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 1.6;
}
body.home main section.info .infoList li {
  width: 100%;
  min-height: 2em;
  margin-bottom: 8px;
  padding-left: 34px;
  text-indent: -32px;
}
body.home main section.info .infoList a span {
  margin-left: 8px;
  font-size: 1.1rem;
  color: #717171;
}
body.home main section.info .infoList + .btn {
  background: #e3e3e3;
  border-color: #e3e3e3;
}
body.home main section.info .infoList + .btn span {
  width: 22px;
  margin-right: 12px;
  display: inline-block;
}
body.home main section.info .visionBox {
  position: relative;
  width: 100%;
  max-width: 290px;
  margin-left: 30px;
}
body.home main section.info .visionBox h3 {
  margin: 0;
  line-height: 1.3;
  position: absolute;
  top: 29px;
  left: 34px;
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: -0.03em;
}
body.home main section.topics .inner {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
body.home main section.topics .topicsBox {
  position: relative;
  width: 100%;
  max-width: 795px;
  margin-bottom: 100px;
}
body.home main section.topics .topicsBox h2 {
  margin-bottom: 26px;
  padding: 4px 34px 0;
  display: flex;
  align-items: center;
  line-height: 1;
}
body.home main section.topics .topicsBox h2 span {
  display: inline;
  margin-left: 26px;
}
body.home main section.topics .topicsBox .btn {
  position: absolute;
  min-width: 173px;
  top: 0;
  left: auto;
  right: 0;
  padding: 11px 26px;
  color: #000;
  background: #fff;
  transform: none;
}
body.home main section.topics .topicsBox .btn.iconRight::before {
  background-image: url("../img/common/icon_arrow-right.svg");
}
body.home main section.topics .topicsList {
  letter-spacing: 0;
}
body.home main section.topics .topicsList li {
  padding: 25px 0 22px;
  border-top: 1px solid #d9d9d9;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
body.home main section.topics .topicsList li:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}
body.home main section.topics .topicsList .cat {
  min-width: 90px;
  margin-right: 16px;
  padding: 2px;
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  background: #f7f7f7;
}
body.home main section.topics .topicsList .date {
  margin-right: 28px;
  display: inline-block;
  font-size: 1.2rem;
  color: #b4b4b4;
  line-height: 1.3;
}
body.home main section.topics .topicsList .link {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.3;
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
body.home main section.topics .topicsList .link a {
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 32px;
}
body.home main section.topics .topicsList .link a::before {
  margin: auto;
  top: 0;
  bottom: 0;
}
body.home main section.topics .topicsList .new {
  margin-left: 10px;
  display: inline-block;
  font-size: 1.1rem;
  color: #ff7d51;
}
body.home main section.topics .stockPriceBox {
  position: relative;
  width: 100%;
  max-width: 325px;
  margin-left: 30px;
}
body.home main section.topics .stockPriceBox h3 {
  margin: 0;
  line-height: 1.2;
  position: absolute;
  top: 38px;
  left: 40px;
  color: #fff;
  font-size: 3rem;
  letter-spacing: -0.03em;
}
body.home main section.menu h2 {
  margin-top: 68px;
  margin-bottom: 57px;
  text-align: center;
}
body.home main section.menu h2 span {
  margin-top: 5px;
}
body.home main .menuListWrap {
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
body.home main .menuList {
  width: 31.442%;
  min-height: 478px;
  padding: 48px 40px 45px;
}
body.home main .menuList h3 {
  margin: 0;
  padding: 0 4px 20px;
}
body.home main .menuList h3 a {
  padding: 0;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0;
}
body.home main .menuList ul {
  margin: 0;
}
body.home main .menuList li + li {
  margin-top: 1px;
}
body.home main .menuList a {
  padding-left: 2px;
  padding-right: 23px;
  font-size: 1.4rem;
  color: #fff;
}
body.home main .menuList a::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
}
body.home main .menuList a.iconRight::before {
  background-image: url("../img/common/icon_arrow-right_white.svg");
}
body.home main .menuList a.blank {
  padding-right: 40px;
}
body.home main .menuList a.blank::after {
  content: "";
  position: absolute;
  background: url("../img/common/icon_blank.png") no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  top: 3px;
  right: 16px;
  bottom: 0;
  left: auto;
}
body.home main .menuList:nth-of-type(1) {
  background: url("../img/home/menu_01_bg_pc.jpg") no-repeat center;
  background-size: cover;
}
body.home main .menuList:nth-of-type(2) {
  background: url("../img/home/menu_02_bg_pc.jpg") no-repeat center;
  background-size: cover;
}
body.home main .menuList:nth-of-type(3) {
  background: url("../img/home/menu_03_bg_pc.jpg") no-repeat center;
  background-size: cover;
}
body.home main .menuList:nth-of-type(4) {
  background: url("../img/home/menu_04_bg_pc.jpg") no-repeat center;
  background-size: cover;
}
body.home main .menuList:nth-of-type(5) {
  padding: 0;
}
body.home main .menuList:nth-of-type(5) a {
  display: block;
  padding: 19px 30px 17px 39px;
  font-size: 2.2rem;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0;
  background: #fff;
}
body.home main .menuList:nth-of-type(5) a:nth-of-type(1) {
  background: url("../img/home/menu_05_01_bg_pc.jpg") no-repeat right;
  background-size: cover;
}
body.home main .menuList:nth-of-type(5) a:nth-of-type(2) {
  background: url("../img/home/menu_05_02_bg_pc.jpg") no-repeat right;
  background-size: cover;
}
body.home main .menuList:nth-of-type(5) a:nth-of-type(3) {
  background: url("../img/home/menu_05_03_bg_pc.jpg") no-repeat right;
  background-size: cover;
}
body.home main .menuList:nth-of-type(5) a:nth-of-type(4) {
  background: url("../img/home/menu_05_04_bg_pc.jpg") no-repeat right;
  background-size: cover;
}
body.home main .menuList:nth-of-type(5) a:nth-of-type(5) {
  background: url("../img/home/menu_05_05_bg_pc.jpg") no-repeat right;
  background-size: cover;
}
body.home main .menuList:nth-of-type(5) a + a {
  margin-top: 20px;
}
body.home main .menuList:nth-of-type(5) a::before {
  width: 21px;
  height: 5px;
  right: 30px;
  background-image: url("../img/common/icon_arrow.png");
}
body.home main .menuList:nth-of-type(6) {
  background: url("../img/home/menu_06_bg_pc.jpg") no-repeat center;
  background-size: cover;
  padding: 42px 50px 26px;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body.home main .menuList:nth-of-type(6) ul {
  margin-bottom: 87px;
}
body.home main .menuList:nth-of-type(6) li {
  border: none;
}
body.home main .menuList:nth-of-type(6) li + li {
  margin-top: 20px;
}
body.home main .menuList:nth-of-type(6) a {
  display: inline-block;
  color: #000;
}
body.home main .menuList:nth-of-type(6) a.iconRight::before {
  background-image: url("../img/common/icon_arrow-right.svg");
}
body.home main .menuList:nth-of-type(6) ul + div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "Meiryo UI", YuGothic, "Yu Gothic", sans-serif;
}
body.home main .menuList:nth-of-type(6) ul + div .img {
  width: 100%;
  margin-bottom: 6px;
  text-align: center;
}
body.home main .menuList:nth-of-type(6) ul + div a {
  padding: 0 11px;
  position: relative;
  letter-spacing: 0;
}
body.home main .menuList:nth-of-type(6) ul + div a + a::before {
  content: "";
  width: 1px;
  height: 14px;
  display: block;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background: #d9d9d9;
}
body.home main .menuList:nth-of-type(n + 4) {
  margin-top: 49px;
}

/*@media (max-width: 1060px) {
  body.home main {
    .menuList {
      &:nth-of-type(5) {
        a {
          font-size: 1.8rem;
        }
      }
    }
  }
}*/
@media (max-width: 919px) {
  body.home main h2 {
    font-size: 2.6rem;
  }
  body.home main .mainVis {
    width: 100%;
    height: auto;
    padding-top: 50px;
  }
  body.home main .mainVis img {
    width: 100%;
    height: auto;
  }
  body.home main .mainVis .swiper-container {
    display: none;
    position: relative;
  }
  body.home main .mainVis .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
  body.home main .mainVis .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
    margin: 0 5px;
  }
  body.home main .mainVis .swiper-container-horizontal > .swiper-pagination-bullets,
  body.home main .mainVis .swiper-pagination-custom,
  body.home main .mainVis .swiper-pagination-fraction {
    right: 50%;
    bottom: 25px;
    transform: translateX(50%);
  }
  body.home main .mainVis .swiper-button-next,
  body.home main .mainVis .swiper-button-prev {
    top: 50%;
  }
  body.home main .mainVis .swiper-button-next::after,
  body.home main .mainVis .swiper-button-prev::after {
    width: 11px;
    height: 24px;
  }
  body.home main .mainVis .swiper-button-next {
    right: 16px;
  }
  body.home main .mainVis .swiper-button-next::after {
    background-image: url("../img/home/home_next_sp.png");
  }
  body.home main .mainVis .swiper-button-prev {
    left: 16px;
  }
  body.home main .mainVis .swiper-button-prev::after {
    background-image: url("../img/home/home_prev_sp.png");
  }
  body.home main .irNav {
    height: auto;
    border: none;
  }
  body.home main .irNav .inner {
    padding: 0;
  }
  body.home main .irNav ul {
    flex-wrap: wrap;
  }
  body.home main .irNav li {
    width: calc(50% - 0.5px);
    max-width: 100%;
    height: 46px;
    border-bottom: 1px solid #d9d9d9;
  }
  body.home main .irNav li:nth-child(2n) {
    width: calc(50% + 0.5px);
    border-left: 1px solid #d9d9d9;
  }
  body.home main .irNav li:nth-child(5) {
    min-width: auto;
  }
  /*body.home main .irNav li:last-child {
    width: 100%;
    max-width: 100%;
  }*/
  body.home main .irNav li + li::before {
    content: none;
  }
  body.home main .irNav li a {
    display: block;
    height: 100%;
    padding: 13px 10px;
  }
  body.home main .irNav span {
    font-size: 1.2rem;
    color: #fff;
  }
  body.home main .irNav .searchWrapper {
    width: 78%;
    left: 0;
    right: 0;
    height: 10px;
  }
  body.home main .irNav .searchWrapper .inputHolder {
    width: 10px;
    position: static;
  }
  body.home main .irNav .searchWrapper .inputHolder .searchInput {
    padding: 0px 60px 0 20px;
    transition-delay: 0s;
  }
  body.home main .irNav .searchWrapper .inputHolder .searchBtn, body.home main .irNav .searchWrapper .inputHolder .searchIcon {
    width: 10px;
    height: 10px;
  }
  body.home main .irNav .searchWrapper .inputHolder .searchBtn span, body.home main .irNav .searchWrapper .inputHolder .searchIcon span {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
  }
  body.home main .irNav .searchWrapper .close {
    right: 0;
  }
  body.home main .irNav .searchWrapper .close img {
    margin-top: 0;
  }
  body.home main .irNav .searchWrapper.active {
    height: 32px;
    left: auto;
    right: 13%;
  }
  body.home main .irNav .searchWrapper.active .inputHolder {
    width: 100%;
  }
  body.home main .irNav .searchWrapper.active .inputHolder .searchInput {
    transition-delay: 0.3s;
  }
  body.home main .irNav .searchWrapper.active .inputHolder .searchBtn, body.home main .irNav .searchWrapper.active .inputHolder .searchIcon {
    width: 30px;
    height: 30px;
  }
  body.home main .irNav .searchWrapper.active .inputHolder .searchBtn:hover, body.home main .irNav .searchWrapper.active .inputHolder .searchIcon:hover {
    opacity: 1;
  }
  body.home main .irNav .searchWrapper.active .inputHolder .searchBtn span, body.home main .irNav .searchWrapper.active .inputHolder .searchIcon span {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
  }
  body.home main section.info .inner {
    display: block;
    margin-top: 29px;
  }
  body.home main section.info .infoBox {
    max-width: 100%;
  }
  body.home main section.info .infoBox h2 {
    margin-bottom: 37px;
    padding: 30px 15px 0;
    text-align: center;
  }
  body.home main section.info .infoBox h2 span {
    display: block;
    margin-top: 0;
    margin-left: 0;
  }
  body.home main section.info .infoList {
    max-width: 100%;
    margin-bottom: 18px;
  }
  body.home main section.info .infoList li {
    width: 100%;
    margin-bottom: 11px;
    padding-left: 34px;
    text-indent: -32px;
  }
  body.home main section.info .infoList li:nth-of-type(odd) {
    padding-right: 0;
  }
  body.home main section.info .infoList a span {
    margin-left: 4px;
    font-size: 1rem;
  }
  body.home main section.info .infoList + .btn {
    padding-right: 38px;
  }
  body.home main section.info .infoList + .btn span {
    width: 16px;
    margin-right: 32px;
  }
  body.home main section.info .visionBox {
    max-width: 650px;
    margin: 45px auto 0;
  }
  body.home main section.info .visionBox h3 {
    line-height: 1.4;
    top: 24px;
    left: 27px;
    font-size: 1.8rem;
  }
  body.home main section.info .visionBox img {
    width: 100%;
  }
  body.home main section.topics .inner {
    display: block;
    margin-top: 40px;
  }
  body.home main section.topics .topicsBox {
    max-width: 100%;
    margin-bottom: 50px;
  }
  body.home main section.topics .topicsBox h2 {
    margin-top: 0;
    margin-bottom: 14px;
    padding: 0;
    display: block;
  }
  body.home main section.topics .topicsBox h2 span {
    display: block;
    margin-top: 14px;
    margin-left: 0;
  }
  body.home main section.topics .topicsBox .btn {
    max-width: 119px;
    min-width: 90px;
    top: 2px;
    padding: 16px 18px;
  }
  body.home main section.topics .topicsList {
    margin-bottom: 15px;
  }
  body.home main section.topics .topicsList li {
    padding: 10px 0 4px;
    flex-wrap: wrap;
  }
  body.home main section.topics .topicsList .cat {
    min-width: 70px;
    margin-right: 10px;
  }
  body.home main section.topics .topicsList .date {
    margin: 0;
    line-height: 1.8;
  }
  body.home main section.topics .topicsList .link {
    width: 100%;
    margin: 5px 0 0 0;
    /*display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    a {
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }*/
  }
  body.home main section.topics .topicsList .link .new {
    width: 30px;
    margin-left: 3px;
    font-size: 1rem;
    flex-shrink: 0;
  }
  body.home main section.topics .stockPriceBox {
    max-width: 650px;
    margin: 33px auto 0;
  }
  body.home main section.topics .stockPriceBox h3 {
    line-height: 1.4;
    top: 15px;
    left: 20px;
    font-size: 2rem;
  }
  body.home main section.menu h2 {
    margin-top: 39px;
    margin-bottom: 25px;
  }
  body.home main section.menu h2 span {
    margin-top: 7px;
  }
  body.home main .menuListWrap {
    display: block;
    padding-bottom: 27px;
  }
  body.home main .menuList {
    width: 100%;
    min-height: auto;
    padding: 0;
  }
  body.home main .menuList:nth-child(-n + 4) {
    transition: opacity .3s linear;
  }
  body.home main .menuList:nth-child(-n + 4):hover {
    opacity: .5;
  }
  body.home main .menuList:nth-child(-n + 4):hover a {
    opacity: 1;
  }
  body.home main .menuList + .menuList {
    margin-top: 15px;
  }
  body.home main .menuList a {
    display: block;
    padding: 70px 25px;
    font-size: 1.4rem;
    font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
  }
  body.home main .menuList:nth-of-type(1) {
    background: url("../img/home/menu_01_bg_sp.jpg") no-repeat center;
    background-size: cover;
  }
  body.home main .menuList:nth-of-type(2) {
    background: url("../img/home/menu_02_bg_sp.jpg") no-repeat center;
    background-size: cover;
  }
  body.home main .menuList:nth-of-type(3) {
    background: url("../img/home/menu_03_bg_sp.jpg") no-repeat center;
    background-size: cover;
  }
  body.home main .menuList:nth-of-type(4) {
    background: url("../img/home/menu_04_bg_sp.jpg") no-repeat center;
    background-size: cover;
  }
  body.home main .menuList:nth-of-type(5) a {
    padding: 27px 24px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  body.home main .menuList:nth-of-type(5) a:nth-of-type(1) {
    background: url("../img/home/menu_05_01_bg_sp.jpg") no-repeat right;
    background-size: cover;
  }
  body.home main .menuList:nth-of-type(5) a:nth-of-type(2) {
    background: url("../img/home/menu_05_02_bg_sp.jpg") no-repeat right;
    background-size: cover;
  }
  body.home main .menuList:nth-of-type(5) a:nth-of-type(3) {
    background: url("../img/home/menu_05_03_bg_sp.jpg") no-repeat right;
    background-size: cover;
  }
  body.home main .menuList:nth-of-type(5) a:nth-of-type(4) {
    background: url("../img/home/menu_05_04_bg_sp.jpg") no-repeat right;
    background-size: cover;
  }
  body.home main .menuList:nth-of-type(5) a:nth-of-type(5) {
    background: url("../img/home/menu_05_05_bg_sp.jpg") no-repeat right;
    background-size: cover;
  }
  body.home main .menuList:nth-of-type(5) a + a {
    margin-top: 15px;
  }
  body.home main .menuList:nth-of-type(6) {
    background: url("../img/home/menu_06_bg_sp.jpg") no-repeat center;
    background-size: cover;
    padding: 26px 24px 25px;
  }
  body.home main .menuList:nth-of-type(6) ul {
    margin-bottom: 47px;
  }
  body.home main .menuList:nth-of-type(6) li {
    width: 100%;
    border: none;
  }
  body.home main .menuList:nth-of-type(6) li + li {
    margin-top: 17px;
  }
  body.home main .menuList:nth-of-type(6) a {
    display: inline-block;
    padding: 0 15px 0 0;
    color: #000;
  }
  body.home main .menuList:nth-of-type(6) a.iconRight::before {
    background-image: url("../img/common/icon_arrow-right.svg");
  }
  body.home main .menuList:nth-of-type(6) ul + div {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
  body.home main .menuList:nth-of-type(6) ul + div .img {
    width: 100%;
    margin-bottom: 7px;
    text-align: center;
  }
  body.home main .menuList:nth-of-type(6) ul + div .img img {
    width: 132px;
  }
  body.home main .menuList:nth-of-type(6) ul + div a {
    font-size: 1.2rem;
    font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, "Meiryo UI", YuGothic, "Yu Gothic", sans-serif;
    letter-spacing: 0.025em;
  }
  body.home main .menuList:nth-of-type(6) ul + div a + a::before {
    height: 12px;
    top: 3px;
  }
  body.home main .menuList:nth-of-type(n + 4) {
    margin-top: 15px;
  }
}
