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

img{
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}
a:hover img{
  transition: all 0.5s ease 0s;
  opacity: 0.75;
}
/* noto sans */
.noto {
	font-family: 'Noto Sans JP', sans-serif;
}


/**************************************************
	header,side,footer,及びTOPページCSS
**************************************************/

/* 全体設定 */
#wrapper {
	font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 15px;
	line-height: 1.75;
}
#header {
	background: rgba(255,255,255,0.95);
	width: 100%;
	position: fixed;
	z-index: 9999;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
}
#header-inner {
	box-sizing: border-box;
  width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 10px;
}
#header-left {
  width: calc(100% - 680px);
}
#header-left h1 {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	margin: 5px auto;
}
#header-right {
  width: 680px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#header-right #gnav-pc {
	width: 548px;
}
#header-right #gnav-pc ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#header-right #gnav-pc a {
	color: #000;
}
#top-mainimg {
	padding-top: 80px;
}
#page-mainimg {
	padding-top: 80px;
}
#page-mainimg .wrap {
	background: linear-gradient(to right, #FF6983 0%, #FFC66E 100%);
	height: 280px;
	position: relative;
}
#page-mainimg .wrap h2 {
	width: 80%;
	font-size: 44px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#page-mainimg .wrap h2 span {
	font-size: 16px;
	display: block;
}
#top-sec01 {
	background: #FEF5F5;
	padding: 100px 0 0 0;
}
#top-sec01 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top-sec01 .flex .left {
	width: 630px;
}
#top-sec01 .flex .left h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 40px;
}
#top-sec01 .flex .left .txt {
	font-size: 16px;
}
#top-sec01 .flex .right {
	width: 420px;
	text-align: center;
}
#top-sec02 {
	background: #FEF5F5;
	padding: 100px 0 50px;
}
#top-sec02 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top-sec02 .flex .item {
	background: #EAFAFF;
	width: 510px;
	border-radius: 15px;
	margin-bottom: 50px;
}
#top-sec02 .flex .item .photo {
	text-align: center;
}
#top-sec02 .flex .item .wrap {
	padding: 30px 15px;
}
#top-sec02 .flex .item .wrap .ttl {
	font-size: 24px;
	font-weight: 700;
	color: #049DEB;
	text-align: center;
	margin-bottom: 20px;
}
#top-sec02 .flex .item .wrap .ttl span {
	padding: 0 10px;
}
#top-sec02 .flex .item .wrap .txt {
	letter-spacing: -0.5px;
	margin-bottom: 30px;
}
#top-sec02 .flex .item .wrap .btn a {
	background: #049DEB;
	width: 300px;
	color: #FFF;
	text-align: center;
	display: block;
	border-radius: 50px;
	padding: 12px 0;
	margin: auto;
}
#top-sec03 {
	background: #FFFFEA;
	padding: 100px 0;
}
#top-sec03 .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 70px;
}
#top-sec03 .block:last-of-type {
	margin-bottom: 0;
}
#top-sec03 .block:nth-of-type(2n) .cnt {
	order: 2;
}
#top-sec03 .block:nth-of-type(2n) .photo {
	order: 1;
}
#top-sec03 .block .cnt {
	width: 650px;
}
#top-sec03 .block .cnt .ttl {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
#top-sec03 .block .cnt .ttl .icon {
	margin-right: 20px;
}
#top-sec03 .block .cnt .ttl h3 {
	font-size: 24px;
	font-weight: 700;
}
#top-sec03 .block .photo {
	width: 400px;
	text-align: center;
}
.insert-contact {
	background: #FF6681;
	color: #FFF;
	text-align: center;
	padding: 60px 0;
}
.insert-contact .inner {
	max-width: 920px;
}
.insert-contact .sec-ttl001 {
	color: #FFF;
	border-bottom: dotted 5px #FFF;
	margin-bottom: 30px;
}
.insert-contact .summary {
	margin-bottom: 30px;
}
.insert-contact .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top-sec04 {
	padding: 100px 0 0 0;
}
#top-sec04 .price {
	margin-bottom: 60px;
}
#top-sec04 .btn a {
	background: #049DEC;
	width: 350px;
	font-size: 20px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	display: block;
	border-radius: 50px;
	padding: 10px 0;
	margin: auto;
}
#top-sec05 {
	padding: 100px 0;
}
#top-sec05 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
#top-sec05 .flex .item {
	width: 350px;
}
#top-sec05 .flex .item a {
	color: #000;
	display: block;
}
#top-sec05 .flex .item .photo {
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 5px;
}
#top-sec05 .flex .item .ttl {
	font-weight: 700;
}
#top-sec05 .flex .item .txt {
	margin-bottom: 10px;
}
#top-sec05 .btn a {
	background: #FF6681;
	width: 350px;
	font-size: 20px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	display: block;
	border-radius: 50px;
	padding: 10px 0;
	margin: auto;
}
#top-sec06 {
	background: #F5FCED;
	padding: 100px 0;
}
#top-sec06 .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
#top-sec06 .block:last-of-type {
	margin-bottom: 0;
}
#top-sec06 .block .icon {
	width: 100px;
	text-align: center;
}
#top-sec06 .block .cnt {
	width: 520px;
}
#top-sec06 .block .cnt .ttl {
	font-size: 30px;
	font-weight: 700;
	color: #10B65E;
	border-bottom: dotted 5px #10B65E;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#top-sec06 .block .photo {
	width: 400px;
}
#top-sec07 {
	background: #FFFFEA;
	padding: 100px 0;
}
#top-sec07 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top-sec07 .flex .left {
	width: 600px;
}
#top-sec07 .flex .left .block {
	margin-bottom: 20px;
}
#top-sec07 .flex .left .block:last-of-type {
	margin-bottom: 0;
}
#top-sec07 .flex .left .block .ttl {
	font-size: 18px;
	font-weight: 700;
	color: #FF7F00;
	border-bottom: solid 1px #FF7F00;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#top-sec07 .flex .right {
	width: 430px;
	text-align: center;
}
#top-sec08 {
	padding: 100px 0;
}
#top-sec08 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
#top-sec08 .flex .item {
	box-sizing: border-box;
	background: #EAFAFF;
	width: 520px;
	border-radius: 15px;
	padding: 20px;
	margin-bottom: 30px;
}
#top-sec08 .flex .item .question {
	background: url("../image/top-sec08-Q.jpg") top left no-repeat;
	font-size: 18px;
	font-weight: 700;
	border-bottom: dotted 5px #999;
	padding: 7px 0 17px 60px;
	margin-bottom: 12px;
}
#top-sec08 .flex .item .answer {
	background: url("../image/top-sec08-A.jpg") top left no-repeat;
	padding: 10px 0 10px 60px;
}
#top-sec08 .btn a {
	background: #049DEC;
	width: 350px;
	font-size: 20px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	display: block;
	border-radius: 50px;
	padding: 10px 0;
	margin: auto;
}
#footer {
	padding: 60px 0 0 0;
}
#footer .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
#footer .left {
	width: 500px;
}
#footer .left .summary {
	font-size: 12px;
	margin-bottom: 10px;
}
#footer .left .logo {
	max-width: 250px;
	margin-bottom: 20px;
}
#footer .right {
	width: 320px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#footer .right a {
	color: #000;
}
#footer #copyright {
	background: #FF6680;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding: 2px 0;
}


/**************************************************
	サービス
**************************************************/
#service-sec01 {
	padding: 100px 0;
}
#service-sec01 ul {
	background: #FFFAF4;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: solid 2px #FF8000;
	border-radius: 15px;
	padding: 40px;
}
#service-sec01 ul li {
	box-sizing: border-box;
	background: url("../service/image/service-check-icon.jpg") top left no-repeat;
	width: 480px;
	font-size: 24px;
	font-weight: 700;
	border-bottom: dotted 5px #FF8001;
	padding: 0 0 20px 60px;
	margin-bottom: 15px;
}
#service-sec02 {
	background: #FFFFEA;
	padding: 100px 0;
}
#service-sec02 .sec-ttl001 span {
	color: #000;
	display: block;
	margin-bottom: -5px;
}
#service-sec02 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#service-sec02 .flex .item {
	width: 350px;
}
#service-sec02 .flex .item .photo {
	text-align: center;
	margin-bottom: 5px;
}
#service-sec02 .flex .item .ttl {
	font-size: 22px;
	font-weight: 700;
	color: #049DEB;
	text-align: center;
	margin-bottom: 5px;
}
#service-sec03 {
	padding: 100px 0;
}
#service-sec03 .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 80px;
}
#service-sec03 .block .photo {
	width: 500px;
	text-align: center;
}
#service-sec03 .block .cnt {
	width: 560px;
}
#service-sec03 .block .cnt h3 {
	font-size: 42px;
	font-weight: 700;
	color: #049DEB;
	line-height: 1.5;
	letter-spacing: -0.5px;
	margin: -10px auto 10px;
}
#service-sec03 .block .cnt h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
#service-sec03 .block:nth-of-type(odd) .photo {
	order: 2;
}
#service-sec03 .block:nth-of-type(odd) .cnt {
	order: 1;
}
#service-option {
	background: #EAFAFF;
	padding: 100px 0;
}
#service-option .tokushu {
	border-bottom: solid 1px #A5DEF9;
	padding-bottom: 80px;
	margin-bottom: 80px;
}
#service-option .tokushu .block1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
#service-option .tokushu .block1 .cnt {
	width: 580px;
}
#service-option .tokushu .block1 .cnt h3 {
	font-size: 36px;
	font-weight: 700;
	color: #049DEB;
	line-height: 1.35;
	border-left: solid 8px #049DEB;
	padding-left: 10px;
	margin-bottom: 30px;
}
#service-option .tokushu .block1 .photo {
	width: 500px;
	text-align: center;
}
#service-option .tokushu .block2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#service-option .tokushu .block2 .item {
	width: 350px;
}
#service-option .tokushu .block2 .item h3 {
	font-size: 22px;
	font-weight: 700;
	color: #049DEB;
	text-align: center;
	margin-bottom: 10px;
}
#service-option .tokushu .block2 .item .photo {
	text-align: center;
	margin-bottom: 5px;
}
#service-option .tokushu .block2 .item p {
	letter-spacing: -0.5px;
}
#service-option .other {
	margin-bottom: -50px;
}
#service-option .other h3 {
	font-size: 26px;
	font-weight: 700;
	color: #049DEB;
	text-align: center;
	margin-bottom: 60px;
}
#service-option .other .flex {
	display: flex;
	flex-wrap: wrap;
}
#service-option .other .flex .item {
	width: 350px;
	margin: 0 25px 50px 0;
}
#service-option .other .flex .item:nth-of-type(3n) {
	margin-right: 0;
}
#service-option .other .flex .item .photo {
	text-align: center;
	margin-bottom: 15px;
}
#service-option .other .flex .item .txt {
	font-size: 14px;
}
#service-price {
	padding: 100px 0;
}
#service-price table {
	width: 100%;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}
#service-price table .headline {
	background: #FF6680;
	font-size: 24px;
	color: #FFF
}
#service-price table .headline td {
	border-right: solid 1px #FFF;
}
#service-price table .headline td:last-of-type {
	border-right: solid 1px #FF6680;
}
#service-price table td {
	box-sizing: border-box;
	width: 33.3333%;
	border: solid 1px #FF6680;
	padding: 12px 0;
}


/**************************************************
	料金表
**************************************************/
#price-sec01,#price-sec02 {
	padding: 100px 0 0 0;
}
#price-sec03 {
	padding: 100px 0;
}
#price-sec01 .sec-ttl001,#price-sec02 .sec-ttl001,#price-sec03 .sec-ttl001 {
	margin-bottom: 40px;
}
.price-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	border-left: solid 5px #FF637F;
	padding-left: 15px;
	margin-bottom: 30px;
}
.price-table {
	width: 100%;
}
.price-table .hr {
	background: #FF637F;
	font-size: 22px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
}
.price-table .hr td {
	width: 33%;
	border-right: solid 1px rgba(255,255,255,0.25);
	padding: 10px;
}
.price-table .hr td:nth-of-type(3) {
	border-right: solid 1px #FF637F;
}
.price-table .cnt {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.price-table .cnt td {
	border: solid 1px #FF637F;
	padding: 10px;
}
.price-table .cnt .price {
	color: #FF637F;
}
.price-note {
	margin-top: 10px;
}


/**************************************************
	ご依頼の流れ
**************************************************/
#flow-sec01 {
	padding: 100px 0;
}
#flow-sec01 .summary {
	text-align: center;
	margin-bottom: 60px;
}
#flow-sec01 .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
#flow-sec01 .block:last-of-type {
	margin-bottom: 0;
}
#flow-sec01 .block .icon {
	width: 100px;
}
#flow-sec01 .block .cnt {
	width: 520px;
}
#flow-sec01 .block .cnt .ttl {
	font-size: 30px;
	font-weight: 700;
	color: #10B65E;
	border-bottom: dotted 5px #10B65E;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#flow-sec01 .block .photo {
	width: 400px;
}


/**************************************************
	作業実績
**************************************************/
#works-sec01 {
	padding: 100px 0 70px;
}
/*#works-sec01 .summary {
	width: 900px;
	text-align: center;
	margin: auto auto 60px auto;
}*/
#works-sec01 .summary {
	font-size: 18px;
	width: 900px;
	text-align: center;
	margin: auto auto 60px auto;
}
#works-sec01 .works-wrap {
	display: flex;
	flex-wrap: wrap;
}
#works-sec01 .works-wrap a {
	color: #000;
}
#works-sec01 .works-wrap .item {
	width: 350px;
	margin: 0 25px 30px 0;
}
#works-sec01 .works-wrap .item:nth-of-type(3n) {
	margin-right: 0;
}
#works-sec01 .works-wrap .item .photo {
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 5px;
}
#works-sec01 .works-wrap .item .ttl {
	font-weight: 700;
}
#works-sec01 .works-wrap .item .txt {
	font-size: 14px;
	letter-spacing: -0.5px;
}
#works-detail {
	padding: 100px 0;
}
#works-detail .ttl1 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	border-left: solid 4px #FF637F;
	padding-left: 10px;
	margin-bottom: 40px;
}
#works-detail .ttl2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 20px;
}
#works-detail .ttl2::after {
	content:"";
	background: linear-gradient(to right, #FF637F 25%, #CCCCCC 25%);
	width: 100%;
	height: 1px;
	display: block;
	margin-top: 10px;
}
#works-detail .ttl3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 20px;
}
#works-detail .ttl3::after {
	content: "";
	background: #FF8000;
	width: 40px;
	height: 4px;
	display: block;
	margin: 10px auto 0;
}
#works-detail .photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
#works-detail .photo .before {
	width: 500px;
	text-align: center;
}
#works-detail .photo .after {
	width: 500px;
	text-align: center;
}
#works-detail .photo .arrow {
	margin-top: 200px;
}
#works-detail .block1 {
	margin-bottom: 60px;
}
#works-detail .block1 table {
	width: 100%;
}
#works-detail .block1 table th {
	background: #FF637F;
	width: 25%;
	color: #FFF;
	border: solid 1px #FF8EA3;
	padding: 15px 0;
}
#works-detail .block1 table td {
	border: solid 1px #FF637F;
	padding: 15px;
}


/**************************************************
	よくある質問
**************************************************/
#faq-link {
	padding: 60px 0;
}
#faq-link ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#faq-link ul li a {
	box-sizing: border-box;
	width: 250px;
	font-size: 18px;
	font-weight: 700;
	color: #338FEC;
	text-align: center;
	display: block;
	transition: all 0.5s ease 0s;
	border: solid 2px #338FEC;
	border-radius: 50px;
	padding: 10px 0;
}
#faq-link ul li a:hover {
	background-color: #338FEC;
	color: #FFF;
}
.faq-wrap {
	background: #FFF;
	border-radius: 15px;
	padding: 25px;
	margin-bottom: 30px;
}
.faq-wrap:last-of-type {
	margin-bottom: 0;
}
.faq-wrap .question {
	background: url("../faq/image/faq-q.jpg") top left no-repeat;
	font-size: 18px;
	font-weight: 700;
	border-bottom: dotted 1px #999;
	padding: 10px 0 20px 70px;
	margin-bottom: 10px;
}
.faq-wrap .answer {
	background: url("../faq/image/faq-a.jpg") top left no-repeat;
	padding: 12px 0 12px 70px;
}
#faq-sec01,#faq-sec02,#faq-sec03,#faq-sec04 {
	background: #FEF5F5;
	padding: 100px 0 0 0;
}
#faq-sec04 {
	padding-bottom: 100px;
}


/**************************************************
	会社案内
**************************************************/
#company-sec01 {
	padding: 100px 0;
}
#company-sec01 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#company-sec01 .flex .cnt {
	width: 720px;
	font-size: 16px;
}
#company-sec01 .flex .photo {
	width: 330px;
	text-align: center;
}
#company-sec02 {
	background: #FEF5F5;
	padding: 100px 0;
}
#company-sec02 .wrap {
	background: #FFF;
	padding: 50px;
}
#company-sec02 .wrap table {
	width: 100%;
}
#company-sec02 .wrap table th {
	border-bottom: solid 1px #FF667F;
	width: 22.2222%;
	vertical-align: top;
	padding: 15px 0;
}
#company-sec02 .wrap table td {
	border-bottom: solid 1px #CCC;
	padding: 15px 10px;
}
#company-sec03 {
	padding: 100px 0;
}


/**************************************************
	お問い合わせ
**************************************************/
#contact-sec01 {
	padding: 100px 0;
}
#contact-sec01 .inner {
	max-width: 900px;
}
#contact-sec01 .summary {
	font-size: 16px;
	text-align: center;
	margin-bottom: 60px;
}
#contact-sec01 .box {
	box-sizing: border-box;
	background: #FFFBFC;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: solid 3px #FF637F;
	border-radius: 15px;
	padding: 30px 50px;
}
#contact-sec01 .box .ttl {
	font-size: 26px;
	font-weight: 700;
	color: #FF6681;
	text-align: center;
	margin-bottom: 15px;
}
#contact-sec01 .box .left {
	width: 420px;
	border-right: solid 1px #FF6480;
	padding-right: 30px;
}
#contact-sec01 .box .left img {
	margin-top: 10px;
}
#contact-sec02 {
	background: #FEF5F5;
	padding: 100px 0;
}
#contact-sec02 .wrap {
	background: #FFF;
	padding: 50px 50px 70px;
}
#contact-sec02 table {
	width: 100%;
	margin-bottom: 40px;
}
#contact-sec02 table th {
	box-sizing: border-box;
	width: 22%;
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #FF667F;
	padding: 14px 10px;
}
#contact-sec02 table td {
	border-bottom: solid 1px #CCC;
	padding: 10px;
}
#contact-sec02 .need {
	background: #FF667F;
	font-size: 11px;
	color: #FFF;
	border-radius: 5px;
	padding: 1px 5px;
	margin-left: 20px;
}
#contact-sec02 .size-s {
	box-sizing: border-box;
	width: 15%;
	border: solid 1px #CCC;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}
#contact-sec02 .size-l {
	box-sizing: border-box;
	width: 100%;
	border: solid 1px #CCC;
	border-radius: 5px;
	padding: 10px;
}
#contact-sec02 .btn {
	text-align: center;
}
#contact-sec02 .btn input {
	background: #FF637F;
	width: 400px;
	font-size: 15px;
	font-weight: 700;
	color: #FFF;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	padding: 15px 0;
}
#contact-thanks {
	padding: 100px 0;
}
#contact-thanks .inner {
	max-width: 900px;
	text-align: center;
}
#contact-thanks .btn {
	background: linear-gradient(#EEE 0%, #FFF 100%);
	width: 350px;
	text-align: center;
	border: solid 1px #CCC;
	border-radius: 8px;
	cursor: pointer;
	padding: 15px 0;
	margin-top: 40px;
}


/**************************************************
	個人情報保護方針
**************************************************/
#privacy-sec01 {
	padding: 100px 0;
}
#privacy-sec01 .inner {
	max-width: 900px;
}
#privacy-sec01 .block {
	margin-bottom: 40px;
}
#privacy-sec01 .block:last-of-type {
	margin-bottom: 0;
}
#privacy-sec01 .block .ttl {
	font-size: 16px;
	font-weight: 700;
	border-bottom: dotted 1px #999;
	padding-bottom: 5px;
	margin-bottom: 5px;
}





/**************************************************
	各ページで利用するclass
**************************************************/
.inner {
  width: 1100px;
  margin: auto;
}
.sec-ttl001 {
	width: max-content;
	font-size: 36px;
	font-weight: 700;
	color: #FF6680;
	text-align: center;
	border-bottom: dotted 5px #FF6680;
	padding: 0 10px;
	margin: auto auto 60px auto;
}
.marker {
	background: linear-gradient(rgba(255,255,0,0) 60%, rgba(255,255,0,0.5) 60%);
}




/* アニメーションロールオーバー設定 <a class="rollover"><span>***</span><span>***</span></a> */
.rollover {
  display: block;
  position: relative;
}
.rollover span {
  display: block;
  transition: all 0.5s ease 0s;
}
.rollover span:nth-of-type(1) {
  position: absolute;
  opacity: 1;
}
.rollover:hover span:nth-of-type(1) {
  opacity: 0;
}
.rollover:hover span img {
  opacity: 1;
}
/* 画像の親Divに.zoomを付与 */
.zoom {
	overflow: hidden;
}
.zoom img {
	transition: all 0.8s ease 0s;
}
.zoom img:hover {
	transform: scale(1.2,1.2);
}
.v-center {
	/* 親要素に position:relative を指定 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.dsp-none { display: none; }
.b-shadow { box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
.t-shadow { text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
.mincho { font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }
.eng { ime-mode: disabled; }
.mo {
	opacity: 1;
	transition: all 0.5s ease 0s;
}
.mo:hover { opacity: 0.9; }



/* pc */
@media only screen and (min-width: 1100px) {
  #sp-menu {
    display:none;
  }
  .pc { display: block; }
  .sp { display: none; }



}

/* sp */
@media only screen and (max-width:1099px) {
  #mainContent,
  #sideContent{
    float:none;
    width:auto;
  }
  .pc { display: none; }
  .sp { display: block; }


  /* 全体設定 */
  #header-sp {
    background: #FFF;
    width: 100%;
    position: fixed;
    z-index: 9999;
		box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
  }
  #header-sp .inner {
		box-sizing: border-box;
		width: 100%;
    padding: 10px;
  }
  #header-sp .logo {
    width: 100%;
		max-width: 265px;
    float: left;
  }
  #header-sp .btn {
    width: 25px;
    float: right;
  }
	
	/*モバイル用スライドメニュー*/
	.slideMenu {
		height: 20px;
		position: relative;
		margin: 8px auto auto auto;
	}
	/* 
		背景に色を付けたい場合、.btnのwidthを40px、.slideMenuのheightを40px、.wrapのサイズはボタン部分のサイズ
		span123のtopを固定値で設定(ex8,15,22)
		.optionのbottomを0に
	*/
	/*.slideMenu .wrap {
		box-sizing: border-box;
		width: 28px;
		height: 28px;
		position: relative;
		margin: auto;
	}*/
	.slideMenu .wrap span {
		background: #FF6681;
		width: 100%;
		height: 3px;
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		transition: all 0.5s ease 0s;
		border-radius: 5px;
	}
	.slideMenu .wrap span:nth-of-type(1) {
		top: 0%;
	}
	.slideMenu .wrap span:nth-of-type(2) {
		top: 50%;
	}
	.slideMenu .wrap span:nth-of-type(3) {
		top: 100%;
	}
	.slideMenu.active .wrap span:nth-of-type(1) {
		top: 50%;
		transform: rotate(135deg);
	}
	.slideMenu.active .wrap span:nth-of-type(2) {
		display: none;
	}
	.slideMenu.active .wrap span:nth-of-type(3) {
		top: 50%;
		transform: rotate(225deg)
	}
	
	/*.slideMenu .option {
		width: 100%;
		font-size: 8px;
		font-weight: 700;
		text-align: center;
		position: absolute;
		bottom: -16px;
	}
	.slideMenu .option .close {
		display: none;
	}
	.slideMenu.active .option .close {
		display: block;
	}
	.slideMenu.active .option .open {
		display: none;
	}*/

	.slideBox {
		display: none;
	}
	.slideBox li {
		background: #F4F4F4;
		text-align: center;
		border-top: dotted 1px #CCC;
		padding: 8px;
	}
	.slideBox a {
		color: #000;
		display:block;
	}

	
	
	
	
	
	/**************************************************
		header,side,footer,及びTOPページCSS
	**************************************************/

	#top-mainimg {
		padding-top: 54px;
	}
	#page-mainimg {
		padding-top: 54px;
	}
	#page-mainimg .wrap {
		height: 250px;
	}
	#page-mainimg .wrap h2 {
		width: 90%;
		font-size: 30px;
	}
	#page-mainimg .wrap h2 span {
		font-size: 14px;
	}
	#top-sec01 {
		padding: 60px 0 0 0;
	}
	#top-sec01 .flex .left {
		width: 100%;
		margin-bottom: 20px;
	}
	#top-sec01 .flex .left h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	#top-sec01 .flex .left .txt {
		font-size: 15px;
	}
	#top-sec01 .flex .right {
		width: 100%;
	}
	#top-sec02 {
		padding: 60px 0 30px;
	}
	#top-sec02 .flex .item {
		width: 100%;
		margin-bottom: 30px;
	}
	#top-sec02 .flex .item .wrap {
		padding: 20px 10px;
	}
	#top-sec02 .flex .item .wrap .btn a {
		width: 100%;
	}
	#top-sec03 {
		padding: 60px 0;
	}
	#top-sec03 .block {
		margin-bottom: 50px;
	}
	#top-sec03 .block:nth-of-type(2n) .cnt {
		order: 1;
	}
	#top-sec03 .block:nth-of-type(2n) .photo {
		order: 2;
	}
	#top-sec03 .block .cnt {
		width: 100%;
		margin-bottom: 20px;
	}
	#top-sec03 .block .cnt .ttl {
		margin-bottom: 20px;
	}
	#top-sec03 .block .cnt .ttl .icon {
		width: 70px;
		margin-right: 10px;
	}
	#top-sec03 .block .cnt .ttl h3 {
		font-size: 20px;
	}
	#top-sec03 .block .photo {
		width: 100%;
	}
	.insert-contact {
		padding: 40px 0;
	}
	.insert-contact .summary {
		font-size: 13px;
		margin-bottom: 20px;
	}
	.insert-contact .flex .tel {
		background: linear-gradient(#F4F4F4 0%, #FFF 100%);
		width: 100%;
		text-align: center;
		border-radius: 10px;
		padding: 8px 0;
		margin-bottom: 15px;
	}
	.insert-contact .flex .mail {
		background: linear-gradient(#F4F4F4 0%, #FFF 100%);
		width: 48%;
		text-align: center;
		border-radius: 10px;
	}
	.insert-contact .flex .line {
		background: linear-gradient(#F4F4F4 0%, #FFF 100%);
		width: 48%;
		text-align: center;
		border-radius: 10px;
	}
	.insert-contact .flex a {
		display: block;
		width: 100%;
	}
	#top-sec04 {
		padding: 60px 0 0 0;
	}
	#top-sec04 .price {
		margin-bottom: 30px;
	}
	#top-sec04 .btn a {
		width: 100%;
		font-size: 16px;
	}
	#top-sec05 {
		padding: 60px 0;
	}
	#top-sec05 .flex {
		margin-bottom: 30px;
	}
	#top-sec05 .flex .item {
		width: 100%;
		margin-bottom: 30px;
	}
	#top-sec05 .flex .item:last-of-type {
		margin-bottom: 0;
	}
	#top-sec05 .flex .item .photo {
		width: 100%;
	}
	#top-sec05 .btn a {
		width: 100%;
		font-size: 16px;
	}
	#top-sec06 {
		padding: 60px 0;
	}
	#top-sec06 .block {
		margin-bottom: 40px;
	}
	#top-sec06 .block .icon {
		width: 44px;
	}
	#top-sec06 .block .cnt {
		width: calc(100% - 54px);
	}
	#top-sec06 .block .cnt .ttl {
		font-size: 24px;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	#top-sec06 .block .photo {
		width: 100%;
		text-align: center;
		margin: 20px 0 0 54px;
	}
	#top-sec07 {
		padding: 60px 0;
	}
	#top-sec07 .flex .left {
		width: 100%;
	}
	#top-sec07 .flex .right {
		display: none;
	}
	#top-sec08 {
		padding: 60px 0;
	}
	#top-sec08 .flex .item {
		width: 100%;
		padding: 15px 10px;
	}
	#top-sec08 .flex .item .question {
		font-size: 16px;
	}
	#top-sec08 .btn a {
		width: 100%;
		font-size: 16px;
	}
	#footer {
		padding: 40px 0 0 0;
	}
	#footer .inner {
		margin-bottom: 30px;
	}
	#footer .left {
		width: 100%;
		margin-bottom: 20px;
	}
	#footer .left .summary {
		font-size: 11px;
		margin-bottom: 15px;
	}
	#footer .left .logo {
		margin-bottom: 10px;
	}
	#footer .right {
		width: 100%;
	}
	#footer .right ul {
		width: 48%;
	}
	#footer .right li {
		border-bottom: dotted 1px #999;
	}
	#footer .right a {
		display: block;
		padding: 8px 2px;
	}
	
	
	/**************************************************
		サービス
	**************************************************/
	#service-sec01 {
		padding: 60px 0;
	}
	#service-sec01 .sec-ttl001 {
		width: 90%;
	}
	#service-sec01 ul {
		padding: 30px 15px;
	}
	#service-sec01 ul li {
		background-size: 34px;
		width: 100%;
		font-size: 18px;
		padding: 0 0 18px 45px;
	}
	#service-sec02 {
		padding: 60px 0;
	}
	#service-sec02 .flex .item {
		width: 100%;
		margin-bottom: 40px;
	}
	#service-sec02 .flex .item:last-of-type {
		margin-bottom: 0;
	}
	#service-sec02 .flex .item .ttl {
		font-size: 20px;
	}
	#service-sec03 {
		padding: 60px 0;
	}
	#service-sec03 .block {
		margin-bottom: 60px;
	}
	#service-sec03 .block:last-of-type {
		margin-bottom: 0;
	}
	#service-sec03 .block .photo {
		width: 100%;
	}
	#service-sec03 .block .cnt {
		width: 100%;
		margin-bottom: 10px;
	}
	#service-sec03 .block .cnt h3 {
		font-size: 30px;
		margin: -10px auto 0;
	}
	#service-sec03 .block .cnt h4 {
		font-size: 18px;
	}
	#service-sec03 .block:nth-of-type(even) .photo {
		order: 2;
	}
	#service-sec03 .block:nth-of-type(even) .cnt {
		order: 1;
	}
	#service-option {
		padding: 60px 0;
	}
	#service-option .tokushu {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	#service-option .tokushu .block1 {
		margin-bottom: 60px;
	}
	#service-option .tokushu .block1 .cnt {
		width: 100%;
		margin-bottom: 10px;
	}
	#service-option .tokushu .block1 .cnt h3 {
		font-size: 22px;
		border-left: solid 5px #049DEB;
		margin-bottom: 10px;
	}
	#service-option .tokushu .block1 .photo {
		width: 100%;
	}
	#service-option .tokushu .block2 .item {
		width: 100%;
		margin-bottom: 30px;
	}
	#service-option .tokushu .block2 .item:last-of-type {
		margin-bottom: 0;
	}
	#service-option .tokushu .block2 .item p {
		font-size: 14px;
	}
	#service-option .other {
		margin-bottom: -50px;
	}
	#service-option .other h3 {
		font-size: 22px;
		margin-bottom: 40px;
	}
	#service-option .other .flex .item {
		width: 100%;
		margin: 0 0 50px 0;
	}
	#service-option .other .flex .item .photo {
		margin-bottom: 10px;
	}
	#service-price {
		padding: 60px 0;
	}
	#service-price table {
		font-size: 16px;
	}
	#service-price table .headline {
		font-size: 18px;
	}
	
	
	/**************************************************
		料金表
	**************************************************/
	#price-sec01,#price-sec02 {
		padding: 60px 0 0 0;
	}
	#price-sec03 {
		padding: 60px 0;
	}
	#price-sec01 .sec-ttl001,#price-sec02 .sec-ttl001,#price-sec03 .sec-ttl001 {
		margin-bottom: 40px;
	}
	.price-title {
		font-size: 20px;
		padding-left: 10px;
		margin-bottom: 20px;
	}
	.price-table .hr {
		font-size: 16px;
	}
	.price-table .hr td {
		padding: 10px 4px;
	}
	.price-table .cnt {
		font-size: 15px;
	}
	.price-table .cnt td {
		padding: 10px 4px;
	}
	.price-note {
		font-size: 13px;
	}
	
	
	/**************************************************
		ご依頼の流れ
	**************************************************/
	#flow-sec01 {
		padding: 60px 0;
	}
	#flow-sec01 .summary {
		text-align: left;
		margin-bottom: 40px;
	}
	#flow-sec01 .block {
		margin-bottom: 40px;
	}
	#flow-sec01 .block .icon {
		width: 44px;
	}
	#flow-sec01 .block .cnt {
		width: calc(100% - 54px);
	}
	#flow-sec01 .block .cnt .ttl {
		font-size: 24px;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	#flow-sec01 .block .photo {
		width: 100%;
		margin: 20px auto auto 54px;
	}
	
	
	/**************************************************
		作業実績
	**************************************************/
	#works-sec01 {
		padding: 60px 0 30px;
	}
	/*#works-sec01 .summary {
		width: 100%;
		text-align: left;
		margin: auto auto 40px auto;
	}*/
	#works-sec01 .summary {
		width: 100%;
		margin: auto auto 40px auto;
	}
	#works-sec01 .works-wrap .item {
		width: 100%;
		margin: 0 0 30px 0;
	}
	#works-detail {
		padding: 60px 0;
	}
	#works-detail .ttl1 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#works-detail .ttl2 {
		font-size: 18px;
	}
	#works-detail .ttl3 {
		font-size: 18px;
	}
	#works-detail .photo {
		margin-bottom: 40px;
	}
	#works-detail .photo .before {
		width: 100%;
	}
	#works-detail .photo .after {
		width: 100%;
	}
	#works-detail .photo .arrow {
		width: 100%;
		transform: rotate(90deg);
		text-align: center;
		margin: 10px auto;
	}
	#works-detail .block1 {
		margin-bottom: 40px;
	}
	#works-detail .block1 table th {
		width: 110px;
		padding: 12px 0;
	}
	#works-detail .block1 table td {
		padding: 12px 10px;
	}
	
	
	/**************************************************
		よくある質問
	**************************************************/
	#faq-link {
		padding: 30px 0 20px;
	}
	#faq-link ul li {
		width: 49%;
		margin-bottom: 10px;
	}
	#faq-link ul li a {
		width: 100%;
		font-size: 15px;
	}
	.faq-wrap {
		padding: 15px	10px;
		margin-bottom: 20px;
	}
	.faq-wrap .question {
		background-size: 40px;
		font-size: 15px;
		padding: 7px 0 17px 50px;
	}
	.faq-wrap .answer {
		background-size: 40px;
		padding: 7px 0 7px 50px;
	}
	#faq-sec01,#faq-sec02,#faq-sec03,#faq-sec04 {
		padding: 60px 0 0 0;
	}
	#faq-sec04 {
		padding-bottom: 60px;
	}
	
	
	/**************************************************
		会社案内
	**************************************************/
	#company-sec01 {
		padding: 60px 0;
	}
	#company-sec01 .flex .cnt {
		width: 100%;
		font-size: 15px;
		margin-bottom: 20px;
	}
	#company-sec01 .flex .photo {
		width: 100%;
	}
	#company-sec02 {
		padding: 60px 0;
	}
	#company-sec02 .wrap {
		padding: 25px 10px;
	}
	#company-sec02 .wrap table {
		width: 100%;
		font-size: 14px;
	}
	#company-sec02 .wrap table th {
		width: 25%;
	}
	#company-sec02 .wrap table td {
		padding: 15px 5px;
	}
	#company-sec03 {
		padding: 60px 0;
	}
	
	
	/**************************************************
		お問い合わせ
	**************************************************/
	#contact-sec01 {
		padding: 60px 0;
	}
	#contact-sec01 .summary {
		font-size: 15px;
		text-align: left;
		margin-bottom: 30px;
	}
	#contact-sec01 .box {
		border: solid 2px #FF637F;
		padding: 30px 15px;
	}
	#contact-sec01 .box .ttl {
		font-size: 20px;
	}
	#contact-sec01 .box .left {
		width: 100%;
		border-right: none;
		border-bottom: solid 1px #FF6480;
		padding: 0 0 30px 0;
		margin-bottom: 20px;
	}
	#contact-sec01 .box .left img {
		margin-top: 0;
	}
	#contact-sec02 {
		padding: 60px 0;
	}
	#contact-sec02 .wrap {
		padding: 20px 10px;
	}
	#contact-sec02 table {
		margin-bottom: 10px;
	}
	#contact-sec02 table th {
		width: 100%;
		display: block;
		border-bottom: solid 1px #FF667F;
		padding: 0 0 5px 0;
		margin-bottom: 10px;
	}
	#contact-sec02 table td {
		width: 100%;
		display: block;
		border-bottom: none;
		padding: 0;
		margin-bottom: 20px;
	}
	#contact-sec02 table tr:last-of-type td {
		margin-bottom: 0;
	}
	#contact-sec02 .need {
		margin-left: 10px;
	}
	#contact-sec02 .size-s {
		width: 40%;
	}
	#contact-sec02 .btn input {
		width: 100%;
	}
	#contact-thanks {
		padding: 60px 0;
	}
	#contact-thanks .inner {
		text-align: left;
	}
	#contact-thanks .btn {
		width: 100%;
	}


  /**************************************************
    各ページで利用するclass
  **************************************************/
  .inner {
    width: 90%;
  }
  .sec-ttl001 {
		font-size: 28px;
		margin: auto auto 40px auto;
	}
}

/* スマートフォン 横 */
@media only screen and (max-width:640px){

}

/* スマートフォン 縦 */
@media only screen and (max-width:480px){

}
