@charset "UTF-8";

/*
Theme Name:KiR
Template:twentynineteen
Version:1.6
*/

html {
    line-height: 1;
	line-height: 1.8;
}

@media only screen and (max-width: 1500px) and (min-width: 768px){
html {
    font-size: 1.066vw;
}
}
@media only screen and (max-width: 1500px) and (min-width: 768px){
html {
    font-size: 1.066vw;
}
}

body {
	padding: 0;
	margin: 0;
	position: relative;
    background-color: white;
    font-family: 'brandon-grotesque', 'source-han-sans-japanese','Noto Sans JP', "Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 1px;
    color: #000;
	background: url(/img/body_bg.jpg);
	background-size: 120%;
	animation: bggradient 10s ease infinite;
}

@keyframes bggradient{
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

section {
    margin: auto;
}

section, aside, article, figcaption, figure, header, footer, main, menu, nav, summary, div, p, a, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
	text-decoration: none;
	color: inherit;
}

p {
	line-height: 2;
}

.main {
	
}

.inner {
	width: 90%;
    max-width: 1000px;
    padding: 100px 0 48px;
	margin: 0 auto;
}

hr {
	margin: 4em 0;
	display:block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #e6e6e6;
}

.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}

.page_h3 {
	font-size: 24px;
	margin: .5em 0 1em;
	padding-left: 40px;
	position: relative;
}

.info_table {
	margin: 0 0 6em;
	padding: 0;
	list-style: none;
}

.info_table li {
	display: grid;
	grid-template-columns: 1fr 2.5fr;
	border-top: 1px solid #eee;
}

.info_table li:last-child {
	border-bottom: 1px solid #eee;
}

.page_h3:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: transformy(-50%);
	width: 24px;
	height: 1px;
	background: #222;
}

@media only screen and (min-width: 769px){
	.page_h3 {
		font-size: 30px;
		padding-left: 60px;
	}
	.page_h3:before {
		width: 40px;
	}
}

.kv {
	width: 90%;
	height: 70vh;
	position: relative;
	top: 1.25em;
}

.kv-movie {
	width: 100%;
	height: 100%;
	background-color: #eee;
}

.kv-catch {
    margin: auto;
    width: auto;
    bottom: 0;
	left: 5%;
	position: absolute;
}

@media only screen and (max-width: 480px){
	.kv-catch {
		bottom: 0;
	}
}

.p-top .kv .kv-movie {
    width: 100%;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}

@media only screen and (min-width: 769px){
	.kv {
		height: 100vh;
	}
}

.copyright {
	text-align: center;
    letter-spacing: 0.04em;
    -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	font-size: 12px;
	line-height: 50px;
	margin: 3em 0 0;
	background: #000;
	color: #fff;
}

.aside-sns {
	margin: 1em 0 6.133vw;
    text-align: center;
	z-index: 888;
}

.aside-sns a {
    margin: 0 4vw;
}

a.button-sns {
    display: inline-block;
}

a.button-sns:hover {
	opacity: .5;
}

.button-container {
	padding-top: 36px;
}

#scroll {
    position: fixed;
    z-index: 888;
}

#scroll:before {
    opacity: .15;
}

#scroll:after {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-animation: scroll-anim 3s ease 0s infinite;
    animation: scroll-anim 3s ease 0s infinite;
}

#scroll:before, #scroll:after {
    content: '';
    display: block;
    position: absolute;
    right: -2px;
    bottom: 0;
    background: black;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#scroll p {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-90deg) translateX(-3.5em);
    transform: rotate(-90deg) translateX(-3.5em);
    font-weight: bold;
    letter-spacing: .2em;
    -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.kv .kv-movie {
		background: url(/img/kv-bg.jpg) center;
		background-size: cover;
	}
	
	.kv .kv-movie img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

.catch {
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 32px;
	line-height: 1;
}

.index-line {
	position: relative;
}

.index-line:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #e6e6e6;
	z-index: -1;
}

.index-line:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translatex(-50%);
	width: 10px;
	height: 10px;
	border: 1px solid #e6e6e6;
	z-index: -1;
	box-sizing: border-box;
}

@media only screen and (min-width: 769px){
	.kv {
		padding: 86px;
	}
	.kv-catch {
		position: relative;
	}
	.catch {
		position: absolute;
		bottom: 40px;
		left: 14px;
		font-size: 50px;
		text-decoration: underline;
	}
	.copyright {
		position: absolute;
		top: 50vh;
		left: 35px;
		height: auto;
		line-height: 1;
		-webkit-transform-origin: bottom left;
		transform-origin: bottom left;
		-webkit-transform: rotate(90deg) translateX(-70px);
		transform: rotate(90deg) translateX(-70px);
		font-size: 12px;
		margin: 0;
		background: none;
		color: #000;
	}
	.aside-sns {
		position: absolute;
		top: 50vh;
		right: 35px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.aside-sns a {
		display: block;
	}
	.aside-sns a:nth-of-type(n+2) {
		margin-top: 22px;
	}
	#scroll {
		right: 36px;
		bottom: 30px;
		height: 110px;
		width: 8px;
	}
	
	#scroll:before, #scroll:after {
		width: 2px;
		height: 60px;
	}
	#scroll p {
		font-size: 10px;
	}
	.aside-sns a {
		margin: 0;
	}
}


label {
    font-size: 16px;
}

input[type="text"] ,input[type="email"] , select {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	border: none !important;
	background: #fff;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
::-ms-expand {
	display: none;
}

input[type="submit"] {
	background: none;
}

input[type="submit"]:hover {
	color: #fff;
	background: #000;
}

form {
	margin: 2em 0;
}

.menu-948 {
	position: relative;
	display: block;
}

.menu-948::after {
	content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translatey(-60%);
}

form h2 {
	font-size: 14px;
	margin: 0;
}

form p {
	margin: 10px 0 2em;
}

textarea {
	display: block;
	width: 100%;
	height: 100px;
	line-height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	border: none !important;
	background: #fff;
}

.wpcf7-response-output {
	border: none !important;
	padding: 0 !important;
	margin: 2em 0 1em !important;
	text-align: center;
}

.b_txt {
	font-weight: 600 !important;
}

.link_btn {
	background: #000;
    display: block;
    max-width: 350px;
	width: 75%;
    padding: 26px 0 27px 38px;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
	line-height: 14px;
	transition: .3s;
}

.link_btn:hover {
	background: #d8cb29;
}

.link_btn:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    width: 40px;
    height: 1px;
    background: #fff;
    transition: .3s;
}

.link_btn:after {
    content: '';
    position: absolute;
    top: 30px;
    right: 30px;
    width: 10px;
    height: 1px;
    transform: rotate(35deg);
    background: #fff;
    transition: .3s;
}

.link_btn:hover:before {
	content: '';
	transform: translatex(6px);
	width: 46px;
}

.link_btn:hover:after {
	content: '';
	right: 24px;
}

.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/*-----------------header----------------*/

.header-bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 64px;
}

.header-bar h1 {
	margin: 0;
	fill: #000;
	padding: 17px 17px 0 17px;
	box-sizing: border-box;
	line-height: 1;
}

.logo-svg {
	width: auto;
	height: 30px;
	transition: .5s;
}

.checkbox {
    display: none;
}
.toggle {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 40;
    display: block;
    width: 24px;
    height: 24px;
	padding: 20px;
	background: #d8cb29;
    cursor: pointer;
	transition: all .1s;
}

.checkbox:checked ~ .toggle {
	background: #fff;
}

.toggle span,
.toggle span::before,
.toggle span::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 24px;
    height: 1px;
    background-color: #fff;
    transition: all .4s;
}
.toggle span::before,
.toggle span::after {
    content: "";
}
.toggle span::before {
    top: 10px;
}
.toggle span::after {
    top: -16px;
}

@media screen and (max-width:480px) {
	.toggle span::before {
		top: 16px;
	}
}

.checkbox:checked ~ .toggle span,
.checkbox:checked ~ .toggle span::before,
.checkbox:checked ~ .toggle span::after {
    background-color: #000;
}
.checkbox:checked ~ .toggle span {
    background: transparent;
}
.checkbox:checked ~ .toggle span::before {
    top: 0;
    transform: rotate(-45deg);
}
.checkbox:checked ~ .toggle span::after {
    top: 0;
    transform: rotate(45deg);
}
.overlay {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all .4s;
    pointer-events: none;
}
.checkbox:checked ~ .overlay {
    opacity: .95;
    pointer-events: auto;
}

.global_navi {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 30;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    background-color: #000;
	color: #fff;
    transition: all 1s;
	padding: 40px;
	background-image: url(/img/kir_rabbit_header_bg.png);
	background-size: 45%;
}

.checkbox:checked ~ .global_navi {
    right: 0;
}

.navi_title {
    margin: 1em 0 50px;
    color: #ccc;
    text-transform: uppercase;
    font-size: 12px;
	position: relative;
	padding-left: 30px;
}

.global_navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #eee;
}

.global_navi ul li {
	font-size: 24px;
    line-height: 1;
    padding: 0 0 30px;
	letter-spacing: 2px;
	transition: all 1.5s;
	font-weight: 600;
}

.global_navi ul li span {
	font-size: 12px;
	display: block;
	margin: 12px 0 0;
}

.header_company_info {
	margin: 2em 0 0;
	font-size: 14px;
}

.header_company_info p {
	margin: 0 0 1em;
}

.header_company_info h3 {
	margin: .5em 0 .2em;
}

.global_navi ul li a {
    transition: color 0.4s cubic-bezier(0.22, 0.44, 0, 1);
}

.global_navi ul li a:hover {
	color: #d8cb29;
}


@media only screen and (min-width: 769px){
	.global_navi ul li {
		font-size: 30px;
	}
	.global_navi {
		background-size: 25%;
	}
}

.navi_title:before {
	content: "";
	height: 2px;
	width: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translatey(-50%);
	background: #ccc;
}

.page_navi li {
    text-transform: uppercase;
    font-size: 14px;
}
.page_navi li a {
    display: block;
    padding: 21px 24px;
}
.page_navi li a:link,
.page_navi li a:visited {
    color: #fff;
}
.page_navi li a:hover,
.page_navi li a:active {
    background-color: #fff;
    color: #000;
}

.logo-svg:hover {
	transform: translatey(6px);
}

.top-main-line {
	max-width: 1400px;
    padding-top: 100px;
	left: 50%;
	top: 0;
	transform: translatex(-50%);
    width: calc(90% + 2px);
	height: 100vh;
	position: fixed;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

@media only screen and (min-width: 769px){
	.global_navi {
		right: -1000px;
		max-width: 80%;
		width: 1000px;
		padding: 100px;
	}
	
	.header-bar h1 {
		padding: 20px 0 0 44px;
	}
	.logo-svg {
		height: 30px;
	}
}

/*-----------------works----------------*/

.works {
	max-width: 1200px;
    padding-top: 100px;
	width: 90%;
}

.section-title h3, .section-title h1 {
    color: black;
	margin: 0;
	display: inline-block;
	margin: 0;
	font-weight: 600;
}

.section-title {
    margin: auto;
    letter-spacing: 0.25em;
	font-size: 30px;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.section-title small {
	display: block;
	font-size: 16px;
	
}

.works-item {
    opacity: 1;
	padding: 0;
	position: relative;
}

.image:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
}

.works-item_title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	font-weight: bold;
	color: #fff;
}

.works-item_title p {
	margin: 0;
	line-height: 1.5;
}

.works-item_2 {
	opacity: 1;
    padding: 0;
    position: relative;
	width: 100%;
}

.image_2 {
	aspect-ratio: 1 / 1;
    transition: .8s;
    width: 100%;
	overflow: hidden;
	border-radius: 3px;
	background: url(/img/works_bg.jpg) no-repeat;
	background-size: cover;
}

.image_2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.works-item_title_2 {
	padding: 0;
    margin: 0 0 1em;
    font-size: 14px;
    font-weight: bold;
}

.works-item_title_2 p {
	margin: 0;
}

@media only screen and (min-width: 769px){
	.works-item_title {
		padding: 20px;
	}
}

.works-cat-data {
	position: absolute;
	font-family: 'Open Sans Condensed', sans-serif;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: #000;
	color: #fff;
	padding: 4px 8px;
	letter-spacing: 0.25em;
    text-transform: uppercase;
    font-size: 12px;
	opacity: .85;
}

.works-item .image canvas {
    width: 100%;
    height: auto;
    position: absolute;
}

.works-item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project, .client {
	margin: 0;
	padding: 5px 5px 30px;
	text-align: left;
	font-size: .8em;
	color: #666;
}

.project_label {
	display: inline-block;
	z-index: 1;
	padding: 6px 8px;
	background: rgba(0,0,0,.8);
	font-size: 12px;
	color: #fff;
	outline: none;
}

.project_label span {
	margin-right: 4px;
	padding-right: 4px;
	border-right: 1px dotted #bbb;
}

.project_label span:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.works-item .client {
	font-size: 12px;
}


.image {
	transition: .8s;
	width: 100%;
	height: 100%;
	background: url(/img/works_bg.jpg) no-repeat;
	background-size: cover;
}

.works-item:hover .image {
	transform: scale3d(0.97 , 0.97 , 0.97); 
}

.button-rect {
	position: relative;
	z-index: 2;
	overflow: hidden;
	text-align:center;
	display: block;
	width: 240px;
    padding: 0;
	margin: 0 auto;
	padding: 22px 0;
	font-size: 12px;
	letter-spacing: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	background: #d8cb29;
	color: #000;
}

.button-rect:hover {
	color: #fff;
}
.button-rect::after {
  left: -100%;
	top: 0;
  width: 100%;
  height: 100%;
}
.button-rect:hover::after {
  left: 0;
  background-color: #000;
}

.button-rect::before,
.button-rect::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button-rect,
.button-rect::before,
.button-rect::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.works-list {
	display: grid;
	gap: 4px;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: repeat(3,1fr);
	margin: 0 0 60px;
}

.works-item {
	aspect-ratio: 1 / 1;
	border-radius: 3px;
	overflow: hidden;
}


@media only screen and (min-width: 769px){
	.works {
		padding-top: 148px;
	}
	.section-title {
		max-width: 1200px;
		margin-bottom: 60px;
		font-size: 36px;
	}
	.works-list {
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(3,1fr);
		grid-template-rows: repeat(2,1fr);
	}
	.works-item {
		width: 100%;
	}
	.works-item .image canvas {
		width: 100%;
		height: 100%;
	}
	.works-item .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.works-item .project {
		font-size: 12px;
	}
	.works .works-more-all {
		padding-top: 36px;
	}
	a.button-rect.size-s {
		width: 240px;
	}
	.button-rect {
		font-size: 14px;
		padding: 24px;
	}
}

/*----------------news-------------*/

.news, .projects , .company_info {
	width: 90%;
    max-width: 1200px;
}

.news {
	padding-top: 100px;
}

.projects , .company_info {
	padding-top: 48px;
}

.sub {
	margin-bottom: 10px;
	text-transform: uppercase;
	margin: 0;
}

.news-item .sub span.type {
    margin-left: 1em;
    padding-left: 1em;
    border-left: solid 1.5px black;
	color: #d8cb29;
}

.news-item a {
	padding: 2em 13vw 2em 2em;
	display: block;
	overflow: hidden;
}

.news-item .title {
    font-size: 16px;
	margin: 1.5em 0 0;
	font-weight: 500;
	line-height: 1.5;
}

.news-item {
    border-bottom: solid 1px #e6e6e6;
	position: relative;
}

.news-list>div:first-of-type {
    border-top: solid 1px #e6e6e6;
}
.news-item a::after {
  left: -100%;
	top: 0;
  width: 100%;
  height: 100%;
}
.news-item a:hover::after {
  left: 0;
  background-color: rgba(255,255,255,0.5);
}

.sub, .title, .news-item:before {
	transition: .5s;
}

.news-item:hover .sub, .news-item:hover .title {
	transform: translatex(10px);
}

.news-item:hover:before {
	right: 15px;
}

.news-item a::before,
.news-item a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.news-item a,
.news-item a::before,
.news-item a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news-item:before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translatey(-50%);
	color: #444;
}

@media only screen and (min-width: 769px){
	.news, .projects{
		padding-top: 148px;
		padding-bottom: 48px;
	}
}


/*----------------projects-------------*/

.projects table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
    table-layout: fixed;
	font-size: 14px;
	position: relative;
}

.projects table .projects th, .projects table td {
  border: solid 1px #e6e6e6;
}



/*-----------------single.php------------*/

.post-title-box {
	padding: 30px;
	margin: 0 0 60px;
	color: #000;
	border-top: 1px solid #000;
}

.single-title, .page-title {
	margin: 0.5em 0 0;
	font-size: 1.5rem;
    line-height: 1.5;
}

#single p {
	font-size: 14px;
} 

#single h3 {
	font-size: 1.5rem;
}

.outline {
    outline: 1px solid #000;
	position: relative;
}

.outline:before {
	content: "";
	position: absolute;
	bottom: -35%;
	right: -24px;
	width: 150px;
	height: 150px;
	background-image: url(/img/logo_post.png);
	background-size: contain;
	opacity: .9;
}

.post-title {
	font-family: 'Open Sans Condensed', sans-serif;
    display: inline-block;
    margin: 0;
    padding: 0 6px;
}

.post-title b {
    font-weight: 400;
}

.single_content {
    margin: 0 auto;
    width: 90%;
    max-width: 800px;
}

.wp-block-separator {
	border: none !important;
	height: 60px;
}

.wp-block-image {
	margin: 0;
}

.wp-block-image img {
	width: 100%;
	height: auto;
	
}


/*-----------------single-works.php------------*/

.cat-data {
    letter-spacing: 0.25em;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
}

.web:before , .illust:before , .flier:before , .card:before , .logo:before {
	content: "";
    height: 10px;
    width: 24px;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translatey(-50%);
	opacity: .8;
}

.logo:before {
	background: #820933;
}

.web:before {
	background: #40BCD8;
}

.illust:before {
	background: #EE8434;
}

.flier:before {
	background: #E0BAD7;
}

.card:before {
	background: #8FD694;
}

.post_link {
	margin: 100px 0 0;
	display: flex;
	outline: 1px solid #000;
}

.post_link a {
	font-size: 0.75em;
	width: 100%;
	display: block;
	padding: 20px;
	white-space: nowrap;
	overflow: hidden;
}

.post_link a[rel=prev] {
	border-right: 1px solid #000;
}

.post_link a:nth-child(1) {
}

.post_link a:nth-child(1):before {
	font-family: "Font Awesome 5 Free";
	content: "\f053";
	font-weight: 900;
	margin-right: 10px;
}

.post_link a:nth-child(2) {
	text-align: right;
}

.post_link a:nth-child(2):after {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	margin-left: 10px;
}


/*-----------------footer------------*/

footer {
	width: 100%;
	margin: 60px auto 0;
	padding: 2em 0 0;
	background: url(/img/kv-bg-2.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}

footer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #e6e6e6;
	z-index: -1;
}

.footer_box {
	overflow: hidden;
    max-width: 1200px;
	width: 90%;
}

.footer-address:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e6e6e6;
	z-index: -1;
}

.footer-address:after {
	content: "";
	position: absolute;
	bottom: 7px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e6e6e6;
	z-index: -1;
}

footer .footer-contact {
	margin-bottom: 40px;
}

.size-l {
	width: 100%;
}

.footer-address {
	
}

@media only screen and (min-width: 769px){
	footer {
		padding: 5em 0 3em;
	}
}

.company {
	margin: 0 0 1em;
	text-align: center;
}

.address i {
	margin-right: 6px;
}

#about {
	max-width: 1200px;
	width: 90%;
    margin-bottom: 48px;
	padding: 60px 0 0;
	display: grid;
	grid-template-rows: repeat( 3, auto );
	gap: 2em;
}

@media only screen and (min-width: 769px){
	footer {
		margin: 100px auto 0;
	}
	footer .footer-contact {
		margin-bottom: 60px;
	}
	#about {
		padding: 0;
		grid-template-columns: repeat(2,50%);
		gap: 0;
	}
}



.about-contents {
	letter-spacing: 3px;
}

.about-contents_img {
	width: 100%;
	position: relative;
}

.about-contents_img img {
	width: 100%;
	height: auto;
	padding: 1em;
	box-sizing: border-box;
}

.about-01 {
	font-size: 24px;
	margin: 0;
	font-weight: 700;
}

.about-02 {
	margin: 1em 0 0;
	font-size: 20px;
	font-weight: 700;
}

.about-03 {
	font-size: 12px;
	margin: 2em 0 0;
	display: block;
}

.about-04 {
	font-size: 14px;
	margin: 4em 0 0;
	display: block;
	text-align: left;
	line-height: 2.5;
}

.about-list {
	list-style: none;
	margin: 100px auto 0;
	padding: 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	transform: rotate(-2deg);
}

.about-list li {
	color: #666;
	font-size: 0.8em;
	padding: 5px 10px;
}

@media only screen and (min-width: 769px){
	.about-contents_img img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		padding: 1em;
		box-sizing: border-box;
	}
	.about-01 {
		font-size: 40px;
	}
	.about-02 {
		font-size: 30px;
	}
	.about-03 {
		font-size: 15px;
	}
	.about-04 {
		margin: 4em 0 4em;
	}
	
	.about-list li {
		line-height: 3;
		width: calc( 100% / 3);
	}
}

.wrapper {
	width: 100%;
	height: 120px;
	position: relative;
	margin: 100px 0 0;
}

.under_line {
	text-decoration: underline;
}

.wrapper_img_01 {
	width: 85%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/img/wrapper01.jpg) top left;
	background-size: 125%;
}

.company_list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 80%;
	width: 600px;
	font-size: 12px;
}

.company_list li {
	display: grid;
	grid-template-columns: 1fr 3fr;
	gap: 14px;
	padding: 10px 0;
	border-bottom: solid 1px #e6e6e6;
}

.company_list li:last-child {
	border-bottom: none;
}

.company_list li div:first-child {
	border-right: solid 1px #000;
}

.info {
	max-width: 90%;
	width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	font-size: 12px;
}

.info h1 {
	margin: 0 0 .5em;
	font-size: 20px;
}

.info ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2 , 1fr);
	font-size: 12px;
	
}

.info li {
	height: 30px;
	line-height: 30px;
}

.info li:before {
	content: "\f0e7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 4px;
	font-size: 10px;
}

@media only screen and (min-width: 769px){
	.info {
		grid-template-columns: 1.5fr 2fr;
	}
	.info ul {
		grid-template-columns: repeat(3 , 1fr);
		grid-template-rows: repeat(4 , 1fr);
	}
	.service-list {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 20px;
	}
}

.page_content {
	margin: 0 auto;
    width: 100%;
}

.service {
	padding:20px 0 80px;
	width: 90%;
    max-width: 1200px;
}

.service-bg {
	background: linear-gradient(to bottom, #111111 0%, #333333 100%);
}

.service-image {
	position: relative;
    width: 100%;
    aspect-ratio: 3 / 1;
    overflow: hidden;
    border-radius: 3px;
}

.service-image img {
	display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    object-fit: cover;
    transition: .5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.contents_service ul {
	margin: 2em 0 0;
	padding: 0;
	list-style: none;
}

.contents_service ul li {
    margin: 0.5em 0 1em;
    padding-left: 40px;
    position: relative;
}

.contents_service ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #222;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translatey(-50%);
}

.contents_service .is-style-regular table {
	margin: 2em 0 0;
}

.contents_service .is-style-regular td {
	padding-top: .8em;
	padding-bottom: .8em;
}

.contents_service .is-style-regular td:first-of-type {
	position: relative;
	padding-left: 30px;
	width: auto;
	max-width: 60%;
}
.contents_service .is-style-regular td:last-of-type {
	text-align: right;
	padding: 0 10px 0 0;
	font-weight: 700;
	color: #666;
	width: 35%;
	min-width: 20%;
}

.contents_service .is-style-regular td:first-of-type:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #d8cb29;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translatey(-50%);
}

.contents_service .is-style-regular table,.contents_service .is-style-regular td {
	border: none !important;
}

.service_list {
	list-style: none;
}

.service_box {
	margin: 0 0 4em;
}

.dli-plus {
	display: inline-block;
	cursor: pointer;
}

.checked_list {
	display: none;
	margin: 1em 0 0 !important;
}

.checked_list li {
	font-size: 12px !important;
}

.service_li {
	display: grid;
	gap: 4px;
	grid-template-columns: repeat(2,1fr);
	list-style: none;
	padding: 0;
	margin: 0 0 60px;
}

.checked_li li {
	font-size: 16px !important;
	padding: 0 0 20px !important;
	position: relative;
}

.checked_li li a {
	display: block;
}

.service_li li {
	position: relative;
	width: 100%;
    aspect-ratio: 2 / 1;
	overflow: hidden;
	border-radius: 3px;
}

.service_li li:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .2;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-radius: 3px;
}

.service_list_image {
	width: 100%;
	height: 100%;
	position: relative;
}

.service_list_image img {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
    object-fit: cover;
	transition: .5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.service_list_info {
	position: relative;
	width: 100%;
}

.service_list_info p {
	position: absolute;
	left: 14px;
	bottom: 14px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	z-index: 2;
	width: calc(100% - 14px);
	margin: 0;
	line-height: 1.5;
	text-shadow: 1px 2px 5px #808080;
}

.service_list_info p:before {
	content: "";
	width: 8px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: -14px;
	transform: translatey(-50%);
}

@media only screen and (min-width: 769px){
	.service_li {
		gap: 10px;
		grid-template-columns: repeat(4,1fr);
	}
	.wrapper {
		height: 400px;
		margin: 200px 0 0;
	}
	.wrapper_img_01 {
		width: 65%;
	}
}

.footer-related {
	text-align: center;
	font-size: .8rem;
	border-top: 1px solid #eee;
	padding: 1em 0 0;
	margin: 1em 0 0;
}

/*-----------------my link----------------*/

.mylink {
	width: 90%;
}

.wp-block-button {
}

.mylink-btn {
	position: relative;
	margin-bottom: 1em !important;
}

.mylink-btn:before {
	content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translatey(-50%);
    color: #444;
}

.mylink-btn a {
	color: #32373c !important;
	background-color: transparent;
	border: solid 1px #32373c;
	width: 100% !important;
	border-radius: 4px;
}

.wp-block-button__link {
	
}