@charset "utf-8";
/* CSS Document */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
* {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-family: 'M PLUS 1', sans-serif;
  color: #373c38;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  transition: background-color 100ms, border-color 100ms, color 100ms, opacity 100ms
}
ul, li {
  list-style: none;
  margin: 0;
}
/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*共通*/
#topBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 0px 0px 0px 0px;
  border-radius: 4px;
  width: 50px; /*imgの大きさ*/
  height: auto;
}
#topBtn:hover {
  /*		background-color: #F5FBFE;
*/ opacity: 0.8
}
/*共通/end*/
header{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
header video{
	width: 100%;
	height: auto;
	max-height: 600px;
	margin: 0 auto;	
	object-fit: cover;
	object-position: top;
}
/*header {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.topName {
  width: 25%;
  background: #076baf;
  color: white;
  text-align: center;
	text-decoration: none;
  padding: 2em 0.5em 1.5em 0.5em;
  position: relative;
}
.topName h1 {
  font-size: 3em;
  font-family: 'Sawarabi Mincho', serif;
  line-height: 2;
}
.topName h1 span {
  font-size: 0.5em;
  display: block;
}
.topURL {
  font-size: 1.5em;
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
}
.slider {
  width: 75%;
  background: #FFEDCD;
}
.slider img {
  width: 100%;
  height: auto;
}*/
.contentWrap {
  width: 1080px;
  margin: 50px auto;
}
.contentWrap h2 {
  font-size: 2.75em;
  font-weight: 700;
  border-left: 9px solid black;
  padding: 5px 5px 5px 10px;
}
.workArea {
  margin: 50px 25px 100px 30px;
  background-image: url(../img/fig001.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 150px auto;
}
.contentWrap h3 {
  font-size: 1.35em;
}
.contentWrap .txt1 {
  width: 70%;
  margin: 20px 50px 0 50px;
  line-height: 1.8;
}
.work {
  width: 850px;
  position: relative;
  margin: 50px auto 30px;
  padding: 40px 40px 20px 50px;
  border: 2px solid #4dafd6;
  background-color: #fffafa;
  border-radius: 10px;
}
.work::before {
  position: absolute;
  top: -1.25em;
  left: -1.5em;
  content: attr(title);
  padding: .5em 1em 0 1em;
  font-size: 1.1em;
  height: 28px;
  background-color: #fcfcfc;
  border-radius: 20px;
  border: 2px solid #4dafd6;
}
.work li {
  position: relative;
  list-style-type: none;
  line-height: 1.75;
  list-style-image: url(../img/ico01.png);
  padding: 0 0 0 0;
  margin-bottom: 10px;
}
.work li::before {
  position: absolute;
  top: .25em;
  left: -1.5em;
  color: #bbb;
}
.ITArea {
  margin: 50px 25px 100px 30px;
}
.priceTB {
  width: 80%;
  margin: 30px auto;
}
.priceTB th, .priceTB td {
  padding: 0.7em 1em;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}
.priceTB th {
  width: 120px;
  font-weight: bold;
  text-align: center;
  vertical-align: baseline;
  line-height: 1.5;
  background-color: #F7FAFB;
}
.priceTB td {
  width: calc(100% - 120px);
  line-height: 1.5;
}
.priceTB td span {
  font-size: 0.85em;
}
.flowWrap {
  background-color: #F7FAFB;
  padding: 2em;
  margin: 0 auto 70px;
}
.flowArea {
  max-width: 1080px;
  margin: 0 auto;
}
.flowArea h2 {
  font-size: 1.5em;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 100px;
  position: relative;
}
.flowArea h2:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 4em;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e4007f;
  border-radius: 2px;
}
.flowImg {
  width: 1000px;
  margin: 0 auto 50px;
}
.flowImg img {
  width: 100%;
  height: auto;
}
.flowImgM {
	display: none;
}
.flowTxt1 {
  width: 800px;
  margin: 0 auto 50px;
  line-height: 1.8;
  text-indent: -1em;
}
.flowTxt2 {
  width: 800px;
  margin: 0 auto 50px;
  padding: 0.5em;
  font-size: 1.1em;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border: 2px solid #e4007f;
  background-color: white;
}
.contact {
  width: 800px;
  margin: 0 auto 50px;
  padding: 1em;
  border-top: 1px solid #4dafd6;
  border-left: 1px solid #4dafd6;
  border-right: 1px solid #4dafd6;
  border-bottom: 7px solid #4dafd6;
  font-size: 1.15em;
  text-align: center;
  color: inherit;
  text-decoration: none;
  display: block;
}
.contact img {
  margin-top: 20px;
}
.contact:hover {
  opacity: 0.6;
  border-top: 1px solid #4dafd6;
  border-left: 1px solid #4dafd6;
  border-right: 1px solid #4dafd6;
  border-bottom: 7px solid #4dafd6;
}

footer {
  background-color: #076baf;
  padding: 20px;
  color: white;
  text-align: center;
}
.footerTxt {
  font-size: 0.8em;
  margin-bottom: 35px;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: #FFFFB7;
}

/*制作例*/
.indexBT{
	margin: 0 auto 50px;
	padding:.3em 2em;
	border: 3px double #C5C2C2;
	font-size: 1.1em;
	color: inherit;
	text-align: center;
	line-height: 1.5;
	text-decoration: none;
	display: table;
}
.indexBT:hover{
	color:#497BD5;
	border: 3px double #497BD5;
	background: #FDFDFD;
}
.exsampleBT{
	width: 800px;
	margin: 0 auto 50px;
	padding:1em;
	border: 3px double #C5C2C2;
	font-size: 1.6em;
	color: inherit;
	text-align: center;
	line-height: 2;
	text-decoration: none;
	display: block;
}
.exsampleBT:hover{
	color:#497BD5;
	border: 3px double #497BD5;
	background: #FDFDFD;
}
.workCnt {
	width: 90%;
	max-width: 900px;
	margin: 80px auto 100px;
}
.workCnt h2 {
	margin: 0 auto;
	padding:.5em 2.5em;;
  font-size: 1.7em;
  text-align: center;
  font-weight: 500;
	border: 3px double #000;
	display: table;
}

.workCnt ul {
  width: 100%;
  margin: 80px auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  gap: 20px;
}
.workCnt li {
  width: 31%;
  text-align: center;
  border: solid #EFEFEF thin;
}
.workCnt li a{
}
.workCnt li a:hover{
	opacity: .6;
}
.workCnt li img {
  width: 100%;
  height: auto;
  padding: 3px 3px 0px 3px;
}
.workCnt div {
  width: 100%;
  height: 3.25em;
  margin-top: .25em;
  background: #EDF2FF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.workCnt div span {
  font-size: .85em;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  line-height: 1.5;
}
.workCnt .come{
	font-size: .65rem;
	line-height: 1.2;
}
.workCnt .come a{
	border-bottom: 1px solid hsla(181,50%,79%,1.00);
}
/*もっと見る*/
.more-list_item {
}
.more__btn, .js-close {
    max-width: 10em;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 10px;
    text-align: center;
    border: 1px solid #C5C2C2;
    border-radius: 30px;
    cursor: pointer;
    transition: opacity .3s ease;
	display: block;
}
.more__btn:hover {
    opacity: .7;
}
/*.js-close {
    background-color: #ccc;
	
    max-width: 10em;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 10px;
    text-align: center;
    border: 1px solid #C5C2C2;
    border-radius: 30px;
    cursor: pointer;
    transition: opacity .3s ease;
	display: block;
}*/

/*Add*/
.red {
  color: red;
}
.txtMin {
  font-family: 'Sawarabi Mincho', serif;
}
@media screen and (max-width:1024px) {
  .topName h1 {
    font-size: 2.5em;
    font-family: 'Sawarabi Mincho', serif;
    line-height: 2;
  }
  .topURL {
    font-size: 1.25em;
    position: absolute;
    bottom: 2em;
    left: 50%;
    transform: translateX(-50%);
  }
  .contentWrap {
    width: 95%;
    margin: 50px auto;
  }
  .contentWrap h2 {
    font-size: 2.5em;
    font-weight: 700;
    border-left: 9px solid black;
    padding: 5px 5px 5px 10px;
  }
  .workArea {
    margin: 70px 25px 100px 30px;
    background-image: url(../img/fig001.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 150px auto;
  }
  .contentWrap h3 {
    font-size: 1.3em;
  }
  .contentWrap .txt1 {
    width: 70%;
    margin: 20px 50px 0 30px;
    line-height: 1.8;
  }
  .work {
    width: 90%;
    position: relative;
    margin: 70px auto 30px;
    padding: 40px 40px 20px 50px;
    border: 2px solid #4dafd6;
    background-color: #fffafa;
    border-radius: 10px;
  }
  .work li {
    position: relative;
    list-style-type: none;
    line-height: 1.6;
    list-style-image: url(../img/ico01.png);
    padding: 0 0 0 0;
    margin-bottom: 10px;
  }
  .priceTB {
    width: 90%;
    margin: 30px auto;
  }
  .flowWrap {
    background-color: #F7FAFB;
    padding: 2em 2em 1em 2em;
    margin: 0 auto 70px;
  }
  .flowArea {
    max-width: 90%;
    margin: 0 auto;
  }
  .flowImg {
    width: 100%;
    margin: 0 auto 50px;
  }

  .flowTxt2 {
    width: 88%;
    margin: 0 auto 50px;
    padding: 0.5em;
    font-size: 1.1em;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.1em;
    border: 2px solid #e4007f;
    background-color: white;
  }
  .contact {
    width: 75%;
    margin: 0 auto 80px;
    padding: 1em;
    border-top: 1px solid #4dafd6;
    border-left: 1px solid #4dafd6;
    border-right: 1px solid #4dafd6;
    border-bottom: 7px solid #4dafd6;
    font-size: 1.15em;
    text-align: center;
    color: inherit;
    text-decoration: none;
    display: block;
  }
.exsampleBT{
	width: 75%;
	margin: 0 auto 50px;
	padding:1em;
	border: 3px double #C5C2C2;
	font-size: 1.6em;
	color: inherit;
	text-align: center;
	line-height: 2;
	text-decoration: none;
	display: block;
}
}
@media screen and (max-width:768px) {
  .topName h1 {
    font-size: 2em;
    font-family: 'Sawarabi Mincho', serif;
    line-height: 2;
  }
  .topURL {
    font-size: 1em;
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
  }
  .contentWrap h2 {
    font-size: 2em;
    font-weight: 700;
    border-left: 9px solid black;
    padding: 5px 5px 5px 10px;
  }
  .flowArea {
    max-width: 98%;
    margin: 0 auto;
  }
  .flowTxt1 {
    width: 85%;
    margin: 0 auto 50px;
    line-height: 1.8;
    text-indent: -1em;
  }
  .flowTxt2 {
    width: 80%;
    margin: 0 auto 50px;
    padding: 0.5em;
    font-size: 1em;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.1em;
    border: 2px solid #e4007f;
    background-color: white;
  }

/*制作例*/
.workCnt {
	width: 90%;
	max-width: 900px;
	margin: 60px auto 80px;
}
.workCnt ul {
  width: 100%;
  margin: 80px auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  gap: 20px;
}
.workCnt h2 {
	margin: 0 auto;
	padding:.5em 2.5em;;
  font-size: 1.4em;
  text-align: center;
  font-weight: 500;
	border: 3px double #000;
	display: table;
}
/*もっと見る*/
.more__btn,.js-close {
    max-width: 10em;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 10px;
	font-size: .95em;
    text-align: center;
    border: 1px solid #C5C2C2;
    border-radius: 30px;
    cursor: pointer;
    transition: opacity .3s ease;
	display: block;
}
}
@media screen and (max-width:480px) {
/*  header {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .topName {
    width: 100%;
    background: #076baf;
    color: white;
    text-align: center;
    padding: 5px 0.5em 5px 0.5em;
    position: relative;
  }
  .topName h1 {
    font-size: 1.5em;
    font-family: 'Sawarabi Mincho', serif;
    line-height: 1;
  }
  .topName h1 span {
    font-size: 0.5em;
    display: inline-block;
    margin: 0 0 0 1em;
  }
  .topURL {
    display: none;
  }
  .slider {
    width: 100%;
    background: #FFEDCD;
  }*/
  .contentWrap {
    width: 96%;
    margin: 50px auto;
  }
  .contentWrap h2 {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.2;
    border-left: 9px solid black;
    padding: 3px 5px 3px 10px;
    margin-left: 3px;
  }
  .workArea {
    width: 100%;
    margin: 60px auto 70px auto;
    background-image: none;
  }
  .contentWrap h3 {
    font-size: 1.2em;
  }
  .contentWrap .txt1 {
    width: 90%;
    margin: 20px auto 0;
    line-height: 1.5;
  }
  .work {
    width: 90%;
    position: relative;
    margin: 70px auto 30px;
    padding: 35px 10px 20px 35px;
    border: 2px solid #4dafd6;
    background-color: #fffafa;
    border-radius: 10px;
  }
  .work::before {
    position: absolute;
    top: -1.25em;
    left: -1em;
    content: attr(title);
    padding: .5em .5em 0 .5em;
    font-size: 1.05em;
    height: 28px;
    background-color: #fcfcfc;
    border-radius: 20px;
    border: 2px solid #4dafd6;
  }
  .work li {
    position: relative;
    list-style-type: none;
    line-height: 1.4;
    list-style-image: url(../img/ico01.png);
    padding: 0 0 0 0;
    margin-bottom: 15px;
  }
  .ITArea {
    width: 100%;
    margin: 60px auto 70px auto;
  }
  .priceTB {
    width: 90%;
    margin: 30px auto;
  }
  .priceTB th, .priceTB td {
    padding: 0.5em .5em;
    border-bottom: none;
  }
  .priceTB tr:last-child {
    border-bottom: 1px solid lightgray;
  }
  .priceTB tr {
    display: flex;
    flex-direction: column;
  }
  .priceTB th {
    width: 100%;
    font-weight: bold;
    text-align: center;
    vertical-align: baseline;
    line-height: 1;
    background-color: #F7FAFB;
  }
  .priceTB td {
    width: 100%;
    line-height: 1.5;
  }
  .flowArea {
    max-width: auto;
    width: 98%;
    margin: 0 auto;
  }
  .flowImg {
    display: none;
  }
  .flowImgM {
    width: 100%;
    margin: 0 auto 40px;
    display: block;
	}
  .flowImgM img {
    width: 100%;
    height: auto;
  }
  .flowTxt1 {
    width: 92%;
    margin: 0 auto 30px;
    line-height: 1.5;
    text-indent: -1em;
  }
  .flowTxt2 {
    width: 85%;
    margin: 0 auto 30px;
    padding: 0.5em;
    font-size: 1em;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.1em;
    border: 2px solid #e4007f;
    background-color: white;
  }
  .contact {
    width: 80%;
    margin: 0 auto 50px;
    padding: 1em;
    border-top: 1px solid #4dafd6;
    border-left: 1px solid #4dafd6;
    border-right: 1px solid #4dafd6;
    border-bottom: 7px solid #4dafd6;
    font-size: 1.1em;
    text-align: center;
    color: inherit;
    text-decoration: none;
    display: block;
  }
  .contact p {
    line-height: 1.8;
  }
  footer {
    background-color: #076baf;
    padding: 10px;
    color: white;
    text-align: center;
  }
  .footerTxt {
    font-size: 0.8em;
    margin-bottom: 20px;
  }
	
/*制作例*/
.exsampleBT{
	width: 80%;
	margin: 0 auto 50px;
	padding:1em;
	border: 3px double #C5C2C2;
	font-size: 1.1em;
	color: inherit;
	text-align: center;
	line-height: 2;
	text-decoration: none;
	display: block;
}
.indexBT{
	margin: 0 auto 50px;
	padding:.3em 2em;
	border: 3px double #C5C2C2;
	font-size: .9em;
	text-align: center;
	color: inherit;
	line-height: 1.5;
	text-decoration: none;
	display: table;
}
.workCnt {
	width: 93%;
	max-width: 900px;
	margin: 60px auto 40px;
}
.workCnt h2 {
	margin: 0 auto;
	padding:.5em 2.5em;;
  font-size: 1.4em;
  text-align: center;
  font-weight: 500;
	border: 3px double #000;
	display: table;
}
.workCnt ul {
  width: 100%;
  margin: 80px auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  gap: 20px;
}
.workCnt li {
  width: 47%;
  text-align: center;
  border: solid #EFEFEF thin;
}
/*もっと見る*/
.more__btn, .js-close {
    max-width: 10em;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 0;
	font-size: .9em;
    text-align: center;
    border: 1px solid #C5C2C2;
    border-radius: 30px;
    cursor: pointer;
    transition: opacity .3s ease;
	display: block;
}
}