@charset "UTF-8";
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(../font/NotoSansCJKjp-Regular.woff2) format("woff2"), url(../font/NotoSansCJKjp-Regular.woff) format("woff");
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), url(../font/NotoSansCJKjp-Medium.woff2) format("woff2"), url(../font/NotoSansCJKjp-Medium.woff) format("woff");
}

@font-face {
  font-family: 'TCM';
  font-style: normal;
  font-weight: 400;
  src: url(../font/TCM.woff2) format("woff2"), url(../font/TCM.woff) format("woff");
}

@font-face {
  font-family: 'TCB';
  font-style: normal;
  font-weight: 500;
  src: url(../font/TCB.woff2) format("woff2"), url(../font/TCB.woff) format("woff");
}

.txt-en {
  font-size: 11px;
  font-family: "TCM", sans-serif;
}

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

body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0;
}

ul, ol {
  padding: 0;
  list-style: none;
}

body {
  font-family: sans-serif;
}

a {
  color: inherit;
}

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

img {
  width: 100%;
}

/* for responsive */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: .01ms !important;
            animation-duration: .01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: .01ms !important;
            transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

[hidden] {
  display: none;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ul, ol {
  list-style: none;
}

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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a,
a:hover,
a:visited,
.navbar-default .navbar-nav > li > a {
  color: #000;
}

a {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body {
  font-family: 'NotoSansCJKjp', sans-serif;
  color: #191919;
  overflow-x: hidden;
  position: relative;
}

.br {
  display: block;
}

.first-ttl {
  font-size: 32px;
  font-family: source-han-sans-japanese, "NotoSansCJKjp", sans-serif;
}

@media screen and (max-width: 767px) {
  .first-ttl {
    font-size: 5vw;
  }
}

.first-ttl:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #191919;
  display: block;
}

.first-ttl .ttl-message-en {
  margin-top: 5px;
  display: block;
}

.first-ttl .ttl-message-ja {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3em 0 2em;
}

@media print, screen and (min-width: 767px) {
  ._sp {
    display: none;
  }
  body {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  ._pc {
    display: none;
  }
  .sp-br {
    display: inline-block;
  }
  html,
  body {
    width: 100%;
    height: 100%;
  }
}

.category01 .topic-job span,
.category21 .topic-job span,
.category41 .topic-job span,
.category61 .topic-job span,
.category81 .topic-job span {
  background-color: rgba(255, 155, 88, 0.5);
}

.category01 .post-main h3 span,
.category21 .post-main h3 span,
.category41 .post-main h3 span,
.category61 .post-main h3 span,
.category81 .post-main h3 span {
  color: #FF9B58;
}

.category02 .topic-job span,
.category22 .topic-job span,
.category42 .topic-job span,
.category62 .topic-job span,
.category82 .topic-job span {
  background-color: rgba(30, 144, 255, 0.5);
}

.category02 .post-main h3 span,
.category22 .post-main h3 span,
.category42 .post-main h3 span,
.category62 .post-main h3 span,
.category82 .post-main h3 span {
  color: #1E90FF;
}

.category03 .topic-job span,
.category23 .topic-job span,
.category43 .topic-job span,
.category63 .topic-job span,
.category83 .topic-job span {
  background-color: rgba(85, 107, 47, 0.5);
}

.category03 .post-main h3 span,
.category23 .post-main h3 span,
.category43 .post-main h3 span,
.category63 .post-main h3 span,
.category83 .post-main h3 span {
  color: #556B2F;
}

.category04 .topic-job span,
.category24 .topic-job span,
.category44 .topic-job span,
.category64 .topic-job span,
.category84 .topic-job span {
  background-color: rgba(240, 128, 128, 0.5);
}

.category04 .post-main h3 span,
.category24 .post-main h3 span,
.category44 .post-main h3 span,
.category64 .post-main h3 span,
.category84 .post-main h3 span {
  color: #F08080;
}

.category05 .topic-job span,
.category25 .topic-job span,
.category45 .topic-job span,
.category65 .topic-job span,
.category85 .topic-job span {
  background-color: rgba(255, 165, 0, 0.5);
}

.category05 .post-main h3 span,
.category25 .post-main h3 span,
.category45 .post-main h3 span,
.category65 .post-main h3 span,
.category85 .post-main h3 span {
  color: #FFA500;
}

.category06 .topic-job span,
.category26 .topic-job span,
.category46 .topic-job span,
.category66 .topic-job span,
.category86 .topic-job span {
  background-color: rgba(255, 140, 0, 0.5);
}

.category06 .post-main h3 span,
.category26 .post-main h3 span,
.category46 .post-main h3 span,
.category66 .post-main h3 span,
.category86 .post-main h3 span {
  color: #FF8C00;
}

.category07 .topic-job span,
.category27 .topic-job span,
.category47 .topic-job span,
.category67 .topic-job span,
.category87 .topic-job span {
  background-color: rgba(255, 69, 0, 0.5);
}

.category07 .post-main h3 span,
.category27 .post-main h3 span,
.category47 .post-main h3 span,
.category67 .post-main h3 span,
.category87 .post-main h3 span {
  color: #FF4500;
}

.category08 .topic-job span,
.category28 .topic-job span,
.category48 .topic-job span,
.category68 .topic-job span,
.category88 .topic-job span {
  background-color: rgba(255, 160, 122, 0.5);
}

.category08 .post-main h3 span,
.category28 .post-main h3 span,
.category48 .post-main h3 span,
.category68 .post-main h3 span,
.category88 .post-main h3 span {
  color: #FFA07A;
}

.category09 .topic-job span,
.category29 .topic-job span,
.category49 .topic-job span,
.category69 .topic-job span,
.category89 .topic-job span {
  background-color: rgba(255, 105, 180, 0.5);
}

.category09 .post-main h3 span,
.category29 .post-main h3 span,
.category49 .post-main h3 span,
.category69 .post-main h3 span,
.category89 .post-main h3 span {
  color: #FF69B4;
}

.category10 .topic-job span,
.category30 .topic-job span,
.category50 .topic-job span,
.category70 .topic-job span,
.category90 .topic-job span {
  background-color: rgba(250, 128, 114, 0.5);
}

.category10 .post-main h3 span,
.category30 .post-main h3 span,
.category50 .post-main h3 span,
.category70 .post-main h3 span,
.category90 .post-main h3 span {
  color: #FA8072;
}

.category11 .topic-job span,
.category31 .topic-job span,
.category51 .topic-job span,
.category71 .topic-job span,
.category91 .topic-job span {
  background-color: rgba(240, 128, 128, 0.5);
}

.category11 .post-main h3 span,
.category31 .post-main h3 span,
.category51 .post-main h3 span,
.category71 .post-main h3 span,
.category91 .post-main h3 span {
  color: #F08080;
}

.category12 .topic-job span,
.category32 .topic-job span,
.category52 .topic-job span,
.category72 .topic-job span,
.category92 .topic-job span {
  background-color: rgba(0, 0, 128, 0.5);
}

.category12 .post-main h3 span,
.category32 .post-main h3 span,
.category52 .post-main h3 span,
.category72 .post-main h3 span,
.category92 .post-main h3 span {
  color: #000080;
}

.category13 .topic-job span,
.category33 .topic-job span,
.category53 .topic-job span,
.category73 .topic-job span,
.category93 .topic-job span {
  background-color: rgba(0, 0, 139, 0.5);
}

.category13 .post-main h3 span,
.category33 .post-main h3 span,
.category53 .post-main h3 span,
.category73 .post-main h3 span,
.category93 .post-main h3 span {
  color: #00008B;
}

.category14 .topic-job span,
.category34 .topic-job span,
.category54 .topic-job span,
.category74 .topic-job span,
.category94 .topic-job span {
  background-color: rgba(0, 0, 205, 0.5);
}

.category14 .post-main h3 span,
.category34 .post-main h3 span,
.category54 .post-main h3 span,
.category74 .post-main h3 span,
.category94 .post-main h3 span {
  color: #0000CD;
}

.category15 .topic-job span,
.category35 .topic-job span,
.category55 .topic-job span,
.category75 .topic-job span,
.category95 .topic-job span {
  background-color: rgba(0, 139, 139, 0.5);
}

.category15 .post-main h3 span,
.category35 .post-main h3 span,
.category55 .post-main h3 span,
.category75 .post-main h3 span,
.category95 .post-main h3 span {
  color: #008B8B;
}

.category16 .topic-job span,
.category36 .topic-job span,
.category56 .topic-job span,
.category76 .topic-job span,
.category96 .topic-job span {
  background-color: rgba(47, 79, 79, 0.5);
}

.category16 .post-main h3 span,
.category36 .post-main h3 span,
.category56 .post-main h3 span,
.category76 .post-main h3 span,
.category96 .post-main h3 span {
  color: #2F4F4F;
}

.category17 .topic-job span,
.category37 .topic-job span,
.category57 .topic-job span,
.category77 .topic-job span,
.category97 .topic-job span {
  background-color: rgba(106, 90, 205, 0.5);
}

.category17 .post-main h3 span,
.category37 .post-main h3 span,
.category57 .post-main h3 span,
.category77 .post-main h3 span,
.category97 .post-main h3 span {
  color: #6A5ACD;
}

.category18 .topic-job span,
.category38 .topic-job span,
.category58 .topic-job span,
.category78 .topic-job span,
.category98 .topic-job span {
  background-color: rgba(147, 112, 219, 0.5);
}

.category18 .post-main h3 span,
.category38 .post-main h3 span,
.category58 .post-main h3 span,
.category78 .post-main h3 span,
.category98 .post-main h3 span {
  color: #9370DB;
}

.category19 .topic-job span,
.category39 .topic-job span,
.category59 .topic-job span,
.category79 .topic-job span,
.category99 .topic-job span {
  background-color: rgba(210, 105, 30, 0.5);
}

.category19 .post-main h3 span,
.category39 .post-main h3 span,
.category59 .post-main h3 span,
.category79 .post-main h3 span,
.category99 .post-main h3 span {
  color: #D2691E;
}

.category20 .topic-job span,
.category40 .topic-job span,
.category60 .topic-job span,
.category80 .topic-job span,
.category100 .topic-job span {
  background-color: rgba(135, 206, 250, 0.5);
}

.category20 .post-main h3 span,
.category40 .post-main h3 span,
.category60 .post-main h3 span,
.category80 .post-main h3 span,
.category100 .post-main h3 span {
  color: #87CEFA;
}

.member-cv {
  background: #E6E6E6;
  padding: 4vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.member-cv p {
  font-size: 24px;
  color: #191919;
  font-weight: bold;
}

.member-cv a {
  background: #fff;
  color: #191919;
  padding: 2vw;
  max-width: 434px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
		  transition: 0.3s;
}

.footer-cv {
  background: #3E3E3E;
  color: #fff;
  max-width: 100%;
  margin-top: 8vw;
}

.footer-cv .inner {
  max-width: 1064px;
  width: 100%;
  padding: 4vw 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-cv .inner .h-group {
  max-width: 450px;
  margin-left: 0;
  width: 100%;
}

.footer-cv .inner .h-group h3::before {
  background: #fff;
}

.footer-cv-btn {
  background: #fff;
  padding: 4vw;
  max-width: 615px;
  width: 100%;
  margin-bottom: -11vw;
  margin-top: 6vw;
  z-index: 2;
}

.footer-cv-btn .inner {
  display: block;
  padding: 0;
}

.footer-cv-btn_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-cv-btn_contact::before {
  content: "";
  background: url(../images/cv-contact.png) no-repeat center/contain;
  width: 88px;
  height: 88px;
  display: inline-block;
}

.footer-cv-btn_contact a {
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  margin-left: 1vw;
}

@media screen and (max-width: 767px) {
  .footer-cv-btn_contact a {
    font-size: 0.29297vw;
  }
}

.footer-cv-btn_interview {
  text-align: right;
  margin: 0 0 2vw;
}

.footer-cv-btn_interview span {
  font-size: 16px;
  position: relative;
  z-index: 2;
  font-weight: 500;
}

.footer-cv-btn_interview span::after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background: #3E3E3E;
  margin: 0 0 0 auto;
}

.footer-cv-btn_interview a {
  display: inline-block;
  margin: 4vw 0 0vw;
  z-index: 2;
  display: block;
  position: relative;
}

.footer-cv-btn_interview a::before {
  content: "";
  background: url(../images/cv-interview.png) no-repeat center/cover;
  max-width: 344px;
  width: 100%;
  height: 6em;
  display: inline-block;
  position: absolute;
  top: -2vw;
  left: 0;
  z-index: 1;
}

.footer-cv-btn_interview::before {
  content: "";
  display: block;
  margin: 2vw 0;
  width: 100%;
  height: 1px;
  background: #3E3E3E;
}

.shop-img-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.shop-img-flex .post-shop-img {
  width: 150px;
  margin: -5vw 10px 0px auto;
}

.topic-job span {
  background: #E6E6E6;
  padding: 0 5px;
}

.topic-ttl {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid;
  display: inline-block;
}

.topic-txt {
  font-size: 12px;
  padding: 20px 0;
  height: 80px;
}

.topic-name {
  font-size: 11px;
  color: #3E3E3E;
}

.topic-name-owner {
  font-size: 14px;
  color: #191919;
}

.topic-discription {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
		      margin-top: auto;
}

.topic-discription a span {
  width: 150px;
}

header {
    position: fixed;
    width: 100%;
    z-index: 99;
    background: #fff;
}

@media screen and (max-width: 767px) {
  header {
    padding: 0;
  }
}

header .g-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header h1 {
  width: 230px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  header h1 {
    width: 150px;
	padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  header nav {
    position: absolute;
    width: 100%;
    text-align: left;
  }
}

header nav ul {
  padding: 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  header nav ul {
    display: block;
  }
}

header nav li {
  margin-left: 15px;
  padding: 30px 0;
}

header nav li:first-child {
  margin-left: 0;
}

header nav li a {
  font-family: "TCM", sans-serif;
  position: relative;
}

header nav li a::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 5%;
  width: 90%;
  height: 2px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

header nav li.current a::after,
header nav li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

header nav .btn_bl {
  margin: 0;
  width: 100px;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.6));
}

header nav .btn_bl::after {
  background: transparent;
}

.sub-header {
  padding-top: 10vw;
  font-family: "TCM", sans-serif;
  font-weight: 100;
  margin-bottom: 4vw;
}

.sub-header h2 {
  font-weight: 100;
}

.sub-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #E6E6E6;
}

@media screen and (max-width: 767px) {
  .sub-header {
    height: 200px;
  }
}

.sub-header .sub-ttl {
  font-size: 65px;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .sub-header .sub-ttl {
    font-size: 11vw;
    max-height: 95px;
    min-height: 80px;
  }
}

.sub-header .txt-ja {
  font-size: 11px;
  font-family: "NotoSansCJKjp", sans-serif;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .menu-trigger {
    position: relative;
    width: 30px;
    height: 42px;
    cursor: pointer;
  }
  .menu-trigger span {
    display: block;
    position: absolute;
    width: 30px;
    border-radius: 3px;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  .menu-trigger span:nth-child(1) {
    top: 6px;
  }
  .menu-trigger span:nth-child(2) {
    top: 18px;
  }
  .menu-trigger span:nth-child(3) {
    top: 30px;
  }
  
  .menu-close-btn {
	  margin: auto;
  }
  .menu-close-btn span {
    border-bottom: solid 3px #191919;
  }
  .menu-close-btn span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menu-close-btn span:nth-child(2),
  .menu-close-btn span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .g-navi-sp {
	  background: #fff;
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 4%;
    z-index: 3;
  }
  .g-navi {
    position: fixed;
    z-index: 2;
    padding: 5px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    height: 100vh;
    width: 100%;
    background: #E6E6E6;
    color: #191919;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
  }
  .g-navi.active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
	    padding: 5px;
    background: #000;
	z-index: 99;
	opacity: 1;
	visibility: visible;
  }
 
  	.g-navi.active .g-navi_menu-mega_submenu {
		position: relative;
		visibility: visible;
		opacity: 1;
	}
  header .g-navi nav {
    position: initial;
    margin: auto;
	height: 100%;
    background: #e6e6e6;
	overflow: auto;
	    display: flex;
    flex-direction: column;
  }
  header .g-navi ul {
    display: block;
	padding-left: 20px;
  }
  
  header nav li {
	  margin-left: 0;
  }
  header .g-navi .btn_bl {
    margin: auto;
    width: 150px;
  }
  header .g-navi li {
	    padding: 5px 0;
  }
  header .g-navi li a {
    color: #191919;
    font-size: 24px;
  }
}

.sec-contact {
  padding: 90px 0;
}

.sec-contact p {
  text-align: center;
}


  footer .inner {
	    z-index: 99;
    position: relative;
  }

footer.cross::before {
  left: -6vw;
  opacity: 0.5;
  color: #fff;
  font-size: 37vw;
  font-weight: bold;
}

footer {
  background: #E6E6E6;
  color: #191919;
  padding: 60px 0 0;
  font-family: "TCM", sans-serif;
  overflow: hidden;
}

@media screen and (max-width: 1063px) {
  footer {
    height: auto;
    padding: 60px 0 30px;
  }
}

footer h1 {
  margin: 55px 0;
  font-size: 30px;
  width: 200px;
}

@media screen and (max-width: 767px) {
  footer h1 {
    margin: auto auto 20px;
  }
}

  
  section.fv {
    padding-top: 69px;
  }

footer .footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .copy {
  text-align: right;
  padding: 0 0 1.5vw;
  margin-top: 2vw;
}

footer .copy::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #191919;
  display: block;
  margin-bottom: 11px;
}

@media screen and (max-width: 767px) {
  footer .copy {
    margin-top: auto;
  }
}

footer a,
footer a:hover,
footer a:visited {
  font-family: "TCM", sans-serif;
  color: #191919;
}

@media screen and (max-width: 767px) {
  footer .inner {
    display: block;
    width: 90%;
  }
}

footer .footer-left {
  width: 50%;
}

footer .footer-left p {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 1063px) {
  footer .footer-left {
    width: 100%;
    margin: auto;
  }
}

footer .footer-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
}

@media screen and (max-width: 1063px) {
  footer .footer-right {
    width: 100%;
    margin: auto;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

footer .footer-right nav {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  footer .footer-right nav {
    margin-left: 0;
  }
}

footer .footer-right nav li {
  margin-bottom: 10px;
}

section {
  max-width: 1064px;
  margin: auto;
  width: 100%;
}

.inner {
  max-width: 1064px;
  width: 100%;
  margin: auto;
}

.pagetop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 90;
  bottom: 80px;
  right: 10px;
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.3));
}
.pagetop img {
	    transform: rotate(
-90deg
);
    width: 65px;
    height: 65px;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #000;
  position: relative;
}

.btn::after {
  content: "●";
  font-size: 2.5rem;
  margin-left: -1vw;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 10;
}

.btn span {
  margin-top: -1vw;
  position: relative;
  font-size: 14px;
}

.btn span::after {
  content: "";
  width: 130px;
  height: 1px;
  display: block;
  background: #000;
}

a.btn-wh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  position: relative;
}

.btn-wh::after {
  content: "●";
  font-size: 2.5rem;
  margin-left: -2vw;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.btn-wh span {
  margin-top: -1vw;
  position: relative;
  font-size: 14px;
}

.btn-wh span::after {
  content: "";
  width: 130px;
  height: 1px;
  display: block;
  background: #fff;
}

.cross {
  position: relative;
}

.cross::before {
  content: "×";
  color: #E6E6E6;
  font-size: 5vw;
  font-weight: 500;
  font-family: "TCM", sans-serif;
  position: absolute;
  z-index: 0;
  top: 0;
  opacity: 0.5;
}

.btn-square,
button {
  border: solid #191919 1px;
  font-family: source-han-sans-japanese, "NotoSansCJKjp", sans-serif;
  padding: 0.3vw;
  font-size: 16px;
  display: block;
  width: 100%;
  text-align: center;
}

.btn-square span,
button span {
  font-family: "TCM", sans-serif;
}

.service-tag {
  margin: 5px 0 5px -5px;
}

.service-tag li {
  display: inline-block;
  background: #E6E6E6;
  color: #191919;
  border-radius: 2px;
  padding: 5px;
  margin: 0 0 5px 5px;
  font-size: 12px;
}

.single .post-img {
  max-width: 525px;
  width: 100%;
  height: auto;
}

.post-main h3 {
  margin-top: 2vw;
  font-size: 32px;
}

.single-shop-info,
.member-work {
  margin-top: 12vw;
}

.interview .post-content,
.member .post-content,
.tags .post-content,
.search .post-content {
  margin-bottom: 4vw;
  width: calc(100% / 3 - 20px);
  margin-left: 20px;
}

section.fv {
  position: relative;
  height: 650px;
  margin-bottom: 3em;
  background: url(../images/main.jpg) no-repeat center/cover;
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  overflow: hidden;
  padding-top: 77px;
}

section.fv:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(35px);
  -moz-filter: blur(35px);
  -o-filter: blur(35px);
  -ms-filter: blur(35px);
filter: blur(36px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

section.fv .inner {
    margin: 8em 3em 0;
}


.fv-wrapper {
max-width: 1064px;
width: 100%;
height: auto;
background: url(../images/main.jpg) no-repeat center/cover;
margin: 0 auto;
filter: drop-shadow(2px 14px 40px rgba(0,0,0,0.4));
}

section.fv p {
  margin-top: 6vw;
  margin-bottom: 4vw;
  font-size: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

section.fv p::before {
  content: "";
  display: block;
  width: 2vw;
  height: 1px;
  background: #191919;
}

section.fv .fv-mein-catch {
  margin-left: -1vw;
  z-index: 1;
  position: relative;
}

section.fv .fv-mein-catch .br {
  margin-left: -1vw;
}

section.fv h2 {
  color: #191919;
  font-size: 56px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

section.fv h2 span.min {
  font-size: 44px;
}

section.fv h2:after {
  content: "User's voice × Professional voice ";
  font-size: 11px;
  font-weight: 100;
}

section.fv .cross::before {
  font-size: 9vw;
  left: -1vw;
}


.bold {
	font-weight: bold;
	font-weight: 500;
}

.top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1064px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  padding-bottom: 14vw;
}

.top-interview .inner {
  max-width: 707px;
  width: 100%;
  margin: 0;
}

.top-interview .btn-square {
  font-size: 1rem;
  padding: 0.7vw;
  transition: 0.3s;
}

.top-interview .btn-square span {
  font-size: 1.5rem;
  margin: 0 5px;
}

.top-sidebar {
  max-width: 270px;
  width: 100%;
  margin: 0;
}

.top-sidebar .top-tag {
  margin-top: 4vw;
}

.top-search input {
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: 1vw;
}

.top-search button {
  display: block;
  width: 100%;
}

.top-about {
  margin-bottom: 9vw;
}

.top-about .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-about-right {
  max-width: 615px;
  width: 100%;
}

.top-about-content {
  margin-top: 5vw;
}

.top-about-content_catch {
  margin-bottom: 2vw;
}

.thin {
  line-height: 1.85;
}

.top-about-btn {
  margin: 4vw 0 5vw;
}

.top-about-left {
  max-width: 344px;
  width: 100%;
  z-index: 2;
  position: relative;
}

.top-about-left::before {
  content: "";
  display: block;
  z-index: 0;
  background: url(../images/top-about_bg.jpeg) no-repeat center/cover;
  width: 450px;
  height: 100%;
  position: absolute;
  margin-left: -8vw;
}

.top-about-left figure {
  z-index: 2;
  position: relative;
}

.top-about-left figure img {
  width: 200px;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 2vw 0px 0 auto;
  display: block;
}

.about-content {
  max-width: 525px;
  width: 100%;
  position: relative;
  margin: 0 0 0 auto;
  overflow: hidden;
}

.about-content::before {
  content: "What PRIME PORT";
  color: #191919;
  opacity: 0.03;
  font-size: 18vw;
  display: block;
  font-weight: bold;
  margin-left: -50vw;
  width: 9000px;
  margin-top: -7vw;
  position: absolute;
}

.about-img {
  padding: 4vw 0;
}

.about-img figure {
  width: 100%;
}

.about-merit {
  counter-reset: number 0;
  margin-bottom: 8vw;
}

.about-merit .ttl-message-ja {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-merit .about-merit_content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-merit .about-merit_content ul li {
  width: calc(100% / 3 - 10px);
}

.about-merit .about-merit_content ul li h4 {
  margin-bottom: 2vw;
  font-size: 20px;
  font-weight: 100;
}

.about-merit .about-merit_content ul li h4 span {
  font-weight: bold;
}

.about-merit .about-merit_content ul li p {
  font-size: 14px;
  margin-bottom: 2vw;
}

.about-merit .about-merit_content ul li figure img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-merit .about-merit_content ul li::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-size: 11px;
  font-family: "TCM", sans-serif;
  display: block;
}

.about-service .about-service_plan h4 {
  font-size: 25px;
  margin: 5vw 0 2vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-service .about-service_plan h4::before {
  content: "";
  background: #191919;
  width: 15px;
  height: 1px;
  display: block;
  margin-right: 1vw;
}

.about-service .about-service_plan dl {
  max-width: 975px;
  width: 100%;
  border-bottom: #E6E6E6 1px solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1vw 0 0 auto;
}

.about-service .about-service_plan dl dt {
  font-size: 20px;
  font-weight: 500;
  max-width: 434px;
  width: 100%;
}

.about-service .about-service_plan dl dd {
  font-size: 18px;
  max-width: 525px;
  width: 100%;
}

.about-flow {
  margin: 8vw 0 10vw;
}

.about-flow .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-flow .about-flow_item,
.about-flow .about-flow_img {
  max-width: 525px;
  width: 100%;
}

.about-flow .about-flow_item {
  counter-reset: number 0;
}

.about-flow .about-flow_item ul {
  margin-top: 4vw;
}

.about-flow .about-flow_item ul li {
  margin-top: 2vw;
}

.about-flow .about-flow_item ul li dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-flow .about-flow_item ul li dt span {
  padding-left: 1vw;
  margin-left: -10px;
  border-bottom: 1px solid #191919;
}

.about-flow .about-flow_item ul li dt::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  width: 40px;
  height: 40px;
  background: #191919;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.photo-ofi {
  height: 0;
  display: block;
  background-color: #EFEFEF;
  overflow: hidden;
  position: relative;
  padding-bottom: 75%;
}

.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  font-family: 'object-fit: scale-down;';
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.post-thumbnail img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-content {
  margin-bottom: 4em;
  width: calc(100% / 2 - 20px);
  margin-left: 20px;
      display: flex;
    flex-direction: column;
}

.post-content:first-child, .post-content:nth-child(3), .post-content:nth-child(5) {
  margin-left: 0;
}

.interview .post-content:first-child, 
.interview .post-content:nth-child(3), 
.interview .post-content:nth-child(5),
.member .post-content:first-child, 
.member .post-content:nth-child(3), 
.member .post-content:nth-child(5),
.tags .post-content:first-child, 
.tags .post-content:nth-child(3), 
.tags .post-content:nth-child(5),
.search .post-content:first-child, 
.search .post-content:nth-child(3), 
.search .post-content:nth-child(5) {
  margin-left: 20px;
}

.interview .content-list,
.member .content-list,
.tags .content-list,
.search .content-list
 {
	margin-left: -20px;
}


.content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.sub-header .interview-sub-ttl {
  font-size: 2.2rem;
}

.intaview-sub-header::after {
  display: none;
}

.interview-content {
  margin-bottom: 10vw;
}

.interview-content .interview-intro_border {
  margin-bottom: 50px;
}

.interview-content .interview-intro_border:before, .interview-content .interview-intro_border:after {
  display: block;
}

.interview-content .interview-intro_border:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #191919;
}

.interview-content .interview-intro_border:after {
  content: "interview";
  font-size: 11px;
}

.interview-content .topic-job {
  margin: 5px 0;
}

.post-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shop-toc {
  max-width: 525px;
  width: 100%;
  margin-top: 2vw;
}

.shop-toc ul li a {
  color: #848484;
}

.shop-description {
  max-width: 525px;
  width: 100%;
}

.shop-description .shop-intro {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 20px;
}

.shop-description .shop-description-content {
  padding-top: 0.8vw;
}

.article-img-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.article-img-area figure {
  max-width: 525px;
  width: 100%;
  height: auto;
}

.single-shop-info {
  margin-bottom: 12vw;
}

.post-main {
  counter-reset: number 0;
}

.post-main h3 {
  margin-top: 8vw;
  margin-bottom: 2vw;
}

.post-main h3::before {
  counter-increment: number 1;
  /* number カウンタの増加数をセット */
  content: counter(number, decimal-leading-zero) " ";
  font-size: 11px;
  font-family: "TCM", sans-serif;
  display: block;
}

.post-main h3 span {
  color: #1E90FF;
}

.post-main-q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-main-q::before {
  content: "";
  display: block;
  height: 60px;
  background: #E6E6E6;
  width: 2px;
  margin: 0 10px;
}

.post-main-q,
.post-main-a {
  margin-bottom: 2vw;
}

.post-main-q span,
.post-main-a span {
  font-weight: 500;
  display: block;
}

.single-shop-img {
  max-width: 344px;
  width: 100%;
  height: auto;
}

.single-shop-data {
  max-width: 707px;
  width: 100%;
}

.single-shop-data dl .border {
  margin-bottom: 1vw;
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
}

.single-shop-data dl dt {
  font-weight: 500;
  flex-basis: 30%;
  margin-right: 1vw;
}

.single-shop-data dl dd {
	flex-basis: 70%;
}

.single-shop-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-editor {
  background: #191919;
  padding: 60px 0;
  color: #fff;
}

.single-editor .inner {
  max-width: 885px;
  margin: auto;
}

.single-editor h3 {
  font-size: 25px;
  margin-bottom: 5vw;
}

.single-editor-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.single-editor-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 525px;
  width: 100%;
}

.single-editor-data .single-editor-txt {
  max-width: 344px;
  width: 100%;
}

.single-editor-data .single-editor-txt h4 {
  font-size: 24px;
}

.single-editor-data .single-editor-txt p {
  font-size: 12px;
}

.single-editor-data figure img {
  max-width: 164px;
  max-height: 164px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-editor-name {
  margin-bottom: 26px;
}

.single-editor-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 344px;
  width: 100%;
}

.single-editor-right .single-editor-link {
  margin-top: auto;
}

.single-editor-right .single-editor-link span {
  width: 190px;
}

.single-editor-right .single-editor-link span::after {
  width: 190px;
}

.tags-ttl {
  font-size: 30px;
  font-weight: 500;
  font-family: source-han-sans-japanese, "NotoSansCJKjp", sans-serif;
  margin: 4vw 0;
}

.member-archive {
  counter-reset: number 0;
}

.member-archive .content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.member-archive .content-list li {
  margin-left: 151px;
  width: calc(100% / 3 - 101px);
}

.member-archive .content-list li:first-child {
  margin-left: 0;
}

.member-archive .content-list li .member-content-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.member-archive .content-list li .member-content-txt::after {
  counter-increment: number 1;
  /* number カウンタの増加数をセット */
  content: counter(number, decimal-leading-zero) " ";
  font-size: 11px;
  font-family: "TCM", sans-serif;
  display: block;
}

.member-archive .member-img {
  max-width: 22vw;
  width: 100%;
  height: 360px;
}

.member-archive .member-img img{
  max-width: 22vw;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.member-name-en {
  font-size: 16px;
  font-family: "TCM", sans-serif;
}

.member .member-name {
  margin-bottom: 4vw;
}

.member .member-name h3 {
  font-size: 26px;
  font-weight: 100;
}

.member .member-profile_wrapper {
  background: #191919;
  color: #fff;
  padding: 8vw 0;
}

.member .member-profile_first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2vw;
}

.member .member-profile_first figure img {
  max-width: 344px;
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

.member .member-profile_first p {
  max-width: 615px;
  width: 100%;
}

.member .member-profile_second {
  padding: 4vw 0;
}

.member .member-profile_second::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin-bottom: 2vw;
}

.member .member-profile_second p {
  font-weight: bold;
  margin-bottom: 1vw;
}

.cv-area {
  margin: 4vw auto;
}

.cv-area .member-cv {
  background: #191919;
}

.cv-area .member-cv p {
  color: #fff;
}

.contact-page {
  padding: 4vw 0;
}

/*-- 追加 --*/

.top-cat-btn {
	margin-bottom: 8vw;
}

.top-cat-btn .h-group {
	margin-bottom: 2em;
}
.top-cat-btn ul {
	display: flex;
	align-items: center;
	margin-left: -5px;
	margin-top: -5px;
    flex-wrap: wrap;
}

.top-cat-btn ul li {
    margin-left: 5px;
	margin-top: 5px;
    padding: 5px;
width: calc(100% / 6 - 5px);
    display: flex;
    border: solid 1px #000;
    align-items: center;
    justify-content: center;
}

.top-banner-area {
	margin: 0 auto 4em;
}

.cat-item a {
    width: 150px;
    display: flex;
    justify-content: center;
	transition: 0.3s;
}

.btn-square {
	transition: 0.3s
}

.intaview-map {
	width: 100%;
    height: 20em;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;   
    margin-top: -16px;
    z-index: 10;    
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;

    pointer-events: none
}

.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}


.swiper-button-prev {
	background: url(../images/prev.svg) no-repeat center center / contain;
}

.swiper-button-next {
	background: url(../images/next.svg) no-repeat center center / contain;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 20px;
    right: auto
}
 
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 20px;
    left: auto
}


.map .inner iframe {
	width: 100%;
	height: 700px;
}


.topic-tag {
	margin-top: auto;
}

.post-content a.post-link{
	display: flex;
    flex-direction: column;
}

.top-banner-item img {
	width: 100%;
}

/*------------------------*/
/*追加　ドロップダウンメニュー*/
/*------------------------*/

.g-navi_menu-mega_submenu {
    visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    top: 80px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background: #E6E6E6;
    opacity: 0;
    z-index: 1;
	display: flex;
    align-items: center;
}


li.g-navi_menu-mega .g-navi_menu-mega_submenu li {
    float: left;
    border: none;
	padding: 0;
}

.g-navi_menu-mega_submenu:before {
    content: "category";
    display: block;
    text-align: right;
    font-size: 10px;
    border-top: solid 1px;
	font-family: "TCM", sans-serif;
	padding-right: 5vw;
}

li.g-navi_menu-mega .g-navi_menu-mega_submenu li a {
    font-size: 14px;
}


li.g-navi_menu-mega .g-navi_menu-mega_submenu li:first-child {
	margin-left: 15px;
}


li.g-navi_menu-mega .g-navi_menu-mega_submenu li {
	    padding: 10px 10px 5px;
		    width: calc(100% / 4.5);
}

.g-navi_menu-mega_submenu ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
    max-height: 500px;
    height: 100%;
    /*overflow: auto;*/
}


li.g-navi_menu-mega .g-navi_menu-mega_submenu li a {
	display: block;
	text-align: left;
	width: auto;
	    display: flex;
    align-items: center;
    justify-content: end;
}

li.g-navi_menu-mega .g-navi_menu-mega_submenu li a:before {
	content: "";
    display: block;
	    font-family: 'Material Icons';
    margin-right: 8px;
}

/*------------------------*/
/*追加　ドロップダウンメニューここまで*/
/*------------------------*/


@media screen and (min-width: 767px) {
.topic-discription {
	margin-top: auto;
}

}

/*------------------------*/
/*ホバー設定*/
/*------------------------*/
@media screen and (min-width: 992px) {
	
	
	
	
li.g-navi_menu-mega:hover .g-navi_menu-mega_submenu {
    top: 80px;
    visibility: visible;
    opacity: 1;
}


li.g-navi_menu-mega .g-navi_menu-mega_submenu li:hover {
	background: transparent;
}

li.g-navi_menu-mega .g-navi_menu-mega_submenu li:hover a {
	color: #3E3E3E;

}

.cat-item:hover {
	background: #000;
}

.cat-item:hover a {
	color: #fff;
}

.btn:hover::after {
	color: #E6E6E6;
}

a.btn-square:hover,
.btn-square:hover {
	background: #000;
	color: #fff;
}

.member-cv a:hover {
	background: #000;
	color: #fff;
}

}



@media screen and (max-width: 1400px) {
	.top-about-left figure img {
		    margin: 2em -2em 0 auto;
	}
}

@media screen and (max-width: 1024px) {
	
	.map .inner iframe {
	width: 100%;
	height: 300px;
	}
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 5px;
	}
	 
	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 5px;
	}
	
	section.fv {
		padding-top: 70px;
	}
  .inner {
    max-width: 100%;
    padding: 0 50px;
  }
  .sub-header {
    padding: 21vw 50px 0;
  }
  .footer-cv .inner {
    padding-left: 50px;
  }
  .footer-cv-btn .inner {
    padding-left: 0;
  }
  .footer-cv-btn_contact a {
    font-size: 2vw;
  }
  .footer-cv-btn_interview a::before {
    height: 8vw;
  }
  footer .footer-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .footer .inner {
    position: relative;
    z-index: 1;
  }
  footer.cross::before {
    z-index: 0;
  }
  section.fv .cross::before {
    font-size: 16vw;
  }
  .top-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
  .top-wrapper .inner {
    padding: 0 15px 0 0;
  }
  .top-about-left::before {
    width: 37vw;
  }
  .top-about-left figure img {
    margin: 2vw 18px 0 auto;
  }
  .member-archive .content-list li {
    margin-left: 30px;
    width: calc(100% / 3 - 20px);
  }
  .member-archive .member-img img {
    max-width: 30vw;
  }
  .member-cv p {
    font-size: 3vw;
  }
  .member-cv a {
    max-width: 38vw;
  }
  .about-merit .about-merit_content ul li figure img {
    height: 250px;
  }
  .about-merit .about-merit_content ul li h4 {
    height: 50px;
  }
  .about-merit .about-merit_content ul li p {
    height: 80px;
  }
  .about-flow_img {
    margin-left: 1vw;
  }
  .single-editor-data figure img {
    max-width: 100%;
    max-height: 100%;
    width: 164px;
    height: 164px;
  }
  .shop-description,
  .single-shop-data {
    margin-left: 1vw;
  }
  .single-editor-data {
    display: block;
  }
  
  .interview .content-list, .member .content-list, .tags .content-list, .search .content-list {
	  margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
	
	  
  .g-navi_menu-mega_submenu {
	    height: 300px;
		top: 0;
  }

	li.g-navi_menu-mega .g-navi_menu-mega_submenu li {
		width: 100%;
	}
	
	li.g-navi_menu-mega .g-navi_menu-mega_submenu li:first-child {
		margin-left: 0;
	}
	
	.g-navi_menu-mega_submenu ul,
	.g-navi_menu-mega_submenu	{
		max-height: 300px;
		height: 100%;
	}
	
	.single-shop-data dl {
		margin-top: 4vw;
	}
	
	.single-shop-data dl .border {
  flex-direction: column;
align-items: baseline;
}

.single-shop-data dl dt {
  flex-basis: 100%;
}

.single-shop-data dl dd {
	  flex-basis: 100%;
}
	
	.top-cat-btn ul {
		height: 200px;
    overflow: auto;
	}
	
	.top-cat-btn ul li {
    margin: 0 auto 10px;
    width: 49%;
	}
	
	.cat-item a {
		width: 100%;
	}
	
	.post-content, .interview .post-content, .member .post-content, .tags .post-content, .search .post-content,
.interview .post-content:first-child, .interview .post-content:nth-child(3), .interview .post-content:nth-child(5), .member .post-content:first-child, .member .post-content:nth-child(3), .member .post-content:nth-child(5), .tags .post-content:first-child, .tags .post-content:nth-child(3), .tags .post-content:nth-child(5), .search .post-content:first-child, .search .post-content:nth-child(3), .search .post-content:nth-child(5)	{
		margin-left: auto;
	}
	
  .content-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .interview .post-content,
  .member .post-content,
  .tags .post-content,
  .search .post-content {
    width: calc(100% / 2 - 20px);
  }
  .ttl-message-ja figure {
    width: 35vw;
  }
  .menu-trigger span {
    border-bottom: solid 3px #191919;
  }
  footer .inner {
    width: 100%;
  }
  .footer-cv .inner .h-group {
    max-width: 100%;
    padding-right: 50px;
  }
  .footer-cv-btn {
    margin-bottom: 0;
  }
  .footer-cv-btn .inner {
    padding-left: 0;
  }
  .footer-cv .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .footer-cv-btn_interview a::before {
    height: 15vw;
  }
  .footer-cv-btn_interview a {
    margin: 8vw 0 0vw;
  }
  .footer-cv-btn_interview {
    margin: 0px 0 8vw;
  }
  .footer-cv-btn_contact a {
    font-size: 3vw;
  }
  footer .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-left p {
    font-size: 14px;
  }
  .top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-sidebar {
    max-width: 100%;
    margin: 11vw auto 0;
  }
  .top-sidebar .top-tag {
    margin-top: 10vw;
  }
  .btn-square,
  button {
    width: auto;
  }
  .top-search button {
    display: inline-block;
    width: auto;
    padding: 5px 2vw;
  }
  .top-search input {
    display: inline-block;
    width: auto;
  }
  .top-about .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-about-left::before {
    width: 100%;
    height: 200px;
    margin: 0;
    position: relative;
    margin-bottom: 12vw;
  }
  .top-about-left figure img {
    display: none;
  }
  .top-about-left,
  .top-about-right {
    max-width: 100%;
  }
  .about-content {
    max-width: 100%;
  }
  .about-merit .first-ttl {
    margin-bottom: 8vw;
  }
  .about-merit .about-merit_content ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-merit .about-merit_content ul li {
    margin-bottom: 16vw;
    width: 100%;
  }
  .about-merit .about-merit_content ul li p {
    height: auto;
  }
  .about-service .about-service_plan dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-service .about-service_plan dl dd {
    margin: 1vw 0;
  }
  .about-flow .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about-flow .about-flow_img {
    margin-bottom: 10vw;
    max-width: 100%;
  }
  .about-flow .about-flow_img figure:nth-child(2) {
    display: none;
  }
  .about-flow .about-flow_item {
    max-width: 100%;
  }
  .about-flow .about-flow_item ul li dt span {
    margin-left: -1vw;
  }
  .member .member-profile_first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .member .member-profile_first p {
    margin-top: 2vw;
  }
  .member-archive .content-list li {
    width: calc(100% / 2 - 10px);
    margin-left: 0;
  }
  .member-archive .member-img img {
    max-width: 100%;
    height: 200px;
  }
  .topic-discription {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .shop-img-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .shop-img-flex .post-shop-img {
    width: 18vw;
    margin: -7vw 0 0 auto;
  }
  .topic-job {
    margin-top: 1vw;
  }
  .single-editor-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-editor-right,
  .single-editor-data .single-editor-txt,
  .single-editor-data {
    max-width: 100%;
  }
  .single-editor-right {
    margin-top: 2vw;
  }
}

@media screen and (max-width: 428px) {
	.shop-img-flex .post-shop-img {
		width: 30vw;
		margin: -16vw 0 0 auto;
	}
	.post-main-q, .post-main-a {
		margin-bottom: 7vw;
	}
	.single-shop-data dl dt {
		    font-size: 13px;
		display: block;
	}
	
	.about-service .about-service_plan h4 {
    font-size: 18px;
	}
  .member-cv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .member-cv a {
    max-width: 90vw;
    margin-top: 4vw;
  }
  .cv-area .member-cv p {
    text-align: center;
    font-size: 4vw;
  }
  footer h1 {
    margin: auto 0 2em;
    position: relative;
  }
  .inner,
  .top-wrapper,
  .sub-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-cv .inner .h-group {
    padding-right: 15px;
  }
  .post-main,
  .top-about-content,
  .about-content,
  .about-service .about-service_plan dl dd,
  .about-service .about-service_plan dl dt,
  .about-flow_item ul li dt,
  .about-flow_item ul li dd {
    font-size: 14px;
  }
  .sub-header .interview-sub-ttl {
    font-size: 1.2rem;
  }
  .sub-header {
    height: auto;
  }
  .sub-header .sub-ttl {
    max-height: 100%;
    min-height: 100%;
  }
  .post-main h3 {
    font-size: 5vw;
  }
  section.fv h2 {
    font-size: 11vw;
  }
  section.fv p {
    font-size: 4vw;
  }
  .footer-cv .inner {
    padding-left: 15px;
  }
  .content-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-content,
  .interview .post-content,
  .member .post-content,
  .tags .post-content,
  .search .post-content {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
  .post-content:last-child {
    margin-bottom: 2em;
  }
  .top-sidebar {
    margin-top: 7em;
  }
  .footer-cv-btn_contact a {
    font-size: 4vw;
  }
  section.fv {
    background: url(../images/main.jpg) no-repeat 71% 8%/cover;
  }
  section.fv .inner {
    background: rgba(255, 255, 255, 0.7);
    width: 96%;
    margin: 17em auto 0px 0;
  }
  section.fv .cross::before {
    color: #191919;
    font-size: 41vw;
    left: -10vw;
    top: -6%;
    opacity: 0.3;
  }
  .topic-discription a span {
    width: 130px;
  }
  .top-about-left {
    margin-bottom: 4em;
  }
  .post-header,
  .single-shop-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .member-archive .content-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/*# sourceMappingURL=style.css.map */