@charset "UTF-8";



/* -------------------------------------------

header

------------------------------------------- */
header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 2rem;
	height: 6.4rem;
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 100;
}
@media screen and (max-width: 750px) {
	header {
		padding-left: 1.5rem;
		height: 6rem;
	}
}
/* ---- h1 ---- */
h1 {
	line-height: 1;
	font-size: 2.6rem;
}
@media screen and (max-width: 750px) {
	h1 {
		font-size: 1.7rem;
	}
}
/* ---- ul ---- */
header ul {
	display: flex;
}
header ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 6.4rem;
	color: #fff;
	line-height: 1;
}
header ul li:nth-child(1) a {
	background: var(--blue);
	flex-direction: column;
	font-weight: 500;
	padding: 0 1.5rem;
}
header ul li:nth-child(1) a span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 2.4rem;
	margin-top: 0.2rem;
}
header ul li:nth-child(1) a span img {
	width: 2.6rem;
	margin-right: 0.5rem;
	margin-top: 0.2rem;
}
header ul li:nth-child(2) a {
	background: var(--prime);
	width: 6.4rem;
}
header ul li:nth-child(2) a img {
	width: 3.2rem;
}
@media screen and (max-width: 750px) {
	header ul li a {
		height: 6rem;
	}
	header ul li:nth-child(1) a {
		padding: 0 1rem;
		font-size: 1.2rem;
		text-decoration: none;
	}
	header ul li:nth-child(1) a span {
		font-size: 1.6rem;
	}
	header ul li:nth-child(1) a span img {
		width: 2rem;
	}
	header ul li:nth-child(2) a {
		width: 6rem;
	}
	header ul li:nth-child(2) a img {
		width: 2.8rem;
	}
}



/* -------------------------------------------

kv

------------------------------------------- */
/* ---- wrap-2 ---- */
.kv .wrap-2 {
	background: var(--prime);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 1.5rem;
	font-weight: bold;
	line-height: 1.2;
}
.kv .wrap-2 > span:nth-child(1) {
	display: flex;
	flex-direction: column;
	font-size: 3.6rem;
	border-right: solid 0.1rem #fff;
	margin-right: 1.5rem;
	padding-right: 1.5rem;
	text-align: right;
}
.kv .wrap-2 > span:nth-child(1) i {
	font-size: 3.1rem;
}
.kv .wrap-2 > span:nth-child(2) {
	display: flex;
	align-items: center;
}
.kv .wrap-2 > span:nth-child(2) > span:nth-child(1) {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 2.4rem;
}
.kv .wrap-2 > span:nth-child(2) > span:nth-child(1) i:nth-of-type(2) {
	font-family: var(--font-anton);
	font-weight: normal;
	font-size: 4.4rem;
}
.kv .wrap-2 > span:nth-child(2) > span:nth-child(2) {
	font-family: var(--font-anton);
	font-weight: normal;
	font-size: 8.4rem;
	color: var(--yellow);
	margin-left: 1.5rem;
	display: flex;
	align-items: center;
}
.kv .wrap-2 > span:nth-child(2) > span:nth-child(2)::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 1rem solid #fff;
	border-top: 1rem solid transparent;
	border-bottom: 1rem solid transparent;
	margin-top: 2.5rem;
	margin-right: 1rem;
}
.kv .wrap-2 > span:nth-child(2) > span:nth-child(2) i {
	font-weight: 900;
	font-size: 3.6rem;
	vertical-align: 2rem;
	margin-left: 0.5rem;
}
@media screen and (max-width: 750px) {
	.kv .wrap-2 {
		display: block;
		padding: 1.3rem 0 1rem 0;
	}
	.kv .wrap-2 > span:nth-child(1) {
		align-items: center;
		border-right: none;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 0.6rem;
		text-align: center;
		font-size: 2.8rem;
	}
	.kv .wrap-2 > span:nth-child(2) {
		justify-content: center;
	}
	.kv .wrap-2 > span:nth-child(2) > span:nth-child(2) {
		font-size: 6.4rem;
	}
	.kv .wrap-2 > span:nth-child(2) > span:nth-child(2)::before {
		margin-top: 0;
		margin-right: 1.2rem;
	}	
	.kv .wrap-2 > span:nth-child(2) > span:nth-child(2) i {
		font-size: 2rem;
	}	
}



/* -------------------------------------------

trouble

------------------------------------------- */
.trouble {
	background: url(../img/trouble-bg.jpg) no-repeat center top / cover;
	padding: 3rem 2rem;
}
/* ---- wrap ---- */
.trouble .wrap {
	display: flex;
	align-items: center;
	color: #fff;
}
.trouble .wrap > * {
	width: 50%;
}

/* ---- h2 ---- */
.trouble h2 {
	display: flex;
	flex-direction: column;
}
.trouble h2 span:nth-child(1) {
	font-size: 2.3rem;
	margin-bottom: 1rem;
}
.trouble h2 span:nth-child(2) {
	font-size: 4.9rem;
	line-height: 1.2;
	color: var(--yellow);
	-webkit-text-stroke: 0.7rem #222;
	paint-order: stroke;
	white-space: nowrap;
}
@media screen and (max-width: 750px) {
	.trouble h2 span:nth-child(1) {
		font-size: 1.4rem;
		margin-bottom: 0.5rem;
		white-space: nowrap;
	}
	.trouble h2 span:nth-child(2) {
		font-size: 2.5rem;
		line-height: 1.3;
	}
}
@media screen and (max-width: 430px) {
	.trouble h2 span:nth-child(1) {
		font-size: 1.8rem;
	}	
	.trouble h2 span:nth-child(2) {
		font-size: 3.3rem;
	}
}
@media screen and (max-width: 414px) {
	.trouble h2 span:nth-child(1) {
		font-size: 1.4rem;
	}	
	.trouble h2 span:nth-child(2) {
		font-size: 2.5rem;
	}
}
/* ---- ul ---- */
.trouble ul li {
	background: #fff;
	display: flex;
	align-items: center;
	padding: 1.2rem 2rem 1.3rem 2rem;
}
.trouble ul li img {
	width: 2.5rem;
}
.trouble ul li span {
	width: calc(100% - 2.5rem);
	padding-left: 1rem;
	font-weight: bold;
	font-size: 2rem;
}
.trouble ul li:not(:last-child) {
	margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
	.trouble ul li {
		padding: 1.2rem 1.5rem 1.3rem 1.5rem;
	}
	.trouble ul li span {
		font-size: 1.6rem;
		line-height: 1.3;
	}
}



/* -------------------------------------------

cv

------------------------------------------- */
.cv {
	background: 
		url(../img/cv-bg-1.png) no-repeat left -2rem top -2rem,
		url(../img/texture-1.jpg) center top;
	background-size:
		22rem auto,
		100% auto;
}
@media screen and (max-width: 750px) {
	.cv {
		background: 
			url(../img/cv-bg-1.png) no-repeat left -1.5rem top -1.5rem,
			url(../img/texture-1.jpg) center top;
		background-size:
			25% auto,
			100% auto;
	}
}
.cv h2 {
	position: relative;
	top: -2rem
}
/* ---- wrap ---- */
.cv .wrap {
	width: calc(100% - 2rem);
	margin: -9rem auto 3rem auto;
	background: #fff;
	padding: 1.5rem 1.5rem 2.2rem 1.5rem;
	border-radius: 1rem;
	position: relative;
	font-size: 1.6rem;
}
.cv .wrap img {
	position: absolute;
	right: 0;
	bottom: -2rem;
	width: 20rem;
}
@media screen and (max-width: 750px) {
	.cv .wrap {
		margin: -5.5rem auto 3rem auto;
	}
	.cv .wrap img {
		width: 15rem;
	}
}
/* ---- cv-tel ---- */
.cv-tel {
	background: #024e97;
	padding: 1rem 0;
	display: flex;
	align-items: center;
	overflow: hidden;
	line-height: 1.3;
}
.cv-tel ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: -1rem;
}
.cv-tel ul li {
	background: var(--yellow);
	color: var(--blue);
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 1rem 0 3rem;
}
.cv-tel ul li {
	transform: skewX(-20deg);
}
.cv-tel ul li:not(:last-child) {
	margin-bottom: 0.5rem;
}
.cv-tel ul li i {
	transform: skewX(20deg);
	display: block;
}
@media screen and (max-width: 750px) {
	.cv-tel {
		flex-direction: column;
		padding: 2rem 0;
		align-items: center;
	}
	.cv-tel ul {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 1rem;
		margin-left: 0;
	}
	.cv-tel ul li {
		font-size: 2rem;
		padding: 0 4rem;
	}
}
/* ---- tel ---- */
.cv-tel > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	margin-left: 1rem;
}
.cv-tel > div span {
	font-size: 2rem;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.4rem;
}
.cv-tel > div span::before,
.cv-tel > div span::after {
	content: "";
	width: 0.15rem;
	height: 2.5rem;
	background: #fff;
	margin-top: 0.3rem;
}
.cv-tel > div span::before {
	transform: rotate(-20deg);
	margin-right: 1.5rem;
}
.cv-tel > div span::after {
	transform: rotate(20deg);
	margin-left: 1.5rem;
}
.cv-tel a {
	color: var(--yellow);
	font-family: var(--font-anton);
	font-weight: normal;
	font-size: 7rem;
	line-height: 1;
}
@media screen and (max-width: 750px) {
	.cv-tel > div {
		margin-left: 0;
		width: 100%;
	}
	.cv-tel a {
		font-size: 5.6rem;
	}
}
.cv-contact {
	background: var(--blue);
	padding: 1rem 0 3rem 0;
}
.cv-contact a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--yellow);
	width: 90%;
	margin: 0 auto;
	border-radius: 50rem;
	height: 10rem;
	font-weight: bold;
	font-size: 2.8rem;
	box-shadow: 0 1rem 0 #000;
	padding-bottom: 0.5rem;
}
.cv-contact a i {
	margin-top: 0.4rem;
	margin-left: 2rem;
}
@media screen and (max-width: 750px) {
	.cv-contact a {
		width: 95%;
		height: 8rem;
		font-size: 2rem;
	}
	.cv-contact a i {
		margin-left: 1rem;
	}
}



/* -------------------------------------------

reason

------------------------------------------- */
.reason {
	background: url(../img/texture-1.jpg) center top / 100% auto;
	padding: 3rem 2rem;
}
.reason h2 {
	width: 90%;
	margin: 0 auto 2rem auto;
}
/* ---- ul ---- */
.reason ul li {
	background: #fff;
	border: #404040 solid 0.3rem;
	border-radius: 1rem;
	display: flex;
	position: relative;
}
.reason ul li:not(:last-child) {
	margin-bottom: 3rem;
}
.reason ul li div {
	width: 65%;
}
.reason ul li dl dt {
	display: flex;
	align-items: center;
	position: relative;
	left: -1.5rem;
	top: -1.5rem
}
.reason ul li dl dt img {
	width: 10rem;
}
.reason ul li dl dt span {
	width: calc(100% - 10rem);
	padding-left: 1rem;
	font-weight: bold;
	color: #cf182a;
	line-height: 1.2;
	font-size: 3.2rem;
	white-space: nowrap;
	padding-top: 2rem;
}
.reason ul li dl dd {
	font-size: 1.8rem;
	padding: 0 2rem;
}
.reason ul li figure {
	width: 35%;
}
.reason ul li figure img {
	border-radius: 0 0.7rem 0.7rem 0;
}
@media screen and (max-width: 750px) {
	.reason ul li:not(:last-child) {
		margin-bottom: 2rem;
	}
	.reason ul li dl dt {
		left: -1.5rem;
		top: -1rem
	}
	.reason ul li dl dt img {
		width: 6rem;
	}
	.reason ul li dl dt span {
		font-size: 1.8rem;
		padding-top: 1rem;
	}
	.reason ul li dl dd {
		font-size: 1.4rem;
		padding: 0 1.5rem 1.2rem 1.5rem;
		line-height: 1.3;
		margin-top: -1rem;
	}
	.reason ul li figure img {
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (max-width: 430px) {
	.reason ul li dl dt img {
		width: 8rem;
	}
	.reason ul li dl dt span {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 414px) {
	.reason ul li dl dt img {
		width: 6rem;
	}
	.reason ul li dl dt span {
		font-size: 1.8rem;
	}
}



/* -------------------------------------------

voice

------------------------------------------- */
.voice {
	padding: 3rem 2rem;
}
.voice h2 {
	width: 80%;
	margin: 0 auto 4rem auto;
}
/* ---- ul ---- */
.voice ul li {
	border-radius: 1rem;
	border: solid 0.2rem var(--green);
}
.voice ul li:not(:last-child) {
	margin-bottom: 4rem;
}
.voice ul li dt {
	background: var(--green);
	color: #fff;
	font-weight: bold;
	font-size: 2.4rem;
	border-radius: 0.7rem 0.7rem 0 0;
	position: relative;
	padding: 3rem 2rem 1rem 2rem;
}
.voice ul li dt .num {
	font-weight: normal;
	font-family: var(--font-anton);
	background: url(../img/voice-bg-1.png) no-repeat center;
	background-size: 100% auto;
	color: var(--green);
	width: 10rem;
	height: 4.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 0.4rem;
	position: absolute;
	left: 2rem;
	top: -2rem;
	font-size: 2rem;
}
.voice ul li dd {
	padding: 1.5rem;
	font-size: 1.6rem;
}
.voice ul li dd span {
	display: block;
	text-align: right;
	margin-top: 2rem;
	font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
	.voice ul li:not(:last-child) {
		margin-bottom: 3.5rem;
	}
	.voice ul li dt {
		font-size: 2rem;
		line-height: 1.3;
	}
	.voice ul li dt .num {
		left: 1.5rem;
	}
	.voice ul li dd {
		padding: 1.2rem;
		font-size: 1.5rem;
		line-height: 1.4;
	}
	.voice ul li dd span {
		margin-top: 1rem;
	}
}



/* -------------------------------------------

flow

------------------------------------------- */
.flow {
	padding: 4rem 2rem;
}
.flow h2 {
	width: 85%;
	margin: 0 auto 2rem auto;
}
/* ---- ul ---- */
.flow ul li {
	border: solid 0.2rem var(--blue);
	border-radius: 1rem;
	position: relative;
}
.flow ul li:not(:last-child):before {
	content: "";
	width: 0;
	height: 0;
	border-left: 2.5rem solid transparent;
	border-right: 2.5rem solid transparent;
	border-top: 2rem solid var(--blue);	
	position: absolute;
	left: calc(50% - 2.5rem);
	bottom: -2rem;
}
.flow ul li:not(:last-child) {
	margin-bottom: 2.5rem;
}
.flow ul li dt {
	display: flex;
	align-items: center;
	background: var(--blue);
	border-radius: 0.6rem 0.6rem 0 0;
	color: #fff;
	padding-bottom: 0.25rem;
}
.flow ul li dt > span:nth-child(1) {
	width: 10rem;
	color: var(--blue);
	background: #ffd71f;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-anton);
	height: 5.2rem;
	border-radius: 0.8rem 0 0 0;
	line-height: 1;
	position: relative;
	padding-left: 0.8rem;
}
.flow ul li dt > span:nth-child(1)::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 1.6rem solid #ffd71f;
	border-top: 2.6rem solid transparent;
	border-bottom: 2.6rem solid transparent;
	position: absolute;
	right: -1.5rem;
	top: 0;
}
.flow ul li dt > span:nth-child(1) i {
	font-size: 2.8rem;
}
.flow ul li dt > span:nth-child(1) em {
	font-style: normal;
	margin-top: 0.9rem;
}
.flow ul li dt > span:nth-child(2) {
	font-weight: bold;
	font-size: 2.4rem;
	width: calc(100% - 10rem);
	padding-left: 3rem;
}
.flow ul li dd {
	padding: 1.5rem;
	font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
	.flow ul li dt > span:nth-child(2) {
		font-size: 2.2rem;
		padding-left: 2.5rem;
	}
	.flow ul li dd {
		padding: 1.2rem;
		line-height: 1.4;
	}
}



/* -------------------------------------------

faq

------------------------------------------- */
.faq {
	padding: 4rem 2rem;
}
/* ---- h2 ---- */
.faq h2 {
	width: 50%;
	margin: 0 auto 2rem auto;
}
@media screen and (max-width: 750px) {
	.faq h2 {
		width: 70%;
	}
}
/* ---- dl ---- */
.faq dl {
	width: calc(100% - 4rem);
	margin: 0 auto;
	border: solid 0.15rem #353535;
	border-radius: 0.5rem;
}
.faq dl:not(:last-of-type) {
	margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
	.faq dl {
		width: 100%;
	}
}
/* ---- faq-ttl ---- */
.faq-ttl {
    display: flex;
    align-items: center;
    line-height: 1.4;
    padding: 0.9rem 6rem 1rem 2rem;
    position: relative;
    transition: all .3s;
}
.faq-ttl i {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 2rem;
    top: calc(50% - 0.75rem);
}
.faq-ttl i::before,
.faq-ttl i::after {
    content: "";
    background: var(--grey);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.faq-ttl i::before {
    width: 100%;
    height: 0.2rem;
}
.faq-ttl i::after {
    width: 0.2rem;
    height: 100%;
    transition: all .3s;
}
.faq-ttl.open i::after {
    transform: translate(-50%,-50%) rotate(90deg);
}
.faq-ttl:hover {
    cursor: pointer;
}
.faq-ttl > span:nth-child(1),
.faq-content > span:nth-child(1) {
    color: var(--brown);
    font-family: var(--font-anton);
    font-size: 2rem;
    font-weight: bold;
	width: 3rem;
	height: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: var(--blue);
	color: #fff;
	padding-left: 0.15rem;
}
.faq-ttl > span:nth-child(2) {
    font-size: 1.5rem;
    padding-left: 1.2rem;
	width: calc(100% - 3rem);
	font-size: 1.8rem;
	font-weight: bold;
}
/* ---- faq-content ---- */
.faq-content {
    background: var(--bg-grey);
    display: flex;
	border-radius: 0 0 0.5rem 0.5rem;
    padding: 1.5rem 2rem 1.5rem 2rem;
}
.faq-content > span:nth-child(1) {
	background: var(--green);
}
.faq-content > span:nth-child(2) {
    padding-left: 1.2rem;
	width: calc(100% - 3rem);
	font-size: 1.8rem;
	padding-top: 0.15rem;
}



/* -------------------------------------------

company

------------------------------------------- */
.company {
	padding: 4rem 2rem;
}
/* ---- h2 ---- */
.company h2 {
	line-height: 1.2;
	font-size: 5.6rem;
	text-align: center;
	font-weight: 900;
	margin-bottom: 3rem;
}
@media screen and (max-width: 750px) {
	.company h2 {
		font-size: 4.8rem;
	}
}
/* ---- table ---- */
.company table {
	width: 100%;
	border-collapse: collapse;
	border: solid 0.2rem var(--grey);
	font-size: 1.6rem;
} 
.company table th {
	width: 30%;
	background: var(--bg-grey);
}
.company table td {
	width: 70%;
}
.company table th,
.company table td {
	vertical-align: middle;
	padding: 1.5rem;
	border: solid 0.2rem var(--grey);	
}
.company span {
	display: block;
	margin-top: 1rem;
	text-align: right;
}
@media screen and (max-width: 750px) {
	.company table th {
		width: 35%;
	}
	.company table td {
		width: 65%;
	}
	.company table th,
	.company table td {
		padding: 1rem;
	}
	.company span {
		font-size: 1.4rem;
	}		
}



/* -------------------------------------------

footer

------------------------------------------- */
footer {
	padding-bottom: 8rem;
}
footer.low {
	padding-bottom: 0;
}
footer small {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #353535;
	color: #fff;
	height: 5.6rem;
}
@media screen and (max-width: 750px) {
	footer small {
		font-size: 1.2rem;
		height: 7rem;
		padding-bottom: 0.8rem;
	}
	footer.low small {
		padding-bottom: 0;
	}	
	footer {
		padding-bottom: 7rem;
	}	
}



/* -------------------------------------------

common

------------------------------------------- */
/* layout */
header,
.kv,
footer,
article {
	max-width: 750px;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {

}



/* -------------------------------------------

contact

------------------------------------------- */
.contact {
	padding: 6rem 3rem;
}
.contact .wrap {
	margin-bottom: 4rem;
}



/* -------------------------------------------

form

------------------------------------------- */
.CMS-FORM-GROUP {
    display: block;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP {
        display: block;
    }
}
.CMS-FORM-GROUP:not(:last-of-type) {
    margin-bottom: 4rem;
}
.CMS-FORM-GROUP > label {
    width: 100%;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
    -webkit-appearance: none;
    appearance: none;
    border: #ddd solid 1px;
    padding: 2rem;
    width: 100%;
}
.CMS-FORM-GROUP textarea {
    -webkit-appearance: none;
    appearance: none;
    border: #ddd solid 1px;
    width: 100%;
    height: 16rem;
    padding: 2rem;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-INPUT,
    .CMS-FORM-EMAIL,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }
}
/* ---- radio ---- */
.CMS-FORM-RADIO {
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    width: 70%;
}
.CMS-FORM-RADIO > div:not(:last-of-type) {
    margin-right: 2.5rem;
    margin-bottom: 0.6rem;
}
.CMS-FORM-RADIO > div {
    display: flex;
    align-items: center;
}
.CMS-FORM-RADIO > div label {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-RADIO {
        display: block  ;
        white-space:unset;
    }
    .CMS-FORM-RADIO > div:not(:last-of-type) {
        margin-bottom: 1.2rem;
    }
}
input[type="radio"] {
    position: relative;
    width: 18px;
    height: 18px;
    background: rgba(245,245,245,1);
    border: solid 1px #ddd;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
input[type="radio"]:checked:before {
    content: "";
    background: var(--prime);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
}
@media screen and (max-width: 768px) {
    input[type="radio"] {
        width: 24px;
        height: 24px;
    }
    input[type="radio"]:checked:before {
        width: 12px;
        height: 12px;
    }
}

/* ---- submit ---- */
.CMS-FORM-GROUP input[type="submit"] {
    background: var(--prime);
    color: #fff;
    display: block;
	font-weight: bold;
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 1.6rem 0 1.75rem 0;
    transition: all .3s;
    width: 24rem;
}
.CMS-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}
input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    border: none;
    border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration {
    display: none;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input[type="submit"] {
        width: 100%;
        font-size: 1.7rem;
    }   
}
/* ---- calendar ---- */
input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: #ddd solid 1px;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 2rem;
    width: 70%;
}
@media screen and (max-width: 768px) {
    input[type="date"] {
        width: 100%;
    }
}
/* ---- select ---- */
.select-wrap {
    position: relative;
    width: 70%;
}
.select-wrap::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-right: solid 0.15rem #333;
    border-bottom: solid 0.15rem #333;
    transform: rotate(45deg);
    position: absolute;
    right: 1.2rem;
    top: calc(50% - 0.6rem);
    z-index: 10;
}
select {
    appearance: none;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 0;
    color: #000;
    font-size: 1.4rem;
    padding: 1.6rem 4rem 1.5rem 1.5rem;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .select-wrap {
        width: 100%;
    }
}
/* ---- required ---- */
.required {
    background: rgba(200,0,0,1);
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    margin-left: 1.0rem;
    padding: 0.3rem 0.7rem 0.35rem 0.7rem;
    vertical-align: 0.1rem;
	margin-top: 0.3rem;
}
/* <span class="required">必須</span> */
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input:focus,
    .CMS-FORM-GROUP textarea:focus {
        font-size: 16px;
    }
}



/* -------------------------------------------

privacy

------------------------------------------- */
.privacy {
    background: #fff;
    border: 1px solid #ddd;
    font-size: 1.2rem;
    height: 20rem;
    overflow: auto;
    padding: 1.7rem 2rem;
}
.privacy-note {
    font-size: 1.2rem;
    margin: 5rem 0 2rem 0;
}



/* -------------------------------------------

thanx

------------------------------------------- */
.thanx {
    text-align: center;
	margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
    .thanx {
        text-align: left;
    }
}
.back {
    display: block;
    text-align: center;
}
.back a {
    color: var(--prime);
}



/* -------------------------------------------

fixed

------------------------------------------- */
.fixed {
	width: 750px;
	position: fixed;
	left: calc((100% - 750px) / 2);
	bottom: 0;
	background: #404040;
	z-index: 999;
	height: 8rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 1rem;
}
.fixed ul {
	display: flex;
	justify-content: space-between;
	padding: 0 1rem;
	position: relative;
	top: -0.7rem
}
.fixed ul li {
	width: 33%;
	background: var(--yellow);
	color: #024e97;
	font-weight: bold;
	text-align: center;
	transform: skewX(-20deg);
}
.fixed ul li i {
	display: block;
	transform: skewX(20deg);	
}
.fixed > div {
	display: flex;
	align-items: center;
	padding: 0 1rem;
	line-height: 1;
}
.fixed > div > * {
	width: 50%;
}
.fixed > div a:nth-of-type(1) {
	display: flex;
	align-items: center;
	font-family: var(--font-anton);
	color: var(--yellow);
	font-size: 4.9rem;
}
.fixed > div a:nth-of-type(1) img {
	width: 3.5rem;
	height: 3.5rem;
}
.fixed > div a:nth-of-type(1) span {
	width: calc(100% - 2rem);
	padding-left: 0.5rem;
}
.fixed > div a:nth-of-type(2) {
	background: #27b262;
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20rem;
	height: 5.2rem;
	font-size: 1.8rem;
	padding-bottom: 0.2rem;
	box-shadow: 0.1rem 0.1rem 0.15rem #000;
	position: relative;
}
.fixed > div a:nth-of-type(2) i {
	position: absolute;
	right:  2rem;
	top: 50%;
	transform: translate(0,-50%);
}
.fixed > div a:nth-of-type(2) img {
	width: 2rem;
	margin-right: 0.7rem;
	margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
	.fixed {
		width: 100%;
		left: auto;
		height: 7rem;
		padding-bottom: 1.3rem;
	}
	.fixed ul {
		padding: 0 1rem;
		top: -1.2rem;
		font-size: 0.85rem;
	}
	.fixed ul li {
		padding: 0.2rem 0;
	}
	.fixed > div a:nth-of-type(1) {
		font-size: 2.4rem;
	}
	.fixed > div a:nth-of-type(1) img {
		width: 2rem;
		height: 2rem;
	}
	.fixed > div a:nth-of-type(2) {
		height: 3.6rem;
		font-size: 1.1rem;
	}
	.fixed > div a:nth-of-type(2) i {
		display: none;
	}
	.fixed > div a:nth-of-type(2) img {
		width: 1.5rem;
	}
}