@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap');

/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    list-style-type: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-size: 62.5%; /* 1 */
    -ms-text-size-adjust: 62.5%; /* 2 */
    -webkit-text-size-adjust: 62.5%; /* 2 */
	scroll-behavior: smooth
}
html,
button,
input,
select,
textarea { 
	font-family:'Lato','Zen Kaku Gothic New',"游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body {
    margin: 0;
    font-size: 1.5rem;
	position: relative;
	min-height: 100vh;
	-webkit-text-size-adjust: 100%;
	line-height: 2;
}
a:focus,a {
    outline: none;
}
a:active,
a:hover {
    outline: none;
}
h1 {
    font-size: 2em;
    margin: 0;
}
h2 {
    font-size: 1.5em;
    margin: 0;
}
h3 {
    font-size: 1.2em;
    margin: 0;
}
h4 {
    font-size: 1em;
    margin: 0;
}
h5 {
    font-size: 0.83em;
    margin: 0;
}
h6 {
    font-size: 0.67em;
    margin: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
p,
pre {
    margin: 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before,
q:after {
    content: '';
    content: none;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
dl,
menu,
ol,
ul,
dd {
    margin: 0;
}
menu,
ol,
ul {
    padding: 0;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
	max-width:100%;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}
button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {

    border: 0;
    padding: 0;
}
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *:before, *:after {
    -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{ 
	text-decoration:none;
	color: #000;
}

::selection {
    background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}



/*loading*/
#pageloading {
   background: #fff;
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   text-align: center;
   display: table;
   z-index: 9999;
}
#pageloading-icon {
   display: table-cell;
   vertical-align: middle;
}
#pageloading-icon img{
	width:50vw;
	max-width:250px;
	height:auto;
}

/*Nav---------------------------------*/
header{
	position:fixed;
	top:0;
	width:100%;
	z-index:5;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}
header nav {
	font-size: 1.5rem;
}
header nav ul{
	display: flex;
	align-items: center;
	
}
header nav ul li{
	display:flex;
	align-items: center;
}
header nav ul li a{
	text-decoration: none;
	margin: 0 10px;
	position: relative;
	display: inline-block;
	transition: .6s;
}
header nav ul li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
header nav ul li a:hover::after {
  width: 100%;
}
#nav_toggle{
	display: none;
}

@media screen and (max-width:960px){
	nav{
		display:none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		background:rgba(255,255,255,1);
		left: 0;
		z-index: 2;
		
	}
	header nav ul{
		display: block;
		width: 90%;
		height: 500px;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
	}
	header nav ul li{
		padding: 24px 0;
    	border-bottom: 1px solid #eee;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
		width: 100%;
	}
}

@media screen and (max-width:960px){	
	#nav_toggle{
		display: block;
		width: 24px;
		height: 40px;
		position: relative;
		top: 5px;
		right:10px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 2px;
		background: #000;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:10px;
	}
	#nav_toggle span:nth-child(3){
		top:20px;
	}
	.open #nav_toggle span:nth-child(1) {
		top: 12px;
	   -webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.open #nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav_toggle span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
}
/*--------------------------------------*/

.headmenu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 12px;
}
.headmenu .h_logo{
	width:158px;
	height: auto;
}
.headmenu .h_logo img{
	width: 100%;
	max-width: 148px;
	height:auto;
	padding: 5px 0;
	position:relative;
	z-index: 3;
	display: block;
}
.mv{
	background:url(img/mvbg.jpg) center;
	background-size:cover;
	height:100vh;
	position:relative;
	max-width:1800px;
	margin:0 auto;
}
.mv .inner{
	display:flex;
	align-items:center;
	height:100%;
}

.mv .mvtxt{
	margin: auto 0 auto auto;
	text-align:right;
}
.mv .mvtxt p img{
	width:375px;
	height:auto;
}
.mv .mvtxt h1{
	font-size:1.4rem;
	font-weight:normal;
	margin-top:50px;
}
.mv .mvtxt h1 span{
	font-size:1.15em;
}
.mv .ex{
	position:fixed;
	transform:rotate(90deg);
	left: -95px;
    top: 50%;
    font-size: 1.25rem;
}
.mv .mvarrow {
    position: absolute;
    bottom: -30px;
    left: calc(50% - 6px);
    width: 12px;
    height: 60px;
}
.mv .mvarrow a {
    content:"";
    width: 7px;
    height: 7px;
    background: #000;
	transform:rotate(45deg);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -3px;
    -webkit-animation: scrollicon_animation 1.8s ease-out infinite;
    animation: scrollicon_animation 1.8s ease-out infinite;
    will-change: animation;
}
.mv .mvarrow:before {
	height: 60px;
	content: '';
    width: 1px;
    background: #000;
    position: absolute;
    top: 0;
    left: 50%;
}

@keyframes scrollicon_animation{
	0%{-webkit-transform:scale(0) rotate(45deg);
	    transform:scale(0) rotate(45deg);
	    top:0
	 }
    3%{-webkit-transform:scale(1) rotate(45deg);
	     transform:scale(1) rotate(45deg)
	 }
	 10%{-webkit-transform:scale(1) rotate(45deg);
	     transform:scale(1) rotate(45deg)
	 }
	 60%{top:55px;
	     -webkit-transform:scale(0) rotate(45deg);
	     transform:scale(1) rotate(45deg)
	 }
	 80%{-webkit-transform:scale(0) rotate(45deg);
	     transform:scale(0) rotate(45deg);
	     top:55px
	 }
	 100%{-webkit-transform:scale(0) rotate(45deg);
	     transform:scale(0) rotate(45deg);
	     top:55px
	 }
}

.inner{
	max-width:1240px;
	margin:0 auto;
	padding: 0 5%;
}
.section_head h2{
	max-width:1240px;
	margin:0 auto;
	padding:180px 20px;
	font-size:1.4rem;
}

#Service{
	overflow-x: hidden;
}
#Service .section_head{
	background:url(img/bg_service.jpg) center;
	background-size:cover;
	margin-bottom: 100px;
}
#Service h3{
	background:#000;
	color:#fff;
	font-size:1.8rem;
	max-width: 600px;
	padding:3px 20px;
}
#Service h4{
	margin: 30px 0 0;
}
#Service .wrap{
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
	position:relative;
}
#Service .wrap div{
	width:50%;
}
#Service .wrap .left{
	padding:0 20px 0 0;
}
#Service .wrap .right{
	padding:0 0 0 20px;
}
#Service .each{
	margin: -100px auto 100px;
    padding: 100px 0 0 0;
}
#Service .each p{
	margin:25px 0;
}
#Service .each .wrap:before{
	content:"";
	position:absolute;
	height:75%;
	width:110%;
	background:#f5f3f1;
	z-index:-1;
}
#Service .inner .each:nth-child(odd) .wrap:before{
	left:-20%;
	top:0;
	bottom:0;
	margin:auto;
}
#Service .inner .each:nth-child(even) .wrap:before{
	right:-20%;
	top:0;
	bottom:0;
	margin:auto;
}


#Service .service_btn{
	text-align:right;
	margin:50px 0 50px auto;
	line-height:1.6;
}
#Service .service_btn span{
	font-size:1.2em
}
#Service .service_btn a{
	border:1px solid #000;
	padding:20px 18px;
	margin: -10px 0 25px auto;
    display: block;
	text-align:center;
	width: 250px;
	border-radius:3px;
	transition:.3s;
	background:#fff;
}
#Service .service_btn a:hover{
	background:#000;
	color:#fff;
}

#Service .service_btn .other{
	position:relative;
}
#Service .service_btn .other span{
	font-size:1.2rem;
}
#Service .service_btn .other:after{
	content:"";
	position:absolute;
	right:20px;
	top:0;
	bottom:0;
	margin:auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#Service .service_btn .other:hover:after{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

#Service .service_btn .mo_btn{
	position:relative;
}
#Service .service_btn .mo_btn span{
	font-size:1.2rem;
}
#Service .service_btn .mo_btn:after{
	content:"";
	position:absolute;
	right:20px;
	top:0;
	bottom:0;
	margin:auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#Service .service_btn .mo_btn:hover{
}
#Service .service_btn .mo_btn:hover:after{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

#Voice{
}
#Voice .section_head{
	background:url(img/bg_voice.jpg) center no-repeat;
	background-size:cover;
}
#Monicon{
	border-bottom:1px solid #000;
	/* max-width:600px; */
	margin:80px 0 0 0;
}
#Voice .each{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	padding: 100px 0;
	position:relative;
}
#Voice .each:after{
	content:"";
	position:absolute;
	bottom: 25px;
	left:0;
	right:0;
	margin:auto;
	width:15px;
	height:15px;
	background:#000;
	transform:rotate(45deg);
}
#Voice .each:last-child:after{
	content:none;
}
#Voice .each div{
	width:50%;
}
#Voice .each .left{
	padding:0 20px 0 0;
}
#Voice .each .right{
	padding:0 0 0 20px;
	text-align:center;
}
#Voice dl{
	margin:50px 0;
}
#Voice dl dt{
	font-weight:bold;
	margin:25px 0 15px;
}
#Voice dl dd{
}
#Voice .each:nth-child(odd){
	flex-flow: row-reverse;
}
#Voice .each:nth-child(odd) .left{
	padding:0 0 0 20px;
}
#Voice .each:nth-child(odd) .right{
	padding:0 20px 0 0;
}

#Voice .each .commentbox{
	width:100%;
	padding:20px;
	border:1px solid #000;
	margin-top:50px;
}
#Voice .marugoto{
	background:#f5f3f1;
	padding:100px 0;
	position:relative;
}
#Voice .marugoto:before{
	content:"";
	position:absolute;
	top:-22px;
	left:0;
	right:0;
	margin:auto;
	background:url(img/point02.png) center no-repeat;
	width:70px;
	height:40px;
}
#Voice .marugoto #Hasshin{
	border-bottom:1px solid #000;
	font-size:1.6rem;
	margin-top:-100px;
	padding-top:100px;
}
#Voice .marugotoarea{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#Voice .marugotoarea div{
	width:50%;
	margin: 50px 0 100px;
}
#Voice .marugotoarea .left{
	padding: 0 20px 0 0;
}
#Voice .marugotoarea .right{
	padding:0 0 0 20px;
}
#Voice .other_cliant{
	margin-top: 50px;
}
#Voice .other_cliant h4{
	text-align:center;
	font-size:1.6rem;
}
#Voice .other_cliant ul{
	display:flex;
	flex-wrap:wrap;
	max-width:700px;
	margin:70px auto 230px;;
}
#Voice .other_cliant ul li{
	text-align:center;
	width:50%;
}

#Profile{
}
#Profile .prof_in{
	background:url(img/bg_profile.jpg) right 100px no-repeat;
	background-position: bottom;
}
#Profile .inner .section_head{
	max-width:600px;
	margin:-100px 0 0 0;
	position:relative;
}
#Profile .inner .section_head:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100px;
	background:#fff;
}
#Profile .inner .section_head h2{
	padding:100px 20px;
}
#Profile .prof_area{
	max-width:600px;
	padding:0 0 200px 0;
}
#Profile .prof_area h3{
	font-size:1.4rem;
	margin-bottom:50px;
}
#Profile .prof_area h3 span{
	font-size:1.2em;
}
#Profile .prof_area h4{
	margin-bottom:25px;
}
#Profile .prof_area p{
	margin-bottom:25px;
}
#Profile .movie_area{
	background:#f5f3f1;
	padding:100px 0;
	text-align:center;
}
#Profile .movie_area video{
	width: 100%;
	max-width:800px;
	height:auto;
	cursor: pointer;
}

#Sns{
}
#Sns ul{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:space-between;
	max-width:1040px;
	margin:0 auto;
}
#Sns ul li{
	width:50%;
	padding:0 10px 50px;
}
#Sns ul li a{
	transition:.3s;
}
#Sns ul li a:hover{
	filter: brightness(1.05);
}

#Summary{
}
#Summary table{
	width:100%;
	max-width:700px;
	margin:0 auto;
	border-collapse:collapse;
}
#Summary table td{
	border-bottom:1px solid;
	padding:15px;
}
#Summary table td:first-child{
    white-space: nowrap;
}
#Summary table td a{
	border-bottom:1px solid #000;
}
#Summary .section_head h2,
#Contact .section_head h2{
	padding: 180px 20px 100px;
}

.policy{
	width:100%;
	max-width:700px;
	padding: 80px 0 100px;
    margin: 0 auto;
}
.policy h5{
	text-align:center;
	font-size:1.4rem;
	font-weight:normal;
}
.policy .scrollarea{
	width:100%;
	height:300px;
	overflow-y: scroll;
	padding:20px;
	border:1px solid #959595;
	margin:25px 0;
}

footer{
	background:#000;
	text-align:center;
	padding:0 20px 10px;
}
footer p{
	padding:60px 0 50px;
}
footer copy{
	color:#adadad;
	font-size:1.1rem;
}

.top{
	position:fixed;
	right:15px;
	bottom:15px;
}
.top:hover{
	opacity:.6
}

.side_btn {
	position: fixed;
	transform: rotate(90deg);
	border-bottom: 1px solid #000;
	color: #000;
	padding: 5px 9px 5px 28px;
	font-size: 1.2rem;
	right: -55px;
	bottom: 120px;
	transition:.3s;
}
.side_btn:hover{
    background: #000;
	color:#fff;
}

.mail.icon {
  color: #000;
  position: absolute;
  margin-left: 2px;
  margin-top: 4px;
  width: 17px;
  height: 11px;
  border-radius: 1px;
  border: solid 1px currentColor;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
  transition:.3s;
}
.mail.icon:before {
  content: '';
  position: absolute;
  left: 7px;
  top: -4px;
  width: 1px;
  height: 10px;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotate(-54deg);
          transform: rotate(-54deg);
}
.mail.icon:after {
  content: '';
  position: absolute;
  left: 7px;
  top: -4px;
  width: 1px;
  height: 10px;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotate(54deg);
          transform: rotate(54deg);
}
.side_btn:hover .mail.icon{
	color:#fff;
}

.mo_btn_cv{
	border: 1px solid #000;
    padding: 20px;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 250px;
    transition: .3s;
    background: #000;
	position:relative;
	color:#fff;
	margin: 25px auto;
	line-height: 1.4;
}
.mo_btn_cv:after{
	content:"";
	position:absolute;
	right:20px;
	top:0;
	bottom:0;
	margin:auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mo_btn_cv:hover{
	background:#fff;
	color:#000;
	border:1px solid #000;
}
.mo_btn_cv:hover:after{
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.contacttbl .attn{
	background:#f9f9f9;
	padding:50px;
	margin:0 auto 25px;
}
.contacttbl .attn p{
	position:relative;
	padding-left:25px;
}

.contacttbl .attn p:before{
	content:"";
	position: absolute;
	left:0;
	top:3px;
	color: #000;
	margin-left: 3px;
	margin-top: 4px;
	width: 14px;
	height: 8px;
	border-bottom: solid 1px currentColor;
	border-left: solid 1px currentColor;
	transform: rotate(-45deg);
}


/*============================
#mailform
============================*/
#mailformpro{
	width:100%;
}
.contacttbl{
	width:100%;
	max-width:700px;
	margin:0 auto;
}
.contacttbl table{
	text-align:left;
	width:100%;
}
.contacttbl th{
	margin-top:1.4rem
}
.contacttbl th,
.contacttbl td {
	font-weight:normal;	
    padding: .4rem 0;
    display:block
}
.contacttbl input{
	width:100%;
	padding:10px;
	background: #f9f9f9;
    border: 1px solid #959595;
}
.contacttbl textarea{
	width:100% !important;
	min-height:250px;
	padding:5px;
	background: #f9f9f9;
    border: 1px solid #959595;
}
.contacttbl .submitbutton {
    text-align: center;
    margin-top: 10px;
}
.contacttbl .submitbutton input[type='submit'],
.mfp_element_submit, .mfp_element_reset, .mfp_element_button{
    padding: 1rem;
    margin-top:3.5rem;
    color: #fff;
    cursor: pointer;
	background:#000;
	border:1px solid #000;
	height: 60px;
	width:300px;
	margin:50px auto;
	transition:.3s
}
.contacttbl .submitbutton input[type='submit']:hover,
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover{
	background:none;
	color:#000;
}

.thanks{
	height:50vh
}


.sp{display:none}
.pc{display:block}
@media screen and (max-width:960px){
	.sp{display:block}
	.pc{display:none;}
	.headmenu .h_logo img{
	}
	.mv{
		background: url(img/mvbg.jpg) 36% center no-repeat;
		background-size:cover;
	}
	.mv .mvtxt{
		margin: 40vh 0 auto auto;
	}
	#Service .wrap div,
	#Voice .each div,
	#Voice .marugotoarea div,
	#Voice .marugotoarea div{
		width:100%;
	}
	#Service .wrap .left,
	#Service .wrap .right,
	#Voice .each .left,
	#Voice .each .right,
	#Voice .each:nth-child(odd) .left,
	#Voice .marugotoarea .left,
	#Voice .marugotoarea .right{
		padding: 0;
	}
	#Voice .each{
		display:block;
	}
	#Voice .each .sp{
		margin-top:50px;
		text-align:center;
	}
	#Monicon{
		max-width: 100%;
	}
	#Voice .section_head{
		background: url(img/bg_voice.jpg) 75% center no-repeat;
    	background-size: cover;
	}
	#Voice .marugotoarea div{
		margin:50px 0;
	}
	#Voice dl{
		margin:50px 0 0 0;
	}
	#Voice .other_cliant ul li{
		width:100%;
		margin:0 0 10px 0;
	}
	#Voice .other_cliant ul{
		margin: 70px auto 120px;
	}
	#Voice .each:after{
		bottom: 0px;
	}
	#Profile .prof_in{
		background:none;
	}
	#Profile .prof_area h3{
		margin-bottom:25px;
	}
	#Profile .prof_area{
		max-width:100%;
		padding: 0 0 100px 0;
	}
	#Profile .prof_area .sp{
		text-align:center;
	}
	#Profile .movie_area{
		padding:50px 0;
	}
	.contacttbl .attn{
		padding:50px 25px;
	}
	
	#Sns .section_head h2,
	#Summary .section_head h2,
	#Contact .section_head h2{
		padding:120px 0 80px;
	}
	
	.side_btn{
		transform: rotate(0);
		bottom: 0;
		left: 0;
		border: none;
		width: 100%;
		background: rgba(0,0,0,.8);
		color: #fff;
		text-align: center;
		padding: 10px;
		backdrop-filter: blur(3px);
    	-webkit-backdrop-filter: blur(3px);
	}
	.mail.icon{
		color:#fff;
		left:calc(50% - 80px)
	}
	.top{
		bottom:50px
	}
	footer{
		padding: 0 20px 50px;
	}
}

@media screen and (max-width:510px){
	#Sns ul li{
		width:100%;
		padding: 0 0 25px;
	}
}

@media screen and (max-width:1400px){
	.mv .ex{
		position:absolute;
		left: -100px;
		top:auto;
		bottom: 0;
	}
}


#Service,
#Voice,
#Profile,
#Sns,
#Summary,
#Contact{
	background:#fff;
}

@media screen and (min-width:959px){
	#Cv {
		mix-blend-mode: difference;
	}
	.side_btn,
	.top img{
		filter: invert(1);
	}
}


.a_ref{
	text-decoration: underline;
}
.a_ref:hover{
	text-decoration: none;
}

#Voice .each .service_btn{
	text-align:right;
	margin:50px 0 50px auto;
	line-height:1.6;
}
#Voice .each .service_btn span{
	font-size:1.2rem
}
#Voice .each .service_btn a{
	border:1px solid #000;
	padding:20px;
	margin: -10px 0 25px auto;
    display: block;
	text-align:center;
	width: 250px;
	border-radius:3px;
	transition:.3s;
	background:none;
}
#Voice .each .service_btn a:hover{
	background:#000;
	color:#fff;
}
@media screen and (max-width:960px){
	#Naikan_voice .each{
		padding: 50px 0;
	}
}
