*,
*::before,
*::after {
  box-sizing: border-box; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

img {
  vertical-align: bottom; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select, button {
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  background: none; }

html {
  font-size: 62.5%;
  overflow-x: hidden; }

body {
  font-family: Arial , sans-serif;
  line-height: 1.5;
  width: 100%;
  padding-top: 80px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  font-feature-settings: "palt"; }
  @media screen and (min-width: 1029px) {
    body {
      min-width: 1280px; } }
  @media screen and (max-width: 1028px) {
    body {
      font-size: 1.4rem;
      overflow-x: hidden; } }

.open {
  overflow-y: hidden; }

.wrap {
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 1029px) {
    .wrap {
      max-width: 1280px;
      padding: 0 120px; } }
  @media screen and (max-width: 1028px) {
    .wrap {
      padding: 0 15px; } }

a {
  transition: .2s;
  color: #E80012; }

a:hover {
  opacity: .7;
  text-decoration: none; }

sup {
  font-size: 1.4rem;
  vertical-align: top;
  position: relative;
  top: -0.1em; }

.japan {
  position: absolute;
  margin: auto;
  background-color: #E80012;
  border-radius: 50%; }
  @media screen and (min-width: 1029px) {
    .japan {
      height: 850px;
      width: 850px; } }
  @media screen and (max-width: 1028px) {
    .japan {
      height: 100vw;
      width: 100vw; } }
  .japan::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../img/japan-w.png);
    background-repeat: no-repeat;
    border-radius: 50%;
    z-index: 1; }
    @media screen and (min-width: 1029px) {
      .japan::after {
        height: 850px;
        width: 850px;
        background-position: left 65px bottom -65px;
        background-size: 476px auto; } }
    @media screen and (max-width: 1028px) {
      .japan::after {
        height: 100vw;
        width: 100vw;
        background-position: left -30vw bottom 0;
        background-size: 68vw auto; } }
  .japan::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/japan-r.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -2; }
    @media screen and (min-width: 1029px) {
      .japan::before {
        height: 476px;
        width: 476px; } }
    @media screen and (max-width: 1028px) {
      .japan::before {
        height: 68vw;
        width: 68vw; } }

@media screen and (min-width: 1029px) {
  .sp {
    display: none; } }

@media screen and (max-width: 1028px) {
  .pc {
    display: none; } }

@media screen and (min-width: 641px) {
  .sp2 {
    display: none; } }

@media screen and (max-width: 640px) {
  .pc2 {
    display: none; } }

@keyframes business-article-num {
  0% {
    color: transparent; }
  100% {
    color: inherit; } }

@keyframes business-article-num-before {
  0% {
    width: 0; }
  100% {
    width: 80px; } }

@keyframes business-article-ttl {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes business-article-txt {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.header {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  @media screen and (min-width: 1029px) {
    .header .wrap {
      padding: 0 60px; } }
  .header .gnav {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #E80012;
    z-index: 10;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
    @media screen and (min-width: 1029px) {
      .header .gnav {
        padding: 120px 0; } }
    @media screen and (max-width: 1028px) {
      .header .gnav {
        padding: 80px 40px;
        overflow-y: scroll; } }
    .header .gnav-list {
      list-style: none;
      max-width: 1280px;
      width: 100%;
      margin: 0 auto; }
      @media screen and (min-width: 641px) {
        .header .gnav-list {
          display: flex;
          flex-wrap: wrap;
          padding: 0; } }
      @media screen and (min-width: 1029px) {
        .header .gnav-list {
          padding-left: 120px;
          padding-right: 10%; } }
      @media screen and (max-width: 640px) {
        .header .gnav-list {
          display: block;
          padding: 0;
          overflow-y: auto; } }
      .header .gnav-list-item {
        line-height: 1; }
        @media screen and (min-width: 641px) {
          .header .gnav-list-item {
            width: 260px;
            margin-bottom: 40px; } }
        @media screen and (max-width: 640px) {
          .header .gnav-list-item {
            margin-bottom: 30px; } }
        .header .gnav-list-item a {
          color: #fff;
          text-decoration: none;
          font-weight: bold; }
          @media screen and (min-width: 641px) {
            .header .gnav-list-item a {
              font-size: 2.5em; } }
          @media screen and (max-width: 640px) {
            .header .gnav-list-item a {
              font-size: 1.875em; } }
        .header .gnav-list-item.home {
          margin-top: 10px; }
          .header .gnav-list-item.home a {
            font-weight: normal; }
            @media screen and (min-width: 641px) {
              .header .gnav-list-item.home a {
                font-size: 1.875em; } }
            @media screen and (max-width: 640px) {
              .header .gnav-list-item.home a {
                font-size: 1.5em; } }
    .header .gnav-btn {
      display: block;
      position: relative;
      width: 50px;
      height: 18px;
      z-index: 11;
      cursor: pointer;
      transition: .2s;
      -webkit-appearance: none; }
      @media screen and (max-width: 1028px) {
        .header .gnav-btn {
          margin-left: auto;
          width: 35px;
          height: 13px; } }
      .header .gnav-btn::before {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        background: #222;
        position: absolute;
        left: 0;
        top: 0;
        margin: auto;
        transition: .2s; }
        @media screen and (max-width: 1028px) {
          .header .gnav-btn::before {
            height: 2px; } }
      .header .gnav-btn::after {
        content: '';
        display: block;
        width: 30px;
        height: 3px;
        background: #222;
        position: absolute;
        bottom: 0;
        margin: auto;
        transition: .2s; }
        @media screen and (min-width: 1029px) {
          .header .gnav-btn::after {
            left: 0; } }
        @media screen and (max-width: 1028px) {
          .header .gnav-btn::after {
            right: 0;
            width: 26px;
            height: 2px; } }

.open .gnav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }
  .open .gnav-btn::before {
    background: #fff;
    bottom: 0;
    transform: rotate(-45deg); }
  .open .gnav-btn::after {
    width: 100%;
    background: #fff;
    top: 0;
    transform: rotate(45deg); }

.mv {
  position: relative; }
  @media screen and (min-width: 1029px) {
    .mv {
      margin-bottom: 120px; } }
  @media screen and (max-width: 1028px) {
    .mv {
      margin-bottom: 90px; } }
  @media screen and (min-width: 1029px) {
    .mv .japan {
      top: -320px;
      right: -360px; } }
  @media screen and (max-width: 1028px) {
    .mv .japan {
      top: auto;
      bottom: 80px;
      right: -50vw; } }
  @media screen and (min-width: 1029px) {
    .mv .japan::before {
      left: 65px;
      bottom: -65px; } }
  @media screen and (max-width: 1028px) {
    .mv .japan::before {
      left: -30vw;
      bottom: 0; } }
  .mv .wrap {
    position: relative;
    height: calc(100vh - 80px); }
    @media screen and (min-width: 1029px) {
      .mv .wrap {
        padding-top: 110px; } }
    .mv .wrap::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      margin: auto;
      animation: sc 2s infinite; }
      @media screen and (min-width: 1029px) {
        .mv .wrap::after {
          background: #FF0000;
          width: 0px;
          height: 100px;
          left: 0;
          right: 0; } }
      @media screen and (max-width: 1028px) {
        .mv .wrap::after {
          background: #fff;
          width: 1px;
          height: 100px;
          right: 10vw;
          bottom: 80px; } }
    @media screen and (max-width: 1028px) {
      .mv .wrap::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 230px;
        right: calc(10vw - 7px);
        transform: rotate(90deg);
        z-index: 4;
        color: #fff;
        line-height: 1;
        height: 0;
        width: 0; } }
  .mv-ttl {
    z-index: 3;
    max-width: 619px;
    position: relative; }
    @media screen and (max-width: 1028px) {
      .mv-ttl {
        max-width: 500px; } }
    @media screen and (min-width: 641px) {
      .mv-ttl {
        position: absolute;
        top: 50%;
        transform: translateY(-50%); } }
    @media screen and (max-width: 640px) {
      .mv-ttl {
        padding-right: 20px; } }
    .mv-ttl img {
      height: auto;
      width: 100%; }

@keyframes sc {
  0% {
    height: 100px; }
  100% {
    height: 0; } }

.top .swiper-container {
  width: 100%;
  margin-bottom: 120px;
  display: flex;
  position: relative;
  padding-bottom: 60px; }

.top .swiper-wrap {
  background: #222;
  display: flex; }
  @media all and (-ms-high-contrast: none) {
    .top .swiper-wrap {
      background: none; } }
  @media screen and (min-width: 641px) {
    .top .swiper-wrap {
      padding: 0 39px; } }
  @media screen and (max-width: 640px) {
    .top .swiper-wrap {
      padding: 0 29px; } }

.top .swiper-slide {
  /*
		@media all and (-ms-high-contrast: none) {
			display: none;
			&.ie {
			  display: block;
		  }
		}
*/ }
  @media screen and (min-width: 641px) {
    .top .swiper-slide {
      margin: 0 -39px; } }
  @media screen and (max-width: 640px) {
    .top .swiper-slide {
      margin: 0 -29px; } }
  @media all and (-ms-high-contrast: none) {
    .top .swiper-slide {
      background: #222; } }
  .top .swiper-slide img {
    width: 100%;
    height: auto; }
  .top .swiper-slide.ie {
    display: none; }
  .top .swiper-slide .ie-ttl {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 70%;
    height: auto; }

.top .swiper-slide svg {
  vertical-align: bottom;
  overflow: hidden; }

.top .swiper-slide a {
  opacity: 1;
  display: block; }

.top .swiper-slide a:hover {
  opacity: 1; }

.top .top-swiper-contents-img, .top .ie-img {
  opacity: .7;
  transition: .2s; }

.top .swiper-slide a:hover .top-swiper-contents-img, .top .swiper-slide a:hover .ie-img {
  opacity: 1; }

.category-mv {
  position: relative; }
  @media screen and (min-width: 1029px) {
    .category-mv {
      margin-bottom: 120px; } }
  @media screen and (max-width: 1028px) {
    .category-mv {
      margin-bottom: 90px; } }
  .category-mv-flex {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .category-mv-img img {
    height: auto;
    width: 100%; }
  @media screen and (min-width: 1029px) {
    .category-mv-img {
      width: calc(100% - 510px); } }
  @media screen and (max-width: 1028px) {
    .category-mv-img {
      margin-bottom: 15px;
      width: calc(100% + 16px); }
      .category-mv-img img {
        height: 118vw;
        object-fit: cover;
        object-position: 65% 0; } }
  @media screen and (min-width: 1029px) {
    .category-mv-contents {
      width: 450px; } }
  .category-mv-contents-ttl {
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px; }
    @media screen and (min-width: 1029px) {
      .category-mv-contents-ttl {
        font-size: 6.25em; } }
    @media screen and (max-width: 1028px) {
      .category-mv-contents-ttl {
        font-size: 5em; } }
    .category-mv-contents-ttl-txt {
      font-weight: bold;
      font-size: 1.125em;
      color: #E80012;
      line-height: 1.2; }
  .category-mv-contents-txt {
    font-size: 0.875em; }
  .category-mv-back {
    height: 22px;
    width: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    margin: auto;
    background-image: url(../img/arrow-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
    @media screen and (max-width: 1028px) {
      .category-mv-back {
        display: none; } }

@media screen and (min-width: 1029px) {
  .category-article-list {
    margin-bottom: 120px; } }

@media screen and (max-width: 1028px) {
  .category-article-list {
    margin-bottom: 90px; } }

.category-article-list-item {
  color: inherit;
  text-decoration: none;
  display: flex;
  width: 100%;
  justify-content: space-between; }
  .category-article-list-item:hover {
    opacity: .5; }
  @media screen and (max-width: 1028px) {
    .category-article-list-item {
      flex-direction: column-reverse; } }
  @media screen and (min-width: 1029px) {
    .category-article-list-item-contents {
      width: 500px; } }
  @media screen and (max-width: 1028px) {
    .category-article-list-item-contents {
      width: 100%; } }
  .category-article-list-item-contents-ttl {
    font-weight: bold;
    line-height: 1.2; }
    @media screen and (min-width: 1029px) {
      .category-article-list-item-contents-ttl {
        font-size: 2.25em; } }
    @media screen and (max-width: 1028px) {
      .category-article-list-item-contents-ttl {
        font-size: 2em; } }
  .category-article-list-item-contents-txt {
    font-size: 0.875em;
    margin-bottom: 5px; }
  .category-article-list-item-contents-position {
    font-size: 1.25em;
    font-weight: bold; }
  .category-article-list-item-contents-lead {
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px solid #CCCCCC; }
  .category-article-list-item-contents-meta {
    margin: 15px 0 30px;
    list-style: none;
    display: flex;
    color: #888888;
    font-size: 0.75em; }
    .category-article-list-item-contents-meta-write {
      margin-right: 15px; }
      .category-article-list-item-contents-meta-write::before {
        content: '';
        display: inline-block;
        height: 10px;
        width: 10px;
        background-image: url(../img/icon-write.png);
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 5px; }
    .category-article-list-item-contents-meta-time {
      margin-right: 15px; }
      .category-article-list-item-contents-meta-time::before {
        content: '';
        display: inline-block;
        height: 10px;
        width: 10px;
        background-image: url(../img/icon-time.png);
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 5px; }
    .category-article-list-item-contents-meta-date::before {
      content: '';
      display: inline-block;
      height: 10px;
      width: 10px;
      background-image: url(../img/icon-calendar.png);
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      margin-right: 5px; }
  .category-article-list-item-contents-writer {
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px solid #CCCCCC; }
    .category-article-list-item-contents-writer-ttl {
      font-size: 1.5em;
      font-weight: bold;
      margin-bottom: 10px; }
    .category-article-list-item-contents-writer-txt {
      font-size: 0.875em; }
  @media screen and (min-width: 1029px) {
    .category-article-list-item-img {
      width: calc(100% - 560px); } }
  @media screen and (max-width: 1028px) {
    .category-article-list-item-img {
      width: 100%;
      margin-bottom: 15px; } }
  .category-article-list-item-img img {
    width: 100%;
    height: auto; }
  .category-article-list-item + .category-article-list-item {
    margin-top: 80px; }
  .category-article-list-item:nth-of-type(2n) {
    flex-direction: row-reverse; }

.category-map {
  position: relative;
  background-position: center center;
  background-size: cover;
  height: 400px; }
  @media screen and (max-width: 1028px) {
    .category-map {
      height: 250px; } }
  .category-map.tokyo {
    background-image: url(../tokyo/img/map.png); }
  .category-map.fukuoka {
    background-image: url(../fukuoka/img/map.png); }
  .category-map.osaka {
    background-image: url(../osaka/img/map.png); }
  .category-map.kyoto {
    background-image: url(../kyoto/img/map.png); }
  .category-map.nagoya {
    background-image: url(../nagoya/img/map.png); }
  .category-map-ttl {
    line-height: 1;
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-weight: bold;
    font-size: 4.375em;
    opacity: .7;
    mix-blend-mode: hard-light; }
    @media screen and (max-width: 1028px) {
      .category-map-ttl {
        font-size: 2.5em; } }

.article .wrap {
  position: relative; }
  @media screen and (min-width: 1029px) {
    .article .wrap .japan {
      top: -360px;
      right: -200px;
      height: 600px;
      width: 600px; } }
  @media screen and (max-width: 1028px) {
    .article .wrap .japan {
      top: 0;
      right: 0;
      background: none; } }
  @media screen and (min-width: 1029px) {
    .article .wrap .japan::before {
      left: -17px;
      bottom: -100px;
      height: 335px;
      width: 335px; } }
  @media screen and (max-width: 1028px) {
    .article .wrap .japan::before {
      left: auto;
      right: 0;
      bottom: auto;
      top: 0;
      max-width: 480px;
      max-height: 480px;
      width: 237px;
      height: 237px;
      opacity: .2; } }
  .article .wrap .japan::after {
    height: 600px;
    width: 600px;
    background-position: left -17px bottom -100px;
    background-size: 335px auto; }
    @media screen and (max-width: 1028px) {
      .article .wrap .japan::after {
        content: none; } }

.article-contents {
  position: relative;
  z-index: 3;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 150px;
  padding-top: 40px; }
  .article-contents-header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px; }
    .article-contents-header-cat {
      color: #888888;
      font-weight: bold;
      margin-bottom: 30px; }
      @media screen and (min-width: 1029px) {
        .article-contents-header-cat {
          margin-left: -60px;
          font-size: 6.25em; } }
      @media screen and (max-width: 1028px) {
        .article-contents-header-cat {
          margin-left: 0;
          font-size: 2.75em; } }
    .article-contents-header-ttl {
      font-weight: bold;
      line-height: 1.2; }
      @media screen and (min-width: 1029px) {
        .article-contents-header-ttl {
          font-size: 3.375em; } }
      @media screen and (max-width: 1028px) {
        .article-contents-header-ttl {
          font-size: 2.125em; } }
    .article-contents-header-position {
      font-weight: bold;
      line-height: 1.2;
      font-size: 1.875em; }
  .article-contents-body {
    padding-top: 50px;
    padding-bottom: 90px; }
    .article-contents-body h2 {
      font-size: 1.875em;
      line-height: 1.2;
      margin-bottom: 30px; }
    .article-contents-body p + p {
      margin-top: 30px; }
    .article-contents-body p + h2 {
      margin-top: 120px; }
    .article-contents-body p + img {
      margin-top: 120px; }
    .article-contents-body img {
      width: 100%;
      height: auto;
      margin-bottom: 15px; }
    .article-contents-body .cap {
      font-size: 0.875em;
      color: #888;
      margin: 0 0 20px; }
  .article-contents-about {
    padding-top: 60px;
    border-top: 1px solid #ccc;
    padding-bottom: 90px; }
    .article-contents-about h2 {
      font-size: 1.875em;
      line-height: 1.2;
      color: #ccc; }
    .article-contents-about h3 {
      font-size: 1.5em;
      line-height: 1.2; }
    .article-contents-about h2 + p {
      margin-top: 20px; }
    .article-contents-about h2 + h3 {
      margin-top: 20px; }
    .article-contents-about h3 + p {
      margin-top: 10px; }
    .article-contents-about p + h2 {
      margin-top: 80px; }
    .article-contents-about p + h3 {
      margin-top: 50px; }
  .article-contents-back a {
    display: inline-block;
    padding-left: 50px;
    background-image: url(../img/arrow-left.png);
    background-size: 40px auto;
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    color: #E80012; }

.footer {
  background: #E80012;
  position: relative; }
  @media screen and (min-width: 1029px) {
    .footer {
      padding: 60px 0; } }
  @media screen and (max-width: 1028px) {
    .footer {
      padding: 30px 0 60px 0; } }
  @media screen and (min-width: 1029px) {
    .footer .wrap {
      padding: 0 60px; } }
  @media screen and (max-width: 1028px) {
    .footer .wrap {
      padding: 30px 20px 60px; } }
  @media screen and (min-width: 641px) {
    .footer-flex {
      display: flex;
      justify-content: space-between; } }
  .footer-flex a {
    color: #fff;
    text-decoration: none; }
  .footer-nav-list {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (min-width: 641px) {
      .footer-nav-list {
        max-width: 30em; } }
    .footer-nav-list-item {
      margin-bottom: 10px;
      display: block; }
      @media screen and (min-width: 641px) {
        .footer-nav-list-item {
          width: 6em; } }
      @media screen and (max-width: 640px) {
        .footer-nav-list-item {
          width: 20%;
          min-width: 6em; } }
      .footer-nav-list-item.home {
        font-size: 0.875em; }
      .footer-nav-list-item a {
        text-decoration: none;
        color: #fff; }
  .footer-sns-list {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 640px) {
      .footer-sns-list {
        margin-top: 30px; } }
    .footer-sns-list-item {
      display: block; }
      .footer-sns-list-item:not(:first-child) {
        margin-left: 30px; }
  .footer .copyright {
    font-size: 1.2rem;
    display: block;
    color: #fff; }
    @media screen and (min-width: 641px) {
      .footer .copyright {
        text-align: right; } }
    @media screen and (max-width: 640px) {
      .footer .copyright {
        font-size: 1rem;
        position: absolute;
        text-align: center;
        bottom: 30px;
        left: 0;
        right: 0;
        margin: auto; } }
