<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* =============================================
	mobile menu settings
=============================================　*/
/* Mobile Menu Button */
#menu-button{
	visibility:hidden;
	opacity:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 900;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background-color: #fff;
}
#menu-button.nav-on {
	visibility:visible;
	opacity:1;
}
#menu-button .ham-lines {
	position: relative;
	margin: 0 auto;
	width: 32px;
	height: 32px;
}
#menu-button .ham-lines span,
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	position: absolute;
	display: block;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 28px;
	height: 2px;
	background-color: #111;
	border-radius: 1px;
}
#menu-button .ham-lines span {
	bottom: 15px;
	transition: all .25s .25s;
	opacity: 1;
}
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	content: "";
}
#menu-button .ham-lines::before{
	bottom: 24px;
	animation: menu-bar01 .75s forwards;
}
#menu-button .ham-lines::after {
	bottom: 6px;
	animation: menu-bar03 .75s forwards;
}
#menu-button .ham-text {
	font-size: 12px;
	line-height: 1;
}
#menu-button.is-active .ham-lines span {
	opacity: 0;
}
#menu-button.is-active .ham-lines::before {
	animation: active-menu-bar01 .5s forwards;
}
#menu-button.is-active .ham-lines::after {
	animation: active-menu-bar03 .5s forwards;
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(9px) rotate(45deg);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar03 {
	0% {
		transform: translateY(-9px) rotate(-45deg);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(9px) rotate(45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(-9px) rotate(-45deg);
	}
}
/* Mobile Menu Button end */




body .pagewidth {
	width: 100%;
	max-width: 1100px;
}
body .row_inner {
	width: 100%;
	max-width: 100%;
}





/* for the navigation for smartphones including the iPad Pro of landscape size */
#main-menu-container.is-active {
	background: #333;
/* 	padding-top: 50px; */
}
#main-menu-container.is-active #main-menu {
	margin: 0;
}
#main-menu-container.is-active #main-menu li {
	display: block !important;
	text-align: center;
}
#main-menu-container.is-active #main-menu li a {
	width: 100% !important;
	color: white !important;
}
#main-menu-container.is-active #main-menu li .sub-menu {
    display: block;
    position: static;
    background: none;
	box-shadow: none;
}
#main-menu-container.is-active #main-menu li .sub-menu li a {
	font-size: 17px;
}

body .site {
	font-family: "Yu Mincho","游明朝","YuMincho","游明朝体","MS PMincho","ＭＳ Ｐ明朝",serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 2;
	background: #fff;
	color: #333333;
}
.font_lora {
	font-family: 'Lora', serif;
}

/* =========== HEADER ========== */
#headerwrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background: linear-gradient(to bottom, rgba(0,0,0,0.2), transparent);
	padding-bottom: 20px;
	position: fixed;
}
#headerwrap #header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
	padding: 10px 0 10px 50px;
}
.h_right {
	display: flex;
	align-items: center;
	justify-content: center;
}
.h_right .h_info {
	text-align: center;
	padding: 0 30px;
	border-left: 1px solid white;
	color: white;
	margin-left: 15px;
}
.h_info .h_tel {
	font-size: 14px;
	line-height: 1.2;
}
.h_info .h_tel .tel_num {
	font-size: 19px;
}
.h_info .h_add {
	font-size: 11px;
}

/* =========== MENU ========== */
#main-menu-container #main-menu {
	margin: 0 auto;
}
#main-menu-container #main-menu li {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}
#main-menu-container #main-menu li.nav01 {
	display: none;
}
#main-menu-container #main-menu li a {
	color: white;
	font-size: 0;
	padding: 14px 16px;
	display: block;
    box-sizing: border-box;
	height: 50px;
	text-decoration: none;
}
#main-menu-container #main-menu li a:before {
	content: attr(title);
	display: block;
	font-family: 'Lora', serif;
	font-size: 13px;
}
#main-menu-container #main-menu li.nav02 a {
	width: 86px;
}
#main-menu-container #main-menu li.nav03 a {
	width: 84px;
}
#main-menu-container #main-menu li.nav04 a {
	width: 97px;
}
#main-menu-container #main-menu li.nav05 a {
	width: 110px;
}
#main-menu-container #main-menu li.nav06 a {
	width: 88px;
}
#main-menu-container #main-menu li:hover a {
	font-size: 13px;
}
#main-menu-container #main-menu li:hover a:before {
	display: none;
}
#main-menu-container #main-menu li .sub-menu {
	display: none;
	position: absolute;
	background: white;
	border-radius: 0;
	border: none;
	padding: 12px;
	text-align: center;
	margin: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
#main-menu-container #main-menu li:hover .sub-menu {
	display: block;
}
#main-menu-container #main-menu li .sub-menu li {
	display: block;
	font-size: 13px;
	padding: 0;
	margin: 0;
}
#main-menu-container #main-menu li .sub-menu li a {
	padding: 7px 0;
	margin: 0;
	display: block;
	color: #333;
	height: auto;
}
/* =========== FOOTER ========== */
#footerwrap {
	background: #595959;
	color: white;
}
#footer .f_tel_title {
	font-size: 19px;
	padding-bottom: 5px;
	border-bottom: 1px solid white;
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.2;
}
#footer .f_tel {
	font-size: 28px;
	text-align: center;
	margin-bottom: 4px;
	line-height: 1.4;
}
.head_btn_grey .fancy-heading {
	margin: 0;
	background: #333333;
	padding: 0;
	color: white;
	letter-spacing: 1px;
}
.head_btn_grey .fancy-heading .main-head a {
	font-size: 25px;
	font-family: 'Lora', serif;
	padding: 26px 10px 0;
	color: white;
	display: block;
	font-weight: 400;
}
.head_btn_grey .fancy-heading .sub-head {
	margin: 0;
	padding: 0;
}
.head_btn_grey .fancy-heading .sub-head a {
	font-size: 14px;
	padding: 10px 10px 28px;
	color: white;
	display: block;
}
.f_menu a {
	font-size: 14px;
	color: #d9d9d9;
}
.f_menu p {
	margin-bottom: 12px
}
.copyright-container {
	text-align: center;
	font-size: 12px;
	padding: 15px 0 45px;
	color: #c1c1c1;
}

/* =========== TABLE ========== */
body table {
	width: 100%;
	border-collapse: collapse;
}
.table_info table tr th {
	padding: 18px 5px;
	vertical-align: top;
	border-bottom: 1px solid #556998;
	text-align: left;
	font-size: 15px;
	color: #556998;
	font-weight: 600;
	width: 275px;
}
.table_info table tr td {
	text-align: left;
	font-size: 15px;
	padding: 18px 5px;
	vertical-align: top;
	border-bottom: 1px solid #b0b0b0;
}
.wpcf7 .wpcf7-form table th {
	font-size: 16px;
	color: white;
	background: #556998;
	padding: 16px 18px;
	vertical-align: top;
	border-bottom: 1px solid #c2c2c2;
	box-sizing: border-box;
	width: 276px;
}
.wpcf7 .wpcf7-form table th span {
	font-size: 13px;
	background: #cd3d3d;
	padding: 0 3px;
}
.wpcf7 .wpcf7-form table td {
	padding: 16px 18px;
	vertical-align: top;
	border-bottom: 1px solid #c2c2c2;
	background: #fafafa;
	box-sizing: border-box;
}
.wpcf7 .wpcf7-form table input, .wpcf7 .wpcf7-form table textarea {
	background: white;
	border: 1px solid #b0b0b0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
}
.wpcf7 .wpcf7-form .submit_btn input[type="submit"] {
	font-size: 16px;
	color: white;
	background: #333333;
	border-radius: 0;
	margin-top: 50px;
	width: 220px;
}
.wpcf7 .wpcf7-form .submit_btn input[type="submit"]:hover {
	background: #556998;
}

/* =========== POST ========== */


/* Archive */
body.archive #layout, body.single #layout {
	padding-top: 150px;
}
body.archive #content, body.single #content {
	width: 77.3%;
	padding: 0;
	margin-bottom: 120px;
}
body.archive #sidebar, body.single #sidebar {
	width: 16.7%;
	padding: 0;
	margin-bottom: 120px;
}
body.archive #content .page-title {
	display: none;
}
body.archive .post {
	margin-bottom: 70px;
}
body.archive .post .post-title {
	font-size: 17px;
	color: #333333;
	margin-bottom: 12px;
}
body.archive .post .post-title a {
	color: #333;
	text-decoration: none;
}
body.archive .post .post-meta .post-category a, body.single .post .post-meta .post-category a {
	font-size: 13px;
	color: white;
	background: #556998;
	padding: 2px 10px;
	margin-right: 10px;
}

body .post-meta .post-category{
	font-size: 0;
}
body.archive .post .post-meta .post-category:after, body.single .post .post-meta .post-category:after {
	display: none;
}
body .pagenav {
	text-align: center;
}
.pagenav .number {
	font-size: 15px;
	color: white;
	background: #333333;
	padding: 12px 16px;
	border-radius: 0;
}
.pagenav .number.current {
	color: #333;
	background: none;
}
#sidebar .widget .widgettitle {
	font-size: 18px;
	color: #556998;
	padding-bottom: 12px;
	border-bottom: 1px solid #b4c3e6;
	margin-bottom: 12px;
}
#sidebar .menu-side-menu-container li {
	font-size: 15px;
	margin-bottom: 12px;
}
#sidebar .menu-side-menu-container li:before {
	content: '';
	width: 10px;
	height: 2px;
	background: #556998;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
/* #sidebar .widget .categories-list li a {
	color: #333;
} */

/* Single */ 
body.single .post .post-title {
	font-size: 28px;
	color: #333333;
	margin-bottom: 12px;
}
body.single .post .entry-content {
	padding-top: 40px;
}
.history-back-container .history-back-button {
	font-size: 16px;
	color: white;
	padding: 12px;
	background: #333333;
	display: block;
	max-width: 222px;
	margin: 0 auto;
	text-align: center;
}


/* =========== TITLE ========== */
.module .module-title {
	margin-bottom: 15px;
	color: #556998;
	font-size: 25px;
}
.title_mb30 .module-title {
	margin-bottom: 30px;
}
.head_en_ja .fancy-heading {
	margin: 0;
}
.head_en_ja .fancy-heading .main-head {
	font-size: 30px;
	color: #556998;
	font-family: 'Lora', serif;
	font-weight: 400;
}
.head_en_ja .fancy-heading .sub-head {
	font-size: 14px;
	color: #333333;
	padding-top: 12px;
}
.title_page .fancy-heading {
	margin: 140px 0 50px;
}
.title_page .fancy-heading .main-head {
	font-size: 36px;
	color: #ffffff;
	font-family: 'Lora', serif;
	font-weight: 400;
}
.title_page .fancy-heading .sub-head {
	font-size: 13px;
	color: #ffffff;
	padding-top: 14px;
}
.title_28.module .module-title {
	font-size: 28px;
}
.title_22.module .module-title {
	font-size: 22px;
}
.title_line.module .module-title {
	font-size: 22px;
}
.title_line.module .module-title:before {
	content: '';
	width: 22px;
	height: 3px;
	display: inline-block;
	margin: 0 20px 0 0;
	background: #556998;
	vertical-align: super;
}
.title_black_20.module .module-title {
	font-size: 20px;
	color: #333;
}
.head_inline .fancy-heading {
	margin: 0;
	border-bottom: 1px solid #b0b0b0;
	padding-bottom: 10px;
}
.head_inline .fancy-heading .main-head {
	font-size: 25px;
	color: #556998;
	
}
.head_inline .fancy-heading .sub-head {
	font-size: 14px;
	color: #333333;
	padding: 0;
}
/* =========== OTHER ========== */
.module {
	margin-bottom: 30px;
}
.module p:last-child {
	margin-bottom: 0;
}
.c-scroll {
    position: absolute;
    bottom: 0px;
	left: 50px;
    transform: translate(-50%, 0);
}
.c-scroll p {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 16px
    margin-left: -1px;
    letter-spacing: 1px;
	line-height: 1;
}
.c-scroll1__line {
    display: inline-block;
    height: 75px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    text-align: center;
    position: relative;
    overflow: hidden;
    bottom: -5px;
    left: 8px;
    margin-top: 0;
	vertical-align: middle;
}
.c-scroll1__line span {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    -webkit-animation: scroll-down 3s infinite;
    animation: scroll-down 3s infinite;
    background-color: #fff;
}
@-webkit-keyframes scroll-down {
    0% {
        height: 0;
        top: 0;
    }

    30% {
        height: 100%;
        top: 0;
    }

    60% {
        height: 100%;
        top: 100%;
    }

    100% {
        height: 100%;
        top: 100%;
    }
}

@keyframes scroll-down {
    0% {
        height: 0;
        top: 0;
    }

    30% {
        height: 100%;
        top: 0;
    }

    60% {
        height: 100%;
        top: 100%;
    }

    100% {
        height: 100%;
        top: 100%;
    }
}
#pagewrap .btn_black .module-buttons-item a {
	font-size: 16px;
	color: white;
	padding: 15px 35px;
	background: url(../../uploads/arrow.png) no-repeat right 14px center, #333333;
	border: none;
	border-radius: 0;
	min-width: 220px;
	box-sizing: border-box;
	text-align: center;
}
#pagewrap .btn_black .module-buttons-item a:hover {
	background: url(../../uploads/arrow.png) no-repeat right 14px center,  #556998;
}
#pagewrap .btn_black2 .module-buttons-item a {
	background: url(../../uploads/rec01.png) no-repeat right 14px center, #333333;
}
#pagewrap .btn_black2 .module-buttons-item a:hover {
	background: url(../../uploads/rec01.png) no-repeat right 14px center, #556998;
}

#pagewrap .sv_row {
	background: linear-gradient( to bottom, white 50%, #f3f5fb 50% );
}
#pagewrap .sv_row .module_subrow .tb-column-inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 36px;
}
#pagewrap .sv_row .module_subrow .tb-column-inner .module {
	width: calc((100% - 72px) / 3);
	margin-bottom: 14px;
}
#pagewrap .img_sv .image-content {
	background: url(../../uploads/arrow.png) no-repeat right 15px center, #333333;
	width: calc(100% - 70px);
	min-height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#pagewrap .img_sv:hover .image-content {
	background: url(../../uploads/arrow.png) no-repeat right 15px center, #556998;
}
#pagewrap .img_sv .image-content .image-title {
	margin: 0;
	font-size: 18px;
}
#pagewrap .img_sv .image-content .image-title a {
	color: white;
	display: block;
}
#pagewrap .img_sv .image-content .image-caption {
	font-size: 13px;
	color: white;
}
#pagewrap .img_work .image-content {
	display: flex;
	flex-direction: column-reverse;
	background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
	padding: 35px 0 0;
}
#pagewrap .img_work .image-content .image-title {
	margin: 0;
	font-weight: normal;
}
.img_work .image-content .image-title a {
	display: block;
	color: white;
	font-size: 25px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding-left: 20px;
}
.img_work .image-content .image-title a:after {
	content: '';
	width: 55px;
	height: 55px;
	background: url(../../uploads/arrow.png) no-repeat center, #333333;
	display: block;
	transition: 0.3s all;
}
.img_work:hover .image-content .image-title a:after {
	background: url(../../uploads/arrow.png) no-repeat center, #556998;
}
.img_work .image-content .image-caption {
	font-size: 14px;
	color: white;
	padding: 0 20px;
}
.subrow_num  {
	background: #f3f5fb;
	padding: 60px 80px 30px;
}
.subrow_num .tb-column-inner {
	display: flex;
	justify-content: space-between;
}
.subrow_num .tb-column-inner:before {
	content: '';
	height: 1px;
	background: #556998;
	display: block;
	position: absolute;
	top: 20px;
	left: 1px;
	right: 1px;
	z-index: 0;
}
.txt_num_doc.module {
	z-index: 1;
}
.txt_num_doc.module .module-title {
	font-size: 18px;
	color: white;
	background: #556998;
	width: 40px;
	height: 40px;
	padding: 2px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	font-weight: 500;
}
.txt_num_doc.module .tb_text_wrap p {
/* 	writing-mode: tb; */
	margin: 0 auto;
	writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
	white-space: pre;
}
.step_row .module_column .tb-column-inner {
	counter-reset:0;
  	list-style:none;
}
.step_row .module_column .tb-column-inner .module_subrow {
	counter-increment:number 1;
	padding-left: 95px;
	padding-bottom: 70px;
}
.step_row .module_column .tb-column-inner .module_subrow:before{
	content:counter(number);
  	color:#fff;
  	font-size: 25px;
  	font-weight: normal;
	position: absolute;
	left: 0;
	top: 0;
	width: 55px;
	height: 55px;
	padding: 5px;
	background: #556998;
	border-radius: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
	box-sizing: border-box;
	z-index: 1;
} 
.step_row .module_column .tb-column-inner .module_subrow:after{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	left: 27px;
	top: 0;
	bottom: 0;
	background: #556998;
	z-index: 0;
	display: block;
}
.step_row .module_column .tb-column-inner .module_subrow:last-child:after {
	display: none;
}
.step_row .module_column .tb-column-inner .module_subrow .module-text {
	padding-top: 13px;
}
#pagewrap .mw600 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#pagewrap .policy {
	max-height: 265px;
	overflow-y: scroll;
}
#pagewrap .rec_tab .tab-nav {
	display: flex;
}
#pagewrap .rec_tab .tab-nav li {
	font-size: 18px;
	color: #333333;
	border-bottom: 1px solid #333333;
	flex: 1;
	margin: 0;
	padding: 20px;
	text-align: center;
}
#pagewrap .rec_tab .tab-nav li.current {
	background: #333;
	color: white;
}
#pagewrap .rec_tab .tab-content {
	padding: 90px;
}
#pagewrap .rec_tab .tab-content h3 {
	font-size: 25px;
	color: #556998;
	font-weight: 600;
	margin: 80px 0 35px;
	text-align: center;
}

/* matsuda */
#main-menu-container #main-menu li:hover a{
	animation-name: fadein;
  	animation-duration: .3s;
}
@keyframes fadein {
  0% {
     opacity: 0;
  }
  100% {
     opacity: 1;
  }
}
#main-menu-container #main-menu li .sub-menu li a{
	transition: all .3s ease;
}
#main-menu-container #main-menu li .sub-menu li a:hover{
	color: #556998;
}
#sp-site-logo{
	display: none;
}
#footer .tb_zc7g966 .tb-column-inner{
	text-align: center;
}
#footer .f_tel_title{
	display: inline-block;
}
.head_btn_grey .fancy-heading{
	transition: color .3s linear;
	transition-property: color,background-color,padding,border,box-shadow;
}
.head_btn_grey .fancy-heading:hover{
	background:#556998;
}
#pagewrap .subrow_inner .module.img_work,
#pagewrap .sv_row .module_subrow .tb-column-inner .module{
	overflow: hidden;
}
#pagewrap .subrow_inner .module.img_work:hover .image-wrap img,
#pagewrap .sv_row .module_subrow .tb-column-inner .module:hover .image-wrap img{
	transform: scale(1.1);
	transition: all .3s ease;
}
.post-image img{
	height: 170px;
	object-fit: cover;
}
.wpcf7 .wpcf7-form .submit_btn input[type="submit"],
.history-back-container .history-back-button,
.pagenav .number{
	transition: color .3s linear;
    transition-property: color,background-color,padding,border,box-shadow;
}
.history-back-container .history-back-button:hover,
.pagenav .number:hover:not(.pagenav .number.current:hover){
	background: #556998;
	color: #fff;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  text-align: center;background:#fff;
}
#loading_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loading .kvArea {
  width: 100%;
}
#loading .kvArea .img_box {
  text-align: center;
}
#loading .kvArea .img_box img {
  height: 100vh;
	object-fit: cover;
}
#loading :before{
	content:"";
	background:#fff;
	width:100vw;
	height:150vh;
	position:absolute;
	bottom:0;
	left:0;
	z-index:-1;
	animation-name: fadeUpAnime2;
	animation-duration: 1s;
	animation-delay: 1.5s;
	animation-fill-mode: forwards;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-delay: 1s;
/*   animation-fill-mode: forwards; */
  opacity: 1;
}
/* @keyframes fadeUpAnime {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
} */
@keyframes fadeUpAnime2 {
  0% {
	height:0vh;
	z-index:99999;
  }
  to {
	height:70vh;
  }
}
img :hover{
	clip-path: polygon(57% 0, 100% 0%, 50% 100%, 2% 100%);
	transition: all 1s ease-out;
}
img{
	transition: all 1s ease-out;
}
.wpcf7 .wpcf7-form table th span.cf7-gray{
	background: #9f9f9f;
}
.wpcf7 table tr td.cf7-birth span input{
	max-width: 60px;
	margin-left: 20px;
	margin-right: 5px;
}
.wpcf7 table tr td.cf7-birth span:first-child input{
	max-width: 100px;
	margin-left: 10px;
}
.page-id-832 .wpcf7 .wpcf7-form table th:not(.page-id-832 .wpcf7 .wpcf7-form table tr:nth-child(6) th, 
.page-id-832 .wpcf7 .wpcf7-form table tr:nth-child(10) th){
	vertical-align: middle;
}
.wpcf7-list-item-label {
    display: flex;
	align-items: center;
}

.wpcf7-list-item .wpcf7-list-item-label::before {
    content: "";
    height: 15px;
 &nbsp; &nbsp;margin: auto 25px auto 0;
    width: 15px;
    background: #ffffff;
    border-radius: 100%;
    border: solid 1px #ccc;
	margin-right: 10px;
}

input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::before{
    background: #556998;
}
.policy p{
	font-size: 15px;
/* 	font-weight: 400; */
}
.policy p strong{
	font-weight: bold;
}
.sp-on{
	display: none;
}
#sidebar .menu-side-menu-container li a {
	color: #333;
}
body #pc-backtop svg{
	fill: #556998;
}

/* by fujimoto */
	.loading_sp {
		display: none;
	}

::-webkit-scrollbar {
	width: 10px;
	height: 30px;
}

::-webkit-scrollbar-thumb {
	background: #949494;
	border-radius: 5px;
}

::-webkit-scrollbar-track {
	background: #cfcfcf;
	border-radius: 5px;
}

#main-menu-container #main-menu li {
    letter-spacing: 0.1em;
}

#main-menu-container #main-menu li a {
    padding: 14px 10px;
}

.nav03.menu-item {
	position: relative;
}

.nav03.menu-item .sub-menu {
	left: -11px;
}

#pagewrap .themify_builder_content-486 .tb_wq3i612.module_row {
    background-position: 50% 17%;
}

#loading .kvArea .img_box img {
    object-position: 50% 37%;
}

#pagewrap .text-none {
	display: none;
}

/*murata*/
.bgwraptext p{
	opacity:0.7;
}
#site-logo img{
	height:30px;
}
.ft_logowrap img{
	height:35px;
	width:auto;
}



/* =============================================

	Media Query

============================================= */
@media screen and (max-width: 1400px) { /* for iPad pro landscapes */

}

@media screen and (max-width: 1180px) { /* for tablet landscapes */

	#pagewrap {
		position: relative;
	}

	#header.header {
		padding-top: 0;
	}

	/* module menu button visible */
	#menu-button{
		visibility:visible;
		opacity:1;
	}
	
	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */
	#main-menu-container {
/* 		position: fixed;
		z-index: 700;
		top: 0;
		left: -100vw;
		right: auto;
		bottom: auto; */
		overflow-y: auto;
		background-color: #333;
		color: #fff;
		display:block;
		width: 100vw;
		height: 100vh;
/* 		transition: .3s linear; */
		padding-top: 60px;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 700;
		width: 100vw;
		height: 100vh;
		display: block;
	}
	#main-menu-container.is-active{
/* 		left: 0; */
		padding-top: 60px;
	}
	
	#main-menu-container{
	  pointer-events: none;
	  opacity: 0;
	  transition: opacity 0.4s linear;
	}
	#main-menu-container.is-active{
	  pointer-events: auto;
	  opacity: 1;
	}

	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */
	/* matsuda */
	#main-menu-container #main-menu li a:before{
		content:"";
		font-size: 0;
	}
	#main-menu-container #main-menu li a{
		font-size: 18px;
	}
	body #main-menu-container #main-menu{
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 50px 50px 50px 50px;
		grid-template-areas:
			"a b"
			"c d"
			"c e"
			"c f";
		max-width: 80%!important;
		margin: 0 auto!important;
	}
	#main-menu-container #main-menu li.nav01{
		grid-area: a;
	}
	#main-menu-container #main-menu li.nav02{
		grid-area: b;
	}
	#main-menu-container #main-menu li.nav03{
		grid-area: c;
	}
	#main-menu-container #main-menu li.nav04{
		grid-area: d;
	}
	#main-menu-container #main-menu li.nav05{
		grid-area: e;
	}
	#main-menu-container #main-menu li.nav06{
		grid-area: f;
	}
	#main-menu-container #main-menu li .sub-menu li a:before{
		content: '';
		width: 10px;
		height: 2px;
		background: #d9d9d9;
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	}
	body #main-menu-container #main-menu li{
		text-align: left!important;
	}
	#main-menu-container.is-active {
		background: #333;
	/* 	padding-top: 50px; */
	}
	body #main-menu-container #main-menu li {
		display: block !important;
		text-align: center;
	}
	body #main-menu-container #main-menu li a {
		width: 100% !important;
		color: white !important;
	}
	body #main-menu-container #main-menu li .sub-menu {
		display: block;
		position: static;
		background: none;
		box-shadow: none;
	}
	body #main-menu-container #main-menu li .sub-menu li a {
		font-size: 17px;
	}
	#main-menu-container #main-menu li:hover a{
		animation-name: unset;
		animation-duration: unset;
	}
	#site-logo,
	.h_info .h_add, .h_info .h_tel{
		display: none;
	}
	#headerwrap #header{
		background: #fff;
		height: 48px!important;
	}
	#sp-site-logo{
		display: block;
		line-height: 3;
	}
	#headerwrap #header{
		padding: 9px 20px;
		align-items: flex-start;
	}
	#content, #sidebar {
		display: table-footer-group;
    }

}

@media screen and (max-width: 1024px) { /* for tablet landscape */

	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/
	.wpcf7 table tr th,
	.wpcf7 table tr td{
		width:100%;
		display:block;
		padding: 10px 0px;
	}
	.wpcf7 table tr th{
		padding-bottom:0;
	}
	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/
	#headerwrap #header {
/* 		padding: 10px 40px; */
	}
	body .pagewidth  {
		max-width: 94%;
	}
	.wpcf7 .wpcf7-form table th {
		width: 100%;
	}
	#pagewrap .rec_tab .tab-content {
		padding: 40px;
	}
}

@media screen and (max-width: 980px) { /* for mobile landscape */
	#footerwrap #pc-backtop {
		display: none;
	}
	#footer .sp-footer-icons-container {
		display: flex;
	}
	#footer .sp-footer-icons-container a {
		color: #556998;
		border-color: #556998 !important;
	}
	#footer .sp-footer-icons-container a svg {
		fill: #556998;
	}
	#footerwrap {
		padding-bottom: 50px;
	}
#headerwrap #header {
    height: 55px!important;
}
	
}

@media screen and (max-width: 768px) { /* for mobile  */
	.head_en_ja .fancy-heading .main-head {
    	font-size: 24px;
	}
	#pagewrap .img_sv .image-content {
		width: 100%;
		background-position: right 10px center;
		padding-right: 30px;
	}
	#pagewrap .img_sv .image-content .image-title {
		font-size: 15px;
	}
	#pagewrap .img_sv .image-content .image-caption {
		font-size: 12px;
	}
	.img_work .image-content .image-title a {
		font-size: 20px;
		padding-left: 10px;
	}
	.img_work .image-content .image-caption {
		padding: 0 10px;
	}
	.img_work .image-content .image-title a:after {
    width: 35px;
    height: 35px;
	}
	#footer .f_tel_title {
    font-size: 16px; 
	}
	#footer .f_tel {
    font-size: 24px;
	}
	.head_btn_grey .fancy-heading .main-head a {
		font-size: 22px;
	}
	body .site {
		font-size: 14px;
	}
	.module .module-title, .head_inline .fancy-heading .main-head, #pagewrap .rec_tab .tab-content h3 {
		font-size: 22px;
	}
	.title_page .fancy-heading .main-head {
    	font-size: 32px; 
	}
	.subrow_num {
		padding: 30px 30px 0px;
	}
	.title_28.module .module-title {
		font-size: 24px;
	}
	.title_22.module .module-title, .title_line.module .module-title {
		font-size: 20px;
	}
	.step_row .module_column .tb-column-inner .module_subrow {
		padding-left: 65px;
		padding-bottom: 40px;
	}
	.step_row .module_column .tb-column-inner .module_subrow:before {
		font-size: 20px;
		width: 45px;
		height: 45px;
	}
	.step_row .module_column .tb-column-inner .module_subrow .module-text {
		padding-top: 10px;
	}
	.step_row .module_column .tb-column-inner .module_subrow:after {
		left: 23px;
	}
	.table_info table tr th {
		width: 150px;
	}
	/*murata*/
	#sp-site-logo img{
	height:26px;
	width:auto;
}
	#main-menu-container #main-menu li {
    letter-spacing: inherit !important;
}
}

@media screen and (max-width: 460px) { /* for mobile small  */
	#headerwrap #header {
		flex-direction: column;
	}
	.h_right .h_info {
		padding: 0;
		border: none;
	}
/* 	.c-scroll {
		display: none;
	} */
	#pagewrap .sv_row .module_subrow .tb-column-inner {
		flex-direction: column;
		gap: 25px;
	}
	#pagewrap .sv_row .module_subrow .tb-column-inner .module {
		width: 100%;
	}
	.subrow_num {
		padding: 20px 20px 0px;
	}
	.subrow_num .tb-column-inner:before {
		top: 15px;
	}
	.txt_num_doc.module .module-title {
		font-size: 15px;
		width: 30px;
		height: 30px;
	}
	body.archive #layout, body.single #layout {
		padding-top: 90px;
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}
	body.archive .post .post-image img {
		width: 100%;
	}
	body.single .post .post-title {
    	font-size: 24px; 
	}
	.table_info table tr th {
		width: 100px;
	}
	.wpcf7 .wpcf7-form table th, .wpcf7 .wpcf7-form table td {
		padding: 8px 14px;
	}
	#pagewrap .rec_tab .tab-nav li {
		padding: 10px;
		font-size: 16px;
	}
	#pagewrap .rec_tab .tab-content {
		padding: 20px;
	}
	.title_page .fancy-heading {
		margin: 140px 0 10px;
	}
	body #main-menu-container #main-menu{
		max-width: 90%!important;
	}
	#main-menu-container #main-menu li a,
	#main-menu-container #main-menu li .sub-menu li a{
		padding: 15px 10px 15px 45px;
	}
	.slide-image-fullwidth .slide-image img{
		height: 90vh;
    	object-fit: cover;
	}
/* 	.img_work .image-content .image-title a:after{
		height: 250px;
	} */
	.img_work .image-content .image-title a{
		align-items: flex-end;
		padding-bottom: 20px;
	}
	.img_work .image-content .image-caption{
		position: absolute;
		bottom: 55px;
		left: 0;
	}
	.wpcf7 .wpcf7-form table td {
		padding: 8px 0;
	}
	.wpcf7 .wpcf7-form table tr:nth-child(4) td{
		padding-left: 5px;
	}
	.wpcf7 table tr td.cf7-birth span input{
		margin-left: 10px;
	}
	.sp-on{
		display: table-row;
	}
	.sp-off{
		display: none;
	}
/* by fujimoto */
/* nav */
	#main-menu-container #main-menu li .sub-menu {
		padding: 0 12px 12px;
	}

	body #main-menu-container #main-menu li .sub-menu li:nth-child(1) a {
		padding-top: 10px;
	}
	
	#main-menu-container #main-menu li a {
		padding: 20px 10px 20px 45px;
	}
	
/* top */
	.works_box .image-wrap {
		height: 250px;
	}
	
	.img_work .image-content .image-title a:after {
		width: 55px;
		height: 55px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
/* sub */
	.title_page .fancy-heading {
		margin: 110px 0 0;
	}

	#pagewrap .sub-top {
		height: 250px;
	}
	
	#pagewrap .themify_builder_content-482 .tb_d07t352.module-text.module .module-title {
		line-height: 1.8rem;
	}

/* works */
	.category-7  #layout {
		display: flex;
		flex-direction: column-reverse;
	}
	body.archive #sidebar, body.single #sidebar{
		margin-bottom: 0;
	}
	.category-7 .loops-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.category-7 .loops-wrapper article {
		flex-basis: 49%;
	}
	
	.loading_pc {
		display: none;
	}
	
	.loading_sp {
		display: block;
	}
	.loops-wrapper.products.grid3 &gt; .product, .loops-wrapper.grid3 &gt; .post{
		width: 48.4%!important;
    	display: inline-block;
		vertical-align: top;
	}
	#loading :before{
		animation-delay: 1.3s;
	}
	@keyframes fadeUpAnime2 {
	  0% {
		height:0vh;
		z-index:99999;
	  }
	  to {
		height:65vh;
	  }
	}
	#pagewrap .themify_builder_content-486 .tb_wq3i612.module_row{
		background-position: 50% 8.2%;
    	background-size: 1060px;
	}
	
}
@media screen and (max-width: 370px) {
	#main-menu-container.is-active #main-menu {
		max-width: 100%!important;
	}
	#main-menu-container #main-menu li a, #main-menu-container #main-menu li .sub-menu li a {
		padding: 10px 10px 10px 35px;
	}
	#pagewrap .themify_builder_content-486 .tb_wq3i612.module_row {
    	background-position: 50% 9% ;
		background-size: 900px;
	}
}</pre></body></html>