@charset "utf-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
    display: block
}

a:hover,
a:link,
a:visited,
ins {
    text-decoration: none
}

a,
body {
    color: #000000;
}

.btn_type_A_title,
.fixed_ctr_inner {
    transform: translateY(-50%) translateX(-50%)
}

.que,
.st_h,
body,
img {
    width: 100%
}

.form_1,
.form_2,
table {
    border-collapse: collapse
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

img,
input,
select {
    vertical-align: middle
}

button,
input[type=email],
input[type=mail],
input[type=password],
input[type=submit],
input[type=text],
select,
textarea {
    margin: 0;
    padding: 0;
    background: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 400
}

a,
a img,
select {
    background: 0 0
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline
}

ins,
mark {
    background-color: none;
    color: #000
}

mark {
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-spacing: 0
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

*,
 :after,
 :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

a img {
    border: 0 #fff
}

.cf:after,
.cf:before,
.wp-pagenavi:after,
.wp-pagenavi:before {
    content: "";
    display: table
}

.cf:after,
.wp-pagenavi:after {
    clear: both
}

.cf,
.wp-pagenavi {
    zoom: 1
}

 ::selection {
    background: none
}


select {
    -webkit-appearance: none;
    appearance: none;
    font-size: inherit;
    color: inherit;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: ''
}

select::-ms-expand {
    display: none
}

input {
    display: block;
    margin: auto auto 3em
}

.mark{
	background: linear-gradient(transparent 60%, #ffff00 0%);
	font-weight: bold
}
body {
    position: relative;
    letter-spacing: 0.05em;
	font-size: 15px;
	line-height: 1.8em;
    text-align: justify;
    text-justify: inter-ideograph;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
    word-wrap: break-word;
}
.sp_nav_wrap,
.sp_overlay {
    position: fixed;
    height: 100%;
    top: 0
}

.ol_bg_white:after {
    background: hsla(0, 0%, 100%, .8);
    z-index: -1;
    opacity: .8
}

p {
    margin-bottom: 15px
}
p a{
	color: #0081ff;
	text-decoration: underline !important;
}
p a:hover{
	color: #0081ff;
	text-decoration: none !important;
}
img{
	display: block;
	position: relative;
}
/*初期値　横並び(左詰)*/
.fle_l{
    display: flex;
    flex-wrap: wrap;
}
/*横並び(右詰)*/
.fle_r{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
/*横並び(センタリング)*/
.fle_c{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*横並び(左右均等振り*コンテンツの間)*/
.fle_btw{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*横並び(左右均等振り*コンテンツの両端)*/
.fle_ard{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
/*コンテンツの横位置　右寄せ*/
.ps_right {
    justify-content: flex-end
}
/*コンテンツの高さ位置　中央*/
.ps_ctr {
    align-items: center
}
/*コンテンツの高さ位置　下揃え*/
.ps_btm {
    align-items: flex-end
}
/*コンテンツの並び順 右から左*/
.order_r-rv{
	flex-direction: row-reverse;
}
/*コンテンツの並び順 下から上*/
.order_c-rv{
	flex-direction: column-reverse;
}

@media only screen and (max-width: 750px){
	/*コンテンツの並び順 右から左*/
	.sp_order_r-rv{
		flex-direction: row-reverse;
	}
	/*コンテンツの並び順 下から上*/
	.sp_order_c-rv{
		flex-direction: column-reverse;
	}
}
.inner{
	position: relative;
	max-width: 1180px;
	width: calc( 100% - 40px );
	margin: 0 auto 0;
}
.wide_inner{
	position: relative;
	max-width: 1380px;
	width: calc( 100% - 40px );
	margin: 0 auto 0;
}
.narrow_inner{
	position: relative;
	width: calc( 100% - 80px );
	max-width: 900px;
	margin: 0 auto 0;
}

.loading_wrap{
  transform: translateX(-50%) translatey(-50%) scale(1);
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 50%;
  left: 50%;
  background: #FFF;
  z-index: 10000;
  transition: 0.3s;
  visibility: visible;
  opacity: 1;
}
.loading_wrap.load{
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translatey(-50%) scale(1.2);
}
.loading {
  width: 20px; height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -50px;
  animation: loading ease-in-out 1s 100;
}
.loading .circle1 {
  display: block; width: 20px; height: 20px;
  background-color: #00a6d3;
  border-radius: 50%;
}
.loading .circle2 {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #e0196a;
  border-radius: 50%;
  margin-top: 60px;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {transform: rotate(360deg)
    
  }
}
/*-------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------*/
body{
}
.mv{
  width: 100%;
  height: 100vh;
  min-height: 700px; 
  position: relative;
  overflow: hidden;
}
.mv_bg_img{
    position: absolute;
    left: 50%;
    top: 53%;
    transform: translate(-50%,-50%);
    width: 100%;
    mix-blend-mode: color-burn;
    opacity: 1;
    pointer-events: none
}
body{
}
.mv_bg{
  position: fixed;
    width: 100%;
    height: 100vh;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	opacity: 1;
    z-index: -5;
    margin: 0 auto;
}
.mv_bg_wrap{
  position: absolute;
  width: 100%;
  height: 300vh;
  z-index: -10;
  overflow: hidden
}
#video{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 130vw;
    margin: 0 auto;
    transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.mv_bg.fixed #video{
    transform: scale(1.8) translate(-30%,-35%) rotate(20deg);
    opacity: 0;
}
.mv_bg_img{
  transition: 0.3s;
}
.mv_bg.fixed .mv_bg_img{
    opacity: 0;
}
header{
	position: fixed;
	padding: 20px;
	width: 100%;
	z-index: 100;
}
header:after{
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #FFF;
    position: absolute;
    top: -100%;
    left: 0;
    transition: 0.3s;
    z-index: -1;
}
header.fixed:after{
    top: 0;
}
header:before{
    content: "";
    display: block;
    height: 102%;
    width: 100%;
    position: absolute;
    top: -70%;
    left: 0;
    transition: 0.3s;
    z-index: -2;
    background: -webkit-linear-gradient( #4958ff 0%, #4958ff 50%, rgba(110, 117, 255, 0) 100%);
    opacity: 0.4;
}
header.fixed:before{
    top: 10px;
}
header h1{
	width: 150px;
    transition: 0.2s;
}
header.fixed h1{
    width: 100px;
}
nav > ul{
    transition: 0.2s;
    transform: translateY(3px)
}
nav > ul li > span{
    display: block;
    transition: 0.3s;
    text-shadow: 0px 1px 15px rgba(210, 251, 255, 0.6);
    text-align: center;
    position: relative;
    cursor: pointer
}
nav > ul li.nav_parent:hover > span{
    color: #0045AA;
    text-shadow: 0px 1px 15px rgba(210, 251, 255, 0.6), 0px 1px 15px rgba(210, 251, 255, 0.6), 0px 1px 15px rgba(210, 251, 255, 0.6), 0px 1px 15px rgba(210, 251, 255, 0.6), 0px 1px 15px rgba(210, 251, 255, 0.6);
}
nav > ul li.nav_parent > span:after{
    content: "";
    display: block;
    height: 0;
    width: 2px;
    background: #0045AA;
    position: absolute;
    top: -27px;
    left: calc( 50% - 3px );
    box-shadow: 0px 1px 20px rgba(210, 251, 255, 0.6);
    transition: 0.1s;
}
nav > ul li.nav_parent:hover > span:after{
    height: 17px;
}
nav > ul > a:hover:after{
    height: 17px;
}
span.nav_en{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1em;
    display: block;
    position: relative;
    transition: 0.2s;
}
span.nav_jp{
    display: inline-block;
    line-height: 1em;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    transition: 0.1s;
}
nav > ul li > a{
    display: block;
    transition: 0.3s;
    text-shadow: 0px 1px 15px rgba(210, 251, 255, 0.6);
    text-align: center;
    position: relative;
}
nav > ul li > a:hover{
    color: #0045AA;
    text-shadow: 0px 1px 15px rgba(210, 251, 255, 0.6), 0px 1px 15px rgba(210, 251, 255, 0.6), 0px 1px 15px rgba(210, 251, 255, 0.6), 0px 1px 15px rgba(210, 251, 255, 0.6), 0px 1px 15px rgba(210, 251, 255, 0.6);
}
nav > ul li > a:after{
    content: "";
    display: block;
    height: 0;
    width: 2px;
    background: #0045AA;
    position: absolute;
    top: -27px;
    left: calc( 50% - 1px );
    box-shadow: 0px 1px 20px rgba(210, 251, 255, 0.6);
    transition: 0.1s;
}
nav ul li > a:hover:after{
    height: 17px;
}
header.fixed nav ul > li span.nav_en{
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden
}
header.fixed nav ul > li span.nav_jp{
    display: inline-block;
    line-height: 1em;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
}
header.fixed nav > ul li > a span.nav_en{
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden
}
header.fixed nav > ul li > a span.nav_jp{
    display: inline-block;
    line-height: 1em;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
}
header.fixed nav > ul{
    transition: 0.2s;
    transform: translateY(-2px)
}
header.fixed{
    position: fixed;
    padding: 10px;
    width: 100%;
    z-index: 100;
}
header.fixed nav > ul li:hover > span:after{
    height: 24px;
}
header.fixed nav > ul li > a:hover:after{
    height: 24px;
}
.header_contatct a{
	display: block;
	padding: 12px 25px;
	background: #0045aa;
	color: #FFF;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	border-radius: 5px;
	box-shadow: 0px 1px 20px rgba(210, 251, 255, 0.6);
    transition: 0.3s;
}
header.fixed .header_contatct a{
    padding: 8px 18px;
}
.header_contatct a:hover{
    background: #E11B68
}
ul li.nav_parent{
    position: relative;
}
ul.nav_child{
    position: absolute;
    width: 200px;
    left: calc( 50% + 13px );
    transform: translateX(-50%);
    top: 29px;
    padding-top: 20px;
}
ul.nav_child > li a{
    padding: 5px 10px;
    background: #0045aa;
    color: #FFF;
    font-size: 14px;
    box-shadow: 0 12px 36px 0 rgba(44, 113, 132, 0.4), 0 12px 36px 0 rgba(61, 111, 133, 0.3);
}
ul.nav_child > li a:hover{
    background: #E11B68
}
ul.nav_child > li:hover a{
    text-shadow: 0px 1px 15px rgba(210, 251, 255, 0) !important;
}
ul.nav_child > li:nth-child(even){
    transform: translateX(20px);
    opacity: 0;
    transition: 0.3s;
}
ul.nav_child > li:nth-child(odd){
    transform: translateX(-20px);
    opacity: 0;
    transition: 0.3s;
}
ul li.nav_parent:hover ul.nav_child > li:nth-child(even){
    transform: translateX(0);
    opacity: 1;
}
ul li.nav_parent:hover ul.nav_child > li:nth-child(odd){
    transform: translateX(-0);
    opacity: 1;
}
nav > ul li.nav_parent li:hover a{
    color: #FFF;
    text-shadow: none;
}
ul.nav_child li a:after{
    display: none
}
nav ul > *{
	margin-right: 26px;
    margin-bottom: 1px;
}
.mv_content{
	position: absolute;
	left: 50%;
	bottom: 50px;
	transform: translateX(-50%);
	width: 100%;
	padding: 0 50px;
	text-shadow: 0px 1px 15px rgba(210, 251, 255, 0.6);
}
.mv_txt_left{
	font-size: 45px;
	font-weight: bold;
	line-height: 1.6em;
	letter-spacing: -0.06em;
}
.mv_txt_right{
	width: 160px;
	height: 160px;
    position: relative;
}
.top_works_list > *{
    width: calc( 25% - 6px );
    margin-right: 8px;
    margin-bottom: 9px;
}
.top_works_list > *:nth-child(4n){
    margin-right: auto;
}
.top_works_list > * img{
    border: 1px solid #eeeeee;
    padding: 5px;
    background: #FFF;
    margin-bottom: 10px;
}
.text_animation {
  background: url(img/top_advaned_logo.jpg) repeat-x 50%;
  background-size: auto 180px;
  animation: text_animation 16s linear infinite;
  height: 180px;
  width: 100%;
  position: absolute;
  top: 60px;
  opacity: 0.04;
  mix-blend-mode: multiply
}
.text_animation.text_animation_web {
  background: url(img/textanimatoin_web.jpg) repeat-x 50%;
  background-size: auto 150px;
  top: 50px
}
@keyframes text_animation{
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2500px 0;
    /*画像のサイズは8300*/
  }
}
.top_advantage_bg_animation{
  z-index: -100;
  top: 300px;
  width: 100%;
  height: auto;
  left: 0;
  opacity: 0.3
}
.top_advantage{
  padding: 70px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.top_advantage:after{
  content: "";
  display: block;
  height: 300px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.top_advantage:before{
  content: "";
  display: block;
  height: calc( 100% - 150px );
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFF;
  z-index: -1;
}
.top_advantage_list{
  padding: 40px 0
}
.top_advantage_list img{
  width: 75px;
  margin: 0 auto 5px;
}
.top_advantage_list > *{
  text-align: center;
  margin-right: 15px;
}
.top_advantage_list > *:nth-child(1){
  width: 180px;
}
.top_advantage_list > *:nth-child(1) .top_advantage_txt,
.top_advantage_list > *:nth-child(1) img{
  transform: translateX(-20px)
}
.top_advantage_list > *:nth-child(2){
  width: 250px;
}
.top_advantage_list > *:nth-child(2) .top_advantage_txt,
.top_advantage_list > *:nth-child(2) img{
  transform: translateX(-20px)
}
.top_advantage_list > *:nth-child(3){
  width: 190px;
}
.top_advantage_list > *:nth-child(3) .top_advantage_txt,
.top_advantage_list > *:nth-child(3) img{
  transform: translateX(-27px)
}
.top_advantage_list > *:nth-child(4){
  width: 190px;
}
.top_advantage_list > *:nth-child(4) .top_advantage_txt,
.top_advantage_list > *:nth-child(4) img{
  transform: translateX(-27px)
}
.top_advantage_list > *:first-child{
  margin-left: auto;
}
.top_advantage_list > *:last-child{
  margin-right: auto;
}
.top_advantage_txt{
  display: inline-block;
  line-height: 1em;
  font-size: 18px;
  font-weight: bold;
}
.top_advantage_list02{
  margin: 0 auto;
}
.top_advantage_list02 > *{
  width: calc( 50% - 10px );
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
  padding: 20px 20px 10px;
  position: relative;
  overflow: hidden;
  background: url(https://jdp-council.jp/wp-content/themes/jdp/img/top_event_school_list.jpg);
  background-size: cover
}
.top_advantage_list02 > *:nth-child(2n){
  margin-left: 20px;
}
.top_advantage_list02 h3{
  font-size: 21px;
  line-height: 1.6em;
  margin-bottom: 8px;
  position: relative;
  padding-top: 30px;
  letter-spacing: 0;
  margin-bottom: 6px;
}
/*
.top_advantage_list02 > *:after{
  content: "01";
  position: absolute;
  bottom: 0;
  right: -20px;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 190px;
  line-height: 1em;
  color: #FFF;
  text-shadow:1px 1px 0 rgba(0, 0, 0, 0.323),-1px 1px 0 rgba(0, 0, 0, 0.323),1px -1px 0 rgba(0, 0, 0, 0.323),-1px -1px 0 rgba(0, 0, 0, 0.323);
  z-index: -1;
  opacity: 0.3;
}
.top_advantage_list02 > *:nth-child(2):after{
  content: "02";
}
.top_advantage_list02 > *:nth-child(3):after{
  content: "03";
}
.top_advantage_list02 > *:nth-child(4):after{
  content: "04";
}
.top_advantage_list02 > *:nth-child(5):after{
  content: "05";
}
.top_advantage_list02 > *:nth-child(6):after{
  content: "06";
}
*/
.top_advantage_list02 h3:before{
  content: "Point.01";
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: 0;
  color: #0045AA;
  font-size: 13px;
  line-height: 1.6em;
}
.top_advantage_list02 > *:nth-child(2) h3:before{
  content: "Point.02";
}
.top_advantage_list02 > *:nth-child(3) h3:before{
  content: "Point.03";
}
.top_advantage_list02 > *:nth-child(4) h3:before{
  content: "Point.04";
}
.top_advantage_list02 > *:nth-child(5) h3:before{
  content: "Point.05";
}
.top_advantage_list02 > *:nth-child(6) h3:before{
  content: "Point.06";
}
.counter{
  font-family: "Montserrat", sans-serif;
  font-size: 90px;
  font-weight: bold;
  line-height: 1em;
  color: #0045AA;
  display: inline-block;
  transform: translateY(8px) translateX(-2px);
  letter-spacing: -0.03em;
  background: linear-gradient(#0045AA 0%, #0045AA 50%, #3378dc 51%,#0045AA 70% ,#0045AA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top_advantage_count{
  margin-top: -10px;
}
.top_advantage_count_txt{
  font-weight: bold;
  letter-spacing: 0em;
}
.top_advantage_chuki{
  display: block;
  text-align: right;
  font-size: 12px;
  padding-right: 18px;
}
.text_animation.text_animation_print {
    background: url(img/textanimatoin_print.png) repeat-x 50%;
    background-size: auto 200px;
    height: 200px;
    top: auto;
    bottom: -30px;
    z-index: -2;
    mix-blend-mode: color-burn;
    opacity: 0.3;
}


.top_works{
    margin-top: 80px;
}
.ttl_01_jp{
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1em; 
    color: #000000;
    border-radius: 30px;
    margin-bottom: 15px;
    display: inline-block;
    padding-left: 30px;
    position: relative;
}

.ttl_01_jp:after{
    content: "";
    display: block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 3px;
    background: #01B0E0;
    mix-blend-mode: multiply
}
.ttl_01_jp:before{
    content: "";
    display: block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 10px;
    background: #E11B68;
}
.ttl_01_en{
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    line-height: 1em;
    display: block;
    margin-bottom: 15px;
}
.mv_txt_right_circle{
    position: absolute;
    animation: 8s linear infinite scroll_down_circle;
    position: relative;
}
.ttl_strong_txt{
    font-size: 32px;
    line-height: 1.8em;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.ttl_02{
    text-align: center;
}
.ttl_02_jp{
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1em; 
    color: #0045aa;
    border-radius: 30px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
}
.ttl_02_en{
    font-family: "Montserrat", sans-serif;
    font-size: 90px;
    line-height: 1em;
    display: block;
    margin-bottom: 15px;
}
@keyframes scroll_down_circle {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}
.mv_txt_right_arrow{
    position: absolute;
    width: 10px;
    top: 40px;
    left: 70px;
}
.top_web{
    padding: 70px 0;
    position: relative;
}
.top_web:after{
    content: "";
    display: block;
    height: 300px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    z-index: -1;
}
.top_web:before{
    content: "";
    display: block;
    height: calc( 100% - 300px );
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FFF;
    z-index: -1;
}
.top_web_inner {
    padding: 0 0 40px;
}

.lower_lp_works_list_content > *{
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 1em;
    padding: 6px 10px;
    border: 1px solid #00B1E1;
    color: #00B1E1
}
.lower_lp_works_list_type{
    font-size: 12px;
    display: inline-block;
    padding: 0 20px;
    background: #00B1E1;
    font-weight: bold;
    color: #FFF;
    border-radius: 20px;
    margin-bottom: 10px;
}
.lower_lp_works_list_client{
    font-weight: 600;
    margin-bottom: 0;
}
.works_click_url{
    color: #00B1E1;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 1.6em;
}
.top_web_inner_content{
    width: 620px;
}
.top_web_inner_img{
    width: calc( 100% - 700px );
    position: relative;
}
.top_web_inner_img li{
    width: 280px;
    border-radius: 10px;
    box-shadow: 0 12px 36px 0 rgba(44, 113, 132, 0.4), 0 12px 36px 0 rgba(61, 111, 133, 0.3);
}
.top_web_inner_img li img{
    border-radius: 10px;
}
.top_web_inner_img li:nth-child(1){
    top: 80px;
    z-index: 1;
    position: absolute;
}
.top_web_inner_img li:nth-child(2){
    top: 270px;
    z-index: 1;
    position: absolute;
}
.top_web_inner_img li:nth-child(3){
    top: 460px;
    z-index: 1;
    position: absolute;
}
.top_web_inner_img li:nth-child(4){
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 30px;
}
.top_web_inner_img li:nth-child(5){
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 30px;
}
.top_web_inner_img li:nth-child(6){
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 30px;
}
.top_web_inner_img li:nth-child(7){
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 0;
}
.top_service_tag{
    margin-bottom: 10px;
}
.top_print .top_service_tag{
    transform: translateX(8px)
}
.top_service_tag li{
    padding: 1px 15px;
    background: #0045aa;
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    border-radius: 20px;
    letter-spacing: 0;
    margin-right: 8px;
    margin-bottom: 8px;
    font-weight: 600;
}
/*-------------------------------------------------------------------------
BTN_BASE
------------------------------------------------------------------------*/

.wrapper {
    min-height: 100%;
}
.wrapper,
.wave-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wave-btn {
    height: 70px;
    transition: all 0.8s ease 0s;
    text-decoration: none;
    overflow: hidden;
    margin: 15px auto 0 0;
    border-radius: 40px
}
.wave-btn__text {
    font-family: "Montserrat", sans-serif;
    z-index: 1;
    color: #fff;
    letter-spacing: 8px;
    font-size: 15px;
    transition: 0.3s;
    font-weight: 500;
}
.wave-btn,
.wave-btn__text {
    position: relative;
}
.wave-btn:hover {
    transition: all 0.8s ease 0s;
    box-shadow: 0 0 10px rgba(73, 115, 255, 0.6);
}
.wave-btn:hover .wave-btn__waves {
    top: -100px;
}
.wave-btn:hover .wave-btn__text {
    text-shadow: 0 0 9px rgba(255, 255, 255, 1),
                 0 0 9px rgba(255, 255, 255, 1);
}
.wave-btn,
.wave-btn__waves {
    width: 280px;
    box-shadow: 0 12px 36px 0 rgba(44, 113, 132, 0.4), 0 12px 36px 0 rgba(61, 111, 133, 0.3);
}
.wave-btn__waves {
    position: absolute;
    top: 0;
    left: 0;
    height: 190px;
    background-image: linear-gradient(-225deg, #00c1ff 0%, #d100ff 66%, #0010ff 100%);
    filter: blur(6px);
    transition: all 0.3s ease 0s;
}
.wave-btn__waves:after,
.wave-btn__waves:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 250%;
    height: 250%;
    transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
    opacity: 0.3;
}
.wave-btn__waves:before {
    background-image: linear-gradient(-225deg, #0010ff 0%, #0010ff 66%, #00c1ff 100%);
    animation: waves 5s infinite linear;
    border-radius: 50%;
}
.wave-btn__waves:after {
    background-image: linear-gradient(-225deg, #d100ff 0%, #C5C1FF 66%, #0010ff 100%);

    border-radius: 70%;
    animation: waves 8s infinite linear;
}
@keyframes waves {
    0% {
        transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
    }
    100% {
        transform: translate3d(-50%, -96%, 0) rotate(360deg) scale(1);
    }
}
.top_print{
    position: relative;
    overflow: hidden;
    padding: 0 0 90px;
    text-align: center;
    z-index: 3
}
.top_print:after{
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: url(img/print_bg.jpg) center center;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -4;
}
.top_print .wrapper a{
    margin: 50px auto 0;
}
.top_print_inner{
    position: relative;
    padding: 90px 50px 20px;
    display: inline-block;
    margin: 0 auto;
    z-index: -1;
}
.top_print_inner:after{
    content: "";
    display: block;
    height: 300%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF;
    z-index: -1;
}
.top_print_inner .wrapper{
    margin-top: 30px;
}
.top_print_inner .wrapper a{
    margin: 0 auto;
}
.top_graphic_list > *{
    width: calc( 25% - 15px );
    box-shadow: 0 12px 36px 0 rgba(44, 113, 132, 0.4), 0 12px 36px 0 rgba(61, 111, 133, 0.3);
    border-radius: 5px;
}
.top_graphic_list > * img{
    border-radius: 5px;
}
.text_shadow{
    text-shadow: 0px 1px 15px rgba(255, 255, 255, 1), 0px 1px 15px rgba(255, 255, 255, 1), 0px 1px 15px rgba(255, 255, 255, 1), 0px 1px 15px rgba(255, 255, 255, 1), 0px 1px 15px rgba(255, 255, 255, 1), 0px 1px 15px rgba(255, 255, 255, 1), 0px 1px 15px rgba(255, 255, 255, 1), 0px 1px 15px rgba(255, 255, 255, 1), 0px 1px 15px rgba(255, 255, 255, 1), 0px 1px 15px rgba(255, 255, 255, 1), 0px 1px 15px rgba(255, 255, 255, 1), 0px 1px 15px rgba(255, 255, 255, 1), 0px 1px 15px rgba(255, 255, 255, 1), 0px 1px 15px rgba(255, 255, 255, 1), 0px 1px 15px rgba(255, 255, 255, 1);
}
    
.blog_list_wrap > *{
    width: calc( 25% - 20px );
}
.blog_list_wrap > * a{
    transition: 0.3s;
}
.blog_list_wrap > * a:hover{
    opacity: 0.7;
}
.blog_list_thumb{
    margin-bottom: 10px;
}
.blog_list_title{
    font-size: 15px;
    text-align: start;
    transition: 0.3s;
}
.blog_list_wrap > * a:hover{
    color: #0045aa;
}
.blog_list_cate{
    display: inline-block;
    padding: 8px 20px;
    background: #0045aa;
    display: inline-block;
    color: #FFF;
    line-height: 1em;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    border-radius: 20px;
}
.blog_list_date{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    padding: 8px 0;
    color: #969696;
    margin-left: 20px;
}
.top_blog{
    padding: 100px 0;
    background: #FFF;
}
.top_blog .wrapper{
    margin-top: 40px;
}
.top_blog .wrapper a{
    margin: 0 auto
}
.ttl_03{
    margin-bottom: 20px;
}
.ttl_03_jp{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1em; 
    color: #000000;
    border-radius: 30px;
    margin-bottom: 5px;
    display: inline-block;
    padding-left: 30px;
    position: relative;
}
.ttl_03_jp:after{
    content: "";
    display: block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 3px;
    background: #01B0E0;
    mix-blend-mode: multiply
}
.ttl_03_jp:before{
    content: "";
    display: block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 10px;
    background: #E11B68;
}
.ttl_03_en{
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    line-height: 1em;
    display: block;
    margin-bottom: 15px;
}
.top_blog_txt{
    display: inline-block
}
.top_blog_txt{
    margin-left: 20px;
    transform: translateY(3px)
}
.top_news{
    padding: 60px 0 80px;
    position: relative;
    border-top: 1px solid #eeeeee;
}
.top_news:before{
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: -1;
}
.top_news_list > * a{
    padding: 25px 50px 25px 0;
    border-bottom: 1px solid #eeeeee;
    transition: 0.3s;
}
.top_news_list > * a:hover{
    color: #0045aa;
}
.top_news_list > * a:after{
    content:"\f061";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    z-index: 1;
    color: #0045aa;
    right: 20px;
    transition: 0.3s;
    font-size: 20px;
}
.top_news_list > * a:before{
    content:"\f061";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    z-index: 1;
    color: #0045aa;
    right: 50px;
    transition-delay: 0.05s;
    transition-duration: 0.3s;
    opacity: 0;
    font-size: 20px;
}
.top_news_list > * a:hover:after{
    right: -20px;
    opacity: 0;
}
.top_news_list > * a:hover:before{
    right: 20px;
    opacity: 1;
}
.top_news_list > *:nth-child(1) a{
    border-top: 1px solid #eeeeee;
}
.lower .top_news_list > *:nth-child(1) a{
  border-top: none;
  padding-top: 0;
}
.top_news_list_cate{
    color: #0045aa;
    padding: 5px 0;
    line-height: 1.6em;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    border: 1px solid #0045aa;
    border-radius: 20px;
    width: 90px;
    text-align: center;
    margin-right: 30px;
}
.top_news_list_time{
    font-family: "Montserrat", sans-serif;
    width: 120px;
}
.top_news_list_ttl{
    width: calc( 100% - 240px );
    font-weight: normal;
}
.btn_02{
    width: 200px;
    line-height: 70px;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 600;
    position: absolute;
    top: 10px;
    right: 0;
}
.btn_02.relative{
    position: relative;
}
.btn_02.right{
    margin: 0 15px 0 auto;
}
.btn_02 a{
    color: #0045aa
}
.btn_02 span{
    display: block;
    height: 70px;
    width: 70px;
    background: #0045aa;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.3s;
}
.btn_02 span:after{
    content:"\f061";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    z-index: 1;
    color: #FFF;
    left: calc( 50% - 10px );
    transition: 0.3s;
}
.btn_02 a:hover span{
    transform: scale(1.2)
}
.btn_02 a:hover span:after{
    transform: rotate(360deg)
}

.footer_content_right{
    padding-top: 15px;
}
.footer_content_right_ttl{
    width: 100%;
}
.footer_content_right_ttl a{
    display: inline-block;
    background: #DBDBDB;
    color: #323232;
    font-weight: normal;
    padding: 2px 10px;
    margin-bottom: 10px;
}
.footer_content_right_list > *{
    margin-right: 30px;
    margin-bottom: 15px;
}
.footer_content_right_list a{
    color: #DBDBDB;
}
.footer_content_right_list span{
    color: #DBDBDB;
}
.footer_content_right i{
    font-size: 13px;
    transform: translate(2px,-1px);
    display: inline-block
}
.footer_content_right > *{
    margin-bottom: 20px;
}
.footer_content_right > *:last-child{
    margin-bottom: 0;
}
.banner ul li{
    width: 230px;
    margin-right: 20px;
}
.footer_content_right_list_child{
    padding-top: 5px;
}
.footer_content_right_list_child > *{
    padding-left: 20px;
    position: relative;
    font-size: 14px;
}
.footer_content_right_list_child > *:after{
    content: "";
    display: block;
    height: 1px;
    width: 10px;
    background: #DBDBDB;
    position: absolute;
    top: 50%;
    left: 0;
}
small{
    background: #FFF;
    display: block;
    padding: 10px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
}
.footer_policy_list a,
.footer_content_right_ttl a,
.footer_content_right_list a,
.banner a{
    transition: 0.3s;
}
.footer_policy_list a:hover,
.footer_content_right_list a:hover,
.footer_content_right_ttl a:hover,
.banner a:hover{
    opacity: 0.7;
}
.footer_contact > *{
    width: 50%;
    position: relative;
    overflow: hidden
}
.footer_contact > *:after,
.footer_contact > *:before{
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/footer_company.jpg) center center;
    background-size: cover;
    z-index: -2;
    transition: 0.6s;
}
.footer_contact > *:hover:after{
    transform: scale(1.05)
}
.footer_contact > *:after{
    background: url(img/footer_company.jpg) center center;
    background-size: cover;
}
.footer_contact > *:nth-child(1):after{
    background: url(img/footer_company.jpg) center center;
    background-size: cover;
}
.footer_contact > *:nth-child(2):after{
    background: url(img/footer_contact.jpg) center center;
    background-size: cover;
}
.footer_contact > *:before{
    content: "";
    display: block;
    height: 101%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #323232;
    z-index: -1;
    opacity: 0.7;
    mix-blend-mode: multiply
}
.footer_contact > * a{
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
    position: relative;
    padding: 70px 0 190px;
}
.footer_contact_ttl_jp{
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
}
.footer_contact_ttl_en{	
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 30px;
    display: block;
    margin-bottom: 20px;
}

.footer_contact_read_more{
    width: 200px;
    line-height: 70px;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    height: 70px;
    padding-right: 90px;
    display: block;
    margin: 25px auto 0;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%)
}
.footer_contact_read_more span{
    display: block;
    height: 70px;
    width: 70px;
    background: #0045aa;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.3s;
}
.footer_contact_read_more span:after{
    content:"\f061";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    z-index: 1;
    color: #FFF;
    left: calc( 50% - 10px );
    transition: 0.3s;
    top: 0;
}
.footer_contact a:hover .footer_contact_read_more span{
    transform: scale(1.4);
    background: #FFF;
}
.footer_contact a:hover .footer_contact_read_more span:after{
    transform: rotate(360deg);
    color: #0045aa;
}
.footer_list > *{
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 5px;
    color: #0045AA;
    color: #FFF;
    text-decoration: underline
}
.footer_content_left{
    width: 400px;
}
footer{
    padding: 50px 0;
    background: #323232
}
.footer_logo{
    margin: 0 ;
    width: 150px;
}
.footer_social{
    margin-left: 20px;
    padding-top: 10px;
}
.footer_social > *:nth-child(1){
    margin-right: 15px;
}
.footer_social > *  i{
    font-size: 24px;
    color: #DBDBDB;
}
adress{
    margin-top: 15px;
    display: block;
    color: #DBDBDB;
    font-size: 14px;
    line-height: 1.6em;
}
.footer_policy_list{
    margin-top: 25px;
}
.footer_policy_list > * a{
    color: #DBDBDB;
    font-size: 14px;
    line-height: 1.6em;
}
.footer_policy_list > * a i{
    font-size: 16px;
    margin-right: 4px;
    display: inline-block;
    width: 17px;
}

.lower_header{
    padding: 160px 0 120px;
    overflow: hidden;
    position: relative;
}
.lower_header:after{
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: url(img/dot.png) center center;
    background-size: 3px;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0.2;
}
.lower_header_ttl_jp{
    display: block;
    font-size: 18px;
    padding-left: 30px;
    position: relative;
}
.lower_header_ttl_jp:after{
    content: "";
    display: block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 3px;
    background: #01B0E0;
    mix-blend-mode: multiply
}
.lower_header_ttl_jp:before{
    content: "";
    display: block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 10px;
    background: #E11B68;
}
.lower_header_ttl_en{
    font-size: 70px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.2em;
}

.breadcrumb{
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}
.breadcrumb_inner > * a{
    font-size: 14px;
    padding: 5px 0;
    height: 32px;
    display: block;
    line-height: 1.6em;
    transition: 0.3s;
}
.breadcrumb_inner > *:nth-child(1) a{
    font-size: 12px;
}
.breadcrumb_inner > * a:hover{
    color: #0045AA;
}
.breadcrumb_inner > *{
    margin-right: 20px;
    position: relative;
}
.breadcrumb_inner > *:last-child{
    margin-right: auto
}
.breadcrumb_inner > *:after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    position: absolute;
    transform: rotate(45deg);
    right: -11px;
    top: 14px;
}
.breadcrumb_inner > *:last-child:after{
    display: none
}
.breadcrumb_inner > *:nth-child(1) a{
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #0045AA;
    padding: 5px 0;
    text-align: center;
    transition: 0.3s;
    color: #FFF;
}
.breadcrumb_inner > *:nth-child(1) a:hover{
    color: #FFF;
    background: #E11B68
}
.contents_wrap{
    padding: 70px 0 120px
}
.index{
    position: relative;
    width: 300px;
    padding-bottom: 40px;
}
.index ul{
    position: sticky;
    top: 100px;
}
.index ul li{
    margin-bottom: 5px;
}
.index ul li a{
    display: inline-block;
    padding-left: 15px;
    position: relative;
    transition: 0.2s;
}
.index ul li a:after{
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #000000;
    position: absolute;
    top: 11px;
    left: 0;
    transition: 0.3s;
}
.index.sec01 ul > li:nth-child(1) a,
.index.sec02 ul > li:nth-child(2) a,
.index.sec03 ul > li:nth-child(3) a,
.index.sec04 ul > li:nth-child(4) a,
.index.sec05 ul > li:nth-child(5) a,
.index.sec06 ul > li:nth-child(6) a,
.index.sec07 ul > li:nth-child(7) a{
    color: #E11B68;
    letter-spacing: 0.3em;
}
.index.sec01 ul > li:nth-child(1) a:after,
.index.sec02 ul > li:nth-child(2) a:after,
.index.sec03 ul > li:nth-child(3) a:after,
.index.sec04 ul > li:nth-child(4) a:after,
.index.sec05 ul > li:nth-child(5) a:after,
.index.sec06 ul > li:nth-child(6) a:after,
.index.sec07 ul > li:nth-child(7) a:after{
    background: #E11B68
}
.contents_wrap_right{
    width: calc( 100% - 340px )
}
.lower_ttl_01{
    margin-bottom: 15px;
}
.lower_ttl_01_en{
    display: block;
    font-size: 18px;
    padding-left: 30px;
    position: relative;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
}
.lower_ttl_01_en:after{
    content: "";
    display: block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 3px;
    background: #01B0E0;
    mix-blend-mode: multiply
}
.lower_ttl_01_en:before{
    content: "";
    display: block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 10px;
    background: #E11B68;
}
.lower_ttl_01_jp{
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
}
.lower_contact.lower_ttl_01{
    text-align: center;
}
.lower_contact .lower_ttl_01_en{
    display: inline-block;
    margin: 0 auto 15px;
    transform: translateX(-10px)
}
.lower_contact .lower_ttl_01_jp{
    display: block;
    text-align: center
}
.lower_txt_strong span{
    font-size: 26px;
    font-weight: bold;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    line-height: 1.4em;
    display: inline-block;
    color: #FFF;
}
.lower_txt_strong span:after{
    content: "";
    display: block;
    background: #000000;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.lower_sec_content{
    margin-bottom: 30px;
}
.contents_wrap_right > * {
    margin-bottom: 100px;
}
.contents_wrap_right > *:last-child{
    margin-bottom: 0;
}
.lower_sec_img_02 > *{
    width: calc( 50% - 10px );
}
img.bdr{
    border: 1px solid #eeeeee;
}
.lower_works_list > *{
    width: calc( 33.33333% - 10px );
    margin-bottom: 15px;
    border: 1px solid #eeeeee;
}
.lower_works_list > * a{
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    
}
.lower_works_list > * a img{
    transition: 0.3s;
}
.lower_works_list > * a:hover img{
    transform: scale(1.1)
}
.lower_works_list > * a:after{
    content:"\f08e";
    font-family: FontAwesome;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #0045AA;
    color: #FFF;
    border-radius: 50%;
    font-size: 13px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    opacity: 0;
    transition: 0.3s;
}
.lower_works_list > * a:before{
    content:"";
    font-family: FontAwesome;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    color: #FFF;
    font-size: 13px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    opacity: 0;
    transition: 0.3s;
}
.lower_works_list > * a:hover:before{
    opacity: 1;
}
.lower_works_list > * a:hover:after{
    opacity: 1;
}
.lower_works_list_ttl{
    margin-top: 10px;
}
.privacy-policy-title{
    padding-bottom: 5px;
    margin: 30px auto 5px;
    border-bottom: 1px solid #E8E9EA;
}
.privacy-policy-liststyle-none{
    margin: 15px auto;
}
.privacy-policy-liststyle-none li{
    padding-left: 2.8em;
    text-indent: -2.8em;
}
.privacy-policy-liststyle-none ol li{
    padding-left: 1.1em;
    text-indent: -1.1em;
}
.single_info_info{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.single_info_ttl{
    font-size: 25px;
    line-height: 1.6em;
    padding-bottom: 10px;
}
.lower_works_list_02 > *{
    width: calc(33.33333% - 16px);
    margin-bottom: 31px;
}
.lower_works_list_02 > * img{
    border: 1px solid #eeeeee;
}
.lower_works_list_02 > * h3{
    font-size: 17px;
    margin: 10px 0 15px;
    padding-left: 30px;
    position: relative;
}
.lower_works_list_02 > * h3:after{
    content: "";
    display: block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 3px;
    background: #01B0E0;
    mix-blend-mode: multiply
}
.lower_works_list_02 > * h3:before{
    content: "";
    display: block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 10px;
    background: #E11B68;
}
.lower_works_list_02 > * table{
    table-layout: fixed;
    width: 100%;
}
.lower_works_list_02 > * tr{
    border-bottom: 8px solid #FFF;
}
.lower_works_list_02 > * th{
    width: 80px;
}
.lower_works_list_02 > * th span{
    display: block;
    height: 32px;
    width: 100%;
    background: #323232;
    color: #FFF;
    font-weight: 600;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
}
.lower_works_list_02 > * td{
    font-size: 14px;
    line-height: 1.6em;
    letter-spacing: 0.01em;
    padding-left: 15px;
}

.under-works-list-left{
    overflow: hidden;
    position: relative;
}
.lower_works_list_02 a .under-works-list-right{
    transition: 0.3s;
}
.lower_works_list_02 a:hover .under-works-list-right{
    opacity: 0.7;
}
.lower_works_list_02 a img{
    transition: 0.3s;
    display: block;
}
.lower_works_list_02 a:hover img{
    transform: scale(1.1)
}
.under-works-list-left:after{
    content:"\f08e";
    font-family: FontAwesome;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #0045AA;
    color: #FFF;
    border-radius: 50%;
    font-size: 13px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    opacity: 0;
    transition: 0.3s;
}
.under-works-list-left:before{
    content:"";
    font-family: FontAwesome;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    color: #FFF;
    font-size: 13px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    opacity: 0;
    transition: 0.3s;
}
.lower_works_list_02 a .under-works-list-left:hover:before{
    opacity: 1;
}
.lower_works_list_02 a .under-works-list-left:hover:after{
    opacity: 1;
}
.single_works_ttl{
    font-size: 30px;
    line-height: 1.1em;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    vertical-align: middle;
    margin-bottom: 20px;
    position: relative;
    padding-left: 35px;
}
.single_works_ttl span{
    font-size: 11px;
    display: inline-block;
    margin-left: 20px;
    font-weight: normal;
    vertical-align: middle;
}
.single_works_ttl:after{
    content: "";
    display: block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 3px;
    background: #01B0E0;
    mix-blend-mode: multiply
}
.single_works_ttl:before{
    content: "";
    display: block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 10px;
    background: #E11B68;
}
.works-design-footer{
    margin-bottom: 60px;
}
.works-design-footer h3{
    padding: 15px 10px;
    font-size: 16px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    background: #0045AA;
    color: #FFF;
}
.works-design-header{
    margin-bottom: 30px;
}
.works-design-footer table tr:nth-child(even){
}
.works-design-footer table td {
    padding:5px;
}

.works-design-footer table {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 10px;
}

.works-design-footer table tr{
    border-bottom: 1px solid #E8E9EA;
}
.works-design-footer table th {
    text-align:left;
    padding:10px;
    width:100px;
}

.works-design-footer table tr:nth-child(even){
}
.works-design-footer table td {
    padding:5px;
}
.single_post_navigation{
    position: relative;
    height: 60px;
}
.single_post_navigation_more{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
}
.single_post_navigation_prev{
    position: absolute;
    top: calc( 50% + 7px );
    right: calc( 50% - 200px );
    transform: translateY(-50%) translateX(0%);
}
.single_post_navigation_next{
    position: absolute;
    top: calc( 50% + 7px );
    left: calc( 50% - 200px );
    transform: translateY(-50%) translateX(0%);
}
.single_post_navigation_next a,
.single_post_navigation_prev a{
    font-size: 12px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 0;
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: #f3f3f3;
    transition: 0.3s;
}
.single_post_navigation_next a,
.single_post_navigation_prev a{
    font-size: 14px;
}
.single_post_navigation_next a:hover,
.single_post_navigation_prev a:hover{
    color: #FFF;
    background: #0045AA
}
.txt_c{
    text-align: center
}
.pagination{
    margin: 30px auto 0;
    padding: 10px 0;
    text-align: center
}
.pagination a{
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0;
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #f3f3f3;
    transition: 0.3s;
}
.pagination a:hover{
    color: #FFF;
    background: #0045AA
}
.pagination span{
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0;
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #f3f3f3;
}
.pagination span.dots{
    background: none;
}
.pagination span.current{
    background: #0045AA;
    color: #FFF;
}

/*-------------------------------------------------------------------------
CONTACTFORM form_1
----------------------------------------------------------------*/
#form_1{
    margin-bottom: -80px;
}
#form_1 > p{
    height: 0;
    overflow: hidden;
    margin-bottom: 0;
}
.form_1{
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.form_1 th,
.form_1 td {
    position: relative;
    text-align: left;
    vertical-align: middle;
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
}
.form_1 tr:last-child th,
.form_1 tr:last-child td{
    border: none;
}
.form_1 th h2{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}
.form_1 th{
    width: 280px;
}
.form_1 th{
    padding-right: 30px;
}
.form_1 .fix-txt{
    margin-top: 30px;
    line-height: 1.8em;
}
.form_1 .fix-txt a{
    display: block;
    line-height: 1.8em;
    color: #4e4d4d;
    font-size: 25px;
    margin-top: 40px;
}
.form_1 .fix-txt a i{
    color: #FFAB00;
}
.form_1 .fix-title{
    font-size: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000000;
}
/*---formDesign---*/
.form_1 input[type="text"], 
.form_1 input[type="submit"],
.form_1 input[type="tel"],
.form_1 input[type="search"],
.form_1 input[type="email"],
.form_1 input[type="mail"],
.form_1 input[type="password"],
.form_1 textarea, 
.form_1 button,
.form_1 select{
    outline: 0;
    width: 100%;
    padding: 20px 15px 15px 10px;
    margin: 15px auto;
    outline: 0;
    border: 1px solid #DDDDDD;
    font-size: 16px;
    line-height: 1.2em;
    background: #FFF;
}
.form_1 textarea{
    height: 10em;
}
.form_1 input[type="text"]:focus,
.form_1 input[type="tel"]:focus,
.form_1 select:focus,
.form_1 textarea:focus{
    border-color: #00b0df;
}
  
/*---selectBox---*/
.form_1 select {
    width: 100%;
    padding: 15px 60px 15px 10px;
    background-image: url(img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px 20px;
    vertical-align: middle;
    border: 1px solid #DDDDDD;
    margin: 15px auto;
}

/*---btn---*/
.form_1_btn .button_wrap{
    height: 70px;
    width: 320px;
    margin: 30px auto 10px;
}
.form_1_btn .button_wrap input,
.form_1_btn .button_wrap a{
    width: 100%;
    display: block;
    cursor: pointer;
    border: none;
    margin: 0 auto;
    background: #0045aa;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s;
    height: 70px;
    width: 320px;
    border-left-radius: 50%;
    border-radius: 50px;
}

.form_1_btn .button_wrap.back_btn input{
    background: #E11B68;
}
.form_1_btn .button_wrap:hover input,
.form_1_btn .button_wrap a{
    background: #E11B68;
}
.form_1 .required{
    background: #ff0000;
    display: inline-block;
    font-size: 10px;
    padding: 0 10px;
    color: #FFF;
    margin-left: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
}
.mw_wp_form .error{
    color: #ff0000 !important;
    line-height: 1em;
    font-size: 12px;
}
.form_chuki .error{
    margin-top: 10px;
}
/*---radioBox---*/
.form_radio span{
    display: inline-block;
    margin: 5px;
}
.form_1 .form_radio input[type="radio"]{
    display: none;
}
.form_1 .form_radio label{
    cursor: pointer;
    padding-right: 15px;
    color: #b0b0b0;
    font-weight: bold;
    
}
.form_1 .form_radio label .mwform-radio-field-text:before{
    content:"\f1db";
    font-family: FontAwesome;
    margin-right: 7px;
    color: #ccc;
    font-size: 20px;
    position: relative;
    top: 2px;
}
.form_1 .form_radio label input[type="radio"]:checked + .mwform-radio-field-text{
    color: #BF9F00;
}
.form_1 .form_radio label input[type="radio"]:checked + .mwform-radio-field-text:before{
    content:"\f05d";
    font-family: FontAwesome;
    color: #BF9F00;
}
.contact_check{
    margin-top: 80px;
}
.form_chuki{
    padding: 15px 15px 5px;
    border: 1px solid #dddddd;
    text-align: center;
    max-width: 500px;
    margin: 0 auto 20px;
    background: #f8f8f8
}
.form_chuki p{
    font-size: 13px;
    line-height: 1.6em;
}
.mwform-checkbox-field{
    text-align: center;
    padding: 0 0 0 25px;
    border-radius: 10px;
    display: inline-block;
}
.checkbox {
  display: none;
}
.checkbox + .mwform-checkbox-field-text {
  position: relative;
  font-weight: bold;
}
.checkbox + .mwform-checkbox-field-text:before {
  content: "\f14a";
  color: #ccc;
  font-size: 26px;
  font-family: FontAwesome;
  transition: 0.3s;
  position: absolute;
  left: -30px;
  top: 0;
}
.checkbox:checked + .mwform-checkbox-field-text:before {
  content: "\f14a";
  color: #ff0000;
}
@media screen and (max-width:767px) {
    .form_1 th,
    .form_1 td{
        display: block;
        width: 100%;
    }
    .form_1 th h2{
        font-weight: normal;
        font-size: 14px;
    }
    .form_1 th,
    .form_1 td{
        padding: 0;
    }
    .form_1 td{
        padding-bottom: 20px;
    }
    .form_1 th{
        padding: 10px 0 10px 15px;
        position: relative;
        line-height: 1em;
    }
    .form_1 .required{
        background: none;
        color: #ff0000;
        margin-left: 5px;
    }
    .form_1 th:after{
        content: "";
        display: block;
        height: 60%;
        width: 2px;
        background: #000000;
        position: absolute;
        top: 17%;
        left: 0;
    }
    .form_1 input[type="text"], 
    .form_1 input[type="submit"],
    .form_1 input[type="tel"],
    .form_1 input[type="search"],
    .form_1 input[type="email"],
    .form_1 input[type="mail"],
    .form_1 input[type="password"],
    .form_1 textarea, 
    .form_1 button,
    .form_1 select{
        margin: 5px auto 0;
        padding: 10px 10px 10px 10px;
    }
    .form_1 th {
        border: none;
    }
    .form_1 tr:last-child th{
    }
    .form_1 td {
        border-bottom: none;
    }
    .form_1_btn .button_wrap{
        width: 100%;
    }
    .form_1_btn .button_wrap input{
        width: 100%;
    }
    .contact_btn_tel{
        width: 100%;
    }
    .contact_btn_tel a{
        width: 100%;
    }
    .contact_btn_tel a span i{
        display: inline;
    }
    .contact_btn_tel a span{
        width: 100%;
    }
    .contact_btn_tel a:before{
        width: calc(100% + 4px);
    }
    .step_bar .step:before, .step_bar .step:after {
      position: absolute;
      left: -15px;
      display: block;
      content: '';
      background-color: #FFF;
      border-left: 4px solid #DEDEDE;
      width: 20px;
      height: 20px;
    }
    .required{
        margin-left: 4px;
    }
}
.contact_btn_tel a{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.contact_btn_tel_txt{
    font-size: 20px;
}
.contact_btn_tel_num{
    font-size: 38px;
}
.contact_btn_tel{
    text-align: center;
    margin-top: 30px;
}
.lower_contact_head{
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eeeeee;
}
.table_type02 {
  border: 1px solid #eeeeee;
  width: 100%;
  margin: 20px auto 0;
}
.table_type02.last {
    margin-bottom: 0;
}
.table_type02 tr {
  border-bottom: 1px solid #eeeeee
}

.table_type02 tr th {
  width: 200px;
  vertical-align: middle;
background: #f8f8f8;
}

.table_type02 tr td {
  text-align: left;
  line-height: 1.8em;
}

.table_type02 ul li {
    padding-left: 15px;
    position: relative;
}
.table_type02 ul li:after{
    content: "";
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #000000;
    position: absolute;
    top: 10px;
    left: 0;
}
.table_type02 a{
    color: #0081ff;
    text-decoration: underline;
}
.table_type02 a:hover{
    text-decoration: none;
}
/*ACCESS*/
.gmap{
    height: 400px;
    width: 100%;
    margin-top: 30px;
}
.gmap iframe{
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 751px) {
  .table_type02 tr th {
    width: 200px;
    padding: 20px
  }
  .table_type02 tr td {
    padding: 20px 40px;
    font-size: 14px
  }
}

@media only screen and (max-width: 750px) {
  .table_type02 tr th {
    width: 100%;
    padding: 20px
  }
  .table_type02 tr th, .table_type02 tr td {
    display: block
  }
  .table_type02 tr th {
    padding: 10px 15px
  }
  .table_type02 tr td {
    padding: 20px 15px
  }
}
.tel{
	font-family: 'Montserrat', sans-serif;
}
.nav_btn_inner{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    position: relative;
}
/*SP NAV*/
.nav_btn {
  display: none;
  position: fixed;
  top: 15px;
  width: 50px;
  height: 50px;
  right: 10px;
  cursor: pointer;
  z-index: 101;
  transition: 0.3s;
  -webkit-tap-highlight-color: transparent; /* 強調をなくす */
}
.nav_btn.fixed{
  top: 8px;
  right: 5px;
}
.nav_btn .icon {
  -webkit-transition: all 0.4s ease-out;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 2px;
  background: #0045AA;
  z-index: 100000;
}
.nav_btn .icon:before, .nav_btn .icon:after {
  -webkit-transition: all 0.25s ease-out;
  position: absolute;
  height: 2px;
  background: #0045AA;
  content: '';
  width: 30px;
  box-shadow: 0px 1px 10px rgba(255, 255, 255, 1),0px 1px 10px rgba(255, 255, 255, 1);
}
.nav_btn .icon:before {
  top: -8px;
  left: 0;
  box-shadow: 0px 1px 10px rgba(255, 255, 255, 1),0px 1px 10px rgba(255, 255, 255, 1);
}
.nav_btn .icon:after {
  top: 8px;
  left: 0;
  box-shadow: 0px 1px 10px rgba(255, 255, 255, 1),0px 1px 10px rgba(255, 255, 255, 1);
}
.nav_btn.open .icon {
  -webkit-transition: all 0.4s ease-out;
  background-color: transparent;
  -webkit-transform: rotate(180deg);
}
.nav_btn.open .icon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
}
.nav_btn.open .icon:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
}
.sp_nav{
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  visibility: hidden;
  padding-top: 70px;
  z-index: 100;
  opacity: 0;
  transition: 0.3s;
  overflow: hidden;
  background-image: linear-gradient(-20deg, #fc00ff 0%, #20b2da 60%, #20b2da 100%);
}
.sp_nav_bg{
  -ms-filter: blur(15px);
  filter: blur(15px);
  position: absolute;
  display: block;
  top: calc( 50% + 100px );
  left: 50%;
  margin: 0 auto;
  z-index: -1;
  transition: 0.3s;
  opacity: 1;
  transform: scale(1.1) translate(-50%,-50%);
}
.sp_nav.open .sp_nav_bg{
  transform: scale(1.1) translate(-50%,-50%);
}
.sp_nav_bg #sp_video{
  height: 150vh
}
.sp_nav.open{
  visibility: visible;
  opacity: 1;
}
.sp_nav_inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.sp_nav_inner_list > li{
  margin-bottom: 30px;
}
.sp_nav_inner_list > li:last-child{
  margin-bottom: 0;
}
.sp_nav_inner_list > li > a{
  color: #FFF;
  line-height: 1em;
  display: block;
  position: relative;
  text-align: center;
  text-shadow: rgba(0, 69, 170, 0.238) 0 0 5px, rgba(0, 69, 170, 0.238) 0 0 5px, rgba(0, 69, 170, 0.238) 0 0 5px, rgba(0, 69, 170, 0.238) 0 0 5px;
}
span.sp_nav_en{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1em;
    display: block;
    position: relative;
    transition: 0.2s;
    font-size: 30px;
}
span.sp_nav_jp{
    display: inline-block;
    line-height: 1em;
    margin-top: 6px;
    font-size: 15px;
    text-align: center;
    transition: 0.1s;
    font-weight: 600;
}
@media only screen and (max-width: 1250px) {
  .contents_wrap{
      padding: 30px 0 40px
  }
  .mv_txt_left{
    font-size: 40px;
    letter-spacing: 0em;
  }
  .mv_txt_right{
    width: 120px;
    height: 120px;
    position: relative;
  }
  .mv_txt_right_arrow{
    position: absolute;
    width: 8px;
    top: 30px;
    left: 55px;
  }
  nav ul > *{
    margin-right: 15px;
    margin-bottom: 1px;
  }
  .top_web_inner_img{
      width: calc( 100% - 650px );
  }
  .top_print_inner{
      padding: 50px 35px 0;
  }
  .ttl_01_jp{
      font-size: 16px;
      padding-left: 30px;
      letter-spacing: -0.02em;
  }
  .ttl_01_en{
      font-size: 50px;
  }
  .ttl_01_jp:after{
      top: 1px;
  }
  .ttl_01_jp:before{
      top: 1px;
  }

  .text_animation{
      background-size: auto 100px;
      height: 100px;
      top: 30px;
  }
  .text_animation.text_animation_web{
    background: url(img/textanimatoin_web.jpg) repeat-x 50%;
    background-size: auto 120px;
    height: 120px;
    top: 0
  }
  .footer_content_left{
      width: 300px;
  }
  .footer_content_right_list > *{
      margin-right: 20px;
  }
  .footer_content_right_ttl a,
  .footer_content_right_list a{
    font-size: 13px;
  }
  .banner ul li{
      width: 200px;
  }
  .lower_header{
      padding: 120px 0 80px;
      overflow: hidden;
      position: relative;
  }
  .lower_header_ttl{
    text-align: center;
  }
  .lower_header_ttl_en{
      font-size: 40px;
      margin-top: 10px;
      line-height: 1em;
      display: block;
  }
  .lower_header_ttl_jp{
    margin-bottom: 10px;
    display: inline-block;
  }
  #video{
      width: auto;
      height: 120%;
  }
}
@media only screen and (max-width: 1150px) {
  span.nav_en{
    font-size: 13px;
    letter-spacing: 0;
  }
  span.nav_jp{
    font-size: 13px;
  }
  .mv_txt_left{
    font-size: 30px;
    letter-spacing: 0em;
  }
  .mv_txt_right{
    width: 120px;
    height: 120px;
    position: relative;
  }
  .mv_txt_right_arrow{
    position: absolute;
    width: 8px;
    top: 30px;
    left: 55px;
  }
  .top_advantage{
    padding: 40px 0;
  }
  .top_web{
      padding: 50px 0;
      position: relative;
  }
  .top_web .wrapper{
    margin-top: 30px;
  }
  .top_web .wrapper a{
    margin: 0 auto;
  }
  .top_web_inner.fle_btw{
    flex-direction: column-reverse;
  }
  .top_web_inner_content{
      width: 100%;
      margin-top: 40px;
  }
  .top_web_inner_img{
      width: 100%;
      position: relative;
  }
  .top_web_inner_img ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .top_web_inner_img li{
      width: calc( 25% - 15px );
  }
  .top_web_inner_img li:nth-child(1){
      top: auto;
      position: relative;
      margin-right: 20px;
  }
  .top_web_inner_img li:nth-child(2){
    top: auto;
    position: relative;
    margin-right: 20px;
  }
  .top_web_inner_img li:nth-child(3){
    top: auto;
    position: relative;
    margin-right: 20px;
  }
  .top_web_inner_img li:nth-child(4){
    top: auto;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
  }
  .top_web_inner_img li:nth-child(5){
    top: auto;
    position: relative;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 0;
    z-index: 2;
    margin-top: -40px;
  }
  .top_web_inner_img li:nth-child(6){
    top: auto;
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 0;
    z-index: 2;
    margin-top: -40px;
  }
  .top_web_inner_img li:nth-child(7){
    top: auto;
    position: relative;
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 0;
    z-index: 2;
    margin-top: -40px;
  }
  .text_animation.text_animation_web{
    background-size: auto 90px;
    height: 90px;
    top: -10px
  }
  .ttl_01{
    text-align: center;
  }
  .ttl_strong_txt{
    text-align: center;
    margin-bottom: 30px;
  }
  .top_service_tag{
      max-width: 600px;
      margin: 0 auto 10px;
  }
  .top_service_tag.fle_l{
    justify-content: center;
  }
  .top_service_tag{
      transform: translateX(8px)
  }
  #video{
      width: auto;
      height: 110%;
  }
  .btn_02{
      right: 20px;
  }
  header h1{
    width: 125px;
    transform: translateY(-3px)
  }
  .footer_contact > * a{
      padding: 40px 0 110px;
  }
  .footer_contact_read_more{
      bottom: 30px;
  }
}
@media only screen and (max-width: 1026px) {
  .lower_sec_img_02 > *{
      width: calc( 50% - 2px );
  }
  .lower_ttl_01{
      margin-bottom: 15px;
  }
  .lower_ttl_01_en{
      font-size: 14px;
      padding-left: 25px;
  }
  .lower_ttl_01_en:after{
      height: 10px;
      width: 10px;
  }
  .lower_ttl_01_en:before{
      height: 10px;
      width: 10px;
  }
  .lower_ttl_01_jp{
      font-size: 24px;
  }
  .lower_txt_strong span{
      font-size: 22px;
      padding: 10px 15px;
      line-height: 1.4em;
  }

  .index{
    display: none;
  }
  .contents_wrap_right{
    width: 100%
  }
  .contents_wrap_right > * {
      margin-bottom: 40px;
  }
  .contents_wrap_right > *:last-child{
      margin-bottom: 30px;
  }
  .sp_header_logo,
  .sp_nav_inner,
  .nav_btn {
    display: block;
  }
  .inner,
  .wide_inner,
  .narrow_inner{
    width: calc( 100% - 15px );
  }
  nav{
    display: none !important;
  }
  .mv_bg_img{
      position: absolute;
      left: 50%;
      top: 100px;
      transform: translate(-50%,0);
      width: 100%;
      mix-blend-mode: color-burn;
      opacity: 1;
      pointer-events: none
  }
  .mv{
    width: 100%;
    height: auto;
    min-height: 740px; 
    position: relative;
    overflow: hidden;
  }
  #video{
      width: auto;
      height: 130%;
  }
  .mv_bg.fixed #video{
      transform: scale(1.8) translate(-30%,-35%) rotate(20deg);
      opacity: 0;
  }
  .mv_content{
    padding: 0;
  }
  .mv_txt_left{
    display: block;
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
  }
  .mv_txt_right{
    margin: 0 auto
  }
  
  
  .top_advantage{
    padding: 40px 0 30px;
  }
  .top_advantage_list{
    padding: 20px 0 30px
  }
  .top_advantage_list img{
    width: 60px;
  }
  .top_advantage_list > *{
    text-align: center;
    margin-right: 10px;
  }
  
  .top_advantage_list > *:nth-child(1){
    width: 180px;
  }
  .top_advantage_list > *:nth-child(1) .top_advantage_txt,
  .top_advantage_list > *:nth-child(1) img{
    transform: translateX(-20px)
  }
  .top_advantage_list > *:nth-child(2){
    width: 200px;
  }
  .top_advantage_list > *:nth-child(2) .top_advantage_txt,
  .top_advantage_list > *:nth-child(2) img{
    transform: translateX(-20px)
  }
  .top_advantage_list > *:nth-child(3){
    width: 150px;
  }
  .top_advantage_list > *:nth-child(3) .top_advantage_txt,
  .top_advantage_list > *:nth-child(3) img{
    transform: translateX(-27px)
  }
  .top_advantage_list > *:nth-child(4){
    width: 170px;
  }
  .top_advantage_list > *:nth-child(4) .top_advantage_txt,
  .top_advantage_list > *:nth-child(4) img{
    transform: translateX(-27px)
  }
  
  .counter{
    font-size: 60px;
  }
  
  
  .top_advantage_txt{
    font-size: 15px;
  }
  .top_advantage_list02 > *{
    width: calc( 50% - 5px );
    margin-bottom: 10px;
    padding: 10px 15px 10px;
  }
  .top_advantage_list02 > *:nth-child(2n){
    margin-left: 10px;
  }
  .top_advantage_list02 h3{
    font-size: 18px;
    line-height: 1.6em;
  }
  .top_advantage_list02 h3:before{
    font-size: 11px;
    top: 10px;
  }
  .top_web{
      padding: 50px 0 50px;
      position: relative;
  }
  .top_print{
    padding: 70px 0 50px;
  }
  .top_print:after{
      background: #f8f8f8;
  }
  .top_print_inner{
      padding: 0;
      margin: 0 auto;
  }
  .top_print_inner:after{
    display: none;
  }
  .text_animation.text_animation_print {
    mix-blend-mode: multiply;
    opacity: 0.03;
    top: 40px;
    background-size: auto 100px;
    height: 100px;
    bottom: auto;
  }
  .top_graphic_list > *{
      width: calc( 25% - 10px );
      box-shadow: 0 12px 36px 0 rgba(44, 113, 132, 0.4), 0 12px 36px 0 rgba(61, 111, 133, 0.3);
      border-radius: 5px;
  }
  .top_news{
      padding: 40px 0 60px;
      position: relative;
      border-top: 1px solid #eeeeee;
  }
  .top_blog{
    padding: 40px 0 40px;
      background: #FFF;
  }
  footer > .fle_btw{
    flex-direction: column-reverse;
  }
  .footer_content_left{
    width: 100%;
    margin-top: 30px;
    text-align: center
  }
  .footer_content_left .fle_l{
    justify-content: center;
  }
  .footer_content_right_list > *{
      margin-right: 20px;
  }
  .footer_content_right_list > *:last-child{
      margin-right: auto;
  }
  .footer_content_right_list > *:first-child{
      margin-left: auto;
  }
  .footer_content_right_list.fle_l{
    justify-content: center;
  }
  .banner .fle_l{
    justify-content: center;
  }
  .banner ul li{
      width: 200px;
  }
  .footer_content_right_ttl{
    text-align: center;
    margin-bottom: 20px;
  }
  .footer_content_right_ttl a{
    margin: 0 auto;
  }
  .footer_logo{
      margin: 0 ;
      width: 120px;
  }
}
@media only screen and (max-width: 940px) {
  .blog_list_wrap > *{
    width: calc( 50% - 10px );
    margin-bottom: 20px;
  }
  .blog_list_thumb{
    width: 100%;
  }
  .btn_02{
    position: relative;
    top: auto;
    right: auto;
    margin: 30px auto 0;
  }
  .ttl_03{
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }
  .top_news{
    background: #f8f8f8;
    border-top: none;
  }
  .top_blog_txt{
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .footer_contact > *{
      width: 100%;
      position: relative;
      overflow: hidden
  }
}
@media only screen and (max-width: 780px) {
  .top_advantage_list > *:nth-child(1){
    width: 160px;
  }
  .top_advantage_list > *:nth-child(2){
    width: 180px;
  }
  .top_advantage_list > *:nth-child(3){
    width: 140px;
  }
  .top_advantage_list > *:nth-child(4){
    width: 140px;
  }
  .counter{
    font-size: 50px;
  }
  .top_advantage_count_txt{
    transform: translateY(5px)
  }
  .mv_txt_left{
    font-size: 20px;
    letter-spacing: 0em;
  }
  .top_advantage_list{
    padding: 0 0 10px
  }
  .top_advantage_list02 > *{
    width: 100%;
  }
  .top_advantage_list02 > *:nth-child(2n){
    margin-left: auto;
  }
  .top_print{
    padding: 50px 0;
  }
  .top_print .wrapper a{
      margin: 30px auto 0;
  }
  .top_print_inner p{
    text-align: left;
    margin-bottom: 25px;
  }
  .top_print_inner p br{
    display: none;
  }
  .top_blog_txt{
    text-align: left;
    margin-left: 0;
  }
  .top_blog_txt br{
    display: none;
  }
  .top_news_list_ttl{
    width: 100%;
    margin-top: 10px;
  }
  .top_news_list{
    margin-top: 30px;
  }
  .top_news_list > * a{
    padding: 14px 50px 14px 0;
  }
  .footer_content_left{
    margin-top: 0;
  }
  .footer_content_right{
    display: none;
  }.lower_works_list_02 > *{
      width: calc(50% - 8px);
      margin-bottom: 16px;
  }
  .contents_wrap_right > * {
      margin-bottom: 30px;
  }
  .lower_works_list > *{
    width: calc( 50% - 7px );
  }
}
@media only screen and (max-width: 720px) {
  .top_advantage_list > *:nth-child(1){
    width: 40%;
    margin: 0 0 20px auto;
  }
  .top_advantage_list > *:nth-child(2){
    width: 40%;
    margin: 0 auto 0 0;
  }
  .top_advantage_list > *:nth-child(3){
    width: 40%;
    margin: 0 0 20px auto;
  }
  .top_advantage_list > *:nth-child(4){
    width: 40%;
    margin: 0 auto 0 0;
  }
  .counter{
    font-size: 73px;
  }
  span.sp_nav_en{
      font-size: 18px;
  }
  span.sp_nav_jp{
      font-size: 13px;
  }
}
@media only screen and (max-width: 680px) {
  .lower_works_list{
    margin-top: -15px
  }
  .lower_works_list > *{
    width: 100%;
  }
  .lower_header{
      padding: 80px 0 60px;
      overflow: hidden;
      position: relative;
  }
  .lower_header_ttl{
    text-align: center;
  }
  .lower_header_ttl_en{
      font-size: 30px;
      margin-top: 0;
      line-height: 1em;
      display: block;
  }
  .lower_header_ttl_jp{
    font-size: 15px;
  }
  .nav_btn{
    top: 8px;
    right: 5px;
  }
  .mv{
    width: 100%;
    height: auto;
    min-height: 0;
  }
  #video{
      width: auto;
      height: 100%;
      top: 50%;
      left: -190px;
      transform: translate(0,-50%);
      opacity: 1;
      transform: 0.1s
  }
  .mv_bg.fixed #video{
      transform: scale(1.5) translate(10%,-50%) rotate(0);
      opacity: 0;
  }
  .mv_bg_img{
      position: relative;
      left: 0;
      top: auto;
      transform: translate(0,0);
      margin-top: 80px;
  }
  .mv_txt_left{
    font-size: 20px;
    letter-spacing: -0.05em;
    width: 100%;
  }
  .mv_content{
    position: relative;
    left: auto;
    bottom: auto;
    transform: translateX(0);
    width: 100%;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  header{
    padding: 10px;
  }
  header h1{
    width: 100px;
    transition: 0.2s;
  }
  .ttl_02_jp{
      font-size: 20px;
  }
  .ttl_02_en{
      font-size: 35px;
  }
  .top_advantage_list02 > *{
    padding: 10px 15px 0;
  }
  .ttl_strong_txt{
    text-align: center;
    margin-bottom: 20px;
  }
  .top_service_tag,
  .top_print .top_service_tag{
      transform: translateX(4px);
  }
  .top_service_tag li{
      padding: 1px 13px 3px;
      font-size: 11px;
      letter-spacing: -0.02em;
      margin-right: 4px;
  }
  .ttl_01_en{
    font-size: 35px;
  }
  .ttl_03_en{
    font-size: 35px;
  }
  .ttl_strong_txt{
    font-size: 24px;
  }
  .text_animation {
    background-size: auto 70px;
    height: 70px;
  }
  .top_web{
      padding: 50px 0 20px;
      position: relative;
  }
  .top_web_inner_content{
      width: 100%;
      margin-top: 20px;
  }
  .top_web_inner_img li img{
      border-radius: 3px;
  }
  .top_web_inner_img li{
      width: calc( 25% - 6px );
  }
  .top_web_inner_img li:nth-child(1){
      margin-right: 6px;
      margin-left: auto;
  }
  .top_web_inner_img li:nth-child(2){
    margin-right: 6px;
  }
  .top_web_inner_img li:nth-child(3){
    margin-right: 6px;
  }
  .top_web_inner_img li:nth-child(4){
    margin-right: auto;
    margin-left: 0;
  }
  .top_web_inner_img li:nth-child(5){
    margin-top: -20px;
  }
  .top_web_inner_img li:nth-child(6){
    margin-right: 6px;
    margin-left: 6px;
    margin-top: -20px;
  }
  .top_web_inner_img li:nth-child(7){
    margin-top: -20px;
  }
  .blog_list_wrap > *{
      width: 100%;
      margin: 0 auto 30px;
  }
  .blog_list_wrap > *:last-child{
    margin-bottom: 0;
  }
  .footer_contact > * a{
      padding: 30px 0 110px;
  }
  .footer_contact_read_more{
      bottom: 30px;
  }
  .footer_contact_ttl_jp{
      font-size: 14px;
      margin-bottom: 10px;
  }
  .footer_contact p{
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 15px;
    letter-spacing: 0em
  }
  .lower_works_list_02 > *{
      width: 100%;
      margin-bottom: 16px;
  }
  .lower_works_list_02 > * h3{
      font-size: 15px;
      margin: 10px 0 12px;
  }
  .pagination{
      margin: 10px auto 0;
  }
  .lower_txt_strong {
    margin-bottom: 10px;
  }
  .lower_txt_strong span{
      font-size: 18px;
      line-height: 1.4em;
      color: #000000;
      padding: 0;
      letter-spacing: 0.01em;
      padding: 10px 15px;
      background: #f8f8f8
  }
  .lower_txt_strong span:after{
    display: none;
  }
  .gmap{
      height: 200px;
      width: 100%;
      margin-top: 30px;
  }
}
@media only screen and (max-width: 510px) {
  .mv_txt_left{
    font-size: 16px;
  }
  .top_graphic_list{
    margin-bottom: -10px;
  }
  .top_graphic_list > *{
    width: calc( 50% - 8px );
    margin-bottom: 16px;
  }
  .top_print .ttl_01_en{
    font-size: 26px;
    letter-spacing: 0;
  }
  .top_advantage_list{
    margin: 30px auto;
  }
  .top_advantage_list > *:nth-child(1){
    width: calc( 50% - 10px );
    margin: 0 0 20px auto;
  }
  .top_advantage_list > *:nth-child(2){
    width: calc( 50% - 10px );
    margin: 0 auto 0 0;
  }
  .top_advantage_list > *:nth-child(3){
    width: calc( 50% - 10px );
    margin: 0 0 20px auto;
  }
  .top_advantage_list > *:nth-child(4){
    width: calc( 50% - 10px );
    margin: 0 auto 0 0;
  }
  .counter{
    font-size: 60px;
  }
}
@media only screen and (max-width: 470px) {
  .top_advantage_list{
    margin: 30px auto 20px;
  }
  .top_advantage_list > *:nth-child(1){
    width: calc( 50% - 30px );
    margin: 0 0 20px auto;
  }
  .top_advantage_list > *:nth-child(2){
    width: calc( 50% - 30px );
    margin: 0 auto 0 0;
  }
  .top_advantage_list > *:nth-child(3){
    width: calc( 50% - 30px );
    margin: 0 0 20px auto;
  }
  .top_advantage_list > *:nth-child(4){
    width: calc( 50% - 30px );
    margin: 0 auto 0 0;
  }
  .counter{
    font-size: 50px;
  }
  .top_advantage_list > *:nth-child(1) .top_advantage_txt,
  .top_advantage_list > *:nth-child(1) img{
    transform: translateX(0)
  }
  .top_advantage_list > *:nth-child(2) .top_advantage_txt,
  .top_advantage_list > *:nth-child(2) img{
    transform: translateX(0)
  }
  .top_advantage_list > *:nth-child(3) .top_advantage_txt,
  .top_advantage_list > *:nth-child(3) img{
    transform: translateX(0)
  }
  .top_advantage_list > *:nth-child(4) .top_advantage_txt,
  .top_advantage_list > *:nth-child(4) img{
    transform: translateX(0)
  }
}
@media only screen and (max-width: 400px) {
  .top_advantage_list{
    margin: 30px auto 20px;
  }
  .top_advantage_list > *:nth-child(1){
    width: calc( 50% - 5px );
    margin: 0 0 10px auto;
  }
  .top_advantage_list > *:nth-child(2){
    width: calc( 50% - 5px );
    margin: 0 auto 0 0;
  }
  .top_advantage_list > *:nth-child(3){
    width: calc( 50% - 5px );
    margin: 0 0 10px auto;
  }
  .top_advantage_list > *:nth-child(4){
    width: calc( 50% - 5px );
    margin: 0 auto 0 0;
  }
  .counter{
    font-size: 50px;
  }
}
@media only screen and (max-width: 350px) {
  .mv_txt_left{
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
}
@media only screen and (max-width: 400px) {
}
@media only screen and (max-width: 360px) {
}
.tel_link{
	pointer-events: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.tel_link{
		pointer-events: none;
	}
}
@media screen and (max-width:480px) {
	.tel_link{
		pointer-events: auto;
	}
	.spinner{
		width: 40px;
		border: 2px solid #c9181d;
		border-radius: 50%;
	    position: absolute;
	    bottom: 120px;
		right: 30px;
	}
}