body {
	margin: 0;
	text-align: center;
}
h1, h2, h3, h4, h5, nav {
	font-family: 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
	margin: 0;
	font-weight: 700;
	letter-spacing: 0.25em;
	transform: scale(0.9, 1.2);
}
p {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
	font-size: 16px;
	line-height: 2.2;
}
dt dd {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
}
a,a:hover {
	color: #ffffff;
	text-decoration: none;
}
p >	a {
	color: #2E67FF;
	position: relative;
	transition: color 0.4s ease;
}
p >	a:hover {
	color: #2E67FF;
}
p >	a:hover:after {
	width: 100%;
}
p >	a:after {
	content: '';
    position: absolute;
    bottom: -0.6em;
    left: 0;
    width: 0;
    height: 1px;
    background: #2E67FF;
    transition: width 0.3s ease;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.wrap {
	overflow: hidden;
}
.pc {
	display: block;
}
.sp {
	display: none;
}

/* -------------- */
/* nav
/* -------------- */
.outer-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 90px;
  font-family: 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
}
.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 90px;
  height: 90px;
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition-duration: 0.75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}
.outer-menu .checkbox-toggle:hover + .hamburger {
  /* box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); */
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 70px;
  height: 70px;
  padding: 10px;
  /* padding: 0.5em 1em; */
  background-color: #1e346e;
  /* background: rgba(33, 150, 243, 0.75); */
  /* border-radius: 0 0.12em 0.12em 0; */
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div {
  position: relative;
  flex: none;
  width: 30%;
  height: 1px;
  background: #FEFEFE;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -7px;
  left: 0;
  width: 100%;
  height: 1px;
  background: inherit;
  transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
  top: 7px;
}
.outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div {
  width: 200vw;
  height: 200vw;
  color: #FEFEFE;
  background-color: #1e346e;
  /* background: rgba(41, 98, 255, 0.97); */
  border-radius: 50%;
  transition: all 0.4s ease;
  flex: none;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div > div > ul {
  list-style: none;
  padding: 3em 1em 0;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.outer-menu .menu > div > div > ul > li {
  padding: 0;
  margin: 1em 0;
  font-size: 21px;
  display: block;
}
.outer-menu .menu > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  transition: color 0.4s ease;
}
.outer-menu .menu > div > div > ul > li > a:hover {
  color: #e5e5e5;
}
.outer-menu .menu > div > div > ul > li > a:hover:after {
  width: 100%;
}
.outer-menu .menu > div > div > ul > li > a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -0.35em;
  left: 0;
  width: 0;
  height: 2px;
  background: #e5e5e5;
  transition: width 0.4s ease;
}
.outer-menu .menu > div > div > ul > li > a span {
	font-size: 0.5em;
	margin-left: 20px;
}
.outer-menu .menu .under {
	margin: 10px 0;
}
.outer-menu .menu .under ul {
	font-size: 0.8em;
}
.outer-menu .menu .under ul:before {
	content: '';
    position: relative;
    top: -10px;
    left: 15px;
    display: inline-block;
    width: 30px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffffff;
}
.outer-menu .menu .under ul:after {
	content: '';
    position: relative;
    top: -5px;
    display: inline-block;
    width: 30px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffffff;
    left: 15px;
}
.outer-menu .menu .under ul li {
	margin-bottom: 10px;
	font-size: 14px;
}
.outer-menu .menu .under ul li a {
	color: #aac0dc;
}
.outer-menu .menu .under ul li span {
	margin-left: 10px;
	font-size: 10.5px;
	color: #aac0dc;
}
.outer-menu .menu .logo {
	margin: 50px auto 0;
    width: 58px;
}
.outer-menu .menu .logo img {
	width: 100%;
}

/* -------------- */
/* footer
/* -------------- */
#footer {
	background-color: #1e346e;
	padding: 34px 0 60px;
}
	#footer .navlist {
		margin: 0 0 40px;
	}
	#footer .navlist ul {
		display: flex;
		text-align: center;
		justify-content: space-evenly;
		font-family: 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
	}
	#footer .navlist ul li {
		color: #ffffff;
		font-size: 15px;
	}
	#footer .navlist ul li span {
		font-size: 10px;
		margin-left: 8px;
	}
	#footer .navlist ul li a {
		display: block;
		padding: 6px;
		position: relative;
		transition: color 0.4s ease;
	}
	#footer .navlist ul li a:hover:after {
		width: 100%;
	}
	#footer .navlist ul li a:after {
		content: '';
	    position: absolute;
	    bottom: 0.1em;
	    left: 0;
	    width: 0;
	    height: 1px;
	    background: #ffffff;
	    transition: width 0.3s ease;
	}
	#footer .logo {
		margin: 0 auto 10px;
	    width: 58px;
	}
	#footer .logo img {
		width: 100%;
	}
	#footer .copyright {
	}
	#footer .copyright p {
		font-size: 0.8em;
		color: #ffffff;
	}

/* -------------- */
/*btn_contact
/* -------------- */
.outer-menu {
}
	.outer-menu .btn_contact {
	    position: relative;
	    top: 0;
	    right: 180px;
	    height: 45px;
	    background: #ffffff;
	    width: 156px;
	    padding: 30px 12px 15px;
	}
		.outer-menu .btn_contact .contactbtn {
			background: #1e346e;
		}
		.outer-menu .btn_contact .contactbtn a {
			display: block;
			padding: 15px 0px;
			font-family: 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
		    margin: 0;
		    font-weight: 400;
		    letter-spacing: 0.18em;
		    font-size: 15px;
		    transition: .3s;
			border: 1px solid #1e346e;
		    transform-origin: 0 0;
		    transform: scaleX(0.8);
		    width: 193px;
		}
		.outer-menu .btn_contact .contactbtn a:hover {
			background: #ffffff;
			border: 1px solid #1e346e;
			color: #1e346e;
		}

/* -------------- */
/* btn
/* -------------- */
.btn {
	position: relative;
}
	.btn a {
	    color: #000000;
	    display: block;
	    border: 1px solid #000000;
	    width: 220px;
	    margin: 0 auto;
	    font-size: 0.8em;
	    font-weight: bold;
	    padding: 14px 0;
		-webkit-transition: all .3s;
	    transition: all .3s;
	    font-family: 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
	}
	.btn a:hover {
		background-color: #1e346e;
		color: #ffffff;
	}
	.btn a:after {
		content: url(/assets/img/arrow.png);
		margin-left: 20px;
		position: absolute;
		top: 14px;
	}
	.btn.back a:after {
		content: none;
	}

.btn.wh {
	position: relative;
}
.btn.wh a {
    color: #ffffff;
    border: 1px solid #ffffff;
}
	.btn.wh a:after {
		content: url(/assets/img/arrow_wh.png);
	}

/* -------------- */
/* effect
/* -------------- */
.ded.delighter {
	opacity: 0;
	transform: translate(0,0);
	-webkit-transform: translate(0,00);
	transition: all .5s;
}
	.ded.delighter.started {
		opacity: 1.0;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
	}
	.ded.delighter.started.ended {
	}

.de.delighter {
	opacity: 0;
	transform: translate(0,60px);
	-webkit-transform: translate(0,60px);
	transition: all .5s;
}
	.de.delighter.started {
		opacity: 1.0;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
	}
	.de.delighter.started.ended {
	}

.right.delighter {
	opacity: 0;
	transform: translate(-80px,0);
	-webkit-transform: translate(-80px,0);
	transition: all .5s;
}
	.right.delighter.started {
		opacity: 1.0;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
	}
	.right.delighter.started.ended {
	}

.left.delighter {
	opacity: 0;
	transform: translate(80px,0);
	-webkit-transform: translate(80px,0);
	transition: all .5s;
}
	.left.delighter.started {
		opacity: 1.0;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
	}
	.left.delighter.started.ended {
	}

/* -------------- */
/* top
/* -------------- */
#main {
	color: #ffffff;
	text-align: center;
	background-image: url(/assets/img/slide1.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin: 30px 30px 0 30px;
	padding: 60px;
	position: relative;
}
	#main .cover {
		background-color:rgba(255,255,255,0.4);
		display: block;
		padding: 150px 0;
	}
	#main .sitettl {
		margin: 0 auto;
	}
	#main .sitettl .logo {
	}
	#main .sitettl .logo img {
	}
	#main .sitettl .ttl {
		position: relative;
	}
	#main .sitettl .ttl h1 {
		font-size: 7em;
		line-height: 1.05;
	}
	#main .sitettl .ttl h1 span {
		color: #1e346e;
	}
	#main .sitettl .ttl p {
		position: relative;
		top: 1.3em;
		left: 0;
		right: 0;
		font-size: 0.8em;
	}
	#main .news {
		display: flex;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 90%;
	}
	#main .news .ttl {
		font-weight: bold;
		display: block;
		background-color: #ffffff;
		width: 100px;
		height: 100px;
		color: #1e346e;
	}
	#main .news .ttl p {
		position: relative;
		font-size: 0.8em;
		top: 40%;
	}
	#main .news .article {
		display: flex;
		font-size: 0.85em;
		position: relative;
	    top: 63px;
	    height: 37px;
	}
	#main .news .article .date {
		margin-left: 20px;
	}
	#main .news .article .txt {
		margin-left: 20px;
	}

#business {
	position: relative;
	padding: 120px 0;
}
	#business .bg {
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    background-color: #f2f2f2;
	    width: 400px;
	    height: 100%;
	    z-index: -1;
	    margin: 0 auto;
    }
	#business .ttlbox {
		margin-bottom: 110px;
	}
	#business .ttlbox:after {
		content: '';
	    position: absolute;
	    top: 140px;
	    display: inline-block;
	    width: 80px;
	    height: 1px;
	    -webkit-transform: translateX(-50%);
	    transform: translateX(-50%);
	    background-color: black;
	}
	#business .ttlbox .ttl {
		font-size: 2.1em;
		padding-left: 20px;
		font-weight: bold;
		letter-spacing: 0.15em;
		color: #333333;
	}
	#business .ttlbox .ttl:before {
		content: url(/assets/img/pre_brackets.png);
	    position: relative;
	    top: 14px;
	    left: -20px;
   	}
	#business .ttlbox .ttl:after {
		content: url(/assets/img/post_brackets.png);
	    position: relative;
	    top: 14px;
	}
	#business .ttlbox .ttl span {
		color: #1e346e;
	}
	#business .ttlbox .subttl {
		line-height: 2;
	}
	#business .ttlbox .subttl h2 {
		font-size: 0.9em;
		font-weight: bold;
		color: #1e346e;
		letter-spacing: 0.2em;
	}
	#business .copy {
		width: 70%;
		margin: 0 auto 100px;
	}
	#business .copy p {
		margin-bottom: 20px;
		font-size: 15px;
	}
	#business .copy p span {
		font-weight: bold;
		color: #1e346e;
	}

#works {
	background-image: url(/assets/img/bg1.png);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: contain;
    background-position: 50% 50%;
	padding-top: 205px;
	position: relative;
}
	#works .cover {
		display: flex;
		position: relative;
	}
	#works .ttlbox {
		width: 42%;
	    position: relative;
	    margin-top: 208px;
	    background: #ffffff;
		padding-top: 110px;
	}
	#works .ttlbox {
	}
	#works .ttlbox .ttl {
	}
	#works .ttlbox .ttl h2 {
		font-size: 4.3em;
		font-weight: 800;
		letter-spacing: 0.05em;
		color: #1e346e;
		line-height: 1.1;
	}
	#works .ttlbox .subttl {
	    font-size: 0.9em;
	}
	#works .ttlbox .subttl:after {
	    content: url(/assets/img/line.png);
	    position: absolute;
	    top: 60px;
	    z-index: 1;
	    left: 50px;
	    z-index: 0;
	}
	#works .copy {
		width: 58%;
		background-color: rgba(255,255,255,0.5);
	}
	#works .copy .inner {
		display: block;
		text-align: left;
		margin-top: 208px;
		padding: 120px 0 170px 90px;
		background-color: rgba(255,255,255,1);
		background-color: #fafafa;
	}
	#works .copy .inner .worksbox {
		margin: 0 0 30px;
	}
	#works .copy .inner .worksbox .ttl {
	    font-size: 1.3em;
	    font-weight: bold;
	    border-bottom: 1px solid #000000;
	    line-height: 2;
	    margin-bottom: 10px;
	    font-family: 'Helvetica Neue';
	}
	#works .copy .inner .worksbox .ttl span {
		font-size: 0.55em;
		font-weight: normal;
		margin-left: 10px;
	}
	#works .copy .inner .worksbox .copy {
	    background: none;
    	width: 100%;
	}
	#works .copy .inner .worksbox .copy ul {
		display: flex;
	    flex-wrap: wrap;
	    width: 100%;
	    font-family: 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
	}
	#works .copy .inner .worksbox .copy ul li {
		font-size: 16px;
	    width: 42%;
	    list-style: circle;
	    margin: 0 20px 6px 20px;
	}
	#works .btn {
		margin-top: 320px;
	}
	#works .btn a {
		text-align: center;
	}

#member {
	display: flex;
	position: relative;
}
	#member .photo {
		width: 65%;
		position: relative;
		left: -4.5em;
		padding: 90px 23px 40px 0;
		-webkit-transform: translate(0%, -19%);
		transform: translate(0%, -19%);
		background-color: rgba(241,241,241,0.5);
   	}
	#member .photo .cover {
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	#member .photo .cover img {
		width: 105%;
	}
	#member .ttlbox {
		width: 35%;
		padding: 120px 70px 0 0;
	}
	#member .ttlbox .ttl {
	}
	#member .ttlbox .ttl h2 {
		font-size: 4.3em;
		font-weight: 800;
		letter-spacing: 0.05em;
		color: #1e346e;
	}
	#member .ttlbox .subttl {
		font-size: 0.9em;
	}
	#member .ttlbox .copy {
		margin: 70px 0;
	}

#company {
	background-color: #bbc2d3;
    padding: 100px 0 60px;
    position: relative;
    color: #ffffff;
    text-align: center;
}
	#company:before {
	    content: url(/assets/img/line2.png);
	    position: absolute;
	    top: -4.2em;
	    z-index: 2;
	    right: 0;
	    left: 0;
	}
	#company .ttlbox {
		margin-bottom: 80px;
		position: relative;
	}
	#company .ttlbox:after {
		content: '';
	    position: absolute;
	    top: 150px;
	    display: inline-block;
	    width: 80px;
	    height: 1px;
	    -webkit-transform: translateX(-50%);
	    transform: translateX(-50%);
	    background-color: black;
	}
	#company .ttlbox .ttl {
		line-height: 1.3;
	}
	#company .ttlbox .ttl h2 {
		font-size: 4.3em;
		font-weight: 800;
		letter-spacing: 0.05em;
		color: #ffffff;
	}
	#company .ttlbox .subttl {
		font-size: 0.9em;
		color: #1e346e;
	}
	#company .copy {
		width: 70%;
    	margin: 0 auto 70px;
	}
	#company .map {
		margin-bottom: 40px;
	}
	#company .map img {
		width: 100%;
	}
	#company .cont {
		display: flex;
	    margin: 0 auto;
	    text-align: center;
	    width: 80%;
	    position: relative;
	    justify-content: center;
	}
	#company .cont .address {
		margin: 0 auto;
		width: 50%;
	}
	#company .cont .address p {
		font-size: 0.9em;
		text-align: center;
    	line-height: 1.8;
    	margin: 0 auto 50px;
	    position: relative;
	    top: 11px;
	}
	#company .cont .btn {
		width: 50%;
	}


/* -------------- */
/* page_business
/* -------------- */
#lead {
	display: flex;
	margin: 160px 0;
}
	#page_business #lead {
		margin: 160px 0 140px;
	}
	#lead .ttlbox {
		width: 42%;
	}
	#lead .ttlbox {
	}
	#lead .ttlbox .ttl {
	}
	#lead .ttlbox .ttl h1 {
		font-size: 4.3em;
		font-weight: 800;
		letter-spacing: 0.05em;
		color: #1e346e;
		line-height: 1.1;
	}
	#lead .ttlbox .subttl {
	    font-size: 0.9em;
	    font-family: 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
	}
	#lead .ttlbox .subttl:after {
	    content: url(/assets/img/line.png);
	    position: absolute;
	    top: 90px;
	    left: 50px;
	    z-index: -1;
	}
	#lead .copy {
		width: 58%;
		padding: 60px 0 0 60px;
		text-align: left;
	}
	#lead .copy p {
		width: 85%;
	}

#bg {
}
	#bg .business {
		background-image: url(/assets/img/bg_business.png);
		background-repeat: no-repeat;
		background-size: cover;
		height: 283px;
		width: 100%;
	}

#vision {
	padding: 80px 0;
	background: #f2f2f2;
	position: relative;
}
	#vision .secttl {
		margin: 0 0 40px 0;
	}
	#vision .secttl h2 {
		font-size: 1.5em;
		font-weight: 800;
		color: #1e346e;
		letter-spacing: 3px;
	}
	#vision .ttlbox {
		margin-bottom: 110px;
	}
	#vision .ttlbox:after {
		content: '';
	    position: absolute;
	    top: 120px;
	    display: inline-block;
	    width: 80px;
	    height: 1px;
	    -webkit-transform: translateX(-50%);
	    transform: translateX(-50%);
	    background-color: black;
	}
	#vision .ttlbox .ttl {
		font-size: 1.9em;
		padding-left: 20px;
		font-weight: bold;
		letter-spacing: 0.15em;
		color: #1e346e;
	}
	#vision .ttlbox .ttl:before {
		content: url(/assets/img/pre_brackets.png);
		position: relative;
		top: 14px;
		left: -20px;
	}
	#vision .ttlbox .ttl:after {
		content: url(/assets/img/post_brackets.png);
		position: relative;
		top: 14px;
	}
	#vision .copy {
	    width: 70%;
	    margin: 0 auto;
	}
	#vision .copy p {
		margin-bottom: 20px;
	}

#service {
	padding: 80px 0 80px;
}
	#service .secttl {
		margin: 0 0 60px 0;
	}
	#service .secttl h2 {
		font-size: 1.5em;
		font-weight: 800;
		color: #1e346e;
		letter-spacing: 3px;
	}
	#service .inner {
	    display: flex;
	    justify-content: space-around;
	    width: 100%;
	    margin: 0 auto;
	    width: 85%;
	}
	#service .inner .contents {
		display: block;
		margin: 0 20px;
		width: 30%;
		position: relative;
	}
	#service .inner .contents .menuttl {
		width: 70%;
		border: 1px solid #1e346e;
		margin: 0 auto 30px;
		padding: 4px 0;
	}
	#service .inner .contents .menuttl h3 {
		transform: none;
		font-weight: normal;
		color: #1e346e;
		letter-spacing: 3px;
		font-size: 1em;
		font-weight: bold;
	}
	#service .inner .contents .image_ph {
		margin-bottom: 20px;
	}
	#service .inner .contents .image_ph img {
		width: 100%;
	}
	#service .inner .contents .copy {
	}
	#service .inner .contents .copy p {
		text-align: left;
		margin-bottom: 30px;
		min-height: 12em;
	}
	#service .inner .contents .price {
		margin: 20px 0 50px;
	}
	#service .inner .contents .price p {
	    font-size: 0.9em;
	    font-weight: bold;
	    color: #1e346e;
	    background: #f2f2f2;
	    padding: 30px 0;
	}
	#service .inner .contents .btn a:after {
		content: none;
	}

#back {
	margin: 40px 0 80px;
}

/* -------------- */
/* page_works
/* -------------- */
#page_works {
}
	#page_works #lead {
		margin-bottom: 120px;
	}
	#page_works #works {
		background: none;
		background: #fafafa;
		padding-top: 0;
		width: 70%;
	    margin: 0 auto;
	    margin-bottom: 60px;
	}
	#page_works #works .worksset {
		margin-bottom: 60px;
	}
	#page_works #works .inner {
		padding: 40px 0 60px 160px;
	}
	#page_works #works .year {
		background: #1e346e;
		padding: 44px 30px;
	    width: 48px;
	}
	#page_works #works .year h2 {
		color: #ffffff;
		font-size: 15px;
		letter-spacing: 1px;
	}
	#page_works #works .inner .worksbox {
		text-align: left;
		margin: 0 0 20px 0;
	}
	#page_works #works .inner .worksbox .ttl {
		font-size: 1.3em;
		font-weight: bold;
		border-bottom: 1px solid #000000;
		line-height: 2;
		margin-bottom: 14px;
		font-family: 'Helvetica Neue';
	}
	#page_works #works .inner .worksbox .ttl span {
	    font-size: 0.55em;
	    font-weight: normal;
	    margin-left: 10px;
	}
	#page_works #works .inner .worksbox .copy {
		background: none;
		width: 100%;
	}
	#page_works #works .inner .worksbox .copy ul {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		font-family: 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
	}
	#page_works #works .inner .worksbox .copy ul li {
		font-size: 16px;
		width: 42%;
		list-style: circle;
		margin: 0 20px 6px 20px;
	}

/* -------------- */
/* page_member
/* -------------- */
#page_member {
}
	#prof {
		position: relative;
	}
	#prof .profboxL {
	    position: relative;
	    left: 30px;
	    display: flex;
	    flex-direction: unset;
	}
	#prof .profboxL .name {
		padding: 40px 0 0 0;
	}
	#prof .profboxL .name h2 {
		font-size: 30px;
		font-weight: 800;
		letter-spacing: 2px;
	}
	#prof .profboxL .name h2 span {
		font-size: 0.6em;
		font-weight: normal;
		margin-left: 20px;
	}
	#prof .catchL {
		position: relative;
	    top: -18em;
	    left: 31em;
	    text-align: left;
	}
	#prof .catchL h3 {
		font-size: 20px;
	    transform: scale(1, 1);
	}
	#prof .catchL h3 span {
		color: #1e346e;
		font-size: 23px;
	}
	#prof .profboxL .photo {
	}
	#prof .profboxL .photo img {
	}
	#prof .copyL {
		margin: -260px 0 60px 200px;
		padding: 60px 10% 40px 25%;
		text-align: left;
		background: #f9f9f9;
	}
	#prof .copyL dl {
		margin: 0 0 20px 0;
		font-family: 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
	}
	#prof .copyL dt {
		float: left;
		width: 8em;
		font-weight: bold;
	}
	#prof .copyL dd {
		margin-left: 8em;
		margin-bottom: 10px;
	}
	#prof .copyL li {
		list-style-type: circle;
		margin-left: 20px;
	}
	#prof .profboxR {
	    position: relative;
	    right: 15px;
	    display: flex;
	    flex-direction: row-reverse;
	}
	#prof .profboxR .name {
		padding: 40px 0 0 0;
		position: relative;
	}
	#prof .profboxR .name h2 {
		font-size: 30px;
		font-weight: 800;
		letter-spacing: 2px;
	}
	#prof .profboxR .name h2 span {
		font-size: 0.6em;
		font-weight: normal;
		margin-left: 20px;
	}
	#prof .catchR {
		position: relative;
	    top: -18em;
	    left: -9.2em;
	}
	#prof .catchR h3 {
		font-size: 20px;
	    transform: scale(1, 1);
	}
	#prof .catchR h3 span {
		color: #1e346e;
		font-size: 23px;
	}
	#prof .profboxR .photo {
	}
	#prof .profboxR .photo img {
	}
	#prof .copyR {
		margin: -260px 200px 60px 0;
		padding: 60px 25% 40px 10%;
		text-align: left;
		background: #f9f9f9;
	}
	#prof .copyR dl {
		margin: 0 0 20px 0;
		font-family: 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
	}
	#prof .copyR dt {
		float: left;
		width: 8em;
		font-weight: bold;
	}
	#prof .copyR dd {
		margin-left: 8em;
		margin-bottom: 10px;
	}
	#prof .copyR li {
		list-style-type: circle;
		margin-left: 20px;
	}


/* -------------- */
/* page_company
/* -------------- */
#page_company{
}
	#page_company #lead .ttlbox {
		background: url(/assets/img/Alligator.png);
		background-repeat: no-repeat;
		background-position: 70% 90%;
	}
	#page_company #lead .copy .inner {
	    display: block;
	    text-align: left;
		padding: 20px 0 20px 20px;
	}
	#page_company #lead .copy .inner .worksbox {
	    margin: 0 0 30px;
	}
	#page_company #lead .copy .inner .worksbox .ttl {
		font-size: 1em;
	    font-weight: bold;
	    border-bottom: 1px solid #000000;
	    line-height: 2;
	    margin-bottom: 10px;
	    font-family: 'Helvetica Neue';
	}

/* -------------- */
/* page_contact
/* -------------- */
#page_contact {
}
	#page_contact #form {
		width: 100%;
		position: relative;
		font-family: 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
	}
	#page_contact #form .inner .secttl {
		margin: 0 0 50px 0;
	}
	#page_contact #form .inner .secttl h2 {
		font-size: 1.5em;
    	font-weight: 800;
    	color: #1e346e;
    	letter-spacing: 3px;
		font-family: 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
	}
	#page_contact #form .inner form {
	}
	#page_contact #form select {
	    border: 1px solid #e3e3df;
	    border-radius: 0;
	    outline: none;
	    text-indent: 0.01px;
	    /* text-overflow: ''; */
	    vertical-align: middle;
	    color: inherit;
	    -webkit-appearance: button;
	    -moz-appearance: button;
	    /* appearance: button; */
		display: block;
	    margin: 6px 0 25px;
	    font-size: 15px;
		width: 100%;
	    padding: 10px 0;
	    background: url("/assets/img/contact/btn_select.png") no-repeat right 10px center/15px;
	    text-indent: 10px;
	    cursor: pointer;
	}
	#page_contact #form label {
	    font-size: 16px;
	    display: block;
	    font-weight: bold;
		text-align: left;
	}
	#page_contact #form textarea {
		display: block;
		-webkit-appearance: none;
	    padding: 10px 0;
	    border-radius: 0;
	    border: 1px solid #e3e3df;
	    outline: none;
	    margin: 6px 0 25px;
		width: 100%;
		text-indent: 10px;
		text-align: left;
		font-size: 15px;
	}
	#page_contact #form textarea:focus {
		border: 2px solid #ff9900;
		background: #fff6dc;
	    -webkit-transition: all .3s;
	    transition: all .3s;
	}
	#page_contact #form input[type="text"] {
		display: block;
		-webkit-appearance: none;
	    padding: 10px 0;
	    border-radius: 0;
	    border: 1px solid #e3e3df;
	    outline: none;
	    margin: 6px 0 25px;
	    font-size: 15px;
	    height: 1.6em;
		width: 100%;
		text-indent: 10px;
		text-align: left;
	}
	#page_contact #form input[type="text"]:focus {
		border: 2px solid #ff9900;
		background: #fff6dc;
	    -webkit-transition: all .3s;
	    transition: all .3s;
	}
	#page_contact #form .inner {
		width: 60%;
		margin: 0 auto;
		background: #fafafa;
		padding: 80px;
		text-align: center;
		position: relative;
		max-width: 700px;
	}
	#page_contact #form .inner .attention {
		font-size: 11px;
		color: #1e346e;
		position: relative;
		top: -1px;
		left: 10px;
		opacity: 0.8;
	}
	#page_contact #form .accept_check {
		display: flex;
		text-align: center;
		position: relative;
		margin-bottom: 60px;
	}
	#page_contact #form .accept_check label {
		cursor: pointer;
		margin: 0 auto;
		font-weight: normal;
		font-size: 15px;
		position: relative;
		text-align: left;
	}
	#page_contact #form  .accept_check label input[type="checkbox" i] {
		cursor: pointer;
		margin-right: 8px;
		-webkit-appearance: none;
	    padding: 3px;
	    border-radius: 0;
	    border: 1px solid #e3e3df;
	    outline: none;
	    width: 25px;
	    height: 25px;
	    position: relative;
	    top: 10px;
	}
	#page_contact #form  .accept_check a {
		color: #2E67FF;
		transition: color 0.4s ease;
	}
	#page_contact #form  .accept_check a:hover {
		color: #2E67FF;
		text-decoration: underline;
	}
	#page_contact #form #btn {
		margin: 0 auto;
		text-align: center;
		position: relative;
	}
	#page_contact #form #btn button {
		color: #000000;
	    display: block;
	    border: 1px solid #000000;
	    width: 220px;
	    margin: 0 auto;
	    font-weight: bold;
	    padding: 14px 0;
	    -webkit-transition: all .3s;
	    transition: all .3s;
	    background: #ffffff;
	    font-size: 0.8em;
	}
	#page_contact #form #btn button:after {
	    content: url(/assets/img/arrow.png);
	    margin-left: 10px;
	    position: absolute;
	    top: 16px;
	}
	#page_contact #form #btn button:hover {
		color: #ffffff;
		background: #1e346e;
	}

/* -------------- */
/* page_thanks
/* -------------- */
	#page_thanks #thanks .secttl {
		margin: 0 0 50px 0;
	}
	#page_thanks #thanks .secttl h2 {
		font-size: 1.5em;
    	font-weight: 800;
    	color: #1e346e;
    	letter-spacing: 3px;
		font-family: 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
		transform: scale(1,1);
		padding-left: .5em;
	}
	#page_thanks #thanks .copy {
		margin-bottom: 60px;
	}

/* -------------- */
/* page_writer
/* -------------- */
#page_writer {
}
	#page_writer #bg .business {
		background-image: url(/assets/img/business/writer/bg_business1.png);
	    background-repeat: no-repeat;
	    background-size: cover;
	    height: 283px;
	    width: 100%;
	}
	#page_writer #service {
		padding-bottom: 0;
	}
	#page_writer #service .inner .contents {
	    width: 100%;
	    margin: 0 auto;
	    width: 80%;
	}
	#page_writer #service .inner .contents .copy p {
		min-height: 0;
	}
	#page_writer #service .inner .contents .menuttl {
		width: 30%;
	}
	#page_writer #service .inner .contents .price {
	    width: 60%;
	    margin: 20px auto 40px;
	}
	#page_writer #back .btn.back.pre {
		margin-bottom: 40px;
	}

/* -------------- */
/* page_branding
/* -------------- */
#page_branding {
}
	#page_branding #bg .business {
		background-image: url(/assets/img/business/branding/bg_business2.png);
	    background-repeat: no-repeat;
	    background-size: cover;
	    height: 283px;
	    width: 100%;
	}
	#page_branding #service {
		padding-bottom: 0;
	}
	#page_branding #service .inner .contents {
	    width: 100%;
	    margin: 0 auto;
	    width: 80%;
	}
	#page_branding #service .inner .contents .copy p {
		min-height: 0;
	}
	#page_branding #service .inner .contents .menuttl {
		width: 30%;
	}
	#page_branding #service .inner .contents .price {
	    width: 60%;
	    margin: 20px auto 40px;
	}
	#page_branding #back .btn.back.pre {
		margin-bottom: 40px;
	}

/* -------------- */
/* page_school
/* -------------- */
#page_school {
}
	#page_school #bg .business {
		background-image: url(/assets/img/business/school/bg_business4.jpg);
	    background-repeat: no-repeat;
	    background-size: cover;
		background-position-x: 68%;
	    height: 283px;
	    width: 100%;
	}
	#page_school #service {
		padding-bottom: 0;
	}
	#page_school #service .inner .contents {
	    width: 100%;
	    margin: 0 auto;
	    width: 80%;
	}
	#page_school #service .inner .contents .copy p {
		min-height: 0;
	}
	#page_school #service .inner .contents .menuttl {
		width: 30%;
	}
	#page_school #service .inner .contents .price {
	    width: 60%;
	    margin: 20px auto 40px;
	}
	#page_school #back .btn.back.pre {
		margin-bottom: 40px;
	}

/* -------------- */
/* page_privacy
/* -------------- */
#page_privacy {
}
	#page_privacy #lead {
	}
	#page_privacy #policy {
		text-align: center;
		background: #fafafa;
		padding-top: 80px;
		margin-bottom: 60px;
	}
	#page_privacy #policy .secttl {
		transform: scale(1.2,1);
		font-size: 15px;
		color: #1e346e;
	}
	#page_privacy #policy .inner {
		padding: 80px 0 60px;
		width: 70%;
		text-align: left;
		margin: 0 auto;
	}
	#page_privacy #policy .inner .copy {
		margin-bottom: 40px;
	}
	#page_privacy #policy .inner .copy h3 {
		font-size: 17px;
		margin-bottom: 8px;
		text-align: left;
		transform: none;
	}
	#page_privacy #policy .inner .copy p {
		margin-bottom: 10px;
		line-height: 1.8;
		margin-left: 1em;
		font-size: 14px;
	}
	#page_privacy #policy .inner .copy ul {
		font-size: 13px;
		list-style: disc;
		font-size: 14px;
		margin-bottom: 12px;
	}
	#page_privacy #policy .inner .copy ul li {
		list-style: circle;
		margin-left: 4.5em;
		margin-bottom: 5px;
	}
	#page_privacy #policy .inner .copy ul li > ul{
		margin-top: 10px;
	}
	#page_privacy #policy .inner .copy ul li > ul > li {
   		list-style: disc;
   	}
	#page_privacy #policy .inner .copy ol {
		font-size: 13px;
		list-style: none;
		counter-reset: ol_li; /* ol_li カウンタをセットする(値もリセット) */
	}
	#page_privacy #policy .inner .copy ol li {
	}
	#page_privacy #policy .inner .copy ol li:before {
		margin-right: 1em;
		counter-increment: ol_li; /* ol_li カウンタの値に1加える */
		content: counter(ol_li);
		color: #000000;
	}




@media only screen and (max-width: 768px) {
p {
	font-size: 16px;
}
.sp {
	display: block;
}
.pc {
	display: none;
}

/* -------------- */
/* btn_contact
/* -------------- */
.outer-menu {
}
	.outer-menu .btn_contact {
	    right: 120px;
	    height: 40px;
	    width: 100px;
	    padding: 10px;
	}
		.outer-menu .btn_contact .contactbtn {
		}
		.outer-menu .btn_contact .contactbtn a {
			padding: 11.5px 0px;
			width: 123px;
			font-size: 13px;
			transition: none;
		}
		.outer-menu .btn_contact .contactbtn a:hover {
			background: #1e346e;
			color: #ffffff;
		}

/* -------------- */
/* index
/* -------------- */
#main {
	margin: 0;
	padding: 30px 30px 90px;
	background-position: 50% 50%;
}
	.outer-menu {
		width: 60px;
	}
	.outer-menu .menu > div {
		width: 300vw;
    	height: 300vw;
	}
	.outer-menu .checkbox-toggle {
		width: 55px;
    	height: 55px;
	}
	.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
	  position: relative;
	  top: -60px;
	  left: -10px;
	}
	.outer-menu .hamburger {
		width: 40px;
	    height: 40px;
	}
	.outer-menu .hamburger > div {
		width: 45%;
	}
	#main .sitettl .logo {
		margin: 0 auto;
	}
	#main .sitettl .logo img {
		width: 24%;
	}
	#main .sitettl .ttl h1 {
		font-size: 2.6em;
		text-align: center;
		line-height: 1.3;
		letter-spacing: 7.2px;
	}
	#main .sitettl .ttl p {
		font-size: 0.6em;
		top: 0;
	}
	#main .news .ttl {
		width: 140px;
	}
	#main .news .article {
		display: block;
		text-align: left;
		top: 25px;
		font-family: 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
	}
	#main .news .article .date {
		margin-bottom: 6px;
	}

#business {
	padding-top: 100px;
	padding-bottom: 80px;
}
	#business .bg {
		width: 100%;
	}
	#business .ttlbox:after {
		top: 140px;
	}
	#business .ttlbox .ttl {
		font-size: 1.5em;
		font-family: 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
	}
	#business .ttlbox .ttl:before {
		left: -10px;
	}
	#business .ttlbox .ttl:after {
		right: 10px;
	}
	#business .copy {
		width: 80%;
		margin-bottom: 60px;
		text-align: left;
	}

#works {
    padding-top: 0px;
    padding-bottom: 100px;
}
	#works .cover{
	}
	#works .ttlbox {
		width: 100%;
		margin-top: 0px;
		padding: 100px 0 40px;
	}
	#works .ttlbox .ttl {
		position: relative;
	}
	#works .ttlbox .ttl h2 {
		font-size: 3.3em;
	}
	#works .ttlbox .subttl {
		font-family: 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
	}
	#works .ttlbox .subttl:after {
		content: none;
	}
	#works .cover {
		display: block;
	}
	#works .copy {
		width: 100%;
	}
	#works .copy .inner {
		margin-top: 0px;
		padding: 50px 0 60px 50px;
	}
	#works .copy .inner .worksbox {
		margin-bottom: 30px;
	}
	#works .copy .inner .worksbox .copy ul {
		display: block;
	}
	#works .copy .inner .worksbox .copy ul li {
		width: 85%;
		font-size: 15px;
	}
	#works .btn {
		margin-top: 50px;
		position: relative;
		left: -20px;
	}

#member {
	display: block;
	text-align: center;
	margin-bottom: 150px;
	padding-top: 100px;
}
	#member .photo {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		left: 0;
	}
	#member .photo .cover img {
		width: 100%;
	}
	#member .ttlbox {
		width: 100%;
		padding: 0;
	}
	#member .ttlbox .ttl h2 {
		font-size: 3.3em;
	}
	#member .ttlbox .subttl {
		margin-bottom: 40px;
		font-family: 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
	}
	#member .ttlbox .copy {
		width: 80%;
		margin: 0 auto 40px;
	}
	#member .ttlbox .cover {
		margin-bottom: 60px;
		width: 105%;
	}
	#member .ttlbox .cover img {
		width: 130%;
	    left: -50px;
	    position: relative;
	}

#company {
	padding-bottom: 80px;
}
	#company .ttlbox:after {
		top: 130px;
	}
	#company .ttlbox .ttl h2 {
		font-size: 3.3em;
	}
	#company .ttlbox .subttl {
		font-family: 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
	}
	#company .copy {
		width: 80%;
	}
	#company .map {
		margin-bottom: 30px;
	}
	#company .cont {
		display: block;
		width: 80%;
	}
	#company .cont .address {
		width: 100%;
	}

#footer {
}
	#footer .navlist ul {
	    flex-wrap: wrap;
	}
	#footer .navlist ul li {
		font-size: 0.95em;
		width: 40%;
	}
	#footer .navlist ul li a {
		padding: 12px 0;
	}
	#footer .logo img {
	}

/* -------------- */
/* page_business
/* -------------- */
#lead {
	display: block;
	margin-top: 120px;
}
	#lead .ttlbox {
		width: 100%;
	}
	#lead .ttlbox .ttl h1 {
		font-size: 3.3em;
	}
	#lead .ttlbox .subttl:after {
		content: none;
	}
	#lead .copy {
		width: 100%;
		padding: 0;
		margin: 40px auto;
		text-align: center;
	}
	#lead .copy p {
		width: 85%;
		margin: 0 auto;
	}

#bg{
}
	#bg .business {
		background-position: 50%;
		height: 220px;
	}
#vision {
}
	#vision .ttlbox {
		margin-bottom: 80px;
	}
	#vision .ttlbox:after {
		top: 130px;
	}
	#vision .ttlbox .ttl {
	    text-align: center;
	    padding-left: 0;
	    font-family: 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
	}
	#vision .ttlbox .ttl:before {
		content: none;
	}
	#vision .ttlbox .ttl:after {
		content: none;
	}
	#vision .copy {
		width: 80%;
	}

#service {
	padding-bottom: 0;
}
	#service .inner {
		display: block;
	}
	#service .inner .contents {
		margin: 0 0 80px;
		width: 100%;
	}
	#service .inner .contents .menuttl {
		width: 100%;
		margin-bottom: 30px;
	}
	#service .inner .contents .menuttl h3 {
		font-size: 1.1em;
	}
	#service .inner .contents .copy {
		margin-bottom: 15px;
	}
	#service .inner .contents .copy p {
		text-align: left;
		min-height: 0;
	}
	#service .inner .contents .price {
		position: static;
	}
	#service .inner .contents .price p {
	}

/* -------------- */
/* page_works
/* -------------- */
#page_works {
}
	#page_works #lead {
		margin-bottom: 100px;
	}
	#page_works #works {
		width: 85%;
		margin-bottom: 60px;
		padding-bottom: 0;
	}
	#page_works #works .inner {
		padding: 30px 0 20px 30px;
	}
	#page_works #works .year {
	    padding: 24px 20px 24px 11px;
	    width: 34px;
	}
	#page_works #works .year h2 {
		font-size: 0.9em;
	}
	#page_works #works .inner .worksbox {
		margin-bottom: 30px;
	}
	#page_works #works .inner .worksbox .copy ul li {
	    width: 100%;
	    margin-right: 30px;
	    margin-bottom: 4px;
	    font-size: 15px;
	}

/* -------------- */
/* page_member
/* -------------- */
#page_member {
}
	#page_member #prof .profboxR {
		display: block;
	}
	#page_member #prof .profboxR .name {
		padding-top: 30px;
	    text-align: left;
	    left: 33px;
	}
	#page_member #prof .catchR {
	    position: static;
	    width: 90%;
	    margin: 20px auto 0;
	    text-align: center;
	}
	#page_member #prof .catchR h3 {
		font-size: 17px;
	}
	#page_member #prof .catchR h3 span {
		font-size: 21px;
	}
	#page_member #prof .copyR {
		margin: 30px 0 80px;
		padding: 50px 30px 30px 30px;
	}
	#page_member #prof .copyR dt {
		float: none;
	}
	#page_member #prof .copyR dd {
		margin-left: 0;
		margin-bottom: 20px;
	}
	#page_member #prof .profboxR .photo {
		position: relative;
		left: -70px;
	}
	#page_member #prof .profboxR .name h2 {
		font-size: 2.2em;
	}
	#page_member #prof .profboxL {
		display: block;
	}
	#page_member #prof .profboxL .name {
		padding-top: 20px;
	}
	#page_member #prof .profboxL .name h2 {
		font-size: 2.2em;
	}
	#page_member #prof .catchL {
	    position: static;
	    width: 90%;
	    margin: 20px auto 0;
	    text-align: center;
	}
	#page_member #prof .catchL h3 {
		font-size: 17px;
	}
	#page_member #prof .catchL h3 span {
		font-size: 21px;
	}
	#page_member #prof .copyL {
		margin: 30px 0 80px;
		padding: 50px 30px 30px 30px;
	}
	#page_member #prof .copyL dt {
		float: none;
	}
	#page_member #prof .copyL dd {
		margin-left: 0;
		margin-bottom: 20px;
	}
	#page_member #prof .copyL {
		margin: 40px 0 80px;
		padding: 40px 40px 20px 40px;
	}
	#page_member #prof .profboxL .photo {
		position: relative;
		right: 24px;
	}
	#page_member #prof .profboxL .name {
		padding-top: 20px;
	}
	#page_member #prof .profboxL .name.onoo {
		position: relative;
	    left: -30px;
	}
	#page_member #prof .profboxL .name h2 {
		font-size: 2.2em;
	}
	#page_member #prof .profboxL .name.onoo h2 {
		font-size: 2em;
	}
	#page_member #prof .profboxL .name.onoo h2 span {
		font-size: 0.5em;
	}

/* -------------- */
/* page_company
/* -------------- */
#page_company #lead {
	margin-bottom: 20px;
}
	#page_company #lead .ttlbox {
		background: none;
	}
	#page_company #lead .copy {
		background: url(/assets/img/Alligator.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		margin-bottom: 60px;
	}
	#page_company #lead .copy .inner {
		width: 80%;
		margin: 0 auto;
		padding: 20px 0 0 0;
	}
	#page_company #lead .copy .inner .worksbox {
		margin-bottom: 30px;
	}
	#page_company #lead .copy p {
		width: 100%;
	}

/* -------------- */
/* page_contact
/* -------------- */
#page_contact #lead {
	margin-bottom: 80px;
}
	#page_contact #form {
		background: #fafafa;
	}
	#page_contact #form .inner {
		background: none;
		width: 80%;
		padding: 60px 0;
	}

/* -------------- */
/* page_privacy
/* -------------- */
#page_privacy {
}
	#page_privacy #policy {
		padding-top: 60px;
	}
	#page_privacy #policy .inner {
		padding-top: 50px;
		width: 80%;
	}
	#page_privacy #policy .inner .copy h3 {
		font-size: 16px;
	}
	#page_privacy #policy .inner .copy p{
		margin-left: 0;
	}
	#page_privacy #policy .inner .copy ul {
		font-size: 13px;
	}
	#page_privacy #policy .inner .copy ul li {
		margin-left: 2em;
	}

/* -------------- */
/* page_writer
/* -------------- */
	#page_writer #service .inner .contents {
		width: 100%;
	}
	#page_writer #service .inner .contents .menuttl {
		width: 100%;
	}
	#page_writer #service .inner .contents .price {
	    width: 100%;
	    margin-bottom: 60px;
	}

/* -------------- */
/* page_branding
/* -------------- */
	#page_branding #service .inner .contents {
		width: 100%;
	}
	#page_branding #service .inner .contents .menuttl {
		width: 100%;
	}
	#page_branding #service .inner .contents .price {
	    width: 100%;
	    margin-bottom: 60px;
	}

/* -------------- */
/* page_school
/* -------------- */
	#page_school #service .inner .contents {
		width: 100%;
	}
	#page_school #service .inner .contents .menuttl {
		width: 100%;
	}
	#page_school #service .inner .contents .price {
	    width: 100%;
	    margin-bottom: 60px;
	}

} /* (max-width: 768px end */




@media only screen and (min-width: 1701px) {
	#works .ttlbox .subttl:after {
		left: 30%;
	}
	#lead .ttlbox .subttl:after {
		left: 13%;
	}
}
@media only screen and (max-width: 1700px) {
	#works .ttlbox .subttl:after {
		left: 30%;
	}
	#lead .ttlbox .subttl:after {
		left: 13%;
	}@media only screen and (max-width: 1500px) {
	#works .ttlbox .subttl:after {
		left: 25%;
	}
	#lead .ttlbox .subttl:after {
		left: 10%;
	}
}
@media only screen and (max-width: 1200px) {
	#works .ttlbox .subttl:after {
		left: 18%;
	}
	#lead .ttlbox .subttl:after {
		left: 7%;
	}
}
@media only screen and (max-width: 1000px) {
	#works .ttlbox .subttl:after {
		left: 6%;
	}
	#lead .ttlbox .subttl:after {
		left: 5%;
	}
}
@media only screen and (max-width: 900px) {
	#works .ttlbox .subttl:after {
		left: 1%;
	}
	#lead .ttlbox .subttl:after {
		left: 1%;
	}
}
@media only screen and (max-width: 800px) {
	#works .ttlbox .subttl:after {
		left: -10%;
	}
	#lead .ttlbox .subttl:after {
		left: 0;
	}
}
@media only screen and (max-width: 353px) {
	.btn a:after {
		content: none;
	}
	.btn.wh a:after {
		content: none;
	}
	#main .sitettl .ttl h1 {
		font-size: 3.6em;
		text-align: center;
		line-height: 1.8;
		letter-spacing: 6px;
	}
	#main .sitettl .ttl p {
		top: -7.6em;
		line-height: 11px;
	}
	#business .ttlbox .ttl {
		font-size: 1.3em;
	}
} /* (max-width: 353px end */



