@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Nunito:wght@200;400&display=swap");
/* -+-+-+-+-+-+-+-+-+-+-+-+- Common style */
.tit {
  position: relative;
  padding-left: 53px;
}
@media screen and (max-width: 1280px) {
  .tit {
    padding-left: 39px;
  }
}
@media screen and (max-width: 768px) {
  .tit {
    padding-left: 5.3333333333vw;
  }
}
.tit img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .tit img {
    width: auto;
    height: 74px;
  }
}
@media screen and (max-width: 960px) {
  .tit img {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .tit img {
    height: 8vw;
  }
}
.tit::before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #bd0000;
  position: absolute;
  left: 0;
  bottom: 8px;
}
@media screen and (max-width: 1280px) {
  .tit::before {
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .tit::before {
    width: 4vw;
    height: 0.5333333333vw;
    top: 7.2vw;
  }
}

.btn, .btn-link {
  position: relative;
  display: block;
  width: 400px;
  margin: 35px auto 0;
  padding: 1.6em 0;
  text-align: center;
  font-size: 16px;
  border: 1px solid #281b18;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .btn, .btn-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .btn, .btn-link {
    width: 100%;
    margin: 9.3333333333vw auto 0;
    padding: 1.3em 0;
    font-size: 3.2vw;
  }
}
.btn .icon, .btn-link .icon {
  position: absolute;
  right: 38px;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: auto;
  text-align: center;
  background: url(/wp-content/themes/mergerick/images/home/btn-o.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .btn .icon, .btn-link .icon {
    right: 4.6666666667vw;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.btn .icon.icon-link, .btn-link .icon.icon-link {
  background: url(/wp-content/themes/mergerick/images/home/btn-l.png) no-repeat;
  background-size: contain;
}

.btn-content {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  border: #281b18 10px solid;
  width: 80%;
  max-width: 1160px;
  z-index: 11;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .btn-content {
    width: 90%;
    border-width: 5px;
  }
}
.btn-content.open {
  visibility: visible;
  opacity: 1;
}
.btn-content .close-btn {
  position: absolute;
  right: 60px;
  top: 40px;
  font-size: 36px;
  color: #281b18;
  cursor: pointer;
  z-index: 12;
}
@media screen and (max-width: 768px) {
  .btn-content .close-btn {
    right: 3%;
    top: 1%;
    font-size: 6.4vw;
  }
}

.modal-open .overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}

.section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 80px 0;
}
@media screen and (min-width: 1551px) {
  .section {
    padding: 10px 0;
  }
}
@media screen and (max-width: 960px) {
  .section {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 0;
  }
}

#header {
  position: absolute;
  margin: 40px auto 0;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #header {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #header {
    position: inherit;
    margin-top: 0;
  }
}

#mv.section {
  padding-top: 0;
}
#mv .inner {
  margin-top: 40px;
}
@media screen and (max-width: 1280px) {
  #mv .inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  #mv .inner {
    padding-top: 97px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #mv .inner {
    max-width: 100%;
    width: 93%;
    padding: 0;
    margin: 1.3333333333vw 0 9.3333333333vw auto;
  }
}
#mv .mv-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#mv .mv-inner .tit {
  max-width: 1126px;
  width: 80%;
  margin-right: 20%;
  z-index: 2;
}
#mv .mv-inner .mv-txt {
  display: flex;
  align-items: center;
  width: 15%;
  padding-top: 130px;
  font-size: 24px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1280px) {
  #mv .mv-inner .mv-txt {
    width: 7%;
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv-inner .mv-txt {
    align-items: flex-end;
    width: 12%;
    padding-top: 16vw;
    line-height: 1;
    font-size: 4.8vw;
  }
}
#mv .mv-inner .swiper-container {
  overflow: inherit;
  width: 81%;
  max-width: 1280px;
  margin-top: -46px;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  #mv .mv-inner .swiper-container {
    width: 88%;
    margin-top: -34px;
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  #mv .mv-inner .swiper-container {
    overflow: hidden;
    margin-top: -25px;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv-inner .swiper-container {
    overflow: hidden;
    width: 85.5%;
    margin-top: -4.6666666667vw;
    margin-right: 0;
  }
}
#mv .mv-inner .swiper-container img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  #mv .mv-inner .swiper-container img {
    width: 110%;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv-inner .swiper-container img {
    width: 100%;
  }
}
#mv .mv-inner .swiper-wrapper {
  overflow: hidden;
  max-height: 704px;
}
#mv .mv-inner .swiper-pagination {
  bottom: 80px;
  left: -16.5%;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  #mv .mv-inner .swiper-pagination {
    bottom: 60px;
    left: -14%;
  }
}
@media screen and (max-width: 960px) {
  #mv .mv-inner .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv-inner .swiper-pagination {
    bottom: 8vw;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
}
#mv .mv-inner .swiper-pagination .swiper-pagination-bullet {
  height: 14px;
  width: 14px;
  margin: 0 8px;
  background: #999999;
}
@media screen and (max-width: 1280px) {
  #mv .mv-inner .swiper-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    margin: 0 6px;
  }
}
@media screen and (max-width: 960px) {
  #mv .mv-inner .swiper-pagination .swiper-pagination-bullet {
    height: 9px;
    width: 9px;
    margin: 0 6px;
    opacity: 0.9;
    background: #f2f1f1;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv-inner .swiper-pagination .swiper-pagination-bullet {
    height: 2.4vw;
    width: 2.4vw;
    margin: 0 1.6vw;
  }
}
#mv .mv-inner .swiper-pagination .swiper-pagination-bullet-active {
  background: #bd0000;
}
#mv .mv-inner .mv-icon {
  position: absolute;
  right: 110px;
  top: 147px;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  #mv .mv-inner .mv-icon {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv-inner .mv-icon {
    display: none;
  }
}

#mission {
  background: #f2f1f1;
}
@media screen and (max-width: 768px) {
  #mission {
    background-image: url(/wp-content/themes/mergerick/images/home/mission-img01.png);
    background-repeat: no-repeat;
    background-position: center 73%;
    background-size: 140%;
  }
}
#mission .inner {
  background: url(/wp-content/themes/mergerick/images/home/mission-img01.png) no-repeat;
  background-position: center 65px;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  #mission .inner {
    background-position: center 180px;
  }
}
@media screen and (max-width: 768px) {
  #mission .inner {
    padding: 13.3333333333vw 0 8vw;
    background: none;
  }
}
#mission .mission-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 960px) {
  #mission .mission-top {
    flex-direction: column-reverse;
  }
}
#mission .mission-top .mission-txt {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  #mission .mission-top .mission-txt {
    margin-top: -32px;
    margin-right: auto;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #mission .mission-top .mission-txt {
    margin-top: 4vw;
    font-size: 4.8vw;
  }
}
#mission .mission-top .mission-txt span {
  color: #bd0000;
}
#mission .mission-top .titL {
  width: 34%;
}
@media screen and (max-width: 960px) {
  #mission .mission-top .titL {
    width: auto;
    margin-left: auto;
  }
}
#mission .mission-top .titL .tit {
  max-width: 472px;
  width: 90%;
}
#mission .mission-top .titL .subtit {
  margin-top: 10px;
  text-align: right;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  #mission .mission-top .titL .subtit {
    margin-top: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #mission .mission-top .titL .subtit {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
#mission .mission-top.bottom {
  margin-top: 140px;
}
@media screen and (max-width: 960px) {
  #mission .mission-top.bottom {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #mission .mission-top.bottom {
    margin-top: 10.6666666667vw;
  }
}
#mission .mission-top.bottom .titL {
  width: 29%;
}
@media screen and (max-width: 960px) {
  #mission .mission-top.bottom .titL {
    width: auto;
  }
}
#mission .mission-top.bottom .titL .tit {
  max-width: 393px;
}
#mission .mission-main {
  width: 60%;
  max-width: 840px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 960px) {
  #mission .mission-main {
    width: 100%;
    max-width: 100%;
    margin-top: 14px;
    line-height: 1.7;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #mission .mission-main {
    margin-top: 3.7333333333vw;
    line-height: 1.7;
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 768px) {
  #works .inner {
    padding: 16vw 0 8vw;
  }
}
#works .works-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  #works .works-top {
    flex-direction: column;
  }
}
#works .works-top .works-txt {
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  #works .works-top .works-txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #works .works-top .works-txt {
    margin: 4vw auto;
    font-size: 3.2vw;
    font-weight: bold;
    text-align: center;
  }
}
#works .works-top .works-txt span {
  color: #bd0000;
}
#works .works-top .titR .subtit {
  margin-top: 10px;
  text-align: right;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #works .works-top .titR .subtit {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
#works .works-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 42px;
  margin-top: 30px;
  font-size: 16px;
}
@media screen and (max-width: 1280px) {
  #works .works-main {
    font-size: 14px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #works .works-main {
    flex-direction: column;
    gap: 7.7333333333vw;
    margin-top: 4.2666666667vw;
    font-size: 2.6666666667vw;
  }
}
#works .works-main-card {
  width: calc(50% - 21px);
  height: 220px;
  background: #f2f1f1;
}
@media screen and (max-width: 1280px) {
  #works .works-main-card {
    width: calc(50% - 10px);
    height: 190px;
  }
}
@media screen and (max-width: 960px) {
  #works .works-main-card {
    width: calc(50% - 10px);
    height: 165px;
  }
}
@media screen and (max-width: 768px) {
  #works .works-main-card {
    width: 100%;
    height: auto;
    padding-bottom: 4.5333333333vw;
  }
}
#works .works-main-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -39px;
  margin-left: 8%;
}
@media screen and (max-width: 1280px) {
  #works .works-main-card-top {
    margin-top: -30px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  #works .works-main-card-top {
    margin: -4vw 0 0 0;
    padding-left: 6%;
  }
}
#works .works-main-card-top .works-tit {
  font-size: 56px;
  font-weight: 200;
}
@media screen and (max-width: 1280px) {
  #works .works-main-card-top .works-tit {
    font-size: 48px;
  }
}
@media screen and (max-width: 960px) {
  #works .works-main-card-top .works-tit {
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  #works .works-main-card-top .works-tit {
    margin: 0;
    font-size: 6.4vw;
  }
}
#works .works-main-card-top .works-tit-jp {
  width: 37%;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  #works .works-main-card-top .works-tit-jp {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  #works .works-main-card-top .works-tit-jp {
    text-align: center;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #works .works-main-card-top .works-tit-jp {
    width: auto;
    text-align: left;
    font-size: 3.2vw;
    margin-bottom: 0.6666666667vw;
  }
}
#works .works-main-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-left: 8%;
}
@media screen and (max-width: 960px) {
  #works .works-main-card-bottom {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #works .works-main-card-bottom {
    margin-left: 6%;
  }
}
#works .works-main-card-bottom .works-txt {
  width: 65%;
  max-width: 390px;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  #works .works-main-card-bottom .works-txt {
    width: 70%;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  #works .works-main-card-bottom .works-txt {
    width: 63%;
  }
}
#works .works-main-card-bottom .works-img {
  width: 33%;
}
@media screen and (max-width: 960px) {
  #works .works-main-card-bottom .works-img {
    width: 28%;
    margin-right: 1%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #works .works-main-card-bottom .works-img {
    margin-right: 0;
    width: 32%;
  }
}
#works .works-main-card-bottom .works-img .img01 {
  max-width: 120px;
  width: 100%;
  height: auto;
  margin-left: 2%;
}
@media screen and (max-width: 960px) {
  #works .works-main-card-bottom .works-img .img01 {
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  #works .works-main-card-bottom .works-img .img01 {
    width: 16vw;
  }
}
#works .works-main-card-bottom .works-img .img02 {
  max-width: 105px;
  width: 100%;
  height: auto;
  margin-left: 5%;
}
@media screen and (max-width: 960px) {
  #works .works-main-card-bottom .works-img .img02 {
    width: 75px;
  }
}
@media screen and (max-width: 768px) {
  #works .works-main-card-bottom .works-img .img02 {
    width: 14vw;
    margin-left: 1.0666666667vw;
  }
}
#works .works-main-card-bottom .works-img .img03 {
  max-width: 104px;
  width: 100%;
  height: auto;
  margin-left: 2%;
}
@media screen and (max-width: 960px) {
  #works .works-main-card-bottom .works-img .img03 {
    width: 75px;
  }
}
@media screen and (max-width: 768px) {
  #works .works-main-card-bottom .works-img .img03 {
    width: 13.8666666667vw;
    margin-left: 1.0666666667vw;
  }
}
#works .works-main-card-bottom .works-img .img04 {
  max-width: 126px;
  width: 100%;
  height: auto;
  margin-left: 2%;
}
@media screen and (max-width: 960px) {
  #works .works-main-card-bottom .works-img .img04 {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  #works .works-main-card-bottom .works-img .img04 {
    width: 16.8vw;
    margin-left: 0.5333333333vw;
  }
}
#works .works-main-card.card03, #works .works-main-card.card04 {
  margin-top: 5px;
}
@media screen and (max-width: 1280px) {
  #works .works-main-card.card03, #works .works-main-card.card04 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  #works .works-main-card.card03, #works .works-main-card.card04 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #works .works-main-card.card03, #works .works-main-card.card04 {
    margin: 0;
  }
}
#works .works-main-card.card02 .works-main-card-top .works-tit-jp {
  width: 35%;
}
#works .works-main-card.card03 .works-main-card-top .works-tit-jp {
  width: 33%;
  margin-right: 5%;
}
@media screen and (max-width: 1280px) {
  #works .works-main-card.card03 .works-main-card-top .works-tit-jp {
    width: 35%;
    margin-right: 2%;
  }
}
#works .works-main .works-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 11%;
  max-width: 162px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  #works .works-main .works-center {
    bottom: auto;
    top: calc(50% - 80px);
    width: 120px;
  }
}
@media screen and (max-width: 960px) {
  #works .works-main .works-center {
    top: calc(50% - 70px);
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  #works .works-main .works-center {
    left: auto;
    top: -35.4666666667vw;
    width: 15.4666666667vw;
  }
}
#works .works-client {
  margin-bottom: 40px;
  position: relative;
}
#works .works-client .btn-content {
  height: 90vh;
  max-height: 720px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #works .works-client .btn-content {
    max-height: 100%;
  }
}
#works .works-client .works-client-list {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px 70px;
}
@media screen and (max-width: 960px) {
  #works .works-client .works-client-list {
    gap: 30px 45px;
    padding: 30px;
  }
  #works .works-client .works-client-list li:nth-child(1) {
    width: 190px;
  }
  #works .works-client .works-client-list li:nth-child(2) {
    width: 190px;
  }
  #works .works-client .works-client-list li:nth-child(3) {
    width: 160px;
  }
  #works .works-client .works-client-list li:nth-child(8) {
    width: 230px;
  }
  #works .works-client .works-client-list li:nth-child(4) {
    width: 150px;
  }
  #works .works-client .works-client-list li:nth-child(5) {
    width: 110px;
  }
  #works .works-client .works-client-list li:nth-child(6) {
    width: 180px;
  }
  #works .works-client .works-client-list li:nth-child(7) {
    width: 220px;
  }
  #works .works-client .works-client-list li:nth-child(9) {
    width: 180px;
  }
  #works .works-client .works-client-list li:nth-child(10) {
    width: 230px;
  }
  #works .works-client .works-client-list img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #works .works-client .works-client-list {
    justify-content: center;
    gap: 4vw 12vw;
    padding: 0 11.3333333333vw;
  }
  #works .works-client .works-client-list li:nth-child(1) {
    width: 33.0666666667vw;
  }
  #works .works-client .works-client-list li:nth-child(2) {
    width: 34.6666666667vw;
  }
  #works .works-client .works-client-list li:nth-child(3) {
    width: 29.0666666667vw;
  }
  #works .works-client .works-client-list li:nth-child(8) {
    width: 41.0666666667vw;
  }
  #works .works-client .works-client-list li:nth-child(4) {
    width: 27.2vw;
  }
  #works .works-client .works-client-list li:nth-child(5) {
    width: 20vw;
  }
  #works .works-client .works-client-list li:nth-child(6) {
    width: 27.2vw;
  }
  #works .works-client .works-client-list li:nth-child(7) {
    width: 45.3333333333vw;
  }
  #works .works-client .works-client-list li:nth-child(9) {
    width: 26.6666666667vw;
  }
  #works .works-client .works-client-list li:nth-child(10) {
    width: 58.6666666667vw;
  }
  #works .works-client .works-client-list img {
    width: 100%;
  }
}
#works .works-client .notice {
  position: absolute;
  right: 60px;
  bottom: 60px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #works .works-client .notice {
    bottom: 2.6666666667vw;
    right: 5.3333333333vw;
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 768px) {
  #africa1 .inner, #africa2 .inner {
    max-width: 100%;
  }
}
#africa1 .inner .africa-inner, #africa2 .inner .africa-inner {
  max-width: 1260px;
  margin: 0 auto;
}
#africa1 .inner .tit-img, #africa2 .inner .tit-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -42px;
}
@media screen and (max-width: 768px) {
  #africa1 .inner .tit-img, #africa2 .inner .tit-img {
    flex-direction: column;
    margin-top: 0;
  }
}
#africa1 .inner .our-img, #africa2 .inner .our-img {
  position: relative;
  max-width: 464px;
  width: 30%;
  margin-top: 42px;
}
@media screen and (max-width: 960px) {
  #africa1 .inner .our-img, #africa2 .inner .our-img {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  #africa1 .inner .our-img, #africa2 .inner .our-img {
    width: auto;
    text-align: center;
    margin: 0 auto;
  }
}
#africa1 .inner .our-img img, #africa2 .inner .our-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #africa1 .inner .our-img img, #africa2 .inner .our-img img {
    width: 32vw;
  }
}
#africa1 .inner .our-img .subtit, #africa2 .inner .our-img .subtit {
  margin-top: 10px;
  text-align: right;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  #africa1 .inner .our-img .subtit, #africa2 .inner .our-img .subtit {
    margin-top: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #africa1 .inner .our-img .subtit, #africa2 .inner .our-img .subtit {
    margin-top: -0.6666666667vw;
    text-align: center;
    font-size: 2.6666666667vw;
  }
}
#africa1 .inner .line, #africa2 .inner .line {
  display: block;
  height: 3px;
  width: 14%;
  max-width: 210px;
  background: #bd0000;
}
@media screen and (max-width: 960px) {
  #africa1 .inner .line, #africa2 .inner .line {
    width: 7%;
  }
}
@media screen and (max-width: 768px) {
  #africa1 .inner .line, #africa2 .inner .line {
    width: 0.4vw;
    height: 6vw;
    margin-top: 3.3333333333vw;
  }
}
#africa1 .inner .africa-tit, #africa2 .inner .africa-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  width: 53%;
}
@media screen and (max-width: 960px) {
  #africa1 .inner .africa-tit, #africa2 .inner .africa-tit {
    width: 58%;
  }
}
@media screen and (max-width: 768px) {
  #africa1 .inner .africa-tit, #africa2 .inner .africa-tit {
    margin: 3.3333333333vw auto 0;
  }
}
#africa1 .inner .africa-tit .logo, #africa2 .inner .africa-tit .logo {
  max-width: 196px;
  width: 26%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #africa1 .inner .africa-tit .logo, #africa2 .inner .africa-tit .logo {
    width: 17.4666666667vw;
  }
}
#africa1 .inner .africa-tit .oneteam, #africa2 .inner .africa-tit .oneteam {
  max-width: 562px;
  width: 72%;
  height: auto;
  margin-left: 4%;
}
@media screen and (max-width: 768px) {
  #africa1 .inner .africa-tit .oneteam, #africa2 .inner .africa-tit .oneteam {
    width: 50vw;
    margin-left: 3.3333333333vw;
  }
}
#africa1 .inner .copy, #africa2 .inner .copy {
  margin-top: 55px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #africa1 .inner .copy, #africa2 .inner .copy {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #africa1 .inner .copy, #africa2 .inner .copy {
    margin-top: 9.3333333333vw;
    font-size: 4vw;
  }
}
#africa1 .inner .copy span, #africa2 .inner .copy span {
  color: #bd0000;
}
#africa1 .inner .copy.copy-bottom, #africa2 .inner .copy.copy-bottom {
  margin-top: 0;
  line-height: 1;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 960px) {
  #africa1 .inner .copy.copy-bottom, #africa2 .inner .copy.copy-bottom {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  #africa1 .inner .copy.copy-bottom, #africa2 .inner .copy.copy-bottom {
    margin-top: 9.3333333333vw;
    padding-bottom: 0;
  }
}
#africa1 .inner .africa-icon, #africa2 .inner .africa-icon {
  text-align: center;
  margin-top: 50px;
}
#africa1 .inner .africa-list, #africa2 .inner .africa-list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  #africa1 .inner .africa-list, #africa2 .inner .africa-list {
    position: relative;
    gap: 0;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #africa1 .inner .africa-list, #africa2 .inner .africa-list {
    flex-direction: column;
    width: 86%;
    gap: 9.3333333333vw;
    margin: 6.6666666667vw auto 0;
  }
}
#africa1 .inner .africa-list li, #africa2 .inner .africa-list li {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 960px) {
  #africa1 .inner .africa-list li, #africa2 .inner .africa-list li {
    width: calc(33.3333333333% - 5px);
  }
}
@media screen and (max-width: 768px) {
  #africa1 .inner .africa-list li, #africa2 .inner .africa-list li {
    width: 100%;
  }
}
#africa1 .inner .africa-list .img, #africa2 .inner .africa-list .img {
  width: 100%;
}
#africa1 .inner .africa-list .img img, #africa2 .inner .africa-list .img img {
  width: 100%;
}
#africa1 .inner .africa-list-tit, #africa2 .inner .africa-list-tit {
  padding: 0.8em 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  #africa1 .inner .africa-list-tit, #africa2 .inner .africa-list-tit {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  #africa1 .inner .africa-list-tit, #africa2 .inner .africa-list-tit {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #africa1 .inner .africa-list-tit, #africa2 .inner .africa-list-tit {
    font-size: 4vw;
  }
}
#africa1 .inner .africa-list-tit span, #africa2 .inner .africa-list-tit span {
  color: #bd0000;
}
#africa1 .inner .africa-list-txt, #africa2 .inner .africa-list-txt {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  #africa1 .inner .africa-list-txt, #africa2 .inner .africa-list-txt {
    margin: 0 auto;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #africa1 .inner .africa-list-txt, #africa2 .inner .africa-list-txt {
    font-size: 3.2vw;
  }
}
#africa1 .inner .africa-list-txt span, #africa2 .inner .africa-list-txt span {
  color: #bd0000;
}
#africa1 .inner .africa-list.list-top, #africa2 .inner .africa-list.list-top {
  gap: 50px;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  #africa1 .inner .africa-list.list-top, #africa2 .inner .africa-list.list-top {
    width: 94%;
    flex-direction: column-reverse;
    gap: 0;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  #africa1 .inner .africa-list.list-top, #africa2 .inner .africa-list.list-top {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #africa1 .inner .africa-list.list-top li .africa-list-txt, #africa2 .inner .africa-list.list-top li .africa-list-txt {
    width: 87%;
  }
}
@media screen and (max-width: 1280px) {
  #africa1 .inner .africa-list.list-top li .africa-list-tit, #africa2 .inner .africa-list.list-top li .africa-list-tit {
    font-size: 24px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 960px) {
  #africa1 .inner .africa-list.list-top li .africa-list-tit, #africa2 .inner .africa-list.list-top li .africa-list-tit {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 960px) and (max-width: 768px) {
  #africa1 .inner .africa-list.list-top li .africa-list-tit, #africa2 .inner .africa-list.list-top li .africa-list-tit {
    font-size: 4vw;
  }
}
#africa1 .inner .africa-list.list-top li:first-child, #africa2 .inner .africa-list.list-top li:first-child {
  width: 570px;
}
@media screen and (max-width: 960px) {
  #africa1 .inner .africa-list.list-top li:first-child, #africa2 .inner .africa-list.list-top li:first-child {
    width: 100%;
  }
}
#africa1 .inner .africa-list.list-top li:first-child .glove-img, #africa2 .inner .africa-list.list-top li:first-child .glove-img {
  width: 274px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #africa1 .inner .africa-list.list-top li:first-child .glove-img, #africa2 .inner .africa-list.list-top li:first-child .glove-img {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 42%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #africa1 .inner .africa-list.list-top li:first-child .glove-img, #africa2 .inner .africa-list.list-top li:first-child .glove-img {
    right: 0;
    width: 36.5333333333vw;
  }
}
@media screen and (max-width: 960px) {
  #africa1 .inner .africa-list.list-top li:first-child .glove-img img, #africa2 .inner .africa-list.list-top li:first-child .glove-img img {
    max-width: 220px;
  }
}
@media screen and (max-width: 768px) {
  #africa1 .inner .africa-list.list-top li:first-child .glove-img img, #africa2 .inner .africa-list.list-top li:first-child .glove-img img {
    width: 100%;
  }
}
#africa1 .inner .africa-list.list-top li:last-child, #africa2 .inner .africa-list.list-top li:last-child {
  width: 50%;
  max-width: 760px;
}
@media screen and (max-width: 960px) {
  #africa1 .inner .africa-list.list-top li:last-child, #africa2 .inner .africa-list.list-top li:last-child {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #africa1 .inner .africa-list.list-top li:last-child, #africa2 .inner .africa-list.list-top li:last-child {
    margin-top: 50vw;
    width: 100%;
  }
}
#africa1 .inner .africa-list.list-top li:last-child .glove-img2, #africa2 .inner .africa-list.list-top li:last-child .glove-img2 {
  width: 100%;
}
@media screen and (max-width: 960px) {
  #africa1 .inner .africa-list.list-top li:last-child .glove-img2, #africa2 .inner .africa-list.list-top li:last-child .glove-img2 {
    width: 58%;
    text-align: right;
    margin-left: auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #africa1 .inner .africa-list.list-top li:last-child .glove-img2, #africa2 .inner .africa-list.list-top li:last-child .glove-img2 {
    width: 100%;
  }
}
#africa1 .inner .africa-list.list-top li:last-child .glove-img2 img, #africa2 .inner .africa-list.list-top li:last-child .glove-img2 img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  #africa1 .inner .africa-list.list-top li:last-child .glove-img2 img, #africa2 .inner .africa-list.list-top li:last-child .glove-img2 img {
    object-fit: cover;
    width: 100%;
    height: 283px;
  }
}
@media screen and (max-width: 768px) {
  #africa1 .inner .africa-list.list-top li:last-child .glove-img2 img, #africa2 .inner .africa-list.list-top li:last-child .glove-img2 img {
    object-fit: inherit;
    width: 100%;
    height: auto;
  }
}
#africa1 .inner .africa-btn, #africa2 .inner .africa-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 110px;
}
@media screen and (max-width: 960px) {
  #africa1 .inner .africa-btn, #africa2 .inner .africa-btn {
    gap: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #africa1 .inner .africa-btn, #africa2 .inner .africa-btn {
    flex-direction: column;
    width: 86%;
    margin: 0 auto 13.3333333333vw;
    gap: 0;
  }
}
#africa1 .inner .africa-btn .btn-link, #africa2 .inner .africa-btn .btn-link {
  margin: 35px 0 0;
}
@media screen and (max-width: 768px) {
  #africa1 .inner .africa-btn .btn-link:nth-child(2), #africa2 .inner .africa-btn .btn-link:nth-child(2) {
    margin-top: 5.3333333333vw;
  }
}

#africa2 {
  padding-top: 0;
}

#aboutus {
  background: #f2f1f1;
}
@media screen and (max-width: 768px) {
  #aboutus .inner {
    padding: 14.6666666667vw 0;
  }
}
#aboutus .aboutus-title {
  display: flex;
  justify-content: flex-end;
}
#aboutus .aboutus-title .titL {
  max-width: 607px;
  width: 40%;
}
@media screen and (max-width: 960px) {
  #aboutus .aboutus-title .titL {
    width: auto;
  }
}
#aboutus .aboutus-title .titL .subtit {
  margin-top: 10px;
  text-align: right;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #aboutus .aboutus-title .titL .subtit {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
#aboutus .aboutus-main {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #aboutus .aboutus-main {
    flex-direction: column;
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  #aboutus .aboutus-main {
    margin-top: 8vw;
  }
}
#aboutus .aboutus-main-txt {
  width: 56%;
  max-width: 860px;
  margin-top: -145px;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  #aboutus .aboutus-main-txt {
    width: 100%;
    margin-top: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  #aboutus .aboutus-main-txt {
    font-size: 3.2vw;
  }
}
#aboutus .aboutus-main-txt ul {
  width: 100%;
  line-height: 1.7;
}
#aboutus .aboutus-main-txt li {
  width: 100%;
  display: flex;
}
#aboutus .aboutus-main-txt li:nth-child(even) {
  background: #f2f1f1;
}
#aboutus .aboutus-main-txt li:nth-child(odd) {
  background: #fff;
}
#aboutus .aboutus-main-txt li .th, #aboutus .aboutus-main-txt li .td {
  padding: 25px 0;
  vertical-align: middle;
}
@media screen and (max-width: 960px) {
  #aboutus .aboutus-main-txt li .th, #aboutus .aboutus-main-txt li .td {
    padding: 1.2em 0;
  }
}
@media screen and (max-width: 768px) {
  #aboutus .aboutus-main-txt li .th, #aboutus .aboutus-main-txt li .td {
    padding: 0.8em 0;
  }
}
#aboutus .aboutus-main-txt li .th {
  width: 165px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #aboutus .aboutus-main-txt li .th {
    width: 24%;
  }
}
#aboutus .aboutus-main-txt li .td {
  width: calc(100% - 165px - 1.5em);
  padding-right: 1.5em;
}
@media screen and (max-width: 768px) {
  #aboutus .aboutus-main-txt li .td {
    width: 73%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 768px) {
  #aboutus .aboutus-main-txt li:last-child .th, #aboutus .aboutus-main-txt li:last-child .td {
    padding: 1.6em 0 0.8em;
  }
}
#aboutus .aboutus-main-logo {
  display: flex;
  gap: 40px;
  padding-top: 62px;
}
@media screen and (max-width: 960px) {
  #aboutus .aboutus-main-logo {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #aboutus .aboutus-main-logo {
    gap: 5.3333333333vw;
    padding-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 960px) {
  #aboutus .aboutus-main-logo img {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  #aboutus .aboutus-main-logo img {
    width: 20vw;
  }
}
#aboutus .aboutus-main-logo-tit {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #aboutus .aboutus-main-logo-tit {
    padding-bottom: 0;
  }
}
#aboutus .aboutus-map {
  margin-top: 50px;
  max-width: 506px;
  width: 40%;
  margin-right: 3%;
}
@media screen and (max-width: 960px) {
  #aboutus .aboutus-map {
    margin: 30px auto;
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  #aboutus .aboutus-map {
    margin: 8vw auto 0;
    width: 85%;
  }
}
#aboutus .aboutus-map img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #whatsnew .inner {
    padding: 14.6666666667vw 0 8vw;
  }
}
#whatsnew .whatsnew-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
#whatsnew .whatsnew-top .titR .subtit {
  margin-top: 15px;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #whatsnew .whatsnew-top .titR .subtit {
    margin-top: 2vw;
    font-size: 2.6666666667vw;
  }
}
#whatsnew .whatsnew-main {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #whatsnew .whatsnew-main {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #whatsnew .whatsnew-main {
    margin-top: 5.3333333333vw;
  }
}
#whatsnew .whatsnew-main-img {
  width: 50%;
  max-width: 753px;
}
@media screen and (max-width: 960px) {
  #whatsnew .whatsnew-main-img {
    width: 35%;
    overflow: hidden;
  }
  #whatsnew .whatsnew-main-img img {
    object-fit: cover;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #whatsnew .whatsnew-main-img {
    display: none;
  }
}
#whatsnew .whatsnew-main-img img {
  width: 100%;
}
#whatsnew .whatsnew-main-txt {
  width: 45%;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  #whatsnew .whatsnew-main-txt {
    width: 60%;
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  #whatsnew .whatsnew-main-txt {
    width: 100%;
    font-size: 3.2vw;
  }
}
#whatsnew .whatsnew-main-txt dl {
  position: relative;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ccc;
  padding: 1.5em 1em 2em 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
  #whatsnew .whatsnew-main-txt dl {
    padding: 1em 1em 1em 0;
  }
}
@media screen and (max-width: 768px) {
  #whatsnew .whatsnew-main-txt dl {
    margin: 1.3333333333vw auto 1em;
  }
}
#whatsnew .whatsnew-main-txt dl:after {
  content: "";
  background: url(/wp-content/themes/mergerick/images/home/news-arrow.png) no-repeat;
  width: 8px;
  height: 14px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #whatsnew .whatsnew-main-txt dl:after {
    width: 1.0666666667vw;
    height: 1.8666666667vw;
  }
}
#whatsnew .whatsnew-main-txt dl.no-link:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #whatsnew .whatsnew-main-txt dl .date {
    font-size: 2.6666666667vw;
    color: #999999;
  }
}
#whatsnew .whatsnew-main-txt dl .news {
  padding: 0.8em 0 0;
  display: flex;
  align-items: center;
}

.right-navi {
  position: fixed;
  background: rgba(255, 255, 255, 0.3);
  height: 100vh;
  width: 80px;
  right: 0;
  top: 0;
  z-index: 2;
  text-align: center;
}
@media screen and (min-width: 1551px) {
  .right-navi {
    width: 120px;
    background: none;
  }
}
@media screen and (max-width: 960px) {
  .right-navi {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .right-navi {
    background: none;
  }
}

/* 右上アンテナ */
.top-logo {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 45px;
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .top-logo {
    top: 33px;
  }
}
@media screen and (max-width: 768px) {
  .top-logo {
    display: none;
  }
}
.top-logo .mgr {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .top-logo .mgr {
    width: 30px;
  }
}

/* 右下メニューまるポチ */
.side-menu {
  position: absolute;
  bottom: 100px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 10;
  width: 40px;
}
@media screen and (max-width: 1280px) {
  .side-menu {
    display: none;
  }
}
.side-menu ul {
  text-align: center;
}
.side-menu li {
  list-style-type: none;
}
.side-menu a {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  transition: 0.4s;
  font-size: 8px;
  color: #999999;
  opacity: 0.3;
}
.side-menu a:hover {
  color: #bd0000;
  opacity: 1;
  text-decoration: none;
}
.side-menu a.active {
  opacity: 1;
  color: #bd0000;
}

/*# sourceMappingURL=home.css.map */
