html {
    margin-top: 0px !important;
}

.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

.owl-nav.disabled {
    display: none;
}

img {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
    display: block;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html, body,  ul, ol, li,  h1, h2, h3, h4, h5, h6, p, div {
	margin: 0;
    padding: 0;
    font-weight:400;
    list-style:none;
}

::-webkit-scrollbar{
	width: 10px;
}

::-webkit-scrollbar-track{
	background: #f1f1f1;
	border-left: solid 1px #dedede;
}

::-webkit-scrollbar-thumb{
	background: #dedede;
	border-radius: 10px;
	box-shadow: inset 0 0 0 2px #dedede;
}

input, textarea, select {
    font-family: 'Noto Sans JP', sans-serif;
}
span.red {
    color: #ff0000;
    font-weight: bold;
}a {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
    color: #000;
}
ul.news_ul li a {
    text-decoration: none;
}






@media screen and (min-width: 970px){


:root {
  font-size: 1vw;
}

body {
    color: #212121;
    background: #fff;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
}.scroll {
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    background: rgb(18 126 183 / 31%);
}.header_none {
    background: none!important;
}


header#header {
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    width: 100%;
    padding: 3rem;
    position: fixed;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}h1#header_logo {
    letter-spacing: 0.05em;
    display: flex;
    justify-content: flex-start;
    text-align: center;
    align-items: flex-start;
    font-weight: bold;
    font-size: 1.4rem;
    color: #fff;
    padding-left: 4rem;
}h1#header_logo img {
	width: 2rem;
    margin-right: 1rem;
    display: inline-block;
    position: absolute;
    left: 4rem;
    top: 4rem;
}h1#header_logo small {
    font-size: 1rem;
    margin-left: 1rem;
}a.white_link {
    color: #fff;
    text-decoration: none;
}

#mv {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #000;
}#slide {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #000;
}#slide img {
	opacity:0.8;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    object-fit: cover;
}


ul#header_nav_ul {
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
}ul#header_nav_ul li {
    padding: 1rem;
    letter-spacing: 0.1em;
    font-weight: 500;
}h2.slide_h2 {
    position: absolute;
    z-index: 99;
    left: 6rem;
    top: 56vh;
    font-size: 3.6rem;
    color: #fff;
    letter-spacing: 0.1em;
}h2.slide_h2 small {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 1rem;
}ul#header_nav_ul li a {
    color: #fff;
    text-decoration: none;
}



.scrolldown {
	z-index: 2;
    position: absolute;
    right: 1.8em;
    top: 67vh;
    height: 10vh;
}.scrolldown span {
    position: absolute;
    right: 1rem;
    top: -8vh;
    color: #eee;
    font-size: 1rem;
    writing-mode: vertical-rl;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 0.1em;
    font-weight: bold;
}.scrolldown::after{
    content: "";
    position: absolute;
    top: 15vh;
    width: 1px;
    height: 10vh;
    background: #fff;
    animation: pathmove 1.6s ease-in-out infinite;
    opacity: 0;
    right: 1.5rem;
}

@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:60px;
    opacity: 1;
  }
  100%{
    height:0;
    top:150px;
    opacity: 0;
  }
}


.title {
	font-family: 'Kosugi', sans-serif;
    display: flex;
    overflow: hidden;
    color: #fff;
    width: 100vw;
    margin: 0vh auto;
    position: absolute;
    left: 4rem;
    top: 45%;
    font-size: 2rem;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.title span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.title.-visible span {
  transform: translate(0, 0);
}

.title span:nth-child(2) {
  transition-delay: 0.06s;
}
.title span:nth-child(3) {
  transition-delay: 0.12s;
}
.title span:nth-child(4) {
  transition-delay: 0.18s;
}



section#news_section {
    padding: 8rem 9rem;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}h2#news_h2 {
    font-weight: 500;
    color: #0588cd;
    width: 24rem;
    font-size: 3.6rem;
    font-family: 'Roboto', sans-serif;
}ul.news_ul {
    width: 58rem;
}ul.news_ul li {
    font-size: 1.1rem;
    position: relative;
    padding: 2rem 0;
    border-bottom: 1px solid #dedede;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}time.news_time {
    color: #999;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-right: 5rem;
}p.news_p {
    font-weight: 500;
    letter-spacing: 0.1em;
}p.news_p a {
    text-decoration: none;
}ul.news_ul li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 2rem;
    background: #0588cd;
}ul.news_ul li:after {
	content: "\002192";
    position: absolute;
    right: 0;
    bottom: 2.2rem;
    width: 1rem;
    font-size: 0.8rem;
    color: #0588cd;
}


section#top_company {
	width: 100%;
    height: 66rem;
    overflow: hidden;
    padding: 10rem 4rem;
    text-align: center;
    position: relative;
    margin: 4rem 0;
}h2#top_company_h2 {
    text-align: left;
    position: absolute;
    font-size: 5rem;
    line-height: 1.26;
    left: 20rem;
    top: 28rem;
    letter-spacing: 0.2em;
    z-index: 1;
    font-weight: 500;
}h2#top_company_h2 span {
    display: block;
    padding-left: 6rem;
}h2#top_company_h2 small {
    position: absolute;
    color: rgb(0 0 0 / 5%);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10rem;
    line-height: 0.9;
}ul.top_company_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}ul.top_company_ul li:first-child {
	position: relative;
    width: 30rem;
    height: 60rem;
    overflow: hidden;
}ul.top_company_ul li:last-child {
	position: relative;
    width: 24rem;
    height: 40rem;
}p.top_company_space_p {
	position: absolute;
    left: 28rem;
    text-align: left;
    font-size: 1.4rem;
    font-weight: bold;
    top: 44rem;
    z-index: 1;
}span.top_company_space_p_span {
    display: block;
    padding-left: 2rem;
}#marquee {
	left:4rem;
    width: 90rem;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    position: absolute;
    margin-left: 0.8rem;
}#marquee p {
    font-size: 12rem;
    color: rgb(0 0 0 / 4%);
    display: inline-block;
    margin: 0;
    padding: 0;
    animation: marquee 0.1s linear infinite;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}@keyframes marquee {
      0% { transform: translateX(0%); }
      100% { transform: translateX(-100%); }
}
.image-container-left {
	background-image:url(../img/sample_left.jpg);
	background-size: cover!important;
	background-position:center!important;
    object-fit: cover;
    width: 100%;
    height: 60rem;
}.image-container-right {
	background-image:url(../img/sample_right.jpg);
	background-size: cover!important;
	background-position:center!important;
    object-fit: cover;
    width: 100%;
    height: 40rem;
}



section#top_service {
    background: #0588cd;
    padding: 6rem 6rem 8rem;
    width: 100%;
    position: relative;
    overflow: hidden;
}h2#service_h2 {
    font-weight: 500;
    color: #fff;
    width: 24rem;
    font-size: 3.6rem;
    font-family: 'Roboto', sans-serif;
	margin: 0 4rem 0rem;
}p.h2_p {
    margin: 0rem 4rem 4rem;
    color: #fff;
    font-weight: 500;
    position: relative;
}ul.top_service_ul {
	background: #fff;
    padding: 2rem 2rem 4rem;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    justify-content: space-between;
    flex-wrap: wrap;
}ul.top_service_ul li {
    padding: 2rem 1rem 2rem;
    position: relative;
    height: 27rem;
    width: 27rem;
}.top_service_img {
    width: 100%;
    height: 16rem;
    overflow: hidden;
}h3.top_service_h3 {
    margin: 1rem 0;
    font-weight: 500;
    font-size: 1.25rem;
}.top_service_img img {
    width: 100%;
    height: 16rem;
    object-fit: cover;
}ul.top_service_ul li:before {
	content: "";
    height: 1px;
    background: #dedede;
    position: absolute;
    bottom: 0;
    width: 10rem;
}ul.top_service_ul li:after {
	content: "";
    height: 1px;
    background: #79b728;
    position: absolute;
    bottom: 0;
    width: 2rem;
}a.top_service_view {
    font-size: 1.1rem;
    bottom: 0.5rem;
    position: absolute;
    text-decoration: none;
    font-weight: 500;
}a.top_service_view:after {
    content: "\002192";
    position: absolute;
    right: -2rem;
    bottom: 0;
    width: 1rem;
    font-size: 0.8rem;
    color: #79b728;
}a.list {
	font-size: 1rem;
    position: absolute;
    right: -2rem;
    color: #fff;
    font-weight: 500;
}



section#top_casestudy {
    padding: 8rem 0;
    background: #fff;
}h2#casestudy_h2 {
    font-weight: 500;
    color: #0588cd;
    width: 24rem;
    font-size: 3.6rem;
    font-family: 'Roboto', sans-serif;
    margin: 0 8rem 2rem;
}ul.top_casestudy_ul {
    padding: 2rem 6rem 4rem;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
}ul.top_casestudy_ul li {
	border-bottom: solid 1px #f1f1f1;
	padding: 3rem 2rem 2rem;
    position: relative;
    height: 30rem;
    background: #fff;
    width: 29rem;
}ul.top_casestudy_ul li:nth-child(2) {
	padding: 3rem 2rem 2rem;
    flex-grow: 1;
    flex-basis: 0;
    position: relative;
    height: 30rem;
    background: #fff;
    border-top: none;
    border-left: solid 1px #f1f1f1;
    border-right: solid 1px #f1f1f1;
    border-bottom: solid 1px #f1f1f1;
}ul.top_casestudy_ul li:nth-child(5) {
	padding: 3rem 2rem 2rem;
    flex-grow: 1;
    flex-basis: 0;
    position: relative;
    height: 30rem;
    background: #fff;
    border-top: none;
    border-left: solid 1px #f1f1f1;
    border-right: solid 1px #f1f1f1;
    border-bottom: solid 0px #f1f1f1;
}ul.top_casestudy_ul li:nth-child(4) {
    border-bottom: solid 0px #f1f1f1;
}ul.top_casestudy_ul li:nth-child(6) {
    border-bottom: solid 0px #f1f1f1;
}.top_casestudy_img {
    width: 100%;
    height: 16rem;
    overflow: hidden;
}.top_casestudy_img img {
    object-fit: cover;
    width: 100%;
    height: 16rem;
}p.h2_p.--casestudy {
    color: #0588cd;
    margin-left: 8rem;
    margin-bottom: 2rem;
}a.top_service_view.--case_arrow {
    bottom: 2rem;
}a.list.--case {
    font-size: 1rem;
    position: absolute;
    right: 4rem;
    color: #0588cd;
    font-weight: 500;
}




section#top_contact {
    background: #f9f9f9;
    padding: 8rem 8rem;
}ul.top_contact_ul {
    background: #373737;
    padding: 4rem;
    position: relative;
}ul.top_contact_ul li {
    position: relative;
}

h2#top_contact_h2 {
    font-weight: 500;
    color: #ffffff;
    width: 24rem;
    font-size: 3.6rem;
    font-family: 'Roboto', sans-serif;
}p.top_contact_p {
    color: #ffffff;
    font-weight: 500;
}span.contact_arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 0.9rem;
}span.contact_arrow:after {
    content: "\002192";
    margin-left: 1rem;
}

footer {
    background: #ffffff;
    padding: 12rem 8rem 10rem;
}ul#footer_ul {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}h4#footer_logo {
    letter-spacing: 0.05em;
    display: flex;
    justify-content: flex-start;
    text-align: center;
    align-items: baseline;
    font-weight: bold;
    font-size: 1.4rem;
    padding-left: 3rem;
}h4#footer_logo img {
    width: 2rem;
    margin-right: 1rem;
    position: absolute;
    top: 0.2rem;
    left: 0;
}h4#footer_logo small {
    font-size: 1rem;
    margin-left: 1rem;
}ul.footer_nav_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}ul.footer_nav_ul li {
    font-size: 1rem;
    margin: 0 1rem;
    font-weight: 500;
}span.footer_address {
    font-size: 0.9rem;
    margin: 1rem 3rem;
    display: block;
    color: #888;
}


.copy {
    margin: 1rem 8rem;
    display: block;
    color: #888;
    border-top: 1px solid #f1f1f1;
    padding: 2rem 0;
    font-size: 0.9rem;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.1em;
    position: relative;
}a#pagetop {
    position: absolute;
    right: 0;
    top: -4rem;
    padding: 1rem;
    background: #373737;
    color: #fff;
    text-decoration: none;
    width: 4rem;
    height: 4rem;
    text-align: center;
    font-size: 1.2rem;
    line-height: 2;
    cursor: pointer;
}



.black {
    color: #000!important;
    text-decoration: none;
}.black a {
    text-decoration: none;
    color: #000!important;
}
div#under_fv {
    background: #f9f9f9;
    padding: 14rem 8rem 6rem;
}ol {
    font-size: 0.9rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}ol li:first-child {
    margin-right:0.5rem;
    margin-left: 0;
}ol li {
    margin: 0 0.5rem;
}ol a {
    color: #636363;
    text-decoration: none;
}h1#under_fv_h1 {
    font-weight: 500;
    color: #0588cd;
    width: 83.3rem;
    font-size: 3.6rem;
    font-family: 'Roboto', sans-serif;
    margin: 4rem 0 0;
    line-height: 1.2;
}h1#under_fv_h1 small {
    display: block;
    font-size: 1rem;
    color: #000000;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.1em;
}


section#under_section {
    padding: 8rem 9rem;
    position: relative;
}.news_space {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 6rem;
}h2.news_h2 {
    font-weight: 500;
    width: 24rem;
    font-size: 3.6rem;
    font-family: 'Roboto', sans-serif;
}h1#article {
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 2rem;
}time.article_time {
    margin: 1rem 0 4rem;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    color: #999;
}

section#article_section {
	padding: 8rem 8rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}div#left {
    width: 63rem;
	margin-right: 3rem;
    padding-right: 3rem;
    min-height: 40rem;
    border-right: 1px solid #f1f1f1;
}div#right {
    width: 16rem;
    position: sticky;
    top: 10rem;
}h2.right_h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
}h2.right_h2:before {
    content: "\002192";
    font-size: 0.8rem;
    position: absolute;
    left: 0;
    top: 0.3rem;
}article {
    line-height: 1.8;
}article p {
    margin: 1rem 0;
}article h2 {
    margin: 4rem 0rem 3rem;
    padding: 0;
    position: relative;
    font-weight: bold;
    border-bottom: 1px solid #dedede;
    padding-bottom: 1rem;
    font-size: 2rem;
}article h2:after {
    content: "";
    width: 3rem;
    height: 1px;
    position: absolute;
    background: #0588cd;
    left: 0;
    bottom: -1px;
}article h3 {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 4rem 0 3rem;
    background: #f9f9f9;
    padding: 0.5rem 1rem;
}article h4 {
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 4rem 0 3rem;
    padding: 0.5rem 1.5rem;
}article h4:after {
    content: "";
    width: 0.8rem;
    height: 1px;
    position: absolute;
    background: #000;
    left: 0;
    top: 1.8rem;
}h3.right_h3 {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.3;
}ul.right_ul li {
    margin-bottom: 1rem;
}time.right_time {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #999;
    font-weight: 500;
}ul.right_ul {
    margin-bottom: 3rem;
}


h2#copmpany_h2 {
    font-weight: bold;
    margin: 4rem 8rem 6rem;
    color: #0588cd;
    font-size: 2.4rem;
}ul.top_message_ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 8rem 8rem 8rem;
}.top_message_tag {
	color: #0588cd;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}li.top_message_text {
	width: 50rem;
    font-size: 1.2rem;
    color: #000;
    font-weight: 500;
    line-height: 2;
    margin-right: 3rem;
}li.top_message_img {
    width: 22rem;
    position: sticky;
    top: 10rem;
    margin-left: 2rem;
}




section#company_pf {
    padding: 8rem 9rem;
}h2#company_pf_h2 {
    font-weight: 500;
    color: #0588cd;
    width: 83.3rem;
    font-size: 3.6rem;
    font-family: 'Roboto', sans-serif;
    margin: 4rem 0 0;
    line-height: 1.2;
}

table.company_pf {
    border-collapse: collapse;
    margin: 6rem 0 10rem;
    width: 81rem;
    text-align: left;
}table.company_pf tr {
    border-bottom: solid 1px #b9e7ff;
}table.company_pf th {
    padding: 2rem;
    letter-spacing: 0.1em;
}td {
	letter-spacing: 0.1em;
    padding: 2rem;
}


div#casestudy_detail_space {
    padding: 10rem 12rem;
}h1#casestudy_detail_h1 {
    font-weight: bold;
    font-size: 2.4rem;
}div#casestudy_detail_space_top_img {
    margin: 4rem 0;
}a.case_link {
    position: relative;
    margin-bottom: 4rem;
    display: table;
}


ul.contanct_ul {
    margin: 2rem 0 2rem;
}ul.contanct_ul li {
    padding-left: 1.5rem;
    position: relative;
}ul.contanct_ul li:before {
    content: "\0030fb";
    left:0rem;
    position: absolute;
}h4.contact_h4 {
    font-weight: bold;
    margin: 4rem 0;
}ul#contact_ul li {
    position: relative;
    padding: 1rem 0;
}span.contact_ul_span {
    display: block;
}sup {
    color: #ff0000;
    padding-left: 0.5rem;
}input.text {
    display: block;
    padding: 1rem;
    width: 40rem;
    border: solid 1px #000;
}textarea.textarea {
    display: block;
    padding: 1rem;
    width: 82rem;
    border: solid 1px #000;
    height: 20rem;
}input[type="submit"] {
    border: solid 1px #00000082;
    padding: 1rem 4rem;
    cursor: pointer;
    background: #000;
    color: #fff;
    margin-top: 1rem;
    display: block;
}




ul#service_ul li {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 6rem;
    /* margin-bottom: 6rem; */
    padding-top: 6rem;
}ul#service_ul li:last-child {
    border-bottom: 0px solid #f1f1f1;
    padding-bottom: 6rem;
    /* margin-bottom: 6rem; */
    padding-top: 6rem;
}.service_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}.service_ul_h2 {
    font-weight: bold;
    margin-bottom: 2rem;
}.service_ul_img img {
    border-radius: 2rem;
}.service_ul_img {
    width: 50rem;
    margin-right: 4rem;
}p.service_p {
	width: 36rem;
    line-height: 1.8;
}p.service_p b {
    display: block;
    font-size: 1.1rem;
    margin: 1rem 0;
}span.service_number {
    display: block;
    margin-top: 2rem;
    color: #0588cd;
    font-weight: bold;
    font-size: 1.1rem;
}span.service_num {
    font-family: 'Roboto', sans-serif;
    margin-right: 1rem;
}





}






@media screen and (max-width: 969px){


br.sp_br {
    display: none;
}

.openbtn{
	position: fixed;
    z-index: 9999;
    top: 2rem;
    right: 1.3rem;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
}.openbtn span{
	display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0.5rem;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
	width: 2rem;
}.openbtn span:nth-of-type(1) {
	top: 0.8rem;
}.openbtn span:nth-of-type(2) {
	top: 1.2rem;
}.openbtn span:nth-of-type(3) {
    top: 1.65rem;
}.openbtn.active span:nth-of-type(1) {
    top: 1rem;
    left: 1rem;
    transform: translateY(0.4rem) rotate(-45deg);
    width: 1.8rem;
}.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}.openbtn.active span:nth-of-type(3){
    top: 1.7rem;
    left: 1rem;
    transform: translateY(-0.3rem) rotate(45deg);
    width: 1.8rem;
}.openbtn.--black span {
    background: #000;
}



:root {
  font-size: 3.24vw;
}.scroll {
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    background: rgb(5 136 205 / 55%);
}.header_none {
    background: none;
}

body {
    color: #212121;
    background: #fff;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
}.scroll {
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    background: rgb(18 126 183 / 31%);
}.header_none {
    background: none!important;
}


header#header {
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
	width: 100%;
	padding: 2rem 1rem;
    position: fixed;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}h1#header_logo {
	letter-spacing: 0.05em;
    display: flex;
    justify-content: flex-start;
    text-align: center;
    align-items: flex-start;
    font-weight: bold;
    font-size: 1.4rem;
    color: #fff;
    padding-left: 3rem;
    z-index: 9999;
}h1#header_logo img {
    width: 2rem;
    margin-right: 1rem;
    display: inline-block;
    position: absolute;
    left: 1.2rem;
    top: 2.2rem;
}h1#header_logo small {
    font-size: 0.9rem;
    margin-left: 1rem;
}a.white_link {
    color: #fff;
    text-decoration: none;
}nav#header_nav {
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
	background: rgb(42 116 161 / 88%);
    z-index: 100;
    display: none;
}.panelactive {
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
    display: block!important;
}

#mv {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #000;
}#slide {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #000;
}#slide img {
	opacity:0.8;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    object-fit: cover;
}


ul#header_nav_ul {
    padding: 7rem 2rem;
    z-index: 9999;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
}ul#header_nav_ul li {
    padding: 1rem;
    letter-spacing: 0.1em;
    font-weight: 500;
}h2.slide_h2 {
	position: absolute;
    z-index: 99;
    left: 2rem;
    top: 50vh;
    font-size: 3.2rem;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.3;
}h2.slide_h2 small {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 1rem;
    line-height: 1.6;
    width: 24rem;
}h2.slide_h2 small br {
    display: none;
}ul#header_nav_ul li a {
    color: #fff!important;
    text-decoration: none;
    display: block;
}.--white a {
    color: #fff!important;
}.openbtn.--black.active span {
    background: #fff!important;
}



.scrolldown {
	z-index: 2;
    position: absolute;
    right: 0em;
    top: 82vh;
    height: 10vh;
}.scrolldown span {
    position: absolute;
    right: 1rem;
    top: -9vh;
    color: #eee;
    font-size: 0.9rem;
    writing-mode: vertical-rl;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 0.2em;
    font-weight: bold;
}.scrolldown::after{
	content: "";
    position: absolute;
    top: 18vh;
    width: 1px;
    height: 5vh;
    background: #fff;
    animation: pathmove 1.6s ease-in-out infinite;
    opacity: 0;
    right: 1.6rem;
}

@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:60px;
    opacity: 1;
  }
  100%{
    height:0;
    top:150px;
    opacity: 0;
  }
}


.title {
	font-family: 'Kosugi', sans-serif;
    display: flex;
    overflow: hidden;
    color: #fff;
    width: 100vw;
    margin: 0vh auto;
    position: absolute;
    left: 4rem;
    top: 45%;
    font-size: 2rem;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.title span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.title.-visible span {
  transform: translate(0, 0);
}

.title span:nth-child(2) {
  transition-delay: 0.06s;
}
.title span:nth-child(3) {
  transition-delay: 0.12s;
}
.title span:nth-child(4) {
  transition-delay: 0.18s;
}



section#news_section {
    padding: 6rem 2rem;
    position: relative;
}h2#news_h2 {
    font-weight: 500;
    color: #0588cd;
    width: 24rem;
    font-size: 3.6rem;
    font-family: 'Roboto', sans-serif;
}ul.news_ul {
}ul.news_ul li {
	font-size: 1rem;
    position: relative;
    padding: 2rem 0;
    border-bottom: 1px solid #dedede;
}time.news_time {
	color: #999;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    display: block;
    margin-bottom: 0.5rem;
}p.news_p {
    font-weight: 500;
    letter-spacing: 0.1em;
    display: block;
    padding-right: 3rem;
}p.news_p a {
    text-decoration: none;
}ul.news_ul li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 2rem;
    background: #0588cd;
}ul.news_ul li:after {
	content: "\002192";
    position: absolute;
    right: 0;
    bottom: 2.2rem;
    width: 1rem;
    font-size: 0.8rem;
    color: #0588cd;
}


section#top_company {
	width: 100%;
    height: 66rem;
    overflow: hidden;
    padding: 10rem 4rem;
    text-align: center;
    position: relative;
    margin: 4rem 0;
}h2#top_company_h2 {
    text-align: left;
    position: absolute;
    font-size: 2.6rem;
    line-height: 1.26;
    left: 3rem;
    top: 16rem;
    letter-spacing: 0.2em;
    z-index: 1;
    font-weight: 500;
}h2#top_company_h2 span {
    display: block;
    padding-left: 5rem;
}h2#top_company_h2 small {
    position: absolute;
    color: rgb(0 0 0 / 5%);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10rem;
    line-height: 0.9;
}ul.top_company_ul {
    position: relative;
}ul.top_company_ul li:first-child {
    position: relative;
    width: 16rem;
    height: 28rem;
    overflow: hidden;
}ul.top_company_ul li:last-child {
	position: absolute;
    width: 11rem;
    height: 18rem;
    top: 15rem;
    right: 0;
}p.top_company_space_p {
	position: absolute;
    left: 4rem;
    text-align: left;
    font-size: 1.1rem;
    font-weight: bold;
    top: 24rem;
    z-index: 1;
    width: 24rem;
}p.top_company_space_p br {
    display: none;
}#marquee {
	left: 4rem;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    position: absolute;
    margin-left: 0.8rem;
    width: 25rem;
}#marquee p {
	font-size: 6rem;
    color: rgb(0 0 0 / 4%);
    display: inline-block;
    margin: 0;
    padding: 0;
    animation: marquee 0.1s linear infinite;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}@keyframes marquee {
      0% { transform: translateX(0%); }
      100% { transform: translateX(-100%); }
}
.image-container-left {
	background-image:url(../img/sample_left.jpg);
	background-size: cover!important;
	background-position:center!important;
    object-fit: cover;
    width: 100%;
    height: 60rem;
}.image-container-right {
	background-image:url(../img/sample_right.jpg);
	background-size: cover!important;
	background-position:center!important;
    object-fit: cover;
    width: 100%;
    height: 40rem;
}



section#top_service {
	background: #0588cd;
    padding: 3rem 1rem 1rem;
    width: 100%;
    position: relative;
    overflow: hidden;
}h2#service_h2 {
	font-weight: 500;
    color: #fff;
    width: 24rem;
    font-size: 3.6rem;
    font-family: 'Roboto', sans-serif;
    margin: 0 1rem 0rem
}p.h2_p {
	margin: 0rem 1rem 5rem;
    color: #fff;
    font-weight: 500;
    position: relative;
}ul.top_service_ul {
    background: #fff;
    padding: 0rem 0rem 2rem;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}ul.top_service_ul li {
	padding: 2rem 2rem 2rem;
    flex-grow: 1;
    flex-basis: 0;
    position: relative;
    height: 24rem;
}.top_service_img {
    width: 100%;
    height: 16rem;
    overflow: hidden;
}h3.top_service_h3 {
    margin: 1rem 0;
    font-weight: 500;
    font-size: 1.1rem;
}ul.top_service_ul li:before {
	content: "";
    height: 1px;
    background: #dedede;
    position: absolute;
    bottom: 0;
    width: 10rem;
}ul.top_service_ul li:after {
	content: "";
    height: 1px;
    background: #79b728;
    position: absolute;
    bottom: 0;
    width: 2rem;
}a.top_service_view {
	text-decoration:none;
	font-size: 1rem;
    bottom: 0.5rem;
    position: absolute;
}a.top_service_view:after {
    content: "\002192";
    position: absolute;
    right: -2rem;
    bottom: 0;
    width: 1rem;
    font-size: 0.8rem;
    color: #79b728;
}a.list {
    font-size: 1rem;
    position: absolute;
    right: -1rem;
    bottom: -3rem;
    color: #fff;
    font-weight: 500;
}



section#top_casestudy {
    padding: 4rem 0;
    background: #fff;
}h2#casestudy_h2 {
    font-weight: 500;
    color: #0588cd;
    font-size: 3.6rem;
    font-family: 'Roboto', sans-serif;
    margin: 0 0rem 2rem;
    text-align: center;
}ul.top_casestudy_ul {
    padding: 2rem 0rem 2rem;
    position: relative;
    z-index: 2;
}ul.top_casestudy_ul li {
	border-bottom: solid 1px #f1f1f1;
	padding: 2rem 2rem 2rem;
    position: relative;
    height: 28rem;
    background: #fff;
}ul.top_casestudy_ul li:nth-child(2) {
	padding: 3rem 2rem 2rem;
    flex-grow: 1;
    flex-basis: 0;
    position: relative;
    height: 28rem;
    background: #fff;
    border-top: none;
    border-left: solid 1px #f1f1f1;
    border-right: solid 1px #f1f1f1;
    border-bottom: solid 1px #f1f1f1;
}ul.top_casestudy_ul li:nth-child(5) {
	padding: 3rem 2rem 2rem;
    flex-grow: 1;
    flex-basis: 0;
    position: relative;
    height: 30rem;
    background: #fff;
    border-top: none;
    border-left: solid 1px #f1f1f1;
    border-right: solid 1px #f1f1f1;
    border-bottom: solid 0px #f1f1f1;
}ul.top_casestudy_ul li:nth-child(4) {
    border-bottom: solid 0px #f1f1f1;
}ul.top_casestudy_ul li:nth-child(6) {
    border-bottom: solid 0px #f1f1f1;
}.top_casestudy_img {
    width: 100%;
    height: 16rem;
    overflow: hidden;
}.top_casestudy_img img {
    object-fit: cover;
    width: 100%;
    height: 16rem;
}p.h2_p.--casestudy {
    color: #0588cd;
    margin: 0 2rem 2rem;
}a.top_service_view.--case_arrow {
    bottom: 2rem;
}a.list.--case {
    font-size: 1rem;
    position: absolute;
    color: #0588cd;
    font-weight: 500;
}




section#top_contact {
    background: #f9f9f9;
    padding: 2rem 2rem;
}ul.top_contact_ul {
    background: #373737;
    padding: 2rem 2rem 4rem;
    position: relative;
}ul.top_contact_ul li {
    position: relative;
}

h2#top_contact_h2 {
    font-weight: 500;
    color: #ffffff;
    width: 24rem;
    font-size: 3.6rem;
    font-family: 'Roboto', sans-serif;
}p.top_contact_p {
    color: #ffffff;
    font-weight: 500;
}span.contact_arrow {
    position: absolute;
    right: 0;
    bottom: -2.5rem;
    color: #fff;
    font-size: 0.9rem;
}span.contact_arrow:after {
    content: "\002192";
    margin-left: 1rem;
}

footer {
    background: #ffffff;
    padding: 4rem 2rem 6rem;
}ul#footer_ul {
    position: relative;
}h4#footer_logo {
	letter-spacing: 0.05em;
    display: flex;
    justify-content: flex-start;
    text-align: center;
    align-items: baseline;
    font-weight: bold;
    font-size: 1.4rem;
    padding-left: 5.5rem
}h4#footer_logo img {
    width: 2rem;
    margin-right: 0rem;
    position: absolute;
    top: 0.2rem;
    left: 2.6rem;
}h4#footer_logo small {
    font-size: 0.9rem;
    margin-left: 1rem;
}ul.footer_nav_ul {
}ul.footer_nav_ul li {
	font-size: 0.9rem;
    margin: 1rem;
    font-weight: 500;
    text-align: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e9e9e9;
}span.footer_address {
	font-size: 0.8rem;
    margin: 1rem 0rem 2rem;
    display: block;
    color: #888;
    text-align: center;
}ul.footer_nav_ul li a {
    text-decoration: none;
    display: block;
}


.copy {
    display: block;
    color: #888;
    padding: 1.1rem 0;
    font-size: 0.9rem;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.1em;
    position: relative;
    text-align: center;
}a#pagetop {
    position: absolute;
    right: 0rem;
    bottom: 0;
    padding: 1rem;
    background: #373737;
    color: #fff;
    text-decoration: none;
    width: 4rem;
    height: 4rem;
    text-align: center;
    font-size: 1.2rem;
    line-height: 2;
    cursor: pointer;
}



.black {
    color: #000!important;
    text-decoration: none;
}.black a {
    text-decoration: none;
    color: #000!important;
}
div#under_fv {
    background: #f9f9f9;
    padding: 8rem 2rem 6rem;
}ol {
    font-size: 0.9rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}ol li:first-child {
    margin-right:0.5rem;
    margin-left: 0;
}ol li {
    margin: 0 0.5rem;
}ol a {
    color: #636363;
    text-decoration: none;
}h1#under_fv_h1 {
    font-weight: 500;
    color: #0588cd;
    font-size: 3.6rem;
    font-family: 'Roboto', sans-serif;
    margin: 4rem 0 0;
    line-height: 1.2;
}h1#under_fv_h1 small {
    display: block;
    font-size: 1rem;
    color: #000000;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.1em;
}


section#under_section {
    padding: 2rem 2rem;
    position: relative;
}div#top_company_space {
    padding: 6rem 0;
    margin: 0 -2rem;
}.news_space {
    margin-bottom: 6rem;
}h2.news_h2 {
    font-weight: 500;
    width: 24rem;
    font-size: 3.6rem;
    font-family: 'Roboto', sans-serif;
}h1#article {
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 2rem;
}time.article_time {
    margin: 1rem 0 4rem;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    color: #999;
}

section#article_section {
    padding: 2rem 2rem;
}div#left {
    min-height: 40rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #f1f1f1;
}div#right {
}h2.right_h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
}h2.right_h2:before {
    content: "\002192";
    font-size: 0.8rem;
    position: absolute;
    left: 0;
    top: 0.3rem;
}article {
    line-height: 1.8;
}article p {
    margin: 1rem 0;
}article h2 {
    margin: 4rem 0rem 3rem;
    padding: 0;
    position: relative;
    font-weight: bold;
    border-bottom: 1px solid #dedede;
    padding-bottom: 1rem;
    font-size: 2rem;
}article h2:after {
    content: "";
    width: 3rem;
    height: 1px;
    position: absolute;
    background: #0588cd;
    left: 0;
    bottom: -1px;
}article h3 {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 4rem 0 3rem;
    background: #f9f9f9;
    padding: 0.5rem 1rem;
}article h4 {
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 4rem 0 3rem;
    padding: 0.5rem 1.5rem;
}article h4:after {
    content: "";
    width: 0.8rem;
    height: 1px;
    position: absolute;
    background: #000;
    left: 0;
    top: 1.8rem;
}h3.right_h3 {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.3;
}ul.right_ul li {
    margin-bottom: 1rem;
}time.right_time {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #999;
    font-weight: 500;
}ul.right_ul {
    margin-bottom: 3rem;
}


h2#copmpany_h2 {
	font-weight: bold;
    margin: 6rem 2rem 2rem;
    color: #0588cd;
    font-size: 1.8rem;
}ul.top_message_ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 8rem 0rem 8rem;
}.top_message_tag {
	color: #0588cd;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}li.top_message_text {
	width: 60rem;
    position: sticky;
    top: 10rem;
    margin-right: 1rem;
}li.top_message_img {
	width: 50rem;
    position: sticky;
    top: 10rem;
    margin-right: 2rem;
}




section#company_pf {
    padding: 2rem;
}h2#company_pf_h2 {
	font-weight: 500;
    color: #0588cd;
    font-size: 3.5rem;
    font-family: 'Roboto', sans-serif;
    margin: 4rem 0 0;
    line-height: 1.2;
}

table.company_pf {
    border-collapse: collapse;
    margin: 4rem 0 10rem;
    text-align: left;
}table.company_pf tr {
    border-bottom: solid 1px #b9e7ff;
    margin-top: 2rem;
    display: block;
}table.company_pf th {
    padding: 0rem;
    letter-spacing: 0.1em;
    display: block;
}td {
    letter-spacing: 0.1em;
    padding: 1rem 0 2rem;
    display: block;
}


div#casestudy_detail_space {
    padding: 2rem 2rem;
}h1#casestudy_detail_h1 {
    font-weight: bold;
    font-size: 2.4rem;
}div#casestudy_detail_space_top_img {
    margin: 4rem 0;
}a.case_link {
    position: relative;
    margin-bottom: 4rem;
    display: table;
}


ul.contanct_ul {
    margin: 2rem 0 2rem;
}ul.contanct_ul li {
    padding-left: 1.5rem;
    position: relative;
    font-size: 1rem;
    margin-bottom: 1rem;
}ul.contanct_ul li:before {
    content: "\0030fb";
    left:0rem;
    position: absolute;
}h4.contact_h4 {
    font-weight: bold;
    margin: 4rem 0;
}ul#contact_ul li {
    position: relative;
    padding: 1rem 0;
}span.contact_ul_span {
    display: block;
}sup {
    color: #ff0000;
    padding-left: 0.5rem;
}input.text {
    display: block;
    padding: 1rem;
    width: 20rem;
    border: solid 1px #000;
}textarea.textarea {
    display: block;
    padding: 1rem;
    width: 26rem;
    border: solid 1px #000;
    height: 20rem;
}input[type="submit"] {
    border: solid 1px #00000082;
    padding: 1rem 4rem;
    cursor: pointer;
    background: #000;
    color: #fff;
    margin-top: 1rem;
    display: block;
}span.contact_ul_span {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}





ul#service_ul li {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 6rem;
    /* margin-bottom: 6rem; */
    padding-top: 6rem;
}ul#service_ul li:last-child {
    border-bottom: 0px solid #f1f1f1;
    padding-bottom: 6rem;
    /* margin-bottom: 6rem; */
    padding-top: 6rem;
}.service_flex {
    align-items: center;
}.service_ul_h2 {
    font-weight: bold;
    margin-bottom: 2rem;
}.service_ul_img img {
    border-radius: 2rem;
}.service_ul_img {
    margin-bottom: 2rem;
}p.service_p {
    font-size: 1.1rem;
    line-height: 1.8;
}p.service_p b {
    display: block;
    font-size: 1.1rem;
    margin: 1rem 0;
}span.service_number {
    display: block;
    margin-top: 2rem;
    color: #0588cd;
    font-weight: bold;
    font-size: 1.1rem;
}span.service_num {
    font-family: 'Roboto', sans-serif;
    margin-right: 1rem;
}





}