@charset "utf-8";

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font: inherit;
  box-sizing: border-box;

  outline: 0;
  border: 0;
  transition: all 0.3s ease;
  text-decoration: none;
}
/*============================
ヘッダー
============================*/
header {
	transition: transform 0.5s 0.3s;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 0.27rem;
	width: 100%;
	max-width: 12.80rem;
	z-index: 2;
}

@media screen and (max-width: 640px) {
	header {
		padding-top: 0.2rem;
		max-width: 100%;
		box-sizing: border-box;
	}
}


header .logo {
	width: 1.38rem;
}
@media screen and (max-width: 640px) {
	header .logo {
		width: 0.85rem;
	}
}

/* --------- 以下、必要に応じて有効化 ---------- */

/* ヘッダーが上に消える
header.hide {
	transform: translateY(-1.50rem);
}
*/

/* スクロールで表示された状態
header.scr {
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
*/

/*============================
共通設定
============================*/
main {
	overflow: clip;
}

/* ページロード時のフェードイン */
body {
	/* opacity: 0; */
	transition: opacity 1s ease-out;
}

.-cover {
	overflow: hidden;
	position: relative;
}

.-cover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

/*============================
背景
============================*/
.deco_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
@media screen and (max-width: 640px) {
	.deco_wrap {
		width: 100vw;
		overflow: hidden;
	}
}

.deco_wrap .deco {
	position: absolute;
	transition: all 0.8s;
}

.deco_wrap .deco.-deco01 {
	width: 9rem;
	height: 10.00rem;
	top: 0.8rem;
	right: calc(50% - 8.6rem);
}
@media screen and (max-width: 640px) {
	.deco_wrap .deco.-deco01 {
		width: 100vw;
		top: -1.1rem;
		right: -2.1rem;
	}
}

.deco_wrap .deco.-deco02 {
	width: 4.00rem;
	height: 4.00rem;
	top: 65%;
	right: calc(50% - 7.50rem);
}
@media screen and (max-width: 640px) {
	.deco_wrap .deco.-deco02 {
		top: 58%;
		width: 50vw;
		height: 50vw;
		right: -0.6rem;
	}
}

.deco_wrap .deco.-deco03 {
	width: 3.00rem;
	height: 3.00rem;
	top: 40%;
	left: calc(50% - 7.50rem);
}
@media screen and (max-width: 640px) {
	.deco_wrap .deco.-deco03 {
		top: 27%;
		width: 40vw;
		height: 40vw;
		left: -0.4rem;
	}
}

.deco_wrap .deco.-deco04 {
	width: 3.00rem;
	height: 2.00rem;
	bottom: 15%;
	left: calc(50% - 7.50rem);
}
@media screen and (max-width: 640px) {
	.deco_wrap .deco.-deco04 {
		bottom: 16%;
		width: 40vw;
		height: 20vw;
		left: -0.4rem;
	}
}

.type01 .-type02,
.type01 .-type03 {
	opacity: 0;
}

.type02 .-type01,
.type02 .-type03 {
	opacity: 0;
}

.type03 .-type01,
.type03 .-type02 {
	opacity: 0;
}


/*============================
KV（設問）
============================*/
.kv {
	position: relative;
}
@media screen and (max-width: 640px) {
	.kv {
		padding-bottom: 0.30rem;
	}
}

.kv .in {
	padding-bottom: 5.55rem;
}
@media screen and (max-width: 640px) {
	.kv .in {
		padding-bottom: 0.3rem;
	}
}

.kv .txt_box {
	font-feature-settings: normal;
	line-height: 1.2;
}

.kv .txt_box .catch {
	padding-top: 1.33rem;
	font-family: "Inter", sans-serif;
	font-size: 0.70rem;
	font-weight: 800;
}
@media screen and (max-width: 640px) {
	.kv .txt_box .catch {
		padding-top: 1.40rem;
		font-size: 0.46rem;
	}
}

.kv .txt_box .sub_catch {
	font-size: 0.40rem;
	font-weight: 700;
	color: #D70027;
}
@media screen and (max-width: 640px) {
	.kv .txt_box .sub_catch {
		font-size: 0.30rem;
		line-height: 1.5;
		padding-top: 0.10rem;
	}
}

.kv .txt_box .txt {
	padding-top: 0.34rem;
	font-size: 0.23rem;
	font-weight: 700;
	line-height: 1.6;
}
@media screen and (max-width: 640px) {
	.kv .txt_box .txt {
		font-size: 0.15rem;
		font-weight: 500;
		padding-top: 0.25rem;
	}
}

.kv .ph {
	border-radius: 0.10rem;
	box-shadow: 0 0.04rem 0.24rem rgba(0,0,0,0.25);
	position: absolute;
}

.kv .ph.-ph01 {
	top: 0.27rem;
	right: -0.80rem;
	width: 5.56rem;
	height: 6.94rem;
}

.kv .ph.-ph02 {
	top: 4.20rem;
	left: -0.80rem;
	width: 4.20rem;
	height: 2.82rem;
}

.kv .ph.-ph03 {
	bottom: 0.65rem;
	left: 3.95rem;
	width: 3.02rem;
	height: 3.81rem;
}

.kv .sp_slides_wrap .slick-track {
	padding: 0.10rem 0;
}

.kv .sp_slides_wrap .slick-slide {
	width: 2.20rem;
	height: 2.20rem;
	margin: 0 0.08rem;
}

.kv .sp_slides_wrap .slick-slide div {
		width: 100%;
	height: 100%;
}

.kv .sp_slides_wrap .slick-slide .slide {
	width: 100%;
	height: 100%;
	border-radius: 0.10rem;
	box-shadow: 0 0 0.10rem rgba(0,0,0,0.10);
}

/*============================
質問
============================*/
.question_wrap .box {
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 0.20rem;
	box-shadow: 0 0.04rem 0.24rem rgba(0,0,0,0.20);
	padding: 0.35rem 1.00rem 1.10rem;
}
@media screen and (max-width: 640px) {
	.question_wrap .box {
		padding: 0.30rem 0.30rem 0.45rem;
		border-radius: 0.10rem;
	}
}

.question_wrap .box .lead {
	font-size: 0.22rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 2;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.question_wrap .box .lead {
		font-size: 0.14rem;
		line-height: 1.5;
	}
}

.question_wrap .box .question_box {
	padding-top: 0.30rem;
}
@media screen and (max-width: 640px) {
	.question_wrap .box .question_box {
		padding-top: 0.20rem;
	}
}

.question_wrap .box .question_box.-step2,
.question_wrap .box .question_box.-step3 {
	display: none;
}


.question_wrap .box .question_box .question_ttl_wrap {
	text-align: center;
}

.question_wrap .box .question_box .question_ttl_wrap .en {
	font-family: "Inter", sans-serif;
	font-size: 0.20rem;
	font-weight: 600;
	color: #999;
	display: inline-flex;
	align-items: center;
}
@media screen and (max-width: 640px) {
	.question_wrap .box .question_box .question_ttl_wrap .en {
		font-size: 0.14rem;
	}
}

.question_wrap .box .question_box .question_ttl_wrap .en::before {
	content: "";
	width: 0.08rem;
	height: 0.08rem;
	background-color: #D70027;
	border-radius: 50%;
	display: inline-block;
	margin-right: 0.09rem;
}
@media screen and (max-width: 640px) {
	.question_wrap .box .question_box .question_ttl_wrap .en::before {
		width: 0.06rem;
		height: 0.06rem;
	}
}

.question_wrap .box .question_box .question_ttl_wrap .question_ttl {
	font-size: 0.50rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	display: block;
	text-align: center;
	padding-top: 0.20rem;
}
@media screen and (max-width: 640px) {
	.question_wrap .box .question_box .question_ttl_wrap .question_ttl {
		font-size: 0.26rem;
		padding-top: 0.10rem;
	}
}

.question_wrap .box .question_box .question_txt {
	padding: 0.70rem 0;
	text-align: center;
	font-size: 0.28rem;
	line-height: 1;
	letter-spacing: 0.05em;
	position: relative;
}
@media screen and (max-width: 640px) {
	.question_wrap .box .question_box .question_txt {
		font-size: 0.18rem;
		line-height: 1.5;
		padding: 0.40rem 0;
		margin-bottom: 0.20rem;
	}
}

.question_wrap .box .question_box .question_txt::before {
	content: "";
	width: 0.82rem;
	height: 0.93rem;
	background-image: url(../img/Q_bg.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 53%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.question_wrap .box .question_box .select_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 0.65rem;
	gap: 0.50rem 0.40rem;
}
@media screen and (max-width: 640px) {
	.question_wrap .box .question_box .select_wrap {
		gap: 0.2rem 0.2rem;
		padding-bottom: 0.40rem;
	}
}

.question_wrap .box .question_box .select_wrap .select_btn {
	height: 0.85rem;
	background-color: #FFF;
	border-radius: 0.50rem;
	box-shadow: 0 0 0.14rem rgba(0,0,0,0.16);
	text-align: center;
	position: relative;
	cursor: pointer;
	transition: all 0.3s;
}
@media screen and (max-width: 640px) {
	.question_wrap .box .question_box .select_wrap .select_btn {
		height: 0.60rem;
	}
}

.question_wrap .box .question_box .select_wrap .select_btn:hover {
	box-shadow: 0 0 0.14rem rgba(0,0,0,0.3);
}

.question_wrap .box .question_box .select_wrap .select_btn .txt {
	font-size: 0.24rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
	.question_wrap .box .question_box .select_wrap .select_btn .txt {
		font-size: 0.16rem;
	}
}

.question_wrap .box .question_box .select_wrap .select_btn .txt span {
	font-size: 0.16rem;
	display: block;
}
@media screen and (max-width: 640px) {
	.question_wrap .box .question_box .select_wrap .select_btn .txt span {
		font-size: 0.12rem;
	}
}

.question_wrap .box .question_box .select_wrap .select_btn.-active {
	color: #FFF;
	font-weight: 700;
}

/* ボタン：2カラム */
.question_wrap .box .question_box .select_wrap.-col2 .select_btn {
	width: 100%;
	max-width: 4.70rem;
}

/* ボタン：3カラム */
.question_wrap .box .question_box .select_wrap.-col3 .select_btn {
	width: 100%;
	max-width: 3.03rem;
}

/* サブ項目あり */
.question_wrap .box .question_box .select_wrap .select_btn.-sub::after {
	content: "";
	width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.09rem solid transparent;
  border-left: 0.09rem solid transparent;
  border-top: 0.10rem solid #1A1A1A;
  border-bottom: 0;
	position: absolute;
	top: 50%;
	right: 0.20rem;
	transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
	.question_wrap .box .question_box .select_wrap .select_btn.-sub::after {
		border-right: 0.05rem solid transparent;
		border-left: 0.05rem solid transparent;
		border-top: 0.07rem solid #1A1A1A;
		right: 0.16rem;
	}
}

.question_wrap .box .question_box .select_wrap .select_btn.-active.-sub::after {
	border-top: 0.10rem solid #FFF;
}
@media screen and (max-width: 640px) {
	.question_wrap .box .question_box .select_wrap .select_btn.-active.-sub::after {
		border-top: 0.07rem solid #FFF;
	}
}

.question_wrap .box .question_box .select_wrap .select_btn.-sub .sub_select_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	padding: 0.20rem;
	z-index: 1;
	background-color: #FFF;
	box-shadow: 0 0 0.24rem rgba(0,0,0,0.16);
	border-radius: 0.16rem;
	font-size: 0.18rem;
	font-weight: 700;
	box-sizing: border-box;
	display: none;
}
@media screen and (max-width: 640px) {
	.question_wrap .box .question_box .select_wrap .select_btn.-sub .sub_select_wrap {
		width: 116%;
		font-size: 0.15rem;
	}
}

.question_wrap .box .question_box .select_wrap .select_btn.-sub .sub_select_wrap .sub_box {
	display: flex;
	flex-wrap: wrap;
	gap: 0.15rem 0;
}


.question_wrap .box .question_box .select_wrap .select_btn.-sub .sub_select_wrap .sub_select {
	background-color: #F2F2F2;
	padding: 0.15rem 0 0.17rem;
	text-align: center;
	width: 100%;
	border-radius: 0.10rem;
	cursor: pointer;
	transition: all 0.3s;
}
.question_wrap .box .question_box .select_wrap .select_btn.-sub .sub_select_wrap .sub_select:hover {
	background-color: #46AB5D;
	color: #FFF;
}


.question_wrap .box .question_box .btn_wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0 0.47rem;
}
@media screen and (max-width: 640px) {
	.question_wrap .box .question_box .btn_wrap {
		gap: 0.30rem 0;
		flex-direction: column-reverse;
	}
}


.question_wrap .box .question_box .btn_wrap .btn {
	width: 100%;
	max-width: 3.80rem;
	position: relative;
	font-size: 0.24rem;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	padding: 0.28rem 0;
	border-radius: 0.40rem;
	box-shadow: 0 0 0.14rem rgba(0,0,0,0.16);
	cursor: pointer;
	transition: all 0.3s;
}
@media screen and (max-width: 640px) {
	.question_wrap .box .question_box .btn_wrap .btn {
		font-size: 0.15rem;
		padding: 0.20rem 0 0.22rem;
		max-width: 2.00rem;
		margin: auto;
	}
	.question_wrap .box .question_box.-step3 .btn_wrap .btn {
		max-width: 2.40rem;
	}
}

.question_wrap .box .question_box .btn_wrap .btn a {
	color: #FFF;
	display: block
}

.question_wrap .box .question_box .btn_wrap .btn button {
	color: #FFF;
	display: block;
  width: 100%;
}

.question_wrap .box .question_box .btn_wrap .btn:hover {
	opacity: 0.7;
}

.question_wrap .box .question_box .btn_wrap .btn.-prev::after {
	content: "";
	width: 0.24rem;
	height: 0.24rem;
	background-image: url(../img/link_arrow_rev.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 0.38rem;
	transform: translateY(-50%);
	transition: all 0.3s;
}
@media screen and (max-width: 640px) {
	.question_wrap .box .question_box .btn_wrap .btn.-prev::after {
		width: 0.16rem;
		height: 0.16rem;
		left: 0.24rem;
	}
}

.question_wrap .box .question_box .btn_wrap .btn.-prev:hover::after {
	left: 0.32rem;
}
@media screen and (max-width: 640px) {
	.question_wrap .box .question_box .btn_wrap .btn.-prev:hover::after {
		left: 0.24rem;
	}
}

.question_wrap .box .question_box .btn_wrap .btn.-next::after {
	content: "";
	width: 0.24rem;
	height: 0.24rem;
	background-image: url(../img/link_arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 0.38rem;
	transform: translateY(-50%);
	transition: all 0.3s;
}
@media screen and (max-width: 640px) {
	.question_wrap .box .question_box .btn_wrap .btn.-next::after {
		width: 0.16rem;
		height: 0.16rem;
		right: 0.24rem;
	}
}

.question_wrap .box .question_box .btn_wrap .btn.-next:hover::after {
	right: 0.32rem;
}
@media screen and (max-width: 640px) {
	.question_wrap .box .question_box .btn_wrap .btn.-next:hover::after {
		right: 0.24rem;
	}
}

.question_wrap .box .question_box .btn_wrap .btn.-red,
.type01 .question_wrap .box .question_box .select_wrap .select_btn.-active {
	background-color: #D70027;
}

.question_wrap .box .question_box .btn_wrap .btn.-gray{
	background-color: #999;
}

.question_wrap .box .question_box .btn_wrap .btn.-blue,
.type02 .question_wrap .box .question_box .select_wrap .select_btn.-active {
	background-color: #2277E0;
}

.question_wrap .box .question_box .btn_wrap .btn.-green,
.type03 .question_wrap .box .question_box .select_wrap .select_btn.-active {
	background-color: #46AB5D;
}

.question_wrap .box .question_box .btn_wrap .btn.-disable {
	background-color: #999 !important;
	color: #CCC !important;
}


/*============================
【共通】SHIFTについて
============================*/
.about {
	padding: 1.10rem 0;
}
@media screen and (max-width: 640px) {
	.about {
		padding: 0.6rem 0;
	}
}

.about .sec_ttl_wrap {
	text-align: center;
}

.about .sec_ttl_wrap .en {
	font-family: "Inter", sans-serif;
	font-size: 0.16rem;
	font-weight: 700;
	color: #D70027;
	letter-spacing: 0.05em;
	display: inline-block;
}
@media screen and (max-width: 640px) {
	.about .sec_ttl_wrap .en {
		font-size: 0.12rem;
	}
}

.about .sec_ttl_wrap .sec_ttl {
	font-size: 0.30rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-top: 0.05rem;
}
@media screen and (max-width: 640px) {
	.about .sec_ttl_wrap .sec_ttl {
		font-size: 0.24rem;
	}
}

.about .list_wrap {
	padding-top: 0.52rem;
}
@media screen and (max-width: 640px) {
	.about .list_wrap {
		padding-top: 0.30rem;
	}
}

.about .list_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
	.about .list_wrap .list {
		gap: 0.2rem 0;
	}
}

.about .list_wrap .list .detail {
	width: 100%;
	max-width: 3.60rem;
}
@media screen and (max-width: 640px) {
	.about .list_wrap .list .detail {
		max-width: 100%;
	}
}

.about .list_wrap .list .detail a {
	display: block;
	position: relative;
}

.about .list_wrap .list .detail a .ph {
	width: 100%;
	height: 2.40rem;
}
@media screen and (max-width: 640px) {
	.about .list_wrap .list .detail a .ph {
		height: 36vw;
	}
}

.about .list_wrap .list .detail a:hover .ph img {
	transform: scale(1.04);
}

.about .list_wrap .list .detail a .ttl {
	width: 100%;
	font-size: 0.25rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.03em;
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
	.about .list_wrap .list .detail a .ttl {
		font-size: 0.20rem;
	}
}

.about .list_wrap .list .detail a .ttl span {
	position: relative;
}

.about .list_wrap .list .detail a .ttl span::before {
	content: "";
	width: 100%;
	height: 0.02rem;
	background-color: #FFF;
	position: absolute;
	bottom: -0.02rem;
	left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

.about .list_wrap .list .detail a:hover .ttl span::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 640px) {
	.about .list_wrap .list .detail a .ttl span::before {
		transform: scale(1, 1);
	}
}

/*============================
footer
============================*/
footer .in .wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #CCC;
	padding-top: 0.25rem;
}
@media screen and (max-width: 640px) {
	footer .in .wrap {
		flex-direction: column;
		gap: 0.2rem 0;
	}
}

footer .in .wrap .logo {
	width: 1.06rem;
}
@media screen and (max-width: 640px) {
	footer .in .wrap .logo {
		width: 1.2rem;
	}
}

footer .in .wrap .list {
	display: flex;
	justify-content: flex-end;
	gap: 0 0.36rem;
}
@media screen and (max-width: 640px) {
	footer .in .wrap .list {
		justify-content: center;
		gap: 0 0.14rem;
	}
}

footer .in .wrap .list .item a {
	font-size: 0.12rem;
	color: #1A1A1A;
	text-decoration: underline;
}
@media screen and (max-width: 640px) {
	footer .in .wrap .list .item a {
		font-size: 0.11rem;
	}
}

footer .in .wrap .list .item a:hover {
	text-decoration: none;
}

footer .in .copyright {
	font-family: "Inter", sans-serif;
	font-size: 0.12rem;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 0.16rem 0 0.25rem;
}
@media screen and (max-width: 640px) {
	footer .in .copyright {
		text-align: center;
		padding-top: 0.20rem;
	}
}


/*============================
情報ページ全般
============================*/
.information {
	width: 100%;
	position: relative;
}

/* 背景 */
.info_deco_wrap {
	position: absolute;
	top: -3.00rem;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}
@media screen and (max-width: 640px) {
	.info_deco_wrap {
		top: -0.30rem;
	}
}

.info_deco_wrap .deco {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.8s;
	opacity: 0.5;
}
@media screen and (max-width: 640px) {
	.info_deco_wrap .deco {
		opacity: 0.3;
	}
}

.info_deco_wrap .deco.-deco01 {
	max-width: 11.50rem;
}
.info_deco_wrap .deco.-deco02 {
	max-width: 13.00rem;
}
.info_deco_wrap .deco.-deco03 {
	max-width: 11.00rem;
}
.info_deco_wrap .deco.-deco04 {
	max-width: 13.00rem;
}

/*============================
KV（情報ページ）
============================*/
.kv_info .in {
	height: 4.00rem;
	position: relative;
}
@media screen and (max-width: 640px) {
	.kv_info .in {
		height: 2.00rem;
	}
}

.kv_info .txt_box {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 0.30rem;
	font-weight: 700;
	font-family: "Inter", sans-serif;
	text-align: center;
}

.kv_info .txt_box .separator {
	width: 100%;
	max-width: 4.00rem;
	height: 1px;
	background-color: #1A1A1A;
	margin: 0.20rem auto;
}

@media screen and (max-width: 640px) {
	.kv_info .txt_box {
		font-size: 0.18rem;
	}
	.kv_info .txt_box .separator {
		max-width: 2.60rem;
		margin: 0.15rem auto;
	}
}

/*============================
選択項目（情報ページ）
============================*/
.info_select_wrap .box {
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 0.20rem;
	box-shadow: 0 0.04rem 0.24rem rgba(0,0,0,0.20);
	padding: 0.35rem 0.40rem 0.40rem;
	position: relative;
}
@media screen and (max-width: 640px) {
	.info_select_wrap .box {
		padding: 0.20rem 0.20rem 0.30rem;
		border-radius: 0.10rem;
		box-shadow: 0 0.04rem 0.14rem rgba(0,0,0,0.20);
	}
}

.info_select_wrap .box {
	position: relative;
}

.info_select_wrap .box .panel_close {
	position: absolute;
	top: 0.45rem;
	right: 0.40rem;
	font-size: 0.13rem;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 0 0.06rem;
	cursor: pointer;
}
@media screen and (max-width: 640px) {
	.info_select_wrap .box .panel_close {
		font-size: 0.11rem;
		top: 0.28rem;
		right: 0.20rem;
	}
}

.info_select_wrap .box .panel_close i {
	width: 0.14rem;
	height: 0.14rem;
	position: relative;
	top: 0.02rem;
}
@media screen and (max-width: 640px) {
	.info_select_wrap .box .panel_close i {
		width: 0.10rem;
		height: 0.10rem;
		top: 0;
	}
}

.info_select_wrap .box .panel_close i::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #999;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.info_select_wrap .box .panel_close i::after {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #999;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) rotate(90deg);
	transition: all 0.3s;
}

.info_select_wrap .box .panel_close.-close i::after  {
	transform: translateX(-50%) rotate(0deg);
}

.info_select_wrap .box .panel_close .open {
	display: none;
}

.info_select_wrap .box .panel_close.-close .open{
	display: inline-block;
}
.info_select_wrap .box .panel_close.-close .close {
	display: none;
}

.info_select_wrap .box .sec_ttl {
	font-size: 0.30rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-top: 0.05rem;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.info_select_wrap .box .sec_ttl {
		font-size: 0.18rem;
		text-align: left;
	}
}

.info_select_wrap .box .wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.30rem 0;
	padding-top: 0.30rem;
	padding-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
	.info_select_wrap .box .wrap {
		flex-direction: column;
	}
}

.info_select_wrap .box .wrap .select_box {
	width: 100%;
	max-width: 5.40rem;
	padding-top: 0.20rem;
	border-top: 1px solid #CCC;
}

.info_select_wrap .box .wrap .select_box.-full {
	max-width: 100%;
}

.info_select_wrap .box .wrap .select_box .ttl {
	text-align: center;
	width: 100%;
	font-size: 0.20rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 0 0.14rem;
	padding-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
	.info_select_wrap .box .wrap .select_box .ttl {
		font-size: 0.18rem;
	}
}

.info_select_wrap .box .wrap .select_box .ttl span {
	font-family: "Inter", sans-serif;
	font-size: 0.14rem;
	font-weight: 600;
	color: #999;
}
@media screen and (max-width: 640px) {
	.info_select_wrap .box .wrap .select_box .ttl span {
		font-size: 0.12rem;
		position: relative;
		top: 0.02rem;
	}
}

.info_select_wrap .box .wrap .select_box .select_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.15rem;
	padding: 0 0.30rem;
}
@media screen and (max-width: 640px) {
	.info_select_wrap .box .wrap .select_box .select_list {
		padding: 0;
	}
}

.info_select_wrap .box .wrap .select_box .select_list .detail {
	min-width: 1.30rem;
	padding: 0.17rem 0.25rem;
	text-align: center;
	border-radius: 0.30rem;
	box-shadow: 0 0 0.14rem rgba(0,0,0,0.16);
	font-size: 0.15rem;
	font-weight: 500;
	background-color: #FFF;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
}
@media screen and (max-width: 640px) {
	.info_select_wrap .box .wrap .select_box .select_list .detail {
		min-width: 0.80rem;
		font-size: 0.12rem;
		padding: 0.15rem 0.175rem 0.17rem;
		box-shadow: 0 0 0.08rem rgba(0,0,0,0.16);
	}
}

.info_select_wrap .box .wrap .select_box .select_list .detail:hover {
	box-shadow: 0 0 0.14rem rgba(0,0,0,0.30);
}

.info_select_wrap .box .wrap .select_box .select_list .detail.-active {
	background-color: #D70027;
	color: #FFF;
}

/* サブ項目あり */
.info_select_wrap .box .wrap .select_box .select_list .detail.-sub {
	padding-right: 0.40rem;
}
@media screen and (max-width: 640px) {
	.info_select_wrap .box .wrap .select_box .select_list .detail.-sub {
		padding-right: 0.30rem;
	}
}

.info_select_wrap .box .wrap .select_box .select_list .detail.-sub::after {
	content: "";
	width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.06rem solid transparent;
  border-left: 0.06rem solid transparent;
  border-top: 0.06rem solid #1A1A1A;
  border-bottom: 0;
	position: absolute;
	top: 50%;
	right: 0.20rem;
	transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
	.info_select_wrap .box .wrap .select_box .select_list .detail.-sub::after {
		border-right: 0.05rem solid transparent;
		border-left: 0.05rem solid transparent;
		border-top: 0.05rem solid #1A1A1A;
		right: 0.12rem;
	}
}

.info_select_wrap .box .wrap .select_box .select_list .detail.-active.-sub::after {
	border-top: 0.06rem solid #FFF;
}

.info_select_wrap .box .wrap .select_box .select_list .detail.-sub .sub_select_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: fit-content;
	min-width: 100%;
	padding: 0.20rem;
	z-index: 1;
	background-color: #FFF;
	box-shadow: 0 0 0.24rem rgba(0,0,0,0.16);
	border-radius: 0.16rem;
	font-size: 0.14rem;
	font-weight: 700;
	box-sizing: border-box;
	display: none;
}
@media screen and (max-width: 640px) {
	.info_select_wrap .box .wrap .select_box .select_list .detail.-sub .sub_select_wrap {
		min-width: 2.00rem;
		width: fit-content;
		font-size: 0.12rem;
	}
}

.info_select_wrap .box .wrap .select_box .select_list .detail.-sub .sub_select_wrap .sub_box {
	display: flex;
	flex-wrap: wrap;
	gap: 0.15rem 0;
}


.info_select_wrap .box .wrap .select_box .select_list .detail.-sub .sub_select_wrap .sub_select {
	background-color: #F2F2F2;
	padding: 0.15rem 0 0.17rem;
	text-align: center;
	width: 100%;
	border-radius: 0.10rem;
	cursor: pointer;
	transition: all 0.3s;
}

.info_select_wrap .box .wrap .select_box .select_list .detail.-sub.-active .sub_select_wrap .sub_select {
	color: #1A1A1A;
}

.info_select_wrap .box .wrap .select_box .select_list .detail.-sub .sub_select_wrap .sub_select:hover {
	background-color: #D70027;
	color: #FFF;
}

/*============================
メインコンテンツ（情報ページ）
============================*/
.contents_wrap {
	position: relative;
	padding-top: 2.00rem;
}
@media screen and (max-width: 640px) {
	.contents_wrap {
		padding-top: 0.60rem;
	}
}

.contents_wrap .in {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: flex-start;
}
@media screen and (max-width: 640px) {
	.contents_wrap .in {
		flex-direction: column;
	}
}

/* サイドバー */
.contents_wrap .sidebar {
	width: 100%;
	max-width: 2.49rem;
	position: sticky;
	top: 0.30rem;
	right: 0;
	margin-left: auto;
	background-color: #FFF;
	border-radius: 0.20rem;
	box-shadow: 0 0 0.14rem rgba(0,0,0,0.16);
	padding: 0.20rem;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	.contents_wrap .sidebar {
		position: static;
		max-width: 100%;
		width: 100%;
		box-shadow: none;
		background-color: rgba(232, 232, 232, 0.5);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		margin-bottom: 0.6rem;
		border-radius: 0.10rem;
	}
}

.contents_wrap .sidebar .ttl {
	font-family: "Inter", sans-serif;
	font-size: 0.20rem;
	font-weight: 600;
	letter-spacing: 0;
	padding-bottom: 0.14rem;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.contents_wrap .sidebar .ttl {
		font-size: 0.16rem;
	}
}

.contents_wrap .sidebar .list {
	line-height: 2.5;
	font-size: 0.14rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}

.contents_wrap .sidebar .list .link {
	cursor: pointer;
}

.contents_wrap .sidebar .list .link::before {
	content: "";
	width: 0.06rem;
	height: 0.06rem;
	border-radius: 50%;
	background-color: #CCC;
	position: relative;
	margin-right: 0.09rem;
	top: -0.01rem;
	display: inline-block;
	transition: all 0.3s;
}

.contents_wrap .sidebar .list .link.-active::before {
	background-color: #D70027;
}

/* 個別コンテンツ */
.contents_wrap .left_box {
	width: 100%;
	max-width: 9.00rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.70rem 0;
}
@media screen and (max-width: 640px) {
	.contents_wrap .left_box {
		gap: 0.80rem 0;
	}
}

.contents_wrap .contents_box .header {
	padding-bottom: 0.23rem;
	margin-bottom: 0.40rem;
	border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 640px) {
	.contents_wrap .contents_box .header {
		padding-bottom: 0.15rem;
		margin-bottom: 0.20rem;
	}
}

.contents_wrap .contents_box .header .cat_wrap {
	display: flex;
	align-items: center;
	gap: 0 0.14rem;
	padding-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
	.contents_wrap .contents_box .header .cat_wrap {
		padding-bottom: 0.10rem;
	}
}

.contents_wrap .contents_box .header .cat_wrap .cat {
	font-size: 0.16rem;
	font-weight: 500;
}
@media screen and (max-width: 640px) {
	.contents_wrap .contents_box .header .cat_wrap .cat {
		font-size: 0.13rem;
	}
}

.contents_wrap .contents_box .header .cat_wrap .cat span {
	display: inline-flex;
	align-items: center;
	gap: 0 0.11rem;
}
@media screen and (max-width: 640px) {
	.contents_wrap .contents_box .header .cat_wrap .cat span {
		gap: 0 0.08rem;
	}
}

.contents_wrap .contents_box .header .cat_wrap .cat span::before {
	content: "";
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	background-color: #D70027;
	position: relative;
	top: 0.01rem;
}
@media screen and (max-width: 640px) {
	.contents_wrap .contents_box .header .cat_wrap .cat span::before {
		width: 0.06rem;
		height: 0.06rem;
	}
}

.contents_wrap .contents_box .header .cat_wrap .select {
	background-color: #D70027;
	padding: 0.08rem 0.20rem 0.10rem;
	border-radius: 0.30rem;
	font-size: 0.15rem;
	font-weight: 700;
	color: #FFF;
	position: relative;
	top: 0.02rem;
}
@media screen and (max-width: 640px) {
	.contents_wrap .contents_box .header .cat_wrap .select {
		font-size: 0.11rem;
		padding: 0.04rem 0.10rem 0.06rem;
	}
}

.contents_wrap .contents_box .header .contents_ttl {
	font-size: 0.30rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}
@media screen and (max-width: 640px) {
	.contents_wrap .contents_box .header .contents_ttl {
		font-size: 0.22rem;
		line-height: 1.5;
	}
}

.contents_wrap .contents_box .intro {
	padding-bottom: 0.40rem;
}

.contents_wrap .contents_box .intro.-flex {
	display: flex;
	gap: 0 0.24rem;
	flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
	.contents_wrap .contents_box .intro.-flex {
		flex-direction: column;
		gap: 0.2rem 0;
	}
}

.contents_wrap .contents_box .intro .ph {
	width: 100%;
	max-width: 3.50rem;
}
@media screen and (max-width: 640px) {
	.contents_wrap .contents_box .intro .ph {
		max-width: 100%;
	}
}

.contents_wrap .contents_box .intro .ttl {
	width: 100%;
	font-size: 0.24rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	padding-bottom: 0.15rem;
}

.contents_wrap .contents_box .intro .txt_wrap{
  flex: 1;
}

.contents_wrap .contents_box .intro .txt_wrap .ph{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem;
  width: 100%;
  max-width: 100%;
  margin-top: 0.1rem;
  margin-bottom: 0.25rem;
}

.contents_wrap .contents_box .intro .txt {
	font-size: 0.15rem;
	line-height: 2;
	letter-spacing: 0.03em;
	flex: 1;
}

.contents_wrap .contents_box .kakomi_wrap {
	background-color: #E4EFF7;
	padding: 0.15rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
	.contents_wrap .contents_box .kakomi_wrap {
		flex-direction: column;
		gap: 0.2rem 0;
		padding: 0.2rem;
	}
}

.contents_wrap .contents_box .kakomi_wrap .kakomi_ttl {
	width: 2.20rem;
	font-size: 0.16rem;
	font-weight: 700;
	line-height: 1.7;
	padding-left: 0.20rem;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	.contents_wrap .contents_box .kakomi_wrap .kakomi_ttl {
		width: 100%;
		text-align: left;
	}
}

.contents_wrap .contents_box .kakomi_wrap .list {
	width: calc(100% - 2.20rem);
	background-color: #FFF;
	padding: 0.15rem;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 640px) {
	.contents_wrap .contents_box .kakomi_wrap .list {
		width: 100%;
	}
}

.contents_wrap .contents_box .kakomi_wrap .list .txt {
	font-size: 0.15rem;
	line-height: 1.7;
	letter-spacing: 0.03em;
	min-width: 40%;
}
@media screen and (max-width: 640px) {
	.contents_wrap .contents_box .kakomi_wrap .list .txt {
		min-width: 100%;
		font-size: 0.13rem;
		font-weight: 500;
		letter-spacing: 0;
	}
}

.contents_wrap .contents_box .kakomi_wrap .list .txt::before {
	content: "";
	width: 0.06rem;
	height: 0.06rem;
	background-color: #D70027;
	border-radius: 50%;
	display: inline-block;
	margin-right: 0.08rem;
	position: relative;
	top: -0.015rem;
}

/* .topics_wrap */
.contents_wrap .contents_box .topics_wrap {
	margin-top: 0.40rem;
	background-color: #F2F2F2;
	padding: 0.30rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.15rem 0;
}

.contents_wrap .contents_box .topics_wrap .ttl {
	width: 100%;
	font-family: "Inter", sans-serif;
	font-size: 0.20rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	position: relative;
}
@media screen and (max-width: 640px) {
	.contents_wrap .contents_box .topics_wrap .ttl {
		font-size: 0.16rem;
	}
}

.contents_wrap .contents_box .topics_wrap .ttl::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #CCC;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 0;
}

.contents_wrap .contents_box .topics_wrap .ttl span {
	display: inline-block;
	padding-right: 0.10rem;
	background-color: #F2F2F2;
	position: relative;
	z-index: 1;
}

.contents_wrap .contents_box .topics_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 0.15rem;
	line-height: 1.7;
}
@media screen and (max-width: 640px) {
	.contents_wrap .contents_box .topics_wrap .list {
		font-size: 0.13rem;
		line-height: 1.65;
	}
}

.contents_wrap .contents_box .topics_wrap .list .date {
	width: 1.20rem;
}
@media screen and (max-width: 640px) {
	.contents_wrap .contents_box .topics_wrap .list .date {
		width: 100%;
		font-size: 0.11rem;
	}
}

.contents_wrap .contents_box .topics_wrap .list .txt {
	width: calc(100% - 1.20rem);
}
@media screen and (max-width: 640px) {
	.contents_wrap .contents_box .topics_wrap .list .txt {
		width: 100%;
		font-weight: 500;
	}
}

/* 職種 */
.contents_wrap .contents_box .job_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 0.60rem 0;
}

.contents_wrap .contents_box .job_wrap .job_box {
	width: 100%;
}

.contents_wrap .contents_box .job_wrap .job_box .job_ttl_wrap {
	padding-bottom: 0.10rem;
}

.contents_wrap .contents_box .job_wrap .job_box .job_ttl_wrap a {
	display: flex;
	align-items: center;
	gap: 0 0.12rem;
}

.contents_wrap .contents_box .job_wrap .job_box .job_ttl_wrap a .icon {
	width: 0.36rem;
	height: 0.36rem;
}
@media screen and (max-width: 640px) {
	.contents_wrap .contents_box .job_wrap .job_box .job_ttl_wrap a .icon {
		width: 0.24rem;
		height: 0.24rem;
	}
}

.contents_wrap .contents_box .job_wrap .job_box .job_ttl_wrap a .job_ttl {
	font-size: 0.24rem;
	font-weight: 700;
	color: #1A1A1A;
}
@media screen and (max-width: 640px) {
	.contents_wrap .contents_box .job_wrap .job_box .job_ttl_wrap a .job_ttl {
		font-size: 0.18rem;
	}
}

.contents_wrap .contents_box .job_wrap .job_box .job_ttl_wrap a .job_ttl span {
	display: inline-flex;
	align-items: center;
	gap: 0 0.08rem;
}

.contents_wrap .contents_box .job_wrap .job_box .job_ttl_wrap a .job_ttl span::after {
	content: "";
	width: 0.22rem;
	height: 0.22rem;
	background-image: url(../img/link_arrow_round.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}
@media screen and (max-width: 640px) {
	.contents_wrap .contents_box .job_wrap .job_box .job_ttl_wrap a .job_ttl span::after {
		width: 0.16rem;
		height: 0.16rem;
	}
}

.contents_wrap .contents_box .job_wrap .job_box .txt {
	font-size: 0.15rem;
	letter-spacing: 0.03em;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	.contents_wrap .contents_box .job_wrap .job_box .txt {
		font-size: 0.14rem;
		line-height: 1.875;
	}
}

.contents_wrap .contents_box .job_wrap .job_box .info_list_wrap {
	padding: 0.30rem 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.15rem 0;
}

.contents_wrap .contents_box .job_wrap .job_box .info_list_wrap .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}

.contents_wrap .contents_box .job_wrap .job_box .info_list_wrap .list .info_ttl {
	width: 1.10rem;
	text-align: center;
	line-height: 1;
	font-size: 0.15rem;
	letter-spacing: 0.03em;
	border: 1px solid #1A1A1A;
	padding: 0.06rem 0;
	border-radius: 0.30rem;
}
@media screen and (max-width: 640px) {
	.contents_wrap .contents_box .job_wrap .job_box .info_list_wrap .list .info_ttl {
		font-size: 0.12rem;
		width: 0.80rem;
	}
}

.contents_wrap .contents_box .job_wrap .job_box .info_list_wrap .list .info_txt {
	width: calc(100% - 1.50rem);
	font-size: 0.15rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.7;
}
@media screen and (max-width: 640px) {
	.contents_wrap .contents_box .job_wrap .job_box .info_list_wrap .list .info_txt {
		width: calc(100% - 1.00rem);
		font-size: 0.14rem;
		padding-top: 0.02rem;
	}
}

.contents_wrap .contents_box .job_wrap .job_box .more_btn {
	width: 100%;
	max-width: 2.70rem;
}
@media screen and (max-width: 640px) {
	.contents_wrap .contents_box .job_wrap .job_box .more_btn {
		margin: auto;
	}
}

.contents_wrap .contents_box .job_wrap .job_box .more_btn a {
	display: block;
	background-color: #D70027;
	padding: 0.20rem 0 0.22rem;
	padding-right: 0.20rem;
	text-align: center;
	font-size: 0.16rem;
	font-weight: 700;
	color: #FFF;
	position: relative;
	border-radius: 0.30rem;
	box-shadow: 0 0 0.14rem rgba(0,0,0,0.16);
}
@media screen and (max-width: 640px) {
	.contents_wrap .contents_box .job_wrap .job_box .more_btn a {
		font-size: 0.15rem;
	}
}

.contents_wrap .contents_box .job_wrap .job_box .more_btn a:hover {
	background-color: #1A1A1A;
}

.contents_wrap .contents_box .job_wrap .job_box .more_btn a::after {
	content: "";
	width: 0.18rem;
	height: 0.18rem;
	background-image: url(../img/link_arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 0.20rem;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.contents_wrap .contents_box .job_wrap .job_box .more_btn a:hover::after {
	right: 0.16rem;
}

.contents_wrap .contents_box .job_wrap .job_box .caption {
	padding-top: 0.15rem;
	font-size: 0.14rem;
	font-weight: 500;
}
@media screen and (max-width: 640px) {
	.contents_wrap .contents_box .job_wrap .job_box .caption {
		font-size: 0.12rem;
		text-align: center;
	}
}

.contents_wrap .contents_box .job_wrap .job_box .caption a {
	color: #D70027;
	text-decoration: underline;
}

.contents_wrap .contents_box .job_wrap .job_box .caption a:hover {
	text-decoration: none;
}