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

/* ios用のズーム対策 */
@media screen and (max-width: 500px) {
	input[type="text"],
	textarea {
		font-size: 17px !important;
	}
}

/* =================================================================
マッチングプロフィール設定
================================================================= */
/* 利用規約用スタイル（登録フォーム踏襲） */
html body .main .content-small-title {
  margin: 88px auto 28px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.47;
  text-align: center;
}
@media screen and (max-width: 768px) {
  html body .main .content-small-title {
    margin: 44px auto 14px;
    font-size: 14px;
  }
}
html body .main .content-small-title + .attention {
  display: block;
  margin: 28px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  html body .main .content-small-title + .attention {
    margin-top: 14px;
  }
}
html body .main .terms-box {
  margin: 16px auto 0;
  padding: 15px 10px 0 20px;
  aspect-ratio: 650/210;
  max-width: 650px;
  border: solid 1px #d9d9d9;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  html body .main .terms-box {
    margin-top: 13px;
    padding: 12px 8px 0px 16px;
    aspect-ratio: 3/2;
  }
}
html body .main .terms-box .terms-inner {
  padding: 5px 0 20px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  html body .main .terms-box .terms-inner {
    padding: 4px 0px 16px;
  }
}

/* =================================================================
面談参加方法の設定
================================================================= */
html body .main.matching-schedule .form .description {
	align-items: flex-start;
}
@media screen and (max-width: 768px) {
	html body .main.matching-schedule .form .description .list{
		max-width: 82px;
	}	
}
html body .main.matching-schedule .form .description .list .data {
	text-align: center;
}
@media screen and (max-width: 1000px) {
	html body .main.matching-schedule .form .description .list .data {
		font-size: 14px;
	}
}

html body .main.matching-schedule .form .description-wrap {
	margin: 0 auto;
	width: fit-content;
	position: relative;
}
html body .main.matching-schedule .form .description-wrap .description-title {
	font-size: 15px;
	font-weight: 500;
	position: absolute;
	top: 50%;
	left: -1.5em;
	transform: translate(-100%, -50%);
}
html body .main.matching-schedule .form .description-wrap .description {
	width: fit-content;
}
@media screen and (max-width: 1279px) {
	html body .main.matching-schedule .form .description-wrap {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		gap: 0.6em;
	}
	html body .main.matching-schedule .form .description-wrap .description-title {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
	}
}
@media screen and (max-width: 768px) {
	html body .main.matching-schedule .form .description-wrap .description-title {
		font-size: 14px;
	}
}

html body .main.matching-schedule .form .schedule-info {
	margin-top: 2em;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 1.5em;
}
html body .main.matching-schedule .form .schedule-info-title {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
}
html body .main.matching-schedule .form .schedule-info dl {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 0 0.8em;
	width: 13em;
}
html body .main.matching-schedule .form .schedule-info dt,
html body .main.matching-schedule .form .schedule-info dd {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
}
html body .main.matching-schedule .form .schedule-info dt {
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
	html body .main.matching-schedule .form .schedule-info-title {
		font-size: 14px;
	}
	html body .main.matching-schedule .form .schedule-info dt,
	html body .main.matching-schedule .form .schedule-info dd {
		font-size: 14px;
	}
}

/* =================================================================
マッチング相手を探す
================================================================= */
html body .main:has(.matching) {
	height: auto;
}
/* キーワード検索 */
html body .main .matching .content-wrapper .search-box button {
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
@media screen and (max-width: 500px) {
	html body .main .matching .content-wrapper .search-box button {
		width: 45px;
	}
}
/* 検索結果メッセージ */
html body .main .matching .content-wrapper .result .result-head .result-msg {
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
html body .main .matching .content-wrapper .result .result-head .result-msg.loading-msg {
	font-weight: 700;
}

/* 一覧 */
html body .main .matching .content-wrapper .list.participant .summary {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
html body .main .matching .content-wrapper .list.sponsor .summary .summary-text {
	/*display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;*/
	line-height: 1.6;
	font-weight: 500;
}

/* =================================================================
面談管理
================================================================= */
html body .main:has(.management) {
	height: auto;
}

/* 検索結果メッセージ */
html body .main .management .result-msg {
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
html body .main .management .result-msg.loading-msg {
	font-weight: 700;
}

/* ステータスフィルター */
html body .main .management .status-filter {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 10px;
    margin: 0 auto;
	width: 100%;
    max-width: 1000px;
}
@media screen and (max-width: 500px) {
	html body .main .management .status-filter {
		gap: 5px;
	}
}
html body .main .management .status-filter .filter-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.2em;
	width: calc(16.6666% - (50px / 6));
	min-height: 60px;
	border: solid 1px var(--clr-blue);
	border-radius: 5px;
	color: var(--clr-blue);
	cursor: pointer;
	transition: all var(--transition);
}
@media screen and (max-width: 1000px) {
	html body .main .management .status-filter .filter-btn {
		width: calc(33.3333% - (20px / 3));
		min-height: 52px;
	}
}
@media screen and (max-width: 500px) {
	html body .main .management .status-filter .filter-btn {
		width: calc(33.3333% - (10px / 3));	
		min-height: 45px;
	}
}
html body .main .management .status-filter .filter-btn:has(input[type=checkbox]:checked),
html body .main .management .status-filter .filter-btn:has(input[type=radio]:checked) {
	background: var(--clr-blue);
	color: #FFF;
}
html body .main .management .status-filter .filter-btn .text {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
}
@media screen and (max-width: 500px) {
	html body .main .management .status-filter .filter-btn .text {
		font-size: 12px;
		line-height: 1.25;
	}
}
html body .main .management .status-filter.loading .filter-btn {
	cursor: default;
	pointer-events: none;
	opacity: 0.7;
}
/* ステータスフィルター（タブ仕様） */
html body .main .management .status-filter.tab-group {
	gap: 0;
	border: solid 1px var(--clr-blue);
	border-radius: 5px;
	overflow: hidden;
}
html body .main .management .status-filter.tab-group .filter-btn {
	width: 14.2857%;
	border: 0;
	border-left: solid 1px var(--clr-blue);
	border-radius: 0;
}
html body .main .management .status-filter.tab-group .filter-btn:last-child {
	width: 14.2858%;
}
@media screen and (max-width: 1000px) {
	html body .main .management .status-filter.tab-group .filter-btn:nth-child(-n+4) {
		width: 25%;
	}
	html body .main .management .status-filter.tab-group .filter-btn:nth-child(n+5) {
		width: 33.3333%;
	}
}
@media screen and (max-width: 500px) {
	html body .main .management .status-filter.tab-group .filter-btn:nth-child(n+2) {
		width: 33.3333%;
	}
	html body .main .management .status-filter.tab-group .filter-btn:first-child {
		width: 100%;
	}
}
html body .main .management .status-filter.tab-group .filter-btn:first-child {
	border-left: 0;
}
@media screen and (max-width: 1000px) {
	html body .main .management .status-filter.tab-group .filter-btn:nth-child(5) {
		border-left: 0;
	}
	html body .main .management .status-filter.tab-group .filter-btn:nth-child(n+5) {
		border-top: solid 1px var(--clr-blue);
	}
}
@media screen and (max-width: 500px) {
	html body .main .management .status-filter.tab-group .filter-btn:nth-child(2),
	html body .main .management .status-filter.tab-group .filter-btn:nth-child(5) {
		border-left: 0;
	}
	html body .main .management .status-filter.tab-group .filter-btn:nth-child(n+2) {
		border-top: solid 1px var(--clr-blue);
	}
}

/* カスタムセレクトボックス */
html body .main .management .custom-selectbox-wrap {
	width: fit-content;
	position: relative;
	user-select: none;
}
html body .main .management .custom-selectbox-wrap .custom-selectbox {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 0.2em 16px 0.2em 20px;
	width: fit-content;
	min-width: 175px;
	min-height: 40px;
	border: solid 1px #A2A2A2;
	font-size: 13px;
	font-weight: 500;
	border-radius: 9999px;
	cursor: pointer;
	position: relative;
}
html body .main .management .custom-selectbox-wrap .custom-selectbox::after {
	content: '';
	display: block;
	aspect-ratio: 6 / 10;
	width: 6px;
	height: auto;
	background: url(../media/images/custom/icon_custom_select.svg) no-repeat center/contain;
}
html body .main .management .custom-selectbox-wrap .custom-options {
	display: none;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 3px;
	padding: 14px 10px 10px;
	width: calc(100% + 40px);
	background: #FFF;
	border-radius: 5px;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
	position: absolute;
	top: 45px;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 0);
}
html body .main .management .custom-selectbox-wrap .custom-options.show {
	display: flex;
}
html body .main .management .custom-selectbox-wrap .custom-option {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	padding: 4px 8px;
	width: 100%;
	min-height: 32px;
	border-radius: 3px;
	cursor: pointer;
}
html body .main .management .custom-selectbox-wrap .custom-option:has(input[type=radio]:checked) {
	background: #F2F2F2;
}
html body .main .management .custom-selectbox-wrap .custom-option:has(input[type=radio]:checked)::before {
	content: '';
	display: block;
	aspect-ratio: 10 / 7;
	width: 14px;
	height: auto;
	background: url(../media/images/custom/icon_custom_check.svg) no-repeat 100%/contain;
}
html body .main .management .custom-selectbox-wrap .custom-option .text {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
}

html body .main .management .sort-order-select {
	margin: 0 0 20px auto;
}

/* リクエスト一覧 */
@media screen and (max-width: 768px) {
	html body .main .management .form .match-wrapper .match-list .match-list-item .head .date.new::before {
		left: auto;
		right: 0;
	}
}
@media screen and (max-width: 768px) {
	html body .main .management .form .match-wrapper .match-list .match-list-item .profile {
		align-items: flex-start;
	}
}
@media screen and (max-width: 500px) {
	html body .main .form .match-wrapper .match-list .match-list-item .head .date:not(.completed) {
		flex-direction: column;
	}
	html body .main .form .match-wrapper .match-list .match-list-item .head .date:not(.completed) dt {
		line-height: 1.5;
	}
	html body .main .form .match-wrapper .match-list .match-list-item .head .date:not(.completed) dd {
		margin-left: 0;
		line-height: 1.5;
	}
}
html body .main .form .match-wrapper .match-list .match-list-item .profile .body .summary {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/* Information */
html body .main .management .information-area {
    margin: 30px auto 0;
	width: 100%;
    max-width: 1000px;
}
html body .main .management .information-area p {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
html body .main .management .information-area p.attention {
	color: var(--clr-blue);
}
html body .main .management .information-area p a {
	text-decoration: underline;
}
html body .main .management .information-area p a.url-link {
	word-break: break-all;
}
html body .main .management .information-area + .match-wrapper {
	margin-top: 30px;
}
@media screen and (max-width: 500px) {
	html body .main .management .information-area p {
		font-size: 14px;
	}
}

/* =================================================================
メッセージ一覧
================================================================= */
@media screen and (max-width: 768px) {
	html body .main .message-modal .matching-link .link {
		line-height: 1.25;
	}
}
html body .main .message-modal .matching-link .link p {
	padding-left: 15px;
	position: relative;
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
	html body .main .message-modal .matching-link .link p {
		font-size: 13px;
	}
}
html body .main .message-modal .matching-link .link p::before {
	position: absolute;
	top: 0.25em;
	left: 0;
}

html body .main .form .match-wrapper .message-list .message-list-item .head .category {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 10px;	
}
html body .main .form .match-wrapper .message-list .message-list-item .head .category span {
	line-height: 1.2;
}
@media screen and (max-width: 768px) {
	html body .main .form .match-wrapper .message-list .message-list-item .profile .body {
		width: 100%;
	}
}

/* モーダル調整 */
html:has(.message-modal) {
	overflow-y: hidden;
}
html.modal-active,
html.modal-active body {
	overflow: hidden;
}
html.modal-active body .main .form .match-wrapper .loading-msg {
	display: none;
}
html body:has(.match-wrapper .message) {
	width: 100%;
	height: 100%;
}
html body:has(.message-modal) #main-contents {
	position: relative;
	z-index: 150;
}
html body .main .form .match-wrapper .message-modal .modal-cover {
	background: rgba(0, 0, 0, 0.5);
	opacity: 1;
}
html body .main .message-modal .modal-content-inner {
	max-height: 100%;
}
html body .main .message-modal .message-form {
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
}
html body .main .message-modal .message-form .chat-area {
	padding: 0 0.75em;
}
html body .main .message-modal .message-form .chat-area .message .created {
	color: #858585;
	font-size: 12px;
}
html body .main .message-modal .message-form .chat-area .created {
	color: #858585;
	font-size: 12px;
}
html body .main .message-modal .message-form .post-msg {
	padding: 0;
}
@media screen and (max-width: 768px) {
	html body .main .message-modal .message-form .chat-area .accept_request.accept .box .label {
		font-size: 100%;
	}
	html body .main .message-modal .message-form .chat-area .accept_request.accept .box .label p {
		gap: 10px;
	}
	html body .main .message-modal .message-form .chat-area .accept_request.accept .box .label p::before {
		width: 18px;
	}
}
@media screen and (max-width: 500px) {
	html body .main .message-modal .modal-content {
		padding: 20px 15px 20px;
	}
	html body .main .message-modal .message-form {
		border-radius: 5px;
	}
	html body .main .message-modal .message-form .chat-area .accept_request.accept .box {
		padding: 20px 1em;
	}
	html body .main .message-modal .message-form .chat-area .accept_request.accept .box .label p {
		gap: 5px;
	}
	html body .main .message-modal .message-form .chat-area .accept_request.accept .box .label p::before {
		width: 16px;
	}
	html body .main .message-modal .message-form .chat-area .message .text {
		padding: 10px 15px;
	}
	html body .main .message-modal .message-form .chat-area .accept_request.accept .box .summary .multiple-line {
		margin: 0 auto;
		width: fit-content;
		max-width: 100%;
		white-space: pre-wrap;
	}
	html body .main .message-modal .message-form .chat-area .accept_request.accept .box .summary .multiple-line.en {
		max-width: 100%;
	}
	html body .main .message-modal .message-form .post-msg textarea {
		padding: 16px 90px 16px 10px;
		min-height: auto;
		height: 56px;
		line-height: 1.25;
	}
	html body .main .message-modal .message-form .post-msg .buttons {
		right: 8px;
	}
	html body .main .message-modal .message-form .post-msg .buttons .button {
		padding: 6px 20px;
	}
}

/* =================================================================
マッチング詳細
================================================================= */
/* モーダル（インライン） */
.lity-inline .lity-container:has(.match-modal) {
	width: 60.7142857143%;
    max-width: 850px;
    min-width: 550px;
    height: 79.9333333333%;
}
@media screen and (max-width: 500px) {
	.lity-inline .lity-container:has(.match-modal) {
        width: 97.8666666667%;
        min-width: auto;
        height: 93.25%;		
	}
}

/* おすすめポイント */
html body .main .match-modal .point.flex {
	flex-direction: column;
}
html body .main .match-modal .point.flex .point-data {
	margin-top: 4px;
	padding-left: 10px;
}
html body .main .match-modal .point.flex .point-data::before {
	content: none;
}

/* 入力 */
html body .main .match-modal .result + .maching-form {
	border-top: 0;
}
html body .main .match-modal .maching-form {
	border-top: solid 1px #CCC;
}
html body .main .match-modal .maching-form .post-msg .title label::before {
	background: #000;
}
html body .main .match-modal .maching-form .result {
	margin-top: 20px;
}
html body .main .match-modal .result .point .point-title::before {
	background: #000;
}
html body .main .match-modal .maching-form .caution {
	margin-top: 20px;
}

/* ボタン */
html body .main .match-modal .buttons .button.medium {
	min-width: 280px;
}
@media screen and (max-width: 375px) {
	html body .main .match-modal .buttons .button.medium {
		min-width: 270px;
	}	
}
html body .main .match-modal .buttons .button.positive.send {
	font-size: 14px;
}
@media screen and (max-width: 500px) {
	html body .main .match-modal .buttons .button.positive.send {
		font-size: 13px;
	}	
}
