@charset "utf-8";


/* reset and base ----------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, b, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}
ol,ul {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
}


/* base --------------------------- */
html {
	cursor: auto;
	font-size: 62.5%;
}

body {
	margin: 76px 0 0;
	padding: 0;
	font-size: 1.45rem;
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

a {
	color: #222;
	text-decoration: none;
}

a:focus, *:focus { outline:none; }

.pc_show {
	display: none;
}
.pc{
	display: none;
}
.sp{
	display: block;
}
.sp_show{
	display: block;
}

:placeholder-shown {
	color: #aaa;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #aaa;
}
/* Firefox 18- */
:-moz-placeholder {
	color: #aaa; opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder {
	color: #aaa; opacity: 1;
}
/* IE 10+ */
:-ms-input-placeholder {
	color: #aaa;
}

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

/* header ------------------------- */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 76px;
	background: rgba(0, 0, 0, 1);
	z-index: 20;
}
header .head {
	font-family: 'Novecentosanswide-Normal';
	-ms-font-feature-settings: "normal";
	display: flex;
	position: relative;
}
header .head .logo {
	padding: 25px 0 0 15px;
}
header .head .logo a {
	display: block;
	width: 160px;
	height: 70px;
	background: url(../img/sp/common/logo.png) center top / contain no-repeat;
	text-indent: -9999px;
}
header .head .text p {
	padding: 0 0 0 15px;
	font-size: 1.2rem;
	font-family: 'Novecentosanswide-Normal';
	-ms-font-feature-settings: "normal";
	line-height: 1;
}

header .btn_spnavi {
	position: absolute;
	top: 20px;
	right: 25px;
}
header .btn_spnavi button,
header .btn_spnavi button span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
header .btn_spnavi button {
	display: block;
	position: relative;
	width: 35px;
	height: 35px;
	background: transparent;
	border: none;
	outline: none;
	box-shadow: none;
}
header .btn_spnavi button span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	display: block !important;
	visibility: visible;
}
header .btn_spnavi.sp_close button span {
	background-color: #fff;
}
header .btn_spnavi button span:nth-of-type(1) {
	top: 5px;
}
header .btn_spnavi button span:nth-of-type(2) {
	top: 15px;
}
header .btn_spnavi button span:nth-of-type(3) {
	top: 25px;
}
header .btn_spnavi.sp_close button span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-225deg);
	transform: translateY(10px) rotate(-225deg);
}
header .btn_spnavi.sp_close button span:nth-of-type(2) {
	opacity: 0;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
header .btn_spnavi.sp_close button span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(-135deg);
	transform: translateY(-10px) rotate(-135deg);
}


/* #gnavi ------------------------- */
#gnavi {
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	justify-content: space-around;
	width: calc(624 / 750 * 100%);
	height: 100vh;
	align-items: center;
	margin: 0 0 0 calc((750 - 624) / 750 * 100%);
	background: rgba(185,195,162,0.95);
	transform: translateX(100vw);
	transition: all 333ms ease 0s;
}
#gnavi::before {
	content: "";
	position: fixed;
	top: 0;
	left: calc((750 - 624) / 750 * -100%);
	width: calc((750 - 624) / 750 * 100%);
	height: 100vh;
}
#gnavi.active {
	transform: translateX(0);
}
#gnavi ul li {
	padding: 1.25em 0;
	text-align: center;
	opacity: 0;
	transform: translateX(50px);
	transition: all 500ms ease 300ms;
}
#gnavi.active ul li {
	opacity: 1;
	transform: translateX(0);
}
#gnavi.active ul li:nth-of-type(1) {
	transition-delay: 300ms;
}
#gnavi.active ul li:nth-of-type(2) {
	transition-delay: 320ms;
}
#gnavi.active ul li:nth-of-type(3) {
	transition-delay: 340ms;
}
#gnavi.active ul li:nth-of-type(4) {
	transition-delay: 360ms;
}
#gnavi.active ul li:nth-of-type(5) {
	transition-delay: 380ms;
}
#gnavi.active ul li:nth-of-type(6) {
	transition-delay: 400ms;
}
#gnavi ul li a {
	color: #fff;
	font-size: 1.95rem;
	font-family: 'Novecentosanswide-Book';
	-ms-font-feature-settings: "normal";
	letter-spacing: 0.25em;
}
/****************************************
	header　CVボタン
*****************************************/

header .header_cv_sp{
	position: absolute;
	font-size: 1em;
	color: #ffffff;
	background-color: rgba(235,97,0,1);
	border-radius: 6px;
	box-shadow: 2px 2px 4px #fac865;
	padding: 8px;
	top: 20%;
	left: 55%;
}

/***************************************
	/header　CVボタン
****************************************/
#gnavi ul li.sns a {
	padding: 0 7px;
	font-size: 3.6rem;
}
#gnavi .sns a span {
	display: none;
}

/* footer ------------------------- */
.ftNav1 {
		padding: 23px 29px;
	width: 100%;
	background: #f1f1f1;
	}
.ftNav1 ul,
.ftNav2 ul {
	text-align: center;
	letter-spacing: -0.4em;
}
.ftNav1 ul li,
.ftNav2 ul li {
	letter-spacing: normal;
	display: inline-block;
}
	.ftNav1 ul li {
		width: auto;
		display: block;
	}
	.ftNav1 ul li:first-child {
		margin-right: 0;
		margin-bottom: 13px;
	}
	.ftNav1 ul li a {
		font-size: 14px;
		padding: 10px 0;
	}
	.ftNav1 ul li a:before {
		width: 28px;
		height: 25px;
		margin-right: 5px;
	}
.ftNav1 ul li a {
	display: block;
	background: #fff;
	border: 2px solid #000;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	padding: 13px 0;
}
.ftNav1 ul li a:before {
	content: "";
	display: inline-block;
	width: 36px;
	height: 33px;
	background: url(../img/webadvice/ico_recruit01.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 8px;
}
.ftNav1 ul li:first-child a:before {
	background: url(../img/webadvice/ico_mail01.png) no-repeat;
	background-size: contain;
}
	.ftNav2 {
		padding: 10px 0 8px;
	}
	.ftNav2 ul li {
		margin: 0 11px;
		font-size: 10px;
	}
	footer .contentIn {
		padding: 42px 15px 15px;
		background-color: #000000;
		position: relative;
	}
	.ftOffice li {
		padding-left: 15px;
		margin-bottom: 18px;
		color: #ffffff;
	}
	.ftOffice li:before {
		top: 4px;
		width: 15px;
		height: 17px;
	}
	.ftOffice li h2 {
		font-size: 16px;
		margin: 0 0 7px 0;
	}
	.ftOffice li p {
		font-size: 11px;
		text-align: left;
		margin: 0 0 3px 0;
	}
	.ftOffice li p span {
		margin-left: 2px;
	}
	.ftOffice li p span:before {
		width: 13px;
		height: 13px;
	}
	.ftSns {
		position: absolute;
		right: 15px;
		top: 12px;
	}
	.ftSns li:first-child {
		margin-right: 9px;
	}
	.copy {
		padding-top: 16px;
		font-size: 8px;
		text-align: center;
		color: #ffffff;
	}
.ftOffice li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 25px;
}
.ftOffice li:before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 2px;
	width: 17px;
	height: 24px;
	background: url(../img/webadvice/ico_office01.png) no-repeat;
	background-size: contain;
}



/* side --------------------------- */
aside#side {
	display: none;
}


/* main --------------------------- */
main {
	margin: 0 0 40px;
	line-height: 1.75;
}
main p .en {
	font-family: 'Novecentosanswide-Normal';
	-ms-font-feature-settings: "normal";
}
@media all and (-ms-high-contrast:none){ /* IE11 */
  *::-ms-backdrop, main p .en,
  *::-ms-backdrop, main p .en {
		margin: 0 0.25em 0.4em 0;
	}
}
@supports (-ms-ime-align:auto) { /* Edge */
	main p .en,
	main p .en {
		margin: 0 0.25em 0.25em 0;
	}
}


/* module ------------------------- */
/* ul */
ul.list01 li::before{
	content: "“ ";
}
ul.list01 li::after{
	content: " ”";
}

/* button */
.btnbox {
	text-align: center;
}
.btnbox .en {
	display: inline-block;
	margin: 0 0.25em 0 0;
	font-family: 'Novecentosanswide-Book';
	-ms-font-feature-settings: "normal";
	font-size: 143%;
}
.btn01 {
	display: block;
	width: 100%;
	height: 55px;
	margin: 0 auto 5px;
	background: #000 url(../img/common/btn_arrow.png) calc(100% - 18px) center no-repeat;
}
.btn01 a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding: 0 59px 0 0;
	color: #fff;
}
.btn02 {
	display: block;
	width: 100%;
	height: 55px;
	margin: 0 auto 5px;
	background: #000 url(../img/common/btn_arrow2.png) calc(100% - 18px) center no-repeat;
}
.btn02 a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding: 0 59px 0 0;
	color: #fff;
}
@media all and (-ms-high-contrast:none){ /* IE11 */
  *::-ms-backdrop, .btn01 .en,
  *::-ms-backdrop, .btn02 .en {
		margin: 0 0.25em 0.4em 0;
	}
}
@supports (-ms-ime-align:auto) { /* Edge */
	.btn01 .en,
	.btn02 .en {
		margin: 0 0.25em 0.25em 0;
	}
}
/* button - btn_submit */
.btn_submit {
	display: flex;
	justify-content: center;
}
.btn_submit button {
	width: 100%;
	height: 56px;
	margin: 0 auto;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1;
	cursor: pointer;
}
.btn_submit button span {
	display: inline-block;
}
.btn_submit.confirm button::after,
.btn_submit.send button::after {
	content: "";
	display: inline-block;
	width: 37px;
	height: 10px;
	margin: 0 0 0 0.5em;
	color: #fff;
	background: #000 url(../img/common/btn_arrow1w.png) center center no-repeat;
}
#contact .contact_block .btn_submit.confirm,
#contact .contact_block .btn_submit.edit {
	margin: 2em 0 1em;
}
#contact .contact_block .btn_submit.send {
	margin: 0 0 1em;
}
.btn_submit.edit button {
	color: #000;
	background: #eee;
}
.btn_submit.edit button::after {
	content: "";
	display: inline-block;
	width: 37px;
	height: 10px;
	margin: 0 0 0 1em;
	color: #000;
	background: #eee url(../img/common/btn_arrow1b.png) 58% center no-repeat;
}
.contact_block .btn_submit button:hover {
	box-shadow: 2px 2px 2px rgba(32, 32, 32, 0.61);
}
.contact_block .btn_submit.edit button:hover {
	box-shadow: 2px 2px 2px rgba(102, 102, 102, 0.61);
}


/* items */
.items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.items > .item > a {
	display: block;
}

/* items sp1 */
.items.sp1 > .item {
	width: 100%;
	margin: 0 0 calc(56 / 750 * 100vw);
}

/* items sp2 */
.items.sp2 > .item {
	width: calc((100% - (30 / 750 * 100vw)) / 2);
	margin: 0 0 calc(35 / 750 * 100vw);
}

/* items sp02 */
.items.sp2 > .item {
	width: calc((100% - (30 / 750 * 100vw)) / 2);
	margin: 0 0 calc(35 / 750 * 100vw);
	/*background-color:#e9e5e1;*/
}

/* items sp3 */
.items.sp3 > .item {
	width: calc((100% - (40 / 750 * 100vw)) / 3);
	margin: 0 0 calc(56 / 750 * 100vw);
}


/* unit */


/* individual setting ------------- */

/* top */
body#top {
	background: url(../img/sp/common/top_bg_02.png) left top / calc(680 / 750 * 100vw) auto no-repeat;
}

#top .main_img_container {
	width: 100%;
	margin: 0;
	padding: 0;
}
#top .main_img_wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 2;
}
#top .main_img {
	width: 100%;
	height: calc(950 / 750 * 100vw);
	padding: calc(190 / 750 * 100vw) 0 0;
	opacity: 0;
	background: url(../img/sp/top/main_img.jpg) center top / contain no-repeat;
	animation: main_img 1000ms ease 500ms 1 normal forwards;
}
@keyframes main_img {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

#top h1 {
	margin: 0 0 calc(10 / 750 * 100vw);
	font-family: 'Novecentosanswide-Book';
	-ms-font-feature-settings: "normal";
	font-size: calc(110 / 750 * 100vw);
	font-weight: normal;
	color: #fff;
	letter-spacing: 0.07em;
	text-align: center;
	line-height: 1.0;
}
#top h1 span.catchphrase {
	position: relative;
	display: inline-block;
	width: calc(620 / 750 * 100vw);
	height: calc(211 / 750 * 100vw);
	text-indent: -9999px;
}
#top h1 span.catchphrase::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 0;
	height: calc(211 / 750 * 100vw);
	background: url(../img/sp/top/main_visual_catchphrase1.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
	animation: main_img_h1 800ms ease 1500ms 1 normal forwards;
}
#top h1 span.catchphrase::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 0;
	height: calc(211 / 750 * 100vw);
	background: url(../img/sp/top/main_visual_catchphrase2.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
	animation: main_img_h1 800ms ease 1800ms 1 normal forwards;
}
@keyframes main_img_h1 {
	0% {width: 0;}
	100% {width: 100%;}
}
#top h1 span.cname {
	line-height: 1.5;
}
#top .main_img p {
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.75;
	letter-spacing: 0.03em;
}

#top .about {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 1;
}
#top .about::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(680 / 750 * 100vw);
	height: calc(250 / 750 * 100vw);
	background: #fff url(../img/sp/common/top_bg2.jpg) left top / 100% auto no-repeat;
	z-index: 0;
}
#top .about::after {
	content: "";
	position: absolute;
	top: 0;
	left: 340px;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(left, #ffffff, #f9f9f9);
	background: -webkit-linear-gradient(left, #ffffff, #f9f9f9);
	background: linear-gradient(to right, #ffffff, #f9f9f9);
	z-index: -1;
}
#top .about .inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: calc(70 / 750 * 100vw) calc(60 / 750 * 100vw) calc(62 / 750 * 100vw);
	z-index: 1;
}
#top .about .inner::before {
	display: block;
	width: calc(680 / 750 * 100vw);
}
#top .about h2 {
	position: relative;
	width: calc(461 / 750 * 100vw);
	height: calc(162 / 750 * 100vw);
	margin: 0 0 calc(40 / 750 * 100vw);
	background: url(../img/sp/top/top_about_title1.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
}
#top .about h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/sp/top/top_about_title2.png) left top / auto 100% no-repeat;
}
#top .about.about.inViewBox-out h2 {
	width: 0;
}
#top .about.about.inViewBox-out h2::before {
	width: 0;
}
#top .about.about.inViewBox-in h2 {
	width: 100%;
	transition: width 500ms ease 1000ms;
}
#top .about.about.inViewBox-in h2::before {
	width: 100%;
	transition: width 500ms ease 1300ms;
}
#top .about .text {
	line-height: 2.0;
}
#top .about .text h3 {
	font-size: 1.4em;
	text-decoration: underline;
	letter-spacing: 0.1em;
	margin: 1.5em 0 0.6em;
}
#top .about .text p {
	margin: 0 0 2em;
	line-height: 1.83;
}
#top .about .text .list01 li {
	font-weight:bold;
}
#top .about .inner .btnbox {
	font-size: 1.2rem;
	vertical-align: bottom;
}
#top .about .btnbox .btn {
	line-height: 1;
}

/* top - banner */
#top .banner {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 1;
	margin: 50px 0 0 0;
}
#top .banner .inner {
	width:100%;
	}
	
#top .banner p {
	width: calc(700 / 750 * 100vw);
	margin:0 auto;
	padding:55px 0 40px 0;
}
#top .banner  a {
	display:block;
	}
	

/* service */
#top .service {
	width: 100%;
	background: #fff;
}
#top .service .inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: calc(62 / 750 * 100vw) calc(60 / 750 * 100vw) calc(62 / 750 * 100vw);
	z-index: 1;
}
#top .service h2 {
	position: relative;
	width: calc(203 / 750 * 100vw);
	height: calc(78 / 750 * 100vw);
	margin: 0 auto;
	text-indent: -9999px;
}
#top .service h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: calc(78 / 750 * 100vw);
	background: url(../img/sp/top/top_service_title.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
}
#top .service.inViewBox-out h2::before {
	width: 0;
}
#top .service.inViewBox-in h2::before {
	width: 100%;
	transition: width 333ms ease 750ms;
}
#top .service h2 + p {
	margin: 0.75em 0 1.25em;
	text-align: center;
}
#top .service h3 {
	margin: .75em 0 0.25em;
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	line-height: 1;
}
#top .blog .text {
	font-size: 1.2rem;
	line-height: 1.75;
}
#top .service .btn02 {
	display: inline-block;
}

#top #top_gallery {
	background: url("../img/top/gallery.png") no-repeat 50% 50%;
	background-size: cover;
	width: 100%;
	margin: 0 auto;
	height: 200px;
	padding: 80px 0 0 0;
}
#top #top_gallery .btn03 {
	margin: 0 auto;
	background-color: #ffffff;
	color: #333333;
}
#top #top_gallery .btn03 a {
	background-color: #ffffff;
	color: #333333;
}


/* works */
#top .works {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 1;
}
#top .works::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: calc(680 / 750 * 100vw);
	height: 100%;
	/* background: #fff url(../img/sp/common/top_bg3.jpg) right top / cover no-repeat; */
	z-index: 0;
}
#top .works .inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: calc(62 / 750 * 100vw) calc(30 / 750 * 100vw);
	z-index: 1;
}
#top .works .item > a {
	box-shadow: 3px 3px 5px rgba(51, 51, 51, 0.1);
	transition: all 333ms ease 0s;
}
#top .works .item > a:hover {
	box-shadow: 3px 3px 5px rgba(51, 51, 51, 0.25);
}
#top .works h2 {
	position: relative;
	width: calc(300 / 750 * 100vw);
	height: calc(112 / 750 * 100vw);
	margin: 0 auto calc(65 / 750 * 100vw);
	text-indent: -9999px;
}
#top .works h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(102 / 750 * 100vw);
	margin: 0 0 calc(65 / 750 * 100vw);
	background: url(../img/sp/top/top_works_title.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
}
#top .works.inViewBox-out h2::before {
	width: 0;
}
#top .works.inViewBox-in h2::before {
	width: 100%;
	transition: width 333ms ease 750ms;
}
#top .works h3 {
	text-align: center;
}
#top .works .swiper-container {
	width: 100%;
	margin: 0 0 calc(60 / 750 * 100vw);
	padding: 0 calc((100% - (508 / 750 * 100vw)) / 2) calc(60 / 750 * 100vw);
}
#top .works .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	top: 0;
	left: 0;
	right: auto;
	height: 100%;
	margin: 0;
	padding: 8px 5px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	background-origin: content-box;
	background-size: contain;
}
#top .works .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	top: 0;
	right: 0;
	left: auto;
	height: 100%;
	margin: 0;
	padding: 8px 5px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	background-origin: content-box;
	background-size: contain;
}
#top .works .swiper-pagination {
	bottom: 0;
}
#top .works .swiper-pagination-bullet {
	width: calc(18 / 750 * 100vw);
	height: calc(18 / 750 * 100vw);
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}
#top .works .swiper-pagination-bullet-active {
	opacity: 1;
	background: #000;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 calc(16 / 750 * 100vw);
}
#top .works .btn02 {
	display: inline-block;
}

/* about */
#about .about {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 1;
}
#about .about::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: calc(680 / 750 * 100vw);
	height: 100%;
	/* background: #fff url(../img/sp/common/top_bg3.jpg) right top / cover no-repeat; */
	z-index: 0;
}
#about .about .inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: calc(62 / 750 * 100vw) calc(30 / 750 * 100vw);
	z-index: 1;
}
#about .about .item > a {
	box-shadow: 3px 3px 5px rgba(51, 51, 51, 0.1);
	transition: all 333ms ease 0s;
}
#about .about .item > a:hover {
	box-shadow: 3px 3px 5px rgba(51, 51, 51, 0.25);
}
#about .about h2 {
	position: relative;
	width: calc(190 / 750 * 100vw);
	height: calc(112 / 750 * 100vw);
	margin: 0 auto calc(65 / 750 * 100vw);
	text-indent: -9999px;
}
#about .about h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(85 / 750 * 100vw);
	margin: 0 0 calc(65 / 750 * 100vw);
	background: url(../img/sp/about/about_title.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
}
#about .about.inViewBox-out h2::before {
	width: 0;
}
#about .about.inViewBox-in h2::before {
	width: 100%;
	transition: width 333ms ease 750ms;
}
#about .about h3 {
	text-align: center;
}
#about .about .swiper-container {
	width: 100%;
	margin: 0 0 calc(60 / 750 * 100vw);
	padding: 0 calc((100% - (620 / 750 * 100vw)) / 2) calc(60 / 750 * 100vw);
}
#about .about .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	top: 0;
	left: 0;
	right: auto;
	height: 100%;
	margin: 0;
	padding: 8px 5px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	background-origin: content-box;
	background-size: contain;
}
#about .about .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	top: 0;
	right: 0;
	left: auto;
	height: 100%;
	margin: 0;
	padding: 8px 5px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	background-origin: content-box;
	background-size: contain;
}
#about .about .swiper-pagination {
	bottom: 0;
}
#about .about.swiper-pagination-bullet {
	width: calc(25 / 750 * 100vw);
	height: calc(25 / 750 * 100vw);
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}
#about .about .swiper-pagination-bullet-active {
	opacity: 1;
	background: #000;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 calc(16 / 750 * 100vw);
}
#about .about .btn02 {
	display: inline-block;
}

#about .about #about_txt {
	width:100%;
}
#about .about #about_txt2 {
	width:100%;
}
#about .about .text01 {
	font-size:1.1em;
}
#about .about .text01 h4 {
	font-size:1.05em;
	margin:0 0 30px 0;
}
#about .about .text01 p {
	margin:0 0 30px 0;
}
#about .about .text02 h5 {
	font-size:1.3em;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
	padding:7px 0;
	margin:50px 0 20px 0;
	text-align:center;
}
.about .btnbox {
	margin:25px 0 0 0;
	padding:8px 0;
}
.about .btnbox .btn03 {
	background-color:#000;
	margin:25px 0 0 0;
	padding:18px 45px 16px;
}
.about .btnbox p {
    margin: 0 0 30px 0;
    line-height: 150% !important;
}
.about .btnbox a {
	color:#fff;
}

#about .about .text02 #aboutmacuil {
	margin:60px 0 0 0;
}
#about .about .text02 ul {
	width:100%;
}
#about .about .text02 li {
	border-bottom:1px dotted #333;
	padding:15px 0 15px 5px;
}
#about .about .text02 dt {
	float:left;
	width:25%;
}
#about .about .text02 dd {
	float:left;
	width:75%;
}


/* webadvice */
#webadvice .webadvice {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 1;
}
#webadvice #main_img {
	background:url(../img/sp/webadvice/main.png) left top / auto 100% no-repeat;
	width:100%;
	height:460px;
	text-indent:-9999px;
	padding:45px 0 0 45px;
}
#webadvice #main_img p {
	background:url(../img/sp/webadvice/ttl.png) left top / auto 100% no-repeat;
	width:100%;
	height:260px;
	display:block;
	margin:0 auto;
}

/*意味のわからないbefore疑似要素をコメントアウト*/
/*
#webadvice .webadvice::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: calc(680 / 750 * 100vw);
	height: 100%;
	z-index: 0;
}
*/
#webadvice .webadvice .inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: calc(62 / 750 * 100vw) calc(30 / 750 * 100vw);
	z-index: 1;
}
#webadvice .webadvice .item > a {
	box-shadow: 3px 3px 5px rgba(51, 51, 51, 0.1);
	transition: all 333ms ease 0s;
}
#webadvice .webadvice .item > a:hover {
	box-shadow: 3px 3px 5px rgba(51, 51, 51, 0.25);
}
#webadvice .webadvice h2 {
	position: relative;
	width: calc(190 / 750 * 100vw);
	height: calc(112 / 750 * 100vw);
	margin: 0 auto calc(65 / 750 * 100vw);
	text-indent: -9999px;
}
#webadvice .webadvice h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(85 / 750 * 100vw);
	margin: 0 0 calc(65 / 750 * 100vw);
	background: url(../img/sp/about/about_title.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
}
#webadvice .webadvice.inViewBox-out h2::before {
	width: 0;
}
#webadvice .webadvice.inViewBox-in h2::before {
	width: 100%;
	transition: width 333ms ease 750ms;
}
#webadvice .webadvice h3 {
	text-align: center;
}
#webadvice .webadvice .swiper-container {
	width: 100%;
	margin: 0 0 calc(30 / 750 * 100vw);
	padding: 0 calc((100% - (650 / 750 * 100vw)) / 2) calc(30 / 750 * 100vw);
}
#webadvice .webadvice .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	top: 0;
	left: 0;
	right: auto;
	height: 100%;
	margin: 0;
	padding: 8px 5px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	background-origin: content-box;
	background-size: contain;
}
#webadvice .webadvice .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	top: 0;
	right: 0;
	left: auto;
	height: 100%;
	margin: 0;
	padding: 8px 5px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	background-origin: content-box;
	background-size: contain;
}
#webadvice .webadvice .swiper-pagination {
	bottom: 0;
}
#webadvice .webadvice.swiper-pagination-bullet {
	width: calc(25 / 750 * 100vw);
	height: calc(25 / 750 * 100vw);
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}
#webadvice .webadvice .swiper-pagination-bullet-active {
	opacity: 1;
	background: #000;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 calc(16 / 750 * 100vw);
}
#webadvice .webadvice .btn02 {
	display: inline-block;
}

#webadvice .webadvice .webadvice_txt {
	width:100%;
}
#webadvice .webadvice #about_txt2 {
	width:100%;
}
#webadvice .webadvice .text01 {
	font-size:1.1em;
	margin:20px 0 0 0;
}
#webadvice .webadvice .text01 h4 {
	font-size:1.3em;
	margin:0 0 20px 0;
}
#webadvice .webadvice .text01 p {
	margin:0 0 30px 0;
	text-align: center;
}
#webadvice .webadvice .text01 p span {
	font-size:1.1em;
	line-height:190%;
	font-weight:bold;
}

#webadvice .webadvice .text02 h5 {
	font-size:1.3em;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
	padding:7px 0;
	margin:50px 0 20px 0;
	text-align:center;
}
.webadvice .btnbox {
	margin:25px 0 0 0;
	padding:8px 0;
}
.webadvice .btnbox .btn03 {
	background-color:#000;
	margin:25px 0 0 0;
	padding:18px 45px 16px;
}
.webadvice #main_img .contact {
	background-color: #971e2b;
	opacity: 0.9;
	font-size:1.15em;
	margin:18px 45px 0 0;
	padding:18px 30px 16px;
	color:#fff;
	text-indent:0!important;
	text-align: center;
}
.webadvice #main_img .contact a {
	color:#fff;
	text-align: center;
}
.webadvice .btnbox p {
    margin: 0 0 30px 0;
    line-height: 150% !important;
}
.webadvice .btnbox a {
	color:#fff;
}

#webadvice .webadvice .text02 #aboutmacuil {
	margin:60px 0 0 0;
}
#webadvice .webadvice .text02 ul {
	width:100%;
	border:1px solid #000;
	margin:0 0 15px 0;
}
#webadvice .webadvice .text02 li {
	border-bottom:1px dotted #333;
	padding:15px 0 15px 5px;
}
#webadvice .webadvice .text02 dt {
	padding:10px 20px 0 20px;
}
#webadvice .webadvice .text02 dd {
	padding:0 20px 10px 20px;
	font-weight:bold;
	}
#webadvice .webadvice .text02 dd .small {
	font-weight:bold;
	font-size:1em;
}
#webadvice .webadvice .text02 dd .large {
	font-weight:bold;
	font-size:1.9em;
}
#webadvice .webadvice h4 {
	font-size:1.5em;
	line-height:150%;
	margin:55px 0 35px 0;
	text-align:center;
}
#webadvice .webadvice h5 {
	font-size:1.8em;
	margin:35px 0 20px 0;
	text-align:center;
}
#webadvice .webadvice .text00 ul {
	font-size:1.1em;
	font-weight:bold;
	text-decoration:underline;
	border: 1px solid #333333;
	padding: 25px;
	margin: 35px 0 0 0;
}
#webadvice .webadvice .text00 li {
	margin:0 0 15px 0;
	background:url(../img/sp/webadvice/reten.png) no-repeat 0 6px;
	padding:0 0 0 35px;
}
#webadvice .webadvice .text07 li {
	padding:15px;
	margin:0 0 10px 0;
	text-align:center;
	font-size:1.1em;
	}
#webadvice .webadvice .text07 li p {
	background-color:#000;
	color:#fff;
	padding:3px 0;
}
#webadvice .webadvice .text07 li img {
	width:80%;
	margin:0 0 10px 0;
}

/* support */
#support .support {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 1;
}
#support #main_img {
	background:url(../img/sp/support/main.jpg) left top / auto 100% no-repeat;
	width:100%;
	height:460px;
	text-indent:-9999px;
	padding:45px 0 0 47px;
}
#support #main_img p {
	background:url(../img/sp/webadvice/ttl.png) left top / auto 100% no-repeat;
	width:100%;
	height:300px;
	display:block;
	margin:0 auto;
}
#support .support::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: calc(680 / 750 * 100vw);
	height: 100%;
	z-index: 0;
}
#support .support .inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: calc(62 / 750 * 100vw) calc(30 / 750 * 100vw);
	z-index: 1;
}
#support .support .item > a {
	box-shadow: 3px 3px 5px rgba(51, 51, 51, 0.1);
	transition: all 333ms ease 0s;
}
#support .support .item > a:hover {
	box-shadow: 3px 3px 5px rgba(51, 51, 51, 0.25);
}
#support .support h2 {
	position: relative;
	width: calc(190 / 750 * 100vw);
	height: calc(112 / 750 * 100vw);
	margin: 0 auto calc(65 / 750 * 100vw);
	text-indent: -9999px;
}
#support .support h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(85 / 750 * 100vw);
	margin: 0 0 calc(65 / 750 * 100vw);
	background: url(../img/sp/about/about_title.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
}
#support .support.inViewBox-out h2::before {
	width: 0;
}
#support .support.inViewBox-in h2::before {
	width: 100%;
	transition: width 333ms ease 750ms;
}
#support .support h3 {
	text-align: center;
}
#support .support .swiper-container {
	width: 100%;
	margin: 0 0 calc(30 / 750 * 100vw);
	padding: 0 calc((100% - (620 / 750 * 100vw)) / 2) calc(30 / 750 * 100vw);
}
#support .support .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	top: 0;
	left: 0;
	right: auto;
	height: 100%;
	margin: 0;
	padding: 8px 5px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	background-origin: content-box;
	background-size: contain;
}
#support .support .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	top: 0;
	right: 0;
	left: auto;
	height: 100%;
	margin: 0;
	padding: 8px 5px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	background-origin: content-box;
	background-size: contain;
}
#support .support .swiper-pagination {
	bottom: 0;
}
#support .support.swiper-pagination-bullet {
	width: calc(25 / 750 * 100vw);
	height: calc(25 / 750 * 100vw);
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}
#support .support .swiper-pagination-bullet-active {
	opacity: 1;
	background: #000;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 calc(16 / 750 * 100vw);
}
#support .support .btn02 {
	display: inline-block;
}

#support .support #support_txt {
	width:100%;
}
#support .support #about_txt2 {
	width:100%;
}
#support .support .text01 {
	font-size:1.1em;
	margin:40px 0 0 0;
}
#support .support .text01 h4 {
	font-size:1.3em;
	margin:0 0 20px 0;
}
#support .support .text01 p {
	margin:0 0 30px 0;
}
#support .support .text01 p span {
	font-size:1.1em;
	line-height:190%;
	font-weight:bold;
}

#support .support .text02 h5 {
	font-size:1.3em;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
	padding:7px 0;
	margin:50px 0 20px 0;
	text-align:center;
}
.support .btnbox {
	margin:25px 0 0 0;
	padding:8px 0;
}
.support .btnbox .btn03 {
	background-color:#000;
	margin:25px 0 0 0;
	padding:18px 45px 16px;
}
.support #main_img .contact {
	background-color: #971e2b;
	opacity: 0.9;
	font-size:1.15em;
	margin:18px 45px 0 0;
	padding:18px 30px 16px;
	color:#fff;
	text-indent:0!important;
}
.support #main_img .contact a {
	color:#fff;
}
.support .btnbox p {
    margin: 0 0 30px 0;
    line-height: 150% !important;
}
.support .btnbox a {
	color:#fff;
}

#support .support .text02 #aboutmacuil {
	margin:60px 0 0 0;
}
#support .support .text02 ul {
	width:100%;
	border:1px solid #000;
	margin:0 0 15px 0;
}
#support .support .text02 li {
	border-bottom:1px dotted #333;
	padding:15px 0 15px 5px;
}
#support .support .text02 dt {
	padding:10px 20px 0 20px;
}
#support .support .text02 dd {
	padding:0 20px 10px 20px;
	font-weight:bold;
	}
#support .support .text02 dd .small {
	font-weight:bold;
	font-size:1em;
}
#support .support .text02 dd .large {
	font-weight:bold;
	font-size:1.9em;
}
#support .support h4 {
	font-size:1.5em;
	line-height:150%;
	margin:55px 0 20px 0;
	text-align:center;
}
#support .support h5 {
	font-size:1.3em;
	margin:35px 0 20px 0;
	text-align:center;
}
#support .support .text00 ul {
	font-size:1.1em;
	font-weight:bold;
	text-decoration:underline;
}
#support .support .text00 li {
	margin:0 0 15px 0;
	background:url(../img/sp/webadvice/reten.png) no-repeat 0 6px;
	padding:0 0 0 35px;
}
#support .support .text07 li {
	padding:15px;
	margin:0 0 10px 0;
	text-align:center;
	font-size:1.1em;
	}
#support .support .text07 li p {
	background-color:#000;
	color:#fff;
	padding:3px 0;
}
#support .support .text07 li img {
	width:80%;
	margin:0 0 10px 0;
}

/* ここから　*/

/* works */
#works .works {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 1;
}
#works .works::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: calc(680 / 750 * 100vw);
	height: 100%;
	/* background: #fff url(../img/sp/common/top_bg3.jpg) right top / cover no-repeat; */
	z-index: 0;
}
#works .works .inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: calc(62 / 750 * 100vw) calc(30 / 750 * 100vw);
	z-index: 1;
}
#works .works .item > a {
	box-shadow: 3px 3px 5px rgba(51, 51, 51, 0.1);
	transition: all 333ms ease 0s;
}
#works .works .item > a:hover {
	box-shadow: 3px 3px 5px rgba(51, 51, 51, 0.25);
}
#works .works h2 {
	position: relative;
	width: calc(267 / 750 * 100vw);
	height: calc(100 / 750 * 100vw);
	margin: 0 auto calc(65 / 750 * 100vw);
	text-indent: -9999px;
}
#works .works h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100 / 750 * 100vw);
	margin: 0 0 calc(65 / 750 * 100vw);
	background: url(../img/sp/works/works_title.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
}
#works .works.inViewBox-out h2::before {
	width: 0;
}
#works .works.inViewBox-in h2::before {
	width: 100%;
	transition: width 333ms ease 750ms;
}
#works .works h3 {
	text-align: center;
}
#works .works .swiper-container {
	width: 100%;
	margin: 0 0 calc(60 / 750 * 100vw);
	padding: 0 calc((100% - (620 / 750 * 100vw)) / 2) calc(60 / 750 * 100vw);
}
#works .works .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	top: 0;
	left: 0;
	right: auto;
	height: 100%;
	margin: 0;
	padding: 8px 5px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	background-origin: content-box;
	background-size: contain;
}
#works .works .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	top: 0;
	right: 0;
	left: auto;
	height: 100%;
	margin: 0;
	padding: 8px 5px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	background-origin: content-box;
	background-size: contain;
}
#works .works .swiper-pagination {
	bottom: 0;
}
#works .works.swiper-pagination-bullet {
	width: calc(25 / 750 * 100vw);
	height: calc(25 / 750 * 100vw);
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}
#works .works .swiper-pagination-bullet-active {
	opacity: 1;
	background: #000;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 calc(16 / 750 * 100vw);
}
#works .works .btn02 {
	display: inline-block;
}

#works .works #works_txt {
	width:100%;
}
#works .works #works_txt2 {
	width:100%;
}
#works .works .text01 {
	font-size:1.1em;
}
#works .works .text01 h4 {
	font-size:1.05em;
	margin:0 0 30px 0;
}
#works .works .text01 p {
	margin:0 0 30px 0;
}
#works .works .text02 h5 {
	font-size:1.3em;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
	padding:7px 0;
	margin:50px 0 20px 0;
	text-align:center;
}
.works .btnbox {
	margin:25px 0 0 0;
	padding:8px 0;
}
.works .btnbox .btn03 {
	background-color:#000;
	margin:25px 0 0 0;
	padding:18px 45px 16px;
}
.works .btnbox p {
    margin: 0 0 30px 0;
    line-height: 150% !important;
}
.works .btnbox a {
	color:#fff;
}

#works .works .text02 #aboutmacuil {
	margin:60px 0 0 0;
}
#works .works .text02 ul {
	width:100%;
}
#works .works .text02 li {
	border-bottom:1px dotted #333;
	padding:15px 0 15px 5px;
}
#works .works .text02 dt {
	float:left;
	width:25%;
}
#works .works .text02 dd {
	float:left;
	width:75%;
}

/* ここまで */


/* ここから　*/

/* gallery */
#gallery .gallery {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 1;
}
#gallery .gallery::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: calc(680 / 750 * 100vw);
	height: 100%;
	/* background: #fff url(../img/sp/common/top_bg3.jpg) right top / cover no-repeat; */
	z-index: 0;
}
#gallery .gallery .inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: calc(62 / 750 * 100vw) calc(30 / 750 * 100vw);
	z-index: 1;
}
#gallery .gallery .item > a {
	box-shadow: 3px 3px 5px rgba(51, 51, 51, 0.1);
	transition: all 333ms ease 0s;
}
#gallery .gallery .item > a:hover {
	box-shadow: 3px 3px 5px rgba(51, 51, 51, 0.25);
}
#gallery .gallery h2 {
	position: relative;
	width: calc(267 / 750 * 100vw);
	height: calc(100 / 750 * 100vw);
	margin: 0 auto calc(65 / 750 * 100vw);
	text-indent: -9999px;
}
#gallery .gallery h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100 / 750 * 100vw);
	margin: 0 0 calc(65 / 750 * 100vw);
	background: url(../img/sp/gallery/gallery_title.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
}
#gallery .gallery.inViewBox-out h2::before {
	width: 0;
}
#gallery .gallery.inViewBox-in h2::before {
	width: 100%;
	transition: width 333ms ease 750ms;
}
#gallery .gallery h3 {
	text-align: center;
}

#gallery .box {
	height: 480px;
}

#gallery ul#list {
	margin: 0 0 50px 0;
}
#gallery #list li {
	width: 100%;
	margin: 0 0 5% 0;
}

#gallery .gallery1 {
	background: url("../img/gallery/gallery_1.jpg") no-repeat 50% 60%;
	background-size: cover;
}
#gallery .gallery2 {
	background: url("../img/gallery/gallery_3.jpg") no-repeat 50% 50%;
	background-size: cover;
}
#gallery .gallery3 {
	background: url("../img/gallery/gallery_2.jpg") no-repeat 50% 1%;
	background-size: cover;
}
#gallery .gallery4 {
	background: url("../img/gallery/gallery_4.jpg") no-repeat 50% 50%;
	background-size: cover;
}
#gallery .gallery5 {
	background: url("../img/gallery/gallery_5.jpg") no-repeat 50% 1%;
	background-size: cover;
}
#gallery .gallery6 {
	background: url("../img/gallery/gallery_6.jpg") no-repeat 50% 1%;
	background-size: cover;
}
#gallery .gallery7 {
	background: url("../img/gallery/gallery_7.jpg") no-repeat 50% 1%;
	background-size: cover;
}
#gallery .gallery8 {
	background: url("../img/gallery/gallery_8.jpg") no-repeat 50% 1%;
	background-size: cover;
}
#gallery .gallery9 {
	background: url("../img/gallery/gallery_11.jpg") no-repeat 50% 50%;
	background-size: cover;
}
#gallery .gallery10 {
	background: url("../img/gallery/gallery_9.jpg") no-repeat 50% 50%;
	background-size: cover;
}
#gallery .gallery11 {
	background: url("../img/gallery/gallery_10.jpg") no-repeat 50% 40%;
	background-size: cover;
}
#gallery .gallery12 {
	background: url("../img/gallery/gallery_12.jpg") no-repeat 70% 50%;
	background-size: cover;
}
#gallery .gallery13 {
	background: url("../img/gallery/gallery_13.jpg") no-repeat 70% 50%;
	background-size: cover;
}
#gallery .gallery14 {
	background: url("../img/gallery/gallery_14.jpg") no-repeat 70% 50%;
	background-size: cover;
}


#gallery .gallery .btn02 {
	display: inline-block;
}


.gallery .btnbox {
	margin:25px 0 0 0;
	padding:8px 0;
}
.gallery .btnbox .btn03 {
	background-color:#000;
	margin:25px 0 0 0;
	padding:18px 45px 16px;
}
.gallery .btnbox p {
    margin: 0 0 30px 0;
    line-height: 150% !important;
}
.gallery .btnbox a {
	color:#fff;
}

#gallery .gallery .text02 #aboutmacuil {
	margin:60px 0 0 0;
}
#gallery .gallery .text02 ul {
	width:100%;
}
#gallery .gallery .text02 li {
	border-bottom:1px dotted #333;
	padding:15px 0 15px 5px;
}
#gallery .gallery .text02 dt {
	float:left;
	width:25%;
}
#gallery .gallery .text02 dd {
	float:left;
	width:75%;
}

/* ここまで */


/* service */
#service .service {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 1;
}
#service .service::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: calc(676 / 750 * 100vw);
	height: 100%;
	/* background: #fff url(../img/sp/common/top_bg3.jpg) right top / cover no-repeat; */
	z-index: 0;
}
#service .service .inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: calc(62 / 750 * 100vw) calc(30 / 750 * 100vw);
	z-index: 1;
}
#service .service .item > a {
	box-shadow: 3px 3px 5px rgba(51, 51, 51, 0.1);
	transition: all 333ms ease 0s;
}
#service .service .item > a:hover {
	box-shadow: 3px 3px 5px rgba(51, 51, 51, 0.25);
}
#service .service h2 {
	position: relative;
	width: calc(220 / 750 * 100vw);
	height: calc(112 / 750 * 100vw);
	margin: 0 auto calc(65 / 750 * 100vw);
	text-indent: -9999px;
}
#service .service h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(85 / 750 * 100vw);
	margin: 0 0 calc(45 / 750 * 100vw);
	background: url(../img/sp/service/service_title.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
}
#service .service.inViewBox-out h2::before {
	width: 0;
}
#service .service.inViewBox-in h2::before {
	width: 100%;
	transition: width 333ms ease 750ms;
}
#service .about h3 {
	text-align: center;
}
#service .service .swiper-container {
	width: 100%;
	margin: 0 0 calc(60 / 750 * 100vw);
	padding: 0 calc((100% - (620 / 750 * 100vw)) / 2) calc(60 / 750 * 100vw);
}
#service .service .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	top: 0;
	left: 0;
	right: auto;
	height: 100%;
	margin: 0;
	padding: 8px 5px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	background-origin: content-box;
	background-size: contain;
}
#servicet .service .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	top: 0;
	right: 0;
	left: auto;
	height: 100%;
	margin: 0;
	padding: 8px 5px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	background-origin: content-box;
	background-size: contain;
}
#service .service .swiper-pagination {
	bottom: 0;
}
#service .service.swiper-pagination-bullet {
	width: calc(25 / 750 * 100vw);
	height: calc(25 / 750 * 100vw);
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}
#service .service .swiper-pagination-bullet-active {
	opacity: 1;
	background: #000;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 calc(16 / 750 * 100vw);
}
#service .service .btn02 {
	display: inline-block;
}

#service .service #about_txt {
	width:100%;
}
#service .service #about_txt2 {
	width:100%;
}
#service .service .text01 {
	font-size:1.1em;
}
#service .service .text01 dl {
	border:none;
}
#service .service .text01 dt {
	width:100%;
	}
#service .service .text01 dt img {
	margin:20px 0 15px 0;
	width:500px;
}
#service .service .text01 dd {
	margin:0!important;
	font-size:0.95em;
	line-height:160%;
	width:100%;
}
#service .service .text01 dd span.ttl {
	font-size:1.25em;
	font-weight:bold;
	}
#service .service .text01 h4 {
	font-size:1.05em;
	margin:10px 0 15px 0;
}
#service .service .text01 p {
	margin:0 0 30px 0;
}
#service .service .text02 h5 {
	font-size:1.3em;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	padding:7px 0;
	margin:50px 0 20px 0;
	text-align:center;
}
#service .service .text02 h6 {
	font-size:1em;
	font-weight:bold;
	margin:35px 0 20px 0;
	background-color:#333;
	color:#fff;
	padding:7px 20px;
}
.service .btnbox p {
	margin:0 0 30px 0;
	line-height:150%!important;
}
.service .btnbox .btn03 {
	background-color:#000;
	margin:25px 0 0 0;
	padding:18px 45px 16px;
}
.service .btnbox a {
	color:#fff;
}

.service dl {
	width:100%;
	border-bottom:1px dotted #333;
	padding:0 0 10px 0;
}
.service dt {
	clear:both;
	width:72%;
	font-size:1.05em;
	font-weight:bold;
	float:left;
	padding:3px 0 3px 3px;
}
.service dt span {
	font-size:0.8em;
}
.service dd {
	width:28%;
	float:right;
	padding:3px 0;
}
.service .price p {
	margin:10px 0 0 0;
	font-size:0.8em;
	line-height:150%!important;
}
.service .price {
	margin:10px 0 25px 0;
}
.service .price2 p {
	margin:10px 0 0 0;
	font-size:1em;
	line-height:150%!important;
}
.service .price2 {
	margin:10px 0 25px 0;
	border:1px solid #333;
	padding:15px 20px 5px 20px;
}
.service .price2 .list {
	font-size:0.8em;
}
.service .price2 .detail {
	font-weight:bold;
	margin:10px 0 20px 0;
}


/* blog */
#top .blog {
	width: 100%;
	background: #fff;
}
#top .blog .inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: calc(126 / 750 * 100vw) calc(74 / 750 * 100vw) calc(70 / 750 * 100vw);
	z-index: 1;
}
#top .blog h2 {
	position: relative;
	width: calc(144 / 750 * 100vw);
	height: calc(92 / 750 * 100vw);
	margin: 0 auto calc(79 / 750 * 100vw);
	text-indent: -9999px;
}
#top .blog h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(92 / 750 * 100vw);
	margin: 0 0 calc(60 / 750 * 100vw);
	background: url(../img/sp/top/top_blog_title.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
}
#top .blog.inViewBox-out h2::before {
	width: 0;
}
#top .blog.inViewBox-in h2::before {
	width: 100%;
	transition: width 333ms ease 750ms;
}
#top .blog .img img {
	width: 100%;
	height: auto;
}
#top .blog h3 {
	margin: 1em 0 0.2em;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.5;
}
#top .blog .category_date > span {
	font-size: 1.1rem;
	line-height: 1.3;
}
#top .blog .text {
	font-size: 1.2rem;
	line-height: 1.83;
}
#top .blog .btn02 {
	display: inline-block;
}



/* contact */
#contact main {
	padding: calc(60 / 750 * 100vw) 0 0;
}
#contact h1 {
	position: relative;
	width: calc(239 / 750 * 100vw);
	height: calc(59 / 750 * 100vw);
	margin: 0 auto calc(79 / 750 * 100vw);
	text-indent: -9999px;
}
#contact h1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(59 / 750 * 100vw);
	margin: 0 0 calc(60 / 750 * 100vw);
	background: url(../img/sp/contact/contact_title.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
}
#contact h1.inViewBox-out::before {
	width: 0;
}
#contact h1.inViewBox-in::before {
	width: 100%;
	transition: width 333ms ease 750ms;
}


/* contact_block */
#contact .contact_block {
	
}
#contact .contact_block .inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 calc(29 / 750 * 100vw) 0;
}
#contact .contact_block p {
	margin: 0 0 1.25em;
	text-align: center;
	line-height: 2.0;
}
#contact .contact_block p .att {
	display: inline-block;
	margin: 1em 0 0;
	font-size: 85%;
	line-height: 1.75;
}
#contact .contact_block span.req {
	color: #f00;
}
#contact .contact_block table {
	width: 100%;
	border-collapse: collapse;
}
#contact .contact_block table th {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 0 0 0;
	font-size: 1.5rem;
	vertical-align: top;
	text-align: center;
	color: #333;
	line-height: 50px;
}
#contact .contact_block table td {
	display: block;
	width: 100%;
}
#contact .contact_block table td label {
	display: inline-block;
	margin: 0 1.5em 0 0;
	padding: calc(20 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
}
#contact .contact_block table td label.error {
	margin: 0 0 0 0;
	padding: 0;
	color: #f80;
}
#contact .contact_block table input[type="radio"] {
	display: inline-block;
	margin: 0 5px 0 0;
}
#contact .contact_block table input[type="text"] {
	width: 100%;
	height: 50px;
	margin: 0 0 calc(30 / 750 * 100vw);
	padding: 5px;
	border: 1px solid #dadfe5;
}
#contact .contact_block table textarea {
	width: 100%;
	height: 10em;
	margin: 0;
	padding: 5px;
	border: 1px solid #dadfe5;
}
#contact .block_complete h2 {
	margin: 0 0 2em;
}
#contact .block_complete p:last-of-type {
	margin: 0 0 20em;
}

/*追記項目*/
#webadvice #main_img .contact .contact_offer {
  position: relative;
  margin: 20px auto;
  padding: 7px 10px;
  width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
  border-radius: 30px;
}
/*追記項目*/
#webadvice #main_img .contact .contact_offer::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}

/*追記*/
#webadvice #main_img .contact .free {
	color: #C00000;
	background: linear-gradient(transparent 60%, rgba(227,235,16,0.6) 40%);
	font-weight: bold;
}
/*追記項目*/
#webadvice #main_img .contact .contact_choice {
	margin-top: 10px;
}
/*追記項目*/
#webadvice #main_img .contact a {
	color:#fff;
	display: block;
	width: 100%;
	background-color: rgba(235,97,0,1);
	border-radius: 10px;
	/*border: solid 2px #ffffff;*/
	letter-spacing: 0.15em;
	box-shadow: 2px 2px 4px #333333;
	margin-bottom: 20px;
	font-weight: bold;
	padding: 10px 0;
}
/*追記項目*/
.items_pc6 .contact .contact_choice {
	margin-top: 10px;
}
/*追記項目*/
.items_pc6 .contact a {
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	display: block;
	width: 100%;
	background-color: rgba(235,97,0,1);
	border-radius: 10px;
	/*border: solid 2px #ffffff;*/
	letter-spacing: 0.15em;
	box-shadow: 2px 2px 4px #333333;
	margin-bottom: 20px;
}
/*追記項目*/
.items_pc6 .contact .contact_offer {
  position: relative;
  margin: 20px auto;
  height: 60px;
  line-height: 1.4;
  width: 100%;
  color: #555;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  border-radius: 30px;
}
/*追記項目*/
.items_pc6 .contact .contact_offer::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}
/*追記項目*/
.items_pc6 .contact .free {
	color: #C00000;
	background: linear-gradient(transparent 60%, rgba(227,235,16,0.6) 40%);
}
/*追記*/
.items_pc6 #about_txt2{
}

.items_pc6 #about_txt2 .plan-table-sp table{
	background-color: #fff;
	width: 100%;
}
.items_pc6 #about_txt2 .plan-table-sp table:first-of-type{
	margin-bottom: 20px;
}
.items_pc6 #about_txt2 .plan-table-sp table .plan-name{
	background-color: #3C659D;
	color: #fff;
	height: 50px;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 50px;
}
.items_pc6 #about_txt2 .plan-table-sp th,td{
	display: block;
}
.items_pc6 #about_txt2 .plan-table-sp td{
	vertical-align: top;
	padding: 30px 10px;
}
.items_pc6 #about_txt2 .plan-table-sp table .plan-name-detail{
	font-size: 18px;
	line-height: 1.8;
	padding: 10px 0;
}

.items_pc6 #about_txt2 .plan-table-sp table .plan-name-detail span{
	font-size: 30px;
	display: inline-block;
	margin: 0 5px;
}
.items_pc6 #about_txt2 .plan-table-sp table .plan-name-detail .comission{
	font-size: 14px;
	margin-top: -15px;
}
.items_pc6 #about_txt2 .plan-table-sp table .plan-text{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
.table-border{
	border: solid 1px #A8A8A8;
}
.items_pc6 #about_txt2 .plan-table-sp .plan-detail{
	position: relative;
}
.items_pc6 #about_txt2 .plan-table-sp .plan-detail .free{
	text-align: center;
	font-weight: bold;
	color: rgba(255,0,4,1.00);
	position: absolute;
	top:-20px;
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}
.items_pc6 #about_txt2 .plan-table-sp .plan-detail .free span{
	background-color: rgba(255,206,0,1.00);
}
.items_pc6 #about_txt2 .coment{
	color: #C00000;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}
/*
items_pc6 #about_txt2 .plan-table-sp table:last-of-type{
	width: 55%;
}
*/
/*追記項目*/
.free-service{
	background-color: rgba(62,157,200,0.1);
	padding: 50px 0;
}
.free-service .free-title{
	color: #3B659C;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.free-service .free-list{
}
.free-service .free-list li{
	width: 250px;
	height: 250px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	padding-top: 50px;
	margin: 0 auto -20px;
}
.free-service .free-list li p{
	margin-top: 30px;
	font-weight: bold;
	color: #3B659C;
	font-size: 18px;
}


@media screen and (max-width: 425px){
	#gnavi ul li .pc{
		display: block;
	}

/****************************************
		header　CVボタン
*****************************************/
header .head{
		display: flex;
		position: relative;

	}
header .header_cv_sp{
	position: absolute;
	font-size: 0.8em;
	color: #ffffff;
	background-color: rgba(235,97,0,1);
	border-radius: 6px;
	box-shadow: 2px 2px 4px #fac865;
	padding: 4px;
	top: 19%;
	left: 53%;

}
header .head .logo {
	padding: 25px 0 0 15px;
}
header .head .logo a {
	display: block;
	width: 160px;
	height: 100px;
	background: url(../img/sp/common/logo.png) center top / contain no-repeat;
	text-indent: -9999px;
}

/***************************************
	/header　CVボタン
****************************************/
}

@media screen and (max-width: 320px){

	#webadvice #main_img img{
		width: 100%;
		height: 100%;
	}
/****************************************
		header　CVボタン
*****************************************/
header .head{
		display: flex;
		position: relative;

	}
header .header_cv_sp{
	position: absolute;
	font-size: 0.8em;
	color: #ffffff;
	background-color: rgba(235,97,0,1);
	border-radius: 6px;
	box-shadow: 2px 2px 4px #fac865;
	padding: 4px;
	top: 25%;
	left: 49%;

}
header .head .logo {
	padding: 27px 0 0 15px;
}
header .head .logo a {
	display: block;
	width: 135px;
	height: 70px;
	background: url(../img/sp/common/logo.png) center top / contain no-repeat;
	text-indent: -9999px;
}

/***************************************
	/header　CVボタン
****************************************/
}