@charset "UTF-8";

/*共通部分
-------------------------------------------------*/
html{
    font-size: 62.5%;
}

body{
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif ;
    color: #000000
}
h1,h2,h3,h4,h5,h6{
	margin-bottom: 24px;
}
h1{
	font-size: 4.8rem;
	line-height: 1;
}
h2{
	font-size: 3.2rem;
	line-height: 1.33333;
}
h3{
	font-size: 2.4rem;
	line-height: 1;
}
h4,h5,h6{
	font-size: 1.6rem;
	line-height: 1.5;
}
p,ul{
	font-size: 1.6rem;
	line-height: 1.8;
}

a{
    text-decoration: none;
	color: #000000;
}
a:hover{
	background-position: -100% 0;
	color: rgb(255, 255, 255);
	font-weight: bold;
}
img{
    max-width: 100%;
}
*{
    margin: 0;
	padding: 0;
}

/*HEADER
-------------------------------------------------*/
/*header*/
.page-head{
	font-family: serif;
	width: 100%;
	z-index: 10;
	position: fixed;
	background-color: rgb(255,255,255);
}

/*ロゴ*/
.logo-box{
	margin-top: 8px;
	margin-left: 2.5%;
	text-align: center;
	display: flex;
}
.logo{
	margin-right: 10px;
	width: 40px;
}
.hanamitsu{
	margin-top: 4px;
	margin-bottom: 16px;
	font-size: 1.9rem;
	font-weight: 700;
}
.hanamitsu a:hover{
	color: rgb(191,191,191);
}
.contact-box{
	position: relative;
}
.contact-tel h2{
	position: absolute;
	top:-70px;
	right: 13px;
	font-size: 2.0rem;
	font-weight: 700;
}
.contact-tel .telephone-contact{
	font-size: 2.8rem;
	margin-right: -3px;
	position: absolute;
	top:-7px;
	right: 125px;
}
.telephone-contact {
	color: rgb(59, 44, 11);
}
.contact-mail {
	width: 250px;

}
.btn-square-contact{
	position: absolute;
	top:-41px;
	right: 10px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 4px 4px;
	text-decoration: none;
	background: rgb(111, 87, 33);
	color: #FFF;
	border-radius: 6px;
}
.btn-square-contact:hover{
	background: rgb(121, 111, 90);
}
.mail-contact{
	font-size: 1.5rem;
}

/*グローバルナビゲーション*/
.menu{
	margin-top: -40px;
	text-align: center;
	border-bottom: 0.1px solid rgb(123, 121, 121);
}
.menu ul li {
	text-transform: uppercase;
	display: inline-block;
	margin-right: -10px;
	margin-bottom: -10px;
	font-weight: 100;
}
.menu-font{
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
}
.menu-contact{
	margin-left: -25px;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
}
/*INDEX
-------------------------------------------------*/
/* ヘッド画像 */

/* 見出し */
.head-text-index{
	z-index: 5;
	position:absolute;
	top:25%;
	width: 70%;
	margin-left: 5%;
	margin-right: 25%;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: serif;
	color: rgb(255, 255, 255);
	background: rgb(111, 87, 33,0.7);
}
.head-text-index h2{
	padding-top: 25px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3.5rem;
}
.head-text-index h3{
	padding-top: 10px;
	font-family: Noto Sans JP、sans-serif;
	font-size: 2.5rem;
}
.head-text-index-content {
	color: rgb(222, 138, 23);
}

/* top-section */
.top-section-index{
	padding-top: 128px;
	padding-bottom: 64px;
}
.top-section-content{
	text-align: left;
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 20px;
	font-family: Noto Sans JP、sans-serif;
}
.top-section-content h2{
	font-size: 2.8rem;
	margin-left: 5%;
	margin-right: 20%;
	display: flex;
	align-items: center;/* 縦位置の調整 */
}
.top-section-content h2::after{
	content: '';
	flex-grow: 1;/* 余白を分け与える */
	height: 3px;
	background: rgb(111, 87, 33);
	margin-left: 30px;
}
.top-section-content-list-box{
	display: flex;
	margin-left: 12%;
	margin-right: 10%;
}
.list-check{
	color: rgb(222, 138, 23);
	margin-top: 5px;
	margin-right: 20px;
}
.top-section-content-list li{
	text-align: justify;
	font-size: 1.9rem;
	line-height: 2.3;
	font-family: Noto Sans JP、sans-serif;
	list-style: none;
}

.top-sub-title-index h2{
	margin: 64px 8%;
	padding: 15px 0;
	background: rgb(111, 87, 33);
	font-family: Noto Sans JP、sans-serif;
	font-size: 2.8rem;
	text-align: center;
	color: rgb(255, 255, 255);
	border-radius: 10px;
	box-shadow: 5px 5px 4px rgb(173, 173, 173);
}

/* first-section-ABOUT */
.first-section-index{
	padding-top: 128px;
	padding-bottom: 128px;
	background: rgb(207, 207, 207);
	position: relative;
	margin-right: 20%;
}
.first-section-title-box{
	padding-bottom: 32px;
}
.first-section-title-box p{
	padding-left: 10%;
	font-family: Noto Sans JP、sans-serif;
}
.first-section-title-box h1{
	margin-top: 15px;
	padding-bottom: 10px;
	margin-left: 3%;
	padding-left: 15%;
	border-bottom: 2px solid rgb(111, 87, 33);
	font-family: 'Reem Kufi', sans-serif;
}

/* topics-section */
.topics-section-index{
	padding-top: 128px;
	padding-bottom: 128px;
}
.topics-section-title-box{
	padding-bottom: 64px;
}
.topics-section-title-box p{
	padding-left: 10%;
	font-family: Noto Sans JP、sans-serif;
}
.topics-section-title-box h1{
	margin-top: 15px;
	padding-bottom: 10px;
	padding-left: 15%;
	margin-right: 65%;
	border-bottom: 3px solid rgb(0, 0, 0);
	font-family: 'Reem Kufi', sans-serif;
}
.slider-second-list{
	display: block;
	background: rgb(255, 255, 255);
	border-radius: 10px;
	position: relative;
	margin-bottom: 130px;
	box-shadow: 1px 1px 5px 1px rgb(207, 207, 207);
	border-bottom: 2px solid rgb(207, 207, 207);
	border-left: 1px solid rgb(207, 207, 207);
}
.topics-figure-one img{
	width: 100%;
	max-height: 200px;
	object-fit: cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.topics-one-content-title-box{
	padding: 10px 20px;
}
.topics-one-content-title-box p{
	margin-top: 10px;
	font-size: 1.7rem;
	text-align: justify;
	font-family: Noto Sans JP、sans-serif;
	font-weight: 700;
}
.topics-one-content-title-box h3{
	margin-top: 10px;
	font-size: 1.9rem;
	text-align: justify;
	font-family: Noto Sans JP、sans-serif;
	font-weight: 100;
	line-height: 1.6;
	width: 100%;
}
.topics-link:hover{
	color: rgb(111, 87, 33);
}
.dummy{
	color: rgb(255, 255, 255);
}

/* service-section */
.service-section-index{
	padding-top: 128px;
	padding-bottom: 128px;
	background: rgb(207, 207, 207);
}
.service-section-title-box{
	padding-bottom: 64px;
}
.service-section-title-box p{
	padding-left: 10%;
	font-family: Noto Sans JP、sans-serif;
}
.service-section-title-box h1{
	margin-top: 15px;
	padding-bottom: 10px;
	padding-left: 15%;
	margin-right: 65%;
	border-bottom: 2px solid rgb(0, 0, 0);
	font-family: 'Reem Kufi', sans-serif;
}
.service-section-title{
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 64px;
	text-align: center;
}
.service-section-title h2{
	font-family: Noto Sans JP、sans-serif;
	color: rgb(111, 87, 33);
	font-size: 2.9rem;
}
.service-section-first-figure-index{
	position: relative;
	margin: 0 5%;
	margin-bottom: 48px;
}
.service-section-first-figure-index img{
	width: 70%;
	height: 300px;
	margin-left: 15%;
	margin-right: 15%;
	object-position: center;
	object-fit: cover;
	border-radius: 20px;
}
.service-section-first-figure-index::before{
	width: 70%;
	height: 300px;
	z-index: 0;
	content:"";
	display: block;
	position: absolute;
	background: linear-gradient(to left, rgb(255, 255, 255,1.0), rgb(255, 255, 255,0.1));
	margin-left: 15%;
	margin-right: 15%;
}
.service-section-first-figure-index::before{
	width: 70%;
	height: 300px;
	z-index: 2;
	content:"";
	display: block;
	position: absolute;
	margin-left: 15%;
	margin-right: 15%;
	border: 1px solid rgb(183, 183, 183);
	border-radius: 20px;
	box-shadow: 5px 5px 4px rgb(173, 173, 173);
}
.service-section-first-figure-index h2{
	z-index: 2;
	font-family: serif;
	position: absolute;
	top:90px;
	left: 37%;
	font-family: 'Reem Kufi', sans-serif;
	text-align: left;
	margin-right: 10%;
	font-size: 2.7rem;
}
.service-section-first-figure-index p{
	z-index: 2;
	position: absolute;
	top:150px;
	left: 37%;
	text-align: left;
	margin-right: 18%;
	font-family: Noto Sans JP、sans-serif;
}

/* price-section */
.price-section-index{
	padding-top: 128px;
	background: rgb(250, 250, 250);
	padding-bottom: 128px;
}
.price-section-title-box{
	padding-bottom: 64px;
}
.price-section-title-box p{
	padding-left: 10%;
	font-family: Noto Sans JP、sans-serif;
}
.price-section-title-box h1{
	margin-top: 15px;
	padding-bottom: 10px;
	padding-left: 15%;
	margin-right: 65%;
	border-bottom: 3px solid rgb(0, 0, 0);
	font-family: 'Reem Kufi', sans-serif;
}
.price-section-title{
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 64px;
	text-align: center;
}
.price-section-title h2{
	font-family: Noto Sans JP、sans-serif;
	font-size: 2.9rem;
}
.price-start-case{
	text-align: left;
	border-bottom: 2px solid rgb(111, 87, 33);
	background-color: rgb(111, 87, 33);
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	box-shadow: 5px 5px 4px rgb(173, 173, 173);
}
.price-start-case h3{
	font-size: 2.6rem;
	line-height: inherit;
	margin-bottom: 20px;
	font-family: Noto Sans JP、sans-serif;
	color: rgb(255, 255, 255)
}
.price-start-container{
	margin-top: 64px;
	margin-bottom: 32px;
	display: grid;
	grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 10%;
}
.price-three-box{
	grid-column: 4 / 8 ;
}
.price-three-box h3{
	color: rgb(255, 255, 255);
	background-color: rgb(137, 137, 137);
	text-align: center;
	padding: 20px;
	font-family: Noto Sans JP、sans-serif;
	border-radius: 10px 10px 0px 0px;
}

.price-three-box h4{
	border-bottom: 1px solid rgb(141, 138, 138);
	border-right: 1px solid rgb(141, 138, 138);
	border-left: 1px solid rgb(141, 138, 138);
	background-color: rgb(255, 255, 255);
	margin-top: -25px;
	font-size: 3.4rem;
	line-height: 2.0;
	text-align: center;
	font-family: Noto Sans JP、sans-serif;
	border-radius: 0px 0px 10px 10px;
	letter-spacing: -0.1rem;
}
.price-yen{
	font-size: 1.8rem;
	text-align: center;
}
.price-content-box{
	margin-left: 10%;
	margin-right: 10%;
	padding: 3%;
	text-align: justify;
	border: 1px solid rgb(141, 138, 138);
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 5px 5px 4px rgb(173, 173, 173);
}
.price-content-sub-box{
	display: flex;
}
.price-content-sub-box P{
	font-size: 1.9rem;
	font-family: Noto Sans JP、sans-serif;
}
.price-content-bold{
	font-weight: 700;
	color: rgb(111, 87, 33);
}
.list-square-sub{
	color: rgb(222, 138, 23);
	margin-right: -10px;
}
.price-corp-case{
	margin-top: 64px;
	text-align: left;
	border-bottom: 2px solid rgb(111, 87, 33);
	background-color: rgb(111, 87, 33);
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	box-shadow: 5px 5px 4px rgb(173, 173, 173);
}
.price-corp-case h3{
	font-size: 2.6rem;
	line-height: inherit;
	margin-bottom: 20px;
	font-family: Noto Sans JP、sans-serif;
	color: rgb(255, 255, 255)
}
.price-container{
	margin-top: 64px;
	margin-bottom: 32px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 10%;
}
.price-one-box{
	grid-column: 2 / 5 ;
}
.price-one-box h3{
	color: rgb(255, 255, 255);
	background-color: rgb(137, 137, 137);
	text-align: center;
	padding: 20px;
	font-family: Noto Sans JP、sans-serif;
	border-radius: 10px 10px 0px 0px;
}
.price-one-box h4{
	border-bottom: 1px solid rgb(141, 138, 138);
	border-right: 1px solid rgb(141, 138, 138);
	border-left: 1px solid rgb(141, 138, 138);
	background-color: rgb(255, 255, 255);
	margin-top: -25px;
	font-size: 3.3rem;
	line-height: 2.0;
	text-align: center;
	font-family: Noto Sans JP、sans-serif;
	border-radius: 0px 0px 10px 10px;
	letter-spacing: -0.1rem;
}
.price-two-box{
	grid-column: 5 / 8;
}
.price-two-box h3{
	color: rgb(255, 255, 255);
	background-color: rgb(137, 137, 137);
	text-align: center;
	padding: 20px;
	font-family: Noto Sans JP、sans-serif;
	border-radius: 10px 10px 0px 0px;
}
.price-two-box h4{
	border-bottom: 1px solid rgb(141, 138, 138);
	border-right: 1px solid rgb(141, 138, 138);
	border-left: 1px solid rgb(141, 138, 138);
	background-color: rgb(255, 255, 255);
	margin-top: -25px;
	font-size: 3.3rem;
	line-height: 2.0;
	text-align: center;
	font-family: Noto Sans JP、sans-serif;
	border-radius: 0px 0px 10px 10px;
	letter-spacing: -0.1rem;
}
/* point-section */
.point-section-index{
	padding-top: 128px;
	padding-bottom: 128px;
}
.point-section-title-box{
	padding-bottom: 64px;
}
.point-section-title-box p{
	padding-left: 10%;
	font-family: Noto Sans JP、sans-serif;
}
.point-section-title-box h1{
	margin-top: 15px;
	padding-bottom: 10px;
	padding-left: 15%;
	margin-right: 65%;
	border-bottom: 3px solid rgb(0, 0, 0);
	font-family: 'Reem Kufi', sans-serif;
}
.point-section-title{
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 64px;
	text-align: center;
}
.point-section-title h2{
	font-family: Noto Sans JP、sans-serif;
	color: rgb(111, 87, 33);
	font-size: 2.9rem;
}
.point-container{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:30px;
	padding-left: 5%;
	padding-right: 5%;
}
.point-content-figure-one img{
	border-radius: 15px;
}
.point-content-one-title-box{
	margin-top: 5px;
	display: flex;
	font-family: Noto Sans JP、sans-serif;
	color: rgb(111, 87, 33);
}
.point-content-one-box-number{
	text-align: center;
	padding-right: 10px;
	padding-top: 5px;
	margin-left: 10px;
	font-size: 2.0rem;
}
.point-content-one-box-title{
	text-align: center;
	font-size: 2.0rem;
	margin-left: 10px;
	padding-top: 5px;
}
.point-content-one-box p{
	border-top: 2px solid rgb(111, 87, 33);
	padding-top: 10px;
	margin-top: -18px;
	font-size: 1.6rem;
	line-height: 1.9;
	text-align: justify;
	font-family: Noto Sans JP、sans-serif;
}
.point-content-figure-two img{
	border-radius: 15px;
}
.point-content-two-title-box{
	margin-top: 5px;
	display: flex;
	font-family: Noto Sans JP、sans-serif;
	color: rgb(111, 87, 33);
}
.point-content-two-box-number{
	text-align: center;
	padding-right: 10px;
	padding-top: 5px;
	margin-left: 10px;
	font-size: 2.0rem;
}
.point-content-two-box-title{
	text-align: center;
	font-size: 2.0rem;
	margin-left: 10px;
	padding-top: 5px;
}
.point-content-two-box p{
	border-top: 2px solid rgb(111, 87, 33);
	padding-top: 10px;
	margin-top: -18px;
	font-size: 1.6rem;
	line-height: 1.9;
	text-align: justify;
	font-family: Noto Sans JP、sans-serif;
}
.point-content-figure-three img{
	border-radius: 15px;
}
.point-content-three-title-box{
	margin-top: 6px;
	display: flex;
	font-family: Noto Sans JP、sans-serif;
	color: rgb(111, 87, 33);
}
.point-content-three-box-number{
	text-align: center;
	padding-right: 10px;
	padding-top: 5px;
	margin-left: 10px;
	font-size: 2.0rem;
}
.point-content-three-box-title{
	text-align: center;
	font-size: 2.0rem;
	margin-left: 10px;
	padding-top: 5px;
}
.point-content-three-box p{
	border-top: 2px solid rgb(111, 87, 33);
	padding-top: 10px;
	margin-top: -18px;
	font-size: 1.6rem;
	line-height: 1.9;
	text-align: justify;
	font-family: Noto Sans JP、sans-serif;
}

/* flow-section */
.flow-section-index{
	padding-top: 128px;
	padding-bottom: 128px;
	background: rgb(250, 250, 250);
}
.flow-section-title-box{
	padding-bottom: 64px;
}
.flow-section-title-box p{
	padding-left: 10%;
	font-family: Noto Sans JP、sans-serif;
}
.flow-section-title-box h1{
	margin-top: 15px;
	padding-bottom: 10px;
	padding-left: 15%;
	margin-right: 65%;
	border-bottom: 2px solid rgb(0, 0, 0);
	font-family: 'Reem Kufi', sans-serif;
}
.flow-section-title{
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 64px;
	text-align: center;
}
.flow-section-title h2{
	font-family: Noto Sans JP、sans-serif;
	color: rgb(111, 87, 33);
	font-size: 2.9rem;
}
.flow-main-first-container{
	margin-left: 15%;
	margin-right: 15%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	border-top: 1px solid rgb(0, 0, 0);
	border-bottom: 1px solid rgb(0, 0, 0);
	border-right: 1px solid rgb(0, 0, 0);
}
.flow-main-title-first{
	background: rgb(111, 87, 33);
	grid-column: 1 / 3;
	padding: 20px;
	position: relative;

}
.flow-main-title-first h2{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	color: rgb(255, 255, 255);
	font-family: Noto Sans JP、sans-serif;
	font-size: 2.7rem;
}

.flow-main-content-first{
	grid-column: 3 / -1;
	padding: 20px;
	background: rgb(255, 255, 255);
}
.flow-main-content-first h4{
	font-size: 2.2rem;
	font-family: Noto Sans JP、sans-serif;
}
.flow-main-content-first p{
	text-align: justify;
	font-size: 1.7rem;
	line-height: 2.0;
	font-family: Noto Sans JP、sans-serif;
}
.flow-section-color{
	color: rgb(222, 138, 23);
}
.arrow-box{
	text-align: center;
	margin-top: -10px;
	margin-bottom: -10px;
}
.arrow{
	font-size: 4.0rem;
	color: rgb(118, 110, 110);
}

/* office-section */
.office-section-index{
	padding-top: -128px;
	padding-bottom: -128px;
}
.company-figure-index{
	position: relative;
}
.company-figure-index img{
	object-fit: cover;
	width: 100%;
	height: 1050px;
}
.company-figure-index p{
	position: absolute;
	top:140px;
	padding-left: 10%;
	font-family: Noto Sans JP、sans-serif;
}
.company-figure-index h1{
	position: absolute;
	top:170px;
	padding-left: 15%;
	padding-right: 6%;
	border-bottom: 2px solid rgb(0, 0, 0);
	font-family: 'Reem Kufi', sans-serif;
}
.table-outline-office::before{
	z-index: 0;
	content:"";
	position: absolute;
	margin: 5% 5%;
}
.table-outline-office{
    border-collapse: collapse;
    text-align: left;
	font-size: 1.6rem;
	position: absolute;
	width: 70%;
	top:56%;
	left: 60%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	font-family: Noto Sans JP、sans-serif;
}
.main-outline-content-before-office-one{
	border-bottom: 0.1px solid rgb(207, 207, 207);
	background: rgb(111, 87, 33);
	color: rgb(255, 255, 255);
	padding: 30px;
	width: 280px;
	font-size: 1.8rem;
}
.main-outline-content-after-office-one{
	border-bottom: 0.1px solid rgb(207, 207, 207);
	padding: 30px;
	width: 480px;
	font-size: 1.8rem;
	background: rgb(255, 255, 255);
}
.main-outline-content-before-office-two{
	border-top: 0.1px solid rgb(49, 49, 49);
	border-bottom: 0.1px solid rgb(207, 207, 207);
	background: rgb(111, 87, 33);
	color: rgb(255, 255, 255);
	padding: 30px;
	width: 200px;
	font-size: 1.8rem;
}
.main-outline-content-after-office-two{
	border-top: 0.1px solid rgb(49, 49, 49);
	border-bottom: 0.1px solid rgb(207, 207, 207);
	padding: 30px;
	width: 550px;
	font-size: 1.8rem;
	background: rgb(255, 255, 255);
}
.main-outline-content-before-office-three{
	border-top: 0.1px solid rgb(49, 49, 49);
	border-bottom: 0.1px solid rgb(207, 207, 207);
	background: rgb(111, 87, 33);
	color: rgb(255, 255, 255);
	padding: 30px;
	width: 200px;
	font-size: 1.8rem;
}
.main-outline-content-after-office-three{
	border-top: 0.1px solid rgb(49, 49, 49);
	border-bottom: 0.1px solid rgb(207, 207, 207);
	padding: 30px;
	width: 550px;
	font-size: 1.8rem;
	background: rgb(255, 255, 255);
}
.main-outline-content-before-office-four{
	border-top: 0.1px solid rgb(49, 49, 49);
	border-bottom: 0.1px solid rgb(207, 207, 207);
	background: rgb(111, 87, 33);
	color: rgb(255, 255, 255);
	padding: 30px;
	width: 200px;
	font-size: 1.8rem;
}
.main-outline-content-after-office-four{
	border-top: 0.1px solid rgb(49, 49, 49);
	border-bottom: 0.1px solid rgb(207, 207, 207);
	padding: 30px;
	width: 500px;
	font-size: 1.8rem;
	background: rgb(255, 255, 255);
}
.main-outline-content-before-office-five{
	border-top: 0.1px solid rgb(49, 49, 49);
	border-bottom: 0.1px solid rgb(207, 207, 207);
	background: rgb(111, 87, 33);
	color: rgb(255, 255, 255);
	padding: 30px;
	width: 200px;
	font-size: 1.8rem;
}
.main-outline-content-after-office-five{
	border-top: 0.1px solid rgb(49, 49, 49);
	border-bottom: 0.1px solid rgb(207, 207, 207);
	padding: 30px;
	width: 500px;
	font-size: 1.8rem;
	background: rgb(255, 255, 255);
}
.main-outline-content-before-office-six{
	border-top: 0.1px solid rgb(49, 49, 49);
	border-bottom: 0.1px solid rgb(207, 207, 207);
	background: rgb(111, 87, 33);
	color: rgb(255, 255, 255);
	padding: 30px;
	width: 200px;
	font-size: 1.8rem;
}
.main-outline-content-after-office-six{
	border-top: 0.1px solid rgb(49, 49, 49);
	border-bottom: 0.1px solid rgb(207, 207, 207);
	padding: 30px;
	width: 500px;
	font-size: 1.8rem;
	background: rgb(255, 255, 255);
}
.main-outline-content-before-office-seven{
	border-top: 0.1px solid rgb(49, 49, 49);
	background: rgb(111, 87, 33);
	color: rgb(255, 255, 255);
	padding: 30px;
	width: 200px;
	font-size: 1.8rem;
}
.main-outline-content-after-office-seven{
	border-top: 0.1px solid rgb(49, 49, 49);
	padding: 30px;
	width: 500px;
	font-size: 1.8rem;
	background: rgb(255, 255, 255);
}
.group-link:hover{
	color: rgb(0, 140, 214);
}

/* qa-section */
.qa-section-index{
	padding-top: 128px;
	padding-bottom: 128px;
	background: rgb(250, 250, 250);
}
.qa-section-title-box{
	padding-bottom: 64px;
}
.qa-section-title-box p{
	padding-left: 10%;
	font-family: Noto Sans JP、sans-serif;
}
.qa-section-title-box h1{
	margin-top: 15px;
	padding-bottom: 10px;
	padding-left: 15%;
	margin-right: 65%;
	border-bottom: 2px solid rgb(0, 0, 0);
	font-family: 'Reem Kufi', sans-serif;
}
.qa-main-first-container{
	margin-left: 15%;
	margin-right: 5%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
	margin-bottom: 32px;
}
.qa-main-title-q-first{
	background: rgb(111, 87, 33);
	grid-column: 1 / 3;
	grid-row: 1 / 3;
	position: relative;
	border-radius: 30px 0 0 0;
}
.qa-main-title-q-first h2{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	color: rgb(255, 255, 255);
	font-family: Noto Sans JP、sans-serif;
	color: rgb(255, 255, 255);
}

.qa-main-title-first{
	background: rgb(111, 87, 33);
	grid-column: 3 / -1;
	grid-row: 1 / 3;
	position: relative;
	border-radius: 0 30px 0 0;
}
.qa-main-title-first h2{
	position: absolute;
	top: 50%;
	font-size: 1.9rem;
	font-family: Noto Sans JP、sans-serif;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	color: rgb(255, 255, 255);
	padding-left: 5px;
	padding-right: 20px;
}
.qa-main-content-first{
	grid-column: 1 / -1;
	grid-row: 3 / 6;
	background: rgb(255, 255, 255);
	border-radius: 0 0 30px 30px;
	border-bottom: 0.1px solid rgb(0, 0, 0);
	border-left: 0.1px solid rgb(0, 0, 0);
	border-right: 0.1px solid rgb(0, 0, 0);
}
.qa-main-content-first p{
	padding: 20px;
	font-size: 1.7rem;
	font-family: Noto Sans JP、sans-serif;
}


/* blog-section */
.blog-section-index{
	padding-top: 128px;
	padding-bottom: 128px;
	background: rgb(207, 207, 207);
}
.blog-section-title-box{
	padding-bottom: 32px;
}
.blog-section-title-box p{
	padding-left: 10%;
	font-family: Noto Sans JP、sans-serif;
}
.blog-section-title-box h1{
	margin-top: 15px;
	padding-bottom: 10px;
	padding-left: 15%;
	margin-right: 65%;
	border-bottom: 2px solid rgb(0, 0, 0);
	font-family: 'Reem Kufi', sans-serif;
}
.blog-container{
	margin-top: 64px;
	margin-bottom: 16px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.blog-content-one{
	font-family: Noto Sans JP、sans-serif;
}
.blog-content-two{
	font-family: Noto Sans JP、sans-serif;
}
.blog-content-three{
	font-family: Noto Sans JP、sans-serif;
}
.blog-content-one-box :hover{
	color: rgb(111, 87, 33);
}
.blog-content-two-box :hover{
	color: rgb(111, 87, 33);
}
.blog-content-three-box :hover{
	color: rgb(111, 87, 33);
}
.blog-content-btn-box{
	text-align: center;
	margin-top: -64px;
}
.blog-btn-square{
	color: rgb(255, 255, 255);
	font-size: 2.0rem;
	display: inline-block;
	padding: 20px 70px;
	text-decoration: none;
	background: rgb(111, 87, 33);
	border: 0.1px solid rgb(111, 87, 33);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgb(255, 255, 255) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .8s;
	border-radius: 5px;
	font-family: Noto Sans JP、sans-serif;
}
.blog-btn-square:hover{
	color: rgb(111, 87, 33);
	font-family: Noto Sans JP、sans-serif;
	font-weight: 100;
}

/* contact-section */
.contact-section-index{
	padding-top: 128px;
	padding-bottom: 128px;
	background: rgb(250, 250, 250);
}
.contact-section-title-box{
	padding-bottom: 32px;
}
.contact-section-title-box p{
	padding-left: 10%;
	font-family: Noto Sans JP、sans-serif;
}
.contact-section-title-box h1{
	margin-top: 15px;
	padding-bottom: 10px;
	padding-left: 15%;
	margin-right: 65%;
	border-bottom: 2px solid rgb(0, 0, 0);
	font-family: 'Reem Kufi', sans-serif;
}
.main-contact-tel-box{
	margin: 64px 20%;
}
.main-contact-tel-box h3{
	padding-top: 30px;
	padding-bottom: 30px;
	background: rgb(111, 87, 33);
	font-family: Noto Sans JP、sans-serif;
	text-align: center;
	color: rgb(255, 255, 255);
	border-radius: 20px 20px 0 0;
}
.main-contact-tel-second-content{
	margin-top: -32px;
	padding-top: 32px;
	font-size: 1.8rem;
	text-align: justify;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 16px;
	border-right: 2px solid rgb(111, 87, 33);
	border-left: 2px solid rgb(111, 87, 33);
	background: rgb(255, 255, 255);
	font-family: Noto Sans JP、sans-serif;
}

.main-contact-tel{
	padding-top: 16px;
	border-right: 2px solid rgb(111, 87, 33);
	border-left: 2px solid rgb(111, 87, 33);
	border-radius: 0 0 20px 20px;
	background: rgb(255, 255, 255);
}
.main-contact-tel h2{
	font-size: 3.8rem;
	text-align: center;
	font-family: Noto Sans JP、sans-serif;
}
.telephone-contact{
	color: rgb(49, 252, 23);
}
.main-contact-tel-content{
	display: block;
	text-align: center;
	font-size: 2.0rem;
	padding-bottom: 32px;
}
.main-contact-tel-third-content{
	margin-top: -32px;
	font-size: 1.8rem;
	text-align: justify;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 30px;
	border-bottom: 2px solid rgb(111, 87, 33);
	border-radius: 0 0 20px 20px;
	font-family: Noto Sans JP、sans-serif;
}

.main-contact-form-box{
	margin-top: 128px;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 48px;
}


.main-contact-form-box h3{
	border-radius: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: rgb(111, 87, 33);
	font-family: Noto Sans JP、sans-serif;
	text-align: center;
	color: rgb(255, 255, 255);
}

.main-contact-form-box p{
	font-size: 1.8rem;
	margin-left: 5%;
	margin-right: 5%;
	font-family: Noto Sans JP、sans-serif;
}
.main-contact-form-content-box{
	border-top: solid 1px rgb(155, 152, 152);
	margin: 0 20%;
}
.main-contact-form-content-box dt{
	float: left;
	font-size: 1.6rem;
	padding: 2rem;
	font-family: Noto Sans JP、sans-serif;
}
.main-contact-form-content-box dd{
	border-bottom: solid 1px rgb(155, 152, 152);
	margin: 0;
	padding: 2rem 0 2rem 25rem;
}
input[type="text"],input[type="email"],textarea{
    background: rgb(235, 235, 235);
    border: 1px #fff solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1.6rem;
}
input[type="text"]{
	width: 90%;
	max-width: 300px;
}
input[type="email"]{
	width: 90%;
	max-width: 300px;
}
textarea{
	width: 90%;
	height: 100px;
	max-width: 500px;
}
.main-contact-form-submit-box{
	text-align: center;
	margin-top: 64px;
}
input[type="submit"]{
    border: none;
    cursor: pointer;
    line-height: 2;
    margin-bottom: 64px;
}
.button-contact{
	font-size: 1.6rem;
	background: rgb(111, 87, 33);
	color: rgb(255, 255, 255);
	border-radius: 5px;
	padding: 20px 70px;
	font-family: Noto Sans JP、sans-serif;
	font-size: 2.0rem;
	border: solid 1px rgb(111, 87, 33);
}
.button-contact:hover{
	background: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	font-family: Noto Sans JP、sans-serif;
	padding: 20px 70px;
	box-shadow: 3px 3px 10px  rgb(183, 183, 183);
}
/* line */
.page-line{
	margin-top: 64px;
	margin-bottom: 64px;
	margin-left: 20px;
	margin-right: 20px;
}
.page-line-container{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:40px;
}
.page-line-content-box h2{
	font-family: Noto Sans JP、sans-serif;
	font-size: 2.5rem;
}
.page-line-content-box p{
	font-family: Noto Sans JP、sans-serif;
	font-size: 1.8rem;
}
.page-line-figure img{
	width: 250px;
	height: auto;
}

/*TOPICS
-------------------------------------------------*/
/* ヘッド画像 */
.head-section-topics img{
	width: 100%;
	height: 300px;
	vertical-align: middle;
	object-fit: cover;
	position: relative;
	object-position: top;
}
/* 見出し */
.head-text-topics-box{
	position:absolute;
	top: 200px;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.head-text-topics-box h2{
    text-align: center;
    font-size: 3.2rem;
    font-family: Noto Sans JP、sans-serif;
    font-weight: bold;
    color: rgb(0,0,0);
}
.head-text-topics-box p{
	margin-top: -25px;
	text-align: center;
    font-size: 1.8rem;
    font-family: Noto Sans JP、sans-serif;
    font-weight: bold;
    color: rgb(103, 64, 5);
}
.topics-one-main-container{
	margin-bottom: 128px;
}
.topics-one-post-bread{
	padding-top: 32px;
	padding-bottom: 64px;
	padding-left: 16px;
	font-size: 1.8rem;
	margin-left: 10%;
	margin-right: 10%;
}
.map-marker{
	margin-right: 7px;
	color:rgb(111, 87, 33);
}

.topics-one-post-bread ol{
	list-style: none;
	display: flex;
}
.topics-one-post-bread li:not(:last-child)::after{
	margin: 0 5px;
	content: ">";
}
.topics-one-post-bread li a:hover{
	color: rgb(191,191,191);
}
.topics-one-main-container{
	margin-left: 10%;
	margin-right: 10%;
}

.topics-one-title-sub-box{
	padding-right: 3%;
	padding-top: 32px;
	padding-bottom: 32px;
}
.topics-calendar-font{
	margin-right: 10px;
}

.topics-one-title-box{
	display: table;
	width: 100%;
	padding: 20px  10px;
	color: rgb(108, 108, 108);
	border: solid 1px rgb(108, 108, 108);
	box-shadow: 1px 1px 3px rgb(116, 116, 116);
}
.topics-one-title-box h3{
	display: table-cell;
	margin-left: 15px;
	font-family: Noto Sans JP、sans-serif;
}
.topics-one-figure{
	margin-top: 64px;
	margin-bottom: 64px;
	margin-left: 3%;
	margin-right: 3%
}
.topics-one-figure img{
	width: 100%;
	height: 350px;
	object-fit:cover;
}
.topics-one-content{
	font-family: Noto Sans JP、sans-serif;
	margin-top: 32px;
	margin-left: 3%;
	margin-right: 3%;
}
.topics-one-content p{
	font-size: 1.7rem;
	line-height: 2.0;
	text-align: justify;
}
.topics-one-content-bold{
	font-weight: 700;
}
/*TOPICS-ONE
-------------------------------------------------*/
.topics-one-figure-container{
	margin-top: 32px;
	margin-bottom: 32px;
	margin-left: 10%;
	margin-right: 10%;
	padding: 10px 20px;
	text-align: center;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:5%;
	border: 3px solid rgb(33, 60, 111);
	box-shadow: 3px 3px 5px rgb(191, 191, 191);
}
.topics-one-figure-first img{
	width: 60%;
	max-height: 180px;
}
.topics-one-figure-first h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.1rem;
	color: rgb(33, 60, 111);
}
.topics-one-figure-second img{
	width: 60%;
	max-height: 180px;
}
.topics-one-figure-second h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.1rem;
	color: rgb(33, 60, 111);
}
/*TOPICS-TWO
-------------------------------------------------*/
.topics-one-content-table-box{
	width: 90%;
	margin-top: 16px;
	margin-bottom: 16px;
	border-collapse: collapse;
	font-size: 2.0rem;
	margin-left: 5%;
	margin-right: 5%;
}
.topics-one-content-table-box th{
	font-size: 1.7rem;
	padding: 5px 5px;
	border: 1px solid rgb(180, 180, 180);
	background-color: rgb(208, 208, 208);
	font-weight: 700;
	width: 300px;
	color: rgb(69, 65, 65);
}
.topics-one-content-table-box td{
	font-size: 1.7rem;
	padding: 5px 5px;
	border: 1px solid rgb(180, 180, 180);
	text-align: center;
}
.topics-one-content-table-last-box{
	font-size: 1.7rem;
	padding: 5px 5px;
	border: 2px solid rgb(180, 180, 180);
	background-color: rgb(240, 240, 240);
	font-weight: 700;
	width: 300px;
}
.topics-one-alart-box{
	display: flex;
	margin-left: 5%;
	margin-right: 5%;
}
.topics-one-alart{
	margin-top: 4px;
	font-size: 1.7rem;
}
.blog-startup-eight-rink{
	font-family: Noto Sans JP、sans-serif;
	color: rgb(33, 60, 111);
	font-weight: 700;
}
.blog-startup-eight-rink:hover{
	color: rgb(89, 131, 209);
	font-family: Noto Sans JP、sans-serif;
	font-weight: 700;
}

/*TOPICS-FOUR
-------------------------------------------------*/
.topics-four-figure{
	margin-top: 64px;
	margin-bottom: 64px;
	margin-left: 3%;
	margin-right: 3%;
	box-shadow: 1px 1px 3px rgb(193, 193, 193);
}
.topics-four-figure img{
	width: 100%;
	height: auto;
	object-fit:cover;
}
.topics-four-figure-second{
	margin-top: 64px;
	margin-bottom: 64px;
	margin-left: 3%;
	margin-right: 3%;
	box-shadow: 1px 1px 3px rgb(193, 193, 193);
}
.topics-four-figure-second img{
	width: 100%;
	height: auto;
	object-fit:cover;
}

/*TOPICS-FIVE
-------------------------------------------------*/
.topics-five-figure{
	margin-top: 64px;
	margin-bottom: 32px;
	margin-left: 3%;
	margin-right: 3%
}
.topics-five-figure img{
	width: 60%;
	height: auto;
	margin-left: 20%;
	margin-right: 20%;
}
.topics-five-contet-title{
	display: table;
	width: 100%;
	padding: 20px  10px;
	color: rgb(73, 73, 73);
	border-bottom: solid 1px rgb(108, 108, 108);
	box-shadow: 1px 1px 3px rgb(116, 116, 116);
}
.topics-five-contet-title h3{
	display: table-cell;
	margin-left: 15px;
	font-family: Noto Sans JP、sans-serif;
}
.topics-five-contet-title-mark{
	margin-right: 15px;
	color:rgb(111, 87, 33)
}
.topics-five-contet-sub-title{
	margin-left: 25px;
	display: flex;
	width: 100%;
}
.topics-five-contet-sub-title p{
	color: rgb(57, 57, 57)
}
.topics-five-contet-sub-title h3{
	margin-top: 4px;
	margin-left: 15px;
	font-family: Noto Sans JP、sans-serif;
	color: rgb(57, 57, 57)
}
.topics-five-figure-second img{
	margin-left: 10%;
	width: 25%;
	height: auto;
	margin-bottom: 64px;
}
.topics-five-content-second{
	margin-top: 24px;
	margin-left: 60px;
	margin-bottom: 64px;
}
.topics-five-content-second p{
	font-family: Noto Sans JP、sans-serif;
	font-size: 1.7rem;
}
.topics-five-contet-sub-title-second-one{
	margin-left: 25px;
	display: flex;
	width: 100%;
	margin-top: 32px;
}
.topics-five-contet-sub-title-second-one h4{
	color: rgb(6, 199, 85)
}
.topics-five-contet-sub-title-second-one p{
	text-align: justify;
	margin-left: 15px;
	margin-right: 7%;
	font-family: Noto Sans JP、sans-serif;
	font-size: 1.7rem;
}
.topics-five-contet-sub-title-second-two{
	margin-left: 25px;
	display: flex;
	width: 100%;
}
.topics-five-contet-sub-title-second-two h4{
	color: rgb(6, 199, 85)
}
.topics-five-contet-sub-title-second-two p{
	text-align: justify;
	margin-left: 15px;
	margin-right: 7%;
	font-family: Noto Sans JP、sans-serif;
	font-size: 1.7rem;
}

/*FOOTER
-------------------------------------------------*/
footer{
	background: rgb(111, 87, 33);
	text-align: center;
	padding-top: 64px;
	padding-bottom: 16px;
	color: rgb(255, 255, 255);
}
.footer-logo-box{
	text-align: left;
	display: grid;
	margin-left: 10%;
}
.footer-hanamitsu a{
	color: rgb(255, 255, 255);
	font-family: serif;
	margin-top: 14px;
	font-size: 2.1rem;
	font-weight: 700;
}
.footer-hanamitsu a:hover{
	color: rgb(191,191,191);
}
.footer-contact{
	margin-left: 10%;
	text-align: left;
	display: flex;
	gap:20px;
	font-family: serif;
}
.footer-tel,.footer-fax{
	font-size: 1.7rem;
}
.footer-time{
	margin-left: 10%;
	text-align: left;
	font-size: 1.7rem;
	font-family: serif;
}
.footer-main-container{
	display: flex;
	justify-content: flex-end;
	margin-right: 15%;
	margin-top: 16px;
	margin-bottom: 48px;
	list-style: none;
}
.footer-main-container li{
	margin-left: 32px;
}
.footer-link{
	color: rgb(255, 255, 255);
}
.footer-link:hover{
   color: rgb(191, 191, 191);
}
#page_top{
	margin-left:auto;
	margin-right: 20px;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	background: rgb(255, 255, 255);;
	opacity: 0.6;
	border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: rgb(0, 0, 0);
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.footer-last{
	margin-top: 20px;
	background: #282929;
	margin-bottom: -20px;
	padding: 15px 0px;
}
.footer-last p{
	font-family: serif;
}
/*CONFIRM_PHP
-------------------------------------------------
*/
.confirm-container{
	margin-left: 15%;
	margin-right: 15%;
}
.confirm-container p{
	margin-top: 64px;
	margin-left: 10%;
	margin-bottom: 32px;
	font-size: 2.0rem;
}
.confirm-second-container{
	margin-top: 32px;
	margin-left: 30%;
	margin-right: 30%;
}
.confirm-button{
	padding: 15px 30px;
	background: rgb(191, 191, 191);
}
.confirm-button:hover{
	color: rgb(116, 112, 112);
}
.confirm-submit{
	margin-left: 20px;
	padding: 12px 30px;
	background: rgb(191, 191, 191);
}
.confirm-submit:hover{
	color: rgb(116, 112, 112);
}


/*THANKS_PHP
-------------------------------------------------
*/
.thanks-container{
	margin-top: 64px;
	margin-left: 15%;
	margin-right: 15%;
}
.thanks-second-container{
	margin-top: 32px;
	text-align: center;
}
.thanks-second-container a:hover{
	color: rgb(191, 191, 191);
}
/*スマートフォン版
-------------------------------------------------*/
@media screen and (max-width:768px){

/*ロゴ*/
	.logo-box{
		margin-top: 21px;
		margin-left: 1%;
		margin-bottom: -18px;
}
	.logo{
		margin-right: 2px;
}
	.hanamitsu{
		margin-top: 5px;
		font-size: 1.6rem;
}
	.contact-box{
		display: none;
	}
/*header*/
	.page-head{
		padding-bottom: 3px;
		border-bottom: 0.1px solid rgb(207, 207, 207);
}
/*開閉用ボタン（ハンバーガーボタン）*/
	.menu-btn{
		position: fixed;
		top: 15px;
		right: 3%;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		cursor: pointer;
		z-index: 101;
		border: solid 2px #888484;
		-webkit-transition: all 3s ease-in-out;
		transition: all .3s ease-in-out;
}
	.menu-btn-line{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		height: 2px;
		width: 50%;
		background: #888484;
		-webkit-transition: all 3s ease-in-out;
		transition: all .3s ease-in-out;
}
	.menu-btn-line::before,
	.menu-btn-line::after{
		content: "";
		height: 2px;
		width: 100%;
		background: #888484;
		position: absolute;
		left: 0;
		-webkit-transition: inherit;
		transition: inherit;
}
	.menu-btn-line::before{
		top: -5px;
}
	.menu-btn-line::after{
		top: 5px;
}

/* 開閉用ボタンがクリックされた時のスタイル */
	.open .menu{
		-webkit-transition: all .5s;
		transition: all .5s;
		visibility: visible;
		opacity: 1;
}
	.open .menu-btn{
		border-color: #fff
}
	.open .menu-btn-line{
		background-color: transparent;
}
	.open .menu-btn-line::before,
	.open .menu-btn-line::after{
		top: 0;
		background: #fff
}
	.open .menu-btn-line::before{
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
}
	.open .menu-btn-line::after{
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
}

/*開いたメニュー*/
	.menu{
		position: fixed;
		display: flex;
		justify-content: center;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(111, 87, 33, 0.9);
		-webkit-transition: all .5s;
		transition: all .5s;
		visibility: hidden;
		opacity: 0;
		z-index: 100;
}
	.menu ul{
		transform: translateY(20%);
		padding: 0;
		list-style-type: none;
}
	.menu li {
		margin-top: -200px;
		margin-left: 20%;
		width: 100%;
		height: 100px;
		line-height: 50px;
		text-align: left;
		font-weight: 700;
}
	.menu li a {
		font-size: 2.0rem;
		color: rgb(255, 255, 255);
		text-decoration: none;
		-webkit-transition: all .2s;
		transition: all .2s;
}
	.menu ul li a:hover{
		color: rgb(119, 119, 119);
		-webkit-transition: all .2s;
		transition: all .2s;
}
	.menu-contact{
		margin-left: 0px;
		font-size: 1.7rem;
}
/*INDEX
-------------------------------------------------*/
/* ヘッド画像 */
	.head-section-index img{
		height: 300px;
}
/* 見出し */
	.head-text-index{
		top:15%;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		padding-top: 20px;
		padding-bottom: 0px;
}
	.head-text-index h2{
		padding-top: 0px;
		font-size: 2.6rem;
}
	.head-text-index h3{
		padding-top: 0px;
		font-size: 2.2rem;
}
/* top-section */
	.top-section-index{
		padding-top: 64px;
		padding-bottom: 64px;
}
	.top-section-content{
		text-align: center;
		margin-left: 4%;
		margin-right: 4%;
		padding-bottom: 10px;
}
	.top-section-content h2{
		font-size: 2.2rem;
		margin-left: 1%;
		margin-right: 1%;
}
	.top-section-content h2::after{
		height: 2px;
		margin-left: 10px;
}
	.top-section-content-list li{
		font-size: 1.8rem;
		padding-left: 5%;
		padding-right: 5%;
		line-height: 2.1;
}
	.top-sub-title-index h2{
		font-size: 2.2rem;
		margin: 32px 4%;
		padding: 20px 0;
}
	.top-section-content-list-box{
		margin-left: 7%;
		margin-right: 5%;
}
	.list-check{
		margin-top: 3px;
		margin-right: -5px;
}
/* first-section-ABOUT */
	.first-section-index{
		padding-top: 64px;
		padding-bottom: 64px;
		margin-right: 3%;
		padding-left: 3%;
}
	.first-section-title-box{
		padding-bottom: 16px;
}
	.first-section-title-box p{
		padding-left: 5%;
}
	.first-section-title-box h1{
		font-size: 4.0rem;
		margin-top: 15px;
		padding-bottom: 10px;
		margin-left: 1%;
		padding-left: 8%;
		margin-right: 40%;
}
	.first-section-content-snap{
		margin-right: 0%;
		padding-bottom: 16px;
}
	.first-section-content-snap img{
		width: 100%;
		max-height: 250px;
		object-fit: cover;
}
	.first-section-color{
		color: rgb(222, 138, 23);
}
	.first-section-content-box p{
		padding-left: 3%;
		padding-right: 3%;
		line-height: 2.2;
}
	/* topics-section */
	.topics-section-index{
		padding-top: 64px;
		padding-bottom: 64px;
}
.slider-second-list{
	display: block;
	background: rgb(255, 255, 255);
	border-radius: 10px;
	position: relative;
	margin-bottom: 130px;
	box-shadow: 1px 1px 5px 1px rgb(207, 207, 207);
	border-bottom: 2px solid rgb(207, 207, 207);
	border-left: 1px solid rgb(207, 207, 207);
}
.topics-figure-one img{
	width: 100%;
	max-height: 200px;
	object-fit: cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.topics-one-content-title-box{
	padding: 10px 20px;
}
.topics-one-content-title-box p{
	margin-top: 10px;
	font-size: 1.7rem;
	text-align: justify;
	font-family: Noto Sans JP、sans-serif;
	font-weight: 700;
}
.topics-one-content-title-box h3{
	margin-top: 10px;
	font-size: 1.9rem;
	text-align: justify;
	font-family: Noto Sans JP、sans-serif;
	font-weight: 100;
	line-height: 1.6;
	width: 100%;
}
.topics-link:hover{
	color: rgb(111, 87, 33);
}
.dummy{
	color: rgb(255, 255, 255);
}

/* service-section */
	.service-section-index{
		padding-top: 64px;
		padding-bottom: 64px;
		padding-right: 3%;
		padding-left: 3%;
}
	.service-section-title-box{
		padding-bottom: 16px;
}
	.service-section-title-box p{
		padding-left: 5%;
}
	.service-section-title-box h1{
		font-size: 4.0rem;
		margin-top: 15px;
		padding-bottom: 10px;
		margin-left: 1%;
		padding-left: 8%;
		margin-right: 40%;
}
	.service-section-title{
		padding-bottom: 32px;
		padding-left: 7%;
		padding-right: 7%;
		text-align: justify;
}
	.service-section-title h2{
		font-size: 2.2rem;
}
	.service-section-first-figure-index{
		margin: 0 2%;
		margin-bottom: 48px;
}
	.service-section-first-figure-index img{
		width: 90%;
		height: 300px;
		margin-left: 5%;
		margin-right: 5%;
}
	.service-section-first-figure-index::before{
		width: 90%;
		height: 300px;
		margin-left: 5%;
		margin-right: 5%;
}
	.service-section-first-figure-index::before{
		width: 90%;
		height: 300px;
		margin-left: 5%;
		margin-right: 5%;
}
	.service-section-first-figure-index h2{
		font-size: 2.3rem;
		top:80px;
		left: 10%;
		margin-right: 10%;
}
	.service-section-first-figure-index p{
		top:160px;
		left: 10%;
		margin-right: 10%;
}
/* price-section */
	.price-section-index{
		padding-top: 64px;
		padding-bottom: 64px;
}
	.price-section-title-box{
		padding-bottom: 16px;
}
	.price-section-title-box p{
		padding-left: 5%;
}
	.price-section-title-box h1{
		font-size: 4.0rem;
		margin-top: 15px;
		padding-bottom: 10px;
		margin-left: 1%;
		padding-left: 8%;
		margin-right: 40%;
}
	.price-section-title{
		padding-bottom: 32px;
		padding-left: 7%;
		padding-right: 7%;
		text-align: justify;
}
	.price-section-title h2{
		font-size: 2.2rem;
}
	.price-start-case{
		margin-left: 7%;
		margin-right: 7%;
}
	.price-start-case h3{
		font-size: 2.3rem;
}
	.price-start-container{
		display: block;
		margin-top: 32px;
		margin-bottom: 32px;
		margin-left: 12%;
		margin-right: 12%;
		max-width: 350px;
}
	.price-three-box h3{
		font-size: 2.0rem;
		text-align: center;
	}
	.price-three-box h4{
		font-size: 2.8rem;
}
	.price-yen{
		font-size: 1.6rem;
}
	.price-content-box{
		margin-left: 7%;
		margin-right: 7%;
		padding: 5%;
}
	.price-content-sub-box P{
		font-size: 1.7rem;
}
	.price-corp-case{
		margin-left: 7%;
		margin-right: 7%;
}
	.price-corp-case h3{
		font-size: 2.3rem;
}
	.price-container{
		display: block;
		margin-top: 32px;
		margin-bottom: 32px;
		margin-left: 12%;
		margin-right: 12%;
		max-width: 350px;
}
	.price-one-box h3{
		font-size: 2.0rem;
		text-align: center
}
	.price-one-box h4{
		font-size: 2.8rem;
}
	.price-two-box h3{
		font-size: 2.0rem;
		text-align: center;
}
	.price-two-box h4{
		font-size: 2.8rem;
}
/* point-section */
	.point-section-index{
		padding-top: 64px;
		padding-bottom: 64px;
}
	.point-section-title-box{
		padding-bottom: 16px;
}
	.point-section-title-box p{
		padding-left: 5%;
}
	.point-section-title-box h1{
		font-size: 4.0rem;
		margin-top: 15px;
		padding-bottom: 10px;
		margin-left: 1%;
		padding-left: 8%;
		margin-right: 40%;
}
	.point-section-title{
		padding-bottom: 32px;
		padding-left: 7%;
		padding-right: 7%;
		text-align: justify;
}
	.point-section-title h2{
		font-size: 2.2rem;
}
	.point-container{
		display: block;
		padding-left: 10%;
		padding-right: 10%;
}
	.point-content-figure-one img{
		width: 100%;
		max-height: 250px;
		object-fit: cover;
}
	.point-content-one-box{
		margin-bottom: 32px;
}
	.point-content-figure-two img{
		width: 100%;
		max-height: 250px;
		object-fit: cover;
}
	.point-content-two-box{
		margin-bottom: 32px;
}
	.point-content-figure-three img{
		width: 100%;
		max-height: 250px;
		object-fit: cover;
}
/* flow-section */
	.flow-section-index{
		padding-top: 64px;
		padding-bottom: 64px;
}
	.flow-section-title-box{
		padding-bottom: 16px;
}
	.flow-section-title-box p{
		padding-left: 5%;
}
	.flow-section-title-box h1{
		font-size: 4.0rem;
		margin-top: 15px;
		padding-bottom: 10px;
		margin-left: 1%;
		padding-left: 8%;
		margin-right: 40%;
}
	.flow-section-title{
		padding-bottom: 32px;
		padding-left: 7%;
		padding-right: 7%;
		text-align: justify;
}
	.flow-section-title h2{
		font-size: 2.2rem;
}
	.flow-main-first-container{
		margin-left: 7%;
		margin-right: 7%;
}
	.flow-main-title-first h2{
		font-size: 1.9rem;
}
	.flow-main-content-first h4{
		font-size: 1.9rem;
}
	.flow-main-content-first p{
		line-height: 1.7;
		font-size: 1.6rem;
}
	.arrow{
		font-size: 3.5rem;
}
/* office-section */
	.company-figure-index img{
		height: 700px;
}
	.company-figure-index p{
		top:75px;
		padding-left: 5%;
}
	.company-figure-index h1{
		font-size: 4.0rem;
		top:100px;
		padding-bottom: 10px;
		margin-left: 1%;
		padding-left: 8%;
		margin-right: 40%;
		padding-right: 20%;
}
	.table-outline-office{
		font-size: 1.6rem;
		width: 90%;
		top:56%;
		left: 50%;
}
	.main-outline-content-before-office-one{
		padding: 15px;
		width: 580px;
		font-size: 1.6rem;
}
	.main-outline-content-after-office-one{
		padding: 10px;
		width: 880px;
		font-size: 1.6rem;
}
	.main-outline-content-before-office-two{
		padding: 15px;
		width: 580px;
		font-size: 1.6rem;
}
	.main-outline-content-after-office-two{
		padding: 10px;
		width: 880px;
		font-size: 1.6rem;
}
	.main-outline-content-before-office-three{
		padding: 15px;
		width: 580px;
		font-size: 1.6rem;
}
	.main-outline-content-after-office-three{
		padding: 10px;
		width: 880px;
		font-size: 1.6rem;
}
	.main-outline-content-before-office-four{
		padding: 15px;
		width: 580px;
		font-size: 1.6rem;
}
	.main-outline-content-after-office-four{
		padding: 10px;
		width: 880px;
		font-size: 1.6rem;
}
	.main-outline-content-before-office-five{
		padding: 15px;
		width: 580px;
		font-size: 1.6rem;
}
	.main-outline-content-after-office-five{
		padding: 10px;
		width: 880px;
		font-size: 1.6rem;
}
	.main-outline-content-before-office-six{
		padding: 15px;
		width: 580px;
		font-size: 1.6rem;
}
	.main-outline-content-after-office-six{
		padding: 10px;
		width: 880px;
		font-size: 1.6rem;
}
	.main-outline-content-before-office-seven{
		padding: 15px;
		width: 580px;
		font-size: 1.6rem;
}
	.main-outline-content-after-office-seven{
		padding: 10px;
		width: 880px;
		font-size: 1.6rem;
}
/* qa-section */
	.qa-section-index{
		padding-top: 64px;
		padding-bottom: 64px;
}
	.qa-section-title-box{
		padding-bottom: 16px;
}
	.qa-section-title-box p{
		padding-left: 5%;
}
	.qa-section-title-box h1{
		font-size: 4.0rem;
		margin-top: 15px;
		padding-bottom: 10px;
		margin-left: 1%;
		padding-left: 8%;
		margin-right: 40%;
}
	.qa-section-title{
		padding-bottom: 32px;
		padding-left: 7%;
		padding-right: 7%;
		text-align: justify;
}
	.qa-section-title h2{
		font-size: 2.5rem;
}
	.qa-main-first-container{
		margin-left: 7%;
		margin-right: 7%;
		margin-bottom: 0px;
}
	.qa-main-title-q-first h2{
		font-size: 1.8rem;
}
	.qa-main-title-first h2{
		font-size: 1.7rem;
		padding-left: 1px;
		padding-right: 10px;
		line-height: 1.6
}
	.qa-main-content-first p{
		padding: 10px;
		font-size: 1.5rem;
}
/* blog-section */
	.blog-section-index{
		padding-top: 64px;
		padding-bottom: 64px;
}
	.blog-section-title-box{
	padding-bottom: 16px;
}
	.blog-section-title-box p{
		padding-left: 5%;
}
	.blog-section-title-box h1{
		font-size: 4.0rem;
		margin-top: 15px;
		padding-bottom: 10px;
		margin-left: 1%;
		padding-left: 8%;
		margin-right: 40%;
}
	.blog-container{
		margin-top: 32px;
		margin-bottom: 16px;
		display: block;
}
	.blog-content-one-box{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap:5%;
		margin-bottom: 48px;
		justify-items: center;
		align-items: center;
}
	.blog-figure-one img{
		margin: 0 7%;
		width: 86%;
		max-height: 200px;
		object-fit: cover;
}
	.blog-content-one-title-box{
		width: 97%;
		margin-right: 3%;
		margin-left: 0%;
}
	.blog-content-one{
		margin-left: 2%;
		font-size: 1.5rem;
}
	.blog-calendar-font{
		margin-right: 10px;
}
	.blog-calendar-one{
		font-size: 1.4rem;
		margin-left: 2%;
}
	.blog-content-two-box{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap:5%;
		margin-bottom: 48px;
		justify-items: center;
		align-items: center;
}
	.blog-figure-two img{
		margin: 0 7%;
		width: 86%;
		max-height: 200px;
		object-fit: cover;
}
	.blog-content-two-title-box{
		width: 97%;
		margin-right: 3%;
		margin-left: 0%;
}
	.blog-content-two{
		font-size: 1.4rem;
		margin-left: 2%;
}
	.blog-calendar-two{
		font-size: 1.4rem;
		margin-left: 2%;
}
	.blog-content-three-box{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap:5%;
		margin-bottom: 16px;
		justify-items: center;
		align-items: center;
}
	.blog-figure-three img{
		margin: 0 7%;
		width: 86%;
		max-height: 200px;
		object-fit: cover;
}
	.blog-content-three-title-box{
		width: 97%;
		margin-right: 3%;
		margin-left: 0%;
}
	.blog-content-three{
		font-size: 1.4rem;
		margin-left: 2%;
}
	.blog-calendar-three{
		font-size: 1.4rem;
		margin-left: 2%;
}
	.blog-content-btn-box{
		margin-top: 64px;
}
	.blog-btn-square{
		font-size: 1.8rem;
		padding: 15px 40px;
}
/* contact-section */
	.contact-section-index{
		padding-top: 73px;
		padding-bottom: 64px;
}
	.contact-section-title-box{
		padding-bottom: 16px;
}
	.contact-section-title-box p{
		padding-left: 5%;
}
	.contact-section-title-box h1{
		font-size: 4.0rem;
		margin-top: 15px;
		padding-bottom: 10px;
		margin-left: 1%;
		padding-left: 8%;
		margin-right: 40%;
}
	.main-contact-tel-box{
		margin: 32px 7%;
}
	.main-contact-tel-box h3{
		padding-top: 20px;
		padding-bottom: 20px;
}
	.main-contact-tel-box h3::after{
		margin-left: 5px;
		margin-right: 20px;
}
	.main-contact-tel-box h3::before{
		margin-right: 5px;
		margin-left: 20px;
}
	.main-contact-tel-second-content{
		font-size: 1.7rem;
		padding-left: 3%;
		padding-right: 3%;
}

	.main-contact-tel{
		padding-top: 8px;
}
	.main-contact-tel h2{
		font-size: 3.0rem;
}
	.main-contact-tel-content{
		font-size: 1.8rem;
}
	.main-contact-tel-third-content{
		font-size: 1.7rem;
		padding-left: 3%;
		padding-right: 3%;
}

	.main-contact-form-box{
		margin-top: 48px;
		margin-left: 7%;
		margin-right: 7%;
		margin-bottom: 32px;
}
	.main-contact-form-box h3{
		padding-top: 20px;
		padding-bottom: 20px;
}
	.main-contact-form-box h3::after{
		margin-left: 5px;
		margin-right: 20px;
}
	.main-contact-form-box h3::before{
		margin-right: 5px;
		margin-left: 20px;
}
	.main-contact-form-box p{
		font-size: 1.7rem;
		margin-left: 3%;
		margin-right: 3%;
}
	.main-contact-form-content-box{
		margin: 0 7%;
}
	.main-contact-form-content-box dt{
		float: left;
		padding-left: 2px;
		width:160px;
		text-align: justify;
}
	.main-contact-form-content-box dd{
		margin: 0;
		padding: 2rem 1rem 2rem 1rem;
}
	input[type="text"],input[type="email"],textarea{
		padding-top: 10px;
		padding-left: 9px;
		padding-bottom: 10px;
		padding-right: 20px
}
	.main-contact-form-submit-box{
		text-align: center;
		margin-top: 64px;
}
	input[type="submit"]{
		margin-bottom: 8px;
}
	.button-contact{
		padding: 12px 50px;
		font-size: 1.9rem;
}
	.button-contact:hover{
		padding: 12px 50px;
}
/* line */
	.page-line{
		margin-left: 5%;
		margin-right: 5%;
}
	.page-line-container{
		display: block;
		text-align: center;
}
	.page-line-content-box h2{
		font-size: 2.2rem;
}
	.page-line-content-box p{
		font-size: 1.7rem;
		margin-bottom: 16px;
}
	.page-line-figure img{
		width: 200px;
}
/*TOPICS
-------------------------------------------------*/
/* ヘッド画像 */
	.head-section-topics img{
		height: 250px;
}
/* 見出し */
	.head-text-topics-box{
		top: 175px;
}
	.head-text-topics-box h2{
		font-size: 2.5rem;
}
	.head-text-topics-box p{
		font-size: 1.6rem;
}
	.topics-one-main-container{
		margin-bottom: 64px;
}
	.topics-one-post-bread{
		display: none;
}
	.topics-one-main-container{
		margin-top: 64px;
		margin-left: 5%;
		margin-right: 5%;
}

.topics-one-title-sub-box{
	padding-right: 3%;
	padding-top: 32px;
	padding-bottom: 32px;
}
	.topics-one-title-box{
		padding: 16px 5px;
}
	.topics-one-title-box h3{
		line-height: 1.3;
		font-size: 2.2rem;
}
	.topics-one-figure{
		margin-top: 32px;
		margin-bottom: 32px;
		margin-left: 0%;
		margin-right: 0%
}
	.topics-one-figure img{
		height: 200px;
}
	.topics-one-content{
		margin-left: 0%;
		margin-right: 0%;
}
	.topics-one-content p{
		font-size: 1.6rem;
		line-height: 1.9;
}
/*TOPICS-ONE
-------------------------------------------------*/
	.topics-one-figure-container{
		margin-top: 16px;
		margin-bottom: 16px;
		margin-left: 0%;
		margin-right: 0%;
		padding: 5px 10px;
		gap:0%;
}
	.topics-one-figure-first h3{
		font-size: 1.9rem;
}
	.topics-one-figure-second h3{
		font-size: 1.9rem;
}
/*TOPICS-FOUR
-------------------------------------------------*/
	.topics-four-figure{
		margin-top: 32px;
		margin-bottom: 32px;
		margin-left: 0%;
		margin-right: 0%;
}
	.topics-four-figure-second{
		margin-top: 32px;
		margin-bottom: 32px;
		margin-left: 0%;
		margin-right: 0%;
}
/*TOPICS-FIVE
-------------------------------------------------*/
	.topics-five-figure{
		margin-top: 32px;
		margin-bottom: 32px;
		margin-left: 0%;
		margin-right: 0%
}
		.topics-five-contet-title{
		padding: 16px  5px;
		box-shadow: 1px 1px 2px rgb(116, 116, 116);
}
	.topics-five-contet-title h3{
		font-size: 2.2rem;
}
	.topics-five-contet-title-mark{
		margin-right: 10px;
}
	.topics-five-contet-sub-title{
		margin-left: 5px;
}
.topics-five-contet-sub-title p{
	color: rgb(57, 57, 57)
}
	.topics-five-contet-sub-title h3{
		margin-left: 10px;
		font-size: 2.0rem;
}
	.topics-five-figure-second img{
		margin-left: 20px;
		width: 35%;
		height: auto;
		margin-bottom: 48px;
}
	.topics-five-content-second{
		margin-top: 16px;
		margin-left: 20px;
		margin-bottom: 24px;
		font-size: 1.6rem;
}
	.topics-five-content-second p{
		font-size: 1.6rem;
}
	.topics-five-contet-sub-title-second-one{
		margin-left: 5px;
		margin-top: 16px;
}
	.topics-five-contet-sub-title-second-one p{
		margin-left: 5px;
		margin-right: 4%;
		line-height: 1.9;
		font-size: 1.6rem;
}
	.topics-five-contet-sub-title-second-two{
	margin-left: 5px;
}
	.topics-five-contet-sub-title-second-two p{
		margin-left: 5px;
		margin-right: 4%;
		line-height: 1.9;
		font-size: 1.6rem;
}
/*FOOTER
-------------------------------------------------*/
	footer{
		padding-top: 32px;
}
	.footer-logo-box{
		margin-left: 5%;
}
	.footer-hanamitsu a{
		font-size: 2.0rem;
}
	.footer-contact{
		margin-left: 5%;
		gap:22px;
}
	.footer-tel,.footer-fax{
		font-size: 1.6rem;
}
	.footer-time{
		margin-left: 5%;
		font-size: 1.5rem;
}
	.footer-main-container{
		justify-content: center;
		margin-top: 36px;
		margin-right: 2%;
		margin-left: 2%;
}
	.footer-main-container li{
		margin-left: 16px;
}
/*CONFIRM_PHP
-------------------------------------------------
*/
	.confirm-container{
		margin-left: 5%;
		margin-right: 5%;
}
	.confirm-container p{
		margin-left: 0px;
		text-align: center;
}
	.confirm-second-container{
		margin-left: 30%;
		margin-right: 30%;
}
	.confirm-button{
		padding: 15px 20px;
}
	.confirm-submit{
		padding: 12px 20px;
}

/*THANKS_PHP
-------------------------------------------------
*/
	.thanks-container{
		margin-left: 5%;
		margin-right: 5%;
}
}
/*PC版
-------------------------------------------------*/
@media screen and (min-width:768px){
	
/*グローバルナビゲーション*/
	.title-list{
		display: inline-block;
		position: relative;
		width: 100px;
		font-size: 1.9rem;
		margin-bottom: 15px;
		font-weight: 700;
}
	.menu ul li a:hover{
		color: rgb(191, 191, 191);
}
/*INDEX
-------------------------------------------------*/
/* first-section-ABOUT */
	.first-section-title-box h1{
		width: 420px;
}
	.first-section-content-container{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr ;
	grid-gap: 30px;
}
	.first-section-content-snap{
		margin-right: 5%;
}
	.first-section-content-snap img{
		position: absolute;
		top: 35%;
		left: 70%;
		width: 50%;
		height: 350px;
		object-fit:cover;
		box-shadow: 5px 5px 8px  rgb(144, 140, 140);

}
	.first-section-content-box{
		grid-column: 1 / 5;
		grid-row: 1;
		text-align: justify;
}
	.first-section-color{
		color: rgb(222, 138, 23);
}
	.first-section-content-box p{
		padding-left: 15%;
		padding-right: 5%;
		font-size: 1.7rem;
		line-height: 2.5;
		font-family: Noto Sans JP、sans-serif;
}
/* service-section */
	.service-section-title-box h1{
		width: 450px;
}
/* price-section */
	.price-section-title-box h1{
		width: 450px;
}
/* point-section */
	.point-section-title-box h1{
		width: 450px;
}
/* flow-section */
	.flow-section-title-box h1{
		width: 450px;
}
/* qa-section */
	.qa-section-title-box h1{
		width: 450px;
}
/* blog-section */
	.blog-section-title-box h1{
		width: 450px;
}
	.blog-content-one-box{
		grid-column: 1 ;
}
	.blog-figure-one img{
		margin: 0 10%;
		object-fit: cover;
		width: 80%;
		height: 40%;
		border-radius: 20px;
		box-shadow: 5px 5px 4px rgb(173, 173, 173);
}
	.blog-content-one{
		margin: 30px 10%;
		height: 60px;
}
	.blog-calendar-font{
		margin-right: 10px;
}
	.blog-calendar-one{
		margin: 30px 10%;
		font-size: 1.3rem;
}
	.blog-content-two-box{
		grid-column: 2 ;
}
	.blog-figure-two img{
		margin: 0 10%;
		object-fit: cover;
		width: 80%;
		height: 40%;
		border-radius: 20px;
		box-shadow: 5px 5px 4px rgb(173, 173, 173);
}
	.blog-content-two{
		margin: 30px 10%;
		height: 60px;
}
	.blog-calendar-two{
		margin: 30px 10%;
		font-size: 1.3rem;
}
	.blog-content-three-box{
		grid-column: 3 ;
}
	.blog-figure-three img{
		margin: 0 10%;
		object-fit: cover;
		width: 80%;
		height: 40%;
		border-radius: 20px;
		box-shadow: 5px 5px 4px rgb(173, 173, 173);
}
	.blog-content-three{
		margin: 30px 10%;
		height: 60px;
}
	.blog-calendar-three{
		margin: 30px 10%;
		font-size: 1.3rem;
}
	.sp-navigation-blog{
		display: none;
}
/* contact-section */
	.contact-section-title-box h1{
		width: 450px;
}
	
	
	
	
}


