html {
	font-size: 62.5%;
}
body {
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 0;
	font-family: "yu-gothic-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}
.header_top {
	position: relative;
	width: 100%;
	padding: 15px 0 30px;
	background-image: url(https://www.tknet.co.jp/wp/wp-content/themes/tknet/images/header_bg.webp);
	background-size:cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.header_top_logo {
	display: block;
	width: 380px;
	margin: 0 auto;
}
.header_top_logo img {
	width: 100%;
}
.header_top_corner01 {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 90px;
}
.header_top_corner01 img {
	display: block;
	width: 100%;
	height: auto;
}
.header_top_corner02 {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 90px;
	transform: rotatey(180deg);
}
.header_top_corner02 img {
	display: block;
	width: 100%;
	height: auto;
}
.header_top_bottom {
	position: absolute;
	bottom: 2px;
	width: 1920px;
}
.header_top_border01 {
	position: absolute;
	top: 28%;
	left: 65px;
	width: min(
		calc(50% - 4% - 190px - 20px),
		34vw
	);
	height: 7px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.header_top_border02 {
	position: absolute;
	top: 28%;
	right: 65px;
	width: min(
		calc(50% - 4% - 190px - 20px),
		34vw
	);
	height: 7px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


nav {
	display: block;
	width: 900px;
	margin: 1rem auto 0;
}
nav ul {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}
nav ul li::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 1px;
	height: 100%;
	background: #fff;
}
nav ul li:nth-child(7)::after {
	display: none;
} 
nav ul li {
	position: relative;
	padding: 0 2%;
	list-style: none;
}
nav ul li a {
	display: block;
	font-size: 1.8rem;
	font-family: kaisei-decol, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.header_nav {
	width: 100%;
}
.hamburger {
	display: none;
}
@media screen and (max-width:1200px) and (min-width:801px) {
	
.header_top_logo {
	display: block;
	width: 330px;
	margin: 0 auto;
}
}
@media screen and (max-width:800px){
	
.header_top {
	padding: 15px 0 25px;
}
.header_top_logo {
	display: block;
	width: 65%;
	margin: 0 auto;
}
nav {
	width: 90%;
}
nav ul li {
	width: 100%;
}
nav ul li a {
	font-size: 1.4rem;
}
nav ul li::after {
	display: none;
}
.header_top_bottom {
	width: 1600px;
}
	.header_top_corner01,.header_top_corner02 {
		display: none;
	}
	.header_top_border01,.header_top_border02 {
		display: none;
	}
	.header_nav {
		display: block;
		position: fixed;
		left: 0;
		width: 100%;
		background: #025220;
		bottom: -100%;
		transition: bottom .4s ease;
		z-index: 9998;
		padding: 30px 20px;
		box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
	}
	.header_nav.open {
		bottom: 0;
	}
	.header_menu {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.header_menu li {
		margin-bottom: 20px;
	}
	.header_menu li a {
		text-decoration: none;
		font-size: 18px;
		color: #fff;
	}
	.hamburger {
		display: block;
		position: fixed;
		top: 2.8vw;
		right: 15px;
		width: 30px;
		height: 26px;
		z-index: 9999;
		border: none;
		background: none;
		cursor: pointer;
	}
	.hamburger span {
		display: block;
		height: 2px;
		margin: 6px 0;
		background: #fff;
		border-radius: 3px;
		transition: 0.3s;
	}
	.hamburger.active span:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}
	.hamburger.active span:nth-child(2) {
		opacity: 0;
	}
	.hamburger.active span:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}
}

.top_header::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 660px;
	height: 267px;
	background-image: url("https://www.tknet.co.jp/wp/wp-content/themes/tknet/images/top_ayumi02.webp");
	background-size: 100% auto;
	background-position: top;
	z-index: 1;
}
.top_header {
	position: relative;
	margin-top: 83px;
	background-image: url("https://www.tknet.co.jp/wp/wp-content/themes/tknet/images/bg.webp");
	background-repeat: repeat;
	background-size: 1366px auto;
	z-index: -2
}
.top_header_bg01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: auto;
	z-index: -1;
}
.top_header_bg02 {
	position: absolute;
	top: 0;
	right: 0;
	width: 500px;
	height: auto;
	transform: rotateY(180deg);
	z-index: -1;
}
.top_header01 {
	position: relative;
	width: 100%;
	padding-bottom: 80rem;
	overflow: hidden;
}
@media screen and (max-width:999px) and (min-width:700px) {
	
.top_header::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 300px;
    height: 122px;
	background-repeat: no-repeat;
}
.top_header_bg01 {
	width: 300px;
}
.top_header_bg02 {
	width: 300px;
}
.top_header01 {
	padding-bottom: 60rem;
}
}
@media screen and (max-width:801px)  {
	
.top_header {
	margin-top: 66px;
}
}
@media screen and (max-width:699px)  {
.top_header::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 220px;
    height: 90px;
	background-repeat: no-repeat;
}
.top_header_bg01 {
	width: 180px;
}
.top_header_bg02 {
	width: 180px;
}
.top_header01 {
	padding-bottom: 60rem;
}
}
.top_header_img01 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1920px;
	z-index: 1;
}
.top_header_img02 {
	position: absolute;
	width: 450px;
    top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
.top_header_img03 {
	position: absolute;
	width: 446px;
	top: 610px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 3;
}
.top_header01 h1 {
	position: absolute;
	top: 690px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 2.8rem;
	font-family: kaisei-decol, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #500202;
}
@media screen and (max-width:1366px) and (min-width:1000px) {
	
.top_header_img01 {
	width: 1366px;
}
.top_header_img02 {
	width: 336px;
	top: 43px;
}
.top_header_img03 {
	top: 470px;
}
.top_header01 h1 {
	top: 550px;
}
}
@media screen and (max-width:999px) and (min-width:700px) {
.top_header_img01 {
	width: 1000px;
	top: 75px;
}
.top_header_img02 {
	width: 300px;
	top: 70px;
}
.top_header_img03 {
	width: 300px;
    top: 450px;
}
.top_header01 h1 {
	display: block;
	width: 90%;
	font-size: 2rem;
	top: 510px;
}
}
@media screen and (max-width:699px)  {
.top_header_img01 {
	width: 1000px;
	top: 75px;
}
.top_header_img02 {
	width: 280px;
	top: 70px;
}
.top_header_img03 {
	width: 300px;
    top: 430px;
}
.top_header01 h1 {
	display: block;
	width: 90%;
	font-size: 1.8rem;
	top: 490px;
	line-height: 150%;
}	
}
.top_news {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.top_news_title img {
	display: block;
	width: 233px;
	margin: 0 auto;
}
.top_news_title h2 {
	font-size: 3.2rem;
	font-family: kaisei-decol, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #500202;
}
.top_news_content {
	display: block;
	width: 600px;
	margin: 5rem auto;
}
.top_news_content ul {
	margin: 0;
	padding: 0;
}
.top_news_content ul li {
}
.top_news_content ul li a {
	display: block;
	margin-bottom: 2.5rem;
}
.top_news_content ul li a:hover {
	opacity: .7;
}
.top_news_content_date {
	font-size: 2rem;
	color: #500202;
}
.top_news_content_category {
	display: inline-block;
	margin: 0 2rem;
	padding: .5rem 2rem;
	font-size: 1.6rem;
	background: #500202;
	color: #fff;
}
.top_news_content ul li h3 {
	display: inline;
	font-size: 1.8rem;
	color: #500202;
}
@media screen and (max-width:999px) and (min-width:700px) {
	
.top_news_title img {
	width: 180px;
}
.top_news_title h2 {
	font-size: 2.8rem;
}
}
@media screen and (max-width:699px)  {
	
.top_news_title img {
	width: 150px;
}
.top_news_title h2 {
	font-size: 2.2rem;
}
	.top_news_content ul {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
.top_news_content {
	display: block;
	width: 90%;
	margin: 5rem auto;
}
.top_news_content_date {
	font-size: 1.4rem;
}
.top_news_content_category {
	font-size: 1.2rem;
	margin: 0 1rem;
	padding: .5rem 2rem;
	vertical-align: bottom;
}
.top_news_content ul li h3 {
	display: block;
	margin-top: 1rem;
	font-size: 1.6rem;
}
}
.top_service::before,
.top_service::after {
	content: '';
	position: absolute;
	top: 48%;
	padding: 13px;
	background-image: url(../images/top_service_parts01.webp);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}
.top_service::before {left: 1rem}
.top_service::after {right: 1rem}
.top_service {
	position: relative;
	width: 1190px;
	margin: 10rem auto;
}
.top_service_corner {
	position: absolute;
	width: 326px;
	z-index: 0;
}
.top_service_corner01 {top: 0;left: 0;}
.top_service_corner02 {top: 0;right: 0;transform: rotateY(180deg);}
.top_service_corner03 {bottom: 0;left: 0;transform: rotateX(180deg);}
.top_service_corner04 {bottom: 0;right: 0;transform:rotateY(180deg) rotateX(180deg);}
.top_service_inner {
	padding: 7rem 0 10rem;
}
.top_service_inner h2 {
	display: block;
	width: 570px;
	margin: 0 auto;
}
.top_service_inner h2 img {
	display: block;
	width: 100%;
}
.top_service_inner_box {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
	width: 995px;
	margin: 0 auto;
}
.top_service_inner_box_block {
	margin-bottom: 2rem;
}
.top_service_inner_box_block01 {
	width: 49%;
}
.top_service_inner_box_block02 {
	width: 24%;
}
.top_service_inner_box_block a {
	display: block;
	width: 100%;
	transition: .5s;
}
.top_service_inner_box_block a:hover {
	opacity: .7;
}
.top_service_inner_box_block a img {
	width: 100%;
}
@media screen and (max-width:1200px) and (min-width:700px) {
.top_service {
	width: 700px;
}
.top_service_corner {
	width: 200px;
}
.top_service_inner h2 {
	width: 500px;
}
.top_service_inner_box {
	width: 550px;
}
.top_service_inner_box_block01 {
	width: 100%;
}
.top_service_inner_box_block02 {
	width: 48%;
}
}
@media screen and (max-width:699px)  {
.top_service {
	width: 90%;
}.top_service_inner {
	padding: 5rem 0;
}
.top_service_corner {
	width: 30%;
}
.top_service_inner h2 {
	width: 70%;
	margin-bottom: 3rem;
}
.top_service_inner_box {
	width: 80%;
}
.top_service_inner_box_block {
	margin-bottom: 1rem;
}
.top_service_inner_box_block01 {
	width: 100%;
}
.top_service_inner_box_block02 {
	width: 48%;
}
.top_service::before,
.top_service::after {
	padding: 8px;
}
.top_service_inner_box_block01 {
	width: 100%;
}
.top_service_inner_box_block02 {
	width: 48%;
}
}
.top_message_bg {
	width: 100%;
	margin: 30rem 0 0;
	padding: 10rem 0 5rem;
	background: #f0efe9;
}
.top_message {
	position: relative;
	padding: 6rem 0 0;
}
.top_message h2 {
	position: absolute;
	top: -24rem;
	left: 0;
	right: 0;
	display: block;
	width: 530px;
	margin: auto;
}
.top_message h2 img {
	width: 100%;
}
.top_message_box {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
	flex-direction: row-reverse;
	width: 1000px;
	margin: 0 auto;
	padding: 7rem 13rem 8rem;
	background-image: url(https://www.tknet.co.jp/wp/wp-content/themes/tknet/images/top_message_bg.webp);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top;
}
.top_message_box_left {
	width: 52%;
	border: 2px solid #690101;
	border-radius: 10px;
}
.top_message_box_left img {
	width: 100%;
	border-radius: 10px;
}
.top_message_box_right {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
	flex-direction: row-reverse;
	width: 30%;
}
.top_message_box_right_right {
	width: 100px;
}
.top_message_box_right_right img{
	width: 100%;
}
.top_message_box_right_left {
	position: relative;
	width: 40px;
}
.top_message_box_right_left a {
	position: absolute;
	bottom: 0;
	width: 100%;
	transition: .3s;
}
.top_message_box_right_left a:hover {
	opacity: .7;
}
.top_message_box_right_left a img {
	width: 100%;
}
@media screen and (max-width:1200px) and (min-width:700px) {
.top_message {
	padding: 2rem 0 0;
}
.top_message h2 {
	top: -21rem;
	width: 400px;
}
.top_message_box {
	width: 700px;
	padding: 7rem 12rem 8rem;
}
.top_message_box_right_right {
	width: 80px;
}
.top_message_box_right_left {
	width: 30px;
}
}
@media screen and (max-width:699px)  {
.top_message_bg {
	margin: 10rem 0 0;
	padding: 1rem 0;
}
.top_message {
	padding: 2rem 0 0;
}
.top_message h2 {
	top: -7rem;
	width: 60%;
}
.top_message_box {
	width: 70%;
	padding: 7rem 0 3rem;
	background: none;
}
.top_message_box_right {
	width: 35%;
}
.top_message_box_right_right {
	width: 43%;
}
.top_message_box_right_left {
	width: 20%;
}
	
}
.top_ayumi {
	padding: 10rem 0 0;
}
.top_ayumi h2 {
	display: block;
	width: 1000px;
	margin: 0 auto;
}
.top_ayumi h2 img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.top_ayumi_content {
	position: relative;
}
.top_ayumi_content img {
	width: 100%;
}
.top_ayumi_content_box {
	position: absolute;
	top: 28%;
	left: 12%;
}
.top_ayumi_content_box h3 {
	font-family: kaisei-decol, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	font-size: 3.5vw;
	color: #500202;
}
.top_ayumi_content_box p {
	margin-top: 1.5vw;
	font-weight: 600;
	font-size: 1.2vw;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: center;
	color: #500202;
	line-height: 170%;
}
.top_ayumi_content_box a {
	display: block;
	width: 60%;
	margin: 0 auto;
	padding: .5vw 0;
	margin-top: 1.5vw;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 600;
	font-size: 1.2vw;
	text-align: center;
	background: #048133;
	color: #fff;
	border-radius: 50px;
	transition: .3s;
}
.top_ayumi_content_box a:hover {
	opacity: .7;
}
@media screen and (max-width:1200px) and (min-width:700px) {
.top_ayumi h2 {
	width: 700px;
}
}
@media screen and (max-width:699px)  {
.top_ayumi {
	padding: 5rem 0 0;
}
.top_ayumi h2 {
	width: 90%;
}
.top_ayumi_content_box {
	top: 26%;
	left: 8%;
}
.top_ayumi_content_box h3 {
	font-size: 5vw;
}
.top_ayumi_content_box p {
	font-size: 1.5vw;
}
.top_ayumi_content_box a {
	width: 70%;
	padding: 1vw 0;
	margin-top: 1.5vw;
}
}
footer {
	padding: 5rem 0 2.5rem;
	background: #094c1f;
}
.footer_logo {
	display: block;
	width: 240px;
	margin: 0 auto;
}
.footer_logo img {
	width: 100%;
}
.footer_box {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
	width: 900px;
	margin: 0 auto;
	padding: 15rem 0 5rem;
}
.footer_box_left {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
	width: 45%;
}
.footer_box_left01,.footer_box_left02 {
	width: 50%;
}
.footer_box_left01 ul li,.footer_box_left02 ul li {
	display: block;
	margin-bottom: 2rem;
}
.footer_box_left01 ul li a,.footer_box_left02 ul li a {
	color: #fff;
	font-size: 1.7rem;
}
.footer_box_left01 ul ul,.footer_box_left02 ul ul {
	margin: 1.5rem 0 2rem 1rem;
	padding-left: 1rem;
	border-left: 1px solid #fff;
}
.footer_box_left01 ul ul li,.footer_box_left02 ul ul li {
	display: block;
	margin-bottom: 1rem;
}
.footer_box_left01 ul ul li a,.footer_box_left02 ul ul li a {
	color: #fff;
	font-size: 1.5rem;
}
.footer_box_left01 ul li a:hover,.footer_box_left02 ul li a:hover {
	opacity: .7;
}
.footer_box_right {
	width: 50%;
}
.footer_box_right iframe {
	width: 100%;
	height: 250px;
}
.footer_box_right_box {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
	margin: 1.5rem 0 0;
}
.footer_box_right_box_left {
	position: relative;
	width: 22%;
	aspect-ratio: 1 / 1;
	border: 1px solid #fff;
	border-radius: 100px;
}
.footer_box_right_box_left p {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
	 display: block;
    width: 100%;
	font-size: 1.3rem;
	text-align: center;
	color: #fff;
}
.footer_box_right_box_right {
	width: 73%;
	margin-top: 2rem;
}
.footer_box_right_box_right p {
	font-size: 1.5rem;
	line-height: 150%;
	color: #fff;
}
.footer_box_right_box_right p span {
	font-size: 1.4rem;
}
copy {
	display: block;
	font-size: 1.3rem;
	text-align: center;
	color: #fff;
}
@media screen and (max-width:1200px) and (min-width:700px) {
	
.footer_box {
	width: 480px;
	padding: 10rem 0 5rem;
}
.footer_box_left {
	width: 90%;
	margin: 0 auto 3rem;
}
.footer_box_right {
	width: 90%;
	margin: 0 auto;
}
}
@media screen and (max-width:699px)  {
.footer_logo {
	display: block;
	width: 200px;
	margin: 0 auto;
}
	.footer_box {
	width: 90%;
	padding: 5rem 0;
}
.footer_box_left01,.footer_box_left02 {
	width: 100%;
}
.footer_box_left01 ul li a,.footer_box_left02 ul li a {
	font-size: 1.5rem;
}
.footer_box_left {
	width: 80%;
	margin: 0 auto 3rem;
}
.footer_box_right {
	width: 90%;
	margin: 0 auto;
}
.footer_box_right_box {
	display: block;
	margin: 1.5rem 0 0;
}
.footer_box_right_box_left {
	position: relative;
	width: 30%;
	margin: 0 auto;
}
.footer_box_right_box_right {
	width: 100%;
	margin-top: 1rem;
}
.footer_box_right_box_right p {
	font-size: 1.5rem;
}
.footer_box_right_box_right p span {
	font-size: 1.5rem;
}
}