@charset "UTF-8";

/**
 * company number
 */
.q-number {
	position: relative;
	padding: 162px 0;
	overflow: hidden;
}
.q-number .u-arial {
	font-family: Arial;
	font-weight: bold;
}
.q-number .section_bg {
	position: relative;
	z-index: 1;
}
.q-number .section__bg_area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.q-number .section__bg-image {
	position: absolute;
	top: 0;
	right: 0;
}
.q-number__title {
	font-size: 1.125rem;
	color: var(--color-primary);
	margin-bottom: 60px;
	text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.16);
}
.q-number__title span {
	font-size: 3.4375rem;
	line-height: 1.2;
}
.q-number .boxs {
	/* position: relative; */
	/* height: 2264px; */
	/* height: 3850px; */
	height: auto;
	color: #202A5A;
}
.q-number .container {
	column-count: 2; /* 2列にする */
	column-gap: 25px;
}
.q-number .card {
	/* カードが列をまたいで真っ二つに割れるのを防ぐ必須プロパティ */
	break-inside: avoid;
	margin-bottom: 25px;
}
.q-number .boxs .box {
	position: relative;
	width: 100%;
	background-color: #F4F9FD;
	box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.07);
}
.q-number .boxs .box__title {
	line-height: 1;
	padding-top: 40px;
}
.q-number .boxs .box__title .en {
	font-size: 2.0rem;
	margin-bottom: 10px;
	color: #F4F9FD;
	letter-spacing: 0.04em;
	text-shadow: 1px 1px 0 var(--color-primary), -1px -1px 0 var(--color-primary),
				 -1px 1px 0 var(--color-primary), 1px -1px 0 var(--color-primary),
				 0px 1px 0 var(--color-primary), 0-1px 0 var(--color-primary),
				 -1px 0 0 var(--color-primary), 1px 0 0 var(--color-primary);
}
.q-number .boxs .box__title .jp {
	font-size: 1.0rem;
	color: var(--color-primary);
}
.q-number .boxs .box__body {
	/* position: relative; */
	opacity: 1;
}
.q-number .boxs .scale {
	position: relative;
	/* top: 0;
	left: 0; */
	width: 100%;
	height: 100%;
	transform-origin: left top;
}

.q-number .boxs .box--01 {
	/* top: 0;
	left: 0;
	height: 500px; */
}
.q-number .boxs .box--01 .box__body {
	margin-top: 40px;
	/* padding-bottom: calc((362 / 530) * 100%); */
	padding-bottom: 67px;
}
/* ↓↓↓↓↓ 23.04.13 ↓↓↓↓↓ */
/*
.q-number .boxs .box--01 .unit.total {
	color: var(--color-yellow);
	margin-bottom: 20px;
}
.q-number .boxs .box--01 .unit.total .text {
	font-size: 1.1875rem;
}
.q-number .boxs .box--01 .unit.total .num {
	font-size: 1.875rem;
	line-height: 1;
	display: inline-block;
	text-align: right;
	width: 191px;
}
.q-number .boxs .box--01 .unit.total .num span {
	font-size: 4.5rem;
}
.q-number .boxs .box--01 .list {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.q-number .boxs .box--01 .list .unit {
	padding: 0 20px;
}
.q-number .boxs .box--01 .list .unit .text {
	font-size: 1.0rem;
}
.q-number .boxs .box--01 .list .unit .num {
	font-size: 1.75rem;
	line-height: 1;
	text-align: right;
	width: 120px;
}
.q-number .boxs .box--01 .list .unit .num span {
	font-size: 3.0625rem;
}
*/
.q-number .boxs .box--01 .list {
	margin-bottom: 40px;
}
.q-number .boxs .box--01 .list .unit {
	padding: 0 20px;
	margin-bottom: 20px;
}
.q-number .boxs .box--01 .list .unit .text {
	font-size: 1.0rem;
}
.q-number .boxs .box--01 .list .unit .num {
	font-size: 1.75rem;
	line-height: 1;
	text-align: center;
	width: 200px;
	margin: 0 auto;
}
.q-number .boxs .box--01 .list .unit .num span {
	font-size: 3.9375rem;
}
/* ↑↑↑↑↑ 23.04.13 ↑↑↑↑↑ */
.q-number .boxs .box--01 .graph {
	font-size: 0;
}
.q-number .boxs .box--01 .graph .mask {
	position: relative;
	width: 316px;
	height: 37px;
	margin: 0 auto;
}
.q-number .boxs .box--01 .graph .mask span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	overflow: hidden;
	width: 0%;
}
.q-number .boxs .box--01 .graph .mask img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	max-width: none;
	height: 100%;
}

/* 注釈 */
.q-number .boxs .box--01 .note {
	position: absolute;
	right: 15px;
	bottom: -60px;
	color: #4A4A4A;
	font-size: 0.8125rem;
	font-weight: 500;
}

.q-number .boxs .box--02 .note {
	position: absolute;
	right: 15px;
	bottom: -35px;
	color: #4A4A4A;
	font-size: 0.8125rem;
	font-weight: 500;
}

.q-number .boxs .box--03 .note {
	position: absolute;
	right: 15px;
	bottom: -35px;
	color: #4A4A4A;
	font-size: 0.8125rem;
	font-weight: 500;
}

.q-number .boxs .box--04 .note {
	position: absolute;
	right: 15px;
	bottom: -35px;
	color: #4A4A4A;
	font-size: 0.8125rem;
	font-weight: 500;
}

.q-number .boxs .box--05 .note {
	position: absolute;
	right: 15px;
	bottom: -35px;
	color: #4A4A4A;
	font-size: 0.8125rem;
	font-weight: 500;
}
.q-number .boxs .box--06 .note {
	position: absolute;
	right: 15px;
	bottom: -35px;
	color: #4A4A4A;
	font-size: 0.8125rem;
	font-weight: 500;
}
.q-number .boxs .box--07 .note {
	position: absolute;
	right: 15px;
	bottom: -35px;
	color: #4A4A4A;
	font-size: 0.8125rem;
	font-weight: 500;
}
.q-number .boxs .box--08 .note {
	position: absolute;
	right: 15px;
	bottom: 5px;
	color: #4A4A4A;
	font-size: 0.8125rem;
	font-weight: 500;
}
.q-number .boxs .box--09 .note {
	position: absolute;
	right: 15px;
	bottom: 5px;
	color: #4A4A4A;
	font-size: 0.8125rem;
	font-weight: 500;
}
.q-number .boxs .box--10 .note {
	position: absolute;
	right: 15px;
	bottom: 5px;
	color: #4A4A4A;
	font-size: 0.8125rem;
	font-weight: 500;
}
.q-number .boxs .box--11 .note {
	position: absolute;
	right: 15px;
	bottom: 5px;
	color: #4A4A4A;
	font-size: 0.8125rem;
	font-weight: 500;
}
.q-number .boxs .box--12 .note {
	position: absolute;
	right: 15px;
	bottom: -35px;
	color: #4A4A4A;
	font-size: 0.8125rem;
	font-weight: 500;
}

.q-number .boxs .box--13 .note {
	position: absolute;
	right: 15px;
	bottom: -35px;
	color: #4A4A4A;
	font-size: 0.8125rem;
	font-weight: 500;
}

.q-number .boxs .box--14 .note {
	position: absolute;
	right: 15px;
	bottom: -35px;
	color: #4A4A4A;
	font-size: 0.8125rem;
	font-weight: 500;
}

/* 注釈終わり */

.q-number .boxs .box--02 {
	/* top: 0;
	left: 556px;
	height: 583px; */
	height: auto;
	padding-bottom: 45px;
}
.q-number .boxs .box--02 .box__body {
	margin-top: 90px;
	/* padding-bottom: calc((346 / 530) * 100%); */
}
.q-number .boxs .box--02 .graph {
	position: relative;
	width: 346px;
	margin: 0 auto;
}
.q-number .boxs .box--02 .graph .r {
	position: absolute;
	top: -1%;
	left: 50%;
	width: 52%;
	height: 102%;
	overflow: hidden;
}
.q-number .boxs .box--02 .graph .r span {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #F4F9FD;
	border-radius: 0 100% 100% 0 / 0 50% 50% 0;
	transform-origin: left center;
}
.q-number .boxs .box--02 .graph .l {
	position: absolute;
	top: -1%;
	right: 50%;
	width: 52%;
	height: 102%;
	overflow: hidden;
}
.q-number .boxs .box--02 .graph .l span {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #F4F9FD;
	border-radius: 100% 0 0 100% / 50% 0 0 50%;
	transform-origin: right center;
}
.q-number .boxs .box--02 .unit {
	position: absolute;
}
.q-number .boxs .box--02 .unit:before,
.q-number .boxs .box--02 .unit:after {
	content: "";
	position: absolute;
	background-color: #B9D6F0;
	opacity: 1;
	transition: opacity .6s ease;
}
.q-number .boxs .box--02 .unit.is-line:before,
.q-number .boxs .box--02 .unit.is-line:after {
	opacity: 1;
}
.q-number .boxs .box--02 .unit .text {
	font-size: 1.0rem;
}
.q-number .boxs .box--02 .unit .num {
	font-size: 1.75rem;
	line-height: 1;
	text-align: right;
	width: 110px;
}
.q-number .boxs .box--02 .unit .num span {
	font-size: 3.9375rem;
}
.q-number .boxs .box--02 .unit.unit--01 {
	top: -50px;
	left: 300px;
}
.q-number .boxs .box--02 .unit.unit--01 div .small-text {
	font-size: 12px;
}
.q-number .boxs .box--02 .unit.unit--02 {
    top: -74px;
    left: -18px;
}
.q-number .boxs .box--02 .unit.unit--03 {
	top: -78px;
	left: 30px;
}
.q-number .boxs .box--02 .unit.unit--03 .num {
	width: 80px;
}
.q-number .boxs .box--02 .unit.unit--03:before {
	top: 50px;
	left: 100%;
	width: 50px;
	height: 2px;
}
.q-number .boxs .box--02 .unit.unit--03:after {
	top: 50px;
	left: calc(100% + 50px);
	width: 2px;
	height: 30px;
}

.q-number .boxs .box--03 {
	/* top: 609px;
	left: 556px;
	height: 583px; */
	height: auto;
	padding-bottom: 45px;
}
.q-number .boxs .box--03 .box__body {
	margin-top: 50px;
	position: relative;
	/* padding-bottom: calc((368 / 530) * 100%); */
}
.q-number .boxs .box--03 .sample {
	position: absolute;
	top: -100px;
	right: 55px;
	width: 46px;
}
.q-number .boxs .box--03 .sample .num {
	position: absolute;
	top: calc(50%);
	left: calc(50%);
	font-size: 0.625rem;
	line-height: 1;
	transform: translate(-50%, -50%);
}
.q-number .boxs .box--03 .sample .num span {
	font-size: 0.9375rem;
}
.q-number .boxs .box--03 .list {
	display: flex;
	flex-wrap: wrap;
	width: 462px;
	margin: -50px auto 0;
}
.q-number .boxs .box--03 .list li {
	width: 33.33333333333%;
	margin-top: 50px;
}
.q-number .boxs .box--03 .list li .graph {
	position: relative;
	width: 114px;
	margin: 0 auto 20px;
}
.q-number .boxs .box--03 .list li .graph svg {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 57px;
	height: 114px;
	display: block;
}
.q-number .boxs .box--03 .list li .graph .r {
	left: 50%;
}
.q-number .boxs .box--03 .list li .graph .r clipPath {
	transform-origin: left center !important;
	transform: rotate(180deg);
	transition: transform .3s linear .3s;
}
.q-number .boxs .box--03 .list li .graph .l {
	left: 0;
}
.q-number .boxs .box--03 .list li .graph .l clipPath {
	transform-origin: right center !important;
	transform: rotate(180deg);
	transition: transform .3s linear 0s;
}
.q-number .boxs .box--03 .list li:nth-child(1) .graph.is-play .l clipPath {
	transform: rotate(0deg);
}
.q-number .boxs .box--03 .list li:nth-child(1) .graph.is-play .r clipPath {
	transform: rotate(43deg);
}
.q-number .boxs .box--03 .list li:nth-child(2) .graph.is-play .l clipPath {
	transform: rotate(32deg);
}
.q-number .boxs .box--03 .list li:nth-child(2) .graph.is-play .r clipPath {
	transform: rotate(180deg);
}
.q-number .boxs .box--03 .list li:nth-child(3) .graph.is-play .l clipPath {
	transform: rotate(44deg);
}
.q-number .boxs .box--03 .list li:nth-child(4) .graph.is-play .l clipPath {
	transform: rotate(152deg);
}
.q-number .boxs .box--03 .list li:nth-child(5) .graph.is-play .l clipPath {
	transform: rotate(162deg);
}
.q-number .boxs .box--03 .list li:nth-child(6) .graph.is-play .l clipPath {
	transform: rotate(64deg);
}
.q-number .boxs .box--03 .list li .graph .num {
	position: absolute;
	z-index: 2;
	top: calc(50% - 15px);
	left: calc(50% - 27px);
	line-height: 1;
	width: 54px;
	text-align: right;
}
.q-number .boxs .box--03 .list li:nth-child(4) .graph .num,
.q-number .boxs .box--03 .list li:nth-child(5) .graph .num {
	left: calc(50% - 20px);
	width: 40px;
}
.q-number .boxs .box--03 .list li .graph .num span {
	font-size: 1.875rem;
}
.q-number .boxs .box--03 .list li .text {
	background-color: #202A5A;
	border-radius: 30px 30px;
	color: #FFFFFF;
	font-size: 0.875rem;
	margin: 0 16px;
}

.q-number .boxs .box--04 {
	/* top: 526px;
	left: 0;
	height: 320px; */
	height: auto;
	padding-bottom: 45px;
}
.q-number .boxs .box--04 .box__body {
	margin-top: 50px;
	/* padding-bottom: calc((114 / 530) * 100%); */
}
.q-number .boxs .box--04 .scale {
	display: flex;
	justify-content: center;
}
.q-number .boxs .box--04 .unit {
	width: 224px;
	display: flex;
	align-items: center;
}
.q-number .boxs .box--04 .unit.mid {
	flex-direction: row-reverse;
}
.q-number .boxs .box--04 .graph {
	width: 114px;
}
.q-number .boxs .box--04 .unit.new .number {
	margin-left: -10px;
}
.q-number .boxs .box--04 .number .text {
	font-size: 1.0rem;
}
.q-number .boxs .box--04 .number .num {
	font-size: 1.75rem;
	line-height: 1;
	text-align: right;
	width: 110px;
}
.q-number .boxs .box--04 .number .num span {
	font-size: 3.9375rem;
}

.q-number .boxs .box--05 {
	/* top: 872px;
	left: 0;
	height: 320px; */
	height: auto;
	padding-bottom: 45px;
	break-after: column;
}
.q-number .boxs .box--05 .box__body {
	margin-top: 50px;
	/* padding-bottom: calc((114 / 530) * 100%); */
}
.q-number .boxs .box--05 .scale {
	display: flex;
	justify-content: center;
}
.q-number .boxs .box--05 .unit {
	width: 224px;
	display: flex;
	align-items: center;
}
.q-number .boxs .box--05 .unit.hum {
	flex-direction: row-reverse;
}
.q-number .boxs .box--05 .graph {
	width: 114px;
}
.q-number .boxs .box--05 .unit.sci .number {
	margin-left: -20px;
}
.q-number .boxs .box--05 .unit.hum .number {
	margin-left: -5px;
	margin-right: 5px;
}
.q-number .boxs .box--05 .number .text {
	font-size: 1.0rem;
}
.q-number .boxs .box--05 .number .num {
	font-size: 1.75rem;
	line-height: 1;
	text-align: right;
	width: 110px;
}
.q-number .boxs .box--05 .number .num span {
	font-size: 3.9375rem;
}

.q-number .boxs .box--06 {
	/* top: 1218px;
	left: 0;
	height: 360px; */
	width: 100%;
	height: auto;
	padding-bottom: 45px;
}
.q-number .boxs .box--06 .box__body {
	margin-top: 50px;
	/* padding-bottom: calc((138 / 1086) * 100%); */
}
.q-number .boxs .box--06 .graph {
	width: 540px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.q-number .boxs .box--06 .graph .unit {
	position: relative;
}
.q-number .boxs .box--06 .graph .unit + .unit {
	margin-top: 14px;
}
.q-number .boxs .box--06 .graph .unit .num {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 0%;
}
.q-number .boxs .box--06 .graph .woman .unit .num {
	left: auto;
	right: 0;
}
.q-number .boxs .box--06 .graph .unit .num img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	max-width: none;
	height: 100%;
}
.q-number .boxs .box--06 .graph .woman .unit .num img {
	left: auto;
	right: 0;
}
.q-number .boxs .box--06 .number .unit {
	position: absolute;
	top: 10px;
}
.q-number .boxs .box--06 .number .unit.men {
	left: 100px;
}
.q-number .boxs .box--06 .number .unit.woman {
	right: 100px;
}
.q-number .boxs .box--06 .number .unit .text {
	font-size: 1.375rem;
}
.q-number .boxs .box--06 .number .unit .num {
	font-size: 2.375rem;
	line-height: 1;
	text-align: right;
	width: 140px;
}
.q-number .boxs .box--06 .number .unit .num span {
	font-size: 5.3125rem;
}

.q-number .boxs .box--07 {
	/* top: 1604px;
	left: 0;
	height: 660px; */
	width: 100%;
	height: auto;
	padding-bottom: 45px;
}
.q-number .boxs .box--07 .box__body {
	margin-top: 10px;
	/* padding-bottom: calc((482 / 1086) * 100%); */
}
.q-number .boxs .box--07 .graph {
	position: relative;
	width: 815px;
	margin: 0 auto;
}
.q-number .boxs .box--07 .graph .list {
	position: absolute;
	bottom: 43px;
	left: 88px;
	height: 355px;
	width: 795px;
	display: flex;
	justify-content: space-between;
}
.q-number .boxs .box--07 .graph .list li {
	position: relative;
	width: 60px;
	height: 100%;
	display: flex;
	align-items: flex-end;
}
.q-number .boxs .box--07 .graph .list li .bar {
	position: relative;
	width: 100%;
	height: 0%;
}
.q-number .boxs .box--07 .graph .list li:nth-child(1) .bar {
	background-color: #55B1D3;
}
.q-number .boxs .box--07 .graph .list li:nth-child(2) .bar {
	background-color: #4C9DB5;
}
.q-number .boxs .box--07 .graph .list li:nth-child(3) .bar {
	background-color: #438DC3;
}
.q-number .boxs .box--07 .graph .list li:nth-child(4) .bar {
	background-color: #2C64A5;
}
.q-number .boxs .box--07 .graph .list li:nth-child(5) .bar {
	background-color: #133F91;
}
.q-number .boxs .box--07 .graph .list li:nth-child(6) .bar {
	background-color: #092965;
}
.q-number .boxs .box--07 .graph .list li .num {
	font-size: 1.875rem;
	line-height: 1;
	margin: 0 -15px;
	position: absolute;
	bottom: calc(100% + 10px);
	width: calc(100% + 30px);
	left: 0;
}
.q-number .boxs .box--07 .graph .list li:nth-child(6) .num {
	font-size: 1.5rem;
	margin: 0 -60px;
	width: calc(100% + 120px);
}
.q-number .boxs .box--07 .graph .list li:nth-child(6) .num span {
	font-size: 2.8125rem;
}
.q-number .boxs .box--07 .arrow {
	position: absolute;
	transform: rotate(-18deg);
	transform-origin: left center;
	top: 164px;
	left: 110px;
	width: 661px;
	opacity: 1;
}
.notice {
	/* color: red; */
}
@media not all and (max-width: 768px) {
}
@media (max-width: 768px) {
	.q-number {
		padding: 60px 0 80px;
	}
	.q-number .container {
		column-count: 1;
		display: flex;
		flex-direction: column;
	}
    .q-number .boxs .box--01 { order: 1; }
    .q-number .boxs .box--02 { order: 2; }
    .q-number .boxs .box--03 { order: 3; }
    .q-number .boxs .box--04 { order: 4; }
    .q-number .boxs .box--05 { order: 5; }
    /* .q-number .boxs .box--06 { order: 6; } */
    /* .q-number .boxs .box--07 { order: 7; } */
    .q-number .boxs .box--08 { order: 1; }
    .q-number .boxs .box--09 { order: 2; }
    .q-number .boxs .box--10 { order: 3; }
    .q-number .boxs .box--11 { order: 4; }
    /* .q-number .boxs .box--12 { order: 12; } */
    .q-number .boxs .box--13 { order: 5; }
    .q-number .boxs .box--14 { order: 6; }
    .q-number .boxs .box--15 { order: 7; }
	.q-number .section__bg-image {
		width: 460px;
	}
	.q-number__title {
		font-size: 0.875rem;
		margin-bottom: 40px;
    	padding-top: 12px;
	}
	.q-number__title span {
		font-size: 1.875rem;
	}
	.q-number .boxs {
		height: auto;
	}
	.q-number .boxs .box {
		position: relative;
		width: 100%;
		padding-bottom: 60px;
	}
	.q-number .boxs .box + .box {
		/* margin-top: 25px; */
	}
	.q-number .boxs .box__title {
		line-height: 1;
		padding-top: 40px;
	}
	.q-number .boxs .box__title .en {
		font-size: 1.6875rem;
	}
	.q-number .boxs .box__title .jp {
		font-size: 0.875rem;
	}
	.q-number .boxs .scale {
		/* width: 325px; */
		height: auto;
	}

	.q-number .boxs .box--01 {
		height: auto;
		/* padding-bottom: 10px; */
	}
	.q-number .boxs .box--01 .box__body {
		margin-top: 25px;
		/* padding-bottom: calc((272 / 325) * 100%); */
	}
/* ↓↓↓↓↓ 23.04.13 ↓↓↓↓↓ */
/*
.q-number .boxs .box--01 .unit.total {
  margin-bottom: 10px;
}
.q-number .boxs .box--01 .unit.total .text {
  font-size: 1.0625rem;
}
.q-number .boxs .box--01 .unit.total .num {
  font-size: 1.625rem;
}
.q-number .boxs .box--01 .list {
  margin-bottom: 15px;
}
.q-number .boxs .box--01 .list .unit {
  padding: 0 20px;
}
.q-number .boxs .box--01 .list .unit .text {
  font-size: 0.875rem;
}
.q-number .boxs .box--01 .list .unit .num {
  font-size: 1.5625rem;
  width: 110px;
}
.q-number .boxs .box--01 .list .unit .num span {
  font-size: 2.6875rem;
}
*/
	.q-number .boxs .box--01 .list {
		margin-bottom: 20px;
	}
	.q-number .boxs .box--01 .list .unit {
		padding: 0 20px;
		margin-bottom: 15px;
	}
	.q-number .boxs .box--01 .list .unit .text {
		font-size: 0.875rem;
	}
	.q-number .boxs .box--01 .list .unit .num {
		font-size: 1.5625rem;
		/* width: 126px; */
	}
	.q-number .boxs .box--01 .list .unit .num span {
		font-size: 3.3125rem;
	}
	/* ↑↑↑↑↑ 23.04.13 ↑↑↑↑↑ */
.q-number .boxs .box--01 .graph .mask {
  width: 256px;
  height: 30px;
}
.q-number .boxs .box--01 .note {
  position: relative;
  right: auto;
  bottom: auto;
  font-size: 0.75rem;
  text-align: right;
  margin: 25px 10px 0 0;
}
.q-number .boxs .box--02 .note {
  position: relative;
  right: auto;
  bottom: auto;
  font-size: 0.75rem;
  text-align: right;
  margin: 25px 10px 0 0;
}
.q-number .boxs .box--03 .note {
  position: relative;
  right: auto;
  bottom: auto;
  font-size: 0.75rem;
  text-align: right;
  margin: 25px 10px 0 0;
}
.q-number .boxs .box--04 .note {
  position: relative;
  right: auto;
  bottom: auto;
  font-size: 0.75rem;
  text-align: right;
  margin: 25px 10px 0 0;
}
.q-number .boxs .box--05 .note {
  position: relative;
  right: auto;
  bottom: auto;
  font-size: 0.75rem;
  text-align: right;
  margin: 25px 10px 0 0;
}
.q-number .boxs .box--06 .note {
  position: relative;
  right: auto;
  bottom: auto;
  font-size: 0.75rem;
  text-align: right;
  margin: 25px 10px 0 0;
}
.q-number .boxs .box--07 .note {
  position: relative;
  right: auto;
  bottom: auto;
  font-size: 0.75rem;
  text-align: right;
  margin: 55px 10px 0 0;
}
.q-number .boxs .box--08 .note {
  position: relative;
  right: auto;
  bottom: auto;
  font-size: 0.75rem;
  text-align: right;
  margin: 25px 10px 0 0;
}
.q-number .boxs .box--09 .note {
  position: relative;
  right: auto;
  bottom: auto;
  font-size: 0.75rem;
  text-align: right;
  margin: 25px 10px 0 0;
}
.q-number .boxs .box--10 .note {
  position: relative;
  right: auto;
  bottom: auto;
  font-size: 0.75rem;
  text-align: right;
  margin: 25px 10px 0 0;
}
.q-number .boxs .box--11 .note {
  position: relative;
  right: auto;
  bottom: auto;
  font-size: 0.75rem;
  text-align: right;
  margin: 25px 10px 0 0;
}
.q-number .boxs .box--12 .note {
  position: relative;
  right: auto;
  bottom: auto;
  font-size: 0.75rem;
  text-align: right;
  margin: 25px 10px 0 0;
}
.q-number .boxs .box--13 .note {
  position: relative;
  right: auto;
  bottom: auto;
  font-size: 0.75rem;
  text-align: right;
  margin: 25px 10px 0 0;
}
.q-number .boxs .box--14 .note {
  position: relative;
  right: auto;
  bottom: auto;
  font-size: 0.75rem;
  text-align: right;
  margin: 25px 10px 0 0;
}

.q-number .boxs .box--02 {
  left: auto;
  height: auto;
  /* padding-bottom: 20px; */
}
.q-number .boxs .box--02 .box__body {
  margin-top: 50px;
  /* padding-bottom: calc((290 / 325) * 100%); */
}
.q-number .boxs .box--02 .graph {
  width: 210px;
  padding: 40px 0;
}
.q-number .boxs .box--02 .unit .text {
  font-size: 0.75rem;
}
.q-number .boxs .box--02 .unit .num {
  font-size: 1.5rem;
  width: 90px;
}
.q-number .boxs .box--02 .unit .num span {
  font-size: 3.3125rem;
}
.q-number .boxs .box--02 .unit.unit--01 {
	top: -32px;
	left: 160px;
}
.q-number .boxs .box--02 .unit.unit--02 {
  top: -22px;
  left: -44px;
}
.q-number .boxs .box--02 .unit.unit--03 {
  top: -35px;
  left: -35px;
}
/* .q-number .boxs .box--02 .unit.unit--02:before {
  top: -110px;
  left: 35px;
  width: 26px;
  height: 1px;
}
.q-number .boxs .box--02 .unit.unit--02:after {
  top: -110px;
  left: 35px;
  width: 1px;
  height: 105px;
} */
.q-number .boxs .box--02 .unit.unit--03:before {
  width: 54px;
  height: 1px;
}
.q-number .boxs .box--02 .unit.unit--03:after {
  left: calc(100% + 54px);
  width: 1px;
  height: 28px;
}

.q-number .boxs .box--03 {
  top: auto;
  left: auto;
  height: auto;
}
.q-number .boxs .box--03 .box__body {
  margin-top: 55px;
  /* padding-bottom: calc((477 / 325) * 100%); */
}
.q-number .boxs .box--03 .sample {
  top: -65px;
  right: 60px;
}
.q-number .boxs .box--03 .list {
  width: 325px;
  margin-top: -30px;
  padding: 0 5px;
}
.q-number .boxs .box--03 .list li {
  width: 50%;
  margin-top: 30px;
}
.q-number .boxs .box--03 .list li .graph {
  width: 104px;
  margin: 0 auto 10px;
}
.q-number .boxs .box--03 .list li .graph svg {
  width: 52px;
  height: 104px;
}
.q-number .boxs .box--03 .list li .graph .num {
  top: calc(50% - 12px);
  left: calc(50% - 22px);
  width: 45px;
  font-size: 0.75rem;
}
.q-number .boxs .box--03 .list li:nth-child(3) .graph .num,
.q-number .boxs .box--03 .list li:nth-child(4) .graph .num,
.q-number .boxs .box--03 .list li:nth-child(5) .graph .num,
.q-number .boxs .box--03 .list li:nth-child(6) .graph .num {
  left: calc(50% - 16px);
  width: 32px;
}
.q-number .boxs .box--03 .list li .graph .num span {
  font-size: 1.5625rem;
}
.q-number .boxs .box--03 .list li .text {
  margin: 0 16px;
}

.q-number .boxs .box--04 {
  top: auto;
  left: 0;
  height: auto;
}
.q-number .boxs .box--04 .box__body {
  margin-top: 20px;
  /* padding-bottom: calc((190 / 325) * 100%); */
}
.q-number .boxs .box--04 .unit {
  width: 50%;
  display: block;
}
.q-number .boxs .box--04 .graph {
  width: 100px;
  margin: 0 auto 5px;
}
.q-number .boxs .box--04 .unit.new .number {
  margin-left: 0;
}
.q-number .boxs .box--04 .number .num {
  font-size: 1.5rem;
  width: 90px;
  margin: 0 auto;
}
.q-number .boxs .box--04 .number .num span {
  font-size: 3.4375rem;
}

.q-number .boxs .box--05 {
  top: auto;
  left: 0;
  height: auto;
}
.q-number .boxs .box--05 .box__body {
  margin-top: 20px;
  /* padding-bottom: calc((190 / 325) * 100%); */
}
.q-number .boxs .box--05 .unit {
  width: 50%;
  display: block;
}
.q-number .boxs .box--05 .graph {
  width: 100px;
  margin: 0 auto 5px;
}
.q-number .boxs .box--05 .unit.sci .number,
.q-number .boxs .box--05 .unit.hum .number {
  margin: 0 0;
}
.q-number .boxs .box--05 .number .num {
  font-size: 1.5rem;
  width: 90px;
  margin: 0 auto;
}
.q-number .boxs .box--05 .number .num span {
  font-size: 3.4375rem;
}

.q-number .boxs .box--06 {
  top: auto;
  height: auto;
}
.q-number .boxs .box--06 .box__body {
  margin-top: 30px;
  /* padding-bottom: calc((163 / 325) * 100%); */
}
.q-number .boxs .box--06 .graph {
  width: 270px;
  margin-bottom: 10px;
}
.q-number .boxs .box--06 .graph .unit {
  width: 125px;
}
.q-number .boxs .box--06 .graph .unit + .unit {
  margin-top: 7px;
}
.q-number .boxs .box--06 .number {
  display: flex;
}
.q-number .boxs .box--06 .number .unit {
  position: relative;
  top: 0;
}
.q-number .boxs .box--06 .number .unit.men {
  left: auto;
  width: 50%;
}
.q-number .boxs .box--06 .number .unit.woman {
  right: auto;
  width: 50%;
}
.q-number .boxs .box--06 .number .unit .text {
  font-size: 1.0rem;
}
.q-number .boxs .box--06 .number .unit .num {
  font-size: 1.5rem;
  width: 90px;
  margin: 0 auto;
}
.q-number .boxs .box--06 .number .unit .num span {
  font-size: 3.4375rem;
}

.q-number .boxs .box--07 {
  top: auto;
  height: auto;
}
.q-number .boxs .box--07 .box__body {
  margin-top: 30px;
  /* padding-bottom: calc((250 / 325) * 100%); */
}
.q-number .boxs .box--07 .graph {
  width: 295px;
  margin: -35px auto;
}
.q-number .boxs .box--07 .graph .list {
  	bottom: 20px;
    left: 21px;
    width: 270px;
	height: 137px;
}
.q-number .boxs .box--07 .graph .list li {
  width: 25px;
}
.q-number .boxs .box--07 .graph .list li .num {
  font-size: 0.8125rem;
  margin: 0 -10px;
  bottom: calc(100% + 6px);
  width: calc(100% + 20px);
}
.q-number .boxs .box--07 .graph .list li:nth-child(6) .num {
  font-size: 0.625rem;
  margin: 0 -25px;
  width: calc(100% + 50px);
}
.q-number .boxs .box--07 .graph .list li:nth-child(6) .num span {
  font-size: 1.5625rem;
}
.q-number .boxs .box--07 .arrow {
  transform: rotate(-20deg);
  top: 80px;
  left: 40px;
  width: 200px;
}
}
/* 230817 */
.q-number .boxs .box--08 {
    /* top: 2290px; */
    /* left: 0; */
    /* width: 343px; */
	width: 100%;
	height: auto;
    /* height: 311px; */
}
.q-number .boxs .box--08 .unit {
    padding: 40px 26px 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.q-number .boxs .box--08 .graph {
    width: 50%;
    position: relative;
}
.q-number .boxs .box--08 .graph img:nth-child(2),
.q-number .boxs .box--08 .graph img:nth-child(3) {
    position: absolute;
}
.q-number .boxs .box--08 .graph img:nth-child(1) {
	position: relative;
    left: 70px;
}
.q-number .boxs .box--08 .graph img:nth-child(2) {
    width: 52px;
    top: 0;
    left: 80px;
}
.q-number .boxs .box--08 .graph img:nth-child(3) {
    width: 36px;
    top: 62px;
    left: 65px;
}
.q-number .boxs .box--08 .number {
    width: 38%;
    text-align: center;
}
.q-number .boxs .box--08 .number .text {
	font-size: 1.0rem;
}
.q-number .boxs .box--08 .number .num {
	font-size: 1.75rem;
	line-height: 1;
}
.q-number .boxs .box--08 .number .num span {
	font-size: 3.9375rem;
}
.q-number .boxs .box--09 {
    /* top: 2290px; */
    /* left: 370px; */
	/* left: 556px; */
    /* width: 343px; */
	width: 100%;
	height: auto;
	padding-bottom: 6px;
    /* height: 311px; */
}
.q-number .boxs .box--09 .unit {
    padding: 40px 26px 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.q-number .boxs .box--09 .graph {
    width: 50%;
    position: relative;
}
.q-number .boxs .box--09 .graph img:nth-child(2),
.q-number .boxs .box--09 .graph img:nth-child(3) {
    position: absolute;
}
.q-number .boxs .box--09 .graph img:nth-child(1) {
	position: relative;
    left: 70px;
}
.q-number .boxs .box--09 .graph img:nth-child(2) {
    width: 52px;
    top: 50px;
    left: 65px;
}
.q-number .boxs .box--09 .graph img:nth-child(3) {
    width: 36px;
    top: 5px;
    left: 90px;
}
.q-number .boxs .box--09 .number .text {
	font-size: 1.0rem;
}
.q-number .boxs .box--09 .number .num {
	font-size: 1.75rem;
	line-height: 1;
	text-align: right;
	width: 110px;
}
.q-number .boxs .box--09 .number .num span {
	font-size: 3.9375rem;
}
/* .q-number .boxs .box--10 {
    top: 2290px;
    left: 740px;
    width: 343px;
    height: 311px;
    position: relative;
}
.q-number .boxs .box--10 .icon {
    position: absolute;
    top: 40px;
    right: 40px;
}
.q-number .boxs .box--10 li {
    padding: 40px 46px 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.q-number .boxs .box--10 .list li .graph {
    width: 50%;
    margin: 0 auto 10px;
}
.q-number .boxs .box--10 .list li .graph .circle {
    width: 114px;
    height: 114px;
    position: relative;
}
.q-number .boxs .box--10 .list li .graph svg {
    width: 57px;
    height: 114px;
    position: absolute;
    top: 0;
}
.q-number .boxs .box--10 .list li .graph .l {
    left: 0;
}
.q-number .boxs .box--10 .list li .graph .l clipPath {
	transform-origin: right center !important;
	transform: rotate(180deg);
	transition: transform .3s linear 0s;
}
.q-number .boxs .box--10 .list li .graph .r {
    left: 50%;
}
.q-number .boxs .box--10 .list li .graph .r clipPath {
	transform-origin: left center !important;
	transform: rotate(180deg);
	transition: transform .3s linear .3s;
}
.q-number .boxs .box--10 .list li .graph.is-play .l clipPath {
	transform: rotate(30deg);
}
.q-number .boxs .box--10 .list li .graph.is-play .r clipPath {
	transform: rotate(180deg);
}
.q-number .boxs .box--10 .list li .graph .num {
    top: calc(50% - 12px);
    left: calc(50% - 22px);
    width: 45px;
    font-size: 1.75rem;
    left: calc(50% - 16px);
    width: 32px;
}
.q-number .boxs .box--10 .list li .number {
    width: 49%;
}
.q-number .boxs .box--10 .list li .text {
    margin: 0 16px;
	font-size: 1.0rem;
}
.q-number .boxs .box--10 .list li .num {
	font-size: 1.75rem;
	line-height: 1;
}
.q-number .boxs .box--10 .list li .num span {
    font-size: 3.9375rem;
} */
.q-number .boxs .box--10 {
    /* top: 2630px;
    left: 0;
    height: 1150px; */
	height: auto;
}
.q-number .boxs .box--10 .list {
    padding: 30px 40px 10px;
}
.q-number .boxs .box--10 .unit {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.q-number .boxs .box--10 .text {
    width: 30%;
}
.q-number .boxs .box--10 .text span {
    padding: 5px 20px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background: #0B2B66;
    border-radius: 5em;
}
.q-number .boxs .box--10 .num {
    width: 70%;
	font-size: 1.75rem;
    text-align: right;
	line-height: 1;
}
.q-number .boxs .box--10 .num span {
	font-size: 3rem;
}
.q-number .boxs .box--11 {
    /* top: 2630px;
    left: 556px;
    height: 1200px; */
	height: auto;
}
.q-number .boxs .box--11 .list {
    padding: 30px 20px 75px;
}
.q-number .boxs .box--11 .unit {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #000;
}
.q-number .boxs .box--11 .text {
    width: 33%;
    text-align: left;
}
.q-number .boxs .box--11 .text span {
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #0B2B66;
    border-radius: 5em;
    display: inline-block;
}
.q-number .boxs .box--11 .text .sp {
	display: block;
}
.q-number .boxs .box--11 .num {
    width: 65%;
	font-size: 1.75rem;
    text-align: right;
	line-height: 1;
}
.q-number .boxs .box--11 .num span {
	font-size: 3rem;
}
.q-number .boxs .box--11 .unit:nth-child(1) { border-bottom-color: #E8C600; }
.q-number .boxs .box--11 .unit:nth-child(2) { border-bottom-color: #A8BD5C; }
.q-number .boxs .box--11 .unit:nth-child(3) { border-bottom-color: #55B1D3; }
.q-number .boxs .box--11 .unit:nth-child(4) { border-bottom-color: #4C9FCB; }
.q-number .boxs .box--11 .unit:nth-child(5) { border-bottom-color: #438DC3; }
.q-number .boxs .box--11 .unit:nth-child(6) { border-bottom-color: #2C64A5; }
.q-number .boxs .box--11 .unit:nth-child(7) { border-bottom-color: #20539C; }
.q-number .boxs .box--11 .unit:nth-child(8) { border-bottom-color: #07388D; }
.q-number .boxs .box--11 .unit:nth-child(9) { border-bottom-color: #133F91; }
.q-number .boxs .box--11 .unit:nth-child(10) { border-bottom-color: #0C3072; }
.q-number .boxs .box--11 .unit:nth-child(11) { border-bottom-color: #202A5A; }
.q-number .boxs .box--11 .unit:nth-child(1) .text span { background: #E8C600; }
.q-number .boxs .box--11 .unit:nth-child(2) .text span { background: #A8BD5C; }
.q-number .boxs .box--11 .unit:nth-child(3) .text span { background: #55B1D3; }
.q-number .boxs .box--11 .unit:nth-child(4) .text span { background: #4C9FCB; }
.q-number .boxs .box--11 .unit:nth-child(5) .text span { background: #438DC3; }
.q-number .boxs .box--11 .unit:nth-child(6) .text span { background: #2C64A5; }
.q-number .boxs .box--11 .unit:nth-child(7) .text span { background: #20539C; }
.q-number .boxs .box--11 .unit:nth-child(8) .text span { background: #07388D; }
.q-number .boxs .box--11 .unit:nth-child(9) .text span { background: #133F91; }
.q-number .boxs .box--11 .unit:nth-child(10) .text span { background: #0C3072; }
.q-number .boxs .box--11 .unit:nth-child(11) .text span { background: #202A5A; }
.q-number .boxs .box--11 .unit:nth-child(12) .text span { background: #0b1547; }
.q-number .boxs .box--11 .unit:nth-child(1) .num { color: #E8C600; }
.q-number .boxs .box--11 .unit:nth-child(2) .num { color: #A8BD5C; }
.q-number .boxs .box--11 .unit:nth-child(3) .num { color: #55B1D3; }
.q-number .boxs .box--11 .unit:nth-child(4) .num { color: #4C9FCB; }
.q-number .boxs .box--11 .unit:nth-child(5) .num { color: #438DC3; }
.q-number .boxs .box--11 .unit:nth-child(6) .num { color: #2C64A5; }
.q-number .boxs .box--11 .unit:nth-child(7) .num { color: #20539C; }
.q-number .boxs .box--11 .unit:nth-child(8) .num { color: #07388D; }
.q-number .boxs .box--11 .unit:nth-child(9) .num { color: #133F91; }
.q-number .boxs .box--11 .unit:nth-child(10) .num { color: #0C3072; }
.q-number .boxs .box--11 .unit:nth-child(11) .num { color: #202A5A; }

@media (max-width: 768px) {
	.q-number .boxs .box--08 {
		width: initial;
		height: initial;
		top: auto;
		left: auto;
		/* padding-bottom: 30px; */
	}
    .q-number .boxs .box--08 .box__body {
      margin-top: 30px;
      /* padding-bottom: calc((180 / 325) * 100%); */
    }
    .q-number .boxs .box--08 .unit {
        padding: 20px;
    }
	.q-number .boxs .box--08 .graph img:nth-child(1) {
		left: 30px;
	}
	.q-number .boxs .box--08 .graph img:nth-child(2) {
		left: 15px;
	}
	.q-number .boxs .box--08 .graph img:nth-child(3) {
		left: 0;
	}
	.q-number .boxs .box--08 .number {
		width: 50%;
	}
	.q-number .boxs .box--09 {
		width: initial;
		height: initial;
		top: auto;
		left: auto;
		padding-bottom: 45px;
	}
    .q-number .boxs .box--09 .box__body {
      margin-top: 30px;
      /* padding-bottom: calc((180 / 325) * 100%); */
    }
    .q-number .boxs .box--09 .unit {
        padding: 20px;
    }
	.q-number .boxs .box--09 .graph img:nth-child(1) {
		left: 30px;
	}
	.q-number .boxs .box--09 .graph img:nth-child(2) {
		left: 15px;
	}
	.q-number .boxs .box--09 .graph img:nth-child(3) {
		left: 0;
	}
	/* .q-number .boxs .box--10 {
		width: initial;
		height: initial;
		top: auto;
		left: auto;
	} */
	.q-number .boxs .box--10 {
		width: initial;
		height: initial;
		top: auto;
		left: auto;
		padding-bottom: 0px !important;
	}
	/* .q-number .boxs .box--10 .box__body {
        padding-bottom: calc((40 / 325) * 100%);
    } */
	.q-number .boxs .box--10 .list {
        padding: 10px 15px;
    }
	.q-number .boxs .box--10 .unit {
		padding: 7px 0;
	}
	.q-number .boxs .box--10 .scale {
        position: static;
    }
    .q-number .boxs .box--10 .text span {
		padding: 5px 10px;
        font-size: 3vw;
        border-radius: 10em;
		white-space: nowrap;
    }
    .q-number .boxs .box--10 .num span {
        font-size: 2rem;
    }
	.q-number .boxs .box--11 {
		margin-bottom: 30px;
		padding-bottom: 30px !important;
		width: initial;
		height: initial;
		top: auto;
		left: auto;
	}
	/* .q-number .boxs .box--11 .box__body {
        padding-bottom: calc((140 / 325) * 100%);
    } */
	.q-number .boxs .box--11 .list {
        padding: 10px 15px;
    }
	.q-number .boxs .box--11 .unit {
		display: block;
	}
	.q-number .boxs .box--11 .scale {
        position: static;
    }
    .q-number .boxs .box--11 .text {
		margin-bottom: 5px;
        width: 35%;
		width: 100%;
    }
    .q-number .boxs .box--11 .text span {
        font-size: 3vw;
        border-radius: 20em;
    }
	.q-number .boxs .box--11 .text .sp {
		display: block;
	}
    .q-number .boxs .box--11 .num {
        width: 65%;
		width: 100%;
    }
    .q-number .boxs .box--11 .num span {
        font-size: 2rem;
    }
	.notice {
		position: static;
	}
}

    .q-number .boxs{
        /* height: 5350px; */
				/* height: 4600px; */
    }
    .q-number .boxs .box--10{
        /* height: 1300px; */
    }
	.q-number .boxs .box--11{
		/* height: 1300px; */
	}
    .promotion-rate .rate-ttl{
        font-size: 24px; 
    }
    .notice{
        /* bottom: 0px; */
        /* top: auto; */
		/* top: 4600px; */
    }
    .q-number .boxs .box--12{
        width: 100%;
        /* top: 3860px; */
        /* height: 750px; */
    }
    .q-number .boxs .box--12 .list{
        padding: 30px 40px;
    }
    .q-number .boxs .box--12 .list .promotion-rate .year{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .q-number .boxs .box--12 .list .promotion-rate .year .unit{
        display: flex;
        align-items: center;
        gap: 60px;
    }
    .q-number .boxs .box--12 .list .promotion-rate .year .unit .unit-rate{
        display: flex;
        align-items: center;
		justify-content: space-between;
		gap: 10px; 
    }
    .q-number .boxs .box--12 .list .promotion-rate .year .unit .text{
        background-color: #202A5A;
        color: white;
        margin-right: 8px;
        height: fit-content;
        padding: 2px 8px;
        border-radius: 20px;
        margin-right: 8px;
    }
    .q-number .boxs .box--13 {
		break-after: column;
	}
    .q-number .boxs .box--14{
		/* top: 4630px; */
		/* height: 630px; */
		/* top: 3960px; */
	}
	.q-number .boxs .box--14{
		/* left: 556px; */
	}

	.q-number .boxs .box--13 .box__body {
		margin-top: 90px;
		padding-bottom: 60px;
	}
	.q-number .boxs .box--14 .box__body {
		margin-top: 90px;
		/* padding-bottom: calc((346 / 530) * 100%); */
		padding-bottom: 61px;
	}
	.q-number .boxs .box--13 .graph,
	.q-number .boxs .box--14 .graph {
		position: relative;
		width: 346px;
		margin: 0 auto;
	}
	.q-number .boxs .box--13 .graph .r,
	.q-number .boxs .box--14 .graph .r {
		position: absolute;
		top: -1%;
		left: 50%;
		width: 52%;
		height: 102%;
		overflow: hidden;
	}
	.q-number .boxs .box--13 .graph .r span,
	.q-number .boxs .box--14 .graph .r span {
		display: block;
		width: 100%;
		height: 100%;
		background-color: #F4F9FD;
		border-radius: 0 100% 100% 0 / 0 50% 50% 0;
		transform-origin: left center;
	}
	.q-number .boxs .box--13 .graph .l,
	.q-number .boxs .box--14 .graph .l {
		position: absolute;
		top: -1%;
		right: 50%;
		width: 52%;
		height: 102%;
		overflow: hidden;
	}
	.q-number .boxs .box--13 .graph .l span,
	.q-number .boxs .box--14 .graph .l span {
		display: block;
		width: 100%;
		height: 100%;
		background-color: #F4F9FD;
		border-radius: 100% 0 0 100% / 50% 0 0 50%;
		transform-origin: right center;
	}
	.q-number .boxs .box--13 .unit,
	.q-number .boxs .box--14 .unit {
		position: absolute;
	}
	.q-number .boxs .box--13 .unit:before,
	.q-number .boxs .box--13 .unit:after,
	.q-number .boxs .box--14 .unit:before,
	.q-number .boxs .box--14 .unit:after {
		content: "";
		position: absolute;
		background-color: #B9D6F0;
		opacity: 1;
		transition: opacity .6s ease;
	}
	.q-number .boxs .box--13 .unit.is-line:before,
	.q-number .boxs .box--13 .unit.is-line:after,
	.q-number .boxs .box--14 .unit.is-line:before,
	.q-number .boxs .box--14 .unit.is-line:after {
		opacity: 1;
	}
	.q-number .boxs .box--13 .unit .text,
	.q-number .boxs .box--14 .unit .text {
		font-size: 1.0rem;
	}
	.q-number .boxs .box--13 .unit .num,
	.q-number .boxs .box--14 .unit .num {
		font-size: 1.75rem;
		line-height: 1;
		text-align: right;
		width: 110px;
	}
	.q-number .boxs .box--13 .unit .num span,
	.q-number .boxs .box--14 .unit .num span {
		font-size: 3.9375rem;
	}
	.q-number .boxs .box--13 .unit.unit--01,
	.q-number .boxs .box--14 .unit.unit--01 {
		top: -10px;
		left: 300px;
	}
	.q-number .boxs .box--13 .unit.unit--02,
	.q-number .boxs .box--14 .unit.unit--02 {
		top: -74px;
		left: -18px;
	}
	.q-number .boxs .box--13 .unit.unit--03,
	.q-number .boxs .box--14 .unit.unit--03 {
		top: -78px;
		left: 30px;
	}
	.q-number .boxs .box--13 .unit.unit--03 .num,
	.q-number .boxs .box--14 .unit.unit--03 .num {
		width: 80px;
	}
	.q-number .boxs .box--13 .unit.unit--03:before,
	.q-number .boxs .box--14 .unit.unit--03:before {
		top: 50px;
		left: 100%;
		width: 50px;
		height: 2px;
	}
	.q-number .boxs .box--13 .unit.unit--03:after,
	.q-number .boxs .box--14 .unit.unit--03:after {
		top: 50px;
		left: calc(100% + 50px);
		width: 2px;
		height: 30px;
	}
	.q-number .boxs .box--13 .scale .note,
	.q-number .boxs .box--14 .scale .note{
		position: absolute;
		right: 15px;
		bottom: -50px;
		color: #4A4A4A;
		font-size: 0.8125rem;
		font-weight: 500;
	}






	.q-number .u-arial{
		font-size: 2rem;
	}
	.q-number .boxs .box--07 .graph .list li:nth-child(6) .num span{
		font-size: 2rem !important;
	}
	.q-number .boxs .box--07 .graph .list li:nth-child(8) .num span{
		font-size: 2.125rem !important;
	}
	.q-number .boxs .box--07 .graph .list li .num p{
		font-size: 1rem;
	}
	.q-number .boxs .box--07 .graph .list li:nth-child(4) .bar{
		background-color: #3868c1;
	}
	.q-number .boxs .box--07 .graph .list li:nth-child(5) .bar{
		background-color: #2C64A5;
	}
	.q-number .boxs .box--07 .graph .list li:nth-child(6) .bar{
		background-color: #133F91;
	}
	.q-number .boxs .box--07 .graph .list li:nth-child(7) .bar{
		background-color: #202A5A;
	}
	.q-number .boxs .box--07 .graph .list li:nth-child(8) .bar{
		background-color: #19255e;
	}
	.q-number .boxs .box--07 .arrow{
		transform: rotate(-18.0001deg) !important;
		top: 233px;
	}
	.q-number .boxs .box--07 .graph .list {
		bottom: 30px;
		left: 41px;
		width: 772px;
		height: 240px;
	}
	.q-number .boxs .box--07 .graph .list li:nth-child(1){

	}
@media screen and (min-width: 769px){
	.q-number .box--03 .u-arial{
		font-size: 1rem !important;
	}
	.q-number .boxs .box--12 .list .promotion-rate .year .unit{
		width: 66%;
		justify-content: space-between;
	}
	.q-number .boxs .box--12 .list .promotion-rate .year .unit .unit-rate{
		width: 46%;
	}
	.q-number .boxs .box--14 .box__title{
		padding-top: 50px;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 768px){
	.q-number .boxs .box--01 .list .unit .num span{
		font-size: 3.3125rem !important;
	}
	.q-number .u-arial,
	.q-number .boxs .box--07 .graph .list li:nth-child(6) .num span{
		font-size: .8rem !important;
	}
	.q-number .boxs .box--07 .graph .list li:nth-child(8) .num span{
		font-size: 1rem !important;
	}
	.q-number .boxs .box--07 .graph .list li .num p{
		font-size: .5rem;
	}
	.q-number .boxs .box--07 .arrow{
		transform: rotate(-32.0001deg) !important;
		width: 225px;
		top: 115px;
	}
	.q-number .boxs .box--07 .graph .list{
		bottom: 20px;
		left: 22px;
		width: 270px;
		height: 137px;
	}
	.q-number .boxs .box--10{
		/* height: 660px; */
	}
	.q-number .boxs .box--12{
		top: auto;
		/* height: 1480px; */
	}
	.q-number .boxs .box--12 .list{
		padding: 10px 15px;
	}
	.promotion-rate .rate-ttl{
		font-size: 20px;
	}
	.q-number .boxs .box--12 .list .promotion-rate .year{
		flex-direction: column;
		padding-bottom: 24px;
	}
	.q-number .boxs .box--12 .list .promotion-rate .year .unit{
		width: 100%;
		flex-direction: column;
		gap: 0px;
	}
	.q-number .boxs .box--12 .list .promotion-rate .year .unit .unit-rate{
		width: 100%;
		line-height: 30px;
	}
	.q-number .boxs .box--12 .list .promotion-rate .year .unit .text{
		font-size: 12px;
		padding: 0 8px;
	}
	.q-number .boxs .box--12 .box__title .jp{
		padding-bottom: 24px;
	}
	.q-number .boxs .box--12 .num span{
		font-size: 32px !important;
	}
	.q-number .boxs .box--13,
	.q-number .boxs .box--14{
		top: auto;
	}
	.q-number .boxs .box--14{
		/* left: 0; */
	}
	.q-number .boxs .box--13,
	.q-number .boxs .box--14{
		left: auto;
		height: auto;
		padding-bottom: 20px;
	}
	.q-number .boxs .box--13 .box__body,
	.q-number .boxs .box--14 .box__body {
		margin-top: 50px;
		/* padding-bottom: calc((290 / 325) * 100%); */
	}
	.q-number .boxs .box--13 .graph,
	.q-number .boxs .box--14 .graph {
		width: 210px;
		padding: 40px 0;
	}
	.q-number .boxs .box--13 .unit .text,
	.q-number .boxs .box--14 .unit .text {
		font-size: 0.75rem;
	}
	.q-number .boxs .box--13 .unit .num,
	.q-number .boxs .box--14 .unit .num {
		font-size: 1.5rem;
		width: 90px;
	}
	.q-number .boxs .box--13 .unit .num span,
	.q-number .boxs .box--14 .unit .num span {
		font-size: 3.3125rem;
	}
	.q-number .boxs .box--13 .unit.unit--01,
	.q-number .boxs .box--14 .unit.unit--01 {
		top: -22px;
		left: 150px;
	}
	.q-number .boxs .box--13 .unit.unit--02,
	.q-number .boxs .box--14 .unit.unit--02 {
		top: -22px;
		left: -44px;
	}
	.q-number .boxs .box--13 .unit.unit--03,
	.q-number .boxs .box--14 .unit.unit--03 {
		top: -35px;
		left: -35px;
	}

	.q-number .boxs .box--13 .unit.unit--03:before,
	.q-number .boxs .box--14 .unit.unit--03:before {
		width: 54px;
		height: 1px;
	}
	.q-number .boxs .box--13 .unit.unit--03:after,
	.q-number .boxs .box--14 .unit.unit--03:after {
		left: calc(100% + 54px);
		width: 1px;
		height: 28px;
	}
	.q-number .boxs .box--13 .scale .note,
	.q-number .boxs .box--14 .scale .note{
		position: relative;
		right: auto;
		bottom: auto;
		font-size: 0.75rem;
		text-align: right;
		margin: -8px 16px 0 0;
	}
	.notice{
		bottom: -20px;
		position: relative;
	}
	.q-number .boxs{
		height: auto;
	}
}

@media screen and (min-width: 380px) and (max-width: 389px){
	.q-number .boxs{
		height: auto;
	}
}
@media screen and (min-width: 390px) and (max-width: 400px){
	.q-number .boxs{
		height: auto;
	}
}
@media screen and (min-width: 401px) and (max-width: 420px){
	.q-number .boxs{
		height: auto;
	}
}
@media screen and (min-width: 421px) and (max-width: 436px){
	.q-number .boxs{
		height: auto;
	}
}
@media screen and (min-width: 437px) and (max-width: 460px){
	.q-number .boxs{
		height: auto;

	}
}
@media screen and (min-width: 461px) and (max-width: 480px){
	.q-number .boxs{
		height: auto;

	}
}
@media screen and (min-width: 481px) and (max-width: 500px){
	.q-number .boxs{
		height: auto;

	}
}
@media screen and (min-width: 501px) and (max-width: 520px){
	.q-number .boxs{
		height: auto;

	}
}
@media screen and (min-width: 521px) and (max-width: 550px){
	.q-number .boxs{
		height: auto;

	}
}
@media screen and (min-width: 551px) and (max-width: 570px){
	.q-number .boxs{
		height: auto;
	}
}
@media screen and (min-width: 571px) and (max-width: 595px){
	.q-number .boxs{
		height: auto;
	}
}
@media screen and (min-width: 596px) and (max-width: 615px){
	.q-number .boxs{
		height: auto;
	}
}