@charset "utf-8";





/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");

/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");


html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 14px;
}

body {
	font-family: 'Noto Serif JP', serif;
	-webkit-text-size-adjust: none;
	background: #fff;
	color: #4E4E4E;
	line-height: 2;
}

#container{ 
	display:none;
}

/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav {margin: 0;padding: 0;}

/*table全般の設定*/
table {border-collapse:collapse;}

/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

/*videoタグ*/
video {max-width: 100%;}

/*iframeタグ*/
iframe {width: 100%;}

/*section全般の設定*/
section + section {
	padding-top: 30px;	/*sectionの間に空けるスペース*/
}


/*opa1（透明から着色状態に）
---------------------------------------------------------------------------*/
@keyframes opa1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

a {
	color: #333;	/*文字色*/
	transition: 0.3s;
	text-decoration: none;
}

header{
	z-index: 9999;
}

.header-inner h1{
margin-top: 5px;
}

header .header-inner{
	display: block;
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
	height: 100px;
}

.header-right{
	display: flex;					
	justify-content: flex-end;
	align-items: center;
	height: 100px;					
	position: absolute;
	top: 0px;
	right: 20px;
}

header #logo {
	width: 230px;
	padding-top: 10px;
}

header .header-address-number{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	margin-top: -5px;
}

.header-time{
font-weight: 400;
margin-top: -15px;
font-size: 15px;
margin-right: 20px;
}

header .fa-phone-alt{
	color: #000;
	padding-right: 10px;
	font-size: 28px;
}

header .fa-phone-alt{
	color: #000;
	padding-right: 10px;
	margin-top: 15px;
}

.header-contact{
	background-color: #EE7700;
	padding: 20px 25px;
}

.header-contact{

	color: #fff;
}

.header-contact .fa-envelope{
	font-size: 1.5rem;
	margin-right: 10px;
}


.header-contact .fa-arrow-alt-circle-right{
	margin-left: 10px;
}

.header-address-inner{
	display: flex;
}

/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: fixed;z-index: 100;
	top: 25px;		/*上からの配置場所指定*/
	right: 20px;	/*右からの配置場所指定*/
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
	cursor: pointer;
	background: rgba(0,0,0,0.6) url(../images/ham.png) no-repeat center top/50px;/*背景色、ハンバーガメニュー画像の読み込み、50pxは幅の指定*/
}
/*×印が出ている状態の設定。*/
#menubar_hdr.ham {
	background: #ff0000 url(../images/ham.png) no-repeat center bottom/50px;
}


#menubar ul {
	list-style: none;margin: 0;padding: 0;
}

#menubar ul a {
	display: block;text-decoration: none;
	color: #000;
	padding: 15px 5px;
	font-size:18px;
}

#menubar > ul > li > a:hover {
	color:rgb(97, 97, 97);
}

/*ドロップダウンメニューのリンクタグ*/
#menubar .ddmenu {
	cursor: default;	/*リンク要素のカーソルを矢印に変更しておく*/
}


/*メニューの設定
---------------------------------------------------------------------------*/
#menubar {height: 0px;overflow: hidden;}

/*小さな端末用のメニューブロック*/
#menubar.db {
	position: fixed;overflow: auto;z-index: 99;
	left: 0px;top: 0px;
	width: 100%;
	height: 100%;
	padding: 90px 20px;				/*上下、左右へのメニューブロック内の余白*/
	background: rgba(0,0,0,0.8);	/*背景色。0,0,0は黒の事で0.8は色が80%出た状態。*/
}

#menubar .ddmenu_parent ul {display: none;}

#menubar .ddmenu_parent ul a {
	background: #fff;	
	color: #000;
}

#menubar .ddmenu_parent ul a:hover {
	background: #fafafa;
	color: #EE7700;
}


/*contentsブロック
---------------------------------------------------------------------------*/
#contents {
	min-height: 0%;		/*IE対策*/
	flex: 1 0 auto;
}

.top-image{
	margin-top: 10px;
	height: 800px;
	width: 100%;
}

.top-image{
	position: relative;
	z-index: -2;
	background-image:url("../images/fv01.png");
	background-position: 15vw -120px;
	height: 38vw;
}

.top-desc{
	width: 38vw;
	z-index: 0;
	position: relative;
}
.top-desc img{
	margin-top: 38%;
    margin-left: 36%;
	z-index: 0;
	width: 80%;
	
}

.top-cert{
	position: relative;
	z-index: 0;
	margin-top: 8%;
    width: 48vw;
	background-color: #030456;
	color:#fff;
}

.top-cert h4{
	padding-left: 10%;
	margin-left: 20%;
	font-size:1.0vw;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
}

.top-cert h3{
	margin-left: 28%;
	font-size:1.7vw;
	margin-top: -10px;
	padding-top: 0px;
	padding-bottom: 10px;
}


.top-about-section{
	background-image:url("../images/blue-sq-bg.jpg");
	background-color:rgba(255,255,255,0.7);
background-blend-mode:lighten;
	background-size:cover;
	/*background-position: 15vw 0px;*/
}

.top-about{
	display: block;
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.top-about h2{
text-align: center;
font-size: 32px;
padding-top: 70px;
margin-top: 0px;
}

.top-about-content{
	display: flex;
}

.top-about-content-left{
	width: 67%;
	text-align: left;
	font-size: 16px;
}

.top-about-content-right{
	width: 32%;
}

.top-about-button{
	margin: 70px 0px 30px;
	display: inline-block;
	text-align: left;
}

.top-about-button h3{
	margin: 0;
	font-size:18px;
	color: #000129;
}

.top-about-button small{
	color:#212121;
	font-size:16px;
}

.top-about-button-a{
	margin-top: 15px;
	font-size:18px;
	width: 235px;
	background-color: #030456;
	padding: 10px 10px;
	margin-bottom: 100px;
}

.top-about-button-a a{
	padding: 30px 10px;
	color:#fff;
	position: relative;
}

.top-about-button-a a::after{
	content: "";
    position: absolute;
    top: 50%;
	left:170px;
    display: inline-block;
    width: 55px;
    height: 1px;
    background-color: #fff;
}

.top-service-section{
background-color: #F3F3F3;
padding-bottom: 120px;
}


.top-service{
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.top-service h2{
	font-size:48px;
	color:#4E4E4E;
	position: relative;
    text-align: center;
    border-bottom: 1px solid #D2D2D2;
	margin-bottom:5px;
}

.top-service h3{
font-size:24px;
font-weight: normal;
margin-top: 30px;
margin-bottom: 50px;
}
.h2-border {
    position: absolute;
    bottom: -2px;
    left: calc(50% - 55px);
    width: 100px;
    height: 3px;
    content: '';
    background: #EE7700
}

.h2-border:before{
	position: absolute;
	top:-3px;
	left: calc(50% - 50px);
content:"";
	display: inline-block;
width: 8px;
height: 8px;
border-radius: 50%;
background: #EE7700
}

.h2-border:after{
	position: absolute;
	top:-3px;
	left: calc(50% + 50px);
content:"";
	display: inline-block;
width: 8px;
height: 8px;
border-radius: 50%;
background: #EE7700
}

.top-service small{
font-size:24px;
}

.top-service-content{
	display: block;
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.top-service-content-left,.top-service-content-right{
width: 490px;
height: 520px;
position: relative;
}

.top-service-content-left{
	background-image:url("../images/top-company.png");
}

.top-service-content-right{
	background-image:url("../images/top-personal.png");
}
.top-service-inner{
	width: 490px;
height: 210px;
background: rgba(9,0,59,0.83);
color:#fff;
text-align: left;
position: absolute;
right: 0;
bottom: 0;
}

.top-service-inner:after{
	content:"";
	width: 55px;
	height: 210px;
	background: #060024;
	position: absolute;
	top:0px;
	right: 0px;
}

.top-service-inner h4{
	font-size:28px;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: -10px;
}

.top-service-desc p{
	font-size:18px;
	margin-left: 40px;
}

.top-service-button{
	position: absolute;
	top: 85px;
	right: 15px;
	z-index: 1;
}

.top-service-button i{
	font-size:24px;
}

.top-service-content-foot-inner{

color:#fff;

}

.top-service-content-foot-inner{
	margin: 0 auto;
	font-size:28px;
	width: 1040px;
height: 110px;
background: rgba(9,0,59,0.83);
color:#fff;
position: relative;
	}
	.top-service-content-foot-inner h4{
		padding-top: 25px;
	}

	.top-service-content-foot-inner:after{
		content:"";
		width: 55px;
		height: 110px;
		background: #060024;
		position: absolute;
		top:0px;
		right: 0px;
	}
.top-service-content-foot-inner .top-service-button{
	position: absolute;
	top: 27px;
	right: 15px;
	z-index: 1;
}


/*access*/
.top-access{
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.top-access h2{
	font-size:48px;
	color:#4E4E4E;
	position: relative;
    text-align: center;
    border-bottom: 1px solid #D2D2D2;
	margin-bottom:5px;
}

.top-access h3{
font-size:24px;
font-weight: normal;
margin-top: 30px;
margin-bottom: 50px;
}
.h2-border {
    position: absolute;
    bottom: -2px;
    left: calc(50% - 55px);
    width: 100px;
    height: 3px;
    content: '';
    background: #EE7700
}

.h2-border:before{
	position: absolute;
	top:-3px;
	left: calc(50% - 50px);
content:"";
	display: inline-block;
width: 8px;
height: 8px;
border-radius: 50%;
background: #EE7700
}

.h2-border:after{
	position: absolute;
	top:-3px;
	left: calc(50% + 50px);
content:"";
	display: inline-block;
width: 8px;
height: 8px;
border-radius: 50%;
background: #EE7700
}

.top-access small{
font-size:24px;
}


.top-access-content{
	display: block;
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 50px;
}


.top-access-content-left,.top-access-content-right{
	width: 490px;
	height: 520px;
	position: relative;
	}


.top-access-content-left{
	text-align: left;
	font-size: 18px;
}

.top-access-content-left img{
	width: 250px;
}

.top-access-content-left .top-address{
	margin-top: 40px;
font-style: normal;
}

.top-access-info-fst{
	margin-top: 50px;
}

.top-access-info{
	display: flex;
}

.top-access-info-left{
	width: 120px;
	height: 30px;
	background-color: #FCF1E2;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 10px;
}

.top-access-info-left span{
	display: block;
margin-top: -5px;
}

.top-access-info-right{
	display: block;
margin-top: -5px;
}

a.btn-border {
	border: 1px solid #000;
	border-radius: 0;
	background: #fff;
	padding: 13px 30px 18px;
  }
  
  a.btn-border:hover {
	color: #fff;
	background: #EE7700;
	border: 1px solid #EE7700;
  }

  .contact-section{
	  background-color: #EFEFEF;
	  padding:50px 0px;
	  margin-top: 70px;
  }

  .contact-section-content{
	display: block;
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 50px;
  }

  .contact-section-content-left{
	width: 400px;
	height: 390px;
	background-color: #fff;
  }

  .contact-section-content-left h2{
font-size: 18px;
font-weight: normal;
color:#EE7700;
text-align: center;
margin-top: 40px;
  }

  .contact-section-content-left h3{
	font-size: 24px;
	text-align: left;
	position: relative;
	margin-left: 80px;
	  }

	  .contact-section-content-left h3:after{
		position: absolute;
		top:125px;
		left: calc(50% - 70px);
		width: 60px;
		height: 2px;
		content: '';
		background: #EE7700
	  }

	  .contact-section-content-left p{
		  margin-top: 60px;
		  text-align: left;
		  margin-left: 65px;
	  }

	  .contact-section-content-right{
		  width: 630px;
		  height: 390px;
		  background-color: #fff;
		  padding-top: 80px;
	  }


	  .contact-section-content-right .contact-address {
		font-style: normal;
		font-weight: bold;
		font-size: 45px;
		margin-top: -5px;
	}
	.contact-section-content-right i{
		font-size: 40px;
		margin-right: 10px;
	}

	.contact-section-content-right p{
margin-top: -15px;
	}

	.contact-section-content-button{
		margin-top: 70px;
	}
	
	.contact-section-content-button .header-contact{
padding: 25px 20px 30px;
vertical-align: middle;	
	}

	.contact-section-content-button .fa-envelope{
		vertical-align: middle;	
		font-size: 40px;
		margin-right: 20px;
	}

	.contact-section-content-button .fa-arrow-alt-circle-right{
		vertical-align: middle;	
		font-size: 20px;
		margin-left: 20px;
	}
	.contact-section-content-button span{
		vertical-align: middle;	
	}
	
#footer-inner{
	display: flex;
	width: 1040px;
	margin: 0 auto;
    padding: 45px 0 55px;
	list-style: none;
}

#footer-inner ul{
	list-style: none;
	font-size: 18px;
	font-weight: normal;
	margin-left: 30px;
}
	.footer-left{
		width: 250px;
		margin-right: auto;
	}
	
	.copy{
		background: #EFEFEF;
		text-align: center;
		font-size: 14px;
		padding: 5px 0px;
	}


/*about.html*/

.page-title{
	display: table;
}

.page-title h2{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size:48px;
	color:#fff;

}
.page-title-company{
	
	width: 100%;
	height: 300px;
background: url("../images/company-ttl.png");
}

.headline01 small{
font-size: 16px;
}

.headline01{
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.headline01 h2{
	font-size:32px;
	font-weight: normal;
	color:#4E4E4E;
	position: relative;
    text-align: center;
	margin-bottom:10px;
}

.h2-border01 {
    position: absolute;
    bottom: -8px;
    left: calc(50% - 55px);
    width: 100px;
    height: 3px;
    content: '';
    background: #EE7700
}

.h2-border01:before{
	position: absolute;
	top:-3px;
	left: calc(50% - 50px);
content:"";
	display: inline-block;
width: 8px;
height: 8px;
border-radius: 50%;
background: #EE7700
}

.h2-border01:after{
	position: absolute;
	top:-3px;
	left: calc(50% + 50px);
content:"";
	display: inline-block;
width: 8px;
height: 8px;
border-radius: 50%;
background: #EE7700
}

.headline01{
	margin-top: 30px;
}

.headline01 h3{
	margin-top: 50px;
	font-weight: normal;
	font-size:20px;
}

.greeting{
	display: block;
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
}

.greeting h2{
	padding: 5px 10px;
	font-size: 28px;
    clear: both;
    font-weight: normal;
    border-left: 10px solid #8D4500;
    background: #EE7700;
    color: #fff;
}

.greeting-content{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.greeting-content-left{
	width: 640px;
	font-size:16px;
}

.greeting-content-right{
	margin-top: 1em;
	width: 370px;
	height: 250px;
}

.greeting h3{
	
	font-size: 24px;
    margin: 50px 0 16px;
    padding: 0 0 0 10px;
    border-left: 5px solid #EE7700;
    clear: both;
}

.anchor_area .anchor {
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.anchor_area li {
    width: 49%;
    text-align: center;
    font-size: 1.2rem;
}

.anchor_area ul{
list-style: none;
padding:0;
}

.anchor_area a {
    color: rgb(51, 51, 51);
    min-height: 60px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 30px;
	border: 1px solid rgb(51, 51, 51);
    position: relative;
}



.anchor_area li{
	position: relative;
}
.anchor_area li::after{
	content:"";
	width: 25px;
	height: 25px;
	position: absolute;
	padding-left: 30px;
    line-height: 30px;
	top:17px;
	left: 390px;
	background-image: url(../images/arrow-down.png);
	background-size: contain;
}

.fa-position-right {
	margin-top: 4px;
    margin-left: 30px;
	-webkit-text-stroke-width:1px;
}

.fee-border{
	margin-top: 50px;
	display: flex;
    align-items: center;
}

.fee-border:before{
	margin-right: 30px;
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.fee-border:after{
	margin-left: 30px;
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.fee-top{
	display: block;
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
}

.fee-top h3{
	
	font-size: 24px;
    margin: 50px 0 32px;
    text-align: center;
}

.fee-ttl {
	font-size:16px;
	text-align: center;
	margin-bottom: 50px;
}

.fee-inner{
	display: block;
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
}

.fee-inner h2{
	padding: 5px 10px;
	font-size: 28px;
    clear: both;
    font-weight: normal;
    border-left: 10px solid #8D4500;
    background: #EE7700;
    color: #fff;
}

.fee-inner h3{
	
	font-size: 24px;
    margin: 50px 0 16px;
    padding: 0 0 0 10px;
    border-left: 5px solid #EE7700;
    clear: both;
}

.fee-inner table{
width: 100%
}

.fee-inner table th{
	font-weight: normal;
	padding: 12px;
}

.fee-list01 table tr:nth-child(1){
	background-color: #faf0e6;
}

.fee-list02{
margin-bottom: 120px;
}

.fee-list02 table th:nth-child(1){
	background-color: #faf0e6;
	width: 50%;
}

.fee-list03{
	margin-top: -80px;
	margin-bottom: 0px;
	}
	
	.fee-list03 table tr:nth-child(1){
		background-color: #faf0e6;
	}
 
	.fee-list03 table th:nth-child(1){
	  width: 50%;
	}

	.fee-list02 table{
		margin-top: 50px;
	}
.fee-list-desc{
margin-top: 3px;
}

  .prof-list {
	text-align: left;
 }

 .ploftable {
	border-collapse: collapse;
 border-spacing: 20px;
 }

 .ploftable tr{
	border-bottom: solid 1px #D2D2D2;
	margin: 10px 0px;
	font-size: 16px;
 }

 .ploftable tbody tr th{
	width: 100px;
	vertical-align:top;
}

 .ploftable tbody tr td{
	 padding-left: 30px;
	 vertical-align:top;
	 
 }
  

 .forte-content{
		 background: #FFF5E4;
 }

 .point1{
 margin-top: 60px;
 }
 .point2,.point3{
 margin-top: 320px;
 }
 .forte-inner{

	 display: flex;
	 justify-content: space-between;
	 max-width: 1060px;
	margin: 0 auto;
	position: relative;
	height: 180px;
	text-align: left;
	margin-bottom: 250px;
 }

.forte-inner-left small{
	line-height: 1.0;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
color:#EE7700;
font-size:26px;
}

.forte-inner-left small::before{
	content: "";
 display: inline-block;
 width: 40px;
 height: 40px;
 margin-right: 5px;
 background-image:url(../images/icon-point.png);
 background-size: contain;
 vertical-align:top;
}

.forte-inner-left small span{
	font-size:40px;
	}

	.forte-inner-left h3{
		font-weight: bold;
		font-size:32px;
		margin-top: 10px;
	}

	.forte-inner-left h3 span{
				font-size:48px;
	}
	.forte-inner-left p{
		font-size:16px;
		margin-top: 100px;
		padding-right: 30px;
	}


	.forte-inner-right{
		margin-top: 78px;
	}

	.forte-img{
		min-width: 450px;
		height: auto;
	}

	.point2 .forte-inner-right{
		text-align: right!important;
	}

	.point3{
		margin-bottom: 330px;
	}
	.forte-btn{
		text-align: center;
	}

/*company.html*/
.company-ttl{
display: flex;
justify-content: space-between;
margin-top: 10px;
}

.company-ttl-left{
	width: 66%;
}

.company-ttl-left p{
	font-size:16px;
	padding-right: 30px;
}

.company-ttl-right{
	width:33%;
}

.business-section{
	margin-top: 50px;
	background: rgb(243,243,243,0.9);
}

.business-ttl-list{
	display: block;
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
}

.business-ttl-content{
display: flex;

}
.business-ttl-content{
	width: 100%;
	height: 460px;
}

.business-ttl h2{
	margin-bottom: 90px;
}

.business-ttl-content-left{
	position: absolute;
	width: 580px;
	height: 400px;
	background: rgb(255,255,255,0.72);
	z-index:2;
	border: 1px solid rgb(112,112,112,0.72);
}

.business-ttl-content-left p{
	margin-left: 80px;
	width: 365px;
	text-align: left;
line-height: 1.7;
border-top: solid 3px #F4A95F;
padding-top: 20px;
margin-top:0px
}
.business-ttl-content-left h3{
	font-size:24px;
	font-weight: bold;
	text-align: left;
margin-top: 30px;
margin-bottom: 0px;
}

.business01 h3::before{
	content: "";
 display: inline-block;
 width: 60px;
 height: 106px;
 margin-right: 20px;
 background-image:url(../images/business01.png);
 background-size: contain;
 vertical-align:middle;
 margin-left: 10px;
 margin-top: -16px;
}


.business02 h3::before{
	content: "";
 display: inline-block;
 width: 60px;
 height: 106px;
 margin-right: 20px;
 background-image:url(../images/business02.png);
 background-size: contain;
 vertical-align:middle;
 margin-left: 10px;
 margin-top: -16px;
}

.business03 h3::before{
	content: "";
 display: inline-block;
 width: 60px;
 height: 106px;
 margin-right: 20px;
 background-image:url(../images/business03.png);
 background-size: contain;
 vertical-align:middle;
 margin-left: 10px;
 margin-top: -16px;
}

.business04 h3::before{
	content: "";
 display: inline-block;
 width: 60px;
 height: 106px;
 margin-right: 20px;
 background-image:url(../images/business04.png);
 background-size: contain;
 vertical-align:middle;
 margin-left: 10px;
 margin-top: -16px;
}

.business05 h3::before{
	content: "";
 display: inline-block;
 width: 60px;
 height: 106px;
 margin-right: 20px;
 background-image:url(../images/business05.png);
 background-size: contain;
 vertical-align:middle;
 margin-left: 10px;
 margin-top: -16px;
}

.business-ttl-content-right{
	position: absolute;
	width: 521px;
	height: 347px;
	top:30px;
	right:0;
	z-index:1;
}

.business-image01{
	background-image: url("../images/business-company01.png");
	background-size: cover;
}
.business-image02{
	background-image: url("../images/business-company02.png");
	background-size: cover;
}
.business-image03{
	background-image: url("../images/business-company03.png");
	background-size: cover;
}
.business-image04{
	background-image: url("../images/business-company04.png");
	background-size: cover;
}
.business-image05{
	background-image: url("../images/business-company05.png");
	background-size: cover;
}

.personal-ttl-list{
	display: block;
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
}

.business-ttl-content{
display: flex;

}
.personal-ttl-content{
	width: 100%;
	height: 100%;
}

.business-ttl h2{
	margin-bottom: 90px;
}

.personal-ttl-content-left{
	width: 100%;
	height: 100%;
	padding-bottom: 30px;
	background: rgb(255,255,255,0.72);
	z-index:2;
	border: 1px solid rgb(112,112,112,0.72);
}

.personal-ttl-content{
margin-bottom: 50px;
}

.personal-ttl-content-left h3:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 120px;
	bottom: -15px;
	display: inline-block;
	width: 860px;
	height: 3px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #F4A95F;
  }

.personal-ttl-content-left p{
	margin-left: 80px;
	width: 100%;
	text-align: left;
padding-top: 20px;
margin-top:0px
}

.personal-ttl-content-head{
	margin-left: 10px;
}
.personal-ttl-content-left h3{
	font-size:24px;
	font-weight: bold;
	text-align: left;
margin-top: 30px;
margin-bottom: 0px;
}

.personal-ttl-content-left h4{
	text-align: left;
	margin-left: 80px;
}

.personal-ttl-content-left h4::after{
	content:"";
   display:block;
   width:50px;
   height:2px;
   position:absolute;
   left:92px;
	background-color: #F4A95F;
	margin-top: 5px;
}

.personal-ttl-content-left h4::before{
	content:"";
   display:block;
   width:230px;
   height:2px;
   position:absolute;
   left:92px;
	background-color: #ffe1c4;
	margin-top: 41px;
}

.personal-ttl-content-inner{
	box-sizing:border-box;
	display: flex;
    justify-content: space-between;
	padding-right: 90px;
	margin-top: -15px;
}

.personal-ttl-content-left01{
	box-sizing:border-box;
	table-layout: fixed;
	word-wrap: break-word;
	width: 60%;
}

.personal-ttl-content-left01 p{
	width: 90%;
	
}

.personal-ttl-list p{
	font-size: 16px;
}

.personal-ttl-content-right01{
	margin-top: 15px;
}
.flow-list{
	display: block;
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
	margin-top: 50px;
}


.flow-ttl h2{
border-bottom: solid 1px #D2D2D2;

padding-bottom: 10px;
}

.flow-ttl .h2-border01 {
    position: absolute;
    bottom: -2px;
}

.flow-content{
	width: 978px;
	height: 347px;
	box-shadow: 5px 5px 6px rgb(0,0,0,0.3);
	padding:0px 50px;
	border: solid 2px rgb(112,112,112,0.1);;
	display: flex;
	justify-content: space-between;
}

.flow-content-left h3{
	font-size:32px;
	font-weight: bold;
	text-align: left;
margin-top: 5px;
margin-bottom: 0px;
}

.flow01 h3::before{
	content: "";
 display: inline-block;
 width: 60px;
 height: 106px;
 margin-right: 20px;
 background-image:url(../images/flow01.png);
 background-size: contain;
 vertical-align:middle;
 margin-top: 28px;
}

.flow02 h3::before{
	content: "";
 display: inline-block;
 width: 60px;
 height: 106px;
 margin-right: 20px;
 background-image:url(../images/flow02.png);
 background-size: contain;
 vertical-align:middle;
 margin-top: 28px;
}

.flow03 h3::before{
	content: "";
 display: inline-block;
 width: 60px;
 height: 106px;
 margin-right: 20px;
 background-image:url(../images/flow03.png);
 background-size: contain;
 vertical-align:middle;
 margin-top: 28px;
}

.flow04 h3::before{
	content: "";
 display: inline-block;
 width: 60px;
 height: 106px;
 margin-right: 20px;
 background-image:url(../images/flow04.png);
 background-size: contain;
 vertical-align:middle;
 margin-top: 28px;
}

.flow05 h3::before{
	content: "";
 display: inline-block;
 width: 60px;
 height: 106px;
 margin-right: 20px;
 background-image:url(../images/flow05.png);
 background-size: contain;
 vertical-align:middle;
 margin-top: 28px;
}

.flow-content-left p{
	width: 480px;
	border-top:dotted 1px #707070 ;
	padding-top:30px;
	margin-top:-30px;
	line-height: 1.7;
	margin-bottom: 30px;
}

.flow-content-right{
	margin-top: 30px;
}

.flow-form{
	display: flex;
}

.flow-form{
font-size:32px;
font-weight: bold;
}

.flow-form address{
	font-style: normal!important;

}

.flow-form div a{
	display: inline-block;
	width: 215px!important;
	height: 75px!important;
	font-size:14px;
	line-height: 1.0;
	vertical-align: middle;
	position: relative;
	padding-left: 60px;
} 

.flow-form div a .fa-envelope{
	position: absolute;
	line-height: 1.0;
top:30%;
left: 20px;
}

.flow-form div a .form-text{
	position: absolute;
	line-height: 1.0;
top:40%;
left: 60px;
}


.flow-arrow{
margin: 0 auto;
text-align: center;
padding:35px 0px;
}

.flow-access{
	width: 339px;
	height: 285px;
}

.flow-btn{
	margin: 0 auto;
	text-align: center;
	margin-top: 70px;
}

/*office.html*/
.office-content{
	display: flex;
	justify-content: space-between;
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
	margin-top: 50px;
}

.office-content-left{
width: 410px;
height: 460px;
}

.office-content-right{
	width: 570px;
}

.office-content-right p{
	margin-left: 13px;
	font-size: 18px;
	line-height: 3;
}

.office-content-right img{
	width: 450px;
	text-align: left;
}

.office-list{
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
	margin-top: 50px;
}

.officetable{
	text-align: left;
}

.officetable tbody tr{
	border-top: solid 1px #000;
}
.officetable tbody tr th{
	border-top: solid 1px #000;
	padding: 20px 100px 20px;
}
.officetable tbody tr td{
	padding: 20px 80px 20px;
}

/*contact.html*/

#formWrap{
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
}

#formWrap h3{
	text-align: center;
	font-size: 32px;
}

.form-content-ttl{
	margin-bottom: 0px;
}
.form-p{
	text-align: center;
	font-size: 16px;
}

.form-inner{
	background-color: #f1f1f1;
	border-radius: 30px;
	padding:30px 200px;
	margin-top: 30px;
}

.form-content label{
	font-weight: bold;
	font-size: 24px;
}

.input-text {
    display: block;
    margin: 10px 0;
    padding: 10px;
    border: 0!important;
    border-bottom: 2px solid #494949;
    border-radius: 0;
    width: 100%;
    font-size: 18px;
}

.input-textarea {
    display: block;
    margin: 10px 0;
    padding: 10px;
    border: 0!important;
    border-bottom: 2px solid #494949;
    border-radius: 0;
    width: 100%;
	height: 300px;
    font-size: 18px;
}


.form-content-option01{
background-color: #EE7700;
color:#fff;
display: inline-block;
    margin: -6px 0 0px 14px;
	font-size:12px;
    padding: 0px 12px;
    border-radius: 20px;
    vertical-align: middle;
}

.form-content-option02{
background-color: #727272;
color:#fff;
display: inline-block;
    margin: -6px 0 0px 14px;
	font-size:12px;
    padding: 0px 12px;
    border-radius: 20px;
    vertical-align: middle;
}

.input-submit{
	text-align: center;
	margin-top: 10px;
	width: 330px;
	height: 70px;
	font-size:24px;
	border: 2px solid #EE7700;
  border-radius: 10px;
  background: #ffffff;
  color:#EE7700;
  font-weight: bold;
}

.submit-section{
	margin: 0 auto;
	text-align: center;
}

.input-submit:hover{
	font-size:26px;
  border: 2px solid #EE7700;
  border-radius: 10px;
  background: #EE7700;
  color:#fff;
  transition: background-color 0.5s;
  transition: color 0.5s;
}

.form-finish{
	max-width: 1040px;
	margin: 50px auto;
	position: relative;
}

.form-finish h2{
	text-align: center;
}

.form-finish p{
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 50px;
}

.form-finish img{
	margin-top: 50px;
	width: auto;
	height: 150px;
}

.form-finish a{
	text-align: center;
	margin-top: 150px;
	width: 330px;
	height: 70px;
	font-size:18px;
	border: 2px solid #EE7700;
  border-radius: 10px;
  background: #ffffff;
  color:#EE7700;
  font-weight: bold;
  padding:5px 20px 10px 20px;
}


.form-finish a:hover{
  border: 2px solid #EE7700;
  border-radius: 10px;
  background: #EE7700;
  color:#fff;
  transition: background-color 0.5s;
  transition: color 0.5s;
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}

/*ボタンの設定*/
.pagetop a {
	display: block;text-decoration: none;text-align: center;
	position: fixed;
	right: 30px;
	bottom: 80px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 60px;
	background: #EE7700;	/*背景色。0,0,0は黒の事で0.3は色が30%出た状態。*/
	width: 70px;			/*幅*/
	line-height: 70px;	/*高さ*/
}

.pagetop a i{
	margin-top: -30px;
}

/*マウスオン時*/
.pagetop a:hover {
	background: #fdac5c;	/*背景色。0,0,0は黒の事で0.8は色が80%出た状態。*/
}


/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.color-theme, .color-theme a {color: #d70101 !important;}
.color-check, .color-check a {color: #f00 !important;}
.c {text-align: center !important;}
.ws {width: 95%;display: block;}
.wl {width: 95%;display: block;}
.mb30 {margin-bottom: 30px !important;}
.look {display: inline-block;border: 1px solid #ccc;padding: 5px 20px;background: rgba(0,0,0,0.03);border-radius: 5px;margin: 5px 0;}
.ofx {overflow-x: hidden;}





@media screen and (max-width:767px) {


header {
	flex-direction: column;

}
header .g-nav-address {
    font-size: 24px;
	white-space: nowrap;
}
header .fa-phone-alt {
    color: #000;
    font-size: 20px;
    padding-right: 3px;
    margin-top: 15px!important;
}

.pc{
	display: none;
}

.sp{
	display: visible;
}

header .header-inner {
    height: 70px;
}

header #logo {
    width: 150px;
    padding-top: 0px;
}

#contents {
    margin-top: 70px;
}

header{
	position: fixed!important;
	top: 0;
	width: 100%;
	height: 70px;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, 0.3);
}

.header-inner h1 {
    margin-top: 0px;
}

/*menu*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
z-index: 3;
}
.menu-trigger {
  position: absolute;
  width: 40px;
  height: 20px;
  top: 30px;
    right: 20px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #EE7700;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: -10px;
}
.menu-trigger span:nth-of-type(2) {
  top: 3px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(13px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-13px) rotate(45deg);
  }
  #g-nav{
    position:fixed;
    z-index: 2;
  top:0;
    right: -120%;
  width:100%;
    height: 100vh;
  background:rgba(255, 235, 214, 0.95);
  transition: all 0.6s;
}

#g-nav.panelactive{
    right: 0;
}

#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav ul {
	font-size: 18px;
    position: absolute;
    z-index: 2;
    top:35%;
    left:15%;
    transform: translate(-5%,-50%);
	margin-top: 15%;
}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: left;
}

#g-nav li a{
  color: #333;
  text-decoration: none;
  padding:10px;
  display: block;
  letter-spacing: 0.1em;
  font-weight: bold;
}
/*menu-end*/

header #logo {
    margin-left: 20px;
}






.top-image {
    position: relative;
    z-index: -2;
    background-image: url(../images/top-sp.png);
	background-size: cover;
    background-position: 60% 0px;
	height: 100%;
}

.top-desc img{
	width: auto;
    height: 90vw;
	margin-left: 13%;
}
.top-desc img {
    margin-top: 15%
}


.top-cert {
    margin-top: 80px;
    width: 80vw;
}
.top-cert h4 {
    padding-left: 3%;
    margin-left: 10%;
    font-size: 3.0vw;
}
.top-cert h3 {
    margin-left: 10%;
    font-size: 4vw;
}
.top-about{
	width: 90%;
}

.top-about-content{
	display: block;
}

.top-about-content{
	display:-webkit-box;
display: -webkit-flex;
display:-ms-flexbox;
display: flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.top-about-content-left{
width: 100%;
-webkit-box-ordinal-group:2;
-ms-flex-order:2;
-webkit-order:2;
order:2;
}

.top-about-content-right{
	width: 100%;
-webkit-box-ordinal-group:1;
-ms-flex-order:1;
-webkit-order:1;
order:1;
	}


	.top-about-content{
  flex-direction: column-reverse;
}

.top-about h2 {
    font-size: 5.5vw;
	padding-top: 40px;
}

.top-service{
	width: 90%;
}

.top-service h2 {
    font-size: 42px;

}
.top-service h3 {
    font-size: 18px;
}

.top-service-content {
    display: block;
}
.top-service-content-left{
	width: 100%;
}
.top-service-inner{
	width: 100%;
}

.top-service-inner h4 {
    font-size: 20px;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: -10px;
}

.top-service-desc p {
    font-size: 16px;
    margin-left: 20px;
}


.top-service-content-right{
	width: 100%;
	margin-top: 30px;
}

.top-service-content-foot-inner{
	width: 100%;
	font-size: 24px;
	padding-bottom: 20px;
}

.top-service-content-foot-inner {
    height: 110px;
}
.top-service-content-foot-inner h4 {
	font-size: 20px;
    padding-top: 25px;
    line-height: 1.5;
	text-align: left;
	margin-left: 20px;
}

.top-service-content-foot-inner:after {
    height: 110px;
}

.top-service-section {
    padding-bottom: 50px;
}

.top-service-content-left .top-service-button {
    top: 90px;
}

.top-service-content-right .top-service-button {
    top: 97px;
}


.top-access{
width: 90%;
}

.top-access h2 {
    font-size: 42px;

}

.top-access-content{
	display: block;
}

.top-access-content-left, .top-access-content-right {
	width: 100%;
    height: auto;
	text-align: center;
}
.top-access-info-right{
	text-align: left;
}

.top-access-content-left address,p{
	text-align: left;
	
}

.top-access-content{
	margin-top: 30px;
}


.top-access-content-right{
	width: 100%;
	margin-top: 50px;
	height: 520px;
}

.contact-section-content{
	display: block;
	width: 90%;
}

.contact-section-content-left{
	padding-top: 20px;
	width: 100%;
    height: auto;
	text-align: center;
	margin: 0 auto;
}

.contact-section-content-left h3{
	display: inline-block;
	margin-left: 0px;
}

.contact-section-content-left p {
    display: block;
    margin-left: 0px;
    margin-bottom: 0px;
    text-align: center;
    padding-bottom: 50px;
    font-size: 16px;
}

.contact-section-content-right{
	margin-top: 10px;
	width: 100%;
}

.contact-section-content-left h3:after {
    left: calc(50% - 30px);
}

.contact-section-content-right .contact-address {
    font-size: 8vw;
}
.contact-section-content-right i {
    font-size: 8vw;
}

#footer-inner {
    display: block;
	width: 100%;
	padding: 25px 0 10px;
}

.footer-left{
	width: 200px;
	margin: 0 auto;
}

address{
	font-style: normal;
}

.footer-content address,p{
	font-size:16px;
	margin-left: 20px;
}

/*about.html*/

.page-title-company {
    width: 100%;
    height: 200px;
	background: url(../images/company-ttl.png);
	background-size: cover;
}

.page-title h2 {
    font-size: 32px;
}


.headline01 h2 {
    font-size: 24px;
}

.headline01 h3 {
    font-size: 16px;

}

.greeting{
width: 90%;

}
.greeting-content {
    display: block;
}

.greeting-content-left {
    width: 100%;
}

.fee-top{
	width: 90%;
}

.fee-inner{
	width: 90%;
}

.anchor_area{
	max-width: 90%;
	margin: 0 auto;
}

.anchor_area li a{
	padding-bottom: 26px;
}

.anchor_area li {
    font-size: 3.5vw;
}

.anchor_area li::after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    padding-left: 30px;
    line-height: 30px;
    top: 50%;
    left: 45%;
    background-image: url(../images/arrow-down.png);
    background-size: contain;
}

.fee-border{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.anchor_area a {
	padding: 0px;
}


.fee-border:before {
    margin-right: 30px;
    content: "";
    height: 1px;
    flex-grow: 1;
    width: 30px;
    background-color: #666;
}

.fee-border:after {
    margin-left: 30px;
    content: "";
    height: 1px;
    flex-grow: 1;
	width: 30px;
    background-color: #666;
}

.footer-content address, p {
    font-size: 14px;
    margin-left: 0px;
}

.greeting h2 {
    font-size: 24px;
}
.greeting-content-right {
    width: 100%;
    height: auto;
}

.mission-ttl h3{
text-align: center!important;
margin-right: 15px;
}

.forte-inner{
	width: 90%;
}

.forte-inner {
    display: block;
	height: auto;
    text-align: left;
	padding-top: 20px;
	margin-bottom: 0px;
}

.forte-inner-left h3 {
    font-weight: bold;
    font-size: 6vw;
    margin-top: 0px;
	text-align: center;
}

.forte-inner-left h3 span {
    font-size: 9vw;
}


.forte-inner-left p {
    font-size: 14px;
}

.point2, .point3 {
    margin-top: 32px;
}
.forte-inner-left p {
    margin-top: 25px;
	padding-right: 0px;
}
.point3 {
    margin-bottom: 50px;
}

.forte-content {
    background: transparent;
    background-size: 100% 30px;
	position: relative;
}

.forte-content-bg {
position: absolute;
	content: "";
	width: 100%;
	height: 200px;
	left: 0%;
top: 0%;
    background: #FFF5E4;
    background-size: 100% 30px;
	z-index: -1;
}

.forte-inner-left small {
    line-height: 0.5;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #EE7700;
    font-size: 18px;
}

.forte-inner-left small::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background-image: url(../images/icon-point.png);
    background-size: contain;
    vertical-align: top;
}

/*company.php*/

.company-ttl{
	display: block;
}

.company-ttl-left{
	width: 100%;
}
.company-ttl-right{
	width: 100%;
}


.business-ttl h2 {
    margin-bottom: 60px;
}

.business-ttl-content{
	display: block;
}

.business-ttl{
	width: 90%;
	margin: 0 auto;
}

.business-ttl-content-left h3 {
    margin-top: 3px;
}

.business-ttl-content-left {
    position: relative;
    width: 100%;
    height: auto;
    background: rgb(255,255,255,0.94);
    z-index: 2;
    border: 1px solid rgb(112,112,112,0.72);
	margin-bottom: 30px;
}

.business-ttl-content-img {
padding-bottom: 20px;
}

.business-ttl-content-img img{
width: 90%;
}
.company-ttl-left p {
    font-size: 16px;
    padding-right: 0px;
}

.business-ttl-content-left p {
    margin-left: 0px;
	width: 90%;
	font-size:16px;
	margin-left: 5%;
}

.company-ttl-right {
    width: 100%;
}

.business-ttl-content {
    width: 100%;
    height: auto;
}

.headline01 h3 {
    font-size: 16px;
    text-align: left;
	margin-left: 15px;
}


.business01 h3::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 80px;
    margin-right: 20px;
    background-image: url(../images/business01.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 0px;
    margin-top: -6px;
}


.business02 h3::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 80px;
    margin-right: 20px;
    background-image: url(../images/business02.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 0px;
    margin-top: -6px;
}


.business03 h3::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 80px;
    margin-right: 20px;
    background-image: url(../images/business03.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 0px;
    margin-top: -6px;
}


.business04 h3::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 80px;
    margin-right: 20px;
    background-image: url(../images/business04.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 0px;
    margin-top: -6px;
}

.business05 h3::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 80px;
    margin-right: 20px;
    background-image: url(../images/business05.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 0px;
    margin-top: -6px;
}

.pesrsonal-ttl-h3 h3{
font-size: 20px;
}


.personal-ttl-content-left h3:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 120px;
    bottom: -15px;
    display: inline-block;
    width: 91%;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #F4A95F;
}

.personal-ttl-content-left h4 {
    text-align: left;
    margin-left: 12px;
}

.personal-ttl-content-left h4::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    position: absolute;
    left: 24px;
    background-color: #F4A95F;
    margin-top: 5px;
}

.personal-ttl-content-left h4::before {
    content: "";
    display: block;
    width: 230px;
    height: 2px;
    position: absolute;
    left: 25px;
    background-color: #ffe1c4;
    margin-top: 41px;
	
}

.personal-ttl-content-left p {
    margin-left: 12px;
    width: 100%;
    text-align: left;
    padding-top: 20px;
    margin-top: 0px;
	padding-right: 30px;
}

.personal-ttl-content-inner {
    box-sizing: border-box;
    display: block;
    justify-content: space-between;
    padding-right: 0px;
    margin-top: -15px;
    margin-bottom: 48px;
}

.personal-ttl-content-left{
	padding-bottom: 0px;
}


.personal-ttl-content-left01 {
    box-sizing: border-box;
    table-layout: fixed;
    word-wrap: break-word;
    width: 100%;
}

.personal-ttl-content-left h4 {
    text-align: left;
    margin-left: 12px;
    font-size: 18px;
	margin-top: 40px;
}

.flow-list{
	width: 90%;
}

.flow-content {
    width: 100%;
    height: auto;
    box-shadow: 5px 5px 6px rgb(0 0 0 / 30%);
    padding: 0px 20px;
    border: solid 2px rgb(112,112,112,0.1);
    display: block;
}

.flow-content-left p {
    margin-bottom: 0px;
}

.flow-content-right {
    margin-top: 0px;
	padding-bottom: 15px;
}

.flow01 h3::before {
    margin-top: 37px;
}

.flow-content-right img{
width: 100%;

}

.flow-content-left h3 {
	font-size: 6vw;
    margin-top: -16px;
	padding-left:10px;
}
.flow-content-left p {
    width: 100%;
}

.flow-access {
    width: 100%;
    height: auto;
	margin-top: 20px!important;
}

.personal-ttl-content-right01 img{
	padding-right: 10px;
}

#formWrap{
margin: 0 auto;
}

.form-p {
    text-align: center;
    font-size: 14px;
	width: 90%;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 30px;
}

.form-inner{
margin: 0 auto;
width: 90%;
padding: 15px 20px;
}
.submit-section{
	text-align: center;
}
.submit-section p{
	margin: 0 auto;
	text-align: center;

}

/*office.php*/

.office-content{
	width: 90%;
	display: block;
}

.office-content-left,.office-content-right {
    width: 100%;
    height: auto;
}

.office-content-left{
	text-align: center;
}
.office-content-right p {
    margin-left: 0px;
    font-size: 16px;
    line-height: 1.7;
}
.office-list{
	width: 90%;
}
.officetable tbody tr th {
	width: 80px;
    padding: 10px 10px 10px;
}

.officetable tbody tr td {
    padding: 20px 30px 20px;
}

.officetable tbody tr td iframe{
	margin-top: 20px;
    height: 300px;
}

.office-ttl{
	margin-bottom: 20px;
}

.form-finish{
	width: 90%;
	margin: 0 auto;
}

.form-finish p{
	font-size:14px;
}

.footer-content{
	margin: 0 auto;
}

.footer-sp{
	margin: 0 auto;
	display: block;
}
.footer-sp-inner{
	margin: 0 auto;
	width: 200px;
}
.footer-sp-inner p{
	font-size:18px;
}

.copy{
	padding: 5px 10px;
	font-size:12px;
}
.input-submit {
    width: 90%;
}
}





@media screen and (min-width:768px) {


html, body {
	font-size: 18px;	/*基準となるフォントサイズの上書き*/
}

.pc{
	display: visible;
}

.sp{
	display: none;
}

.top-image::after{
	z-index: -1;
	content: "";
	position: absolute;
    left: -2%;
    top: 6%;
    height: 50vw;
    width: 50vw;
    background: rgba(255,255,255,0.77);
    -moz-transform: rotate(-55deg);
    -webkit-transform: rotate(
-55deg
);
    -o-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(
-55deg
);
}
#container{
min-width: 1040px;
}

.fixmenu{
	position: fixed !important;z-index: 100;
	left:0px;top:0px;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, 0.3);
}

header address {
	margin-right: 0px;
}


#menubar_hdr {display: none;}

#menubar {height: auto;overflow: visible;}
#menubar.db {position: static;overflow: visible;height: auto;padding: 0;}

#menubar > ul {
	display: flex;					
	justify-content: space-between;	
	max-width: 800px;				
	margin: 0 auto;
}

#menubar li {
	text-align: center;	
	flex: 1;			
	position: relative;
}


#menubar ul ul {
	position: absolute;z-index: 100;
	width: 100%;
}


#menubar .ddmenu_parent ul li a {
	border: 1px solid #ccc;	
	border-top: none;	
}


#menubar .ddmenu_parent ul li:first-of-type a {
	border-top: 1px solid #ccc;
}

.company-ttl-right02{
margin-right: 30px;
}

}
