@charset "shift_jis";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

body{
	font-family: 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-x: hidden;
	font-size: 1.6rem;
	color: #2C2C2C;
	padding-bottom: 160px;
}

a:link,
a:visited {
	color: #1D2088;
}
.h-mincho {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "YuMincho", serif;
	
}
/* override
------------------------------------------------------ */
#mainContainer {
	margin-top: 0;
}

/* パラメーターによる切り替え用クラス */
body#kokuritsu.kokuritsu-lpVariant .kokuritsu-applyBtn {
	display: none !important;
}

body#kokuritsu.kokuritsu-lpVariant .layout_normal_only {
	display: none !important;
}

body#kokuritsu.kokuritsu-lpVariant .kokuritsu-section01 > .box_inner > .kokuritsu-cardWrap {
	margin-top: 50px;
}

body#kokuritsu .layout_webcha_only {
	display: none;
}
body#kokuritsu.kokuritsu-webcha .layout_other {
	display: none;
}
body#kokuritsu.kokuritsu-webcha .layout_webcha_only {
	display: block;
}

body#kokuritsu.kokuritsu-lpVariant {
	padding-bottom: 0;
}

/* override
------------------------------------------------------ */
#mainContents {
	width: 100%;
}

.box_inner {
	max-width: 1200px;
	margin: 0 auto;
}
#mainContents .snsArea {
	margin: 0 auto;
	border-radius: 8px;
}
#mainContents .top-snsshare .snsArea {
	width: 800px;
	margin-top: 60px;
	margin-bottom: 0;
}

------------------------------------------------------ */
/* header
------------------------------------------------------ */
#header {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	border-bottom: 1px solid #C5C5B6;
	z-index: 1;
}
#headerLogo {
	max-width: 1200px;
	margin: 0 auto;
	padding: 6px 15px;
}
#header #headerLogo img {
	height: 29px;
}

/* footer
------------------------------------------------------ */
#footer {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	margin-top: 0;
	padding: 0;
	border: none;
	background-color: #807655;
	text-align: center;
	padding-bottom: 40px;
}
#copyright {
	font-size: 1.2rem;
	color: #fff;
}

/* kokuritsu-mainVisual
------------------------------------------------------ */
.kokuritsu-mainVisual {
	text-align: center;
}
/* section01
------------------------------------------------------ */
.kokuritsu-section01 {
	margin-top: 60px;
	background-image: url("/gecard/kokuritsu/img-files/index_bg01_pc.png");
	background-size: contain;
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
}

.kokuritsu-section01 >:first-child {
	margin-top: 0 !important;
}

.kokuritsu-section01 .kokuritsu-heading02 {
	margin-bottom: 0px;
}

.subtitle-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	margin: 20px 0 0 0;
}
.subtitle-box .number {
	font-size: 12rem;
	font-weight: bold;
}
.subtitle-box .txt {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.36;
}
.subtitle-box .txt span {
	font-size: 4.8rem;
}

.txt {
	font-size: 2.4rem;
	line-height: 1.6;
}
.txt02 {
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.6;
}

/* card */
.kokuritsu-cardWrap {
	display: flex;
	flex-flow: wrap;
	gap: 60px 30px;
	margin-top: 30px;
	justify-content: center;
}
.kokuritsu-card {
	width: calc(100% / 2 - 30px / 2);
	text-align: center;
}
.kokuritsu-card >:first-child {
	margin-top: 0 !important;
}
.kokuritsu-card .kokuritsu-cardImage {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
.kokuritsu-card .kokuritsu-cardImage img {
	max-width: 75%;
	height: auto;
}

.applyBtn {
	margin-top: 20px;
	text-align: center;
}
.applyBtn a {
	display: inline-flex;
	align-items: center;
	position: relative;
	width: 437px;
	padding: 27px 50px 27px 20px;
	line-height: 1;
	border-radius: 50px;
	background-color: #B94047;
	text-align: center;
	justify-content: center;
	font-size: 2.4rem;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s all ease-out;
}

.applyBtn span {
	position: relative;
	display: inline-block;
}
.applyBtn span::before {
	content: '';
	position: absolute;
	top: 50%;
	right: -30px;
	width: 19px;
	height: 19px;
	margin-top: -11px;
	background: url("/gecard/kokuritsu/img-files/index_ic01.png") no-repeat 0 0 / contain;
	transition: 0.3s all ease-out;
}

.btn-txt {
	font-family: 'Inter', sans-serif;
	font-size: 2.4rem;
	line-height: 1.2;
}

.btn-txt span {
	font-weight: bold;
}

.applyBtn a:hover {
	opacity: 0.8;
}

/* section02
------------------------------------------------------ */
.kokuritsu-section02 {
	background-color: #F5F4F0;
	padding: 20px 0 30px 0;
}
.kokuritsu-section02 >:first-child {
	margin-top: 0 !important;
}


/* section03
------------------------------------------------------ */
.kokuritsu-section03 {
	padding: 20px 0 40px 0;
	background-image: url("/gecard/kokuritsu/img-files/index_bg02_pc.png");
	background-size:  cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

.kokuritsu-section03 > * {
	color: #fff;
}

.kokuritsu-section03 .kokuritsu-heading02 {
	margin-bottom: 40px;
}

.kokuritsu-section03 .txt {
	font-size: 2.4rem;
	line-height: 1.6;
	margin-bottom: 40px;
}

.kokuritsu-section03 .txt .large {
	font-size: 3.2rem;
	font-weight: bold;
}

.kokuritsu-section03 .txt:last-child {
	margin-bottom: 0;
}

/* section04
------------------------------------------------------ */
.kokuritsu-section04 {
	padding: 40px 0 50px 0;
	text-align: center;
}
.kokuritsu-section04 >:first-child {
	margin-top: 0 !important;
}
.kokuritsu-section04 .kokuritsu-heading02 {
	max-width: 75%;
	margin: 0 auto 40px auto;
}
.kokuritsu-section04 .txt {
	font-size: 3.2rem;
	line-height: 1.4;
	margin-bottom: 40px;
	font-weight: bold;
}

.color-red {
	color: #B94047;
}

.kokuritsu-section04 .txt02 {
	font-size: 5.6rem;
	margin-bottom: 30px;
	font-weight: bold;
}

/* section05
------------------------------------------------------ */
.kokuritsu-section05 {
	background-color: #F0F0F0;
	padding: 10px 0 40px 0;
}

/* section06
------------------------------------------------------ */
.kokuritsu-section06 {
	background-color: #807655;
	padding: 40px 0 20px 0;
}

/* applyBtn
------------------------------------------------------ */
.kokuritsu-applyBtn .kokuritsu-buttonWrap {
	margin: 0;
	width: 100%;
}

.kokuritsu-applyBtn .applyBtn {
	width: 1128px;
	display: flex;
	justify-content: center;
	gap: 20px;
	margin: 30px auto;
}

.kokuritsu-applyBtn .applyBtn a {
	min-width: 554px;
    flex-direction: column;
    gap: 10px;
	padding: 23px 50px 23px 20px;
}
.kokuritsu-applyBtn .applyBtn .btn-txt {
	font-size: 1.6rem;
}
.kokuritsu-applyBtn .applyBtn .btn-txt span::before {
	display: none;
}

/* fixed apply button */
.kokuritsu-applyBtn {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
.kokuritsu-applyBtn .box_inner {
	max-width: 100%;
	box-sizing: border-box;
}

/* news
------------------------------------------------------ */
.newsBox {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.newsBox .content {
	position: relative;
	padding: 0px;
	min-height: 116px;
	background-color: #fff;
	padding: 25px;
	border-radius: 12px;
}

.newsBox .content li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 10px;
	gap: 10px;
}
.newsBox .content li > * {
	font-size: 1.4rem;
}

.newsBox .content li .date {
	font-weight: bold;
}

.newsBox .mCSB_container {
	padding-right: 0px !important;
}
.newsBox .mCSB_inside > .mCSB_container{
	margin-right: 20px;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin: 11px 0 10px;
}
.newsBox .mCS-my-theme.mCSB_scrollTools{
	width: 18px;
	background-color: inherit;
	padding: 0 3px;
	opacity: 1;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
	width: 14px;
	background-color: #1D2088;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
	width: 14px;
	margin: 3px 0;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 3px;
	right: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
	width: 16px;
	height:18px;
	opacity: 1;
}
.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
	width: 0;
	height: 0;
	border-bottom: 9px solid #1D2088;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	top: 2px;
	left: 0;
	display: block;
	content: "";
}
.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{ 
	width: 0;
	height: 0;
	border-top: 9px solid #1D2088;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
}

/* heading */
.kokuritsu-heading02 {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

/* list */
.kokuritsu-notelist {
	padding: 40px 0 60px 0;
	text-align: center;
}
.kokuritsu-notelist > li {
	font-size: 1.6rem;
}

/* box */
.kokuritsu-box02 {
	margin-top: 80px;
	padding: 25px;
	border-radius: 12px;
	background-color: #fff;
}
.kokuritsu-box02 >:first-child {
	margin-top: 0 !important;
}
.kokuritsu-box02 .kokuritsu-boxTitle {
	margin-top: 15px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
.kokuritsu-box02 .kokuritsu-boxTitle + * {
	margin-top: 12px!important;
}
.kokuritsu-box02 .kokuritsu-boxText01 {
	margin-top: 12px;
	font-size: 1.6rem;
	line-height: 1.6;
}
.kokuritsu-box02 .kokuritsu-boxText01 .large {
	font-size: 2rem;
	font-weight: bold;
}
.kokuritsu-box02 .kokuritsu-boxText01 > .note {
	position: relative;
	margin-left: 16px;
	padding-left: 16px;
}
.kokuritsu-box02 .kokuritsu-boxText01 > .note > .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.kokuritsu-box02 .kokuritsu-boxHr {
	width: 100%;
	height: 1px;
	margin: 24px 0;
	border: none;
	background-color: #000;
}
.kokuritsu-box02 .kokuritsu-boxImage01 {
	margin: 24px 0;
}
.kokuritsu-box02 .nest >:first-child {
	margin-top: 0;
}

.kokuritsu-boxList01 {
	margin-top: 24px;
}
.kokuritsu-boxList01 > li {
	position: relative;
	padding-left: 25px;
	font-size: 1.6rem;
	line-height: 1.63
}
.kokuritsu-boxList01 > li > .mark {
	position: absolute;
	top: 0;
	left: 4px;
}

.kokuritsu-box02 .kokuritsu-boxOrderlist01 {
	margin-top: 24px;
}
.kokuritsu-boxOrderlist01 > li {
	position: relative;
	padding-left: 16px;
	font-size: 1.6rem;
}
.kokuritsu-boxOrderlist01 > li > .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.kokuritsu-box02 .kokuritsu-boxInquiry {
	margin-top: 24px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.63;
}

/* button */
.kokuritsu-buttonWrap {
	display: flex;
	gap: 32px;
	width: 960px;
	margin: 30px auto 0;
}
.kokuritsu-button01 {
	width: calc(100% / 2 - 16px / 2);
}
.kokuritsu-button01 a {
	display: flex;
	align-items: center;
	position: relative;
	min-height: 78px;
	padding: 10px 50px 10px 40px;
	border-radius: 50px;
	background-color: #fff;
	font-size: 2.4rem;
	color: #2c2c2c;
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s all ease-out;
	border: 1px solid #838383;
	justify-content: center;
}
.kokuritsu-button01 span {
	position: relative;
	display: inline-block;
}
.kokuritsu-button01 span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -30px;
    width: 19px;
    height: 19px;
    margin-top: -11px;
    background: url(/gecard/kokuritsu/img-files/index_ic02.png) no-repeat 0 0 / contain;
    transition: 0.3s all ease-out;
}
.kokuritsu-button01 a:hover {
	opacity: 0.5;
}

/* media */
.kokuritsu-media01 {
	display: flex;
	gap: 50px;
	margin-top: 52px;
	max-width: 1200px;
}

.kokuritsu-media01 .kokuritsu-mediaHead {
	flex-shrink: 0;
	width: 365px;
}
.kokuritsu-media01 .kokuritsu-mediaBody {
	width: 757px;
}
.kokuritsu-media01 .kokuritsu-mediaHead >:first-child,
.kokuritsu-media01 .kokuritsu-mediaBody >:first-child {
	margin-top: 0 !important;
}
.kokuritsu-media01 .kokuritsu-mediaText01 {
	margin-top: 10px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.6;
}
.kokuritsu-media01 .kokuritsu-mediaText02 {
	margin-top: 10px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.3;
}
.kokuritsu-media01 .kokuritsu-mediaText02 .large {
	font-size: 3.2rem;
}
.kokuritsu-media01 sub {
	font-size: 1.6rem;
	font-weight: normal;
}
.kokuritsu-media01 .kokuritsu-mediaText03 {
	margin-top: 43px;
	font-size: 1.4rem;
}
.kokuritsu-media01 .kokuritsu-mediaOrderlist > li {
	position: relative;
	padding-left: 24px;
	font-size: 1.2rem;
}
.kokuritsu-media01 .kokuritsu-mediaOrderlist > li > .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.kokuritsu-media01 .kokuritsu-mediaNotelist {
	margin-top: 20px;
}
.kokuritsu-media01 .kokuritsu-mediaNotelist > li {
	position: relative;
	padding-left: 14px;
	font-size: 1.4rem;
}
.kokuritsu-media01 .kokuritsu-mediaNotelist > li > .mark {
	position: absolute;
	top: 0;
	left: 0;
}

.sp-only {
	display: none !important;
}
.pc-only {
	display: inline-block !important;
}

/* modal */
body#kokuritsu #cboxOverlay {
	opacity: 0.16 !important;
	filter: alpha(opacity = 16) !important;
}

#cboxContent {
	border-radius: 10px;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
}
body#kokuritsu .kokuritsu-modalWrap {
	display: none;
}
body#kokuritsu #kokuritsu-appModal .kokuritsu-modalInner {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 80px 24px 80px;
	text-align: center;
}
body#kokuritsu #kokuritsu-appModal .kokuritsu-modalTitle {
    color: #333333;
    font-size: 40px;
    font-weight: 900;
    height: auto;
    line-height: 1.4;
    margin: 0px 0px 30px 0px;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
}
body#kokuritsu #kokuritsu-appModal .kokuritsu-modalText {
    color: #333333;
    flex: none;
    font-size: 20px;
    font-weight: 400;
    height: auto;
    line-height: 1.4;
    margin: 0px 0px 30px 0px;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
}
body#kokuritsu #kokuritsu-appModal .kokuritsu-modalQr {
	height: 152px;
	width: 152px;
	max-width: 100%;
	margin: 0 auto;
	background-image: url("/gecard/kokuritsu/img-files/index_qr.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.layout_webcha_only_inner {
	max-width: 840px;
	margin: 0 auto;
	align-content: center;
    align-items: center;
    flex: none;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 40px;
	justify-content: flex-start;
	padding: 0px;
}

.layout_webcha_only .layout_webcha_only_inner img {
	border-bottom: 1px solid #b0b0b0ff;
    border-left: 1px solid #b0b0b0ff;
    border-right: 1px solid #b0b0b0ff;
    border-top: 1px solid #b0b0b0ff;
    flex: none;
    height: auto;
    width: 340px;
    max-width: 100%;
}

.imgTxt {
	width: 75%;
	margin: 0 auto;
}
.layout_webcha_only .imgTxt {
	margin-top: 60px;
}

.layout_webcha_only_inner .text a {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #000;
}

.layout_webcha_only_inner .kokuritsu-boxOrderlist01 {
	text-align: left;
}

/* SP */
@media screen and (max-width: 750px) {
	body#kokuritsu {
		padding-bottom: 80px;
	}

	body#kokuritsu.kokuritsu-lpVariant {
		padding-bottom: 0;
	}

	.sp-only {
		display: inline-block !important;
	}
	.pc-only {
		display: none !important;
	}

	#mainContents {
		width: 100% !important;
		padding: 0;
	}

	.box_inner {
		width: auto;
		max-width: 100%;
		padding: 0 15px;
	}

	.subtitle-box .number {
		font-size: 8.3rem;
	}
	.subtitle-box .txt {
		font-size: 2.4rem;
	}
	.subtitle-box .txt span {
		font-size: 3.6rem;
	}
	.txt {
		font-size: 1.6rem;
	}
	.txt01 {
		margin: 25px 0;
	}

	.subtitle-box {
		gap: 10px;
	}
	.kokuritsu-card {
		width: 100%;
	}
	.kokuritsu-cardWrap {
		width: 100%;
		margin-top: 10px;
		gap: 40px 0px;
	}
	.kokuritsu-card img {
		width: 55%;
		height: auto;
	}
	.txt02 {
		font-size: 2.8rem;
	}
	.kokuritsu-card .kokuritsu-cardImage {
		margin-bottom: 10px;
	}

	.kokuritsu-card .kokuritsu-cardImage img {
		width: 70%;
	}

	.applyBtn {
		margin-top: 10px;
	}
	
	.applyBtn a {
		width: 100%;
		box-sizing: border-box;
		padding: 20px 50px 20px 20px;
		font-size: 1.9rem;
	}

	.applyBtn span::before {
		right: -25px;
		width: 15px;
		height: 15px;
		margin-top: -8px;
	}

	.kokuritsu-section02 {
		margin-top: 0;
	}

	.kokuritsu-heading02 {
		margin-top: 20px;
	}

	.kokuritsu-section01 {
		margin-top: 60px;
		background: none !important;
		position: relative;
		width: 100%;
		min-height: 100vh;
		clip-path: inset(0);
		-webkit-clip-path: inset(0); 
		z-index: 0;
	}

	.kokuritsu-section01::before {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		background-image: url(/gecard/kokuritsu/img-files/index_bg01_sp.png);
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		image-rendering: -webkit-optimize-contrast;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}

	.kokuritsu-media01 .kokuritsu-mediaBody {
		width: 100%;
	}
	.kokuritsu-media01 {
        flex-direction: column;
        gap: 24px;
        margin-top: 15px;
	}
	.kokuritsu-mediaImage {
		width: 75%;
		margin: 0 auto;
	}
	.kokuritsu-media01 .kokuritsu-mediaHead {
		width: 100%;
	}
	.kokuritsu-media01 .kokuritsu-mediaText01 {
		font-size: 1.4rem;
		text-align: center;
	}
	.kokuritsu-media01 sub {
		font-size: 1.3rem;
	}
	.kokuritsu-media01 .kokuritsu-mediaText02 {
		font-size: 1.6rem;
		text-align: center;
	}
	.kokuritsu-media01 .kokuritsu-mediaText02 .large {
		font-size: 1.9rem;
	}
	.kokuritsu-media01 .kokuritsu-mediaText03 {
		margin-top: 5px;
	}
	.kokuritsu-section03 {
		padding: 15px 0 20px 0;
        background-image: url(/gecard/kokuritsu/img-files/index_bg02_sp.png);
        background-size: contain;
        background-repeat: repeat-y;
        background-position: center center;
        text-align: center;
	}
	.kokuritsu-section03 .txt {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	.kokuritsu-section03 .kokuritsu-heading02 {
		margin-bottom: 20px;
	}

	.kokuritsu-section03 .txt .large {
		font-size: 2rem;
	}

	.sp-alL {
		text-align: left !important;
	}

	.kokuritsu-section04 .txt {
        font-size: 2rem;
        text-align: left;
        display: flex;
        justify-content: center;
	}
	.kokuritsu-section04 .txt .color-red {
		display: contents;
	}
	.kokuritsu-section04 .txt02 {
		font-size: 3.2rem;
	}

	.newsBox .content li {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
	}

	.kokuritsu-section05 .kokuritsu-heading02 {
		width: 30%;
		margin: 20px auto 20px auto;
	}

	.kokuritsu-section06 {
		padding: 20px 0 20px 0;
	}

	.kokuritsu-applyBtn .applyBtn {
		display: flex;
		width: 100%;
		gap: 10px;
		margin: 10px auto 15px auto;
		padding: 0;
		box-sizing: border-box;
		list-style: none;
	}
	.kokuritsu-applyBtn .applyBtn .applyBtnEntry {
		float: none;
		flex: 0 0 50%;
		width: 50% !important;
		max-width: 100%;
	}
	.kokuritsu-applyBtn .applyBtn a {
		min-width: 0;
		display: flex;
		width: 100% !important;
		max-width: 100%;
		font-size: 4vw;
		padding: 10px 20px 10px 10px;
		gap: 5px;
	}
	.kokuritsu-applyBtn {
		padding-bottom: env(safe-area-inset-bottom, 0px);
	}

	.kokuritsu-applyBtn .applyBtn a span::before {
		right: -17px;
		width: 10px;
		height: 10px;
		margin-top: -6px;
	}

	.kokuritsu-applyBtn .applyBtn .btn-txt {
		font-size: 2.8vw;
	}

	.newsBox .content {
		min-height: 80px;
		padding: 10px;
		border-radius: 8px;
	}

	#footer {
		padding-bottom: 30px;
	}

	/* list */
	.kokuritsu-notelist {
		padding: 25px 0 40px 0;
	}
	.kokuritsu-notelist > li {
		position: relative;
		font-size: 1.4rem;
	}
	.kokuritsu-notelist > li > .mark {
		position: relative;
		top: 0;
		left: 0;
	}

	/* box */
	.kokuritsu-box02 {
		margin-top: 24px;
		padding: 24px 16px;
		border-radius: 8px;
		background-color: #fff;
	}
	.kokuritsu-box02 >:first-child {
		margin-top: 0 !important;
	}
	.kokuritsu-box02 .kokuritsu-boxTitle {
		margin-top: 15px;
		text-align: center;
		font-size: 2rem;
		font-weight: bold;
		padding-bottom: 20px;
	}
	.kokuritsu-box02 .kokuritsu-boxTitle + * {
		margin-top: 25px!important;
	}
	.kokuritsu-box02 .kokuritsu-boxText01 {
		margin-top: 12px;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.kokuritsu-box02 .kokuritsu-boxText01 .large {
		font-size: 1.6rem;
		font-weight: bold;
	}
	.kokuritsu-box02 .kokuritsu-boxText01 > .note {
		position: relative;
		margin-left: 16px;
		padding-left: 16px;
	}
	.kokuritsu-box02 .kokuritsu-boxText01 > .note > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.kokuritsu-box02 .kokuritsu-boxHr {
		width: 100%;
		height: 2px;
		margin: 24px 0;
		border: none;
		background-image: linear-gradient(to right, #080706, #080706 4px, transparent 4px, transparent 8px);
		background-size: 8px 2px;
	}
	.kokuritsu-box02 .kokuritsu-boxImage01 {
		margin: 24px 0;
		text-align: center;
	}
	.kokuritsu-box02 .nest >:first-child {
		margin-top: 0;
	}
	.kokuritsu-box02 .kokuritsu-boxList01 {
		margin-top: 24px;
	}
	.kokuritsu-box02 .kokuritsu-boxList01 > li {
		position: relative;
		padding-left: 24px;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.kokuritsu-box02 .kokuritsu-boxList01 > li + li {
		margin-top: 1px;
	}
	.kokuritsu-box02 .kokuritsu-boxList01 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.kokuritsu-box02 .kokuritsu-boxOrderlist01 {
		margin-top: 24px;
	}
	.kokuritsu-box02 .kokuritsu-boxOrderlist01 > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.4rem;
	}
	.kokuritsu-box02 .kokuritsu-boxOrderlist01 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.kokuritsu-box02 .kokuritsu-boxInquiry {
		margin-top: 24px;
		font-size: 1.4rem;
		line-height: 1.6;
	}

	/* button */
	.kokuritsu-buttonWrap {
		margin-top: 30px;
		width: 100%;
		flex-direction: column;
		gap: 15px;
	}
	.kokuritsu-button01 {
		width: 100%;
	}
	.kokuritsu-button01 a {
		display: flex;
		align-items: center;
		position: relative;
		min-height: 70px;
		padding: 10px 50px 10px 16px;
		border-radius: 50px;
		background-color: #fff;
		font-size: 2rem;
		color: inherit;
		font-weight: bold;
		text-decoration: none;
	}

	.kokuritsu-card .kokuritsu-cardImage img {
		max-width: 100%;
	}

	/* webcha only */
	.layout_webcha_only_inner {
		gap: 24px;
	}
	.layout_webcha_only .imgTxt {
		margin-top: 40px;
	}
}