@charset "UTF-8";

html{box-sizing:border-box;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0;color:inherit}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer;color:inherit}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}img{border-style:none}progress{vertical-align:baseline}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}

body {
	font-family:'Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
	background-color:#fff;
	color: #000;
	font-size: 100%;
	font-weight: 500;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
li {
	list-style: none;
}
table {
	border-collapse: collapse;
}
img {line-height: 0;}

a {
	transition: opacity 0.5s;
}
a:hover {
	opacity: 0.6;
	transition: opacity 1s;
}

.glwrap {
	position: relative;
	width: 100%;
	background-color: ##fff;
}
.inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.bold {font-weight: 600 !important;}
.orange {color: #f60 !important;}
.orange2 {color: #f90 !important}
.yellow {color: #ff0 !important}
.yellow2 {color: #fff49f !important}
.red {color: #fd0202 !important;}
.pink {color: #e83586 !important}
.pink2 {color: #ed78a7/*#ff6e69*/ !important}
.blue1 {color: #435dc1 !important;}
.blue2 {color: #497cd8 !important;}
.blue3 {color: #23aeeb !important}
.blue4 {color: #22b3b8 !important}
.underline {text-decoration: underline;}
.marker-bold {
	padding: 2px 0;
	background: linear-gradient(transparent 70%, #fcfc87 30%);
}
.left {text-align: left !important;}
.right {text-align: right !important;}
.center {text-align: center !important;}
b {font-weight: 600;}
.pdg-t1 {padding-top: 1em !important;}
.pdg-b1 {padding-bottom: 1em !important;}
.pdg-l1 {padding-left: 1em !important;}
.pdg-r1 {padding-right: 1em !important;}

.annotation {
	color: #555;
	font-size: 70%;
}
.m-annotation {
	font-size: 60%;
	font-style: normal;
}

.btWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 1.5em 0 2em;
	text-align: center;
}
.bt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 1.5em 1em;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1em;
	text-decoration: none;
	transition: opacity 0.5s;
}
.bt.v2 {
	border: 2px solid #555;
	color: #555;
}

#page-top {
	position: fixed;
	bottom: 45px;
	right: 15px;
	z-index: 99;
}
#page-top a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #80defd;
	color: #fff;
	padding: 18px 15.5px;
	border-radius: 50px;
	font-size: 10px;
	text-align: center;
	line-height: 0.5;
	text-decoration: none;
	opacity: 0.8;
}
#page-top a:hover {
	text-decoration: none;
	opacity: .5;
}

.shiny {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.shiny:after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
 }
@keyframes shiny {
	0% {
		transform: scale(0) rotate(25deg);
		opacity: 0;
	}
	50% {
		transform: scale(1) rotate(25deg);
		opacity: 1;
	}
	100% {
		transform: scale(50) rotate(25deg);
		opacity: 0;
	}
}
.blink{
  -webkit-animation:blink 1s infinite alternate;
    -moz-animation:blink 1s infinite alternate;
    animation:blink 1s infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/* ************ TAB************* */
.tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	gap: 10px;
}
.tabs li,
.tabs label {
	width: calc(100% / 2);
  padding: 15px 0;
  background-color: #71cff8;
  border-radius: 12px 12px 0 0;
	cursor: pointer;
	/*transition: .3s;*/
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}
.tabs li:not(:first-child),
.tabs label:not(:first-of-type) {
    border-left: none;
}
.tabs li.active,
.tabs :checked + label {
	background-color: #03aae1;
	cursor: auto;
}
.jquery .contents{
    overflow: hidden;
    margin-top: -1px;
	background-color: #fff;
}

.jquery .contents li,
.jquery .contents li.panel {
    display: none;
}
.jquery .contents li.active,
.jquery .contents li.panel.active {
    display: block;
    width: 100%;
}

.vue_radio input{
    display: none;
}

@media screen and (max-width: 1024px){
    .tabs,
    .jquery .contents {
        margin: 0 5px;
    }
    .tabs li,
    .tabs label {
        font-size: calc(18px + 4 * (100vw - 768px)/ 256);
    }
}
@media screen and (max-width: 767px){
    .tabs li,
    .tabs label {
        padding: 10px 20px;
        border-radius: calc(8px + 4 * (100vw - 320px)/ 448) calc(8px + 4 * (100vw - 320px)/ 448) 0 0;
        border-bottom-width : 5px !important;
        font-size: calc(15px + 3 * (100vw - 320px)/ 448);
    }
}

/* ************ STAR RATING ************* */
.star5_rating {
    position: relative;
    z-index: 0;
    display: inline-block !important;
    white-space: nowrap;
    color: #ccc;
    font-size: 10px;
}
.star5_rating:before,
.star5_rating:after{
    content: '★★★★★';
}
.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #f60;
}
.star5_rating[data-rate="5"]:after{ width: 100%; }
.star5_rating[data-rate="4.5"]:after{ width: 90%; }
.star5_rating[data-rate="4"]:after{ width: 80%; }
.star5_rating[data-rate="3.5"]:after{ width: 70%; }
.star5_rating[data-rate="3"]:after{ width: 60%; }
.star5_rating[data-rate="2.5"]:after{ width: 50%; }
.star5_rating[data-rate="2"]:after{ width: 40%; }
.star5_rating[data-rate="1.5"]:after{ width: 30%; }
.star5_rating[data-rate="1"]:after{ width: 20%; }
.star5_rating[data-rate="0.5"]:after{ width: 10%; }
.star5_rating[data-rate="0"]:after{ width: 0%; }

/* ************ icons ************* */
.jobType {
    width: 4.233em;
    margin: auto;
    text-align: left;
}
.jobType:before {
    content: "";
    display: inline;
    margin-right: 0.1em;
    padding: 0.1em;
    border-radius: 3px;
    background-color: #000;
    color: #fff;
    font-size: 0.95em;
    line-height: 1em;
}
.jobType.employee1:before {
    content: "正";
    background-color: #c00;
}
.jobType.employee2:before {
    content: "派";
    background-color: #007cca;
}
.jobType.employee3:before {
    content: "パ";
    background-color: #71bc39;
}
.jobType.employee4:before {
    content: "契";
    background-color: #bcba39;
}

/* ************ switch ************* */
.switch .inner {
	padding: 0 !important;
}
.switch a {
	display: flex !important;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: fit-content;
	margin: 0 auto;
	padding: 0.7em 1em;
	background-color: #fff;
	color: #555;
	font-size: 24px;
	text-decoration: none;
}
.switch small {
	position: relative;
	display: flex;
	margin-left: 0.8em;
	padding: 0.35em 1.5em;
	border-radius: 8px;
	border: 1px solid #80defd;
	background-color: #e4f8ff;
	font-size: 16px;
	color: #333;
}
.switch small:after {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	transform: translate(0, -50%);
	right: 7px;
	width: 6px;
	height: 10px;
	background-image: url(../img/ic-arrow-R.png);
	background-size: contain;
}
.switch .jobType:before {
	margin-right: 0.3em;
	padding: 0.2em;
}

@media screen and (max-width: 767px){
	.switch .inner {
		/*margin-bottom: 10px;*/
	}
	.switch a {
		padding-left: calc(5px + 9 * (100vw - 320px)/ 448);
		padding-right: calc(5px + 9 * (100vw - 320px)/ 448);
		border-radius: calc(4px + 4 * (100vw - 320px)/ 448);
		border: 1px solid #bbb;
		background-color: #fff;
		color: #333;
		font-size: calc(18px + 6 * (100vw - 320px)/ 448);
	}
	.switch small {
		margin-left: 0;
		padding-left: 0.5em;
		border-radius: calc(4px + 4 * (100vw - 320px)/ 448);
		font-size: calc(14px + 4 * (100vw - 320px)/ 448);
	}
	.switch small:after {
		right: calc(5px + 2 * (100vw - 320px)/ 448);
		width: calc(4px + 2 * (100vw - 320px)/ 448);
		height: calc(7px + 3 * (100vw - 320px)/ 448);
	}
}


/* HEADER *********************************************************************/
.header {
	background-color: #fff;
}
.header .inner {
	position: relative;
}
.header h1 {
	display: block;
	padding: 15px 0 10px;
	text-align: center
}
.header h1 a {
}
.header h1 a img {
	width: 270px;
}
.notice-designation {
	padding: 0.3em;
	background-color: #f0f4f7;
	color: #555;
	font-size: 12px;
	text-align: center;
}

@media screen and (max-width: 1024px){
}
@media screen and (max-width: 768px){
	.front .header h1 {
		padding-top: calc(10px + 10 * (100vw - 320px) / 448);
	}
}
@media screen and (max-width: 767px){
	.header h1 {
		padding: calc(10px + 10 * (100vw - 320px) / 448) 0 0 calc(12px + 14 * (100vw - 320px) / 448);
	}
	.header h1 a img {
		width: calc(160px + 88 * (100vw - 320px) / 448);
	}
}

/* MAIN VISUAL *********************************************************************/
.mv {
	position: relative;
	width: 100%;
	/*max-width: 800px;*/
	height: auto;
	margin: 0 auto;
	line-height: 0;
}
.mv.front {
	background-color: #ebf8fe;
}
.mv .wrap {
	max-width: 800px;
	margin: 0 auto;
}
.mv .inner {
}
.mv h2 {
	display: none;
}
.mv img {
	width: 100%;
}

@media screen and (max-width: 1024px){
}
@media screen and (max-width: 768px){
	.mv img {
	}
	.notice-designation {
		font-size:calc(9px + 3 * (100vw - 320px)/ 448);
	}
}
@media screen and (max-width: 500px){
}

/* FOOTER *********************************************************************/
.footer {
	background-color: #53c4f0;
	font-size: min(3.3vw,16px);
}
.footer .inner {
	max-width: 100%;
	padding: 2.4em 0 0;
	color: #0b2525;
	text-align: center;
}
.footer a img {
	/*width: min(70vw,200px);
	padding-bottom: 1.5em;*/
	display: none;
}
.footer ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 2em;
	gap: 10px;
}
.footer ul li {
	font-size: 15px;
	margin-bottom: 0em;
}
.footer ul li:last-child {
	margin-right: 0;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
}
.footer .copyright {
	padding: 1em 0;
	background-color: #01a9e0;
	color: #fff;
	font-size: 12px;
}
@media screen and (max-width: 767px){
	.footer ul li {
		font-size: calc(12px + 3 * (100vw - 320px)/ 448);
	}
}

/* SEARCH *********************************************************************/
.search {
}
.search.bottom {
	background-color: #D3F0FE;
}
.search .inner {
	padding: 1.5em 1em;
}
.search.bottom .inner {
	padding: 60px 1em;
}
.search .modCardBlock {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding-top: 15px;
	gap: 15px 0;
}
.search .modCardBlock .card {
	display: flex;
	align-items: start;
	flex-direction: row;
	gap: 0px 10px;
	min-height: 0;
	background-color: #fff;
}
.search.bottom .modCardBlock .card {
	background-color: transparent;
}
.search .modCardBlock .card-header {
	width: 10%;
	text-align: center;
}
.search .modCardBlock .card-text {
	color: #03aae1;
	font-size: 14px;
	font-weight: 600;
	margin: 12px 0 0;
}
.search .modCardBlock .card-body {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 90%;
	gap: 5px;
	flex: 1 1 auto;
}

.bt-submit {
	width: 9em;
	padding: 0.4em 0;
	border-radius: 50px;
	background-color: #D2EFFD;
	color: #333;
	font-size: 24px;
	font-weight: 600;
	transition: opacity 0.5s;
}
.bt-submit:hover {
	opacity: 0.7;
	transition: opacity 1s;
}

/* input **********************************/
.search .content .search__label {
	width: calc(25% - 4px);
	text-align: center;
	transition: 0.3s ease-in-out;
	vertical-align: middle;
	background-color: #fff;
}
.search .content .search__label input[type=radio],
.search .content .search__label input[type=checkbox] {
	opacity: 0;
	position: absolute;
	box-sizing: border-box;
	padding: 0;
}
.search .content .search__label input + .search__text {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 100%;
	min-height: 44px;
	padding: 5px 0;
	border-radius: 8px;
	border: 2px solid #aaa;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
}
.search.bottom .content .search__label input + .search__text {
	border-color: #d0d0d0;
}
.search .content .search__label input + .search__text small {
	font-size: 80%;
}
.search .content .search__label input:checked + .search__text {
	background-color: #03aae1;
	color: #fff;
}
.search .modCardBlock .search__select {
	width: 50%;
	max-width: 100%;
	min-height: 44px;
	padding: 5px;
	border-radius: 8px;
	border: 2px solid #aaa;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	text-align-last: center;
	background-color: #fff;
}
.search.bottom .modCardBlock .search__select {
	/*border-color: #b5df95;*/
}
.search .modCardBlock .search__select.sl {
  background-color:#01a9e0 !important;
  color: #fff !important;
}

/* accordion **********************************/
.toggle {
	display: none;
}
.Label {
	position: relative;
	display: block;
}
.Label:after {
	position: absolute;
	display: block;
}
.Label,
.search .accordion .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.search .accordion .content {
	height: 0;
	overflow: hidden;
}
.search.bottom .accordion .content {
	height: initial;
	overflow: visible;
}
.toggle:checked + .Label + .content {
	height: auto;
	transition: all .3s;
}
.toggle:checked + .Label:after {
	/*transform: rotate(-180deg) !important;*/
}

.search .accordion {
	margin: auto;
	padding: 16px;
	border: 2px solid #d0d0d0;
	border-radius: 16px;
	background: #fff;
}
.search.bottom .accordion {
	/*border: none;
	background: transparent;*/
}
.search .accordion .Label {
	display: flex;
	justify-content: center;
	align-items: center;
}
.search.bottom .accordion .Label {
	margin-bottom: 2em;
}
.search .accordion .Label:after {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	transform: translate(0, -50%);
	right: 15px;
	width: 20px;
	height: 20px;
	background: url(../img/ic-more.png) 0 0 scroll no-repeat;
	background-size: contain;
	filter: brightness(0) saturate(100%) invert(95%) sepia(8%) saturate(23%) hue-rotate(315deg) brightness(84%) contrast(102%);
}
.search .accordion .toggle:checked + .Label:after {
	background: url(../img/ic-off.png) 0 0 scroll no-repeat;
	background-size: contain;
}
.search.bottom .accordion .Label:after {
	display: none;
}
.search .accordion .Label span {
	position: relative;
	color: #03aae1;
	font-size: 18px;
	font-weight: 600;
}
.search .accordion .Label span:before {
	position: absolute;
	display: block;
	content: "";
	top: 3px;
	left: -23px;
	width: 18px;
	height: 18px;
	background: url(../img/ic-find.png) 0 0 scroll no-repeat;
	background-size: contain;
	filter: brightness(0) saturate(100%) invert(95%) sepia(8%) saturate(23%) hue-rotate(315deg) brightness(84%) contrast(102%);
}

@media screen and (max-width: 1024px){
	.search h2 {
		/*font-size: calc(24px + 8 * (100vw - 768px)/ 256);*/
	}
	.bt-submit {
		font-size: calc(20px + 8 * (100vw - 768px)/ 256);
	}
	.search .accordion {
	}
}

@media screen and (max-width: 767px){
	.search {
	}
	.search.bottom {
		background-color: #fff;
	}
	.search h2 {
		font-size: calc(18px + 7 * (100vw - 320px)/ 448);
	}
	.search .inner {
		padding: 10px 5px;
	}

	.search.top .inner,
	.haken .search.top .inner,
	.age .search.top .inner {
		padding: 0/* 0 calc(10px + 14 * (100vw - 320px)/ 448)*/;
	}

	.search.bottom .inner {
		padding: calc(18px + 42 * (100vw - 320px)/ 448) 10px;
	}
	.search .wrap {
		margin: 0 5vw 1.8em;
	}
	.search .accordion .Label:after {
		right: 5px;
		width: 16px;
		height: 16px;
	}
	.search .modCardBlock .card {
		background-color: transparent;
	}
	.search .modCardBlock .card-header {
		width: 4em;
		width: calc(50px + 19 * (100vw - 320px) / 448);
	}
	.search .modCardBlock .card-text {
		font-size: calc(10.5px + 3.5 * (100vw - 320px) / 448);
	}
	.search .modCardBlock .card-body {
		gap: 5px 3px;
	}
	.search .content .search__label {
		width: calc(25% - 3px);
	}
	.search .content .search__label input + .search__text {
		min-height: 36px;
		padding: 0;
		border-radius: calc(6px + 2 * (100vw - 320px) / 448);
		font-size: 11px;
	}
	.search .modCardBlock .card.-region .search__select {
		min-height: 36px;
		border-radius: calc(6px + 2 * (100vw - 320px) / 448);
		font-size: 11px;
	}
	.search .modCardBlock .card.-license .search__label,
	.search .modCardBlock .card.-status .search__label {
		width: calc(50% - 1.5px);
	}
	.bt-submit {
		font-size: calc(20px + 8 * (100vw - 320px)/ 448);
	}
	.search.top .inner {
	}
	.search .accordion {
		width: 100%;
		padding: 12px 10px;
		border-radius: calc(8px + 8 * (100vw - 320px)/ 448);
	}

	.search.top .accordion {
		padding: 0;
		border-radius: 0;
		border: none;
	}
	.search .accordion .Label {
		/*margin-bottom: calc(5px + 16 * (100vw - 320px) / 448);*/
		padding: calc(5px + 10 * (100vw - 320px) / 448);
		background: #03aae1;
	}
	.search.bottom .accordion .Label {
		margin-bottom: calc(0.3em + 0.7 * (100vw - 320px) / 448);
		background: transparent;
	}
	.search .accordion .Label:after {
		filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(104%) contrast(104%);
	}
	.search .accordion .Label span {
		color: #fff;
		font-size: calc(12px + 4 * (100vw - 320px) / 448);
	}
	.search.bottom .accordion .Label span {
		color: #03aae1;
	}
	.search .accordion .Label span:before {
		top: calc(2px + 2 * (100vw - 320px)/ 448);
		left:  calc(-20px - 3 * (100vw - 320px)/ 448);
		filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(104%) contrast(104%);
	}
	.search.bottom .accordion .Label span:before {
		filter: brightness(0) saturate(100%) invert(43%) sepia(100%) saturate(453%) hue-rotate(147deg) brightness(106%) contrast(101%);
	}
	.search .modCardBlock {
		padding: 15px 10px calc(8px + 4 * (100vw - 320px)/ 448) 10px;
		gap: calc(10px + 5 * (100vw - 320px)/ 448);
	}
}
@media screen and (max-width: 500px){
	.search .content .search__label {
		width: calc(50% - 3px);
	}
	.search .modCardBlock .card.-region .search__select {
		width: 100%;
	}
	.search .modCardBlock  .card.-age .search__label {
		width: calc(25% - 3px);
	}
}
@media screen and (max-width: 320px){
}
/* RECOMMEND CONTENT *********************************************************************/
.recommend-item {
  padding: 1em 0;
  background-color: #d5f3f3;
}
.recommend-item h2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  width: 300px;
  margin: auto;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.recommend-item h2:before,
.recommend-item h2:after,
.recommend-item h2 span:before,
.recommend-item h2 span:after {
  position: absolute;
  display: block;
  content: "";
}
.recommend-item h2:before,
.recommend-item h2:after {
  top: 16%;
  width: 36.5px;
  height: 80.5px;
  background-position: 0 0;
  background-attachment: scroll;
  background-size: contain;
}
.recommend-item h2:before {
  left: -15px;
  background-image: url();
}
.recommend-item h2:after {
  right: -15px;
  background-image: url();
}
.recommend-item h2 span {
  position: relative;
  width: 8em;
  margin: 4px auto;
  border-radius: 6px;
  border: 2px solid #000;
  background-color: #fff;
  color: #e83586;
  font-size: 22px;
}
.recommend-item h2 span:before,
.recommend-item h2 span:after { 
  height: calc(tan(60deg) * 18px / 2);
  width: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 45.5%;
}
.recommend-item h2 span:before {
  background-color: #000;
  bottom: -15px;
}
.recommend-item h2 span:after {
  background-color: #fff;
  bottom: -12px;
}
.recommend-item .inner {
  padding-bottom: 1em;
}
.recommend-item .content {
  max-width: 700px;
  margin: 1em auto 0;
  padding: 1.2em 1.5em;
  border-radius: 12px;
  border: 2px solid #42bcc1;
  background-color: #fff;
}
.recommend-item dt {
  padding: 0 0 18px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.recommend-item dt a {
  color: #f60;
}
.recommend-item dd {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 20px;
}
.recommend-item .txt {
  text-align: left;
}
.recommend-item .btWrap {
  margin: 20px 0 5px;
}
.recommend-item .bt {
  position: relative;
  padding: 0.8em 1.5em;
  background-color: #29d3da;
  color: #fff;
  font-size: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px){
	.recommend-item h2:before {
		left: 0;
	}
	.recommend-item h2:after {
		right: 0;
	}
	.recommend-item h2 span:before {
		bottom: -16px;
	}
	.recommend-item h2 span:after {
		bottom: -13px;
	}
}
@media screen and (max-width: 767px){
	.recommend-item {
		padding: 0;
	}
	.recommend-item h2 {
		padding: calc(10px + 10 * (100vw - 320px)/ 448);
		font-size: calc(16px + 2 * (100vw - 320px)/ 448);
	}
	.recommend-item h2:before,
	.recommend-item h2:after {
		width: calc(32.5px + 4 * (100vw - 320px)/ 448);
		height: calc(74.5px + 6 * (100vw - 320px)/ 448);
	}
	.recommend-item h2:before {
		left: calc(32px - 32 * (100vw - 320px)/ 448);
	}
	.recommend-item h2:after {
		right: calc(32px - 32 * (100vw - 320px)/ 448);
	}
	.recommend-item h2 span {
		padding: 2px;
		font-size: calc(18px + 4 * (100vw - 320px)/ 448);
	}
	.recommend-item h2 span:before,
	.recommend-item h2 span:after {
		height: 13px;
		width: 14px
	}
	.recommend-item h2 span:before {
		bottom: -15px;
	}
	.recommend-item h2 span:after  {
		bottom: -12px;
	}
	.recommend-item .inner {
	  padding: 0 5vw 5vw;
	}
	.recommend-item .content {
		width: 100%;
		max-width: initial;
		margin-top: 0.5em;
		padding: 3vw 5vw;
	}
	.recommend-item dd {
		flex-direction: column;
		text-align: center;
		gap: calc(6px + 10 * (100vw - 320px)/ 448);
	}
	.recommend-item dd img {
		width: 100%;
	}
}
@media screen and (max-width: 500px){
	.recommend-item dt {
		padding-bottom: calc(6px + 12 * (100vw - 320px)/ 180);
		font-size: calc(18px + 4 * (100vw - 320px)/ 180);
	}
	.recommend-item .bt {
		font-size: calc(16px + 4 * (100vw - 320px)/ 180);
	}
}

/* COMPARISON *********************************************************************/
.comparison {
	background-color: #D3F0FE;
}
.comparison .inner {
	padding: 2em 0;
}
.comparison .wrap {
	margin-bottom: 2em;
}
.comparison h2 {
}
.comparison table {
	border: 1px solid #d0d0d0;
	font-size: 0.9em;
	height: 100%;
}
.comparison table a {
	color: #2F93E5;
}
.comparison table a:hover {
	text-decoration: none;
}
.comparison th,
.comparison td {
	position: relative;
	width: calc(100% / 5);
	padding: 10px 4px;
	border: 1px solid #d0d0d0;
	text-align: center;
}
.comparison th {
	padding: 14px 3px;
	background-color: #e9ecfc;
	font-weight: 600;
}
.comparison td:first-child {
	font-size: 0.8em;
}
.comparison .odd td:nth-child(2) {
	font-size: 18px;
	line-height: 1.3rem;
}
.comparison .odd td:nth-child(2) b {
	display: block;
	margin-top: 5px;
}
.comparison .odd td:nth-child(3),
.comparison td:nth-child(5) {
	font-size: 16px;
}
.comparison .odd td:nth-child(4) {
}
.comparison td span {
	display: block;
}
.comparison td span b {
	font-size: 1.2em;
	font-weight: 700;
}
.comparison td img {
	width: 100%;
	margin-bottom: -4px;
}

.area_all,
.area_other {
	display: inline-block !important;
	margin: 0.15em /*1.5em*/;
	padding: 0.2em 0.5em;
	border-radius: 4px;
	border: 2px solid;
	font-weight: 600;
}
.area_all {
	border-color: #f60;
	color: #f60;
}
.area_other {
	padding: 0;
	border: none;
	color: #03aae1;
	font-size: 0.8em;
}

.comparison .accepted1,
.comparison .accepted2,
.comparison .accepted3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: rgba(255, 255, 255, 0.7);
	background-blend-mode: lighten;
}
.comparison .accepted1 img,
.comparison .accepted2 img,
.comparison .accepted3 img {
	width: 30px;
}

/*
.comparison .accepted0 {
	background-image: none;
}
.comparison .accepted1 {
	background-image: url(../img/ic-circle-double.png);
}
.comparison .accepted2 {
	background-image: url(../img/ic-circle.png);
}
.comparison .accepted3 {
	background-image: url(../img/ic-triangle.png);
}
*/

.comparison .accepted_inner {
	margin-top: 5px;
	font-size: 0.9em;
}

/*.comparison.recommend table tbody tr:first-child {
	border: 3px solid #fac756;
}*/
/*.comparison.recommend table tbody tr td:before*/
.comparison.recommend table tbody tr:first-child td:first-child:before,
.comparison.recommend table tbody tr:nth-child(2) td:first-child:before,
.comparison.recommend table tbody tr:nth-child(3) td:first-child:before {
	/*position: absolute;*/
	content: "";
	display: inline-block;
	/*top: 0;
	left: 50%;
	transform: translate(-50%, 0);*/
	width: 20px;
	height: 20px;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 999;
}
.comparison.recommend table tbody tr:first-child td:first-child:before {
	background-image: url(../img/ic-crown-1.png);
	/*-webkit-animation:blink 1.5s infinite alternate;
		-moz-animation:blink 1.5s infinite alternate;
		animation:blink 1.5s infinite alternate;*/
		/*@-webkit-keyframes blink{
		100% {opacity:1;}
		0% {opacity:0;}
		100% {opacity:1;}
	}
	@-moz-keyframes blink{
		100% {opacity:1;}
		0% {opacity:0;}
		100% {opacity:1;}
	}
	@keyframes blink{
		100% {opacity:1;}
		0% {opacity:0;}
		100% {opacity:1;}*/
}
.comparison.recommend table tbody tr:nth-child(2) td:first-child:before {
	background-image: url(../img/ic-crown-2.png);
}
.comparison.recommend table tbody tr:nth-child(3) td:first-child:before {
	background-image: url(../img/ic-crown-3.png);
}
.comparison .rn01,
.comparison .rn02 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: 42%;
	font-weight: 600;
}
.comparison .rn01 {background-image: url(../img/ic-comparison01.png);}
.comparison .rn02 {background-image: url(../img/ic-comparison02.png);}

.comparison .rn_inner{
	/*font-weight: bold;
	padding: 4rem 0;*/
}

.comparison a {
	position: relative;
	overflow: hidden;
	display: block;
}

.comparison .bt {
	display: block;
	width: 90%;
	margin: auto;
	padding: 0;
	border-radius: initial;
	position: relative;
	overflow: hidden;
	/*position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px 26px;
	border-radius: 6px;
	background-color: #26c8cd;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
	text-decoration: none;*/
}
.comparison .bt br {
	display: none;
}

.btSort {
	display: block;
	width: 2.2em;
	margin: 4px auto 0;
	padding: 2px 2px;
	border-radius: 3px;
	background: #42BCC1;
	font-size: 7px;
	text-align: center;
}
.comparison table a.btSort {
	color: #fff;
}

@media screen and (max-width: 1024px){
	.comparison h2 {
	}
	.comparison h2 img {
	}
	.comparison .wrap {
	}
	.comparison table {
		/*font-size: calc(12px + 2.48 * (100vw - 768px)/ 256);*/
		font-weight: 600;
	}
	.comparison .bt {
		font-size: calc(14px + 4 * (100vw - 768px)/ 256);
	}
}

@media screen and (max-width: 767px){
	.comparison {
	}
	.comparison .inner {
	}
	.comparison .wrap {
		margin-bottom: 15px;
	}
	.jquery .contents{
	}
	.comparison h2 {
	}
	.comparison h2:before {
	}
	.comparison h2:after {
	}
	.comparison h2:before,
	.comparison h2:after {
	}
	.comparison .subTtl {
	}
	.comparison .subTtl:before {
	}
	.comparison .subTtl:after {
	}
	.comparison th,
	.comparison td {
		width: calc(100% / 5);
		font-size: 12px;
	}
	.comparison th {
		vertical-align: top;
		padding-top: 10px;
		padding-bottom: 14px;
		font-size: calc(11px + 2 * (100vw - 320px)/ 448);
		/*font-size: calc(9px + 2 * (100vw - 320px)/ 448);*****/
	}
	.comparison td {
		padding-top: calc(6px + 16 * (100vw - 320px)/ 448);
		padding-bottom: calc(6px + 16 * (100vw - 320px)/ 448);
		padding-left: calc(2.5px + 1.5 * (100vw - 320px)/ 448);
		padding-right: calc(2.5px + 1.5 * (100vw - 320px)/ 448);
	}
	.comparison td:first-child {
		width: 33%;
		font-size: calc(2.72vw - 5 * (100vw - 320px)/ 448);
	}
	.comparison .odd td:nth-child(2) {
		font-size: calc(13px + 3 * (100vw - 320px)/ 448);
	}
	.comparison .odd td:nth-child(3),
	.comparison td:nth-child(5) {
		font-size: calc(12px + 4 * (100vw - 320px)/ 448);
	}
	.comparison .even td:nth-child(3) {
		width: 23%;
		font-size: 12px;
	}
	.comparison .even td:nth-child(4) {
		font-size: 11px;
		/*font-size: calc(2.62vw - 5 * (100vw - 320px)/ 448);*****/
	}
	.comparison .odd td:nth-child(4),
	.comparison .even td:nth-child(4) {
		width: 21%;
	}
	.comparison .odd td:nth-child(4) {
		font-size: 12px;
		font-weight: 600;
	}
	.comparison .odd td:nth-child(4) b {
		font-weight: 600;
	}
	.comparison .even tr:nth-child(3) td:nth-child(2) {
		padding-top: calc(0.01px + 21.99 * (100vw - 320px)/ 448);
		padding-bottom: calc(0.01px + 21.99 * (100vw - 320px)/ 448);
	}
	/*.comparison.recommend table tbody tr:first-child td:first-child:before {
		top: calc(-16px + 3 * (100vw - 320px)/ 448);
		width: calc(26px + 12 * (100vw - 320px)/ 448);
		height: calc(26px + 12 * (100vw - 320px)/ 448);
	}*/
	.comparison .accepted1 img,
	.comparison .accepted2 img,
	.comparison .accepted3 img {
		width: calc(15px + 15 * (100vw - 320px)/ 448);
	}

	.area_all,
	.area_other {
		padding: calc(0.1em + 1 * (100vw - 320px) / 448) calc(0.2em + 3 * (100vw - 320px) / 448);
		margin: 0.15em calc(0.1em + 4 * (100vw - 320px) / 448);
	}
	.area_other {
		padding: 0;
	}

	.comparison .bt {
		width: calc(62px + 88*(100vw - 320px) / 448);
	}
	.comparison .star5_rating {
		font-size: calc(10px + 1 * (100vw - 320px)/ 448);
		/*font-size: calc(6px + 4 * (100vw - 320px)/ 448);*/
	}
	
}

@media screen and (max-width: 500px){
	.comparison .rn01,
	.comparison .rn02 {
		background-size: 80%;
	}
	.comparison td:first-child {
		font-weight: 700;
	}
	.comparison .accepted1,
	.comparison .accepted2,
	.comparison .accepted3 {
		background-size: 80%;
	}
}

@media screen and (max-width: 320px){
	.comparison h2 {
		font-size: 20px
	}
	.comparison h2:before,
	.comparison h2:after {
		display: none;
	}
	.comparison .area_all,
	.comparison .area_other,
	.comparison .licensed,
	.comparison .unlicensed,
	.comparison .features {
		font-size: 10px;
	}
}

/* RANKING *********************************************************************/
#ranking {
	background: #fff;
	clear: both;
}
#ranking .inner {
	padding: 2em 0;
}
.cassette {
	width: 730px;
	margin: 0 auto;
}
.cassette li.wrap {
	position: relative;
	margin-bottom: 32px;
	padding-bottom: 22px;
	/*padding: 22px;*/
	border-radius: 12px;
	border: 1px solid #d0d0d0;
	background-color: #fff;
	overflow: clip;
}
.cassette h3 {
	position: relative;
	margin-bottom: 28px;
	padding: 15px;
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
	background: linear-gradient(0deg, #10aef3, #59c7f7);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .3);
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}
.cassette h3 a {
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.cassette li.wrap h3:before,
.cassette li.wrap h3:after {
	position: absolute;
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: contain;
	z-index: 999;
}
.recommend .cassette li.wrap h3:before {
	/*top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 24px;
	width: 38px;
	height: 30px;*/
	top: -1px;
	left: 7px;
	width: 84px;
	height: 99px;
}
.recommend .cassette li.wrap:first-child h3:before {
	background-image: url(../img/ic-rank1.png);
}
.recommend .cassette li.wrap:nth-child(2) h3:before {
	background-image: url(../img/ic-rank2.png);
}
.recommend .cassette li.wrap:nth-child(3) h3:before {
	background-image: url(../img/ic-rank3.png);
}
/*.recommend .cassette li.wrap h3:before {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 24px;
	width: 28px;
	height: 18px;
	background: url(../img/ic-arrow-w.png) 0 0 scroll no-repeat;
	background-size: contain;
}
.recommend .cassette li.wrap:first-child h3:before {
	background: url(../img/ic-rank1.png) no-repeat 50%;
	background-size: contain;
}
.recommend .cassette li.wrap:nth-child(2) h3:before {
	background: url(../img/ic-rank2.png) no-repeat 50%;
	background-size: contain;
}
.recommend .cassette li.wrap:nth-child(3) h3:before {
	background: url(../img/ic-rank3.png) no-repeat 50%;
	background-size: contain;
}
.recommend .cassette li.wrap:nth-child(4) h3:before,
.recommend .cassette li.wrap:nth-child(5) h3:before,
.recommend .cassette li.wrap:nth-child(6) h3:before {
	top: 16px;
	left: 28px;
	width: 46px;
	height: 46px;
}
.recommend .cassette li.wrap:nth-child(4) h3:before {
	background: url(../img/ic-rank4.png) no-repeat 50%;
	background-size: contain;
}
.recommend .cassette li.wrap:nth-child(5) h3:before {
	background: url(../img/ic-rank5.png) no-repeat 50%;
	background-size: contain;
}
.recommend .cassette li.wrap:nth-child(6) h3:before {
	background: url(../img/ic-rank6.png) no-repeat 50%;
	background-size: contain;
}*/
.recommend .cassette li.wrap h3:after {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 24px;
	width: 28px;
	height: 18px;
	background: url(../img/ic-arrow-w.png) 0 0 scroll no-repeat;
	background-size: contain;
}

.cassette dd {
	padding: 0 22px;
}

/* appeal *********************************/
.cassette .appeal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.cassette .appeal .bn {
	width: 300px;
	min-width: 300px;
	margin-right: 20px;
}
.cassette .appeal .bn img {
	width: 100%;
	border: 1px solid #efefef;
}
.cassette .appeal .features {
	width: 60%;
	height: fit-content;
	border-radius: 8px;
	background-color: #ebf8fe;
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.11));
	text-align: center;
}
.cassette .appeal .features dt {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	margin: 12px auto;
	padding: 0 1em;
	background-color: #fbaf19;
	color: #fff;
	font-weight: 600;
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}
.cassette .appeal .features dt:before,
.cassette .appeal .features dt:after,
.cassette .appeal .features dt .wrap:before,
.cassette .appeal .features dt .wrap:after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 10px 20px 0;
}
.cassette .appeal .features dt:before,
.cassette .appeal .features dt .wrap:before {
	border-color: #fbaf19 transparent transparent;
}
.cassette .appeal .features dt:after,
.cassette .appeal .features dt .wrap:after {
	border-color: transparent transparent #fbaf19;
}
.cassette .appeal .features dt .wrap:before,
.cassette .appeal .features dt .wrap:after {
	left: -10px;
}
.cassette .appeal .features dt .wrap:before {
	rotate: 180deg;
}
.cassette .appeal .features dt .wrap:after {
	rotate: 180deg;
}

.cassette .appeal .features dd {
	padding: 0;
}
.cassette .appeal .features ul {
	padding: 8px 20px 30px 16px;
}
.cassette .appeal .features li {
	position: relative;
	margin-bottom: 6px;
	padding: 0 0 0.5em 36px;
	/*font-weight: 600;*/
	text-align: left;
}
.cassette .appeal .features li:before {
	position: absolute;
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	top: -1px;
	left: 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.cassette .appeal .features li:before {
	background-image: url(../img/ic-check-ciecle-orange.png);
}
.cassette .appeal .features li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.cassette .appeal .features li span {
	/*color: #e83586;*/
}

/* spec *********************************/
.cassette .spec {
	margin: 1em auto;
}

.cassette .spec table {
	width: 100%;
}
.cassette .spec th,
.cassette .spec td {
	padding: 14px 3px;
	border: 1px solid #b5df95;
}
.cassette .spec th {
	width: 30%;
	background-color: #ecf7e4;
	font-weight: 600;
}
.cassette .spec td {
	padding: 14px 10px;
}

.cassette .spec .license {
	/*text-align: left;*/
}
.cassette .spec .license span,
.cassette .spec .occupation span {
	display: inline-block;
	margin-bottom: 5px;
	padding: 0.1em 0.3em;
	border-radius: 4px;
	font-weight: 700;
	white-space: nowrap;
}
.cassette .spec .license span {
	border: 2px solid #f37fad;
	color: #f37fad;
	font-size: 0.9em;
}
.cassette .spec .occupation span {
	border: 2px solid #71bc39;
	background-color: #71bc39;
	color: #fff;
}

.cassette .accepted_inner {
	position: relative;
	display: inline-block;
	/* padding-left: 26px; */
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: contain;
}
.cassette .spec .accepted1.accepted_inner:before {
	content: '◎';
	color: #e53935;
}
.cassette .spec .accepted_inner:before {
	font-size: 18px;
	font-weight: 700;
}

.cassette .accepted0 .accepted_inner {
	padding-left: 0;
}
/*.cassette .accepted1 .accepted_inner {
	background-image: url(../img/ic-circle-double.png);
}
.cassette .accepted2 .accepted_inner {
	background-image: url(../img/ic-circle.png);
}
.cassette .accepted3 .accepted_inner {
	background-image: url(../img/ic-triangle.png);
}*/

.cassette .spec ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: end;
	font-size: 14px;
	text-align: center;
}
.cassette .spec li.tab {
	position: relative;
	padding: 10px 0;
	border-radius: 8px 8px 0 0;
	border: 2px solid #b5df95;
	border-bottom: none;
	background-color: #f8fef0;
	color: #8ccd5b;
	font-size: 16px;
}
.cassette .spec li.tab.active {
	margin-bottom: -2px;
	border-top-color: #71bc39;
	border-top-width: 10px;
	background-color: #fff;
	color: #6ece27;
	font-size: 18px;
	z-index: 90;
}
.cassette .spec .contents {
	position: relative;
	border: 1px solid #b5df95;
	z-index: 80;
}

.cassette .spec li:last-child {
}
.cassette .spec li:nth-child(4) span,
.cassette .spec li:nth-child(5) span,
.cassette .spec li:nth-child(6) span {
	display: block;
	font-size: 0.9em;
	text-align: left;
}
.cassette .spec li:nth-child(4) span {
	width: 8em;
}
.cassette .spec li:nth-child(5) span,
.cassette .spec li:nth-child(6) span {
	width: 5.1684em;
}
/*.cassette .spec li:nth-child(4) span:before,
.cassette .spec li:nth-child(5) span:before {
	content: "あ";
	display: inline;
	margin-right: 0.1em;
	padding: 0.1em;
	border-radius: 3px;
	background-color: #000;
	color: #fff;
	font-size: 0.9em;
	line-height: 1em;
}
.cassette .spec li:nth-child(4) span.ct1:before {
	content: "常";
	background-color: navy;
}
.cassette .spec li:nth-child(4) span.ct2:before {
	content: "常";
	background-color: #f60;
}
.cassette .spec li:nth-child(4) span.ct3:before {
	content: "非";
	background-color: #f47aab;
}
.cassette .spec li:nth-child(4) span.ct4:before {
	content: "派";
	background-color: #67b730;
}
.cassette .spec li:nth-child(5) span.ct1:before {
	content: "正";
	background-color: #c00;
}
.cassette .spec li:nth-child(5) span.ct2:before {
	content: "准";
	background-color: #f20;
}
.cassette .spec li:nth-child(5) span.ct3:before {
	content: "保";
	background-color: #f47aab;
}
.cassette .spec li:nth-child(5) span.ct4:before {
	content: "助";
	background-color: #67b730;
}*/
.cassette .spec li dl {
}
.cassette .spec li dt,
.cassette .spec li dd {
	padding: 10px 0;
}
.cassette .spec li dt {
	background-color: #f3a5c4;
	color: #fff;
	font-weight: 600;
}
.cassette .spec li dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 1px;
	height: 110px;
	font-weight: 600;
}
.cassette .spec li:first-child dd {
	font-size: 2em;
}
.cassette .spec li:first-child dd b {
	display: block;
}


.cassette .spec .grid-container {
	display: grid;
	gap: 1px;
	background-color: #fff;
	border: 1px solid #d0d0d0
}
.cassette .spec .grid-container {
	grid-template-columns: repeat(6, 1fr);
}
.cassette .spec .grid-item {
	display: flex;
	flex-direction: column;
	text-align: center;
	/* min-height: 110px; */
	box-sizing: border-box;
	border-right: 1px solid #d0d0d0;
}
.cassette .spec .title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 6px;
	color: #333;
	background-color: #ebf8fe;
	padding: 8px 0;
}
.cassette .spec .content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 6px 0;
}
.cassette .spec .jobType {
	width: auto;
	min-width: 6em;
	font-size: 0.9em
}


/* examoles *********************************/
.cassette .examples {
	margin: 22px 22px 0;
	padding: 20px;
	border-radius: 8px;
	background-color: #ebf8fe;
}
.cassette .examples dd {
	padding: 0;
}
.cassette .examples h4 {
	display: inline-block;
	padding: 5px 1em;
	border-radius: 50px;
	background-color: #f3a5c4;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.testimonials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	gap: 16px;
	font-size: 12px;
}
.testimonials li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	align-items: start;
	width: calc(100%/2);
	padding: 16px;
	border-radius: 8px;
	background-color: #fff;
}
.testimonials dl {
	display: flex;
	flex-direction: column;
}
.testimonials li dt {
	display: flex;
	flex-direction: row;
	color: #f60;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	line-height: 1.4;
}
.testimonials .avatar {
	width: 40px;
	min-width: 40px;
	margin-right: 5px;
}
.testimonials .avatar img {
	width: 100%;
}
.testimonials dd {
	text-align: left;
}
.testimonials dd p.female {
	color: #f1689e;
}
.testimonials dd p.male {
	color: #10aef3;
}
.testimonials dd p span {
	display: inline-block;
	padding-right: 0.5rem;
	color: #fbaf19;
}
.testimonials .txt {
	margin-top: 1em;
	text-align: left;
}
.cassette .btWrap {
	margin: 0;
	padding: 0;
}
.cassette .bt {
	position: relative;
	padding-bottom: 0;
	overflow: hidden;
}

@media screen and (max-width: 1024px){
	#ranking .inner {
		padding: 1.8em 0 1em;
	}
}
@media screen and (max-width: 767px){
	.front #ranking {
		border-top: none;
	}
	#ranking .inner {
		padding: 0;
	}
	.cassette {
		width: 100%;
		background-color: #d2f0fd;
	}
	.cassette li.wrap {
		margin-bottom: 4px;
		border: none;
		border-radius: 0;
		background-color: transparent;
	}
	.cassette h3 {
		margin-bottom: 0;
		/*padding-left: calc(44px + 14 * (100vw - 320px) / 447);*/
		font-size: calc(20px + 12 * (100vw - 320px)/ 447);
	}
	/*.cassette h3:before {
		top: calc(0.01px + 7 * (100vw - 320px)/ 447);
		width: 27px;
		height: 32px;
		font-size: 15.96px;
	}
	.cassette h3:after {
	  top: calc(0.01px + 7 * (100vw - 320px)/ 447);
		left: 11px;
		border-width: 16px;
	}
	.cassette h3 a:after {
		top: 6.5px;
		width: calc(11px + 3 * (100vw - 320px)/ 447);
		height: calc(18px + 5 * (100vw - 320px)/ 447);
	}*/
	.recommend .cassette li.wrap h3 {
		padding-left: 0;
		padding-right: 0;
		font-size: calc(18px + 14 * (100vw - 320px)/ 447);
	}
	.recommend .cassette li.wrap h3:before {
		left: calc(4px + 3 * (100vw - 320px) / 447);
		width: calc(52px + 32 * (100vw - 320px) / 447);
		height: calc(59px + 40 * (100vw - 320px) / 447);
	}
	/*.recommend .cassette li.wrap h3:before {
		left: calc(20px + 4 * (100vw - 320px) / 447);
		width: calc(20px + 8 * (100vw - 320px) / 447);
		height: calc(10px + 8 * (100vw - 320px) / 447);
	}
	.recommend .cassette li.wrap:nth-child(4) h3:before,
	.recommend .cassette li.wrap:nth-child(5) h3:before,
	.recommend .cassette li.wrap:nth-child(6) h3:before {
		top: calc(10px + 6*(100vw - 320px) / 447);
		left: calc(14px + 14*(100vw - 320px) / 447);
		width: calc(36px + 10*(100vw - 320px) / 447);
		height: calc(36px + 10*(100vw - 320px) / 447);
	}*/
	.recommend .cassette li.wrap h3:after {
		right: calc(20px + 4 * (100vw - 320px) / 447);
		width: calc(20px + 8 * (100vw - 320px) / 447);
		height: calc(10px + 8 * (100vw - 320px) / 447);
	}
	.cassette li.wrap .inner {
		width: auto;
		margin: 0 10px 10px;
		padding: 24px 10px !important;
		border-radius: 0 0 12px 12px;
		border: 1px solid #d0d0d0;
		border-top: none;
		background-color: #fff;
	}
	.cassette dd {
		padding: 0;
	}
	.cassette .appeal .features dt {
		height: calc(32px + 8*(100vw - 320px) / 447);
		font-size: calc(13px + 3*(100vw - 320px) / 447);
	}
	.cassette .appeal .features dt:before,
	.cassette .appeal .features dt:after,
	.cassette .appeal .features dt .wrap:before,
	.cassette .appeal .features dt .wrap:after {
		border-width: calc(16px + 4.5*(100vw - 320px) / 447) 10px calc(16px + 4.5*(100vw - 320px) / 447) 0;
	}
	.cassette .appeal .features li {
		margin-bottom: 15px;
		font-size: calc(14.5px + 2.5 * (100vw - 320px) / 447);
	}
	.cassette .appeal .features li:before {
		width: calc(20px + 4 * (100vw - 320px) / 447);
		height: calc(20px + 4 * (100vw - 320px) / 447);
	}
	.cassette .appeal {
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.cassette .appeal .bn {
		width: 100%;
		margin: 0 0 3vw;
		text-align: center;
	}
	.cassette .appeal .bn img {
		width: 70%;
	}
	.cassette .appeal .features {
		width: 100%;
	}
	.cassette .appeal .features ul {
		padding: calc(17px + 15 * (100vw - 320px)/ 447) calc(14px + 6 * (100vw - 320px)/ 447) calc(17px + 23 * (100vw - 320px)/ 447);
	}
	.cassette .tabs,
	.cassette .jquery .contents {
		margin: 0;
		font-weight: 600;
	}
	.cassette .spec {
		font-size: calc(0.8em + 0.2 * (100vw - 320px)/ 447);
	}
	.cassette .spec li.tab {
		padding: calc(4px + 6 * (100vw - 320px)/ 447);
		border-radius: calc(4px + 4 * (100vw - 320px)/ 447);
		font-size: calc(13px + 3 * (100vw - 320px)/ 447);
	}
	.cassette .spec li.tab.active {
		border-top-width: calc(5px + 5 * (100vw - 320px)/ 447);
		font-size: calc(15px + 3 * (100vw - 320px)/ 447);
	}
	.cassette .spec .title {
		font-size: calc(12px + 2 * (100vw - 320px)/ 447);
	}
	.cassette .spec .grid-container {
        grid-template-columns: repeat(3, 1fr);
    }

	.cassette .examples {
		margin: 0;
		padding: 10px 10px 10px;
		border-radius: 8px;
	}
	.cassette .examples h4 {
		padding-top: calc(3px + 2 * (100vw - 320px)/ 447);
		padding-bottom: calc(3px + 2 * (100vw - 320px)/ 447);
		padding-left: calc(0.8em + 0.2 * (100vw - 320px)/ 447);
		padding-right: calc(0.8em + 0.2 * (100vw - 320px)/ 447);
		font-size: calc(15px + 5 * (100vw - 320px)/ 447);
	}
	.cassette .testimonials,
	.testimonials {
		flex-wrap: wrap;
		margin: 0;
		gap: 10px;
	}
	.cassette .testimonials li,
	.testimonials li {
		width: 100%;
	}

	.cassette .btWrap {
		flex-direction: initial;
	}
	.cassette .bt,
	.popup_content .bt {
		width: calc(300px + 20 * (100vw - 320px)/ 447);
		padding: 0;
		margin-top: calc(0.8em - 0.5 * (100vw - 320px)/ 447);
		font-size: calc(22px + 8 * (100vw - 320px)/ 447);
	}
	.cassette .bt span,
	.popup_content .bt span {
		font-size: calc(14px + 4 * (100vw - 320px)/ 447);
	}
	.cassette .bt img {
		width: 100%;
	}
}

/* TIPS *********************************************************************/
.tips {
	position: relative;
	padding: 2em 0;
	background-color: #FEF6E1;
	line-height: 1.8em;
	letter-spacing: 0.01em;
}
.tips:after {
	position: absolute;
	display: block;
	clear: both;
}
.tips .inner {
	width: 680px;
	border-radius: 36px;
	border: 16px solid #53C4F1;
	background: url(../img/bg-paper.jpg) center center scroll;
}
.tips .wrap {
	position: relative;
	/*overflow: hidden;*/
}
.tips .cardBlock {
	padding: 1.5em 0 0;

}
.tips h2 {
	width: 488px;
	height: 116.5px;
	margin: auto;
	background: url(../img/ttl-cont.png) 0 0 scroll no-repeat;
	background-size: contain;
	text-indent: -9999em;
}
.tips .card {
	margin: 1.5em 100px;
	padding: 1em 0 0;
	border-top: 2px dotted #53C4F1;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.8;
}
.tips .card:last-child {
	margin-bottom: 0;
	padding-bottom: 30px;
	/*border: none;*/
}
.tips h3 {
	position: relative;
	margin-bottom: 10px;
	color: ;
	font-size: 18px;
	font-weight: 700;
}
.tips h3:before {
	position: absolute;
	display: block;
	content: "";
	top: 7px;
	left: -102px;
	width: 60px;
	height: 37px;
	background-position: 50% 50%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: contain;
}
.tips .point1 h3:before,
.tips .point2 h3:before {
	background-image: url(../img/ic-cont-1.png);
}

@media screen and (max-width: 1024px){
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 767px){
	.tips {
		padding: 1em 0;
	}
	.tips .inner {
		width: auto;
		/*padding-top: calc(27px + 33*(100vw - 320px) / 447);*/
		margin: 0 calc(10px + 12*(100vw - 320px) / 447);
		border-radius: calc(16px + 20*(100vw - 320px) / 447);
		border-width: calc(6px + 10*(100vw - 320px) / 447);
		background-size: contain;
	}
	.tips h2 {
		width: calc(220px + 268 * (100vw - 320px) / 447);
		height: calc(52px + 64.5 * (100vw - 320px) / 447);
	}
	.tips .cardBlock {
		overflow: hidden;
	}
	.tips .card {
		margin: 1em calc(14px + 86 * (100vw - 320px) / 447) 1em calc(42px + 58 * (100vw - 320px) / 447);
		font-size: calc(12px + 4 * (100vw - 320px) / 447);
		font-weight: 600;
	}
	.tips h3 {
		font-size: calc(14px + 4 * (100vw - 320px) / 447);
		line-height: calc(1.2em + 0.6 * (100vw - 320px) / 447);
		letter-spacing: 0;
	}
	.tips h3:before {
	    top: calc(10px - 3 * (100vw - 320px) / 447 * -1);
		left: calc(-43px + 59 * (100vw - 320px) / 447 * -1);
		width: calc(30px + 30 * (100vw - 320px) / 447);
		height: calc(24px + 13 * (100vw - 320px) / 447);
		background-position: right 0;
		background-size: 100%;
	}
	.tips .imgBlock {
		height: calc(22px + 74 * (100vw - 320px) / 447);
	}
	.tips .imgBlock:before {
		width: calc(229px + 191 * (100vw - 320px) / 447);
		height: calc(78px + 66 * (100vw - 320px) / 447);
	}	
}
@media screen and (max-width: 500px){
}

/* RESULT *********************************************************************/
.result .glwrap {
	background-color: #ebf8fe;
}
.result .conditions {
}
.result .conditions .wrap {
	background-color: #ebf8fe;
}
.result .conditions .inner {
	max-width: 730px;
	margin-bottom: 40px;
	padding: 15px 0 30px;
}
.result .conditions .right {
	min-height: 26px;
	float: right;
}
.result .conditions .selection {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.result .conditions .selection span {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 4px;
	background-color: #71cff8;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap;
}
.result .conditions .bt {
	display: inline-block;
	margin: 0 30px 15px 0;
	padding: 10px 20px;
	border-radius: 4px;
	background-color: #fff;
	color: #71cff8;
	font-size: 14px;
	float: right;
}
.result .conditions .bt:after,
.result .cassette .bt:after {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(9deg) brightness(105%) contrast(101%);
}

.result .conditions .txt {
	margin: 20px 0 30px;
	/*padding: 30px 40px 40px;*/
	/*border: 10px solid #15b0e4;*/
	border-radius: 40px;
	/*background-color: #fff;*/
}
.result .conditions .txtBlock1 {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}
.result .conditions .txtBlock1 span {
	padding: 0 6px;
	font-size: 38px;
}
.result .conditions .txtBlock1 span {
	color: #f60;
}
.result .conditions .txtBlock2 .add {
	margin-top: 15px;
	font-size: 16px;
}

.sortWrap {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	background-color: #ebf8fe;
}
.tab-label {
    position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 330px /*calc(100% / 2)*/;
	/* height: 3.5em; */
	margin-right: 10px;
	padding: 10px 0;
	background-color: #71cff8;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	order: -1;
}
.tab-label.c1 {
	border-top-left-radius: 16px;
	border-top-right-radius: 4px;
}
.tab-label.c2 {
	margin-right: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 16px;
}
.tab-switch:checked+.tab-label:after {
	position: absolute;
	display: block;
	content: "";
	top: auto;
	left: 49%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: -3px;
	width: 6px;
	height: 10px;
	background: url(../img/ic-arrow-R.png) 0 0 scroll no-repeat;
	background-size: contain;
	rotate: 90deg;
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(9deg) brightness(105%) contrast(101%);
}
.tab-content {
    width: 100%;
    display: none;
    border-top: 10px solid #01a9e0;
    background-color: #e3f6fc;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background: #01a9e0;
	font-size: 16px;
}
.tab-switch:checked+.tab-label+.tab-content {
	display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}
/*.sortWrap {
	border-bottom: 10px solid #092c8a;
	background-color: #F2F1E6;
}
.result #ranking .sortWrap .inner {
	width: 100%;
	max-width: 730px;
	margin: auto;
	padding: 0;
}
.sortWrap .sort {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.sortWrap .bt {
	position: relative;
	display: block;
	width: calc(100% / 4);
	height: 3.5em;
	padding: 18px 0;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
.sortWrap .bt:after {
	top: auto;
	left: 49%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: -3px;
	rotate: 90deg;
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(9deg) brightness(105%) contrast(101%);
}*/
/*.sortWrap button {
	width: 100%;
	height: 3.5em;
	display: block;
	padding: 18px 0;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.sortWrap .bt {background-Color:#ccc;}
.sortWrap .bt.active {background-Color:#092c8a;}
*/



.result #ranking {
	background-color: #F2F1E6;
}
.result #ranking .inner {
	padding-top: 24px;
}

.result .cassette h3 {
	text-align: center;
}
.result .cassette h3:before,
.result .cassette h3:after {
	display: none;
}



@media screen and (max-width: 1024px){
	.resultWrap .inner {
		padding: 40px 20px 0;
	}
}

@media screen and (max-width: 767px){
	.result .conditions .inner {
		max-width: 730px;
		padding: calc(20px + 20 * (100vw - 320px) / 447) calc(10px - 9.9 * (100vw - 320px) / 447) 30px;
	}
	.result .conditions .selection {
		gap: calc(5px + 5 * (100vw - 320px) / 447);
	}
	.result .conditions .selection span {
		padding: 5px 10px;
		font-size: calc(12px + 4 * (100vw - 320px) / 447);
	}
	.result .conditions .bt {
		margin: calc(15px - 14.9 * (100vw - 320px) / 447) 0 15px 0;
		font-size:  calc(12px + 2 * (100vw - 320px) / 447);
	}

	.result .conditions .txt {
		margin: calc(1px + 19 * (100vw - 320px) / 447) 0 calc(1px + 29 * (100vw - 320px) / 447);
		padding: 0;
		border-width: calc(5px + 5 * (100vw - 320px) / 447);
		border-radius: calc(20px + 20 * (100vw - 320px) / 447);
	}
	.result .conditions .txtBlock1 {
		margin-bottom: 20px;
		font-size: calc(14px + 8 * (100vw - 320px) / 447);
	}
	.result .conditions .txtBlock1 span {
		padding: 0 calc(4px + 2 * (100vw - 320px) / 447);
		font-size: calc(28px + 10 * (100vw - 320px) / 447);
	}
	.result .conditions .txtBlock2 {
		font-size: calc(14px + 2 * (100vw - 320px) / 447);
	}
	.result .conditions .txtBlock2 .add {
		margin-top: 5px;
		font-size: calc(11px + 7 * (100vw - 320px) / 448);
		font-weight: 700;
	}

	.result #ranking .inner {
		padding-top: 0;
	}

	.tab-label {
		width: 47%;
		margin-right: calc(5px + 5 * (100vw - 320px) / 448);
		padding: calc(5px + 5 * (100vw - 320px) / 448);
		font-size: 16px;
	}
	.tab-switch:checked+.tab-label:after {
		left: calc(47% + 2 * (100vw - 320px) / 448);
		width: calc(5px + 1 * (100vw - 320px) / 448);
		height: calc(8px + 2 * (100vw - 320px) / 448);
	}
	.tab-label.c1 {
		border-top-left-radius: calc(8px + 8 * (100vw - 320px) / 448);
	}
	.tab-label.c2 {
		border-top-right-radius: calc(8px + 8 * (100vw - 320px) / 448);
	}
/*
	.result #ranking .sortWrap .inner {
		padding: 0 calc(7px - 7 * (100vw - 320px) / 447);
	}
	.sortWrap .sort {
		gap: calc(5px + 5 * (100vw - 320px) / 447);
	}
	.sortWrap .bt {
		height: calc(3em + 0.5 * (100vw - 320px) / 447);
		padding: calc(0.01px + 18 * (100vw - 320px) / 447) 0;
		font-size: calc(11px + 3 * (100vw - 320px) / 447);
	}
	.sortWrap .bt:after {
		left: calc(47% + 2 * (100vw - 320px) / 447);
		bottom: -3px;
		width: calc(5px + 1 * (100vw - 320px) / 447);
		height: calc(8px + 2 * (100vw - 320px) / 447);
	}

	.result #ranking .inner {
		padding: 0.5em 0 1em;
	}*/
}

/* COLUMN *********************************************************************/
.column {

}
.column .glwrap {
	background-color: #fff;
}
.column .header {
	border-bottom: 1px solid #eee;
}
.column .header h1 {
	display: flex;
	padding: 12px 0;
	justify-content: center;
}
.column .mv {
	max-width: 100%;
	line-height: initial;
}
.column .mv .wrap {
	background: none;
}
.column .mv .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 3em 0 0.5em;
	
}
.column .mv h2 {
	position: relative;
	display: block;
	width: 100%;
	font-size: 30px;
	font-weight: 600;
	text-align: left;
}
.column .mv.column-list h2 {
	/*width: auto;
	padding: 0 1.5em;
	text-align: center;*/
}
.column .mv.column-list h2:before,
.column .mv.column-list h2:after {
	/*position: absolute;
	display: block;
	content: "";
	bottom: 9px;
	width: 31px;
	height: 60px;
	background-size: contain;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: scroll;*/
}
.column .mv.column-list h2:before {
	/*left: 0;
	background-image: url();*/
}
.column .mv.column-list h2:after {
	/*right: 0;
	background-image: url();*/
}
.column .content {
	padding: 60px 0;
	font-weight: 500;
}
.column .content li {
	position: relative;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	padding-left: 20px;
	border-bottom: 1px dotted #888;
	font-size: 16px;
	font-weight: 500;
}
.column .content li:before {
	position: absolute;
	display: block;
	content: "";
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url(../favicon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: scroll;

}

.column .content li a {
	display: block;
	color: #555;
	text-decoration: none;
	transition: 1.0s
}
.column .content li a:hover {
	color: #23d9e0;
}
.column .btWrap {
	margin: 0 0 60px;
}
.column .backLink {
	display: block;
	margin-top: 2em;
	color: #555;
	font-size: 0.9em;
	text-decoration: underline;
}
@media screen and (max-width: 1024px){
	.column .mv .wrap,
	.column .content .inner {
		padding: 0 20px;
	}
}
@media screen and (max-width: 768px){
	.column .mv,
	.column .mv .inner,
	.column .mv.column-list .inner {
		padding-top: 24px;
	}
	.column .mv .wrap,
	.column .content .inner {
		padding-left: calc(10px + 10 * (100vw - 320px)/ 448);
		padding-right: calc(10px + 10 * (100vw - 320px)/ 448);
	}
	.column .mv h2 {
		font-size: calc(16px + 14 * (100vw - 320px)/ 448);
	}
	.column .mv.column-list h2:before,
	.column .mv.column-list h2:after {
		bottom: calc(3px + 6 * (100vw - 320px)/ 448);
		width: calc(20px + 11 * (100vw - 320px)/ 448);
		height: calc(40px + 20 * (100vw - 320px)/ 448);
	}
	.column .content {
		padding-top: calc(30px + 30 * (100vw - 320px)/ 448);
		padding-bottom: calc(30px + 30 * (100vw - 320px)/ 448);
		font-size: calc(13px + 3 * (100vw - 320px)/ 448);
	}
	.column .content li,
	.column .backLink {
		font-size: calc(13px + 3 * (100vw - 320px)/ 448);
	}
	.column .content li:before {
		top: calc(0.1px + 1.9 * (100vw - 320px)/ 448);
	}

}

/* info *********************************************************************/
.info .glwrap {
	background-color: #fff;
}
.info .header {
	border-bottom: 1px solid #eee;
}
.info .inner.info {
	padding: 4rem 1.5rem;
	color: #333;
}
.info .inner.info dl {
	margin-bottom: 4rem;
}
.info .inner.info dt {
	margin-bottom: 1rem;
}
.info .inner.info h1,
.info .inner.info h2 {
	font-weight: 600;
}
.info .inner.info h1 {
	position: relative;
	margin-bottom: 2.5em;
	font-size: 1.5em;
	text-align: center;
}
.info .inner.info h1:before {
	position: absolute;
	content: "";
	width: 4em;
	height: 3px;
	bottom: -10px;
	left: 50%;
	background-color: #71bc39;
	border-radius: 5px;
	transform: translateX(-50%);
}
.info .inner.info h2 {
	padding-left: 0.6em;
	border-left: 4px solid #71bc39;
	font-size: 1.2em;
}
.info .inner.info table {
	width: 100%;
}
.info .inner.info table,
.info .inner.info th,
.info .inner.info td {
	border: none;
	vertical-align: top;
}
.info .inner.info th,
.info .inner.info td {
	padding: 0.6rem;
	border-bottom: 1px dotted #888;
}
.info .inner.info tr:last-child th,
.info .inner.info tr:last-child td {
	border: none;
}
.info .inner.info th {
	min-width: 7em;
	padding-left: 0;
	padding-right: 1em;
	max-width: 6rem !important;
	text-align: left;
}
.info .inner.info th span {
	white-space: nowrap;
}
.info .inner.info ul {
	margin: 0.5rem 0 1.5rem;
	padding-left: 2rem;
}
.info .inner.info li {
	margin-bottom: 1.5rem;
	list-style: disc;
}
.info .inner.info li span {
	color: #333;
}
.info .sitemap.inner {
	text-align: center;
}
.info .sitemap.inner h1 {
	margin-bottom: 3rem;
}
.info .sitemap.inner h2 {
	color: #497cd8;
	font-size: 1.4rem;
}
.info .sitemap.inner dt {
	margin-top: 2rem;
}
.info .sitemap.inner dd {
	margin-bottom: 2rem;
}
.info .sitemap.inner ul {
	padding: 0;
}
.info .sitemap.inner li {
	list-style: none;
}
.info .sitemap.inner a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: row;
	text-decoration: none;
}
.info .sitemap.inner a img {
	width: 2rem;
	padding-right: 0.5rem;
}

@media screen and (max-width: 767px){
	.info .inner.info {
		padding: calc(32px + 32 * (100vw - 320px)/ 448) calc(10px + 18 * (100vw - 320px)/ 448);
		font-size: calc(12px + 4 * (100vw - 320px)/ 448);
	}
	.info .inner.info dl {
		margin-bottom: calc((64 / 768) * 100vw);
	}
	.info .inner.info dt {
		margin-bottom: calc((16 / 768) * 100vw);
	}
	.info .inner.info ul {
		padding-left: calc((32 / 768) * 100vw);
	}
	.info.sitemap.inner h1 {
		margin-bottom: calc((32 / 768) * 100vw);
	}
	.info.sitemap.inner h2 {
		font-size: calc(16px + 6.4 * (100vw - 320px)/ 448);
	}
}

/* swiper *********************************************************************/
:root {
	--easing: cubic-bezier(.2, 1, .2, 1);
	--transition: .8s var(--easing);
	--color-base: #f8f8f8;
	--color-gray: #ddd;
	/*--color-theme: #f5695f;
	--color-theme-darken: #f12617;
	--box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
	--box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
	--box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
	--box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);*/
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
}
::-moz-selection {
	color: #fff;
	background: var(--color-theme);
}
.l-section {
	overflow: hidden;
	background-color: #ebf8fe;
	padding: 1px 0;
}
.l-section .l-inner {
	padding: 2em 4em;
	display: block;
}
.l-inner {
	position: relative;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 10rem;
}
.l-inner a {
	text-decoration: none;
	color: #333;
}

.l-section h2 {
	margin: 1.2em 0 0.5em;
	font-size: 1.6em;
}
.l-section h2,
.l-inner h3,
.l-inner h4,
.l-inner h5,
.l-inner h6 {
	position: relative;
	text-align: center;
}
.l-inner h3 {
	color: #e83586;
	font-size: 1.28em;
}
.l-inner h3 span {
	color: #000;
}
.l-inner h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2em;
	margin-top: -0.5rem;
	font-size: 1.08em;
	z-index: 99;
}
.l-inner h5 {
	display: none;
}
.l-inner h5 span {
	position: relative;
	margin-bottom: 1.2em;
	padding: 0.5em 1em;
	border-radius: 30px;
	background: #41BDC1;
	color: #fff;
	font-size: 1.16em;
}

[class*=swiper]:focus {
	outline: none;
}
.swiper,.swiper-container {
	overflow: visible !important;
	overflow: hidden;
}
.swiper-wrapper {
	align-items: stretch;
}
.swiper-slide {
	height: auto;
}
.slide {
	height: 100%;
}
.slide-media,
.thumb-media {
	position: relative;
	overflow: hidden;
	text-align: center;
	line-height: 0;
}
.slide-media img,
.thumb-media img {
	position: relative;
	width: 65%;
	max-width: 226px;
	z-index: 1;
}

.swiper-button-prev, .swiper-button-next {
	display: grid;
	place-content: center;
	width: 4rem;
	height: 4rem;
	cursor: pointer;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}
.swiper-button-prev::before, .swiper-button-next::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	border-radius: 50%;
	-webkit-box-shadow: var(--box-shadow);
	        box-shadow: var(--box-shadow);
}
.swiper-button-prev::after, .swiper-button-next::after {
	width: 1rem;
	height: 1rem;
	content: "";
	border: solid var(--color-gray);
	border-width: 3px 3px 0 0;
}
.swiper-button-prev::after {
	margin-left: 0.4rem;
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}
.swiper-button-next::after {
	margin-right: 0.4rem;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.swiper-button-disabled {
	pointer-events: none;
	opacity: 0;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	margin: auto;
}
.swiper-button-prev::before,
.swiper-button-next::before {
	background-color: rgba(113, 207, 248, 0.4);
	-webkit-box-shadow: var(--box-shadow-dark);
	        box-shadow: var(--box-shadow-dark);
}
.swiper-button-prev::after,
.swiper-button-next::after {
	border-color: #fff;
}
.swiper-button-prev {
	right: calc(100% - 1.6rem);
}
.swiper-button-next {
	left: calc(100% - 1.6rem);
}

.slide {
	overflow: hidden;
	webkit-transition: var(--transition), opacity 1s;
	transition: var(--transition), opacity 1s;
	
}
.card02 .slide {
	padding: 15px 15px;
	border: 3px solid #71cff8;
	border-radius: 12px;
	background: #fff;
	color: #000;
	text-align: center;
}
.slide .feature {	
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 1em;
	gap: 5px;
}
.slide .feature span {
	display: inline-block;
	padding: 0.3em 0.5em 0.2em;
	border-radius: 4px;
	background-color: #fef34f;
	color: #333;
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
}
.card02 .slide-content {
	padding: 1.5rem;
	border-radius: 12px;
	border: 2px solid #bae8fc;
}
.slide-content .d-cond {
	display: flex;
	justify-content: space-between;
	padding: 0 1rem;
}
.card02 .slide-content .d1,
.card02 .slide-content .d2,
.card02 .slide-content .d3 {
	margin-bottom: 0.5em;
	font-size: 0.9em;
	font-weight: 600;
}
.slide-content .d3 {
	margin-bottom: 0.5em;
}

.slide-content ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.slide-content li {
	padding: 0.1em 0.25em;
	border-radius: 4px;
	border: 1px solid #fff;
	font-size: 0.74831em;;
	font-weight: 600;
}
.card02 .slide-content li {
	border-color: #e83586;
	color: #e83586;
}

.slide-content .btWrap {
	margin: 0.5em 0 0;
}
.card02 .slide-content .btWrap {
	display: block;
}
.slide-content .bt {
	flex-direction: initial;
	padding:0;
}
.slide-content .bt img {
	width: 100%;
	max-width: 256px;
}
.slide-content .bt:after {
}
.swiper-slide:not(.swiper-slide-visible) .slide {
	pointer-events: none;
	opacity: 0.3;
}

@media only screen and (max-width: 1024px) {
	html {
	}
	.l-inner {
		padding: 0 4rem;
	}
	.l-inner .pc {
		display: none !important;
	}
	.swiper-button-prev {
		right: calc(100% - 2.2rem);
	}
	.swiper-button-next {
		left: calc(100% - 2.2rem);
	}
	.swiper,
	.swiper-container {
		padding: 0 0.2rem;
	}
	.l-section h2 img {
		width: calc(330px + 110 * (100vw - 768px) / 256);
	}
}

@media only screen and (max-width: 768px) {
	.l-section h2 img {
		width: calc(240px + 90 * (100vw - 320px)/ 448);
	}
	.card02 .slide-content {
		padding: 1.5rem calc(1rem + 0.5 * (100vw - 320px)/ 448);
	}
}

@media only screen and (max-width: 768px) {
	.slide .feature span {
		font-size: calc(10px + 4 * (100vw - 320px)/ 448);
	}
	.card02 .slide-content .d1,
	.card02 .slide-content .d2,
	.card02 .slide-content .d3 {
		font-size: calc(1.2em - 0.3 * (100vw - 320px)/ 448);
	}
}

@media only screen and (max-width: 599px) {
	.l-inner {
		font-size: calc(60% + 10 * (100vw - 320px)/ 279);
	}
	.l-section h2 {
		margin-top: calc(0.5em + 0.7 * (100vw - 320px)/ 279);
		margin-bottom: calc(0.1em + 0.4 * (100vw - 320px)/ 279);
	}
	.pc-tab {
		display: none !important;
	}
}

@media only screen and (min-width: 1025px) {
	.tab-sp {
		display: none !important;
	}
	.swiper-button-prev::before,
	.swiper-button-next::before {
		-webkit-transition: var(--transition);
		transition: var(--transition);
	}
	.swiper-button-prev:hover::before,
	.swiper-button-next:hover::before {
		-webkit-transform: scale(1.2);
		      transform: scale(1.2);
	}
	.slide:hover {
		-webkit-transform: translateY(-16px);
		      transform: translateY(-16px);
		-webkit-box-shadow: var(--box-shadow-hover);
		      box-shadow: var(--box-shadow-hover);
	}
	.slide:hover img {
		-webkit-transform: translateY(0);
		      	transform: translateY(0);
	}
}
@media only screen and (min-width: 769px) {
}
@media only screen and (min-width: 599px) {
	.l-inner .sp {
		display: none !important;
	}
}

/* popup *********************************************************************/
.jquery .contents .popup_wrap .testimonials li {
	display: flex;
}
.popup_wrap .testimonials {
	display: block;
}
.popup_wrap .testimonials li {
	width: 100%;
	margin-bottom: 0.5em;
	padding-bottom: 1em;
	border-bottom: 4px dotted #eee;
	line-height: 1.8rem;
}
.popup_wrap .testimonials li:last-child {
	border: none;
}
.popup_wrap input {
	display: none;
}
.popup_overlay {
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}
.popup_trigger {
	position: absolute;
	width: 100%;
	height: 100%;
}
.popup_content {
	position: relative;
	align-self: center;
	width: 90%;
	max-width: 500px;
	padding: 30px 5px 0;
	box-sizing: border-box;
	border-radius: 18px;
	background: #fff;
	line-height: 1.4em;
	transition: 0.5s;
	text-align: justify;
}
.popup_content .testimonials {
	height: 300px;
	overflow: scroll;
	margin: 1.5em 0 0;
	padding: 0 1.5em 0 0.5em;
	border-bottom: 1px solid #ddd;
}
.popup_content .testimonials::-webkit-scrollbar {
	width: 5px;
	height: 20px;
}
.popup_content .testimonials::-webkit-scrollbar-thumb {
	border-radius: 1rem;
	--bg-opacity: 1;
  background-color: #fed1d0;
}

.popup_content .btWrap {
	margin: 1em 0 2em;
	background: transparent;
}
.popup_content .btWrap img {
	width: 50%;
}
.popup_content .btWrap .bt {
	padding: 0.5em 0;
	border-radius: 8px;
}
.popup_content .btWrap .bt:after {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	transform: translate(0, -50%);
	right: 12px;
	width: 8px;
	height: 13px;
	background: url(../img/ic-arrow-R-w.png) 0 0 scroll no-repeat;
	background-size: contain;
}

.close_btn {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 14px;
	cursor: pointer;
	padding:8px;
	background: #fed1d0;
	color: #fff;
	border-radius:15px;
	line-height:14px;
	font-weight:bold;
}
.popup_wrap input:checked ~ .popup_overlay {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}
.popup_wrap input:checked ~ .popup_overlay .popup_content {
	transform: translateY(20px);
}

.open_btn {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 5px;
	/*width: 200px;
	height: 30px;
	margin:10px auto;*/
	/*background:fff;
	border:solid 1px #ccc;
	font-weight: bold;
	border-radius: 21px;*/
	color: #2F93E5;
	font-size: 10px;
	text-decoration: underline;
	cursor: pointer;
	transition: .3s ease;
}
.open_btn:hover {
	/*background:#f29c9f;
	border:solid 1px #f29c9f;
	color:#fff;*/
	text-decoration: none;
	transition: .3s ease;
}

@media only screen and (min-width: 768px) {
	.popup_content .bt {
		width: 350px;
	}
	.open_btn {
		font-size: 12px;
	}
}
