@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --noto: "Noto Sans JP", sans-serif;
  --rubik: "Rubik", sans-serif;
  --red: #e60012;
  --transition: 0.4s;
}

.rubik {
  font-family: var(--rubik);
}

.pc-b {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-b {
    display: block !important;
  }
}

.pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .pc-ib {
    display: none !important;
  }
}

.sp-ib {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-ib {
    display: inline-block !important;
  }
}

.pc-f {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .pc-f {
    display: none !important;
  }
}

.sp-f {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-f {
    display: flex !important;
  }
}

.img-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.img-wrap img {
  width: 100%;
  height: auto;
}

html {
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0em;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
  margin: 0;
  font-family: var(--noto);
  font-weight: 400;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

address {
  font-style: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 100%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

html,
body,
.main {
  width: 100%;
  height: 100%;
}

html body .main .match-modal {
  width: 100%;
  height: 100%;
  padding: 25px;
  background: transparent;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body .main .match-modal {
    padding: 18.5px;
  }
}
html body .main .match-modal .match-header .title {
  font-size: 22px;
  line-height: 1.5454545455;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
  color: var(--clr-blue);
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .match-header .title {
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0em;
  }
}
html body .main .match-modal .modal-content {
  width: 100%;
  height: 100%;
  padding: 35px 35px 50px;
  background-color: #fff;
  border-radius: 15px;
  overflow-y: auto;
  position: relative;
}
@-moz-document url-prefix() {
  html body .main .match-modal .modal-content {
    scrollbar-width: 0;
    scrollbar-color: transparent;
  }
}
html body .main .match-modal .modal-content::-webkit-scrollbar {
  background: transparent;
  width: 0;
  border-radius: 0;
}
html body .main .match-modal .modal-content::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 90;
}
@media screen and (max-width: 500px) {
  html body .main .match-modal .modal-content {
    padding: 20px 15px 40px;
  }
}
html body .main .match-modal .modal-content-inner {
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  html body .main .match-modal .modal-content-inner {
    margin-top: 20px;
  }
}
html body .main .match-modal .profile .body .tag {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 3px;
  background: #000;
  font-size: 12px;
  line-height: 1.4166666667;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
}
html body .main .match-modal .profile .body .tag-wrap {
	margin-top: 12px;
	display: flex;
	flex-flow: row wrap;
	gap: 8px;
}
html body .main .match-modal .profile .body .tag-wrap .tag {
  background: #FFF;
  color: #000;
  border: 1px solid #000;
}
html body .main .match-modal .profile .body .company {
  margin-top: 12px;
  font-size: 22px;
  line-height: 1.1363636364;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .profile .body .company {
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.4705882353;
    letter-spacing: 0em;
  }
}
html body .main .match-modal .profile .body .pn-wrap {
  display: flex;
  margin-top: 12px;
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .profile .body .pn-wrap {
    margin-top: 4px;
  }
}
html body .main .match-modal .profile .body .pn-wrap .position {
  font-size: 15px;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .profile .body .pn-wrap .position {
    font-size: 14px;
    line-height: 1.0714285714;
    letter-spacing: 0em;
  }
}
html body .main .match-modal .profile .body .pn-wrap .position + .name {
  padding-left: 24px;
  position: relative;
}
html body .main .match-modal .profile .body .pn-wrap .position + .name::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #CCCCCC;
  position: absolute;
  top: 0;
  left: 11px;
}
html body .main .match-modal .profile .body .pn-wrap .name {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .profile .body .pn-wrap .name {
    font-size: 14px;
    line-height: 1.0714285714;
    letter-spacing: 0em;
  }
}
html body .main .match-modal .profile .body .summary {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .profile .body .summary {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
html body .main .match-modal .info {
  margin-top: 20px;
}
html body .main .match-modal .info .info-title {
  padding: 5px 10px 5px 10px;
  border-radius: 3px;
  background: #A2A2A2;
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .info .info-title {
    font-size: 14px;
    line-height: 1.7857142857;
    letter-spacing: 0em;
  }
}
html body .main .match-modal .pickup {
  margin-top: 20px;
  padding: 15px 15px 20px 15px;
  border-radius: 10px;
  background: #F2F7FF; /* 薄め */
  /*background: #E6F0FF;*/ /* 明るめ */
}
html body .main .match-modal .pickup .pickup-title {
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0em;
  font-weight: 700;
  color: var(--clr-blue);
  position: relative;
}
html body .main .match-modal .pickup .pickup-title::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url(../media/images/matching/icon_pickup-point2.svg);
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
html body .main .match-modal .point {
  margin-top: 16px;
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .point {
    margin-top: 10px;
  }
}
html body .main .match-modal .point .point-title {
  padding-left: 16px;
  font-size: 15px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: left;
  position: relative;
}
html body .main .match-modal .point .point-title::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-top: 9px;
  margin-right: 7px;
  border-radius: 100%;
  background: var(--clr-blue);
  position: absolute;
  left: 0;
  align-self: flex-start;
}
html body .main .match-modal .point .point-data {
  padding-left: 16px;
  font-size: 15px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .point .point-data {
    font-size: 14px;
    line-height: 1.7857142857;
    letter-spacing: 0em;
  }
}
html body .main .match-modal .point .point-data + .point-title {
  margin-top: 16px;
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .point .point-data + .point-title {
    margin-top: 4px;
  }
}
html body .main .match-modal .point .point-data.bg-red {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.48;
  letter-spacing: 0em;
  font-weight: 500;
  padding: 10px 15px 10px 16px;
  background: #F2F7FF; /* 薄め */
  /*background: #E6F0FF;*/ /* 明るめ */
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .point .point-data.bg-red {
    gap: 8px;
  }
}
html body .main .match-modal .point .point-data .btn-link {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 17px;
  font-size: 13px;
  line-height: 1.4476923077;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
  border-radius: 14px;
  background: var(--clr-blue);
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .point .point-data .btn-link {
    font-size: 12px;
    line-height: 1.4483333333;
    letter-spacing: 0em;
  }
}
html body .main .match-modal .point.flex {
  display: flex;
  margin-top: 8px;
}
@media screen and (max-width: 500px) {
  html body .main .match-modal .point.flex {
    flex-direction: column;
  }
}
html body .main .match-modal .point.flex .point-title {
  padding-left: 10px;
  font-size: 15px;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .point.flex .point-title {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }
}
html body .main .match-modal .point.flex .point-title:first-of-type {
  margin: 0px;
}
html body .main .match-modal .point.flex .point-title::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-top: 9px;
  border-radius: 100%;
  background: var(--clr-blue);
  position: absolute;
  left: 0;
}
@media screen and (max-width: 500px) {
  html body .main .match-modal .point.flex .point-title::before {
    margin-top: 9px;
  }
}
html body .main .match-modal .point.flex .point-data {
  padding-left: 23px;
  font-size: 15px;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .point.flex .point-data {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 500px) {
  html body .main .match-modal .point.flex .point-data {
    margin-top: 4px;
    padding-left: 10px;
  }
}
html body .main .match-modal .point.flex .point-data + .point-title {
  margin: 0;
}
html body .main .match-modal .point.flex .point-data::before {
  content: "｜";
  display: block;
  position: absolute;
  top: 0px;
  left: 4px;
  font-size: 15px;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  html body .main .match-modal .point.flex .point-data::before {
    content: unset;
  }
}
html body .main .match-modal .maching-form {
  margin-top: 30px;
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .maching-form {
    margin-top: 20px;
  }
}
html body .main .match-modal .maching-form .post-msg {
  margin-top: 20px;
}
html body .main .match-modal .maching-form .post-msg .title {
  width: 100%;
}
html body .main .match-modal .maching-form .post-msg .title label {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 10px;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 500px) {
  html body .main .match-modal .maching-form .post-msg .title label {
    padding-left: 16px;
  }
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .maching-form .post-msg .title label {
    gap: 4px;
  }
}
html body .main .match-modal .maching-form .post-msg .title label::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-top: 9.5px;
  border-radius: 100%;
  background: #e60012;
  position: absolute;
  left: 0;
  align-self: flex-start;
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .maching-form .post-msg .title label::before {
    margin-top: 0;
    align-self: center;
  }
}
html body .main .match-modal .maching-form .post-msg .title label.req::after {
  content: "必須";
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  color: #fff;
  background: #E60012;
  font-size: 12px;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 700;
}
html body .main .match-modal .maching-form .post-msg .data {
  width: 100%;
  margin-top: 10px;
}
html body .main .match-modal .maching-form .post-msg .data + .title {
  margin-top: 30px;
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .maching-form .post-msg .data + .title {
    margin-top: 20px;
  }
}
html body .main .match-modal .maching-form .post-msg .data .data-unit {
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 16px 30px;
  width: 100%;
}
html body .main .match-modal .maching-form .post-msg .data .data-unit.row-wrap {
  justify-content: flex-start;
  flex-flow: row wrap;
}
html body .main .match-modal .maching-form .post-msg .data .data-unit .agree-label {
  padding-top: 0;
  padding-bottom: 0;
}
html body .main .match-modal .maching-form .post-msg .data .data-unit.radio-unit label {
  display: flex;
  align-items: center;
  gap: 15px;
}
html body .main .match-modal .maching-form .post-msg .data .data-unit.radio-unit label input {
  accent-color: #e60012;
}
html body .main .match-modal .maching-form .post-msg select {
  width: 100%;
  max-width: 500px;
  min-height: 50px;
  padding: 10px 40px 10px 10px;
  border-radius: 5px;
  background: #F2F2F2;
  border: solid 1px #CCCCCC;
  font-family: "Noto Sans JP", sans-serif;
  background: url(../media/images/sign-up/icon_select_arrow.svg) no-repeat right 20px center/10px 7px;
  background-color: #F2F2F2;
  cursor: pointer;
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .maching-form .post-msg select {
    max-width: 100%;
    min-height: 45px;
    padding: 10px 35px 10px 10px;
  }
}
html body .main .match-modal .maching-form .post-msg textarea {
  width: 100%;
  max-width: 100%;
  min-height: 100px;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #CCCCCC;
  background: #fff;
  min-height: 60px;
}
html body .main .match-modal .caution {
  padding-left: 16px;
  font-size: 13px;
  line-height: 1.6923076923;
  letter-spacing: 0em;
  font-weight: 500;
  color: var(--clr-red);
  position: relative;
}
html body .main .match-modal .caution::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
html body .main .match-modal .caution .link {
  text-decoration: underline;
}
html body .main .match-modal .result {
  margin-top: 32px;
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .result {
    margin-top: 30px;
  }
}
html body .main .match-modal .result .title {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
  color: var(--clr-red);
  position: relative;
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .result .title {
    font-size: 12px;
    line-height: 1.6666666667;
    letter-spacing: 0em;
  }
}
html body .main .match-modal .result .title::before, html body .main .match-modal .result .title::after {
  content: "";
  min-width: 50px;
  height: 1px;
  flex-grow: 1;
  background: var(--clr-red);
}
html body .main .match-modal .result .title::before {
  margin-right: 20px;
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .result .title::before {
    margin-right: 16px;
  }
}
html body .main .match-modal .result .title::after {
  margin-left: 20px;
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .result .title::after {
    margin-left: 16px;
  }
}
html body .main .match-modal .buttons {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 18px;
  margin-top: 30px;
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .buttons {
    gap: 10px;
    margin-top: 20px;
  }
}
html body .main .match-modal .buttons .button {
  display: block;
  margin: 0;
  padding: 12px 20px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  border: solid 1px var(--clr-blue);
  background: #ffffff;
  color: var(--clr-blue);
  font-size: 15px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  border-radius: 999px;
  position: relative;
}
@media screen and (max-width: 500px) {
  html body .main .match-modal .buttons .button {
    padding: 12px 17px;
    font-size: 14px;
    line-height: 1.3571428571;
    letter-spacing: 0em;
  }
}
html body .main .match-modal .buttons .button.thin {
  opacity: 0.3;
  pointer-events: none;
}
html body .main .match-modal .buttons .button.medium {
  min-width: 270px;
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .buttons .button.medium {
    min-width: 240px;
  }
}
html body .main .match-modal .buttons .button.positive {
  border-color: var(--clr-blue);
  background: var(--clr-blue);
  color: #ffffff;
}
html body .main .match-modal .buttons .button.request::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
  width: 17px;
  height: auto;
  background-image: url(../media/images/matching/icon_request2.svg);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 18px;
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .buttons .button.request::after {
    left: 16px;
  }
}
html body .main .match-modal .buttons .button.send::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 17/15;
  width: 17px;
  height: auto;
  background-image: url(../media/images/matching/icon_send.svg);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 18px;
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .buttons .button.send::after {
    aspect-ratio: 17/15.3;
    left: 16px;
  }
}
html body .main .match-modal .buttons .button.agree::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
  width: 17px;
  height: auto;
  background-image: url(../media/images/matching/icon_agreement2.svg);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 18px;
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .buttons .button.agree::after {
    left: 16px;
  }
}
html body .main .match-modal .buttons .button.cancel::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
  width: 11px;
  height: auto;
  background-image: url(../media/images/matching/icon_cancel2.svg);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 18px;
}
@media screen and (max-width: 375px) {
  html body .main .match-modal .buttons .button.cancel::after {
    left: 16px;
  }
}
html body .main .match-modal .close-btn {
  width: 50px;
  height: 50px;
  background: url(../media/images/matching/icon_modal-close2.svg);
  background-size: contain;
  background-position: center;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  html body .main .match-modal .close-btn {
    width: 37px;
    height: 37px;
  }
}
html body .main .match-modal .close-btn:hover {
  background: url(../media/images/matching/icon_modal-close2.svg) no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 0;
}
/*# sourceMappingURL=matching_detail.css.map */