/*
Theme Name: Modify
Description: Modify Template
Author: The Fourth Cat Studio
Version: 1.0
*/
@charset "UTF-8";
html{font-size:100%;}
* {margin: 0;padding: 0;box-sizing: border-box;}
img {border: none;vertical-align: bottom;line-height: 0;}
main{display: block;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: normal;font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;}
h1,h1 a {font-size:17px;font-size:1.7rem;}
h2,h2 a {font-size:14px;font-size:1.4rem;}
h3 {font-size:13px;font-size:1.3rem;}
h4,h5 {font-size:11px;font-size:1.1rem;}
p,dl,a,ul,li,table,dt,dt a,figcaption {font-size:10px;font-size:1.0rem;font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;}
a {text-decoration: none;color: inherit;line-height:inherit;font-size:inherit;cursor: pointer;transition-duration: 0.4s;}
a:hover{color:rgba(150,150,150,1);text-decoration: none;}
ul,p,tr,td,table{margin:0;padding:0;color: #333;}
p{line-height: 1.8;color: #333;text-align: justify;text-justify: inter-ideograph;-moz-font-feature-settings: "palt";-webkit-font-feature-settings: "palt";font-feature-settings: "palt";}
li,dd{list-style:none;margin: 0;padding: 0;color: #333;}
.cf:after{content: "";clear: both;display: block;}
.no-border{border: 0px!important;}
span.ib{display: inline-block;}
.attention{margin-left: 1em!important;text-indent: -1em;}
.attention:before{content: "※";}
.upper-1200,.upper-1024,.upper-767{display: block;}
.under-1200,.under-1024,.under-767{display: none;}
.fbox{display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap:wrap;-webkit-justify-content: space-between;justify-content:space-between;}
.fbox-column{-webkit-flex-direction: column;flex-direction:column;}
.fbox-start{-webkit-justify-content: flex-start;justify-content:flex-start;}
.fbox-end{-webkit-justify-content: flex-end;justify-content:flex-end;}
.fbox-center{-webkit-justify-content: center;justify-content:center;}
.fali-center{-webkit-align-items: center;align-items:center;}
.fali-end{-webkit-align-items: flex-end;align-items:flex-end;}
.fali-start{-webkit-align-items: flex-start;align-items:flex-start;}
.fali-base{-webkit-align-items: baseline;align-items:baseline;}
:root {
	--main-color: rgba(98,141,111,1);
	--sub-color: rgba(255,228,0,1);
	--srf-font:  "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.red{color: red;}
.green{color:var(--main-color);}
.yellow{color:var(--sub-color);}
.mi{width: 100%;height: auto;}
.st{font-size:75%;}
.js4{font-family: 'Josefin Slab', serif;font-weight: 400;}.js7{font-family: 'Josefin Slab', serif;font-weight: 700;}
.sticky{position: sticky;top: 0;z-index: 50;}
.multi-column-box{-moz-column-count: 2;-webkit-column-count: 2;column-count: 2;-moz-column-gap: 50px;-webkit-column-gap: 50px;column-gap: 50px;}
.srf{font-family:var(--srf-font)}
.pt0{padding-top: 0!important;}
.mt0{margin-top: 0!important;}
.mt15{margin-top: 15px!important;}
body{font-size:10px;font-size:1.0rem;width:100%;line-height:1.8;font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;background-color: rgba(248, 248, 248, 1.0);}
/*---------------------------------------------------------common-----------------------------------------------*/
main{
	width: calc(100% - 280px);
	margin: 0 0 0 280px;
	position: relative;
	padding:0;
	padding-left: 12px;
	border: 1px solid rgba(221, 221, 221, 1.0);
	overflow: hidden;
}
main.child-main{
	padding: 80px;
}
section.common-section{
	width: 100%;
	padding-bottom: 105px;
}
div.common-title{
	margin-bottom: 35px;
}
div.common-title h2{
	color: var(--main-color);
	position: relative;
	text-align: center;
	font-size: 60px;
	font-size: 6.0rem;

}
div.common-title h2:after{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	height: 2px;
	width: 136px;
	background-color: var(--main-color);
}
div.common-title p{
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	margin-top: 15px;
}
.dot-list{
	padding-left: 1em;
}
.dot-list li{
	list-style-position: outside;
	list-style-type: disc;
}
a.bg-green-btn{
	display: block;
	width: 500px;
	max-width: 100%;
	text-align: center;
	color: #fff;
	background-color: var(--main-color);
	padding: 20px 40px;
	line-height: 1.0;
	border-radius: 4px;
	margin: 70px auto 0;
	filter: drop-shadow(0 0 8px rgba(0, 0, 0, .24));
	font-size: 13px;
	font-size: 1.3rem;
}
a.bg-green-btn:hover{
	background-color: #666;
}
a.bg-green-btn-big{
	width: 100%;
	font-weight: bolder;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 40px;
}
.right-text{
	text-align: right;
}
figure {
	margin-bottom: 0;
}
/*---------------------------------------------------------child-common-----------------------------------------*/
section.child-lead-section{
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid rgba(221, 221, 221, 1.0);
}
div.child-page-title{
	margin-bottom: 35px;
}
div.child-page-title h1{
	font-weight: bolder;
	font-size: 45px;
	font-size: 4.5rem;
	line-height: 1.2;
}
div.child-page-title h4{
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
}
ul.child-anchor-list{
	gap: 20px;
}
ul.child-anchor-list li a{
	display: inline-block;
	padding: 10px 25px;
	line-height: 1.1;
	background-color: var(--main-color);
	color: #fff;
	border-radius: 4px;
}
ul.child-anchor-list li a:hover{
	background-color: #666;
}
div.child-title{
	margin-bottom: 45px;
	text-align: center;
	position: relative;
}
div.child-title h2{
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.6;
	font-weight: bolder;
}
section.common-section div.company-box:not(:last-child){
	margin-bottom: 55px;
}
div.company-box h4{
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 5px;
	font-style: italic;
	font-weight: bolder;
	color: var(--main-color);
}
div.company-box h4:after{
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	width: 40px;
	height: 1px;
	background-color: #666;
	position: absolute;
}
div.company-box dl dt{
	font-weight: bolder;
	text-align: center;
}
div.company-box dl dd{
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e5e5e5;
}
/*---------------------------------------------------------header-----------------------------------------------*/
header{
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100vh;
	padding: 12px;
	width: 280px;
	z-index: 3;
}
div.header-inner{
	width: 100%;
	background-color: #fff;
	border: 1px solid rgba(221, 221, 221, 1.0);
	min-height: calc(100vh - 24px);
}
ul.header-list li{
	width: 230px;
	text-align: center;
	margin: 0 auto;
	border-bottom: 1px solid rgba(221, 221, 221, 1.0);
}
ul.header-list li a{
	display: block;
	text-align: center;
	width: 210px;
	padding: 10px 0;
	margin: 0 auto;
}
ul.header-list li a:hover{
	opacity: .75;
}
ul.header-list li:first-child a{
	padding: 20px 0;
}
ul.header-list li a figure.icon-figure{
	width: 50px;
	margin: 0 auto;
}
ul.header-list li a h3{
	letter-spacing: .1em;
	font-size: 10px;
	font-size: 1.0rem;
	text-align: center;
	font-weight: bolder;
	color: #666;
	line-height: 1.2;
	margin-top: 10px;
}
ul.header-list li a p{
	font-size: 10px;
	font-size: 1.0rem;
	text-align: center;
}
div.sp-menu{
	z-index: 25;
	width: 35px;
	height: 35px;
	position: fixed;
	background-color: var(--main-color);
	border-radius: 50%;
	right: 15px;
	top: 30px;
	cursor: pointer;
	transition-duration: .4s;
	display: none;
}
div.sp-menu:before{
	content: "";
	position: absolute;
	width: 14px;
	height: 1px;
	background-color: #fff;
	top: 12px;
	left: 10px;
	transition-duration: .4s;
}
div.sp-menu:after{
	content: "";
	position: absolute;
	width: 14px;
	height: 1px;
	background-color: #fff;
	bottom: 12px;
	left: 10px;
	transition-duration: .4s;
}
div.sp-menu div:before{
	content: "";
	position: absolute;
	width: 14px;
	height: 1px;
	background-color: #fff;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 10px;
	transition-duration: .4s;
	opacity: 1.0;
}
div.sp-menu:hover{
	transform: rotate(180deg);
}
div.sp-menu_on:before{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
	width: 20px;
}
div.sp-menu_on:after{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(-45deg);
	width: 20px;
}
div.sp-menu_on div:before{
	opacity: 0;
}
/*---------------------------------------------------------footer-----------------------------------------------*/
footer{
	width: calc(100% - 280px);
	margin: 0 0 0 280px;
	position: relative;
	padding:12px 60px 65px;
	border-top : 1px solid rgba(221, 221, 221, 1.0);
	border-left : 1px solid rgba(221, 221, 221, 1.0);
}
div.footer-inner{
	padding: 40px 0;
}
div.footer-inner figure{
	width: 20%;
	padding: 0 25px;
}
div.footer-inner div.footer-texts{
	width: calc(80% - 25px);
}
div.footer-inner div.footer-texts h4{
	font-size: 33px;
	font-size: 3.3rem;
	color: var(--main-color);
	opacity: 40%;
	line-height: 1.2;
}
div.footer-inner div.footer-texts h5{
	font-size: 19px;
	font-size: 1.9rem;
	color: var(--main-color);
	opacity: 40%;
	line-height: 1.4;
}
section.to-the-top{
	position: fixed;
	z-index: 10;
	right: 8px;
	bottom: 8px;
	background-color: var(--main-color);
	opacity: 0;
	transition-duration: .4s;
	padding: 0 15px;
}
section.to-the-top p a{
	color: #fff;
}
footer p.copyrights{
	text-align: right;
	font-size: 10px;
	font-size: 1.0rem;
}
footer p.copyrights a{
	text-decoration: underline;
}
section.side-menu{
	position: fixed;
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	min-height: 100vh;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	overflow: auto;
	opacity: 0;
	transition-duration: .4s;
	z-index: -1;
}
nav.side-nav{
	width: auto;
	min-height: 100%;
}
nav.side-nav ul{
	padding: 80px 50px;
	min-height: 100%;
	background-color: var(--main-color);
}
nav.side-nav ul li{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
}
nav.side-nav ul li a{
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 600;
	padding-right: 30px;
	position: relative;
}
nav.side-nav ul li a:hover{
	color: rgba(255, 255, 255, .75);
}
nav.side-nav ul li a span.triangle:after{
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: calc(tan(60deg) * 4px) solid #ffffff;
	content: "";
	transform: rotate(90deg);
	position: absolute;
	top: 18px;
	right: 0px;
	transition-duration: .4s;
}
/*---------------------------------------------------------top--------------------------------------------------*/
div.top-lead1{
	padding: 15px 0 15px 80px;
}
div.top-lead1 div.top-lead-texts{
	width: 55%;
}
div.top-lead1 figure{
	width: 45%;
	position: relative;
	margin-right: -30px;
}
div.top-lead1 div.top-lead-texts h1{
	font-size: 97px;
	font-size: 9.7rem;
	font-weight: bolder;
	line-height: 1.4;
}
div.lead-subtitles h4{
	font-size: 29px;
	font-size: 2.9rem;
	font-weight: bolder;
	color: #666;
	line-height: 1.4;
}
div.top-lead1 div.top-lead-texts h5{
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.4;
	margin-top: 15px;
	font-weight: bolder;
}
div.top-lead-eng{
	margin-top: 25px;
}
div.top-lead-eng p{
	font-size: 12px;
	font-size: 1.2rem;
}
div.top-lead2{
	padding: 15px 80px 15px 15px;
}
div.top-lead2 div.top-lead-texts{
	width: 55%;
}
div.top-lead2 figure{
	width: 35%;
	position: relative;
	margin-left: -45px;
}
div.top-lead-texts h2{
	font-weight: bolder;
	font-size: 33px;
	font-size: 3.3rem;
	line-height: 1.4;
	margin-bottom: 20px;
}
div.lead-paragraphs p{
	line-height: 2.2;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bolder;
	text-align: left;
}
div.green-btn{
	margin-top: 20px;
}
div.green-btn p{
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	margin-right: 10px;
	transition-duration: .4s;
}
div.green-btn span{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	font-size: 30px;
	line-height: 1.0;
	text-align: center;
	color: #fff;
	background-color: var(--main-color);
	font-weight: bold;
	padding: 6px 0 4px;
	transition-duration: .4s;
}
div.green-btn a:hover span{
	color: var(--main-color);
	background-color: transparent;
}
div.white-btn p{
	color: #fff;
}
div.white-btn span{
	background-color: #fff;
	color: var(--main-color);
}
div.white-btn a:hover span{
	color: #fff;
	background-color: transparent;
}
div.top-lead3{
	padding: 15px 15px 15px 80px;
}
div.top-lead3 div.top-lead-texts{
	width: 55%;
}
div.top-lead3 figure{
	width: 25%;
	margin: 0 auto;
}
ul.why-modify-list{
	padding: 0 80px;
	gap: 50px;
}
ul.why-modify-list li{
	width: calc((100% - 150px) / 4);
}
ul.why-modify-list li div.why-circle{
	width: 100%;
	height: calc((100vw - 150px - 280px - 160px) / 4);
	border-radius: 50%;
	text-align: center;
	background-color: var(--main-color);
	position: relative;
}
ul.why-modify-list2 li{
	width: 320px;
}
ul.why-modify-list2 li div.why-circle{
	width: 320px;
	height: 320px;
}
ul.why-modify-list li div.why-circle h3{
	text-align: center;
	font-size: 33px;
	font-size: 3.3rem;
	color: #fff;
	line-height: 1.2;
}
ul.why-modify-list li div.why-circle p{
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.2;
	font-weight: bolder;
	filter: drop-shadow(1px 1px 3px var(--main-color));
}
ul.why-modify-list li div.why-circle2 h3{
	text-align: center;
	font-size: 72px;
	font-size: 7.2rem;
	color: #fff;
	line-height: 1.1;
	position: absolute;
	left: -20px;
	top: -20px;
	filter: drop-shadow(4px 4px 15px var(--main-color));
}
ul.why-modify-list li div.why-circle2 p{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	line-height: 1.4;
	font-weight: bolder;
}
ul.why-modify-list li div.why-texts{
	width: 100%;
	margin-top: 15px;
}
ul.why-modify-list li div.why-texts h2{
	color: var(--main-color);
	text-align: center;
	font-weight: bolder;
	font-size: 16px;
	font-size: 1.6rem;
}
ul.why-modify-list li div.why-texts p{
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}
div.why-copy{
	margin-top: 25px;
	padding: 0 15px;
}
div.why-copy h2{
	padding-top: 25px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bolder;
	position: relative;
}
div.why-copy h2:before{
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	height: 2px;
	width: 136px;
	background-color: var(--main-color);
}
div.service-box{
	width: 49%;
	padding: 80px;
}
div.service-left{
	background-image: linear-gradient(180deg, #628d6f, #7e9f88);
}
div.service-right{
	background-image: linear-gradient(0deg, #628d6f, #7e9f88);
}
div.service-contets figure{
	width: 90%;
	max-width: 241px;
	margin: 25px auto;
}
div.service-contets h2{
	text-align: center;
	color: #fff;
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: bolder;
}
div.service-type-lead p{
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bolder;
}
div.service-texts h3{
	text-align: center;
	color: #fff;
	font-weight: bolder;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
}
div.service-paragraphs p{
	color: #fff;
}
div.top-news-inner{
	background-color: #fff;
	margin: 0;
	padding: 80px;
}
div.top-news-title-texts p{
	font-size: 12px;
	font-size: 1.2rem;
	color: #9e9e9e;
}
div.top-news-title-texts h2{
	font-size: 16px;
	font-size: 1.6rem;
}
ul.top-news-list{
	margin-top: 25px;
}
ul.top-news-list li:not(:last-child){
	margin-bottom: 15px;
}
a.top-news-cat{
	display: block;
	text-align: center;
	color: #fff;
	background-color: var(--main-color);
	border-radius: 2px;
	width: 300px;
	font-size: 10px;
	font-size: 1.0rem;
}
a.top-news-cat:hover{
	background-color: #666;
}
p.top-news-date{
	width: 150px;
	text-align: center;
	padding: 0 15px;
	font-size: 10px;
	font-size: 1.0rem;
}
p.top-news-link{
	width: calc(100% - 450px);
}
p.top-news-link a{
	text-decoration: underline;
	font-size: 10px;
	font-size: 1.0rem;
}
ul.top-news-list2 li{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}
ul.top-news-list2 a.top-news-cat{
	width: 200px;
}
ul.top-news-list2 p.top-news-link{
	width: 250px;
}
div.news-abstract{
	margin-top: 10px;
	width: 100%;
}
div.news-abstract p{
	position: relative;
	color: #666;
}
div.news-abstract p:before{
	content: "- ";
}
div.news-abstract p a{
	color: var(--main-color);
	text-decoration: underline;
}
/*---------------------------------------------------------about------------------------------------------------*/
div.message-right{
	width: 300px;
}
div.message-right figure{
	overflow: hidden;
	border-radius: 4px;
}
div.message-right h3{
	font-weight: bolder;
	line-height: 1.4;
	margin-top: 12px;
}
div.message-left{
	width: calc(100% - 350px);
}
div.message-left h2{
	margin-bottom: 10px;
}
ul.area-list h3{
	line-height: 1.4;
	position: relative;
	padding-left: 33px;
}
ul.area-list h3:before{
	background: url(images/fig-box-check.png) no-repeat center center / contain;
	width: 28px;
	height: 28px;
	position: absolute;
	content: "";
	left: 0;
	top: -2px;
	opacity: .5;
}
ul.area-list h5{
	margin-bottom: 5px;
}
ul.area-list > li{
	padding: 25px;
	width:24%;
	background-color: #fff;
	border-radius: 12px;
	border: 1px solid rgba(221, 221, 221, 1.0);
}
div.concept-box h2{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
}
div.concept-box p{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	color: #999;
}
div.meaning-box h2{
	margin-bottom: 10px;
}
section.meaning-section{
	border-top: 1px solid rgba(211, 211, 211, 1.0);
	padding-top: 60px;
}
/*----------------------------------------------------government------------------------------------------------*/
main.governments-main{
	background: url(images/government/title-icon.png) no-repeat;
	background-size: 40%;
	background-position: top 50px right 50px;
}
div.child-page-lead{
	margin-bottom: 40px;
}
div.child-page-lead h2{
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bolder;
}
div.child-page-lead p{
	font-size: 12px;
	font-size: 1.2rem;
}
p.service-number{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -3vw;
	font-size: 12vw;
	line-height: 1.0;
	opacity: .10;
	z-index: -1;
	text-align: center;
}
ul.with-check-list{
	width: 100%;
	max-width: 510px;
	margin: 0 auto 40px;
}
ul.with-check-list li{
	font-size: 12px;
	font-size: 1.2rem;
	padding-right: 0em;
	padding-left: 36px;
	position: relative;
}
ul.with-check-list li:not(:last-child){
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #bbb;
}
ul.with-check-list li:before{
	background: url(images/fig-box-check.png) no-repeat center center / contain;
	width: 28px;
	height: 28px;
	position: absolute;
	content: "";
	left: 0;
	top: 1px;
	opacity: .75;
}
h4.governments-problems-lead{
	margin-top: 40px;
	text-align: center;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bolder;
	position: relative;
}
h4.governments-problems-lead span.green{
	font-size: 90%;
}
div.arrow-wrapper{
	text-align: center;
}
.arrow-down {
	position: relative;
	display: inline-block;
	width: 4px;
	height: 100px;
	margin: 0 auto;
	border-radius: 9999px;
	background-color: var(--main-color);
}

.arrow-down::before,
.arrow-down::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 2px);
	width: 4px;
	height: 45px;
	border-radius: 9999px;
	background-color: var(--main-color);
	transform-origin: 50% calc(100% - 2px);
}

.arrow-down::before {
	transform: rotate(45deg);
}

.arrow-down::after {
	transform: rotate(-45deg);
}
ul.service-detail-list{
	margin-top: 10px;
	width: 100%;
}
ul.service-detail-list li{
	text-align: center;
	color: var(--main-color);
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bolder;
}
ul.service-detail-list li:not(:last-child){
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
ul.why-modify-reson-list li{
	position: relative;
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #999;
}
p.why-modify-reson-list-number{
	font-size: 78px;
	font-size: 7.8rem;
	line-height: 1.0;
	font-style: italic;
}
div.why-modify-reson-list-text{
	width: calc(100% - 170px);
}
div.why-modify-reson-list-text h2{
	font-weight: bolder;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.0;
	margin-bottom: 10px;
}
div.why-modify-reson-list-text p{
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bolder;
}
/*----------------------------------------------------IT------------------------------------------------*/
main.it-main{
	background: url(images/it/title-icon.png) no-repeat;
	background-size: 40%;
	background-position: top 50px right 50px;
}
/*-------------------------------------------------------------privacy-------------------------------------------*/
div.privacy-article-inner:not(:last-child){
	margin-bottom: 25px;
}
div.privacy-article-inner .dot-list{
	margin: 10px 0;
}
div.privacy-article-inner a{
	color: var(--main-color);
	text-decoration: underline;
}
/*----------------------------------------------------------------news------------------------------------------*/
div.single-attr{
	margin-bottom: 25px;
}
div.single-paragraphs p{
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2.4;
}
nav.single-nav{
	margin-top: 60px;
}
nav.single-nav > div{
	width: 30%;
}
nav.single-nav > div.single-goback p{
	text-align: center;
	width: 100%;
}
nav.single-nav > div div.more-link{
	width: 65px;
}
nav.single-nav > div p{
	width: calc(100% - 75px);
}
div.single-next div.more-link{
	text-align: right;
}
nav.single-nav > div p a{
	text-decoration: underline;
}
div.single-attr{
	margin-top: 5px;
}
div.single-cats{
	margin-left: 10px;
}
div.single-cats{
	gap: 20px;
}
div.single-cats a{
	display: block;
	padding: 5px 20px;
	background-color: var(--main-color);
	color: #fff;
	font-size: 10px;
	font-size: 1.0rem;
	border-radius: 4px;
	line-height: 1.0;
}
div.single-cats a:hover{
	background-color: #666;
}
div.pdf_box figure{
	width: 100px;
}
div.pdf_box figure figcaption{
	text-align: center;
}
/*--------------------------------------------------------case--------------------------------------------------*/
ul.support-example-list li{
	position: relative;
}
ul.support-example-list li:not(:last-child){
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #fff;
}
ul.support-example-list li p.example-number{
	position: absolute;
	font-style: italic;
	font-size: 72px;
	font-size: 7.2rem;
	left: -40px;
	top: -40px;
	z-index: -1;
	opacity: .1;
	line-height: 1.0;
}

div.example-title{
	margin-bottom: 10px;
}
div.example-title h2{
	line-height: 1.6;
	font-size: 19px;
	font-size: 1.9rem;
}
div.example-title p{
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4;
}

/*-----------------------------------------------------------forms----------------------------------------------*/
form.common-form{
	margin-top: 40px;
}
form.common-form ul li{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(160,160,110,.3);
}
form.common-form div.form-list-title{
	width: 400px;
}
form.common-form div.form-list-contents{
	width: calc(100% - 400px);
	padding-top: 15px;
}
form.common-form div.form-list-title p{
	line-height: 1.2;
}
form.common-form input:focus{
	outline: none;
}
form.common-form input[type="text"],form.common-form textarea,form.common-form select,form.common-form input[type="email"],form.common-form input[type="tel"]{
	width: auto;
	border:0;
	padding:10px 15px;
	color:#333;
	border:solid 1px #ccc;
	margin:0 0 0px;
	-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 10px;
	font-size: 1.0rem;
	transition: .4s ease;
	outline: none;
	border-radius: 6px;
}
input[type="text"]:focus-visible,form.common-form input[type="email"]:focus-visible,form.common-form input[type="tel"]:focus-visible,form.common-form textarea:focus-visible {
	filter: drop-shadow(0px 0px 6px var(--main-color));
}
form.common-form textarea{
	width: 100%;
}
form.common-form input[type="radio"]:not(:first-child){
	margin-left: 20px;
}
form.common-form select:not(:first-child){
	margin-left: 10px;
}
form.common-form input[type="checkbox"]{
	font-size: 12px;
	font-size: 1.2rem;
	transform: scale(1.3);
	border: 0px;
	outline: none;
}
form.common-form input[type="submit"]{
	border:0;
	padding:20px 15px;
	min-width: 200px;
	font-size: 10px;
	font-size: 1.0rem;
	background-color: var(--main-color);
	color: #fff;
	cursor: pointer;
	margin: 10px;
	border-radius: 3px;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, .25));
	transition: .4s ease;
}
form.common-form input[type="submit"]:hover{
	background-color: #999;
}
form.common-form input[type="reset"]{
	border:0;
	padding:20px 15px;
	min-width: 200px;
	font-size: 10px;
	font-size: 1.0rem;
	background-color: #333;
	color: #fff;
	cursor: pointer;
	margin: 10px;
	border-radius: 3px;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, .25));
	transition: .4s ease;
}
form.common-form input[type="reset"]:hover{
	background-color: #999;
}
form.common-form div.zip-code-wrapper p{
	margin: 0 6px;
}
form.common-form ul.wheel-estimate-list li label.checkbox-label{
	display: inline;
	margin-bottom: 0;
	padding-left: 8px;
}
ul.form-list li{
	margin-bottom: 20px;
}
ul.form-list li p a{
	text-decoration: underline;
}
div.zip-code-wrapper:not(:last-child){
	margin-bottom: 15px;
}
div.button-wrapper{
	margin-top: 50px;
}
div.button-wrapper p span{
	display: none!important;
}
div.button-wrapper p{
	display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap:wrap;-webkit-justify-content: center;justify-content:center;
}
/*---------------------------------------------------------pagenation------------------------------------------*/
.pagination {
	margin-top: 50px;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap:wrap;
	-webkit-justify-content: center;justify-content:center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	margin: 2px 6px 2px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	width: auto;
	color: #fff; /* 通常の文字色 */
	background: var(--main-color);
}
.pagination span{
	background-color: var(--main-color);
}
.pagination a:hover{
	color: #fff; /* マウスホバー時の文字色 */
	background: #000; /* マウスホバー時の背景色 */
}
.pagination .current{
	padding: 10px 15px 10px 15px;
	color: rgba(22, 25, 37, 1);
	background: #fff;
}
@media only screen and (max-width: 413px) {
	.pagination {
		font-size: 12px;
		line-height: 12px;
	}
	.pagination span, .pagination a {
		padding: 8px 10px 8px 10px;
	}
	.pagination .current{
		padding: 8px 10px 8px 10px;
	}
}
/*---------------------------------------------------------table------------------------------------------------*/
table{

	margin:20px auto 2px;
	width: 100%;
	border-spacing: 8px;
}
td,th{
	padding: 15px 25px;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-weight: normal;
	line-height: 1.2;
	text-align: left;
}
th{
	background-color: rgba(172,50,50,1);
	color: #fff;
	width: 25%;
	vertical-align: top;
}
td{
	background-color: #f6f6f6;
	width: 75%;
}
table tr:nth-child(even) td{
	background-color: #fbfbfb;
}
/*---------------------------------------------------------slides-----------------------------------------------*/
section.swiper-container-main{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
section.swiper-container-main .swiper-pagination-bullet{
	background-color: #c1c1c1;
	opacity: 1;
	width: 10px;
	height: 10px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 10px 0;
}
.swiper-button-next,.swiper-button-prev {
	top: 50%;
	width: 15px;
	height: 27px;
	margin-top: -13.5px;
}
.swiper-button-prev {
	background: url(images/fig-slide-arrow-left.png) no-repeat center center / contain;
}
.swiper-button-next {
	background: url(images/fig-slide-arrow-right.png) no-repeat center center / contain;
}
section.swiper-container .swiper-pagination-bullet-active{
	background-color: rgba(168,0,0,1);
}
section.swiper-container > .swiper-pagination-bullets{
	width: 18px;
	left: 45px;
	display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap:wrap;-webkit-justify-content: center;justify-content:center;-webkit-flex-direction: column;flex-direction:column;
	height: 100vh;
}
section.swiper-container li.slide1{
	background: rgba(0, 0, 0, 0) url('images/top/slide/slide1.jpg') no-repeat center center / cover;
}
/*---------------------------------------------------------1370px以下--------------------------------------------*/
@media screen and (max-width: 1370px) {

}
/*---------------------------------------------------------1320px以下--------------------------------------------*/
@media screen and (max-width: 1320px) {

}
/*---------------------------------------------------------1300px以下--------------------------------------------*/
@media screen and (max-width: 1300px) {
	main.child-main{
		padding: 50px 15px;
	}
	div.top-lead1{
		padding-left: 15px;
		padding-right: 15px;
	}
	div.top-lead1 div.top-lead-texts h1{
		font-size: 67px;
		font-size: 6.7rem;
	}
	div.lead-subtitles h4{
		font-size: 18px;
		font-size: 1.8rem;
	}
	div.top-lead1 div.top-lead-texts h5{
		font-size: 12px;
		font-size: 1.2rem;
	}
	div.top-lead-eng p{
		font-size: 10px;
		font-size: 1.0rem;
	}
	div.top-lead2{
		padding-right: 15px;
	}
	div.top-lead-texts h2{
		font-size: 20px;
		font-size: 2.0rem;
	}
	div.lead-paragraphs p{
		font-size: 12px;
		font-size: 1.2rem;
	}
	div.top-lead3{
		padding-left: 15px;
	}
	ul.why-modify-list{
		padding: 0 15px;
	}
	div.common-title h2{
		font-size: 19px;
		font-size: 1.9rem;
	}
	div.why-copy h2{
		font-size: 12px;
		font-size: 1.2rem;
	}
	div.service-box{
		padding: 15px;
	}
	div.top-news-inner{
		padding: 15px;
	}
	footer{
		padding: 12px 15px 65px;
	}
	ul.why-modify-list li div.why-circle{
		width: 100%;
		height: calc((100vw - 150px - 280px - 60px) / 4);
	}
	ul.why-modify-list li div.why-circle p{
		font-size: 1.1rem;
	}
	ul.why-modify-list li div.why-texts h2{
		font-size: 1.2rem;
	}
	ul.why-modify-list li div.why-texts p{
		font-size: 1.1rem;
	}
	div.service-contets h2{
		font-size: 1.8rem;
	}
	div.service-type-lead p{
		font-size: 1.2rem;
	}
	div.service-contets figure{
		max-width: 200px;
	}
	div.service-texts h3{
		font-size: 1.4rem;
	}
	ul.header-list li a figure.icon-figure{
		width: 40px;
	}
	ul.header-list li:first-child a{
		padding: 12px 0;
	}
	ul.header-list li a{
		padding: 7px 0;
	}
	ul.header-list li a h3{
		font-size: .9rem;
	}
	ul.header-list li a p{
		font-size: .9rem;
	}
	ul.why-modify-list2 > li{
		width: calc((100% - 150px) / 4)
	}
	ul.why-modify-list2 li li{
		width: auto;
	}
	ul.why-modify-list li div.why-circle2 h3{
		font-size: 5.0rem;
	}
	ul.service-detail-list li{
		font-size: 1.0rem;
	}
}
/*---------------------------------------------------------1100px以下--------------------------------------------*/
@media screen and (max-width: 1100px) {

}
/*---------------------------------------------------------1024px以下--------------------------------------------*/
@media screen and (max-width: 1024px) {
	header ul.header-list li:not(:first-child){
		display: none;
	}
	ul.header-list li{
		border-bottom: 0px;
		margin: initial;
	}
	header{
		width: 100%;
		height: auto;
		min-height: auto;
		padding: 5px;
		backdrop-filter: blur(8px);
	}
	div.header-inner{
		min-height: auto;
		background-color: rgba(255, 255, 255, .5);
	}
	main{
		width: 100%;
		margin: 0;
		padding-top: 100px;
		padding-left: 0;
	}
	main.child-main{
		padding: 140px 15px 20px;
	}
	ul.header-list li:first-child a{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	footer{
		width: 100%;
		margin: 0;
	}
	div.footer-inner div.footer-texts h4{
		font-size: 17px;
		font-size: 1.7rem;
	}
	div.footer-inner div.footer-texts h5{
		font-size: 14px;
		font-size: 1.4rem;
	}
	main.governments-main{
		background-position: top 120px right 15px;
	}
	main.it-main{
		background-position: top 120px right 15px;
	}
	div.child-page-title h1{
		font-size: 17px;
		font-size: 1.7rem;
	}
	div.child-page-title h4{
		font-size: 11px;
		font-size: 1.1rem;
	}
	div.child-page-lead h2{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
		margin-bottom: 8px;
	}
	div.child-title h2{
		font-size: 17px;
		font-size: 1.7rem;
	}
	h4.governments-problems-lead{
		font-size: 12px;
		font-size: 1.2rem;
	}
	div.why-modify-reson-list-text h2{
		font-size: 17px;
		font-size: 1.7rem;
	}
	div.sp-menu{
		display: block;
	}
	ul.why-modify-list li{
		width: calc((100% - 100px) / 3);
	}
	ul.why-modify-list li div.why-circle{
		height: calc((100vw - 60px - 100px) / 3);
	}
}
/*---------------------------------------------------------920px以下--------------------------------------------*/
@media screen and (max-width: 920px) {

}
/*---------------------------------------------------------880px以下---------------------------------------------*/
@media screen and (max-width: 880px) {

}
/*---------------------------------------------------------767px以下---------------------------------------------*/
@media screen and (max-width: 767px) {
	.upper-767{
		display: none;
	}
	div.service-box{
		width: 100%;
	}
	div.service-left{
		margin-bottom: 10px;
	}
	div.message-box{
		-webkit-flex-direction: column-reverse;flex-direction:column-reverse;
	}
	div.message-left{
		width: 100%;
	}
	div.message-right{
		margin: 0 auto 40px;
	}
	ul.area-list > li{
		width: 49%;
		margin-bottom: 2vw;
	}
	form.common-form div.form-list-title{
		width: 100%;
	}
	form.common-form div.form-list-contents{
		width: 100%;
	}
	nav.single-nav > div p{
		width: 100%;
	}
	div.single-prev p{
		display: none;
	}
	div.single-next p{
		display: none;
	}
	ul.why-modify-list li{
		width: calc((100% - 50px) / 2);
	}
	ul.why-modify-list li div.why-circle{
		height: calc((100vw - 30px - 50px) / 2);
	}
	nav.side-nav ul li a{
		font-size: 1.2rem;
	}
	nav.side-nav ul li a span{
		font-size: 1.0rem;
	}
}
/*---------------------------------------------------------650px以下---------------------------------------------*/
@media screen and (max-width: 650px) {
	a.top-news-cat{
		width: 150px;
	}
	p.top-news-link{
		width: 100%;
		margin-top: 5px;
	}
	p.top-news-date{
		width: 100px;
	}
	ul.top-news-list li:not(:last-child){
		padding-bottom: 15px;
		border-bottom: 1px solid #ccc;
	}
	ul.child-anchor-list{
		gap: 10px;
	}
	div.child-page-title{
		margin-bottom: 20px;
	}
	section.child-lead-section{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	div.message-left h2{
		font-size: 13px;
		font-size: 1.3rem;
	}
	nav.side-nav ul{
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	nav.side-nav ul li a{
		font-size: 11px;
		font-size: 1.1rem;
		padding-right: 0;
	}
}
/*---------------------------------------------------------550px以下---------------------------------------------*/
@media screen and (max-width: 550px) {
	div.top-lead1 div.top-lead-texts h1{
		font-size: 39px;
		font-size: 3.9rem;
	}
	div.lead-subtitles h4{
		font-size: 17px;
		font-size: 1.7rem;
	}
	div.top-lead1 div.top-lead-texts h5{
		font-size: 13px;
		font-size: 1.3rem;
	}
	div.top-lead-eng p{
		font-size: 15px;
		font-size: 1.5rem;
		display: none;
	}
	div.top-lead-texts h2{
		font-size: 12px;
		font-size: 1.2rem;
	}
	div.lead-paragraphs p{
		font-size: 12px;
		font-size: 1.2rem;
	}
	div.why-copy h2{
		font-size: 14px;
		font-size: 1.4rem;
	}
	div.top-lead1 div.top-lead-texts{
		width: 100%;
		margin-bottom: 30px;
	}
	div.top-lead1 figure{
		margin: 0 auto;
	}
	div.top-lead2{
		-webkit-flex-direction: column-reverse;flex-direction:column-reverse;
	}
	div.top-lead2 div.top-lead-texts{
		width: 100%;
		margin-bottom: 30px;
	}
	div.top-lead2 figure{
		margin: 0 auto;
	}
	div.top-lead3 div.top-lead-texts{
		width: 100%;
		margin-bottom: 30px;
	}
	div.top-lead3 figure{
		margin: 0 auto;
	}
	section.common-section{
		padding-bottom: 65px;
	}
	div.footer-inner div.footer-texts{
		width: 100%;
	}
	div.footer-inner figure{
		width: 50%;
		margin-top: 25px;
	}
	div.footer-inner div.footer-texts h4{
		text-align: center;
		font-size: 34px;
		font-size: 3.4rem;
		opacity:.75;
	}
	div.footer-inner div.footer-texts h5{
		text-align: center;
	}
	div.lead-paragraphs p{
		line-height: 2.0;
	}
	div.service-contets h2{
		font-size: 19px;
		font-size: 1.9rem;
	}
	div.service-contets figure{
		max-width: 120px;
	}
	ul.why-modify-list li div.why-circle h3{
		font-size: 30px;
		font-size: 3.0rem;
	}
	ul.area-list > li{
		width: 100%;
	}
	div.example-title h2{
		font-size: 14px;
		font-size: 1.4rem;
	}
	div.example-title p{
		font-size: 12px;
		font-size: 1.2rem;
	}
	div.child-page-title h1{
		font-size: 24px;
		font-size: 2.4rem;
	}
	article.single-artlicle h1{
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bolder;
	}
	div.single-paragraphs p{
		line-height: 1.8;
		font-size: 10.5px;
		font-size: 1.05rem;
	}
	ul.why-modify-list li div.why-circle p{
		font-size: 1.0rem;
	}
	ul.why-modify-list2{
		padding-left: 0;
		padding-right: 0;
	}
}
/*---------------------------------------------------------480px以下---------------------------------------------*/
@media screen and (max-width: 480px) {

}