/* CSS Remedy */
*, *::before, *::after {
	box-sizing: border-box;
	word-break: break-all;
	word-wrap: break-word;
}
html{line-sizing:normal}body{margin:0}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.17rem}hr{border-style:solid;border-width:1px 0 0;color:inherit;height:0;overflow:visible}audio,canvas,embed,iframe,img,object,svg,video,picture{display:block;vertical-align:middle;max-width:100%}canvas,img,svg,video{height:auto}audio{width:100%}img{border-style:none}svg{overflow:hidden}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}
p, dd, figure { margin: 0; }
svg:not(:root) { overflow: hidden; }

.clearfix::after {
	content: '';
	display: table;
	clear: both;
}

:root {
	--color01: #fff;
	--color02: #101112;
	--color03: #f2f7fa;
	--color04: #1671b6;
	--color05: #90c132;
	--color06: #008ed8;
}

body {
	font-family: 'Noto Sans JP';
	font-weight: 300;
	font-size: 16px;
}

[class*="width-"] { width: 100%; margin: 0 auto; }
.width-wide01 { max-width: 1860px!important; }
.width-wide02 { max-width: 1740px!important; }
.width-wide03 { max-width: 1200px!important; }
.width-wide04 { max-width: 960px!important; }
.width-wide05 { max-width: 840px!important; }
.width-wide06 { max-width: 600px!important; }

picture {
	width: 100%;
	max-width: 100%;
}
.bg img {
	width: 100%;
}

/* _______________________________________________ */
.globalHeader {
	background: var(--color01);
	position: sticky;
	top: 0;
	z-index: 1000000;
}
.globalHeader .siteID {
	display: inline-block;
	margin: 0 0 0 2vw;
	padding: min(.5vw, 9px) 0;
	width: 50%;
}
.globalHeader .siteID a {
	display: block;
	width: 100%;
}
.globalHeader .siteID a img {
	width: 100%;
}
@media (min-width: 750px) {
	.globalHeader .siteID {
		width: auto;
		margin: 0;
	}
}
.globalHeader .headerInner {
	position: relative;
}

/* _______________________________________________ */
.keyvisual {
	position: relative;
	background-image: url(../img/image_keyvisual-1_sp.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10% 3vw 0 3vw;
}
@media (min-width: 750px) {
	.keyvisual {
		background-image: url(../img/image_keyvisual-1.png);
		padding: 10% 0 0 0;
	}
}

.keyvisual .infotext {
	margin: 0 auto 5vw auto;
}
@media (min-width: 750px) {
	.keyvisual .infotext {
		margin: 0 auto 3% auto;
	}
}

.keyvisual figure {
	display: flex;
	flex-wrap: wrap;
	background: var(--color01);
}
.keyvisual figure figcaption {
	width: 100%;
	color: var(--color01);
	background: var(--color05);
	font-weight: 500;
	text-align: center;
	line-height: 1;
	font-size: min(4.5vw, 28px);
    letter-spacing: .1em;
	padding: .5em 0;
}
.keyvisual figure dl {
	flex-basis: auto;
	flex: 1 1 auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: calc( 100% / 3 );
}
.keyvisual figure dl dt {
	padding: 1em 0;
	color: var(--color06);
}
.keyvisual figure dl dd {
	padding: 0 0 1em 0;
}
.keyvisual figure dl dd img {
	margin: 0 auto;
	width: 60%;
	max-width: 100%;
}
@media (min-width: 750px) {
	.keyvisual figure dl dd img {
		width: 42.5%;
	}
}

.floatContacts {
	display: flex;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 5;
}
.floatContacts .btn {
	display: flex;
	text-decoration: none;
	align-items: center;
	justify-content: space-evenly;
}
.floatContacts .btn img {
	max-width: auto;
}
.floatContacts .btn.line img {
	max-height: 55%;
}
.floatContacts .btn.mail img {
	max-height: 40%;
}
@media (min-width: 750px) {
	.floatContacts .btn img {
		max-width: auto;
	}
	.floatContacts .btn.line img {
		max-height: 60%;
	}
	.floatContacts .btn.mail img {
		max-height: 40%;
	}
}

.floatContacts .btn.tel {
	background: var(--color03);
	color: var(--color06);
	padding: .5em 0;
	flex: 1 1 auto;
}
.floatContacts .btn.tel div p {
	line-height: 1;
	text-align: center;
}
.floatContacts .btn.tel div p:nth-of-type(1) {
	font-size: min(3.5vw, 18px);
}
.floatContacts .btn.tel div p:nth-of-type(2) {
	font-family: 'Roboto';
	font-weight: 500;
	font-size: min(4vmax, 48px);
}
.floatContacts .btn.tel div p:nth-of-type(3) {
	font-size: min(3vw, 16px);
	color: var(--color02);
}
@media (min-width: 750px) {
	.floatContacts .btn.tel div p:nth-of-type(2) {
		font-weight: 400;
	}
}

.floatContacts .btn.line {
	background: #00B900;
	color: var(--color01);
	font-weight: 700;
	font-size: min(3vw, 32px);
	max-width: 65px;
}
.floatContacts .btn.mail {
	background: var(--color06);
	color: var(--color01);
	font-weight: 700;
	font-size: min(3vw, 32px);
	max-width: 65px;
}
.floatContacts .btn.line p { display: none; }
.floatContacts .btn.mail p { display: none; }
@media (min-width: 750px) {
	.floatContacts .btn.tel {
		padding: .5em 2vw .5em 1vw;
	}
	.floatContacts .btn.line {
		flex: 1 1 auto;
		max-width: 100%;
	}
	.floatContacts .btn.mail {
		flex: 1 1 auto;
		max-width: 100%;
	}
	.floatContacts .btn.line p { display: block; }
	.floatContacts .btn.mail p { display: block; }
}

.sectionInner {
	padding: 0 4vw;
}
.sectionHeadline {
	margin: 0 auto;
	color: var(--color04);
	font-size: min(6vmin, 36px);
	font-weight: 700;
	text-align: center;
	padding: 1.25em 0;
	letter-spacing: .12em;
}
.sectionThumb {
	display: block;
	margin: 0 auto 2em auto;
	text-align: center;
}
.sectionThumb img {
	margin: 0 auto;
    width: 18%;
}
@media (min-width: 750px) {
	.sectionInner {
		padding: 0;
	}
	.sectionThumb img {
	    width: auto;
	}
}


/* _______________________________________________ */
.sec01 {
	background: var(--color01);
	padding: 1rem 0 3rem 0;
}
@media (min-width: 750px) {
	.sec01 .sectionHeadline {
		font-weight: 500;
	}
}

.troubleList {
	padding-left: min(10vw, 4.5em);
}
.troubleList::after {
	content: '...etc';
	color: var(--color06);
	display: block;
	text-align: center;
	text-indent: -5em;
}
.troubleList li {
	display: flex;
	align-items: center;
	font-size: min(4vmin, 24px);
	font-weight: 500;
	color: var(--color06);
	margin-bottom: .5em;
}
.troubleList li::before {
	content: '';
    display: block;
    width: min(1.2em,37px);
    height: min(1.2em,37px);
    background-image: url(../img/icon_check-mark.svg);
    background-repeat: no-repeat;
    background-size: contain;
	margin-right: .5em;
}
.troubleList + p {
	font-size: min(7vmin, 48px);
	font-weight: 500;
	color: var(--color05);
	text-align: center;
	letter-spacing: .1em;
}

/* _______________________________________________ */
.sec02 {
	background: var(--color03);
	padding: 1rem 0 3rem 0;
}
.flowList {
	list-style: none;
	padding: 0 4vw;
	position: relative;
}
.flowList::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 90%;
	background: var(--color06);
	left: min(21%, 110px);
}
@media (min-width: 750px) {
	.flowList {
		padding: 0;
	}
	.flowList::before {
		height: 100%;
		left: min(15%, 110px);
	}
}

.flowList li {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 2rem;
	counter-increment: flow;
}
.flowList .thumb {
	width: min(40%, 220px);
	height: min(40%, 220px);
	background: var(--color01);
	border-radius: 50%;
	position: relative;
}
.flowList .thumb::before {
	content: '';
	display: block;
	padding-top: 100%;
}
.flowList .thumb::after {
	content: counter(flow);
    font-size: min(8.5vw, 60px);
    font-family: 'Roboto';
    font-weight: 500;
    color: var(--color05);
    line-height: 1;
    position: absolute;
    left: .35em;
    top: .05em;
}
.flowList .thumb .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.flowList .thumb .inner img {
	margin: 0 auto;
	max-width: 40%;
}
.flowList li:nth-of-type(2) .thumb .inner img {
	max-width: 60%;
}
.flowList li:nth-of-type(4) .thumb .inner img {
	max-width: 50%;
}
.flowList dl {
	width: 70%;
	margin: 0;
	padding-left: .5em;
}
.flowList dl dt {
	color: var(--color06);
	font-weight: 700;
	font-size: min(4vw, 28px);
	margin-bottom: .5em;
}
.flowList dl dt sub {
	font-size: 50%;
}
.flowList dl dd {
	color: var(--color02);
	font-size: 2vmin;
	line-height: 1.8;
}
.annotation {
	font-size: 71.3%;
	color: var(--color06);
	padding: 1rem 0 0 0;
	display: flex;
}
.annotation span {
	flex: 1 1 auto;
	display: inline-block;
}
.annotation::before {
	content: '※';
	display: inline-block;
}
@media (min-width: 750px) {
	.flowList dl {
		padding-left: 1em;
	}
	.flowList dl dd {
		font-size: min(2vw, 18px);
	}
}

/* _______________________________________________ */
.sec03 {
	background: var(--color01);
	padding: 1rem 0 3rem 0;
}
.sec03 .reason {
	display: flex;
	flex-direction: column;
}
.sec03 .reason:not(:last-of-type) {
	margin-bottom: 8%;
}
.sec03 .reason .img {
	margin-bottom: 2rem;
}
.sec03 .reason dl {
	margin: 0;
}
.sec03 .reason dl dt {
	color: var(--color06);
	font-size: min(4.5vw, 28px);
	font-weight: 700;
	text-align: center;
	margin-bottom: 1rem;
}
.sec03 .reason dl dt p {
	color: var(--color05);
	font-size: min(3.5vw, 18px);
	font-weight: 700;
	text-align: center;
	padding-top: 1rem;
}
.sec03 .reason dl dd {
	color: var(--color02);
	font-size: min(3.5vw, 18px);
}
@media (min-width: 750px) {
	.sec03 .reason {
		flex-direction: row;
		margin-bottom: 5rem;
	}
	.sec03 .reason > * {
		width: 50%;
	}
	.sec03 .reason .img {
		margin-bottom: 0;
	}
	.sec03 .reason:nth-of-type(even) .img {
		order: 2;
	}
	.sec03 .reason dl {
		padding-left: 1em;
	}
	.sec03 .reason:nth-of-type(even) dl {
		order: 1;
		padding-right: 1em;
	}
	.sec03 .reason dl dt {
		font-weight: 500;
		text-align: left;
	}
	.sec03 .reason dl dt p {
		font-weight: 500;
		text-align: left;
	}
	.sec03 .reason dl dd {

	}
}

/* _______________________________________________ */
.sec04 {
	background: var(--color01);
	padding: 3rem 0 2rem 0;
}
.sec04 .sectionInner {
	background: var(--color03);
	width: calc( 100% - (4vw * 2) );
	padding-bottom: 1rem;
}
.sec04 .sectionHeadline {
	font-size: min(4.5vw, 28px);
}
@media (min-width: 750px) {
	.sec04 .sectionInner {
		width: 100%;
	}
}

.voiceList {
	padding: 0;
}
.voiceList li {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin-bottom: 2rem;
	counter-increment: voice;
}
.voiceList .thumb {
	width: min(36%, 200px);
	height: min(36%, 200px);
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.voiceList .thumb::before {
	content: '';
	display: block;
	padding-top: 100%;
}
.voiceList .thumb .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.voiceList .thumb .inner img {
	width: 100%;
}
.voiceList dl {
	width: 64%;
	margin: 0;
	padding-left: 1em;
}
.voiceList dl dt::before {
	content: 'CASE'counter(voice);
	font-size: min(3.5vw, 18px);
	color: var(--color05);
	display: block;
	line-height: 1;
	margin-bottom: .75em;
}
.voiceList dl dt {
	color: var(--color06);
	font-weight: 700;
	font-size: min(4vw, 24px);
	margin-bottom: .5em;
}
.voiceList dl dd {
	color: var(--color02);
	font-size: 3vmin;
	line-height: 1.8;
}
.voiceList dl dd .modalBtn {
	border: 1px solid var(--color06);
    font-size: min(3vw, 18px);
    display: flex;
    width: fit-content;
    align-items: center;
    line-height: 1;
    padding: .75em 4.5em;
    margin-top: .5em;
    color: var(--color06);
    font-weight: 700;
    letter-spacing: .1em;
}
.voiceList dl dd .modalBtn:hover {
	background: var(--color01);
}
.voiceList dl dd .modalBtn img {
	margin-left: .5em;
}
@media (min-width: 750px) {
	.voiceList dl {
		padding-left: 1em;
	}
	.voiceList dl dd {
		font-size: min(2vw, 20px);
	}
}

/* _______________________________________________ */
.sec05 {
	background: var(--color04);
	position: relative;
	padding: min(16%, 240px) 0 15% 0;
}
.sec05::before {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    background: rgba(255,255,255, 1);
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 10%, 0% 0%, 100% 0);
}
@media (min-width: 750px) {
	.sec05 {
		padding: min(13%, 240px) 0 3% 0;
	}
	.sec05::before {
		clip-path: polygon(50% 40%, 0% 0%, 100% 0);
	}
}

.sec05 .sectionHeadline {
	color: var(--color01);
	padding: 1em 0 .5em 0;
}
.btnWrap {
	display: flex;
	flex-direction: column;
}
.btnWrap .btn {
	display: flex;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: .5em 0;
}
.btnWrap .btn.tel {
	background: var(--color03);
	color: var(--color06);
	position: relative;
	margin-bottom: 2.5rem;
}
@media (min-width: 750px) {
	.btnWrap {
		flex-direction: row;
		justify-content: space-between;
	}
	.btnWrap .btn {
		width: 46.5%;
	}
	.btnWrap .btn.tel {
		margin-bottom: 0;
	}
}

.btnWrap .btn.tel div p {
	line-height: 1;
	text-align: center;
}
.btnWrap .btn.tel div p:nth-of-type(1) {
	font-size: min(3.5vw, 18px);
	font-weight: 500;
	margin-bottom: .25em;
	letter-spacing: .1em;
}
.btnWrap .btn.tel div p:nth-of-type(2) {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: min(4vmax, 48px);
	letter-spacing: .1em;
}
.btnWrap .btn.tel div p:nth-of-type(3) {
	font-size: min(3vw, 16px);
	position: absolute;
	top: calc(100% + .5em);
    left: 0;
    right: 0;
	color: var(--color01);
	letter-spacing: .1em;
}
@media (min-width: 750px) {
	.btnWrap .btn.tel div p:nth-of-type(1) {
		display: none;
	}
	.btnWrap .btn.tel div p:nth-of-type(2) {
		font-weight: 500;
		letter-spacing: .05em;
	}
	.btnWrap .btn.tel div p:nth-of-type(3) {
		color: var(--color06);
		position: static;
		letter-spacing: 0;
	}
}
.btnWrap .btn.tel img {
	width: 10%;
	margin-left: 1rem;
}
.btnWrap .btn.line {
	background: #00B900;
	color: var(--color01);
	font-weight: 700;
	font-size: 5vmin;
	text-decoration: none;
}
.btnWrap .btn.line img {
	width: 10%;
	margin-left: .25rem;
}
@media (min-width: 750px) {
	.btnWrap .btn.line {
		font-size: min(2.5vmin, 32px);
	}
}

/* _______________________________________________ */
.sec06 {
	background: var(--color01);
	padding: 1rem 0 3rem 0;
}
.sec06 .sectionInner .desc {
	font-size: min(3.5vw, 18px);
	line-height: 1.8;
	margin-bottom: 3rem;
}
.desc .r {
	display: block;
	color: var(--color06);
}
.sec06 .licence {
	margin-bottom: 3rem;
}
.sec06 .licence img {
	margin-bottom: 2rem;
}
.sec06 .licence figcaption {
	font-weight: 700;
    font-size: min(4vmin, 24px);
    color: var(--color06);
    text-align: center;
    background: var(--color01);
    display: block;
    line-height: 1;
    margin: 0 auto -.5em auto;
    z-index: 3;
    width: 62%;
    position: relative;
}
.sec06 .licence div {
	border: 1px solid var(--color06);
	padding: 2rem;
}
.sec06 .licence div p:nth-of-type(1) {
	font-weight: 400;
	color: var(--color06);
	letter-spacing: .1em;
	margin-bottom: 1.5em;
	font-size: min(3vmin, 18px);
    line-height: 1.8;
}
.sec06 .licence div p:nth-of-type(2) {
	line-height: 1.8;
	font-size: min(3.5vmin, 18px);
}

/* _______________________________________________ */
.sec07 {
	background: var(--color03);
	padding: 1rem 0 3rem 0;
}
.sec07 .videos {
	display: flex;
	flex-direction: column;
}
.videos .vid {
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	margin-bottom: 2rem;
}
.videos .vid::before {
    content: '';
    display: block;
    padding-top: calc( 100% / 16 * 9 );
}
.videos .vid iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@media (min-width: 750px) {
	.sec07 {
		padding: 1rem 0 4rem 0;
	}
	.sec07 .videos {
		flex-direction: row;
		justify-content: space-between;
	}
	.videos .vid {
		width: 46.5%;
		margin-bottom: 0;
	}
}

/* _______________________________________________ */
.sec08 {
	padding: 1rem 0 3rem 0;
}
.sec08 .annotation {
	font-size: 71.3%;
	color: var(--color06);
	padding: 1rem 0 0 0;
	display: inline-flex;
	margin: 0 0 0 auto;
	float: right;
}
@media (min-width: 750px) {
	.sec08 {
		padding: 1rem 0 4rem 0;
	}
}

/* _______________________________________________ */
.sec10 {
	background: var(--color03);
	padding: 1rem 0 3rem 0;
}
.faqList dl dt {
	background: var(--color01);
	color: var(--color02);
	font-weight: 500;
	padding: 1em;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: min(3.5vmin, 23px);
}
.faqList dl dt::before {
	content: 'Q';
	color: var(--color05);
	display: inline-block;
	padding: 0 1em 0 .5em;
	font-weight: 500;
	font-size: 150%;
}
.faqList dl dt::after {
	content: '';
	background: url(../img/icon_arrow-down.svg) no-repeat;
	background-size: contain;
	width: 17px;
	height: 11px;
	display: inline-block;
	transition: transform .25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transform-origin: center;
}
.faqList .faqOpen dt::after {
	/* transform: rotate(180deg); */
	transform: rotateX(180deg);
}
.faqList dl dt p {
	line-height: 1.5;
	flex-grow: 1;
	user-select: none;
	padding-right: .5em;
}

.faqList dl dd {
	padding: 1em;
	display: none;
	opacity: 0;
	overflow: hidden;
	font-size: min(4vmin, 24px);
	background: var(--color01);
}
.faqList .faqOpen dd {
	opacity: 1;
	display: flex;
	transition: opacity 1s ease;
}

.faqList dd::before {
	content: 'A';
	color: var(--color04);
	display: inline-block;
	padding: 0 1em 0 .5em;
	font-weight: 500;
	font-size: 150%;
}
.faqList dd p {
	line-height: 1.8;
	flex-grow: 1;
	user-select: none;
	padding-right: .5em;
}

/* _______________________________________________ */
.sec11 {
	padding: 1rem 0 3rem 0;
}
.attention {
	font-weight: 700;
	color: var(--color02);
	font-size: min(4vmin, 24px);
	text-align: center;
	line-height: 1.8;
	margin-bottom: 2rem;
}
.attention span {
	color: var(--color05);
}
@media (min-width: 750px) {
	.sec11 {
		padding: 1rem 0 4rem 0;
	}
}

.ctaTel {
	text-decoration: none;
    border: 1px solid var(--color06);
    display: block;
	color: var(--color06);
	padding: 1rem 0;
}
.ctaTel div p {
	line-height: 1;
	text-align: center;
}
.ctaTel div p:nth-of-type(1) {
	color: var(--color04);
	font-size: min(3.5vw, 18px);
	font-weight: 500;
	margin-bottom: 1.5rem;
}
.ctaTel div p:nth-of-type(2) {
	font-family: 'Roboto';
	font-weight: 500;
	font-size: min(11vmin, 72px);
	margin-bottom: .5rem;
}
.ctaTel div p:nth-of-type(3) {
	font-size: min(4vmin, 24px);
	font-weight: 500;
	color: var(--color02);
}
.ctaTel div p img {
	display: inline-block;
	width: 8%;
	margin-right: .15em;
}

.contactWrap {}
.contactWrap dl {
	display: flex;
	align-items: center;
}
.contactWrap dl dt {
	width: 30%;
	color: var(--color06);
	text-align: right;
	font-weight: 500;
	padding-right: .5em;
	font-size: min(3.5vw, 18px);
}
.contactWrap dl dd {
	width: 70%;
}
.contactWrap dl dd:not(.isRadio) {
	display: flex;
	flex-direction: column;
}
@media (min-width: 750px) {
	.contactWrap dl dt {
		width: 20%;
		padding-right: 1.5em;
	}
	.contactWrap dl dd {
		width: 80%;
	}
}
.contactWrap dl dd:not(.isRadio) > span {
	width: 100%;
	display: block;
}
.contactWrap dl dd:not(.isRadio) > span + span {
	margin-top: 1em;
}
.contactWrap dl dd:not(.isRadio) > span input,
.contactWrap dl dd:not(.isRadio) > span textarea {
	width: 100%;
    padding: 1em;
    font-size: min(3.5vw, 18px);
    border: none;
    outline: 0;
    background: var(--color03);
    border-bottom: 1px solid var(--color06);
	font-family: 'Noto Sans JP';
	font-weight: 300;
}
textarea.addr {
	height: 7em;
}
input::placeholder,
textarea::placeholder {
	color: #ccc;
}
[type="radio"] {
	margin: 0 .5em 0 0;
}
.wpcf7-list-item {
	display: inline-block;
	margin-right: 1em;
}
@media (min-width: 750px) {
	.wpcf7-list-item {
		margin-right: 3em;
	}
}

.contactWrap .agree {
	text-align: center;
	display: block;
	padding: 1em 0 2em 0;
	font-weight: 400;
}
.contactWrap .agree a {
	color: var(--color06);
}

.contactWrap .btnWrap {
	display: block;
}
.contactWrap .btnWrap .wpcf7-submit {
	width: 100%;
    border: none;
    background: url(../img/icon_sending.svg) no-repeat calc(50% + 2.5em) 50%, var(--color05);
    color: var(--color01);
    font-size: min(5vw,32px);
    line-height: 1;
    padding: .5em 0;
    font-weight: 700;
    letter-spacing: .25em;
    appearance: none;
    -webkit-app-region: none;
    margin-bottom: 6%;
}



/* casestudy */
.sec00 {
	background: var(--color03);
	padding: 1rem 0 3rem 0;
}
.box-col3-01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box-col3-01 .unit-case-01 {
    border: 1px solid #f0f0f0;
	width: 48%;
	position: relative;
	background: #fff;
	margin-bottom: 40px;
}
.unit-case-01::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 143px;
    height: 7px;
    background: #009EE8;
}
.unit-case-01::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 184px;
    height: 7px;
    background: #8FC31F;
}
.unit-case-01 .caseItem {
    padding: 40px 30px;
    max-width: 100%;
	display: inline-block;
	text-decoration: none
}
.unit-case-01 .text-wrap {
    margin-top: 30px;
}
.unit-case-01 .after,
.unit-case-01 .before {
    position: relative;
}
.unit-case-01 .before {
    margin-top: 15px;
}
.unit-case-01 .before img {
    width: 50%;
}
.unit-case-01 .after::before,
.unit-case-01 .before::before {
    position: absolute;
    display: block;
    background: #fff;
    height: 22px;
    text-align: center;
    font-size: 16px;
    color: #009EE8;
    letter-spacing: 0.04em;
    line-height: 1.3;
}
.unit-case-01 .before::before {
    content: "Before";
    width: 60px;
}
.unit-case-01 .after::before {
    content: "After";
    width: 48px;
}
.unit-case-01 .text-wrap {
    margin-top: 30px;
}
.unit-case-01 .text-wrap .title {
    font-size: 15px;
    color: #009EE8;
    letter-spacing: 0.015em;
    position: relative;
    display: inline-block;
}
.unit-case-01 .text-wrap .title::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 60px;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
    background: #009EE8;
}
.unit-case-01 .text-wrap .text {
    font-size: min(3.5vmax, 18px);
    letter-spacing: 0.05em;
	color: #000;
	min-height: 6em;
}
.unit-case-01 .about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.unit-case-01 .about dl {
    width: 48%;
    display: flex;
    justify-content: space-between;
    color: #009EE8;
    border-bottom: 1px solid #009EE8;
    font-size: min(2vmax, 12px);
	font-family: 'Noto Sans JP';
}

@media (max-width: 750px) {
	.box-col3-01 {
		display: block;
	}
	.box-col3-01 .inner {
	    width: 100%;
		margin-left: 0!important;
	}
	.unit-case-01 .caseItem {
	    padding: 10% 6%;
		font-weight: 500;
	}
	.unit-case-01 .figure-wrap {
		display: flex;
		align-items: flex-end;
	}
	.unit-case-01 .figure-wrap .before {
		order: 1;
		margin-top: 0;
		width: 30%;
		margin-right: 5%;
	}
	.unit-case-01 .figure-wrap .before img {
		width: 100%;
	}
	.unit-case-01 .figure-wrap .after {
		order: 2;
		width: 65%;
	}
	.unit-case-01 .text-wrap .text {
		min-height: auto;
	}

	.unit-case-01 .about dl {
		flex-direction: column;
	}

}



/* _______________________________________________ */
.globalFooter {

}
.globalFooter .footerInner:nth-of-type(1) {
	background: var(--color04);
}
.companyInfo {
	padding: 4rem 2vw;
	display: flex;
	justify-content: center;
	color: var(--color01);
}
@media (min-width: 750px) {
	.companyInfo > a {
		width: 30%;
	}
	.companyInfo > dl {
		width: 70%;
	}
}
.companyInfo dl {
	padding-left: 1em;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	font-size: min(3.5vw, 18px);
}
.companyInfo dl dt {
	width: 5em;
}
.companyInfo dl dd {
	width: calc( 100% - 5em );
}

.snsList {
	display: flex;
	list-style: none;
	justify-content: center;
	align-items: center;
	margin: 2rem auto 1rem auto;
	padding: 0;
}
.snsList li {
	margin: 0 2vw;
}
@media (min-width: 750px) {
	.snsList {
		margin: 2rem auto 2.5rem auto;
	}
}

.externals {
	display: flex;
	list-style: none;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0 auto 1rem auto;
}
.externals li {
	margin: 0 1vw;
}
.externals li a {
	font-size: min(2vw, 18px);
	color: var(--color02);
}

.copyrights {
	text-align: center;
	font-size: min(2vw, 18px);
}

/* _______________________________________________ */
.modalContent {
	display: none;
}
.modal {
	opacity: 0;
	pointer-events: none;

	position: fixed;
	background: var(--color01);
	padding: 8% 1%;
	text-align: left;
	left: 0;
	right: 0;
	margin: auto;
	width: 96%;
	top: 0;
	bottom: 0;
	height: 0%;
	border-radius: 10px;
	box-shadow: 1px 1px 5px rgba(0,0,0,.5);
	transition: opacity .25s cubic-bezier(0.22, 0.61, 0.36, 1) 0s,
				height .5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}
.modal.mopen {
	opacity: 1;
	pointer-events: auto;
	height: 78%;
	transition: opacity .5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s,
				height .5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}
.modalClose {
	opacity: 0;
	position: absolute;
	top: -5.5%;
	right: -2%;
    background: var(--color04);
    padding: 4% 3%;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    width: auto;
    height: auto;
    border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modalClose.show {
	opacity: 1;
	transition: opacity 1s ease .5s;
}
.modalClose img {
	width: 76%;
}
@media (min-width: 750px) {
	.modal {
		width: 80%;
		padding: 4% 5%;
	}
	.modalClose {
		top: -4%;
		right: -3%;
		padding: 24px;
	}
	.modalClose img {
		width: 46px;
	}
}
.modalWrapInner {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.modalWrapInner img {
	max-width: 100%;
	margin: 0 auto;
}
.cover {
	background: rgba(0,0,0,0.5);
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#drawerCheckbox { display: none; }
.modal { z-index: 1000000!important; }
.cover { z-index: 900000!important; }
.navBtn { z-index: 800000!important; }
.drawer { z-index: 700000!important; }
.knockOut { z-index: 600000!important; }
.globalHeader { z-index: 500000!important; }

.drawer {
	--drawer-width: 80vw;
	width: var(--drawer-width);

	height: 100vh;
	background: rgba(255,255,255,1);
	display: block;
	position: fixed;
	right: calc(var(--drawer-width) * -1);

	z-index: 1;
	-webkit-overflow-scrolling: touch;
	transition: right .3s ease-out;
	pointer-events: none;
}
@media (min-width: 750px) {
	.drawer {
		--drawer-width: 30vw;
	}
}
#drawerCheckbox:checked ~ .drawer {
	right: 0;
	transition: right .5s ease;
	pointer-events: auto;
}

.knockOut {
	display: none;
	background: rgba(0,0,0,0.5);
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#drawerCheckbox:checked ~ .drawer + .knockOut {
	display: block;
}

.drawer .drawerInner {
	padding: 20% 1.5% 0 1.5%;
	position: relative;
	margin: 0;
}
.drawer .drawerInner ul {
	margin: 0;
	padding: 0;
}
.drawer .drawerInner ul li {
	width: 100%;
	display: block;
	text-decoration: none;
	text-align: left;
	margin: 2rem 0;
	line-height: 1;
}
.drawer .drawerInner ul li > a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	padding: 0;
	font-size: min(4vmin, 24px);
	color: var(--color04);
	font-weight: 500;
	text-decoration: none;
	text-align: center;
}
.drawer .drawerInner ul li > a::before {
	content: '';
	height: 1px;
	width: 1.5em;
	background: var(--color04);
	margin-right: 1.5%;
}
.drawer .drawerInner ul li > a img {
	height:  1em;
	margin-right: .5em;
}

.navBtn {
	position: fixed;
	cursor: pointer;
	display: inline-block;
	margin: 0 auto;
	transform: rotate3d(0,0,0,0deg);
	transition: transform .1s cubic-bezier(0.55, 0.055, 0.675, 0.19);

	--nav-btn-width: 32px;
	--nav-btn-height: 20px;

	width: var(--nav-btn-width);
	height: var(--nav-btn-height);

	right: 2.5vw;
	top: calc( (50px / 2) - (var(--nav-btn-height) / 2 ) );
}
.navBtn span,
.navBtn span::before,
.navBtn span::after {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	border-radius: 3px;
	background: var(--color06);
}
.navBtn span {
	top: 50%;
}
.navBtn span::before {
	content: '';
	top: -10px;
	transform: rotate3d(0,0,0,0deg);
	transition: top .2s ease-in .2s, transform .2s ease-in;
}
.navBtn span::after {
	content: '';
	top: 10px;
	transform: rotate(0deg);
	transition: top .2s ease-in .2s, transform .2s ease-in;
}
@media (min-width: 750px) {
	.navBtn {
		--nav-btn-width: 64px;
		--nav-btn-height: 44px;
		top: calc( (100px / 2) - (var(--nav-btn-height) / 2 ) );
	}
	.navBtn span::before {
		top: -22px;
	}
	.navBtn span::after {
		top: 22px;
	}
}

#drawerCheckbox:checked ~ .navBtn {
	transform: rotate3d(0,0,1,0deg);
	transition: transform .3s ease .1s;
}
#drawerCheckbox:checked ~ .navBtn::after {
	content: '';
	opacity: 0;
	right: 0;
	transition: right .5s ease-in, opacity .5s cubic-bezier(0.55, 0.055, 0.675, 0.19) .1s;
	filter: none;
	text-shadow: none;
}
#drawerCheckbox:checked ~ .navBtn span {
	background: transparent !important;
	transition: background .1s ease;
	box-shadow: none;
}
#drawerCheckbox:checked ~ .navBtn span::before,
#drawerCheckbox:checked ~ .navBtn span::after {
	width: 100%;
	top: 0;
	bottom: 0;
	box-shadow: none;
}
#drawerCheckbox:checked ~ .navBtn span::before {
	transform: rotate3d(0,0,1,45deg);
	top: 0;
	transition: top .2s ease-in, transform .2s ease-in .2s;
}
#drawerCheckbox:checked ~ .navBtn span::after {
	transform: rotate3d(0,0,1,-45deg);
	top: 0;
	transition: top .2s ease-in, transform .2s ease-in .2s;
}

.drawerContacts {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	bottom: 0;
	z-index: 1000000;
	width: 100%;
}
.drawerContacts .btn {
	display: flex;
	text-decoration: none;
	align-items: center;
	justify-content: center;
}
.drawerContacts .btn img {
	max-width: auto;
	margin-right: .5em;
}
.drawerContacts .btn.line img {
	max-height: 55%;
}
.drawerContacts .btn.mail img {
	max-height: 40%;
}

.drawerContacts .btn.tel {
	background: var(--color03);
	color: var(--color06);
	padding: .5em 0;
	width: 100%;
}
.drawerContacts .btn.tel div p {
	line-height: 1;
	text-align: center;
}
.drawerContacts .btn.tel div p:nth-of-type(1) {
	font-size: min(3.5vw, 18px);
}
.drawerContacts .btn.tel div p:nth-of-type(2) {
	font-family: 'Roboto';
	font-weight: 500;
	font-size: min(4vmax, 48px);
}
.drawerContacts .btn.tel div p:nth-of-type(3) {
	font-size: min(3vw, 16px);
	color: var(--color02);
}

.drawerContacts .btn.line {
	background: #00B900;
	color: var(--color01);
	font-weight: 700;
	font-size: min(3vw, 32px);
	width: 50%;
}
.drawerContacts .btn.mail {
	background: var(--color06);
	color: var(--color01);
	font-weight: 700;
	font-size: min(3vw, 32px);
	width: 50%;
}





.sec.thanks .ctaTel {
	margin-bottom: 3em;
}
.sec.thanks .sectionInner .sectionHeadline + p {
	text-align: center;
	margin-bottom: 3em;
}








.sp { display: block; }
.pc { display: none; }
@media (min-width: 751px) {
	.sp { display: none; }
	.pc { display: flex; }
}
.r { text-align: right; }
.c { text-align: center; }
.l { text-align: left; }
