@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;700&family=Zen+Kaku+Gothic+New&display=swap');
/* *****共通設定***** */
body{
	padding-top: 65px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
	width: 100%;
	overflow-x: hidden;
}
main{
    display: block;
    background-color: #fbfbf2;
}
main .btn{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}
h1 { font-size: 3.5rem; }
h2, h3{
	color: #401f0f;
	margin: 0;
	padding: 0;
}
h2{
	font-size: 2.0rem;
}
h2 i{
	margin-right: 0.3rem;
}
h3{
	font-size: 1.5rem;
	margin-bottom: 3.0rem;
}
h4{
	font-size: 0.8rem;
}
h5{
	font-size: 1.2rem;
}
h6{
	font-size: 1.0rem;
}
@media screen and (min-width: 768px) {
	.pc{
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.sp{
		display: none;
	}
}
.gray {
    color: #6c757d;
}
.card{
    border-color: #e0c7b2;
}
.img-thumbnail {
    width: 100%;
    padding: .25rem;
    background-color: transparent;
    border: none;
}

/* ヘッダー(navbar) */
.navbar{
    border-bottom: 1px solid #7EBF89;
	background-color: rgba(212,233,216,0.75);
	color: rgba(0,0,0,1.00);
}
.navbar .navbar-collapse{
    flex-grow: 0;
}
.navbar .navbar-brand{
    height: 50px;
}
.navbar .navbar-brand img{
    height: 100%;
}
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
  outline: none;
}
.navbar-light .navbar-toggler img{
	width: 100%;
}
.navbar-light .navbar-toggler div{
	font-size: 1.0rem;
	font-weight: bold;
}
.navbar .navbar-nav .active > .nav-link{
    color: rgba(0,0,0,1.00);
}
.navbar .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(0,0,0,1);
}
.nav-link{
	padding: 0 1.0rem 0;
  display: flex;
  align-items: center;
  width: 100%;
  /* 折り返しの対応 */
  overflow-wrap: break-word;
}
.navi-icon{
	/* アイコンの縮小を防ぐ */
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    position: relative;
    background-size: contain;
}
.navi-icon::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.navi0::before{
	background-image: url("../img/navi0.png");
}
.navi1::before{
	background-image: url("../img/navi1.png");
}
.navi2::before{
	background-image: url("../img/navi2.png");
}
.navi3::before{
	background-image: url("../img/navi3.png");
}
.navi4::before{
	background-image: url("../img/navi4.png");
}
.navi5::before{
	background-image: url("../img/navi5.png");
}
.navi-text{
	/* 横幅の可変を維持した折り返しを行う */
    min-width: 0;
}

/* 業務内容card */
.card-body{
}
.menu-icon{
	padding-top: 0.2rem;
	padding-left: 2.2rem;
	flex-shrink: 0;
    width: 100%;
    height: 2.0rem;
    margin-right: 8px;
    position: relative;
}
.menu-icon::before{
	content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
	position: absolute;
	left: 0;
	top: 0;
    background-size: contain;
	background-repeat: no-repeat;
}
.menu-icon01::before{
    background-image: url('../img/navi1.png');
}
.menu-icon02::before{
    background-image: url('../img/navi2.png');
}
.menu-icon03::before{
    background-image: url('../img/navi3.png');
}
.menu-icon04::before{
    background-image: url('../img/navi4.png');
}
.menu-icon05::before{
    background-image: url('../img/navi5.png');
}
.menu-iconf2::before{
    background-image: url('../img/navif2.png');
}
.detail{
	padding-bottom: 2.5rem;
}
.bu{
	position: absolute;
	right: 0.5rem;
	bottom: 0.5rem;
}
.bu a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: auto;
	height: auto;
	padding: 0rem 1.5rem 0.1rem 1.0rem;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.4s ease-in;
}
.bu a:hover {
	color: #f2f2f2;
	background-color: rgba(106,116,108,1);
	border: 1px solid #333;
}
.bu a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1.0rem;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #333;
}
.bu a:hover::after {
	border-color: #f2f2f2 #f2f2f2 transparent transparent;
	right: 0.5rem;
}

/*contact*/
:root {
    --link_color: rgba(106,116,108,1);
}
.link_wrap {
	width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
	display: inline-block;
}
*, ::before, ::after {
  box-sizing: border-box;
}
.link_wrap a {
	width: 100%;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
	background: var(--link_color);
    color: #fff;
    padding: 2.0rem 2.0rem;
    transition: all 0.2s ease-in;
    position: relative;
	text-align: center;
}
.link_wrap a:hover{
	color: #ffffff;
	font-weight: bold;
}
.link_wrap a::before,
.link_wrap a::after {
    content: "";
    position: absolute;
    transition: all 0.2s ease-in;
}
.link_wrap a::before {
    width: 10px;
    height: 10px;
    right: 20px;
    top: 50%;
    transform: translateY(-40%) rotate(45deg);
    border-top: 1px solid #fff;
}
.link_wrap a::after {
    width: 24px;
    height: 1px;
    right: 18px;
    top: 53%;
    transform: translateY(-40%);
    background: #fff;
}
.link_wrap a:hover::before {
    right: 12px;
}
.link_wrap a:hover::after {
    right: 10px;
    width: 32px;
}

/* フッター */
#footer{
	font-size: 0.8rem;
	padding-top: 2.0rem;
	background-color: #FFE3C8;
}
#footer .container{
    color: #000000;
}
#footer img.logo{
	width: 150px;
	display: block;
	margin: 0 auto;
}
#footer address p,
#footer li{
    margin-bottom: 0.5rem;
}
#footer ul{
    list-style: none;
	/*text-align: center;*/
}
#footer ul a{
	display: inline-block;
	width: 100%;
	color: rgba(0,0,0,1.00);
}
.fnavi0::before{
	content: "";
	display: inline-block;
	width: 1.0rem;
	height: 1.0rem;
	background: url(../img/navi0.png) no-repeat;
	background-size: contain;
	margin-right: 0.1rem;
	transform: translateY(0.2rem);
}
.fnavi1::before{
	content: "";
	display: inline-block;
	width: 1.0rem;
	height: 1.0rem;
	background: url(../img/navi1.png) no-repeat;
	background-size: contain;
	margin-right: 0.1rem;
	transform: translateY(0.2rem);
}
.fnavi2::before{
	content: "";
	display: inline-block;
	width: 1.0rem;
	height: 1.0rem;
	background: url(../img/navi2.png) no-repeat;
	background-size: contain;
	margin-right: 0.1rem;
	transform: translateY(0.2rem);
}
.fnavi3::before{
	content: "";
	display: inline-block;
	width: 1.0rem;
	height: 1.0rem;
	background: url(../img/navi3.png) no-repeat;
	background-size: contain;
	margin-right: 0.1rem;
	transform: translateY(0.2rem);
}
.fnavi4::before{
	content: "";
	display: inline-block;
	width: 1.0rem;
	height: 1.0rem;
	background: url(../img/navi4.png) no-repeat;
	background-size: contain;
	margin-right: 0.1rem;
	transform: translateY(0.2rem);
}
.fnavi5::before{
	content: "";
  display: inline-block;
  width: 1.0rem;
  height: 1.0rem;
  background: url(../img/navi5.png) no-repeat;
  background-size: contain;
  margin-right: 0.1rem;
  transform: translateY(0.2rem);
}
@media screen and (max-width: 992px) {
	#footer ul{
		font-size: 0;
	}
	#footer li{
		display: inline-block;
		width: 13%;
		margin: 0;
		border-left: rgba(0,0,0,1.00) solid 1px;
		font-size: 0.8rem;
	}
	#footer li:last-child{
		border-right: rgba(0,0,0,1.00) solid 1px;
	}
}
@media screen and (max-width: 768px) {
	#footer li{
	}
}
@media screen and (max-width: 576px) {
	#footer ul{
		padding-left: 0;
	}
	#footer li{
		display: block;
		width: 100%;
		padding: 0.5rem 0;
		border-left: none;
		border-right: none;
		border-top: rgba(0,0,0,1.00) solid 1px;
	}
}
/* *****トップページ***** */
/* メイン画像 */
h1{
	font-size: 2.0rem;
    font-weight: bold !important;
    color: #ffffff;
	font-family: 'Shippori Mincho', serif;
	font-weight: 700;
	text-shadow:0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000;
}
#page-top h1 + span {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffff;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
    line-height: 110%;
    margin-top: 0.6rem;
    display: block;
	text-shadow:0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000;
}
#page-top .jumbotron-fluid{
    height: 640px;
    background-color: #f1efff;
    border-bottom: #dddddd;
    background: url("../img/top-main.jpg") no-repeat center center;
    background-size:cover;
}
#page-top .jumbotron-fluid .container{
    height: 100%;
}
#page-top .jumbotron-fluid .btn{
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 1.5rem;
    font-weight: bold;
	border-width: 3px;
    border-color: #fff;
}

/* 各セクション */
#page-top section{
    border-bottom: 1px solid #efffef;
    background-color: #ffffff;
	padding: 5rem 0;
}
#page-top section:nth-child(odd){
    background-color: #ffffff;
}
#page-top section .container > h2{
    margin-bottom: 30px;
    font-size: 1.6rem;
}
#page-top section .container > h2 + p{
    max-width: 700px;
	margin: 0 auto 50px;
}
#sec1 h3{
    font-size: 1.4rem;
}

#sec2 {
    line-height: 180%;
}
#sec2 img {
    width: 100%;
}
#sec2 .row{
    min-height: 160px;
    color: #2f2f2f;
}
#sec4 .card-body .clearfix p,
#sec4 .card-body .clearfix h3{
    margin-left: 115px;
    line-height: 130%;
}
#sec4 .card-body .card-title{
    margin-bottom: 5px;
    color: #401f0f;
}
#sec4 .card-body .card-subtitle{
    font-size: 0.9rem;
    margin-bottom: 5px;
    color: #968075;
}
#sec4 img {
    width: 100%;
}
/*#sec4 .btn {
    width: 100%;
	background-color: #401f0f;
	border: none;
	padding: 1rem 0;
}*/

#sec5 article > .row {
    border: 1px solid #dddddd;
}
#sec5 > div:nth-child(1) img {
    width: 100%;
}
/*#sec4 > div:nth-child(2){
    margin-left: 220px;
}*/
#sec5 h3{
    margin-bottom: 0.1rem;
}
#sec5 article > div div header {
	padding: 10px;
}

/* *****下層ページ***** */

#breadcrumb-wrapper{
    border-bottom: 1px solid #a29080;
}
#breadcrumb-wrapper,
.breadcrumb{
    font-size: 0.9rem;
    background-color: #563322;
}
.breadcrumb a{
    color: rgba(255,255,255,.5);
}
.breadcrumb a:hover,
.breadcrumb a:focus{
    color: rgba(255,255,255,1);
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
    padding-right: 1rem;
    color: rgba(255,255,255,.5);
}
.breadcrumb-item.active{
    color: #ffffff;
}
h1.page-ttl {
    font-size:2rem; 
}
#page h1 + span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
    display: block;
}

#page article {
    padding: 5rem 0;
}

#page section {
    padding-bottom: 5rem;
}
#page section:last-child {
    padding-bottom: 0rem;
}

#page h1 + small {
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
}
#page .jumbotron{
    background-color: #f1efff;
    border-bottom: #dddddd;
    background: url("../img/top-main.jpg") no-repeat center center;
    background-size:cover;
    border-radius: initial;
}
#page .jumbotron .container{
    padding: 0;
}
#page .jumbotron .container p{
    margin-bottom: 0;
}
#page h2 + p{
    margin: 0 0 1.2rem;
}
#page main img{
    max-width: 100%;
}
#page .sample-title{
    display: flex;
    align-items: center;
    text-align: center;	
}

#page .sample-title::after {
    border-top: 3px dotted;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
    margin-left: 0.5em;
}
#page .sample-title span{
    background-color: #fbfbf2;
}
#page .sample-subtitle{
    font-size: 1.5rem;
    font-weight: bold;
    color: #401f0f;
}

/* *****フォーム***** */

.form1 label{
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
.form1 input,
.form1 textarea,
.form1 select{
    max-width: 768px;
}
.form1 .form-group{
    margin-bottom: 2rem;
}
