@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: 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;
  appearance: none;
  background: transparent;
  border-radius: 0;
}

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

[type=radio] {
  -webkit-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 .content__wrapper__inner .main-content .article .matching-menu-area__inner {
  width: 100%;
  background: #FFF;
  padding: 60px;
  border-radius: 50px;
  margin: 0 auto;
  max-width: 1000px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner {
    padding: 50px 20px;
    border-radius: 25px;
  }
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner *:first-child {
	margin-top: 0 !important;
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner h2 {
  text-align: center;
  font-weight: bold;
  font-size: 42px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner h2 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 30px;
  }
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-flow: row nowrap;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons {
    gap: 10px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
	html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons {
		flex-direction: column;
	}
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .buttons {
  margin-top: 0;
  gap: 10px;
  width: 100%;
  max-width: 390px;
}
@media screen and (max-width: 768px) {
	html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .buttons {
		max-width: 320px;
	}
}
@media screen and (max-width: 500px) {
	html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .buttons {
		max-width: 100%;
	}
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons.column {
  flex-flow: column;
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
  max-width: 390px;
  height: 60px;
  margin: 0;
  padding: 12px 20px;
  border: solid 1px var(--clr-blue);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: left;
  text-decoration: none !important;
  border-radius: 10px;
  position: relative;
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons.column .button {
	height: 100%;
	min-height: 60px;
}
@media screen and (max-width: 1100px) {
	html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button {
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button {
    padding: 12px 20px;
    max-width: 320px;
    height: 60px;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button {
    max-width: 100%;
  }
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.positive {
  background: var(--clr-blue);
  border-color: var(--clr-blue);
  color: #FFF;
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.gray {
  background: #808080;
  border-color: #808080;
  color: #FFF;
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.next {
  padding-right: 28px;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.next {
    padding-right: 20px;
  }
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.next::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 0.625;
  width: 10px;
  height: auto;
  background-image: url(../media/images/matching/icon_arrow.png);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.next::after {
    width: 8px;
    right: 8px;
  }
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.icon:not(.big) {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.icon:not(.big) {
    padding-left: 40px;
  }
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.big {
  text-align: center;
  justify-content: center;
  padding: 12px 30px;
  height: 100%;
  min-height: 150px;
}
@media screen and (max-width: 768px) {
	html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.big {
		min-height: 120px;
	}
}
@media screen and (max-width: 500px) {
	html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.big {
		min-height: 100px;
	}
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.icon::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
  width: 26px;
  height: auto;
  position: absolute;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.icon::before {
    width: 20px;
  }
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.icon:not(.search)::before {
  top: 50%;
  transform: translate(0, -50%);
  left: 16px;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.icon:not(.search)::before {
    left: 10px;
  }
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.search {
  flex-direction: column;
  gap: 12px;
  height: 100%;
  font-size: 24px;
}
@media screen and (max-width: 1100px) {
	html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.search {
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.search {
		font-size: 18px;
	}
}
@media screen and (max-width: 500px) {
	html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.search {
		gap: 8px;
		font-size: 16px;
	}
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.search::before {
  width: 29px;
  background-image: url(../media/images/matching/icon_search.png);
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.search::before {
    width: 25px;
  }
}
@media screen and (max-width: 500px) {
  html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.search::before {
    width: 22px;
  }
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.message::before {
  aspect-ratio: 1.2380952381;
  background-image: url(../media/images/matching/icon_mail.png);
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.profile::before {
  aspect-ratio: 0.962962963;
  background-image: url(../media/images/matching/icon_profile.png);
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.time::before {
  background-image: url(../media/images/matching/icon_time.png);
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.manage::before {
	aspect-ratio: 21/ 14;
	background-image: url(../media/images/matching/icon_matching.svg);	
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.profile-pic::before {
  aspect-ratio: 1;
  background-image: url(../media/images/matching/icon_profile_pic.png);
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.big.profile {
	flex-direction: column;
	gap: 8px;
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.big.profile::before {
	position: relative;
    top: auto;
    left: auto;
    transform: none;
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.big.time {
	flex-direction: column;
	gap: 8px;
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .buttons .button.big.time::before {
	position: relative;
    top: auto;
    left: auto;
    transform: none;
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .message {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 1em auto;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .message {
    font-size: 16px;
  }
}
html body .main .content__wrapper__inner .main-content .article .matching-menu-area__inner .message.jp {
  max-width: 500px;
}

html body .main .content__wrapper__inner .main-content .logout-box p a {
	font-size: 20px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	html body .main .content__wrapper__inner .main-content .logout-box p a {
		font-size: 18px;
	}
}
