@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
html {
font-size: 62.5%;
}
body {
line-height:1;
-webkit-text-size-adjust: 100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #1E60C5;
}
/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'Noto Sans JP', sans-serif;
}

.header {
    position: fixed;
    z-index: 9999;
    width: 100vw;
    
    top: 0px;
    background-color: rgba(255,255,255,0.90);
}
.header__wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    min-width: 1000px;
}
.headlogo {
    display: inline-block;
    margin-top: 2rem;
}
.headlogo__link {
    background-image: url(../img/noffice_name@3x.png);
    text-indent: -9999px;
    display: inline-block;
    width: 16rem;
    height: 2.4rem;
    background-size: 160px auto;
    background-repeat: no-repeat;
    margin-top: 0.6rem;
    margin-bottom: 2rem;
}
.mainmenu {
    display: block;
    float: right;
    margin-top: 3rem;
}
.mainmenu__list {
    display: inline-block;
    margin-right: 3rem;
    margin-left: 3rem;
}
.mainmenu__link {
    font-size: 1.6rem;
    text-decoration: none;
    color: #333333;
    text-align: center;
}
.mainmenu__link::after {
  border-bottom: solid 2px #cccccc;
  bottom: 0;
  padding-bottom: .7rem;
  content: "";
  display: block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
.mainmenu__link:hover::after {
  width: 100%;
}
.mainmenu__link span {
    font-size: 1.1rem;
    display: block;
    margin-bottom: 2px;
}
.mainmenu__link--active::after {
  border-bottom: solid 2px #e4e400;
  bottom: 0;
  padding-bottom: .7rem;
  content: "";
  display: block;
  width: 100%;
}

.header.black {
    position: fixed;
    z-index: 9999;
    width: 100vw;
    background-color: #969793;
    padding-bottom: 1rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.header.black  .headlogo {
    margin-top: 1rem;
}
.header.black .headlogo__link {
    background-image: url(../img/logo_datachemistry_white.png);
}
.header.black .mainmenu {
    margin-top: 2rem;
}
.header.black  .mainmenu__link {
    font-size: 1.6rem;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
}

.top-content {
    height: 100vh;
    min-height: 700px;
    position: relative;
    min-width: 1000px;
}
.top-content--company {
    background-color: #F1F1F1;
    position: relative;
}
.top-content--works {
    background-color: #505050;
    position: relative;
}
.top-content--3d {
    background-color: #F1F1F1;
    position: relative;
}
.top-wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.top-section {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-45%);
    -webkit-transform : translateY(-45%);
    transform : translateY(-45%);
    display: block;
    text-align: center;
    width: 1000px;
}
.top-section__title {
    color: #000000;
    font-size: 3rem;
    font-weight: normal;
    margin-bottom: 3.5rem;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Cinzel', serif;
    text-align: left;
}
.top-section__title span {
    font-size: 1.1rem;
    font-weight: normal;
    margin-right: 1rem;
}
.top-section__title--news {
    margin-top: 10rem;
}
.top-section__catch {
    font-size: 3.6rem;
    font-weight: 900;
    letter-spacing: 0.5rem;
    margin-bottom: 4rem;
    text-align: center;
}
.top-section__lead {
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 5vh;
}
.top-section__text {
    font-size: 1.4rem;
    line-height: 2.4rem;
    width: 76rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.top-content--works .top-section__text {
    font-size: 1.4rem;
    line-height: 2.4rem;
    width: 76rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #FFFFFF;
}
.top-section__btn {
    transition: all .6s ease;
    transition-delay: .6s;
    -webkit-transition: all .6s ease;
    -webkit-transition-delay: .6s;
    position: absolute;
    top: 60%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0px;
    width: 0px;
}
.top-section__btn-link {
    background-color: #333333;
    background-image: url(../img/ar_right_y.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 5rem;
    display: block;
    text-align: left;
    border-radius: 0.5rem 0rem 0rem 0.5rem;
    background-size: 14px 21px;
    background-position: 125px center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top-section__btn-link:hover {
    background-position: 135px center;
    color: #e4e400;
}
.infocus .top-section__btn {
    right: 0px;
    width: 180px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top-section__fig {
    width: auto;
    height: 22vh;
    margin-bottom: 5vh;
}
.top-content__triangle--02 {
    position: absolute;
    background-image: url(../img/tri02.png);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 600px 0%;
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
    opacity: 0.2;
}
.infocus .top-content__triangle--02 {
    background-position: 190px 0%;
}
.top-content__triangle--03 {
    position: absolute;
    background-image: url(../img/tri03.png);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -1000px 0%;
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
    opacity: 0.2;
}
.infocus .top-content__triangle--03 {
    background-position: -580px 0%;
    opacity: 0.6;
}
.top-content__triangle--04 {
    position: absolute;
    background-image: url(../img/tri04.png);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -860px 0%;
    transition: all 2s ease;
    transition-delay: .5s;
    -webkit-transition: all 2s ease;
    -webkit-transition-delay: .5s;
    opacity: 0.2;
}
.infocus .top-content__triangle--04 {
    background-position: -633px 0%;
}
.top-content__pattern--01 {
    position: absolute;
    background-image: url(../img/top_bg01.png);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 100%;
    opacity: 0.5;
    animation-name: toppattern01;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-fill-mode:forwards
}
@keyframes toppattern01 {
0% {
background-size: 110% auto;
}
100% {
background-size: 100% auto;
}
}
.top-content__pattern--02 {
    position: absolute;
    background-image: url(../img/top_bg02.png);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left 65%;
    opacity: 0.5;
}
.top-content__pattern--03 {
    position: absolute;
    background-image: url(../img/top_bg03.png);
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.5;
}
.top-content__pattern--04 {
    position: absolute;
    background-image: url(../img/top_bg04.png);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 294px auto;
    background-position: -52px 58%;
    opacity: 0.5;
}
.top-cover__logo {
    text-indent: -9999px;
    background-image: url(../img/noffice_logo@3x.gif);
    display: block;
    width: 220px;
    height: 170px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 47%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform : translateY(-50%) translateX(-50%);
    transform : translateY(-50%) translateX(-50%);
    animation-name: toplogo;
    animation-duration: 1s;
    animation-timing-function: ease-in;
}
@keyframes toplogo {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.top-cover__name {
    text-indent: -9999px;
    background-image: url(../img/noffice_name@3x.png);
    display: block;
    width: 220px;
    height: 32px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 61%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform : translateY(-50%) translateX(-50%);
    transform : translateY(-50%) translateX(-50%);
    animation-name: toplogo;
    animation-duration: 3s;
    animation-timing-function: ease-in;
}
.top-cover__catch {
    position: absolute;
    left: 50%;
    top: 86%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform : translateY(-50%) translateX(-50%);
    transform : translateY(-50%) translateX(-50%);
    text-align: center;
    font-size: 1.8rem;
    line-height: 3.4rem;
    font-weight: normal;
    letter-spacing: 1rem;
    opacity: 0;
    animation-name: topcatch;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-fill-mode:forwards;
}

@keyframes topcatch {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.top-content--news {
    height: auto;
    min-height: auto;
}
.top-section--news {
    position: relative;
    top: inherit;
    -ms-transform: inherit;
    -webkit-transform : inherit;
    transform : inherit;
    display: block;
    text-align: center;
    width: 1000px;
}
.top-news {
    width: 60rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
}
.top-news__date {
    width: 5em;
    font-size: 1.4rem;
    color: #333333;
    display: block;
    float: left;
    line-height: 2rem;
    text-align: left;
}
.top-news__description {
    font-size: 1.4rem;
    color: #333333;
    display: block;
    padding-left: 8em;
    margin-bottom: 2rem;
    line-height: 2rem;
    text-align: left;
}
.top-news__link {
    text-decoration: none;
    color: #333333;
    display: inline-block;
}
.top-news__link::after {
    border-bottom: 1px solid #e4e400;
    bottom: 0;
    padding-bottom: 0.5rem;
    content: "";
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
}
.top-news__link:hover::after {
  width: 100%;
}
footer {
    margin-top: 10rem;
}
.foot-upper {
    background-color: #363636;
    padding-top: 5rem;
    padding-bottom: 3rem;
    text-align: center;
}
.foot-upper__logo {
    background-image: url(../img/noffice_logo_white@3x.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    width: 80px;
    text-indent: -9999px;
    height: 63px;
    margin-bottom: 3rem;
}
.foot-upper__company {
    color: #FFFFFF;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 700;
}
.foot-upper__english {
    color: #FFFFFF;
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 2rem;
}
.foot-upper__address {
    color: #FFFFFF;
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.foot-upper__nav {
    text-align: center;
    margin-top: 3rem;
}
.foot-upper__list {
    display: inline-block;
    margin-right: 1rem;
    margin-left: 1rem;
}
.foot-upper__link {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 1.2rem;
    background-image: url(../img/ar_footer.png);
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: left center;
    padding-left: 16px;
}
.foot-upper__link:hover {
    color: #E4E400;
    background-position: 2px center;
}
.foot-bottom {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.foot-bottom__nav {
    text-align: center;
    padding-left: 53px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.foot-bottom__list {
    display: inline-block;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}
.foot-bottom__list a {
    text-indent: -9999px;
    display: inline-block;
}
.foot-bottom__link--adk {
    background-image: url(../img/logo_adk.png);
    width: 120px;
    height: 75px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0% center;
}
.foot-bottom__link--jeki {
    background-image: url(../img/logo_jeki.png);
    width: 114px;
    height: 75px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0% center;
}
.foot-bottom__link--tagc {
    background-image: url(../img/logo_ta.png);
    width: 200px;
    height: 75px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0% center;
}
.foot-bottom__copyright {
    text-align: center;
    font-size: 1rem;
    margin-top: 3rem;
    color: #8F8F8F;
}



.content {
    position: relative;
    padding-top: 7rem;
}

.content__triangle--02 {
    position: absolute;
    background-image: url(../img/tri03.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -1000px 0%;
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
    height: 100vh;
    top: 0px;
    z-index: -2;
}
.content__pattern--02 {
    position: absolute;
    background-image: url(../img/top_bg02.png);
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -456px;
    opacity: 0.5;
    top: 0px;
    z-index: -1;
    animation-name: contpattern;
    animation-duration: 2s;
}
.content__triangle--03 {
    position: absolute;
    background-image: url(../img/tri03.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -1000px 0%;
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
    height: 100vh;
    top: 0px;
    z-index: -2;
}
.content__pattern--03 {
    position: absolute;
    background-image: url(../img/top_bg03.png);
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.5;
    top: 0px;
    z-index: -1;
    animation-name: contpattern;
    animation-duration: 2s;
}
.content__triangle--04 {
    position: absolute;
    background-image: url(../img/tri03.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -1000px 0%;
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
    height: 100vh;
    top: 0px;
    z-index: -2;
}
.content__pattern--04 {
    position: absolute;
    background-image: url(../img/top_bg04.png);
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 294px auto;
    background-position: -94px 49px;
    opacity: 0.5;
    top: 0px;
    z-index: -1;
    animation-name: contpattern;
    animation-duration: 2s;
}
@keyframes contpattern {
0% {
opacity: 0;
}
100% {
opacity: 0.5;
}
}
.page__title {
    background-color: #333333;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.6rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 6rem;
    font-family: 'Cinzel', serif;
}
.page__title span {
    font-size: 1.1rem;
    font-weight: normal;
    margin-right: 1rem;
}
.anchor {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 3rem;
    animation-name: anchor1;
    animation-duration: 1s;
}
@keyframes anchor1 {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.anchor__list {
    display: inline-block;
    margin-right: 2rem;
    margin-left: 2rem;
}
.anchor__link {
    text-decoration: none;
    color: #333333;
    font-size: 1.4rem;
    background-image: url(../img/ar_box_under.png);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: left center;
    padding-left: 2rem;
}
.anchor__link:hover {
    color: #AAAAAA;
}
.content--company {
    background-color: #F1F1F1;
    position: relative;
}
.content--dmp {
    position: relative;
}
.content--3d {
    background-color: #F1F1F1;
    position: relative;
}
.wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.section {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
}
.section__title {
    background-color: #333333;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.6rem;
    padding-top: 1.3rem;
    padding-right: 3rem;
    padding-bottom: 1.3rem;
    padding-left: 3rem;
    font-weight: 700;
    margin-bottom: 3.5rem;
    margin-left: auto;
    margin-right: auto;
}
.section__title span {
    font-size: 1.1rem;
    font-weight: normal;
    margin-right: 1rem;
}
.section__catch {
    font-size: 3.1rem;
    font-weight: 900;
    letter-spacing: 0.1rem;
    margin-bottom: 5rem;
    text-align: center;
    line-height: 5.2rem;
}
.section__catch--mini {
    font-size: 1.6rem;
    font-weight: bold;
}
.section__catch sup {
    font-size: 1.6rem;
    vertical-align: super;
}
.section__note {
    font-size: 1.2rem;
    text-align: left;
    font-weight: normal;
    letter-spacing: 0px;
    display: block;
    margin-top: 0.5rem;
}
.section__lead {
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 5vh;
}
.section__text {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-bottom: 3rem;
    color: #333333;
}

.section__fig {
    width: 100%;
    margin-bottom: 5rem;
}
.section__subtitle {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 2rem;
}
.section__figtitle {
    font-size: 1.2rem;
    line-height: 2.6rem;
    margin-bottom: 2rem;
    color: #666666;
    font-weight: normal;
}
.section__line {
    border-top: 1px solid #CCCCCC;
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.section__header {
    border-bottom: 1px solid #333333;
    padding-bottom: 1.4rem;
    margin-bottom: 2rem;
    font-size: 1.4rem;
    margin-top: 0rem;
    padding-top: 1.4rem;
}
.section__map {
    width: 100%;
    height: 50vh;
    margin-bottom: 3rem;
}
.photo {
    width: 24rem;
    float: right;
    margin-left: 3.2rem;
    margin-bottom: 3.2rem;
    margin-top: 0rem;
}
.photo__img {
    width: 24rem;
}
.photo__name {
    font-size: 1.4rem;
    line-height: 2.4rem;
}
.profile__term {
    width: 6em;
    font-size: 1.4rem;
    color: #333333;
    display: block;
    float: left;
    line-height: 2rem;
}
.profile__description {
    font-size: 1.4rem;
    color: #333333;
    display: block;
    padding-left: 9em;
    margin-bottom: 2rem;
    line-height: 2rem;
}
.profile__description strong:first-child {
    margin-top: 0rem;
}
.profile__description strong {
    margin-top: 2rem;
    display: inline-block;
    font-weight: normal;
}
.works {
    color: #E1E1E1;
}
.works__term {
    width: 6em;
    font-size: 1.4rem;
    display: block;
    float: left;
    line-height: 2rem;
}
.works__description {
    font-size: 1.4rem;
    display: block;
    padding-left: 9em;
    margin-bottom: 2rem;
    line-height: 2rem;
}
.works__description strong:first-child {
    margin-top: 0rem;
}
.works__description strong {
    margin-top: 2rem;
    display: inline-block;
    font-weight: normal;
}
.profile__line {
}
.section__caption {
    padding-left: 30rem;
    font-size: 1.1rem;
    color: #666666;
    line-height: 1.8rem;
    margin-top: -3rem;
    margin-bottom: 5rem;
}
.section__products {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background-color: #333333;
    color: #FFFFFF;
    padding-top: 1rem;
    padding-right: 1.6rem;
    padding-bottom: 1rem;
    padding-left: 1.6rem;
    display: inline-block;
    margin-top: -1rem;
}
.section__text--mb {
    margin-bottom: 5rem;
}
.section__related {
    text-align: center;
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.section__related__link {
    color: #333333;
    text-decoration: none;
    font-size: 1.4rem;
    background-image: url(../img/ar_right_y.png);
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: left center;
    padding-left: 1.6rem;
}
.section__related__link:hover {
    color: #999999;
}
.nav__pagetop {
    display: block;
    width: 4rem;
    height: 4rem;
    background-color: #808080;
    border-radius: 2rem;
    text-indent: -9999px;
    background-image: url(../img/ar_up.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13px auto;
    position: fixed;
    right: 4rem;
    bottom: 2rem;
}
.nav__pagetop:hover {
    background-color: #555555;
}
.section__header--contact {
    margin-top: 0rem;
    padding-top: 0rem;
}

.contact-form__term {
    width: 12em;
    font-size: 1.4rem;
    color: #333333;
    display: block;
    float: left;
    line-height: 2rem;
    padding-top: 0.8rem;
}
.contact-form--confirm .contact-form__term {
    padding-top: 0rem;
}
.contact-form__description {
    font-size: 1.4rem;
    color: #333333;
    display: block;
    padding-left: 14em;
    margin-bottom: 2rem;
    line-height: 2rem;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 2rem;
    min-height: 1.6rem;
}
.contact-form__input {
    padding-top: 0.8rem;
    padding-right: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 0.8rem;
    font-size: 1.4rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
}
.contact-form__input:hover,.contact-form__input:active {
    border: 1px solid #5298BF;
}
.contact-form__input::-webkit-input-placeholder {
color: #CCCCCC;
}
.contact-form__require {
    color: #FF5700;
}
.error {
    color: #FF5700;
}
.contact-form__submit {
    text-align: center;
    margin-top: 3rem;
}
.contact-form__submit input:hover {
    opacity: 0.8;
}
.contact-form__btn--submit {
    margin-top: 0rem;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-bottom: 0rem;
    border: none;
    border-radius: 0.3rem;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.4rem;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    background-color: #333333;
    color: #FFFFFF;
    cursor: pointer;
}
.contact-form__btn--default {
    margin-top: 0;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-bottom: 0;
    border: none;
    border-radius: 0.3rem;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.4rem;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    background-color: #bbbbbb;
    color: #FFFFFF;
    cursor: pointer;
}
.section__order__list {
    font-size: 1.4rem;
    color: #333333;
    line-height: 2rem;
    list-style-type: decimal;
    margin-left: 3rem;
    margin-bottom: 1.4rem;
}
.section__order {
    margin-bottom: 3rem;
}
.top-section__text--mt {
    margin-top: 6rem;
}
#top .top-cover__name {
}
.section__content--left {
    text-align: left;
    width: 60rem;
    margin-left: auto;
    margin-right: auto;
}
.top-section__title--white {
    color: #FFFFFF;
}

/*=================== breakpoint 767 ===================*/

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

.header__trigger,
.header__trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	z-index: 9999;
}
.header {
}
.header__wrapper {
    min-width: inherit;
}
.header__trigger {
	position: absolute;
	width: 24px;
	height: 20px;
	top: 2em;
	right: 1.5em;
}
.header__trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #dddddd;
	border-radius: 1px;
}
.header__trigger span:nth-of-type(1) {
	top: 0;
}
.header__trigger span:nth-of-type(2) {
	top: 8px;
}
.header__trigger span:nth-of-type(3) {
	bottom: 0;
}
.header__trigger span:nth-of-type(1) {
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(8px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(8px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(8px) rotate(45deg);
	}
	50% {
		transform: translateY(8px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.header__trigger span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
}
.header__trigger span:nth-of-type(3) {
	-webkit-animation: menu-bar02 .75s forwards;
	animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-8px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-8px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar02 {
	0% {
		transform: translateY(-8px) rotate(-45deg);
	}
	50% {
		transform: translateY(-8px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.header__trigger.active span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(8px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(8px) rotate(45deg);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(8px) rotate(0);
	}
	100% {
		transform: translateY(8px) rotate(45deg);
	}
}
.header__trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.header__trigger.active span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-8px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-8px) rotate(-45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-8px) rotate(0);
	}
	100% {
		transform: translateY(-8px) rotate(-45deg);
	}
	
}
.headlogo {
    margin-top: 1rem;
}
.headlogo__link {
    width: 12rem;
    height: 2rem;
    background-size: 100% auto;
}
.mainmenu {
    display: none;
    float: none;
    opacity: 0.9;
}
.black .mainmenu {
    background-color:inherit;
    opacity: 1;
}

.mainmenu__list {
    display: block;
    margin-right: 3rem;
    margin-left: 3rem;
    margin-bottom: 3rem;
    text-align: center;
    margin-top: 3rem;
}
.mainmenu__link {
    font-size: 1.6rem;
    text-decoration: none;
    color: #333333;
    text-align: center;
}
.mainmenu__link::after {
    border: none;
    bottom: 0;
    padding-bottom: .7rem;
    content: "";
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
}
.mainmenu__link:hover::after {
    border: none;
    width: 100%;
}
.mainmenu__link span {
    font-size: 1.1rem;
    display: block;
    margin-bottom: 2px;
    text-align: center;
}
.mainmenu__link--active::after {
    border: none;
    bottom: 0;
    padding-bottom: .7rem;
    content: "";
    display: block;
    width: 100%;
}
.mainmenu__link--active {
    color: #cccccc!important;
}
.top-content {
    min-width: inherit;
}
.top-content--company {
    height: inherit!important;
    padding-top: 10rem;
}
.top-content__triangle--02 ,.top-content__triangle--04{
    bottom: 0px;
}
    .top-wrapper {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top-section {
    position: absolute;
    top: 45%;
    -ms-transform: translateY(-50%);
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
    display: block;
    text-align: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top-cover__logo {
    text-indent: -9999px;
    background-image: url(../img/noffice_logo@3x.gif);
    display: block;
    width: 130px;
    height: 102px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 40%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform : translateY(-50%) translateX(-50%);
    transform : translateY(-50%) translateX(-50%);
}
.top-cover__name {
    text-indent: -9999px;
    display: block;
    width: 130px;
    height: 20px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 55%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform : translateY(-50%) translateX(-50%);
    transform : translateY(-50%) translateX(-50%);
}
.top-cover__catch {
    position: absolute;
    left: 50%;
    top: 80%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform : translateY(-50%) translateX(-50%);
    transform : translateY(-50%) translateX(-50%);
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: normal;
    letter-spacing: 0.2rem;
}
.top-section__title {
    font-size: 3rem;
    margin-bottom: 2.5rem;
}
.top-section__title span {
    font-size: 1rem;
    font-weight: normal;
    margin-right: 1rem;
}
.top-section__catch {
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: 0rem;
    margin-bottom: 2rem;
    text-align: center;
    line-height: 2.4rem;
}
.top-section__lead {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 4vh;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.top-section__lead br {
    display: none;
}
.top-section__text {
    font-size: 1.1rem;
    line-height: 2rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.top-content--works .top-section__text {
    font-size: 1.1rem;
    line-height: 2rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.top-section__btn {
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0px;
    width: 180px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform : translateX(-50%);
    transform : translateX(-50%);
    bottom: 4rem;
    height: 40px;
    top: auto;
}
.top-section__btn-link {
    background-color: #333333;
    background-image: url(../img/ar_right_y.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.2rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    padding-left: 0rem;
    display: block;
    text-align: center;
    border-radius: 0.5rem;
    background-size: 8px auto;
    background-position: 125px center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 10px;
}
.top-section__btn-link:hover {
    background-position: 135px center;
    color: #e4e400;
}

.top-section__fig {
    width: 80vw;
    height: auto;
    margin-bottom: 3vh;
}
    .infocus .top-content__triangle--02 {
    background-position: -420px 0%;
}
.top-content__pattern--01 {
    display: none;
}
.top-content__pattern--04 {
    background-size: 206px auto;
    background-position: -82px -12%;
}
.top-section--news {
    width: 100%;
}
.top-news {
    width: 90%;
}
.foot-bottom__list {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.content {
    position: relative;
    padding-top: 6rem;
}
.page__title {
    background-color: #333333;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.6rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 6rem;
}
.page__title span {
    font-size: 1.1rem;
    font-weight: normal;
    margin-right: 1rem;
}
.anchor {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.anchor__list {
    display: block;
    margin-right: auto;
    margin-bottom: 1.2rem;
    width: 16rem;
    text-align: left;
    margin-left: auto;
}
.anchor__link {
    font-size: 1.2rem;
}
.wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 1.4rem;
}
.section {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.section__header {
    padding-top: 8rem;
}
.section__header--first {
    margin-top: -3rem;
}
    .section__content--left {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.section__title {
    background-color: #333333;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.6rem;
    padding-top: 1.3rem;
    padding-right: 3rem;
    padding-bottom: 1.3rem;
    padding-left: 3rem;
    font-weight: 700;
    margin-bottom: 3.5rem;
    margin-left: auto;
    margin-right: auto;
}
.section__title span {
    font-size: 1.1rem;
    font-weight: normal;
    margin-right: 1rem;
}
.section__catch {
    font-size: 4vw;
    font-weight: 900;
    letter-spacing: 0rem;
    margin-bottom: 5rem;
    text-align: center;
    line-height: 5.6vw;
}
.section__catch sup {
    font-size: 1rem;
    vertical-align: super;
}
.section__note {
    font-size: 1.2rem;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0px;
    display: block;
    margin-top: 1rem;
}
.section__lead {
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 5vh;
}
.section__text {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-bottom: 3rem;
}

.section__fig {
    width: 90vw;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.section__subtitle {
    font-size: 4vw;
    line-height: 5.6vw;
    margin-bottom: 2rem;
}
.section__line {
    border-top: 1px solid #CCCCCC;
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.section__caption {
padding-left: 7rem;
}
.photo {
    width: 18rem;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.photo__img {
    width: 18rem;
}
.foot-upper {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.foot-upper__logo {
    width: 85px;
    height: 69px;
    margin-bottom: 3rem;
}
.foot-upper__company {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: 700;
}
.foot-upper__english {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}
.foot-upper__address {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.foot-upper__nav {
    margin-top: 3rem;
}
.foot-upper__list {
    display: block;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
}
.foot-bottom__nav {
    padding-left: 0px;
}
.section__header--contact {
    margin-top: 0rem;
    padding-top: 0rem!important;
}

.contact-form__term {
    width: 12em;
    font-size: 1.4rem;
    color: #333333;
    display: block;
    float: none;
    line-height: 2rem;
    padding-top: 0.8rem;
    margin-bottom: 1rem;
}
.contact-form__description {
    font-size: 1.4rem;
    color: #333333;
    display: block;
    padding-left: 0em;
    margin-bottom: 2rem;
    line-height: 2rem;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 2rem;
}
.contact-form__input {
    -webkit-appearance: none;
    padding-top: 0.8rem;
    padding-right: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 0.8rem;
    font-size: 1.4rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
}

}

@media screen and (max-height: 700px) {
    .top-content__triangle--02 ,.top-content__triangle--04{
    bottom: 0px!important;
}
    .infocus.top-content__triangle--02 ,.infocus.top-content__triangle--04{
    bottom: 0px!important;
}
}
@media screen and (max-height: 414px) {
    .top-content {
    min-height: 180vh;
    height: auto;
}
    .top-content__triangle--03,.top-content__triangle--04 {
    min-height: 180vh;
    height: auto;
    }
    .mainmenu__list {
    margin-top: 1rem;
    margin-bottom: 1rem;
    }
    .top-content__triangle--02 {
    height: 600px;
    bottom: 0px;
}
}
