@charset "UTF-8";
/* CSS Document */

body {
	background: #fff;
}

* {
	font-family: "Jost", "Noto Sans JP", serif;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

p {
  width: 100%;
	height: auto;
	font-size: 16px;
	margin: 0 0 0.5em;
	padding: 0;
}
p:last-child {
	margin: 0;
}



/******************************
	.contents
******************************/

.contents {
	width: 100%;
	max-width: 834px;
	height: auto;
	position: relative;
	margin: 0 auto;
	padding: 56px 0 0;
	overflow: hidden;
}



/******************************
	.cv
******************************/

.cv {
	width: 100%;
	height: 500px;
	background-image: url("/assets/images/cv_bk.png");
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
}
.cv .copy {
	width: 100%;
	max-width: 340px;
	height: auto;
	margin: 0 auto;
	padding: 40px 16px 16px;
	display: block;
}
.cv .copy h2 {
	width: 100%;
	height: auto;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0 0 16px;
	padding: 0;
	display: block;
	text-shadow: 
		 2px  2px 1px #ffffff,
		-2px  2px 1px #ffffff,
		 2px -2px 1px #ffffff,
		-2px -2px 1px #ffffff,
		 2px  0px 1px #ffffff,
		 0px  2px 1px #ffffff,
		-2px  0px 1px #ffffff,
		 0px -2px 1px #ffffff; 
}
.cv .copy h2 strong {
	color: #124190;
	font-weight: 600;
}
.cv .copy p {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	display: block;
	text-shadow: 
		 2px  2px 1px #ffffff,
		-2px  2px 1px #ffffff,
		 2px -2px 1px #ffffff,
		-2px -2px 1px #ffffff,
		 2px  0px 1px #ffffff,
		 0px  2px 1px #ffffff,
		-2px  0px 1px #ffffff,
		 0px -2px 1px #ffffff; 
}
.cv_box {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 24px 16px;
	display: grid;
	gap: 12px;
}
.cv_box .cv_btn {
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 0;
	display: block;
	border-radius: 4px;
}
.cv_box .cv_btn.tell {
	background: linear-gradient(to bottom, #CB0000 0%, #6C0000 100%);
}
.cv_box .cv_btn.form {
	background: linear-gradient(to bottom, #0A54CF 0%, #001B4E 100%);
}
.cv_box .cv_btn .inner {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
}
.cv_box .cv_btn .inner span {
	width: 100%;
	height: auto;
	color: #fff;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	display: block;
}
.cv_box .cv_btn .inner .sub {
	font-size: 14px;
	margin: 16px 0 6px;
}
.cv_box .cv_btn .inner .text {
	font-size: 14px;
	margin: 0;
}
.cv_box .cv_btn .inner .text .material-symbols-outlined {
	font-size: 28px;
	display: inline;
	margin-right: 8px;
}
.cv_box .cv_btn.tell .inner .text .material-symbols-outlined {
	vertical-align: -4px;
}
.cv_box .cv_btn.form .inner .text .material-symbols-outlined {
	vertical-align: -6px;
}
.cv_box .cv_btn.tell .inner .text {
	font-size: 28px;
}
.cv_box .cv_btn.form .inner .text {
	font-size: 22px;
}



/******************************
	header
******************************/

header {
	width: 100%;
	height: 56px;
	display: block;
	background: #fff;
	margin: 0;
	padding: 8px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.header_logo {
	width: auto;
	height: 40px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 8px;
	left: 16px;
	margin: 0;
	padding: 0;
}
.header_logo img {
	width: auto;
	height: 100%;
}

/*--------------------
	.header_cv_btn 
--------------------*/
.header_cv_btn {
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	margin: 0;
	padding: 5px;
	position: absolute;
	top: 8px;
}
.header_cv_btn.tell {
	background: linear-gradient(to bottom, #CB0000 0%, #6C0000 100%);
	right: 56px;
}
.header_cv_btn.form {
	background: linear-gradient(to bottom, #0A54CF 0%, #001B4E 100%);
	right: 104px;
}
.menu_cv {
	background: #fff;
}

/*--------------------
	.el_humburger 
--------------------*/
.el_humburger {
	width: 40px;
	height: 40px;
	color: #333;
	text-align: center;
	line-height: 0;
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
	border-radius: 4px;
	position: absolute;
	top: 8px;
	right: 8px;
	margin: 0;
	padding: 13px 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 20;
	cursor: pointer;
	pointer-events: auto;
}
.el_humburger_wrapper {
	width: 16px;
	display: inline-block;
}
.el_humburger_text {
	font-size: 12px;
	letter-spacing: 0.1em;
}
.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
	display: none;
}
.el_humburger_text.el_humburger_text__close {
	display: none;
}
.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
	display: block;
}
.el_humburger span.el_humburger_bar {
	display: block;
	width: 100%;
	margin: 0 auto 4px;
	height: 2px;
	background: #333;
	border-radius: 1px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.js_humburgerOpen .el_humburger {
	padding: 10px 12px;
}
.el_humburger span.el_humburger_bar:last-child {
	margin-bottom: 0;
}
.js_humburgerOpen .el_humburger span.el_humburger_bar {
	background: #333;
	margin: 0 auto 8px;
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
	-webkit-transform: translateY(9px) rotate(-45deg);
	-ms-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
	opacity: 0;
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
	-webkit-transform: translateY(-11px) rotate(45deg);
	-ms-transform: translateY(-11px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
}
.el_humburgerButton.el_humburgerButton__close {
	top: 2%;
	right: 2%;
}
.el_humburgerButton__close span.el_humburger_bar {
	display: block;
	width: 35px;
	margin: 0 auto;
	height: 4px;
	background: #333;
}
.el_humburgerButton__close span.el_humburger_bar.top {
	-webkit-transform: translateY(5px) rotate(-45deg);
	-ms-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
}
.el_humburgerButton__close span.el_humburger_bar.bottom {
	-webkit-transform: translateY(-6px) rotate(45deg);
	-ms-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}

/*--------------------
	.navi 
--------------------*/
.navi {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
	transform:translateZ(0) translateX(100%);
	overflow: auto;
}
.js_humburgerOpen .navi {
	transform:translateZ(0) translateX(0);
}
.navi_inner {
	width: 100%;
	height: auto;
	background: #eee;
	position:relative;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1px;
}

/*--------------------
	.navi_item 
--------------------*/
.navi_item {
	width: 100%;
	min-height: 64px;
	position:relative;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.navi_item::before {
	content: "";
	width: 4px;
	height: calc(100% - 8px);
	background: #124190;
	border-radius: 2px;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 2;
}
.navi_item .link {
	width: 100%;
	height: 64px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	margin: 0;
	padding: 0 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
.navi_item.top,.navi_item.top .link:first-child {
	height: 56px;
	min-height: 56px;
}
.navi_item .link .text {
	width: 100%;
	height: auto;
}
.navi_item .link .text .sub {
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 1.5;
	display: block;
}
.navi_item.op_innerLink {
		cursor: pointer;
}
@media screen and (max-width: 840px) {
	.navi_item {
		margin-left: 0;
		font-size: 18px;
	}
}

/*--------------------
	.el_spChildNavOpen 
--------------------*/
.el_spChildNavOpen {
	width: 56px;
	height: 64px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	z-index: 20;
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.js_openParent.js_fire > .el_spChildNavOpen {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.js_openParent.js_fire > .el_spChildNavOpen > .el_spChildNavOpen_wrapper:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 0;
}
.el_spChildNavOpen_wrapper {
	position: relative;
	width: 16px;
	height: 16px;
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center; 
}
.el_spChildNavOpen_wrapper:before {
	content: "";
  width: 8px;
  height: 8px;
  border-right: solid 2px #999;
  border-top: solid 2px #999;
  display: block;
  position: absolute;
  top: 3px;
  right: 4px;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
}

/*--------------------
	.nav_child 
--------------------*/
.nav_child {
  padding-top: 64px;
	background: #fff;
}
.nav_child_item {
	width: 100%;
	height: 56px;
  position: relative;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.nav_child_item > a {
	width: 100%;
	height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.nav_child_item > a dl {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
  margin: 0;
	padding: 0 0 0 24px;
}
.nav_child_item > a dl dt {
	width: 2em;
	height: 40px;
	color: #124190;
	font-size: 16px;
	line-height: 40px;
	text-align: left;
	border-right: 2px solid #124190;
}
.nav_child_item > a dl dd {
	width: calc(100% - 2em);
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	padding: 0 0 0 1em;
}
.nav_child_item > a dl dd strong {
	color: #124190;
	font-weight: 600;
}
.nav_child_item:last-child {
  margin-bottom: 0px;
}

.js_openSwitch {
  cursor: pointer;
}
.js_openTarget {
  display: none;
}



/******************************
	footer
******************************/

footer {
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
	display: block;
	margin: 0;
	padding: 16px 16px 0;
}
footer .linklist {
	width: 100%;
	height: auto;
	text-align: center;
	display: block;
	margin: 0;
	padding: 0;
}
footer .linklist li {
	width: fit-content;
	display: inline-block;
	margin: 0 16px;
}
footer .linklist li a {
	font-size: 12px;
}
footer .linklist li a .material-symbols-outlined {
	font-size: 12px;
	line-height: 1;
	vertical-align: -2px;
	margin-left: 2px;
}
footer .copyright {
	width: 100%;
	height: auto;
	font-size: 12px;
	text-align: center;
	display: block;
	margin: 0;
	padding: 16px;
}



/******************************
	.ankerlink
******************************/

.ankerlink {
	width: 100%;
	margin-top: -56px;
	padding-top: 56px;
}



/******************************
	.kv
******************************/

.kv {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
}
.kv h1 {
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	display: block;
	margin: 0;
	padding: 0;
}
.kv h1 img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
}



/******************************
	.sec
******************************/

.sec {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.sec .sec_inner {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.sec01 .sec_inner {
	padding: 0 16px 40px;
}
.sec02 .sec_inner {
	padding: 32px 16px;
}
.sec03 .sec_inner {
	padding: 32px 16px 40px;
}
.sec04 .sec_inner {
	padding: 40px 16px;
}
.sec05 .sec_inner {
	padding: 0 16px 40px;
}
.sec06 .sec_inner {
	padding: 0 16px 56px;
}
.sec07 .sec_inner {
	padding: 40px 16px 56px;
}
.sec h2 {
	width: 100%;
	height: auto;
  display: inline-block;
  margin: 0;
  padding: 24px 16px;
  background: #000000;
}
.sec h2 .inner {
  width: 100%;
	height: auto;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.05em;
	display: block;
	margin: 0;
	padding: 0;
}
.sec h2 .inner .sub {
  width: 100%;
	height: auto;
	font-size: 16px;
	margin: 0 0 8px;
	display: block;
}
.sec .read_box {
  width: 100%;
	height: auto;
	display: block;
	margin: 32px auto;
	padding: 0 16px;
}
.sec .read_box h3 {
	width: 100%;
  font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 16px;
}
.sec .read_box h3 .red {
	width: fit-content;
	height: auto;
	color: #dd0000;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.1em;
	position: relative;
	margin: 0 auto 32px;
	padding: 0 0 0 0.1em;
}
.sec .read_box .strong big {
	color: #dd0000;
	font-weight: 600;
}
.sec .text_box {
  width: 100%;
	height: auto;
	display: block;
}
.sec .text_box p {
  width: 100%;
	height: auto;
	font-size: 16px;
	margin: 0 0 0.5em;
	padding: 0;
}
.sec .text_box p:last-child {
	margin: 0;
}



/******************************
	.trouble
******************************/

.trouble {
	width: 100%;
	height: 480px;
	background-image: url("/assets/images/sec0101.png");
	background-position: bottom center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 16px;
}
.trouble .inner {
	width: 100%;
	max-width: 340px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: grid;
	gap: 12px;
}
.trouble .inner .text {
	width: fit-content;
	height: auto;
	font-size: 16px;
	font-weight: 500;
	background: rgba(204,233,227,0.8);
	margin: 0;
	padding: 12px;
	border-radius: 4px;
}
.trouble .inner .text.text01 {
	margin-left: 72px;
}
.trouble .inner .text.text02 {
	margin-left: 16px;
}
.trouble .inner .text.text03 {
	margin-left: 48px;
}
.trouble .inner .text.text04 {
	margin-left: 0px;
}
.trouble .inner .text.text05 {
	margin-left: 48px;
}



/******************************
	.ankerlink_box
******************************/

.ankerlink_box {
	width: 100%;
	height: auto;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
}
.ankerlink_box .link_box {
	width: 100%;
	height: 72px;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
	position: relative;
}
.ankerlink_box .link_box a {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 16px;
	position: absolute;
	top: 0;
	left: 0;
}
.ankerlink_box .link_box a dl {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
}
.ankerlink_box .link_box a dl dt {
	width: 2em;
	height: 56px;
	color: #124190;
	font-size: 20px;
	line-height: 56px;
	text-align: left;
	border-right: 2px solid #124190;
}
.ankerlink_box .link_box a dl dd {
	width: calc(100% - 2em);
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	padding: 0 0 0 1em;
}
.ankerlink_box .link_box a dl dd strong {
	color: #124190;
	font-weight: 600;
}
.ankerlink_box .link_box a .material-symbols-outlined {
	width: 16px;
	height: 16px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-indent: -1px;
	line-height: 16px;
	background: #124190;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 8px);
	right: 8px;
}



/******************************
	.reason_box
******************************/

.reason_box {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 32px 0;
}
.reason_box h3 {
	width: 100%;
	height: auto;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin: 0;
	padding: 0;
}
.reason_box h3 strong {
	color: #124190;
	font-weight: 600;
}
.reason_box h3 .num {
	width: 52px;
	height: 72px;
	color: #124190;
	font-size: 40px;
	font-weight: 600;
	margin: 0 auto 24px;
	display: block;
	border-bottom: 2px solid #124190;
}
.reason_box figure {
	width: 100%;
	height: auto;
	margin: 24px 0;
	padding: 0;
	display: block;
}
.reason_box figure img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
}
.reason_box h4 {
	width: 100%;
	height: auto;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 16px;
	padding: 0;
	display: block;
}
.reason_box h4 strong {
	color: #124190;
	font-weight: 600;
}



/******************************
	.loan_table
******************************/

.loan_table {
	width: 100%;
	height: auto;
	background: #fff;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}
.loan_table th,.loan_table td {
	width: 20%;
	height: 48px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.25;
	border: 1px solid #ccc;
	padding: 0;
}
.loan_table th {
	font-weight: 400;
	background: #f5f5f5;
}
.loan_table .here th {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	background: #ef2525;
	border: 2px solid #ef2525;
}
.loan_table .here td {
	color: #ef2525;
	font-size: 14px;
	font-weight: 500;
	background: #fff7c1;
	border: 2px solid #ef2525;
}



/******************************
	.lineup_box
******************************/

.lineup_box {
	width: 100%;
	height: auto;
	background: #f5f5f5;
	border-radius: 4px;
	margin: 0 0 16px;
	padding: 0;
	display: block;
	position: relative;
	overflow: hidden;
}
.lineup_box figure {
	width: 100%;
	height: 200px;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.lineup_box figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.lineup_box .ribbon {
	width: 100%;
	height: 32px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 32px;
	background: #124190;
	display: block;
	margin: 0;
	padding: 0;
}
.lineup_box .text_box {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 16px;
}
.lineup_box .text_box h3 {
	width: 100%;
	height: auto;
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin: 0 0 8px;
	padding: 0;
}
.lineup_box .text_box h3 strong {
	width: 100%;
	height: auto;
	color: #124190;
	font-weight: 600;
}
.lineup_box .text_box .info {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	gap: 4px 0;
}
.lineup_box .text_box .info dl {
	width: 50%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
.lineup_box .text_box .info.column01 dl {
	width: 100%;
}
.lineup_box .text_box .info.column02 dl {
	width: 50%;
}
.lineup_box .text_box .info dt {
	width: 5em;
	height: auto;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 0 1em 0 0;
	position: relative;
}
.lineup_box .text_box .info dt::after {
	content: "：";
	width: 1em;
	height: 1em;
	font-size: 14px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.lineup_box .text_box .info dd {
	width: calc(100% - 5em);
	height: auto;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.lineup_box .text_box .price_box {
	width: 100%;
	height: 40px;
	background: #fff;
	border: 2px solid;
	border-radius: 4px;
	margin: 8px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lineup_box .text_box .price_box.gray {
	border-color: #999999;
}
.lineup_box .text_box .price_box.blue {
	border-color: #124190;
}
.lineup_box .text_box .price_box dt,
.lineup_box .text_box .price_box dd {
	width: 50%;
	height: 100%;
	line-height: 36px;
	text-align: center;
}
.lineup_box .text_box .price_box dt {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.lineup_box .text_box .price_box.gray dt {
	background: #999999;
}
.lineup_box .text_box .price_box.blue dt {
	background: #124190;
}
.lineup_box .text_box .price_box.gray dd {
	color: #999999;
	font-size: 18px;
	font-weight: 600;
}
.lineup_box .text_box .price_box.blue dd {
	color: #ef2525;
	font-size: 20px;
	font-weight: 600;
}
.lineup_box .text_box .price_box dd small {
	font-size: 14px;
}
.lineup_box.staff_box {
	margin: 64px 0 0;
	padding: 56px 0 0;
	overflow: inherit;
}
.lineup_box.staff_box .staff_icon {
	width: 104px;
	height: 104px;
	border-radius: 50%;
	position: absolute;
	top: -52px;
	left: calc(50% - 52px);
}
.lineup_box.staff_box .text_box .name {
	width: 100%;
	height: auto;
	font-size: 24px;
	text-align: center;
	display: block;
	margin: 0 0 16px;
	padding: 0;
}
.lineup_box.staff_box .text_box .name .copy {
	width: 100%;
	height: auto;
	font-size: 14px;
	display: block;
	margin: 0 0 4px;
	padding: 0;
}
.lineup_box.staff_box .text_box .column01 {
	margin: 4px 0 0;
}



/******************************
	.step_box
******************************/

.step_box {
	width: 100%;
	height: 96px;
	margin: 0 0 16px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}
.step_box figure {
	width: 96px;
	height: 96px;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.step_box figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.step_box .text_box {
	width: calc(100% - 112px);
	height: 96px;
	display: block;
}
.step_box .text_box h3 {
	width: 100%;
	height: auto;
	margin: 0 0 8px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.step_box .text_box h3 .num {
	width: 72px;
	height: auto;
	color: #124190;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
.step_box .text_box h3 .text {
	width: calc(100% - 72px);
	height: auto;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
.step_box .text_box p {
	width: 100%;
	height: auto;
	font-size: 14px;
	margin: 0;
	padding: 0;
}



/******************************
	.accordion
******************************/

.accordion {
  width: 100%;
  margin-inline: auto;
  position: relative;
}
.accordion_title {
  cursor: pointer;
}
.accordion_content {
  display: none;
}
.accordion_title {
  position: relative;
}
.accordion_title::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 2px #333;
  border-top: solid 2px #333;
  display: block;
  position: absolute;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
}
.accordion_title.open::after {
  transform: rotate(-45deg);
}



/******************************
	.voice_box
******************************/

.voice_box {
	width: 100%;
	height: auto;
	margin: 16px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}
.voice_box .icon {
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	object-fit: cover;
}
.voice_box .accordion {
	width: calc(100% - 40px);
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
}
.voice_box .accordion::before {
	content: "";
	position: absolute;
	top: 9px;
	left: -14px;
	border: 6px solid transparent;
	border-right: 10px solid #cce9e3;
	z-index: 1;
}
.voice_box .accordion_container {
	width: 100%;
	height: auto;
	position: relative;
	border: 2px solid #cce9e3;
	border-radius: 4px;
	overflow: hidden;
}
.voice_box .accordion_title {
	width: 100%;
	height: 28px;
	color: #124190;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	background: #cce9e3;
	margin: 0;
	padding: 0 8px;
}
.voice_box .accordion_title::after {
	border-color: #124190;
	position: absolute;
	top: 8px;
	right: 8px;
}
.voice_box .accordion_title.open::after {
	top: 10px;
}
.voice_box .accordion_content {
	padding: 8px;
}



/******************************
	.faq_box
******************************/

.faq_box {
	width: 100%;
	height: auto;
	background: #f5f5f5;
	margin: 0 0 16px;
	padding: 8px;
	display: block;
	overflow: hidden;
	border-radius: 4px;
}
.faq_box .accordion_title {
	width: 100%;
	height: auto;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 0 16px 0 32px;
	position: relative;
}
.faq_box .accordion_title::after {
	border-color: #666;
	position: absolute;
	top: 6px;
	right: 4px;
}
.faq_box .accordion_title.open::after {
	top: 8px;
}
.faq_box .accordion_content {
	margin: 8px 0 0;
	padding: 0 0 0 32px;
	position: relative;
}
.faq_box .icon {
	width: 24px;
	height: 24px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 24px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
}
.faq_box .icon_q {
	background: #d53737;
}
.faq_box .icon_a {
	background: #124190;
}



/******************************
	.company_box
******************************/

.company_box {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 32px 0;
}
.company_box dl {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
}
.company_box dl dt,
.company_box dl dd {
	width: 100%;
	height: auto;
	font-weight: 400;
	display: block;
	padding: 0;
}
.company_box dl dt {
	font-size: 14px;
	margin: 0 0 8px;
}
.company_box dl dd {
	font-size: 16px;
	margin: 0;
}














