@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
}

a {
	text-decoration:none;
}

a:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  transition: .4s;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

h1,h2,h3,h4,h5,h6,header,fotoer,nav,section {
	margin:0;
	padding:0;
}

ol,
ul {
    list-style: none;
    list-style-type: none;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

.imgsize {
  width:100%;
  max-width: 100%;
  height: auto;
}


/*ヘッダー*/
header {
	position: fixed;
	z-index: 9999;
	width: 100%;
	background: rgba(255,255,255,0.00);
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	padding-left: 28px;
	padding-bottom: 20px;
	padding-right: 25px;
}

.titlelogo {
	width: 220px;
}

.p-header {
	display: none;
}

.pc-nav {
	padding-top: 19px;
	padding-right: 48px;
	font-family: "Gruppo", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.pc-nav ul li {
	list-style: none;
	display: inline-block;
	padding: 0 20px;
	font-size: 21px;
}
.pc-nav a {
	color: #ff10e3;
	transition: .4s;
}
.pc-nav a:hover {
	color: #bb10ff;
	text-decoration: underline;
}


/*メインビジュアル*/
.main-img {
	width: 100%;
	background: url("../img/top_img2.png") repeat;
	padding-top: 145px;
	padding-bottom: 80px;
}

.top-img {
	width: 820px;
	margin: 0 auto;
}


/*トップテキスト*/
.top-txt {
	width: 750px;
	margin: 80px auto 0 auto;
	color: #0029aa;
	line-height: 1.8em;
	font-size: 15px;
}
.top-txt p {
	margin-bottom: 30px;
}
.top-txt li {
	margin-left: 5px;
}
.top-txt ul li:before{ 
	display:inline-block; 
	vertical-align: middle;
  /*以下白丸つくる*/
	content:'';
	width: 5px;
	height: 5px;
	background: #ff10e3;
	border-radius: 50%;
	margin-right: 10px;
}


/*コンテンツ*/
.con-01 {
	width: 100%;
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}
.con-02 {
	width: 100%;
	background: #e0f3fc;
	padding-top: 80px;
	padding-bottom: 80px;
}
.con-01-in {
	width: 800px;
	margin: 0 auto;
}

.title-works {
	width: 150px;
	margin-bottom: 30px;
}
.title-contact {
	width: 200px;
	margin-bottom: 30px;
}

/*works*/
.con-works {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.con-works-01 {
	width: 390px;
	margin-bottom: 35px;
}
.con-works-01 img {
	width: 390px;
	height: 250px;
	object-fit: cover;
}
.con-works-cg {
	padding: 5px 8px;
	background-color: #f40fe4;
	color: #fff;
	font-size: 12px;
	width: fit-content;
	margin-top: 5px;
}

.works_title {
	font-size: 16px;
	font-weight: bold;
}

.works_naiyou {
	font-size: 14px;
	margin-top: 10px;
}


/*contact*/
.con-contact-txt {
	width: 100%;
	color: #0029aa;
	line-height: 1.8em;
	font-size: 15px;
	margin-bottom: 30px;
}

.con-contact-form {
	margin-bottom: 40px;
}

.footer-txt {
	text-align: right;
	color: #0029aa;
	font-size: 13px;
}


/* modal-window ----------------------------------------- */
.remodal {
  position: relative;
  padding: 25px;
}
.remodal img {
	width: auto;
	max-width: 100%;
	height: auto;
}









