@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;
	scroll-behavior: smooth;
}
ol,ul {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
}


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

body {
	padding: 0;
	font-size: 1.4rem;
	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; }

.sp_show {
	display: none;
}

: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高さを考慮*/
/*
.contents{
	padding-top: 7.5rem;
	margin-top: -7.5rem;
}
.contents_inner{
	padding-top: 7.5rem;
	margin-top: -7.5rem;
}
*/

/* header ------------------------- */
header {
	width: 100%;
	opacity: 0;
	animation: header 500ms ease 1000ms 1 normal forwards;
	background-color: #000;
	color: #fff;
/*	margin-top: -76px;*/
}
@keyframes header {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
header .inner {
	display: flex;
	width: 100%;
	max-width: 1200px;
	height: 75px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}
header .head {
	display: flex;
	height: 97px;
	justify-content: space-between;
	align-items: center;
	font-family: 'Novecentosanswide-Normal';
	-ms-font-feature-settings: "normal";
}
header .head .logo {
	padding: 6px 25px 0 10px;
}
header .head .logo a {
	display: block;
	width: 270px;
	height: 44px;
	background: url(../img/common/logo.png) center top / contain no-repeat;
	text-indent: -9999px;
}
header .head .text {
	font-family: 'Novecentosanswide-Normal';
	-ms-font-feature-settings: "normal";
}
header .btn_spnavi {
	display: none;
}


/* #gnavi ------------------------- */
#gnavi ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#gnavi ul li {
	padding: 0.1em 1.2em;
	font-size:1.2em;
	width: auto;
	}
#gnavi ul li a {
	font-family: 'Novecentosanswide-Medium';
	-ms-font-feature-settings: "normal";
	color: #ffffff;
}
/***************************
		header固定
****************************/
.header{
	position: fixed;
	z-index: 9999;
}

/****************************
		header CVボタン作成
*****************************/
.header_cv{
	text-align: center;
	background-color: rgba(235,97,0,1);
	border-radius: 10px;
	box-shadow: 2px 2px 4px #fac865;
	padding: 10px;
	font-size: 1em;
	margin-right: 5px;
	display: block;
/*	font-weight: bold;*/
}
/*
#gnavi ul li a:last-of-type{
	margin-left: 10px;
}
*/
.cv-btn-3{
	font-size: 24px;
}

/* ----------------------------------------------------------------------- 
 footer
----------------------------------------------------------------------- */
footer {
	background: #000;
	width: 100%;
}
.ftNav1 {
	width: 100%;
	background: #f1f1f1;
	padding: 59px 0 56px;
}
.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: 420px;
}
.ftNav1 ul li:first-child {
	margin-right: 25px;
}
.ftNav1 ul li a {
	display: block;
	background: #fff;
	border: 2px solid #000;
	border-radius: 5px;
	font-size: 18px;
	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 {
	width: 100%;
	background: #fff;
	padding: 20px 0 18px;
}
.ftNav2 ul li {
	margin: 0 22px;
	font-weight: bold;
	font-size: 16px;
}
footer .contentIn {
	padding: 70px 0 36px;
	margin: 0 auto;
	color: #fff;
	width: 1100px;
	position: relative;
}
.ftOffice li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 25px;
}
.ftOffice li:before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 21px;
	height: 24px;
	background: url(../img/webadvice/ico_office01.png) no-repeat;
	background-size: contain;
}
.ftOffice li h2 {
	font-size: 15px;
	font-weight: bold;
}
.ftOffice li p {
	font-size: 14px;
	line-height: 1.6;
}
.ftOffice li p span {
	display: inline-block;
	margin-left: 25px;
}
.ftOffice li p span a {
	text-decoration: underline;
	color: #fff;
}
.ftOffice li p span:before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(../img/webadvice/ico_map01.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.ftSns {
	position: absolute;
	right: 0;
	top: 80px;
	letter-spacing: -0.4em;
}
.ftSns li {
	display: inline-block;
	letter-spacing: normal;
	width: 22px;
}
.ftSns li:first-child {
	margin-right: 18px;
}
.copy {
	padding-top: 45px;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	
}

/* main --------------------------- */
main {
	margin:0;
	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;
	margin-bottom: 70px;
}
.btnbox .en {
	display: inline-block;
	margin: 0 0.25em 0 0;
	font-family: 'Novecentosanswide-Book';
	-ms-font-feature-settings: "normal";
	font-size: 133%;
}
.btnbox p {
	margin:40px 0 15px 0;
}
.btn01 {
	display: block;
	width: 290px;
	height: 55px;
	margin: 0 0 5px;
	background: #fff url(../img/common/btn_arrow.png) calc(100% - 18px) center no-repeat;
	border: 1px solid #000;
	animation: btn01hover-out 1000ms linear 0ms 1 normal forwards;
}
.btn01 a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding: 0 0 0 0;
	font-size:1.15em;
	color: #222;
	animation: btn01ahover-out 1000ms linear 0ms 1 normal forwards;
}
.btn01:hover {
	animation: btn01hover-in 1000ms linear 0ms 1 normal forwards;
}
.btn01:hover a {
	animation: btn01ahover-in 1000ms linear 0ms 1 normal forwards;
}
@keyframes btn01hover-in {
	0% {background-color: #fff;}
	40% {background-color: #fff;}
	100% {background-color: #000;}
}
@keyframes btn01hover-out {
	0% {background-color: #000;}
	60% {background-color: #000;}
	100% {background-color: #fff;}
}
@keyframes btn01ahover-in {
	0% {padding: 0 0 0 0; color: #222;}
	25% {padding: 0 59px 0 0;}
	40% {padding: 0 59px 0 0; color: #222;}
	100% {padding: 0 59px 0 0; color: #fff;}
}
@keyframes btn01ahover-out {
	0% {padding: 0 59px 0 0; color: #fff;}
	60% { padding: 0 59px 0 0; color: #222;}
	75% {padding: 0 59px 0 0;}
	100% {padding: 0 0 0 0; color: #222;}
}
.btn02 {
	display: block;
	width: 290px;
	height: 55px;
	margin: 0 0 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;
	letter-spacing: 0.2em;
}
.btn03 {
/*	オプションメニューはhtmlでコメントアウトしているため、現在は.btnは使用していない。
	取り敢えず、displayが重複していたため一つをコメントアウトした。*/
/*	display: block;*/
	width: 400px;
	height: 55px;
	margin: 0 0 5px;
	display: inline-block;
	background-color: #000000;
	padding: 7px 5px;
}
.btn03 a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding: 0;
	color: #fff;
	letter-spacing: 0.2em;
}
@media all and (-ms-high-contrast:none){ /* IE11 */
  *::-ms-backdrop, .btn01 .en,
  *::-ms-backdrop, .btn02 .en,
  *::-ms-backdrop, .btn03 .en {
		margin: 0 0.25em 0.4em 0;
	}
}
@supports (-ms-ime-align:auto) { /* Edge */
	.btn01 .en,
	.btn02 .en,
	.btn03 .en {
		margin: 0 0.25em 0.25em 0;
	}
}
/* button - btn_submit */
.btn_submit {
	display: flex;
	justify-content: center;
}
.btn_submit button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 99%;
	height: 56px;
	margin: 0 auto;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1;
	cursor: pointer;
}
.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: 65px 0 20px;
}
#contact .contact_block .btn_submit.send {
	margin: 0 0 20px;
}
.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 0.5em;
	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-around;
	flex-wrap: wrap;
	width: 100%;
	max-width: 2000px;
	background-color:#fff!important;
	padding:5px 0 30px 0;
	margin:30px 0 50px 0;
}

.items_pc,
.items {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1050px;
}
.items_pc > .item > a,
.items > .item > a {
	display: block;
}

.items_pc02,
.items {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	max-width: 2000px;
	background-color:#e9e5e1;
	padding:5px 0 30px 0;
	margin:30px 0 50px 0;
}
.items_pc02 > .item > a,
.items > .item > a {
	display: block;
}

/* items pc3 */
.items_pc.pc3 > .item,
.items.pc3 > .item {
	width: calc((100% - 150px) / 3);
	margin: 0 25px 50px;
}

/* items_pc4 */
.items_pc.pc4 > .item,
.items.pc4 > .item {
	width: calc((100% - 120px) / 4);
	margin: 0 15px 50px;
}

/* items pc5 */
.items_pc.pc5 > .item,
.items.pc5 > .item {
	width: calc((100% - 100px) / 5);
	margin: 0 25px 50px;
}


.items_pc6 {
	width: 100%;
	max-width: 2000px;
	background-color:#e9e5e1;
	background:url(../img/webadvice/bg.png) no-repeat;
	padding:5px 0 60px 0;
/*	margin:100px 0 0 0;*/
}
.items_pc06 > .item > a,
.items > .item > a {
	display: block;
}
/* unit */




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

/* top */
body#top {
	/* background: url(../img/common/top_bg_2.png) center top / 100% auto no-repeat; */
}

#top .main_img_container {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: 635px;
}
#top .main_img_wrapper {
	width: calc(51.5% + 600px);
	height: 650px;
	padding: 30px 0 0 75px;
	background: #fff;
	transform: translateX(0);
	z-index: 2;
	animation: main_img_wrap 500ms ease 200ms 1 normal forwards;
	/*background: url("../img/common/top_bg_2.png") no-repeat;*/
}
@keyframes main_img_wrap {
	0% {transform: translate(100vw);}
	100% {transform: translate(0);}
}
#top .main_img {
	width: 1050px;
	height: 620px;
	padding: 115px 0 0;
	opacity: 0;
	/* background: url(../img/top/main_img.gif) center top / contain no-repeat; */
	animation: main_img 1000ms ease 1200ms 1 normal forwards;
}
@keyframes main_img {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

#top h1 {
	margin: 0 0 30px;
	font-family: 'Novecentosanswide-Book';
	-ms-font-feature-settings: "normal";
	font-size: 8.3rem;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0.07em;
	text-align: center;
}
#top h1 span.catchphrase {
	position: relative;
	display: inline-block;
	width: 628px;
	height: 149px;
	text-indent: -9999px;
}
#top h1 span.catchphrase::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 628px;
	width: 0;
	height: 149px;
	background: url(../img/top/main_visual_catchphrase1.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
	animation: main_img_h1 800ms ease 2000ms 1 normal forwards;
}
#top h1 span.catchphrase::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 628px;
	width: 0;
	height: 149px;
	background: url(../img/top/main_visual_catchphrase2.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
	animation: main_img_h1 800ms ease 2600ms 1 normal forwards;
}
@keyframes main_img_h1 {
	0% {width: 0;}
	100% {width: 628px;}
}
#top .main_img p {
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 2.0;
	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: 340px;
	height: 100%;
	/* background: #fff url(../img/common/top_bg3.png) left bottom no-repeat; */
	z-index: 0;
}
#top .about::after {
	content: "";
	position: absolute;
	top: 0;
	left: 340px;
	left: 0;
	width: calc(50% - 340px + 450px);
	width: calc(50% + 450px);
	height: 100%;
	background: -moz-linear-gradient(left, #ffffff, #f7f5f2);
	background: -webkit-linear-gradient(left, #ffffff, #f7f5f2);
	background: linear-gradient(to right, #ffffff, #f7f5f2);
	z-index: -1;
}
#top .about.inViewBox-out::after {
	width: 0;
}
#top .about.inViewBox-in::after {
	width: calc(53% + 450px);
	transition: width 500ms ease;
}
#top .about .inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 145px 75px 100px 580px;
	z-index: 1;
}
#top .about h2 {
	position: absolute;
	top: 145px;
	left: 72px;
	width: 438px;
	height: 158px;
	background: url(../img/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: 438px;
	height: 158px;
	background: url(../img/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: 438px;
	transition: width 500ms ease 1000ms;
}
#top .about.about.inViewBox-in h2::before {
	width: 438px;
	transition: width 500ms ease 1300ms;
}
#top .about .text {
	line-height: 2.0;
	font-size:1.0em;
}
#top .about .text h3 {
	font-size: 1.7em;
	letter-spacing: 0.1em;
	text-decoration: underline;
	margin-bottom: 15px;
}
#top .about .text p {
	margin: 0 0 2em;
}
#top .about .text li {
	font-weight:bold;
	font-size:1.2em;
}
#top .about .inner .btnbox {
	position: absolute;
	top: 380px;
	left: 100px;
	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;
}
#top .banner .inner {
	width:100%;
	}
#top .banner .inner #bnr_area {
	width:415px;
	height:270px;
	margin:60px auto 0;
}
#top .banner p.bnr01 {
	width:400px;
	height:200px;
	display:block;
	margin:0 15px;
	background:url(../img/top/bnr_web.jpg) no-repeat top;
	text-indent:-9999px;
	float:left;
}
#top .banner p.bnr01 a {
	width:400px;
	height:200px;
	display:block;
}
#top .banner p.bnr02 {
	width:400px;
	height:200px;
	display:block;
	margin:0 15px;
	background:url(../img/top/bnr_mystyle.jpg) no-repeat top;
	text-indent:-9999px;
	float:left;
}
/* #top .banner  a {
	display:block;
	width:400px;
	height:200px;
	}
*/

#top .banner p.bnr01 img,#top .banner p.bnr02 img {
	max-width:400px!important;
	}

/* top - service */
#top .service {
	width: 100%;
	background: #fff;
}
#top .service .inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 86px 75px 110px 75px;
	z-index: 1;
}
#top .service h2 {
	position: relative;
	width: 142px;
	height: 55px;
	margin: 0 auto;
	text-indent: -9999px;
}
#top .service h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 55px;
	background: url(../img/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 2.05em;
	text-align: center;
}
#top .service h3 {
	margin: 1em 0 0.7em;
	font-size: 1.5rem;
	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 - works */
#top .works {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 1;
}
#top .works::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 340px;
	height: 100%;
	/* background: #fff url(../img/common/top_bg3.png) right top no-repeat; */
	z-index: 0;
}
#top .works::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% - 340px + 450px);
	width: calc(50% + 450px);
	height: 100%;
	background: -moz-linear-gradient(right, #ffffff, #f7f5f2);
	background: -webkit-linear-gradient(right, #ffffff, #f7f5f2);
	background: linear-gradient(to left, #ffffff, #f7f5f2);
	z-index: -1;
}
#top .works.inViewBox-out::after {
	width: 0;
}
#top .works.inViewBox-in::after {
	width: calc(53% + 450px);
	transition: width 500ms ease;
}
#top .works .inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 54px 80px 96px 80px;
	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: 205px;
	height: 80px;
	margin: 0 auto 60px;
	text-indent: -9999px;
}
#top .works h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 75px;
	margin: 0 0 60px;
	background: url(../img/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 .btn02 {
	display: inline-block;
}
#top .works .btn02 a {
	padding: 0 0 0 0;
}
#top .swiper-pagination,
#top .swiper-button-prev,
#top .swiper-button-next {
	display: none;
}


/* top - blog */
#top .blog {
	width: 100%;
	background: #fff;
}
#top .blog .inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 100px 75px 100px 75px;
	z-index: 1;
}
#top .blog h2 {
	position: relative;
	width: 98px;
	height: 65px;
	margin: 0 auto 46px;
	text-indent: -9999px;
}
#top .blog h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	margin: 0 0 46px;
	background: url(../img/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 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;
}
#top .blog .btn02 a {
	padding: 0 0 0 0;
}

#top #top_gallery {
	background: url("../img/top/gallery.png") no-repeat;
	width: 1200px;
	margin: 0 auto;
	height: 550px;
	padding: 250px 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 */
body#works {
}
#works .main_img_container {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: 653px;
}
#works .main_img_wrapper {
	width: calc(50% + 600px);
	height: 665px;
	padding: 23px 0 0 75px;
	background: #fff;
	transform: translateX(0);
	z-index: 2;
	animation: main_img_wrap 500ms ease 200ms 1 normal forwards;
}
@keyframes main_img_wrap {
	0% {transform: translate(100vw);}
	100% {transform: translate(0);}
}
#works .main_img {
	width: 1050px;
	height: 590px;
	padding: 127px 0 0;
	opacity: 0;
	background: url(../img/top/main_visual_02.jpg) center top / contain no-repeat;
	animation: main_img 1000ms ease 1200ms 1 normal forwards;
}
@keyframes main_img {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

#works h1 {
	margin: 0 0 30px;
	font-family: 'Novecentosanswide-Book';
	-ms-font-feature-settings: "normal";
	font-size: 8.3rem;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0.07em;
	text-align: center;
}
#works h1 span.catchphrase {
	position: relative;
	display: inline-block;
	width: 628px;
	height: 149px;
	text-indent: -9999px;
}
#works h1 span.catchphrase::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 628px;
	width: 0;
	height: 149px;
	background: url(../img/top/main_visual_catchphrase1.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
	animation: main_img_h1 800ms ease 2000ms 1 normal forwards;
}
#works h1 span.catchphrase::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 628px;
	width: 0;
	height: 149px;
	background: url(../img/top/main_visual_catchphrase2.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
	animation: main_img_h1 800ms ease 2600ms 1 normal forwards;
}
@keyframes main_img_h1 {
	0% {width: 0;}
	100% {width: 628px;}
}
#works .main_img p {
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 2.0;
	letter-spacing: 0.03em;
}

/* works - works */
#works .works {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 1;
}
#works .works::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 340px;
	height: 100%;
	background: #fff url(../img/common/top_bg_4.png) right top repeat-y;
	z-index: 0;
}
#works .works::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% - 340px + 450px);
	width: calc(50% + 450px);
	height: 100%;
	background: -moz-linear-gradient(right, #ffffff, #f8f5f2);
	background: -webkit-linear-gradient(right, #ffffff, #f8f5f2);
	background: linear-gradient(to left, #ffffff, #f8f5f2);
	z-index: -1;
}
#works .works.inViewBox-out::after {
	width: 0;
}
#works .works.inViewBox-in::after {
	width: calc(50% + 450px);
	transition: width 500ms ease;
}
#works .works .inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 54px 80px 96px 80px;
	z-index: 1;
}
#works .works .item > img {
	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: 175px;
	height: 65px;
	margin: 0 auto 60px;
	text-indent: -9999px;
}
#works .works h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	margin: 0 0 60px;
	background: url(../img/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 #works_txt {
	width:800px;
}
#works .works .text01 {
	margin:0 30px 30px 0;
	float:left;
	width:420px;
}
#works .works .text01 p {
	font-size:1.05em;
}
#works .works #works_txt2 {
	width:800px;
}
#works .works .text02 {
	margin:0 0 30px 0;
	float:left;
	width:850px;
}
#works .works .text01 h4 {
	font-size:1.3em;
	margin:0 0 20px 0;
}
#works .works .text02 h5 {
	font-size:1.2em;
	border-bottom:1px solid #333;
	border-top:1px solid #333;
	margin:60px 0 30px 0;
	padding:8px 0;
	text-align:center;
}
#works .works .text02 .bold {
	font-weight:bold;
}
#works .works .text02 #aboutmacuil {
	margin:60px 0 0 0;
}
#works .works .text02 ul {
	width:800px;
}
#works .works .text02 li {
	border-bottom:1px dotted #333;
	padding:15px 0 15px 5px;
}
#works .works .text02 dt {
	float:left;
	width:195px;
}
#works .works .text02 dd {
	float:left;
	width:600px;
}
#works .works .btn03 {
	display: inline-block;
	background-color:#000000;
	padding:7px 5px;
}
#works .works .btn03 a {
	padding: 0 0 0 0;
}
#works .about h4 {
	font-size:1.35em;
	line-height:200%;
	margin:0 0 30px 0;
}
#works .swiper-pagination,
#works .swiper-button-prev,
#works .swiper-button-next {
	display: none;
}
.works_btnbox .btn03 {
	display: inline-block;
	background-color:#000000;
	padding:7px 5px;
}

/*  ここまで */


/* gallery */
body#gallery {
}
#gallery .main_img_container {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: 653px;
}
#gallery .main_img_wrapper {
	width: calc(50% + 600px);
	height: 665px;
	padding: 23px 0 0 75px;
	background: #fff;
	transform: translateX(0);
	z-index: 2;
	animation: main_img_wrap 500ms ease 200ms 1 normal forwards;
}
@keyframes main_img_wrap {
	0% {transform: translate(100vw);}
	100% {transform: translate(0);}
}
#gallery .main_img {
	width: 1050px;
	height: 590px;
	padding: 127px 0 0;
	opacity: 0;
	background: url(../img/top/main_visual_02.jpg) center top / contain no-repeat;
	animation: main_img 1000ms ease 1200ms 1 normal forwards;
}
@keyframes main_img {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

#gallery h1 {
	margin: 0 0 30px;
	font-family: 'Novecentosanswide-Book';
	-ms-font-feature-settings: "normal";
	font-size: 8.3rem;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0.07em;
	text-align: center;
}
#gallery h1 span.catchphrase {
	position: relative;
	display: inline-block;
	width: 628px;
	height: 149px;
	text-indent: -9999px;
}
#gallery h1 span.catchphrase::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 628px;
	width: 0;
	height: 149px;
	background: url(../img/top/main_visual_catchphrase1.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
	animation: main_img_h1 800ms ease 2000ms 1 normal forwards;
}
#gallery h1 span.catchphrase::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 628px;
	width: 0;
	height: 149px;
	background: url(../img/top/main_visual_catchphrase2.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
	animation: main_img_h1 800ms ease 2600ms 1 normal forwards;
}
@keyframes main_img_h1 {
	0% {width: 0;}
	100% {width: 628px;}
}
#gallery .main_img p {
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 2.0;
	letter-spacing: 0.03em;
}

/* gallery - gallery */
#gallery .gallery {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 1;
}
#gallery .gallery::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 340px;
	height: 100%;
	background: #fff url(../img/common/top_bg_4.png) right top repeat-y;
	z-index: 0;
}
#gallery .gallery::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% - 340px + 450px);
	width: calc(50% + 450px);
	height: 100%;
	background: -moz-linear-gradient(right, #ffffff, #f8f5f2);
	background: -webkit-linear-gradient(right, #ffffff, #f8f5f2);
	background: linear-gradient(to left, #ffffff, #f8f5f2);
	z-index: -1;
}
#gallery .gallery.inViewBox-out::after {
	width: 0;
}
#gallery .gallery.inViewBox-in::after {
	width: calc(50% + 450px);
	transition: width 500ms ease;
}
#gallery .gallery .inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 54px 80px 96px 80px;
	z-index: 1;
}
#gallery .gallery .item > img {
	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: 175px;
	height: 65px;
	margin: 0 auto 60px;
	text-indent: -9999px;
}
#gallery .gallery h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	margin: 0 0 60px;
	background: url(../img/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: 500px;
}

#gallery ul#list {
	margin: 0 0 80px 0;
}
#gallery #list li {
	float: left;
	width: 48%;
	margin: 1% 1%;
}

#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% 45%;
	background-size: cover;
}
#gallery .gallery10 {
	background: url("../img/gallery/gallery_9.jpg") no-repeat 50% 30%;
	background-size: cover;
}
#gallery .gallery11 {
	background: url("../img/gallery/gallery_10.jpg") no-repeat 50% 50%;
	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 .btn03 {
	display: inline-block;
	background-color:#000000;
	padding:7px 5px;
}
#gallery .gallery .btn03 a {
	padding: 0 0 0 0;
}
#gallery .gallery h4 {
	font-size:1.35em;
	line-height:200%;
	margin:0 0 30px 0;
}
.gallery_btnbox .btn03 {
	display: inline-block;
	background-color:#000000;
	padding:7px 5px;
}

/*  ここまで */


/* about */
body#about {
}
#about .main_img_container {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: 653px;
}
#about .main_img_wrapper {
	width: calc(50% + 600px);
	height: 665px;
	padding: 23px 0 0 75px;
	background: #fff;
	transform: translateX(0);
	z-index: 2;
	animation: main_img_wrap 500ms ease 200ms 1 normal forwards;
}
@keyframes main_img_wrap {
	0% {transform: translate(100vw);}
	100% {transform: translate(0);}
}
#about .main_img {
	width: 1050px;
	height: 590px;
	padding: 127px 0 0;
	opacity: 0;
	background: url(../img/top/main_visual_02.jpg) center top / contain no-repeat;
	animation: main_img 1000ms ease 1200ms 1 normal forwards;
}
@keyframes main_img {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

#about h1 {
	margin: 0 0 30px;
	font-family: 'Novecentosanswide-Book';
	-ms-font-feature-settings: "normal";
	font-size: 8.3rem;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0.07em;
	text-align: center;
}
#about h1 span.catchphrase {
	position: relative;
	display: inline-block;
	width: 628px;
	height: 149px;
	text-indent: -9999px;
}
#about h1 span.catchphrase::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 628px;
	width: 0;
	height: 149px;
	background: url(../img/top/main_visual_catchphrase1.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
	animation: main_img_h1 800ms ease 2000ms 1 normal forwards;
}
#about h1 span.catchphrase::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 628px;
	width: 0;
	height: 149px;
	background: url(../img/top/main_visual_catchphrase2.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
	animation: main_img_h1 800ms ease 2600ms 1 normal forwards;
}
@keyframes main_img_h1 {
	0% {width: 0;}
	100% {width: 628px;}
}
#about .main_img p {
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 2.0;
	letter-spacing: 0.03em;
}

/* about - about */
#about .about {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 1;
}
#about .about::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 340px;
	height: 100%;
	background: #fff url(../img/common/top_bg_4.png) right top no-repeat;
	z-index: 0;
}
#about .about::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% - 340px + 450px);
	width: calc(50% + 450px);
	height: 100%;
	background: -moz-linear-gradient(right, #ffffff, #f8f5f2);
	background: -webkit-linear-gradient(right, #ffffff, #f8f5f2);
	background: linear-gradient(to left, #ffffff, #f8f5f2);
	z-index: -1;
}
#about .about.inViewBox-out::after {
	width: 0;
}
#about .about.inViewBox-in::after {
	width: calc(45% + 450px);
	transition: width 500ms ease;
}
#about .about .inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 54px 80px 96px 80px;
	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: 130px;
	height: 65px;
	margin: 0 auto 60px;
	text-indent: -9999px;
}
#about .about h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	margin: 0 0 60px;
	background: url(../img/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 #about_txt {
	width:900px;
}
#about .about .text01 {
	margin:0 30px 30px 0;
	float:left;
	width:520px;
}
#about .about .text01 p {
	font-size:1.05em;
}
#about .about #about_txt2 {
	width:900px;
}
#about .about .text02 {
	margin:0 0 30px 0;
	float:left;
	width:850px;
}
#about .about .text01 h4 {
	font-size:1.3em;
	margin:0 0 20px 0;
}
#about .about .text02 h5 {
	font-size:1.2em;
	border-bottom:1px solid #333;
	border-top:1px solid #333;
	margin:60px 0 30px 0;
	padding:8px 0;
	text-align:center;
}
#about .about .text02 .bold {
	font-weight:bold;
}
#about .about .text02 #aboutmacuil {
	margin:60px 0 0 0;
}
#about .about .text02 ul {
	width:900px;
}
#about .about .text02 li {
	border-bottom:1px dotted #333;
	padding:15px 0 15px 5px;
}
#about .about .text02 dt {
	float:left;
	width:205px;
}
#about .about .text02 dd {
	float:left;
	width:690px;
}
#about .about .btn03 {
	display: inline-block;
	background-color:#000000;
	padding:7px 5px;
}
#about .about .btn03 a {
	padding: 0 0 0 0;
}
#about .about h4 {
	font-size:1.35em;
	line-height:200%;
	margin:0 0 30px 0;
}
#about .swiper-pagination,
#about .swiper-button-prev,
#about .swiper-button-next {
	display: none;
}
.about_btnbox .btn03 {
	display: inline-block;
	background-color:#000000;
	padding:7px 5px;
}


/* webadvice */
body#webadvice {
}
#webadvice #main_img {
	background:url( ../img/webadvice/main.jpg)  no-repeat;
	width:100%;
	height:430px;
	font-size:3em;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:70px 0 0 0;	
}
#webadvice #main_img p {
	background:url(../img/webadvice/ttl.png) no-repeat;
	width:750px;
	height:160px;
	display:block;
	margin:0 auto;
	text-indent:-9999px;	
}
#webadvice #main_img .contact {
	font-size:0.35em;
	background-color:#971e2b;
	width:300px;
	margin:20px auto 0;
	padding:20px 0 ;
}
/*追記項目*/
#webadvice #main_img .contact .contact_offer {
  position: relative;
  margin: 20px auto;
  padding: 7px 10px;
  width: 80%;
  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%);
}
/*追記項目*/
#webadvice #main_img .contact .contact_choice {
	display: flex;
	justify-content: center;
	margin-top: 25px;
}
/*追記項目*/
#webadvice #main_img .contact a {
	color:#fff;
	display: block;
	width: 70%;
	line-height: 1.5;
	background-color: rgba(235,97,0,1);
	border-radius: 10px;
	/*border: solid 3px #fff;*/
	letter-spacing: 0.2em;
	box-shadow: 2px 2px 4px #333333;
	padding: 10px 0;
}
#webadvice .main_img_container {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: 653px;
}
#webadvice .main_img_wrapper {
	width: calc(50% + 600px);
	height: 665px;
	padding: 23px 0 0 75px;
	background: #fff;
	transform: translateX(0);
	z-index: 2;
	animation: main_img_wrap 500ms ease 200ms 1 normal forwards;
}
@keyframes main_img_wrap {
	0% {transform: translate(100vw);}
	100% {transform: translate(0);}
}
#webadvice .main_img {
	width: 1050px;
	height: 590px;
	padding: 127px 0 0;
	opacity: 0;
	background: url(../img/top/main_visual_02.jpg) center top / contain no-repeat;
	animation: main_img 1000ms ease 1200ms 1 normal forwards;
}
@keyframes main_img {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

#webadvice h1 {
	margin: 0 0 30px;
	font-family: 'Novecentosanswide-Book';
	-ms-font-feature-settings: "normal";
	font-size: 8.3rem;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0.07em;
	text-align: center;
}
#webadvice h1 span.catchphrase {
	position: relative;
	display: inline-block;
	width: 628px;
	height: 149px;
	text-indent: -9999px;
}
#webadvice h1 span.catchphrase::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 628px;
	width: 0;
	height: 149px;
	background: url(../img/top/main_visual_catchphrase1.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
	animation: main_img_h1 800ms ease 2000ms 1 normal forwards;
}
#webadvice h1 span.catchphrase::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 628px;
	width: 0;
	height: 149px;
	background: url(../img/top/main_visual_catchphrase2.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
	animation: main_img_h1 800ms ease 2600ms 1 normal forwards;
}
@keyframes main_img_h1 {
	0% {width: 0;}
	100% {width: 628px;}
}
#webadvice .main_img p {
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 2.0;
	letter-spacing: 0.03em;
}

/* webadvice - webadvice */
#webadvice .webadvice {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 1;
}

/*意味のわからないbefore疑似要素は邪魔なだけなので削除した！*/
/*
#webadvice .webadvice::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 340px;
	height: 100%;
	z-index: 0;
}
*/
#webadvice .webadvice::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% - 340px + 450px);
	width: calc(50% + 450px);
	height: 100%;
	z-index: -1;
}
#webadvice .webadvice.inViewBox-out::after {
	width: 0;
}
#webadvice .webadvice.inViewBox-in::after {
	width: calc(50% + 450px);
	transition: width 500ms ease;
}
#webadvice .webadvice .inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 54px 80px 96px 80px;
	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: 130px;
	height: 65px;
	margin: 0 auto 60px;
	text-indent: -9999px;
}
#webadvice .webadvice h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	margin: 0 0 60px;
	background: url(../img/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 #about_txt {
	width:900px;
}
#webadvice .webadvice .text01 {
	margin:0 0 30px 0;
}
#webadvice .webadvice .text01 p {
	text-align:center;
	font-size:1.05em;
}
#webadvice .webadvice .text01 p span {
	font-size:1.2em;
	text-decoration:underline;
	line-height:200%;
	font-weight:bold;
}
#webadvice .webadvice .photo {
	float:left;
	}
#webadvice .webadvice .text00 {
	margin:0 0 30px 0;
	}
#webadvice .webadvice .text00 ul {
	background-color:#fff;
	padding:30px 50px 25px 40px;
	}
#webadvice .webadvice .text00 li {
	font-size:1.2em;
	margin:0 0 7px 0;
	text-decoration:underline;
	line-height:230%;
	font-weight:bold;
	background:url(../img/webadvice/reten.png) no-repeat 0 6px;
	padding:0 0 0 45px;
}
#webadvice .webadvice .text07 #list li {
	width:310px;
	height:260px;
	float:left;
	text-align:center;
	padding:20px;
	margin:10px;
	font-size:1.1em;
	letter-spacing:1px;
}
#webadvice .webadvice .text07 #list li p {
	background-color:#000;
	color:#fff;
}
#webadvice .webadvice .text07 #list li img {
	margin:0 0 10px 0;
}
#webadvice .webadvice #webadvice_txt2 {
	width:900px;
}

#webadvice .webadvice h4 {
	font-size:1.9em;
	font-weight:bold;
	margin:50px 0 45px 0;
	text-align:center;
}
#webadvice .webadvice .text02 {
	margin:0 0 30px 0;
	float:left;
	width:1300px;
}

#webadvice .webadvice .text02 h5 {
	font-size:1.2em;
	border-bottom:1px solid #333;
	border-top:1px solid #333;
	margin:60px 0 30px 0;
	padding:8px 0;
	text-align:center;
}
#webadvice .webadvice .text02 .bold {
	font-weight:bold;
}
#webadvice .webadvice .text02 #webadvicemacuil {
	margin:60px 0 0 0;
}
#webadvice .webadvice .webadvice_txt {
	width:1000px;
	margin:0 auto;
	padding:0 0 50px 0;
	}
#webadvice .webadvice .text02 ul {
	width:380px; 
	float:left;
	margin:0 25px;
	background-color:#fff;
}
#webadvice .webadvice .text02 li {
	border-bottom:1px dotted #333;
	padding:40px;
}
#webadvice .webadvice .text02 dt {
	text-align:center;
	margin-bottom: 10px;
}
#webadvice .webadvice .text02 .list2 dd {
	text-align:left;
	font-size:1.2em;
	font-weight:bold;
}
#webadvice .webadvice .text02 dd {
	text-align:center;
	font-weight:bold;
}
#webadvice .webadvice .text02 dd .large {
	font-size:2.1em!important;
}
#webadvice .webadvice .text02 dd .small {
	font-size:1em!important;
}
#webadvice .webadvice .btn03 {
	display: inline-block;
	background-color:#000000;
	padding:7px 5px;
}
#webadvice .webadvice .btn03 a {
	padding: 0 0 0 0;
}
#webadvice .webadvice h5 {
	font-size:2em;
	font-weight: 600;
	margin:50px 0 20px 0;
	text-align:center;
	color: #ffffff;
}
#webadvice .swiper-pagination,
#webadvice .swiper-button-prev,
#webadvice .swiper-button-next {
	display: none;
}
.webadvice .btn03 {
	display: inline-block;
	background-color:#000000;
	padding:7px 5px;
}


/* support */
body#support {
	background: url(../img/common/top_bg_2.jpg) center top / 100% auto no-repeat;
}
#support #main_img {
	background:url( ../img/support/main.jpg)  no-repeat;
	width:100%;
	height:430px;
	font-size:3em;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:70px 0 0 0;	
}
#support #main_img p {
	background:url(../img/webadvice/ttl.png) no-repeat;
	width:650px;
	height:185px;
	display:block;
	margin:0 auto;
	text-indent:-9999px;	
}
#support #main_img .contact {
	font-size:0.35em;
	background-color:#971e2b;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	width:300px;
	margin:20px auto 0;
	padding:20px 0 ;
}
#support #main_img .contact a {
	color:#fff;
}
#support .main_img_container {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: 653px;
}
#support .main_img_wrapper {
	width: calc(50% + 600px);
	height: 665px;
	padding: 23px 0 0 75px;
	background: #fff;
	transform: translateX(0);
	z-index: 2;
	animation: main_img_wrap 500ms ease 200ms 1 normal forwards;
}
@keyframes main_img_wrap {
	0% {transform: translate(100vw);}
	100% {transform: translate(0);}
}
#support .main_img {
	width: 1050px;
	height: 590px;
	padding: 127px 0 0;
	opacity: 0;
	background: url(../img/top/main_visual_02.jpg) center top / contain no-repeat;
	animation: main_img 1000ms ease 1200ms 1 normal forwards;
}
@keyframes main_img {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

#support h1 {
	margin: 0 0 30px;
	font-family: 'Novecentosanswide-Book';
	-ms-font-feature-settings: "normal";
	font-size: 8.3rem;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0.07em;
	text-align: center;
}
#support h1 span.catchphrase {
	position: relative;
	display: inline-block;
	width: 628px;
	height: 149px;
	text-indent: -9999px;
}
#support h1 span.catchphrase::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 628px;
	width: 0;
	height: 149px;
	background: url(../img/top/main_visual_catchphrase1.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
	animation: main_img_h1 800ms ease 2000ms 1 normal forwards;
}
#support h1 span.catchphrase::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 628px;
	width: 0;
	height: 149px;
	background: url(../img/top/main_visual_catchphrase2.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
	animation: main_img_h1 800ms ease 2600ms 1 normal forwards;
}
@keyframes main_img_h1 {
	0% {width: 0;}
	100% {width: 628px;}
}
#support .main_img p {
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 2.0;
	letter-spacing: 0.03em;
}

/* support - support */
#support .support {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 1;
}
#support .support::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 340px;
	height: 100%;
	z-index: 0;
}
#support .support::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% - 340px + 450px);
	width: calc(50% + 450px);
	height: 100%;
	z-index: -1;
}
#support .support.inViewBox-out::after {
	width: 0;
}
#support .support.inViewBox-in::after {
	width: calc(50% + 450px);
	transition: width 500ms ease;
}
#support .support .inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 54px 80px 96px 80px;
	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: 130px;
	height: 65px;
	margin: 0 auto 60px;
	text-indent: -9999px;
}
#support .support h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	margin: 0 0 60px;
	background: url(../img/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 #about_txt {
	width:900px;
}
#support .support .text01 {
	margin:0 0 30px 0;
}
#support .support .text01 p {
	text-align:center;
	font-size:1.05em;
}
#support .support .text01 p span {
	font-size:1.2em;
	text-decoration:underline;
	line-height:200%;
	font-weight:bold;
}
#support .support .photo {
	float:left;
	}
#support .support .text00 {
	margin:0 0 30px 0;
	}
#support .support .text00 ul {
	background-color:#fff;
	padding:30px 50px 25px 40px;
	}
#support .support .text00 li {
	font-size:1.2em;
	margin:0 0 7px 0;
	text-decoration:underline;
	line-height:230%;
	font-weight:bold;
	background:url(../img/webadvice/reten.png) no-repeat 0 6px;
	padding:0 0 0 45px;
}
#support .support .text07 #list li {
	width:310px;
	height:260px;
	float:left;
	text-align:center;
	padding:20px;
	margin:10px;
	font-size:1.1em;
	letter-spacing:1px;
}
#support .support .text07 #list li p {
	background-color:#000;
	color:#fff;
}
#support .support .text07 #list li img {
	margin:0 0 10px 0;
}
#support .support #support_txt2 {
	width:900px;
}

#support .support h4 {
	font-size:1.9em;
	font-weight:bold;
	margin:50px 0 45px 0;
	text-align:center;
}
#support .v .text02 {
	margin:0 0 30px 0;
	float:left;
	width:900px;
}

#support .support .text02 h5 {
	font-size:1.2em;
	border-bottom:1px solid #333;
	border-top:1px solid #333;
	margin:60px 0 30px 0;
	padding:8px 0;
	text-align:center;
}
#support .support .text02 .bold {
	font-weight:bold;
}
#support .support .text02 #supportmacuil {
	margin:60px 0 0 0;
}
#support .support #support_txt {
	width:1000px;
	margin:0 auto;
	padding:0 0 10px 0;
	}
#support .support .text02 ul {
	width:380px; 
	float:left;
	margin:0 20px;
	background-color:#fff;
}
#support .support .text02 li {
	border-bottom:1px dotted #333;
	padding:15px 0 15px 5px;
}
#support .support .text02 dt {
	text-align:center;
}
#support .support .text02 .list2 dd {
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
}
#support .support .text02 dd {
	text-align:center;
	font-weight:bold;
}
#support .support .text02 dd .large {
	font-size:2.1em!important;
}
#support .support .text02 dd .small {
	font-size:1em!important;
}
#support .support .btn03 {
	display: inline-block;
	background-color:#000000;
	padding:7px 5px;
}
#support .support .btn03 a {
	padding: 0 0 0 0;
}
#support .support h5 {
	font-size:1.5em;
	margin:30px 0 30px 0;
	text-align:center;
}
#support .swiper-pagination,
#support .swiper-button-prev,
#support .swiper-button-next {
	display: none;
}
.support .btn03 {
	display: inline-block;
	background-color:#000000;
	padding:7px 5px;
}


/* service */
body#service {
}
#service .main_img_container {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: 653px;
}
#service .main_img_wrapper {
	width: calc(50% + 600px);
	height: 665px;
	padding: 23px 0 0 75px;
	background: #fff;
	transform: translateX(0);
	z-index: 2;
	animation: main_img_wrap 500ms ease 200ms 1 normal forwards;
}
@keyframes main_img_wrap {
	0% {transform: translate(100vw);}
	100% {transform: translate(0);}
}
#service.main_img {
	width: 1050px;
	height: 590px;
	padding: 127px 0 0;
	opacity: 0;
	background: url(../img/top/main_visual_02.jpg) center top / contain no-repeat;
	animation: main_img 1000ms ease 1200ms 1 normal forwards;
}
@keyframes main_img {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

#service h1 {
	margin: 0 0 30px;
	font-family: 'Novecentosanswide-Book';
	-ms-font-feature-settings: "normal";
	font-size: 8.3rem;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0.07em;
	text-align: center;
}
#service h1 span.catchphrase {
	position: relative;
	display: inline-block;
	width: 628px;
	height: 149px;
	text-indent: -9999px;
}
#service h1 span.catchphrase::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 628px;
	width: 0;
	height: 149px;
	background: url(../img/top/main_visual_catchphrase1.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
	animation: main_img_h1 800ms ease 2000ms 1 normal forwards;
}
#service h1 span.catchphrase::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 628px;
	width: 0;
	height: 149px;
	background: url(../img/top/main_visual_catchphrase2.png) left top / auto 100% no-repeat;
	text-indent: -9999px;
	animation: main_img_h1 800ms ease 2600ms 1 normal forwards;
}
@keyframes main_img_h1 {
	0% {width: 0;}
	100% {width: 628px;}
}
#service .main_img p {
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 2.0;
	letter-spacing: 0.03em;
}

/* service - service */
#service .service {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 1;
}
#service .service::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 340px;
	height: 100%;
	background: #fff url(../img/common/top_bg_4.png) right top repeat-y;
	z-index: 0;
}
#service .service::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% - 340px + 450px);
	width: calc(50% + 450px);
	height: 100%;
	background: -moz-linear-gradient(right, #ffffff, #f8f5f2);
	background: -webkit-linear-gradient(right, #ffffff, #f8f5f2);
	background: linear-gradient(to left, #ffffff, #f8f5f2);
	z-index: -1;
}
#service .service.inViewBox-out::after {
	width: 0;
}
#service .service.inViewBox-in::after {
	width: calc(45% + 450px);
	transition: width 500ms ease;
}
#service .service .inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 54px 80px 96px 80px;
	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: 130px;
	height: 80px;
	margin: 0 auto 60px;
	text-indent: -9999px;
}
#service .service h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	margin: 0 0 60px;
	background: url(../img/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 .service h3 {
	text-align: center;
}
#service .service #service_txt {
	width:900px;
}
#service .service .text01 {
	width:900px;
}
#service .service .text01 p {
	font-size:1.05em;
}
#service .service .text01 dl {
	border:none;
	width:900px;
	margin:0 0 35px 0;
}
#service .service .text01 dt {
	float:left;
	width:230px;
}
#service .service .text01 dt img {
	margin:0 0 35px 0;
	padding:12px 0 0 0;
}
#service .service .text01 dd {
	float:right;
	width:640px;
	margin:0!important;
	font-size:0.95em;
	line-height:180%;
}
#service .service .text01 dd span.ttl {
	font-size:1.27em;
	font-weight:bold;
	line-height:250%;
}
#service .service .text01 dd .en {
	display: inline-block;
	margin: 0 0.65em 0 0;
	font-family: 'Novecentosanswide-Book';
	-ms-font-feature-settings: "normal";
	font-size: 173%;
	letter-spacing:1.5px;
	}

#service .service #service_txt2 {
	width:900px;
}
#service .service .text02 {
	margin:0 0 30px 0;
	float:left;
	width:900px;
}
#service .service .text02 p img {
	margin:20px 20px;
}
#service .service .text01 h4 {
	font-size:1.3em;
	margin:0 0 45px 0;
	text-align:center;
	text-decoration:underline;
}
#service .service .text02 h5 {
	font-size:1.2em;
	border-bottom:1px solid #333;
	border-top:1px solid #333;
	margin:60px 0 20px 0;
	padding:8px 0;
	text-align:center;
}
#service .service .text02 .image img {
	margin:35px 30px 0 30px;
}
#service .service .text02 h6 {
	font-size:1em;
	font-weight:bold;
	margin:55px 0 20px 0;
	background-color:#333;
	color:#fff;
	padding:7px 20px;
}
#service .service .text02 .bold {
	font-weight:bold;
}
#service .service .photo {
	float:left;
	width:350px;
}
#service .service .btn03 {
	display: inline-block;
	background-color:#000000;
	padding:7px 5px;
	margin:18px 0 5px 0;
}
#service .service .btn03 a {
	padding: 0 0 0 0;
}
#service .service h4 {
	font-size:1.35em;
	line-height:200%;
	margin:0 0 30px 0;
}
#service .swiper-pagination,
#service .swiper-button-prev,
#service .swiper-button-next {
	display: none;
}
.service_btnbox .btn03 {
	display: inline-block;
	background-color:#000000;
	padding:7px 5px;
}

.service .text02 dl {
	width:900px;
	border-bottom:1px dotted #333;
	padding:0 0 10px 0;
}
.service .text02 dt {
	clear:both;
	width:757px;
	font-size:1.1em;
	font-weight:bold;
	float:left;
	padding:7px 0 7px 3px;
}
.service .text02 dt span {
	font-size:0.8em;
}
.service .text02 dd {
	width:120px;
	float:right;
	padding:7px 0;
}
.service .price p {
	margin:10px 0 0 0;
	font-size:0.9em;
	line-height:180%!important;
}
.service .price {
	margin:15px 0 35px 0;
}
.service .price2 p {
	margin:10px 0 0 0;
	font-size:1em;
	line-height:180%!important;
}
.service .price2 {
	margin:15px 0 35px 0;
	border:1px solid #333;
	padding:30px 40px;
}
.service .price2 .list {
	font-size:0.9em;
}
.service .price2 .detail {
	font-weight:bold;
	margin:10px 0 20px 0;
}

/* contact */
#contact h1 {
	position: relative;
	width: 152px;
	height: 42px;
	margin: 0 auto 46px;
	text-indent: -9999px;
}
#contact h1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 42px;
	margin: 0 0 46px;
	background: url(../img/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 .inner {
	width: 1200px;
	margin: 0 auto;
	padding: 0 237px 0;
}
#contact .contact_block p {
	margin: 0 0 5em;
	text-align: center;
	line-height: 2.0;
}
#contact .contact_block p .att {
	font-size: 92%
}
#contact .contact_block p .red{
	color:#C70003;
}
#contact .contact_block span.req {
	color: #f00;
}
#contact .contact_block table {
	width: 100%;
	border-collapse: collapse;
}
#contact .contact_block table th {
	width: 175px;
	height: 50px;
	padding: 0 42px 0 0;
	vertical-align: top;
	text-align: right;
	color: #333;
	line-height: 50px;
}
#contact .contact_block table td {
	width: 550px;
	padding: 0 0 15px 0;
}
#contact .contact_block table td label {
	display: inline-block;
	margin: 0 3em 0 0;
	padding: 15px 0 0;
}
#contact .contact_block table td label.error {
	margin: 0 0 0 0;
	padding: 0;
	color: #f60;
}
#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 0;
	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;
	text-align: center;
}
#contact .block_complete p:last-of-type {
	margin: 0 0 20em;
}

/*追記*/
.items_pc6 #about_txt2{
	padding: 0 80px;
}
.items_pc6 #about_txt2 .plan-table{
	display: flex;
	justify-content: center;
	width: 100%;
}
.items_pc6 #about_txt2 .plan-table table{
	background-color: #fff;
}
.items_pc6 #about_txt2 .plan-table table:first-of-type{
	width: 80%;
}
.items_pc6 #about_txt2 .plan-table table:last-of-type{
	width: 45%;
}
.items_pc6 #about_txt2 .plan-table table .plan-name{
	background-color: #3C659D;
	color: #fff;
	height: 50px;
	font-size: 20px;
	letter-spacing: 0.1em;
}
.items_pc6 #about_txt2 .plan-table th,td{
	width: 33%;
	padding: 20px;
}
.items_pc6 #about_txt2 .plan-table td{
	vertical-align: top;
}
.items_pc6 #about_txt2 .plan-table .table2{
	display: flex;
    flex-direction: column;
	justify-content: space-between;
}
.items_pc6 #about_txt2 .plan-table table .plan-name-detail{
	font-size: 18px;
	line-height: 2;
	height: 150px;
}

.items_pc6 #about_txt2 .plan-table table .plan-name-detail span{
	font-size: 30px;
	display: inline-block;
	margin: 0 5px;
}
.items_pc6 #about_txt2 .plan-table table .plan-name-detail .comission{
	font-size: 14px;
	margin-top: -15px;
}
.items_pc6 #about_txt2 .plan-table table .plan-text{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}
.table-border{
	border: solid 1px #A8A8A8;
}
.items_pc6 #about_txt2 .plan-table .table2 td.table-border{
	border-bottom: solid 1px #fff;
}
.items_pc6 #about_txt2 .plan-table .plan-detail .table-border.plan1{
	position: relative;
}
.items_pc6 #about_txt2 .plan-table .plan-detail .free{
	text-align: center;
	font-weight: bold;
	color: rgba(255,0,4,1.00);
	position: absolute;
	top:-30px;
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}
.items_pc6 #about_txt2 .plan-table .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 .contact{
	max-width: 700px;
	margin: 0 auto;
}
/*追記項目*/
.items_pc6 .contact .contact_choice {
	display: flex;
	justify-content: center;
	margin-top: 25px;
}
/*追記項目*/
.items_pc6 .contact a {
	font-weight: bold;
	font-size: 20px;
	color:#fff;
	display: block;
	width: 48%;
	line-height: 1.5;
	background-color: rgba(235,97,0,1);
	border-radius: 10px;
	/*border: solid 3px #fff;*/
	letter-spacing: 0.15em;
	box-shadow: 2px 2px 4px #333333;
	padding: 10px 0;
}
/*追記項目*/
.items_pc6 .contact .contact_offer {
  position: relative;
  margin: 20px auto;
  height: 50px;
  line-height: 50px;
  width: 55%;
  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%);
}
/*追記項目*/
.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{
	display: flex;
	max-width: 750px;
	margin: 0 auto;
	justify-content: center;
}
.free-service .free-list li{
	width: calc(256/1400*100vw);
	height: calc(256/1400*100vw);
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	padding-top: 50px;
}
.free-service .free-list li p{
	margin-top: 30px;
	font-weight: bold;
	color: #3B659C;
	font-size: 18px;
}
.free-service .free-list li:first-of-type{
	margin-right: -20px;
}
.free-service .free-list li:last-of-type{
	margin-left: -20px;
}
