#logo_mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
@media screen and (max-width: 600px){
  #logo_mv video {
    width: 100%;
  }
}

.mainvisual {
  /* height: 138vh; */
  height: calc(100vh - 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url(../image/mv_bg.svg) no-repeat center top;
  background-size: 1200px;
  position: relative;
}

.mainvisual .icon_scroll {
  font-size: 1.2rem;
  height: 60px;
  background: url(../image/icon_scroll.svg) no-repeat center bottom;
  background-size: 20px auto;
  position: absolute;
  bottom: 15px;
}

h2 {
  color: #001d81;
  font-family: "Akrobat";
}

section {
  margin: 110px auto;
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 4rem;
    text-align: center;
  }
}

@media screen and (min-width: 601px) {
  h2 {
    font-size: 6rem;
  }
}

.mainvisual {
  color: #001d81;
  text-align: center;
}

.mainvisual .message {
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .mainvisual {
    height: 128vw;
    background-size: 100vw;
    background-position: center 8vw;
  }

  .mainvisual .message {
    margin-top: -20vw;
    font-size: 2.2rem;
  }

  .mainvisual .message span {
    font-size: 1.6rem;
  }

  .mainvisual .icon_scroll {
    bottom: 0;
  }
}

@media screen and (min-width: 601px) {
  .mainvisual .message {
    font-size: 4.5rem;
  }

  .mainvisual .message span {
    font-size: 3rem;
  }
}

.solutions h2 {
  text-align: center;
}

.solutions .kr-support h3,
.solutions .jp-support h3 {
  color: #001d81;
  font-size: 3rem;
  line-height: 1;
  background: rgba(187, 208, 251, 0.5);
  filter: alpha(opacity=50);
  background: #bbd0fb52;
  position: relative;
}

.solutions .kr-support h3 {
  border-radius: 0 10rem 10rem 0;
}

.solutions .jp-support h3 {
  border-radius: 10rem 0 0 10rem;
}

.solutions a:hover {
  opacity: .7;
}

.solutions ul {
  padding: 0;
  max-width: 400px;
  list-style-type: none;
}

.solutions li {
  padding: 14px 10px;
  border-bottom: 1px solid #ccc;
}

.solutions a {
  color: #001d81;
  display: grid;
  grid-template-columns: 80px 1fr 20px;
  -ms-grid-columns: 80px 2rem 1fr 2rem 20px;
  grid-gap: 2rem;
  align-items: center;
  text-decoration: none;
}

.solutions a::before {
  content: "";
  width: 75px;
  height: 70px;
  display: inline-block;
}

.solutions a::after {
  content: '';
  margin: 0 2rem;
  width: 1em;
  height: 1em;
  background: url(../image/icon_arrow_blue.svg) no-repeat center;
  display: inline-block;
}

.solutions a.kr_advance::before {
  background: url(../image/icon_kr_advance.svg) no-repeat center;
}

.solutions a.kr_manda::before {
  background: url(../image/icon_kr_manda.svg) no-repeat center;
}

.solutions a.kr_operation::before {
  background: url(../image/icon_kr_operation.svg) no-repeat center;
}

.solutions a.kr_withdrawal::before {
  background: url(../image/icon_kr_withdrawal.svg) no-repeat center;
}

.solutions a.kr_taxsupport::before {
  background: url(../image/icon_kr_taxsupport.svg) no-repeat center;
}

.solutions a.kr_casestudy::before {
  background: url(../image/icon_kr_casestudy.svg) no-repeat center;
}

.solutions a.jp_startup::before {
  background: url(../image/icon_jp_startup.svg) no-repeat center;
}
.solutions a.jp_advance::before {
  background: url(../image/icon_jp_advance.svg) no-repeat center;
}

.solutions a.jp_manda::before {
  background: url(../image/icon_jp_manda.svg) no-repeat center;
}

.solutions a.jp_taxsupport::before {
  background: url(../image/icon_jp_taxsupport.svg) no-repeat center;
}

.solutions a.jp_accountaudit::before {
  background: url(../image/icon_jp_accountaudit.svg) no-repeat center;
}

.solutions a.jp_casestudy::before {
  background: url(../image/icon_jp_casestudy.svg) no-repeat center;
}

@media screen and (max-width: 600px) {
  section {
    margin: 80px auto;
  }

  .solutions>.flex-container {
    display: block;
  }

  .solutions .kr-support,
  .solutions .jp-support {
    width: 100%;
  }

  .solutions .jp-support {
    margin-top: 40px;
  }

  .solutions .kr-support h3 {
    margin-right: 20px;
    padding: 30px 20px;
    text-align: center;
  }

  .solutions .kr-support ul {
    padding: 0 20px;
    margin: 0px;
  }

  .solutions .jp-support ul {
    padding: 0 20px;
    margin: 0px;
  }

  .solutions .jp-support h3 {
    margin-left: 20px;
    padding: 30px 20px;
    text-align: center;
  }
}

@media screen and (min-width: 601px) {

  .solutions .kr-support,
  .solutions .jp-support {
    width: 50%;
  }

  .solutions .kr-support h3 {
    margin-right: -2rem;
    padding: 60px 170px 60px 0;
    text-align: right;
  }

  .solutions .kr-support ul {
    margin: 0 40px 0 auto;
  }

  .solutions .jp-support ul {
    margin: 0 auto 0 40px;
  }

  .solutions .jp-support h3 {
    margin-left: -2rem;
    padding: 60px 0 60px 170px;
    text-align: left;
  }
}


.whoweare .grid-container .colmun-img-wrap {
  overflow: hidden;
  order: 2;
}

.whoweare .grid-container .colmun-img-wrap img {
  object-position: center left;
  object-fit: cover;
}

.whoweare .grid-container .column-content-wrap {
  order: 1;
  margin-left: auto;
  width: 100%;
  max-width: 450px;
}

.whoweare .grid-container .column-content-wrap .content {
  margin-top: 25px;
  line-height: 1.9;
}

.whoweare .grid-container .column-content-wrap .btn-area ul {
  margin: 0;
  padding: 0;
}

.whoweare .grid-container .column-content-wrap .btn-area li {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .whoweare .grid-container {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }

  .whoweare .grid-container .colmun-img-wrap img {
    width: 100%;
    height: auto;
  }

  .whoweare h2 {
    text-align: center;
  }

  .whoweare .grid-container .column-content-wrap .content-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 601px) {
  .whoweare .grid-container {
    grid-template-columns: 50% 1fr;
    -ms-grid-columns: 50% 60px 1fr;
    grid-gap: 60px;
    overflow: hidden;
  }

  .whoweare .grid-container .colmun-img-wrap img {
    width: auto;
    height: 100%;
  }

  .whoweare .grid-container .column-content-wrap .content-inner {
    padding-left: 10px;
    padding-right: 0;
    grid-column: 1/2;
    -ms-grid-column: 1;
  }

  .whoweare .grid-container .column-content-wrap .btn-area {
    margin-top: 85px;
  }

  .whoweare .grid-container .column-content-wrap .btn-area ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
  }

  .whoweare .grid-container .column-content-wrap .btn-area li {
    margin-bottom: 20px;
    max-width: 210px;
  }

  .whoweare .grid-container .column-content-wrap .btn-area li:nth-of-type(2n) {
    margin-left: 20px;
  }

  .whoweare .grid-container .colmun-img-wrap {
    grid-column: 2/3;
    -ms-grid-column: 3;
    margin-right: -45rem;
    overflow: hidden;
  }

}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
  .home .news .category {
    padding-top: 5px;
  }

}


.news {}

.news .posts {
  margin: 0;
  padding: 15px 0 0;
  list-style-type: none;
}

.news .posts li {
  padding: 12px 0px;
  font-size: 1.6rem;
  border-bottom: 1px solid #b4b4b4;
}

.news .posts time {
  width: 9rem;
}

.news .posts span.icon_category {
  font-size: 1.4rem;
  text-align: center;
  width: 12rem;
  display: inline-block;
  border-radius: 2rem;
}

.news .posts span.cat_newsletter {
  color: #001d81;
  background-color: #ebf0fa;
  border: 2px solid #ebf0fa;
}

.news .posts span.cat_news {
  color: #001d81;
  background-color: #fff;
  border: 2px solid #001d81;
}

.news .posts span.cat_topics {
  color: #fff;
  background-color: #001d81;
  border: 2px solid #001d81;
}

.news .posts .title a {
  color: #000;
}

.posts-more {
  text-align: right;
}

.news .category-link {
  margin-top: 40px;
  width: 100%;
  max-width: 450px;
}

@media screen and (max-width: 600px) {
  .news {
    margin-bottom: 50px;
  }

  .news .posts .flex-container {
    flex-wrap: wrap;
  }

  .news .posts time {
    width: 9rem;
  }

  .news li .title {
    margin-top: .5em;
    margin-left: 0;
  }

  .posts-more {
    margin-top: 1em;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 601px) {
  .news .posts time {
    min-width: 9rem;
  }

  .news li .title {
    margin-left: 1rem;
  }

  .posts-more {
    font-size: 1.4rem;
  }

  .news .btn-area.category-link li {
    max-width: 210px;
  }

  .news .btn-area.category-link li:nth-of-type(2n) {
    margin-left: 20px;
  }
}

.bottom-link-area {
  background: url(../image/home/bottom_link_bg.jpg) no-repeat center;
  background-size: cover;
}

.bottom-link-area .btn-area a {
  width: 100%;
  font-family: 'Akrobat', 'YuGothic_Subset';
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border: none;
}

.bottom-link-area .btn-area a:nth-of-type(2n+1) {
  margin-left: auto;
}

.bottom-link-area .btn-area a span {
  display: block;
}

@media screen and (max-width: 600px) {
  .bottom-link-area {
    margin-top: 50px;
    margin-bottom: 0px;
    padding: 60px 0;
  }

  .bottom-link-area .btn-area {
    margin-top: 0;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .bottom-link-area .btn-area a {
    margin: 0 auto;
    padding: 26px 0;
    max-width: 300px;
    font-size: 3rem;
  }

  .bottom-link-area .btn-area a span {
    margin-top: .5em;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 601px) {
  .bottom-link-area {
    margin-bottom: 60px;
    padding: 80px 0;
  }

  .bottom-link-area .btn-area {
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-gap: 50px;
  }

  .grid-container.btn-area a:first-child {
    grid-column: 1/2;
    -ms-grid-column: 1
  }

  .grid-container.btn-area a:last-child {
    grid-column: 2/3;
    -ms-grid-column: 3
  }

  .bottom-link-area .btn-area a {
    padding: 40px 0;
    max-width: 350px;
    font-size: 40px;
  }

  .bottom-link-area .btn-area a span {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
