@charset "UTF-8";
/* Reset CSS
---------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, small, dl, dt, dd, ol, ul, li, footer, header, section, footer, header, nav {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1.6;
    position: relative;
    overflow-y: scroll;
    max-width: 100%;
    min-height: 100vh;
}
ol, ul {
	list-style: none;
}
img {
	vertical-align: bottom;
    height: auto;
    max-width: 100%;
}
a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
.spOnly {
    display: none;
}
/* clearfix
---------------------------------------------------*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height:0;
}
.clearfix { /zoom: 1; } /* IE */
/*================================================
fonts
*/
body {
    color: #333;
/*    font-family: century-gothic, "Century Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
    font-family:'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-weight: 500;
}
/*================================================
ALL
*/
h1 {
    position: absolute;
    top: 180px;
    margin-left: 2%;
    z-index: 20;
    width: 780px;
}
h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 80px;
/*    color: #C30D23;*/
    color: #153566;
    margin-top: 50px;
}
h3 {
    font-size: 34px;
    line-height: 1.2;
}
h4 {
    font-size: 26px;
/*    color: #C30D23;*/
    color: #153566;
    text-align: left;
    padding-left: 5%;
}
.w1072 {
    max-width: 86.54%;
    margin: 0 auto;
}
.bg02 {
    background-image: url(../images/bg05.svg);
    background-position: top;
    background-size: cover;
}
.bg01 {
    background-image: url(../images/bg06.svg);
    background-position: top;
    background-size: cover;
}
/*================================================
nav
*/
.navArea {
    position: fixed;
    width: 100%;
    z-index: 100;
}
.navArea_inner {
    display: flex;
    justify-content: space-between;
    min-height: 110px;
    align-items: center;
}
.top_logo {
    width: 170px;
    display: inline-block;
    margin-left: 30px;
}
#nav-toggle {
    display: inline-block;
    height: 32px;
    cursor: pointer;
}
#nav-toggle div {
    position: relative;
    width: 36px;
}
#nav-toggle span {
    width: 100%;
    height: 3px;
    left: 0;
    display: block;
/*    background: #C30D23;*/
    background: #153566;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
} 
span:nth-child(1) {
    top: 0;
}
span:nth-child(2) {
    top: 14px;
}
span:nth-child(3) {
    top: 28px;
}
span:hover span:nth-child(1) {
    top: 4px;
}
span:hover span:nth-child(3) {
    top: 23px;
}
.open #nav-toggle span {
    background: #fff;
}
.open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
    z-index: 1000;
}
#container {
    z-index: 900;
}
#gloval-nav {
/*    background: linear-gradient(rgba(195,13,35,0.8),rgba(216,32,32,0.8),rgba(192,80,77,0.8));*/
    background: linear-gradient(rgba(138,154,179,0.8),rgba(171,143,190,0.8));
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    transition: opacity .3s ease, visibility .3s ease;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
#gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    transition: color .6s ease;
}
#gloval-nav a:hover {
/*    color: #BF0505;*/
    color: #2b6bcc;
}
#gloval-nav  ul {
    list-style: none;
}
#gloval-nav  ul li {
    opacity: 0;
    transform: translateX(200px);
    transition:  transform .6s ease, opacity .2s ease;
}
#gloval-nav  ul li:nth-child(2) {
    transition-delay: .1s;
}
#gloval-nav  ul li:nth-child(3) {
    transition-delay: .1s;
}
#gloval-nav  ul li:nth-child(4) {
    transition-delay: .22s;
}
#gloval-nav  ul li:nth-child(5) {
    transition-delay: .3s;
}
#gloval-nav  ul li:nth-child(6) {
    transition-delay: .32s;
}
#gloval-nav  ul li:nth-child(7) {
    transition-delay: .4s;
} 
/* open */
.open {
    overflow: hidden;
}
.open #gloval-nav {
    visibility: visible;
    opacity: 1;
}
.open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition:  transform 1s ease, opacity .9s ease;
}
/*================================================
top
*/
header{
    position: relative;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
}
.layer01 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    min-height: 600px;
}
.layer02 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    min-height: 600px;
}
.layer03 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    min-height: 600px;
}
video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
p.top-message {
    width: 83%;
    font-size: 150%;
    line-height: 2;
    padding-top: 40px;
    font-weight: bold;
}

/*================================================
service
*/
#service {
    text-align: center;
}
#service .service-image {
    position: relative;
    margin: 30px auto;
}
#service img {
    width: 856px;    
}
#service p.service-img {
    font-size: 48px;
    font-weight: bold;
/*    color: #C30D23;*/
    color: #153566;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-55%) translateX(-50%);
    width: 100%;
    font-family: 'Raleway', sans-serif;
}
/*================================================
creative
*/
#creative {
    background: url(../images/creative-img.png) no-repeat;
    background-position: left bottom;
    background-size: 60%;
    padding-bottom: 35px;
    max-width: 1240px;
    margin: 0 auto;
}
p.creative-text {
    margin: 30px 0;
}
dl.creative_item {
    width: 400px;
    margin: 40px 0;
}
dt.creative_item_ttl {
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
/*    color: #C30D23;*/
    color: #153566;
    font-weight: 700;
}
dl.service_web {
    margin-left: 37.3%;
}
dl.service_gd {
    margin-left: 50%;
}
dl.service_movie {
    margin-left: 62.5%;
}

/*================================================
system
*/
#system {
    text-align: right;
}
p.system-text {
    margin: 30px 0;
}
#system ul.system_flow {
    display: flex;
    justify-content: center;
    margin: 60px auto;
    width: 85%;
}
#system ul.system_flow li.system_flow_item {
    margin: 0 2%;
}
#system .system_works {
    width: 750px;
    float: right;
    margin: 40px 0;
/*    color: #C30D23;*/
    color: #153566;
    box-shadow: 10px 24px 14px -5px rgba(21,53,102,0.25);
}
#system ul.system_tab_ttl {
    display: flex;
}
#system ul.system_tab_ttl li {
    text-align: center;
    width: 23%;
    padding: 10px;
    font-weight: bold;
/*    background-color: #EFCBCB;
    border-right: 1px solid #C30D23;
    border-top: 1px solid #C30D23;*/
    background: #c4ccd9;
    border-right: 1px solid #ccc;
}
/*#system ul.system_tab_ttl li:first-of-type {
    border-left: 1px solid #C30D23;   
}*/
#system ul.system_tab_ttl li.active {
/*    background-color: #FFF;*/
    background: #eceff3;
}
#system ul.system_tab_ttl li a{
/*    color: #D96A76;*/
    color: #8a9ab2;
}
#system ul.system_tab_ttl li a:hover,
#system ul.system_tab_ttl li.active a {
/*    color: #C30D23;*/
    color: #153566;
}
#system .system_works_contents {
    text-align: left;
    /*background-color: #FFF;
    border-right: 1px solid #C30D23;
    border-left: 1px solid #C30D23;
    border-bottom: 1px solid #C30D23;*/
    background: #eceff3;
    padding: 20px 20px 40px;
    min-height: 100px;
}
.system_item.show {
    display: block;
}
.system_item{
    display: none;
}
/*================================================
strategy
*/
#strategy .strategy-image {
    text-align: center;
    margin: 60px auto;
}
#strategy img {
    width: 666px;
}
#strategy .strategyContents {
    display: flex;
    justify-content: space-around;
}
#strategy dl.strategy_item {
    width: 40%;
}
#strategy dt.strategy_item_ttl {
    font-size: 26px;
    font-weight: bold;
/*    color: #C30D23;*/
    color: #153566;
}
/*================================================
company
*/
#company {
    text-align: center;
}
#company table {
    margin: 40px auto;
    width: 800px;
    font-size: 90%;
}
#company .t_list {
    padding: 15px 0;
    width: 25%;
    border-bottom: 1px solid #ccc;
    line-height: 1.8;
}
#company .list {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    text-align: left;
}
/*================================================
footer
*/
footer {
    padding: 30px 0;
    background: url(../images/footerBg.png) right bottom no-repeat;
    background-size: cover;
/*    margin-top: 100px;*/
}
.pmarkArea {
    display: flex;
    align-items: flex-end;
}
.pmarkArea img {
    margin-right: 1em;
    width: 75px;
}
.ftContents_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.link_btn {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.recruit_btn {
    background-color: #fff;
    /*    color: #C30D23;*/
    color: #153566;
/*    border: 2px solid #C30D23;*/
    border: 2px solid #153566;
    width: 288px;
    padding: 10px 0;
    border-radius: 7px;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    display: inline-block;
    margin: 10px;
    text-align: center;
}
.contact_btn{
/*    background-color: #C30D23;*/
    background: #153566;
    color: #fff;
    width: 288px;
    padding: 10px 0;
    border-radius: 7px;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    display: inline-block;
    margin: 10px;
    text-align: center;
}
.company_btn {
    background-color: #fff;
    /*    color: #C30D23;*/
    color: #153566;
    width: 300px;
    padding: 20px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    display: inline-block;
    margin: 10px 10px;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0,0,0,.2);
/*    border: 2px solid #C30D23;*/
    border: 2px solid #153566;
}
p.privacy {
    font-size: 110%;
    text-align: center;
    margin-bottom: 15px;
}
p.privacy a {
    /*    color: #C30D23;*/
    color: #153566;
}
.totop {
    width: 86px;
    display: inline-block;
}
.ft-iso {
    display: flex;
}
.ft-iso img {
    width: 8em;
    object-fit: contain;
}
.copy {
    text-align: center;
/*    color: #5C0604;*/
    color: #153566;
}
/*================================================
privacy policy
*/
#privacy .navArea {
/*    background: linear-gradient(90deg,rgba(195,13,35,0.3),rgba(216,32,32,0.3),rgba(192,80,77,0.3));*/
    background: linear-gradient(90deg,rgba(138, 154,179,0.5),rgba(171, 143, 190, 0.5));
}
#policy hr {
  margin:0 0 40px;
}
#policy h2 {
    font-size: 40px;
    text-align: center;
    letter-spacing: 0.1em;
/*    color: #C30D23;*/
    color: #153566;
    padding-top: 136px;
    font-family: 'Raleway', sans-serif;
    margin-top: 0;
}
#policy h3 {
  font-size: 22px;
/*    color: #C30D23;*/
    color: #153566;
  padding-bottom: 40px;
}
#policy h3:first-of-type {
  padding-top: 10px;
}
#policy h4 {
  font-size: 16px;
  margin: 1.3em 0 0.8em;
  padding-left: 0;
}
#policy h4:first-of-type {
  margin: 0 0 0.8em;
}
#policy p {
  font-size: 14px;
  line-height: 1.5em;
}

#policy .indent {
  text-indent: 1em;
}
#policy .indent-1 {
  padding-left:1em;
  text-indent:-1em;
}
#policy .indent-2 {
  padding-left:1.5em;
  text-indent:-1.5em;
}
#policy .number {
  padding-top: 0.7em;
}
#policy .signature {
  padding-top: 2em;
  margin-bottom: 40px;
}
#policy .inner_box {
  display: inline-block;
  line-height: 1.6em;
  margin: 20px 0 40px;
}
#policy .inner_box:last-of-type {
  margin: 20px 0;
}
#policy table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  font-size: 14px;
  color: #333;
}
#policy th {
  background: #ddd;
  font-weight: normal;
}
#policy th,
#policy td {
  padding: 0.7em;
  border: 1px solid #333;
}
/*================================================
contact
*/
/* contact_form */
#contact h2 {
    font-size: 40px;
    text-align: center;
    letter-spacing: 0.1em;
/*    color: #C30D23;*/
    color: #153566;
    padding-top: 136px;
    font-family: 'Raleway', sans-serif;
    margin-top: 0;
}
#contact .navArea {
/*    background: linear-gradient(90deg,rgba(195,13,35,0.3),rgba(216,32,32,0.3),rgba(192,80,77,0.3));*/
    background: linear-gradient(90deg,rgba(138, 154,179,0.5),rgba(171, 143, 190, 0.5));
}
form#frm {
  margin: 0 auto;
  width: 55%;
}
p.section_first_text {
    text-align: center;
    margin: 40px auto;
}
.form_box {
  display: flex;
  justify-content: center;
}
.form_wrap {
  width: 100%;
}
table.form_row {
    width: 100%;
}
.form_row th {
  text-align: left;
  vertical-align: middle;
/*  width: 11em;*/
    width: 100%;
  font-weight: 600;
/*    color: #C30D23;*/
    color: #153566;
}
.form_row td {
  padding: 1.7em 0;
    width: 100%;
}
.form_row label {
  margin-right: 1.5em;
  vertical-align: text-bottom;
}
.form_row .agree_privacy label {
  vertical-align: middle;
}
label input {
  margin-right: 0.6em;
  width: 1.1em;
  height: 1.1em;
}
input {
  font-size: 1em;
  border: none;
/*  border-bottom: 1px solid #C30D23;*/
  border-bottom: 1px solid #153566;
  outline: none;
  vertical-align: top;
  padding: 0 0 3px 0.2em;
  width: 100%;
}
textarea {
  width: 100%;
  resize: vertical;
  outline: none;
  border-radius: 2px;
  box-sizing: border-box;
/*  border-color: #C30D23;*/
  border-color: #153566;
}
input:focus::placeholder {
  color: transparent;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus::-ms-input-placeholder {
  color: transparent;
}
input::placeholder {
	color: rgba(21,53,102,0.35);
}
input::-webkit-input-placeholder {
	color: rgba(21,53,102,0.35);
}
input::-moz-placeholder {
	color: rgba(21,53,102,0.35);
}
input:-ms-input-placeholder {
	color: rgba(21,53,102,0.35);
}
td.agree_privacy {
  padding: 1em 0 4em 0;
}
.agree_privacy a {
  border-bottom: 1px solid #153566;
  color: #666;
}
.submit {
  text-align: center;
}
.submit,
.button2 {
  margin-bottom: 4em;
}
.submit_button {
  display: inline-block;
  padding: 1em 4.5em;
  background: #fff;
/*  border: 1px solid #C30D23;*/
  border: 1px solid #153566;
  border-radius: 4px;
/*    color: #C30D23;*/
    color: #153566;
  cursor: pointer;
}
.submit_button:hover {
/*  background: #5C0604;*/
    background: #1e1e63;
  border: 1px solid #fff;
  color: #fff;
  transition: .3s;
}
/* contact_confirm */
.form_red {
  color: #5cd9d9;
  font-size: 13px;
  padding-bottom: 0.7em;
}
.form_row.confirm td {
  padding: 1em 0;
  width: 30em;
  word-break: break-all;
}
p.confirm {
  text-align: center;
  padding: 1em 0 2.5em;
  font-size: 1.05em;
}
.button2 {
  text-align: center;
}
.back_button {
  display: inline-block;
  padding: 1em 4.5em;
  margin-right: 2em;
/*  background: #C30D23;*/
  background: #153566;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.back_button:hover {
/*  background: #5C0604;*/
  background: #1e1e63;
  border: 1px solid #fff;
  color: #fff;
  transition: .4s;
}
/* contact_complete */
.form_wrap.complete {
  display: block;
  padding-top: 1em;
}
.form_wrap.complete .text_box {
  text-align: center;
}
.form_wrap.complete .text_box .complete {
  display: block;
  font-size: 1.4em;
  text-align: center;
}
.form_wrap.complete .text_box .text {
  display: inline-block;
  padding: 2em 0 4em;
  line-height: 1.5em;
  width: 38em;
}
.contact_btn a {
    color: #fff;
}
/* contact_error */
p.section_first_text.error {
  display: block;
  text-align: center;
  padding: 1em 0;
  margin: 0 auto 1.3em;
  border: 0.1px solid #fff;
  width: 655px;
}
/*recruit*/
.recruit-header {
    max-width: 1080px;
    margin: 0 auto;
}
.recruit-message {
    font-size: 34px;
    font-weight: bold;
    margin: 50px auto;
/*    color: #C30D23;*/
    color: #153566;
    text-align: center;
}
.job-category {
/*    border: 2px solid #C30D23;*/
    border: 2px solid #153566;
    padding: 1em;
    width: 90%;
    margin: 20px auto;
    font-size: 24px;
    text-align: left;
    box-sizing: border-box;
}
.job-bold {
    font-weight: bold;
}
.job-description {
    width: 90%;
    margin: 100px auto;
}
.job-description th {
    font-size: 22px;
    width: 30%;
}
.job-description td {
    font-size: 18px;
    text-align: left;
}
.job-description th,
.job-description td {
/*    border-bottom: 1px solid #C30D23;*/
    border-bottom: 1px solid #153566;
    padding: 1em 0;
} 
.job-description tr:nth-child(1) th,
.job-description tr:nth-child(1) td{
/*    border-top: 1px solid #C30D23;*/
    border-top: 1px solid #153566;
}

.entry {
    margin: 50px auto;
}
.entry-txt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
/*================================================
livector 230828
*/
#livector {
    margin-top: 30px;
}
.livector-inner {
    background-color: #F2DCDB;
}
.livector-contents {
    padding: 30px 0;
}
.livector-headTxt {
    font-size: 1.6rem;
    font-weight: bold;
}
.logo-livector {
    margin: 20px auto;
    text-align: center;
}
.logo-livector img {
    width: 500px;
    margin: 0 auto;
}
.livector-subtxt {
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
}
.func-list {
    display: flex;
    justify-content: center;
    margin: 10px 0 30px;
    flex-wrap: wrap;
}
.func-listItem {
    box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.1);
    width: 27%;
    padding: 0 0 20px;
    text-align: center;
    box-sizing: border-box;
    background: #fff;
    margin: 30px 2%;
}
.func-listItem-img {
    margin: 10px 0;
}
.func-listItem-ttl {
    font-size: 26px;
    font-weight: bold;
    background: #C0504D;
    color: #fff;
}
.func-listItem-dtl {
    text-align: left;
    padding: 0 5%;
}
.dtl-bold {
    font-size: 1.2rem;
    color: #841A1A;
    font-weight: bold;
    margin-bottom: 1em;
}
.linkBtnArea {
    text-align: center;
    margin-top: 1em;
}
.link-livector {
    margin: 0.5em auto 20px;
    background: #C0504D;
    border-radius: 20px;
    border: solid 3px #000;
    padding: 0.5em;
    width: 400px;
    font-size: 1.4rem;
    font-weight: bold;
    box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.1);
}
.link-livector a {
    color: #fff;
    display: block;
}
.livector-contact {
    margin: 0.5em auto 0;
    background: #FFF;
    border-radius: 20px;
    border: solid 3px #C0504D;
    padding: 0.5em;
    width: 400px;
    font-size: 1.4rem;
    font-weight: bold;
    box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.1);
}
.livector-contact a {
    color: #C0504D;
    display: block;
}
.livector-headtxt-sub {
    font-size: 1.2rem;
}
.livector-about {
    padding: 30px 0;
    display: flex;
}
.about-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 70%;
    justify-content: center;
}
.about-listItem {
    background: #FFF;
    padding: 0.5em 1em;
    margin: 0.5em;
    width: 35%;
    border-radius: 10px;
    display: flex;
    box-sizing: border-box;
}
.about-listItem img {
    width: 2.3em;
    padding-left: 1em;
}
.about-listItem p {
    padding-left: 1em;
}
.livector-about-img {
    width: 15%;
}
/* animation
---------------------------------------------------*/
.mainfadeUp {
    animation-name: mainfadeUpAnime;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 0.3s;
}
@keyframes mainfadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeRight {
    animation-name: fadeRightAnime;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeRightAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeUpTrigger,
.fadeRightTrigger,
.aboutfadeUp {
    opacity: 0;
}
.aboutfadeUp {
    animation-name: aboutfadeUpAnime;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes aboutfadeUpAnime{
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

