
@charset "UTF-8";

/* 共通部分
--------------------------------------- */
html {
	font-size: 100%;
}
body{
		font-family:  'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		line-height: 1.7;
		color: #432;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;	
}	

/* HEADER
--------------------------------------- */
.page-header	{
	height:75px;
	width:100%;
	background-color:white;
	position:fixed;
	top:0;
	z-index: 1;
}
@media screen and (max-width: 1000px) {
.page-header {
    	height: 51px;
	width: 100%;
	background-color:white;
	position:fixed;
	top:0;
	z-index: 1;
	
  }
}

.logo {
	width: 150px;
	margin: 8.8px 40px;
	position:fixed;
}
@media screen and (max-width: 1000px) {
.logo {
	width: 100px;
	margin-top: 6px;
	margin-left: 10px;
	position:fixed;  
	}
}



/* Nav
-----------------------------------------*/
.Nav {
  margin-top: 8.8px;
  border-top: solid 1px #FFF;
  float: right;
  padding-right: 40px;
}
@media screen and (max-width: 1000px) {
  .Nav {
  margin-top: 51px;
  position: relative;
  border-top:none;
  float: none;
  }
}
.Nav .navbtn {
  display: none;
}
@media screen and (max-width: 1000px) {
  .Nav .navbtn {
    display: block;
    position: absolute;
    top: -45px;
    right: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .Nav .navbtn a,
  .Nav .navbtn a.close {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
  }
  .Nav .navbtn a::before,
  .Nav .navbtn a.close::before {
    position: absolute;
    top:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #333;
   transition: .2s;
  }
  .Nav .navbtn a.open::before {
    top:19px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  }
  .Nav .navbtn a::after,
  .Nav .navbtn a.close::after {
    position: absolute;
    bottom:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #333;
    transition: .2s;
  }
  .Nav .navbtn a.open::after {
    bottom:18px;
    transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  }
}
@media screen and (max-width: 1000px) {
  .Nav .navbtn a.open {
  }
}
 
@media screen and (max-width: 1000px) {
  .Nav .navbtn a span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .Nav .navbtn a span::after,
  .Nav .navbtn a.close span::after {
    position: absolute;
    top:18px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #333;
  }
  .Nav .navbtn a.open span::after {
    display: none;
  }
}
.Nav ul.close {
  display: none;
  border-top: solid 1px #333;
}
.Nav > ul {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .Nav > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #333;
    height: calc( 100vh - 51px );
  }
}
.Nav > ul > li:first-child {
	border-left: 1px solid #eee;
}
.Nav > ul > li {
  position: relative;
  font-size: 15px;
  display: inline-block;
  border-right: 1px solid #eee;
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li {
    display: block;
    border-bottom: solid 1px #dddddd;
  }
}

.Nav > ul > li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 15px 15px;
  font-size: 15px;
  font-family: "Varela Round", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
.Nav > ul > li a {
  background-color: #333;
  color: #FFF;

  }
}

.Nav > ul > li.parent > a {
  padding-right:25px;
}
.Nav > ul > li.parent > a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
@media screen and (max-width: 1000px) {
.Nav > ul > li.parent.open > a::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li.parent.open {
    border-bottom: none;
  }
}
  .Nav > ul > li.parent.open > a{
    color: #FFF;
  }
  .Nav > ul > li.parent.open > a::after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li.parent.open > a {
    color: #333;
  }
}
 
.Nav > ul > li a:hover {
  color: #fff;
}
.Nav > ul > li a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.Nav > ul > li a,
.Nav > ul > li a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.Nav > ul > li a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.Nav > ul > li a:hover::after {
  background: #000;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.Nav > ul > li > ul li {
  white-space: nowrap;
}
 
.Nav > ul > li > ul li a {
  position: relative;
  padding: 12px 27px 12px 27px;
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li > ul li a {
    border-bottom: solid 1px #dddddd;
    background-color: #FFFFFF;
  }
}
.Nav > ul > li > ul li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.Nav > ul > li > ul li a:hover {
  text-decoration: underline;
}
 
@media screen and (max-width: 1000px) {
  .Nav > ul > li > ul li a:hover {
    background-color: #FFF;
  }
}
 
.Nav > ul > li > ul li ul li a {
  padding-left: 42px;
}
.Nav > ul > li > ul li ul li a::before {
    left: 20px;
}

.footer{
	background:#FFF;
	padding:60px 40px;
}
.footer ::-moz-selection{
	background:#fff;
	color:#005faa;
}
.footer ::selection{
	background:#fff;
	color:#005faa;
}
.footer-inner{
	margin:0 auto;
	max-width:620px;
	width:100%;
}
.footer-list01{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding: 0 10px;
	margin-bottom:20px;
}
.footer-list01-logoItem{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}
.footer-list01-logoItem__logo{
	width:150px;
}
.footer-list01-txtItem{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;j
	ustify-content:space-between;
	margin-top: 30px;
	margin-left:35px;
	max-width:480px;
	width:100%;
}
.footer-list01-txtItem__txt{
	color:#262626;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	font-size:18px;
	letter-spacing:0;
}
.footer-list02{
	border-top:solid #262626 1px;
	border-bottom:solid #262626 1px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-bottom:25px;
	padding:15px 30px;
}
.footer-list02-link a{
	color:#262626;
	display:block;
	font-weight:normal;
	font-size:14px;
	letter-spacing:0;
}
.footer__copyright{
	color:#fff;
	font-weight:normal;
	font-size:14px;
	letter-spacing:0;
	text-align:center;
}
@media screen and (max-width: 767px){
.footer{
	padding:30px 20px 10px;
}
.footer-list01{
	display:block;
}
.footer-list01-logoItem{
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	margin-bottom:15px;
}
.footer-list01-logoItem__logo{
	width:150px
}
.footer-list01-logoItem__txt{
	margin-left:20px;
	width:194px;
}
.footer-list01-txtItem{
	display:block;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	text-align:center;
	margin:auto;
}
.footer-list01-txtItem__txt{
	display:block;
	color:#262626;
    text-decoration:none;
	font-size:16px;
	margin-bottom:35px;
}
.footer-list01-txtItem__sns{
	margin-left:0;
	margin:0 auto 35px;
	width:41px;
}
.footer-list02{
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:15px 5px 0;
}
.footer-list02-link{
	margin-bottom:15px;
	text-align:center;
	}
}
.copyrightArea {
	color: #FFF;
    background: #e60012;
    padding: 12.5px 0;
    text-align: center
}

.linkSet {
	display: flex;
	width:30%;
	font-size: 13px;
}
@media screen and (max-width: 1024px) {
.linkSet {
	display: flex;	
	margin: 3% 0% 3% 3%;
	font-size: 10px;
	}
}

@media screen and (max-width: 768px) {
.linkSet {
	display: none;
	}
}

.linkUnit  {
	margin: 3% 0% 5% 5%;
}
.linkUnit a {
		color: #FFF;
		font-size: 13px;
}
.childLink a {
	color: #777;
	font-size: 13px;
}
@media screen and (max-width: 1024px) {
.childLink a {
	color: #777;
	font-size: 11px;
	}
}
ul {
  list-style: none;
}




/* PANEL
--------------------------------------- */

#panelArea {
    position: relative;
    background-position: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
}
@media screen and (max-width: 767px) {
	#panelArea {
	position: relative;
	height: 200px;
	 }
}

#panelArea .panelBase .base {
    height: 500px;
    max-width: 980px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
#panelArea .panelBase .base {
	height: 200px;
    width: 50%;
    margin: 0 auto;
  }
}

#panelArea .panelBase .base .main-visual {
    position: absolute;
    top: 37%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 40px;
    letter-spacing: 4px;
    color: #fff
}
@media screen and (max-width: 767px) {
#panelArea .panelBase .base .main-visual {
  	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
  }
}
.main-visual >img {
	width: auto;
}
@media screen and (max-width: 767px) {
.main-visual >img {
	width: 250px;
	margin-top: -25px;
	}
}


#panelArea {
    position: relative;
    background-image: url("../../images/panelPhoto_service.webp");
    margin-top: 75px;
}
@media screen and (max-width: 1000px) {
#panelArea {
    position: relative;
    background-image: url("../../images/panelPhoto_service.webp");
    margin-top: 50px;
  }
}

.pageSet {
    position: relative;
    background-size: cover;
    margin: 0 auto 0;
}

#wrapper {
	margin:0 auto;
	width:1040px;
}
@media screen and (max-width: 768px) {
#wrapper {
	width:auto;
	}
}

#post{
width:100%;
padding:20px 0;
}


/* 事業案内
--------------------------------------- */
#content{
	width:1040px;
	margin: 0 auto;
	padding:20px 0;
	color:#000;
}
@media screen and (max-width: 768px) {
#content {
	width:auto;
	padding:0 10px;
	}
}
h2 {
    display: block;
    font-size: 1.5em;
    text-align: center;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.postWrap{
	margin:0 0 20px 0;
	padding:4px;
}
/* 中ページ その他スタイル
------------------------------------------------------------*/

.post h3 {
    margin: 20px 0 20px 0;
    padding: 10px 15px;
    color:#fff;
    background: #333;
    font-weight: normal;
    }
.post p {
    padding: 0 15px 20px 15px;
}
@media screen and (max-width: 768px) {
.post p {
    padding: 0 0 15px 0;
	}
}
#service1,#service2{
    margin-top: -75px;
    padding-top: 75px 
}
@media screen and (max-width: 768px) {
	#service1,#service2{
	margin-top: -51px;
    padding-top: 51px 
   	}
}

.inner {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 30px;
}
.flow_list {
    max-width: 820px;
    margin: 0 auto 80px;
    counter-reset: number 0;
}
.flow_listItem_content .ttl {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 700;
}
.flow_listItem {
    position: relative;
    z-index: -10;
    justify-content: center;
    align-items: flex-start;
}
.flow_listItem + .flow_listItem {
    margin-top: 25px;
}
@media screen and (max-width: 768px) {
.flow_listItem + .flow_listItem {
    margin-top: 20px;
	}
}


.col {
    display: flex;
}
.flow_listItem:nth-last-of-type(n+2)::before {
    content: "";
    position: absolute;
    bottom: -15%;
    left: 37px;
    z-index: 1;
    display: block;
    width: 0;
    height: calc(100% - 78px - 20px);
    border-right: 2px dotted #3C2C25;
}
@media screen and (max-width: 768px) {
.flow_listItem:nth-last-of-type(n+2)::before {
	height: calc(98% - 78px - 20px);
    bottom: -8%;
	}
}

.flow_listItem .step {
    position: relative;
    z-index: 10;
    margin-right: 20px;
    padding-top: 5px;
}
.flow_listItem .step::before {
    counter-increment: number 1;
    content: "STEP " counter(number, decimal-leading-zero);
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #838383;
    text-align: center;
}
.flow_listItem .step .ic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 78px;
    background-color: #838383;
    border-radius: 50%;
    box-shadow: 0 2px 3px rgba(125, 55, 4, 0.26);
}
.step img {
	max-width: 50%;
}
.flow_listItem_content {
    width: calc(100% - 78px);
}
.flow_listItem_content .ttl {
    margin-bottom: 10px;
    font-size: 1.1rem;
    font-weight: 500;
}
.flow_listItem_content .txtBox {
    padding: 20px 25px;
    background: #f9f9f9;
    font-size: 1rem;
    box-shadow: 7px 7px 0px 0px #97979770;
}
.txtBox p {
	padding: 0;
}
.flow_listItem + .flow_listItem {
    margin-top: 25px;
}
ul.waku {
	padding:0 15px 0;
	margin-bottom:30px;
}

ul.waku li{
	display:inline-block;
	list-style:none;
	padding:0.6em;
	text-align:center;
	width:448px;
	background-color:#efefef;
	border:2px solid #c0c0c0;
	border-radius:25px;
	margin:0 8px 8px;
}

ul.waku li.right {
}
ul.waku li.long {
	width:910px;
}

.waku {
	margin:0 0 20px 0;
	text-align:center;
}

.waku p {
	display:inline-block;
	padding:15px;
	border:1px dashed #c0c0c0;
	border-radius:8px;
	text-align:left;
}
@media screen and (max-width: 768px) {
ul.waku li, ul.waku li.left, ul.waku li.right, ul.waku li.long {
    float: none;
    width: 95%;
    margin-left: 0;
	}
}	

#clear {
	clear:both
}






