@charset "utf-8";

/*==========================================================================================

  既存（/src/public/assets/css/user/pc/common/new_common.css）
  リセット系/基本設定/フッター 抜粋

==========================================================================================*/

* {
	box-sizing: border-box;
	font-family: 'Meiryo', 'メイリオ', 'ヒラギノ', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

html {
	overflow-y: scroll;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

input,
textarea,
select {
	font: inherit;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
	zoom: 1;
}

html {
	background-color: #fff;
	font-family: 'Meiryo', 'メイリオ', 'ヒラギノ', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #888888;
	word-break: break-all;
}

img {
	vertical-align: middle;
}

a {
	color: #79c6ed;
	outline: none;
	text-decoration: none;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.g-footer {
	padding: 30px 0 13px;
	background: #ff57a6;
	color: #fff;
}

.g-footer a {
	color: #fff;
}

.g-footer .bottom-link-list {
	padding: 20px 0 10px;
	font-size: 0;
	text-align: center;
}

.g-footer .bottom-link-item {
	display: inline-block;
	padding: 0 23px 0 0;
	font-size: 12px;
	position: relative;
}

.g-footer .bottom-link-item:not(:last-child):after {
	content: '';
	display: block;
	width: 4px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 5px;
	right: 11px;
}

.g-footer .bottom-link-item:last-child {
	padding-left: 0;
}

.g-footer .copy {
	font-size: 10px;
	text-align: center;
}

/*==========================================================================================

  診断コンテンツ 回答画面

==========================================================================================*/
.g-footer {
	position: relative;
	z-index: 1;
	min-width: 820px;
	padding-block: 0 22.5px;
}
.g-footer .bottom-link-list {
	padding-block: 23px 10.5px;
}
.header {
	position: sticky;
	z-index: 2;
	top: 0;
	left: 0;
	min-width: 820px;
	background-color: #ff7cb9;
}
.header .header__heading {
	padding-block: 4px 1px;
	background-color: #ff4498;
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 15px;
}
.header .header__inner {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin-inline: auto;
	height: 65px;
}
.header-menu {
	display: flex;
	gap: 5px;
	padding-top: 8px;
}
.header-menu .header-menu__link {
	display: block;
}
.header .breadcrumb_area {
	background-color: #FFFFFF;
	height: 22px;
}

.main {
	position: relative;
	min-width: 820px;
	background: linear-gradient(180deg, #ff9cce 0%, #ffdf9e 12%, #feefbe 33%, #ffcfeb 48%, #d5e5ff 70%, #ffdbfa 86%, #ffdcee 100%);
}
.main::before {
	content: '';
	position: fixed;
	top: 85px;
	left: 50%;
	width: 100%;
	min-width: 1920px;
	height: calc(100% - 85px);
	min-height: 835px;
	transform: translateX(-50%);
	background: url(/assets/img/user/pc/diagnosis/index/bg_main.png) no-repeat center 0 / cover fixed;
	pointer-events: none;
	z-index: 1;
}
.mv {
	position: relative;
	z-index: 1;
	width: 700px;
	margin-inline: auto;
}
.start {
	display: flex;
	position: relative;
	z-index: 1;
	justify-content: center;
	padding-right: 4px;
	width: 100%;
	margin-bottom: 48px;
}
.start img {
	width: 416px;
	height: auto;
}
.job-form {
	position: relative;
	max-width: 345px;
	margin-inline: auto;
	padding-bottom: 128px;
}
.job-form::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 345px;
	height: 100px;
	background: url(/assets/img/user/pc/diagnosis/index/bg_form.png) no-repeat 0 0 / contain;
}
.job-form .job-form__block {
	position: relative;
	margin-bottom: 20px;
	padding-top: 23px;
}
.job-form .job-form__block:last-child {
	margin-bottom: 0;
}
.job-form .job-form__box {
	display: flex;
	position: relative;
	z-index: 0;
	flex-direction: column;
	align-items: center;
	border: 2px solid #fff;
	padding: 50px 14px 33px 16px;
	border-radius: 20px;
	background-color: #fff;
}
.job-form .job-form__box:has(.radio-list) {
	padding-bottom: 61px;
}
.job-form .job-form__block.is-error .job-form__box {
	border-color: #ff0000;
}
.job-form .job-form__box::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: -2px;
	left: -2px;
	width: 80px;
	height: 75px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
}
.job-form .job-form__block:first-of-type .job-form__box::before {
	background-image: url(/assets/img/user/pc/diagnosis/index/bg_question_01.svg);
}
.job-form .job-form__block:nth-of-type(2) .job-form__box::before {
	background-image: url(/assets/img/user/pc/diagnosis/index/bg_question_02.svg);
}
.job-form .job-form__block:nth-of-type(3) .job-form__box::before {
	background-image: url(/assets/img/user/pc/diagnosis/index/bg_question_03.svg);
}
.job-form .job-form__block:nth-of-type(4) .job-form__box::before {
	background-image: url(/assets/img/user/pc/diagnosis/index/bg_question_04.svg);
}
.job-form .job-form__block:nth-of-type(5) .job-form__box::before {
	background-image: url(/assets/img/user/pc/diagnosis/index/bg_question_05.svg);
}
.job-form .job-form__block:nth-of-type(6) .job-form__box::before {
	background-image: url(/assets/img/user/pc/diagnosis/index/bg_question_06.svg);
}
.job-form .job-form__block:nth-of-type(7) .job-form__box::before {
	background-image: url(/assets/img/user/pc/diagnosis/index/bg_question_07.svg);
}
.job-form .job-form__block:nth-of-type(8) .job-form__box::before {
	background-image: url(/assets/img/user/pc/diagnosis/index/bg_question_08.svg);
}
.job-form .job-form__block:nth-of-type(9) .job-form__box::before {
	background-image: url(/assets/img/user/pc/diagnosis/index/bg_question_09.svg);
}
.job-form .job-form__block:nth-of-type(10) .job-form__box::before {
	background-image: url(/assets/img/user/pc/diagnosis/index/bg_question_10.svg);
}
.job-form .job-form__block:nth-of-type(11) .job-form__box::before {
	background-image: url(/assets/img/user/pc/diagnosis/index/bg_question_11.svg);
}
.job-form .job-form__block:nth-of-type(12) .job-form__box::before {
	background-image: url(/assets/img/user/pc/diagnosis/index/bg_question_12.svg);
}
.job-form .job-form__block:nth-of-type(13) .job-form__box::before {
	background-image: url(/assets/img/user/pc/diagnosis/index/bg_question_13.svg);
}
.job-form .job-form__block:nth-of-type(14) .job-form__box::before {
	background-image: url(/assets/img/user/pc/diagnosis/index/bg_question_14.svg);
}
.job-form .job-form__block:last-of-type .job-form__box::before {
	background-image: url(/assets/img/user/pc/diagnosis/index/bg_question_15.svg);
}
.job-form .job-form__number {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	width: 65px;
	height: 56px;
	transform: translateX(-50%);
}
.job-form .job-form__progress {
	position: absolute;
	top: -2px;
	right: -2px;
	width: 56px;
	height: 3px;
}
.job-form .job-form__label {
	margin-bottom: 35px;
	color: #333;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 27px;
}
.job-form .job-form__label:has(+ .select) {
	margin-bottom: 27px;
}
.job-form .job-form__message {
	display: block;
	margin-bottom: -23px;
}
.job-form .job-form__button-box {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.job-form .job-form__button {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 280px;
	height: 60px;
	border-radius: 6px;
	background-color: #ff57ab;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 27px;
}
.job-form .job-form__button::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 14.54px;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	background: url(/assets/img/user/pc/diagnosis/index/ico_arrow_right.svg) no-repeat center center / contain;
}
.job-form .job-form__button.disabled {
	background-color: #C9C9C9;
}
.job-form .job-form__error-text.no-input-text {
	display: none;
}
.job-form .job-form__error-text.no-input-text.is-error {
	display: block;
	margin-top: 8px;
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
.job-form .job-form__error-text.incorrect-text {
	display: none;
}
.job-form .job-form__error-text.incorrect-text.is-error {
	display: block;
	margin-top: 8px;
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
.job-form .select {
	position: relative;
	width: 295px;
	height: 40px;
}
.job-form .select::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 11px;
	transform: translateY(-50%);
	width: 10px;
	height: 8px;
	background-color: #ff5a98;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	pointer-events: none;
}
.job-form .select .select__select {
	width: 100%;
	height: 100%;
	padding: 9px 28px 8px 15px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	background-color: #fff;
	color: #333;
	font-size: 14px;
	line-height: 21px;
	appearance: none;
	cursor: pointer;
}
.job-form .radio-list {
	display: flex;
	gap: 10px;
	margin-inline: 2px 4px;
	border-radius: 100vmax;
	background-color: #fff9d9;
}
.job-form .radio {
	position: relative;
	cursor: pointer;
}
.job-form .radio .radio__input {
	position: absolute;
	width: 100%;
	height: 100%;
	appearance: none;
}
.job-form .radio .radio__label {
	display: block;
	position: relative;
	width: 53px;
	height: 37px;
}
.job-form .radio .radio__label .radio__image-on {
	display: none;
	position: absolute;
	top: -8px;
	width: 133px;
	max-width: none;
	height: 88px;
	max-height: none;
	pointer-events: none;
}
.job-form .radio-list .radio-list__item:first-child .radio__label .radio__image-on {
	left: -10px;
	width: 97px;
}
.job-form .radio-list .radio-list__item:nth-child(2) .radio__label .radio__image-on {
	left: -39px;
}
.job-form .radio-list .radio-list__item:nth-child(3) .radio__label .radio__image-on {
	left: -39px;
}
.job-form .radio-list .radio-list__item:nth-child(4) .radio__label .radio__image-on {
	left: -20px;
	width: 97px;
}
.job-form .radio-list .radio-list__item:last-child .radio__label .radio__image-on {
	left: -7px;
	width: 72px;
}
.job-form .radio .radio__input:checked + .radio__label .radio__image-off {
	display: none;
}
.job-form .radio .radio__input:checked + .radio__label .radio__image-on {
	display: block;
}
.job-form .radio-help {
	display: flex;
	position: absolute;
	padding-inline: 18px;
	left: 0;
	bottom: 26px;
	width: 100%;
	justify-content: space-between;
}
.job-form .radio-list:has(:checked) + .radio-help {
	display: none;
}
.job-form .radio-help .radio-help__text {
	color: #b88c5a;
	font-size: 12px;
	line-height: 18px;
}
.link-back {
	display: flex;
	position: relative;
	z-index: 1;
	justify-content: center;
	padding: 17.5px 0 16.5px 26px;
	background-color: #fff;
}
.link-back .link-back__link {
	position: relative;
	padding-right: 26px;
	color: #333;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
}
.link-back .link-back__link::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: rotate(45deg);
	border-right: 1px solid #777;
	border-top: 1px solid #777;
	width: 10px;
	height: 10px;
	margin: -6px 0 0;
}
