@charset 'UTF-8';
/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-dummy {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.sec-dummy {
		width: 50%;
	}
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-dummy {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.sec-dummy {
		width: 50%;
	}
}

/*--------------------------------------------------------------------------
   sec-slide
---------------------------------------------------------------------------*/
.sec-slide {
	position: relative;
}

@media only screen and (max-width: 767px) {
	.sec-slide {
		margin: 0 15px;
	}
}

.sec-slide img {
	width: 100%;
	height: auto;
}

.sec-slide .slick-dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	margin-top: 20px;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
}

@media only screen and (max-width: 767px) {
	.sec-slide .slick-dots {
		margin-top: 10px;
	}
}

.sec-slide .slick-dots li {
	width: 20px;
	height: 4px;
	margin: 0 8px;
	background-color: #ebebeb;
	text-indent: -9999px;
}

@media only screen and (max-width: 767px) {
	.sec-slide .slick-dots li {
		width: 15px;
		height: 3px;
		margin: 0 6px;
	}
}

.sec-slide .slick-dots li.slick-active {
	background-color: #ff4800;
}

.sec-slide .sec-slide__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
	width: 26px;
	height: 26px;
	background: #ff4800;
	border-radius: 50%;
	position: absolute;
	top: 45%;
	text-indent: -9999em;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.sec-slide .sec-slide__btn--prev {
	left: -13px;
}

.sec-slide .sec-slide__btn--next {
	right: -13px;
}

.sec-slide .sec-slide__btn a {
	display: block;
	width: 12px;
	height: 12px;
	-webkit-transition: opacity .2s;
	        transition: opacity .2s;
}

.sec-slide .sec-slide__btn--prev a {
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: translate(2px) rotate(45deg);
	    -ms-transform: translate(2px) rotate(45deg);
	        transform: translate(2px) rotate(45deg);
}

.sec-slide .sec-slide__btn--next a {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translate(-2px) rotate(45deg);
	    -ms-transform: translate(-2px) rotate(45deg);
	        transform: translate(-2px) rotate(45deg);
}

/*--------------------------------------------------------------------------
   sec-sp-bnrs
---------------------------------------------------------------------------*/
.sec-sp-bnrs {
	display: none;
}

@media only screen and (max-width: 767px) {
	.sec-sp-bnrs {
		display: block;
		overflow: auto;
		margin: 20px 15px 0;
		padding: 0 0 5px;
		/*スクロールバー全体*/
		/*スクロールバーの軌道*/
		/*スクロールバーの動く部分*/
	}
	.sec-sp-bnrs::-webkit-scrollbar {
		width: 4px;
		height: 4px;
	}
	.sec-sp-bnrs::-webkit-scrollbar-track {
		background-color: #ebebeb;
	}
	.sec-sp-bnrs::-webkit-scrollbar-thumb {
		background-color: #ff4800;
	}
}

.sec-sp-bnrs__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.sec-sp-bnrs__item {
	flex-shrink: 0;
	width: 32%;
	margin-right: 2%;
}

.sec-sp-bnrs__item:last-of-type {
	margin-right: 0;
}

.sec-sp-bnrs__item img {
	width: 100%;
}

/*--------------------------------------------------------------------------
   sec-search
---------------------------------------------------------------------------*/
.sec-search {
	margin-top: 20px;
}

@media only screen and (max-width: 767px) {
	.sec-search {
		padding: 0 15px;
	}
}

.sec-search__contents {
	position: relative;
	padding-top: 20px;
}

.sec-search__contents .m-tab {
	position: absolute;
	top: -58px;
	right: 0;
}

@media only screen and (max-width: 767px) {
	.sec-search__contents .m-tab {
		position: relative;
		top: auto;
		right: auto;
	}
}

.sec-search__body {
	display: none;
}

@media only screen and (max-width: 767px) {
	.sec-search__body {
		margin-top: 30px;
	}
}

.sec-search__body.is-show {
	display: block;
}

.sec-search .search-boxes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	margin-top: 40px;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.sec-search .search-boxes {
		display: block;
		margin-top: 20px;
	}
}

.sec-search .m-search--sp {
	display: none;
}

@media only screen and (max-width: 767px) {
	.sec-search .m-search--pc {
		display: none;
	}

	.sec-search .m-search--sp {
		display: block;
	}
}

.sec-search .search-boxes .m-search-box {
	width: 48%;
}

@media only screen and (max-width: 767px) {
	.sec-search .search-boxes .m-search-box {
		width: auto;
	}
}

.sec-search .search-boxes .m-search-box .m-search-box__inline {
	margin-top: -20px;
	padding-right: 15px;
}

@media only screen and (max-width: 767px) {
	.sec-search .search-boxes .m-search-box .m-search-box__inline {
		margin-top: 0;
		padding-right: 10px;
	}
}

.sec-search .search-boxes .m-search-box .c-list-keykolor__item {
	display: inline-block;
	margin-right: 15px;
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	.sec-search .search-boxes .m-search-box .c-list-keykolor__item {
		margin-right: 10px;
		padding-left: 10px;
		font-size: 12px;
	}
}

.sec-search .search-boxes .m-search-box .c-list-keykolor__item::before {
	top: 6px;
}

@media only screen and (max-width: 767px) {
	.sec-search .search-boxes .m-search-box .c-list-keykolor__item::before {
		top: 4px;
	}
}

.sec-search .m-search-box--business .business-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 724px;
	margin: 0 auto;
	padding: 20px 0 15px;

	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.sec-search .m-search-box--business .business-area {
		display: block;
		width: auto;
		padding: 20px 30px 15px;
	}
}

.sec-search .m-search-box--business .business-area__item {
	width: 230px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.sec-search .m-search-box--business .business-area__item {
		width: 100%;
		margin-bottom: 15px;
	}
}

.sec-search .m-search-box--business .business-area__item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 100%;
	height: 40px;
	border: 1px solid #ff4800;
	border-radius: 40px;
	background-color: #fff;
	background-image: url(../../images/common/ico_business01.svg);
	background-repeat: no-repeat;
	background-position: 20px center;
	font-size: 14px;
	-webkit-transition: background-color .2s, color .2s;
	        transition: background-color .2s, color .2s;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

@media only screen and (max-width: 767px) {
	.sec-search .m-search-box--business .business-area__item a {
		height: 50px;
		border-radius: 50px;
	}
}

.mode-pc .sec-search .m-search-box--business .business-area__item a:hover {
	background-color: #ff4800;
	color: #fff;
}

.sec-search .m-search-box--business .business-area__item a span {
	font-size: 12px;
}

@media only screen and (max-width: 767px) {
	.sec-search .m-search-box--business .business-area__item a span {
		font-size: 10px;
	}
}

.sec-search .m-search-box--business .business-area__item--01 a {
	background-image: url(../../images/common/ico_business01.svg);
	background-position: 18px center;
	background-size: 24px 24px;
}

.mode-pc .sec-search .m-search-box--business .business-area__item--01 a:hover {
	background-image: url(../../images/common/ico_business01_white.svg);
}

.sec-search .m-search-box--business .business-area__item--02 a {
	background-image: url(../../images/common/ico_business02.svg);
	background-position: 20px center;
	background-size: 19px 24px;
}

.mode-pc .sec-search .m-search-box--business .business-area__item--02 a:hover {
	background-image: url(../../images/common/ico_business02_white.svg);
}

.sec-search .m-search-box--business .business-area__item--03 a {
	background-image: url(../../images/common/ico_business03.svg);
	background-position: 24px center;
	background-size: 18px 24px;
}

.mode-pc .sec-search .m-search-box--business .business-area__item--03 a:hover {
	background-image: url(../../images/common/ico_business03_white.svg);
}

.sec-search .m-search-box--business .business-area__item--04 a {
	background-image: url(../../images/common/ico_business04.svg);
	background-position: 20px center;
	background-size: 23px 25px;
}

.mode-pc .sec-search .m-search-box--business .business-area__item--04 a:hover {
	background-image: url(../../images/common/ico_business04_white.svg);
}

.sec-search .m-search-box--business .business-area__item--05 a {
	background-image: url(../../images/common/ico_business05.svg);
	background-position: 20px center;
	background-size: 24px 24px;
}

.mode-pc .sec-search .m-search-box--business .business-area__item--05 a:hover {
	background-image: url(../../images/common/ico_business05_white.svg);
}

.sec-search .m-search-box--business .business-area__item--06 a {
	background-image: url(../../images/common/ico_business06.svg);
	background-position: 20px center;
	background-size: 24px 21px;
}

.mode-pc .sec-search .m-search-box--business .business-area__item--06 a:hover {
	background-image: url(../../images/common/ico_business06_white.svg);
}

.sec-search .m-search-box--business .business-area__item--07 a {
	background-image: url(../../images/common/ico_business07.svg);
	background-position: 24px center;
	background-size: 18px 24px;
}

.mode-pc .sec-search .m-search-box--business .business-area__item--07 a:hover {
	background-image: url(../../images/common/ico_business07_white.svg);
}

.sec-search .m-search-box--business .business-area__item--08 a {
	background-image: url(../../images/common/ico_business08.svg);
	background-position: 20px center;
	background-size: 24px 24px;
}

.mode-pc .sec-search .m-search-box--business .business-area__item--08 a:hover {
	background-image: url(../../images/common/ico_business08_white.svg);
}

.sec-search .m-search-box--business .business-area__item--09 a {
	background-image: url(../../images/common/ico_business09.svg);
	background-position: 21px center;
	background-size: 24px 24px;
}

.mode-pc .sec-search .m-search-box--business .business-area__item--09 a:hover {
	background-image: url(../../images/common/ico_business09_white.svg);
}

@media only screen and (max-width: 767px) {
	.sec-search .m-search-box--business .m-search-box__hdg.is-show + .m-search-box__body .business-area {
		padding-top: 14px;
	}
}

.sec-search .m-search-box--area {
	margin-top: 20px;
}

@media only screen and (max-width: 767px) {
	.sec-search .m-search-box--area {
		margin-top: 20px;
	}
}

.sec-search .m-search-box--area .m-search-box__inline {
	padding-bottom: 20px;
}

.sec-search .area-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	margin-top: -6px;

	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.sec-search .area-list {
		margin: 0 -1.5%;
	}
}

@media only screen and (max-width: 767px) {
	.sec-search .area-list__item {
		width: 30.3333%;
		margin: 0 1.5%;
	}
}

.sec-search .area-list__item-btn {
	display: block;
	position: relative;
	width: 124px;
	margin: 15px 10px 0;
	padding: 8px 0;
	border-radius: 4px;
	background-color: #ccc;
	text-align: center;
	color: #fff;
	-webkit-transition: .3s;
	        transition: .3s;
}

@media only screen and (max-width: 767px) {
	.sec-search .area-list__item-btn {
		width: 100%;
		margin: 10px 0 0;
		padding: 7px 0;
		font-size: 14px;
	}
}

.sec-search .area-list__item-btn::before {
	position: absolute;
	top: calc(50% - 3px);
	right: 12px;
	width: 11px;
	height: 7px;
	background: url(../../images/common/ico_arw_white.svg) no-repeat;
	background-size: 11px 7px;
	content: '';
}

@media only screen and (max-width: 767px) {
	.sec-search .area-list__item-btn::before {
		right: 7px;
		width: 10px;
		background: url(../../images/common/ico_arw_white.svg) no-repeat;
		background-size: 10px 7px;
	}
}

.mode-pc .sec-search .area-list__item-btn:hover {
	opacity: .8;
}

.sec-search .area-list__item-btn.is-show::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.sec-search .area-list__item--hokkaido .area-list__item-btn {
	background-color: #6fc40e;
}

.sec-search .area-list__item--kansai .area-list__item-btn {
	background-color: #ff9fd4;
}

.sec-search .area-list__item--tohoku .area-list__item-btn {
	background-color: #fccb00;
}

.sec-search .area-list__item--chugoku .area-list__item-btn {
	background-color: #a37a52;
}

.sec-search .area-list__item--hokuriku .area-list__item-btn {
	background-color: #f18f50;
}

.sec-search .area-list__item--shikoku .area-list__item-btn {
	background-color: #fe5058;
}

.sec-search .area-list__item--kanto .area-list__item-btn {
	background-color: #5cb5f3;
}

.sec-search .area-list__item--kyusyu .area-list__item-btn {
	background-color: #ae73bb;
}

.sec-search .area-list__item--chubu .area-list__item-btn {
	background-color: #7784ce;
}

.sec-search .area-list__item--okinawa .area-list__item-btn {
	background-color: #2eb8bd;
}

.sec-search .area-list-detail__item {
	display: none;
	position: relative;
	max-height: 0;
	margin: 15px 10px 7px;
	padding: 15px 15px 15px 20px;
	border-width: 2px;
	border-style: solid;
	border-radius: 4px;
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	.sec-search .area-list-detail__item {
		margin: 15px 0 10px;
		padding: 15px 20px;
	}
}

.sec-search .area-list-detail__item::before {
	position: absolute;
	top: -8px;
	left: 10px;
	width: 0;
	height: 0;
	border-width: 0 6px 6px 6px;
	border-style: solid;
	border-color: transparent transparent #ccc transparent;
	content: '';
}

.sec-search .area-list-detail__item.is-show {
	display: block;
	max-height: inherit;
}

.sec-search .area-list-detail__item .c-list-keykolor__item {
	padding-left: 4px;
}

@media only screen and (max-width: 767px) {
	.sec-search .area-list-detail__item .c-list-keykolor__item {
		width: 50%;
		margin-top: 0;
		padding-left: 17px;
	}
	.sec-search .area-list-detail__item .c-list-keykolor__item:nth-child(n + 3) {
		margin-top: 10px;
	}
}

.sec-search .area-list-detail__item .c-list-keykolor__item {
	margin-right: 0;
}

.sec-search .area-list-detail__item .c-list-keykolor__item + .c-list-keykolor__item {
	margin-left: 28px;
}

@media only screen and (max-width: 767px) {
	.sec-search .area-list-detail__item .c-list-keykolor__item + .c-list-keykolor__item {
		margin-left: 0;
	}
}

.sec-search .area-list-detail__item .c-list-keykolor__item::before {
	content: none;
}

.sec-search .area-list-detail__item .c-list-keykolor__item::after {
	position: absolute;
	top: calc(50% - 3px);
	left: -6px;
	width: 6px;
	height: 6px;
	border: 1.5px solid #ff4800;
	border-bottom: 0;
	border-left: 0;
	content: '';
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
	.sec-search .area-list-detail__item .c-list-keykolor__item::after {
		width: 5px;
		height: 5px;
	}
}

.sec-search .area-list-detail__item--hokkaido {
	border-color: #6fc40e;
}

.sec-search .area-list-detail__item--hokkaido::before {
	left: 54px;
	border-color: transparent transparent #6fc40e transparent;
}

@media only screen and (max-width: 767px) {
	.sec-search .area-list-detail__item--hokkaido::before {
		left: 14%;
	}
}

.sec-search .area-list-detail__item--hokkaido .c-list-keykolor__item::after {
	border-color: #6fc40e;
}

.mode-pc .sec-search .area-list-detail__item--hokkaido .c-list-keykolor__item a:hover {
	color: #6fc40e;
}

.sec-search .area-list-detail__item--kansai {
	border-color: #ff9fd4;
}

.sec-search .area-list-detail__item--kansai::before {
	left: 54px;
	border-color: transparent transparent #ff9fd4 transparent;
}

@media only screen and (max-width: 767px) {
	.sec-search .area-list-detail__item--kansai::before {
		left: 83.5%;
	}
}

.sec-search .area-list-detail__item--kansai .c-list-keykolor__item::after {
	border-color: #ff9fd4;
}

.mode-pc .sec-search .area-list-detail__item--kansai .c-list-keykolor__item a:hover {
	color: #ff9fd4;
}

.sec-search .area-list-detail__item--tohoku {
	border-color: #fccb00;
}

.sec-search .area-list-detail__item--tohoku::before {
	left: 197px;
	border-color: transparent transparent #fccb00 transparent;
}

@media only screen and (max-width: 767px) {
	.sec-search .area-list-detail__item--tohoku::before {
		left: calc(50% - 6px);
	}
}

.sec-search .area-list-detail__item--tohoku .c-list-keykolor__item::after {
	border-color: #fccb00;
}

.mode-pc .sec-search .area-list-detail__item--tohoku .c-list-keykolor__item a:hover {
	color: #fccb00;
}

.sec-search .area-list-detail__item--chugoku {
	border-color: #a37a52;
}

.sec-search .area-list-detail__item--chugoku::before {
	left: 197px;
	border-color: transparent transparent #a37a52 transparent;
}

@media only screen and (max-width: 767px) {
	.sec-search .area-list-detail__item--chugoku::before {
		left: 14%;
	}
}

.sec-search .area-list-detail__item--chugoku .c-list-keykolor__item::after {
	border-color: #a37a52;
}

.mode-pc .sec-search .area-list-detail__item--chugoku .c-list-keykolor__item a:hover {
	color: #a37a52;
}

.sec-search .area-list-detail__item--hokuriku {
	border-color: #f18f50;
}

.sec-search .area-list-detail__item--hokuriku::before {
	left: 483px;
	border-color: transparent transparent #f18f50 transparent;
}

@media only screen and (max-width: 767px) {
	.sec-search .area-list-detail__item--hokuriku::before {
		left: 14%;
	}
}

.sec-search .area-list-detail__item--hokuriku .c-list-keykolor__item::after {
	border-color: #f18f50;
}

.mode-pc .sec-search .area-list-detail__item--hokuriku .c-list-keykolor__item a:hover {
	color: #f18f50;
}

.sec-search .area-list-detail__item--shikoku {
	border-color: #fe5058;
}

.sec-search .area-list-detail__item--shikoku::before {
	left: 340px;
	border-color: transparent transparent #fe5058 transparent;
}

@media only screen and (max-width: 767px) {
	.sec-search .area-list-detail__item--shikoku::before {
		left: calc(50% - 6px);
	}
}

.sec-search .area-list-detail__item--shikoku .c-list-keykolor__item::after {
	border-color: #fe5058;
}

.mode-pc .sec-search .area-list-detail__item--shikoku .c-list-keykolor__item a:hover {
	color: #fe5058;
}

.sec-search .area-list-detail__item--kanto {
	border-color: #5cb5f3;
}

.sec-search .area-list-detail__item--kanto::before {
	left: 340px;
	border-color: transparent transparent #5cb5f3 transparent;
}

@media only screen and (max-width: 767px) {
	.sec-search .area-list-detail__item--kanto::before {
		left: 83.5%;
	}
}

.sec-search .area-list-detail__item--kanto .c-list-keykolor__item::after {
	border-color: #5cb5f3;
}

.mode-pc .sec-search .area-list-detail__item--kanto .c-list-keykolor__item a:hover {
	color: #5cb5f3;
}

.sec-search .area-list-detail__item--kyusyu {
	border-color: #ae73bb;
}

.sec-search .area-list-detail__item--kyusyu::before {
	left: 483px;
	border-color: transparent transparent #ae73bb transparent;
}

@media only screen and (max-width: 767px) {
	.sec-search .area-list-detail__item--kyusyu::before {
		left: 83.5%;
	}
}

.sec-search .area-list-detail__item--kyusyu .c-list-keykolor__item::after {
	border-color: #ae73bb;
}

.mode-pc .sec-search .area-list-detail__item--kyusyu .c-list-keykolor__item a:hover {
	color: #ae73bb;
}

.sec-search .area-list-detail__item--chubu {
	border-color: #7784ce;
}

.sec-search .area-list-detail__item--chubu::before {
	left: 626px;
	border-color: transparent transparent #7784ce transparent;
}

@media only screen and (max-width: 767px) {
	.sec-search .area-list-detail__item--chubu::before {
		left: calc(50% - 6px);
	}
}

.sec-search .area-list-detail__item--chubu .c-list-keykolor__item::after {
	border-color: #7784ce;
}

.mode-pc .sec-search .area-list-detail__item--chubu .c-list-keykolor__item a:hover {
	color: #7784ce;
}

.sec-search .area-list-detail__item--okinawa {
	border-color: #2eb8bd;
}

.sec-search .area-list-detail__item--okinawa::before {
	left: 626px;
	border-color: transparent transparent #2eb8bd transparent;
}

@media only screen and (max-width: 767px) {
	.sec-search .area-list-detail__item--okinawa::before {
		left: 14%;
	}
}

.sec-search .area-list-detail__item--okinawa .c-list-keykolor__item::after {
	border-color: #2eb8bd;
}

.mode-pc .sec-search .area-list-detail__item--okinawa .c-list-keykolor__item a:hover {
	color: #2eb8bd;
}

.sec-search .m-search-box--feature {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.sec-search .m-search-box--feature {
		margin-top: 20px;
	}
}

.sec-search .m-search-box--corporation + .m-search-box--corporation {
	margin-top: 20px;
}

@media only screen and (max-width: 767px) {
	.sec-search .m-search-box--corporation,
	.sec-search .m-search-box--corporation + .m-search-box--corporation {
		margin-top: 20px;
	}
}

.sec-search .m-search-box--corporation .m-franchise-slide {
	padding: 0;
}

.sec-search .sec-search__body .c-btn {
	margin-top: 20px;
}

.sec-search .sec-search__body .c-btn a {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (max-width: 767px) {
	.sec-search .sec-search__body .c-btn a {
		width: 100%;
	}
}

/*--------------------------------------------------------------------------
   sec-seminar
---------------------------------------------------------------------------*/
.sec-seminar {
	margin-top: 50px;
}

@media only screen and (max-width: 767px) {
	.sec-seminar {
		padding: 0 15px;
	}
}

.sec-seminar__hdg {
	position: relative;
	margin: 40px 0 20px;
	padding-left: 9px;
	border-left: 4px solid #ff4800;
	font-size: 18px;
	line-height: 1.1;
}

@media only screen and (max-width: 767px) {
	.sec-seminar__hdg {
		margin: 35px 0 15px;
	}
}

.sec-seminar .m-search-seminar {
	margin: 40px 0 20px;
}

@media only screen and (max-width: 767px) {
	.sec-seminar .m-search-seminar {
		margin: 30px 0 20px;
	}
}

/*--------------------------------------------------------------------------
   sec-event
---------------------------------------------------------------------------*/
.sec-event {
	margin-top: 50px;
}

@media only screen and (max-width: 767px) {
	.sec-event {
		padding: 0 15px;
	}
}

.sec-event__hdg {
	position: relative;
	margin: 40px 0 20px;
	padding-left: 9px;
	border-left: 4px solid #ff4800;
	font-size: 18px;
	line-height: 1.1;
}

@media only screen and (max-width: 767px) {
	.sec-event__hdg {
		margin: 35px 0 15px;
	}
}

.sec-event__bnr {
	margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
	.sec-event__bnr {
		margin-bottom: 20px;
	}
}

.sec-event__bnr img {
	max-width: 100%;
	height: auto;
}

.sec-event__boxes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	margin: 0 -12px;

	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.sec-event__boxes {
		display: block;
		margin: 0;
	}
}

.sec-event .m-search-seminar {
	margin: 40px 0 20px;
}

@media only screen and (max-width: 767px) {
	.sec-event .m-search-seminar {
		margin: 30px 0 20px;
	}
}

/*--------------------------------------------------------------------------
   sec-contents
---------------------------------------------------------------------------*/
.sec-contents {
	margin-top: 50px;
}

@media only screen and (max-width: 767px) {
	.sec-contents {
		padding: 0 15px;
	}
}

.sec-contents .m-search-box--feature .feature-slide {
	position: relative;
	padding: 30px 30px 20px;
}

@media only screen and (max-width: 767px) {
	.sec-contents .m-search-box--feature .feature-slide {
		padding: 30px 30px 20px;
	}
}

.sec-contents .m-search-box--feature .feature-slide__inner {
	position: relative;
}

.sec-contents .m-search-box--feature .feature-slide__item {
	width: auto;
	margin: 0 19px;
}

@media only screen and (max-width: 767px) {
	.sec-contents .m-search-box--feature .feature-slide__item {
		margin: 0;
	}
}

.sec-contents .m-search-box--feature .feature-slide__item figure {
	display: block;
	position: relative;
}

.sec-contents .m-search-box--feature .feature-slide__item figure img {
	width: 100%;
	height: auto;
}

.sec-contents .m-search-box--feature .feature-slide__item figure span {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1px 5px;
	background-color: #1ead95;
	color: #fff;
	font-size: 11px;
}

.sec-contents .m-search-box--feature .feature-slide__item a {
	-webkit-transition: .3s;
	        transition: .3s;
}

.mode-pc .sec-contents .m-search-box--feature .feature-slide__item a:hover {
	opacity: .8;
}

.sec-contents .m-search-box--feature .feature-slide__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
	width: 26px;
	height: 26px;
	background: #ff4800;
	border-radius: 50%;
	position: absolute;
	top: 45%;
	text-indent: -9999em;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.sec-contents .m-search-box--feature .feature-slide__btn--prev {
	left: -30px;
}

@media only screen and (max-width: 767px) {
	.sec-contents .m-search-box--feature .feature-slide__btn--prev {
		left: -18px;
	}
}

.sec-contents .m-search-box--feature .feature-slide__btn--prev a {
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: translate(2px) rotate(45deg);
	    -ms-transform: translate(2px) rotate(45deg);
	        transform: translate(2px) rotate(45deg);
}

.sec-contents .m-search-box--feature .feature-slide__btn--next {
	right: -30px;
}

@media only screen and (max-width: 767px) {
	.sec-contents .m-search-box--feature .feature-slide__btn--next {
		right: -18px;
	}
}

.sec-contents .m-search-box--feature .feature-slide__btn--next a {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translate(-2px) rotate(45deg);
	    -ms-transform: translate(-2px) rotate(45deg);
	        transform: translate(-2px) rotate(45deg);
}

.sec-contents .m-search-box--feature .feature-slide__btn a {
	display: block;
	width: 12px;
	height: 12px;
	-webkit-transition: opacity .2s;
	        transition: opacity .2s;
}

.mode-pc .sec-contents .m-search-box--feature .feature-slide__btn a:hover {
	opacity: .8;
}

/*--------------------------------------------------------------------------
   sec-ranking
---------------------------------------------------------------------------*/
.sec-ranking {
	margin-top: 50px;
}

@media only screen and (max-width: 767px) {
	.sec-ranking {
		padding: 0 15px;
	}
}

.sec-ranking__category {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	margin: 40px -12px 0;

	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.sec-ranking__category {
		margin: 20px -1% 0;
	}
}

.sec-ranking .category {
	overflow: hidden;
	width: 47%;
	margin: 0 12px;
	border-radius: 4px;
	background: url(../../images/common/bg_repeat_skew.png) repeat 0 0;
}

@media only screen and (max-width: 767px) {
	.sec-ranking .category {
		width: 31.3333%;
		margin: 0 1% 10px;
	}

	.sec-ranking .category:first-child {
		width: 100%;
	}
}

.sec-ranking .category a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	padding: 10px;
	-webkit-transition: .3s;
	        transition: .3s;
}

@media only screen and (max-width: 767px) {
	.sec-ranking .category:not(:first-child) a {
		display: block;
		padding: 10px 10px 8px;
	}
}

.mode-pc .sec-ranking .category a:hover {
	opacity: .8;
}

.sec-ranking .category__img {
	width: 100px;
	margin-right: 10px;
}

@media only screen and (max-width: 767px) {
	.sec-ranking .category__img {
		width: 100%;
		margin: 0;
	}

	.sec-ranking .category:first-child .category__img {
		flex-shrink: 0;
		width: calc(31.3333% - 10px);
		margin-right: 5%;
	}
}

.sec-ranking .category__img img {
	width: 100%;
	height: auto;
}

.sec-ranking .category__body {
	width: 270px;
}

@media only screen and (max-width: 767px) {
	.sec-ranking .category__body {
		width: auto;
	}

	.sec-ranking .category:not(:first-child) .category__body {
		text-align: center;
	}
}

.sec-ranking .category__hdg {
	display: inline-block;
	position: relative;
	padding: 3px 0 3px 3px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.sec-ranking .category__hdg {
		padding: 5px 0 0;
		font-size: 11px;
		font-weight: normal;
	}

	.sec-ranking .category:first-child .category__hdg {
		padding: 5px 0 5px;
		font-size: 14px;
	}
}

.sec-ranking .category__hdg::after {
	position: absolute;
	top: calc(50% - 7px);
	right: -28px;
	width: 14px;
	height: 14px;
	background: url(../../images/common/ico_arw_white.svg) no-repeat;
	background-size: 14px 14px;
	content: '';
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

@media only screen and (max-width: 767px) {
	.sec-ranking .category__hdg::after {
		content: none;
	}
}

.sec-ranking .category__txt {
	padding: 5px 0 0 3px;
	border-top: 1px solid #ffad80;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.sec-ranking .category:first-child .category__txt {
		padding: 5px 0 5px;
	}

	.sec-ranking .category:not(:first-child) .category__txt {
		display: none;
	}
}

.sec-ranking .category:nth-child(n + 3) {
	margin-top: 20px;
}

@media only screen and (max-width: 767px) {
	.sec-ranking .category:nth-child(n + 3) {
		margin-top: 0;
	}
}

/*--------------------------------------------------------------------------
   sec-franchise
---------------------------------------------------------------------------*/
.sec-franchise {
	margin-top: 50px;
}

@media only screen and (max-width: 767px) {
	.sec-franchise {
		padding: 0 15px;
	}
}

.sec-franchise .m-franchise-boxes {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.sec-franchise .m-franchise-boxes {
		margin-top: 20px;
	}
}

.sec-franchise .m-franchise-box .c-tag {
	margin-top: 5px;
}

.sec-franchise .m-btns {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.sec-franchise .m-btns {
		margin-top: 30px;
	}
}

.sec-franchise .m-btns a {
	width: 300px;
}

@media only screen and (max-width: 767px) {
	.sec-franchise .m-btns a {
		width: auto;
	}
}

/*--------------------------------------------------------------------------
   sec-voice
---------------------------------------------------------------------------*/
.sec-voice {
	margin-top: 50px;
}

@media only screen and (max-width: 767px) {
	.sec-voice {
		padding: 0 15px;
	}
}

.sec-voice .m-link-boxes {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.sec-voice .m-link-boxes {
		margin-top: 20px;
	}
}

.sec-voice .m-btns {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.sec-voice .m-btns {
		margin-top: 30px;
	}
}

.sec-voice .m-btns a {
	width: 300px;
}

@media only screen and (max-width: 767px) {
	.sec-voice .m-btns a {
		width: 100%;
	}
}

/*--------------------------------------------------------------------------
   sec-column
---------------------------------------------------------------------------*/
.sec-column {
	margin-top: 50px;
}

@media only screen and (max-width: 767px) {
	.sec-column {
		padding: 0 15px;
	}
}

.sec-column .m-link-boxes {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.sec-column .m-link-boxes {
		margin-top: 20px;
	}
}

.sec-column .m-btns {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.sec-column .m-btns {
		margin-top: 30px;
	}
}

.sec-column .m-btns a {
	width: 300px;
}

@media only screen and (max-width: 767px) {
	.sec-column .m-btns a {
		width: 100%;
	}
}

/*--------------------------------------------------------------------------
   sec-beginner
---------------------------------------------------------------------------*/
.sec-beginner {
	position: relative;
	margin-top: 130px;
	border: 6px solid #ffc3ac;
	background-color: #fff8f5;
}

@media only screen and (max-width: 767px) {
	.sec-beginner {
		width: 345px;
		margin: 85px auto 0;
		border: 3px solid #ffc3ac;
	}
}

@media only screen and (max-width: 374px) {
	.sec-beginner {
		width: 310px;
		margin: 85px auto 0;
		border: 3px solid #ffc3ac;
	}
}

@media only screen and (max-width: 767px) {
	.sec-beginner__heading img {
		width: 286px;
		height: auto;
	}
}

.sec-beginner__img {
	position: absolute;
	top: -41px;
	right: 0;
}

@media only screen and (max-width: 767px) {
	.sec-beginner__img {
		top: -21px;
	}
	.sec-beginner__img img {
		width: 160px;
		height: auto;
	}
}

.sec-beginner__hdg {
	position: relative;
	z-index: 1;
	margin: -55px 0 0 10px;
}

@media only screen and (max-width: 767px) {
	.sec-beginner__hdg {
		margin: -27px 0 0 5px;
	}
}

.sec-beginner__lead {
	position: relative;
	z-index: 1;
	margin: 20px 40px 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.625;
	text-shadow: 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
}

@media only screen and (max-width: 767px) {
	.sec-beginner__lead {
		margin: 10px 20px 0;
		font-size: 14px;
	}
}

.sec-beginner__lead span {
	color: #ff4800;
}

.sec-beginner__bnr {
	margin-top: 28px;
	margin-left: -6px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.sec-beginner__bnr {
		margin-top: 18px;
		margin-left: 0;
		padding: 0 15px;
	}
	.sec-beginner__bnr img {
		width: 100%;
		height: auto;
	}
}

.sec-beginner .adviser {
	position: relative;
	margin-top: 35px;
	padding: 0 0 10px 35px;
}

@media only screen and (max-width: 767px) {
	.sec-beginner .adviser {
		margin-top: 15px;
		padding: 0 20px;
	}
}

.sec-beginner .adviser__hdg {
	margin-left: 10px;
}

@media only screen and (max-width: 767px) {
	.sec-beginner .adviser__hdg {
		margin-left: 0;
		text-align: center;
	}
	.sec-beginner .adviser__hdg img {
		width: 305px;
		height: auto;
	}
}

@media only screen and (max-width: 374px) {
	.sec-beginner .adviser__hdg img {
		width: 244px;
	}
}

.sec-beginner .adviser__img {
	position: absolute;
	top: 3px;
	right: 30px;
}

@media only screen and (max-width: 767px) {
	.sec-beginner .adviser__img {
		top: 114px;
		right: 0;
	}
	.sec-beginner .adviser__img img {
		width: 112px;
		height: auto;
	}
}

.sec-beginner .adviser__txt {
	position: relative;
	z-index: 1;
	width: 500px;
	margin-top: 24px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.625;
}

@media only screen and (max-width: 767px) {
	.sec-beginner .adviser__txt {
		width: 220px;
		font-size: 14px;
		line-height: 1.357;
	}
}

@media only screen and (max-width: 374px) {
	.sec-beginner .adviser__txt {
		width: 200px;
	}
}

.sec-beginner .adviser__txt span {
	color: #ff4800;
}

.sec-beginner .adviser__exp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	position: relative;
	z-index: 1;
	margin: 20px 0 0 32px;
}

@media only screen and (max-width: 767px) {
	.sec-beginner .adviser__exp {
		margin: 15px 0 0 15px;
	}
}

.sec-beginner .adviser__exp-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 120px;
	height: 120px;
	margin-right: 18px;
	border: 3px solid #ff4800;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	color: #ff4800;
	font-size: 26px;
	font-weight: 700;
	font-style: italic;
	line-height: 1.15;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
}

@media only screen and (max-width: 767px) {
	.sec-beginner .adviser__exp-item {
		width: 60px;
		height: 60px;
		margin-right: 9px;
		border: 1.5px solid #ff4800;
		font-size: 13px;
	}
}

.sec-beginner .adviser__exp-item--s {
	font-size: 25px;
}

@media only screen and (max-width: 767px) {
	.sec-beginner .adviser__exp-item--s {
		font-size: 12px;
	}
}

.sec-beginner .contact {
	position: relative;
	margin: 20px -6px -6px;
	padding: 10px 30px 20px 30px;
	background-color: #ff4800;
}

@media only screen and (max-width: 767px) {
	.sec-beginner .contact {
		margin: 20px -3px -3px;
		padding: 14px 10px 20px 18px;
	}
}

.sec-beginner .contact__hdg {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.sec-beginner .contact__hdg {
		font-size: 14px;
	}
}

.sec-beginner .contact__tel {
	position: relative;
	padding-left: 66px;
	font-size: 46px;
	font-weight: 700;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.sec-beginner .contact__tel {
		padding-left: 47px;
		font-size: 30px;
	}
}

.sec-beginner .contact__tel::before {
	position: absolute;
	top: calc(50% - 13px);
	left: 0;
	width: 56px;
	height: 30px;
	background: url(../../images/common/ico_free-dial_white.svg) no-repeat 0 0;
	background-size: 56px 30px;
	content: '';
}

@media only screen and (max-width: 767px) {
	.sec-beginner .contact__tel::before {
		top: calc(50% - 11px);
		width: 42px;
		height: 23px;
		background: url(../../images/common/ico_free-dial_white.svg) no-repeat 0 0;
		background-size: 42px 23px;
	}
}

.sec-beginner .contact__tel a {
	color: #fff;
	cursor: text;
}

.sec-beginner .contact__open {
	margin-top: 5px;
	color: #fff;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.sec-beginner .contact__open {
		margin-top: 3px;
		font-size: 14px;
	}
}

.sec-beginner .contact .c-btn {
	position: absolute;
	top: 35px;
	right: 10px;
	width: 260px;
}

@media only screen and (max-width: 767px) {
	.sec-beginner .contact .c-btn {
		position: relative;
		top: inherit;
		right: inherit;
		width: 230px;
		margin: 15px auto 0;
	}
}

.sec-beginner .contact .c-btn a {
	padding: 22px 0 28px;
	font-size: 20px;
}

@media only screen and (max-width: 767px) {
	.sec-beginner .contact .c-btn a {
		padding: 10px 0 12px;
		font-size: 16px;
	}
}

.mode-pc .sec-beginner .contact .c-btn a:hover {
	padding: 22px 0 23px;
}

/*--------------------------------------------------------------------------
   sec-sp-bnr
---------------------------------------------------------------------------*/
.sec-sp-bnr {
	display: none;
}

@media only screen and (max-width: 767px) {
	.sec-sp-bnr {
		display: block;
		margin: 10px 15px 0;
	}
	.sec-sp-bnr img {
		width: 100%;
		height: auto;
	}
}

/*--------------------------------------------------------------------------
   policyLink
---------------------------------------------------------------------------*/
.policyLink {
	font-size: 15px;
	text-align: center;
	background: #EFEFEF;
	margin: 20px auto;
	padding: 15px 0;
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	.policyLink {
		font-size: 3.6vw;
		margin: 5vw 4vw;
		padding: 3vw 0;
	}
}