:root {
  --bg-color: #F3F3F3;
  --hover-color: #ecd9d6;
  --main-color: #00489d;
  --sub-color: #E5ABBE;
  --btn-color: #00489d;
  --bg-gradient: linear-gradient(90deg, #00489d 0%, #E5ABBE 100%);
}

html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  color: #353535;
  font: inherit;
  font-weight: 400;
  line-height: inherit;
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  vertical-align: baseline;
}
p {
  color: #353535;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
html {
  overflow-y: scroll;

  scroll-behavior: smooth;
}
img {
  vertical-align: middle;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
input, textarea {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
a {
  text-decoration: none;
}
button {
  border: none;
  border-radius: 0;
  background-color: inherit;
  cursor: pointer;
}
*, *::before, *::after {
          box-sizing: border-box;

  -webkit-box-sizing: border-box;
}
body * {
  -webkit-text-size-adjust: 100%;
}
a img {
          transition-property: opacity;
          transition-duration: .2s;

  -webkit-transition-property: opacity;
  -webkit-transition-duration: .2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
a:hover img {
  opacity: .8;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked + span {
  border: 1px solid var(--sub-color);
  background: var(--sub-color);
  color: #ffffff;
}
input[type=radio], input[type=checkbox] {
  display: none;
}
input[type="radio"]:checked + label {
  background: var(--hover-color);
}
/*common*/
html {
  font-size: 62.5%;
}
body {
  color: #000000;
  font-size: 16px;
  font-size: 1.7rem;
  line-height: 1.8;
}
.pc {
  display: block;
}
.sp, .tb {
  display: none;
}
a {
  color: #000000;
}
img {
  max-width: 100%;
  height: auto;
}
.c-btn {
  width: 100%;
  max-width: 280px;
}
.c-btn a {
  display: block;
  position: relative;
  margin: auto;
  padding: 10px;
  border-radius: 30px;
  background: var(--btn-color);
  background-position: 1% 50%;
  background-size: 200% auto;
  color: #ffffff;
  text-align: center;
  transition: all .3s ease-out;
}
.c-btn a:hover {
  background: #0940a6;
}
.c-btn a::after, .c-btn_gray a::after {
  position: absolute;
  top: calc((100% - 6px) / 2);
  right: 20px;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: "";
  -webkit-transform: rotate(45deg);
}
.c-btn_gray a {
  display: block;
  position: relative;
  max-width: 330px;
  margin: auto;
  padding: 10px;
  border-radius: 30px;
  background: var(--btn-color);
  background-position: 1% 50%;
  background-size: 200% auto;
  color: #ffffff;
  text-align: center;
  transition: all .3s ease-out;
}
.c-btn_gray a:hover {
  background: #000000;
}
.c-btn_end {
  max-width: 330px;
  margin: auto;
  padding: 10px;
  border: 2px solid #666666;
  border-radius: 100px;
  color: #353535;
  text-align: center;
}

/*HEADER-----------------------*/
.mainvisual {
  display: grid;
  justify-content: space-between;
  padding: 20px 50px;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 80px auto;
  position: relative;
  min-height: 500px;
  padding: 20px 50px;
}
@media screen and (max-width: 1200px) {
  .mainvisual {
    min-height: 400px;
    padding: 20px 40px;
    gap: 10px;
  }
}

.mainvisual__logo {
  display: flex;
  grid-column: span 6 / span 6;
  gap: 10px;
  height: 68px;
}

.mainvisual__logo p {
  display: flex;
  align-items: center;
}

.mainvisual__logo_sme {
  max-width: 125px;
}

.mainvisual__logo_sme2 {
  max-width:  265px;
  padding: 20px;	
}

.mainvisual__header {
  grid-column: span 6 / span 6;
  grid-column-start: 7;
}

.mainvisual__nav {
  display: flex;
  margin-left: auto;
  justify-content: end;
}

.mainvisual__nav ul {
  display: flex;
  align-self: flex-start;
}

.mainvisual__nav a {
  display: grid;
  height: 68px;
  padding: 14px 20px;
  line-height: 1em;
  text-align: center;
  transition: all ease .3s;
  place-content: center;
  place-items: center;
}

.mainvisual__nav a:hover {
  opacity: .8;
}

.mainvisual__nav a span {
  display: block;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: .2em;
  margin-bottom: 3px;
}

.mainvisual__list a {
  width: 140px;
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .mainvisual__list a {
    width: 120px;
}
}
.mainvisual__signup a {
  border-radius: 5px;
  background: #000000;
  color: #ffffff;
}

.mainvisual__signup a:hover {
  opacity: .7;
}

.mainvisual__link a {
  padding: 12px 10px;
  border-radius: 5px;
  background: #ffffff;
  margin-left: 5px;
}

.mainvisual__link a img {
  width: 100px;
}

.mainvisual__lang {
  margin-right: 5px;
}

.mainvisual__lang>li {
  display: block;
  position: relative;
  height: auto;
  margin: 0;
  padding: 0;
  padding: 10px 8px 10px 10px;
  border-top: none;
  background: #ffffff;
  color: #000000;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}

.mainvisual__lang>li:after {
  display: inline-block;
  position: relative;
  top: calc((100% -5px) / 2);
  bottom: 3px;
  transform: rotate(135deg);
  width: 5px;
  height: 5px;
  margin-left: 5px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  content: "";
}

.mainvisual__lang li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.mainvisual__lang li ul li {
  height: 0;
  overflow: hidden;
  background: #efefef;
  color: #333333;
  transition: .2s;
}

.mainvisual__lang li ul li a {
  display: block;
  height: auto;
  padding: 10px 8px 10px 10px;
}

.mainvisual__lang li ul li:after {
  content: none;
}

.mainvisual__lang li ul li:first-child {
  border-top: none;
}

.mainvisual__lang li:hover:after {
  bottom: 0;
  transform: rotate(-45deg);
  transition: .1s;
}

.mainvisual__lang li:hover ul li {
  height: 32px;
  overflow: visible;
}

.mainvisual__lang li ul li:hover {
  background: var(--bg-color);
  transition: .5s;
}

/*MAIN-----------------------*/
.mainvisual {
  background: url(../images/bg_main.jpg) no-repeat center / cover;
}

.mainvisual__box {
  grid-column: span 9 / span 9;
  grid-row-start: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mainvisual__title {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .mainvisual__title{
    flex-wrap: wrap;
  }
}

.mainvisual__title_flag {
  min-width: 50px;
  max-width: 140px;
  width: 8vw;
}

.mainvisual__title_img {
  width: 100%;
}

.mainvisual__subtitle {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(16px, 2.5vw, 24px);
  margin: 20px 0;
  letter-spacing: 0.1em;
}

.mainvisual__text {
  color: #ffffff;
  margin-bottom: 30px;
}

.mainvisual__btn {
  display: flex;
  flex-direction: column;
  justify-content: end;
  grid-column: span 3 / span 3;
  grid-column-start: 10;
  grid-row-start: 2;
  min-width: 200px;
  max-width: 360px;
  width: 100%;
  margin-left: auto;
}

.mainvisual__btn p {
  margin-top: 10px;
}


.mainvisual__btn p a {
  display: block;
  position: relative;
  padding: 12px 25px 12px 20px;
  color: #ffffff;
  font-size: 14px;
  transition: all ease .3s;
  border-radius: 5px;
  background: #1e286f;
  line-height: 1.3;
}

.mainvisual__btn p + p a {
  background: #942334;
}

.mainvisual__btn p a:hover {
  background: #000;
  border-radius: 5px;
}

.mainvisual__btn p a::after {
  display: inline-block;
  position: absolute;
  top: calc((100% - 8px) / 2);
  right: 10px;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: "";
}

/*NEEDS-----------------------*/
.needs-head {
  margin: 30px;
  text-align: center;
}

.needs-head__title {
  font-weight: 700;
  font-size: 20px;
}

/*Tab----*/
.needs-tab {
  margin-top: 30px;
}

.needs-tab__title {
  margin: 20px 0 10px;
  font-weight: bold;
  font-size: clamp(18px, 1.875vw, 25px);
  text-align: center;
}

.needs-tab__title img {
  width: 24px;
  margin: -4px 5px 0 0;
}

.needs-tab__text {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.needs-tab__update {
  margin-bottom: 1.2vw;
  font-size: 14px;
  text-align: center;
}

.needs-tab__category {
  display: flex;
  gap: 0 3px;
  justify-content: center;
}

.needs-tab__category__item label {
  display: block;
  height: 100%;
  padding: 15px 1.5vw 5px;
  border-radius: 3px 3px 0 0;
  background-color: var(--bg-color);
  font-size: 14px;
  line-height: 1.3em;
  text-align: center;
  cursor: pointer;
  transition: all ease .5s;
}

.needs-tab__category__item.is-active {
  background: var(--bg-color);
}

.needs-tab__category__item:hover {
  border-radius: 3px 3px 0 0;
  background: var(--hover-color);
}

.needs-tab__category__item:hover img {
  position: relative;
  animation: btn .5s ease-in-out 1 forwards;
}

@keyframes btn {
  0% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }

  50% {
    transform: scale(.98, 1.05) translate(0, -8px);
  }

  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }

  0%,
  100% {
    opacity: 1;
  }
}

.needs-tab__label {
  margin: 5px 0;
}

.needs-tab__img {
  display: block;
  position: relative;
  z-index: 2;
  margin: 0 10px;
  transition: all ease .3s;
}

.needs-tab__img img {
  width: 50px;
}

/*Tag----*/
.bg_tag {
  padding: 3vw 5vw 0;
  background: var(--bg-color);
}

.needs-main {
  padding: 3vw 5vw 0;
  background-color: var(--bg-color);
}

.needs-tag {
  padding: 15px 10px 15px 20px;
  border-radius: 5px;
  background: #ffffff;
  text-align: center;
}

.needs-tag__title {
  position: relative;
  font-weight: normal;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  transition: all .5s ease;
}

.needs-tag__title img {
  width: 20px;
  margin: -3px 5px 0 0;
}

.needs-tag__title::before,
.needs-tag__title::after {
  position: absolute;
  top: 48%;
  right: 15px;
  width: 15px;
  height: 1px;
  background-color: #333333;
  content: "";
}

.needs-tag__title::before {
  transform: rotate(0deg);
}

.needs-tag__title::after {
  transform: rotate(90deg);
}

.needs-tag__title.close::before {
  transform: rotate(45deg);
}

.needs-tag__title.close::after {
  transform: rotate(-45deg);
}

.needs-tag__box {
  display: none;
  margin: 15px;
}

.needs-tag__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  justify-content: center;
}

.needs-tag__item span {
  padding: 5px 15px;
  border: 1px solid #cccccc;
  border-radius: 100px;
  color: #333333;
  font-size: 12px;
}

/*List----*/
.needs-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 0 5vw;
}

.needs-card {
  align-self: start;
  position: relative;
  width: calc((100% - 60px) / 4);
  padding: 0;
  border-radius: 5px;
  background: #ffffff;
}

.is-hide {
  display: none;
}

@media screen and (max-width: 1500px) {
  .needs-card {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 1000px) {
  .needs-card {
    width: calc((100% - 20px) / 2);
  }
}

/*CATEGORY----*/
.category_icon {
  min-width: 80px;
  padding: 8px 10px;
  border-radius: 5px 5px 0 0;
  background: #353535;
  color: #ffffff;
  font-size: 15px;
  line-height: 1em;
}

.category01 {
  background: #006600;
}

.category02 {
  background: #100040;
}

.category03 {
  background: #45b695;
}

.category04 {
  background: #ee882e;
}

.category05 {
  background: #7c57a0;
}

.category06 {
  background: #426fe3;
}

.category07 {
  background: #ecb719;
}

.category08 {
  background: #85b02c;
}

.category09 {
  background: #ea79a3;
}

.category10 {
  background: #3e4275;
}

.needs-card__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin-bottom: 15px;
}

.needs-card__tag li {
  padding: 5px 12px;
  border-radius: 50px;
  background: #f2f2f2;
  font-size: 14px;
  line-height: 1.5;
}

.needs-card__tag1 {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin-bottom: 15px;
}

.needs-card__tag1 li {
  padding: 5px 12px;
  border-radius: 50px;
  background: ;
  font-size: 14px;
  line-height: 1.5;
}

/*DETAIL----*/
.needs-card__title {
  display: flex;
  align-items: center;
  min-height: 3em;
  font-weight: bold;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.5;
}

.needs-card__wrap {
  padding: 12px 20px 80px 20px;
}

.needs-id::after {
  margin: 0 10px;
  content: "/";
}

.needs-area img {
  width: 30px;
  vertical-align: top;
}

.needs-card__company {
  font-size: 14px;
  line-height: 1.3em;
  text-align: right;
  vertical-align: top;
}

.needs-card__city {
  margin-bottom: 20px;
  line-height: 1.3em;
  text-align: right;
}

.needs-card__city span {
  border-radius: 5px;
  color: #a7a7a7;
  font-size: 12px;
}

.needs-card__city span::before {
  display: inline-block;
  width: 10px;
  height: 13px;
  margin: 0 2px -2px 0;
  background: url(../../..//assets2/img/lp/icon_pin.svg) no-repeat center / contain;
  content: "";
}

.needs-card__detail {
  margin-bottom: 10px;
  font-size: 14px;
}

.needs-card__detail b {
  display: block;
  margin: 20px 0 10px;
  border: 1px solid #e3e3e3;
  border-radius: 100px;
  text-align: center;
}
.needs-card__img {
  text-align: center;	
  margin-bottom: 20px;
}
.needs-card__img img{
  aspect-ratio: 5 / 3;
  object-fit: contain;
}


/*
.needs-card__img {
  text-align: center;
}
*/
.more {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 25px;
  width: calc((100% - 50px) / 2);
  height: 29px;
  padding: 2px 10px;
  border-radius: 30px;
  background: linear-gradient(270deg, #100040 0%, #b22d00 50%, #100040 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease-out;
}

.more:hover {
  background-position: 99% 50%;
}

.more.close {
  background: #666666;
}

.more::before {
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 0;
  left: 0;
  margin-left: -10px;
  content: "More details";
  transition: all ease .3s;
}

.more.close::before {
  display: inline-block;
  position: absolute;
  content: "Close";
}

.more::after {
  display: inline-block;
  position: absolute;
  top: calc((100% - 7px) / 2);
  right: 15px;
  transform: rotate(135deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: "";
  transition: all ease .3s;
}

.more.close::after {
  transform: rotate(-45deg);
}

.more_txt {
  margin-top: 15px;
  display: none;
}

.more_txt p {
  margin-bottom: 20px;
  font-size: 14px;
}

.more_txt b {
  display: block;
  margin: 0 0 5px 0;
  padding: 0 10px;
  border-radius: 5px;
  background: #f6f6f6;
  color: #666666;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

p.btn_contact {
  display: block;
  bottom: 25px;
  left: 20px;
  margin: 5px auto 0;
  padding: 2px 10px;
  border-radius: 5px;
  background: var(--main-color);
  background-position: 1% 50%;
  background-size: 200% auto;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease-out;
}

.btn_contact a {
  display: block;
  position: relative;
  color: #ffffff;
}

.btn_contact a::before {
  display: inline-block;
  position: absolute;
  border: 3px solid transparent;
  border-left: 5px solid #fff;
  content: "";
  top: calc((100% - 5px) / 2);
  left: 5px;
}

.btn_contact:hover {
  background: #000000;
}

p.btn_contact2 {
  display: block;
  bottom: 25px;
  left: 20px;
  margin: 5px auto 0;
  padding: 2px 10px;
  border-radius: 5px;
  background: #b22d00;
  background-position: 1% 50%;
  background-size: 200% auto;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease-out;
}

.btn_contact2 a {
  display: block;
  position: relative;
  color: #ffffff;
}

.btn_contact2 a::before {
  display: inline-block;
  position: absolute;
  border: 3px solid transparent;
  border-left: 5px solid #fff;
  content: "";
  top: calc((100% - 5px) / 2);
  left: 5px;
}

.btn_contact2:hover {
  background: #000000;
}

/* colom2 --------------------------*/
.col1-container {
  margin: 3vw 5vw 0;
  padding: 2.5vw;
  border-radius: 10px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
}

.col2-container {
  display: flex;
  gap: 30px;
  margin: 3vw 5vw 0;
}

.col2-container__box {
  width: 48%;
  padding: 2.5vw;
  border-radius: 10px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
}

.col1-container h2,
.col2-container h2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

/*SIDE SIGNUP-----------------------*/
.side_signup {
  display: none;
  position: fixed;
  right: 0;
  bottom: 180px;
  z-index: 10;
}

.side_signup a {
  display: block;
  width: 58px;
  padding: 20px 15px;
  border-radius: 5px 0 0 5px;
  background: var(--main-color);
  color: #ffffff;
  font-size: 16px;
  transition: all ease .3s;
  writing-mode: vertical-rl;
}

.side_signup a img {
  width: 22px;
  margin: 5px 0 0 -5px;
}

.side_signup a:hover {
  background: #000000;
}

/*CONTACT-----------------------*/
.signup {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin: 3vw 5vw 4vw;
  text-align: center;
}

.signup h2 {
  font-weight: bold;
  font-size: clamp(16px, 1.5vw, 24px);
}

.signup-entry__txt {
  margin: 0 0 1.3vw;
}

.signup .c-btn_gray {
  margin-top: 2vw;
}

.signup-entry,
.signup-ehibition {
  padding: 2.5vw;
  border-radius: 10px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
  background: #ffffff;
  text-align: center;
}

.signup-entry {
  width: 100%;
}

.signup-entry__title {
  margin-bottom: 20px;
  color: var(--main-color);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.5;
}

.signup-entry__member {
  font-size: clamp(16px, 1.2vw, 20px);
}

.signup-ehibition {
  background: var(--bg-gradient);
  color: #ffffff;
}

.signup-ehibition h2 {
  margin-bottom: 1vw;
  color: #ffffff;
  font-weight: bold;
  font-size: clamp(16px, 1.2vw, 20px);
}

.signup-ehibition__txt {
  color: #ffffff;
  font-size: clamp(14px, 1vw, 16px);
}

.signup-header h2 {
  margin-bottom: 1vw;
  font-weight: bold;
  font-size: clamp(16px, 1.5vw, 24px);
}

/*FOOTER-----------------------*/
.footer-gotop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 9;
  width: 80px;
}

.footer {
  margin: 0 5vw 5px;
  padding: 50px;
  border-radius: 10px;
  background: var(--bg-gradient);
  color: #ffffff;
  text-align: center;
}

.footer p {
  color: #ffffff;
}

.footer-logo {
  width: 250px;
  margin: auto;
}

.footer-ttl {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-name {
  margin: 10px;
  font-size: 16px;
}

.footer-add {
  font-size: 14px;
}

.footer-add img {
  width: 15px;
  margin-right: 5px;
}

.copy {
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 10px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  body {
    font-size: 14px;
  }

  .pc {
    display: none;
  }

  .tb {
    display: block;
  }

  .sp {
    display: none;
  }

  .needs-card__category {
    font-size: 10px;
  }

  .needs-id,
  .needs-date {
    font-size: 12px;
    line-height: 1.5;
  }

  .needs-card__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .tb {
    display: none;
  }

  .sp {
    display: block;
  }

  .h-logo {
    width: 18vw;
    max-width: 400px;
    padding-bottom: 10px;
  }

  .mainvisual {
    width: 100%;
    padding: 0;
    grid-template-rows: 60px auto;
    min-height: 600px;
    background: url(../images/bg_main_sp.jpg) no-repeat center / cover;
    text-align: center;
    padding: 15px 0 0;
  }

  .mainvisual-nav {
    justify-content: end;
    padding: 0 5px;
  }

  .mainvisual-nav a {
    height: 40px;
    padding: 5px 12px 5px;
    font-size: 12px;
    letter-spacing: .05em;
  }

  .mainvisual-nav__list a span {
    transform: scale(80%);
    font-size: 10px;
    letter-spacing: 0;
  }

  .mainvisual-nav__link a img {
    width: 55px;
  }
  .mainvisual__lang li a {
    margin-right: 0;
    padding: 8px 10px;
  }

  .mainvisual__lang li:hover ul {
    width: 100%;
  }

  .mainvisual__lang li:hover ul li {
    width: 100%;
    overflow: visible;
  }

  .mainvisual__lang li ul li a {
    display: block;
    padding: 10px;
  }

  .mainvisual__lang li ul li a:hover {
    transition: .5s;
  }

  .mainvisual__lang li:hover:after {
    bottom: 3px;
  }

  .mainvisual__logo {
    padding: 0 15px;
    grid-column: span 12 / span 12;
    grid-row-start: 3;
    height: 60px;
	margin-left: auto;
	margin-right: auto;  
  }
  .mainvisual__logo p{
    height: auto;
  }

  .mainvisual__logo_sme {
    width: 50%;
  }

  .mainvisual__header{
    grid-column: span 12 / span 12;
    padding: 0 15px;
  }

  .mainvisual__nav a{
    height: 45px;
  }

  .mainvisual__nav a span{
    letter-spacing: 0;
  }
  .mainvisual__list a{
    font-size: 12px;
    width: 100px;
  }

  .mainvisual__title {
    justify-content: center;
    text-align: center;
    margin: 0 15px;
  }

  .mainvisual__title_flag {
    width: 80px;
    margin-bottom: 10px;
  }
  .mainvisual__title_img{
    max-width: 500px;
  }

  .mainvisual__subtitle {
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.3;
  }

  .mainvisual__text {
    line-height: 1.3;
  }

  .mainvisual__box{
    grid-column: span 12 / span 12;
    grid-row-start: 2;
    text-align: left;
    margin: 0 20px;
  }

  .mainvisual__btn {
    margin: auto;
    grid-column: span 12 / span 12;
    grid-row-start: 4;
    max-width: 100%;
  }

  .mainvisual__btn p {
    min-width: auto;
    margin-top: 0;
  }

  .mainvisual__btn p a {
    padding: 15px 25px 15px 10px;
    font-size: 12px;
    line-height: 1.3em;
    border-radius: 0;
  }

  .needs-main {
    padding: 5vw 5vw 2vw;
  }

  .needs-head {
    margin: 30px 15px;
  }

  .needs-tab__text {
    font-size: 14px;
  }

  .needs-tab__update {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .needs-tab__category {
    flex-wrap: nowrap;
    gap: 0 2px;
    justify-content: center;
    margin-bottom: -1px;
    padding: 0 5px;
  }

  .needs-tab__category__item {
    flex: 1;
    margin: 5px 0 0 0;
  }

  .needs-tab__category__item label {
    padding: 10px 2px 5px;
    font-size: 10px;
  }

  .needs-tab__img img {
    width: 25px;
  }

  .needs-tab__label {
    font-size: 10px;
    line-height: 1.3em;
  }

  .needs-tag {
    padding: 10px 10px 10px 15px;
  }

  .needs-tag__title {
    font-size: 12px;
  }

  .needs-tag__title::before,
  .needs-tag__title::after {
    right: 10px;
    width: 10px;
  }

  .needs-tag__title span {
    width: 20px;
    height: 20px;
  }

  .needs-tag__title img {
    width: 16px;
  }

  .needs-tag__box {
    margin: 0;
  }

  .needs-tag__list {
    gap: 3px;
    justify-content: start;
    margin: 10px 0;
  }

  .needs-tag__list span {
    width: 20px;
    height: 20px;
  }

  .needs-tag__list label span {
    display: inline;
    padding: 3px 10px;
    font-size: 10px;
  }

  .needs-card__wrap {
    padding: 20px 20px 60px;
  }

  .needs-card {
    gap: 15px;
    width: 100%;
  }

  .needs-card__company {
    padding-right: 0;
  }

  .needs-id::after {
    display: none;
  }

  .category_icon {
    padding: 7px 10px;
    font-size: 12px;
  }

  .category_new {
    position: absolute;
    right: 0;
    margin-left: auto;
    padding: 0;
    line-height: 1em;
  }

  .category_new::before {
    border-right: 40px solid #ffea00;
    border-bottom: 40px solid transparent;
  }

  .category_new span {
    font-size: 10px;
  }

  .col1-container {
    margin-top: 5vw;
    padding: 30px 20px;
  }

  .col2-container {
    display: block;
    margin-top: 5vw;
  }

  .col2-container__box {
    width: 100%;
    margin-bottom: 3vw;
    padding: 30px 20px;
  }

  .col1-container h2,
  .col2-container h2 {
    font-weight: bold;
    font-size: clamp(16px, 1.5vw, 24px);
  }

  .col1-container p,
  .col2-container p {
    font-size: 14px;
    line-height: 1.5;
  }

  .signup {
    gap: 15px;
    margin-top: 5vw;
  }

  .signup .c-btn_gray {
    margin-top: 20px;
  }

  .signup-entry,
  .signup-ehibition {
    width: 100%;
    padding: 30px 20px;
  }

  .signup-entry__txt,
  .signup-ehibition__txt {
    font-size: 12px;
    line-height: 1.3em;
  }

  .signup-ehibition {
    background: var(--main-color);
  }

  .signup-entry__member {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
  }

  .footer {
    padding: 30px;
  }

  .footer p {
    font-size: 12px;
  }

  .footer-logo {
    max-width: 150px;
  }

  .footer-gotop {
    width: 60px;
  }

  .side_signup {
    bottom: 140px;
  }

  .side_signup a {
    width: 43px;
    padding: 20px 10px;
    font-size: 12px;
  }

  .more {
    bottom: 15px;
    font-size: 13px;
  }

  .btn_contact {
    bottom: 15px;
    font-size: 13px;
  }
}

@media screen and (max-width: 420px) {
  .more {
    font-size: 12px;
  }

  .more::after {
    right: 10px;
  }

  .more::before {
    top: 3px;
  }
}

@media screen and (max-width: 320px) {
  .needs-tab__title {
    margin: 40px 5vw 15px;
    line-height: 1.5;
  }

  .signup p {
    line-height: 1.5;
  }

  .needs-tab__category__item {
    font-size: 10px;
  }
}
