@charset "shift_jis";
/* Updated 2026/03/27.T */
/* Updated 2026/02/26.T */
/* Updated 2022/04/25,T */
/* Updated 2021/12/12,T */

.js-abTest{
	display: none;
}

/******************************
font
******************************/
@font-face {
	font-family: noto-sans;
	src: url(/hojin/cmn/fonts/Noto_Sans_JP/NotoSansJP-Regular.otf);
}
@font-face {
	font-family: noto-sans;
	font-weight: bold;
	font-style: normal;
	src: url(/hojin/cmn/fonts/Noto_Sans_JP/NotoSansJP-Bold.otf);
}
@font-face {
	font-family: roboto;
	src: url(/hojin/cmn/fonts/Roboto/RobotoCondensed-Regular.ttf);
}
@font-face {
	font-family: roboto;
	font-weight: bold;
	font-style: normal;
	src: url(/hojin/cmn/fonts/Roboto/RobotoCondensed-Bold.ttf);
}
/******************************
base
******************************/
/*wrap*/
#wrap {
	font-family: noto-sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#wrap #mainArea {
	margin: 0 auto;
}
#wrap #mainArea main {
	width: auto;
	word-break: normal;
}
#wrap .-full#mainArea {
	width: auto;
}
#wrap .-full#mainArea .main-inner {
	width: 1008px;
	margin: 0 auto;
}
header[role="banner"] #headerGroup ul {
	max-width: 1046px;
	width: 100%;
	box-sizing: border-box;
}
#pageTop {
	display: none!important;
}
/* #topicPath */
#topicPath {
	padding: 12px 0;
	background: #fff;
}
#topicPath a{
	text-decoration: none;
}
._t-num {
	font-family: roboto;
}
a:focus, button:focus, input:focus, select:focus, textarea:focus{
	outline: 3px solid #c4d700;
}
/******************************
title-section01
******************************/
.title-section01{
	margin: 96px 0 0;
	padding-bottom: 12px;
	border-bottom: 2px solid #004831;
	font-size: 171%;
	font-weight: bold;
	line-height: 1.75;
	color: #004831;
}
/*02*/
.title-section02{
	margin: 60px 0 0;
	font-size: 157%;
	font-weight: bold;
	line-height: 1.75;
	color: #004831;
	text-align: center;
}
/*03*/
.title-section03{
	margin: 72px 0 0;
	font-size: 157%;
	font-weight: bold;
	line-height: 1.75;
	color: #004831;
}
/******************************
text-wrap01
******************************/
.text-wrap01{
	margin: 24px 0 0;
	font-size: 114%;
	line-height: 1.5;
}
.text-wrap01 p{
	margin: 16px 0 0;
}
.text-wrap01 .marker01{
	display: inline;
	background: url(/hojin/eb/web21/imgs/index_bg_02.png) repeat-x 0 bottom;
}
.text-wrap01 + .text-note01{
	margin: 0px 0 0;
}
/*-texts*/
.text-wrap01.-text-s{
	font-size: 100%;
}
/******************************
text-title01
******************************/
.text-title01{
	margin: 28px 0 0;
	font-size: 129%;
	font-weight: bold;
	color: #004831;
}
.text-title01 + p{
	margin: 7px 0 0;
}
/******************************
text-note01
******************************/
.text-note01,
.text-note02,
.text-note03{
	margin: 16px 0 0;
	color: #788883;
	font-size: 86%;
}
.text-note01 li,
.text-note02 li,
.text-note03 li{
	position: relative;
	margin: 5px 0 0;
	padding-left: 1.5em;
}
.text-note01 .icon,
.text-note02 .icon,
.text-note03 .icon{
	position: absolute;
	left: 0;
	top: 0.1em;
}
/*02*/
.text-note02 li{
	padding-left: 28px;
}
/*03*/
.text-note03 li{
	padding-left: 44px;
}
/******************************
btn
******************************/
[class^="btn-green"] .item01,
[class^="btn-white"] .item01{
	transition: background-color .3s ease-out;
}
[class^="btn-green"] .item01:focus,
[class^="btn-white"] .item01:focus{
	outline: 0;
}
/*green01*/
.btn-green01 .item01{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 52px;
	padding: 5px 10px;
	background: #004831;
	font-weight: bold;
	color: #fff;
	font-size: 114%;
	box-sizing: border-box;
	border-radius: 26px;
	text-decoration: none;
	box-shadow: 0 12px 15px rgba(81,127,111,0.3);
}
.btn-green01 .item01:hover{
	background: #003927;
}
.btn-green01 .item01:focus{
	background: #628f18;
}
/*green02*/
.btn-green02 .item01{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 52px;
	padding: 5px 10px;
	background: #C4D700;
	font-weight: bold;
	color: #004831;
	font-size: 114%;
	box-sizing: border-box;
	border-radius: 26px;
	text-decoration: none;
	box-shadow: 0 12px 15px rgba(192,215,0,0.3);
}
.btn-green02 .item01:hover{
	background: #A6B600;
}
.btn-green02 .item01:focus{
	background: #F6FF9D;
}
/*white01*/
.btn-white01 .item01{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 52px;
	padding: 5px 10px;
	background: #fff;
	font-weight: bold;
	color: #004831;
	font-size: 114%;
	box-sizing: border-box;
	border-radius: 26px;
	text-decoration: none;
	box-shadow: 0 12px 15px rgba(81,127,111,0.3);
}
.btn-white01 .item01:hover{
	background: #f5f5f5;
}
.btn-white01 .item01:focus{
	background: #e1eb80;
}
/******************************
btn-wrap01
******************************/
.btn-wrap01{
	display: flex;
	justify-content: center;
	margin: 40px 0 0;
}
.btn-wrap01 li{
	margin: 0 20px;
}
/******************************
faq-wrap01
******************************/
.faq-wrap01{
	margin: 44px 0 0;
}
.faq-wrap01 dl{
	margin-top: 29px;
	padding-bottom: 28px;
	border-bottom: 1px solid #D5DEDB;
}
.faq-wrap01 dt{
	position: relative;
	padding-top: 0;
	border-top: none;
	padding-left: 28px;
	font-size: 114%;
	font-weight: bold;
}
.faq-wrap01 dt a{
	display: block;
	padding-right: 60px;
	color: #141D1D;
	text-decoration: none;
}
.faq-wrap01 dt a::after{
	display: block;
	content: '';
	position: absolute;
	bottom: calc(50% - 9px);
	right: 0;
	width: 24px;
	height: 24px;
	background: url(/hojin/cmn/imgs/ico_arrow_right_01.svg) no-repeat 0 0 / 100%;
	transform: rotate(90deg);
}
.faq-wrap01 dt a:hover{
	text-decoration: underline;
}
.faq-wrap01 dt a:focus{
	outline: 3px solid #c4d700;
}
.faq-wrap01 dt a.show::after{
	transform: rotate(-90deg);
}
.faq-wrap01 dd{
	position: relative;
	padding-left: 28px;
	margin-top: 19px;
	font-size: 114%;
	line-height: 1.5;
}
.faq-wrap01 .js-acc dd{
	padding-right: 60px;
}
.faq-wrap01 p{
	margin-top: 8px;
}
.faq-wrap01 .icon01,
.faq-wrap01 .icon02{
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
	font-family: roboto;
	font-size: 171%;
	line-height: 1;
	color: #004831;
}
.faq-wrap01 .icon02{
	color: #C4D700;
}
.faq-wrap01 .icon02 + p{
	margin-top: 0;
}
/******************************
box-wrap01
******************************/
.box-wrap01{
	margin: 72px 0 0;
}
/******************************
footer-nav-wrap
******************************/
.footer-nav-wrap .inner{
	padding: 96px 0 0;
	width: 1008px;
	margin: 0 auto;
}
.footer-nav-wrap .title01{
	font-size: 143%;
	font-weight: bold;
	color: #004831;
	text-align: center;
}
/*footer-nav-list*/
.footer-nav-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-nav-list dl{
	margin: 40px 0 0;
	width: 490px;
	color: #004831;
}
.footer-nav-list dl a{
	text-decoration: none;
	color: #004831;
}
.footer-nav-list dl a:hover{
	text-decoration: underline;
}
.footer-nav-list dl a:focus{
	outline: 3px solid #c4d700;
}
.footer-nav-list dt{
	font-weight: bold;
	font-size: 114%;
	line-height: 1.1;
	padding-bottom: 16px;
	border-bottom: 1px solid #4D7F6F;
}
.footer-nav-list ul{
	margin: 16px 0 0;
}
.footer-nav-list li{
	margin: 8px 0 0;
}
.footer-nav-list li a:hover{
	text-decoration: underline;
}
.footer-nav-list li a:focus{
	outline: 3px solid #c4d700;
}
/******************************
btn-bg-wrap01
******************************/
.btn-bg-wrap01{
	position: relative;
	margin: 40px 0 0;
	padding: 45px 44px 40px;
	min-height: 352px;
	border-radius: 8px;
	background: #F3F8F6;
	box-sizing: border-box;
	text-align: center;
}
.btn-bg-wrap01::before{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 20px;
	width: 16px;
	height: 32px;
	background: url(/hojin/eb/web21/imgs/web21_bg_01.png) no-repeat 0 0 / 100%;
}
.btn-bg-wrap01 .title01{
	font-weight: bold;
	color: #004831;
	font-size: 157%;
	line-height: 1.45;
}
.btn-bg-wrap01 .text01{
	margin: 16px 0 0;
	font-size: 114%;
	line-height: 1.43;
}
.btn-bg-wrap01 .text02{
	margin: 32px 0 0;
	font-size: 100%;
	line-height: 1.67;
}
.btn-bg-wrap01 .button01{
	display: flex;
	justify-content: space-between;
	margin: 40px 0 0;
}
.btn-bg-wrap01 .button01 li{
	width: 140px;
}
.btn-bg-wrap01 .button01 a,
.btn-bg-wrap01 .button01 li>span{
	display: block;
	position: relative;
	height: 130px;
	padding: 72px 10px 10px;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 0 0 4px 0 rgba(20,29,29,0.05),0 12px 14px 0 rgba(20,29,29,0.08);
	background: #fff;
	font-size: 100%;
	color: #004831;
	text-decoration: none;
	font-weight: bold;
	transition: background-color .3s ease-out;
}
.btn-bg-wrap01 .button01 li>span{
	background: #B3C8C1;
	color: #789f92;
}
.btn-bg-wrap01 .button01 .icon{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 72px;
}
.btn-bg-wrap01 .button01 li>span .icon{
	opacity: 0.5;
}
.btn-bg-wrap01 .button01 a:hover{
	background: #f5f5f5;
	color: #004831;
}
.btn-bg-wrap01 .button01 a:focus{
	background: #e1eb80;
	outline: 0;
}
.btn-bg-wrap01 .button01 a::after{
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 12px);
	width: 24px;
	height: 24px;
	background: url(/hojin/cmn/imgs/ico_arrow_right_01.svg) no-repeat 0 0 / 100%;
}
/******************************
cardbtn-wrap01
******************************/
.cardbtn-wrap01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 14px 0 0;
}
.cardbtn-wrap01 li{
	position: relative;
	width: 496px;
	border-radius: 8px;
	margin: 16px 0 0;
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(20,29,29,0.05),0 12px 14px 0 rgba(20,29,29,0.08);
	box-sizing: border-box;
}
.cardbtn-wrap01 .title01{
	font-size: 129%;
	line-height: 1.5;
	font-weight: bold;
	color: #004831;
}
.cardbtn-wrap01 .text01{
	margin: 10px 0 0;
	font-size: 100%;
	line-height: 1.5;
}
.cardbtn-wrap01 .inner{
	box-sizing: border-box;
	position: relative;
	height: 100%;
	padding: 31px 50px 31px 24px;
}
.cardbtn-wrap01 a{
	display: block;
	text-decoration: none;
	color: #004831;
	transition: background-color .3s ease-out;
}
.cardbtn-wrap01 a:hover{
	background: #f5f5f5;
}
.cardbtn-wrap01 a:focus{
	background: #e1eb80;
	outline: 0;
}
.cardbtn-wrap01 a::after{
	display: block;
	content: '';
	position: absolute;
	bottom: calc(50% - 11px);
	right: 16px;
	width: 22px;
	height: 22px;
	background: url(/hojin/cmn/imgs/ico_arrow_right_01.svg) no-repeat 0 0 / 100%;
}
/*02*/
.cardbtn-wrap02{
	display: flex;
	flex-wrap: wrap;
	margin: 14px 0 0;
}
.cardbtn-wrap02 li{
	position: relative;
	width: 324px;
	border-radius: 8px;
	margin: 16px 0 0 18px;
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(20,29,29,0.05),0 12px 14px 0 rgba(20,29,29,0.08);
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}
.cardbtn-wrap02 li:nth-child(3n+1){
	margin-left: 0;
}
.cardbtn-wrap02 .title01{
	font-size: 129%;
	line-height: 1.5;
	font-weight: bold;
	color: #004831;
}
.cardbtn-wrap02 .text01{
	margin: 10px 0 0;
	font-size: 100%;
	line-height: 1.5;
}
.cardbtn-wrap02 .icon{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 97px;
}
.cardbtn-wrap02 .inner{
	position: relative;
	height: 100%;
	padding: 97px 24px 42px;
	display: block;
	text-decoration: none;
	color: #004831;
	transition: background-color .3s ease-out;
	box-sizing: border-box;
}
.cardbtn-wrap02 .inner::after{
	display: block;
	content: '';
	position: absolute;
	bottom: calc(50% - 11px);
	right: 16px;
	width: 22px;
	height: 22px;
	background: url(/hojin/cmn/imgs/ico_arrow_right_01.svg) no-repeat 0 0 / 100%;
}
.cardbtn-wrap02 .inner:hover{
	background: #f5f5f5;
}
.cardbtn-wrap02 .inner:focus{
	background: #e1eb80;
	outline: 0;
}
/******************************
kv
******************************/
.kv-wrap{
	position: relative;
	background: #E5EDEA;
}
.kv-wrap .inner{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1008px;
	margin: 0 auto;
	height: 200px;
	box-sizing: border-box;
}
.kv-wrap .title{
	font-size: 257%;
	font-weight: bold;
	color: #004831;
}
/******************************
js
******************************/
.js-acc-body{
	display: none;
}
/******************************
cv-wrap01
******************************/
.cv-wrap01{
	margin: 136px 0 0;
	background: #F3F8F6;
}
.kv-wrap + .cv-wrap01{
	margin: 100px 0 0;
}
.cv-wrap01 .inner{
	position: relative;
	top: -40px;
	max-width: 1008px;
	margin: 0 auto;
	padding: 40px 79px 47px;
	background: #fff;
	border-radius: 8px;
	border-top: 8px solid #004831;
	box-sizing: border-box;
	box-shadow: 0 8px 20px rgba(20,29,29,0.06);
}
.cv-wrap01 .title01{
	text-align: center;
	font-size: 157%;
	line-height: 1.1;
	font-weight: bold;
}
.cv-wrap01 .btnlist01{
	display: flex;
	justify-content: space-between;
	margin: 23px 0 0;
	font-size: 114%;
}
.cv-wrap01 .btnlist01 li{
	text-align: center;
}
.cv-wrap01 .btnlist01 p{
	margin: 7px 0 0;
}
.cv-wrap01 .btnlist01 p:first-child{
	margin-top: 0;
}
.cv-wrap01 .btnlist01 .text01{
	margin: 12px 0 0;
	font-size: 86%;
}
/******************************
cmn-wrap01
******************************/
.cmn-wrap01{
	margin: 40px auto 20px;
}
.cmn-wrap01 .inner{
	position: relative;
	max-width: 1008px;
	margin: 0 auto;
	background: #fff !important;
}
.cmn-wrap01 .title01{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.cmn-wrap01 .btnlist01{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	font-size: 114%;
}
.cmn-wrap01 .btnlist01 li{
	text-align: center;
}
.cmn-wrap01 .btnlist01 .text01{
	margin: 12px 0 0;
	font-size: 86%;
}
/******************************
link-box-wrap01
******************************/
.link-box-wrap01 + .cv-wrap01 {
	margin-top: 80px;
}
.link-box-wrap01 .inner {
	max-width: 976px;
	margin: 25px auto 0;
	padding: 1em;
	background: #F5F5F5;
	font-size: 114%;
	border-radius: 8px;
}
.link-box-wrap01 .iconLink {
	text-align: center;}
.link-box-wrap01 .iconLink > a {
	display: inline-block;
	position: relative;
	padding-right: 1.5em;
	color: #004831;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
.link-box-wrap01 .iconLink > a:hover{
	text-decoration: underline;
}
.link-box-wrap01 .iconLink > a:focus{
	outline: 3px solid #c4d700;
}
.link-box-wrap01 .iconLink > a::after {
	content: "";
	position: absolute;
	right: -.25em;
	top: 0;
	bottom: 0;
	width: 1.5em;
	background: url(/hojin/cmn/imgs/ico_arrow_right_01.svg) no-repeat center / contain;
}
/******************************
js-fixed-nav
******************************/
.js-fixed-nav{
	display: none;
}
/******************************
btn-list-fixed01
******************************/
.btn-list-sp01{
	display: none;
}
.btn-list-fixed01{
	position: fixed;
	z-index: 3;
	right: 0;
	top: 145px;
}
.btn-list-fixed01 ul{
	border-radius: 8px 0 0 8px;
	overflow: hidden;
	box-shadow: 0 0 4px 0 rgba(20,29,29,0.05),0 12px 14px 0 rgba(20,29,29,0.08);
	background: #fff;
}
.btn-list-fixed01 a{
	display: block;
	position: relative;
	padding: 52px 10px 10px;
	min-height: 100px;
	width: 100px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #004831;
	font-size: 86%;
	transition: background-color .3s ease-out;
}
.btn-list-fixed01 a[class^="btn0"]:focus {
	outline: 0;
}
.btn-list-fixed01 a.btn01{
	background: #0082DC;
	color: #fff;
}
.btn-list-fixed01 a.btn01:hover{
	background: #006BB5;
}
.btn-list-fixed01 a.btn01:focus{
	background: #62AC6E;
}
.btn-list-fixed01 a.btn02{
	background: #004831;
	color: #fff;
}
.btn-list-fixed01 a.btn02:hover{
	background: #003927;
}
.btn-list-fixed01 a.btn02:focus{
	background: #628f18;
}
.btn-list-fixed01 a.btn03{
	background: #fff;
}
.btn-list-fixed01 a.btn03:hover{
	background: #f5f5f5;
}
.btn-list-fixed01 a.btn03:focus{
	background: #e1eb80;
}
.btn-list-fixed01 a.btn04{
	min-height: 40px;
	padding: 10px;
	background: #D5DEDB;
}
.btn-list-fixed01 a.btn04:hover{
	opacity: 0.8;
}
.btn-list-fixed01 a.btn04:focus{
	background: #c4d700;
}
.btn-list-fixed01 .icon01{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 55px;
}
.btn-list-fixed01 .icon01::after{
	display: block;
	content: '';
	margin-top: 4px;
}
.btn-list-fixed01 .btn01 .icon01::after{
	width: 33px;
	height: 30px;
	background: url(/hojin/eb/web21/imgs/web21_ico_01.svg) no-repeat 0 0 / 100%;
}
.btn-list-fixed01 .btn02 .icon01::after{
	width: 21px;
	height: 21px;
	background: url(/hojin/eb/web21/imgs/web21_ico_02.svg) no-repeat 0 0 / 100%;
}
.btn-list-fixed01 .btn03 .icon01::after{
	width: 29px;
	height: 28px;
	background: url(/hojin/eb/web21/imgs/web21_ico_03.svg) no-repeat 0 0 / 100%;
}
.btn-list-fixed01 .btn04::after{
	display: block;
	content: '';
	position: absolute;
	right: calc(50% - 35px);
	top: calc(50% - 4px);
	width: 8px;
	height: 8px;
	background: url(/hojin/eb/web21/imgs/web21_ico_04.svg) no-repeat 0 0 / 100%;
}
/******************************
table-wrap01
******************************/
.table-wrap01{
	margin: 29px 0 0;
	border: 1px solid #d5dedb;
	border-width: 1px 0 0 1px;
}
.text-wrap01 + .table-wrap01{
	margin: 15px 0 0;
}
.table-wrap01 table{
	width: 100%;
}
.table-wrap01 th{
	padding: 20px 10px;
	border: 1px solid #d5dedb;
	border-width: 0 1px 1px 0;
	background: #4d7f6f;
	font-weight: bold;
	color: #fff;
	font-size: 114%;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}
.table-wrap01 tbody th{
	padding: 30px 10px;
	background: #F3F8F6;
	color: #004831;
}
.table-wrap01 tbody td{
	padding: 18px 10px;
	border: 1px solid #d5dedb;
	border-width: 0 1px 1px 0;
	background: #fff;
	font-size: 114%;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}
.table-wrap01 .text01{
	margin: 5px 0 0;
	font-size: 100%;
}
.table-wrap01 .text02{
	margin: 5px 0 0;
	font-size: 86%;
	font-weight: normal;
}
.table-wrap01 sup{
	font-size: 71%;
}
/******************************
text-link01
******************************/
.text-link01 {
	display: inline-block;
	position: relative;
	padding-right: 22px;
	text-decoration: none;
	color: #004831;
}
.text-link01:hover{
	text-decoration: underline;
	color: #004831;
}
.text-link01:focus{
	outline: 3px solid #c4d700;
}
.text-link01::after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 9px);
	width: 20px;
	height: 20px;
	background: url(/hojin/cmn/imgs/ico_arrow_right_01.svg) no-repeat 0 0 / 100%;
}
@media screen and (max-width: 767px){
	/******************************
	base
	******************************/
	#wrap #mainArea {
		width: auto;
	}
	#wrap #mainArea main {
		padding: 0 18px;
	}
	#wrap .-full#mainArea .main-inner {
		width: auto;
	}
	/******************************
	title-section01
	******************************/
	.title-section01{
		margin: 60px -18px 0;
		padding: 0 18px 14px;
	}
	/*02*/
	.title-section02{
		font-size: 20px;
	}
	/******************************
	btn-bg-wrap01
	******************************/
	.btn-bg-wrap01{
		margin: 60px 0 0;
		padding: 40px 16px;
		min-height: 0;
	}
	.btn-bg-wrap01::before{
		right: 10px;
		width: 10px;
		height: 32px;
	}
	.btn-bg-wrap01 .text01{
		margin: 15px 0 0;
		font-size: 14px;
	}
	.btn-bg-wrap01 .text02{
		margin: 20px 0 0;
		font-size: 12px;
	}
	.btn-bg-wrap01 .button01{
		flex-wrap: wrap;
		margin: 4px auto 0;
		max-width: 340px;
	}
	.btn-bg-wrap01 .button01 li{
		width: 31%;
		height: 27vw;
		min-height: 97px;
		max-height: 100px;
		margin: 16px 0 0;
	}
	.btn-bg-wrap01 .button01 a,
	.btn-bg-wrap01 .button01 li>span{
		height: 100%;
		padding: 55px 5px 10px;
		font-size: 12px;
	}
	.btn-bg-wrap01 .button01 a::after{
		display: none;
	}
	.btn-bg-wrap01 .button01 .icon{
		height: 55px;
	}
	/******************************
	cardbtn-wrap01
	******************************/
	.cardbtn-wrap01{
		display: block;
		margin: 24px 0 0;
	}
	.cardbtn-wrap01 li{
		width: auto;
		margin: 12px 0 0;
	}
	.cardbtn-wrap01 .inner{
		padding: 20px 47px 20px 16px;
	}
	.cardbtn-wrap01 a::after{
		right: 10px;
	}
	/*02*/
	.cardbtn-wrap02{
		display: block;
		margin: 24px 0 0;
	}
	.cardbtn-wrap02 li{
		width: auto;
		margin-left: 0;
		text-align: left;
	}
	.cardbtn-wrap02 .text01{
		margin: 7px 0 0;
	}
	.cardbtn-wrap02 .icon{
		right: auto;
		bottom: 0;
		height: auto;
		width: 66px;
	}
	.cardbtn-wrap02 .inner{
		padding: 24px 50px 24px 82px;
	}
	.cardbtn-wrap02 .inner::after{
		right: 10px;
	}
	/******************************
	btn-green01
	******************************/
	.btn-green01 .item01,
	.btn-green02 .item01,
	.btn-white01 .item01{
		width: auto;
	}
	/******************************
	btn-wrap01
	******************************/
	.btn-wrap01{
		display: block;
		margin: 32px 0 0;
	}
	.btn-wrap01 li{
		margin: 16px 0 0;
	}
	.faq-wrap01 + .btn-wrap01{
		margin-top: 40px;
	}
	/******************************
	faq-wrap01
	******************************/
	.faq-wrap01{
		margin: 24px 0 0;
	}
	.faq-wrap01 dt a {
		padding-right: 30px;
	}
	.faq-wrap01 dt a::after{
		bottom: calc(50% - 10px);
		width: 20px;
		height: 20px;
	}
	.faq-wrap01 .js-acc dd{
		padding-right: 30px;
	}
	/******************************
	box-wrap01
	******************************/
	.box-wrap01{
		margin: 60px 0 0;
	}
	.box-wrap01 img{
		width: 100%;
	}
	/******************************
	footer-nav-wrap
	******************************/
	.footer-nav-wrap{
		display: none;
	}
	/******************************
	kv
	******************************/
	.kv-wrap{
		margin: 0 -18px;
	}
	.kv-wrap .inner{
		width: auto;
		margin: 0 auto;
		height: auto;
		min-height: 130px;
		padding: 10px;
	}
	.kv-wrap .title{
		font-size: 28px;
	}
	/******************************
	btn-list-fixed01
	******************************/
	.btn-list-fixed01{
		top: auto;
		bottom: 20px;
		right: 10px;
	}
	.btn-list-fixed01 ul{
		box-shadow: none;
		background: none;
		overflow: visible;
	}
	.btn-list-fixed01 li{
		margin-top: 10px;
	}
	.btn-list-fixed01 a{
		padding: 44px 5px 5px;
		min-height: 80px;
		width: 80px;
		border-radius: 50%;
		box-shadow: 0 12px 15px rgba(20,29,29,0.3);
	}
	.btn-list-fixed01 a.btn01 {
		box-shadow: 0 12px 15px rgb(0 130 220 / 30%);
	}
	.btn-list-fixed01 a.btn02 {
		box-shadow: 0 12px 15px rgb(0 72 49 / 30%);
	}
	.btn-list-fixed01 a.btn04{
		display: none;
	}
	.btn-list-fixed01 .icon01{
		height: 50px;
	}
	/******************************
	cv-wrap01
	******************************/
	.cv-wrap01,
	.kv-wrap + .cv-wrap01{
		margin: 100px -18px 0;
		padding: 0 18px;
	}
	.cv-wrap01 .inner{
		padding: 40px 16px 47px;
	}
	.cv-wrap01 .btnlist01 li{
		margin-top: 24px;
	}
	.cv-wrap01 .btnlist01 li:first-child{
		margin-top: 0;
	}
	.cv-wrap01 .btnlist01{
		display: block;
	}
	.cv-wrap01 .btn-green01 .item01,
	.cv-wrap01 .btn-green02 .item01{
		font-size: 16px;
	}
	/******************************
	link-box-wrap01
	******************************/
	.link-box-wrap01 .inner {
		margin: 40px auto 0;
	}
	/******************************
	text-wrap01
	******************************/
	.text-wrap01 .-text-sp-s{
		font-size: 14px;
	}
	/******************************
	table-wrap01
	******************************/
	.table-wrap01{
		margin: 30px 0 0;
	}
	.text-wrap01 + .table-wrap01{
		margin: 16px 0 0;
	}
	.table-wrap01 th{
		padding: 11px 3px;
		font-size: 14px;
	}
	.table-wrap01 tbody th{
		padding: 6px 3px;
	}
	.table-wrap01 tbody td{
		padding: 14px 3px;
		font-size: 14px;
	}
	.table-wrap01 .text01{
		font-size: 12px;
	}
	.table-wrap01 .text02{
		font-size: 12px;
	}
	.table-wrap01 sup{
		font-size: 8px;
	}
	/******************************
	text-title01
	******************************/
	.text-title01{
		margin: 23px 0 0;
		font-size: 16px;
	}
}
@media screen and (max-width: 374px){
	.cv-wrap01 .title01{
		font-size: 20px;
	}
}
/******************************
flow-wrap01
******************************/
.flow-wrap01 img {
	margin: auto;
	display: block;
}