@charset "UTF-8";

html, body {
	margin: 0px;
	padding: 0px;
	}

div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, figure, form {
	margin: 0px;
	padding: 0px;
	}

html {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	}

body {
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 100%;
	color: #000;
	background:  #fff;
	}

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

a {
	overflow: hidden;
	outline: none;
	}

ul, li {
	list-style: none;
	}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	}

.clearfix { display: block; }


/* SP */
@media screen and (max-width: 768px) {

.sp {
	display: block;
	}

.pc {
	display: none;
	}

img {
	width: 100%;
	}

/* ---------- SP ヘッダ ---------- */
header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	}

header .logo {
	width: 25.51vw;
	padding: 4.1vw 0 2.56vw 4.1vw;
	}

/*-- modal --*/
.lock {
	overflow: hidden;
	}

.modal-content {
	position: relative;
	display: none;
	width: 100%;
	}

.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background: #fff;
	z-index: 100;
	}

.modal-wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 200;
	}

.modal-close{
	width: 100%;
	display: block;
	}

.btn-open {
	width: 7.43vw;
	margin: 4.48vw 5.64vw 0 0;
	}

.open-hd {
	display: flex;
	justify-content: space-between;
	width: 100%;
	}

.open-hd div.logo {
	width: 25.51vw;
	padding: 4.1vw 0 2.56vw 4.1vw;
	}

.btn-close {
	width: 7.43vw;
	margin: 4.48vw 5.64vw 0 0;
	}

#open ul {
	padding: 4vw 12.82vw 0;
	}

#open li {
	border-bottom: 1px solid #b5b5b5;
	padding: 2.6vw 0;
	}

#open .menu-contact {
	width: 49.1vw;
	margin: 0 auto;
	padding: 10vw 0;
	}

/* ---------- SP MV ---------- */
.mv-wrap {
	width: 100%;
	min-height: 87.17vw;
	background: url(../img/sp/mv_bg.jpg) center top no-repeat;
	background-size: 100% auto;
	}

#mv {
	position: relative;
	width: 100%;
	animation: fade 3s forwards;
	opacity: 0;
	}

#mv .image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	}

#mv .flower1 {
	width: 4.61vw;
	position: absolute;
	top: 20.9vw;
	left: 65.64vw;
	z-index: 2;
	animation: rotate_a 18s linear infinite;
	}

#mv .flower2 {
	width: 3.59vw;
	position: absolute;
	top: 63.71vw;
	left: 92.43vw;
	z-index: 2;
	animation: rotate_b 14s linear infinite;
	}

/* ---------- SP コンテンツ ---------- */
#content {
	font-weight: 400;
	}

#mission {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 8.2vw 0 0;
	box-sizing: border-box;
	background: url(../img/sp/bg_circle.gif) center 53.2vw no-repeat;
	background-size: 100% auto;
	}

#mission .intro {
	font-size: 4.6vw;
	line-height: 7.7vw;
	font-weight: 700;
	text-align: center;
	margin-top: 6.5vw;
	}

#mission .mission-text {
	margin-top: 11.6vw;
	padding: 0 5.8vw;
	}

#mission p {
	font-size: 3.6vw;
	line-height: 7.2vw;
	font-weight: 400;
	padding-bottom: 2rem;
	}

#person {
	width: 100%;
	margin-top: 10vw;
	padding: 0;
	box-sizing: border-box;
	}

#person .person-details {
	font-size: 4.35vw;
	line-height: 7.2vw;
	text-align: center;
	}

#person h2 {
	font-size: 7.7vw;
	line-height: 7.7vw;
	font-weight: 400;
	margin-top: 2vw;
	}

#person span.small {
	font-size: 4.35vw;
	}

#person p {
	font-size: 3.6vw;
	line-height: 7.2vw;
	margin-top: 7.4vw;
	padding: 0 5.8vw;
	}

#person .person-photo {
	width: 64.1vw;
	text-align: center;
	margin: 12.8vw auto 0;
	}

#sns {
	width: 100%;
	margin-top: 13.33vw;
	}

#sns p {
	font-size: 4.1vw;
	line-height: 6.9vw;
	font-weight: 700;
	padding: 0 5.8vw;
	}

#sns ul {
	display: flex;
	justify-content: center;
	margin-top: 7.2vw;
	}

#sns li {
	width: 22vw;
	margin: 0 5.12vw;
	}

/* SP スライダー */
.slider-wrap {
	margin: 20vw auto 0;
	overflow: hidden;
	}

.slider-area {
	width: 250vw;
	}

#slider {
	margin-left: 28vw;
	}

#whatwedo {
	width: 100%;
	margin-top: 19.8vw;
	padding-bottom: 13vw;
	box-sizing: border-box;
	}

#whatwedo p.intro {
	font-size: 3.6vw;
	line-height: 7.2vw;
	margin-top: 8vw;
	padding: 0 5.8vw;
	}

#whatwedo ul {
	margin-top: 13vw;
	}

#whatwedo li {
	margin-bottom: 13vw;
	}

#whatwedo h3 {
	font-size: 5.38vw;
	line-height: 7.7vw;
	font-feature-settings: "palt";
	letter-spacing: 0.4vw;
	text-align: center;
	margin-top: 6.4vw;
	}

#whatwedo li p {
	font-size: 3.6vw;
	line-height: 7.2vw;
	margin-top: 5.4vw;
	padding: 0 10vw;
	}

.projects-wrap {
	width: 100%;
	background: #f5f3ee;
	padding-top: 7.7vw;
	}

#projects {
	width: 100%;
	padding: 0 3.2vw 13vw;
	box-sizing: border-box;
	}

#projects li {
	background: #fff;
	border: 1px solid #cbc9c5;
	margin-bottom: 5.12vw;
	padding: 7vw 5.12vw;
	}

#projects h3 {
	font-size: 4.1vw;
	line-height: 5.8vw;
	}

#projects .detail {
	margin-top: 7.6vw;
	}

#projects .images {
	width: 61.53vw;
	margin: 0 auto;
	padding: 6vw 0 0 0;
	}

#projects .text p {
	font-size: 3.6vw;
	line-height: 7.2vw;
	padding-bottom: 1rem;
	}

#projects .link a {
	font-size: 3.6vw;
	line-height: 7.2vw;
	color: #000;
	text-decoration: underline;
	}

#projects .window {
	width: 4vw;
	margin: 2vw 0 0 1.2vw;
	}

#company {
	width: 100%;
	margin-top: 18.58vw;
	}

#company .outline {
	font-size: 3.6vw;
	line-height: 7.2vw;
	text-align: center;
	margin-top: 7.7vw;
	}

#company span {
	font-size: 4.1vw;
	line-height: 9.2vw;
	}

#contact {
	width: 100%;
	margin-top: 21.5vw;
	padding: 0 0 16.5vw;
	box-sizing: border-box;
	}

#contact p {
	font-size: 3.6vw;
	line-height: 7.2vw;
	margin-top: 8vw;
	padding: 0 5.8vw;
	}

#contact form {
	margin-top: 4vw;
	padding: 0 5.8vw;
	}

#contact label {
	display: inline-block;
	font-size: 4.1vw;
	line-height: 5.6vw;
	font-weight: 700;
	margin-top: 8vw;
	}

#contact input {
	width: 95%;
	font-family: inherit;
	font-size: medium;
	line-height: 7.2vw;
	margin: 1.5vw 0 2vw;
	border: 1px solid #aaa;
	outline: none;
	border-radius: 1vw;
	}

#contact span {
	font-size: 3.6vw;
	line-height: 7.2vw;
	}

#contact ul {
	padding-top: 2vw;
	}

#contact li {
	font-size: 3.6vw;
	line-height: 7.2vw;
	margin: 2vw 0 0 0;
	}

#contact input[type="radio"] {
	width: auto;
	margin-right: 1vw;
	}

#contact textarea {
	width: 95%;
	font-family: inherit;
	font-size: medium;
	line-height: 7.2vw;
	margin-top: 1vw;
	border: 1px solid #aaa;
	outline: none;
	border-radius: 1vw;
	}

#contact .btn-send {
	width: 100%;
	text-align: center;
	}

#contact button {
	width: 67.69vw;
	font-size: 0;
	line-height: 0;
	background: none;
	border: 0;
	margin: 10vw 0 0;
	padding: 0;
	overflow: visible;
	}

#contact p.error {
	font-size: 3.6vw;
	line-height: 7.2vw;
	color: #ff0000;
	text-align: left;
	margin: 0;
	padding: 0;
	}

#contact p.success strong {
	font-size: 4.1vw;
	color: #1955a6;
	margin: 0;
	padding: 0;
	}

#contact p.alert {
	color: #ff0000;
	}

footer {
	width: 100%;
	text-align: center;
	background: #eee;
	padding: 11vw 0 13vw;
	}

footer .copy {
	font-size: 3.5vw;
	line-height: 1;
	}

}/* SP end */


/* PC */
@media screen and (min-width: 769px) {

.pc {
	display: block;
	}

.sp {
	display: none;
	}

body {
	min-width: 1000px;
	overflow-x: hidden;
	}

/* ---------- PC ヘッダ ---------- */
header {
	display: flex;
	justify-content: flex-start;
	width: 1000px;
	margin: 0 auto;
	}

header .logo {
	width: 124px;
	padding: 42px 0 18px 33px;
	}

nav {
	display: flex;
	padding: 37px 0 25px 166px;
	}

nav ul {
	display: flex;
	padding: 5px 14px 0 0;
	}

nav li {
	height: 20px;
	border-right: 1px solid #b2b2b2;
	padding: 0 14px;
	}

nav li:last-child {
	border-right: none;
	}

nav li a:hover {
	opacity: 0.5;
	}

nav .menu-contact a {
	display: block;
	}

nav .menu-contact a:hover {
	opacity: 0.7;
	}

/* ---------- PC MV ---------- */
.mv-wrap {
	height: 535px;
	background: url(../img/mv_bg.jpg) center top no-repeat;
	}

#mv {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	animation: fade 3s forwards;
	opacity: 0;
	}

#mv .image {
	position: absolute;
	top: 0;
	left: 631px;
	z-index: 1;
	}

#mv .flower1 {
	width: auto;
	position: absolute;
	top: 113px;
	left: 668px;
	z-index: 2;
	animation: rotate_a 18s linear infinite;
	}

#mv .flower2 {
	width: auto;
	position: absolute;
	top: 447px;
	left: 877px;
	z-index: 2;
	animation: rotate_b 14s linear infinite;
	}

/* ---------- PC コンテンツ ---------- */
#content {
	font-weight: 400;
	}

#mission {
	position: relative;
	width: 1000px;
	margin: 80px auto 0;
	padding: 0 20px 0 50px;
	box-sizing: border-box;
	background: none;
	}

#mission .circle {
	position: absolute;
	top: 185px;
	left: -42px;
	z-index: -1;
	}

#mission h2 {
	width: 111px;
	margin: 0 auto;
	}

#mission .intro {
	font-size: 22px;
	line-height: 48px;
	font-weight: 700;
	text-align: center;
	margin-top: 40px;
	}

#mission .mission-text {
	margin-top: 60px;
	padding: 0;
	}

#mission p {
	display: inline-box;
	font-size: 16px;
	line-height: 36px;
	font-weight: 400;
	padding-bottom: 2rem;
	}

#mission .mission-photo {
	float: right;
	padding: 10px 0 0 40px;
	}

#person {
	width: 1000px;
	margin: 60px auto 0;
	padding: 0 50px;
	box-sizing: border-box;
	}

#person .person-details {
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	}

#person .hd {
	width: 37px;
	margin: 0 auto;
	}

#person h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	margin-top: 20px;
	}

#person span.small {
	font-size: 18px;
	}

#person p {
	font-size: 16px;
	line-height: 36px;
	margin-top: 30px;
	padding: 0;
	}

#person .person-photo {
	width: auto;
	text-align: center;
	margin-top: 30px;
	}

#person .person-photo img {
	width: 280px;
	}

#sns {
	width: 1000px;
	margin: 60px auto 0;
	}

#sns p {
	font-size: 20px;
	line-height: 36px;
	font-weight: 700;
	text-align: center;
	padding: 0;
	}

#sns ul {
	display: flex;
	justify-content: center;
	margin-top: 35px;
	}

#sns li {
	width: 86px;
	margin: 0 20px;
	}

#sns li a:hover {
	opacity: 0.7;
	}

/* PC スライダー */
.slider-wrap {
	width: 1280px;
	margin: 110px auto 0;
	}

.slider-area {
	width: auto;
	}

#slider {
	margin: 0;
	}

#slider .slide-image img {
	width: 240px;
	}

#whatwedo {
	width: 1000px;
	margin: 110px auto 0;
	padding: 0 50px 70px;
	box-sizing: border-box;
	}

#whatwedo h2 {
	width: 186px;
	margin: 0 auto;
	}

#whatwedo p.intro {
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	margin-top: 30px;
	padding: 0;
	}

#whatwedo ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;
	}

#whatwedo li {
	width: 50%;
	margin-bottom: 50px;
	}

#whatwedo h3 {
	font-size: 26px;
	line-height: 36px;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	text-align: center;
	margin-top: 30px;
	}

#whatwedo li p {
	font-size: 16px;
	line-height: 36px;
	margin-top: 25px;
	padding: 0 35px;
	}

.projects-wrap {
	width: 100%;
	background: #f5f3ee;
	padding-top: 60px;
	}

#projects {
	width: 1000px;
	margin: 0 auto;
	padding: 0 50px 100px;
	box-sizing: border-box;
	}

#projects h2 {
	width: 440px;
	margin: 0 auto;
	}

#projects li {
	background: #fff;
	border: 1px solid #cbc9c5;
	margin-bottom: 30px;
	padding: 30px 40px;
	}

#projects h3 {
	font-size: 24px;
	line-height: 36px;
	}

#projects .detail {
	margin-top: 20px;
	}

#projects .images {
	float: left;
	width: 240px;
	margin: 0;
	padding: 10px 40px 0 0;
	}

#projects .images img {
	width: 240px;
	}

#projects .text {
	float: right;
	width: calc(100% - 280px);
	}

#projects .text p {
	font-size: 16px;
	line-height: 36px;
	padding-bottom: 1rem;
	}

#projects .link a {
	font-size: 16px;
	line-height: 36px;
	color: #000;
	text-decoration: underline;
	}

#projects .link a:hover {
	opacity: 0.5;
	}

#projects .window {
	margin: 11px 0 0 5px;
	}

#company {
	width: 1000px;
	margin: 120px auto 0;
	}

#company h2 {
	width: 143px;
	margin: 0 auto;
	}

#company .outline {
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	margin-top: 40px;
	}

#company span {
	font-size: 20px;
	line-height: 58px;
	}

#contact {
	width: 1000px;
	margin: 100px auto 0;
	padding: 0 50px 110px;
	box-sizing: border-box;
	}

#contact h2 {
	width: 115px;
	margin: 0 auto;
	}

#contact p {
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	margin-top: 30px;
	padding: 0;
	}

#contact form {
	width: 570px;
	margin: 40px auto;
	padding: 0;
	}

#contact label {
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin-top: 30px;
	}

#contact input {
	width: auto;
	font-family: inherit;
	font-size: 16px;
	line-height: 24px;
	border: 1px solid #aaa;
	outline: none;
	border-radius: 4px;
	margin: 7px 0;
	padding: 5px;
	}

#contact input.long {
	width: 400px;
	}

#contact span {
	font-size: 16px;
	line-height: 24px;
	}

#contact ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	}

#contact li {
	font-size: 16px;
	line-height: 24px;
	margin: 15px 30px 0 0;
	}

#contact input[type="radio"] {
	margin-right: 3px;
	}

#contact textarea {
	width: 570px;
	font-family: inherit;
	font-size: 16px;
	line-height: 24px;
	border: 1px solid #aaa;
	outline: none;
	border-radius: 4px;
	margin-top: 7px;
	padding: 5px;
	}

#contact .btn-send {
	width: 100%;
	text-align: center;
	}

#contact button {
	width: 264px;
	font-size: 0;
	line-height: 0;
	background: none;
	border: 0;
	margin: 60px 0 0 0;
	padding: 0;
	overflow: visible;
	cursor: pointer;
	}

#contact button img:hover {
	opacity: 0.7;
	}

#contact p.error {
	font-size: 16px;
	line-height: 1.4;
	color: #ff0000;
	text-align: left;
	margin-top: 5px;
	padding: 0;
	}

#contact p.success strong {
	font-size: 20px;
	color: #1955a6;
	}

#contact p.alert {
	color: #ff0000;
	}

footer {
	width: 100%;
	text-align: center;
	background: #eee;
	padding: 50px 0 100px;
	}

footer .copy {
	font-size: 14px;
	line-height: 1;
	}

}/* PC end */


@keyframes rotate_a {
	0% {
		transform: rotate(0deg);
		}
	100% {
		transform: rotate(360deg);
		}
	}

@keyframes rotate_b {
	0% {
		transform: rotate(0deg);
		}
	100% {
		transform: rotate(-360deg);
		}
	}

@keyframes fade {
	0% {
		opacity: 0;
		}
	100% {
		opacity: 1;
		}
	}
