@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;
  --clr-black: #000;
  --clr-white: #fff;
  --clr-bg-gray: #edeff0;
  --clr-blue: #0068b7;
  --clr-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;
}

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;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: break;
  }
}

.br::before {
  content: "\a";
  white-space: pre;
}

.pc-br::before {
  content: "\a";
  white-space: pre;
}
@media screen and (max-width: 768px) {
  .pc-br::before {
    content: "";
    white-space: normal;
  }
}

@media screen and (max-width: 768px) {
  .sp-br::before {
    content: "\a";
    white-space: pre;
  }
}

html body {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.93;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  word-break: break-word;
}
html body input[type=text],
html body input[type=email],
html body input[type=password],
html body input[type=tel] {
  width: 100%;
  max-width: 500px;
  min-height: 50px;
}
html body textarea {
  width: 100%;
  max-width: 1040px;
  min-height: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  html body textarea {
    min-height: 150px;
  }
}
html body input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
html body input[type=checkbox] + label {
  display: inline-block;
  margin: 0;
  padding: 0px 0px 0px 20px;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0em;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body input[type=checkbox] + label {
    padding: 0px 0px 0px 25px;
  }
}
html body input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: solid 0.5px #000;
  background: #ffffff;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  transform: translate(0, -50%);
}
html body input[type=checkbox]:checked + label::before {
  border-color: var(--clr-blue);
  background: var(--clr-blue);
}
html body input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  width: 9px;
  height: 6px;
  border-style: solid;
  border-width: 0 0 1.5px 1.5px;
  border-color: #ffffff;
  background: var(--clr-blue);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 3px;
  transform: translate(0, -75%) rotate(-45deg);
}
html body input[type=radio] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
html body input[type=radio] + label {
  display: inline-block;
  margin: 0;
  padding: 0px 0px 0px 20px;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0em;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body input[type=radio] + label {
    padding: 0px 0px 0px 25px;
  }
}
html body input[type=radio] + label::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: solid 0.5px #000;
  border-radius: 100%;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  transform: translate(0, -50%);
}
html body input[type=radio]:checked + label::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: var(--clr-blue);
  position: absolute;
  top: 4.5px;
  left: 3px;
}
html body .radio-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
html body .radio-box .radio-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
html body .radio-box .radio-wrap label {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0em;
  font-weight: 500;
}
html body .radio-box .radio-wrap input {
  accent-color: var(--clr-blue);
}
html body .main .content-left-top {
  position: absolute;
  top: 40px !important;
  left: -225px;
  width: 362px;
  height: auto;
  aspect-ratio: 518/618;
  background-size: contain;
  transform: rotate(60deg);
}
@media screen and (max-width: 1300px) {
  html body .main .content-left-top {
    display: block;
    width: 362px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 900px) {
  html body .main .content-left-top {
    display: block;
  }
}
@media screen and (max-width: 1300px) and (max-width: 900px) and (max-width: 500px) {
  html body .main .content-left-top {
    width: 123.47px;
    top: -17px !important;
    left: -77px;
  }
}
html body .main .content-right-bottom {
  position: absolute;
  right: -225px;
  bottom: 45px !important;
  width: 362px;
  height: auto;
  aspect-ratio: 518/618;
  background: url(../media/images/common/red-bg.png) no-repeat;
  background-size: contain;
  transform: rotate(240deg);
}
@media screen and (max-width: 1300px) {
  html body .main .content-right-bottom {
    display: block;
    width: 362px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 900px) {
  html body .main .content-right-bottom {
    display: block;
  }
}
@media screen and (max-width: 1300px) and (max-width: 900px) and (max-width: 500px) {
  html body .main .content-right-bottom {
    width: 123.47px;
    right: -77px;
    bottom: -17px !important;
  }
}
html body .main .mv__inner {
  display: block;
}
html body .main .mv__inner h1 {
  padding: 80px 0px calc(210px - 7.2%);
}
@media screen and (max-width: 500px) {
  html body .main .mv__inner h1 {
    padding: 20px 0px 0px;
    margin-bottom: -13px;
  }
}
html body .main .mv__inner h1 .big-title {
  font-size: 45px;
  line-height: 1.2222222222;
  letter-spacing: 0em;
  font-weight: 900;
  text-align: center;
  opacity: 0;
}
@media screen and (max-width: 500px) {
  html body .main .mv__inner h1 .big-title {
    font-size: 23px;
    line-height: 1.3913043478;
    letter-spacing: 0em;
  }
}
html body .main .top-msg {
  width: 100%;
  height: auto;
  position: absolute;
  top: clamp(-120px, -9.6vw, -135px);
}
html body .main .top-msg__inner {
  width: 100%;
  height: auto;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
}
html body .main .top-msg__inner p {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  html body .main .top-msg__inner p {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
}
html body .main .top-msg__inner p.caution {
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 500px) {
  html body .main .top-msg__inner p.caution {
    font-size: 13px;
    line-height: 1.6923076923;
    letter-spacing: 0em;
  }
}
html body .main .top-msg__inner p + .caution {
  margin-top: 10px;
}
html body .main .form {
  color: #000 !important;
  background: #fff;
  padding: 50px 60px 100px;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  html body .main .form {
    padding: 20px 15px 30px 15px;
  }
}
html body .main .matching {
  color: #000 !important;
}
html body .main .content {
  padding-top: 7.2%;
}
@media screen and (max-width: 500px) {
  html body .main .content {
    padding-top: 49.7%;
  }
}
html body .main .content__wrapper__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  html body .main .content__wrapper__inner {
    /*max-width: 345px;*/ /* 2025/06/23｜SP表示で画面幅いっぱいにコンテンツ表示するためにコメントアウト */
  }
}
html body .main .content__wrapper__inner .main-content.gray-pattern::after {
  top: 0;
  height: 100%;
}
html body .main .content__wrapper.gray-pattern {
  background: unset;
  margin: 0;
}
html body .main .content__wrapper .main-content {
  padding-top: 0;
  position: relative;
}
html body .main .content__wrapper .main-content.gray-pattern {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 500px) {
  html body .main .content__wrapper .main-content.gray-pattern {
	padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  html body .main .content.gray-pattern::after {
    width: calc(100% + 30px);
    aspect-ratio: 1400/1409;
    background: url(../media/images/matching/gray-bg.png) no-repeat;
    background-size: contain;
    background-position: -30px;
  }
}
html body .main .buttons {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 15px;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  html body .main .buttons {
    margin: 30px 0 0;
  }
}
html body .main .buttons.mb {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  html body .main .buttons.mb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
html body .main .buttons .button {
  display: block;
  margin: 0;
  padding: 21px;
  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: 16px;
  line-height: 1.2;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  text-decoration: none !important;
  border-radius: 999px;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body .main .buttons .button {
    padding: 17px;
    font-size: 15px;
  }
}
html body .main .buttons .button.thin {
  opacity: 0.3;
  pointer-events: none;
}
html body .main .buttons .button.medium {
  min-width: 340px;
}
@media screen and (max-width: 768px) {
  html body .main .buttons .button.medium {
    width: 100%;
    min-width: auto;
  }
}
html body .main .buttons .button.positive {
  border-color: var(--clr-blue);
  background: var(--clr-blue);
  color: #ffffff;
}
html body .main .buttons .button.back {
  color: #000;
  border-color: #000;
}
html body .main .buttons .button.back::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
  width: 35px;
  height: auto;
  background-image: url(../media/images/sign-up/icon_back.svg);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 15px;
}
html body .main .buttons .button.next::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
  width: 35px;
  height: auto;
  background-image: url(../media/images/sign-up/icon_next.svg);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 15px;
  transform: translate(0, -50%) scale(-1, 1);
}

/** モーダル関連 */
.lity {
  background-color: rgba(0, 0, 0, 0.5);
}

.lity-iframe .lity-container {
  width: 60.7142857143%;
  max-width: 850px;
  min-width: 550px;
  height: 79.9333333333%;
}
@media screen and (max-width: 500px) {
  .lity-iframe .lity-container {
    width: 97.8666666667%;
    min-width: auto;
    height: 93.25%;
  }
}

.lity-content {
  width: 100%;
  height: 100%;
}
.lity-content::after {
  box-shadow: unset;
}

.lity-iframe-container {
  width: 100%;
  height: 100%;
  padding-top: 0;
}
.lity-iframe-container iframe {
  box-shadow: unset;
  background: unset;
}

.lity-close {
  display: none;
}

html body .main .agree-box {
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  html body .main .agree-box {
    margin-top: 32px;
  }
}
html body .main .agree-box2 {
  width: fit-content;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  html body .main .agree-box2 {
    margin-top: 20px;
  }
}
html body .main .agree-box div {
  display: flex;
  justify-content: center;
  align-items: center;
}
html body .main .agree-box div label span {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  html body .main .agree-box div label span {
    font-size: 12px;
  }
}
html body .main .agree-box label {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 14px;
  line-height: 1.47;
  padding-right: 0 !important;
}
@media screen and (max-width: 768px) {
  html body .main .agree-box label {
    font-size: 13px;
  }
}

/*# sourceMappingURL=matching_style.css.map */