@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

.pc {
	display: none;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: #fff;
}
header, footer, main, nav, section, article, figure, figcaption {
	display: block;
}
html, body, header, footer, main, nav, section, article, figure, figcaption,
div, p, ul, ol, dl, li, dt, dd,
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
i {
	font-style: normal;
}

img {
	vertical-align: bottom;
	border: none;
}

em {
	font-style: normal;
}

::selection {
	color: #fff;
	background: #999;
	opacity: 1;
}


body {
	line-height: 1;
	color: #000;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	background: #fff;
}

a {
	color: #000;
	text-decoration: none;
}


#wrap {
	width: 100%;
	padding: 60px 0 0;
	overflow: hidden;
}


header.global {
	position: fixed;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 60px;
	left: 0;
	top: 0;
	z-index: 1000;
	padding: 0 30px;
	background: #fff;
}
#logo a {
	display: flex;
	align-items: center;
}
#logo img {
	width: 146px;
	height: auto;
}
#logo span {
	position: relative;
	top: 3px;
	margin-left: 20px;
	font-size: 12px;
}


header.global nav {
	position: fixed;
	box-sizing: border-box;
	width: 160px;
	right: 0;
	top: 60px;
	z-index: 1000;
	padding: 25px 10px 25px 22px;
	background: rgba(255,255,255,0.9);
}
header.global nav ul {
}
header.global nav li + li {
	margin-top: 15px;
}
header.global nav a {
	position: relative;
	display: inline-block;
	padding: 3px 0;
	font-size: 12px;
}
header.global nav a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -2px;
	background: #000;
	opacity: 0;
	transition: all 300ms ease-out;
}
header.global nav a:active::after {
	opacity: 1;
}

body.news      header.global nav li.news a::after,
body.casestudy header.global nav li.casestudy a::after,
body.company   header.global nav li.company a::after,
body.contact   header.global nav li.contact a::after {
	opacity: 1;
}

#menu {
	position: fixed;
	width: 30px;
	height: 30px;
	right: 20px;
	top: 16px;
	z-index: 1001;
}
#menu a {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
#menu a i {
	position: absolute;
	display: block;
	width: 23px;
	height: 3px;
	left: 4px;
	top: calc(50% - 1px);
	background: #000;
	transition: all 300ms ease-out;
}
#menu a i:nth-child(1) {
	margin-top: -9px;
}
#menu a i:nth-child(3) {
	margin-top: 9px;
}

body.menu #menu a i:nth-child(1) {
	transform: translateY(9px) rotate(45deg);
}
body.menu #menu a i:nth-child(2) {
	transform: scaleX(0);
}
body.menu #menu a i:nth-child(3) {
	transform: translateY(-9px) rotate(-45deg);
}


header.global nav {
	transform: translateX(101%);
	transition: all 300ms ease-out;
}
body.menu header.global nav {
	transform: translateX(0%);
}






footer {
	position: relative;
	margin: 100px 0 32px;
}
footer .pict {
	position: relative;
	height: 150px;
	background: url(../img/foot_sp.jpg) 50% 0 no-repeat;
	background-size: cover;
}
footer .logo {
	margin: 20px 0 0;
	text-align: center;
}
footer .logo img {
	width: 212px;
	height: auto;
}
footer nav {
	margin: 40px 0 0;
}
footer nav ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
footer nav li {
	position: relative;
	padding: 0 18px;
	margin: 0 0 15px;
}
footer nav li + li::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 16px;
	left: 0px;
	top: calc(50% - 8px);
	background: #000;
}
footer nav a {
	font-size: 12px;
}
footer nav a:active {
	text-decoration: underline;
}
footer .copyright {
	margin: 35px 0 0;
	text-align: center;
	font-size: 10px;
}

footer .contact {
	position: fixed;
	width: 76px;
	height: 76px;
	left: 22px;
	bottom: 20px;
	z-index: 100;
}
footer .contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 76px;
	height: 76px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.5;
	border-radius: 38px;
	background: #fed064;
	cursor: pointer;
	transition: all 300ms ease-out;
}
footer .contact a span {
	position: relative;
	display: inline-block;
	top: 3px;
}
footer .contact a:hover {
	background: #fde374;
}

body[data-floating="fix"] footer .contact {
	position: absolute;
	top: -38px;
	bottom: auto;
}







main {
	margin: 0 0 100px;
}



#kv {
	position: relative;
	height: 105vw;
}

#intro {
	padding: 20px 26px 0;
}
#intro h1 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
#intro article {
	margin: 30px 0 0;
}
#intro article + article {
	margin-top: 25px;
}
#intro article p {
	font-size: 13px;
	line-height: 2;
}

#intro figure {
	margin: 25px auto 0;
}
#intro figure img {
	width: 100%;
	height: auto;
}






#topics {
	position: relative;
	box-sizing: border-box;
	margin: 40px 26px 0;
	padding: 30px 38px 40px;
	border-radius: 6px;
	background: #faf8e6;
}
#topics h2 {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
}
#topics ul {
	margin: 25px 0 0;
}
#topics li {
}
#topics li + li {
	margin-top: 25px;
}
#topics li:nth-child(n + 3) {
	display: none;
}

#topics ul figure {
	overflow: hidden;
	border-radius: 3px;
}
#topics ul figure img {
	width: 100%;
	height: auto;
	transition: all 300ms ease-out;
}
#topics ul dl {
	margin: 12px 0 0;
}
#topics ul dt {
	font-size: 11px;
	font-weight: 900;
}
#topics ul dt .tag {
	box-sizing: border-box;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 66px;
	max-width: 100px;
	top: 1px;
	margin: 0 0 0 8px;
	padding: 2px 6px;
	font-size: 9px;
	font-weight: 500;
	color: #fff;
	vertical-align: bottom;
	border-radius: 10px;
}

#topics ul dd {
	margin: 6px 0 0;
	font-size: 11px;
	line-height: 1.6;
}
#topics nav {
	margin: 30px 0 0;
}
#topics nav a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 34px;
	margin: 0 auto;
	font-size: 13px;
	letter-spacing: 1px;
	background: #fff;
	border: 2px solid #43bdd4;
	border-radius: 20px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.25);
	transition: all 300ms ease-out;
}



#topics ul a:active figure img {
	opacity: 0.8;
}
#topics nav a:active {
	color: #fff;
	background: #43bdd4;
}




#service {
	position: relative;
	margin: 50px 0 0;
	padding: 0 0 60px;
	background: #faf8e6;
}
#service .pict {
	position: relative;
	height: 150px;
	background: url(../img/top_service_bar_sp.jpg) 50% 0 no-repeat;
	background-size: cover;
}

#service .title {
	margin: 30px 0 0;
	text-align: center;
}
#service .title img {
	width: 226px;
	height: auto;
}

#service .copy {
	margin: 40px 0 0;
	text-align: center;
}
#service .copy p {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.9;
}
#service .copy strong {
	position: relative;
	display: inline-block;
}
#service .copy strong::after {
	position: absolute;
	content: "";
	width: calc(100% - 4px);
	height: 4px;
	left: -4px;
	bottom: 1px;
	border-radius: 3px;
	background: #43bdd4;
}

#service .flow {
	margin: 42px 26px 0;
}
#service .flow h3 {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #43bdd4;
}

#service .concept {
	display: flex;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	margin: 20px auto 0;
	background: #fff;
	border: 3px solid #43bdd4;
	border-radius: 5px;
	box-shadow: 5px 5px 7px rgba(0,0,0,0.25);
}
#service .concept strong {
	display: block;
	padding: 12px 0;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}


#service .flow ul {
	margin: 30px auto 0;
}
#service .flow li {
	position: relative;
}
#service .flow li dl {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#service .flow li dt {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 92px;
	height: 92px;
	z-index: 10;
	border-radius: 50px;
	background: #43bdd4;
}
#service .flow li dd {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 80px);
	margin-left: -12px;
	padding: 12px 0;
	text-indent: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	background: #fff;
	border: 2px solid #43bdd4;
	border-radius: 5px;
	box-shadow: 5px 5px 7px rgba(0,0,0,0.25);
}
#service .flow li dd br {
	display: none;
}
#service .flow li p {
	position: relative;
	margin: -12px 0 0 92px;
	padding: 4px 0 0;
	font-size: 14px;
	text-align: center;
}
#service .flow li dt img {
	width: 80px;
	height: auto;
}

#service .flow li + li {
	padding-top: 30px;
	background: url(../img/icon_times.svg) 62% 15px no-repeat;
	background-size: 26px auto;
}






#service .video {
	position: relative;
	width: 100%;
	height: 56.25vw;
	margin: 60px auto 0;
	background: #43bdd4;
}
#service .video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}



#service .reason {
	padding: 70px 0 0;
}
#service .reason h2 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 1.65;
}
#service .reason h2 strong {
	position: relative;
	display: inline-block;
}
#service .reason h2 strong::after {
	position: absolute;
	content: "";
	width: calc(100% + 8px);
	height: 4px;
	left: -4px;
	bottom: 1px;
	border-radius: 3px;
	background: #43bdd4;
}
#service .reason article {
	margin: 50px 0 0;
	text-align: center;
}
#service .reason article p {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.8;
}

#service .feature {
	margin: 20px 0 0;
}
#service .feature > ul {
	position: relative;
	display: flex;
	height: 122px;
	z-index: 10;
	justify-content: center;
}
#service .feature > ul > li {
	width: 88px;
	height: 122px;
}
#service .feature > ul > li + li {
	margin-left: 18px;
}
#service .feature > ul > li a {
	position: relative;
	display: block;
	width: 88px;
	height: 88px;
	cursor: pointer;
}
#service .feature > ul > li a span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 88px;
	height: 88px;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 4px;
	text-indent: 4px;
	border-radius: 44px;
	background: #43bdd4;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.25);
}
#service .feature > ul > li a em {
	position: absolute;
	display: block;
	width: 3px;
	height: 26px;
	left: calc(50% - 1.5px);
	bottom: -26px;
	z-index: 5;
	background: #43bdd4;
}
#service .feature > ul > li a i {
	position: absolute;
	width: 14px;
	height: 14px;
	left: calc(50% - 7px);
	bottom: -34px;
	border-radius: 7px;
	background: #43bdd4;
}
#service .feature .content {
	position: relative;
	box-sizing: border-box;
	z-index: 1;
	margin: -10px 26px 0;
	background: #fff;
	border: 3px solid #43bdd4;
	border-radius: 7px;
}


#service .feature > ul > li a span {
	opacity: 0.5;
	transition: all 300ms ease-out;
}
#service .feature > ul > li.active a span {
	opacity: 1
}
#service .feature > ul > li.active a:hover span {
	opacity: 1;
}



#service .feature > ul > li a em {
	transform: scaleY(0);
	transform-origin: left top;
	transition: all 300ms ease-out;
}
#service .feature > ul > li a i {
	transform: scale(0);
	transition: all 300ms ease-out;
}

#service .feature > ul > li.active a em {
	transform: scaleY(1);
}
#service .feature > ul > li.active a i {
	transform: scale(1);
	transition-delay: 200ms;
}



#service .feature .content .extra {
	position: relative;
	display: flex;
	width: calc((100vw - 52px) * 3);
}

#service .feature .content .extra > div {
	position: relative;
	box-sizing: border-box;
	width: calc(100vw - 52px);
	padding: 20px 20px 20px 10px;
	transition: all 300ms ease-out;
}
#service .feature .content .extra > div:nth-child(1) {
}
#service .feature .content .extra > div:nth-child(2) {
	left: calc((100vw - 52px) * -1);
}
#service .feature .content .extra > div:nth-child(3) {
	left: calc((100vw - 52px) * -2);
}


#service .feature .content .extra > div[data-status="hidden"] {
	opacity: 0;
}
#service .feature .content .extra > div[data-status="ready"] {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0ms ease-out;
}
#service .feature .content .extra > div[data-status="active"] {
	opacity: 1;
	transform: translateY(0px);
	transition: all 600ms ease-out 300ms;
}







#service .feature .content img {
	width: 100%;
	height: auto;
}
#service .feature .content .extra > div > ul {
}
#service .feature .content .extra > div {
	display: flex;
	flex-direction: column;
}
#service .feature .content .extra > div > ul.compact {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
#service .feature .content .extra > div > ul > li {
	display: flex;
	justify-content: space-between;
}
#service .feature .content .extra > div > ul > li + li {
	margin-top: 30px;
}

#service .feature .content figure {
	width: 100px;
}
#service .feature .content dl {
	width: calc(100% - 110px);
}
#service .feature .content dt {
	font-size: 17px;
	font-weight: 700;
}
#service .feature .content dd {
	margin: 10px 0 0;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.6;
}
#service .feature .content dd p {
}
#service .feature .content dd span.note {
	display: block;
}

#service .feature .content dd ul {
	display: inline-block;
	text-align: left;
}
#service .feature .content dd li {
	position: relative;
	padding-left: 12px;
}
#service .feature .content dd li + li {
	margin-top: 2px;
}
#service .feature .content dd li::before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	left: 0;
	top: 0.2em;
	border-radius: 5px;
	background: #43bdd4;
}







#service .reason {
	position: relative;
}

#service .illust1,
#service .illust2 {
	position: absolute;
	display: block;
}
#service .illust1 img,
#service .illust2 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#service .illust1 {
	width: 156px;
	height: 112px;
	left: calc(50% - 235px);
	top: 68px;
}
#service .illust2 {
	width: 92px;
	height: 108px;
	left: calc(50% + 95px);
	top: 70px;
}











#contract {
	padding: 45px 0 0;
}
#contract h2 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
#contract h2 strong {
	position: relative;
	display: inline-block;
}
#contract h2 strong::after {
	position: absolute;
	content: "";
	width: calc(100% + 8px);
	height: 4px;
	left: -4px;
	bottom: -10px;
	border-radius: 3px;
	background: #43bdd4;
}

#contract .price {
	margin: 40px 26px 0;
}
#contract .price > * {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	background: #43bdd4;
}
#contract .price .col1 {
	height: 124px;
}
#contract .price .col2 {
	height: 164px;
	margin-top: 10px;
}

#contract .price .col1 span {
	font-size: 26px;
}
#contract .price .col1 strong {
	margin-left: 12px;
	font-size: 115px;
}
#contract .price .col1 em {
	font-size: 18px;
}

#contract .price .col2 div {
	position: relative;
	display: flex;
	flex-direction: column;
	top: 10px;
}
#contract .price .col2 span {
	font-size: 20px;
}
#contract .price .col2 strong {
	margin: 10px 0 0;
	font-size: 42px;
}
#contract .price p {
	position: relative;
	font-size: 16px;
	text-align: center;
	top: -10px;
}

#contract .list {
	margin: 40px 0 0;
	text-align: center;
}
#contract .list ol {
	display: inline-block;
	text-align: left;
	counter-reset: order;
}
#contract .list li {
	position: relative;
	counter-increment: order;
	padding-left: 38px;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.6;
}
#contract .list li::before {
	position: absolute;
	display: inline-block;
	width: 38px;
	left: 0;
	top: 0;
	content: counter(order);
	color: #43bdd4;
}
#contract .list li + li {
	margin-top: 18px;
}
#contract .note {
	margin: 15px 0 0 -38px;
	font-size: 11px;
}

#contract .merit {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 45px 26px 0;
	padding: 20px;
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #43bdd4;
	border-radius: 5px;
}
#contract .photo {
	margin: 18px 40px 0;
}
#contract .photo img {
	width: 100%;
	height: auto;
}

#contract nav {
	width: 294px;
	margin: 45px auto 0;
}
#contract nav a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 42px;
	font-size: 13px;
	font-weight: 700;
	background: #fde064;
	border-radius: 30px;
	box-shadow: 5px 5px 7px rgba(0,0,0,0.25);
	transition: all 300ms ease-out;
}
#contract nav a + a {
	margin-top: 30px;
}

#contract nav a:active {
	background: #fee88b;
}





















/* 2nd */

#visual {
	height: 150px;
	margin: 0 0 45px;
	overflow: hidden;
}
#visual img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}




/* News */

section.news {
	margin: 0 32px;
}
section.news h1 {
	margin: 0 0 50px;
	font-size: 23px;
	font-weight: 700;
	text-align: center;
}
section.news ul {
}
section.news li + li {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #707070;
}
section.news li > a {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 0 50px 16px 0;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.6;
	cursor: pointer;
}
section.news li .date {
	display: inline;
}
section.news li .title {
}
section.news li .tag {
	display: inline;
}
section.news li .tag span {
	position: relative;
	display: inline-flex;
	width: 68px;
	height: 14px;
	justify-content: center;
	align-items: center;
	top: -1px;
	margin: 0 0 0 10px;
	color: #fff;
	font-size: 9px;
	font-weight: 500;
	line-height: 1;
	border-radius: 20px;
}

section.news li .detail {
	height: 65px;
	overflow: hidden;
	
	font-size: 12px;
	line-height: 1.8;
}
section.news li .detail p {
	font-size: 12px;
	line-height: 1.8;
}


section.news li .group + .group {
	margin-top: 30px;
}
section.news li .detail h2 {
	margin: 0 0 3px;
	font-size: 13px;
	line-height: 1.7;
}
section.news .figure {
	margin: 20px 0;
}
section.news .figure {
	margin: 20px 0;
}
section.news .figure-caption {
	margin: -15px 0 20px;
}




section.news li .image {
	height: 0;
	overflow: hidden;
}
section.news li .image img {
	width: 100%;
	height: auto;
}

section.news li .image .extra {
	padding: 0 0 18px;
}
section.news li .image .extra span {
	display: block;
}
section.news li .image .extra span:nth-child(n + 2) {
	margin-top: 18px;
}


section.news li > a::after {
	position: absolute;
	box-sizing: border-box;
	display: block;
	content: "";
	width: 38px;
	height: 38px;
	right: 0;
	top: -7px;
	background: url(../img/icon_plus.svg) 50% 50% no-repeat;
	background-size: 18px auto;
	border: 2px solid #43bdd4;
	border-radius: 20px;
	transition: all 300ms ease-out;
}

section.news li > a.disabled {
	cursor: default;
}
section.news li > a.disabled::after {
	display: none;
}

section.news li .detail,
section.news li .image {
	transition: all 400ms ease-out;
}
section.news li.opened > a::after {
	transform: rotate(45deg);
}

section.news li .detail img {
	max-width: 100%;
	height: auto;
}




#news-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 290px;
	margin: -10px auto 50px;
}
#news-menu span {
	display: block;
	width: 90px;
	height: 24px;
}
#news-menu span.all {
	width: 100%;
}
#news-menu span:nth-child(n + 2) {
	margin-top: 13px;
}

#news-menu a {
	box-sizing: border-box;
	display: flex;
	width: 100%;
	height: 24px;
	color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	border-radius: 20px;
}
#news-menu .all a {
	width: 90px;
	margin: 0 auto;
	color: #000;
	border: 1px solid #707070;
	background: #fff;
}


#news-menu a {
	transition: all 300ms ease-out;
}
#news-menu a:hover {
	opacity: 0.7;
}













/* Casestudy */

section.casestudy {
	margin: 0 32px;
}
section.casestudy h1 {
	margin: 0 0 50px;
	font-size: 23px;
	font-weight: 700;
	text-align: center;
}

section.casestudy img {
	width: 100%;
	height: auto;
}

section.casestudy .entry + .entry {
	margin-top: 45px;
	padding-top: 45px;
	border-top: 1px solid #707070;
}

section.casestudy h2 {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.6;
}
section.casestudy h3 {
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.6;
}
section.casestudy article {
	margin: 20px 0 0;
}
section.casestudy article p {
	font-size: 12px;
	line-height: 1.9;
}

section.casestudy .image {
}
section.casestudy .image dl {
	margin: 35px 0 0;
}
section.casestudy .image dt {
	font-size: 13px;
	font-weight: 800;
	line-height: 1.6;
}
section.casestudy .image dt + dd {
	position: relative;
	margin: 12px 0 0;
}
section.casestudy .image dd + dd {
	margin: 15px 0 0;
	font-size: 12px;
	line-height: 1.9;
}

section.casestudy dt + dd a {
	position: absolute;
	display: block;
	width: 26px;
	height: 26px;
	right: 7px;
	bottom: 7px;
	z-index: 10;
	border-radius: 13px;
	background: #fff url(../img/icon_zoom.svg) 50% 50% no-repeat;
	background-size: 14px auto;
}


#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2000;
	background: rgba(0,0,0,0.9);
	opacity: 0;
	transition: all 300ms ease-out;
}
#viewer {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 0px);
	height: calc(100% - 100px);
	left: 0px;
	top: 50px;
	z-index: 2100;
	opacity: 0;
	transition: all 300ms ease-out;
}
#viewer img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#close-button {
	position: fixed;
	display: block;
	width: 36px;
	height: 36px;
	right: 15px;
	top: 15px;
	z-index: 2150;
	opacity: 0;
	transition: all 300ms ease-out;
}
#close-button::before,
#close-button::after {
	position: absolute;
	content: "";
	display: block;
	width: 26px;
	height: 4px;
	left: 5px;
	top: calc(50% - 2px);
	background: #fff;
}
#close-button::before {
	transform: rotate(45deg);
}
#close-button::after {
	transform: rotate(-45deg);
}


body.viewer #overlay,
body.viewer #viewer,
body.viewer #close-button {
	opacity: 1;
}





/* Contact */

section.company h1 {
	margin: 0 0 50px;
	font-size: 23px;
	font-weight: 700;
	text-align: center;
}

.company-header {
	padding: 32px 20px 45px;
	text-align: center;
	color: #fff;
	background: #43bdd4;
}
.company-header .subtitle {
	font-size: 20px;
	font-weight: 700;
}
.company-header h2 {
	margin: 10px 0 0;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.6;
}

.company-ceo {
	margin: 35px auto 0;
}
.company-ceo h3 {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.company-ceo .box {
}
.company-ceo .box figure {
	height: 55vw;
}
.company-ceo .box figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.company-ceo .content {
	margin: 45px 0 0;
}
.company-ceo .box dt {
	font-size: 16px;
	text-align: center;
}
.company-ceo .box dd {
	margin: 15px 0 0;
	font-size: 24px;
	text-align: center;
}
.company-ceo  article {
	margin: 40px 30px 0;
}
.company-ceo p {
	font-size: 13px;
	line-height: 1.75;
}
.company-ceo p + p {
	margin-top: 18px;
}


.company-profile {
	margin: 70px 0 0;
	padding: 60px 0 70px;
	background: #f7f5f5;
}
.company-profile h3 {
	margin: 0 0 30px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.company-profile .box {
	margin: 0 30px;
}
.company-profile .box .content {
	position: relative;
	margin-right: -5px;
	font-size: 14px;
	line-height: 1.7;
}
.company-profile .box dt,
.company-profile .box dd {
	display: inline;
}
.company-profile .box dl + dl {
	margin-top: 10px;
}


.company-partner {
	margin: 60px 0;
}
.company-partner h3 {
	margin: 0 0 40px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.company-partner img {
	width: 100%;
	height: auto;
}
.company-partner ul {
	width: 272px;
	margin: 0 auto;
}
.company-partner li + li {
	margin-top: 40px;
}


.company-contact {
	padding: 55px 0 0;
}

.company-contact nav {
	width: 294px;
	margin: 0 auto;
}
.company-contact nav a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 42px;
	font-size: 13px;
	font-weight: 700;
	background: #fde064;
	border-radius: 30px;
	box-shadow: 5px 5px 7px rgba(0,0,0,0.25);
	transition: all 300ms ease-out;
}
.company-contact nav a:hover {
	background: #fee88b;
}








/* Privacy */

section.privacy {
	margin: 0 32px;
}
section.privacy h1 {
	margin: 0 0 50px;
	font-size: 23px;
	font-weight: 700;
	text-align: center;
}
section.privacy .intro p + p {
	margin-top: 12px;
}
section.privacy .box {
	margin-top: 30px;
	line-height: 1.8;
}
section.privacy .box + .box {
	margin-top: 30px;
}
section.privacy h2 {
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: 700;
}
section.privacy p,
section.privacy ul,
section.privacy ol,
section.privacy dl {
	font-size: 12px;
	line-height: 1.8;
}
section.privacy ol > li {
	margin-top: 5px;
}

section.privacy ul.marker li {
	padding-left: 1.75em;
	text-indent: -1.75em;
}
section.privacy ul.marker li::before {
	display: inline-block;
	width: 1.75em;
	content: "・";
	text-indent: 0.5em;
}

section.privacy dl {
	margin-top: 5px;
}
section.privacy dl + dl {
	margin-top: 5px;
}
section.privacy dt {
	font-weight: 700;
}
section.privacy dd {
	padding-left: 1em;
}

section.privacy .foot {
	margin-top: 30px;
}

section.privacy .box a {
	text-decoration: underline;
}








/* Contact */

body.contact footer .contact {
	display: none;
}

section.contact {
	margin: 0 32px;
}
section.contact h1 {
	margin: 0 0 50px;
	font-size: 23px;
	font-weight: 700;
	text-align: center;
}
section.contact input[type="text"],
section.contact textarea {
	appearance: none;
	box-sizing: border-box;
	width: 100%;
	padding: 12px 16px;
	font-size: 16px;
	background: #f6f6f6;
	border: 1px solid #000;
	border-radius: 6px;
	box-shadow: none;
}
section.contact input[type="text"]:focus,
section.contact textarea:focus {
	outline: none;
	background: #fff;
}
section.contact dt {
	font-size: 14px;
}
section.contact dt .required {
	margin-left: 14px;
	color: #f00;
}
section.contact dd {
	margin: 12px 0 0;
}
section.contact dl + dl {
	margin-top: 25px;
}
section.contact .agree {
	margin: 30px 0 0;
	text-align: center;
}
section.contact .agree input {
	appearance: none;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	vertical-align: middle;
	cursor: pointer;
}
section.contact .agree input:checked {
	background: url(../img/icon_check.svg) 50% 50% no-repeat;
	background-size: 16px auto;
}
section.contact .agree .mwform-checkbox-field-text {
	position: relative;
	top: -1px;
	margin: 0 0 0 8px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}


section.contact .button {
	width: 294px;
	margin: 45px auto 0;
}
section.contact .button input {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 294px;
	height: 42px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 700;
	background: #fde064;
	border-radius: 30px;
	border: none;
	box-shadow: 5px 5px 7px rgba(0,0,0,0.25);
	transition: all 300ms ease-out;
	cursor: pointer;
}
section.contact .button input:hover {
	background: #fee88b;
}


section.contact .mw_wp_form span.error {
	display: inline-block;
	margin: 5px 0 0;
	padding: 4px 8px;
	font-size: 13px;
	color: #fff;
	background: #f00;
	border-radius: 10px;
}

section.contact .complete {
	min-height: 100px;
}
section.contact .complete p {
	text-align: center;
	font-size: 14px;
	line-height: 2;
}






#kv .bg {
	position: relative;
	height: 91vw;
	background: url(../img/kv_sp.jpg?2) 50% 0 no-repeat;
	background-size: cover
}
#kv .car {
	position: absolute;
	display: block;
	width: 246px;
	height: 178px;
	left: calc(50% - 32px);
	bottom: 0;
	z-index: 10;
}
#kv .car img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}







#kv .title {
	position: absolute;
	width: 50vw;
	height: 46vw;
	left: 0;
	top: 46vw;
	z-index: 50;
	text-align: center;
	color: #fff;
}
#kv .title .box1 {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
#kv .title h1 {
	width: 128px;
}
#kv .title h1 img {
	width: 100%;
	height: auto;
}

#kv .title .box1 p {
	margin: 12px 0 0;
	line-height: 1.4;
	font-size: 11px;
	font-weight: 700;
}



#kv .title .box2 {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
#kv .title .box2 p {
	position: relative;
	left: 4px;
	font-size: 12px;
	line-height: 1.8;
}

#kv .title .box1,
#kv .title .box2 {
	transition: all 1500ms ease;
}
#kv .title .box1.hidden,
#kv .title .box2.hidden {
	opacity: 0;
}



.spacer1 {
	height: 20px;
}
.spacer2 {
	height: 45px;
}




.notfound {
	min-height: 200px;
	margin: 0 30px;
}
.notfound h1 {
	margin: 0 0 30px;
	font-size: 22px;
}
.notfound p {
	font-size: 15px;
	line-height: 2;
}
.notfound p + p {
	margin-top: 15px;
}
.notfound p a {
	text-decoration: underline;
}







section.privacy table,
section.privacy th,
section.privacy td {
	border-collapse: collapse;
	border: 1px solid #000;
}
section.privacy table {
	margin-top: 15px;
}
section.privacy th {
	font-weight: 700;
}
section.privacy th,
section.privacy td {
	padding: 3px 6px;
	font-size: 11px;
}
section.privacy thead th {
	background: #eee;
}
section.privacy tbody th {
	text-align: left;
}


section.privacy .foot.right {
	text-align: right;
}


section.privacy .indent {
	margin-left: 20px;
}


section.privacy table.indent {
	margin-left: 0;
}

section.privacy ol.indent > li > dl > dd {
	margin-left: 8px;
}

section.privacy ol.indent dl dl {
	margin-left: 0;
}
section.privacy ol.indent dl dl dt {
	font-weight: 500;
}
section.privacy ol.indent dl dl dd {
	margin-left: 0;
}











.form-policy {
	margin: 30px 0 0;
	padding: 14px;
	border: 1px solid #000;
}
.form-policy > dl > dt {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
}
.form-policy > dl > dd {
	margin: 15px 0 0;
}
.policy-container ol > li + li {
	margin-top: 15px;
}
.policy-container ol > li > dl > dt {
	font-size: 12px;
	line-height: 1.7;
}
.policy-container ol > li > dl > dd {
	margin: 2px 0 0 13px;
	font-size: 12px;
	line-height: 1.7;
}
.policy-container ol > li > dl > dd li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	line-height: 1.7;
}
.policy-container ol > li > dl > dd li::before {
	display: inline-block;
	content: "・";
	width: 1em;
	text-indent: 0;
}
.policy-container .address {
	margin: 8px 0 0;
}
.policy-container .address dt {
	font-size: 12px;
}
.policy-container .address dd {
	margin: 0;
}





section.contact .button input:disabled {
	background-color: #eee;
	cursor: default;
}














/* FAQ */

section.faq {
	margin: 0 32px;
}
section.faq h1 {
	margin: 0 0 50px;
	font-size: 23px;
	font-weight: 700;
	text-align: center;
}
section.faq ul {
}
section.faq li + li {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #707070;
}
section.faq li > a {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 0 50px 0 0;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.6;
	cursor: pointer;
}
section.faq li .question {
}
section.faq li .answer {
	height: 0;
	overflow: hidden;
}
section.faq li .answer {
	font-size: 12px;
	line-height: 1.8;
}

section.faq li .answer .inner {
	padding: 15px 0 0;
}


section.faq li > a::after {
	position: absolute;
	box-sizing: border-box;
	display: block;
	content: "";
	width: 38px;
	height: 38px;
	right: 0;
	top: -7px;
	background: url(../img/icon_plus.svg) 50% 50% no-repeat;
	background-size: 18px auto;
	border: 2px solid #43bdd4;
	border-radius: 20px;
	transition: all 300ms ease-out;
}



section.faq li .answer {
	transition: all 400ms ease-out;
}
section.faq li.opened > a::after {
	transform: rotate(45deg);
}


















