@charset "UTF-8";

main {
    overflow: hidden;
}

section.page_title_area {
    padding: 200px 0 40px;
}

.page_title_area h1 {
    font-size: 6rem;
    font-weight: 600;
    color: #000;
    letter-spacing: -1px;
    display: flex;
    width: 90%;
    justify-content: space-between;
    margin: 0 auto;
    font-family: "Work Sans", sans-serif;
    align-items: center;
    max-width: 1100px;
}

.page_title_area h1 span {
    font-size: 2rem;
    letter-spacing: 0;
    margin-left: 15px;
    font-weight: 700;
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 0 30px;
}

section.stance {
    padding-bottom: 120px;
}

.stance_inner {
    max-width: 1100px;
    margin: 0 auto;
    width: 90%;
}

.stance_inner p {
    font-weight: 600;
    line-height: 30px;
    color: #1b1b1b;
    font-size: 1.6rem;
}

.service {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	background: #F5F5F5;
}

.en_title {
    letter-spacing: -2px;
    font-size: 6rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    line-height: 55px;
    color: #0414ac;
    margin-bottom: 40px;
}

.mission_title {
    font-size: 3rem;
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
    /* border-bottom: 5px solid; */
    color: #0414ac;
    letter-spacing: -2px;
    width: max-content;
    line-height: 35px;
    margin: 0 auto 40px;
}

.service_change {
	background: #f5f5f5;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.service_change .service_inner h2 {
	color: #000;
}

.service_inner h2 {
    font-size: 6rem;
    font-weight: 500;
    line-height: 90px;
    width: 100%;
    letter-spacing: -6px;
    margin: 0 auto;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.service_inner h3 span {
    display: block;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
    font-size: 1.4rem;
    font-weight: 300;
}

.service_change .service_inner h2 img {
	filter: inherit!important;
}

.service_inner h2 img {
    width: 44%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-top: 10px;
}

.service_inner h2 span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: -0.25px;
    line-height: 30px;
    padding-left: 8px;
    margin-top: 30px;
    color: #0414ac;
    font-weight: 600;
}

.service_box {
    width: 1100px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    border-radius: 100% 0 0 0;
}

.service_stance {
	background-image: url("../img/home/wave.svg");
	background-size: 100%;
	background-position: top 400px center;
	background-repeat: no-repeat;
	padding-bottom: 10%;
}

.service_cap_area {
    padding: 0;
    width: 45%;
}

.service_detail_area {
    padding: 0;
    border-radius: 100% 0 0;
    width: 55%;
}

.cp_graph_main {
	background-size: 150px;
	width: 340px;
	position: relative;
	height: 240px;
	/* box-shadow: 0 0 70px rgba(255,255,255,0.5); */
	border-radius: 50%;
	margin: 0 auto;
	background-image: url("../img/home/logo_white.svg");
	z-index: 99999;
	background-repeat: no-repeat;
	background-size: 76%;
	background-position: center;
	/* border: 1px solid #fff; */
}
.cp_graph_main .cp_holder {
	position: absolute;
	top: 22px;
	left: 65px;
	z-index: 1;
	width: 200px;
	height: 200px;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: loading05 2s cubic-bezier(.58,.17,.67,.83) infinite;
	animation: loading05 2s cubic-bezier(.58,.17,.67,.83) infinite;
}
.cp_graph_main .cp_item {
	position: absolute;
	top: -11px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 20px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
@-webkit-keyframes loading05 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loading05 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.service_cap_area　p {
    margin-top: 5%;
    display: block;
}

.service_cap_area p {
    margin-top: 40px;
    font-size: 1.5rem;
    line-height: 26px;
    font-weight: 500;
}

.service_graph {
    position: relative;
    width: 600px;
    margin: 80px auto 0;
    /* background-color: #ccc; */
    padding: 193px 0;
    /* background-image: url("../img/home/graph_bg.svg"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service_graph_data {
    width: 380px;
    height: 380px;
    color: #fff;
    font-weight: 500;
    border-radius: 100%;
    text-shadow: 0 0 7px rgba(0,0,0,0.2);
    padding: 90px 150px 0 0;
    background: linear-gradient(78deg, rgba(0,50,180,0.5) 0%, rgb(240, 245, 255,0.3) 100%);
    position: absolute;
    z-index: 999;
    box-shadow: 0 0 70px rgba(255,255,255,0.75);
    left: 20px;
    /* backdrop-filter: blur(3px); */
    /* border: 1px solid; */
    letter-spacing: -1px;
    text-align: center;
    top: 25px;
    /* display: -webkit-flex; */
    /* -webkit-flex-direction: column; */
    /* -webkit-justify-content: center; */
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    font-size: 2.3rem;
}

.service_graph_ad {
    width: 380px;
    height: 380px;
    border-radius: 100%;
    text-align: center;
    font-weight: 500;
    text-shadow: 0 0 7px rgba(0,0,0,0.2);
    color: #fff;
    box-shadow: 0 0 70px rgba(255,255,255,0.75);
    /* backdrop-filter: blur(5px); */
    z-index: 9999;
    right: 20px;
    background: linear-gradient(208deg, rgba(0,50,180,0.5) 0%, rgb(240, 245, 255,0.3) 100%);
    padding: 90px 0px 0px 120px;
    top: 25px;
    /* border: 1px solid; */
    position: absolute;
    /* display: -webkit-flex; */
    /* -webkit-flex-direction: column; */
    /* -webkit-justify-content: center; */
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    font-size: 2.3rem;
}

.service_graph_sns {
    position: absolute;
    width: 380px;
    height: 380px;
    font-weight: 500;
    text-align: center;
    border-radius: 100%;
    /* border: 1px solid; */
    text-shadow: 0 0 7px rgba(0,0,0,0.2);
    padding: 210px 170px 0 0;
    bottom: 25px;
    box-shadow: 0 0 70px rgba(255,255,255,0.75);
    left: 20px;
    z-index: 9999;
    background: linear-gradient(38deg, rgba(0,50,180,0.5) 0%, rgb(240, 245, 255,0.3%) 100%);
    color: #fff;
    /* display: -webkit-flex; */
    /* -webkit-flex-direction: column; */
    /* -webkit-justify-content: center; */
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    font-size: 2.3rem;
}

.service_graph_creative {
    width: 380px;
    height: 380px;
    right: 20px;
    bottom: 25px;
    font-weight: 500;
    letter-spacing: -1px;
    position: absolute;
    text-shadow: 0 0 7px rgba(0,0,0,0.2);
    z-index: 9999;
    /* backdrop-filter: blur(5px); */
    box-shadow: 0 0 70px rgba(255,255,255,0.75);
    border-radius: 100%;
    /* border: 1px solid; */
    color: #fff;
    background: linear-gradient(18deg, rgba(0,50,180,0.5) 0%, rgb(240, 245, 255,0.3) 100%);
    text-align: center;
    /* background: rgba(0,50,180,0.4); */
    /* display: -webkit-flex; */
    /* -webkit-flex-direction: column; */
    padding: 225px 0 0 50px;
    /* -webkit-justify-content: center; */
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    font-size: 2.3rem;
}

.service_graph_data span,
.service_graph_ad span,
.service_graph_sns span,
.service_graph_creative span {
    font-size: 1.2rem;
    font-family: "Work Sans", sans-serif;
    display: block;
    margin-bottom: 4px;
    font-weight: 400;
    color: rgba(255,255,255,0.75);
    letter-spacing: 0;
}

.servive_comparison {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.service_comparison_box {
    width: 32.8%;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.016) -8px 8px 5px, rgba(255, 255, 255, 0.3) 4px -3px 2px;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    background: linear-gradient(210deg, rgba(0, 0, 0, 0.016) 0%, rgb(255, 255, 255) 100%);
}

.service_comparison_case span {
    display: block;
    margin: 0 auto 15px;
}

.service_comparison_case span img {
    height: 33px;
    margin: 0 auto;
}

.service_comparison_case {
    padding: 6%;
    width: 100%;
    text-align: center;
    line-height: 32px;
    /* overflow: hidden; */
    font-size: 2.2rem;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.service_comparison_case::before {
	height: 1px;
	width: 100%;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	bottom: -1px;
	animation: animate1 1s linear infinite;
	background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 66%, rgba(255, 255, 255, 0.2) 74%, rgba(255, 255, 255, 1) 83%, rgba(255, 255, 255, 0) 100%);
}

@keyframes animate1 {

  0% {
    transform: translateX(-140%);
  }

  100% {
    transform: translateX(100%);
  }
}

.service_comparison_box_dynamo {
    display: flex;
    justify-content: space-between;
    /* border: 1px solid #0414ac; */
    border-radius: 10px;
    align-items: center;
    padding: 6px;
    overflow: hidden;
    background: #fff;
    position: relative;
    box-shadow: 7px 7px 20px rgba(0,0,0,0.05);
}

.service_comparison_case_dynamo {
    background: #0414ac;
    width: 30%;
    padding: 7% 4%;
    border-radius: 6px;
}

.service_comparison_cap_dynamo {
    padding: 4%;
    width: 70%;
    color: #0414ac;
    font-size: 1.6rem;
    font-weight: 500;
}

.service_comparison_box:after {
    font-size: 5rem;
    right: 20px;
    top: 50%;
    font-weight: 900;
    margin-top: -35px;
    opacity: 0.1;
}

.service_comparison_box_dynamo:after {
    position: absolute;
    content: "◎";
    display: block;
    font-size: 6rem;
    right: 15px;
    color: #0414ac;
    font-weight: 900;
    top: 50%;
    margin-top: -40px;
    opacity: .1;
}

.service_comparison_cap {
    width: 100%;
    padding: 8%;
    font-size: 1.3rem;
    position: relative;
    color: #555;
    z-index: 999;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    line-height: 22px;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service_comparison_title {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.service_cap_area_large {
    padding: 0 6% 50px;
    max-width: 2200px;
    margin: 0 auto;
    text-align: center;
}

.service_detail_area_large {
    max-width: 2200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding: 0 6%;
}

.service_mission {
    padding: 120px 6%;
    max-width: 2200px;
    margin: 0 auto;
    min-width: 1100px;
    text-align: center;
    /* border-top: 1px solid #1b1b1b; */
    min-height: auto;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    box-shadow: -500px -160px 100px rgba(0,0,0,0.025);
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service_solution_box {
    border: 1px solid;
    border-radius: 10px;
    overflow: hidden;
    margin: 30px 0;
}

.service_solution_title {
    text-align: center;
    padding: 20px 0;
    align-items: center;
    display: flex;
    font-size: 2rem;
    font-weight: 500;
    background: #000;
    color: #fff;
    justify-content: center;
}

.service_solution_contents {
    display: flex;
    justify-content: space-between;
}

.service_solution_contents_inner {
    width: 60%;
    padding: 4%;
    background: #fff;
    border-left: 1px solid;
    display: -webkit-flex;
    box-shadow: -30px 0 80px rgba(0,0,0,0.1);
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service_solution_contents_task_inner {
    padding: 8%;
    width: 100%;
}

.b_b {
    border-bottom: 1px solid;
}

.service_solution_contents_task {
    width: 40%;
}

.service_solution_contents_inner h4,
.service_solution_contents_task_inner h4 {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 22px;
    width: max-content;
    border-radius: 100px;
    line-height: 18px;
    padding: 7px 16px 4px;
    background: #fff;
    box-shadow: 2px 5px 6px rgba(0,0,0,0.025);
}

h4.b_bg {
    background: #0414ac;
    color: #fff;
    box-shadow: 2px 5px 6px rgba(4,20,72,0.1);
}

.service_solution_title span {
    border: 1px solid #fff;
    padding: 3px 15px 1px;
    font-weight: 400;
    margin-left: 20px;
}

.service_solution_contents_inner p,
.service_solution_contents_task_inner p {
    font-weight: 400;
    line-height: 21px;
    font-size: 1.3rem;
}

.service_solution_contents_inner ul li {
    font-size: 1.3rem;
    line-height: 20px;
    margin: 0 0 15px;
    display: flex;
    align-items: baseline;
}

.service_solution_contents_inner ul li img {
    width: 16px;
    margin-right: 7px;
}

.service_solution_contents_inner ul li:last-child {
    margin: 0;
}
.service_inner h3 {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 38px;
    width: 100%;
    padding: 0;
    letter-spacing: -1px;
}

.service_cap_area h4 {
    margin-top: 40px;
    line-height: 28px;
    font-size: 1.5rem;
}

.service_cap_area_large h4 {
    margin-top: 40px;
    font-size: 1.5rem;
    line-height: 28px;
}

ul.service_list li {
    padding: 0 5%;
    display: flex;
    border-bottom: 1px solid #0014b4;
    align-items: center;
    justify-content: space-between;
}

.service_category {
    font-size: 5rem;
    font-weight: 900;
    letter-spacing: -3px;
    color: #0414ac;
    line-height: 74px;
}

.bgextend {
    animation-name:bgextendAnimeBase;
    animation-duration:1s;
    animation-fill-mode:forwards;
    position: relative;
    overflow: hidden;
    opacity:0;
}
@keyframes bgextendAnimeBase{
    from {
      opacity:0;
    }
    to {
      opacity:1;  
    }
}
.textAppear {
    animation-name:bgextendAnimeSecond;
    animation-duration:1s;
    animation-delay: 0.6s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes bgextendAnimeSecond{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.backgroundExtend::before {
    animation-name:extendAnimation;
    animation-duration:1s;
    animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
    background: #0414ac;
    top: -39px;
    left: 0;
}
@keyframes extendAnimation{
    0% {
        transform-origin:left;
        transform:scaleX(0);
    }
    50% {
        transform-origin:left;
        transform:scaleX(1);
    }
    50.001% {
        transform-origin:right;
    }
    100% {
        transform-origin:right;
        transform:scaleX(0);
    }
}
.bgappearTrigger,.bgRLextendTrigger {
    opacity: 0;
}


.bgextend2 {
    animation-name:bgextendAnimeBase;
    animation-duration:1s;
    animation-fill-mode:forwards;
    position: relative;
    overflow: hidden;
    opacity:0;
}
@keyframes bgextendAnimeBase{
    from {
      opacity:0;
    }
    to {
      opacity:1;  
    }
}
.textAppear2 {
    animation-name:bgextendAnimeSecond;
    animation-duration:1s;
    animation-delay: 0.6s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes bgextendAnimeSecond{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.backgroundExtend2::before {
    animation-name:extendAnimation;
    animation-duration:1s;
    animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
    top: -40px;
    left: 0;
    background: #0414ac;
}
@keyframes extendAnimation{
    0% {
        transform-origin:left;
        transform:scaleX(0);
    }
    50% {
        transform-origin:left;
        transform:scaleX(1);
    }
    50.001% {
        transform-origin:right;
    }
    100% {
        transform-origin:right;
        transform:scaleX(0);
    }
}
.bgappearTrigger2,.bgRLextendTrigger2 {
    opacity: 0;
}

.bgextend3 {
    animation-name:bgextendAnimeBase;
    animation-duration:1s;
    animation-fill-mode:forwards;
    position: relative;
    overflow: hidden;
    opacity:0;
}
@keyframes bgextendAnimeBase{
    from {
      opacity:0;
    }
    to {
      opacity:1;  
    }
}
.textAppear3 {
    animation-name:bgextendAnimeSecond;
    animation-duration:1s;
    animation-delay: 0.6s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes bgextendAnimeSecond{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.backgroundExtend3::before {
    animation-name:extendAnimation;
    animation-duration:1s;
    animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 90px;
    background-color: #0414ac;
    top: -65px;
    left: 0;
}
@keyframes extendAnimation{
    0% {
        transform-origin:left;
        transform:scaleX(0);
    }
    50% {
        transform-origin:left;
        transform:scaleX(1);
    }
    50.001% {
        transform-origin:right;
    }
    100% {
        transform-origin:right;
        transform:scaleX(0);
    }
}
.bgappearTrigger3,.bgRLextendTrigger3 {
    opacity: 0;
}

.service_list_cap {
    width: 38%;
    line-height: 26px;
    font-size: 1.4rem;
    text-align: right;
}

ul.service_tag {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

ul.service_tag li {
	position: relative;
	border-radius: 5px;
	font-size: 1.5rem;
	font-weight: normal;
	border: none;
	padding: 7px 18px 5px;
	background: rgb(255,255,255);
	background: linear-gradient(237deg, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%);
	margin: 7px 15px 7px 0;
	color: #777;
	line-height: 24px;
	box-shadow: -16px 7px 23px rgba(0,0,0,0.04), -6px 5px 8px rgba(0,0,0,0.025);
}

section.service {
    padding: 0;
}

ul.service_list {
    margin-top: 50px;
}

.service_box_large {
    border-bottom: 1px solid #ddd;
    padding-bottom: 150px;
    min-width: 1100px;
    margin: 0 auto;
}

.service_detail_box {
    width: 49.5%;
    border-radius: 10px;
    overflow: hidden;
    background: #f9f9f9;
    margin-bottom: 1%;
    box-shadow: 8px 8px 20px rgba(0,0,0,0.025);
}

ul.service_detail_tag {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

ul.service_detail_tag li {
    width: max-content!important;
    display: flex;
    align-items: center;
    background: #fff;
    margin: 1%;
    font-size: 1.3rem;
    padding: 8px 16px 6px;
    border-radius: 100px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}

ul.service_detail_tag li img {
    width: 16px;
    margin-right: 4px;
}

.service_detail_box h4 span {
    font-size: 1.3rem;
    font-weight: 300;
    opacity: 0.4;
}

.service_detail_box h4 {
    font-size: 2rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    padding: 16px 30px 12px 20px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    align-items: center;
}

.service_solution {
    position: relative;
    z-index: 999;
    margin-bottom: 10%;
}

section.company {
    background-color: #f5f5f5;
}

.ourpolicy {
	box-shadow: 500px -160px 100px rgba(0,0,0,0.025);
}

section.ourpolicy {
    padding: 200px 0 0;
    overflow: hidden;
    background-color: #f5f5f5;
    position: relative;
    background-image: url("../img/home/bg_noise.png");
    background-repeat: repeat;
    background-size: 200px;
    /* box-shadow: 0 -80px 80px rgba(0,0,0,0.2); */
    background-position: center;
    background-attachment: fixed;
}

.ourpolicy_inner {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 120px;
    max-width: 1100px;
    padding-top: 120px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.ourpolicy_title {
    width: 45%;
    position: relative;
    border-bottom: 1px solid #1b1b1b;
}

.ourpolicy_title h2 {
    position: relative;
}

.ourpolicy_title h2:after {
    display: block;
    content: "";
    height: 1px;
    background: #000;
    width: 100%;
    position: absolute;
    top: 50%;
}

.ourpolicy_title h3 {
    font-size: 5rem;
    font-weight: 900;
    letter-spacing: 2px;
    position: absolute;
    top: 50%;
    margin-top: -70px;
}

.ourpolicy_inner h2 span {
    font-size: 3rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    letter-spacing: -2px;
    padding-right: 15px;
    line-height: 35px;
    background: #f5f5f5;
    z-index: 9999;
    position: relative;
}

.ourpolicy_inner:before {
    content: "";
    position: absolute;
    top: 0;
    display: none;
    left: 0;
    width: 40%;
    height: 1px;
    background: #1b1b1b;
}

.ourpolicy_inner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    display: none;
    height: 1px;
    background: #1b1b1b;
}

.ourpolicy_message {
    line-height: 30px;
    width: 45%;
    margin-left: 10%;
    font-size: 1.6rem;
    letter-spacing: 0px;
    padding-top: 22px;
    FONT-WEIGHT: 600;
    color: #1b1b1b;
}

.more_link_ourpolicy {
    right: 0;
    bottom: -180px;
    position: absolute;
}

.company_outline {
    background-image: url("../img/home/bg_noise.png");
    background-repeat: repeat;
    background-size: 200px;
    background-position: center;
    background-attachment: fixed;
    background-color: #f5f5f5;
    position: relative;
}

.company_outline {
    margin: 0 auto;
}

.company_outline_table_area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 75%;
}

.company_outline_inner {
    margin: 0 auto;
    width: 1100px;
    display: flex;
    justify-content: space-between;
    padding: 120px 0;
}

.company_outline_inner h2 {
    font-size: 3rem;
    font-family: "Work Sans", sans-serif;
    position: relative;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -2px;
    width: 20%;
    margin-top: -10px;
}

table.company_outline_table {
    width: 46%;
}

table.company_outline_table th {
    border-bottom: 1px solid;
    padding: 25px 0;
    line-height: 26px;
    font-weight: 700;
    font-size: 1.5rem;
    width: 24%;
    letter-spacing: 1px;
}

table.company_outline_table td {
    border-bottom: 1px solid #ccc;
    padding: 25px 0 25px 25px;
    font-size: 1.4rem;
    line-height: 26px;
    font-weight: 500;
    width: 76%;
}

th.cot_border_black {
    border-top: 1px solid #000;
}

td.cot_border_grey {
    border-top: 1px solid #ccc;
}

.box {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
}

.thumbnail {
  width: 100%;
}

.profile_link {
    margin: 30px auto 0;
    display: flex;
    justify-content: end;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.profile_inner {
    width: 88%;
    margin: 0 auto;
    flex-wrap: wrap;
    border-right: 1px solid #1b1b1b;
    border-left: 1px solid #1b1b1b;
    backdrop-filter: blur(2px);
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
}

.profile_link a {
    display: flex;
    justify-content: end;
    align-items: center;
    width: max-content;
    color: #1b1b1b;
    font-weight: 500;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.arrow {
    width: 26px;
    margin-left: 8px;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}

.profile_link a:hover .arrow {
	margin-left: 4px;
}

.profile_link a:hover {
	color: #666;
}

.profile_contents h2 {
    font-size: 3rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    letter-spacing: -2px;
    line-height: 35px;
    /* border-bottom: 4px solid; */
    width: max-content;
}

.profile_contents p {
    font-size: 1.4rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: 500;
}

.profile_contents h3 {
    font-size: 2.5rem;
    font-weight: 500;
    margin: 30px 0 20px;
}

.profile_contents h3 span {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.profile_contents {
	width: 65%;
	padding: 7%;
}

.profile_image {
    width: 35%;
    position: relative;
    background-image: url("../img/home/profile.jpg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-right: 1px solid #000;
    background-repeat: no-repeat;
}

.profile_image span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	display: block;
	left: 0;
	top: 0;
}

.profile {
    z-index: 999;
    position: relative;
    border-bottom: 1px solid #1b1b1b;
    border-top: 1px solid #1b1b1b;
}


.about_more_link {
    padding: 40px 50px;
    /* background: #fff; */
    height: auto;
    border-bottom: 1px solid #1b1b1b;
    width: 100%;
    border-top: 1px solid #1b1b1b;
    display: block;
    position: relative;
    margin: 0 auto;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.others_arrow {
    width: 30px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
	position: relative;
}

.about_more_link:hover .others_arrow {
filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(348deg) brightness(107%) contrast(101%)
}
	
.about_others_link_text p {
    color: #1b1b1b;
    font-weight: 500;
    z-index: 9999;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    position: relative;
}

.about_more_link span {
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
    display: flex;
    color: #1b1b1b;
    font-weight: 600;
    justify-content: space-between;
    z-index: 9999;
    font-size: 2rem;
    position: relative;
    border-left: 1px solid #1b1b1b;
    margin-bottom: 20px;
    padding-left: 10px;
}

.about_more_link:hover {
	color: #fff;
	box-shadow: 0 15px 24px rgba(0,0,0,0.025), 0 6px 10px rgba(0,0,0,0.015);
}

.about_more_link:hover span {
	color: #fff;
    border-left: 1px solid #fff;
}

.about_more_link:after {
	position: absolute;
	width: 0;
	height: 100%;
	background: #1b1b1b;
	content: "";
	display: block;
	left: 0;
	top: 0;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.about_more_link:hover .about_others_link_text p {
	color: #fff;
}

.about_more_link:hover:after {
	background: #1b1b1b;
	position: absolute;
	width:100%;
	height: 100%;
}

.about_others {
	background-color: #f5f5f5;
    background-image: url("../img/home/bg_noise.png");
    background-repeat: repeat;
    background-size: 200px;
    background-position: center;
    background-attachment: fixed;
}

ul.about_others_link_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1100px;
    padding-bottom: 120px;
    margin: 0 auto;
}

ul.about_others_link_area li:first-child a {
    border-right: 1px solid #1b1b1b;
}

ul.about_others_link_area li:nth-child(2) a {
    border-right: 1px solid #1b1b1b;
}

ul.about_others_link_area li {
    margin: 0;
    width: 50%;
}

#loopslider03 {
    margin: 0 auto;
    width: auto;
    height: 133px;
    text-align: left;
    position: relative;
    top: 0px;
    overflow: hidden;
    background-image: url("../img/home/bg_noise.png");
    background-repeat: repeat;
    background-size: 200px;
    background-position: center;
    background-attachment: fixed;
}

#loopslider03 ul {
    height: auto;
    float: left;
    display: inline;
    overflow: hidden;
}

#loopslider03 ul li {
    width: auto;
    height: 136px;
    white-space: nowrap;
    float: left;
    display: inline;
    overflow: hidden;
}

.bottom_phrase ul li {
    color: #1b1b1b;
    font-size: 20rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    letter-spacing: -10px;
    line-height: 130px;
}

.bottom_phrase:before {
	content:"";
	display: none;
	width: 100%;
	left: 0;
	z-index: 99;
	top: 0px;
	height: 1px;
	background: #1b1b1b;
	position: absolute;
}

.bgextend {
    animation-name:bgextendAnimeBase;
    animation-duration:1s;
    animation-fill-mode:forwards;
    position: relative;
    overflow: hidden;
    opacity:0;
}
@keyframes bgextendAnimeBase{
    from {
      opacity:0;
    }
    to {
      opacity:1;  
    }
}
.textAppear {
    animation-name:bgextendAnimeSecond;
    animation-duration:1s;
    animation-delay: 0.6s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes bgextendAnimeSecond{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.backgroundExtend::before {
    animation-name:extendAnimation;
    animation-duration:1s;
    animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
    background: #0414ac;
    top: -39px;
    left: 0;
}
@keyframes extendAnimation{
    0% {
        transform-origin:left;
        transform:scaleX(0);
    }
    50% {
        transform-origin:left;
        transform:scaleX(1);
    }
    50.001% {
        transform-origin:right;
    }
    100% {
        transform-origin:right;
        transform:scaleX(0);
    }
}
.bgappearTrigger,.bgRLextendTrigger {
    opacity: 0;
}


.bgextend2 {
    animation-name:bgextendAnimeBase;
    animation-duration:1s;
    animation-fill-mode:forwards;
    position: relative;
    overflow: hidden;
    opacity:0;
}
@keyframes bgextendAnimeBase{
    from {
      opacity:0;
    }
    to {
      opacity:1;  
    }
}
.textAppear2 {
    animation-name:bgextendAnimeSecond;
    animation-duration:1s;
    animation-delay: 0.6s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes bgextendAnimeSecond{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.backgroundExtend2::before {
    animation-name:extendAnimation;
    animation-duration:1s;
    animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
    top: -40px;
    left: 0;
    background: #0414ac;
}
@keyframes extendAnimation{
    0% {
        transform-origin:left;
        transform:scaleX(0);
    }
    50% {
        transform-origin:left;
        transform:scaleX(1);
    }
    50.001% {
        transform-origin:right;
    }
    100% {
        transform-origin:right;
        transform:scaleX(0);
    }
}
.bgappearTrigger2,.bgRLextendTrigger2 {
    opacity: 0;
}

.bgextend3 {
    animation-name:bgextendAnimeBase;
    animation-duration:1s;
    animation-fill-mode:forwards;
    position: relative;
    overflow: hidden;
    opacity:0;
}
@keyframes bgextendAnimeBase{
    from {
      opacity:0;
    }
    to {
      opacity:1;  
    }
}
.textAppear3 {
    animation-name:bgextendAnimeSecond;
    animation-duration:1s;
    animation-delay: 0.6s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes bgextendAnimeSecond{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.backgroundExtend3::before {
    animation-name:extendAnimation;
    animation-duration:1s;
    animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 90px;
    background-color: #0414ac;
    top: -65px;
    left: 0;
}
@keyframes extendAnimation{
    0% {
        transform-origin:left;
        transform:scaleX(0);
    }
    50% {
        transform-origin:left;
        transform:scaleX(1);
    }
    50.001% {
        transform-origin:right;
    }
    100% {
        transform-origin:right;
        transform:scaleX(0);
    }
}
.bgappearTrigger3,.bgRLextendTrigger3 {
    opacity: 0;
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

.page_title_area h1 {
    font-size: 4rem;
    width: 88%;
    font-weight: 600;
    margin: 0 auto 5vh;
}

section.page_title_area {
    padding: 150px 0 0;
}
	
#loopslider03 {
	height: 100px;	
}

.bottom_phrase ul li {
	font-size: 10rem;
	line-height: 140px;
	letter-spacing: -7px;
}

section.service {
    padding: 80px 0 0;
}

.service_mission {
    min-width: 100%;
    min-height: auto;
    height: auto;
    text-align: left;
    padding: 10vh 6%;
    box-shadow: -100px -140px 100px rgba(0,0,0,0.03);
}

.mission_title {
    font-size: 2.5rem;
    margin: 0 0 40px 0;
    letter-spacing: -1px;
}

.service_inner h2 span {
    font-size: 1.6rem;
    text-align: left;
    line-height: 30px;
    margin-top: 30px;
    padding: 0;
}

.service_stance {
    padding: 0 0 10vh 0;
    background-position: top 420px center;
    border-radius: 240px 0 0;
    box-shadow: 0px -50px 40px rgba(0,0,0,0.02);
}

.en_title {
    font-size: 3rem;
    letter-spacing: 0px;
    margin-bottom: 30px;
    line-height: 30px;
    font-weight: 700;
}

.service_box {
    display: block;
    border-radius: 0;
    width: 100%;
}

.service_cap_area {
    width: 88%;
    margin: 0 auto;
}

.service_graph {
    width: 300px;
    margin: 0 auto;
    padding: 30px 0;
}

.cp_graph_main {
    width: 120px;
    background-size: 100%;
}

.service_graph_data {width: 180px;height: 180px;font-size: 1.3rem;padding: 30px 60px 0 0;background: linear-gradient(118deg, rgba(0,50,180,0.5) 0%, rgb(240, 245, 255,0.3) 100%);}

.service_graph_ad {
    width: 180px;
    height: 180px;
    font-size: 1.3rem;
    z-index: 9996;
    padding: 30px 0 0 40px;
}

.service_graph_sns {
    width: 180px;
    height: 180px;
    z-index: 9999;
    font-size: 1.3rem;
    padding: 90px 42px 0 0;
}

.service_graph_creative {
    width: 180px;
    height: 180px;
    z-index: 9999;
    font-size: 1.3rem;
    padding: 95px 0 0 40px;
    background: linear-gradient(-62deg, rgba(0,50,180,0.5) 0%, rgb(240, 245, 255,0.3) 100%);
}

.cp_graph_main .cp_holder {
    width: 54px;
    top: 92px;
    height: 54px;
    left: 34px;
}

.service_detail_area {
    border-radius: 0;
    width: 100%;
}

.service_box_large {
    min-width: 100%;
    border: none;
    padding-top: 0;
    padding-bottom: 5vh;
    box-shadow: 0 40px 30px rgba(0,0,0,0.02);
    border-radius: 0 0 220px;
}

.no_shadow {
    box-shadow: none;
    padding-bottom: 10vh;
    padding-top: 0;
}

.service_comparison_box {
    width: 100%;
    margin-bottom: 6%;
}

.servive_comparison {
    width: 100%;
    display: block;
}

.service_comparison_case {
    font-size: 1.6rem;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2% 0 5%;
    text-align: left;
}

.service_comparison_cap {
    font-size: 1.2rem;
    line-height: 21px;
    padding: 5% 5% 0;
}

.service_comparison_case span {
    margin: 0 15px 0 0;
}

.service_comparison_case span img {
    height: 40px;
}

.service_cap_area_large {
    padding: 0 6% 30px;
    text-align: left;
}

.service_detail_area_large {
    display: block;
    padding: 0 5%;
}

.service_detail_box {
    width: 100%;
    margin-bottom: 3%;
    border-radius: 8px;
}

.service_detail_box h4 {
    padding: 12px 20px 8px;
    font-size: 1.6rem;
}

.service_detail_box h4 span {
    font-size: 1.1rem;
}

ul.service_detail_tag li {
    font-size: 1.1rem;
    padding: 6px 14px 5px;
}

ul.service_detail_tag {
    padding: 3%;
}

ul.service_detail_tag li img {
    width: 13px;
    margin-right: 3px;
}

.service_solution {
    margin-bottom: 5vh;
}

.service_inner h3 br {
    display: none;
}
.service_inner h2 {
    margin: 0 auto;
    width: 100%;
    text-align: left;
}

.service_inner h2 img {
    width: 120px;
}

.service_inner h3 {
    font-size: 1.2rem;
    margin: 0 auto;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    font-weight: 500;
    width: 100%;
}
	
ul.service_list {
    border-top: 1px solid #0014b4;
}

ul.service_list li {
    display: block;
    padding: 40px 5%;
}

.t_wrap {
    font-size: 3rem;
    width: 100%;
    line-height: 30px;
    margin-bottom: 0;
}
	
.t_wrap span {
    font-size: 2.8rem;
    letter-spacing: -1px;
    line-height: 42px!important;
}
	
.backgroundExtend::before,
.backgroundExtend2::before,
.backgroundExtend3::before {
    height: 75px;
    top: 0;
}
	
.service_list_cap {
    font-size: 1.2rem;
    line-height: 22px;
    width: 100%;
    font-weight: 500;
    margin-top: 30px;
}
	
ul.service_list li {
}

ul.service_tag li {
    padding: 4px 14px 3px;
    font-size: 1.2rem;
    line-height: 20px;
    color: #333;
}

section.cases {
    padding: 60px 0;
}

.cases h2 {
    font-size: 3rem;
    width: 90%;
    font-weight: 700;
    margin: 0 auto 60px;
}

.cases h2 span {
    font-size: 1.5rem;
}

ul.cases_list li {
    width: 50%;
}

.text_underline {
    font-size: 1.5rem;
}

h3.cases_title {
    line-height: 22px;
    margin: 0 0 20px;
}

.cases_num {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

ul.cases_list li a {
    padding: 12%;
}

section.ourpolicy {
    padding: 80px 0 0;
    background-attachment: inherit;
}

.ourpolicy_inner {
    width: 100%;
    display: block;
    padding-bottom: 0;
    padding-top: 0;
}

.ourpolicy_inner h2 {
    font-size: 3rem;
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
}

.ourpolicy_message {
    width: 100%;
    font-size: 1.6rem;
    padding-top: 50px;
    line-height: 30px;
    margin-left: 0;
}
	
.more_link_ourpolicy {
    bottom: -110px;
}

a.more_link {
    width: 100px;
    height: 100px;
}

a.more_link span {
    font-size: 1.2rem;
}
	
.company_outline_inner {
    display: block;
    padding: 0 6%;
    width: 100%;
}

.company_outline_inner h2 {
    font-size: 2.5rem;
    width: 100%;
    margin-bottom: 40px;
    letter-spacing: -1px;
    line-height: 30px;
}

.company_outline_table_area {
    display: block;
    width: 100%;
}

table.company_outline_table {
    width: 100%;
}

table.company_outline_table td {
    padding: 24px 0 24px 20px;
}

table.company_outline_table th {
    padding: 24px 0;
    width: 24%;
}

th.cot_border_black {
	border: none;
}

td.cot_border_grey {
    border: none;
}

.company_outline {
    padding-bottom: 10vh;
    padding-top: 10vh;
}
	
#loopslider03 {
	height: 68px;
	top: 0;
}

.bottom_phrase ul li {
	font-size: 10rem;	
	line-height: 68px;
	letter-spacing: -7px;
}
	
.profile {
    padding: 0;
    border-top: none;
    border-bottom: none;
}
	
.profile_inner {
    padding: 10vh 6%;
    width: 100%;
    border-bottom: 0.5px solid #000;
    background: none;
    border-top: 0.5px solid;
    box-shadow: none;
    border-left: 0;
    backdrop-filter: none;
    border-radius: 0;
    border-right: 0;
}

.profile_contents h2 {
    font-size: 3rem;
    line-height: 30px;
}

.profile_contents {
    width: 100%;
    padding: 0;
}

.profile_image {
    width: 100%;
    height: 260px;
    margin: 0 auto;
}

.profile_contents h2 {
    margin-bottom: 40px;
    letter-spacing: -1px;
    font-size: 2.5rem;
}

.profile_contents h3 {
    font-size: 2.4rem;
    font-weight: 600;
    margin: 30px 0 20px;
    padding: 0 5%;
}

.profile_contents h3 span {
    font-size: 1.6rem;
    margin-bottom: 4px;
    font-weight: 500;
}

.profile_contents p {
    font-size: 1.3rem;
    line-height: 23px;
    padding: 0 5%;
}

section.profile {
    padding-bottom: 80px;
}
	
.ourpolicy {
    padding: 10vh 6%;
    box-shadow: 100px -40px 60px rgba(0,0,0,0.03);
}
	
.ourpolicy_title {
    width: 100%;
}

.ourpolicy_inner h2 span {
    font-size: 2.5rem;
    letter-spacing: -1px;
}

.ourpolicy_title h3 {
    font-size: 2.8rem;
    line-height: 44px;
    top: 0;
    padding-bottom: 40px;
    margin-top: 0;
    position: inherit;
}

.ourpolicy_inner:before {
    display: none;
}

.ourpolicy_inner:after {
    display: none;
}

section.stance {
    padding-bottom: 10vh;
}

.stance_inner p {
    font-size: 1.6rem;
    line-height: 30px;
}

.stance_inner p br {
    display: none;
}

ul.about_others_link_area {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10vh;
}

ul.about_others_link_area li {
    width: 100%;
    margin: 0 auto;
}

.about_more_link {
    padding: 30px 6%;
}

.company_outline_inner h2 br {
    display: none;
}

.service_inner h2 span br {
    display: none;
}

ul.about_others_link_area li:first-child a {
    border-right: none;
    border-bottom: none;
}

ul.about_others_link_area li:nth-child(2) a {
    border-right: none;
    border-bottom: none;
}

.profile_link {
    width: 90%;
    margin: 30px auto 0;
}
}