@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');

.sp {
	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 {
	padding: 60px 0 0;
}


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 40px;
	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 ul {
	display: flex;
}
header.global nav li + li {
	margin-left: 20px;
}
header.global nav a {
	position: relative;
	display: inline-block;
	font-size: 12px;
}
header.global nav a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -4px;
	background: #000;
	opacity: 0;
	transition: all 300ms ease-out;
}
header.global nav a:hover::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;
}



footer {
	position: relative;
	margin: 110px 0 32px;
}
footer .pict {
	position: relative;
	height: 180px;
	background: url(../img/foot_pc.jpg) 50% 0 no-repeat;
	background-size: cover;
}
footer .logo {
	margin: 22px 0 0;
	text-align: center;
}
footer .logo img {
	width: 278px;
	height: auto;
}
footer nav {
	margin: 25px 0 0;
	display: flex;
	justify-content: center;
}
footer nav ul {
	position: relative;
	display: flex;
	justify-content: center;
}
footer nav li {
	position: relative;
	padding: 0 28px;
}
footer nav ul + ul::before,
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: 13px;
}
footer nav a:hover {
	text-decoration: underline;
}
footer .copyright {
	margin: 45px 0 0;
	text-align: center;
	font-size: 12px;
}

footer .contact {
	position: fixed;
	width: 102px;
	height: 102px;
	right: 40px;
	bottom: 40px;
	z-index: 100;
}
footer .contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 102px;
	height: 102px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
	border-radius: 51px;
	background: #fed064;
	cursor: pointer;
	transition: all 300ms ease-out;
}
footer .contact a span {
	position: relative;
	display: inline-block;
	top: 2px;
}
footer .contact a:hover {
	background: #fde374;
}

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







main {
	margin: 0 0 100px;
}



#kv {
	position: relative;
	height: 460px;
}

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

#intro figure {
	width: 880px;
	margin: 50px auto 0;
}
#intro figure img {
	width: 100%;
	height: auto;
}
#intro figcaption {
	width: 890px;
	margin: 15px auto 0;
	font-size: 13px;
	text-align: left;
}





#topics {
	position: relative;
	box-sizing: border-box;
	width: 928px;
	margin: 80px auto 0;
	padding: 30px 36px 36px;
	border-radius: 6px;
	background: #faf8e6;
}
#topics h2 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
}
#topics ul {
	display: flex;
	margin: 25px 0 0;
}
#topics li {
	width: 270px;
}
#topics li + li {
	margin-left: 26px;
}
#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: 22px 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:hover figure img {
	opacity: 0.8;
}
#topics nav a:hover {
	color: #fff;
	background: #43bdd4;
}



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

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

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

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

#service .concept {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 770px;
	height: 65px;
	margin: 20px auto 0;
	font-size: 24px;
	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 ul {
	display: flex;
	justify-content: space-between;
	width: 768px;
	margin: 22px auto 0;
}
#service .flow li {
	position: relative;
	width: 220px;
	padding: 52px 0 0;
}
#service .flow li dl {
	position: relative;
	background: #fff;
	border: 2px solid #43bdd4;
	border-radius: 5px;
	box-shadow: 5px 5px 7px rgba(0,0,0,0.25);
}
#service .flow li dt {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	left: calc(50% - 50px);
	top: -50px;
	border-radius: 50px;
	background: #43bdd4;
}
#service .flow li dd {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 132px;
	padding: 60px 0 16px;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}
#service .flow li dd.large {
	font-size: 32px;
}
#service .flow li p {
	margin: 18px 0 0;
	font-size: 16px;
	text-align: center;
}
#service .flow li dt img {
	width: 88px;
	height: auto;
}

#service .flow li + li::before {
	position: absolute;
	content: "";
	display: block;
	width: 54px;
	height: 100%;
	left: -54px;
	top: 0;
	background: url(../img/icon_times.svg) 50% 53% no-repeat;
	background-size: 30px auto;
}



#service .video {
	position: relative;
	width: 770px;
	height: 437px;
	margin: 90px auto 0;
	/*
	border-radius: 6px;
	*/
	background: #43bdd4;
	overflow: hidden;
}
#service .video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


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

#service .feature {
	margin: 30px 0 0;
}
#service .feature > ul {
	position: relative;
	display: flex;
	height: 160px;
	z-index: 10;
	justify-content: center;
}
#service .feature > ul > li {
	width: 128px;
	height: 160px;
}
#service .feature > ul > li + li {
	margin-left: 32px;
}
#service .feature > ul > li a {
	position: relative;
	display: block;
	width: 128px;
	height: 128px;
	cursor: pointer;
}
#service .feature > ul > li a span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 128px;
	height: 128px;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 6px;
	text-indent: 6px;
	border-radius: 64px;
	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: 18px;
	height: 18px;
	left: calc(50% - 9px);
	bottom: -34px;
	border-radius: 9px;
	background: #43bdd4;
}
#service .feature .content {
	position: relative;
	box-sizing: border-box;
	width: 916px;
	height: 340px;
	z-index: 1;
	margin: -10px auto 0;
	background: #fff;
	border: 5px solid #43bdd4;
	border-radius: 9px;
}


#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 > div {
	position: absolute;
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	transition: all 300ms ease-out;
}
#service .feature .content .extra > div[data-status="hidden"] {
	opacity: 0;
}
#service .feature .content .extra > div[data-status="ready"] {
	opacity: 0;
	transform: translateY(40px);
	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 {
	display: flex;
	justify-content: space-between;
}
#service .feature .content .extra > div > ul.compact {
	justify-content: center;
}
#service .feature .content .extra > div > ul > li {
	width: 270px;
}
#service .feature .content .extra > div > ul > li + li {
	margin-left: 18px;
}

#service .feature .content figure {
	width: 240px;
	margin: 0 auto;
}

#service .feature .content dl {
	margin: 15px 0 0;
}
#service .feature .content dt {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}
#service .feature .content dd {
	margin: 15px 0 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}
#service .feature .content dd p {
	text-align: center;
	margin: 0 15px;
}
#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: 18px;
}
#service .feature .content dd li::before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	left: 0;
	top: 0.2em;
	border-radius: 7px;
	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: 286px;
	height: 208px;
	left: calc(50% - 535px);
	top: 85px;
}
#service .illust2 {
	width: 190px;
	height: 226px;
	left: calc(50% + 284px);
	top: 88px;
}







#contract {
	padding: 75px 0 0;
}
#contract h2 {
	font-size: 36px;
	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: 5px;
	left: -4px;
	bottom: -12px;
	border-radius: 3px;
	background: #43bdd4;
}

#contract .price {
	display: flex;
	justify-content: space-between;
	width: 864px;
	margin: 50px auto 0;
}
#contract .price > * {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 176px;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	background: #43bdd4;
}
#contract .price .col1 {
	width: 336px;
}
#contract .price .col2 {
	width: 518px;
}

#contract .price .col1 span {
	font-size: 30px;
}
#contract .price .col1 strong {
	margin-left: 18px;
	font-size: 136px;
}
#contract .price .col1 em {
	font-size: 20px;
}

#contract .price .col2 div {
	position: relative;
	display: flex;
	align-items: center;
	top: -22px;
}
#contract .price .col2 span {
	font-size: 25px;
}
#contract .price .col2 strong {
	margin-left: 12px;
	font-size: 53px;
}
#contract .price p {
	position: absolute;
	width: 100%;
	top: calc(50% + 22px);
	text-align: center;
}

#contract .list {
	margin: 35px 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;
	font-size: 19px;
	font-weight: 700;
}
#contract .list li::before {
	display: inline-block;
	width: 38px;
	content: counter(order);
	color: #43bdd4;
}
#contract .list li + li {
	margin-top: 18px;
}
#contract .note {
	margin: 15px 0 0 38px;
	font-size: 13px;
}

#contract .merit {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 864px;
	height: 68px;
	margin: 35px auto 0;
	font-size: 22px;
	color: #fff;
	background: #43bdd4;
	border-radius: 5px;
}
#contract .photo {
	width: 720px;
	margin: 20px auto 0;
}
#contract .photo img {
	width: 100%;
	height: auto;
}

#contract nav {
	width: 412px;
	margin: 50px auto 0;
}
#contract nav a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 58px;
	font-size: 17px;
	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:hover {
	background: #fee88b;
}





















/* 2nd */

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




/* News */

section.news {
	width: 840px;
	margin: 0 auto;
}
section.news h1 {
	margin: 0 0 70px;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
}
section.news ul {
}
section.news li + li {
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px solid #707070;
}
section.news li > a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	width: 100%;
	padding: 0 50px 16px 0;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.6;
	cursor: pointer;
}
section.news li .date {
	width: 110px;
}
section.news li .title {
	width: calc(100% - 110px - 105px);
}
section.news li .tag {
	position: relative;
	display: flex;
	align-items: center;
	width: 105px;
	min-height: 24px;
}
section.news li .tag span {
	display: flex;
	width: 90px;
	height: 24px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	border-radius: 20px;
}


section.news li .detail {
	height: 52px;
	overflow: hidden;
	
	font-size: 14px;
	line-height: 1.9;
}
section.news li .detail p {
	font-size: 14px;
	line-height: 1.9;
}
section.news li .image {
	height: 0;
	overflow: hidden;
}
section.news li .image img {
	width: 100%;
	height: auto;
}


section.news li .group + .group {
	margin-top: 50px;
}
section.news li .detail h2 {
	margin: 0 0 5px;
	font-size: 15px;
	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 .extra {
	padding: 0 0 20px;
}
section.news li .image .extra.multi {
	display: flex;
	flex-wrap: wrap;
}
section.news li .image .extra.multi span {
	width: calc(50% - 10px);
}
section.news li .image .extra.multi span:nth-child(2n) {
	margin-left: 20px;
}
section.news li .image .extra.multi span:nth-child(n + 3) {
	margin-top: 20px;
}


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;
	justify-content: center;
	height: 24px;
	margin: -15px 0 70px;
}

#news-menu span {
	display: block;
	width: 90px;
	height: 24px;
}
#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 {
	color: #000;
	border: 1px solid #707070;
	background: #fff;
}
#news-menu span + span {
	margin-left: 9px;
}

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






/* Casestudy */

section.casestudy {
	width: 840px;
	margin: 0 auto;
}
section.casestudy h1 {
	margin: 0 0 70px;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
}

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

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

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

section.casestudy .image {
	margin: 50px 0 0;
}
section.casestudy .image dt {
	font-size: 17px;
	line-height: 1.6;
}
section.casestudy .image dt + dd {
	margin: 14px 0 0;
}
section.casestudy .image dd + dd {
	margin: 25px 0 0;
	font-size: 14px;
	line-height: 1.9;
}

section.casestudy .image.multi {
	display: flex;
	flex-wrap: wrap;
}
section.casestudy .image.multi dl {
	width: calc(50% - 15px);
}
section.casestudy .image.multi dl:nth-child(2n) {
	margin-left: 30px;
}
section.casestudy .image.multi dl:nth-child(n + 3) {
	margin-top: 30px;
}
section.casestudy .image.multi dt + dd {
	margin: 10px 0 0;
}
section.casestudy .image.multi dd + dd {
	margin: 20px 0 0;
}





/* Contact */

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

.company-header {
	padding: 40px 0 50px;
	text-align: center;
	color: #fff;
	background: #43bdd4;
}
.company-header .subtitle {
	font-size: 25px;
	font-weight: 700;
}
.company-header h2 {
	margin: 12px 0 0;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.6;
}

.company-ceo {
	max-width: 800px;
	margin: 75px auto 0;
}
.company-ceo h3 {
	margin: 0 0 35px;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
}
.company-ceo .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.company-ceo .box figure {
	width: 494px;
	height: 215px;
}
.company-ceo .box .content {
	width: 275px;
}


.company-ceo .box figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.company-ceo .box dt {
	font-size: 16px;
}
.company-ceo .box dd {
	margin: 15px 0 0;
	font-size: 25px;
}
.company-ceo article {
	margin: 45px 0 0;
}
.company-ceo p {
	font-size: 13px;
	line-height: 1.8;
}
.company-ceo p + p {
	margin-top: 20px;
}



.company-profile {
	margin: 80px 0 0;
	padding: 60px 0;
	background: #f7f5f5;
}
.company-profile h3 {
	margin: 0 0 35px;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
}
.company-profile .box {
	width: 550px;
	margin: 0 auto;
}
.company-profile .box .content {
	font-size: 15px;
	line-height: 1.85;
}
.company-profile .box dl {
	display: flex;
}
.company-profile .box dt {
	width: 105px;
}
.company-profile .box dd {
	width: calc(100% - 105px);
}
.company-profile .box dl + dl {
	margin-top: 1px;
}


.company-partner {
	margin: 65px 0;
}
.company-partner h3 {
	margin: 0 0 40px;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
}

.company-partner ul {
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	width: 762px;
	margin: 0 auto;
}
.company-partner li {
	width: 338px;
}
.company-partner img {
	width: 100%;
	height: auto;
}

/* 2023.04.01 */
.company-partner {
	margin-bottom: 140px;
}


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

.company-contact nav {
	width: 412px;
	margin: 0 auto;
}
.company-contact nav a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 58px;
	font-size: 17px;
	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 {
	width: 840px;
	margin: 0 auto;
}
section.privacy h1 {
	margin: 0 0 70px;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
}
section.privacy .intro p + p {
	margin-top: 1.5em;
}
section.privacy .box {
	margin-top: 40px;
	line-height: 1.8;
}
section.privacy .box + .box {
	margin-top: 40px;
}
section.privacy h2 {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 700;
}
section.privacy p,
section.privacy ul,
section.privacy ol,
section.privacy dl {
	font-size: 14px;
	line-height: 1.8;
}
section.privacy ol > li {
	margin-top: 8px;
}

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: 6px;
}
section.privacy dl + dl {
	margin-top: 6px;
}
section.privacy dt {
	font-weight: 700;
}
section.privacy dd {
	padding-left: 1em;
}

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

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







/* Contact */

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

section.contact {
	width: 660px;
	margin: 0 auto;
}
section.contact h1 {
	margin: 0 0 70px;
	font-size: 32px;
	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: 15px;
}
section.contact dt .required {
	margin-left: 16px;
	color: #f00;
}
section.contact dd {
	margin: 12px 0 0;
}
section.contact dl + dl {
	margin-top: 25px;
}
section.contact .agree {
	margin: 45px 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: 415px;
	margin: 45px auto 0;
}
section.contact .button input {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 415px;
	height: 58px;
	margin: 0;
	padding: 0;
	font-size: 17px;
	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: 6px 0 0;
	padding: 4px 8px;
	font-size: 13px;
	color: #fff;
	background: #f00;
	border-radius: 10px;
}

section.contact .complete {
	min-height: 200px;
}
section.contact .complete p {
	text-align: center;
	line-height: 2;
}








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



#kv .title {
	position: absolute;
	width: 410px;
	height: 80px;
	left: calc(50% - 452px);
	top: 274px;
	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: 306px;
}
#kv .title h1 img {
	width: 100%;
	height: auto;
}

#kv .title .box1 p {
	margin: 12px 0 0;
	font-size: 14px;
	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 {
	font-size: 16px;
	line-height: 1.7;
}

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





.spacer1 {
	height: 50px;
}
.spacer2 {
	height: 60px;
}



.notfound {
	max-width: 640px;
	min-height: 200px;
	margin: 0 auto;
}
.notfound h1 {
	margin: 0 0 30px;
	font-size: 24px;
}
.notfound p {
	line-height: 2;
}
.notfound p + p {
	margin-top: 15px;
}
.notfound p a {
	text-decoration: underline;
}
.notfound p a:hover {
	text-decoration: none;
}









section.privacy table,
section.privacy th,
section.privacy td {
	border-collapse: collapse;
	border: 1px solid #000;
}
section.privacy table {
	margin-top: 20px;
}
section.privacy th {
	font-weight: 700;
}
section.privacy th,
section.privacy td {
	padding: 5px 12px;
	font-size: 14px;
}
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: 40px;
}


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

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












.form-policy {
	margin: 40px 0 0;
	padding: 20px;
	border: 1px solid #000;
}
.form-policy > dl > dt {
	font-size: 15px;
	line-height: 1.8;
	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: 14px;
	line-height: 1.8;
}
.policy-container ol > li > dl > dd {
	margin: 0 0 0 20px;
	font-size: 13px;
	line-height: 1.8;
}
.policy-container ol > li > dl > dd li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 13px;
	line-height: 1.8;
}
.policy-container ol > li > dl > dd li::before {
	display: inline-block;
	content: "・";
	width: 1em;
	text-indent: 0;
}
.policy-container .address {
	margin: 10px 20px 0;
}
.policy-container .address dt {
	font-size: 13px;
}
.policy-container .address dd {
	margin: 0;
}



section.contact .button input:disabled {
	background-color: #eee;
	box-shadow: 5px 5px 7px rgba(0,0,0,0.1);
	cursor: default;
}



















/* FAQ */

section.faq {
	width: 840px;
	margin: 0 auto;
}
section.faq h1 {
	margin: 0 0 70px;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
}
section.faq ul {
}
section.faq li + li {
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px solid #707070;
}
section.faq li > a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	width: 100%;
	padding: 0 50px 0 0;
	font-size: 18px;
	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: 14px;
	line-height: 1.9;
}

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);
}









