@charset "UTF-8";
/* CSS Document */
@media (min-width: 769px) {
	.pc-none {
		display: none;
	}
}
@media(min-width: 769px) and (max-width: 1023px) {
	.tab-none {
		display: none;
	}
}
@media(max-width: 768px) {
	.sp-none {
		display: none;
	}
}
/*------ layout ------*/
.contents {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}
.contents_over {
	margin: 0 auto;
	width: 100%;
}
.txtset_L .image {
	float: left;
	margin: 0 20px 20px 0;
	width: 30%;
}
.txtset_R .image {
	float: right;
	margin: 5px 0px 10px 20px;
	width: 30%;
}
.txtset p {
	text-align: justify !important;
}
.txtset_L p {
	text-align: justify !important;
}
.txtset_R p {
	text-align: justify !important;
}
@media screen and (max-width: 768px) {
	.sp_mt110 {
		margin-top: 110px !important;
	}
}
/*------ 2clm ------*/
.two_clm {
	display: flex;
	justify-content: center;
	padding: 0 !important;
}
.two_clm li {
	list-style: none;
	margin-right: 30px;
}
.two_clm li:last-child {
	margin-right: 0;
}
.two_clm li figcaption.txt_s {
	font-size: 0.8em;
}
.two_clm li figcaption.txt_s ul li {
	text-indent: -2.7em;
	padding-left: 2.7em;
}
.two_clm li img {
	width: 100%;
	padding: 0px;
}
.two_clm li div.blue_title {
	font-size: 2.0rem;
	border-radius: 50px;
	font-weight: bold;
	padding: 5px;
	margin-top: 11px;
}
.two_clm li div.blue_title::before {
	content: "▼";
	color: #2B4B9F;
	padding: 3px;
}
@media screen and (max-width: 768px) {
	.two_clm {
		display: block;
	}
	.two_clm li {
		width: 100%;
	}
	.two_clm li:nth-child(2) {
		margin: 0px;
	}
	.two_clm li div.blue_title {
		font-size: 1.4rem;
	}
}
/*------ text ------*/
html {
	font-size: 62.5%;
}
body {
	min-width: 1280px;
	font-size: 1.6rem;
	line-height: 1.8;
}
h1 {
	font-size: 7.7rem;
}
h2 {
	font-size: 5.5rem;
}
h3 {
	font-size: 2.7rem;
	line-height: 1.6;
	color: #2B4597;
	margin: 0 0 30px;
}
.txt_robotoB {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
.txt_c {
	text-align: center
}
.BPreport .contents p {
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 1em;
	font-weight: bold;
}
/*ttl*/
@media screen and (max-width: 768px) {
	.contents {
		max-width: inherit;
		margin: 0 auto;
		padding: 0 20px;
	}
	body {
		font-size: 1.3rem;
		line-height: 1.8;
		width: 100%;
		min-width: inherit;
	}
	h1 {
		font-size: 4.7rem;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.8rem;
		line-height: 1.8;
	}
	.BPreport .contents p {
		font-size: 1.4rem;
	}
	/*ttl*/
	.txtset_L .image {
		float: none;
		margin: 20px 0px;
		width: 100%;
	}
	.txtset_R .image {
		float: none;
		margin: 20px 0px;
		width: 100%;
	}
	.txtset p {
		text-align: left !important;
		margin: 20px 0px;
	}
	.txtset_L p {
		text-align: lefty !important;
		margin: 20px 0px;
	}
	.txtset_R p {
		text-align: left !important;
		margin: 20px 0px;
	}
}
/*------ image ------*/
img {
	width: 100%;
}
/*------ btn ------*/
.BPreport .btn {
	margin: 2.3rem auto;
	clear: both;
	width: 300px;
	max-width: 100%;
}
@media screen and (min-width: 769px), print {
	.BPreport .btn a {
		background-color: #000;
		border-color: #000;
	}
	.BPreport .btn a:hover {
		color: #000;
	}
	.BPreport .btn a:hover > span::after {
		border-color: #000;
	}
	.BPreport .btn_l a {
		background-color: #000;
		border-color: #000;
	}
	.BPreport .btn_l a:hover {
		color: #000;
	}
	.BPreport .btn_l a:hover > span::after {
		border-color: #000;
	}
}

/*------ back_number ------*/
.back_number {
	background-color: #2B4597;
	color: #fff;
	padding: 40px 0 13px;
}
.back_number div h2 {
	font-size: 2.4rem;
	border-bottom: 1px solid #fff;
	padding: 5px 0;
}
.back_number div ul {
	z-index: 999;
	margin: 40px 20px;
	list-style-image: url("../images/bpreport-2024/back_number_icon.png");
}
.back_number div ul li a {
	color: #fff;
}
@media screen and (max-width: 768px) {
	.back_number {
		padding: 20px 0 5px;
	}
	.back_number div h2 {
		font-size: 2.0rem;
	}
}
/* bpreport-2026 */
.BPreport {
	overflow: hidden;
}
.BPreport .en {
	font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 768px) {
	.BPreport {
	}
}
/* main_visual */
.BPreport .main_visual {
	background: url(../images/bpreport-2026/bg01.jpg) no-repeat center top / cover;
}
.BPreport .main_visual .img_box {
	display: flex;
	justify-content: flex-end;
}
.BPreport .main_visual .img_box .main_img {
	margin: 0 -20.1rem -13rem 0;
	width: calc(50% + 29.4rem);
}
.BPreport .main_visual .img_box .text_box {
	margin: 5.7rem 19.7rem 0 0;
	width: 47.1rem;
}
.BPreport .main_visual .page_ttl {
	margin-bottom: 1.8rem;
	font-weight: 900;
	font-size: 10rem;
	color: #2b4597;
	line-height: 1.48;
	border-bottom: 1px solid #2b4597;
}
.BPreport .main_visual .h1_sub {
	margin: 0 -1rem 8.6rem 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-weight: bold;
	font-size: 2rem;
	text-align: left;
	color: #000;
	gap: 2rem;
}
.BPreport .main_visual .h1_sub dt {
	padding: 0.8rem 0 0.6rem;
	width: 17.8rem;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1;
	text-align: center;
	color: #fff;
	border-radius: 1.6rem;
	background: #2b4597;
}
.BPreport .main_visual .h1_sub dd {
	margin: 0;
	width: calc(100% - 19.8rem);
}
.BPreport .main_visual .link_list {
	width: 36.5rem;
}
.BPreport .main_visual .link_list a {
	padding: 2rem 2.1rem;
	min-height: 12rem;
	height: auto;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	justify-content: center;
	border-bottom: 0.3rem solid #ccc;
	box-sizing: border-box;
	background: url(../images/bpreport-2026/arrow.png) no-repeat center right 1.5rem / 1.2rem;
}
.BPreport .main_visual .link_list .en {
	font-size: 1.6rem;
	color: #2b4597;
	font-weight: 400;
	display: block;
}
.BPreport .main_visual .link_list .jp {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4;
	display: block;
	color: #000;
}
.BPreport .main_visual .link_list a small {
	margin-top: 0.2rem;
	font-size: 1.6rem;
	display: block;
	line-height: 1.2;
}
.BPreport .main_visual .link_list li:hover a {
	border-color: #2B4597;
}
.BPreport .main_visual .link_list li:hover a .jp {
	color: #2b4597;
}
@media (min-width: 769px) and (max-width: 1920px) {
	.BPreport .main_visual .img_box .main_img {
		margin: 0 -10.469vw -6.771vw 0;
		width: calc(50% + 15.313vw);
	}
	.BPreport .main_visual .img_box .text_box {
		margin: 2.969vw 10.26vw 0 0;
		width: 24.531vw;
	}
	.BPreport .main_visual .page_ttl {
		margin-bottom: 0.938vw;
		font-size: 5.208vw;
	}
	.BPreport .main_visual .h1_sub {
		margin-bottom: 4.479vw;
		gap: 1.042vw;
		font-size: 1.042vw;
	}
	.BPreport .main_visual .h1_sub dt {
		width: 9.271vw;
		font-size: 0.938vw;
	}
	.BPreport .main_visual .h1_sub dd {
		width: calc(100% - 10.313vw);
	}
	.BPreport .main_visual .link_list {
		width: 19.01vw;
	}
	.BPreport .main_visual .link_list a {
		padding: 1.042vw 1.094vw;
		min-height: 6.25vw;
	}
	.BPreport .main_visual .link_list a small {
		font-size: 0.833vw;
	}
	.BPreport .main_visual .link_list .en {
		font-size: 0.833vw;
	}
	.BPreport .main_visual .link_list .jp {
		font-size: 1.563vw;
	}
}
@media (min-width: 769px) and (max-width: 1280px) {
	.BPreport .main_visual .img_box .main_img {
		margin: 0 -13.4rem -8.7rem 0;
		width: calc(50% + 19.6rem);
	}
	.BPreport .main_visual .img_box .text_box {
		margin: 3.8rem 13.1rem 0 0;
		width: 31.4rem;
	}
	.BPreport .main_visual .page_ttl {
		margin-bottom: 1.2rem;
		font-size: 6.7rem;
	}
	.BPreport .main_visual .h1_sub {
		margin: 0 0 5.7rem;
		gap: 1.3rem;
		font-size: 1.3rem;
	}
	.BPreport .main_visual .h1_sub dt {
		width: 11.9rem;
		font-size: 1.2rem;
	}
	.BPreport .main_visual .h1_sub dd {
		width: calc(100% - 13.2rem);
	}
	.BPreport .main_visual .link_list {
		width: 24.3rem;
	}
	.BPreport .main_visual .link_list a {
		padding: 1.3rem 1.4rem;
		min-height: 8rem;
	}
	.BPreport .main_visual .link_list a small {
		font-size: 1.1rem;
	}
	.BPreport .main_visual .link_list .en {
		font-size: 1.1rem;
	}
	.BPreport .main_visual .link_list .jp {
		font-size: 2rem;
	}
}
@media screen and (max-width: 768px) {
	.BPreport .main_visual {
		padding-bottom: 1px;
	}
	.BPreport .main_visual .img_box {
		display: block;
	}
	.BPreport .main_visual .img_box .text_box {
		margin: 0 2rem 4rem;
		width: auto;
        padding-top: 3rem;
	}
	.BPreport .main_visual .img_box .main_img {
		margin: 0 -6rem -3.5rem;
		width: auto;
	}
	.BPreport .main_visual .page_ttl {
		font-size: 6rem;
	}
	.BPreport .main_visual .h1_sub {
		margin-bottom: 3rem;
		display: block;
	}
	.BPreport .main_visual .h1_sub dt {
		margin-bottom: 0.6rem;
        padding: 5px 8px;
        margin-right: 10px;
        font-size: 1.1rem;
        width: 12rem;
	}
	.BPreport .main_visual .h1_sub dd {
		width: 100%;
		font-size: 1.6rem;
	}
	.BPreport .main_visual .link_list .jp {
		font-size: 2rem;
	}
	.BPreport .main_visual .link_list {
		width: auto;
	}
	.BPreport .main_visual .link_list a {
		padding: 1rem;
		min-height: 8rem;
		border-width: 2px;
	}
}
@media screen and (max-width: 374px) {
	.BPreport .main_visual .page_ttl {
		font-size: 18.667vw;
	}
}
/* headline01 */
.BPreport .headline01 {
	padding-left: 6.5rem;
	position: relative;
	line-height: 1.4;
}
.BPreport .headline01 .en {
	display: block;
	font-weight: 400;
	font-size: 2.2rem;
	color: #2b4597;
}
.BPreport .headline01 .jp {
	font-size: 4.8rem;
	font-weight: 700;
	display: block;
}
.BPreport .headline01::before {
	width: 4.7rem;
	content: "";
	position: absolute;
	left: 0;
	top: -1.2rem;
	bottom: 0.6rem;
	background: linear-gradient(to bottom,#ba4a83 0%, #fce634 0%, #fc8e4c 23.84%, #fa4462 41.51%, #e32f58 58.71%, #a83497 77.34%, #2762da 100%);
	clip-path: polygon(calc(100% - 0.9rem) 0, 100% 0%, 0.9rem 100%, 0% 100%);
}
/* headline02 */
.BPreport .headline02 {
	line-height: 1.7;
	margin: 0 0 2.2rem;
}
@media screen and (max-width: 768px) {
	.BPreport .headline01 {
		padding-left: 3rem;
	}
	.BPreport .headline01::before {
		width: 2.5rem;
		top: 0;
		bottom: 0.4rem;
		clip-path: polygon(calc(100% - 0.5rem) 0, 100% 0%, 0.5rem 100%, 0% 100%);
	}
	.BPreport .headline01 .en {
		font-size: 1.8rem;
	}
	.BPreport .headline01 .jp {
		font-size: 2.5rem;
	}
	.BPreport .headline02 {
		margin-bottom: 1.2rem;
	}
	.BPreport .headline02 {
		margin-bottom: 1.2rem;
	}
	.BPreport .headline02 span.sp_set {
		letter-spacing: -.1rem;
	}
}
/* interview */
.BPreport .interview {
	padding-top: 11.9rem;
}
.BPreport .interview .text_box {
	margin: 7.7rem -19.2rem 5.7rem;
	position: relative;
}
.BPreport .interview .text_box .text {
	margin: -14.2rem 0 0 auto;
	padding: 3.5rem 10.3rem 2rem 11rem;
	width: fit-content;
	font-size: 2.7rem;
	font-weight: 700;
	background: #fff;
	clip-path: polygon(7.8rem 0, 100% 0, 100% 100%, 0% 100%);
}
.BPreport .interview .text_box .text p {
	margin: 0;
	font-size: 2.7rem;
	line-height: 1.7;
}
.BPreport .interview .text_box .text small {
	font-size: 1.4rem;
	color: #535353;
	display: block;
	margin-top: 1.5rem;
}
.BPreport .interview .text_box .text .name {
	font-size: 2rem;
	display: block;
	color: #535353;
}
.BPreport .interview p + .headline02 {
	margin-top: 4.2rem;
}
.BPreport .interview .list01 {
	margin: 3rem 0 5rem;
	padding: 2.2rem 0 2.2rem 1.9rem;
	display: flex;
	justify-content: center;
	border-radius: 1rem;
	border: 1px solid #2b4597;
}
.BPreport .interview .list01 li {
	width: 43.6rem;
}
.BPreport .interview .list01 .item {
	margin: 0 0 0 4rem;
}
.BPreport .interview .img_list {
	margin: 3rem 0 4.2rem;
	gap: 4.2rem;
	display: flex;
	flex-wrap: wrap;
}
.BPreport .interview .img_list li {
	width: calc((100% - 8.4rem) / 3);
	text-align: center;
}
.BPreport .interview .img_list .photo {
	margin: 0 auto 1.3rem;
	width: 13.7rem;
}
.BPreport .interview .img_list .inner {
	margin-bottom: 5.2rem;
	padding: 1.8rem 1.9rem;
	border-radius: 1rem;
	background: #fff;
	border: 1px solid #2b4597;
	position: relative;
}
.BPreport .interview .img_list .inner::after {
	width: 5rem;
	height: 1.9rem;
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -4.1rem;
	background: url(../images/bpreport-2026/icon01.png) no-repeat center top / 100%;
}
.BPreport .interview .img_list .title {
	margin-bottom: 1.8rem;
	padding-bottom: 1.3rem;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.454;
	text-align: center;
	border-bottom: 1px solid #2b4597;
}
.BPreport .interview .img_list p {
	margin: 0;
}
.BPreport .interview .img_list li > p {
	font-size: 1.8rem;
	line-height: 1.777;
	color: #2b4597;
}
.BPreport .interview .img_list .inner p {
	font-weight: 400;
}
.BPreport .interview .sub_inner {
	margin: 3rem 0 3.4rem;
	padding: 5.5rem 4.5rem 4.3rem;
	border-radius: 1rem;
	border: 1px solid #2b4597;
}
.BPreport .interview .sub_inner .img_head {
	margin: 0 auto 2.7rem;
	width: 45.4rem;
}
.BPreport .interview .list02 {
	display: flex;
	margin: 0 1.7rem 0 2.4rem;
	gap: 7.4rem;
}
.BPreport .interview .list02 li {
	width: 54.2rem;
}
.BPreport .interview .list02 .item {
	width: 34.5rem;
}
@media (min-width: 769px) and (max-width: 1523px) {
	.BPreport .interview .text_box {
		margin-left: -6vw;
		margin-right: -6vw;
	}
}
@media (min-width: 769px) and (max-width: 1280px) {
	.BPreport .interview .text_box {
		margin-left: -7.7rem;
		margin-right: -7.7rem;
	}
}
@media screen and (max-width: 768px) {
	.BPreport .interview {
		padding-top: 7rem;
	}
	.BPreport .interview .text_box {
		margin: 3rem -1rem 3rem;
	}
	.BPreport .interview .text_box .text {
		margin: 1rem;
		padding: 0;
		clip-path: none;
	}
	.BPreport .interview .text_box .text p {
		font-size: 1.6rem;
	}
	.BPreport .interview .text_box .text small {
		font-size: 1.2rem;
	}
	.BPreport .interview .text_box .text .name {
		font-size: 1.4rem;
	}
	.BPreport .interview p + .headline02 {
		margin-top: 3rem;
	}
	.BPreport .interview .list01 {
		margin: 2.5rem 0;
		padding: 1rem 1.5rem;
		display: block;
	}
	.BPreport .interview .list01 li {
		width: auto;
	}
	.BPreport .interview .list01 .item {
		margin: 2rem 0 0;
	}
	.BPreport .interview .img_list {
		margin: 2.5rem 0;
		display: block;
	}
	.BPreport .interview .img_list li {
		width: 100%;
	}
	.BPreport .interview .img_list li + li {
		margin-top: 2.5rem;
	}
	.BPreport .interview .img_list .inner {
		margin-bottom: 4rem;
	}
	.BPreport .interview .img_list .inner::after {
		bottom: -3.2rem;
	}
	.BPreport .interview .img_list .title {
		font-size: 1.8rem;
		padding-bottom: 0.5rem;
	}
	.BPreport .interview .img_list .photo {
		width: 9.7rem;
	}
	.BPreport .interview .sub_inner {
		margin: 2.5rem 0;
		padding: 2rem 2rem 0;
	}
	.BPreport .interview .sub_inner .img_head {
		width: 27.4rem;
		max-width: 100%;
	}
	.BPreport .interview .list02 {
		margin: 0;
		display: block;
	}
	.BPreport .interview .list02 li {
		width: 100%;
	}
	.BPreport .interview .list02 .item {
		margin: 2rem auto 0;
		width: 80%;
	}
	.BPreport .interview .img_list li > p {
		font-size: 1.5rem;
	}
}
/* summary */
.BPreport .summary {
	padding-top: 12.6rem;
}
.BPreport .summary .headline01 {
	margin-bottom: 5.6rem;
}
.BPreport .summary .text01 {
	margin-bottom: 1.9rem;
	font-size: 2.1rem;
	line-height: 1.75;
	position: relative;
	z-index: 1;
}
.BPreport .summary .text02 {
	margin-bottom: -3.9rem;
}
.BPreport .summary .bor_box {
    margin-bottom: 4rem;
    padding: 0 4.5rem 0.5rem;
    border-radius: 1rem;
	overflow: hidden;
    background: linear-gradient(to bottom,#2b4597 3rem,#fff 0%);
    border: 1px solid #2b4597;
}
.BPreport .summary .bor_box02 {
	margin-bottom: 5rem;
	padding-bottom: 2.6rem;
}
.BPreport .summary .heading {
	margin: 0 -4.5rem 2.3rem;
	padding: 1rem;
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
	background: #2b4597;
}
.BPreport .summary .list {
	margin: 0 -4px 15px -8px;
	display: flex;
	flex-wrap: wrap;
}
.BPreport .summary .list li {
	width: calc(100% / 3);
	padding: 1rem 2rem 2rem;
	border-radius: 1rem;
	background: #fff;
	box-sizing: border-box;
}
.BPreport .summary .list li:last-child {
	padding: 0 0.6rem;
	width: 100%;
}
.BPreport .summary .list li:last-child .title {
	margin-bottom: 0;
}
.BPreport .summary .list .title {
    margin-bottom: 2.4rem;
    padding: 0 0.3rem 0.4rem;
    font-size: 2rem;
    color: #2b4597;
    border-bottom: 1px solid #2b4597;
}
.BPreport .summary .list .title02 {
    display: flex;
	justify-content: space-between;
	align-items: baseline;
    border-bottom: 1px solid #2b4597;
}
.BPreport .summary .list .title02 span.left {
    font-size: 2rem;
    color: #2b4597;
}
.BPreport .summary .list .title02 span.right {
    font-size: 1.4rem;
	font-weight: 100;
    color: #000000;
}
.BPreport .summary .list .price {
	margin-bottom: 1.6rem;
	font-size: 2.4rem;
	color: #2b4597;
	text-align: center;
}
.BPreport .summary .list .price .large {
	margin-right: 0.8rem;
	font-size: 6.4rem;
	line-height: 1;
	vertical-align: -2px;
}
.BPreport .summary .list .bg_txt {
	border-radius: 1rem;
	padding: 1.8rem 2rem 0.9rem;
	display: flex;
	align-items: flex-start;
	background: #2b4597 url(../images/bpreport-2026/icon02.png) no-repeat right 1.5rem bottom 2.3rem/3.2rem auto;
}
.BPreport .summary .list .bg_txt .sml {
	margin: 1rem 1rem 0 0;
	padding: 0.2rem 1.2rem 0.1rem;
	color: #2b4597;
	line-height: 1.2;
	border-radius: 2rem;
	background-color: #fff;
}
.BPreport .summary .list .bg_txt .txt_r {
	color: #fff;
	font-size: 2rem;
}
.BPreport .summary .list .bg_txt .txt_r .large {
	margin-right: 0.5rem;
	font-size: 5rem;
	line-height: 1;
	vertical-align: -0.2rem;
}
@media screen and (max-width: 768px) {
	.BPreport .summary {
		padding-top: 7rem;
	}
	.BPreport .summary .bor_box {
		margin-bottom: 4.5rem;
		padding: 0 2rem 0.5rem;
	}
	.BPreport .summary .bor_box .heading {
		margin: 0 -2rem 1.5rem;
		padding: 0.4rem;
		font-size: 2rem;
	}
	.BPreport .summary .bor_box .text01 {
		margin-bottom: 1rem;
		font-size: 1.6rem;
	}
	.BPreport .summary .list {
		margin: 0 0 1.5rem;
		display: block;
	}
	.BPreport .summary .list li {
		width: auto;
		padding: 0 0 2.5rem;
	}
	.top .bor_box .title {
		margin-bottom: 1.5rem;
		font-size: 1.8rem;
	}
	.BPreport .summary .list .price {
		font-size: 1.8rem;
	}
	.BPreport .summary .list .price .large {
		font-size: 5rem;
	}
	.BPreport .summary .list .bg_txt {
		margin: 0 auto;
		max-width: 29.3rem;
	}
	.BPreport .summary .list li:last-child {
		padding: 0;
	}
	.BPreport .summary .form_img {
		margin: 2rem 0;
	}
}
@media screen and (max-width: 374px) {
	.BPreport .summary .list .bg_txt .txt_r .large {
		font-size: 13.333vw;
	}
	.BPreport .summary .list .bg_txt {
        background-position: right 1vw bottom 6.133vw;
        background-size: 6.533vw;
	}
	.BPreport .summary .list .bg_txt .sml {
		margin: 2.667vw 2.667vw 0 0;
		padding: 0.533vw 3.2vw 0.267vw;
		font-size: 3.733vw;
	}
	.BPreport .summary .list .bg_txt .txt_r {
		font-size: 5.333vw;
	}
}
/* loungeBox */
.BPreport .loungeBox {
	padding-top: 11.3rem;
	margin-top: -3rem;
}
.BPreport .loungeBox p {
	margin-bottom: 0;
}
.BPreport .loungeBox .headline01 span small {
}
.BPreport .loungeBox .headline02 {
	margin: 3.2rem 0 3rem;
	color: #000;
}
.BPreport .loungeBox .faq_dl {
	margin-bottom: 14.4rem;
}
.BPreport .loungeBox .faq_dl dt,
.BPreport .loungeBox .faq_dl dd {
	display: flex;
	align-items: flex-start;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.7;
	gap: 1.7rem;
	color: #2b4597;
}
.BPreport .loungeBox .faq_dl dt {
	margin-bottom: 2rem;
	color: #000;
}
.BPreport .loungeBox .faq_dl p {
	font-size: 2rem;
	line-height: 1.7;
}
.BPreport .loungeBox .faq_dl .en_txt {
	width: 8.6rem;
	font-size: 3rem;
	line-height: 1.1333;
	position: relative;
}
.BPreport .loungeBox .faq_dl .en_txt::after {
	width: 5rem;
	height: 1px;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: currentColor;
}
.BPreport .loungeBox .faq_dl .text {
	flex: 1;
}
.BPreport .loungeBox .img_box {
	display: flex;
	align-items: flex-start;
	position: relative;
	z-index: 2;
}
.BPreport .loungeBox .img_box .text_box {
	flex: 1;
}
.BPreport .loungeBox .img_box p {
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.05em;
	line-height: 1.9;
}
.BPreport .loungeBox .img_head {
	margin-bottom: 2.2rem;
	width: 62.2rem;
}
.BPreport .loungeBox .photo_box {
	margin: -7.2rem -13.2rem -3.8rem 0;
	width: 60.9rem;
}
.BPreport .loungeBox .inner_box {
	padding-bottom: 11.5rem;
	position: relative;
	z-index: 1;
}
.BPreport .loungeBox .inner_box::after {
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: -27.6rem;
	bottom: 0;
	background: #ed5487;
	opacity: 0.05;
	z-index: -1;
	clip-path: polygon(0 27.6rem, 100% 0, 100% 100%, 0% 100%);
}
.BPreport .loungeBox .title {
	margin-bottom: 2.3rem;
	width: fit-content;
	color: #ed5487;
	line-height: 1.3;
	border-bottom: 1px solid currentColor;
}
.BPreport .loungeBox .list {
	margin-top: 2.5rem;
	padding: 2.8rem 3.8rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3.6rem;
	background: #fff;
}
.BPreport .loungeBox .list li {
	width: calc((100% - 14.4rem) / 5);
	text-align: center;
}
.BPreport .loungeBox .list .sub_ttl {
	margin-bottom: 1.4rem;
	padding: 0.7rem 0.2rem 0.5rem;
	font-size: 1.8rem;
	line-height: 1.1;
	text-align: center;
	color: #000;
	background: #fbdde7;
}
.BPreport .loungeBox .list .image {
	margin: 0 auto 1.1rem;
	width: 11.6rem;
}
.BPreport .loungeBox .list p {
	line-height: 1.5;
}
.BPreport .loungeBox .inner + .inner {
	margin-top: 9rem;
}
.BPreport .loungeBox .photo {
	margin-top: 2.2rem;
}
.BPreport .loungeBox .photo01 {
	padding: 3rem 0;
	background: #fff;
}
@media screen and (min-width: 769px) {
}
@media (min-width: 769px) and (max-width: 1397px) {
	.BPreport .loungeBox .photo_box {
		margin-right: -8.5rem;
		margin-left: -5rem;
	}
}
@media screen and (max-width: 768px) {
	.BPreport .loungeBox {
		margin: 0;
		padding-top: 7rem;
	}
	.BPreport .loungeBox .headline02 {
		margin: 2rem 0;
	}
	.BPreport .loungeBox .faq_dl {
		margin-bottom: 7rem;
	}
	.BPreport .loungeBox .faq_dl .en_txt {
		width: 4rem;
		font-size: 2.4rem;
	}
	.BPreport .loungeBox .faq_dl .en_txt::after {
		width: 1.4rem;
	}
	.BPreport .loungeBox .faq_dl dt,
	.BPreport .loungeBox .faq_dl dd {
		gap: 1rem;
		font-size: 1.6rem;
	}
	.BPreport .loungeBox .faq_dl dt {
		margin-bottom: 1rem;
	}
	.BPreport .loungeBox .faq_dl p {
		font-size: 1.6rem;
	}
	.BPreport .loungeBox .img_box {
		margin-bottom: 4rem;
		display: block;
	}
	.BPreport .loungeBox .img_head {
		width: 30rem;
		max-width: 100%;
	}
	.BPreport .loungeBox .photo_box {
		margin: 2rem -1rem 0;
		width: auto;
	}
	.BPreport .loungeBox .img_box p {
		font-size: 1.6rem;
	}
	.BPreport .loungeBox .title {
		margin-bottom: 1.7rem;
	}
	.BPreport .loungeBox .list {
		padding: 2rem;
		display: block;
	}
	.BPreport .loungeBox .list li {
		width: 100%;
	}
	.BPreport .loungeBox .list li + li {
		margin-top: 2rem;
	}
	.BPreport .loungeBox .list .sub_ttl {
		padding: 0.6rem 0.3rem;
		font-size: 1.6rem;
	}
	.BPreport .loungeBox .list .image {
		width: 9rem;
	}
	.BPreport .loungeBox .inner_box {
		padding-bottom: 6rem;
	}
	.BPreport .loungeBox .inner_box::after {
		top: -19rem;
		clip-path: polygon(0 7rem, 100% 0, 100% 100%, 0% 100%);
	}
	.BPreport .loungeBox .inner + .inner {
		margin-top: 5rem;
	}
}