@charset "UTF-8";
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:where([hidden]:not([hidden='until-found'])) {
	display: none !important;
}

:where(html) {
	color-scheme: dark light;
	-webkit-text-size-adjust: none;
}

@supports not (min-block-size: 100dvb) {
	:where(html) {
		block-size: 100%;
	}
}
@media (prefers-reduced-motion: no-preference) {
	:where(html:focus-within) {
		scroll-behavior: smooth;
	}
}
:where(body) {
	block-size: 100%;
	block-size: 100dvb;
	font-family: system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
}

:where(input, button, textarea, select) {
	color: inherit;
	font: inherit;
}

:where(textarea) {
	resize: vertical;
	resize: block;
}

:where(button, label, select, summary, [role='button'], [role='option']) {
	cursor: pointer;
}

:where(:disabled) {
	cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
	cursor: not-allowed;
}

:where(button) {
	border-style: solid;
}

:where(a) {
	text-underline-offset: 0.2ex;
}

:where(ul, ol) {
	list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
	display: block;
}

:where(img, picture, svg) {
	max-inline-size: 100%;
	block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
	overflow-wrap: break-word;
}

:where(h1, h2, h3) {
	line-height: calc(1em + 0.5rem);
}

:where(hr) {
	overflow: visible;
	block-size: 0;
	border: none;
	border-block-start: 1px solid;
	color: inherit;
}

:where(:focus-visible) {
	outline: 2px solid var(--focus-color, Highlight);
	outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
	position: absolute !important;
	overflow: hidden !important;
	width: 1px !important;
	height: 1px !important;
	border: 0 !important;
	white-space: nowrap !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInDown {
	opacity: 0;
}
.fadeInDown.animated {
	animation: fadeInDown;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}

.fadeIn {
	opacity: 0;
}
.fadeIn.animated {
	animation: fadeIn;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}

.fadeInUp {
	opacity: 0;
}
.fadeInUp.animated {
	animation: fadeInUp;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

.fadeInRight {
	opacity: 0;
}
.fadeInRight.animated {
	animation: fadeInRight;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}

.delay-1 {
	animation-delay: 0.1s !important;
}
.delay-2 {
	animation-delay: 0.2s !important;
}
.delay-3 {
	animation-delay: 0.3s !important;
}
.delay-4 {
	animation-delay: 0.4s !important;
}
.delay-5 {
	animation-delay: 0.5s !important;
}
.delay-6 {
	animation-delay: 0.6s !important;
}
.delay-7 {
	animation-delay: 0.7s !important;
}
.delay-8 {
	animation-delay: 0.8s !important;
}
.delay-9 {
	animation-delay: 0.9s !important;
}
.delay-10 {
	animation-delay: 1s !important;
}

html {
	font-size: 62.5%;
}
@media screen and (max-width: 768px) {
	html {
		overflow-x: hidden;
		width: 100%;
	}
}

* {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	background-color: #fff;
	color: #000;
	overflow-wrap: break-word;
	word-wrap: break-word;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	font-family: 'Zen Maru Gothic', serif;
	line-height: 2;
	line-break: strict;
	-webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4;
}

:where(a) {
	color: #000;
}
a:hover {
	color: #6a12f4;
	text-decoration: none;
}

#head_area,
#menu_area {
	font-size: 1.2rem;
}

#head_area {
	background-color: #000;
}

.bgWhite {
	background-color: #fff;
}

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

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

.title {
	position: relative;
	z-index: 2;
	text-align: center;
	font-weight: 700;
}
@media screen and (min-width: 769px) {
	.title {
		font-size: 4rem;
		line-height: 1;
	}
}
@media screen and (max-width: 768px) {
	.title {
		font-size: 2.4rem;
		line-height: 1.4;
	}
}

.wrap {
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.wrap {
		padding: 0 40px;
		max-width: 1120px;
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.wrap {
		padding: 0 24px;
	}
}

@media screen and (min-width: 769px) {
	.pc-none {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.sp-none {
		display: none;
	}
}
::-moz-placeholder {
	color: #999;
}
::placeholder {
	color: #999;
}

.input-error-txt {
	display: flex;
	gap: 6px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #d6082e;
	font-size: 1.4rem;
}
.input-error-txt::before {
	content: '';
	display: block;
	margin-top: 0.5em;
	width: 16px;
	height: 16px;
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/icon-important.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.input-txt {
	position: relative;
}
.input-txt.error input {
	border-color: #d6082e;
	background-color: rgba(214, 8, 46, 0.05);
}
.input-txt input {
	padding: 0 12px;
	width: 100%;
	height: 48px;
	border: 1px solid #b0b0b0;
	border-radius: 6px;
	background-color: #fff;
	font-size: 1.6rem;
}
.input-txt input:disabled {
	background-color: #aaa;
	pointer-events: none !important;
}
.input-txt input:disabled + .flatpickr-input {
	background-color: #aaa;
	pointer-events: none !important;
}
.input-txt input[size] {
	max-width: 100%;
	width: auto;
}
.input-radio {
	position: relative;
}
.input-radio + .input-radio {
	margin-top: 12px;
}
.input-radio input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 12px;
	margin: auto;
	width: 16px;
	height: 16px;
	border: 1px solid #b0b0b0;
	border-radius: 50%;
	background: #fff;
	transition: 0.2s;
	pointer-events: none;
}
.input-radio input:checked {
	border-color: #000;
	background-color: #fff;
	box-shadow: inset 0 0 0 4px #000;
}
.input-radio input:disabled {
	background-color: #aaa;
}
.input-radio label {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 12px 0 36px;
	min-height: 48px;
	width: -moz-fit-content;
	width: fit-content;
	border: 1px solid #b0b0b0;
	border-radius: 6px;
	background-color: #fff;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.5;
	cursor: pointer;
}
:checked + .input-radio label {
	border-color: #000;
}
:disabled + .input-radio label {
	background-color: #aaa;
	color: #fff;
}
.input-checkbox {
	position: relative;
}
.input-checkbox + .input-checkbox {
	margin-top: 12px;
}
.input-checkbox.error input {
	border-color: #d6082e;
	background-color: #d6082e;
}
.input-checkbox input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 12px;
	margin: auto;
	width: 16px;
	height: 16px;
	border: 1px solid #b0b0b0;
	border-radius: 2px;
	background: #fff;
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/icon-checked.svg);
	background-position: center top 4px;
	background-size: 10px auto;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: 0.2s;
}
.input-checkbox input:checked {
	border-color: #000;
	background-color: #000;
}
.input-checkbox input:disabled {
	background-color: #aaa;
}
.input-checkbox label {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 12px 0 36px;
	min-height: 48px;
	border: 1px solid #b0b0b0;
	border-radius: 6px;
	background-color: #fff;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.5;
	cursor: pointer;
}
:checked + .input-checkbox label {
	border-color: #000;
}
:disabled + .input-checkbox label {
	background-color: #aaa;
	color: #fff;
}
.error > .input-checkbox label {
	color: #d6082e;
}
.input-select.error select {
	border-color: #d6082e;
	background-color: rgba(214, 8, 46, 0.05);
}
.input-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	padding: 0 32px 0 12px;
	width: 100%;
	width: 100%;
	height: 48px;
	border: 1px solid #b0b0b0;
	border-radius: 6px;
	background-color: #fff;
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/arrow-select.svg);
	background-position: right 12px center;
	background-size: 10px auto;
	background-repeat: no-repeat;
	font-size: 1.6rem;
}
.input-select select:disabled {
	background-color: #aaa;
}
.input-textarea.error textarea {
	border-color: #d6082e;
	background-color: rgba(214, 8, 46, 0.05);
}
.input-textarea textarea {
	display: block;
	padding: 16px 12px;
	width: 100%;
	border: 1px solid #b0b0b0;
	border-radius: 6px;
	background-color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	resize: vertical;
}
.input-textarea textarea:disabled {
	background-color: #aaa;
}
.input-toggle {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
}
.input-toggle input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	display: flex;
	margin: 0;
	width: 52px;
	height: 24px;
	border: 1px solid #1a1a1a;
	border-radius: 100px;
	background-color: #fff;
	opacity: 0.2;
	cursor: pointer;
	transition: 0.2s;
}
.input-toggle input::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2px;
	display: block;
	margin: auto;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #1a1a1a;
	transition: 0.2s;
}
.input-toggle input:checked {
	border-color: #000;
	background-color: #000;
	opacity: 1;
}
.input-toggle input:checked::after {
	left: 28px;
	background-color: #fff;
}
.input-toggle label {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1;
}

.btn-border-red-tiny,
.btn-border-red-small,
.btn-border-red-normal,
.btn-border-secondary-small,
.btn-border-secondary-normal,
.btn-border-primary-small,
.btn-border-primary-normal,
.btn-border-dark-tiny,
.btn-border-dark-small,
.btn-border-dark-normal,
.btn-white-small,
.btn-white-normal,
.btn-dark-tiny,
.btn-dark-small,
.btn-dark-normal,
.btn-secondary-normal,
.btn-primary-normal {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-radius: 100px;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: 700;
	line-height: 1.5;
	cursor: pointer;
	transition: 0.2s;
}
.btn-border-red-tiny:hover,
.btn-border-red-small:hover,
.btn-border-red-normal:hover,
.btn-border-secondary-small:hover,
.btn-border-secondary-normal:hover,
.btn-border-primary-small:hover,
.btn-border-primary-normal:hover,
.btn-border-dark-tiny:hover,
.btn-border-dark-small:hover,
.btn-border-dark-normal:hover,
.btn-white-small:hover,
.btn-white-normal:hover,
.btn-dark-tiny:hover,
.btn-dark-small:hover,
.btn-dark-normal:hover,
.btn-secondary-normal:hover,
.btn-primary-normal:hover {
	opacity: 0.7;
}

@media screen and (min-width: 769px) {
	.btn-border-red-normal,
	.btn-border-secondary-normal,
	.btn-border-primary-normal,
	.btn-border-dark-normal,
	.btn-white-normal,
	.btn-dark-normal,
	.btn-secondary-normal,
	.btn-primary-normal {
		font-size: 2.8rem;
	}
}
@media screen and (max-width: 768px) {
	.btn-border-red-normal,
	.btn-border-secondary-normal,
	.btn-border-primary-normal,
	.btn-border-dark-normal,
	.btn-white-normal,
	.btn-dark-normal,
	.btn-secondary-normal,
	.btn-primary-normal {
		font-size: 1.6rem;
	}
}
.btn-border-red-normal small,
.btn-border-secondary-normal small,
.btn-border-primary-normal small,
.btn-border-dark-normal small,
.btn-white-normal small,
.btn-dark-normal small,
.btn-secondary-normal small,
.btn-primary-normal small {
	font-size: 1.2rem;
}

.btn-border-red-small,
.btn-border-secondary-small,
.btn-border-primary-small,
.btn-border-dark-small,
.btn-white-small,
.btn-dark-small {
	height: 46px;
}
@media screen and (min-width: 769px) {
	.btn-border-red-small,
	.btn-border-secondary-small,
	.btn-border-primary-small,
	.btn-border-dark-small,
	.btn-white-small,
	.btn-dark-small {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 768px) {
	.btn-border-red-small,
	.btn-border-secondary-small,
	.btn-border-primary-small,
	.btn-border-dark-small,
	.btn-white-small,
	.btn-dark-small {
		font-size: 1.4rem;
	}
}

.btn-border-red-tiny,
.btn-border-dark-tiny,
.btn-dark-tiny {
	height: 38px;
}
@media screen and (min-width: 769px) {
	.btn-border-red-tiny,
	.btn-border-dark-tiny,
	.btn-dark-tiny {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 768px) {
	.btn-border-red-tiny,
	.btn-border-dark-tiny,
	.btn-dark-tiny {
		font-size: 1.6rem;
	}
}

.btn-primary-normal {
	width: -moz-fit-content;
	width: fit-content;
	background-color: #fff;
	color: #000;
}
@media screen and (min-width: 769px) {
	.btn-primary-normal {
		padding: 46px 160px;
		font-size: 2.8rem;
	}
}
@media screen and (max-width: 768px) {
	.btn-primary-normal {
		padding: 24px 40px;
		width: 100%;
		font-size: 2rem;
	}
}
.btn-primary-normal.arrow {
	background-image: url(../img/psychiatry/ub-erp-depression-study/arrow-right.svg);
}
@media screen and (min-width: 769px) {
	.btn-primary-normal.arrow {
		background-position: right 53px center;
		background-size: 12px auto;
	}
}
@media screen and (max-width: 768px) {
	.btn-primary-normal.arrow {
		background-position: right 32px center;
		background-size: 8px auto;
	}
}
.btn-primary-normal.back-arrow {
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/arrow-left-white.svg);
	background-position: left 16px center;
	background-size: 14px auto;
}
.btn-primary-normal:hover {
	text-decoration: none;
}
.btn-secondary-normal {
	background-color: #000;
	color: #fff;
}
.btn-secondary-normal.arrow {
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/arrow-right-white.svg);
	background-position: right 16px center;
	background-size: 14px auto;
}
.btn-secondary-normal.back-arrow {
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/arrow-left-white.svg);
	background-position: left 16px center;
	background-size: 14px auto;
}
.btn-secondary-normal:hover {
	text-decoration: none;
}
.btn-dark-normal {
	background-color: #1a1a1a;
	color: #fff;
}
.btn-dark-normal.f16 {
	font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
	.btn-dark-normal.wide {
		max-width: 380px;
	}
}
.btn-dark-normal.arrow {
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/arrow-right-white.svg);
	background-position: right 16px center;
	background-size: 14px auto;
}
.btn-dark-normal.back-arrow {
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/arrow-left-white.svg);
	background-position: left 16px center;
	background-size: 14px auto;
}
.btn-dark-normal[target='_blank'] {
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/icon-blank-w.svg);
	background-position: right 20px center;
	background-size: 12px auto;
}
.btn-dark-normal:hover {
	text-decoration: none;
}
.btn-dark-small {
	background-color: #1a1a1a;
	color: #fff;
}
.btn-dark-small:disabled {
	background-color: #999;
	pointer-events: none;
}
.btn-dark-small:hover {
	text-decoration: none;
}
.btn-dark-tiny {
	background-color: #1a1a1a;
	color: #fff;
}
.btn-dark-tiny:disabled {
	background-color: #999;
	pointer-events: none;
}
.btn-dark-tiny:hover {
	text-decoration: none;
}
.btn-white-normal {
	background-color: #fff;
	color: #1a1a1a;
}
.btn-white-normal.arrow {
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/arrow-right-dark.svg);
	background-position: right 16px center;
	background-size: 14px auto;
}
.btn-white-normal.back-arrow {
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/arrow-left-dark.svg);
	background-position: left 16px center;
	background-size: 14px auto;
}
.btn-white-normal:hover {
	text-decoration: none;
}
.btn-white-small {
	background-color: #fff;
	color: #1a1a1a;
}
.btn-white-small:hover {
	text-decoration: none;
}
.btn-border-dark-normal {
	border: 1px solid #1a1a1a;
	background-color: #fff;
	color: #1a1a1a;
}
.btn-border-dark-normal.arrow {
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/arrow-right-dark.svg);
	background-position: right 16px center;
	background-size: 14px auto;
}
.btn-border-dark-normal.back-arrow {
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/arrow-left-dark.svg);
	background-position: left 16px center;
	background-size: 14px auto;
}
.btn-border-dark-normal:hover {
	text-decoration: none;
}
.btn-border-dark-small {
	border: 1px solid #1a1a1a;
	background-color: #fff;
	color: #1a1a1a;
}
.btn-border-dark-small.add {
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/icon-plus-dark.svg);
	background-position: right 16px center;
	background-size: 11px auto;
}
.btn-border-dark-small:hover {
	text-decoration: none;
}
.btn-border-dark-tiny {
	border: 1px solid #1a1a1a;
	background-color: #fff;
	color: #1a1a1a;
}
.btn-border-dark-tiny:hover {
	text-decoration: none;
}
.btn-border-primary-normal {
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
}
.btn-border-primary-normal.arrow {
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/arrow-right-primary.svg);
	background-position: right 16px center;
	background-size: 14px auto;
}
.btn-border-primary-normal.back-arrow {
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/arrow-left-primary.svg);
	background-position: left 16px center;
	background-size: 14px auto;
}
.btn-border-primary-normal:hover {
	text-decoration: none;
}
.btn-border-primary-small {
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
}
.btn-border-primary-small.add {
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/icon-plus-primary.svg);
	background-position: right 16px center;
	background-size: 11px auto;
}
.btn-border-primary-small.arrow {
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/arrow-right-primary.svg);
	background-position: right 16px center;
	background-size: 14px auto;
}
.btn-border-primary-small.back-arrow {
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/arrow-left-primary.svg);
	background-position: left 16px center;
	background-size: 14px auto;
}
.btn-border-primary-small:hover {
	text-decoration: none;
}
.btn-border-secondary-normal {
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
}
.btn-border-secondary-normal.arrow {
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/arrow-right-secondary.svg);
	background-position: right 16px center;
	background-size: 14px auto;
}
.btn-border-secondary-normal.back-arrow {
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/arrow-left-secondary.svg);
	background-position: left 16px center;
	background-size: 14px auto;
}
.btn-border-secondary-normal:hover {
	text-decoration: none;
}
.btn-border-secondary-small {
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
}
.btn-border-secondary-small.add {
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/icon-plus-secondary.svg);
	background-position: right 16px center;
	background-size: 11px auto;
}
.btn-border-secondary-small.arrow {
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/arrow-right-secondary.svg);
	background-position: right 16px center;
	background-size: 14px auto;
}
.btn-border-secondary-small.back-arrow {
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/arrow-left-secondary.svg);
	background-position: left 16px center;
	background-size: 14px auto;
}
.btn-border-secondary-small:hover {
	text-decoration: none;
}
.btn-border-red-normal {
	border: 1px solid #d6082e;
	background-color: #fff;
	color: #000;
}
.btn-border-red-normal.arrow {
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/arrow-right-red.svg);
	background-position: right 16px center;
	background-size: 14px auto;
}
.btn-border-red-normal:hover {
	text-decoration: none;
}
.btn-border-red-small {
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
}
.btn-border-red-small.arrow {
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/arrow-right-red.svg);
	background-position: right 16px center;
	background-size: 14px auto;
}
.btn-border-red-small:hover {
	text-decoration: none;
}
.btn-border-red-tiny {
	border: 1px solid #d6082e;
	background-color: #fff;
	color: #d6082e;
}
.btn-border-red-tiny.arrow2 {
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/arrow2-right-red.svg);
	background-position: right 10px center;
	background-size: 6px auto;
}
.btn-border-red-tiny.moveOut {
	position: relative;
}
.btn-border-red-tiny.moveOut::before {
	content: '';
	position: absolute;
	top: -4px;
	bottom: 0;
	left: 8px;
	display: block;
	margin: auto;
	height: 20px;
	aspect-ratio: 1;
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/icon-move-out.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.btn-border-red-tiny:disabled {
	background-color: #999;
	pointer-events: none;
}
.btn-border-red-tiny:hover {
	text-decoration: none;
}

.contact,
.thanks {
	position: relative;
	z-index: 0;
	overflow-y: hidden;
	background-color: #fff;
}
@media screen and (min-width: 769px) {
	.contact,
	.thanks {
		padding: 120px 0;
	}
}
@media screen and (max-width: 768px) {
	.contact,
	.thanks {
		padding: 80px 0 120px;
	}
	.thanks {
		padding-top: 80px;
	}
}
/* 2026/01/11編集_岡田 */
/* .contact::before {
	content: '';
	position: absolute;
	z-index: -1;
	aspect-ratio: 1/1;
	background-image: url(../img/psychiatry/ub-erp-depression-study/bg_object.svg);
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(-16deg);
}
@media screen and (min-width: 769px) {
	.contact::before {
		bottom: -400px;
		left: -160px;
		width: 640px;
	}
}
@media screen and (max-width: 768px) {
	.contact::before {
		bottom: -180px;
		left: -60px;
		width: 280px;
	}
} */
.contact-txt,
.thanks-text {
	text-align: center;
}
@media screen and (min-width: 769px) {
	.contact-txt,
	.thanks-txt {
		padding: 40px 0 0;
		font-size: 2rem;
	}
}
@media screen and (max-width: 768px) {
	.contact-txt,
	.thanks-txt {
		padding: 32px 0 0;
		font-size: 1.8rem;
		line-height: 1.6;
	}
}

@media screen and (min-width: 769px) {
	.fv {
		padding: 120px 0 10%;
		max-width: 1920px;
		background-image: url(../img/psychiatry/ub-erp-depression-study/fv.svg);
		background-position: center top;
		background-size: cover;
		background-repeat: no-repeat;
		margin-inline: auto;
	}
}
@media screen and (max-width: 768px) {
	.fv {
		padding: 96px 0 0;
		background-color: #fff;
		/* background-image: url(../img/psychiatry/ub-erp-depression-study/fv_back.png); */
		background-position: center bottom;
		background-size: contain;
		background-repeat: no-repeat;
	}
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
	.fv {
		/* background: url(../img/psychiatry/ub-erp-depression-study/fv.svg), linear-gradient(rgb(255, 250, 240) 0%, rgb(255, 250, 240) 50%, rgb(255, 255, 255) 51%); */
		background: url(../img/psychiatry/ub-erp-depression-study/fv.svg);
		background-position:
			center bottom,
			center top;
		background-size: 120%, cover;
		background-repeat: no-repeat, no-repeat;
	}
}
@media screen and (min-width: 1920px) {
	.fv {
		padding: 168px 0 11%;
		max-width: 2560px;
		background-image: url(../img/psychiatry/ub-erp-depression-study/fv_1920.svg);
	}
}
.fv .wrap {
	max-width: 1920px;
}
.fv-copy {
	display: flex;
	color: #000;
}
@media screen and (min-width: 769px) {
	.fv-copy {
		align-items: center;
		gap: 10px;
		justify-content: center;
	}
}
@media screen and (max-width: 768px) {
	.fv-copy {
		align-items: center;
		flex-direction: column;
		gap: 10px;
		font-size: 1.6rem;
	}
}
.fv-copyTerm {
	border-radius: 8px;
	font-weight: 600;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.fv-copyTerm {
		padding: 14px 20px;
		border: 2px solid #000;
		font-size: 2rem;
	}
}
@media screen and (max-width: 768px) {
	.fv-copyTerm {
		padding: 7px 14px;
		width: -moz-fit-content;
		width: fit-content;
		border: 1px solid #000;
		font-size: 1.4rem;
	}
}
.fv-copyData {
	font-weight: 600;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.fv-copyData {
		font-size: 2.8rem;
	}
}
@media screen and (max-width: 768px) {
	.fv-copyData {
		font-size: 1.6rem;
	}
}
.fv-title {
	text-align: center;
}
@media screen and (min-width: 769px) {
	.fv-title {
		padding: 32px 0;
	}
}
@media screen and (max-width: 768px) {
	.fv-title {
		padding: 20px 0;
	}
}
.fv-titleTxt {
	color: #000;
	font-weight: 600;
	line-height: 1.6;
}
@media screen and (min-width: 769px) {
	/* .fv-titleTxt {
    font-size: 6.4rem;
  } */
	.fv-titleTxt {
		font-size: 5rem;
	}
}
@media screen and (max-width: 768px) {
	.fv-titleTxt {
		font-size: 2.7rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
	.fv-titleTxt {
		font-size: 4rem;
	}
}
@media screen and (max-width: 440px) {
	.fv-titleTxt-lead {
		font-size: 2.7rem;
	}
}
.fv-cv {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	margin-inline: auto;
}
.fv-cvTxt {
	color: #000;
	text-align: center;
	font-weight: 600;
	line-height: 1.4;
}
@media screen and (min-width: 769px) {
	.fv-cvTxt {
		margin-bottom: 12px;
		font-size: 2rem;
	}
}
@media screen and (max-width: 768px) {
	.fv-cv {
		padding: 0px 0 20px;
	}
	.fv-cvTxt {
		font-size: 1.4rem;
	}
}
.fv-cvBtn-link {
	display: flex;
	gap: 10px;
	width: -moz-fit-content;
	width: fit-content;
	border: 2px solid #000;
	border-radius: 100px;
	background-color: #000;
	box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	line-height: 1;
	transition: 0.3s;
}
@media screen and (min-width: 769px) {
	.fv-cvBtn-link {
		padding: 28px 70px;
		font-size: 2.8rem;
	}
}
@media screen and (max-width: 768px) {
	.fv-cvBtn-link {
		padding: 22px 36px;
		font-size: 1.8rem;
	}
}
.fv-cvBtn-link::after {
	content: '';
	display: block;
	aspect-ratio: 9/5;
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/v.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: 0.3s;
}
@media screen and (min-width: 769px) {
	.fv-cvBtn-link::after {
		width: 18px;
	}
}
@media screen and (max-width: 768px) {
	.fv-cvBtn-link::after {
		width: 14px;
	}
}
.fv-cvBtn-link:hover {
	background-color: #fff;
	color: #000;
}
.fv-cvBtn-link:hover::after {
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/v_hover.svg);
}
.fv-img {
	padding: 20px 0 20px;
	width: 80%;
	margin-inline: auto;
}

@media screen and (min-width: 769px) {
	.mainNav {
		padding: 96px 0 0;
	}
}
@media screen and (max-width: 768px) {
	.mainNav {
		padding: 32px 0 0;
	}
}
.mainNav-list {
	display: flex;
}
@media screen and (min-width: 769px) {
	.mainNav-list {
		align-items: center;
		gap: 40px;
		justify-content: center;
	}
}
@media screen and (max-width: 768px) {
	.mainNav-list {
		flex-direction: column;
		gap: 16px;
	}
}
@media screen and (min-width: 769px) {
	.mainNav-listItem {
		width: calc((100% - 40px) / 3);
	}
}
.mainNav-listItem-link {
	position: relative;
	display: block;
	border-radius: 8px;
	background-color: #fff;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	line-height: 1;
	transition: 0.3s;
}
@media screen and (min-width: 769px) {
	.mainNav-listItem-link {
		padding: 22px 20px;
		aspect-ratio: 320/64;
		border: 2px solid #000;
		font-size: 2rem;
	}
}
@media screen and (max-width: 768px) {
	.mainNav-listItem-link {
		padding: 18px 20px;
		width: 100%;
		border: 1px solid #000;
		text-align: left;
		font-size: 1.8rem;
	}
}
.mainNav-listItem-link::after {
	content: '';
	position: absolute;
	right: 28px;
	aspect-ratio: 2/1;
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/v_hover.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: 0.3s;
}
@media screen and (min-width: 769px) {
	.mainNav-listItem-link::after {
		top: 50%;
		width: 10px;
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 768px) {
	.mainNav-listItem-link::after {
		top: 50%;
		width: 8px;
		transform: translateY(-50%);
	}
}
.mainNav-listItem-link:hover {
	background-color: #000;
	color: #fff;
}
.mainNav-listItem-link:hover::after {
	background-image: url(../img/psychiatry/ub-erp-depression-study/common/v.svg);
}

@media screen and (min-width: 769px) {
	.apply {
		padding: 120px 0 40px;
	}
	.about {
		padding: 120px 0 270px;
	}
}
@media screen and (max-width: 768px) {
	.apply {
		padding: 80px 0 0;
	}
	.about {
		padding: 68px 0 100px;
	}
}
.apply-frame {
	display: flex;
	align-items: center;
}
@media screen and (min-width: 769px) {
	.apply-frame {
		gap: 80px;
		padding: 64px 0 80px;
	}
}
@media screen and (max-width: 768px) {
	.apply-frame {
		align-items: center;
		flex-direction: column;
		gap: 20px;
		padding: 32px 0;
		font-size: 1.6rem;
	}
}
.apply-frameTxt {
	aspect-ratio: 520/502;
}
.apply-frameTxt-non {
	aspect-ratio: 0;
}
@media screen and (min-width: 769px) {
	.apply-frameTxt {
		width: 520px;
	}
}
@media screen and (max-width: 768px) {
	.apply-frameTxt {
		width: 100%;
	}
	.apply-frameTxt img {
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}
.apply-frameImg {
	aspect-ratio: 376/480;
}
@media screen and (min-width: 769px) {
	.apply-frameImg {
		width: 376px;
	}
}
@media screen and (max-width: 768px) {
	.apply-frameImg {
		width: 62%;
	}
}
.apply-cv {
	display: flex;
	justify-content: center;
}
/* .outline {
  position: relative;
  max-width: 100%;
  background-image: url(../img/psychiatry/ub-erp-depression-study/way_bg.png);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
} */
.about {
	position: relative;
	max-width: 100%;
	background-image: url(../img/psychiatry/ub-erp-depression-study/way_bg.png);
	background-position: bottom center;
	background-size: 100%;
	background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
	.outline {
		/* padding: 120px 0 270px; */
		padding: 120px 0 40px;
	}
}
@media screen and (max-width: 768px) {
	.outline {
		/* padding: 100px 0 100px; */
		padding: 80px 0 0;
	}
}
/* .outline::after {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 1/1;
  background-image: url(../img/psychiatry/ub-erp-depression-study/bg_object.svg);
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-80deg);
} */
.about::after {
	content: '';
	position: absolute;
	z-index: -1;
	aspect-ratio: 1/1;
	background-image: url(../img/psychiatry/ub-erp-depression-study/bg_object.svg);
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(-80deg);
}
@media screen and (min-width: 769px) {
	.about::after {
		top: -480px;
		right: 0;
		width: 640px;
		transform: translateX(400px);
		-webkit-clip-path: inset(0 400px 0 0);
		clip-path: inset(0 400px 0 0); /* 右側をクリップ */
	}
}
@media screen and (max-width: 768px) {
	.about::after {
		top: -154px;
		right: 0;
		width: 280px;
		transform: translateX(80px);
		-webkit-clip-path: inset(0 80px 0 0);
		clip-path: inset(0 80px 0 0); /* 右側をクリップ */
	}
}
.outline-frame {
	display: flex;
	align-items: center;
}
@media screen and (min-width: 769px) {
	.outline-frame {
		gap: 48px;
		padding: 64px 0 80px;
	}
}
@media screen and (max-width: 768px) {
	.outline-frame {
		align-items: center;
		flex-direction: column-reverse;
		gap: 32px;
		padding: 32px 0;
		font-size: 1.6rem;
	}
}
.outline-frameTxt {
	aspect-ratio: 588/353;
}
@media screen and (min-width: 769px) {
	.outline-frameTxt {
		width: 588px;
	}
}
@media screen and (max-width: 768px) {
	.outline-frameTxt {
		width: 100%;
	}
	.outline-frameTxt img {
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}
.outline-frameImg {
	aspect-ratio: 404/353;
}
@media screen and (min-width: 769px) {
	.outline-frameImg {
		width: 404px;
	}
}
@media screen and (max-width: 768px) {
	.outline-frameImg {
		width: 90%;
	}
}
.outline-cv {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
}

.way,
.flow {
	position: relative;
	z-index: 0;
	background-color: #fff;
}
@media screen and (min-width: 769px) {
	.way,
	.flow {
		padding: 120px 0 40px;
	}
}
@media screen and (max-width: 768px) {
	.way,
	.flow {
		padding: 80px 0 0;
	}
}
/* 2026/01/11編集_岡田 */
/* .way::before,
.flow::before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 280px;
	aspect-ratio: 1/1;
	background-image: url(../img/psychiatry/ub-erp-depression-study/bg_object.svg);
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(-80deg);
} */
@media screen and (min-width: 769px) {
	/* .way::before,
	.flow::before {
		top: -300px;
		left: -280px;
		width: 640px;
	} */
}
@media screen and (max-width: 768px) {
	/* .way::before,
	.flow::before {
		top: -100px;
		left: -160px;
		width: 280px;
	} */
}
.way-list {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: -moz-fit-content;
	width: fit-content;
	margin-inline: auto;
}
@media screen and (min-width: 769px) {
	.way-list {
		gap: 40px;
		padding: 64px 0 80px;
	}
}
@media screen and (max-width: 768px) {
	.way-list {
		gap: 32px;
		padding: 32px 0;
	}
}
.way-list::after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 0;
	border-left: 2px dotted #000;
}
@media screen and (min-width: 769px) {
	.way-list::after {
		left: 11%;
		height: 76%;
	}
}
@media screen and (max-width: 768px) {
	.way-list::after {
		left: 48px;
		height: 400px;
	}
}
@media screen and (min-width: 769px) {
	.way-listItem {
		width: 100%;
		aspect-ratio: 80/18;
	}
}
@media screen and (max-width: 768px) {
	.way-listItem {
		width: 327px;
	}
}
.way-cv,
.flow_list-cv {
	display: flex;
	justify-content: center;
}
.form {
	position: relative;
	z-index: 0;
	max-width: 100%;
	background-color: #fff;
}
@media screen and (min-width: 769px) {
	.form {
		padding: 120px 0 40px;
	}
}
@media screen and (max-width: 768px) {
	.form {
		padding: 80px 0 0;
	}
}
/* 2026/01/11編集＿岡田 */
/* .form::after {
	content: '';
	position: absolute;
	z-index: -1;
	aspect-ratio: 1/1;
	background-image: url(../img/psychiatry/ub-erp-depression-study/bg_object.svg);
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(-16deg);
}
@media screen and (min-width: 769px) {
	.form::after {
		top: 40px;
		right: 0;
		width: 640px;
		transform: translateX(100px);
		-webkit-clip-path: inset(0 100px 0 0);
		clip-path: inset(0 100px 0 0);
	}
}
@media screen and (max-width: 768px) {
	.form::after {
		top: 40px;
		right: 0;
		width: 280px;
		transform: translateX(100px);
		-webkit-clip-path: inset(0 100px 0 0);
		clip-path: inset(0 100px 0 0);
	}
} */
.form-txt {
	text-align: center;
}
@media screen and (min-width: 769px) {
	.form-txt {
		padding: 40px 0;
		font-size: 2rem;
	}
}
@media screen and (max-width: 768px) {
	.form-txt {
		padding: 32px 0;
		font-size: 1.8rem;
		line-height: 1.6;
	}
}
.form-frame {
	background-color: #fff;
}
@media screen and (min-width: 769px) {
	.form-frame {
		max-width: 880px;
		margin: 0 auto;
		/* padding: 48px; */
		/* padding: 80px 100px; */
	}
}
@media screen and (max-width: 768px) {
	.form-frame {
		/* padding: 12px; */
		/* padding: 32px 40px; */
	}
}
@media screen and (max-width: 480px) {
	.form-frame {
		/* padding: 12px; */
		/* padding: 20px; */
	}
}

/* 240725 form start */

.Form {
	/* margin-top: 80px; */
	margin-left: auto;
	margin-right: auto;
	/* max-width: 720px; */
}
@media screen and (max-width: 480px) {
	.Form {
		/* margin-top: 40px; */
	}
}
.Form-Item {
	padding-top: 16px;
	padding-bottom: 16px;
	width: 100%;
	/* display: flex; */
	align-items: center;
}
.Form-Item:nth-child(5) {
}
.Form-Item-Label {
	width: 100%;
	/* max-width: 248px; */
	letter-spacing: 0.05em;
	font-weight: bold;
	font-size: 18px;
}
@media screen and (max-width: 768px) {
	.Form-Item-Label {
		max-width: inherit;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		font-size: 15px;
	}
}
/* .Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
} */
@media screen and (max-width: 768px) {
	/* .Form-Item-Label.isMsg {
    margin-top: 0;
  } */
}
.Form-Item-Label-Required {
	border-radius: 4px;
	margin-right: 10px;
	/* padding-top: 8px; */
	/* padding-bottom: 8px; */
	width: 40px;
	display: inline-block;
	text-align: center;
	background: #6a12f4;
	color: #fff;
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	.Form-Item-Label-Required {
		border-radius: 4px;
		padding-top: 2px;
		padding-bottom: 2px;
		width: 32px;
		font-size: 10px;
	}
}

.Form-Item-Input {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding-left: 1em;
	padding-right: 1em;
	height: 48px;
	flex: 1;
	width: 100%;
	margin-top: 10px;
	background: #fff;
	font-size: 18px;
}
@media screen and (max-width: 768px) {
	.Form-Item-Input {
		margin-left: 0;
		height: 40px;
		flex: inherit;
		font-size: 15px;
	}
}
.Form-Item-Textarea {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding-left: 1em;
	padding-right: 1em;
	height: 240px;
	flex: 1;
	margin-top: 10px;
	width: 100%;
	background: #fff;
	font-size: 18px;
}
@media screen and (max-width: 768px) {
	.Form-Item-Textarea {
		margin-top: 18px;
		margin-left: 0;
		height: 200px;
		flex: inherit;
		font-size: 15px;
	}
}
.Form-Btn {
	border-radius: 32px;
	margin: 16px 0 32px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 320px;
	display: block;
	letter-spacing: 0.05em;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
@media screen and (max-width: 425px) {
	.Form-Btn {
		width: 200px;
	}
}

/* checkbox */
.ECM_CheckboxInput {
	padding: 8px 0px 0px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.ECM_CheckboxInput-Input {
	margin: 0;
	width: 0;
	opacity: 0;
}
.ECM_CheckboxInput:hover > .ECM_CheckboxInput-DummyInput {
	background: #fff !important;
	border: solid 2px #333333;
}
.ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput {
	background: #fff !important;
	border: solid 2px #333333;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
	border: solid 2px #333333;
	background: #ffffff;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==') no-repeat center;
	background-size: contain;
}
.ECM_CheckboxInput-DummyInput {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	border: solid 2px #eee;
	background: #ffffff;
	border-radius: 4px;
}
.ECM_CheckboxInput-LabelText {
	margin-left: 4px;
	display: block;
	/* font-size: 18px; */
	font-weight: bold;
}
/* radio */
.ECM_RadioInput {
	padding: 8px 0px 0px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.ECM_RadioInput-Input {
	margin: 0;
	width: 0;
	opacity: 0;
	position: absolute;
}
.ECM_RadioInput:hover > .ECM_RadioInput-DummyInput {
	border: solid 2px #333333;
}
.ECM_RadioInput-Input:focus + .ECM_RadioInput-DummyInput {
	border: solid 2px #333333;
}
.ECM_RadioInput-Input:checked + .ECM_RadioInput-DummyInput {
	border: solid 2px #333333;
	background: #ffffff;
}
/* ラジオボタンがチェックされた時の真ん中の丸（ドット） */
.ECM_RadioInput-Input:checked + .ECM_RadioInput-DummyInput::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	background-color: #333333;
	border-radius: 50%;
}
/* ラジオボタンの外枠（チェックボックスと違い丸くする） */
.ECM_RadioInput-DummyInput {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	border: solid 2px #eee;
	background: #ffffff;
	border-radius: 50%; /* 丸くするための記述 */
	flex-shrink: 0;
}
.ECM_RadioInput-LabelText {
	margin-left: 6px;
	display: block;
	font-weight: bold;
}

/* -------------------------------------------
  「その他」テキストボックスの非アクティブ状態
------------------------------------------- */
.Form-Item-Input:disabled {
	background-color: #f7f7f7;
	color: #999;
	border-color: #eee;
	cursor: not-allowed;
}

/* 240725 form end */

.header {
	position: fixed;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	transition: 0.3s;
	container-type: inline-size;
}
@media screen and (min-width: 769px) {
	.header {
		padding: 20px;
	}
}
@media screen and (max-width: 768px) {
	.header {
		padding: 20px 16px;
		background-color: #fff;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
	}
}
@container (min-width: 301px) {
}
@container (max-width: 300px) {
}
.header-logo {
	aspect-ratio: 693/160;
}
@media screen and (min-width: 769px) {
	.header-logo {
		width: 197px;
	}
}
@media screen and (max-width: 768px) {
	.header-logo {
		width: 132px;
	}
}
.header.bg-white {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.footer {
	background-color: #000;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.footer {
		padding: 35px 0;
	}
}
@media screen and (max-width: 768px) {
	.footer {
		padding: 20px 0;
	}
}
.footer-copy {
	color: #fff;
}
.gNav-list {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: space-between;
}
@media screen and (min-width: 769px) {
	.gNav-list {
		padding: 0 0 0 32px;
	}
}
.gNav-listCv {
	color: #fff;
	min-width: 180px;
}
.gNav-listCv a {
	border-radius: 100px;
	background-color: #000;
	box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	line-height: 1;
	transition: 0.3s;
}
@media screen and (min-width: 769px) {
	.gNav-listCv a {
		padding: 16px 24px;
		border: 2px solid #000;
		white-space: no-wrap;
	}
}
@media screen and (max-width: 768px) {
	.gNav-listCv {
		min-width: 170px;
	}
	.gNav-listCv a {
		padding: 12px 29px;
		font-size: 1.4rem;
	}
}
.gNav-listCv a:hover {
	background-color: #fff;
	color: #000;
}
@media screen and (max-width: 768px) {
	.gNav-listCv-none {
		display: none;
	}
}
@media screen and (max-width: 920px) {
	.gNav-listCv-none {
		display: none;
	}
}
.gNav-listItem {
	display: flex;
	align-items: center;
	flex: auto;
	justify-content: center;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.gNav-listItem {
		display: none;
	}
}
@media screen and (max-width: 920px) {
	.gNav-listItem {
		display: none;
	}
}
.gNav-listItem:last-child::after {
	background-color: transparent;
}
.gNav-listItem-link {
	position: relative;
	display: block;
	margin: auto;
	padding: 12px;
	width: -moz-fit-content;
	width: fit-content;
	color: #222;
	text-decoration: none;
	font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
	.gNav-listItem-link {
		white-space: no-wrap;
	}
}
.gNav-listItem-link:hover {
	text-decoration: none;
}

/*===========================================================================*/
/*  top flow  */
/*===========================================================================*/

.flow_list li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 880px;
	margin: 0 auto;
}

.flow_list li:nth-of-type(1) {
	margin-top: 64px;
}
.flow_list li:nth-of-type(2) {
	margin-top: 40px;
}
.flow_list li:nth-of-type(3) {
	margin-top: 40px;
	margin-bottom: 80px;
}

.flow_list-img {
	width: 180px;
	transform: translateZ(0);
	position: relative;
	z-index: 2;
}
.flow_list li:nth-of-type(3) .flow_list-img {
	padding-top: 7px;
}
.flow_list li:nth-of-type(1) .flow_list-img::before,
.flow_list li:nth-of-type(2) .flow_list-img::before {
	background: url('../img/psychiatry/ub-erp-depression-study/flow-dot.svg') no-repeat center center/contain;
	content: '';
	height: 160px;
	left: calc(50%);
	position: absolute;
	top: 100%;
	width: 2px;
	z-index: -1;
}

.flow_list-txts {
	width: calc(100% - 220px);
}

.flow_list li:nth-of-type(1) .flow_list-txts {
	/* padding-top: 35px; */
}
.flow_list li:nth-of-type(2) .flow_list-txts {
	/* margin-top: 20px; */
}

.flow_list-sub {
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: #6a12f4;
}

.flow_list-head {
	font-weight: 700;
	font-size: 24px;
	margin-top: 10px;
}

.flow_list-txt {
	margin-top: 15px;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.05em;
}

.p-topFlow__btn {
	margin: 70px auto 0;
	box-shadow: 7.2824px 7.2824px 43.6944px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 768px) {
	.p-topFlow {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.p-topFlow__subHead {
		margin-top: 10px;
		font-size: 14px;
	}

	.flow_list li {
		align-items: flex-start;
	}

	.flow_list li:nth-of-type(1) {
		margin-top: 32px;
	}
	.flow_list li:nth-of-type(2) {
		margin-top: 32px;
	}
	.flow_list li:nth-of-type(3) {
		margin-top: 32px;
		margin-bottom: 40px;
	}

	.flow_list-img {
		width: 100px;
	}
	.flow_list li:nth-of-type(3) .flow_list-img {
		padding-top: 0;
	}
	.flow_list li:nth-of-type(1) .flow_list-img::before,
	.flow_list li:nth-of-type(2) .flow_list-img::before {
		background: url('../img/psychiatry/ub-erp-depression-study/flow-dot.svg') no-repeat center center/contain;
		height: 160px;
		top: 50%;
	}
	/* .flow_list li:nth-of-type(2) .flow_list-img::before {
		display: none;
	} */

	.flow_list-txts {
		width: calc(100% - 120px);
	}

	.flow_list li:nth-of-type(1) .flow_list-txts {
		padding-top: 0;
	}
	.flow_list li:nth-of-type(2) .flow_list-txts {
		margin-top: 0;
	}

	.flow_list-sub {
		font-size: 12px;
	}

	.flow_list-head {
		font-size: 18px;
	}

	.flow_list-txt {
		margin-top: 12px;
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 0.05em;
	}

	.p-topFlow__btn {
		margin: 40px auto 0;
	}
}

@media screen and (max-width: 600px) {
	.flow_list li:nth-of-type(1) .flow_list-img::before,
	.flow_list li:nth-of-type(2) .flow_list-img::before {
		background: url('../img/psychiatry/ub-erp-depression-study/flow-dot.svg') no-repeat center center/contain;
		height: 160px;
		top: 100%;
	}
}

@media screen and (max-width: 420px) {
	.flow_list-txts {
		width: calc(100% - 110px);
	}
}

/* FAQ */
.faq {
	position: relative;
	z-index: 0;
	max-width: 100%;
	background-color: #fff;
}
.faq h2 {
	padding-bottom: 64px;
}
.faq-list {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.faq-list-ttl {
	font-size: 2rem;
	font-weight: 700;
	display: flex;
	align-items: baseline;
	gap: 20px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 20px;
}
.faq-list-p {
	display: flex;
	align-items: baseline;
	gap: 20px;
	padding-top: 20px;
}
.faq-list-box dt::before {
	content: 'Q';
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	color: #fff;
	min-width: 48px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
}
.faq-list-box dd::before {
	content: 'A';
	display: flex;
	justify-content: center;
	align-items: center;
	background: #555;
	color: #fff;
	min-width: 48px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	font-size: 2rem;
	font-weight: 700;
}
@media screen and (min-width: 769px) {
	.faq {
		padding: 120px 0 40px;
	}
}
@media screen and (max-width: 768px) {
	.faq {
		padding: 60px 0 60px;
	}
	.faq h2 {
		padding-bottom: 32px;
	}
	.faq-list {
		gap: 32px;
	}
	.faq-list-ttl {
		font-size: 1.8rem;
		gap: 16px;
	}
	.faq-list-p {
		gap: 16px;
	}
	.faq-list-box dt::before {
		min-width: 40px;
		width: 40px;
		height: 40px;
		align-items: normal;
	}
	.faq-list-box dd::before {
		min-width: 40px;
		width: 40px;
		height: 40px;
		font-size: 1.8rem;
		align-items: normal;
	}
}
