@charset "UTF-8";
/**
/* CSS RESET START
----------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;vertical-align: baseline;box-sizing: border-box;-webkit-box-sizing: border-box;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
input, textarea{margin: 0;padding: 0;outline: none;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;width:100%;}
caption, th{text-align: left;}
img {vertical-align: middle;max-width:100%;height: auto;}
.clearfix {min-height: 1px;}
.clearfix:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
.both{clear:both;}
/**
/* LP CSS
----------------------------------------------- */
body {
	min-width: inherit!important;
}
html,body.new{
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #333333;
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 0.01em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
	html,body.new{
		font-size: 4vw!important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	html,body.new{
		font-size: 14px!important;
	}
}
#Wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
}
a{
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	color: #633B2F;
}
.page-template-page-boroboro{
	margin-top: 0!important;
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
*{
	word-wrap:break-word;
}
/*　　flex　　*/
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex_row{
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex_between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex_column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
}
.flex_center{
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_wrap{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
br.pc_br,
.pc_img{
	display: none;
}
@media only screen and (min-width: 768px){
	br.sp_br,
	.sp_img{
		display: none;
	}
	.pc_img{
		display: inline-block;
	}
	br.pc_br{
		display: block;
	}
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header{
	background: #ffffff;
	width: 100%;
	height: 5rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 1rem 0 1rem 1.875rem;
}
.global-header .global-nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.global-nav .header-left{
	align-items: center;
}
.global-nav .header_logo{
	width: 17.75rem;
}
.global-nav .header_logo a{
	display: block;
    line-height: 0;
}
.global-nav .header_logo img{
	width: 100%;
}
.global-nav .address{
	background: #f0efe9;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.04em;
	border: 1px solid #c4c2c2;
	padding: 0.3125rem 0.625rem;
	margin-left: 1.5625rem;
}
.global-nav .header-right{
	align-items: center;
	margin-right: 92px;
}
.global-nav .header-tel dt{
	color: #535353;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.04em;
	text-align: center;
}
.global-nav .header-tel dd a{
	display: flex;
	align-items: center;
	font-family: "Noto Serif JP", serif;
	color: #333333;
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.04em;
}
.global-nav .header-tel dd a span{
	display: block;
	width: 1.8125rem;
	line-height: 1;
	margin-right: 0.375rem;
}
.global-nav .header-contact{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.global-nav .header-contact li{
	width: 10.625rem;
	margin-left: 1.0625rem;
}
@media only screen and (max-width: 1270px) {
	.global-header{
		padding: 1rem 0 1rem 1rem;
	}
	.global-nav .header_logo{
		width: 17.75rem;
	}
	.global-nav .address{
		font-size: 0.875rem;
		padding: 0.3125rem 0.5rem;
		margin-left: 1rem;
	}
	.global-nav .header-tel dt{
		font-size: 0.75rem;
	}
	.global-nav .header-tel dd a{
		font-size: 1.65rem;
	}
	.global-nav .header-tel dd a span{
		width: 1.5rem;
	}
	.global-nav .header-contact li{
		width: 8.625rem;
		margin-left: 0.625rem;
	}
}
@media only screen and (max-width: 1080px) {
	.global-nav .header-tel{
		display:none;
	}
}
@media only screen and (max-width: 767px) {
	.global-header{
		height: 4.5rem;
		padding: 0;
	}
	.global-header .global-nav{
		padding: 0.75rem 0 0.75rem 0.75rem;
	}
	.global-nav .header_logo{
		width: 12.5rem;
	}
	.global-nav .header-right{
		margin-right: 4.25rem;
	}
	.global-nav .header-contact,
	.global-nav .header-contact{
		display:none;
	}
}
@media only screen and (max-width: 369px) {
	.global-header .global-nav{
		height: 57px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.global-header{
		height: 70px;
		padding: 17px 0 16px 10px;
	}
	.global-nav h1{
		font-size: 18px;
		margin-left: 10px;
	}
	.global-nav .header_logo{
		width: 190px;
	}
	.global-nav .header-right{
		margin-right: 85px;
	}
	.global-nav .header-contact li{
		width: 120px;
		margin-left: 5px;
	}
}
/**
/* ヘッダーナビ CSS
----------------------------------------------- */
.global-nav .drawer-hamburger{
	background: #b98509;
	display: block;
	z-index: 99999;
	top: 0;
	width: 2.25rem;
	padding: 1.875rem 1.375rem 2.25rem 1.375rem;
}
.drawer--right .global-nav .drawer-hamburger,
.drawer--right.drawer-open .global-nav .drawer-navbar .drawer-hamburger{
	right: 0;
}
.drawer--right.drawer-open .global-nav .drawer-hamburger{
	right: 0;
}
.drawer--right .global-nav .drawer-nav{
	overflow-x: hidden;
	overflow-y: auto;
}
.global-nav .drawer-hamburger-icon,
.global-nav .drawer-hamburger-icon::after,
.global-nav .drawer-hamburger-icon::before{
	background: #ffffff;
	height: 0.25rem;
}
.global-nav .drawer-hamburger-icon::before{
	top: -0.8125rem;
}
.global-nav .drawer-hamburger-icon::after{
	top: 0.8125rem;
}
.drawer-open .global-nav .drawer-hamburger-icon::after,
.drawer-open .global-nav .drawer-hamburger-icon::before{
	background: #ffffff;
}
.global-nav .drawer-hamburger:hover,
.home.drawer-open .global-nav .drawer-hamburger-icon{
	background: #b98509;
}
.drawer--right.drawer-open .global-nav .drawer-nav{
	right: 0;
}
.drawer--right .global-nav .drawer-nav{
	position: fixed;
	display: block;
	background: #b98509;
	top: 5rem;
	right: -596px;
	width: 596px;
	padding: 2rem;
    overflow: auto;
}
.global-nav .drawer-nav .drawer-menu ul li a{
	position: relative;
	display: block;
	font-family: "Noto Serif JP", serif;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	display: block;
	padding: 1rem;
	border-bottom: 1px solid #ffffff;
}
@media only screen and (max-width: 767px) {
	.global-nav .drawer-hamburger{
		top: 0.875rem;
		width: 1.5rem;
		padding: 0.675rem 0.75rem 1.35rem 0.75rem;
	}
	.global-nav .drawer-hamburger-icon{
		margin-top: 0.675rem;
	}
	.global-nav .drawer-hamburger-icon,
	.global-nav .drawer-hamburger-icon::after,
	.global-nav .drawer-hamburger-icon::before{
		height: 0.125rem;
	}
	.drawer--right .global-nav .drawer-hamburger,
	.drawer--right.drawer-open .global-nav .drawer-navbar .drawer-hamburger{
		right: 0.75rem;
	}
	.drawer--right.drawer-open .global-nav .drawer-hamburger{
		right: 0.75rem;
	}
	.global-nav .drawer-hamburger-icon::before{
		top: -0.5rem;
	}
	.global-nav .drawer-hamburger-icon::after{
		top: 0.5rem;
	}
	.drawer--right .global-nav .drawer-nav{
		top: 4.5rem;
		right: -100%;
		width: 100%;
		padding: 1.25rem;
	}
	.global-nav .drawer-nav .drawer-menu ul li a{
		font-size: 1.125rem;
		padding: 0.675rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.global-nav .drawer-hamburger{
		width: 30px;
		padding: 24px 20px 32px 20px;
	}
	.drawer--right .global-nav .drawer-nav{
		top: 70px;
		right: -60%;
		width: 60%;
	}
}
/**
/* Common CSS
----------------------------------------------- */
.page-guide .inner-wrap{
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
.page-guide .inner{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
/**
/* text-align CSS
----------------------------------------------- */
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
/**
/* ボタン CSS
----------------------------------------------- */
.block_btn li{
	display: inline-block;
	width: 90%;
	max-width: 18.375rem;
}
.block_btn li .btn{
	position: relative;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.04em;
	text-align: center;
	padding: 0.925rem;
}
.block_btn li .green{
	background: #12531b;
	color: #ffffff;
}
.block_btn li .green::after{
	position: absolute;
	background: url(../img/new/arrow_w.png) no-repeat center;
	background-size: cover;
	content: '';
	width: 1.1875rem;
	height: 0.375rem;
	right: 1.5625rem;
	top: 50%;
	transform: translateY(-50%);
}
/**
/* フッター CSS
----------------------------------------------- */
.footer{
	padding: 3rem 0 2.875rem 0;
	margin-top: auto;
}
.footer .inner-wrap{
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
.footer .footer_logo{
	margin-bottom: 1.625rem;
}
.footer .footer_logo img{
	max-width: 22.9375rem;
}
.footer .address{
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.04em;
	margin-bottom: 2.25rem;
}
.footer .nav.pc{
	text-align: center;
	margin-bottom: 2.125rem;
}
.footer .nav.pc li{
	display: inline-block;
}
.footer .nav.pc li a{
	position: relative;
	display: block;
	color: #333333;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.04em;
	padding: 0 1rem;
}
.footer .nav.pc li a::before{
	position: absolute;
	background: #333333;
	content: '';
	width: 1px;
	height: 1rem;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.footer .nav.pc li:last-child a::before{
	content: none;
}
.footer .copy{
	color: #c6c6c6;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.04em;
}
.footer-bar{
	display: none;
}
@media only screen and (max-width: 767px) {
	.footer{
		padding: 0 0 8rem 0!important;
	}
	.footer .inner-wrap{
		width: 100%;
	}
	.footer .footer_logo{
		margin-bottom: 0.75rem;
	}
	.footer .footer_logo img{
		max-width: 16.25rem;
	}
	.footer .address{
		font-size: 0.875rem;
		margin-bottom: 1.25rem;
	}
	.footer .nav.sp{
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flex !important;
		display: flex !important;
		flex-wrap: wrap;
		border-bottom: 1px solid #c4c2c2;
		margin-bottom: 1.875rem;
	}
	.footer .nav.sp li{
		width: 50%;
		border-top: 1px solid #c4c2c2;
	}
	.footer .nav.sp li:nth-child(odd){
		border-right: 1px solid #c4c2c2;
	}
	.footer .nav.sp li a{
		display: block;
		color: #333333;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.35;
		letter-spacing: 0.04em;
		text-align: center;
		padding: 1.5rem;
	}
	.footer .copy{
		font-size: 0.75rem;
	}
	.footer-bar{
		display: flex;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 9998;
	}
	.footer-bar li{
		width: 33.3333%;
	}
	.footer-bar a{
		display: block;
	}
}

.sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-item-has-children.open .sub-menu {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.menu-item-has-children.open .sub-menu li a {
    border-bottom: 1px dashed #fff !important;
    padding-left: 30px !important;
}
.menu-item-has-children.open .sub-menu li a::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 1px;
    background-color: #fff;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.toggle-submenu::after {
    content: "▼";
    font-size: 0.8em;
    transition: transform 0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    display: flex;
    align-items: center;
}
.menu-item-has-children.open .toggle-submenu::after {
    transform: rotate(180deg);
}
.global-nav .drawer-nav .drawer-menu ul li span {
    position: relative;
    display: block;
    font-family: "Noto Serif JP", serif;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    padding: 1rem;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .global-nav .drawer-nav .drawer-menu ul li span {
        font-size: 1.125rem;
        padding: 0.675rem;
    }
}
.drawer-nav.open {
  right: 0 !important
}

.pageWrap .page-guide.risk-page {
  padding: 4rem 0 7.5rem;
}
.risk-ttl {
  color: #333;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.3em;
}
.risk-txt {
  text-align: right;
  margin-bottom: 30px;
  font-size: 15px;
}
.risk-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.risk-list li {
  font-size: 15px;
  list-style: disc;
}
@media only screen and (max-width: 767px) {
    .pageWrap .page-guide.risk-page {
        padding: 2rem 1.2rem 4rem;
    }
}
.pageWrap .page-guide.devices-page {
  padding: 4rem 0 7.5rem;
}
.devices-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.devices-list li {
  list-style: auto;	
}
.devices-list li span {
  font-weight: 500;
  font-size: 15px;
}
.devices-list li p {
  font-size: 15px;
}
.decoration {
  text-decoration: underline;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
    .pageWrap .page-guide.devices-page {
        padding: 2rem 1.2rem 4rem;
    }
}