@charset "UTF-8";

/* reset
--------------------------------------------------------------------------------*/
html{-webkit-text-size-adjust:100%;box-sizing:border-box;-moz-tab-size:4;tab-size:4;word-break:normal}
*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}
:after,:before{text-decoration:inherit;vertical-align:inherit}
*{margin:0;padding:0}
hr{color:inherit;height:0;overflow:visible}
details,main{display:block}
summary{display:list-item}
small{font-size:80%}
[hidden]{display:none}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
a{background-color:transparent}
a:active,a:hover{outline-width:0}
code,kbd,pre,samp{font-family:monospace,monospace}
pre{font-size:1em}
b,strong{font-weight:bolder}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
table{border-color:inherit;text-indent:0}
iframe{border-style:none}
input{border-radius:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
textarea{overflow:auto;resize:vertical}
button,input,optgroup,select,textarea{font:inherit}
optgroup{font-weight:700}
button{overflow:visible}
button,select{text-transform:none}
[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}
[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}
button,input,select,textarea{background-color:transparent;border-style:none}
a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}
select{-moz-appearance:none;-webkit-appearance:none}
select::-ms-expand{display:none}
select::-ms-value{color:currentColor}
legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}
::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}
[disabled]{cursor:default}
img{border-style:none}
progress{vertical-align:baseline}
[aria-busy=true]{cursor:progress}
[aria-controls]{cursor:pointer}
[aria-disabled=true]{cursor:default}

html {
	font-size: 62.5%;
}
html.locked {
	overflow-y: hidden;
}
body {
	color: #222;
	font-size: 1.4rem;
	font-family: "Noto Sans JP", "游ゴシック体","Yu Gothic","YuGothic","メイリオ","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.8;
}
body * {
	box-sizing: border-box;
}
li {
	list-style: none;
}
img {
	width: 100%;
	height: auto;
	vertical-align: text-top;
}
a {
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	body {
		font-size: 1.6rem;
	}
}


/* common
--------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.u-sp-v {display: block !important;}
	.u-pc-v {display: none !important;}
}
@media screen and (min-width: 768px) {
	.u-sp-v {display: none !important;}
	.u-pc-v {display: block !important;}
}

/* テキスト関連 */
.u-txt-size12 {font-size: 1.2rem;}
.u-txt-sizes {font-size: 1.2rem;}
.u-txt-sizem {font-size: 1.4rem;}
@media screen and (min-width: 768px) {
	.u-txt-sizes {font-size: 1.4rem;}
	.u-txt-sizem {font-size: 1.6rem;}
}
.c-text {
	font-size: initial;
}

.u-txt-bold {
    font-weight: 700 !important;
}
.u-txt-red {
    color: #C3000F !important;
}
.u-txt-gray {
    color: #666666 !important;
}
.u-txt-orange {
    color: #EB5B00 !important;
}
sup {
    font-size: 0.7em;
}
.u-txt-center {
	text-align: center !important;
}
.u-txt-right {
	text-align: right !important;
}
.u-txt-left {
	text-align: left !important;
}
.u-txt-bg {
	background-color: #FFEB02;
}
@media screen and (min-width: 768px) {
	.u-txt-right__pc {
		text-align: right !important;
	}
}

/* H2 */
.c-heading-secondary {
	position: relative;
	z-index: 2;
}
.c-heading-secondary h2 {
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 1.4;
}
.c-heading-secondary h2 > span {
	font-size: 2.4rem;
}

@media screen and (min-width: 768px) {
	.c-heading-secondary h2 {
		font-size: 5.6rem;
	}
	.c-heading-secondary h2 > span {
		font-size: 3.6rem;
	}
}

/* H3 */
.c-heading-tertiary {
	position: relative;
	padding-left: 30px;
	margin-top: 40px;
}
.c-heading-tertiary::before {
	position: absolute;
	content: '';
	top: 7px;
	left: 0;
	width: 20px;
	height: 20px;
	background: radial-gradient(circle, transparent 28%, #EB5B00 28%);;
	border-radius: 10px;
}
.c-heading-tertiary h3 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
}
@media screen and (min-width: 768px) {
	.c-heading-tertiary {
		padding-left: 44px;
		margin-top: 60px;
	}
	.c-heading-tertiary::before {
		top: 12px;
		width: 24px;
		height: 24px;
		background: radial-gradient(circle, transparent 28%, #EB5B00 28%);;
		border-radius: 12px;
	}
	.c-heading-tertiary h3 {
		font-size: 2.8rem;
	}
}

/* H3 ver.2 */
.c-heading-tertiary-v2 {
	margin: 40px 0 20px;
	display: flex;
	flex-direction: column;
}
.c-heading-tertiary-v2 h3 {
	font-size: 2rem;
	line-height: 1.6;
}
.c-heading-tertiary-v2__point {
	position: relative;
	display: flex;
	align-items: center;
	color: #EB5B00;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: Inter;
	line-height: 1;
}
.c-heading-tertiary-v2__point::before {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: calc(100% - 110px);
	height: 1px;
	background-color: #EB5B00;
}
.c-heading-tertiary-v2__point span {
	display: inline-block;
	font-size: 4rem;
	margin-left: 5px;
}
@media screen and (min-width: 768px) {
	.c-heading-tertiary-v2 {
		margin: 80px 0 30px;
		gap: 40px;
		align-items: center;
		flex-direction: row;
	}
	.c-heading-tertiary-v2 h3 {
		font-size: 2.8rem;
	}
	.c-heading-tertiary-v2__point {
		display: inline-block;
		width: 125px;
		font-size: 2.2rem;
		text-align: center;
		padding-right: 40px;
		border-right: 1px solid #EB5B00;
	}
	.c-heading-tertiary-v2__point::before {
		background-color: transparent;
	}
	.c-heading-tertiary-v2__point span {
		display: block;
		font-size: 6.4rem;
	}
}

/* H4 */
.c-heading-quaternary {
	position: relative;
	margin-top: 50px;
	margin-bottom: 20px;
}
.c-heading-quaternary:first-child {
	margin-top: 0;
}
.c-heading-quaternary h4 {
	font-size: 2rem;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.c-heading-quaternary h4 > span {
		display: block;
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 768px) {
	.c-heading-quaternary {
		margin-top: 60px;
		margin-bottom: 20px;
		font-size: 2.3rem;
	}
	.c-heading-quaternary h4 {
		font-size: 2.3rem;
	}
	.c-heading-quaternary h4 > span {
		font-size: 1.4rem;
	}
}

/* H4 ver.2 */
.c-heading-quaternary-v2 {
	margin-top: -18px;
	text-align: center;
}
.c-heading-quaternary-v2 h4 {
	display: inline-block;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	background-color: #EB5B00;
	border-radius: 6px;
	padding: 5px 30px;
}
@media screen and (min-width: 768px) {
	.c-heading-quaternary-v2 {
		margin-top: -34px;
	}
	.c-heading-quaternary-v2 h4 {
		font-size: 2rem;
		border-radius: 12px;
		padding: 16px 50px;
	}
}

.c-lead {
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
	.c-lead {
		font-size: 2rem;
	}
}

/* 汎用マージン */
.u-mt-10 {margin-top: 10px!important;}
.u-mt-xs {margin-top: 20px!important;}
.u-mt-s {margin-top: 30px!important;}
.u-mt-m {margin-top: 40px!important;}
.u-mt-l {margin-top: 50px!important;}
.u-mt-xl {margin-top: 60px!important;}
.u-mt-xxl {margin-top: 80px!important;}
.u-mt-none {margin-top: 0!important;}
@media screen and (min-width: 768px) {
	.u-mt-xs {margin-top: 30px!important;}
	.u-mt-s {margin-top: 40px!important;}
	.u-mt-m {margin-top: 50px!important;}
	.u-mt-l {margin-top: 60px!important;}
	.u-mt-xl {margin-top: 80px!important;}
	.u-mt-xxl {margin-top: 120px!important;}
}

.c-textbox_w {
	padding: 30px 20px;
	background-color: #fff;
}

.g-grid {
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.g-grid__item + .g-grid__item {
		margin-top: 30px;
	}
}
@media screen and (min-width: 768px) {
	.g-grid {
		display: grid;
		gap: 95px 40px;
		grid-template-columns: repeat(2, 1fr);
	}
}

.c-table {
	font-size: 1.8rem;
}
table {
	width: 100%;
    border: none;
	border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}
.c-table__narrow-header {
    padding: 27px 30px;
    border: 1px solid #CCCCCC;
    background-color: #333333;
    color: #fff;
    font-weight: 700;
	line-height: 1.25;
    text-align: center;
    vertical-align: middle;
}
.c-table__narrow-header.bg {
	padding-top: 6px;
	padding-bottom: 6px;
}
.c-table__narrow-header.bg_none {
	background-color: transparent;
	border-top: 0;
	border-left: 0;
}
.c-table__narrow-header.bg_01 {
	background-color: #EB5B00;
}
.c-table__narrow-header.bg_02 {
	background-color: #016BCE;
}
.c-table__narrow-header.bg_03 {
	background-color: #05A110;
}
.c-table__subheader {
    padding: 10px 10px;
	border: 1px solid #CCCCCC;    
    background-color: #6A7E8D;
	color: #fff;
    font-weight: 500;
    text-align: center;
	vertical-align: middle;
}
.c-table__cell {
    padding: 27px 50px;
    border: 1px solid #CCCCCC;
	background-color: #fff;
	text-align: center;
    vertical-align: middle;
}
.c-table__layouter--for-pc {
	display: table-column-group;
}
.c-table__layouter--for-sp {
	display: none;
}
.c-table_guide {
	display: block;
	margin-top: 20px;
	text-align: center;
}
.c-table_guide img {
	width: 100%;
	max-width: 240px;
}
@media screen and (max-width: 767px) {
	.c-table {
		overflow-x: scroll;
		padding-bottom: 10px;
		font-size: 1.4rem;
	}
	.c-table__narrow-header {
		padding: 20px 10px;
	}
	.c-table table {
		min-width: 500px;
	}
	.c-table.c-table_big table {
		min-width: 980px
	}
	.c-table__subheader,
	.c-table__cell {
    	padding: 12px 13px;
	}
	.c-table__narrow-header.bg {
		padding: 3px 0;
	}
	.c-table__narrow-header  > span {
		font-size: 1.2rem;
		font-weight: 500;
	}
	.c-table__layouter--for-pc {
		display: none;
	}
	.c-table__layouter--for-sp {
		display: table-column-group;
	}
}
@media (max-width: 1279px) and (min-width: 768px) {
	.c-table__narrow-header {
		padding: 27px 20px;
	}
	.c-table__cell {
		padding: 27px 30px;
	}
}

.c-deflist {
	border: 1px solid #ddd;
	background-color: #fff;
}
.c-deflist dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
}
.c-deflist dl + dl {
	border-top: 1px solid #ddd;
}
.c-deflist dt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	padding: 12px 13px;
	background-color: #333333;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
.c-deflist dd {
	width: calc(100% - 100px);
	padding: 12px 13px;
}
@media screen and (min-width: 768px) {
	.c-deflist dl {
		font-size: 1.8rem;
	}
	.c-deflist dt {
		width: 240px;
		padding: 27px 35px;
	}
	.c-deflist dd {
		width: calc(100% - 240px);
		padding: 27px 50px;
	}
}

/* リスト */
.c-list {
}
.c-list__item {
	position: relative;
	padding-left: 19px;
}
.c-list__item::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #222222;
}
.c-list__item.u-txt-red::before {
	background-color: #C3000F;
}
.c-list__item + .c-list__item {
	margin-top: 12px;
}
.c-list.circle {
}
.c-list.circle .c-list__item::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #6A7E8D;
}
.c-list.c-list_l .c-list__item {
	padding-left: 22px;
	font-size: 1.4rem;
}
.c-list.c-list_l .c-list__item::before {
	top: 8px;
}
@media screen and (min-width: 768px) {
	.c-list.c-list_l .c-list__item {
		font-size: 2.5rem;
	}
	.c-list.c-list_l .c-list__item::before {
		top: 20px;
	}
	.c-list__item::before {
    	top: 10px;
	}
	.c-list__item + .c-list__item {
		margin-top: 17px;
	}
}

.c-remarks {
	font-size: 1.2rem;
}
.c-remarks__item {
	position: relative;
	padding-left: 1.5em;
}
.c-remarks__item::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: .5em;
}
.c-remarks__item + .c-remarks__item {
	margin-top: 4px;
}
.c-remarks-v2 .c-remarks__item::before {
	content: '＊';
}
.c-remarks-v3 .c-remarks__item::before {
	content: '*';
}
@media screen and (min-width: 768px) {
	.c-remarks {
		font-size: 1.4rem;
	}
}

.c-figure {
	text-align: center;
}
.c-figure.c-figure_m img {
	width: 100%;
	max-width: 700px;
}

.c-figure_guide {
	display: block;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
.c-figure_guide img {
	width: 100%;
	max-width: 295px !important;
}

/* header */
.header {
	position: relative;
	width: 100%;
	height: 63px;
	background-color: #fff;
}
.header-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	height: 63px;
	z-index: 2;
}
.header-logo a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 17px 20px 10px;
}
.header-nav {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 63px;
	display: none;
}
.header-nav > ul {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 85px;
}
.header-nav > ul > li {
	position: relative;
	flex: 1;
	height: 100%;
}
.header-btn {
	float: right;
	position: relative;
	width: 100px;
	height: 100%;	
	text-align: center;
	z-index: 2;
}
.header-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: -1;
}
.header-btn a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.5rem;
	text-decoration: none;
	line-height: 1.4;
}
.header-sp-v {
	display: block;
}

@media screen and (min-width: 1024px) {
	.header {
		height: 85px;
	}
	.header-logo {
		width: 263px;
		height: 85px;
	}
	.header-nav {
		padding-left: 263px;
		padding-right: 140px;
		background-color: transparent;
		height: 85px;
		display: block;
	}
	.header-nav > ul {
		position: relative;
		width: initial;
		margin: 0 auto;
		text-align: center;
	}
	.header-nav > ul > li {
		position: relative;
		flex: none;
		display: inline-block;
		padding: 0 5%;
		vertical-align: top;
	}
	.header-nav > ul > li > a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;	
		height: 100%;
		width: auto;
		color: #000;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.5;
		text-align: left;
		text-decoration: none;
		transition: all 0.4s;
	}
	.header-nav > ul > li > a:hover {
		color: #EB5B00;
	}
	.header-btn {
		width: 140px;
		height: 85px;
	}
	.header-btn > a {
		height: 85px;
		font-size: 1.5rem;
		transition: all 0.4s;
	}
	.header-btn > a:hover {
		opacity: 0.8;
	}
	.header-sp-v {
		display: none;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1120px) {
		.header-logo {
			width: 240px;
		}
		.header-nav {
			padding-left: 226px;
		}
	    .header-nav > ul > li > a {
			font-size: 1.5rem;
		}
}

/* footer */
.footer {
	background-color: #222;
	color: #fff;
	padding: 60px 20px 82px 20px;
}
.footer-wrap {
}
.footer-01 {
}
.footer-01 > ul {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
}
.footer-01 > ul > li + li {
	margin-top: 24px;
}
.footer-01 > ul > li > a {
	position: relative;
	color: #fff;
	text-decoration: none;
}
.footer-02 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 48px;
	border-top: solid 1px #707070;
}
.footer-02-01 {
	order: 1;
	margin: 24px 0 0 0;
}
.footer-02-01-inner > dl {
	font-size: 1.0rem;
	line-height: 1.6;
}
.footer-02-01-inner > dl > dt {
	font-weight: 500;
}
.footer-02-01-inner > dl > dt > span {
	padding: 0 0 0 1em;
}
.footer-02-01-inner-copyright {
	margin-top: 16px;
	font-size: 1.0rem;
	line-height: 1.5;
	font-weight: 500;
}
.footer-02-02 {
	order: 0;
	margin: 48px auto 0 auto;
	width: 189px;
}
.footer-02 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 48px;
	border-top: solid 1px #707070;
}
@media screen and (min-width: 768px) {
	.footer {
		padding: 64px 60px 48px 60px;
	}
	.footer-wrap {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
	}
	.footer-01 > ul {
		margin: -16px -20px 0 0;
		line-height: 32px;
	}
	.footer-01 > ul > li {
		display: inline-block;
		padding: 0 40px 0 0;
		margin: 16px 40px 0 0;
		border-right: solid 1px #fff;
	}
	.footer-01 > ul > li + li {
		padding: 0 40px 0 0;
		margin: 16px 40px 0 0;
	}
	.footer-01 > ul > li:last-child {
		padding: 0 0 0 0;
		margin: 16px 0 0 0;
		border-right: none;
	}
	.footer-01 > ul > li > a {
		transition: all 0.4s;
	}
	.footer-01 > ul > li > a:hover {
		color: #006BCE;
	}
	.footer-02 {
		display: flex;
		width: 100%;
		padding: 50px 0 0 0;
		margin: 0 0 0 0;
		border-top: none;
	}
	.footer-02-01 {
		order: 1;
		flex: 1;
		margin: 0 0 0 0;
		padding: 0 0 0 60px;
		text-align: right;
	}
	.footer-02-01-inner {
		display: inline-block;
		text-align: left;
	}
	.footer-02-01-inner > dl {
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.footer-02-02 {
		order: 0;
		width: 189px;
		margin: 0 0 0 0;
	}
}


body:has(.footer-wrap.is-actio) .area-btn {
    opacity: 0;
	pointer-events: none;
}
.area-btn {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}


/* layout
--------------------------------------------------------------------------------*/
main {
	overflow-x: hidden;
	position: relative;
	width: 100%;
	background-color: #FFEB02;
	z-index: 0;
}
@media screen and (min-width: 768px) {
}

[class^=cts-] {
	position: relative;
	width: 100%;
}
[class^=cts-] .inner__cts {
	width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 5px;
	padding-left: 5px;
	z-index: 2;
}
@media screen and (min-width: 768px) {
	[class^=cts-] .inner__cts {
		padding-right: 40px;
		padding-left: 40px;
	}
}
.cts-background-01 {
	position: relative;
	background-color: #fff;
	border-radius: 20px;
	padding: 60px 25px;
	box-shadow: 0px 20px 40px rgba(0,0,0,0.10);
	margin-top: 65px;
}
.cts-background-01::before {
	position: absolute;
	content: '';
	top: -5px;
	left: 60px;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	border-top: 30px solid #ffeb02;
	border-bottom: 0;
}
.cts-background-01 .c-list {
	font-size: 1.4rem;
}
.cts-background-01 .c-remarks {
	font-size: 12px;
}
@media screen and (min-width: 768px) {
	.cts-background-01 {
		border-radius: 28px;
		padding: 80px 110px;
		margin-top: 130px;
	}
	.cts-background-01::before {
		top: -10px;
		left: 136px;
		border-right: 60px solid transparent;
		border-left: 60px solid transparent;
		border-top: 60px solid #ffeb02;
	}
	.cts-background-01 .c-list {
		font-size: 2rem;
	}
	.cts-background-01 .c-list__item::before {
		top: 14px;
	}
}
@media (max-width: 1279px) and (min-width: 768px) {
	.cts-background-01 {
		padding: 80px 40px;
	}
}

.c-images-area {
	position: relative;
	padding: 0 0 13px;
	border-top: 1px solid #EA5C01;
	border-bottom: 1px solid #EA5C01;
	margin-top: 65px;
}
.c-images-area > .c-figure {
	margin-top: 12px;
}
@media screen and (min-width: 768px) {
	.c-images-area {
		
	}
	.c-images-area-v2 {
		padding: 0 30px 16px;
		border-radius: 20px;
		border: 1px solid #EA5C01;
	}
}

/* fade */
.js-inone {
	opacity: 0;
}
.is-actone {
	opacity: 1;
	animation: to-visible 0.4s ease-in forwards;
}
@keyframes to-visible {
  0% {
    opacity: 0;
	padding-top: 20px;
  }
  40% {
    opacity: 0;
	padding-top: 20px;
  }
  100% {
    opacity: 1;
	padding-top: 0;
  }
}

/* MV */
.cts-mv {
	position: relative;
}
.cts-mv::after {
	position: absolute;
	content: '';
	top: -70px;
	right: -70px;
	background: url(../images/base/g_illust_chart_01_20250723.png);
	background-size: cover;
	width: 209px;
	height: 189px;
}
.c-billboard {
	padding: 56px 0 45px;
	margin: 0 auto;
	width: 280px;
}
.c-billboard__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 280px;
	margin-bottom: 10px;
}
.c-billboard__subtitle {
	position: relative;
	width: 144px;
	padding-left: 7px;
}
.c-billboard__subtitle::before {
	position: absolute;
	content: '';
	top: -60px;
	left: -33px;
	background: url(../images/base/g_illust_coin_01_20250723.png);
	background-size: cover;
	width: 46px;
	height: 67px;
}
.c-billboard__text {
	position: relative;
	border: 1px solid #000000;
	display: flex;
	align-items: center;
	padding: 4px 4px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	z-index: 2;
}
.c-billboard__num {
	font-family: Inter;
	font-size: 2rem;
	margin-left: 2px;
}
.c-billboard__title {
	position: relative;
	width: 280px;
	margin-bottom: 10px;
	z-index: 3;
}
.c-billboard__title::after {
	position: absolute;
	display: block;
	content: '';
	bottom: -20px;
	right: -38px;
	background: url(../images/base/g_illust_human_03_20250723.png);
	background-size: cover;
	width: 31px;
	height: 116px;
}
.c-billboard__lead {
	position: relative;
	text-align: center;
	line-height: 1;
	width: 275px;
	margin-left: 5px;
	padding: 10px 0;
	border-top: 1px solid #EB5B00;
	border-bottom: 1px solid #EB5B00;
	z-index: 2;
}
.c-billboard__lead::before {
	position: absolute;
	content: '';
	bottom: -20px;
	left: -40px;
	background: url(../images/base/g_illust_human_01_20250723.png);
	background-size: cover;
	width: 36px;
	height: 116px;
}
.c-billboard__lead img {
	width: 187px;
}
@media (max-width: 1279px) and (min-width: 768px) {
	/* タブレットの際にPCデザインのまま縮小表示させる */
	.cts-mv::after {
		top: calc(-283vw / 12.8); /* -283px */
		right: calc(-95vw / 12.8); /* -95px */
		width: calc(852vw / 12.8); /* 852px */
		height: calc(755vw / 12.8); /* 755px */
		z-index: -1;
	}
	.c-billboard {
		padding: calc(165vw / 12.8) 0 calc(130vw / 12.8) calc(50vw / 12.8); /* 165px 0 130px 50px */
		margin: 0;
		width: auto;
	}
	.c-billboard__inner {
		width: calc(640vw / 12.8); /* 640px */
		margin-bottom: calc(30vw / 12.8); /* 30px */
	}
	.c-billboard__subtitle {
		width: calc(325vw / 12.8); /* 325px */
		padding-left: calc(15vw / 12.8); /* 15px */
	}
	.c-billboard__subtitle::before {
		top: calc(-205vw / 12.8); /* -205px */
		left: calc(-112vw / 12.8); /* -112px */
		width: calc(127vw / 12.8); /* 127px */
		height: calc(184vw / 12.8); /* 184px */
	}
	.c-billboard__text {
		padding: calc(10vw / 12.8) calc(10vw / 12.8); /* 10px 10px */
		font-size: calc(24vw / 12.8); /* 2.4rem */
	}
	.c-billboard__num {
		font-size: calc(40vw / 12.8); /* 4rem */
		margin-left: calc(5vw / 12.8); /* 5px */
	}
	.c-billboard__title {
		width: calc(640vw / 12.8); /* 640px */
		margin-bottom: calc(30vw / 12.8); /* 30px */
	}
	.c-billboard__title::before {
		position: absolute;
		display: block;
		content: '';
		top: calc(-70vw / 12.8); /* -70px */
		right: calc(-450vw / 12.8); /* -450px */
		background: url(../images/base/g_illust_coin_02_20250723.png);
		background-size: cover;
		width: calc(440vw / 12.8); /* 440px */
		height: calc(500vw / 12.8); /* 500px */
		z-index: 2;
	}
	.c-billboard__title::after {
		bottom: calc(-90vw / 12.8); /* -90px */
		right: calc(-536vw / 12.8); /* -536px */
		width: calc(71vw / 12.8); /* 71px */
		height: calc(267vw / 12.8); /* 267px */
	}
	.c-billboard__lead {
		width: calc(625vw / 12.8); /* 625px */
		margin-left: calc(15vw / 12.8); /* 15px */
		padding: calc(20vw / 12.8) 0; /* 20px */
	}
	.c-billboard__lead::before {
		bottom: calc(-100vw / 12.8); /* -100px */
		left: calc(-113vw / 12.8); /* -113px */
		width: calc(83vw / 12.8); /* 83px */
		height: calc(267vw / 12.8); /* 267px */
	}
	.c-billboard__lead::after {
		position: absolute;
		content: '';
		bottom: calc(-244vw / 12.8); /* -244px */
		right: calc(-151vw / 12.8); /* -151px */
		background: url(../images/base/g_illust_human_02_20250723.png);
		background-size: cover;
		width: calc(110vw / 12.8); /* 110px */
		height: calc(274vw / 12.8); /* 274px */
	}
	.c-billboard__lead img {
		width: calc(396vw / 12.8); /* 396px */
	}
}
@media screen and (min-width: 1280px) {
	.cts-mv::after {
		top: -283px;
		right: -95px;
		width: 852px;
		height: 755px;
		z-index: -1;
	}
	.c-billboard {
		padding: 165px 0 130px 50px;
		margin: 0;
		width: auto;
	}
	.c-billboard__inner {
		width: 640px;
		margin-bottom: 30px;
	}
	.c-billboard__subtitle {
		width: 325px;
		padding-left: 15px;
	}
	.c-billboard__subtitle::before {
		top: -205px;
		left: -112px;
		width: 127px;
		height: 184px;
	}
	.c-billboard__text {
		padding: 10px 10px;
		font-size: 2.4rem;
	}
	.c-billboard__num {
		font-size: 4rem;
		margin-left: 5px;
	}
	.c-billboard__title {
		position: relative;
		width: 640px;
		margin-bottom: 30px;
	}
	.c-billboard__title::before {
		position: absolute;
		display: block;
		content: '';
		top: -70px;
		right: -450px;
		background: url(../images/base/g_illust_coin_02_20250723.png);
		background-size: cover;
		width: 440px;
		height: 500px;
		z-index: 2;
	}
	.c-billboard__title::after {
		bottom: -90px;
		right: -536px;
		width: 71px;
		height: 267px;
	}
	.c-billboard__lead {
		width: 625px;
		margin-left: 15px;
		padding: 20px 0;
	}
	.c-billboard__lead::before {
		bottom: -100px;
		left: -113px;
		width: 83px;
		height: 267px;
	}
	.c-billboard__lead::after {
		position: absolute;
		content: '';
		bottom: -244px;
		right: -151px;
		background: url(../images/base/g_illust_human_02_20250723.png);
		background-size: cover;
		width: 110px;
		height: 274px;
	}
	.c-billboard__lead img {
		width: 396px;
	}
}

/* ご購入はこちらボタン */
.area-btn {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 85px;
	height: 85px;
	transition: all 0.2s ease-in-out;
	z-index: 10;
}
.area-btn.is-hide {
	bottom: -164px;
}
.area-btn__inner {
	position: relative;
}
.area-btn__inner .area-btn_hide {
	position: absolute;
	top: -16px;
	right: 0;
	display: block;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid  #000;
	border-radius: 10px;
	background-image: url(../images/base/g_icon_arrow_02_20250723.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 6px auto;
	cursor: pointer;
	z-index: 2;
}
.area-btn.is-hide .area-btn__inner .area-btn_hide {
	transform:rotate(180deg);
}
.area-btn__inner .area-btn_hide > span {
	display: none;
}
.area-btn .c-btn {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
	visibility: visible;
	transition: all 0.2s ease-in-out;
}
.area-btn .c-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #0033a0, #001f6e);
	border-radius: 100px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.15);
	z-index: -1;
}
.area-btn .c-btn .c-btn__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 85px;
	height: 85px;
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.area-btn .c-btn .c-btn__inner::before {
	content: '';
	position: absolute;
	bottom: 7px;
	right: 50%;
	transform: translateX(50%);
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(../images/base/g_icon_arrow_01_20250723.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	z-index: -1;
}
.area-btn .c-btn .c-btn__inner span {
	line-height: 1.2;
	font-weight: 700;
	padding-bottom: 3px;
}
.area-btn.is-hide .c-btn {
	visibility: hidden;
	opacity: 0;
}
@media screen and (max-width: 767px) {
	.area-btn.is-hide {
    	bottom: -61px;
	}
}
@media screen and (min-width: 768px) {
	.area-btn__inner .area-btn_hide {
		top: -10px;
		width: 36px;
		height: 36px;
		border-radius: 18px;
		background-size: 10px auto;
	}
	.area-btn,
	.area-btn .c-btn,
	.area-btn .c-btn::before,
	.area-btn .c-btn .c-btn__inner {
		width: 200px;
		height: 200px;
		border-radius: 100px;
	}
	.area-btn .c-btn .c-btn__inner span {
		display: block;
		font-size: 2.8rem;
		padding-bottom: 10px;
	}
	.area-btn .c-btn .c-btn__inner::before {
		bottom: 20px;
		width: 40px;
		height: 40px;
	}
	.area-btn .c-btn::before {
		transition: all 0.4s;
	}
	.area-btn .c-btn:hover::before {
		background: linear-gradient(135deg, #000000, #000000);
	}
}

/* 日本株配当ローテーション戦略とは */
.cts-about .cts-background-01 {
	position: relative;
	margin-top: 0;
	z-index: 2;
}
.cts-about .cts-background-01::after {
	position: absolute;
	content: '';
	top: -37px;
	right: 10px;
	background: url(../images/base/g_illust_coin_03_20250723.png);
	background-size: cover;
	width: 136px;
	height: 129px;
}
@media screen and (min-width: 768px) {
	.cts-about .cts-background-01::after {
		background: none;
	}
}
@media screen and (min-width: 768px) {	
	.cts-about .c-images-area{
		border-bottom: 0;
	}
	.cts-about .c-images-area > .c-figure {
		margin-top: 14px;
	}
	.cts-about .c-heading-quaternary-v2 {
		margin-top: -26px;
	}
	.cts-about .c-heading-quaternary-v2 h4 {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}

/* 高い分配金利回りを実現 */
@media screen and (min-width: 768px) {
	.cts-dividend .cts-background-01 {
		position: relative;
	}
	.cts-dividend .cts-background-01::after {
		position: absolute;
		content: '';
		top: 27px;
		right: 68px;
		background: url(../images/base/g_illust_coin_04_20250723.png);
		background-size: cover;
		width: 242px;
		height: 281px;
	}
	.cts-dividend .c-images-area {
		position: relative;
		margin-top: 100px;
	}
	.cts-dividend .c-images-area::before {
		position: absolute;
		content: '';
		top: -15px;
		left: -61px;
		background: url(../images/base/g_illust_human_02_20250723.png);
		background-size: cover;
		width: 85px;
		height: 211px;
	}
	.cts-dividend .c-images-area > .c-figure {
		margin-top: 27px;
	}
}
@media (min-width: 768px) and (max-width: 1110px) {
	/* 1000px以下は文字にかぶるため非表示 */
	.cts-dividend .cts-background-01::after {
		background: none;
	}
}
@media (max-width: 1279px) and (min-width: 1111px) {
	.cts-dividend .cts-background-01::after {
		top: calc(27vw / 12.8); /* 27px */
		right: calc(68vw / 12.8); /* 68px */
		width: calc(242vw / 12.8); /* 242px */
		height: calc(281vw / 12.8); /* 281px */
	}
}

/* 日本株配当ローテーション戦略の特徴 */
.cts-feature {
	position: relative;
	background-color: #F8F8F8;
	padding: 50px 0;
	margin-top: 65px;
}
.cts-feature::before {
	position: absolute;
	content: '';
	top: 0;
	right: -20px;
	width: 264px;
	height: 144px;
	background: url(../images/base/g_illust_feature_20250723.png);
	background-size: cover;
}
.cts-feature .c-list {
	font-size: 1.4rem;
}
.cts-feature__inner {
	padding: 0 25px;
	position: relative;
}
.cts-feature__inner::before {
	position: absolute;
	content: '';
	left: 60px;
	width: 0;
	top: -51px;
	height: 0;
	border-style: solid;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	border-top: 30px solid #ffeb02;
	border-bottom: 0;
}
.cts-feature__bg {
	background-color: #fff;
	border-radius: 20px;
	border: 1px solid #FFEB02;
	margin-top: 20px;
	padding: 0 20px 40px;
}
@media screen and (max-width: 767px) {
	.cts-feature .inner__cts {
		padding-right: 10px;
		padding-left: 10px;
	}
}
@media screen and (min-width: 768px) {
	.cts-feature {
		padding: 120px 0;
		margin-top: 130px;
	}
	.cts-feature::before {
		right: 0;
		width: 618px;
		height: 336px;
	}
	.cts-feature .c-list {
		font-size: 2rem;
	}
	.cts-feature .c-list__item::before {
		top: 14px;
	}
	.cts-feature__inner {
		max-width: 1200px;
		padding: 0 110px;
		margin: 0 auto;
	}
	.cts-feature__inner::before {
		top: -130px;
		left: 137px;
		border-right: 60px solid transparent;
		border-left: 60px solid transparent;
		border-top: 60px solid #ffeb02;
	}
	.cts-feature__bg {
		border-radius: 30px;
		border: 4px solid #FFEB02;
		margin-top: 80px;
		padding: 0 110px 80px;
	}
}
@media (max-width: 1279px) and (min-width: 768px) {
	.cts-feature__inner {
		padding: 0 40px;
	}
	.cts-feature__bg {
		padding: 0 40px 80px;
	}
}

/* 日本株配当ローテーション戦略の保有銘柄例 */
.cts-stocks .c-heading-secondary {
	position: relative;
}
.cts-stocks .c-heading-secondary::before {
	position: absolute;
	content: '';
	top: -106px;
	right: 58px;
	background: url(../images/base/g_illust_human_02_20250723.png);
	background-size: cover;
	width: 55px;
	height: 136px;
}
.cts-stocks .c-heading-secondary::after {
	position: absolute;
	content: '';
	top: -140px;
	right: 15px;
	background: url(../images/base/g_illust_human_03_20250723.png);
	background-size: cover;
	width: 35px;
	height: 130px;
}
.cts-stocks .c-table tr:nth-child(even) .c-table__cell {
	background-color: #F8F8F8;
}
.cts-stocks .c-table__narrow-header {
    padding: 8px 10px;
}
.cts-stocks .c-table__cell {
    padding: 18px 20px;
}
.cts-stocks .c-table {
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.cts-stocks .c-table__cell {
    	padding: 15px 10px;
	}
}
@media screen and (min-width: 768px) {
	.cts-stocks .c-heading-secondary::before {
		top: auto;
		bottom: -12px;
		right: -5px;
		width: 87px;
		height: 215px;
	}
	.cts-stocks .c-heading-secondary::after {
		top: -30px;
		right: -65px;
		width: 55px;
		height: 208px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
	.cts-stocks .c-heading-secondary::before {
		background: none;
	}
	.cts-stocks .c-heading-secondary::after {
		background: none;
	}
	.cts-stocks .c-table__cell {
    	padding: 18px 10px;
	}
}


/* 日本株配当ローテーション戦略の魅力 */
.cts-charm .c-heading-secondary {
	padding-right: 25px;
	padding-left: 25px;
}
.cts-charm .cts-charm-wrap {
	padding: 60px 0 0;
}
.cts-charm .un-charm-grid {
	margin-top: 34px;
}
.cts-charm .un-charm-grid .g-grid__item {
	position: relative;
	background-color: #fff;
	border-radius: 28px;
	padding: 0 25px 40px;
	font-size: 1.4rem;
	box-shadow: 0px 20px 40px rgba(0,0,0,0.10);
}
.cts-charm .un-charm-grid .g-grid__item::before {
	position: absolute;
	content: '';
	left: 50%;
	transform: translateX(-50%);
}
.cts-charm .un-charm-grid .g-grid__item:first-child:before {
	top: -14px;
	width: 60px;
	height: 87px;
	background: url(../images/base/g_illust_coin_01_20250723.png);
	background-size: cover;
}
.cts-charm .un-charm-grid .g-grid__item:nth-child(2)::before {
	top: -9px;
	width: 68px;
	height: 80px;
	background: url(../images/base/g_illust_coin_05_20250723.png);
	background-size: cover;
}
.cts-charm .un-charm-grid .g-grid__item:nth-child(3)::before {
	top: -18px;
	width: 101px;
	height: 90px;
	background: url(../images/base/g_illust_coin_06_20250723.png);
	background-size: cover;
}
.cts-charm .un-charm-grid .g-grid__item:nth-child(4)::before {
	top: -10px;
	width: 57px;
	height: 80px;
	background: url(../images/base/g_illust_coin_07_20250723.png);
	background-size: cover;
}
.un-charm-grid__ttl {
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 80px;
}
@media screen and (min-width: 768px) {
	.cts-charm .c-heading-secondary {
		padding-right: 0;
		padding-left: 0;
	}
	.cts-charm .un-charm-grid {
		margin-top: 64px;
	}
	.cts-charm .cts-charm-wrap {
		padding: 120px 50px 0;
	}
	.cts-charm .un-charm-grid .g-grid__item {
		padding: 0 60px 40px;
		font-size: 1.8rem;
	}
	.cts-charm .un-charm-grid .g-grid__item:first-child:before {
		top: -30px;
		width: 70px;
		height: 102px;
		background: url(../images/base/g_illust_coin_01_20250723.png);
		background-size: cover;
	}
	.cts-charm .un-charm-grid .g-grid__item:nth-child(2)::before {
		top: -38px;
		width: 97px;
		height: 114px;
		background: url(../images/base/g_illust_coin_05_20250723.png);
		background-size: cover;
	}
	.cts-charm .un-charm-grid .g-grid__item:nth-child(3)::before {
		top: -45px;
		width: 131px;
		height: 117px;
		background: url(../images/base/g_illust_coin_06_20250723.png);
		background-size: cover;
	}
	.cts-charm .un-charm-grid .g-grid__item:nth-child(4)::before {
		top: -51px;
		width: 91px;
		height: 128px;
		background: url(../images/base/g_illust_coin_07_20250723.png);
		background-size: cover;
	}
	.un-charm-grid__ttl {
		padding-top: 80px;
		font-size: 2.8rem;
	}
}
@media (max-width: 1279px) and (min-width: 768px) {
	.cts-charm .cts-charm-wrap {
		padding: 120px 40px 0;
	}
}


/* 日本株配当ローテーション戦略の概要 */
.cts-summary .cts-background-01::after {
	position: absolute;
	content: '';
	bottom: -89px;
	right: 52px;
	width: 136px;
	height: 124px;
	background: url(../images/base/g_illust_summary_20250723.png);
	background-size: cover;
}
.un-summary-flex {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 20px;
}
.un-summary__img {
	width: 100%;
}
.un-summary__txt {
	width: 100%;
	font-weight: 500;
}
.un-summary__txt ol {
	counter-reset: listnum;
}
.un-summary__txt ol li {
	position: relative;
	padding-left: 30px;
	font-size: 1.6rem;
}
.un-summary__txt ol li::before {
	position: absolute;
	top: -8px;
	left: 0;
	font-size: 2.4rem;
	font-weight: 700;
	color: #EB5B00;
	content: counter(listnum) ".";
	counter-increment: listnum;
}
.un-summary__txt ol li + li {
	margin-top: 20px;
}
@media screen and (min-width: 768px) {
	.cts-summary .cts-background-01::after {
		bottom: -112px;
		right: 42px;
		width: 225px;
		height: 204px;
	}
	.un-summary-flex {
		flex-direction: row;
		margin-top: 40px;
	}
	.un-summary__img {
		width: 470px;
	}
	.un-summary__txt {
		width: 480px;
	}
	.un-summary__txt ol li {
		padding-left: 40px;
	}
	.un-summary__txt ol li + li {
		margin-top: 40px;
	}
}

/* 留意点 */
.cts-pointstonote {
	padding-top: 40px;
	padding-bottom: 60px;
	background-color: #ffffff;
	margin-top: 110px;
}
@media screen and (max-width: 767px) {
	.cts-pointstonote {
		font-size: 1.2rem;
	}
	.cts-pointstonote .inner__cts {
		padding-right: 15px;
		padding-left: 15px;
	}
	.cts-pointstonote .c-list__item {
		font-size: 1.2rem;
	}
	.cts-pointstonote .c-list__item::before {
		top: 7px;
	}
	.cts-pointstonote .c-remarks__item {
		font-size: 1.2rem;
	}
	.cts-pointstonote .c-list.circle .c-list__item {
	    padding-left: 20px;
	}
	.cts-pointstonote .c-list.circle .c-list__item::before {
		top: 7px;
		width: 8px;
		height: 8px;
		border-radius: 8px;
	}
}
@media screen and (min-width: 768px) {
	.cts-pointstonote {
		padding-top: 120px;
		padding-bottom: 120px;
		margin-top: 180px;
	}
	.cts-pointstonote .inner__cts {
		padding-right: 150px;
		padding-left: 150px;
	}
	.cts-pointstonote p {
		font-size: 1.4rem;
	}
	.cts-pointstonote p.u-txt-sizem {
		font-size: 1.6rem;
	}
	.cts-pointstonote .c-list .c-list__item {
		font-size: 1.4rem;
	}
	.cts-pointstonote .c-list .c-list__item::before {
        top: 8px;
	}
}
@media (max-width: 1279px) and (min-width: 768px) {
	.cts-pointstonote .inner__cts {
		padding-right: 80px;
		padding-left: 80px;
	}
}

/* モーダル */
.modal-portfolio {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.69);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s linear, visibility 0.2s;
	z-index: 150;
}
.modal-portfolio__closelayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.modal-portfolio__inner {
	position: relative;
	width: 90%;
	max-width: 1200px;
	z-index: 1;
}
.modal-portfolio__close {
	position: absolute;
    top: -45px;
    right: 0;
	color: #fff;
	font-size: 2rem;
	cursor: pointer;
    z-index: 3;
}
.modal-portfolio__close::before {
    content: "×";
    position: absolute;
    top: -1px;
    left: -30px;
    font-size: 2.2rem;
}
.modal-portfolio__content {
	display: none;
	width: 100%;
	height: 0;
	-webkit-overflow-scrolling: auto;
	overflow-scrolling: auto;
	pointer-events: none;
}
.modal-portfolio__content.is-show {
	display: block;
	height: auto;
	max-height: 75vh;
	pointer-events: all;
}
.modal-portfolio.is-show {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.modal-portfolio-body__title {
    padding: 15px 20px;
	background-color: #FFEB02;
	border-radius: 20px 20px 0 0;
	font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
	text-align: center; 
}
.modal_inn {
    padding: 30px 20px;
    /* overflow-y: scroll; */
    background-color: #fff;
	/* scrollbar-width: thin; */
	border-radius: 0 0 20px 20px;
}
.modal_sub_title span {
    display: block;
	color: #3914B4;
}
.modal_inn .link_list_box {
	margin-bottom: 20px;
}
.modal_inn ul > li {
    position: relative;
    line-height: 2;
}

.modal_inn ul > li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	border: 1px solid #000000;
	border-radius: 100px;
}
.modal_inn ul > li a[target="_blank"]::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/base/g_icon_blank_img_01_250723.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 0;
	transform: translateY(-50%);
}
.modal_inn ul > li a img {
	width: auto;
	height: 41px;
}

.modal_inn .pr_text {
	color: #EB5B00;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.modal-cautonarea {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.modal_inn ul > li + li {
		margin-top: 20px;
	}
}
@media screen and (min-width: 768px) {
	.c-modal {
		cursor: pointer;
	}
	.c-modal:hover {
		opacity: 0.7;
	}
	.modal-portfolio-body__title {
		padding: 25px 20px;
		font-size: 2.8rem;
	}
	.modal_inn {
    	padding: 50px 5% 45px;
	}
	.modal_inn ul {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		gap: 40px 4%;
	}
	.modal_inn ul > li {
		width: calc(50% - 4%);
	}
	.modal_inn ul > li a {
		min-height: 80px;
		transition: opacity 0.2s ease-in-out;
	}
	.modal_inn ul > li a:hover {
		opacity: 0.6;
	}
	.modal_inn ul > li a img {
		height: 48px;
	}
	.modal_inn .pr_text {
		margin-top: 40px;
		font-size: 2.4rem;
	}
	.modal-cautonarea {
		text-align: center;
	}
	.modal-portfolio__content .c-figure {
		padding: 50px 5% 45px;
		background-color: #fff;
		border-radius: 20px;
	}
	.c-remarks {
		display: inline-block !important;
		width: auto !important;
		margin-right: auto;
		margin-left: auto;
	}
	.c-remarks > li {
		width: auto !important;
	}
	.un-modal-pctxt {
		position: relative;
		margin-top: 10px;
		padding-left: 22px;
		line-height: 1;
		display: inline-block;
	}
	.un-modal-pctxt::before {
		position: absolute;
		content: '';
		top: 2px;
		left: 0;
		background: url(../images/base/g_icon_plus_20250723.png);
		background-size: contain;
		width: 14px;
		height: 14px;
	}
}
