@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;200;300;400;600;700&family=MuseoModerno:wght@300;600&family=Noto+Sans+JP:wght@400&display=swap');

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(16, 16, 16, 0);
	scroll-behavior: smooth;
	height: 100%;
}

body {
	margin: 0;
	font-family: 'Kumbh Sans', sans-serif;
	font-size: 16px;
	line-height: 1;
	color: #000000;
	text-align: left;
	background: #eae5d9;
	letter-spacing: 0.075rem;
}

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

p {
	margin: 0;
	padding: 0;
	line-height: 1;
}

a{
	color: #000000;
	text-decoration: none;
}

h2{
	font-family: 'MuseoModerno', sans-serif;
	font-size: 24px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 60px;
    line-height: 1;
	letter-spacing: 0.5rem;
}

input, textarea{
	box-sizing: border-box;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: #ffffff !important;
    color: fieldtext !important;
}

#about::before  {
    display: block;
    height: 5rem;
    margin-top: -5rem;
    content: "";
}

#service::before, #mission::before, #value::before, #featured::before, #initiative::before, #contact::before, #clients::before, #contactform::before  {
    display: block;
    height: 8rem;
    margin-top: -8rem;
    content: "";
}

.Text-Span {
	position: relative;
	z-index: 1;
}

.Text-Span:before {
	content: '';
	position: absolute;
	right: 1090px;
	top: 3px;
	width: 0%;
	height: 18px;
	background: #ffee00;
	z-index: -1;
	transition: all 3s;
}

.Text-Span.isActive:before {
	width: 100vw;
}


.for_pc {
	display: inherit!important;
}


.for_sp {
	display: none!important;
}


.is-show {
	display: inherit;
	transform: translateY(0);
}

#nav-toggle {
	display: inherit;
	top: 20px;
	right: 20px;
	cursor: pointer;
	position: absolute;
}

#nav-toggle > div {
	position: relative;
	width: 28px;
	border: 2px solid #000000;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

.open #nav-toggle > div {
	border: 2px solid #ffffff;
}

#nav-toggle span {
	width: 26px;
	height: 6px;
	left: 17px;
	display: block;
	background: #000000;
	position: absolute;
	transition: top .3s ease, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, top .3s ease;
	transition: transform .3s ease-in-out, top .3s ease, -webkit-transform .3s ease-in-out;
}

body.hamburger #nav-toggle span {
	background: #000000;
}

body.hamburger.open #nav-toggle span {
	background: #ffffff;
}

#nav-toggle span:nth-child(1) {
	top: 18px;
}

#nav-toggle span:nth-child(2) {
	top: 36px;
}

#nav-toggle:hover > div {
	background: #ffee00;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.open #nav-toggle:hover > div {
	background: none;
}

.open #nav-toggle span {
	background: #fff;
	width: 36px;
}

.open #nav-toggle span:nth-child(1) {
	top: 27px;
    left: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
	top: 27px;
    left: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-toggle {
	z-index: 1000;
}

#container {
	z-index: 900;
}

.open {
	overflow: hidden;
}

.open #gloval-nav {
	display: flex;
	visibility: visible;
	opacity: 1;
}

.open #gloval-nav li {
	opacity: 1;
}

#gloval-nav {
	opacity: 0;
	display: none;
}

#gloval-nav {
	background-color: rgba(0,0,0,0.9);
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	text-align: center;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity .3s ease, visibility .3s ease;
}

.gloval_nav_logo_top {
	position: absolute;
	left: 20px;
	top: 20px;
}

.gloval_nav_logo_top img {
    width: 360px;
}

.gloval_nav_wrap{
	display: flex;
	overflow: auto;
    -webkit-overflow-scrolling: touch;
	padding: 50px 0;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.gloval_nav_wrap::-webkit-scrollbar {
	display:none;
}

.gloval_nav_logo {
    margin-right: 80px;
}

.gloval_nav_logo img {
    width: 160px;
}

.gloval_nav_con ul {
	text-align: left;
}

.gloval_nav_con ul li {
	margin-bottom: 35px;
}

.gloval_nav_con ul li a {
	color: #ffffff;
	font-size: 24px;
	display: inline;
	background-image: linear-gradient(90deg, #ffee00, #ffee00); 
	background-repeat: no-repeat;
	background-position: left bottom; 
	background-size: 0 100%; 
	cursor: pointer;
}

.gloval_nav_con ul li a:hover {
	transition: all 0.4s ease;
	background-size: 100% 100%;
	color: #000000;
}

.gloval_nav_sns ul {
	margin-top: 100px;
	display: flex;
}	

.gloval_nav_sns ul li {
	margin-right: 35px;
}	

.gloval_nav_sns ul li.chatwork img {
	width: 120px;
	margin-top: -3px;
}	

.gloval_nav_con ul li.chatwork a:hover {
	transition: none;
	background: none;
}


.gloval_nav_sns ul li:last-child {
	margin-right: 0;
}	

.gloval_nav_sns ul li a {
	font-size: 18px;
}	


/* ------------------------

header

------------------------ */


.block {
	width: 100%;
	height: 100vh;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.block_first {
	position: absolute;
	top: 0;
	width: 100%;
}

.block_front {
  z-index: 20;
}
@supports (position: sticky) or (position: -webkit-sticky) {
  .block_front {
    background: none;
  }
}

.block_front_txt {
	position: relative;
	z-index: 300;
}

.block_front_txt_last {
		padding-bottom: 15%;
}

@media screen and (max-height: 750px) {
	.block_front_txt_last {
		padding-bottom: 50vh;
	}
}

@media screen and (max-height: 650px) {
	.block_front_txt_last {
		padding-bottom: 50%;
	}
}

@media screen and (max-height: 550px) {
	.block_front_txt_last {
		padding-bottom: 50%;
	}
}

.block_front_txt p {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 300;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	line-height: 42px;
}

.block_front_txt p.text_ch {
	font-size: 15px;
	line-height: 35px;
}


.bg_video_filter{
    position: relative;
    height: 100vh;
	background: url("../img/filter_01.png") repeat center center;
} 

.bg_video_wrap {
	width: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	right:0;
	left:0;
	bottom:0;
	overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .65);
  z-index: 2;
}

.header_con{
	width: 100%;
	height: 100vh;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header_con h1{
	width: 400px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 80px;
}

.header_con p{
	font-size: 120px;
	line-height: 120px;
	color: #ffffff;
	font-weight: 100;
}

.blur{
	animation-name:blurAnime;
	animation-duration:1.25s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
  }

  to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
  }
}
 
.blurTrigger{
    opacity: 0;
}

.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


.fadeUpTrigger{
    opacity: 0;
}

.delay-time02{
	animation-delay: 0.2s;
}

.header_scroll{
	text-align: center;
	z-index: 3;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}	

.header_scroll img{
	width: 25px;
}	

.scrolldown1{
	position: absolute;
	left: 50%;
	height: 30px;
	bottom: 50px;
}

.scrolldown1 img{
	content: "";
	position: absolute;
	top: 0;
	animation: pathmove 2.75s ease-in-out infinite;
	opacity: 0;
}

@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}


.main_people {
    width: 100vw;
    height: 120px;
    display: flex;
    overflow: hidden;
}

.main_people img{
	width: auto;
	height: 100%;
}

.main_people img:first-child {
  animation: loop 100s -50s linear infinite;
}

.main_people img:last-child {
  animation: loop2 100s linear infinite;
}

@keyframes loop {
  0% {
	transform: translateX(100%);
  }
  to {
	transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
	transform: translateX(0);
  }
  to {
	transform: translateX(-200%);
  }
}


/* ------------------------

main

------------------------ */
.main {
	position: relative;
	padding-top: 60px;
}

.main_features{
	padding-top: 120px;	
	overflow: hidden;
}

.main_nav{
	position: -webkit-sticky;
    position: sticky;
    top: 0;
	z-index: 50;
	display: flex;
	justify-content: space-between;
}

.main_nav_logo{
	padding: 20px 0 0 20px;
}

.main_nav_logo img{
	width: 360px;
}

.main_con {
	margin: 0 auto;
	width: 1080px;
}

.main_con p{
	font-size: 32px;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 50px;
}

.main_con p.text_jp, p.text_ch{
	font-size: 18px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 2;
	margin-bottom: 40px;
}

.slide-in {
	overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
	display: inline-block;
}

.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.main_about_con{
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}

.main_about_con_txt p {
    font-size: 16px;
    line-height: 1.9;
}

.main_about_con_txt p.main_about_con_txt_first{
    font-size: 50px;
	font-weight: 100;
    line-height: 1;	
}

.main_about_con_logo{
	width: 230px;
}

.main_about_con_logo img{
	width: 100%;
}

.main_about_point{
	margin-bottom: 150px;
}


.main_about_point ul{
	display: flex;
	list-style-type: none;
}

.main_about_point ul{
	display: flex;
	list-style-type: none;
	gap: 10%;
}

.main_about_point ul li{
	width: 30%;
}

.main_about_point ul li p{
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 20px;
}

.main_about_point ul li p.main_about_point_subtxt{
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 0;
	font-weight: normal;
}

.main_about_point_img{
	width: 100%;
}

.main_about_point_img img{
	width: 100%;
	border-radius: 20px;
}

.main_bio_con{
	display: flex;
	margin-bottom: 150px;
	justify-content: space-between;
}

.main_bio_con_img{
	width: 35%;
	z-index: 0;
}

.main_bio_con_img img{
	border-radius: 20px;
	width: 100%!important;	
}

.colorbox_bio{
    position: relative;
	width: 100%;
	display: block;
}

.colorbox_bio .color_back_bio{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #ffee00;
	border-radius: 20px;
}

.colorbox{
    position: relative;
	width: 100%;
	display: block;
}

.colorbox .color_back{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #ffee00;
	border-radius: 20px;
}


.main_bio_txt{
	z-index: 10;
	width: 60%;
}

.main_bio_txt p {
	font-size: 16px!important;
    line-height: 1.75!important;
    margin-bottom: 0!important;
	margin-top: 20px!important;
}

.main_bio_txt .profile{
	margin-top: 30px!important;	
}

.main_bio_txt .profile p{
	font-size: 16px!important;
    line-height: 1.75!important;
	margin-top: 5px!important;
}

.main_bio_txt p.main_bio_txt_name {
    font-size: 36px!important;
    line-height: 1!important;
	margin-top: 0!important;
}

.main_bio_txt ul {
    display: inherit!important;
    padding-bottom: 0!important;
}

.main_bio_txt ul li {
    width: auto!important;
    margin-bottom: 10px!important;
}

.main_bio_txt ul.main_bio_link {
    display: flex!important;
	margin-bottom: 50px!important;
	margin-top: 50px!important;
}

.main_bio_txt ul.main_bio_link li {
    width: 180px!important;
}

.main_bio_txt ul.main_bio_link li:first-child {
    margin-right: 20px!important;
}

.main_bio_txt ul.main_bio_link li img{
    width: 100%;
	border-radius: 20px!important;
}

.main_bio_txt .Text-Span-modaltxt {
    margin-bottom: 20px;
    margin-top: 50px!important;
}


.main_bio_txt ul.main_bio_action_link {
	margin-bottom: 80px!important;
	margin-top: 30px!important;
}

.main_bio_txt ul.main_bio_action_link:last-child {
	margin-bottom: 0!important;
}


.main_bio_txt ul.main_bio_action_link li {
	display: flex;
	margin-top: 20px;
}

.main_bio_txt ul.main_bio_action_link li:first-child {
	margin-top: 0;
}

.main_bio_txt ul.main_bio_action_link li .main_bio_action_link_img{
    width: 180px!important;	
	margin-right: 20px;
}

.main_bio_txt ul.main_bio_action_link li img{
    width: 100%;
	border-radius: 20px!important;
}

.main_bio_txt ul.main_bio_action_link li p {
	margin-top: 10px!important;
}


.main_bio_txt ul.main_bio_action_link p a{
	display: inline;
	background-image: linear-gradient(90deg, #ffee00, #ffee00); 
	background-repeat: no-repeat;
	background-position: left bottom; 
	background-size: 0 100%; 
	cursor: pointer;
	word-break: break-all;
}

.main_bio_txt ul.main_bio_action_link p a:hover {
	transition: all 0.4s ease;
	background-size: 100% 100%;
}


.main_bio_txt ul.main_bio_action_link li a h3{
	display: inline;
	background-image: linear-gradient(90deg, #ffee00, #ffee00); 
	background-repeat: no-repeat;
	background-position: left bottom; 
	background-size: 0 100%; 
	cursor: pointer;
	clear:both;
}

.main_bio_txt ul.main_bio_action_link li a h3::before {
  content: "\000A" ;
  white-space: pre;
}

.main_bio_txt ul.main_bio_action_link li a h3::after {
  content: "\000A" ;
  white-space: pre;
}

.main_bio_txt ul.main_bio_action_link li a:hover h3 {
	transition: all 0.4s ease;
	background-size: 100% 100%;
}

.main_con h2.h2_value{
	margin-bottom: 25px;
}

.main_vision_area_line{
	margin-right: calc(50% - 50vw);
    border-top: 1px solid #000000;
}

.main_vision_area{
	overflow: hidden;
/*   margin-right: calc(50% - 50vw);*/
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    display: flex;
	margin-bottom: 160px;
}

.main_vision_area::-webkit-scrollbar {
	height: 2px;
}

.main_vision_area::-webkit-scrollbar-track {
	background-color: #ffffff;
}

.main_vision_area::-webkit-scrollbar-thumb {
	background-color: #000000;
}

.main_value_wrap{
	margin-bottom: 80px;
	padding-top: 30px;
}

.main_value_wrap ul{
	display: flex;
}

.main_value_wrap ul li{
	width: 30%!important;
	margin-right: 80px;
}

.main_value_wrap ul li img{
	width: 55px;
}

.main_value_wrap ul li h3{
	font-size: 26px;
	font-weight: 600;
}

.main_value_wrap ul li p{
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.main_value_wrap ul li p.text_ch, .main_value_wrap ul li p.text_jp{
	font-size: 17px;
	line-height: 1.7;
	margin-bottom: 30px;
}

.main_service_con{
	margin-bottom: 100px;
}

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

.main_service_con li{
	width: 48%;
}

.main_service_con li h3{
	font-size: 40px;
	font-weight: 700;
}

.main_service_con li p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 20px;	
}

.main_service_con ul li a h3{
	display: inline;
	background-image: linear-gradient(90deg, #ffee00, #ffee00); 
	background-repeat: no-repeat;
	background-position: left bottom; 
	background-size: 0 100%; 
	cursor: pointer;
	clear:both;
}

.main_service_con ul li a h3::before {
  content: "\000A" ;
  white-space: pre;
}

.main_service_con ul li a h3::after {
  content: "\000A" ;
  white-space: pre;
}

.main_service_con ul li a:hover h3 {
	transition: all 0.4s ease;
	background-size: 100% 100%;
}

.main_service_con li img{
	border-radius: 20px;
}


.main_work_con img{
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: center top;
	border-radius: 20px;
}

.main_work_con .colorbox .color_back{
	height: calc(100% - 0);
}

.main_work_con h3{
	font-size: 36px;
    font-weight: 700;
	margin-top: -20px;
}

.main_work_con a h3{
	display: inline;
	background-image: linear-gradient(90deg, #ffee00, #ffee00); 
	background-repeat: no-repeat;
	background-position: left bottom; 
	background-size: 0 100%; 
	cursor: pointer;
	clear:both;
}

.main_work_con a h3::before {
  content: "\000A" ;
  white-space: pre;
}

.main_work_con a h3::after {
  content: "\000A" ;
  white-space: pre;
}

.main_work_con a:hover h3 {
	transition: all 0.4s ease;
	background-size: 100% 100%;
}


.main_work_con p.main_work_sub {
    font-size: 16px;
    line-height: 2;
	margin-bottom: 30px;
}

.main_work_con p{
	font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 10px 0;
}

.main_work_con p.main_modal_list_tag{
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #000000;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 50px;
}

.main_work_article{
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}

.main_work_article div{
	width: 46%;
}

.main_work_article div.main_work_article_img ul li{
	width: 100%;
	margin-bottom: 50px;
}

.main_work_article_txt ul li{
	width: 100%;
	margin-bottom: 50px;
}

.main_work_article_txt ul li{
    width: auto!important;
    margin-bottom: 10px!important;
	padding-left:1em;
	text-indent:-1em;
	font-size: 16px;
	line-height: 1.75!important;
}

.main_work_article_txt .Text-Span-modaltxt {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    margin-top: 80px!important;
}

.main_work_article_txt .Text-Span-modaltxt:first-child {
    margin-top: 0!important;
}

.main_work_con a{
	display: inline;
	background-image: linear-gradient(90deg, #ffee00, #ffee00); 
	background-repeat: no-repeat;
	background-position: left bottom; 
	background-size: 0 100%; 
	cursor: pointer;
}

.main_work_con a:hover {
	transition: all 0.4s ease;
	background-size: 100% 100%;
}



.main_list_area_line{
	margin-right: calc(50% - 50vw);
    border-top: 1px solid #000000;
	margin-top: 50px;
}

.main_list_area{
	overflow: hidden;
/*   margin-right: calc(50% - 50vw);*/
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    display: flex;
	margin-bottom: 160px;
}

.main_list_area::-webkit-scrollbar {
	height: 2px;
}

.main_list_area::-webkit-scrollbar-track {
	background-color: #ffffff;
}

.main_list_area::-webkit-scrollbar-thumb {
	background-color: #000000;
}

.main_list_wrap{
	margin-bottom: 50px;
	padding-top: 80px;
}

.main_list_wrap ul{
	display: flex;
}

.main_list_wrap ul li{
	width: 300px!important;
	margin-right: 80px;
}

.main_list_wrap ul li img{
	width: 100%;
    height: auto;
    border-radius: 20px;
}

.main_list_wrap ul li h3{
	font-size: 26px;
	font-weight: 600;
}

.main_list_wrap ul li p{
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.main_list_wrap ul li p.text_ch, .main_list_wrap ul li p.text_jp{
	font-size: 17px;
	line-height: 1.7;
	margin-bottom: 30px;
}

.main_list_wrap ul li p.main_modal_list_date {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 10px;
}


.main_list_wrap ul li h3{
    font-size: 24px;
    font-weight: 600;
	line-height: 1.45;
	margin: 0 ;
}

.main_list_wrap ul li a h3{
	display: inline;
	background-image: linear-gradient(90deg, #ffee00, #ffee00); 
	background-repeat: no-repeat;
	background-position: left bottom; 
	background-size: 0 100%; 
	cursor: pointer;
	clear:both;
}

.main_list_wrap ul li a h3::before {
  content: "\000A" ;
  white-space: pre;
}

.main_list_wrap ul li a h3::after {
  content: "\000A" ;
  white-space: pre;
}

.main_list_wrap ul li a p{
	display: inline-block;
	background-image: linear-gradient(90deg, #ffee00, #ffee00); 
	background-repeat: no-repeat;
	background-position: left bottom; 
	background-size: 0 100%; 
	cursor: pointer;
}

.main_list_wrap ul li a:hover h3, .main_modal_list a:hover p {
	transition: all 0.4s ease;
	background-size: 100% 100%;
}

.main_list_wrap ul li p.main_modal_list_date {
    font-size: 16px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.main_list_wrap ul li p.main_modal_list_tag{
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #000000;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 50px;
	margin-top: 20px;
	margin-bottom: 0;	
}

.main_voices_con{
	margin-bottom: 100px;
}

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

.main_voices_con li{
	width: 30%;
}

.main_voices_con li img{
	width: 100%;
	border-radius: 20px;
}

.main_voices_con li h3{
	font-size: 30px;
	font-weight: 700;
}

.main_voices_con li p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 10px;
	margin-bottom: 20px;
}

.main_voices_con li p.logo img{
	width: 120px;
	border-radius: 0;
}

.main_voices_con ul li a h3{
	display: inline;
	background-image: linear-gradient(90deg, #ffee00, #ffee00); 
	background-repeat: no-repeat;
	background-position: left bottom; 
	background-size: 0 100%; 
	cursor: pointer;
	clear:both;
}

.main_voices_con ul li a h3::before {
  content: "\000A" ;
  white-space: pre;
}

.main_voices_con ul li a h3::after {
  content: "\000A" ;
  white-space: pre;
}

.main_voices_con ul li a:hover h3 {
	transition: all 0.4s ease;
	background-size: 100% 100%;
}



.main_voices_con .colorbox .color_back{
	height: calc(100% - 0);
}

.main_voices_con a{
	display: inline;
	background-image: linear-gradient(90deg, #ffee00, #ffee00); 
	background-repeat: no-repeat;
	background-position: left bottom; 
	background-size: 0 100%; 
	cursor: pointer;
}

.main_voices_con a:hover {
	transition: all 0.4s ease;
	background-size: 100% 100%;
}

.main_voices_logo{
	margin-bottom: 120px;
}

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

.main_voices_logo li{
	width: 130px;
	margin-right: 60px;
}

.main_voices_logo li.logo_kodansha{
	width: 150px;
	margin-right: 50px;
}

.main_voices_logo li.logo_skyn{
	width: 130px;
}

.main_voices_logo li.logo_moris{
	width: 110px;
}

.main_voices_logo li:last-child{
	margin-right: 0;
}

.main_voices_logo li img{
	width: 100%;
	border-radius: 0;
}


.main_con h2.h2_work{
    margin-bottm: 40px;
}

.work_text p{
	line-height: 1.5;
	margin-bottom: 20px;
}

.work_text p.text_ch{
	margin-bottom: 20px;
	line-height: 2;
}

.work_text p.text_jp{
	margin-bottom: 40px;
	line-height: 2;
}

.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.modal .modal__content {
	background: #eae5d9;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	height: 100vh;
	overflow-y: scroll;
	z-index: 999;
}

.modal_nav {
	width: 100%;
	position: absolute;
    top: 0;
    z-index: 50;
    display: flex;
    justify-content: space-between;
}

.modal_logo{
	padding: 20px 0 0 20px;
}

.modal_logo img{
	width: 360px;
}

.modal_close {
	top: 20px;
    right: 20px;
    cursor: pointer;
    position: absolute;
}

.modal_close span {
	width: 36px;
	height: 6px;
	display: block;
	background: #000000;
	position: absolute;
	transition: top .3s ease, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, top .3s ease;
	transition: transform .3s ease-in-out, top .3s ease, -webkit-transform .3s ease-in-out;
}


.modal_close span:nth-child(1) {
	top: 29px;
    left: 14px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modal_close span:nth-child(2) {
	top: 29px;
    left: 14px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modal .modal__content .js-modal-close {
  display: block;
    border: 2px solid #000000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.modal .modal__content .js-modal-close:hover {
	background: #ffee00;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}


body.modal-open {
	height: 100vh;
	overflow-y: hidden;
}

.modal__main__scroll {
  height: 100vh;
  overflow: scroll;
	overflow-x: hidden;
  -webkit-overflow-scrolling:touch;
  overflow-scrolling:touch;
}

.js-modal__btn {
  cursor: pointer
}

.main_modal_list{
	margin-top: 60px;
}

.main_modal_list ul{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

.main_modal_list li{
	width: 30%;
	margin-bottom: 60px;
}

.main_modal_list li img{
    width: 100%;
	height: auto;
    border-radius: 20px;
}

.main_modal_list h3{
    font-size: 24px;
    font-weight: 600;
	line-height: 1.45;
	margin: 0 ;
}

.main_modal_list a h3{
	display: inline;
	background-image: linear-gradient(90deg, #ffee00, #ffee00); 
	background-repeat: no-repeat;
	background-position: left bottom; 
	background-size: 0 100%; 
	cursor: pointer;
	clear:both;
}

.main_modal_list a h3::before {
  content: "\000A" ;
  white-space: pre;
}

.main_modal_list a h3::after {
  content: "\000A" ;
  white-space: pre;
}

.main_modal_list a p{
	display: inline-block;
	background-image: linear-gradient(90deg, #ffee00, #ffee00); 
	background-repeat: no-repeat;
	background-position: left bottom; 
	background-size: 0 100%; 
	cursor: pointer;
}

.main_modal_list a:hover h3, .main_modal_list a:hover p {
	transition: all 0.4s ease;
	background-size: 100% 100%;
}

.main_modal_list p.main_modal_list_date {
    font-size: 16px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.main_modal_list p.main_modal_list_tag {
    font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0;
}

.main_modal_pics{
	padding-top: 225px;
}

.main_modal_pics ul li{
	margin-bottom: 150px;
}

.main_modal_pics ul li img{
	width: 100%;
}

.main_modal_pics ul li.img_half{
	text-align: center;
}

.main_modal_pics ul li.img_half img{
	width: 50%;
}

.main_modal_pics ul li:last-child{
	margin-bottom: 0;
}

.main_modal_con{
	display: flex;
	justify-content: space-between;
	padding-top: 160px;
}


.Text-Span-modalttl {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}

.Text-Span-modalttl:before {
	content: '';
	position: absolute;
	right: 105%;
	top: 3px;
	height: 18px;
	background: #ffee00;
	z-index: -1;
	width: 100vw;
}

.main_modal_con_ttl h3{
	font-size: 40px;
	font-weight: 600;
	line-height: 1.5;
	margin: 10px 0;
	max-width: 500px;
}

.main_modal_con_ttl p{
	font-size: 16px;
	line-height: 2;
	margin-bottom: 20px;
}
.main_modal_con_ttl p.main_modal_tag {
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #000000;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    margin-bottom: 0;
	line-height: 1.6;
}

.main_modal_con_txt{
	width: 480px;
}

.main_modal_con_txt h2{
	margin-top: 80px;
}

.main_modal_con_txt p{
	font-size: 16px;
	line-height: 1.7;
}

.main_modal_con_txt p.text_jp, .main_modal_con_txt p.text_ch {
    font-size: 16px;
    line-height: 1.7;
}

.main_modal_con_txt p.client_txt{
	margin-bottom: 0!important;
}

.main_modal_con_txt p.link_btn_txt{
	margin-bottom: 0!important;
}

.main_modal_con_txt p a{
	display: inline;
	background-image: linear-gradient(90deg, #ffee00, #ffee00); 
	background-repeat: no-repeat;
	background-position: left bottom; 
	background-size: 0 100%; 
	cursor: pointer;
	word-break: break-all;
}

.main_modal_con_txt p a:hover {
	transition: all 0.4s ease;
	background-size: 100% 100%;
}

.main_modal_con_txt ul li{
	font-size: 16px;
	line-height: 1.7;
	text-indent: -1.25em;
	padding-left: 1.25em;
}

.main_modal_services{
	padding-top: 160px;
}

.main_modal_services h3{
	font-size: 48px;
	font-weight: 600;
	line-height: 1.25;
	margin: 10px 0;
	max-width: 500px;
}

.main_modal_services p.main_service_con_ttl{
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
	margin-top: 50px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
	display: inline-block;
}

.main_modal_services p.link_btn_txt{
	font-size: 16px;
    line-height: 1.7;
}


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

.main_modal_services_img{
	width: 500px!important;
	margin-top: 30px;
}

.main_modal_services_img img{
	width: 100%!important;
	border-radius: 20px;
}

.main_modal_services_inner_txt p.main_modal_services_inner_txt_s {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 10px !important;
}

.main_modal_services_inner_txt p.main_modal_services_inner_txt_a{
	background: #f5f4ef;
	padding: 15px 20px;
	margin-top: 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 80px;
}

.link_btn_modal{
	display: flex;
	margin-top: 30px!important;
}

.link_btn a {
	color: #000000;
	font-weight: 400;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	background: transparent;
	padding: 20px 60px;
	border: 1px solid #000000;
	border-radius: 60px;
	position: relative;
	z-index: 1;
	transition: .3s;
}

.link_btn a::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #ffee00;
	border-radius: 60px;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .3s;
}

.link_btn a:hover {
	color: #000000;

}

.link_btn a:hover::before {
	transform-origin: 0% 50%;
	transform: scaleX(1);
}


.main_modal_voices{
	padding-top: 50px;
}

.main_modal_voices span{
    font-family: 'MuseoModerno', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    letter-spacing: 0.5rem;
}

.main_modal_voices p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
	margin-bottom: 0;
	display: flex;
}

.main_modal_voices p.main_modal_voices_q{
	font-weight: 700;
}

.main_modal_voices p.main_modal_voices_q span{
	color: #2385a6;
}

.main_modal_voices p.main_modal_voices_a{
	margin-bottom: 60px;
	margin-top: 20px;
}

.main_modal_voices p.main_modal_voices_a span{
	color: #ca6666;
}



.Text-Span-modaltxt {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
	margin-top: 120px;
}

.Text-Span-modaltxt:first-child {
	margin-top: 0;
}

.Text-Span-modaltxt:after {
	content: '';
	position: absolute;
	top: 3px;
	height: 18px;
	background: #ffee00;
	z-index: -1;
	width: 100vw;
}

.Text-Span-modaltxt01:after {
	left: 120px;
}

.Text-Span-modaltxt02:after {
	left: 195px;
}

.Text-Span-modaltxt03:after {
	left: 150px;
}

.Text-Span-modaltxt04:after {
	left: 165px;
}

.Text-Span-modaltxt05:after {
	left: 200px;
}

.Text-Span-modaltxt06:after {
	left: 145px;
}

.Text-Span-modaltxt07:after {
	left: 245px;
}

.Text-Span-modaltxt08:after {
	left: 295px;
}

.Text-Span-modaltxt09:after {
	left: 170px;
}

.Text-Span-modaltxt10:after {
	left: 280px;
}



.main_modal_copy{
	font-size: 16px!important;
	margin-top: 100px;
	margin-bottom: 40px!important;
}

.main_modal_copy span{
	font-size: 24px;
	font-weight: 200;
}

.modal_page_top{
	width: 42px;
	height: 42px;
	position: absolute;
	bottom: 40px;
	right: 20px;
	z-index:1000;
}

.modal_page_top a{
	position: relative;
	display: block;
	width: 42px;
	height: 42px;
	text-decoration: none;
	border: 2px solid #000000;
	border-radius: 50%;
	cursor: pointer;
}

.modal_page_top a:hover{
	background: #ffee00;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.modal_page_top a::before{
	 content: '';
	display: inline-block;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 26px;
	height: 26px;
	background: url("../img/arr.svg") no-repeat 0 0;
}

.main_contact ul{
	display: flex;
	justify-content: space-between;
	grid-gap: 20px;
}

.main_contact ul li{
	width: 100%;
}

.main_contact ul li a{
	font-size: 30px;
	font-weight: 600;
	height: 100px;
	width: 100%;
	background: #ffffff;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;	
	position: relative;
	z-index: 1;
	transition: .3s;
}

.main_contact ul li a::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #ffee00;
	border-radius: 20px;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .3s;
}

.main_contact ul li a:hover::before {
	transform-origin: 0% 50%;
	transform: scaleX(1);
}

.main_contact ul li a img{
	width: 200px;
}

.main_contact ul li:last-child a img{
	width: 40px;
	margin-right: 10px;
}

.main_contact_form {
	margin: 0 auto;
	font-size: 16px;
}

.main_contact_form h3{
	font-size: 40px;
    font-weight: 700;
	margin-top: 100px;
	margin-bottom: 30px;
}

.main_contact_form p{
	font-size: 16px;
	margin-bottom: 30px;
}

.mail_con{
	margin: 0 auto;
	width: 1080px;
}


table.formTable{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}

table.formTable th{
	padding: 25px;
	border : 3px solid #eae5d9;
}

table.formTable th{
	width: 20%;
	background: #000000;
	color: #ffffff;
	text-align:left;
}

table.formTable td{
	padding: 10px;
	background: #fffbcc;
	border : 3px solid #eae5d9;
}

table.formTable td span{
	font-size: 12px;
	display: inline-block;
	margin-left: 10px;
}

.main_contact_btn{
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 80px;
	border-bottom: 1px solid #000000;
	padding-bottom: 80px;
}

.main_contact_btn button{
	width: 20%;
}


.c-form-text {
    height: 2.4em;
    width: auto;
    padding: 0 10px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #cccccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.c-form-text:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(0, 0, 0, 0.5) inset;
}

.c-form-textarea {
    display: block;
    width: auto;
	width: -webkit-fill-available;
    height: 100%;
    padding: 10px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #cccccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: vertical;
}

.c-form-textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(0, 0, 0, 0.5) inset;
}

.c-form-submit-button {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	background: transparent;
	padding: 15px 20px;
	border: 1px solid #000000;
	border-radius: 60px;
	position: relative;
	z-index: 1;
	transition: .3s;
	margin: 0 10px;
}

.c-form-submit-button::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #ffee00;
	border-radius: 60px;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .3s;
}

.c-form-submit-button:hover {
	color: #000000;
}

.c-form-submit-button:hover::before {
	transform-origin: 0% 50%;
	transform: scaleX(1);
}

.c-form-submit-button:focus {
    outline: 0;
	background: transparent;
    border: 2px solid #cccccc;
}






.contact_link a{
	display: inline;
	background-image: linear-gradient(90deg, #ffee00, #ffee00); 
	background-repeat: no-repeat;
	background-position: left bottom; 
	background-size: 0 100%; 
	cursor: pointer;
}

.contact_link a:hover {
	transition: all 0.4s ease;
	background-size: 100% 100%;
}

.mailto-wrapper {
  position: relative;
}

.mailto-message {
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  position: absolute;
  display: none;
  width: auto;
  white-space: nowrap;
  font-size: 12px;
  background-color: black;
  color: white;
  padding: 2px 6px;
  border-radius: 2px;
}

.mailto-message:after{
    content: '';
}

.mailto-wrapper:hover .mailto-message {
  display: block;
}


.contact_map{
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
}

p.contact_place{
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 10px;
}

p.contact_address{
	font-size: 18px;
	line-height: 2;
	font-weight: 400;
	margin-bottom: 30px;
}

p.contact_address_tokyo{
	margin-bottom: 100px;
}

.google_map{
	webkit-filter: grayscale(1);
    filter: grayscale(1);
}

p.btn_contact_map {
	margin-top: 25px;
}

p.btn_contact_map a {
	color: #000000;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	background: transparent;
	padding: 8px 20px;
	border: 1px solid #000000;
	border-radius: 25px;
	position: relative;
	z-index: 1;
	transition: .3s;
}

p.btn_contact_map a::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #ffee00;
	border-radius: 25px;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .3s;
}

p.btn_contact_map a:hover {
	color: #000000;

}

p.btn_contact_map a:hover::before {
	transform-origin: 0% 50%;
	transform: scaleX(1);
}

p.btn_contact_map img{
	width: 10px;
}


/* ------------------------

footer

------------------------ */
footer {
	background: #ffffff;
	padding: 35px 0 40px 0;
}

footer .footer_con{
	margin: 0 auto;
	width: 1080px;
}

footer .footer_link{
	display: flex;
	margin-bottom: 80px;
}

footer .footer_link ul:first-child{
	width: 600px;
}

footer .footer_link ul li{
	color: #888888;
	font-size: 18px;
	line-height: 1.75;
}

footer .footer_link ul li.footer_link_sub {
	margin-left: 10px;
}

footer .footer_link ul li.footer_link_sub::before {
	content: "-";
	color: #000000;
	margin-right: 5px;
}

footer .footer_link ul li.footer_link_mail{
	margin-top: 40px;
}

footer .footer_link ul li a{
	display: inline;
	background-image: linear-gradient(90deg, #ffee00, #ffee00); 
	background-repeat: no-repeat;
	background-position: left bottom; 
	background-size: 0 100%; 
	cursor: pointer;
}

footer .footer_link ul li a:hover {
	transition: all 0.4s ease;
	background-size: 100% 100%;
}

footer .footer_link ul li.chatwork{
	margin-top: 15px;
}

footer .footer_link ul li.chatwork img{
	width: 130px;
}

footer .footer_logo{
	margin-bottom: 15px;
}

footer .footer_copy span{
	font-size: 24px;
	font-weight: 200;
}


/* ------------------------

page_top

------------------------ */
.page_top{
	width: 42px;
	height: 42px;
	position: fixed;
	bottom: 40px;
	right: 20px;

}

.page_top a{
	position: relative;
	display: block;
	width: 42px;
	height: 42px;
	text-decoration: none;
	border: 2px solid #000000;
	border-radius: 50%;
}

.page_top a:hover{
	background: #ffee00;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.page_top a::before{
	 content: '';
	display: inline-block;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 26px;
	height: 26px;
	background: url("../img/arr.svg") no-repeat 0 0;
}


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


	.Text-Span:before {
		display: none;
	}


	#header .header_con h1{
		width: 80vw;
	}

	.main_con {
		width: auto;
		margin: 0 20px;
	}
	
	.main_about_con {
		padding-right: 0;
		padding-bottom: 100px;
		justify-content: space-between;
	}

	.main_about_con:nth-child(odd) {
		padding-left: 0;
	}	
	
	.main_about_con div{
		width: 48%;
	}	
	
	.main_about_con_img{
		margin-right: 0;
	}
	
	.main_about_con_img img{
		width: 100%;
	}

	.main_about_con:nth-child(odd) .main_about_con_img{
		margin-left: 0;
	}

	.main_service_con div{
		width: 48%;
	}

	.main_service_con h3{
		font-size: 60px;
	}

	.main_work_con ul{
		justify-content: space-between;
	}	

	.main_work_con ul li{
		width: 48%;
	}

	.main_work_con ul li:first-child{
		margin-right: 0;
	}

	.main_work_con ul li:nth-child(3){
		margin-left: 0;
		margin-right: 0;
	}

	.main_work_con img{
		width: 100%;
	}

	.Text-Span-modalttl:before {
		display: none;
	}

	.contact_map div{
		width: 48%;
	}
	
	.google_map {
		  position: relative;
		  width: 100%!important;
		  height: 0;
		  padding-top: 75%;
	}

	.google_map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	

	footer {
		padding: 35px 20px 40px 20px;
	}

	footer .footer_con{
		width: auto;
	}

	footer .footer_link{
		display: flex;
		margin-bottom: 80px;
	}

	footer .footer_link ul:first-child{
		width: 50%;
	}
	
	footer .footer_logo img{
		width: 100%;
	}


}

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

	
	.for_pc {
		display: none!important;
	}

	.for_sp {
		display: inherit!important;
	}

	h2{
		border-bottom: 10px solid #ffee00;
		padding-bottom: 15px;
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
	}

	.Text-Span:before {
		display: none;
	}
	
	#about::before  {
		display: block;
		height: 4rem;
		margin-top: -4rem;
		content: "";
	}

	#service::before, #mission::before, #value::before, #featured::before, #initiative::before, #contact::before  {
		display: block;
		height: 7rem;
		margin-top: -7rem;
		content: "";
	}


	#nav-toggle:hover > div {
		background: none;
	}

	.gloval_nav_logo_top {
		display: none;
	}

	.gloval_nav_wrap{
		display: block;
		width: 100%;
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.gloval_nav_logo {
		display: none;
	}

	.gloval_nav_con{
		padding: 0 25px;
	}
		
	.gloval_nav_con ul li a {
		color: #ffffff;
		font-size: 20px;
		background: none;
	}

	.gloval_nav_sns ul {
		display: block;
	}	

	.gloval_nav_sns ul li {
		margin-right: 0;
		mrgin-bottom: 15px;
	}	
	
	.bg_video_wrap {
		background: #000000;
	}

	#video {
		left: 90%;
	}

	.header_con{
		flex-wrap: wrap;
		flex-direction: column;
	}

	.header_con h1{
		width: 90vw;
		margin-right: 0;
		margin-bottom: 50px;
	}

	.header_con p{
		padding: 0 15px;
		font-size: 60px;
		line-height: 80px;
	}
	
	
	.block_front_txt p {
		padding: 0 15px;
		font-size: 0.9em;
		line-height: 33px;
	}
	
	.scrolldown1 {
		left: 45%;
	}

	.main_mission {
		padding-top: 80px;
	}
	
	.main_features{
		padding-top: 100px;		
	}

	.main_nav_logo{
		display: none;
	}

	.main_con {
		width: auto;
		margin: 0 15px;
	}

	.main_con h2.h2_about{
		margin-top: 30px;
	}

	.main_con p{
		font-size: 22px;
		line-height: 1.75;
		margin-bottom: 30px;
	}

	.main_con p.text_jp, p.text_ch{
		margin-bottom: 30px;
		font-size: 18px;
	}

	.main_about_con{
		flex-direction: column-reverse;
		padding-right: 0;
		padding-bottom: 0;
	}

	.main_about_con div{
		width: 100%;
	}	
	
	.main_about_con div.main_about_con_logo{
		width: 30vw;
		margin-bottom: 50px;
	}
	
	.main_about_con_txt p {
		font-size: 14px;
		line-height: 1.8;
	}
	
	.main_about_con:nth-child(odd){
		flex-direction: row-reverse;
		padding-left: 0;
	}

	.main_about_con_img{
		width: auto;
		margin-right: 0;
		margin-bottom: 40px;
	}
	
	.main_about_con_img img{
		width: 100%;
	}

	.main_about_con:nth-child(odd) .main_about_con_img{
		margin-left: 0;
		margin-right: 0;
	}
	
	.main_about_point {
		margin-bottom: 100px;
	}	
	
	.main_about_point ul {
		display: block;
	}
	
	.main_about_point ul li{
		width: 100%;
		margin-bottom: 50px;
	}
	
	.main_about_point ul li:last-child{
		margin-bottom: 0;
	}
	
	.main_about_point ul li p.main_about_point_subtxt {
		font-size: 14px!important;
		line-height: 1.8!important;
	}


	.main_bio_con{
		display: block;
		margin-bottom:80px;
	}

	.main_bio_con_img{
		margin: 0 auto;
		width: 70%;
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.main_bio_txt {
		width: 100%;
	}
	
	.main_bio_txt h2{
		border-bottom: 5px solid #ffee00;
		padding-bottom: 10px;
		font-size: 20px;
		margin-left: 0;
		padding-left: 0;
	}

	.main_bio_txt .Text-Span-modaltxt {
		margin-bottom: 0!important;
	}
	
	.main_bio_txt h2:after {
		display: none;
	}

	.main_bio_txt p {
		font-size: 14px!important;
		line-height: 1.8!important;
	}
	
	.main_bio_txt .profile p {
		font-size: 14px!important;
		line-height: 1.8!important;
	}
	
	.main_bio_txt ul.main_bio_link {
		margin-top: 30px!important;
	}	

	.main_bio_txt ul.main_bio_action_link li {
		display: block;
		margin-bottom: 50px!important;
	}
	
	.main_bio_txt ul.main_bio_action_link li:last-child {
		margin-bottom: 0;
	}

	.main_bio_txt ul.main_bio_action_link li .main_bio_action_link_img {
		width: 100%!important;
		margin-right: 0;
	}

	.main_bio_txt ul.main_bio_action_link li a h3 {
		line-height: 1.5;
	}	
	
	.tab_box{
		width: auto;
		margin-left: 0;
	}

	.tab_box .btn_area {
		margin:0;
	}

	.tab_box .tab_btn {
		width: 32%;
	}

	.tab_box .tab_btn + .tab_btn {
		margin-left: 2%;
	}

	.tab_box .Text-Span-modaltxt{
		line-height: 1.25;
	}
	    
	.tab_box .Text-Span-modaltxt:after{
		display: none;
	}
	
	.mission_catch {
		height: 100px;
	}

	.main_con h2.h2_value{
		margin-top: 20px;
	}
	
	.main_vision_area::-webkit-scrollbar {
		display: inherit;
	}
	
	.main_vision_wrap ul li {
		width: 280px!important;
		margin-right: 50px;
	}

	.main_vision_wrap ul li:last-child {
		margin-right: 20px;
	}

	.main_vision_wrap ul li p.text_jp{
		margin-bottom: 0;
	}

	.main_value_wrap {
		padding-top: 0!important;
	}	
	
	.main_value_wrap ul {
		display: block;
	}	

	.main_value_wrap ul li {
		width: 100%!important;
		margin-right: 0;
		margin-bottom: 50px;
	}
	
	.main_value_wrap ul li:last-child {
		margin-bottom: 0;
	}
	
	.main_value_wrap ul li h3 {
		margin-top: 20px!important;
		margin-bottom: 20px!important;
	}

	.main_value_wrap ul li p{
		font-size: 14px!important;
		line-height: 1.8!important;
	}
	
	.main_value_wrap ul li p.text_jp{
		margin-bottom: 10px!important;
	}
	
	.main_service_con {
		margin-bottom: 60px;
	}	

	.main_service_con ul {
		display: block;
	}

	.main_service_con li {
		width: 100%;
	}
	
	.main_service_con li h3 {
		margin-top: 20px;
		margin-bottom: 20px;
		display: block!important;
	}	
	
	.main_service_con ul li a h3::before {
		white-space: nowrap;
	}
	
	.main_service_con li p {
		font-size: 14px;
		line-height: 1.8;
		margin-top: 0;
	}	
	
	.main_work_con h3{
		line-height: 1.5;
	}

	.main_work_con img {
		width: 100%;
		height: 220px;
		object-fit: cover;
		object-position: center top;
		border-radius: 20px;
	}	
	
	.main_work_con a h3{
		margin-top: 20px;
		margin-bottom: 20px;
	}	
	
	.main_work_con a h3::before {
		white-space: nowrap;
	}	
	
	.main_work_con p {
		font-size: 14px;
		line-height: 1.6;
		margin: 10px 0;
	}	

	.main_work_con ul{
		display: block;
	}

	.main_work_con ul li{
		width: auto;
	}

	.main_work_con ul li:first-child{
		margin-right: 0;
	}

	.main_work_con ul li:nth-child(3){
		margin-left: 0;
		margin-right: 0;
	}

	.main_work_con img{
		width: 100%;
	}
	
	.main_modal_con_ttl h3{
		font-size: 30px;
		margin-top: 30px;
	}
	
	.main_modal_list h3 {
		font-size: 20px;
	}

	.main_work_con h3{
		margin-top: 0;
	}

	.main_work_con a h3{
		background: none;
		display: block;
		margin-bottom: 0;
	}

	.main_con h2.h2_work{
		line-height: 1.25;
	}
	
	.main_list_area {
		margin-bottom: 100px;
	}	

	.main_list_wrap {
		padding-top: 50px!important;
		margin-bottom: 30px;
	}	
	
	.main_list_wrap ul li {
		width: 60vw!important;
		margin-right: 50px;
	}	
	
	.main_list_wrap ul li .colorbox .color_back {
		position: inherit;
	}
	
	.main_list_wrap ul li p.main_modal_list_date {
		margin-top: 20px!important;
	}
	
	.main_voices_con {
		margin-bottom: 50px;
	}	
	
	.main_voices_con ul {
		display: block;
	}	
	
	.main_voices_con ul li {
		width: 100%;
		margin-bottom: 30px;
	}	
	
	.main_voices_con ul li:last-child {
		margin-bottom: 0;
	}	
	
	.main_voices_con ul li a h3::before {
		content: "\000A";
		white-space: nowrap;
	}	
	
	.main_voices_con ul li a h3 {
		margin-top: 30px;
		margin-bottom: 0;
		display: block;
	}	
	
	.main_voices_con li p {
		font-size: 14px;
		line-height: 1.8;
	}	
	
	.main_voices_logo {
		margin-bottom: 100px;
	}	
	
	.main_voices_logo ul{
		justify-content: left;
	}	

	
	.main_voices_logo li.logo_kodansha, .main_voices_logo li.logo_skyn, .main_voices_logo li.logo_moris {
		width: 25%;
		margin-right: 20px;
	}	

	.main_modal_voices p {
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 0;
	}	


	.main_contact_form p{
		font-size: 14px;
		line-height: 1.8;
	}

	table.formTable{
		width:auto;
		display:block;
	}	
	
	table.formTable th, table.formTable td {
		width:auto;
		display:block;
	}
	table.formTable th {
		font-size: 14px;
		padding: 15px 10px;
	}

	form input[type="text"], form textarea {
		width:auto;
		padding:5px;
		display:block;
		box-sizing: border-box;
	}
	form input[type="submit"], form input[type="reset"], form input[type="button"] {
		display:block;
		width: auto;
		height:40px;
	}
	
	table.formTable td span {
		font-size: 11px;
		display: inline-block;
		margin-left: 0;
		margin-top: 10px;
	}	
	
	
	form input[type="text"], form textarea {
		width: 100%;
		display: inline-table;
	}	
	.c-form-textarea {
		display: inline-table;
		    display: table;
		width: 100%;
	}	

	
	.main_contact ul {
		display: block;
	}	
	
	.main_contact ul li{
		width: 100%;
		margin-bottom: 20px;
	}	
	
	.main_contact ul li:last-child{
		margin-bottom: 0;
	}	
	
	.main_contact ul li a {
		font-size: 26px;
		height: 80px;
		width: 100%;
	}	
	
	.main_contact_btn button {
		width: 48%;
	}	

	.modal_logo{
		display: none;
	}

	.modal .modal__content .js-modal-close:hover {
		background: none;
	}

	.main_modal_pics{
		padding-top: 150px;
	}

	.main_modal_pics ul li{
		margin-bottom: 20px;
	}
	
	.main_modal_pics ul li.img_half img{
		width: 80%;
	}

	.main_modal_con{
		display: block;
		padding-top: 50px;
	}

	.main_modal_con_txt p {
		font-size: 14px!important;
		line-height: 1.8!important;
	}	

.main_modal_con_txt ul li {
		font-size: 14px!important;
		line-height: 1.8!important;
}	
	
	.main_modal_con_txt h2 {
		margin-top: 80px;
		margin-bottom: 20px;
		border-bottom: 5px solid #ffee00;
		padding-bottom: 10px;
		font-size: 20px;
		margin-left: 0;
		padding-left: 0;
	}	
	
	.main_modal_con_txt h2:after {
		display: none;
	}
	
	.link_btn_modal {
		margin-top: 20px!important;
	}	

	.main_modal_list ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.main_modal_list li{
		width: 48%;
	}

	.main_modal_list p.main_modal_list_date {
		font-size: 14px;
		margin-top: 15px;
	}
	
	.main_modal_con_txt{
		width: auto;
		margin-top: 80px;
	}
	
	.main_modal_con_ttl p {
		font-size: 14px!important;
		margin-bottom: 20px;
	}
	
	.main_modal_services_img {
		width: 100%!important;
	}	
	
	.main_modal_services p.main_service_con_ttl {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px!important;
	}	
	
	.main_modal_services_inner_txt p.main_modal_services_inner_txt_s {
		font-size: 16px;
		line-height: 1.6;
		margin-bottom: 0 !important;
	}	
	
	.main_modal_services_inner_txt p.main_modal_services_inner_txt_a {
		padding: 15px;
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 50px;
		margin-top: 15px!important;
	}	

.main_modal_services p.link_btn_txt {
    margin-bottom: 20px!important;
}	
	
	.main_modal_services .link_btn {
		    display: flex;
	}	

	.modal_page_top a:hover{
		background: none;
	}

	p.contact_link {
		font-size: 20px;
	}

	.contact_map{
		display: block;
		padding-bottom: 40px;
	}

	p.contact_address{
		line-height: 1.75;
	}

	p.contact_address_tokyo{
		margin-bottom: 30px;
	}

	p.contact_place {
		margin-top: 80px;
	}

	p.btn_contact_map a {
		padding: 10px 20px;
	}

	p.btn_contact_map a::before {
		background: none;
	}
	
	.contact_map div {
		width: 100%;
	}

	.google_map {
		  position: relative;
		  width: 100%;
		  height: 0;
		  padding-top: 75%;
	}

	.google_map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


	footer {
		background: #ffffff;
		padding: 35px 15px 40px 15px;
	}

	footer .footer_con{
		width: auto;
	}

	footer .footer_link{
		display: block;
		margin-bottom: 80px;
	}

	footer .footer_link ul:first-child{
		width: auto;
		margin-bottom: 40px;
	}

	footer .footer_link ul li a:hover {
		transition: all 0s ease;
	}

	
	footer .footer_logo img{
		width: 100%;
	}

	.page_top{
		bottom: 20px;
		right: 20px;

	}


}
