@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*********************************************************************
 * update: 2017/6/7
 * base font-size >> 16px
 *********************************************************************/
.full-width .content .inner, .l-body, #footer .inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  line-height: 1.7;
}

/*  Common Elements
---------------------------------------------------------- */
body {
  background-color: #fff;
  color: #363434;
  font-family: "Roboto","Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 0.9375rem;
  text-align: center;
  /*letter-spacing: 0.02rem;*/
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  overflow-x: hidden;
}

a {
  /*text-decoration: underline;*/
  color: #003366;
  text-decoration: none;
}
a:visited {
  color: #003366;
}
a:focus {
  color: #003366;
}
a:hover {
  color: #003366;
}
a:active {
  color: #003366;
}
a:hover, a:focus {
  text-decoration: underline;
}
a.dot-line {
  display: inline-block;
  background-image: linear-gradient(to right, #7e5f8b, #7e5f8b 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 2px);
  background-size: 2px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  color: #333;
}
a.dot-line:hover {
  text-decoration: none;
  color: #999;
}

hr {
  display: none;
}

strong {
  font-weight: bold;
}

table th,
table td,
table caption {
  line-height: 1.7;
}

img {
  vertical-align: bottom;
}

sup, sub {
  line-height: 1;
  font-size: 70%;
}

sup {
  vertical-align: 0.6em;
}

/*  Common id, class
---------------------------------------------------------- */
.hover {
  cursor: pointer;
}

.clear {
  clear: both;
}

.break {
  page-break-after: always;
}
.break span {
  display: none;
}

.txt_red {
  color: #CC0033;
}

/*  Paragraph
---------------------------------------------------------- */
p.caption, p.note {
  font-size: 92.5%;
  margin: 4px 0 0 0;
}

p.caption {
  margin-bottom: 15px;
}
p.note {
  margin: 0;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

/* link_icon */
img.link_icon {
  margin: 0 3px 0 5px;
  vertical-align: baseline;
}

/*********************************************************************
 * Body
 *********************************************************************/
/*  Foundation
---------------------------------------------------------- */
.full-width {
  width: 100%;
}

.fill-width {
  width: 100%;
  height: auto;
}

.fill-height {
  height: 100%;
  width: auto;
}

/*  Layout
---------------------------------------------------------- */
.l-body {
  min-width: 1260px;
}

.l-dorcuss_bg_wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  min-width: 1260px;
  z-index: -1;
}

.p-dorcuss_bg {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0px;
  left: 50%;
  overflow: hidden;
  transition: all 0.4s;
}
.p-dorcuss_bg .p-dorcussBg__pattern {
  position: absolute;
  width: 4200px;
  height: auto;
  border-radius: 0%;
  box-sizing: border-box;
  padding-top: 4200px;
  top: 50%;
  left: 0%;
  margin-top: -2100px;
  background-color: #fff;
  transition: all 0.5s;
}
.p-dorcuss_bg.is-main {
  /*width: 76%;
  left: 24%;*/
	width: calc(50% + 380px);
	left: calc(50% - 380px);
}
.p-dorcuss_bg.is-main .p-dorcussBg__pattern {
  border-radius: 50%;
  background-color: #00a99b;
}
.p-dorcuss_bg .p-bgFooter {
  position: absolute;
  width: 450px;
  height: 390px;
  right: -100px;
  bottom: -60px;
  background: url(../images/bg_footer_dorcuss.svg) no-repeat;
}

.l-logo {
  position: fixed;
  width: 100%;
  top: 40px;
  left: 0;
  transition: all 0.5s;
  z-index: 50;
}
.l-logo .p-logo {
  position: absolute;
  width: 200px;
  height: auto;
  left: 50%;
  margin-left: -100px;
  transition: all 0.5s;
}
.l-logo .p-logo__catch {
  opacity: 1;
  margin-top: 280px;
  color: #00a99b;
  transition: all 0.3s;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  font-weight: 400;
}
.l-logo.is-sub {
  top: 25px;
  left: 0px;
  margin-left: 0px;
  margin-top: 0px;
	width: 100%;
	min-width: 1260px;
}
.l-logo.is-sub .p-logo {
	/*left: 0px;*/
	left: calc(50% - 600px);
  width: 160px;
  height: auto;
  margin-left: 0px;
  cursor: pointer;
}
.l-logo.is-sub .p-logo__catch {
  opacity: 0;
}

.l-firstNav {
  position: fixed;
  width: 100%;
  top: 382px;
  left: 0px;
  opacity: 1;
  transition: all 0.6s;
}
.l-firstNav ul {
  display: flex;
  justify-content: center;
  font-size: 1.625rem;
}
.l-firstNav ul li {
  width: 8rem;
  flex: 0 0 auto;
  line-height: 1;
  margin: 0 1rem;
}
.l-firstNav ul li a {
  display: block;
  padding: 0.8rem 0;
  position: relative;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.01em;
  color: #00a99b;
}
.l-firstNav ul li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 60%;
  height: 2px;
  bottom: 0px;
  left: 50%;
  margin-left: -30%;
  background-color: #e6e6e6;
  box-sizing: border-box;
  transition: all 0.3s;
}
.l-firstNav ul li a:hover::before {
  width: 100%;
  margin-left: -50%;
  background-color: #00a99b;
}
.l-firstNav.is-hidden {
  opacity: 0;
  left: 60px;
}

.l-main {
	margin-left: calc(50% - 380px);
  padding-top: 30px;
	padding-left: 190px;
  box-sizing: border-box;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  transition: all 0.8s ease-out;
}
.l-main.is-appear {
  opacity: 1;
  height: auto;
  padding-top: 0px;
}

.l-sub {
  position: fixed;
  width: 100%;
	min-width: 1260px;
  top: 260px;
  left: 0px;
  z-index: 50;
  visibility: hidden;
}

.l-sub .l-snav {
  position: absolute;
  width: 160px;
	top: 0px;
  left: calc(50% - 600px);
}
.l-sub .l-snav li {
  line-height: 1.1;
  margin: 0;
  opacity: 0;
}
.l-sub .l-snav li:nth-of-type(1) {
  transition: opacity 0.8s 0s;
}
.l-sub .l-snav li:nth-of-type(2) {
  transition: opacity 0.8s 0.1s;
}
.l-sub .l-snav li:nth-of-type(3) {
  transition: opacity 0.8s 0.2s;
}
.l-sub .l-snav li a {
  display: block;
  padding: 1rem 0.5rem;
  background-color: inherit;
  transition: all 0.3s;
  color: #666;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  position: relative;
}
.l-sub .l-snav li a::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 2px;
  bottom: 0px;
  left: 50%;
  margin-left: -15%;
  border-radius: 2px;
  z-index: -1;
  background-color: #e6e6e6;
  transition: all 0.3s;
}
.l-sub .l-snav li a:hover {
  /*background-color: #f4f4f4;*/
}
.l-sub .l-snav li a:hover::before {
  width: 60%;
  margin-left: -30%;
}
.l-sub .l-snav li.is-appear {
  opacity: 1;
}
.l-sub .l-snav li.is-current a {
  color: #00a99b;
}
.l-sub .l-snav li.is-current a::before {
  width: 60%;
  margin-left: -30%;
  background-color: #00a99b;
  opacity: 0.6;
}
.l-sub .l-snav li.is-current a:hover::before {
  width: 70%;
  margin-left: -35%;
}
.l-sub .p-contact_area {
  margin-top: 3.5rem;
  position: relative;
  opacity: 0;
  transition: all 0.8s;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.l-sub .p-contact_area.is-appear {
  opacity: 1;
}
.l-sub .p-contact_area .p-heading {
  font-size: 0.8125rem;
  margin-bottom: 0.8rem;
  color: #999;
}
.l-sub .p-contact_area .p-concept_txt {
  margin: 0 0.8rem;
}
.l-sub .p-contact_area::before {
  content: "";
  position: absolute;
  background-color: #f4f4f4;
  width: 64%;
  padding-top: 64%;
  top: -0.8rem;
  left: 18%;
  border-radius: 50%;
  z-index: -1;
}

.l-copyright {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  z-index: -1;
  font-size: 0.625rem;
  line-height: 1;
  color: #666;
  transition: all 0.6s;
}
.l-copyright .p-copy_txt {
  position: absolute;
  width: 160px;
  bottom: 30px;
  left: 50%;
  margin-left: -80px;
  text-align: center;
  transition: all 0.6s;
}
.l-copyright .sp_yet {
  position: absolute;
  width: 500px;
  top: 500px;
  right: 50%;
  margin-right: -250px;
  text-align: center;
  transition: all 0.6s;
  background-color: #555;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  padding: 1.5rem 0;
  letter-spacing: 0.05em;
  border-radius: 4rem;
}
.l-copyright.is-sub {
  /*width: 24%;*/
  min-width: 1260px;
}
.l-copyright.is-sub .p-copy_txt {
  /*margin-right: 80px;*/
	width: 160px;
	left: calc(50% - 600px);
  margin-left: 0px;
  text-align: center;
}
.l-copyright.is-sub .sp_yet {
  opacity: 0;
}

/*  Object-Component
---------------------------------------------------------- */
.c-go_pagetop {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 30px;
  height: 30px;
  z-index: 2;
  display: none;
}
.c-go_pagetop img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.c-go_pagetop img:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.c-go_pagetop img span {
  display: none;
}

.c-color--white {
  color: #fff;
}

/*utility*/
.u-italic {
  font-style: italic;
}

/*********************************************************************
 *  Footer
 *********************************************************************/
#footer {
  padding: 0 0 20px;
  font-size: 84.6%;
}
#footer a {
  color: #333;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .util {
  background-color: #fff;
  padding: 10px 0;
}
#footer .util .fnav {
  float: right;
  width: auto;
  line-height: 1;
  border-right: #ccc 1px solid;
  margin-top: 10px;
}
#footer .util .fnav li {
  float: left;
  width: auto;
  padding: 0 1.2em;
  border-left: #ccc 1px solid;
}
#footer #copyright {
  clear: both;
  font-family: arial;
  letter-spacing: 0.05em;
  padding: 1em 0;
  text-align: right;
  background: url(../images/logo_footer.svg) no-repeat 100% 14px;
}
#footer #copyright p {
  padding: 12px 35px 0 0;
}

/*********************************************************************
 *  Heading
 *********************************************************************/
/* h1 */
.l-main h1 {
  font-size: 8.625rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.3);
  margin: 0 0 -1.375rem;
  padding: 0;
  line-height: 1;
}

/* h2-h4 ,#main*/
h2, h3, h4 {
  margin: 1em 0 0.6em 0;
  font-size: 1.25rem;
  font-weight: 500;
}

.l-main h2 {
  font-size: 1.875rem;
  text-align: center;
  line-height: 1.4;
}

h4 {
  font-size: 100%;
}

/*********************************************************************
 * Common
 *********************************************************************/
.p-section {
  color: #fff;
	width: 780px;
  text-align: justify;
  line-height: 2;
}
.p-section .c-content_box {
  padding: 0.25rem 2.125rem 0.5rem;
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  margin: 1.6rem 0;
  color: #000;
}

/*********************************************************************
 * About
 *********************************************************************/
.p-profile {
  box-sizing: border-box;
}
.p-profile .p-concept {
  font-size: 1rem;
  text-align: center;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.p-profile .p-content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 0.875rem;
}
.p-profile .p-content dt {
  flex: 0 1 22%;
  padding: 0.8rem 0 0.8rem;
  font-weight: 400;
  border-bottom: #00a99b 1px solid;
}
.p-profile .p-content dt:last-of-type {
  border-bottom: none;
}
.p-profile .p-content dd {
  flex: 1 0 78%;
  padding: 0.8rem 0 0.8rem;
  border-bottom: #00a99b 1px solid;
}
.p-profile .p-content dd:last-of-type {
  border-bottom: none;
}

/*********************************************************************
 * Works
 *********************************************************************/
.p-works {
  margin-top: 3rem;
}
.p-works h1{
	margin-bottom: 1.5rem;
}
.p-works .p-content {
  padding-top: 1.75rem;
  padding-bottom: 2.5rem;
}
.p-works .p-work_title {
  margin: 0 0 0.6rem;
  color: #212121;
  font-size: 1.375rem;
  text-align: center;
  font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0;
}
.p-works .p-work_client {
  font-size: 0.9375rem;
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: 500;
	letter-spacing: 0.02em;
}

.p-work_img {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 1px 2px 12px -1px rgba(0, 0, 0, 0.4);
  position: relative;
	margin: 0 -60px;
}
.p-work_img a {
  display: block;
  position: relative;
}
.p-work_img a::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: #00a99b 6px solid;
  border-radius: 6px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s;
}
.p-work_img a:hover::after {
  opacity: 0.8;
}

.p-work_discription {
  margin: 1rem 0 1.6rem;
  /*line-height: 1.9;*/
}

.p-work_info {
  font-size: 0.875rem;
  margin: 1.25rem 0 0.8rem;
  display: flex;
  /*justify-content: center;*/
	justify-content: flex-start;
}
.p-work_info li {
  display: inline-block;
  margin-right: 1.875rem;
}
.p-work_info li .p-workInfo__label {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0 0.75em 0 0;
  position: relative;
}
.p-work_info li .p-workInfo__label::after {
  content: "";
  height: 1.5rem;
  width: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
  background-color: #00a99b;
  transform: rotate(30deg);
}

/*cookie consent*/
.cc-revoke.cc-bottom{
	display: none;
}

/*utility*/

.u-spBr{
	display: none;
}

