/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 01 2024 | 14:31:49 */
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Serif+JP:wght@200..900&display=swap');
html{
	  scroll-behavior: smooth; 
}
body {
    width: 100%;
    height: 100%;
   font-family: "Noto Serif JP", serif !important;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
 letter-spacing: 0.1rem;
    max-width: 1366px;
    margin: 0 auto;
}
#wrapper{width:100%;overflow:hidden;}
section{
	background:url("https://iikuralaw.jp/wp/wp-content/uploads/2024/11/bg.jpg");
	background-size:cover;
	width:100%;
	padding:50px 10px;
}
p {
    margin-bottom:0rem;
	line-height:180%;
}
article{
	padding-top:100px;
	margin-top:-100px;
	padding-bottom:100px;
}
a {
    color: #E0BD3F;
	text-decoration: none;
}
a:hover{
    color: #E0BD3F;
}
ol{
    list-style: decimal;
    margin: 1rem 0 1rem 2rem;
}
h1{font-size:6rem;}
h2 {
    padding: 0;
    border-top: 0px solid transparent !important;
    border-bottom: 0px solid transparent !important;
    font-family: "Cormorant Garamond", serif !important;
    font-size: 3rem;
    margin-bottom: 20px;
	color:#E0BD3F;
	    font-weight: 400;
}
h2 span{
	   font-family: "Noto Serif JP", serif !important;
	font-size:1rem;
	margin-left:20px;
	color:#000;
}
iframe {
    max-width: 900px !important;
    width: 100%;
    margin: 0 auto;
    display: block;
}
#contact {
    background: url(https://iikuralaw.jp/wp/wp-content/uploads/2024/11/contact.png) no-repeat right top, #262626;
    color: #fff;
    background-position-y: 35%;
    background-position-x: 110%;
}
#contact h2 span{
	color:#fff;
}
.wpcf7-list-item {
    margin: 0;
}
.page-header {
    background-color: #0F2571;
    color: #fff;
    padding: 8rem 0rem 2rem;
}
.servicetable img {
    width: 20%;
    vertical-align: middle;
}
.p-10{padding:5rem;}
.bg-acc01{background:url(../img/black-stripe.png),linear-gradient(225deg,rgba(32,83,157,1),rgba(25,36,72,.5));}
h3 {
    font-size: 1.2rem;
    padding: 1rem 0;
}
.wrapper{width:100%;overflow:hidden;}
#mv{
width:100%;
height:100vh;
overflow:hidden;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
	background:url("https://iikuralaw.jp/wp/wp-content/uploads/2024/11/mv.jpg")no-repeat center;
	background-size:cover;
}
#mv-content{
	padding: 10rem 0;
    color: floralwhite;
	background:url("../img/mv-content-bg.jpg")no-repeat center;
	background-size:cover;
}
#mv-content h1{
	font-size: 3rem;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}
.c-box{
    padding: 2rem 5rem;
}
.outer{
  position: relative;
}
.inner2 {
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translateY(-50%) translateX(-50%);
}
.inner img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#top-01 h2{
margin-bottom:2rem;
}
#top-01 p{
	line-height: 200%;
    letter-spacing: .25rem;
}
#top-02 p{
	line-height: 200%;
    letter-spacing: .25rem;
}

#service01-02 .content-motioncase{padding:6rem 1rem;}
    .swiper-container {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.side-column-printing{
	background:url("../img/242.jpg")no-repeat;
	min-height:300px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	background-size: contain;
}
.side-column-web{
	background:url("../img/web-bg01.jpg")no-repeat;
	min-height:300px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	background-size: contain;
}
.side-column-motion{
	background:url("../img/movie-bg01.jpg")no-repeat;
	min-height:300px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	background-size: contain;
}
.of-hidden{overflow:hidden;}
.alpha-2 {
  filter: opacity(0);
  animation-name: aplha-2;
  animation-duration: 2s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
}

@keyframes aplha-2 {
  0% {
	filter:opacity(0);
  }
  100% {
	filter:opacity(100);
  }
}

.alpha-4 {
  filter: opacity(0);
  animation-name: aplha-4;
  animation-duration: 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes aplha-4 {
  0% {
	filter:opacity(0);
  }
  100% {
	filter:opacity(100);
  }
}

.alpha-6 {
  filter: opacity(0);
  animation-name: aplha-6;
  animation-duration: 2s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
}

@keyframes aplha-6 {
  0% {
	filter:opacity(0);
  }
  100% {
	filter:opacity(100);
  }
}

.canvas-blur {
  filter: blur(20px);
  animation-name: blur2;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}

@keyframes blur2 {
  0% {
    filter: blur(20px);
  }
  100% {
    filter: blur(0);
  }
}
.mv-word {
    display: block;
    position: absolute;
    z-index: 104;
    color: #fff;
    text-shadow: 0px 0px 10px royalblue, 0px 0px 10px royalblue;
    width: 100%;
}
header {
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, .5);
    z-index: 100;
    max-width: 1366px;
    height: 100px;
}
.header-logo {
    position: absolute;
    top: .75rem;
    left: 1.5rem;
}
.header-logo img{
	max-width: 300px;
}
.header-logo span{
    color: #fff;
    margin-left: 1rem;
    font-size: .8rem;
}
.header-menu{
	position: absolute;
	right: 0rem;
	top: 0rem;
}
.fix-copyright{
	position:fixed;
    bottom: 1.5rem;
    left: 1.5rem;	
    color: #fff;
    font-size: .5rem;	
}
.fix-contact{
    position:fixed;
    bottom: 1.5rem;
    right: 1.5rem;	
}
.header-contact a{
    color:rgba(20,54,111,.8);
}
.contact-btn{
    min-width: 150px;
    display: block;
    text-align: center;
    padding: .5rem 1rem;
    text-decoration: none;
    color: #fff !important;
    font-weight: 400;
    border: 1px solid #fff;	
	font-size:.75rem;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.contact-btn svg{margin-right:5px;}
.nav-tabs .nav-link {
    border:0px solid transparent;
    border-top-left-radius:0rem;
    border-top-right-radius:0rem;
}
.nav-tabs .nav-item {
    margin-bottom: 0px;
    width: 33.33333%;
    text-align: center;
background: -moz-radial-gradient(rgba(0,0,0,0), rgba(20,54,111,.8)),url("../img/black-stripe.png");
background: -webkit-radial-gradient(rgba(0,0,0,0), rgba(20,54,111,.8)),url("../img/black-stripe.png");
background: radial-gradient(rgba(0,0,0,0), rgba(20,54,111,.8)),url("../img/black-stripe.png");
}
.nav-tabs .nav-item a{
	color:#fff;
	padding:1.5rem;
}
.tab-pane{
background: -moz-linear-gradient(rgba(0,0,0,0), rgba(20,54,111,.8)),url("../img/black-stripe.png");
background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(20,54,111,.8)),url("../img/black-stripe.png");
background: linear-gradient(rgba(0,0,0,0), rgba(20,54,111,.8)),url("../img/black-stripe.png");
}
.price-table01{
	color:#fff;
}
.th3td7 th{width:40%;}
.th3td7 td{width:60%;}
.price-table01 th{width:35%;}
.price-table01 td{width:45%;}
.price-table01 td:nth-child(3){width:20%;}


#canvas{
	width:100%;
	height:100vh;
background: -moz-radial-gradient(rgba(0,0,0,0), rgba(20,54,111,.8)),url(../img/bg-mv01.png) no-repeat center;
background: -webkit-radial-gradient(rgba(0,0,0,0), rgba(20,54,111,.8)),url(../img/bg-mv01.png) no-repeat center;
background: radial-gradient(rgba(0,0,0,0), rgba(20,54,111,.8)),url(../img/bg-mv01.png) no-repeat center;
}
#projector {
  position: absolute; 
  top: 0px;
  left: 0px;
  width:100%;
  height:100%;
} 

.center-div {
	width:580px;
    height:374px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left: -290px;
    margin-top:  -187px;
}

#preloaderDiv
{
	position:absolute;
	left:50%;
    top:50%;
    margin-left: -27px;
    margin-top:  -27px;
}

#logo{
	opacity:0;
    filter: alpha(opacity=0);
}

#date2014
{
	position:absolute;
	padding-left: 210px;
	padding-top:15px;
	opacity:0;
	top:303px;
	left:0;
    filter: alpha(opacity=0);
}
#top-01{
	background:url("../img/top01-bg01.jpg")center no-repeat;
	background-size:cover;
}

.fadein {
  filter: opacity(0);	
}
 
.fadein.active {
  filter: opacity(0);
  animation-name: fadein;
  animation-duration: 2s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
	filter:opacity(0);
  }
  100% {
	filter:opacity(100);
  }
}

.fadein2 {
  filter: opacity(0);	
}
 
.fadein2.active {
  filter: opacity(0);
  animation-name: fadein2;
  animation-duration: 2s;
  animation-delay: .8s;
  animation-fill-mode: forwards;
}

@keyframes fadein2 {
  0% {
	filter:opacity(0);
  }
  100% {
	filter:opacity(100);
  }
}

.fadein3 {
  filter: opacity(0);	
}
 
.fadein3.active {
  filter: opacity(0);
  animation-name: fadein3;
  animation-duration: 2s;
  animation-delay: .8s;
  animation-fill-mode: forwards;
}

@keyframes fadein3 {
  0% {
	filter:opacity(0);
  }
  100% {
	filter:opacity(100);
  }
}

.fadein4 {
  filter: opacity(0);	
}
 
.fadein4.active {
  filter: opacity(0);
  animation-name: fadein4;
  animation-duration: 2s;
  animation-delay: .8s;
  animation-fill-mode: forwards;
}

@keyframes fadein4 {
  0% {
	filter:opacity(0);
  }
  100% {
	filter:opacity(100);
  }
}

.fadein4 {
  filter: opacity(0);	
}
 
.fadein4.active {
  filter: opacity(0);
  animation-name: fadein4;
  animation-duration: 2s;
  animation-delay: .8s;
  animation-fill-mode: forwards;
}

@keyframes fadein4 {
  0% {
	filter:opacity(0);
  }
  100% {
	filter:opacity(100);
  }
}
input[type=submit] {
    font-size: 1rem;
    border: 1px solid transparent;
    background-color: #E0BD3F;
    color: #fff;
    padding: 1rem;
    border-radius: 0px;
    max-width: 350px;
    width: 100%;
	   font-family: "Noto Serif JP", serif !important;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100px;
  height: 100px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 27px;
  left: 30px;
  right: 20px;
  height: 1px;
  background: white;
  width: 40px;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0px;
  width: 40px;
  height: 1px;
  background-color: #fff;
  content: "";
}
.c-hamburger span::before {
  top: 20px;
}
.c-hamburger span::after {
  bottom: -40px;
}
.c-hamburger--htx {
    background-color: #0F2571;
}
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
    background-color: transparent;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
.menu-collapsed ul {
  transition: all 0s;
  display: none;
}
.menu-expanded {
  transition: all .25s;
  text-align: center;
  line-height: 50px;
  height: 100vh;
  width: 100%;
  border-radius: 0px;
  top: 0;
  left: 0;
  background: linear-gradient(225deg,rgba(32,83,157,1),rgba(25,36,72,.75));
  position: fixed;
  padding-top: 70px;
}
.menu-expanded button {
    position: fixed;
    transition: all 0s;
    top: 1rem;
    right: 1rem;
}
.menu-expanded ul {
    display: block;
    transition: all 0s;
    position: relative;
    left: 0;
    z-index: 2;
    color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-expanded a {
transition: all .15s;
    text-decoration: none;
    font-size: .8rem;
    padding: 5px;
    color: #fff;
    line-height: 2.5rem;
    display: block;
}
.menu-expanded a:hover {
  transition: all .15s;
  letter-spacing: 2px;
  color: #c19b00;
}
.sp-menu-col3 li{
	width:100%;
}
.scroll{
	color: #fff;
    letter-spacing: 5px;
	display: block;
    z-index: 110;
	bottom: 120px;
    position: absolute;
	text-shadow: 0px 0px 5px royalblue, 0px 0px 5px royalblue;
}
.scroll a {
  padding-top: 70px;
  color:#fff;
}
.scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.top-01-tri{
    width: 100%;
    height: 100vh;
	position:relative;
	overflow:hidden;
}

.top-02-tri{
    width: 100%;
    height: 100vh;
	position:relative;
	overflow:hidden;
}
.content-motioncase{
    width: 100%;
	position:relative;
	overflow:hidden;
	padding:6rem 1rem;
}
.top-service-box{
	padding: 2rem;
}
.web-content-name{
	border:1px solid #fff;
}
footer {
    padding: 3rem 1rem;
    background: #000;
    color: #fff;
    text-align: center;
}

.btn-header-01{
	color: #fff;
    border: 1px solid #fff;
    padding: 1rem;
    display: block;
    text-align: center;
	margin-bottom:1rem;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	font-size: 1rem;
}
.btn-header-02{
	color: #fff;
    background:#a6937c;
    padding: 1rem;
    display: block;
    text-align: center;
	margin-bottom:1rem;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	font-size: 1rem;
}
.btn-footer-01{
	color: #fff;
    border: 1px solid #fff;
    padding: 1rem;
    display: block;
    text-align: center;
	margin-bottom:1rem;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	font-size: 1rem;
}
.btn-footer-02{
	color: #fff;
    background:#a6937c;
    padding: 1rem;
    display: block;
    text-align: center;
	margin-bottom:1rem;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	font-size: 1rem;
}

.btn-blue:hover{background:#fff;color:#0b1c52 !important;}
.btn-footer-01:hover{background:#fff;color:#0b1c52 !important;}
.contact-btn:hover{background:#fff;color:#0b1c52 !important;}
.menu-expanded a:hover {
    transition: all .15s;
    letter-spacing:inherit;
	background:#fff;
	color:#0b1c52 !important;
}
.content-motioncase .container{
	z-index:10;
}
.acc-animation-circle{
	filter: blur(20px);
	position: absolute;
    z-index: -3;
    right: -100px;
    width: 800px;
    height: 800px;
    animation: circle 5s linear infinite;
	opacity:.5;
	top:-100px;
}
table td, table th {
    padding: 0;
}
:where(:not(.wp-block-table))>table {
    border: 0px solid transparent;
}
@keyframes circle {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.acc-animation-circle2{
	filter: blur(2px);
	position: absolute;
    z-index: -2;
    right: 20%;
    width: 400px;
    height: 400px;
    animation: circle2 5s linear infinite;
	opacity:.5;
	top:10rem;
}

@keyframes circle2 {
  0%   { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}

.acc-animation-circle3{
	position: absolute;
    z-index: -1;
    right: -10%;
    width: 1000px;
    height: 1000px;
    animation: circle2 10s linear infinite;
	opacity:.5;
	top:20rem;
}

@keyframes circle3 {
  0%   { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}

.acc-animation-cube{
	position: absolute;
    z-index: 3;
    right: -10%;
	top:-10rem;
    width: 1000px;
    height: 1000px;
    animation: cube1 30s linear infinite;
	opacity:.25;
}

@keyframes cube1 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.acc-animation-cube2{
	position: absolute;
    z-index: 3;
    right: 0%;
	top:10rem;
    width: 600px;
    height: 600px;
    animation: r2 30s linear infinite;
	opacity:.25;
}

@keyframes r2 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*スクロールバー全体*/
::-webkit-scrollbar {
    width: 10px;
  　background:#000;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius:0px;
  background:#000;
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color:rgba(32,83,157,.8);
}

.top-service01{
	position:relative;
	min-height: 450px;
}
.top-service-img{
	max-width:600px;
	z-index:1;
}
.top-service-img img{
	width:75%;
}
.top-service-box{
    position: absolute;
    z-index: 2;
    top: 20%;
    max-width: 70%;
background: -moz-linear-gradient(rgba(0,0,0,0), rgba(20,54,111,.8));
background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(20,54,111,.8));
background: linear-gradient(rgba(0,0,0,0), rgba(20,54,111,.8));
    padding: 2rem;
    right: 0px;
    margin: 0 0 0 auto;
}

.top-service-box img{
	max-width:300px;
}
@media screen and (max-width: 767px){
	section{
	width:100%;
	overflow:hidden;
	}
.top-01-tri{
    height:auto;
	padding:50px 0;
	position:relative;
	overflow-x:hidden;
}

.top-02-tri{
    height:auto;
	padding:50px 0;
	position:relative;
	overflow-x:hidden;	
}
	.top-service01{
	width:100%;
	}
.top-service-img {
    max-width: 100%;
	width:100%;
	z-index: 1;
}
	.top-service-box{
	width:100%;
	}
.side-column-printing {
    min-height: 150px;
    padding-bottom: 0;
    margin-bottom: 0;
    background-size: cover;
}
.side-column-web {
    min-height: 150px;
    padding-bottom: 0;
    margin-bottom: 0;
    background-size: cover;
}
.side-column-motion {
    min-height: 150px;
    padding-bottom: 0;
    margin-bottom: 0;
    background-size: cover;
}
.content-motioncase{
	padding:2rem 1rem !important;
	position:relative;
}
.p-10 {
    padding: 2rem;
}
th,td{width:100% !important;padding:1rem !important; float:left;}
th{background: linear-gradient(225deg,rgba(32,83,157,1),rgba(25,36,72,.5));}
#service1{
	padding: 1rem;
    text-align: center;
}
#service2{
	padding: 1rem;
    text-align: center;
}
#service3{
	padding: 1rem;
    text-align: center;
}
.sp-mb-5{margin-bottom:.5rem !important;}
.sp-mt-5{margin-top:.5rem !important;}
.sp-menu-col3 li{
	width:100%;
	float:inherit;
	margin: 0;
}
.btn-header-01{padding:0 !important;}
.btn-header-02{padding:0 !important;}
#mv img{width:100%;bottom: 30%;}
}
@media screen and (max-width: 480px){
	p{
    font-size: 18px;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
	.header-logo span {
	display: block;
	margin-left:0;
	margin-top:.5rem;
	}
	.contact-btn {
    min-width: 130px;
    font-size: .5rem;
}
    .mv-word {
        bottom: 40%;
        width: 50%;
    }
.servicetable img {
    width: 50%;
    vertical-align: middle;
}
	h1{font-size:2.5rem;}
	.f-120 {font-size: 0.75rem;}
	#top-01 br{display:none;}
	.top-service-img img {
    width: 100% !important;
}
	.top-service-box {
    position:inherit !important;
    width:100% !important;
    padding: 2rem;
    right: 0px;
    max-width: 100% !important;
    margin: 0 0 0 auto;
	}
h2 {
    padding: 0;
    font-size: 4rem;
    margin-bottom: 20px;
}
	h2 span {
    position: inherit;
    display: inline-block;
    padding: 0;
    text-align: center;
}
	.col-xs-6{
		width:50%;
		padding-left:5px;
		padding-right:5px;
	}
	.col-xs-6 h3{font-size:.8rem;}
	.sp-mb-0{margin-bottom:0 !important;}
header {
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 100;
    max-width: 1366px;
    height: 70px;
}
	.header-logo {
    position: absolute;
    top: .75rem;
    left: .75rem;
}
.header-logo img {
    max-width: 200px;
}
.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 70px;
    height: 70px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}
    .c-hamburger span {
        display: block;
        position: absolute;
        top: 23px;
        left: 22px;
        right: 20px;
        height: 1px;
        background: white;
        width: 30px;
    }
	.c-hamburger span::before {
    top: 12px;
}
.c-hamburger span::after {
    bottom: -24px;
}
.c-hamburger span::before, .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0px;
    width: 30px;
    height: 1px;
    background-color: #fff;
    content: "";
}
article {
    padding-bottom: 0px;
}
.inner2 {
    position: inherit;
    top: auto;
    left: auto;
    transform: initial;
    padding: 2rem;
}
.inner2 img{
    width: 80%;
}
	.c-box {
    padding: 2rem;
}
#contact {
    background: url(http://iikuralaw.jp/wp/wp-content/uploads/2024/11/contact.png) no-repeat right top, #262626;
    color: #fff;
    background-position-y: 100%;
    background-position-x: -68%;
}	
	
}
