@charset "UTF-8";

/* =Reset
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;word-wrap:break-word;overflow-wrap:break-word;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:inherit;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:super;}
sub{vertical-align:text-bottom;}
input,textarea,select,button{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select,button{*font-size:100%;}
legend{color:#000;}
img {vertical-align:top;}
input[type="radio"],input[type="checkbox"] {vertical-align: -2px;}
label {cursor: pointer;}


/* =Common
-------------------------------------------------------------- */
body {
	text-align: center;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
input[type="submit"], input[type="reset"] {
	appearance: none;
	cursor: pointer;
}

@font-face {
	font-family: 'Noto Sans JP';
	src: url('../font/NotoSansJP.woff2') format('woff2'),
		url('../font/NotoSansJP.woff') format('woff');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Rubik';
	src: url('../font/Rubik-VariableFont_wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}


/* clearfix */
.cf:before, .cf:after {content:"";display:table;}
.cf:after {clear:both;}
.clr {clear: both;}


/* =Styles 
-------------------------------------------------------------- */
body {
	/* win：游ゴシック、mac：游ゴシック、iPhone：San Francisco、ヒラギノ（-1px） */
	font-family: 'Noto Sans JP', YuGothic, -apple-system, BlinkMacSystemFont, 'Yu Gothic Medium', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
	color: #232323;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #232323;
}
.rubik {
	font-family: 'Rubik', sans-serif;
}
@media ( min-width: 481px ){
	body {
		font-size: 14px;
	}
	.sp {
		display: none !important;
	}
	.inner {
		max-width: 1260px;
		margin: 0 auto;
	}
}
@media ( min-width: 769px ){
	.sptab {
		display: none !important;
	}
	.inner {
		padding: 0 min(1.5385vw, 20px);
	}
}
@media ( max-width: 768px ){
	.pc {
		display: none !important;
	}
	.inner {
		padding: 0 min(4.1667vw, 20px);
	}
}
@media ( max-width: 480px ){
	body {
		font-size: 3.2vw;
	}
	.pctab {
		display: none !important;
	}
}

.vertical {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.vertical2 {
	display: inline-block;
}

:root {
	--black: #232323;
	--red: #CC0033;
	--yellow: #FEEE30;
	--cta: #FF8F25;
	--pink: #FFDDDD;
	--gray: #707070;
	--lightgray: #EFEDED;
	--darkred: #9D0808;
	--beige: #FFE5CA;
  --blue: #003894;
  --sky: #b9e3ee;
}

.more_btn,
.more_contents_close {
	position: relative;
	color: #fff;
	font-size: min(3.6364vw, 23px);
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.05em;
	width: min(73.8636vw, 450px);
	padding: min(2.9545vw, 20px) 0;
	margin: 0 auto;
	cursor: pointer;
	border-radius: min(22.7273vw, 100px);
	background: var(--red);
	box-shadow: 0px min(0.9091vw,4px) min(2.2727vw, 10px) rgba(0, 0, 0, 0.25);
}
.more_btn::after,
.more_contents_close::after {
	content: '';
	position: absolute;
	top: 50%;
	right: min(4.3182vw, 31px);
	transform: translateY(-50%);
	width: min(2.7273vw, 16px);
	height: min(2.7273vw, 16px);
	
}
.more_btn::after {
	background: url(../img/10g/btn_more.svg)no-repeat center/contain;
}
.more_contents_close::after {
	background: url(../img/10g/btn_more_close.svg)no-repeat center/contain;
}


/* =header
-------------------------------------------------------------- */
.header {
	background: #fff;
}
.header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .logo_wrap,
.header .btns {
	display: flex;
}
.header .btns .cta_btn a {
	position: relative;
	display: block;
	color: #fff;
	background: var(--cta);
}
.header .btns .menu_btn {
	background: var(--black);
	box-sizing: border-box;
	cursor: pointer;
}
.header .btns .menu_btn .lines {
	position: relative;
	height: 100%;
}
.header .btns .menu_btn .lines span {
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
}
.header .btns .menu_btn .lines span:first-child {
	top: 0;
}
.header .btns .menu_btn .lines span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}
.header .btns .menu_btn .lines span:last-child {
	bottom: 0;
}
@media ( min-width: 769px ){
	.header {
		padding: 14px 0 17px;
	}
	.header .logo_wrap p {
		font-size: 12px;
		line-height: 1.5;
		padding: 13.5px 0 0;
		margin-left: 16px;
	}
	.header .btns {
		flex: 0 1 368px;
		justify-content: space-between;
		align-items: center;
	}
	.header .btns .cta_btn {
		flex: 0 1 308px;
	}
	.header .btns .cta_btn a {
		font-size: 20px;
		line-height: 1.5;
		padding: 10px 0;
		border-radius: 100px;
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
		opacity: 1;
		transition: opacity .3s;
	}
	.header .btns .cta_btn a:hover {
		opacity: .8;
	}
	.header .btns .cta_btn a::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 31px;
		width: 8px;
		height: 14px;
		transform: translateY(-50%);
		background: url(../img/10g/btn_arrow.svg)no-repeat center/contain;
	}
	.header .btns .cta_btn a .text {
		padding-left: 30px;
		background: url(../img/10g/icon_cta.svg)no-repeat left top 8px/21px 15px;
	}
	.header .btns .menu_btn {
		width: 40px;
		height: 42px;
		padding: 14px 10px;
		border-radius: 2px;
	}
	.header .btns .menu_btn .lines span {
		height: 2px;
	}
}
@media ( max-width: 768px ){
	.header {
		height: min(13.5417vw, 65px);
	}
	.header .inner {
		padding: 0 0 0 min(4.1667vw, 20px);
	}
	.header .logo_wrap p {
		font-size: min(2.0833vw, 10px);
		text-align: left;
		line-height: 1.5;
		letter-spacing: 0.02em;
		padding: min(3.75vw, 18px) 0 0;
		margin-left: min(4.5833vw, 22px);
	}
	.header .logo_wrap .logo {
		width: min(19.375vw, 93px);
		padding: min(2.5vw, 12px) 0;
	}
	.header .btns .cta_btn {
		width: min(13.5417vw, 65px);
	}
	.header .btns .cta_btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: min(2.9167vw, 14px);
		line-height: 1.2;
		height: min(13.5417vw, 65px);
	}
	.header .btns .cta_btn a .text {
		padding-top: min(3.75vw, 18px);
		background: url(../img/10g/icon_cta.svg)no-repeat top center/min(4.375vw, 21px) min(3.125vw, 15px);
	}
	.header .btns .menu_btn {
		width: min(13.5417vw, 65px);
		height: min(13.5417vw, 65px);
		padding: min(4.5833vw, 22px) min(3.0208vw, 14.5px);
	}
	.header .btns .menu_btn .lines span {
		height: min(0.625vw, 3px);
	}
}

/* =gnav_wrap
-------------------------------------------------------------- */
.gnav_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}
.gnav_wrap.show {
	opacity: 1;
	visibility: visible;
}
.gnav_wrap .in {
	position: relative;
	height: 100%;
	overflow: auto;
	box-sizing: border-box;
}
.gnav_wrap .close {
	position: absolute;	
	cursor: pointer;
}
.gnav_wrap .in .nav ul li {
	text-align: left;
}
.gnav_wrap .in .nav ul li a {
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
.gnav_wrap .in .btn {
	margin: 0 auto;
}
.gnav_wrap .in .btn a {
	position: relative;
	display: block;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 0.05em;
	background: var(--cta);
	border-radius: min(22.7273vw, 100px);
}
.gnav_wrap .in .btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/10g/btn_arrow.svg)no-repeat center/contain;
}
@media ( min-width: 769px ){
	.gnav_wrap {
		background: url(../img/10g/bg_gnav.jpg)no-repeat center/cover;
	}
	.gnav_wrap .close {
		top: 17px;
		right: 0;
		width: 40px;
		height: 42px;
		background: url(../img/10g/close.svg)no-repeat var(--black) center/17px 15px;
	}
	.gnav_wrap .in {
		max-width: 1260px;
		margin: 0 auto;
		padding: 106px 0 0;
	}
	.gnav_wrap .in .nav {
		display: flex;
		justify-content: space-between;
		max-width: 740px;
		margin: 0 auto 60px;
	}
	.gnav_wrap .in .nav ul li + li {
		margin-top: 40px;
	}
	.gnav_wrap .in .nav ul li a {
		font-size: 24px;
	}
	.gnav_wrap .in .nav ul li a:hover {
		opacity: 0.8;
	}
	.gnav_wrap .in .btn {
		width: 508px;
	}
	.gnav_wrap .in .btn a {
		font-size: 23px;
		padding: 20px 0 20px 21px;
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	}
	.gnav_wrap .in .btn a::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 114px;
		transform: translateY(-50%);
		width: 40px;
		height: 30px;
		background: url(../img/10g/icon_cta.svg)no-repeat center/contain;
	}
	.gnav_wrap .in .btn a::after {
		right: 30px;
		width: 16px;
		height: 25px;
	}
}
@media ( max-width: 768px ){
	.gnav_wrap {
		background: url(../img/10g/bg_gnav_sp.jpg)no-repeat center/100% 100%;
	}
	.gnav_wrap .close {
		top: 0;
		right: 0;
		width: min(11.3636vw,65px);
		height: min(11.3636vw,65px);
		background-size: 17px 15px;
		background: url(../img/10g/close_sp.svg)no-repeat var(--black) center/17px 15px;
	}
	.gnav_wrap .in {		
		padding: min(18.4091vw, 81px) 0 0;
	}
	.gnav_wrap .in .nav {
		max-width: 55.68%;
		margin: 0 auto min(11.3636vw, 50px);
	}
	.gnav_wrap .in .nav ul + ul,
	.gnav_wrap .in .nav ul li + li {
		margin-top: min(4.5455vw, 20px);
	}
	.gnav_wrap .in .nav ul li a {
		font-size: min(4.0909vw, 18px);
	}
	.gnav_wrap .in .btn {
		width: min(67%, 295px);
	}
	.gnav_wrap .in .btn a {
		font-size: min(3.6364vw, 16px);
		text-align: left;
		padding: min(4.5455vw, 20px) 0 min(4.5455vw, 20px) 20%;
		box-shadow: 0px min(0.9091vw,4px) min(2.2727vw, 10px) rgba(0, 0, 0, 0.25);
	}
	.gnav_wrap .in .btn a span {
		position: relative;
		padding-left: min(7.9545vw, 35px);
	}
	.gnav_wrap .in .btn a span::before {
		content: '';
		position: absolute;
		top: 57%;
		left: 0;
		transform: translateY(-50%);
		width: 1.5625em;
		height: 1.1875em;
		background: url(../img/10g/icon_cta.svg)no-repeat center/contain;
	}
	.gnav_wrap .in .btn a::after {
		right: 30px;
		width: 0.5em;
		height: 0.8125em;
	}
}

/* =kv .kv_contents
-------------------------------------------------------------- */
.kv {
	overflow: hidden;
}
.kv .kv_contents {
	position: relative;
}
/* ---------- kv_return ---------- */
.kv .kv_contents .kv_return {
  background-color: #c01733;
  color: #fff;
}
.kv .kv_contents .kv_return * {
  white-space: nowrap;
}
.kv .kv_contents .kv_return .return_text {
  font-weight: 700;
}
.kv .kv_contents .kv_return .return_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kv .kv_contents .kv_return .return_kangen {
  font-weight: 700;
  color: #fff100;
}
.kv .kv_contents .kv_return .return_option {
  padding: 0.25em 1em 0.5em;
  line-height: 1.25;
}
@media ( min-width: 769px ){
  .kv .kv_contents .kv_return .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(3.9682vw, 50px);
    height: min(7.9365vw, 100px);
  }
  .kv .kv_contents .kv_return .return_logo {
    width: min(35.0793vw, 442px);
  }
  .kv .kv_contents .kv_return .return_body {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(1.1904vw, 15px);
  }
  .kv .kv_contents .kv_return .return_text {
    font-size: min(1.9047vw, 24px);
  }
  .kv .kv_contents .kv_return .return_inner {
    gap: min(0.7936vw, 10px);
  }
  .kv .kv_contents .kv_return .return_kangen {
    font-size: min(4.2857vw, 54px);
  }
  .kv .kv_contents .kv_return .return_option {
    border: 1px solid #fff;
    font-size: min(1.2698vw, 16px);
  }
}
@media ( max-width: 768px ){
  .kv .kv_contents .kv_return {
    padding: 2.8vw 0 4.9333vw;
  }
  .kv .kv_contents .kv_return .return_logo {
    width: 81.8666vw;
    padding-bottom: 1.8666vw;
    margin: 0 auto 3.5999vw;
    border-bottom: 0.2666vw solid #fff;
  }
  .kv .kv_contents .kv_return .return_logo img {
    width: 58.9333vw;
  }
  .kv .kv_contents .kv_return .return_text {
    margin-bottom: 2.2666vw;
    font-size: 4.2666vw;
  }
  .kv .kv_contents .kv_return .return_inner {
    gap: 2vw;
  }
  .kv .kv_contents .kv_return .return_kangen {
    font-size: 9.3333vw;
  }
  .kv .kv_contents .kv_return .return_option {
    border: 0.1733vw solid #fff;
    font-size: 2.9333vw;
  }
}
/* ---------- kv_inner ---------- */
.kv .kv_contents .kv_inner {
  background: -webkit-linear-gradient(to right, #003894 10%, #0656a8 20%, #0d77bf 33%, #0f83c7 40%, #008cd6 60%, #003894 90%);
  background: linear-gradient(to right, #003894 10%, #0656a8 20%, #0d77bf 33%, #0f83c7 40%, #008cd6 60%, #003894 90%);
}
@media ( min-width: 769px ){
  .kv .kv_contents .kv_inner {
    padding-top: min(2.3809vw, 30px);
  }
}
@media ( max-width: 768px ){
  .kv .kv_contents .kv_inner {
    padding-top: 4.3999vw;
    padding-bottom: 5.4666vw;
  }
  .kv .kv_contents .kv_inner .kv_bnr {
    margin-bottom: 8.9333vw;
  }
}
/* ---------- kv_note ---------- */
.kv .kv_contents .kv_note .inner p {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
.kv .kv_contents .kv_note .inner p a {
  text-decoration: underline;
}
@media ( min-width: 769px ){
  .kv .kv_contents .kv_note .inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kv .kv_contents .kv_note .inner p {
    padding: min(1.5873vw, 20px) 0 min(2.3809vw, 30px);
    font-size: min(1.1111vw, 14px);
    line-height: 1.5714;
  }
}
@media ( max-width: 768px ){
  .kv .kv_contents .kv_note {
    padding: 2vw 2.666vw;
  }
  .kv .kv_contents .kv_note .inner p {
    font-size: 3.2vw;
    line-height: 1.25;
  }
}

/* =toggle
-------------------------------------------------------------- */
.toggle {
	max-width: 800px;
	margin: 0 auto;
	background: #fff;
}
.toggle .toggle_trigger {
	display: block;
	cursor: pointer;
	position: relative;
}
.toggle .toggle_trigger::before,
.toggle .toggle_trigger::after {
	position: absolute;
	content: '';
	top: 50%;
	background-color: var(--black);
}
.toggle .toggle_trigger::before {
	transform: translateY(-50%);
	transition: opacity .2s;
}
.toggle .toggle_trigger::after {
	transform: translateY(-50%) rotate(90deg);
	transition: transform .2s;
}
.toggle .toggle_trigger.show::before {
	opacity: 0;
}
.toggle .toggle_trigger.show::after {
	transform: translateY(-50%) rotate(180deg);
}
.toggle .toggle_content {
	display: none;
	text-align: left;
}
@media ( min-width: 769px ){
	.toggle + .toggle {
		margin-top: min(1.5385vw, 20px);
	}
	.toggle {
		border: 1px solid #ccc;
		border-radius: min(0.7692vw, 10px);
	}
	.toggle .toggle_trigger {
		padding: min(1.2308vw, 16px);
		font-size: min(1.3846vw, 18px);
	}
	.toggle .toggle_trigger::before,
	.toggle .toggle_trigger::after {
		width: min(1.2308vw, 16px);
		height: min(0.1538vw, 2px);
		right: min(2.4615vw, 32px);
	}
	.toggle .toggle_content {
		padding: min(1.2308vw, 16px) min(1.5385vw, 20px);
	}
}
@media ( max-width: 768px ){
	.toggle + .toggle {
		margin-top: 2.0833vw;
	}
	.toggle.ver2 {
		padding-bottom: 3.125vw;
	}
	.toggle {
		border: 0.2083vw solid #ccc;
		border-radius: 0.625vw;
	}
	.toggle .toggle_trigger {
		font-size: 3.3333vw;
		padding: 2.0833vw;
	}
	.toggle .toggle_trigger::before,
	.toggle .toggle_trigger::after {
		width: 2.5vw;
		height: 0.4167vw;
		right: 4.1667vw;
	}
	.toggle .toggle_content {
		padding: 4.1667vw;
	}
}
.toggle .toggle_notes {
	text-align: left;
	color: var(--gray);
	max-width: 590px;
	margin: 0 auto;
	font-weight: 500;
	line-height: 1.5;
}
.toggle .toggle_notes a {
	color: var(--red);
	text-decoration: underline;
}
@media (hover: hover) {
	.toggle .toggle_notes a:hover {
		text-decoration: none;
	}
}
@media ( min-width: 769px ){
	.toggle .toggle_notes {
		font-size: 12px;
		padding: 20px 20px 0;
		letter-spacing: 0.05em;
	}
}
@media ( max-width: 768px ){
	.toggle .toggle_notes {
		font-size: 2.5vw;
		letter-spacing: 0.03em;
		padding: 4.1667vw 2.0833vw 0;
	}
}
.toggle .flex_box dl {
	display: flex;
	align-items: stretch;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.toggle .flex_box dl dt {
	background: #EBEBEB;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.toggle .flex_box dl dt span {
	display: flex;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
}
.toggle .flex_box dl dd {
	flex: 1 1 auto;
	text-align: left;
	letter-spacing: 0.03em;
}
.toggle .flex_box dl dd p + p {
	margin: 1em 0 0;
}
.toggle .flex_box dl dd .color {
	color: var(--red);
}
.toggle .flex_box dl dd .note {
	display: block;
	color: var(--gray);
	line-height: 1.5;
}
@media ( min-width: 769px ){
	.toggle .flex_box dl {
		padding: 20px;
		font-size: 16px;
	}
	.toggle .flex_box dl + dl {
		border-top: 1px solid #ccc;
	}
	.toggle .flex_box dl dt {
		width: 80px;
		border-radius: min(0.3846vw, 5px);
		flex: 0 0 80px;
	}
	.toggle .flex_box dl dd {
		margin: 0 0 0 20px;
	}
	.toggle .flex_box dl dd .note {
		font-size: 12px;
	}
}
@media ( max-width: 768px ){
	.toggle .flex_box {
		padding: 0 4.1667vw;
	}
	.toggle .flex_box dl {
		padding: 4.1667vw 0;
		font-size: 3.3333vw;
	}
	.toggle .flex_box dl + dl {
		border-top: 0.2083vw solid #ccc;
	}
	.toggle .flex_box dl dt {
		width: 11.875vw;
		border-radius: 0.625vw;
		flex: 0 0 11.875vw;
	}
	.toggle .flex_box dl dd {
		margin: 0 0 0 2.0833vw;
	}
	.toggle .flex_box dl dd .note {
		font-size: 2.5vw;
	}
}

/* =attention
-------------------------------------------------------------- */
.attention_box .small {
	font-size: 12px;
}
.attention_box .red {
	color: var(--red);
}
.attention_box .gray {
	color: var(--gray);
}
.attention_box a {
	text-decoration: underline;
	color: var(--red);
}
@media (hover: hover) {
	.attention_box a:hover {
		text-decoration: none;
	}
}
.attention_box p {
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.attention_box .bold_txt1 {
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.attention_box .bold_txt2 {
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.attention_box ul {
	display: flex;
	flex-direction: column;
}
.attention_box li ul {
	padding-left: 1em;
}
.attention_box li {
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.attention_box ul.dotted li {
	position: relative;
	padding-left: 1em;
}
.attention_box ul.dotted li::before {
	position: absolute;
	content: '・';
	left: 0;
}

@media ( min-width: 769px ){
	.attention_box a.gaibu {
		padding-right: 11px;
		background: url("../img/10g/gaibulink.svg") no-repeat right center;
		background-size: 10px;
	}
	.note a.gaibu {
		padding-right: 12px;
		background: url("../img/10g/gaibulink_2.svg") no-repeat right center;
		background-size: 11px;
	}
	.faq_list  a.gaibu {
		padding-right: 14px;
		background: url("../img/10g/gaibulink_3.svg") no-repeat right center;
		background-size: 13px;
	}
	.attention_box a.seni {
		padding-right: 13px;
		background: url("../img/10g/seni.svg") no-repeat right center;
		background-size: 11px;
	}
	.note a.seni {
		padding-right: 13px;
		background: url("../img/10g/seni_2.svg") no-repeat right center;
		background-size: 11px;
	}
	.faq_list a.seni {
		padding-right: 15px;
		background: url("../img/10g/seni_3.svg") no-repeat right center;
		background-size: 13px;
	}
	.attention_box p {
		font-size: 14px;
	}
	.attention_box .bold_txt1 {
		font-size: 18px;
	}
	.attention_box .bold_txt2 {
		font-size: 16px;
	}
	.attention_box ul {
		gap: 10px;
	}
	.attention_box li {
		font-size: 14px;
	}
	.attention_box ul.pad {
		margin-top: 10px;
	}
}
@media ( max-width: 768px ){
	.attention_box a.gaibu {
		padding-right: 3vw;
		background: url("../img/10g/gaibulink.svg") no-repeat right center;
		background-size: 2.5vw;
	}
	.note a.gaibu {
		padding-right: 3vw;
		background: url("../img/10g/gaibulink_2.svg") no-repeat right center;
		background-size: 2.5vw;
	}
	.faq_list  a.gaibu {
		padding-right: 3.2vw;
		background: url("../img/10g/gaibulink_3.svg") no-repeat right center;
		background-size: 2.7vw;
	}
	.attention_box a.seni {
		padding-right: 3vw;
		background: url("../img/10g/seni.svg") no-repeat right center;
		background-size: 2.5vw;
	}
	.note a.seni {
		padding-right: 3vw;
		background: url("../img/10g/seni_2.svg") no-repeat right center;
		background-size: 2.5vw;
	}
	.faq_list a.seni {
		padding-right: 3.2vw;
		background: url("../img/10g/seni_3.svg") no-repeat right center;
		background-size: 2.7vw;
	}
	.attention_box .small {
		font-size: 2.5vw;
	}
	.attention_box p {
		font-size: 2.9167vw;
	}
	.attention_box .bold_txt1 {
		font-size: 3.3333vw;
	}
	.attention_box .bold_txt2 {
		font-size: 3.3333vw;
	}
	.attention_box ul {
		gap: 2.0833vw;
	}
	.attention_box li {
		font-size: 2.9167vw;
	}
}
.attention_box .attention_flow .box {
	position: relative;
	flex: 1;
	text-align: center;
}
.attention_box .attention_flow .box:not(:last-child)::after {
	position: absolute;
	content: '';
	background: var(--black);
}
.attention_box .attention_flow .box .step {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.1;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #fff;
	background: #000;
	border-radius: 100%;
}
.attention_box .attention_flow .box .img {
	margin: 0 auto 1em;
	aspect-ratio: 1 / 1;
}
.attention_box .attention_flow .box .text1 {
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: var(--red);
}
.attention_box .attention_flow .box .text2 {
	line-height: 1.5;
}
@media ( min-width: 769px ){
	.attention_box .attention_flow {
		display: flex;
		gap: 1.8em;
		padding: 2.2em 0 0;
		font-size: 10px;
	}
	.attention_box .attention_flow .box {
		padding: 3.6em 0 1em;
		border: 2px var(--black) solid;
		border-radius: 3px;
	}
	.attention_box .attention_flow .box:not(:last-child)::after {
		width: 1em;
		height: 2.4em;
		bottom: calc(50% - 1.2em);
		right: -1.6em;
		clip-path: polygon(0 0, 0% 100%, 100% 50%);
	}
	.attention_box .attention_flow .box .step {
		width: 4em;
		height: 4em;
		top: calc(0px - 2em);
		left: calc(50% - 2em);
		font-size: 120%;
	}
	.attention_box .attention_flow .box .img {
		width: 58px;
	}
	.attention_box .attention_flow .box .text1 {
		font-size: 140%;
	}
	.attention_box .attention_flow .box .text2 {
		font-size: 105%;
	}
}
@media ( max-width: 768px ){
	.attention_box .attention_flow {
		padding-left: 5.625vw;
	}
	.attention_box .attention_flow .box {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		height: 17.0833vw;
		padding: 0 14.6667vw 0 7.8333vw;
		border: 0.625vw var(--black) solid;
		border-radius: 1.0417vw;
		box-sizing: border-box;
	}
	.attention_box .attention_flow .box:not(:last-child)::after {
		width: 6.9292vw;
		height: 3.75vw;
		bottom: calc(0px - 5.4167vw);
		left: calc(50% - 3.4646vw);
		clip-path: polygon(0 0, 50% 100%, 100% 0);
	}
	.attention_box .attention_flow .box:not(:last-child) {
		margin-bottom: 6.25vw;
	}
	.attention_box .attention_flow .box .step {
		width: 11.25vw;
		height: 11.25vw;
		top: calc(50% - 5.625vw);
		left: -5.625vw;
		font-size: 2.5vw;
	}
	.attention_box .attention_flow .box .img {
		position: absolute;
		width: 10.4167vw;
		height: 10.4167vw;
		top: calc(50% - 5.2083vw);
		right: 3.1667vw;
	}
	.attention_box .attention_flow .box .text1 {
		font-size: 3.3333vw;
	}
	.attention_box .attention_flow .box .text2 {
		font-size: 2.5vw;
	}
}

/* =limit
-------------------------------------------------------------- */
.limit {
	background: #eaf4f7;
}
.limit .head p {
	display: inline-block;
	background: var(--red);
	color: #fff;
	letter-spacing: 0.05em;
}
.limit .caption {
	display: inline-block;
	position: relative;
	letter-spacing: 0.05em;
}
.limit .caption::before,
.limit .caption::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.limit .caption::before {
	background: url("../img/10g/text_decoration_2_left.png") no-repeat 0 0 / contain;
}
.limit .caption::after {
	background: url("../img/10g/text_decoration_2_right.png") no-repeat 0 0 / contain;
}
.limit .caption span {
	position: relative;
	color: var(--red);
	z-index: 1;
	padding: 0 0.11em;
}
.limit .caption span::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 0.346em;
	background: var(--sky);
	z-index: -1;
}
.limit .box_wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 0 min(3.2308vw, 42px);
}
.limit .box_wrap dl {
	position: relative;
}
.limit .box_wrap dl::after {
	content: '';
	position: absolute;
}
.limit .box_wrap dl.web {
	background: var(--blue);
}
.limit .box_wrap dl.tel {
	background: var(--black);
}
.limit .box_wrap dl dt {
	color: #fff;
}
.limit .box_wrap dl dd {
	background: #fff;
}
.limit .box_wrap dl dd .text {
	display: inline-block;
	position: relative;
}
.limit .box_wrap dl dd .text::before,
.limit .box_wrap dl dd .text::after {
	content: "";
	position: absolute;
}
.limit .box_wrap dl.web dd .btn a {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	color: #fff;
	box-sizing: border-box;
}
.limit .box_wrap dl.web dd .btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/10g/btn_arrow.svg)no-repeat center/contain;
}
.limit .box_wrap dl.tel dd .num a {
	display: inline-block;
	color: var(--red);
}
.limit .box_wrap dl.tel dd .time {
	letter-spacing: 0.05em;
}
@media ( min-width: 769px ){
	.limit {
		border-top: 3px solid var(--red);
		border-bottom: 3px solid var(--red);
		padding: 0 0 min(3vw, 39px);
	}
	.limit .head p {
		padding: min(0.1538vw, 2px) min(2.9231vw, 38px) min(0.5385vw, 7px);
		font-size: min(1.3846vw, 18px);
		letter-spacing: 0.05em;
		border-radius: 0 0 min(0.7692vw, 10px) min(0.7692vw, 10px);
		margin: 0 0 min(2.3077vw, 30px);
	}
	.limit .head p .large {
		font-size: min(1.8462vw, 24px);
	}
	.limit .caption {
		letter-spacing: 0.05em;
		font-size: min(3.8462vw ,50px);
		margin: 0 0 min(3.0769vw, 40px);
	}
	.limit .caption::before,
	.limit .caption::after{
		width: min(2.5385vw, 33px);
		height: min(4.4615vw, 58px);
	}
	.limit .caption::before {
		left: max(-3.4615vw, -45px);
	}
	.limit .caption::after {
		right: max(-2.3077vw, -30px);
	}
	.limit .caption span {
		margin: 0 min(0.3175vw, 4px) 0 min(0.7143vw, 9px);
	}
	.limit .box_wrap {
		display: flex;
		justify-content: space-between;
		margin: 0 0 min(3.2308vw, 42px);
	}
	.limit .box_wrap dl {
		width: min(46.5385vw, 605px);
		box-sizing: border-box;
		border-radius: min(0.7692vw, 10px);
	}
	.limit .box_wrap dl.web {
		border: min(0.7692vw, 10px) solid var(--blue);
	}
	.limit .box_wrap dl.web::after {
		top: max(-3.2308vw, -42px);
		left: 0;
		width: min(9vw, 117px);
		height: min(9.4615vw, 123px);
		background: url(../img/10g/limit_img_1.png)no-repeat 0 0/contain;
	}
	.limit .box_wrap dl.tel {
		border: min(0.7692vw, 10px) solid var(--black);
	}
	.limit .box_wrap dl.tel::after {
		top: max(-3vw, -39px);
		right: min(0.5385vw, 7px);
		width: min(4.9231vw, 64px);
		height: min(7.0769vw, 92px);
		background: url(../img/10g/limit_img_2.png)no-repeat 0 0/contain;
	}
	.limit .box_wrap dl dt {
		font-size: min(2vw, 26px);
		letter-spacing: 0.05em;
		padding: min(0.7692vw, 10px) 0 min(1.1538vw, 15px);
	}
	.limit .box_wrap dl dt .small {
		font-size: min(1.7692vw, 23px);
	}
	.limit .box_wrap dl dd {
		border-radius: min(0.7692vw, 10px);
		padding: min(1.9231vw, 25px);
	}
	.limit .box_wrap dl dd .text {
		font-size: min(1.3846vw, 18px);
		margin: 0 auto min(1.5385vw, 20px);
	}
	.limit .box_wrap dl dd .text::before,
	.limit .box_wrap dl dd .text::after {
		width: min(1.4615vw, 19px);
		height: min(2vw, 26px);
		top: 0;
	}
	.limit .box_wrap dl dd .text::before {
		background: url("../img/10g/text_decoration_3_left.png") no-repeat 0 0 / contain;
		left: max(-2.9231vw, -38px);
	}
	.limit .box_wrap dl dd .text::after {
		background: url("../img/10g/text_decoration_3_right.png") no-repeat 0 0 / contain;
		right: max(-2.9231vw, -38px);
	}
	.limit .box_wrap dl.web dd .btn a {
		width: min(39.0769vw, 508px);
		margin: 0 auto;
		background: var(--cta) url(../img/10g/icon_cta.svg)no-repeat 18% center/min(3.0769vw, 40px) min(2.3077vw, 30px);
		font-size: min(1.9vw, 25px);
		letter-spacing: 0.05em;
		padding: min(2.1538vw, 28px) 0;
		border-radius: min(7.6923vw, 100px);
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	}
	.limit .box_wrap dl.web dd .btn a::after {
		right: min(2.3846vw, 31px);
		width: min(1.2308vw, 16px);
		height: min(1.9231vw, 25px);
		background: url(../img/10g/btn_arrow.svg)no-repeat center/contain;
	}
	@media (hover: hover) {
		.limit .box_wrap dl.web dd .btn a:hover {
			opacity: 0.8;
		}
	}
	.limit .box_wrap dl.tel dd .num a {
		font-size: min(4.6154vw, 60px);
		background: url("../img/10g/icon_tel.svg")no-repeat left center/min(3vw, 39px) min(3.3846vw, 44px);
		padding: 0 0 0 min(3.4615vw, 45px);
		margin: 0 0 min(0.3846vw, 5px);
	}
	.limit .box_wrap dl.tel dd .time {
		font-size: min(1.3846vw, 18px);
	}
}
@media ( max-width: 768px ){
	.limit {
		border-top: 0.625vw solid var(--red);
		border-bottom: 0.625vw solid var(--red);
		padding: 0 0 8.125vw;
	}
	.limit .head p {
		padding: 1.6667vw 4.1667vw 1.6667vw;
		font-size: 2.5vw;
		border-radius: 0 0 1.0417vw 1.0417vw;
		margin: 0 0 6.25vw;
	}
	.limit .head p .large {
		font-size: 3.3333vw;
	}
	.limit .caption {
		font-size: 5.8333vw;
		margin: 0 0 5.4167vw;
	}
	.limit .caption::before,
	.limit .caption::after{
		width: 4.7917vw;
		height: 8.75vw;
	}
	.limit .caption::before {
		left: -6.875vw;
	}
	.limit .caption::after {
		right: -5.2083vw;
	}
	.limit .box_wrap {
		display: flex;
		flex-direction: column;
		gap: 2.0833vw 0;
		margin: 0 0 4.1667vw;
	}
	.limit .box_wrap dl {
		border-radius: 1.0417vw;
	}
	.limit .box_wrap dl.web {
		border: 2.0833vw solid var(--blue);
	}
	.limit .box_wrap dl.web::after {
		top: -4vw;
		left: 0;
		width: 15.4167vw;
		height: 16.4583vw;
		background: url(../img/10g/limit_img_1.png)no-repeat 0 0/contain;
	}
	.limit .box_wrap dl.tel {
		border: 2.0833vw solid var(--black);
	}
	.limit .box_wrap dl.tel::after {
		top: -5.8vw;
		right: 8.3333vw;
		width: 8.125vw;
		height: 11.4583vw;
		background: url(../img/10g/limit_img_2.png)no-repeat 0 0/contain;
	}
	.limit .box_wrap dl dt {
		font-size: 3.3333vw;
		padding: 0 0 2.0833vw;
	}
	.limit .box_wrap dl dt .small {
		font-size: 3.3333vw;
	}
	.limit .box_wrap dl dd {
		border-radius: 1.0417vw;
		padding: 2.0833vw 1.0417vw;
	}
	.limit .box_wrap dl dd .text {
		font-size: 2.9167vw;
		margin: 0 auto 1.4583vw;
	}
	.limit .box_wrap dl dd .text::before,
	.limit .box_wrap dl dd .text::after {
		width: 1.875vw;
		height: 2.2917vw;
		top: 1vw;
	}
	.limit .box_wrap dl dd .text::before {
		left: -3.3333vw;
	}
	.limit .box_wrap dl dd .text::after {
		right: -3.3333vw;
	}
	.limit .box_wrap dl.web dd .btn a {
		width: 66.6667vw;
		background: var(--cta) url(../img/10g/icon_cta.svg)no-repeat 18% center/5.2083vw 3.9583vw;
		font-size: 4vw;
		padding: 4.7917vw 0;
		border-radius: 20.8333vw;
		box-shadow: 0px 0.8333vw 2.0833vw rgba(0, 0, 0, 0.25);
	}
	.limit .box_wrap dl.web dd .btn a::after {
		right: 4.375vw;
		width: 1.6667vw;
		height: 2.7083vw;
	}
	.limit .box_wrap dl.tel dd .num a {
		font-size: 7.7083vw;
		background: url("../img/10g/icon_tel.svg")no-repeat left center/4.7917vw 5.4167vw;
		padding: 0 0 0 6.0417vw;
		margin: 0 0 1.6667vw;
	}
	.limit .box_wrap dl.tel dd .time {
		font-size: 2.5vw;
	}
}

/* =sec_stress
-------------------------------------------------------------- */
.sec_stress {
  background: -webkit-linear-gradient(to right, #003894 10%, #0656a8 20%, #0d77bf 33%, #0f83c7 40%, #008cd6 60%, #003894 90%);
  background: linear-gradient(to right, #003894 10%, #0656a8 20%, #0d77bf 33%, #0f83c7 40%, #008cd6 60%, #003894 90%);
}

/* =sec_benefit
-------------------------------------------------------------- */
.sec_benefit {
	background: #eaf4f7;
}
.sec_benefit .sec_ttl {
	display: inline-block;
	position: relative;
	color: var(--yellow);
	letter-spacing: 0.05em;
	z-index: 1;
}
.sec_benefit .sec_ttl::before {
	content: "";
	background: url("../img/10g/ttl_ribbon.png") no-repeat center center / contain;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.sec_benefit .sec_ttl p {
	display: flex;
	align-items: center;
}
.sec_benefit .benefit_list {
	position: relative;
}
.sec_benefit .benefit_list::after {
	content: "";
	background: url("../img/10g/double_arw.png")no-repeat center/contain;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.sec_benefit .benefit_list > li {
	background: #fff;
	position: relative;
}
.sec_benefit .benefit_list li .tag {
	display: inline-block;
	background: var(--red);
	clip-path: polygon(100% 0, 100% 100%, 50% 85%, 0 100%, 0 0);
	position: absolute;
	color: var(--yellow);
}
.sec_benefit .benefit_list li > dl > dt {
	color: var(--red);
	text-align: left;
}
.sec_benefit .benefit_list li > dl > dt .note {
	display: block;
	padding: 0.3em 0 0;
}
.sec_benefit .benefit_list li.list_1 .text {
	text-align: left;
}
.sec_benefit .benefit_list .box_wrap {
	display: flex;
	justify-content: center;
}
.sec_benefit .benefit_list dl.giga > dt {
	display: inline-block;
	background: var(--blue);
	color: #fff;
	font-weight: 500;
	position: relative;
}
.sec_benefit .benefit_list dl.giga > dt::after {
	content: "";
	background: url(../img/10g/benefit_giga_arw_1.png)no-repeat center/contain;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.sec_benefit .benefit_list dl.giga > dd {
	background: var(--sky);
	max-width: 800px;
}
.sec_benefit .benefit_list dl.giga .price dt {
	background: #fff;
	line-height: 1.3;
	box-sizing: border-box;
	position: relative;
}
.sec_benefit .benefit_list dl.giga.giga_10 .price dt span {
	color: var(--red);
}
.sec_benefit .benefit_list dl.giga .price dt::after {
	content: "";
	background: #fff;
	position: absolute;
}
.sec_benefit .benefit_list dl.giga.giga_10 .price dd {
	color: var(--red);
}
.sec_benefit .benefit_list .list_1 dl.giga .note {
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec_benefit .benefit_list li:not(.list_2) dl.giga .box_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec_benefit .benefit_list li.list_2 dl.giga .box_wrap {
	display: block;
}
.sec_benefit .benefit_list li.list_2 dl.giga .box_wrap .text_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec_benefit .benefit_list dl.giga .box_wrap .price {
	color: var(--red);
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
}
.sec_benefit .benefit_list dl.giga .box_wrap .price .yen {
	position: relative;
}
.sec_benefit .benefit_list dl.giga .box_wrap .price .tax {
	position: absolute;
	white-space: nowrap;
}
.sec_benefit .benefit_list .list_3 dl.giga .point_wrap {
	color: var(--red);
}
.sec_benefit .benefit_list .list_3 dl.giga .point_wrap dt span {
	display: block;
}
.sec_benefit .benefit_list .list_3 dl.share {
	max-width: 800px;
	position: relative;
}
.sec_benefit .benefit_list .list_3 dl.share::before {
	content: "";
	background: url(../img/10g/icon_plus_red.png)no-repeat center/contain;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
/*
.sec_benefit .benefit_list .list_3 dl.share dt {
	background: var(--red);
	color: #fff;
}
.sec_benefit .benefit_list .list_3 dl.share dt span {
	background: var(--sky);
	color: var(--red);
}
*/
.sec_benefit .benefit_list .list_3 dl.share dd .small {
  display: inline-block;
  padding: 0.125em 1em 0.25em;
  background: var(--sky);
}
.sec_benefit .benefit_list .list_3 dl.share dd .point_wrap {
	color: var(--red);
}
.sec_benefit .benefit_list .list_4 .box {
	background: var(--sky);
	max-width: 800px;
	line-height: 1.38;
	box-sizing: border-box;
}
.sec_benefit .benefit_list .list_4 .box .note {
	color: var(--gray);
    font-weight: 500;
    text-align: left;
    text-indent: -1em;
	padding-left: 1em;
}
.sec_benefit .benefit_list .list_4 .box .color {
	display: block;
	color: var(--red);
}
.sec_benefit dl.construction {
	max-width: 1100px;
	box-sizing: border-box;
}
.sec_benefit dl.construction dt {
	background: #eaf4f7;
	position: relative;
	box-sizing: border-box;
}
.sec_benefit dl.construction dt::after {
	content: "";
	background: url(../img/10g/construction_img_1.png)no-repeat 0 0/contain;
	position: absolute;
	right: 0;
}
.sec_benefit dl.construction dt span {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.sec_benefit dl.construction dt span::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 0.346em;
	background: var(--sky);
	z-index: -1;
}
.sec_benefit dl.construction dd .box_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec_benefit dl.construction dd .box_wrap .text {
	line-height: 1.4;
	text-align: left;
}
.sec_benefit dl.construction dd .box_wrap .color {
	color: var(--red);
	background: var(--yellow);
	letter-spacing: 0.05em;
}
.sec_benefit dl.construction dd .note {
	color: var(--gray);
	font-weight: 500;
}
.sec_benefit .router .sec_in {
	background: #fff;
}
.sec_benefit .router .more {
	background: var(--black);
	color: #fff;
	position: relative;
}
.sec_benefit .router .more::after {
	content: "";
	background: url(../img/10g/more_arw.png) no-repeat center / contain;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.sec_benefit .router .ttl .color {
	color: var(--red);
}
.sec_benefit .router .giga > dt {
	background: var(--blue);
	color: #fff;
	letter-spacing: 0.05em;
}
.sec_benefit .router .giga > dd {
	background: var(--sky);
}
.sec_benefit .router .giga dd .caption {
	letter-spacing: 0.05em;
}
.sec_benefit .router .giga dd .caption .color {
	display: block;
	color: var(--red);
}
.sec_benefit .router .giga dd .caption .border {
	position: relative;
	display: inline-block;
	z-index: 1;
}
.sec_benefit .router .giga dd .caption .border::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.2em;
	width: 100%;
	height: 0.5em;
	background: #fff;
	z-index: -1;
}
.sec_benefit .router .giga dd .router_list li {
	box-sizing: border-box;	
	background: #fff;
}
.sec_benefit .router .giga dd .router_list li .wifi {
	background: var(--red);
	color: #fff;
}
.sec_benefit .router .giga dd .router_list li .box_wrap {
	display: flex;
	justify-content: center;
}
.sec_benefit .router .giga dd .router_list li .detail {
	text-align: left;
}
.sec_benefit .router .giga dd .router_list li .detail .largest {
	color: var(--red);
}
.sec_benefit .router .giga dd .router_list li .detail .usual {
	text-decoration: line-through;
	text-decoration-color: var(--red);
}
.sec_benefit .router .giga dd .router_list li .detail .price {
	color: var(--red);
}
.sec_benefit .router .giga dd .router_list li .detail .price .yen {
	position: relative;
}
.sec_benefit .router .giga dd .router_list li .detail .price .tax {
	position: absolute;
	white-space: nowrap;
}
.sec_benefit .router .giga dd .note {
	text-align: left;
	line-height: 1.5;
	color: var(--gray);
	font-weight: 500;
	max-width: 1100px;
    text-indent: -1em;
	padding-left: 1em;
}
.sec_benefit .router .giga dd .note a {
	color: var(--gray);
	text-decoration: underline;
}
.sec_benefit .router .giga dd .note a:hover {
	text-decoration: none;
}
.sec_benefit .benefit_list .list_3 dl.giga .point_wrap dd .note,
.sec_benefit .benefit_list .list_3 dl.share dd .point_wrap .note {
	vertical-align: super;
}

@media ( min-width: 769px ){
	.sec_benefit {
		padding: min(7.6923vw, 100px) 0;
	}
	.sec_benefit .sec_ttl {
		font-size: min(3.8462vw, 50px);
		margin: 0 auto min(8.1538vw, 106px);
	}
	.sec_benefit .sec_ttl::before {
		width: min(46.7692vw, 608px);
		height: min(12.3846vw, 161px);
		top: max(-1.5385vw, -20px);
	}
	.sec_benefit .sec_ttl .num {
		font-size: min(5.3846vw, 70px);
		margin: 0 min(0.3077vw, 4px) min(0.7692vw, 10px) 0;
	}
	.sec_benefit .benefit_list {
		margin: 0 0 min(16.7692vw, 218px);
	}
	.sec_benefit .benefit_list::after {
		width: min(18.3077vw, 238px);
		height: min(10.4615vw, 136px);
		bottom: max(-12.1538vw, -158px);
	}
	.sec_benefit .benefit_list > li {
		border-radius: min(0.7692vw, 10px) min(3.8462vw, 50px) min(0.7692vw, 10px) min(3.8462vw, 50px);
		padding: min(1.5385vw, 20px) min(1.5385vw, 20px) min(3vw, 39px);
	}
	.sec_benefit .benefit_list > li + li {
		margin: min(3.0769vw, 40px) 0 0;
	}
	.sec_benefit .benefit_list li .tag {
		padding: min(2.4615vw, 32px) 27px;
		font-size: 32px;
		top: max(-0.5385vw, -7px);
		left: min(1.5385vw, 20px);
		max-width: 137px;
		box-sizing: border-box;
	}
	.sec_benefit .benefit_list li > dl > dt {
		font-size: min(3.4615vw, 45px);
		padding: 0 0 0 min(12.7692vw, 166px);
		margin: 0 0 min(2.3077vw, 30px);
	}
	.sec_benefit .benefit_list li > dl > dt .small {
		font-size: min(2.4615vw, 32px);
	}
	.sec_benefit .benefit_list li.list_1 > dl > dt {
		margin: 0 0 min(1.1538vw, 15px);
	}
	.sec_benefit .benefit_list li.list_4 > dl > dt {
		margin: 0 0 min(3.6923vw, 48px);
	}
	.sec_benefit .benefit_list li > dl > dt .note {
		font-size: min(1.8462vw, 24px);
	}
	.sec_benefit .benefit_list li.list_1 .text {
		font-size: min(1.6vw, 18px);
		line-height: 1.6;
		padding: 0 0 0 min(12.7692vw, 166px);
		margin: 0 0 min(2.5385vw, 33px);
	}
	.sec_benefit .benefit_list .box_wrap {
		gap: 0 min(0.9231vw, 12px);
	}
	.sec_benefit .benefit_list .box_wrap > dl {
		width: min(65.5738vw, 800px);
	}
	.sec_benefit .benefit_list dl.giga > dt {
		width: min(38.8462vw, 505px);
		font-size: min(3.0769vw, 40px);
		padding: min(1.1538vw, 15px) 0;
		border-radius: min(7.6923vw, 100px);
	}
	.sec_benefit .benefit_list dl.giga > dt::after {
		width: min(2.6923vw, 35px);
		height: min(2.3846vw, 31px);
		bottom: max(-2vw, -26px);
	}
	.sec_benefit .benefit_list dl.giga > dd {
		padding: min(2.9231vw, 38px) 0;
		border-radius: min(0.7692vw, 10px);
		margin: 0 auto min(3.0769vw, 40px);
	}
	.sec_benefit .benefit_list .list_1 dl.giga .price {
		margin: 0 0 min(1.1538vw, 15px);
	}
	.sec_benefit .benefit_list dl.giga .price {
		display: flex;
		justify-content: center;
	}
	.sec_benefit .benefit_list dl.giga .price dt {
		text-align: left;
		display: flex;
		align-content: center;
		font-size: min(1.8462vw, 24px);
		padding: 0 min(0.7692vw, 10px);
		min-width: min(6.3077vw, 82px);
		border-radius: min(0.7692vw, 10px) 0 0 min(0.7692vw, 10px);
	}
	.sec_benefit .benefit_list dl.giga .price dt::after {
		width: min(1.6923vw, 22px);
		right: max(-1.6538vw, -21.5px);
		height: 100%;
		clip-path: polygon(0 0, 0% 100%, 100% 50%);
		top: 50%;
		transform: translateY(-50%);
	}
	.sec_benefit .benefit_list dl.giga .price dt span {
		display: flex;
		flex-grow: 1;
		justify-content: center;
		align-items: center;
	}
	.sec_benefit .benefit_list dl.giga .price dd {
		font-size: min(8.4615vw, 110px);
		margin: 0 0 0 min(2.4615vw, 32px);
	}
	.sec_benefit .benefit_list dl.giga .price dd .comma {
		font-size: min(3.8462vw, 50px);
	}
	.sec_benefit .benefit_list dl.giga .price dd .yen {
		font-size: min(2.4615vw, 32px);
	}
	.sec_benefit .benefit_list .list_1 dl.giga .note {
		gap: 0 min(1.8462vw, 24px);
		font-size: min(1.6vw, 18px);
	}
	.sec_benefit .benefit_list dl.giga .note dd .rubik {
		font-size: min(2.8vw, 32px);
		margin: 0 min(0.3846vw, 5px) 0 0;
	}
	.sec_benefit .benefit_list li:not(.list_2) dl.giga .box_wrap,
	.sec_benefit .benefit_list li.list_2 dl.giga .box_wrap .text_wrap {
		gap: 0 min(1.5385vw, 20px);
	}
	.sec_benefit .benefit_list dl.giga .box_wrap .text {
		font-size: min(1.8462vw, 24px);
		line-height: 1.3;
	}
	.sec_benefit .benefit_list dl.giga .box_wrap .price .rubik {
		font-size: min(6.1538vw, 80px);
	}
	.sec_benefit .benefit_list dl.giga .box_wrap .price .yen {
		font-size: min(2.4615vw, 32px);
		margin: min(1.5385vw, 20px) 0 0 min(0.3077vw, 4px);
	}
	.sec_benefit .benefit_list dl.giga .box_wrap .price .tax {
		font-size: min(0.9231vw, 12px);
		left: max(-0.6154vw, -8px);
		top: max(-0.7692vw, -10px);
	}
	.sec_benefit .benefit_list li.list_2 dl.giga .box_wrap .small {
		font-size: 12px;
		margin-top: 6px;
	}
	.sec_benefit .benefit_list .list_3 dl.giga.giga_10 {
		margin: 0 0 min(5.3077vw, 69px);
	}
	.sec_benefit .benefit_list .list_3 dl.giga .point_wrap dt {
		font-size: min(2.4615vw, 32px);
	}
	.sec_benefit .benefit_list .list_3 dl.giga .point_wrap dt span {
		font-size: min(1.2308vw, 16px);
		padding: min(0.3846vw, 5px) 0 0;
	}
	.sec_benefit .benefit_list .list_3 dl.giga .point_wrap dd {
		font-size: min(2.4615vw, 32px);
	}
	.sec_benefit .benefit_list .list_3 dl.giga .point_wrap dd .rubik {
		font-size: min(6.1538vw, 80px);
	}
	.sec_benefit .benefit_list .list_3 dl.giga .point_wrap dd .comma {
		font-size: min(3.8462vw, 50px);
	}
	.sec_benefit .benefit_list .list_3 dl.giga .point_wrap dd .note {
		font-size: 10px;
		margin: 0 0 0 6px;
	}
	.sec_benefit .benefit_list .list_3 dl.share {
		border: 3px solid var(--blue);
		border-radius: min(0.7692vw, 10px);
		margin: 0 auto min(3.0769vw, 40px);
	}
	.sec_benefit .benefit_list .list_3 dl.share::before {
		width: min(5.4615vw, 71px);
		height: min(5.4615vw, 71px);
		top: max(-2.6923vw, -35px);
	}
/*
	.sec_benefit .benefit_list .list_3 dl.share dt {
		padding: min(4.3846vw, 57px) 0 min(1.9231vw, 25px);
		font-size: min(2.3077vw, 30px);
		border-radius: min(0.2308vw, 3px) min(0.2308vw, 3px) 0 0;
	}
	.sec_benefit .benefit_list .list_3 dl.share dt span {
		font-size: min(1.2308vw, 16px);
		padding: min(0.3077vw, 4px) min(1.5385vw, 20px);
	}
*/
	.sec_benefit .benefit_list .list_3 dl.share dd {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: min(1.9231vw, 25px) 0;
	}
  .sec_benefit .benefit_list .list_3 dl.share dd .small {
		font-size: min(1.2308vw, 16px);
  }
	.sec_benefit .benefit_list .list_3 dl.share dd .text {
		font-size: min(1.8462vw, 24px);
		line-height: 1.5;
	}
	.sec_benefit .benefit_list .list_3 dl.share dd .text .note {
		display: block;
		font-size: min(1.2308vw, 16px);
	}
	.sec_benefit .benefit_list .list_3 dl.share dd .point_wrap {
		font-size: min(2.4615vw, 32px);
	}
	.sec_benefit .benefit_list .list_3 dl.share dd .point_wrap .vertical {
    width: 1em;
		font-size: min(2vw, 26px);
		letter-spacing: 0.15em;
	}
	.sec_benefit .benefit_list .list_3 dl.share dd .point_wrap .rubik {
		font-size: min(6.1538vw, 80px);
	}
	.sec_benefit .benefit_list .list_3 dl.share dd .point_wrap .rubik .comma {
		font-size: min(3.8462vw, 50px);
	}
	.sec_benefit .benefit_list .list_3 dl.share dd .point_wrap .note {
		font-size: 10px;
		margin: 0 0 0 6px;
	}
	.sec_benefit .benefit_list .list_4 .box {
		margin: 0 auto min(3.0769vw, 40px);
		border-radius: min(0.7692vw, 10px);
		padding: min(1.1538vw, 15px) min(1.5385vw, 20px);
		font-size: min(1.8462vw, 24px);
	}
	.sec_benefit .benefit_list .list_4 .box .note {
		font-size: 12px;
	}
	.sec_benefit .benefit_list .list_4 .box .color {
		font-size: min(3.4615vw, 45px);
	}
	.sec_benefit dl.construction {
		border: min(0.2308vw, 3px) solid var(--black);
		border-radius: min(0.7692vw, 10px);
		margin: 0 auto 70px;
		padding: min(3.8462vw, 50px) 0 min(3.0769vw, 40px);
	}
	.sec_benefit dl.construction dt {
		width: min(67.6923vw, 880px);
		margin: max(-5.7692vw, -75px) auto min(3.0769vw, 40px);
		padding: 0 min(6.9231vw, 90px) 0 min(1.1538vw, 15px);
	}
	.sec_benefit dl.construction dt::after {
		width: min(6.3846vw, 83px);
		height: min(7.8462vw, 102px);
		top: max(-5.0769vw, -66px);
	}
	.sec_benefit dl.construction dt span {
		font-size: min(2.4615vw, 32px);
	}
	.sec_benefit dl.construction dd {
		padding: 0 min(1.5385vw, 20px);
	}
	.sec_benefit dl.construction dd .box_wrap {
		gap: 0 min(0.7692vw, 10px);
		margin: 0 0 min(1.5385vw, 20px);
	}
	.sec_benefit dl.construction dd .box_wrap .text {
		font-size: min(2vw, 26px);
	}
	.sec_benefit dl.construction dd .box_wrap .color {
		font-size: min(2.4615vw, 32px);
		padding: min(1.3846vw, 18px) min(1.9231vw, 25px);
		border-radius: min(0.7692vw, 10px);
	}
	.sec_benefit dl.construction dd .small {
		font-size: min(1.3846vw, 18px);
		margin: 0 0 min(1.1538vw, 15px);
	}
	.sec_benefit dl.construction dd .note {
		font-size: 12px;
	}
	.sec_benefit .router .sec_in {
		padding: min(4.2308vw, 55px) min(1.6923vw, 22px) min(3.0769vw, 40px);
		border-radius: min(0.7692vw, 10px);
		margin: max(-2.2308vw, -29px) 0 0;
	}
	.sec_benefit .router .more {
		width: min(15.5385vw, 202px);
		margin: 0 auto;
		font-size: min(1.8462vw, 24px);
		padding: min(1.3077vw, 17px) 0;
		border-radius: min(7.6923vw, 100px);
	}
	.sec_benefit .router .more::after {
		width: min(1.3846vw, 18px);
		height: min(1.2308vw, 16px);
		bottom: max(-0.8462vw, -11px);
	}
	.sec_benefit .router .ttl {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0 min(0.7692vw, 10px);
		margin: 0 0 min(2.9231vw, 38px);
	}
	.sec_benefit .router .ttl .bdr {
		font-size: min(1.8462vw, 24px);
		padding: min(1vw, 13px) min(1.9231vw, 25px);
		border: 3px solid var(--black);
		border-radius: min(0.3846vw, 5px);
	}
	.sec_benefit .router .ttl .color {
		font-size: min(3.4615vw, 45px);
	}
	.sec_benefit .router .giga + .giga {
		margin: min(3.0769vw, 40px) 0 0;
	}
	.sec_benefit .router .giga > dt {
		font-size: 22px;
		padding: 14px 0;
		border-radius: min(0.7692vw, 10px) min(0.7692vw, 10px) 0 0;
	}
	.sec_benefit .router .giga > dt span {
		font-size: 32px;
	}
	.sec_benefit .router .giga > dd {
		padding: min(3.0769vw, 40px) min(1.5385vw, 20px);
		border-radius: 0 0 min(0.7692vw, 10px) min(0.7692vw, 10px);
	}
	.sec_benefit .router .giga dd .caption {
		font-size: 26px;
		margin: 0 0 min(3.0769vw, 40px);
	}
	.sec_benefit .router .giga dd .caption .border {
		font-size: 22px;
		padding: 0 min(0.3846vw, 5px);
		margin: min(1.1538vw, 15px) min(0.9231vw, 12px) 0;  
	}
	.sec_benefit .router .giga dd .router_list {
		display: flex;
		justify-content: center;
    flex-wrap: wrap;
		gap: min(1.5385vw, 20px);
		margin: 0 0 min(2.1538vw, 28px);
	}
	.sec_benefit .router .giga dd .router_list li {
		width: calc((100% - 2 * min(1.5385vw, 20px)) / 3);
		padding: 0 min(1.1538vw, 15px) min(1.1538vw, 15px);
		border-radius: min(0.7692vw, 10px);
	}
	.sec_benefit .router .giga dd .router_list li .wifi {
		font-size: min(1.3846vw, 18px);
		width: min(11.5385vw, 150px);
		padding: min(0.4615vw, 6px) 0;
		border-radius: 0 0 min(0.3846vw, 5px) min(0.3846vw, 5px);
		margin: 0 auto min(1.1538vw, 15px);
	}
	.sec_benefit .router .giga dd .router_list li .box_wrap {
		gap: 0 min(0.7692vw, 10px);
	}
	.sec_benefit .router .giga dd .router_list li .img {
		width: min(8.8462vw, 115px);
		margin: 0 0 min(0.7692vw, 10px);
	}
	.sec_benefit .router .giga dd .router_list li .img_text {
		font-size: 12px;
		line-height: 1.3;
	}
	.sec_benefit .router .giga dd .router_list li .detail .name {
		font-size: 14px;
		line-height: 1.2;
		margin: 0 0 8px;
	}
	.sec_benefit .router .giga dd .router_list li .detail .largest {
		font-size: 16px;
		margin: 0 0 8px;
	}
	.sec_benefit .router .giga dd .router_list li .detail .usual {
		font-size: 14px;
		margin: 0 0 min(1.5385vw, 20px);
	}
	.sec_benefit .router .giga dd .router_list li .detail .usual .tax {
		font-size: 12px;
	}
	.sec_benefit .router .giga dd .router_list li .detail .price {
		font-size: min(3.4615vw, 45px);
	}
	.sec_benefit .router .giga.giga_10 dd .router_list li:nth-child(2) .detail .price {
		margin: min(3.3077vw, 43px) 0 0;
	}
	.sec_benefit .router .giga dd .router_list li .detail .price .yen {
		font-size: 14px;
		margin-left: 5px;
	}
	.sec_benefit .router .giga dd .router_list li .detail .price .tax {
		font-size: 10px;
		left: -0.6em;
		top: -1em;
	}
	.sec_benefit .router .giga dd .note {
		font-size: 12px;
		margin: 0 auto 26px;
	}
	
}
@media ( max-width: 768px ){
	.sec_benefit {
		padding: 12.5vw 0;
	}
	.sec_benefit .sec_ttl {
		font-size: 5.8333vw;
		margin: 0 auto 9vw;
	}
	.sec_benefit .sec_ttl::before {
		width: 71.6667vw;
		height: 20.4167vw;
		top: -2vw;
	}
	.sec_benefit .sec_ttl .num {
		font-size: 9.375vw;
		margin: 0 1.0417vw 2.4583vw 0;
	}
	.sec_benefit .benefit_list {
		margin: 0 0 30.8333vw;
	}
	.sec_benefit .benefit_list::after {
		width: 30vw;
		height: 17.0833vw;
		bottom: -20.8333vw;
	}
	.sec_benefit .benefit_list > li {
		border-radius: 1.0417vw 4.1667vw 1.0417vw 4.1667vw;
		padding: 4.1667vw;
	}
	.sec_benefit .benefit_list > li + li {
		margin: 5.4167vw 0 0;
	}
	.sec_benefit .benefit_list li .tag {
		padding: 5.8333vw 2.0833vw 6.25vw;
		font-size: 3.3333vw;
		top: -1.25vw;
		left: 4.1667vw;
	}
	.sec_benefit .benefit_list li > dl > dt {
		font-size: 5.4167vw;
		padding: 0 0 0 15.4167vw;
		margin: 0 0 5.2083vw;
	}
	.sec_benefit .benefit_list li.list_1 > dl > dt {
		margin: 0 0 2.0833vw;
	}
	.sec_benefit .benefit_list li.list_4 > dl > dt {
		margin: 0 0 8.3333vw;
	}
	.sec_benefit .benefit_list li > dl > dt .note {
		font-size: 2.5vw;
	}
	.sec_benefit .benefit_list li.list_1 .text {
		font-size: 2.9167vw;
		line-height: 1.2;
		padding: 0 0 0 15.4167vw;
		margin: 0 0 4.1667vw;
	}
	.sec_benefit .benefit_list .box_wrap,
	.sec_benefit .benefit_list li.list_2 dl.giga .box_wrap .text_wrap {
		gap: 0 2.0833vw;
	}
	.sec_benefit .benefit_list .box_wrap > dl {
		width: 100%;
	}
	.sec_benefit .benefit_list dl.giga > dt {
		width: 25.625vw;
		font-size: 3.75vw;
		padding: 1.6666vw 0 2.0833vw;
		border-radius: 3.125vw;
	}
	.sec_benefit .benefit_list dl.giga > dt::after {
		width: 4.7917vw;
		height: 4.7917vw;
		bottom: -3.3333vw;
	}
	.sec_benefit .benefit_list dl.giga > dd {
		padding: 4.1667vw 0;
		border-radius: 1.0417vw;
		margin: 0 auto 4.1667vw;
	}
	.sec_benefit .benefit_list .list_1 dl.giga .price {
		margin: 0 0 2.0833vw;
	}
	.sec_benefit .benefit_list dl.giga .price dt {
		width: 31.6667vw;
		margin: 0 auto 3.125vw;
		font-size: 3.3333vw;
		padding: 1.0417vw 0;
		border-radius: 1.0417vw 1.0417vw 0 0;
	}
	.sec_benefit .benefit_list dl.giga .price dt::after {
		width: 31.6667vw;
		left: 50%;
		height: 2.9167vw;
		clip-path: polygon(100% 0, 0 0, 50% 50%);
		bottom: -2.91vw;
		transform: translateX(-50%);
	}
	.sec_benefit .benefit_list dl.giga .price dd {
		font-size: 9.375vw;
	}
	.sec_benefit .benefit_list dl.giga .price dd .comma {
		font-size: 6.25vw;
	}
	.sec_benefit .benefit_list dl.giga .price dd .yen {
		font-size: 2.9167vw;
	}
	.sec_benefit .benefit_list .list_1 dl.giga .note {
		gap: 0.625vw;
		font-size: 2.9167vw;
		min-height: 3em;
	}
	.sec_benefit .benefit_list .list_1 dl.giga .note dt {
		line-height: 1.3;
	}
	.sec_benefit .benefit_list dl.giga .note dd .rubik {
		font-size: 3.75vw;
		margin: 0 0.625vw 0 0;
	}
	.sec_benefit .benefit_list dl.giga .box_wrap .text {
		font-size: 3.3333vw;
		line-height: 1.3;
	}
	.sec_benefit .benefit_list dl.giga .box_wrap .price .rubik {
		font-size: 11.4583vw;
	}
	.sec_benefit .benefit_list dl.giga .box_wrap .price .yen {
		font-size: 2.9167vw;
		margin: 4.1667vw 0 0 0.8333vw;
	}
	.sec_benefit .benefit_list dl.giga .box_wrap .price .tax {
		font-size: 2.0833vw;
		left: -1.6667vw;
		top: -2.0833vw;
	}
	.sec_benefit .benefit_list li.list_2 dl.giga .box_wrap .small {
		font-size: 2.2727vw;
	}
	.sec_benefit .benefit_list .list_3 dl.giga.giga_10 {
		margin: 0 0 6.25vw;
	}
	.sec_benefit .benefit_list .list_3 dl.giga .point_wrap dt {
		font-size: 3.3333vw;
	}
	.sec_benefit .benefit_list .list_3 dl.giga .point_wrap dt span {
		font-size: 2.5vw;
		padding: 1.0417vw 0 0;
	}
	.sec_benefit .benefit_list .list_3 dl.giga .point_wrap dd {
		font-size: 3.75vw;
		position: relative;
	}
	.sec_benefit .benefit_list .list_3 dl.giga .point_wrap dd .rubik {
		font-size: 11.4583vw;
		margin: 0 0.4167vw 0 0;
	}
	.sec_benefit .benefit_list .list_3 dl.giga .point_wrap dd .comma {
		font-size: 7.2917vw;
	}
	.sec_benefit .benefit_list .list_3 dl.giga .point_wrap dd .note {
		font-size: 2.0833vw;
		position: absolute;
		right: 0;
		top: 38%;
	}
	.sec_benefit .benefit_list .list_3 dl.share {
		border: 0.4167vw solid var(--blue);
		border-radius: 1.0417vw;
		margin: 0 auto 4.1667vw;
	}
	.sec_benefit .benefit_list .list_3 dl.share::before {
		width: 8.5417vw;
		height: 8.5417vw;
		top: -4.2708vw;
	}
/*
	.sec_benefit .benefit_list .list_3 dl.share dt {
		padding: 6.25vw 0 2.0833vw;
		font-size: 3.3333vw;
		border-radius: 0.3125vw 0.625vw 0 0;
	}
	.sec_benefit .benefit_list .list_3 dl.share dt span {
		font-size: 2.9167vw;
		padding: 0.4167vw 1.0417vw;
	}
*/
	.sec_benefit .benefit_list .list_3 dl.share dd {
		padding: 4.1667vw 0 2.0833vw;
	}
	.sec_benefit .benefit_list .list_3 dl.share dd .small {
		font-size: 2.5vw;
	}
	.sec_benefit .benefit_list .list_3 dl.share dd .text {
		font-size: 3.3333vw;
		line-height: 1.4;
		margin: 0 0 0.625vw;
	}
	.sec_benefit .benefit_list .list_3 dl.share dd .text .note {
		display: block;
		font-size: 2.5vw;
	}
	.sec_benefit .benefit_list .list_3 dl.share dd .point_wrap {
		font-size: 3.75vw;
	}
	.sec_benefit .benefit_list .list_3 dl.share dd .point_wrap .vertical {
    width: 1em;
		font-size: 4.1667vw;
		letter-spacing: 0.05em;
	}
	.sec_benefit .benefit_list .list_3 dl.share dd .point_wrap .rubik {
		font-size: 11.4583vw;
	}
	.sec_benefit .benefit_list .list_3 dl.share dd .point_wrap .rubik .comma {
		font-size: 7.2917vw;
	}
	.sec_benefit .benefit_list .list_3 dl.share dd .point_wrap .note {
		font-size: 2.0833vw;
		margin: 0 0 0 1.25vw;
	}
	.sec_benefit .benefit_list .list_4 .box {
		margin: 0 auto 4.1667vw;
		border-radius: 1.0417vw;
		padding: 3.125vw 4.1667vw;
		font-size: 3.3333vw;
	}
	.sec_benefit .benefit_list .list_4 .box .note {
		font-size: 2.5vw;
	}
	.sec_benefit .benefit_list .list_4 .box .color {
		font-size: 7.2917vw;
	}
	.sec_benefit dl.construction {
		border: 0.4167vw solid var(--black);
		border-radius: 1.0417vw;
		margin: 0 auto 10.75vw;
	}
	.sec_benefit dl.construction dt {
		text-align: left;
		width: 76.0417vw;
		margin: -5.4167vw auto 5.2083vw;
		padding: 0 16.0417vw 0 2.0833vw;
	}
	.sec_benefit dl.construction dt::after {
		width: 14.5833vw;
		height: 17.9167vw;
		bottom: 0;
		right: 1.0417vw;
	}
	.sec_benefit dl.construction dt span {
		font-size: 3.75vw;
		line-height: 1.4;
	}
	.sec_benefit dl.construction dd {
		padding: 0 3.125vw 6.25vw;
	}
	.sec_benefit dl.construction dd .box_wrap {
		gap: 1.0417vw;
		margin: 0 0 3.75vw;
	}
	.sec_benefit dl.construction dd .box_wrap .text {
		font-size: 3.3333vw;
	}
	.sec_benefit dl.construction dd .box_wrap .color {
		font-size: 4.5833vw;
		padding: 2.0833vw;
		border-radius: 1.0417vw;
	}
	.sec_benefit dl.construction dd .small {
		font-size: 3.3333vw;
		line-height: 1.5;
		margin: 0 0 2.9167vw;
	}
	.sec_benefit dl.construction dd .note {
		font-size: 2.5vw;
		text-align: left;
		line-height: 1.3;
	}
	.sec_benefit .router .sec_in {
		padding: 6.25vw 4.1667vw;
		border-radius: 1.0417vw;
		margin: max(-2.8462vw, -11px) 0 0;
	}
	.sec_benefit .router .more {
		width: 25.625vw;
		margin: 0 auto;
		font-size: 3.75vw;
		padding: 1.0417vw 0;
		border-radius: 2.8125vw;
	}
	.sec_benefit .router .more::after {
		width: 3.75vw;
		height: 3.3333vw;
		bottom: -2.4vw;
	}
	.sec_benefit .router .ttl {
		margin: 0 0 6.25vw;
	}
	.sec_benefit .router .ttl .bdr {
		display: block;
		width: 45.2083vw;
		margin: 0 auto 1.6667vw;
		font-size: 3.3333vw;
		padding: 1.25vw 1.6667vw;
		border: 0.4167vw solid var(--black);
		border-radius: 1.0417vw;
		box-sizing: border-box;
	}
	.sec_benefit .router .ttl .color {
		display: block;
		font-size: 4.5833vw;
	}
	.sec_benefit .router .giga + .giga {
		margin: 4.1667vw 0 0;
	}
	.sec_benefit .router .giga > dt {
		font-size: 4.1667vw;
		padding: 1.4583vw 0;
		border-radius: 1.0417vw 1.0417vw 0 0;
	}
	.sec_benefit .router .giga > dt span {
		font-size: 6.875vw;
	}
	.sec_benefit .router .giga > dd {
		padding: 4.1667vw;
		border-radius: 0 0 1.0417vw 1.0417vw;
	}
	.sec_benefit .router .giga dd .caption {
		font-size: 3.3333vw;
		margin: 0 0 3.125vw;
	}
	.sec_benefit .router .giga dd .caption .border {
		font-size: 2.9167vw;
		padding: 0 0.4167vw;
		margin: 1.6667vw 1.6667vw 0;
	}
	.sec_benefit .router .giga dd .router_list {
		margin: 0 0 4.1667vw;
	}
	.sec_benefit .router .giga dd .router_list li {
		padding: 0 2.0833vw 4.1667vw;
		border-radius: 1.0417vw;
	}
	.sec_benefit .router .giga dd .router_list li + li {
		margin: 4.1667vw 0 0;
	}
	.sec_benefit .router .giga dd .router_list li .wifi {
		font-size: 3.3333vw;
		width: 31.25vw;
		padding: 1.25vw 0;
		border-radius: 0 0 1.0417vw 1.0417vw;
		margin: 0 auto 3.125vw;
	}
	.sec_benefit .router .giga dd .router_list li .box_wrap {
		gap: 0 4.1667vw;
	}
	.sec_benefit .router .giga dd .router_list li .img_wrap {
		width: 25vw;
	}
	.sec_benefit .router .giga dd .router_list li .img {
		margin: 0 0 2.0833vw;
	}
	.sec_benefit .router .giga dd .router_list li .img_text {
		font-size: 2.5vw;
		line-height: 1.3;
	}
	.sec_benefit .router .giga dd .router_list li .detail .name {
		font-size: 2.9167vw;
		line-height: 1.2;
		margin: 0 0 1.6667vw;
	}
	.sec_benefit .router .giga dd .router_list li .detail .largest {
		font-size: 3.3333vw;
		margin: 0 0 1.6667vw;
	}
	.sec_benefit .router .giga dd .router_list li .detail .usual {
		font-size: 2.9167vw;
		margin: 0 0 4.1667vw;
	}
	.sec_benefit .router .giga dd .router_list li .detail .usual .tax {
		font-size: 2.5vw;
	}
	.sec_benefit .router .giga dd .router_list li .detail .price {
		font-size: 9.375vw;
	}
	.sec_benefit .router .giga.giga_10 dd .router_list li:nth-child(2) .detail .price {
		margin: 8.3333vw 0 0;
	}
	.sec_benefit .router .giga dd .router_list li .detail .price .yen {
		font-size: 2.9167vw;
		margin: 0 0 0 1.0417vw;
	}
	.sec_benefit .router .giga dd .router_list li .detail .price .tax {
		font-size: 2.0833vw;
		left: -1.3542vw;
		top: -1.25vw;
	}
	.sec_benefit .router .giga dd .note {
		font-size: 2.5vw;
		margin: 0 auto 3.5417vw;
	}
}

/* =sec_giga
-------------------------------------------------------------- */
.sec_giga {
	overflow: hidden;
}
.sec_giga .ttl span {
	color: var(--red);
	position: relative;
	z-index: 1;
}
.sec_giga .ttl span::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 0.346em;
	background: var(--sky);
	z-index: -1;
}
.sec_giga .box_wrap .giga {
	position: relative;
}
.sec_giga .box_wrap .giga dt {
	margin: 0 auto;
	line-height: 1.2;
	color: #fff;
	background: var(--red);
	position: relative;
}
.sec_giga .box_wrap .giga dt::after {
	content: "";
	background: url(../img/10g/sec_giga_arw_1.png) no-repeat center / contain;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.sec_giga .box_wrap .giga dt span {
	display: block;
}
.sec_giga .box_wrap .giga dd {
	background: #fff;
	text-align: left;
}
.sec_giga .box_wrap .giga dd ul {
	position: relative;
	margin: 0 auto;
}
.sec_giga .box_wrap .giga dd ul li {
	line-height: 1.3;
	margin: 0 0 1em;
	position: relative;
}
.sec_giga .box_wrap .giga dd ul li::before {
	content: "";
	background: url(../img/10g/icon_check.png) no-repeat center / contain;
	position: absolute;
	left: 0;
	top: 0;
}
.sec_giga .box_wrap .giga dd .text_link {
	position: absolute;
}
.sec_giga .box_wrap .giga dd .text_link a {
	text-decoration: underline;
}
@media (hover: hover) {
	.sec_giga .box_wrap .giga dd .text_link a:hover {
		text-decoration: none;
	}
}
.sec_giga .note {
	color: var(--gray);
	text-align: left;
}
.sec_giga .note a {
	color: var(--gray);
	text-decoration: underline;
}
@media (hover: hover) {
	.sec_giga .note a:hover {
		text-decoration: none;
	}
}
@media ( min-width: 769px ){
	.bg_container {
		background: url(../img/10g/sec_giga_bg.png) no-repeat top center / 100% auto;
		padding: min(6.7692vw, 88px) 0;
	}
	.sec_giga + .sec_giga {
		margin: min(6.9231vw, 90px) 0 0;
	}
	.sec_giga .ttl {
		font-size: min(3.8462vw, 50px);
		margin: 0 0 min(3.8462vw, 50px);
	}
	.sec_giga .sec_wrap {
		padding: 0 0 100px;
	}
	.sec_giga .sec_wrap .toggle {
		margin-top: min(2.3077vw, 30px);
		margin-bottom: min(3.0769vw, 40px);
	}
	.sec_giga .box_wrap {
		display: flex;
		/*justify-content: space-between;*/
    justify-content: center;
		margin: 0 0 min(2.3077vw, 30px);
	}
	.sec_giga .box_wrap .giga {
		width: min(46.5385vw, 605px);
	}
	.sec_giga .box_wrap .giga dt {
		width: min(31.7692vw, 413px);
		margin: 0 auto;
		font-size: min(3.4615vw, 45px);
		padding: min(0.9231vw, 12px) 0 min(0.5385vw, 7px);
		border-radius: min(7.6923vw, 100px);
		border: min(0.2308vw, 3px) solid #fff;
	}
	.sec_giga .box_wrap .giga dt::after {
		width: min(1.7692vw,23px);
		height: min(1.3846vw, 18px);
		bottom: max(-1.3846vw, -18px);
	}
	.sec_giga .box_wrap .giga dt span {
		font-size: min(1.3846vw, 18px);
	}
	.sec_giga .box_wrap .giga dd {
		margin: max(-3.8462vw, -50px) 0 0;
		border-radius: min(0.7692vw, 10px);
	}
	.sec_giga .box_wrap .giga dd ul {
		padding: min(3.0769vw, 40px) min(3.8462vw, 50px) min(1.5385vw, 20px);
	}
	.sec_giga .box_wrap .giga dd ul li {
		font-size: min(1.3846vw, 18px);
		padding: 0 0 0 min(2.3077vw, 30px);
	}
	.sec_giga .box_wrap .giga dd ul li::before {
		width: min(1.9231vw, 25px);
		height: min(1.9231vw, 25px);
	}
	.sec_giga .box_wrap .giga dd .text_link {
		bottom: min(1.1538vw, 15px);
		right: min(1.1538vw, 15px);
		font-size: min(1.3846vw, 18px);
	}
	.sec_giga .note {
		font-size: 12px;
		line-height: 1.3;
		font-weight: 500;
	}
}
@media ( max-width: 768px ){
	.bg_container {
		background: url(../img/10g/sec_giga_bg_sp.png) no-repeat top 13vw left / auto 263vw;
		padding: 10.4167vw 0 0;
	}
	.sec_giga + .sec_giga {
		margin: 9.375vw 0 0;
	}
	.sec_giga .ttl {
		font-size: 5.8333vw;
		margin: 0 0 8.125vw;
	}
	.sec_giga .sec_wrap .toggle {
		margin-top: 4.1667vw;
	}
	.sec_giga .box_wrap {
		margin: 0 0 3.125vw;
	}
	.sec_giga .box_wrap .giga + .giga {
		margin: 4.1667vw 0 0;
	}
	.sec_giga .box_wrap .giga dt {
		width: 57.2917vw;
		margin: 0 auto;
		font-size: 4.5833vw;
		padding: 1.25vw 0 1.875vw;
		border-radius: 6.25vw;
		border: 0.625vw solid #fff;
	}
	.sec_giga .box_wrap .giga dt::after {
		width: 4.7917vw;
		height: 3.75vw;
		bottom: -3.554vw;
	}
	.sec_giga .box_wrap .giga dt span {
		font-size: 2.9167vw;
	}
	.sec_giga .box_wrap .giga dd {
		margin: -6.25vw 0 0;
		border-radius: 1.0417vw;
	}
	.sec_giga .box_wrap .giga dd .img img {
		width: 100%;
	}
	.sec_giga .box_wrap .giga dd ul {
		padding: 6.25vw;
	}
	.sec_giga .box_wrap .giga dd ul li {
		font-size: 3.3333vw;
		padding: 0 0 0 6.25vw;
	}
	.sec_giga .box_wrap .giga dd ul li::before {
		width: 4.1667vw;
		height: 4.1667vw;
	}
	.sec_giga .box_wrap .giga dd .text_link {
		bottom: 4.1667vw;
		right: 4.1667vw;
		font-size: 3.3333vw;
	}
	.sec_giga .note {
		font-size: 2.5vw;
		line-height: 1.5;
	}
}
.sec_giga .box_wrap .box {
	box-sizing: border-box;
}
.sec_giga .box_wrap .box > dt {
	line-height: 1.2;
	font-weight: 500;
	color: #fff;
	background: var(--blue);
}
.sec_giga .box_wrap .box dt .sup {
	display: inline-block;
	vertical-align: top;
}
.sec_giga .box_wrap .box dt .color {
	display: block;
	color: var(--yellow);
}
.sec_giga .box_wrap .box > dd {
	background: #fff;
}
.sec_giga .box_wrap .box dd dl dt {
	background: var(--beige);
}
.sec_giga .box_wrap .box.giga_10 dd dl dt {
	background: var(--sky);
}
.sec_giga .box_wrap .box .onecoin {
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--blue);
}
.sec_giga .box_wrap .box .onecoin .benefit {
	color: #fff;
}
.sec_giga .box_wrap .box .onecoin .benefit .color {
	display: block;
	background: #fff;
	color: var(--red);
}
.sec_giga .box_wrap .box .onecoin .benefit .sup {
	display: block;
	text-align: right;
}
.sec_giga .box_wrap .box .onecoin .price {
	color: var(--yellow);
}
.sec_giga .box_wrap .box .onecoin .price .yen {
	position: relative;
}
.sec_giga .box_wrap .box .onecoin .price .tax {
	position: absolute;
	white-space: nowrap;
}
.sec_giga .box_wrap .box .after {
	display: inline-block;
	background: var(--lightgray);
	position: relative;
}
.sec_giga .box_wrap .box .after::after {
	content: "";
	background: var(--lightgray);
	width: 100%;
	clip-path: polygon(100% 0, 0 0, 50% 50%);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.sec_giga .box_wrap .box .term .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec_giga .box_wrap .box .term .wrap .price {
	color: var(--red);
}
.sec_giga .box_wrap .box .term .wrap .price .yen {
	position: relative;
}
.sec_giga .box_wrap .box .term .wrap .price .yen .tax {
	position: absolute;
	white-space: nowrap;
}
.sec_giga .box_wrap .box .term .wrap .price .yen .sup {
	font-size: 10px;
	position: absolute;
	right: 0;
}
@media ( min-width: 769px ){
	.sec_giga .box_wrap .box {
		width: min(63.4920vw, 800px);
		border-radius: min(0.7692vw, 10px);
		border: min(0.2308vw, 3px) solid var(--blue);
	}
	.sec_giga .box_wrap .box > dt {
		font-size: min(2vw, 26px);
		padding: 0 0 min(0.4615vw, 6px);
		border-radius: min(0.3846vw, 5px) min(0.3846vw, 5px) 0 0;
	}
	.sec_giga .box_wrap .box dt .num {
		font-size: min(3.0769vw, 40px);
		margin: 0 min(0.3077vw, 4px);
	}
	.sec_giga .box_wrap .box dt .sup {
		font-size: min(0.7692vw, 10px);
		margin: min(1.5385vw, 20px) 0 0 min(0.2308vw, 3px);
	}
	.sec_giga .box_wrap .box dt .color {
		font-size: min(2vw, 26px);
	}
	.sec_giga .box_wrap .box dt .color span {
		font-size: min(3.0769vw, 40px);
	}
	.sec_giga .box_wrap .box > dd {
		padding: min(3.0769vw, 40px) min(1.9231vw, 25px);
		border-radius: 0 0 min(0.7692vw, 10px) min(0.7692vw, 10px);	
	}
	.sec_giga .box > dd > dl + dl {
		margin: min(2.3077vw, 30px) 0 0;
	}
	.sec_giga .box_wrap .box dd dl dt {
		font-size: min(1.3846vw, 18px);
		padding: min(1.0769vw, 14px);
		border-radius: min(6.1538vw, 80px);
		margin: 0 0 min(2.3077vw, 30px);
	}
	.sec_giga .box_wrap .box.giga_10 dd dl dd {
		padding: 0 min(3.0769vw, 40px);
	}
	.sec_giga .box_wrap .box .onecoin {
		gap: 0 min(0.7692vw, 10px);
		padding: min(1.0769vw, 14px) min(2.3077vw, 30px) min(0.9231vw, 12px);
		border-radius: min(0.3846vw, 5px);
		margin: 0 0 min(1.5385vw, 20px);
	}
	.sec_giga .box_wrap .box .onecoin .benefit {
		font-size: min(2vw, 26px);
	}
	.sec_giga .box_wrap .box .onecoin .benefit .color {
		border-radius: min(0.3846vw, 5px);
		font-size: min(1.2308vw, 16px);
		padding: min(0.3846vw, 5px);
		margin: 0 0 min(0.3846vw, 5px);
	}
	.sec_giga .box_wrap .box .onecoin .benefit .sup {
		font-size: 10px;
		margin: min(0.3846vw, 5px) 0 0;
	}
	.sec_giga .box_wrap .box .onecoin .price {
		font-size: min(6.1538vw, 80px);
		margin: max(-0.7692vw, -10px) 0 0;
	}
	.sec_giga .box_wrap .box .onecoin .price .yen {
		font-size: min(1.5385vw, 20px);
		margin: 0 0 0 min(0.6154vw, 8px);
	}
	.sec_giga .box_wrap .box .onecoin .price .tax {
		font-size: min(1.0769vw, 14px);
		left: max(-0.6154vw, -8px);
		top: max(-0.9231vw, -12px);
	}
	.sec_giga .box_wrap .box .after {
		margin: 0 auto min(2.3077vw, 30px);
		padding: min(0.4615vw, 6px) min(2.0769vw, 27px);
		font-size: min(1.3846vw, 18px);
	}
	.sec_giga .box_wrap .box .after::after {
		height: min(1.6923vw, 22px);
		bottom: max(-1.6538vw, -21.5px);
	}
	.sec_giga .box_wrap .box .term .wrap {
		gap: 0 min(0.7692vw, 10px);
		margin: 0 0 min(0.3077vw, 4px);
	}
	.sec_giga .box_wrap .box .term .wrap .term_text {
		font-size: min(2vw, 26px);
		margin: min(2.4615vw, 32px) 0 0;
	}
	.sec_giga .box_wrap .box .term .wrap .price {
		font-size: min(6.1538vw, 80px);
	}
	.sec_giga .box_wrap .box .term .wrap .price .comma {
		font-size: min(3.8462vw, 50px);
	}
	.sec_giga .box_wrap .box .term .wrap .price .yen {
		font-size: min(2.4615vw, 32px);
		margin: 0 0 0 max(-1.1538vw, -15px);
	}
	.sec_giga .box_wrap .box .term .wrap .price .yen .tax {
		font-size: min(1.0769vw, 14px);
		left: max(-0.3077vw, -4px);
		top: max(-0.3846vw, -5px);
	}
	.sec_giga .box_wrap .box .term .wrap .price .yen .sup {
		font-size: 10px;
		right: 0;
		top: max(-1.2308vw, -16px);
	}
	.sec_giga .box_wrap .box .term .text {
		font-size: min(1.3846vw, 18px);
	}
}
@media ( max-width: 768px ){
	.sec_giga .tab_btn {
		display: flex;
		justify-content: space-between;
	}
	.sec_giga .tab_btn li {
		width: 100%;
		font-size: 3.3333vw;
		border-radius: 1.0417vw 1.0417vw 0 0;
		background: var(--sky);
		padding: 2.0833vw 0 3.125vw;
		color: var(--black);
		/*cursor: pointer;*/
    pointer-events: none;/*タブをCSSで強制的に無効にする*/
	}
	.sec_giga .tab_btn li.active {
		color: #fff;
	}
	.sec_giga .tab_btn li.giga_10.active {
		background: var(--blue);
	}
	.sec_giga .tab_btn li.active .color {
		color: var(--yellow);
	}
	.sec_giga .tab_btn li .num {
		font-size: 4.5833vw;
	}
	.sec_giga .tab_btn li .sup {
		font-size: 2.0833vw;
	}
	.sec_giga .tab_btn li .color {
		display: block;
		font-size: 3.3333vw;
		color: var(--red);
	}
	.sec_giga .tab_btn li .color span {
		font-size: 4.5833vw;
	}
	.sec_giga .box_wrap .box {
		border-radius: 0 0 1.0417vw 1.0417vw;
		border: 0.4167vw solid var(--blue);
    opacity: 1 !important;/*タブをCSSで強制的に無効にする*/
	}
	.sec_giga .box_wrap .box > dt {
		display: none;
	}
	.sec_giga .box_wrap .box > dd {
		padding: 6.25vw 8.3333vw;
		border-radius: 0 0 1.0417vw 1.0417vw;
	}
	.sec_giga .box > dd > dl + dl {
		margin: 6.25vw 0 0;
	}
	.sec_giga .box_wrap .box dd dl dt {
		font-size: 3.3333vw;
		padding: 1.0417vw 1.0417vw 1.2vw;
		border-radius: 3.5417vw;
		margin: 0 0 3.3333vw;
	}
	.sec_giga .box_wrap .box.giga_10 dd dl dd {
		padding: 0 min(3.0769vw, 40px);
	}
	.sec_giga .box_wrap .box .onecoin {
		gap: 0 2.0833vw;
		padding: 3.125vw 5.2083vw;
		border-radius: 1.0417vw;
		margin: 0 0 4.1667vw;
	}
	.sec_giga .box_wrap .box .onecoin .benefit {
		font-size: 3.75vw;
		position: relative;
	}
	.sec_giga .box_wrap .box .onecoin .benefit .color {
		border-radius: 0.625vw;
		font-size: 2.9167vw;
		padding: 0.4167vw;
		margin: 0 0 1.4583vw;
	}
	.sec_giga .box_wrap .box .onecoin .benefit .sup {
		display: inline-block;
		position: absolute;
		font-size: 2.0833vw;
		right: -2.5vw;
		bottom: 0;
	}
	.sec_giga .box_wrap .box .onecoin .price {
		font-size: 11.4583vw;
		margin: -1.875vw 0 0;
	}
	.sec_giga .box_wrap .box .onecoin .price .yen {
		font-size: 3.3333vw;
		margin: 0 0 0 2.0833vw;
	}
	.sec_giga .box_wrap .box .onecoin .price .tax {
		font-size: 2.5vw;
		left: -1.6667vw;
		top: -2.0833vw;
	}
	.sec_giga .box_wrap .box .after {
		margin: 0 auto 3.5417vw;
		padding: 2.0833vw 6.25vw 1.6667vw;
		font-size: 3.3333vw;
	}
	.sec_giga .box_wrap .box .after::after {
		height: 2.9167vw;
		bottom: -2.9167vw;
	}
	.sec_giga .box_wrap .box .term .wrap {
		gap: 0 2.0833vw;
		margin: 0 0 3.125vw;
	}
	.sec_giga .box_wrap .box .term .wrap .term_text {
		font-size: 4.5833vw;
		margin: 3.125vw 0 0;
	}
	.sec_giga .box_wrap .box .term .wrap .price {
		font-size: 11.4583vw;
	}
	.sec_giga .box_wrap .box .term .wrap .price .comma {
		font-size: 7.2917vw;
	}
	.sec_giga .box_wrap .box .term .wrap .price .yen {
		font-size: 3.3333vw;
		margin: 0 0 0 -1.0417vw;
	}
	.sec_giga .box_wrap .box .term .wrap .price .yen .tax {
		font-size: 2.5vw;
		left: -1.6667vw;
		top: -2.0833vw;
	}
	.sec_giga .box_wrap .box .term .wrap .price .yen .sup {
		font-size: 2.0833vw;
		top: -4.1667vw;
	}
	.sec_giga .box_wrap .box .term .text {
		font-size: 2.9167vw;
	}
}

.sec_giga .set_docomo_text {
	position: relative;
}
.sec_giga .set_docomo_text .more {
	background: var(--black);
	color: #fff;
	position: relative;
}
.sec_giga .set_docomo_text .more::after {
	content: "";
	background: url(../img/10g/more_arw.png) no-repeat center / contain;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.sec_giga .set_docomo_text .caption .docomo {
	display: inline-block;
	text-align: left;
	line-height: 1.2;
}
.sec_giga .set_docomo_text .caption .color {
	color: var(--red);
	position: relative;
}
.sec_giga .set_docomo_text .caption .color::after {
	content: "";
	background: var(--red);
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
@media ( min-width: 769px ){
	.sec_giga .set_docomo_text .more {
		width: min(15.5385vw, 202px);
		margin: 0 auto;
		font-size: min(1.8462vw, 24px);
		padding: min(1.3077vw, 17px) 0;
		border-radius: min(7.6923vw, 100px);
	}
	.sec_giga .set_docomo_text .more::after {
		width: min(1.3846vw, 18px);
		height: min(1.2308vw, 16px);
		bottom: max(-0.8462vw, -11px);
	}
	.sec_giga .set_docomo_text .caption {
		font-size: min(3.0769vw, 40px);
	}
	.sec_giga .set_docomo_text .caption .docomo {
		font-size: min(1.6923vw, 22px);
		background: var(--sky) url("../img/10g/icon_mobile.png") no-repeat right min(1.5385vw, 20px) center / min(2.3846vw, 31px) min(4.3846vw, 57px);
		border-radius: min(0.7692vw, 10px);
		padding: min(0.9231vw, 12px) min(4.6154vw, 60px) min(0.9231vw, 12px) min(1.6923vw, 22px);
		margin: 0 min(0.7692vw, 10px) 0 0;
	}
	.sec_giga .set_docomo_text .caption .color::after {
		height: 2px;
	}
}
@media ( max-width: 768px ){
	.sec_giga .set_docomo_text .more {
		width: 25.625vw;
		margin: 0 auto 3.9583vw;
		font-size: 3.75vw;
		padding: 1.0417vw 0;
		border-radius: 2.7083vw;
	}
	.sec_giga .set_docomo_text .more::after {
		width: 3.75vw;
		height: 3.3333vw;
		bottom: -2.2917vw;
	}
	.sec_giga .set_docomo_text .caption {
		font-size: 4.5833vw;
		line-height: 1.5;
		display: flex;
		align-items: center;
		gap: 0 2.0833vw;
		text-align: left;
	}
	.sec_giga .set_docomo_text .caption .docomo {
		font-size: 3.3333vw;
		line-height: 1.2;
		background: var(--sky) url("../img/10g/icon_mobile.png") no-repeat right 3.4375vw center / 3.75vw auto;
		border-radius: 1.0417vw;
		padding: 1.6667vw 9.375vw 1.6667vw 4.1667vw;
	}
	.sec_giga .set_docomo_text .caption .color::after {
		height: 0.3125vw;
	}
}


/* =sec_giga .set_docomo
-------------------------------------------------------------- */
.sec_giga .set_docomo .more {
	display: inline-block;
	position: relative;
}
.sec_giga .set_docomo .more::before,
.sec_giga .set_docomo .more::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.sec_giga .set_docomo .more::before {
	background: url("../img/10g/text_decoration_2_left.png") no-repeat 0 0 / contain;
	left: 0;
}
.sec_giga .set_docomo .more::after {
	background: url("../img/10g/text_decoration_2_right.png") no-repeat 0 0 / contain;
	right: 0;
}
.sec_giga .set_docomo .caption {
	display: inline-block;
	position: relative;
}
.sec_giga .set_docomo .caption .docomo {
	display: inline-block;
}
.sec_giga .set_docomo .caption .color {
	color: var(--red);
	position: relative;
	z-index: 1;
}
.sec_giga .set_docomo .caption .color::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 0.346em;
	background: var(--sky);
	z-index: -1;
}
.sec_giga .set_docomo .caption .sup {
	position: absolute;
	right: -1em;
}
.sec_giga .set_docomo .sub {
	display: inline-block;
	position: relative;
}
.sec_giga .set_docomo .sub::before,
.sec_giga .set_docomo .sub::after {
	content: "";
	background: var(--black);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.sec_giga .set_docomo .sub::before {
	left: 0;
}
.sec_giga .set_docomo .sub::after {
	right: 0;
}
.sec_giga .set_docomo .family {
	position: relative;
}
.sec_giga .set_docomo .family dt {
	display: inline-block;
	background: var(--blue);
	color: #fff;
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.sec_giga .set_docomo .family dd .img {
	position: relative;
	overflow: hidden;
}
.sec_giga .set_docomo .family dd .img::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
}
.sec_giga .set_docomo .family dd .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.sec_giga .set_docomo .family dd .text_wrap .max {
	position: relative;
	display: inline-block;
	color: var(--red);
}
.sec_giga .set_docomo .family dd .text_wrap .max .yen {
	position: relative;
}
.sec_giga .set_docomo .family dd .text_wrap .max .yen .tax {
	white-space: nowrap;
	position: absolute;
}
.sec_giga .set_docomo .family dd .text_wrap .max .sup {
	position: absolute;
	right: -1em;
}
.sec_giga .set_docomo .family dd .text_wrap .text .yen {
	position: relative;
}
.sec_giga .set_docomo .family dd .text_wrap .text .tax {
	white-space: nowrap;
	position: absolute;
	top: -1em;
	left: 0;
}
.sec_giga .set_docomo .family_group dl {
	position: relative;
}
.sec_giga .set_docomo .family_group dl dt {
	position: absolute;
	display: inline-block;
	background: var(--red);
	color: var(--yellow);
}
.sec_giga .set_docomo .family_group dl dt .circle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.sec_giga .set_docomo .family_group dl dd .text .color {
	color: var(--red);
}
@media ( min-width: 769px ){
	.sec_giga .set_docomo {
		padding: 0 0 min(7.6923vw, 100px);
	}
	.sec_giga .set_docomo .more {
		font-size: min(3.2308vw, 42px);
		padding: 0 min(3.0769vw, 40px) 0 min(3.8462vw, 50px);
		margin: 0 auto min(2.3077vw, 30px);
	}
	.sec_giga .set_docomo .more::before,
	.sec_giga .set_docomo .more::after {
		width: min(2.5385vw, 33px);
		height: min(4.4615vw, 58px);
	}
	.sec_giga .set_docomo .caption {
		font-size: min(3.8462vw, 50px);
		margin: 0 0 min(3.3846vw, 44px);
	}
	.sec_giga .set_docomo .caption .docomo {
		width: min(37vw, 481px);
	}
	.sec_giga .set_docomo .caption .sup {
		top: min(0.5385vw, 7px);
		font-size: min(1.0769vw, 14px);
	}
	.sec_giga .set_docomo .sub {
		font-size: min(2.4615vw, 32px);
		padding: 0 min(6.1538vw, 80px);
		margin: 0 0 min(5.6154vw, 73px);
	}
	.sec_giga .set_docomo .sub::before,
	.sec_giga .set_docomo .sub::after {
		width: min(4.6154vw, 60px);
		height: min(0.2308vw, 3px);
		border-radius: min(0.1154vw, 1.5px);
	}
	.sec_giga .set_docomo .family {
		max-width: 1100px;
		width: min(84.6154vw, 1100px);
		margin: 0 auto min(6.1538vw, 80px);
	}
	.sec_giga .set_docomo .family dt {
		font-size: min(2.4615vw, 32px);
		padding: min(1.5385vw, 20px);
		border-radius: min(0.7692vw, 10px);
	}
	.sec_giga .set_docomo .family dd {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		border: min(0.2308vw, 3px) solid var(--blue);
		border-radius: min(0.7692vw, 10px);
		gap: 0 min(0.7692vw, 10px);
	}
	.sec_giga .set_docomo .family dd .img {
		width: min(32vw, 416px);
		height: min(21.5385vw, 280px);
		border-radius: 0 min(0.3846vw, 5px) min(0.3846vw, 5px) 0;
	}
	.sec_giga .set_docomo .family dd .img::after {
		background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0) 30%);
		top: 0;
	}
	.sec_giga .set_docomo .family dd .text_wrap {
		padding: min(2.3077vw, 30px) 0 0 min(7.5385vw, 98px);
	}
	.sec_giga .set_docomo .family dd .text_wrap .text {
		font-size: min(2vw, 26px);
		margin: 0 0 min(0.7692vw, 10px);
	}
	.sec_giga .set_docomo .family dd .text_wrap .max {
		font-size: min(2.8462vw, 37px);
		margin: 0 min(2.3077vw, 30px) 0 0;
	}
	.sec_giga .set_docomo .family dd .text_wrap .max .vertical {
		font-size: min(2vw, 26px);
		letter-spacing: min(0.3846vw, 5px);
	}
	.sec_giga .set_docomo .family dd .text_wrap .max .vertical2 {
		font-size: min(2vw, 26px);
		letter-spacing: min(0.1538, 2px);
		line-height: 1.15;
	}
	.sec_giga .set_docomo .family dd .text_wrap .max .rubik {
		font-size: min(8.3077vw, 108px);
	}
	.sec_giga .set_docomo .family dd .text_wrap .max .rubik .comma {
		font-size: min(5.7692vw, 75px);
	}
	.sec_giga .set_docomo .family dd .text_wrap .max .yen {
		font-size: min(2.6154vw, 34px);
	}
	.sec_giga .set_docomo .family dd .text_wrap .max .yen .tax {
		top: max(-0.4615vw, -6px);
		left: max(-0.2308vw, -3px);
		font-size: min(1.1538vw, 15px);
	}
	.sec_giga .set_docomo .family dd .text_wrap .max .sup {
		bottom: min(2.6923vw, 35px);
		font-size: min(1.0769vw, 14px);
	}
	.sec_giga .set_docomo .family dd .text_wrap .text .rubik {
		font-size: min(61.5385vw, 80px);
		margin: 0 0 0 min(1.5385vw, 20px);
	}
	.sec_giga .set_docomo .family dd .text_wrap .text .yen {
		font-size: min(1.5385vw, 20px);
	}
	.sec_giga .set_docomo .family dd .text_wrap .text .tax {
		font-size: min(1.0769vw, 14px);
	}
	.sec_giga .set_docomo .family_group dl {
		margin: 0 0 min(3.0769vw, 40px);
	}
	.sec_giga .set_docomo .family_group dl dt {
		top: max(-1.6923vw, -22px);
		left: max(-2vw, -26px);
		font-size: min(2.4615vw, 32px);
		padding: min(1.9231vw, 25px) min(6.5385vw, 85px) min(1.9231vw, 25px) min(1.3846vw, 18px);
		border-radius: min(0.3846vw, 5px);
	}
	.sec_giga .set_docomo .family_group dl dt .circle {
		right: max(-4.8462vw, -63px);
		width: min(9.6923vw, 126px);
	}
	.sec_giga .set_docomo .family_group dl dd {
		border-radius: min(0.7692vw, 10px);
		box-shadow: 0px 0px min(1.9231vw, 25px) 0 rgba(0, 0, 0, 0.16);
		padding: min(8.8462vw, 115px) 0 min(3.0769vw, 40px);
	}
	.sec_giga .set_docomo .family_group dl dd .text {
		font-size: min(2.4615vw, 32px);
		margin: 0 0 min(2.3077vw, 30px);
	}
	.sec_giga .set_docomo .family_group dl dd .img {
		padding: 0 min(9.9231vw, 129px);
	}
	.sec_giga .set_docomo .family_group dl dd .note {
		position: absolute;
		top: min(1.5385vw, 20px);
		right: min(0.3077vw, 4px);
	}
}
@media ( max-width: 768px ){
	.sec_giga .set_docomo {
		padding: 13.6364vw 0 14.5833vw;
	}
	.sec_giga .set_docomo .more {
		font-size: 4.5833vw;
		padding: 0 5.625vw 0 6.875vw;
		margin: 0 auto 4.1667vw;
	}
	.sec_giga .set_docomo .more::before,
	.sec_giga .set_docomo .more::after {
		width: 4.5833vw;
		height: 8.125vw;
	}
	.sec_giga .set_docomo .caption {
		font-size: 5.8333vw;
		margin: 0 0 5.625vw;
    line-height: 1.5;
	}
	.sec_giga .set_docomo .caption .docomo {
		width: 65.2083vw;
		margin: 0 -2.5vw 2.0833vw 0;
	}
	.sec_giga .set_docomo .caption .sup {
		bottom: 3.75vw;
		font-size: 2.0833vw;
	}
	.sec_giga .set_docomo .sub {
		font-size: 3.3333vw;
		padding: 0 6.25vw;
		margin: 0 auto 10.4167vw;
	}
	.sec_giga .set_docomo .sub::before,
	.sec_giga .set_docomo .sub::after {
		width: 4.1667vw;
		height: 0.4167vw;
		border-radius: 0.2083vw;
	}
	.sec_giga .set_docomo .family {
		margin: 0 0 16.25vw;
	}
	.sec_giga .set_docomo .family dt {
		font-size: 4.5833vw;
		padding: 3.125vw 2.0833vw;
		border-radius: 1.0417vw;
		white-space: nowrap;
	}
	.sec_giga .set_docomo .family dd {
		border: 0.4167vw solid var(--blue);
		border-radius: 1.0417vw;
	}
	.sec_giga .set_docomo .family dd .img {
		border-radius: 0.625vw 0.625vw 0 0;
	}
	.sec_giga .set_docomo .family dd .text_wrap {
		padding: 6.25vw 0 4.1667vw;
	}
	.sec_giga .set_docomo .family dd .text_wrap .text {
		font-size: 3.3333vw;
		margin: 0 0 3.125vw;
	}
	.sec_giga .set_docomo .family dd .text_wrap .max {
		font-size: 7.2917vw;
		white-space: nowrap;
	}
	.sec_giga .set_docomo .family dd .text_wrap .max .vertical {
		font-size: 4.1667vw;
	}
	.sec_giga .set_docomo .family dd .text_wrap .max .vertical2 {
		font-size: 4.1667vw;
		line-height: 1.1;
	}
	.sec_giga .set_docomo .family dd .text_wrap .max .rubik {
		font-size: 11.4583vw;
		margin: 0 0.625vw 0 0;
	}
	.sec_giga .set_docomo .family dd .text_wrap .max .rubik .comma {
		font-size: 7.2917vw;
	}
	.sec_giga .set_docomo .family dd .text_wrap .max .yen {
		font-size: 3.3333vw;
		margin: 0 1.0417vw 0 0;
	}
	.sec_giga .set_docomo .family dd .text_wrap .max .yen .tax {
		top: -2vw;
		left: -1.6667vw;
		font-size: 2.5vw;
	}
	.sec_giga .set_docomo .family dd .text_wrap .max .sup {
		top: 4.1667vw;
		font-size: 2.0833vw;
		right: -6.5vw;
	}
	.sec_giga .set_docomo .family dd .text_wrap .text .rubik {
		font-size: 9.375vw;
		margin: 0 0 0 1.0417vw;
	}
	.sec_giga .set_docomo .family dd .text_wrap .text .yen {
		font-size: 3.3333vw;
	}
	.sec_giga .set_docomo .family dd .text_wrap .text .tax {
		font-size: 2.5vw;
	}
	.sec_giga .set_docomo .family_group {
		padding: 0 4.1667vw 4.1667vw;
		box-shadow: 0px 0px 3.125vw 0 rgba(0, 0, 0, 0.16);
		border-radius: 1.0417vw;
	}
	.sec_giga .set_docomo .family_group dl {
	}
	.sec_giga .set_docomo .family_group dl dt {
		left: 0;
		transform: translateY(-50%);
		font-size: 4.5833vw;
		padding: 2.0833vw 11.6667vw 2.0833vw 2.5vw;
		border-radius: 1.0417vw;
	}
	.sec_giga .set_docomo .family_group dl dt .circle {
		right: -9.8958vw;
		width: 19.7917vw;
	}
	.sec_giga .set_docomo .family_group dl dd {
		padding: 14.5833vw 0 4.1667vw;
	}
	.sec_giga .set_docomo .family_group dl dd .text {
		font-size: 4.5833vw;
		line-height: 1.5;
		font-feature-settings: "palt";
		margin: 0 0 4.1667vw;
	}
	.sec_giga .set_docomo .family_group dl dd .note {
		position: absolute;
		top: 7.2917vw;
		left: 2.5vw;
	}
}

/* =sec_feature .feature_list
-------------------------------------------------------------- */
.sec_feature {
	background: #eaf4f7;
}
.sec_feature .sec_ttl {
	position: relative;
	display: inline-block;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.sec_feature .sec_ttl::before,
.sec_feature .sec_ttl::after {
	content:'';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.sec_feature .sec_ttl::before {
	left: 0;
	background: url(../img/10g/text_decoration_2_left.png) no-repeat 0 0 / contain;
}
.sec_feature .sec_ttl::after {
	right: 0;
	background: url(../img/10g/text_decoration_2_right.png) no-repeat 0 0 / contain;
}
.sec_feature .sec_ttl span {
	position: relative;
	color: var(--red);
	z-index: 0;
}
.sec_feature .sec_ttl span::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 0.46em;
	background: var(--sky);
	z-index: -1;
}
.sec_feature .feature_list ul li {
	position: relative;
	background: #fff;
}
.sec_feature .feature_list ul li .feature_list_num {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--yellow);
	line-height: 1.3;
	letter-spacing: 0.05em;
	border-radius: 50%;
	background: var(--red);
	box-sizing: border-box;
}
.sec_feature .feature_list ul li .list_contents .sup {
	position: relative;
	top: 0.4em;
	font-size: 0.3em;
	vertical-align: text-top;
}
.sec_feature .feature_list ul li .list_contents > dd .more_contents {
	display: none;
	text-align: left;
}
.sec_feature .feature_list ul li .list_contents > dd .more_contents .img {
	text-align: center;
}
.sec_feature .feature_list ul li .list_contents > dd .more_contents > dl > dt,
.sec_feature .feature_list ul li.list_1 .list_contents > dd .more_contents > dl > dd .backbone > dt,
.sec_feature .feature_list ul li.list_1 .list_contents > dd .more_contents > dl > dd .backbone .wrap dt span {
	color: var(--red);
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.sec_feature .feature_list ul li.list_1 .list_contents > dd .more_contents > dl > dd .backbone {
	background: var(--sky);
	border-radius: min(1.1364vw, 10px);
}
.sec_feature .feature_list ul li.list_1 .list_contents > dd .more_contents > dl > dd .backbone .wrap {
	display: flex;
}
.sec_feature .feature_list ul li.list_1 .list_contents > dd .more_contents > dl > dd .backbone .wrap dl {
	flex: 0 1 50%;
	border-radius: min(1.1364vw, 10px);
	background: #fff;
}
.sec_feature .feature_list ul li.list_1 .list_contents > dd .more_contents > dl > dd .backbone .wrap dt span {
	position: relative;
	z-index: 0;
}
.sec_feature .feature_list ul li.list_1 .list_contents > dd .more_contents > dl > dd .backbone .wrap dt span::after {content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 0.46em;
	background: var(--sky);
	z-index: -1;
}
.sec_feature .feature_list ul li .note {
	color: var(--gray);
}
@media ( min-width: 769px ){
	/*winS1140px*/
	.sec_feature {
		padding: min(6.9231vw, 90px) 0 min(8.7719vw, 100px);
	}
	.sec_feature .sec_ttl {
		font-size: min(3.8462vw, 50px);
/*		font-size: clamp(38px, 3.8462vw, 50px);*/
		padding: 0 min(4.2308vw, 55px);
		margin: 0 0 50px;
	}
	.sec_feature .sec_ttl::before,
	.sec_feature .sec_ttl::after {
		width: min(2.5385vw, 33px);
		height: min(4.4615vw, 58px);
	}
	.sec_feature .feature_list {
		max-width: 1100px;
		margin: 0 auto 40px;
	}
	.sec_feature .feature_list ul li {
		padding: 30px min(6.1404vw, 70px) 40px;
		border-radius: 10px;
	}
	.sec_feature .feature_list ul li + li {
		margin-top: 98px;
	}
	.sec_feature .feature_list ul li .feature_list_num {
		top: max(-4.6923vw, -61px);
		left: max(-2.4615vw, -32px);
		font-size: min(2.807vw, 32px);
		width: min(12.4615vw, 162px);
		height: min(12.4615vw, 162px);
		border: min(0.2308vw, 3px) solid #fff;
	}
	.sec_feature .feature_list ul li .list_contents > dt {
		font-size: clamp(32px, 3.5088vw, 40px);
		line-height: 1.5;
		padding: 0 0 30px;
	}
	.sec_feature .feature_list ul li .list_contents > dd .more_contents {
		padding: 20px 0 0;
		border-top: 3px solid #CCCCCC;
	}
	.sec_feature .feature_list ul li .list_contents > dd .more_contents > dl > dt {
		font-size: clamp(26px, 2.807vw, 32px);
		margin: 0 0 9px;
	}
	.sec_feature .feature_list ul li .list_contents > dd .more_contents > dl > dd .text {
		font-size: 18px;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}
	.sec_feature .feature_list ul li .list_contents > dd .more_contents > dl > dd .text span {
		font-size: 14px;
	}
	.sec_feature .feature_list ul li.list_1 .list_contents > dd .more_contents > dl > dd .text {
		margin: 0 0 26px;
	}
	.sec_feature .feature_list ul li.list_2 .list_contents > dd .more_contents > dl > dd .text {
		margin: 0 0 14px;
	}
	.sec_feature .feature_list ul li.list_1 .list_contents > dd .more_contents > dl > dd .backbone {
		padding: 22px 20px 20px;
		text-align: center;
	}
	.sec_feature .feature_list ul li.list_1 .list_contents > dd .more_contents > dl > dd .backbone dt {
		font-size: clamp(22px, 2.2807vw, 26px);
		margin: 0 0 1em;
	}
	.sec_feature .feature_list ul li.list_1 .list_contents > dd .more_contents > dl > dd .backbone .wrap {
		gap: 0 10px;
	}
	.sec_feature .feature_list ul li.list_1 .list_contents > dd .more_contents > dl > dd .backbone .wrap dl {
		line-height: 1.5;
		letter-spacing: 0.05em;
		padding: 25px 15px 15px;
	}
	.sec_feature .feature_list ul li.list_1 .list_contents > dd .more_contents > dl > dd .backbone .wrap dt {
		font-size: clamp(22px, 2.2807vw, 26px);
	}
	.sec_feature .feature_list ul li.list_1 .list_contents > dd .more_contents > dl > dd .backbone .wrap dd p {
		font-size: 18px;
		word-break: auto-phrase;
		margin: 0 0 12px;
	}
	.sec_feature .feature_list ul li.list_1 .list_contents > dd .more_contents > dl > dd .backbone .wrap dd p span {
		font-size: 14px;
	}
	.sec_feature .feature_list ul li .list_contents > dd .more_contents_close {
		margin: 40px auto 0;
	}
	.sec_feature .feature_list ul li .note {
		position: absolute;
		left: min(6.1404vw, 70px);
		bottom: 19px;
		font-size: 12px;
	}
}
@media ( max-width: 768px ){
	.sec_feature {
		padding: 14.5833vw 0 12.5vw;
	}
	.sec_feature .sec_ttl {
		font-size: 5.8333vw;
		line-height: 1.3;
		padding: 0 11.4583vw;
		margin: 0 0 14.5833vw;
	}
	.sec_feature .sec_ttl::before {
		background: url(../img/10g/text_decoration_2_left_sp.png) no-repeat 0 0 / contain;
	}
	.sec_feature .sec_ttl::after {
		background: url(../img/10g/text_decoration_2_right_sp.png) no-repeat 0 0 / contain;
	}
	.sec_feature .sec_ttl::before,
	.sec_feature .sec_ttl::after {
		width: 8.75vw;
		height: 15.4167vw;
	}
	.sec_feature .feature_list {
		margin: 0 auto 4.1667vw;
	}
	.sec_feature .feature_list ul li {
		padding: 13.5417vw 3.75vw 5.2083vw;
		border-radius: 1.0417vw;
	}
	.sec_feature .feature_list ul li + li {
		margin-top: 12.5vw;
	}
	.sec_feature .feature_list ul li .feature_list_num {
		top: -8.5vw;
		left: 50%;
		font-size: 3.3333vw;
		width: 17.0833vw;
		height: 17.0833vw;
		border: 0.625vw solid #fff;
		transform: translateX(-50%);
	}
	.sec_feature .feature_list ul li .list_contents > dt {
		font-size: 4.5833vw;
		line-height: 1.3;
		padding: 0 0 4.1667vw;
		text-align: left;
	}
	.sec_feature .feature_list ul li .list_contents > dd .more_contents {
		padding: 4.1667vw 0 0;
		border-top: 0.625vw solid #CCCCCC;
	}
	.sec_feature .feature_list ul li .list_contents > dd .more_contents > dl > dt {
		font-size: 4.5833vw;
		margin: 0 0 1.0417vw;
	}
	.sec_feature .feature_list ul li .list_contents > dd .more_contents > dl > dd .text {
		font-size: 3.3333vw;
		line-height: 1.3;
		letter-spacing: 0.03em;
	}
	.sec_feature .feature_list ul li .list_contents > dd .more_contents > dl > dd .text span {
		font-size: 14px;
	}
	.sec_feature .feature_list ul li.list_1 .list_contents > dd .more_contents > dl > dd .text {
		margin: 0 0 4.1667vw;
	}
	.sec_feature .feature_list ul li.list_2 .list_contents > dd .more_contents > dl > dd .text {
		margin: 0 0 14px;
	}
	.sec_feature .feature_list ul li.list_1 .list_contents > dd .more_contents > dl > dd .backbone {
		padding: 3.3333vw 2.0833vw 4.1667vw;
		text-align: center;
	}
	.sec_feature .feature_list ul li.list_1 .list_contents > dd .more_contents > dl > dd .backbone dt {
		font-size: 3.3333vw;
		margin: 0 0 1em;
	}
	.sec_feature .feature_list ul li.list_1 .list_contents > dd .more_contents > dl > dd .backbone .wrap {
		gap: 0 1.25vw;
	}
	.sec_feature .feature_list ul li.list_1 .list_contents > dd .more_contents > dl > dd .backbone .wrap dl {
		padding: 5.2083vw 1.0417vw 1.0417vw;
	}
	.sec_feature .feature_list ul li.list_1 .list_contents > dd .more_contents > dl > dd .backbone .wrap dt {
		font-size: 3.3333vw;
	}
	.sec_feature .feature_list ul li.list_1 .list_contents > dd .more_contents > dl > dd .backbone .wrap dd p {
		font-size: 2.9167vw;
		line-height: 1.3;
		text-align: left;
	}
	.sec_feature .feature_list ul li.list_1 .list_contents > dd .more_contents > dl > dd .backbone .wrap dd p span {
		font-size: 14px;
	}
	.sec_feature .feature_list ul li .list_contents > dd .more_contents_close {
		margin: 6.25vw auto 0;
	}
	.sec_feature .feature_list ul li .note {
		font-size: 2.5vw;
		padding: 1em 0 0;
	}
}

/* =sec_feature .problem
-------------------------------------------------------------- */
.sec_feature .problem {
	background: #fff;
	border-radius: min(0.7692vw, 10px);
	overflow: hidden;
}
.sec_feature .problem .in {
	background: var(--sky);
}
.sec_feature .problem .in .caption {
	position: relative;
	display: inline-block;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.sec_feature .problem .in .caption::before,
.sec_feature .problem .in .caption::after {
	content: '';
	position: absolute;
}
.sec_feature .problem .in ul li {
	position: relative;
	letter-spacing: 0.05em;
	background: #fff;
}
.sec_feature .problem .in ul li::before {
	content: '';
	position: absolute;
	background: url(../img/10g/icon_check_2.svg)no-repeat center/contain;
}
.sec_feature .problem .in .text {
	color: var(--red);
}
.sec_feature .note {
	color: var(--gray);
	text-align: left;
}
.sec_feature .note a {
	color: var(--gray);
	text-decoration: underline;
}
.sec_feature .problem .consider .color {
	color: var(--red);
}
@media ( min-width: 769px ){
	.sec_feature .problem {
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 0 34px;
	}
	.sec_feature .problem .in {
		padding: 29px 7.54% 55px 6.27%;
		margin: 0 0 15px;
		clip-path: polygon(100% 0, 100% calc(100% - 95px), 50% 100%, 0 calc(100% - 95px), 0 0);
	}
	.sec_feature .problem .in .caption {
		font-size: clamp(30px, 3.5088vw, 40px);
		padding: 0 0.75em 0 0.95em;
		margin: 0 0 44px;
	}
	.sec_feature .problem .in .caption::before,
	.sec_feature .problem .in .caption::after {
		top: 57%;
		transform: translateY(-50%);
		width: 0.55em;
		height: 0.85em;
	}
	.sec_feature .problem .in .caption::before {
		left: 0;
		background: url(../img/10g/text_decoration_5_left.svg)no-repeat center/contain;
	}
	.sec_feature .problem .in .caption::after {
		right: 0;
		background: url(../img/10g/text_decoration_5_right.svg)no-repeat center/contain;
	}
	.sec_feature .problem .in ul {
		display: flex;
		gap: 0 15px;
	}
	.sec_feature .problem .in ul li {
		flex: 1 1 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: clamp(15px, 1.5789vw, 18px);
		line-height: 1.5;
		height: 150px;
		border-radius: 5px;
	}
	.sec_feature .problem .in ul li::before {
		top: -21px;
		left: 0;
		right: 0;
		width: 46px;
		height: 46px;
		margin: 0 auto;
	}
	.sec_feature .problem .in .text {
		font-size: 26px;
		line-height: 1.5;
		letter-spacing: 0.05em;
		margin: 21px 0 0;
	}
	.sec_feature .problem .consider {
		display: flex;
		align-items: flex-end;
		justify-content: center;
		font-size: 32px;
		line-height: 1.5;
	}
	.sec_feature .note {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.05em;
		max-width: 1100px;
		margin: 38px auto 0;
	}
}
@media ( max-width: 768px ){
	.sec_feature .problem {
		padding: 0 0 5.2083vw;
		margin: 0 0 3.75vw;
	}
	.sec_feature .problem .in {
		padding: 5.2083vw 4.1667vw 0;
		margin: 0 0 11.4583vw;
		position: relative;
	}
	.sec_feature .problem .in::after {
		content: "";
		background: var(--sky);
		width: 100%;
		height: 8.9583vw;
		position: absolute;
		bottom: -8.8vw;
		left: 0;
		clip-path: polygon(100% 0, 0 0, 50% 100%);
	}
	.sec_feature .problem .in .caption {
		font-size: 4.5833vw;
		line-height: 1.3;
		padding: 0 8.3333vw 0 10vw;
		margin: 0 0 4.1667vw;
	}
	.sec_feature .problem .in .caption::before,
	.sec_feature .problem .in .caption::after {
		bottom: 0;
		width: 5.2083vw;
		height: 7.5vw;
	}
	.sec_feature .problem .in .caption::before {
		left: 0;
		background: url(../img/10g/text_decoration_5_left.svg)no-repeat center/contain;
	}
	.sec_feature .problem .in .caption::after {
		right: 0;
		background: url(../img/10g/text_decoration_5_right.svg)no-repeat center/contain;
	}
	.sec_feature .problem .in ul li {
		font-size: 3.3333vw;
		line-height: 1.3;
		border-radius: 1.0417vw;
		padding: 4.1667vw 3.125vw 4.1667vw 16.25vw;
		text-align: left;
	}
	.sec_feature .problem .in ul li + li {
		margin-top: 2.0833vw;
	}
	.sec_feature .problem .in ul li::before {
		top: 50%;
		left: 4.1667vw;
		width: 9.5167vw;
		height: 9.5167vw;
		transform: translateY(-50%);
	}
	.sec_feature .problem .in .text {
		font-size: 4.5833vw;
		line-height: 1.5;
		letter-spacing: 0.05em;
		margin: 2.9167vw 0 0;
	}
	.sec_feature .problem .consider {
		font-size: 4.5833vw;
		line-height: 1.5;
	}
	.sec_feature .problem .consider .img_text {
		display: inline-block;
		width: 68.75vw;
		vertical-align: bottom;
	}
	.sec_feature .note {
		font-size: 2.5vw;
		font-weight: 500;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}
}

/* =sec_area10g
-------------------------------------------------------------- */
.sec_area10g {}
.sec_area10g .sec_ttl {
	position: relative;
	display: inline-block;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.sec_area10g .sec_ttl span {
	position: relative;
	color: var(--red);
}
.sec_area10g .area10g_btn a {
  display: block;
	position: relative;
	color: #fff;
	font-size: min(3.6364vw, 23px);
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.05em;
	width: min(73.8636vw, 450px);
	padding: min(2.9545vw, 20px) 0;
	margin: 0 auto;
	cursor: pointer;
	border-radius: min(22.7273vw, 100px);
	background: var(--red);
	box-shadow: 0px min(0.9091vw,4px) min(2.2727vw, 10px) rgba(0, 0, 0, 0.25);
}
.sec_area10g .area10g_1g {
	max-width: 800px;
	line-height: 1.38;
	box-sizing: border-box;
	cursor: pointer;
}
.sec_area10g .area10g_1g div {
  margin-top: 1em;
}
.sec_area10g .area10g_1g div a {
  display: inline-block;
  margin: 0 auto;
  padding: 0.75em 2em;
  border-radius: calc( ( ( 1em * 1.5 ) + 1.5em ) / 2 );
  background-color: var(--sky);
	text-align: center;
	line-height: 1.5;
}
@media ( min-width: 769px ){
	.sec_area10g {
    padding: min(6.9231vw, 90px) 0 min(8.7719vw, 100px);
	}
	.sec_area10g .sec_ttl {
		font-size: min(2.9167vw, 36px);
		margin: 0 0 min(3.8462vw, 50px);
  }

  .sec_area10g .area10g_1g {
		border: min(0.2308vw, 3px) solid #ccc;
		margin: min(3.8462vw, 50px) auto 0;
		border-radius: min(0.7692vw, 10px);
		padding: min(1.5385vw, 20px);
    font-size: min(1.3846vw, 18px);
  }
}
@media ( max-width: 768px ){
	.sec_area10g {
    padding: 14.5833vw 0 12.5vw;
	}
	.sec_area10g .sec_ttl {
		font-size: 5.8333vw;
		line-height: 1.3;
		margin: 0 0 8.125vw;
	}
  .sec_area10g .area10g_1g {
		border: 0.4167vw solid #ccc;
		margin: 8.125vw auto 0;
		border-radius: 1.0417vw;
		padding: 4.1667vw;
		font-size: 2.9167vw;
  }
}

/* =sec_attraction .list_1
-------------------------------------------------------------- */
.sec_attraction {
	position: relative;
	z-index: 0;
}
.sec_attraction::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.sec_attraction .sec_ttl {
	position: relative;
	color: #fff;
	letter-spacing: 0.05em;
	display: inline-block;
}
.sec_attraction .sec_ttl::before,
.sec_attraction .sec_ttl::after {
	content: '';
	position: absolute;
}
.sec_attraction .sec_ttl::before {
	background: url(../img/10g/text_decoration_4_left.png)no-repeat center/contain;
}
.sec_attraction .sec_ttl::after {
	background: url(../img/10g/text_decoration_4_right.png)no-repeat center/contain
}
.sec_attraction .sec_ttl span {
	color: var(--yellow);
}
.sec_attraction .attraction_list > li {
	position: relative;
	background: var(--lightgray);
	border-radius: min(1.1364vw, 10px);
}
.sec_attraction .attraction_list li .attraction_list_num {
	display: inline-block;
	color: var(--yellow);
	background: var(--red);
}
.sec_attraction .attraction_list li .attraction_contens > dt > span {
	color: var(--red);
}
.sec_attraction .attraction_list li .box {
	border-radius: min(1.1364vw, 10px);
	background: #fff;
	box-sizing: border-box;
}
.sec_attraction .attraction_list li .box .caption {
	color: var(--red);
	text-align: center;
	letter-spacing: 0.05em;
}
.sec_attraction .attraction_list li .box .caption .sup {
	position: relative;
	top: 0.3em;
	font-size: 0.38em;
	vertical-align: text-top;
}
.sec_attraction .attraction_list li.list_1 .more_contents {
	display: none;
}
.sec_attraction .attraction_list li.list_1 .more_contents .point {
	border-radius: min(1.1364vw, 10px);
	box-sizing: border-box;
}
.sec_attraction .attraction_list li.list_1 .more_contents .point .point_caption {
	display: inline-block;
	color: #fff;
	background: var(--red);
	border-radius: min(15.9091vw, 70px);
}
.sec_attraction .attraction_list li.list_1 .more_contents .point .point_caption span {
	color: var(--yellow);
}
.sec_attraction .attraction_list li.list_1 .more_contents .point ul li {
	display: flex;
	flex-direction: column;
	border-radius: min(1.1364vw, 10px);
	box-shadow: 0px 0px min(3.4091vw, 15px) rgba(0, 0, 0, 0.15);
}
.sec_attraction .attraction_list li.list_1 .more_contents .point ul li .img {
	background: var(--sky);
	border-radius: min(1.1364vw, 10px) min(1.1364vw, 10px) 0 0;
}
.sec_attraction .attraction_list li.list_1 .more_contents .point ul li .contents {
	position: relative;
	flex: 1 1 auto;
	background: #fff;
	border-radius: 0 0 min(1.1364vw, 10px) min(1.1364vw, 10px);
}
.sec_attraction .attraction_list li.list_1 .more_contents .point ul li .contents .point_num {
	position: absolute;
	left: 0;
	right: 0;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin: 0 auto;
	background: var(--red);
}
.sec_attraction .attraction_list li.list_1 .more_contents .point ul li .contents dl {
	text-align: left;
}
.sec_attraction .attraction_list li.list_1 .more_contents .point ul li .contents dl dt {
	position: relative;
	color: var(--red);
}
.sec_attraction .attraction_list li.list_1 .more_contents .point ul li .contents dl dt::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: var(--red);
}
.sec_attraction .attraction_list li.list_1 .more_contents .point ul li .contents dl dt .sup,
.sec_attraction .attraction_list li.list_1 .more_contents .point ul li .contents dl dd .text .sup {
	position: relative;
	font-size: 0.5em;
	vertical-align: super;
}
.sec_attraction .attraction_list li.list_1 .more_contents .point ul li .contents dl dd .note {
	color: #959494;
}
.sec_attraction .attraction_list li.list_1 .more_contents .support {
	background: #fff;
	box-sizing: border-box;
	border-radius: min(1.1364vw, 10px);
}
.sec_attraction .attraction_list li.list_1 .more_contents .support .support_caption {
	color: var(--red);
}
.sec_attraction .attraction_list li.list_1 .more_contents .support ul li {
	position: relative;
	text-align: left;
}
.sec_attraction .attraction_list li.list_1 .more_contents .support ul li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: var(--black);
	border-radius: 50%;
}
.sec_attraction .attraction_list li.list_1 .more_contents .note {
	color: #959494;
}
.sec_attraction .attraction_list li.list_1 .more_contents .note a {
	color: #959494;
	text-decoration: underline;
}
@media ( min-width: 769px ){
	.sec_attraction {
		padding: 80px 0 0;
	}
	.sec_attraction::after {
		height: 619px;
		background: url(../img/10g/bg_attraction.png)no-repeat top/100% auto;
	}
	.sec_attraction .sec_ttl {
		font-size: clamp(38px, 3.8462vw, 50px);
		line-height: 1.5;
		margin: 0 0 27px;
	}
	.sec_attraction .sec_ttl::before,
	.sec_attraction .sec_ttl::after {
		width: 1.14em;
		height: 1.18em;
	}
	.sec_attraction .sec_ttl::before {
		left: -1.64em;
		bottom: -0.26em;
	}
	.sec_attraction .sec_ttl::after {
		right: -1.52em;
		top: -0.04em;
	}
	.sec_attraction .attraction_list > li {
		padding: 5px 20px 40px;
	}
	.sec_attraction .attraction_list > li + li {
		margin-top: 33px;
	}
	.sec_attraction .attraction_list li .attraction_list_num {
		font-size: clamp(26px, 3.0769vw, 40px);
		line-height: 1.5;
		letter-spacing: 0.05em;
		padding: 1px 0 5px;
		margin: 0 auto 12px;
		width: 5.25em;
		border-radius: 0 0 10px 10px;
	}
	.sec_attraction .attraction_list li .attraction_contens > dt {
		font-size: clamp(26px, 3.0769vw, 40px);
		line-height: 1.5;
		letter-spacing: 0.005em;
		margin: 0 0 32px;
	}
	.sec_attraction .attraction_list li .box {
		max-width: 1100px;
		margin: 0 auto 40px;
	}
	.sec_attraction .attraction_list li.list_1 .box {
		padding: 20px 20px 40px;
	}
	.sec_attraction .attraction_list li.list_1 .box .caption {
		font-size: 26px;
		line-height: 1.5;
		margin: 0 0 10px;
	}
	.sec_attraction .attraction_list li.list_1 .box .text {
		font-size: 18px;
		line-height: 1.5;
		letter-spacing: 0.05em;
		margin: 0 0 24px;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .point {
		max-width: 1180px;
		padding: 0 3.3% 40px;
		margin: 81px auto 40px;
		border: 3px solid var(--red);
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .point .point_caption {
		position: relative;
		top: -41px;
		font-size: 32px;
		line-height: 1.5;
		letter-spacing: 0.05em;
		padding: 10px 48px;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .point ul {
		display: flex;
		gap: 0 20px;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .point ul li {
		flex: 1 1 29.91%;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .point ul li .contents {
		padding: 24px 5.6% 15px;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .point ul li .contents .point_num {
		top: -12px;
		font-size: 16px;
		width: 130px;
		border-radius: 0 5px 0 5px;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .point ul li .contents .point_num::before {
		content: '';
		position: absolute;
		top: -3px;
		left: -3px;
		width: calc(100% + 6px);
		height: calc(100% + 6px);
		box-sizing: border-box;
		border: 3px solid #fff;
		border-radius: 0 5px 0 5px;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .point ul li .contents dl dt {
		font-size: 20px;
		line-height: 1.5;
		letter-spacing: 0.05em;
		padding: 0 0 10px;
		margin: 0 0 10px;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .point ul li .contents dl dt::after {
		width: 50px;
		height: 1px;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .point ul li .contents dl dd .text {
		font-size: 18px;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .point ul li .contents dl dd .note {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.05em;
		margin-top: 10px;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .support {
		max-width: 1100px;
		margin: 0 auto 40px;
		padding: 58px 0 60px;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .support .support_caption {
		font-size: 32px;
		line-height: 1.5;
		letter-spacing: 0.05em;
		margin: 0 0 29px;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .support ul {
		padding: 0 9%;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .support ul li {
		font-size: 18px;
		line-height: 1.5;
		letter-spacing: 0.05em;
		padding-left: 32px;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .support ul li::before {
		width: 12px;
		height: 12px;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .support ul li + li {
		margin-top: 20px;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .note {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.05em;
		margin: 0 0 40px;
	}
}
@media ( max-width: 768px ){
	.sec_attraction {
		padding: 10.625vw 0 0;
	}
	.sec_attraction::after {
		height: 45vw;
		background: url(../img/10g/bg_attraction_sp.png)no-repeat top/100% auto;
	}
	.sec_attraction .sec_ttl {
		font-size: 5.8333vw;
		line-height: 1.5;
		margin: 0 0 6.6667vw;
	}
	.sec_attraction .sec_ttl::before {
		background: url(../img/10g/text_decoration_4_left_sp.png)no-repeat center/contain;
		width: 7.7083vw;
		height: 7.9167vw;
	}
	.sec_attraction .sec_ttl::after {
		background: url(../img/10g/text_decoration_4_right_sp.png)no-repeat center/contain;
		width: 9.7917vw;
		height: 10.2083vw;
	}
	.sec_attraction .sec_ttl::before {
		left: -8.125vw;
		bottom: -4.1667vw;
	}
	.sec_attraction .sec_ttl::after {
		right: -10.8333vw;
		top: -4.1667vw;
	}
	.sec_attraction .attraction_list > li {
		padding: 1.0417vw 4.1667vw 6.25vw;
	}
	.sec_attraction .attraction_list > li + li {
		margin-top: 4.1667vw;
	}
	.sec_attraction .attraction_list li .attraction_list_num {
		font-size: 4.5833vw;
		line-height: 1.5;
		letter-spacing: 0.05em;
		padding: 1.0417vw 0 1.6667vw;
		margin: 0 auto 12px;
		width: 31.25vw;
		border-radius: 0 0 1.0417vw 1.0417vw;
	}
	.sec_attraction .attraction_list li .attraction_contens > dt {
		font-size: 4.5833vw;
		line-height: 1.5;
		margin: 0 0 4.1667vw;
	}
	.sec_attraction .attraction_list li .box {
		margin: 0 auto 4.1667vw;
	}
	.sec_attraction .attraction_list li .box {
		padding: 3.3333vw 4.1667vw 4.1667vw;
	}
	.sec_attraction .attraction_list li .box .caption {
		font-size: 3.3333vw;
		line-height: 1.5;
		margin: 0 0 0.4167vw;
	}
	.sec_attraction .attraction_list li .box .caption .sup {
		top: 0;
		font-size: 2.0833vw;
	}
	.sec_attraction .attraction_list li .box .text {
		font-size: 2.9167vw;
		line-height: 1.4;
		letter-spacing: 0.05em;
		margin: 0 0 4.1667vw;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .point {
		padding: 0 4.1667vw 6.6667vw;
		margin: 10.4167vw auto 7.2917vw;
		border: 0.4167vw solid var(--red);
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .point .point_caption {
		position: relative;
		transform: translateY(-50%);
		font-size: 4.5833vw;
		line-height: 1.1;
		letter-spacing: 0.05em;
		padding: 2.0833vw 0;
		width: 75vw;
		margin: 0 auto;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .point .point_caption span {
		display: block;
	}	
	.sec_attraction .attraction_list li.list_1 .more_contents .point ul li + li {
		margin-top: 4.1667vw;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .point ul li .contents .point_num {
		width: 27.9167vw;
		margin: 0 auto;
		transform: translateY(-50%);
		font-size: 2.9167vw;
		line-height: 1.5;
		border-radius: 0 1.0417vw 0 1.0417vw;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .point ul li .contents .point_num::before {
		content: '';
		position: absolute;
		top: -0.4167vw;
		left: -0.4167vw;
		width: calc(100% + 0.8333vw);
		height: calc(100% + 0.8333vw);
		box-sizing: border-box;
		border: 0.4167vw solid #fff;
		border-radius: 0 0.625vw 0 0.625vw;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .point ul li .contents dl {
		padding: 6.25vw 4.1667vw 4.1667vw;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .point ul li .contents dl dt {
		font-size: 3.3333vw;
		line-height: 1.3;
		letter-spacing: 0.05em;
		padding: 0 0 2.0833vw;
		margin: 0 0 2.0833vw;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .point ul li .contents dl dt .sup {
		font-size: 2.0833vw;
		vertical-align: top;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .point ul li .contents dl dt::after {
		width: 10.4167vw;
		height: 1px;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .point ul li .contents dl dd .text {
		font-size: 3.3333vw;
		line-height: 1.3;
		letter-spacing: 0.05em;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .point ul li .contents dl dd .note {
		font-size: 2.5vw;
		font-weight: 500;
		line-height: 1.5;
		letter-spacing: 0.05em;
		margin-top: 2.0833vw;
	}	
	.sec_attraction .attraction_list li.list_1 .more_contents .support {
		margin: 0 auto 3.125vw;
		padding: 7.5vw 4.1667vw;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .support .support_caption {
		font-size: 4.5833vw;
		line-height: 1.3;
		letter-spacing: 0.03em;
		margin: 0 0 3.125vw;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .support ul {
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .support ul li {
		font-size: 3.75vw;
		line-height: 1.3;
		letter-spacing: 0.02em;
		padding-left: 4.5833vw;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .support ul li::before {
		width: 2.5vw;
		height: 2.5vw;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .support ul li + li {
		margin-top: 3.125vw;
	}
	.sec_attraction .attraction_list li.list_1 .more_contents .note {
		text-align: left;
		font-size: 2.5vw;
		font-weight: 500;
		line-height: 1.5;
		letter-spacing: 0.05em;
		margin: 0 0 1em;
	}
}
@media ( min-width: 1920px ){
	.sec_attraction::after {
		background: url(../img/10g/bg_attraction.png)no-repeat bottom/100% auto;
	}
}

/* =sec_attraction .list_2
-------------------------------------------------------------- */
.sec_attraction .attraction_list li.list_2 .box .wrap {
	position: relative;
}
.sec_attraction .attraction_list li.list_2 .box .caption_price {
	text-align: center;
}
.sec_attraction .attraction_list li.list_2 .box .caption_price .wrap2 {
	position: relative;
	display: inline-block;
	z-index: 1;
}
.sec_attraction .attraction_list li.list_2 .box .caption_price .wrap2::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.2em;
    width: 100%;
    height: 0.6em;
    background: var(--yellow);
    z-index: -1;
}
.sec_attraction .attraction_list li.list_2 .box .wrap::after {
	content: '';
	position: absolute;
	background: url(../img/10g/icon_plus_bk.png)no-repeat center/contain;
}
.sec_attraction .attraction_list li.list_2 .box .wrap .text_box {
	display: flex;
	align-items: center;
	text-align: left;
	background: var(--sky);
	border-radius: min(1.1364vw, 10px);
	box-sizing: border-box;
	justify-content: center;
}
.sec_attraction .attraction_list li.list_2 .box .wrap .text_box .sup {
	position: relative;
	top: 0.6em;
	font-size: 0.38em;
	vertical-align: text-top;
}
.sec_attraction .attraction_list li.list_2 .note {
	color: #959494;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.sec_attraction .attraction_list li.list_2 .box {
	text-align: left;
}
.sec_attraction .attraction_list li.list_2 .more_contents {
	display: none;
}
.sec_attraction .attraction_list li.list_2 .more_contents .virus_wrap .virus_caption {
	display: inline-block;
	color: #fff;
	background: var(--black);
	border-radius: min(15.9091vw, 70px);
}
.sec_attraction .attraction_list li.list_2 .more_contents .virus_wrap ul li p {
	text-align: left;
}
.sec_attraction .attraction_list li.list_2 .more_contents .virus_wrap ul li p span {
	color: var(--red);
}
.sec_attraction .attraction_list li.list_2 .more_contents .virus_wrap .note a {
	color: #959494;
	text-decoration: underline;
}
@media ( min-width: 769px ){
	.sec_attraction .attraction_list li.list_2 .box {
		padding: 27px 20px 40px;
	}
	.sec_attraction .attraction_list li.list_2 .box .caption {
		font-size: 32px;
		line-height: 1.5;
		margin: 0 0 24px;
	}
	.sec_attraction .attraction_list li.list_2 .box .caption_price {
		font-size: 21px;
		margin-bottom: 20px;
	}
	.sec_attraction .attraction_list li.list_2 .box .caption_price .big {
		font-size: 37px;
	}
	.sec_attraction .attraction_list li.list_2 .box .wrap {
		display: flex;
		gap: 0 20px;
		margin: 0 0 27px;
	}
	.sec_attraction .attraction_list li.list_2 .box .wrap::after {
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
		width: min(5.5455vw, 61px);
		height: min(5.5455vw, 61px);
		margin: 0 auto;
	}
	.sec_attraction .attraction_list li.list_2 .box .wrap .text_box {
		flex: 1 1 47.2%;
		min-height: 100px;
	}
	.sec_attraction .attraction_list li.list_2 .box .wrap .text_box:first-child {
		padding: 35px 2.73%;
	}
	.sec_attraction .attraction_list li.list_2 .box .wrap .text_box:last-child {
		font-size: clamp(18px, 2.05vw, 28px);
		line-height: 1.5;
		padding: 11px 15px;
		text-align: center;
	}
	.sec_attraction .attraction_list li.list_2 .note {
		font-size: 12px;
	}
	.sec_attraction .attraction_list li.list_2 .note + .note {
		margin-top: 14px;
	}
	.sec_attraction .attraction_list li.list_2 .more_contents .virus_wrap {
		margin: 0 0 40px;
	}
	.sec_attraction .attraction_list li.list_2 .more_contents .virus_wrap .virus_caption {
		font-size: 32px;
		line-height: 1.5;
		letter-spacing: 0.05em;
		padding: 10px 48px;
		margin: 0 0 30px;
	}
	.sec_attraction .attraction_list li.list_2 .more_contents .virus_wrap ul {
		display: flex;
		gap: 0 20px;
		max-width: 1030px;
		margin: 0 auto 40px;
	}
	.sec_attraction .attraction_list li.list_2 .more_contents .virus_wrap ul li {
		flex: 1 1 32%;
	}
	.sec_attraction .attraction_list li.list_2 .more_contents .virus_wrap ul li .icon_wrap {
		margin: 0 0 24px;
	}
	.sec_attraction .attraction_list li.list_2 .more_contents .virus_wrap ul li .text {
		font-size: 18px;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}
	.sec_attraction .attraction_list li.list_2 .more_contents .virus_wrap ul li .note {
		margin-top: 6px;
	}
}
@media ( max-width: 768px ){
	.sec_attraction .attraction_list li.list_2 .box .caption {
		margin: 0 0 3.3333vw;
	}
	.sec_attraction .attraction_list li.list_2 .box .caption_price {
		font-size: 3.333vw;
		margin-bottom: 4vw;
	}
	.sec_attraction .attraction_list li.list_2 .box .caption_price .big {
		font-size: 5vw;
	}
	.sec_attraction .attraction_list li.list_2 .box .wrap {
		margin: 0 0 3.9583vw;
	}
	.sec_attraction .attraction_list li.list_2 .box .wrap::after {
		top: 42%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
		width: 9.1667vw;
		height: 9.1667vw;
		margin: 0 auto;
	}
	.sec_attraction .attraction_list li.list_2 .box .wrap .text_box + .text_box {
		margin-top: 4.1667vw;
	}
	.sec_attraction .attraction_list li.list_2 .box .wrap .text_box:first-child {
		padding: 4.1667vw 2.9167vw;
	}
	.sec_attraction .attraction_list li.list_2 .box .wrap .text_box:last-child {
		font-size: 4.375vw;
		line-height: 1.5;
		padding: 1.875vw 1.3vw;
		text-align: center;
	}
	.sec_attraction .attraction_list li.list_2 .note {
		font-size: 2.5vw;
		text-align: left;
	}
	.sec_attraction .attraction_list li.list_2 .note + .note {
		margin-top: 3.125vw;
	}
	.sec_attraction .attraction_list li.list_2 .more_contents .virus_wrap {
		margin: 0 0 4.1667vw;
	}
	.sec_attraction .attraction_list li.list_2 .more_contents .virus_wrap .virus_caption {
		font-size: 4.5833vw;
		line-height: 1.2;
		letter-spacing: 0.05em;
		padding: 2.0833vw 10vw;
		margin: 0 0 6.25vw;
	}
	.sec_attraction .attraction_list li.list_2 .more_contents .virus_wrap ul {
		margin: 0 auto 5.4167vw;
	}
	.sec_attraction .attraction_list li.list_2 .more_contents .virus_wrap ul li + li {
		margin-top: 4.1667vw;
	}
	.sec_attraction .attraction_list li.list_2 .more_contents .virus_wrap ul li .icon_wrap {
		padding: 0 12.5vw;
		margin: 0 0 2.0833vw;
	}
	.sec_attraction .attraction_list li.list_2 .more_contents .virus_wrap ul li .text {
		font-size: 3.75vw;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}
	.sec_attraction .attraction_list li.list_2 .more_contents .virus_wrap ul li .note {
		margin-top: 1.25vw;
	}
}

/* =sec_flow
-------------------------------------------------------------- */
.sec_flow .sec_ttl span {
	position: relative;
	color: var(--red);
	z-index: 0;
}
.sec_flow .sec_ttl span::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 0.46em;
	background: var(--sky);
	z-index: -1;
}
.sec_flow .tab_list {
	display: flex;
	justify-content: center;
	max-width: 1260px;
	margin: 0 auto;
}
.sec_flow .tab_list li {
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.05em;
	background: #EFEDED;
	cursor: pointer;
	flex-direction: column;
}
.sec_flow .tab_list li.active {
	color: #fff;
	background: var(--red);
}
.sec_flow .flow_conntens_wrap {
	background: #eaf4f7;
}
.sec_flow .flow_conntens_wrap .flow_conntens {
	display: none;
}
.sec_flow .flow_conntens_wrap .flow_conntens.active {
	display: block;
}
.sec_flow .flow_conntens_wrap .flow_conntens .flow_step_list li {
	position: relative;
	background: #fff;
	box-sizing: border-box;
	border-radius: min(2.2727vw, 10px);
}
.sec_flow .flow_conntens_wrap .flow_conntens .flow_step_list li::after {
	content: '';
	position: absolute;
}
.sec_flow .flow_conntens_wrap .flow_conntens .flow_step_list li .step_num {
	position: absolute;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 50%;
	background: var(--black);
}
.sec_flow .flow_conntens_wrap .flow_conntens .flow_step_list li .text {
	color: var(--red);
}
.sec_flow .flow_conntens_wrap .flow_conntens .flow_step_list li .text .small {
	display: block;
	color: var(--black);
}
.sec_flow .flow_conntens_wrap .flow_conntens .flow_step_list li .text a {
	display: inline-block;
	text-decoration: underline;
}
.sec_flow .flow_conntens_wrap .flow_conntens .note,
.sec_flow .flow_conntens_wrap .flow_conntens .note a {
	color: #959494;
	text-align: left;
	line-height: 1.5;
}
.sec_flow .flow_conntens_wrap .flow_conntens .note a {
	text-decoration: underline;
}
.sec_flow .flow_conntens_wrap .flow_conntens .note a:hover {
	text-decoration: none;
}
.sec_flow .flow_conntens_wrap .flow_2 .text + .note,
.sec_flow .flow_conntens_wrap .flow_3 .text + .note {
	text-align: center;
}
@media ( min-width: 769px ){
	.sec_flow {
		padding: 87px 0 0;
	}
	.sec_flow .sec_ttl {
		font-size: min(3.8462vw, 50px);
		margin: 0 0 50px;
	}
	.sec_flow .tab_list {
		gap: 0 20px;
	}
	.sec_flow .tab_list li {
		flex: 1 1 32.2%;
		font-size: 26px;
		height: 80px;
		border-radius: 10px 10px 0 0;
	}
	.sec_flow .tab_list li span {
		font-size: 18px;
		margin-top: 6px;
	}
	.sec_flow .flow_conntens_wrap {
		border-top: 3px solid var(--red);
		border-bottom: 3px solid var(--red);
	}
	.sec_flow .flow_conntens_wrap .flow_conntens .flow_step_list {
		display: flex;
		gap: 0 30px;
		margin: 0 0 50px;
	}
	.sec_flow .flow_conntens_wrap .flow_conntens .flow_step_list li {
		padding: 43px 0 4px;
		border: 3px solid var(--black);
	}
	.sec_flow .flow_conntens_wrap .flow_conntens .flow_step_list li:not(:last-child)::after {
		top: 50%;
		right: -29px;
		transform: translateY(-50%);
		width: 17px;
		height: 34px;
		background: url(../img/10g/flow_arrow.svg)no-repeat center/contain;
	}
	.sec_flow .flow_conntens_wrap .flow_1 {
		padding: 82px 0 50px;
	}
	.sec_flow .flow_conntens_wrap .flow_1 .flow_step_list li {
		flex: 0 1 23.17%;
	}
	.sec_flow .flow_conntens_wrap .flow_conntens .flow_step_list li .step_num {
		top: -32px;
		font-size: 14px;
		line-height: 1.1;
		letter-spacing: 0.05em;
		width: 64px;
		height: 64px;
		margin: 0 auto;
	}
	.sec_flow .flow_conntens_wrap .flow_1 .flow_step_list li .icon {
		margin: 0 0 15px;
	}
	.sec_flow .flow_conntens_wrap .flow_conntens .flow_step_list li .text {
		font-size: 18px;
		line-height: 1.5;
	}
	.sec_flow .flow_conntens_wrap .flow_conntens .flow_step_list li .text .small,
	.sec_flow .flow_conntens_wrap .flow_conntens .flow_step_list li .text a {
		display: inline-block;
		font-size: 12px;
	}
	.sec_flow .flow_conntens_wrap .flow_conntens .flow_step_list li .text .sup {
		vertical-align: super;
		font-size: 10px;
	}
	.sec_flow .flow_conntens_wrap .flow_2,
	.sec_flow .flow_conntens_wrap .flow_3 {
		padding: 45px 0 50px;
	} 
	.sec_flow .flow_conntens_wrap .flow_2 .text,
	.sec_flow .flow_conntens_wrap .flow_3 .text {
		font-size: 18px;
		line-height: 1.5;
		margin: 0 0 13px;
	}
	.sec_flow .flow_conntens_wrap .flow_2 .text + .note,
	.sec_flow .flow_conntens_wrap .flow_3 .text + .note {
		font-size: 12px;
		margin: 0 0 70px;
	}
	.sec_flow .flow_conntens_wrap .flow_2 .flow_step_list li,
	.sec_flow .flow_conntens_wrap .flow_3 .flow_step_list li {
		flex: 0 1 18%;
	}
}
@media ( max-width: 768px ){
	.sec_flow {
		padding: 10.4167vw 0 0;
	}
	.sec_flow .sec_ttl {
		font-size: 5.8333vw;
		margin: 0 0 6.25vw;
	}
	.sec_flow .tab_list {
		gap: 0 0.8333vw;
		padding: 0 min(4.1667vw, 20px);
	}
	.sec_flow .tab_list li {
		flex: 1 1 32.2%;
		font-size: 3.3333vw;
		height: 10vw;
		border-radius: 1.0417vw 1.0417vw 0 0;
	}
	.sec_flow .tab_list li span {
		font-size: 2.5vw;
		margin-top: 0.833vw;
	}
	.sec_flow .flow_conntens_wrap {
		border-top: 0.625vw solid var(--red);
		border-bottom: 0.625vw solid var(--red);
	}
	.sec_flow .flow_conntens_wrap .flow_conntens .flow_step_list {
		margin: 0 0 3.5417vw;
		padding-left: 5.625vw;
	}
	.sec_flow .flow_conntens_wrap .flow_conntens .flow_step_list li {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		height: 17.0833vw;
		padding: 0 26.8458vw 0 10.625vw;
		border: 0.625vw solid var(--black);
		border-radius: 1.0417vw;
		box-sizing: border-box;
	}
	.sec_flow .flow_conntens_wrap .flow_conntens .flow_step_list li:not(:last-child) {
		margin-bottom: 6.25vw;
	}
	.sec_flow .flow_conntens_wrap .flow_conntens .flow_step_list li:not(:last-child)::after {
		width: 6.9292vw;
		height: 3.75vw;
		bottom: calc(0px - 5.4167vw);
		left: calc(50% - 3.4646vw);
		background: var(--black);
		clip-path: polygon(0 0, 50% 100%, 100% 0);
	}
	.sec_flow .flow_conntens_wrap .flow_1 {
		padding: 6.25vw 0;
	}
	.sec_flow .flow_conntens_wrap .flow_conntens .flow_step_list li .step_num {
		width: 11.25vw;
		height: 11.25vw;
		margin: 0;
		top: calc(50% - 5.625vw);
		left: -5.625vw;
		font-size: 2.5vw;
		line-height: 1.1;
		letter-spacing: 0.05em;
	}
	.sec_flow .flow_conntens_wrap .flow_step_list li .icon {
		position: absolute;
		width: 24.5833vw;
		height: 10.4167vw;
		top: calc(50% - 5.2083vw);
		right: 2.2625vw;
	}
	.sec_flow .flow_conntens_wrap .flow_conntens .flow_step_list li .text {
		margin: 0;
		text-align: left;
		font-size: 3.3333vw;
		line-height: 1.4;
	}
	.sec_flow .flow_conntens_wrap .flow_conntens .flow_step_list li .text .small,
	.sec_flow .flow_conntens_wrap .flow_conntens .flow_step_list li .text a {
		display: inline-block;
		font-size: 2.5vw;
	}
	.sec_flow .flow_conntens_wrap .flow_conntens .flow_step_list li .text .sup {
		vertical-align: text-top;
		font-size: 2.0833vw;
	}
	.sec_flow .flow_conntens_wrap .flow_2,
	.sec_flow .flow_conntens_wrap .flow_3 {
		padding: 5.625vw 0 6.25vw;
	} 
	.sec_flow .flow_conntens_wrap .flow_2 .text,
	.sec_flow .flow_conntens_wrap .flow_3 .text {
		text-align: left;
		font-size: 3.3333vw;
		line-height: 1.5;
		margin: 0 0 0.625vw;
	}
	.sec_flow .flow_conntens_wrap .flow_2 .text + .note,
	.sec_flow .flow_conntens_wrap .flow_3 .text + .note {
		font-size: 2.5vw;
		margin: 0 0 3.5417vw;
	}
	.sec_flow .flow_conntens_wrap .flow_conntens .note,
	.sec_flow .flow_conntens_wrap .flow_conntens .note a {
		line-height: 1.5;
		font-size: 2.5vw;
	}
}

/* =modal
-------------------------------------------------------------- */
.modal_window,
.modal_shadow {
	position: fixed;
	z-index: 600;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s, visibility .4s;
}
.modal_shadow {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(35, 35, 35, .6);
}
.modal_window {
	display: flex;
	flex-direction: column;
	min-height: 300px;
	max-height: 80vh;
	top: 50%;
	left: 50%;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
	transform: translate(-50%, -50%);
}
.modal_window.show,
.modal_shadow.show {
	opacity: 1;
	visibility: visible;
}
.modal_window .close {
	position: absolute;
	margin: 0;
	padding: 0;
	background: #000;
	border: none;
	border-radius: 100%;
	appearance: none;
	cursor: pointer;
	box-sizing: border-box;
}
@media ( min-width: 769px ){
	.modal_window {
		width: min(80%, 1100px);
	}
	.modal_window .close {
		font-size: 44px;
		top: 12px;
		right: 12px;
		width: 1em;
		height: 1em;
	}
	.modal_window .close::before,
	.modal_window .close::after {
		position: absolute;
		content: '';
		width: 0.5228em;
		padding-top: 0.0682em;
		top: calc(50% - 0.0341em);
		left: calc(50% - 0.2614em);
		background: #fff;
		border-radius: 9999px;
	}
}
@media ( max-width: 768px ){
	.modal_window {
		width: 92%;
	}
	.modal_window .close {
		font-size: 7.2917vw;
		top: 2.0833vw;
		right: 2.0833vw;
		width: 7.2917vw;
		height: 7.2917vw;
	}
	.modal_window .close::before,
	.modal_window .close::after {
		position: absolute;
		content: '';
		width: 3.812vw;
		padding-top: 0.497vw;
		top: calc(50% - 0.2486vw);
		left: calc(50% - 1.906vw);
		background: #fff;
		border-radius: 9999px;
	}
}

.modal_window .close::before {
	transform: rotate(45deg);
}
.modal_window .close::after {
	transform: rotate(-45deg);
}
.modal_window .in {
	height: 100%;
	flex-grow: 1;
	box-sizing: border-box;
	overflow: auto;
}
@media ( min-width: 769px ){
	.modal_window .in {
		padding: 52px 8% 58px;
	}
}
@media ( max-width: 768px ){
	.modal_window .in {
		padding: 11.4583vw 4.1667vw 12.5vw;
	}
}
.modal_window .title {
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: var(--red);
}
.modal_window .lead_txt {
	display: inline-block;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.modal_window .lead_txt {
	text-align: left;
}
.modal_window .lead_txt span {
	letter-spacing: 0.04em;
	color: var(--red);
}
@media ( min-width: 769px ){
	.modal_window .title {
		font-size: 26px;
	}
	.modal_window .lead_txt {
		font-size: 18px;
	}
	.modal_window .lead_txt span {
		font-size: 14px;
	}
}
@media ( max-width: 768px ){
	.modal_window .title {
		font-size: 4.5833vw;
	}
	.modal_window .lead_txt {
		font-size: 3.3333vw;
	}
	.modal_window .lead_txt span {
		display: block;
	}
}
/* modal_area */
.area_box .sub_title {
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: var(--red);
}
.area_box .sub_title + div[align="right"] {
	margin-bottom: 0.66em;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.5;
	font-weight: 500;
	color: var(--gray);
}
.area_box table {
	width: 100%;
}
.area_box th,
.area_box td {
	border: 1px #b9b9b9 solid;
}
.area_box th {
	text-align: center;
	font-weight: bold;
	background-color: #eaf4f7;
}
.area_box th[colspan="2"] {
	border: none;
	background: none;
	line-height: 1.5;
}
.area_box th.tablehead {
	background-color: #EBEBEB;
}
.area_box th[colspan="2"] span {
	color: var(--red);
}
.area_box td {
	letter-spacing: 0.04em;
	font-weight: 500;
	line-height: 1.4;
	text-align: left;
}
.area_box td:first-child {
	text-align: center;
}
@media ( min-width: 769px ){
	#modal_area .in {
		padding: 93px 14% 96px;
	}
	.area_box .box + .box {
		margin-top: 46px;
	}
	.area_box .sub_title {
		font-size: 26px;
	}
	.area_box .sub_title + div[align="right"] {
		font-size: 12px;
	}
	.area_box th {
		padding: 0.86em 0;
		font-size: 18px;
	}
	.area_box th[colspan="2"] br {
		display: none;
	}
	.area_box th[colspan="2"] span {
		font-size: 14px;
	}
	.area_box th.tablehead {
		width: 110px;
	}
	.area_box td {
		padding: 0.75em 0.9375em;
		font-size: 16px;
	}
}
@media ( max-width: 768px ){
	#modal_area .lead_txt {
		margin-bottom: 2.7083vw;
	}
	.area_box .box + .box {
		margin-top: 7.0833vw;
	}
	.area_box .sub_title {
		font-size: 4.5833vw;
	}
	.area_box .sub_title + div[align="right"] {
		font-size: 2.5vw;
	}
	.area_box th {
		padding: 0.9375em 0;
		font-size: 3.3333vw;
	}
	.area_box th.tablehead {
		width: 5.428em;
	}
	.area_box td {
		padding: 0.8572em 1.0714em;
		font-size: 2.9167vw;
	}
}
/* modal_process1 */
.process_box1 .tit,
.process_box1 .txt1 {
	width: fit-content;
	margin: 0 auto;
	padding: 0 2.7em;
	letter-spacing: 0.05em;
}
.process_box1 .tit {
	position: relative;
}
.process_box1 .tit::before,
.process_box1 .tit::after {
	position: absolute;
	display: block;
	content: '';
	z-index: -1;
}
.process_box1 .tit::before {
	width: 100%;
	height: 0.12em;
	top: calc(50% - 0.06em);
	left: 0;
	background: var(--black);
}
.process_box1 .tit::after {
	width: calc(100% - (1.8em * 2));
	height: 0.3em;
	top: calc(50% - 0.15em);
	left: 1.8em;
	background: #fff;
}
.process_box1 .txt1 {
	padding-top: 0.5556em;
	padding-bottom: 0.5556em;
	background: var(--sky);
	border-radius: 0.3em;
}
.process_box1 .code {
	max-width: 512px;
	margin: 0 auto;
}
.process_box1 .txt2 {
	text-align: left;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
@media ( min-width: 769px ){
	#modal_process1 .in {
		padding-left: 3.27%;
		padding-right: 3.27%;
	}
	#modal_process1 .lead_txt {
		margin-bottom: 40px;
		max-width: 866px;
	}
	.process_box1 .tit,
	.process_box1 .txt1 {
		font-size: 18px;
		line-height: 1.5;
	}
	.process_box1 .tit {
		margin-bottom: 26px;
	}
	.process_box1 .txt2 {
		margin-top: 40px;
		font-size: 18px;
	}
}
@media ( max-width: 768px ){
	#modal_process1 .title {
		margin-bottom: 2.7083vw;
	}
	#modal_process1 .lead_txt {
		margin-bottom: 6.25vw;
	}
	.process_box1 .tit,
	.process_box1 .txt1 {
		font-size: 3.3333vw;
		line-height: 1.3;
	}
	.process_box1 .tit {
		margin-bottom: 3.75vw;
	}
	.process_box1 .txt1 {
		margin-bottom: 2.9167vw;
	}
	.process_box1 .txt2 {
		margin-top: 7.2917vw;
		font-size: 3.3333vw;
	}
}
/* modal_process2 */
.process_box2 table {
	margin: 0 auto;
	border-collapse: separate;
}
.process_box2 th:not(.empty),
.process_box2 td:not(.empty) {
	border-right: 1px #B9B9B9 solid;
	border-bottom: 1px #B9B9B9 solid;
	white-space: nowrap;
}
.process_box2 thead th:not(.empty),
.process_box2 thead td:not(.empty) {
	border-top: 1px #B9B9B9 solid;
}
.process_box2 tbody th:not(.empty):first-child,
.process_box2 tbody td:not(.empty):first-child {
	border-left: 1px #B9B9B9 solid;
}
.process_box2 thead th:nth-child(2) {
	border-left: 1px #B9B9B9 solid;
	border-radius: 0.3em 0 0 0;
}
.process_box2 thead th:last-child {
	border-radius: 0 0.3em 0 0;
}
.process_box2 tbody tr:first-child th:first-child {
	border-top: 1px #B9B9B9 solid;
	border-radius: 0.3em 0 0 0;
}
.process_box2 tbody tr:last-child th:first-child {
	border-radius: 0 0 0 0.3em;
}
.process_box2 tbody tr:last-child td:last-child {
	border-radius: 0 0 0.3em 0;
}
.process_box2 th {
	text-align: center;
	font-weight: bold;
}
.process_box2 thead th {
	background: var(--sky);
}
.process_box2 tbody th {
	background: #EBEBEB;
}
.process_box2 tbody td {
	font-weight: 500;
	text-align: left;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
.process_box2 td .link,
.process_box2 td a {
	color: var(--red);
}
.process_box2 .remark_note {
	font-weight: 500;
	color: var(--gray);
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.process_box2 .txt1 {
	text-align: left;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.process_box2 .req_info .tit {
	letter-spacing: 0.05em;
	line-height: 1.3;
	background: #EBEBEB;
}
.process_box2 .req_info .list ul {
	text-align: left;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.process_box2 .req_info .list ul li {
	position: relative;
	padding-left: 1em;
}
.process_box2 .req_info .list ul li::before {
	position: absolute;
	content: '';
	width: 0.5em;
	height: 0.5em;
	top: calc(50% - 0.25em);
	left: 0;
	background: var(--black);
	border-radius: 0.5em;
}
@media ( min-width: 1280px ){
	.process_box2 .req_info .list ul {
		height: 4.8em;
	}
}
@media ( min-width: 769px ){
	#modal_process2 .lead_txt {
		margin-bottom: 30px;
	}
	.process_box2 table {
		font-size: 16px;
	}
	.process_box2 th {
		padding: 0.75em 1em;
	}
	.process_box2 tbody td {
		padding: 0.75em 1em;
	}
	.process_box2 td > *:not(.link) {
		font-size: 14px;
	}
	.process_box2 .remark_note {
		margin-top: 10px;
		font-size: 12px;
	}
	.process_box2 .txt1 {
		margin-top: 26px;
		font-size: 18px;
	}
	.process_box2 .req_info {
		display: flex;
		gap: 30px;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.process_box2 .req_info .tit {
		flex-basis: 210px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 18px;
		border-radius: 5px;
	}
	.process_box2 .req_info .list {
		flex: 1;
	}
	.process_box2 .req_info .list ul {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		gap: 0.1em 1em;
		font-size: 18px;
	}
	.process_box2 td a {
		padding-right: 16px;
        background: url(../img/10g/gaibulink.svg) no-repeat right center;
        background-size: 14px;
    }
}
@media ( max-width: 768px ){
	#modal_process2 .title {
		margin-bottom: 2.7083vw;
	}
	#modal_process2 .lead_txt {
		margin-bottom: 6.25vw;
	}
	.process_box2 table {
		font-size: 2.9167vw;
	}
	.process_box2 th {
		padding: 0.75em 0.2em;
	}
	.process_box2 tbody td {
		padding: 0.6em 0.8em;
	}
	.process_box2 td .link {
		font-size: 3.3333vw;
	}
	.process_box2 .remark_note {
		margin-top: 1.4583vw;
		font-size: 2.5vw;
	}
	.process_box2 .txt1 {
		margin-top: 7.2917vw;
		font-size: 3.3333vw;
	}
	.process_box2 .req_info {
		margin-top: 3.75vw;
		margin-bottom: 4vw;
	}
	.process_box2 .req_info .tit {
		padding: 1.4792vw 0;
		font-size: 3.3333vw;
		border-radius: 1.0417vw;
	}
	.process_box2 .req_info .list ul {
		font-size: 3.3333vw;
	}
	.process_box2 .req_info .list li {
		margin-top: 0.2em;
	}
	.process_box2 td a {
		padding-right: 3.5vw;
        background: url(../img/10g/gaibulink.svg) no-repeat right center;
        background-size: 3vw;
    }
}


/* =sec_return_flow
-------------------------------------------------------------- */
.sec_return_flow .sec_ttl span {
	position: relative;
	color: var(--red);
	z-index: 0;
}
.sec_return_flow .sec_ttl span::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 0.46em;
	background: var(--sky);
	z-index: -1;
}
.sec_return_flow .return_flow_list li {
	position: relative;
}
.sec_return_flow .return_flow_list li:not(:last-child)::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.sec_return_flow .return_flow_list dl {
	position: relative;
	text-align: left;
}
.sec_return_flow .return_flow_list dl dt {
	color: var(--red);
	letter-spacing: 0.05em;
}
.sec_return_flow .return_flow_list dl dd {
	line-height: 1.5;
	letter-spacing: 0.05em;
}
@media ( min-width: 769px ){
	.sec_return_flow {
		padding: 93px 0 100px;
	}
	.sec_return_flow .sec_ttl {
		font-size: min(3.8462vw, 50px);
		margin: 0 0 34px;
	}
	.sec_return_flow .return_flow_list {
		max-width: 1100px;
		margin: 0 auto;
	}
	.sec_return_flow .return_flow_list li {
		display: flex;
		gap: 0 20px;
	}
	.sec_return_flow .return_flow_list li::before {
		bottom: -35px;
		width: 51px;
		height: 25px;
		background: var(--red);
		clip-path: polygon(100% 0, 0 0, 50% 100%);
	}
	.sec_return_flow .return_flow_list li + li {
		margin-top: 60px;
	}
	.sec_return_flow .return_flow_list li .step_icon {
		flex: 0 0 130px;
	}
	.sec_return_flow .return_flow_list dl dt {
		font-size: clamp(24px, 1.8462vw, 26px);
		line-height: 1.5;
		padding: 0 0 8px;
		border-bottom: 2px solid var(--red);
		margin: 0 0 8px;
	}
	.sec_return_flow .return_flow_list dl dd {
		font-size: 18px;
	}
}
@media ( max-width: 768px ){
	.sec_return_flow {
		padding: 11.8182vw 0 19.3182vw;
	}
	.sec_return_flow .sec_ttl {
		font-size: 6.3636vw;
		margin: 0 0 6.5909vw;
	}
	.sec_return_flow .return_flow_list .step_icon {
		width: 25vw;
		margin: 0 auto 2.2727vw;
	}
	.sec_return_flow .return_flow_list li::before {
		bottom: -9.2545vw;
		width: 9.0909vw;
		height: 5.6818vw;
		background: url(../img/10g/return_flow_list_arrow.svg)no-repeat center/contain;
	}
	.sec_return_flow .return_flow_list li + li {
		margin-top: 13.6364vw;
	}
	.sec_return_flow .return_flow_list dl dt {
		font-size: 5vw;
		line-height: 1.4;
		letter-spacing: 0.03em;
		padding: 0 0 1.8182vw;
		border-bottom: 0.4545vw solid var(--red);
	}
	.sec_return_flow .return_flow_list dl dd {
		font-size: 3.6364vw;
		padding: 1.1364vw 0 0;
	}
}

/* =sec_switch_benefits
-------------------------------------------------------------- */
.sec_switch_benefits .sec_in {
	background: #eaf4f7;
}
.sec_switch_benefits .sec_ttl {
	color: #fff;
	letter-spacing: 0.05em;
	margin: 0 auto;
	background: var(--red);
	box-sizing: border-box;
}
.switch_benefits_contents dt {
	position: relative;
	display: inline-block;
}
.switch_benefits_contents dt::before {
	content: '';
	position: absolute;
	left: 0;
	background: url(../img/10g/dpoint_logomark_2.png)no-repeat center/contain;
}
.switch_benefits_contents dt .color {
	position: relative;
	display: inline-block;
	color: var(--red);
	z-index: 0;
}
.switch_benefits_contents dt .color::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 0.46em;
	background: var(--sky);
	z-index: -1;
}
.switch_benefits_contents .more_contents {
	display: none;
}
.switch_benefits_contents .flow .box {
	position: relative;
	flex: 1;
	text-align: center;
	background: #fff;
}
.switch_benefits_contents .flow .box:not(:last-child)::after {
	position: absolute;
	content: '';
	background: var(--black);
}
.switch_benefits_contents .flow .box .step {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.1;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #fff;
	background: #000;
	border-radius: 100%;
}
.switch_benefits_contents .flow .box .img {
	margin: 0 auto 1em;
	aspect-ratio: 1 / 1;
}
.switch_benefits_contents .flow .box .img img {
	width: 100%;
	height: 100%;
}
.switch_benefits_contents .flow .box .text1 {
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: var(--red);
}
.switch_benefits_contents .flow .box .text2 {
	line-height: 1.5;
}
.switch_benefits_contents dd .note {
	color: #959494;
	text-align: left;
}
@media ( min-width: 769px ){
	.sec_switch_benefits .sec_in {
		padding: 89px 0 99px;
	}
	.sec_switch_benefits .sec_ttl {
		font-size: 40px;
		width: 370px;
		padding: 26px 38px 25px;
		clip-path: polygon(0 0, 100% 0, calc(100% - 13px) 50%, 100% 100%, 0 100%, 13px 50%);
		margin: 0 auto -45.5px;
	}
	.switch_benefits_contents dt {
		font-size: clamp(40px, 3.8462vw, 50px);
		line-height: 1.5;
		letter-spacing: 0.05em;
		padding: 0 0 0 0.96em;
		margin: 0 0 30px;
	}
	.switch_benefits_contents dt::before {
		top: 0.4em;
		width: 0.64em;
		height: 0.84em;
	}
	.switch_benefits_contents dt .small {
		font-size: 0.64em;
	}
	.switch_benefits_contents dd .more_btn {
		margin: 0 auto 40px;
	}
	.switch_benefits_contents .flow {
		display: flex;
		gap: 1.8em;
		padding: 2.2em 0 0;
		margin: 0 0 40px;
		font-size: 10px;
	}
	.switch_benefits_contents .flow .box {
		padding: 3.6em 0 1em;
		border: 2px var(--black) solid;
		border-radius: 3px;
	}
	.switch_benefits_contents .flow .box:not(:last-child)::after {
		width: 1em;
		height: 2.4em;
		bottom: calc(50% - 1.2em);
		right: -1.6em;
		clip-path: polygon(0 0, 0% 100%, 100% 50%);
	}
	.switch_benefits_contents .flow .box .step {
		width: 4em;
		height: 4em;
		top: calc(0px - 2em);
		left: calc(50% - 2em);
		font-size: 120%;
	}
	.switch_benefits_contents .flow .box .img {
		width: 96px;
	}
	.switch_benefits_contents .flow .box .text1 {
		font-size: 140%;
	}
	.switch_benefits_contents .flow .box .text2 {
		font-size: 120%;
	}
	.switch_benefits_contents dd .note {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.05em;
		max-width: 960px;
		margin: 0 auto;
	}
	.switch_benefits_contents dd .note + .note {
		margin: 15px auto 40px;
	}
	.switch_benefits_contents dd .note + .note a {
    color: #959494;
		text-decoration: underline;
	}
	.switch_benefits_contents dd .note + .note a:hover {
		text-decoration: none;
	}
	.switch_benefits_contents dd .more_contents_close {
		margin: 0 auto 40px;
	}
}
@media ( max-width: 768px ){
	.sec_switch_benefits .sec_in {
		padding: 12.0455vw 0 6.8182vw;
	}
	.sec_switch_benefits::after {
		content: '';
		width: 20.6818vw;
		height: 25.4545vw;
		background: url(../img/10g/icon_hikaridake_3.png)no-repeat center/cover;
	}
	.sec_switch_benefits .sec_ttl {
		font-size: 6.3636vw;
		width: 65vw;
		padding: 2.0455vw 8.6364vw 1.8182vw;
		clip-path: polygon(0 0, 100% 0, calc(100% - 2.9545vw) 50%, 100% 100%, 0 100%, 2.9545vw 50%);
		margin: 0 auto max(-5vw, -24px);
	}
	.switch_benefits_contents dt {
		font-size: 6.3636vw;
		line-height: 1.3;
		letter-spacing: 0.02em;
		margin: 0 0 4.0909vw;
	}
	.switch_benefits_contents dt::before {
		top: 0.9091vw;
		left: 17vw;
		width: 0.89em;
		height: 1.17em;
	}
	.switch_benefits_contents dt .small {
		font-size: 3.6364vw;
	}
	.switch_benefits_contents .flow {
		padding-left: 5.625vw;
		margin: 0 0 4.3182vw;
	}
	.switch_benefits_contents .flow .box {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		height: 17.0833vw;
		padding: 0 16.6667vw 0 10.8333vw;
		border: 0.625vw var(--black) solid;
		border-radius: 1.0417vw;
		box-sizing: border-box;
	}
	.switch_benefits_contents .flow .box:not(:last-child)::after {
		width: 6.9292vw;
		height: 3.75vw;
		bottom: calc(0px - 5.4167vw);
		left: calc(50% - 3.4646vw);
		clip-path: polygon(0 0, 50% 100%, 100% 0);
	}
	.switch_benefits_contents .flow .box:not(:last-child) {
		margin-bottom: 6.25vw;
	}
	.switch_benefits_contents .flow .box .step {
		width: 11.25vw;
		height: 11.25vw;
		top: calc(50% - 5.625vw);
		left: -5.625vw;
		font-size: 2.5vw;
	}
	.switch_benefits_contents .flow .box .img {
		position: absolute;
		width: 10.4167vw;
		height: 10.4167vw;
		top: calc(50% - 5.2083vw);
		right: 4.1667vw;
	}
	.switch_benefits_contents .flow .box .text1 {
		font-size: 3.3333vw;
	}
	.switch_benefits_contents .flow .box .text2 {
		font-size: 2.5vw;
	}
	.switch_benefits_contents dd .more_btn {
		margin: 0 auto 4.5455vw;
	}
	.switch_benefits_contents dd .note {
		font-size: 2.7273vw;
		line-height: 1.3;
		letter-spacing: 0.03em;
	}
	.switch_benefits_contents dd .note + .note {
		margin: 3.4091vw auto 4.0909vw;
	}
	.switch_benefits_contents dd .more_contents_close {
		margin: 0 auto 4.5455vw;
	}
}

@media ( min-width: 1300px ){
	.switch_benefits_contents dt::after {
		content: '';
		position: absolute;
		top: -1.16em;
		left: -3.98em;
		width: 3.36em;
		height: 4.48em;
		background: url(../img/10g/icon_hikaridake_3.png)no-repeat center/cover;
	}
}


/* =sec_faq
-------------------------------------------------------------- */
.sec_faq .sec_ttl {
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.sec_faq .faq_list {
	max-width: 1100px;
	margin: 0 auto;
}
.sec_faq .faq_list li {
	text-align: left;
	border-bottom: 1px #ccc solid;
}
.sec_faq .faq_list .q {
	position: relative;
	padding-left: 1.6em;
	padding-right: 1.2em;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	cursor: pointer;
}
.sec_faq .faq_list .q::before,
.sec_faq .faq_list .q::after {
	position: absolute;
	content: '';
	width: 0.6em;
	height: 0.08em;
	right: 0;
	top: calc(50% - 0.04em);
	background-color: var(--black);
}
.sec_faq .faq_list .q::before {
	transition: opacity .2s;
}
.sec_faq .faq_list .q::after {
	transform: rotate(90deg);
	transition: transform .2s;
}
.sec_faq .faq_list dl.show .q::before {
	opacity: 0;
}
.sec_faq .faq_list dl.show .q::after {
	transform: rotate(180deg);
}
.sec_faq .faq_list .q span {
	position: absolute;
	top: calc(50% - 0.5em);
	left: 0;
	line-height: 1;
	color: var(--red);
}
.sec_faq .faq_list .a {
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	overflow: hidden;
	transition: height 0.3s;
}
.sec_faq .faq_list dl:not(.show) .a {
	height: 0 !important;
}
.sec_faq .faq_list .a > div {
	background: #eaf4f7;
}
.sec_faq .faq_list .a > div p {
	margin: 0 0 1em;
}
.sec_faq .faq_list .a > div > dl + dl {
	margin: 1em 0 0;
}
.sec_faq .faq_list .a > div > dl dt {
	font-weight: 700;
}
.sec_faq .faq_list .a > div > dl dd + dd {
	margin: 0.5em 0 0;
}
.sec_faq .faq_list .a > div a {
	text-decoration: underline;
}
@media (hover: hover) {
	.sec_faq .faq_list .a > div a:hover {
		text-decoration: none;
	}
}
.sec_faq .faq_list .a > div .note {
	display: block;
	color: var(--gray);
}
.sec_faq .faq_list .a > div .red {
	color: var(--red);
}
@media ( min-width: 769px ){
	.sec_faq {
		padding: 83px 0 100px;
	}
	.sec_faq .sec_ttl {
		margin-bottom: 29px;
		font-size: 50px;
	}
	.sec_faq .faq_list .q {
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 26px;
		background: url(../img/10g/icon_q.png)no-repeat left top 40px/22px auto;
	}
	.sec_faq .faq_list .a {
		font-size: 18px;
		transform: translateY(-20px);
	}
	.sec_faq .faq_list dl.show .a {
		margin: 0 0 10px;
	}
	.sec_faq .faq_list .a > div {
		padding: 20px 60px 20px 10px;
	}
	.sec_faq .faq_list .a > div .note {
		font-size: 12px;
	}
}
@media ( max-width: 768px ){
	.sec_faq {
		padding: 10.4167vw 0 12.5vw;
	}
	.sec_faq .sec_ttl {
		margin-bottom: 3.125vw;
		font-size: 5.8333vw;
	}
	.sec_faq .faq_list .q {
		padding-top: 4.1667vw;
		padding-bottom: 4.1667vw;
		font-size: 4.5833vw;
		background: url(../img/10g/icon_q.png)no-repeat left center/4.5833vw auto;
	}
	.sec_faq .faq_list .a {
		font-size: 3.3333vw;
		transform: translateY(-2.9167vw);
	}
	.sec_faq .faq_list dl.show .a {
		margin: 0 0 1.25vw;
	}
	.sec_faq .faq_list .a > div {
		padding: 4.1667vw;
	}
	.sec_faq .faq_list .a > div .note {
		font-size: 2.5vw;
	}
}

/* =footer
-------------------------------------------------------------- */
.footer {
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #fff;
	background: var(--black);
}
.footer a {
	color: #fff;
}
.footer .footer_list {
	display: flex;
	flex-wrap: wrap;
}
@media (hover: hover) {
	.footer a:hover {
		text-decoration: underline;
	}
}
@media ( min-width: 769px ){
	.footer {
		padding: 37px 0 40px;
	}
	.footer .footer_list {
		font-size: 16px;
		justify-content: center;
		gap: 0.5em 2em;
	}
	.footer .copyright {
		margin-top: 11px;
		font-size: 14px;
	}
	.footer_logo {
		padding: 35px 0;
	}
	.footer_logo .logo {
		width: 205px;
		margin: 0 auto;
	}
}
@media ( max-width: 768px ){
	.footer {
		padding: 3.125vw 0 3.3333vw;
	}
	.footer .footer_list {
		font-size: 2.9167vw;
		justify-content: flex-start;
		gap: 0.5em 1.5em;
	}
	.footer .copyright {
		margin-top: 2.0833vw;
		font-size: 2.5vw;
	}
	.footer_logo {
		padding: 3.125vw 0;
	}
	.footer_logo .logo {
		width: 27.0833vw;
		margin: 0 auto;
	}
}

/* =fixd_wrap
-------------------------------------------------------------- */
.container {
	overflow: clip;
}
.fixd_wrap {
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 20;
}
.fixd_wrap .in {
	background: var(--red);
}
.fixd_wrap .fixd_caption {
	position: relative;
	display: inline-block;
	color: #fff;
}
.fixd_wrap .fixd_caption::before,
.fixd_wrap .fixd_caption::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.fixd_wrap .fixd_caption span {
	color: var(--yellow);
}
.fixd_wrap .box_wrap {
	display: flex;
}
.fixd_wrap .box_wrap .box.web .btn a {
	position: relative;
	color: #fff;
	background: var(--cta);
}
.fixd_wrap .box_wrap .box.web .btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/10g/btn_arrow.svg)no-repeat center/contain;
}

@media ( min-width: 769px ){
	.fixd_wrap  {
		position: fixed;
	}
	.fixd_wrap .in {
		padding: 9px 0 15px;
		transform: translateY(0);
		/*transform: translateY(100%);*/
	}
	.fixd_wrap .in.stop {
		transform: translateY(0);
		transition: transform 0.3s 1.8s ease-in-out;
	}
	.fixd_wrap .in.fixed {
		transform: translateY(0);
		transition: transform 0.3s ease-in-out;
	}
	.fixd_wrap .fixd_caption {
		font-size: 20px;
		line-height: 1.5;
		letter-spacing: 0.05em;
		padding: 0 24px;
		margin: 0 0 7px;
	}
	.fixd_wrap .fixd_caption::before,
	.fixd_wrap .fixd_caption::after {
		width: 12px;
		height: 23px;
	}
	.fixd_wrap .fixd_caption::before {
		left: 0;
		background: url(../img/10g/text_decoration_2_left_white.png)no-repeat center/contain;
	}
	.fixd_wrap .fixd_caption::after {
		right: 0;
		background: url(../img/10g/text_decoration_2_right_white.png)no-repeat center/contain;
	}
	.fixd_wrap .box_wrap {
		gap: 0 2.5%;
		max-width: 1200px;
		margin: 0 auto;
	}
	.fixd_wrap .box_wrap .box {
		width: 48.75%;
		height: 102px;
		background: #fff;
		border-radius: 10px;
		box-sizing: border-box;
	}
	.fixd_wrap .box_wrap .box .text {
		position: relative;
		display: inline-block;
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: 0.05em;
		padding: 0 20px;
	}
	.fixd_wrap .box_wrap .box .text::before,
	.fixd_wrap .box_wrap .box .text::after {
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 11px;
		height: 15px;
	}
	.fixd_wrap .box_wrap .box .text::before {
		left: 0;
		background: url(../img/10g/text_decoration_3_left.png)no-repeat center/contain;
	}
	.fixd_wrap .box_wrap .box .text::after {
		right: 0;
		background: url(../img/10g/text_decoration_3_right.png)no-repeat center/contain;
	}
	.fixd_wrap .box_wrap .box.web {
		padding: 10px;
	}
	.fixd_wrap .box_wrap .box.web .text {
		margin: 0 0 8px;
	}
	.fixd_wrap .box_wrap .box.web .btn {
		max-width: 508px;
		margin: 0 auto;
	}
	.fixd_wrap .box_wrap .box.web .btn a {
		display: block;
		font-size: 23px;
		line-height: 1.5;
		letter-spacing: 0.05em;
		padding: 5px 0;
		border-radius: 100px;
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
		opacity: 1;
		transition: opacity .3s;
	}
	.fixd_wrap .box_wrap .box.web .btn a:hover {
		opacity: .8;
	}
	.fixd_wrap .box_wrap .box.web .btn a span {
		position: relative;
		padding: 0 calc(40px + 7.4%);
	}
	.fixd_wrap .box_wrap .box.web .btn a span::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 40px;
		height: 30px;
		background: url(../img/10g/icon_cta.svg)no-repeat center/contain;
	}
	.fixd_wrap .box_wrap .box.web .btn a::after {
		right: 5.9%;
		width: 16px;
		height: 25px;
	}
	.fixd_wrap .box_wrap .box.tel {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 5px 10px;
	}
	.fixd_wrap .box_wrap .box.tel .num a {
		position: relative;
		display: inline-block;
		color: var(--red);
		font-size: clamp(35px, 3.629vw, 45px);
		padding: 0 0 0 0.844em;
	}
	.fixd_wrap .box_wrap .box.tel .num a::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 0.71em;
		height: 0.8em;
		background: url(../img/10g/icon_tel.svg)no-repeat center/contain;
	}
	.fixd_wrap .box_wrap .box.tel .time {
		font-size: clamp(12px, 1.2903vw, 16px);
		line-height: 1.5;
		letter-spacing: 0.05em;
	}
}
@media ( max-width: 768px ){
	.fixd_wrap {
		position: fixed;
	}
	.fixd_wrap .in {
		padding: 3.4091vw 0;
	}
	.fixd_wrap .box_wrap {
		justify-content: space-between;
	}
	.fixd_wrap .box_wrap .box {
		flex: 0 0 48.86%;
	}
	.fixd_wrap .box_wrap .box.web .btn a,
	.fixd_wrap .box_wrap .box.tel .btn_tel a {
		display: block;
		font-size: 3.6364vw;
		line-height: 1.5;
		letter-spacing: 0.05em;
		padding: 3.4091vw 0 3.6364vw;
		border-radius: 22.7273vw;
		box-shadow: 0px 0.4545vw 2.2727vw rgba(0, 0, 0, 0.25);
	}
	.fixd_wrap .box_wrap .box.tel .btn_tel a {
		position: relative;
		color: var(--red);
		background: #fff;
	}
	.fixd_wrap .box_wrap .box.tel .btn_tel a::after {
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background: url(../img/10g/btn_arrow_red.svg)no-repeat center/contain;
	}
	.fixd_wrap .box_wrap .box.web .btn a::after,
	.fixd_wrap .box_wrap .box.tel .btn_tel a::after {
		right: 2.5vw;
		width: 1.5909vw;
		height: 2.7273vw;
	}
}

.attention_red_txt {
	color: var(--red);
	font-size:larger;
	margin-bottom:30px;
	line-height: 1.3em;
}
