@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*/
#header{
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background: rgb(255,255,255);
}
#header.thin {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 0.1px solid rgb(222, 222, 222);
	background: rgb(255,255,255);
}

/*ロゴ*/
.logo-box{
	margin-left: 15px;
	text-align: center;
	display: flex;
}
.logo-box p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.7rem;
	font-weight: 400;
	color: rgb(255,255,255);
}
.logo-box p a:hover{
	color: rgb(191,191,191);
}


/*グローバルナビゲーション*/
.menu{
	text-align: center;
}
.menu ul li{
	text-transform: uppercase;
	display: inline-block;
	margin-right: -4px;
	font-size: 1.7rem;
	margin-bottom: -10px;
}
.menu-home{
	margin-right: -23px;
	font-size: 1.7rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.menu-font{
	font-size: 1.7rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.menu-contact{
	margin-left: -25px;
	font-size: 1.7rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
/*INDEX
-------------------------------------------------*/
/* ヘッド画像 */

/* 見出し */
.head-text-index{
	background: rgb(0, 0, 0,0.6);
	position:absolute;
	top:140px;
	width: 65%;
	text-align: center;
	margin-left: 5%;
	margin-right: 20%;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	color: rgb(255, 255, 255);
	text-align: justify;
	z-index: 5;
}
.head-text-index h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3.5rem;
	font-weight: 700;
}
.head-text-index h3{
	padding-top: 13px;
	font-family: 'Roboto', sans-serif;
	font-size: 5.5rem;
	color: rgb(255, 0, 0);
	font-weight: 900;
}
.head-text-index-content {
	color: rgb(255, 0, 0);
}

/* top-section */
.top-section-index{
	margin-top: 160px;
	margin-bottom: 128px;
	margin-left: 10%;
	margin-right: 10%;
}
.top-section-comment-box{
	display: flex;
	padding-left: 1%;
	margin-right: 2%;
	margin-bottom: 48px;
	border-bottom: 2px solid rgb(33, 60, 111);
}
.top-section-comment-box h4{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: justify;
	margin-bottom: 10px;
}
.list-check{
	color: rgb(33, 60, 111);
	font-size: 2.5rem;
}
.top-section-content-list li{
	list-style: none;
	font-family: 'Noto Sans JP', sans-serif;
	color: rgb(75, 75, 75);
	font-size: 2.1rem;
	margin-bottom: 24px;
}
.top-section-content-list-box{
	margin-left: 15%;
	display: flex;
}
.list-squre{
	margin-top: 6px;
	color: rgb(33, 60, 111);
	font-weight: 700;
}
/* top-sub-section */
.top-sub-section-index{
	background: rgb(33, 60, 111);
	margin: 0 10%;
	margin-bottom: 128px;
	position: relative;
}
.top-sub-section-index h3{
	margin-top: -80px;
	text-align: center;
	padding: 40px 0;
	color: rgb(255, 255, 255);
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.3rem;
	font-weight: 400;
}
.top-sub-section-index::before{
	content:"";
	display:block;
	width:4%;
	height:2px;
	background-color:rgb(226, 226, 226);
	position:absolute;
	top:50%;
	right: -2%;
}
/* works-section */
.works-section-index{
	margin-top: 64px;
	padding-top: 64px;
	background: rgb(226, 226, 226);
	position: relative;
	margin-right: 20%;
}
.works-section-title-box{
	text-align: left;
	margin-left: 10%;
	margin-bottom: 48px;
}
.works-section-title-box h2{
	font-family: 'Roboto', sans-serif;
	font-size: 6.0rem;
	position: relative;
	font-weight: 900;
}
.works-section-title-box p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
	font-size: 1.6rem;
	position: relative;
	margin-top: -30px;
}
.works-section-title-box p::before{
	content:"";
	display:block;
	width:80px;
	height:2px;
	background-color: rgb(255, 0, 0);
	position:absolute;
	top:60px;
	left:0px;
}

/* topics-section */
#topics{
	margin-top: 144px;
}
.topics-section-index{
	margin-top: 144px;
	padding-top: 116px;
	padding-bottom: 128px;
	position: relative;
	background: rgb(237, 235, 227);
}
.topics-section-title-box{
	text-align: center;
	margin-left: 7%;
	margin-right: 7%;
	margin-bottom: 48px;
}
.topics-section-title-box h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 4.5rem;
	position: relative;
	font-weight: 700;
}
.topics-section-title-box p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
	font-size: 1.6rem;
	position: relative;
	margin-top: -30px;
	padding-bottom: 96px;
}
.topics-section-title-box p::before{
	content:"";
	display:block;
	width:80px;
	height:2px;
	background-color: rgb(255, 0, 0);
	position:absolute;
	top:40px;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
.topics-first-container{
	display: grid;
	grid-template-columns: 1fr 1fr ;
	gap:20%;
	padding-left: 15%;
	padding-right: 15%;
}
.topics-figure-one img{
	width: 100%;
	max-height: 150px;
	border-radius: 10px;
	object-fit: cover;
	box-shadow: 5px 5px 8px  rgb(144, 140, 140);
}
.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
}
.topics-link:hover{
	color: rgb(33, 60, 111);
}
.topics-figure-two img{
	width: 100%;
	max-height: 220px;
	border-radius: 10px;
	object-fit: cover;
}
.topics-two-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-two-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
}
.topics-second-container{
	margin-top: 24px;
	display: grid;
	grid-template-columns: 1fr 1fr ;
	gap:20%;
	padding-left: 15%;
	padding-right: 15%;
}
.topics-content-btn-box{
	text-align: center;
	margin-top: 64px;
}
.topics-btn-square{
	color: rgb(255, 255, 255);
	font-size: 2.0rem;
	display: inline-block;
	padding: 20px 50px;
	text-decoration: none;
	background: rgb(36, 36, 36);
	border: 0.1px solid rgb(36, 36, 36);
	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;
}
.topics-btn-square:hover{
	color: rgb(36, 36, 36);
	font-family: Noto Sans JP、sans-serif;
	font-weight: 100;
}

/* service-section */
.service-section-index{
	padding-top: 128px;
	padding-bottom: 64px;
}
.service-section-title-box{
	text-align: left;
	margin-left: 7%;
	margin-right: 7%;
	padding-bottom: 64px;
}
.service-section-title-box h2{
	font-family: 'Roboto', sans-serif;
	font-size: 6.0rem;
	position: relative;
	font-weight: 900;
}
.service-section-title-box p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
	font-size: 1.6rem;
	position: relative;
	margin-top: -30px;
}
.service-section-title-box p::before{
	content:"";
	display:block;
	width:80px;
	height:2px;
	background-color: rgb(255, 0, 0);
	position:absolute;
	top:60px;
	left:0px;
}
.service-section-title-box h3{
	margin-top: 80px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	font-size: 2.3rem;
	padding-left: 5%;
	padding-right: 5%;
	font-weight: 400;
}

/* price-section */
.price-section-index{
	padding-top: 128px;
	padding-bottom: 128px;
	position: relative;
	background: rgb(226, 226, 226);
}
.price-section-title-box{
	text-align: left;
	margin-left: 7%;
	margin-right: 7%;
	margin-bottom: 48px;
}
.price-section-title-box h2{
	font-family: 'Roboto', sans-serif;
	font-size: 6.0rem;
	position: relative;
	font-weight: 900;
}
.price-section-title-box p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
	font-size: 1.6rem;
	position: relative;
	margin-top: -30px;
}
.price-section-title-box p::before{
	content:"";
	display:block;
	width:80px;
	height:2px;
	background-color: rgb(255, 0, 0);
	position:absolute;
	top:60px;
	left:0px;
}
.price-section-title-box h3{
	margin-top: 80px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	font-size: 2.3rem;
	padding-left: 5%;
	padding-right: 5%;
	font-weight: 400;
}
.price-section-sub-title-one-box{
	margin-top: 96px;
	display: table;
	width: 86%;
	margin-left: 7%;
	margin-right: 7%;
	margin-bottom: 96px;
	padding: 20px 15px;;
	background: rgb(39, 38, 38);
	border-left: 12px solid rgb(134, 135, 136);
	box-shadow: 5px 5px 4px rgb(173, 173, 173);
}
.price-section-sub-title-one-box h3{
	display: table-cell;
	font-family: Noto Sans JP、sans-serif;
	font-size: 3.0rem;
	color: rgb(255, 255, 255);
}
.price-container{
	margin-top: 96px;
	padding-bottom: 96px;
	display: grid;
	grid-template-columns: 1fr 1fr ;
	gap:50px;
	margin-left: 8%;
	margin-right: 8%;
}
.price-one-box{
	background-color: rgb(255, 255, 255);
	box-shadow: 5px 5px 4px rgb(173, 173, 173);
}
.price-one-box h4{
	text-align: center;
	position: relative;
	background-color: rgb(39, 38, 38);
	color: rgb(255, 255, 255);
	padding: 6px;
	font-size: 2.0rem;
	margin-left: -16px;
	margin-right: 140px;
	margin-top: -22px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.price-one-box h4::before{
	border: none;
	border-bottom: solid 15px transparent;
	content: '';
	position: absolute;
	top: 100%;
}
.price-one-box h4::before {
	border-right: solid 15px rgb(103, 103, 103);
	left: 0;
}
.price-one-box p{
	margin-top: -20px;
	text-align: center;
	font-size: 2.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
}
.price-red{
	color: rgb(255, 0, 10);
}
.price-yen{
	color: rgb(255, 0, 10);
	font-size: 2.0rem;
}
.price-tax{
	font-size: 2.0rem;
	text-align: center;
	color: rgb(0, 0, 0);
}
.price-two-box{
	background-color: rgb(255, 255, 255);
	box-shadow: 5px 5px 4px rgb(173, 173, 173);
	margin-left: 
}
.price-two-box h4{
	text-align: center;
	position: relative;
	background-color: rgb(39, 38, 38);
	color: rgb(255, 255, 255);
	padding: 6px;
	font-size: 2.0rem;
	margin-right: 140px;
	margin-left: -16px;
	margin-top: -22px;
}
.price-two-box h4::before{
	border: none;
	border-bottom: solid 15px transparent;
	content: '';
	position: absolute;
	top: 100%;
}
.price-two-box h4::before {
	border-right: solid 15px rgb(103, 103, 103);
	left: 0;
}
.price-two-box p{
	margin-top: -20px;
	text-align: center;
	font-size: 1.9rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	margin-left: -5px;
	margin-right: -5px;
}
.price-content-box{
	margin-left: 10%;
	margin-right: 10%;
	padding: 3%;
	text-align: justify;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 5px 5px 4px rgb(173, 173, 173);
}
.price-content-box P{
	font-size: 1.9rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
}
.price-content-sub-box{
	display: flex;
}
.list-square{
	color: rgb(222, 138, 23);
}
.list-square-sub{
	color: rgb(222, 138, 23);
}
.price-content{
	font-weight: 400;
}
.page-price{
	background-color: rgb(226, 226, 226);;
	margin-top:96px;
	padding-bottom: 64px;
}
.page-price h3{
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	font-size: 2.3rem;
	padding-left: 5%;
	padding-right: 5%;
	font-weight: 400;
}
.price-section-sub-title-two-box{
	margin-top: 96px;
	display: table;
	width: 86%;
	margin-left: 7%;
	margin-right: 7%;
	padding: 20px 15px;;
	background: rgb(39, 38, 38);
	border-left: 12px solid rgb(134, 135, 136);
	box-shadow: 5px 5px 4px rgb(173, 173, 173);
}
.price-section-sub-title-two-box h3{
	display: table-cell;
	font-family: Noto Sans JP、sans-serif;
	font-size: 3.0rem;
	color: rgb(255, 255, 255);
}
.price-one-comment{
	margin-top: 64px;
	margin-bottom: 64px;
	margin-left: 7%;
	margin-right: 7%;
}
.price-one-comment h3{
	font-family: 'Noto Sans JP', sans-serif;
	margin-left: 2%;
	font-size: 2.3rem;
	font-weight: 400;
	text-align: center;
	line-height: 1.5
}
.main-special-price-one-table-box{
	width: 86%;
	margin-top: 48px;
	margin-bottom: 48px;
	border-collapse: collapse;
	font-size: 2.0rem;
	margin-left: 7%;
	margin-right: 7%;
}
.main-special-price-one-table-box th{
	border: 1.5px solid rgb(98, 98, 98);
	background-color: rgb(39, 38, 38);
	color: rgb(255, 255, 255);
	padding: 5px;
	box-shadow: 5px 5px 4px rgb(173, 173, 173);
}
.main-special-price-one-table-one{
	border: 1.5px solid rgb(165, 161, 161);
	text-align: center;
	padding: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 5px 5px 4px rgb(173, 173, 173);
}
.main-special-price-figure-one{
	margin-top: 32px;
	margin-bottom: 32px;
	margin-left: 7%;
	margin-right: 7%;
}
/* point-section */
.point-section-index{
	padding-top: 128px;
	padding-bottom: 128px;
	position: relative;
}
.point-section-title-box{
	text-align: left;
	margin-left: 7%;
	margin-right: 7%;
	margin-bottom: 48px;
}
.point-section-title-box h2{
	font-family: 'Roboto', sans-serif;
	font-size: 6.0rem;
	position: relative;
	font-weight: 900;
}
.point-section-title-box p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
	font-size: 1.6rem;
	position: relative;
	margin-top: -30px;
}
.point-section-title-box p::before{
	content:"";
	display:block;
	width:80px;
	height:2px;
	background-color: rgb(255, 0, 0);
	position:absolute;
	top:60px;
	left:0px;
}
.point-section-title-box h3{
	margin-top: 80px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	font-size: 2.3rem;
	padding-left: 5%;
	padding-right: 5%;
	font-weight: 400;
}
.point-container{
	padding-top: 48px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:40px;
	padding-left: 7%;
	padding-right: 7%;
}
.point-content-figure-one {
	position: relative;
}
.point-content-figure-one h3{
	width: 94%;
	text-align: center;
	font-family: Noto Sans JP、sans-serif;
	background: rgb(36, 36, 36);
	color: rgb(255, 255, 255);
	position: absolute;
	bottom:-35px;
	left: 0;
	font-size: 1.5rem;
	padding: 10px 5px;
	margin-left: 3%;
	margin-right: 3%;
}
.point-content-one-box p{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 40px;
	margin-top: -18px;
	font-size: 1.5rem;
	line-height: 1.9;
	text-align: justify;
	border-right: 0.1px solid rgb(52, 52, 52);
	border-left: 0.1px solid rgb(52, 52, 52);
	border-bottom: 0.1px solid rgb(52, 52, 52);
	font-family: Noto Sans JP、sans-serif;
	color: rgb(57, 57, 57);
	
}
.point-content-figure-two{
	position: relative;
}
.point-content-figure-two h3{
	width: 94%;
	text-align: center;
	font-family: Noto Sans JP、sans-serif;
	background: rgb(36, 36, 36);
	color: rgb(255, 255, 255);
	position: absolute;
	bottom:-35px;
	left: 0;
	font-size: 1.5rem;
	padding: 10px 5px;
	margin-left: 3%;
	margin-right: 3%;
}
.point-content-two-box p{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 40px;
	margin-top: -18px;
	font-size: 1.5rem;
	line-height: 1.9;
	text-align: justify;
	border-right: 0.1px solid rgb(52, 52, 52);
	border-left: 0.1px solid rgb(52, 52, 52);
	border-bottom: 0.1px solid rgb(52, 52, 52);
	font-family: Noto Sans JP、sans-serif;
	color: rgb(57, 57, 57);
}
.point-content-figure-three{
	position: relative;
}
.point-content-figure-three h3{
	width: 94%;
	text-align: center;
	font-family: Noto Sans JP、sans-serif;
	background: rgb(36, 36, 36);
	color: rgb(255, 255, 255);
	position: absolute;
	bottom:-35px;
	left: 0;
	font-size: 1.5rem;
	padding: 10px 5px;
	margin-left: 3%;
	margin-right: 3%;
}
.point-content-three-box p{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 40px;
	margin-top: -18px;
	font-size: 1.5rem;
	line-height: 1.9;
	text-align: justify;
	border-right: 0.1px solid rgb(52, 52, 52);
	border-left: 0.1px solid rgb(52, 52, 52);
	border-bottom: 0.1px solid rgb(52, 52, 52);
	font-family: Noto Sans JP、sans-serif;
	color: rgb(57, 57, 57);
}
/* flow-section */
.flow-section-index{
	padding-top: 128px;
	padding-bottom: 128px;
	position: relative;
	background: rgb(237, 235, 227);
}
.flow-section-title-box{
	text-align: left;
	margin-left: 7%;
	margin-right: 7%;
	margin-bottom: 64px;
}
.flow-section-title-box h2{
	font-family: 'Roboto', sans-serif;
	font-size: 6.0rem;
	position: relative;
	font-weight: 900;
}
.flow-section-title-box p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
	font-size: 1.6rem;
	position: relative;
	margin-top: -30px;
}
.flow-section-title-box p::before{
	content:"";
	display:block;
	width:80px;
	height:2px;
	background-color: rgb(255, 0, 0);
	position:absolute;
	top:60px;
	left:0px;
}
.flow-section-title-box h3{
	margin-top: 80px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	font-size: 2.3rem;
	padding-left: 5%;
	padding-right: 5%;
	font-weight: 400;
}
.page-flow-one-container{
	margin-left: 15%;
	margin-right: 10%;
	margin-bottom: 32px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	background-color: rgb(255, 255, 255);
	padding-top: 30px;
	padding-bottom: 30px;
	box-shadow: 5px 5px 4px rgb(173, 173, 173);
}
.page-flow-one-box{
	padding-left: 10px;
	grid-column: 1 / -1;
	display: flex;
	position: relative;
	margin-right: 20px;
}
.page-flow-one-box-number{
	display: block;
	width: 80px;
	height: 80px;
	text-align: center;
	padding-top: 10px;
	background-color: rgb(141, 239, 26);
	border-radius: 50%;
	color: rgb(255, 255, 255);
	position: absolute;
}
.page-flow-one-box-title h3{
	font-size: 2.0rem;
	margin-top: 15px;
	margin-left: 100px;
	text-align: left;
	font-family: Noto Sans JP、sans-serif;
}
.page-flow-one-box-title p{
	font-size: 1.8rem;
	margin-top: -20px;
	margin-left: 100px;
	margin-right: 10px;
	text-align: left;
}
.triangle{
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid rgb(222, 138, 23);
	padding-bottom: 22px;
}


/* office */
.office-section-index{
	padding-top: 128px;
	padding-bottom: 128px;
	position: relative;
}
.office-section-title-box{
	text-align: center;
	margin-left: 7%;
	margin-right: 7%;
	margin-bottom: 48px;
}
.office-section-title-box h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3.5rem;
	position: relative;
	font-weight: 700;
}
.office-section-title-box p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
	font-size: 1.6rem;
	position: relative;
	margin-top: -30px;
	padding-bottom: 96px;
}
.office-section-title-box p::before{
	content:"";
	display:block;
	width:80px;
	height:2px;
	background-color: rgb(255, 0, 0);
	position:absolute;
	top:40px;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
.main-outline-office-box{
	display: flex;
	justify-content: center;
	margin-left: 10%;
	margin-right: 10%;
}
.table-outline-office{
    border-collapse: collapse;
    text-align: left;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
}
.main-outline-content-before-office-one{
	border-bottom: 0.1px solid rgb(207, 207, 207);
	padding: 30px;
	width: 300px;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
}
.main-outline-content-after-office-one{
	border-bottom: 0.1px solid rgb(207, 207, 207);
	padding: 30px;
	width: 780px;
	font-size: 1.6rem;
}
.main-outline-content-before-office-two{
	border-bottom: 0.1px solid rgb(207, 207, 207);
	padding: 30px;
	width: 300px;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
}
.main-outline-content-after-office-two{
	border-bottom: 0.1px solid rgb(207, 207, 207);
	padding: 30px;
	width: 780px;
	font-size: 1.6rem;
}
.main-outline-content-before-office-three{
	border-bottom: 0.1px solid rgb(207, 207, 207);
	padding: 30px;
	width: 300px;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
}
.main-outline-content-after-office-three{
	border-bottom: 0.1px solid rgb(207, 207, 207);
	padding: 30px;
	width: 780px;
	font-size: 1.6rem;
}
.main-outline-content-before-office-four{
	border-bottom: 0.1px solid rgb(207, 207, 207);
	padding: 30px;
	width: 300px;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
}
.main-outline-content-after-office-four{
	border-bottom: 0.1px solid rgb(207, 207, 207);
	padding: 30px;
	width: 780px;
	font-size: 1.6rem;
}
.main-outline-content-before-office-five{
	border-bottom: 0.1px solid rgb(207, 207, 207);
	padding: 30px;
	width: 300px;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
}
.main-outline-content-after-office-five{
	border-bottom: 0.1px solid rgb(207, 207, 207);
	padding: 30px;
	width: 780px;
	font-size: 1.6rem;
}
.main-outline-content-before-office-six{
	border-bottom: 0.1px solid rgb(207, 207, 207);
	padding: 30px;
	width: 300px;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
}
.main-outline-content-after-office-six{
	border-bottom: 0.1px solid rgb(207, 207, 207);
	padding: 30px;
	width: 780px;
	font-size: 1.6rem;
}
.main-outline-content-before-office-seven{
	border-bottom: 0.1px solid rgb(207, 207, 207);
	padding: 30px;
	width: 300px;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
}
.main-outline-content-after-office-seven{
	border-bottom: 0.1px solid rgb(207, 207, 207);
	padding: 30px;
	width: 780px;
	font-size: 1.6rem;
}
.group-link:hover{
	color: rgb(0, 140, 214);
}


/* faq-section */
.faq-section-index{
	padding-top: 128px;
	padding-bottom: 128px;
	position: relative;
	background: rgb(237, 235, 227);
}
.faq-section-title-box{
	text-align: left;
	margin-left: 7%;
	margin-right: 7%;
	margin-bottom: 48px;
}
.faq-section-title-box h2{
	font-family: 'Roboto', sans-serif;
	font-size: 6.0rem;
	position: relative;
	font-weight: 900;
}
.faq-section-title-box p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
	font-size: 1.6rem;
	position: relative;
	margin-top: -30px;
	padding-bottom: 96px;
}
.faq-section-title-box p::before{
	content:"";
	display:block;
	width:80px;
	height:2px;
	background-color: rgb(255, 0, 0);
	position:absolute;
	top:60px;
	left:0px;
}
.main-faq-first-content{
	margin-top: 32px;
	background-color:rgb(255, 255, 255);
	margin-left: 6%;
	margin-right: 24%;
	padding-top: 32px;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 32px;
	margin-bottom: 64px;
	text-align: justify;
	box-shadow: 5px 5px 4px rgb(173, 173, 173);
}
.main-faq-first-content-title{
	display: flex;
}
.faq-q{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.7rem;
}
.faq-q-title{
	margin-left: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.7rem;
}
.main-faq-first-content-box{
	display: flex;
}
.faq-a{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.7rem;
}
.faq-a-content{
	margin-left: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
	font-size: 1.7rem;
	color: rgb(76, 76, 76);
}

/* blog-section */
.blog-section-index{
	padding-top: 128px;
	padding-bottom: 128px;
	position: relative;
}
.blog-section-title-box{
	text-align: center;
	margin-left: 7%;
	margin-right: 7%;
	margin-bottom: 48px;
}
.blog-section-title-box h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 4.5rem;
	position: relative;
	font-weight: 700;
}
.blog-section-title-box p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
	font-size: 1.6rem;
	position: relative;
	margin-top: -30px;
	padding-bottom: 96px;
}
.blog-section-title-box p::before{
	content:"";
	display:block;
	width:80px;
	height:2px;
	background-color: rgb(255, 0, 0);
	position:absolute;
	top:40px;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
.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(33, 60, 111);
}
.blog-content-two-box :hover{
	color: rgb(33, 60, 111);
}
.blog-content-three-box :hover{
	color: rgb(33, 60, 111);
}
.blog-content-btn-box{
	text-align: center;
	margin-top: 8px;
}
.blog-btn-square{
	color: rgb(255, 255, 255);
	font-size: 2.0rem;
	display: inline-block;
	padding: 20px 70px;
	text-decoration: none;
	background: rgb(36, 36, 36);
	border: 0.1px solid rgb(36, 36, 36);
	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(36, 36, 36);
	font-family: Noto Sans JP、sans-serif;
	font-weight: 100;
}


/* contact-section */
.contact-section-index{
	padding-top: 128px;
	padding-bottom: 128px;
	position: relative;
	background: rgb(226, 226, 226);
}
.contact-section-title-box{
	text-align: center;
	margin-left: 7%;
	margin-right: 7%;
	margin-bottom: 48px;
}
.contact-section-title-box h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3.5rem;
	position: relative;
	font-weight: 700;
}
.contact-section-title-box p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
	font-size: 1.6rem;
	position: relative;
	margin-top: -30px;
	padding-bottom: 96px;
}
.contact-section-title-box p::before{
	content:"";
	display:block;
	width:80px;
	height:2px;
	background-color: rgb(255, 0, 0);
	position:absolute;
	top:40px;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
.contact-section-tel-box{
	padding-top: 64px;
	padding-bottom: 64px;
	margin-left: 15%;
	margin-right: 15%;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
	background: rgb(255, 255, 255);
}
.contact-section-tel-box img{
	width: 70px;
}
.contact-section-tel-box h4{
	margin-top: 32px;
	font-size: 2.0rem;
	color: rgb(33, 60, 111);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.contact-section-tel-box p{
	margin-top: -16px;
	font-size: 1.6rem;
	color: rgb(33, 60, 111);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.contact-section-tel-box h2{
	margin-top: 32px;
	font-size: 3.8rem;
	text-align: center;
	font-family: Noto Sans JP、sans-serif;
}
.main-contact-tel-content{
	display: block;
	text-align: center;
	font-size: 2.0rem;
	padding-bottom: 32px;
}
.contact-section-tel-box .main-contact-tel-content-sub{
	margin-top: -24px;
}
/* contact-form*/
.main-contact-form-box{
	padding-top: 64px;
	padding-bottom: 64px;
	margin-top: 80px;
	margin-left: 15%;
	margin-right: 15%;
	text-align: center;
	background: rgb(255, 255, 255);
}
.main-contact-form-box img{
	width: 80px;
}
.main-contact-form-box h4{
	margin-top: 32px;
	font-size: 2.0rem;
	color: rgb(33, 60, 111);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.main-contact-form-box p{
	margin-top: -16px;
	font-size: 1.6rem;
	color: rgb(33, 60, 111);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	text-align: justify;
	margin-bottom: 48px;
	margin-left: 12%;
	margin-right: 12%;
}
.main-contact-form-content-box{
	border-top: solid 1px rgb(155, 152, 152);
	margin: 0 12%;
}
.main-contact-form-content-box dt{
	float: left;
	font-size: 1.6rem;
	padding: 2rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
}
.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: 300px;
}
.main-contact-form-submit-box{
	text-align: center;
	margin-top: 64px;
}
input[type="submit"]{
    border: none;
    cursor: pointer;
    line-height: 2;
}
.button-contact{
	font-size: 1.6rem;
	background: rgb(33, 60, 111);
	color: rgb(255, 255, 255);
	border-radius: 15px;
	padding: 18px 96px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
}
.button-contact:hover{
	background: rgb(235, 235, 235);
	color: rgb(0, 0, 0);
	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
-------------------------------------------------*/
/*header*/
#header-topics{
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 4;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background: rgb(255, 255, 255);
	
}
#header-topics.thin {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 0.1px solid rgb(222, 222, 222);
	background: rgb(255,255,255);
}
.topics-one{
	padding-top: 128px;
	padding-bottom: 128px;
	padding-left: 10%;
	padding-right: 10%;
}
.map-marker{
	margin-right: 7px;
	color:rgb(255, 0, 0);
}
.topics-one-post-bread{
	padding-bottom: 64px;
	padding-left: 16px;
	font-size: 1.8rem;
}
.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-main-title{
	position: relative;
	margin-bottom: 64px;
}
.topics-main-title h2{
	text-align: center;
	font-family: Noto Sans JP、sans-serif;
}
.topics-main-title h2::before{
	content:"";
	display:block;
	width:60px;
	height:4px;
	background-color:rgb(255, 0, 0);;
	position:absolute;
	top:60px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.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(73, 73, 73);
	background: rgb(244, 244, 244);
	border-left: solid 5px rgb(69, 67, 67);
	box-shadow: 1px 1px 3px rgb(173, 173, 173);
}
.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-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;
}


.main-topics-container{
	margin-top: 128px;
	margin-left: 5%;
	margin-right: 5%;
	background-color: rgb(255,255,255);
	padding-bottom: 16px;
}
.main-topics-first-container{
	padding-top: 12px;
	margin-left: 20px;
	margin-right: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	position: relative;
	z-index: 1;
	margin-bottom: 16px;
}
.main-topics-first-container a{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
}
.main-topics-first-snap{
	grid-column: 1 / 3;
	object-fit: cover;
	width: 100%;
}
.main-topics-first-box{
	grid-column: 3 / -1;
	margin-left: 20px;
	margin-right: 20px;
	font-family: Noto Sans JP、sans-serif;
}
.main-topics-first-box h4{
	font-size: 2.0rem;
}
.main-topics-first-content{
	text-align: justify;
	font-size: 1.6rem;
	line-height: 2.0;
	margin-top: -15px;
}
.main-topics-first-content-time-box{
	text-align: end;
}
.main-topics-first-content-time-box p{
	margin-top: 5px;
	font-weight: 700;
}
.main-topics-second-container{
	padding-top: 16px;
	margin-left: 20px;
	margin-right: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	position: relative;
	z-index: 1;
	margin-bottom: 16px;
	border-top: 2px solid rgb(235, 235, 235);
}
.main-topics-second-container a{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
}
.main-topics-second-snap{
	grid-column: 1 / 3;
	object-fit: cover;
	width: 100%;
}
.main-topics-second-box{
	grid-column: 3 / -1;
	margin-left: 20px;
	margin-right: 20px;
	font-family: Noto Sans JP、sans-serif;
}
.main-topics-second-box h4{
	font-size: 2.0rem;
}
.main-topics-second-content{
	text-align: justify;
	font-size: 1.6rem;
	line-height: 2.0;
	margin-top: -15px;
}
.main-topics-second-content-time-box{
	text-align: end;
}
.main-topics-second-content-time-box p{
	margin-top: 5px;
	font-weight: 700;
}




/*TOPICS-ONE
-------------------------------------------------*/
.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-TWO
-------------------------------------------------*/
.topics-two-content-list{
	display: table;
	font-size: 1.7rem;
	padding: 20px 40px;
	margin-left: 5%;
	list-style: none;
	border: solid 1.5px rgb(207, 207, 207);
	background: rgb(244, 244, 244);
}
.topics-two-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-two-content-table-box th{
	font-size: 1.7rem;
	padding: 5px 5px;
	border: 1px solid rgb(207, 207, 207);
	background-color: rgb(244, 244, 244);
	font-weight: 700;
	width: 300px;
}
.topics-two-content-table-box td{
	font-size: 1.7rem;
	padding: 5px 5px;
	border: 1px solid rgb(207, 207, 207);
	text-align: center;
}
.topics-two-alart-box{
	display: flex;
	margin-left: 5%;
	margin-right: 5%;
}
.topics-two-alart{
	margin-top: 4px;
	font-size: 1.7rem;
}
/*TOPICS-THREE
-------------------------------------------------*/
.topics-three-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-three-figure-first img{
	width: 60%;
	max-height: 180px;
}
.topics-three-figure-first h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.1rem;
	color: rgb(33, 60, 111);
}
.topics-three-figure-second img{
	width: 60%;
	max-height: 180px;
}
.topics-three-figure-second h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.1rem;
	color: rgb(33, 60, 111);
}
.topics-three-font-color{
	color: rgb(33, 60, 111);
	font-weight: 700;
}
/*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);
	background: rgb(252, 252, 252);
	box-shadow: 0px 1px 1px rgb(173, 173, 173);
}
.topics-five-contet-title h3{
	display: table-cell;
	margin-left: 15px;
	font-family: Noto Sans JP、sans-serif;
}
.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;
}

/*TOPICS-SIX
-------------------------------------------------*/
.topics-six-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-six-content-table-box th{
	font-size: 1.7rem;
	padding: 5px 5px;
	border: 1px solid rgb(207, 207, 207);
	background-color: rgb(244, 244, 244);
	font-weight: 700;
	width: 300px;
}
.topics-six-content-table-box td{
	font-size: 1.7rem;
	padding: 5px 5px;
	border: 1px solid rgb(207, 207, 207);
	text-align: center;
}

/*TOPICS-SEVEN
-------------------------------------------------*/
.topics-seven-figure{
	margin-top: 64px;
	margin-bottom: 64px;
	margin-left: 3%;
	margin-right: 3%;
	box-shadow: 1px 1px 3px rgb(193, 193, 193);
}
.topics-seven-figure img{
	width: 100%;
	height: auto;
	object-fit:cover;
}
.topics-seven-figure-second{
	margin-top: 64px;
	margin-bottom: 64px;
	margin-left: 3%;
	margin-right: 3%;
	box-shadow: 1px 1px 3px rgb(193, 193, 193);
}
.topics-seven-figure-second img{
	width: 100%;
	height: auto;
	object-fit:cover;
}
/*TOPICS-EIGHT
-------------------------------------------------*/
.topics-eight-figure{
	margin-top: 64px;
	margin-bottom: 64px;
	margin-left: 3%;
	margin-right: 3%;
	box-shadow: 1px 1px 3px rgb(193, 193, 193);
}
.topics-eight-figure img{
	width: 100%;
	height: auto;
	object-fit:cover;
}
/*TOPICS-TEN
-------------------------------------------------*/
.topics-ten-figure{
	margin-top: 64px;
	margin-bottom: 64px;
	margin-left: 3%;
	margin-right: 3%;
	box-shadow: 1px 1px 3px rgb(193, 193, 193);
}
.topics-ten-figure img{
	width: 100%;
	height: 350px;
	object-fit:cover;
	object-position: top;
}
.topics-ten-figure-second{
	width: 80%;
	margin-top: 64px;
	margin-bottom: 64px;
	margin-left: 10%;
	margin-right: 10%;
	border: 1px solid rgb(207, 207, 207);
	box-shadow: 2px 2px 5px rgb(193, 193, 193);
}
.topics-ten-figure-second img{
	height: auto;
	object-fit:cover;
}
.topics-ten-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-ten-content-table-box th{
	font-size: 1.7rem;
	padding: 10px 10px;
	border: 1px solid rgb(180, 180, 180);
	background-color: rgb(208, 208, 208);
	font-weight: 700;
	width: 300px;
	color: rgb(69, 65, 65);
}
.topics-ten-content-table-box td{
	font-size: 1.7rem;
	padding: 10px 10px;
	border: 1px solid rgb(180, 180, 180);
	text-align: justify;
}
.topics-ten-alart-box{
	display: flex;
	margin-left: 5%;
	margin-right: 5%;
}
.topics-ten-alart{
	margin-top: 4px;
	font-size: 1.7rem;
}
/*FOOTER
-------------------------------------------------*/
footer{
	background: rgb(237, 235, 227);
	text-align: center;
	margin-top: -8px;
	padding-top: 64px;
	font-family: 'Noto Sans JP', sans-serif;
}
.footer-logo-box{
	text-align: left;
	display: grid;
	margin-left: 10%;
}
.footer-hanamitsu a{
	font-family: 'Noto Sans JP', sans-serif;
	margin-top: 14px;
	font-size: 2.1rem;
	font-weight: 400;
}
.footer-hanamitsu a:hover{
	color: rgb(191,191,191);
}
.footer-contact{
	margin-left: 10%;
	text-align: left;
	display: flex;
	gap:20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
}
.footer-tel,.footer-fax{
	font-size: 1.5rem;
}
.footer-time{
	margin-left: 10%;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
	font-size: 1.5rem;
}
.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:hover{
   color: rgb(191, 191, 191);
}
#page_top{
	margin-left: auto;
	margin-right: 20px;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	background: rgb(191, 191, 191);
	opacity: 0.6;
	border-radius: 50%;
}
#page_top a{
	position: relative;
	width: 70px;
	height: 70px;
	text-decoration: none;
	text-align: center;
	display: block;

}
#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{
	padding: 20px 0;
	margin-top: 32px;
	background: rgb(34, 34, 34);
}
.footer-last p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
	color: rgb(255, 255, 255)
}
/*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-left: 2%;
}
	.logo-box p{
		margin-top: 5px;
		font-size: 1.8rem;
		margin-bottom: 10px;
}
/*header*/
	#header{
		padding-top: 7px;
		padding-bottom: 3px;
		background: rgb(255, 255, 255);
}
	#header.thin {
		padding-top: 7px;
		padding-bottom: 3px;
}
/*開閉用ボタン（ハンバーガーボタン）*/
	.menu-btn{
		position: fixed;
		top: 10px;
		right: 3%;
		width: 40px;
		height: 40px;
		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: -8px;
}
	.menu-btn-line::after{
		top: 8px;
}

/* 開閉用ボタンがクリックされた時のスタイル */
	.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: rgb(207, 207, 207);
		-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-text-index{
		top:17%;
		width: 86%;
		margin-left: 7%;
		margin-right: 7%;
		padding-top: 15px;
		padding-bottom: 0px;
		padding-left: 25px;
		padding-right: 25px;
}
	.head-text-index h2{
		margin-top: -10px;
		font-size: 2.4rem;
		font-weight: 400;
}
	.head-text-index h3{
		padding-top: 5px;
		font-size: 3.2rem;
}
/* top-section */
	.top-section-index{
		margin-top: 64px;
		margin-bottom: 64px;
		margin-left: 3%;
		margin-right: 3%;
}
	.top-section-comment-box{
		margin-right: 1%;
}
	.top-section-comment-box h4{
		font-size: 2.2rem;
}
	.list-check{
		margin-top: -2px;
		font-size: 2.2rem;
}
	.top-section-content-list{
		margin-bottom: 112px;
}
	.top-section-content-list li{
		font-size: 1.9rem;
		margin-bottom: 16px;
}
	.top-section-content-list-box{
		margin-left: 1%;
		margin-right: 1%;
}
	.list-squre{
		margin-top: 4px;
}
/* top-sub-section */
	.top-sub-section-index{
		margin: 0 5%;
		margin-bottom: 64px;
}
	.top-sub-section-index h3{
		padding: 20px 20px;
		font-size: 2.0rem;
		line-height: 1.3
}
/* works-section */
	.works-section-index{
		margin-top: 64px;
		padding-top: 64px;
		margin-right: 0%;
}

	.works-section-title-box{
		margin-left: 5%;
		margin-bottom: 48px;
}
	.works-section-title-box h2{
		font-size: 4.0rem;
}
	.works-section-title-box p{
		font-size: 1.4rem;
}
	.works-section-title-box p::before{
		width:40px;
		top:30px;
}
	.works-section-content-snap img{
		width: 90%;
		max-height: 250px;
		margin-left: 5%;
		margin-right: 5%;
		object-fit: cover;
}
	.works-section-content-box{
		margin-top: 24px;
		padding-bottom: 64px;
		padding-left: 5%;
		padding-right: 5%;
}
	.works-section-content-box p{
		padding-left: 1%;
		padding-right: 1%;
}

/* topics-section */
	#topics{
		margin-top: 0px;
}
	.topics-section-index{
		margin-top: 0px;
		padding-top: 64px;
		padding-bottom: 64px;
}
	.topics-section-title-box{
		margin-bottom: 32px;
}
	.topics-section-title-box h2{
		font-size: 3.0rem;
}
	.topics-section-title-box p{
		margin-top: -40px;
		padding-bottom: 32px;
}
	.topics-section-title-box p::before{
		width:40px;
}
	.topics-first-container{
		display: block;
		padding-left: 5%;
		padding-right: 5%;
}
	.topics-one-box{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap:5%;
		margin-bottom: 48px;
		justify-items: center;
		align-items: center;
}
	.topics-figure-one img{
		margin: 0 7%;
		width: 86%;
		max-height: 150px;
		object-fit: cover;
}
	.topics-one-content-title-box{
		width: 97%;
		margin-right: 3%;
		margin-left: 0%;
}
	.topics-one-content-title-box p{
		margin-right: 3%;
		margin-left: 0%;
		text-align: left;
		font-size: 1.5rem;
}
	.topics-one-content-title-box h3{
		width: 97%;
		margin-right: 3%;
		margin-left: 0%;
		margin-top: 5px;
		text-align: left;
		font-size: 1.5rem;
		line-height: 1.4
}
	.topics-two-box{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap:5%;
		margin-bottom: 48px;
		justify-items: center;
		align-items: center;
}
	.topics-two-content-title-box{
		width: 97%;
		margin-right: 3%;
		margin-left: 0%;
}
	.topics-two-content-title-box p{
		margin-top: 5px;
		font-size: 1.5rem;
}
	.topics-two-content-title-box h3{
		margin-top: 5px;
		font-size: 1.5rem;
		line-height: 1.4
}
	.topics-second-container{
		margin-top: 0px;
		display: block;
		padding-left: 5%;
		padding-right: 5%;
}
/* service-section */
	.service-section-index{
		margin-top: 0px;
		padding-top: 64px;
		padding-bottom: 64px;
}
	.service-section-title-box{
		margin-left: 7%;
		margin-right: 7%;
		padding-bottom: 32px;
}
	.service-section-title-box h2{
		font-size: 4.0rem;
}
	.service-section-title-box p{
		font-size: 1.4rem;
}
	.service-section-title-box p::before{
		width:40px;
		top:30px;
}
	.service-section-title-box h3{
		margin-top: 48px;
		font-size: 2.0rem;
		padding-left: 0%;
		padding-right: 0%;
		text-align: justify;
}
	.service-section-first-figure-index{
		margin-bottom: 32px;
	}
	.service-section-first-figure-index img{
		width: 86%;
		max-height: 250px;
		margin-left: 7%;
		margin-right: 7%;
		object-fit: cover;
}
	.service-section-first-figure-index h2{
		margin-top: 10px;
		margin-left: 7%;
		margin-right: 7%;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 2.3rem;
}
	.service-section-first-figure-index p{
		margin-left: 7%;
		margin-right: 7%;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 100;
		border-top: 1px solid rgb(52, 52, 52);
		margin-top: -10px;
}
	.service-section-second-figure-index img{
		width: 86%;
		max-height: 250px;
		margin-left: 7%;
		margin-right: 7%;
		object-fit: cover;
}
		.service-section-second-figure-index h2{
		margin-top: 10px;
		margin-left: 7%;
		margin-right: 7%;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 2.3rem;
}
	.service-section-second-figure-index p{
		margin-left: 7%;
		margin-right: 7%;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 100;
		border-top: 1px solid rgb(52, 52, 52);
		margin-top: -10px;
}
/* price-section */
	.price-section-index{
		padding-top: 64px;
		padding-bottom: 64px;
}
	.price-section-title-box{
		margin-left: 7%;
		margin-right: 7%;
		margin-bottom: 32px;
}
	.price-section-title-box h2{
		font-size: 4.0rem;
}
	.price-section-title-box p{
		font-size: 1.4rem;
}
	.price-section-title-box p::before{
		width:40px;
		top:30px;
}
	.price-section-title-box h3{
		margin-top: 48px;
		font-size: 1.9rem;
		padding-left: 0%;
		padding-right: 0%;
		text-align: justify;
		line-height: 1.6
}
	.price-section-sub-title-one-box{
		margin-top: 48px;
		margin-bottom: 64px;
		padding: 15px 5px;
}
	.price-section-sub-title-one-box h3{
		font-size: 2.2rem;
}
	.price-container{
		margin-top: 64px;
		padding-bottom: 64px;
		display: block;
		margin-left: 10%;
		margin-right: 10%;
}
	.price-one-box{
		margin-bottom: 64px;
		max-width: 400px;
}
	.price-one-box h4{
		display: inline-block;
		font-size: 1.9rem;
		margin-right: 0px;
		width: 200px;
}

	.price-one-box p{
		font-size: 3.0rem;
		padding-bottom: 10px;
}
	.price-yen{
		font-size: 1.3rem;
}
	.price-two-box{
		padding-bottom: 10px;
		max-width: 400px;
}
	.price-two-box h4{
		display: inline-block;
		font-size: 1.9rem;
		margin-right: 0px;
		width: 200px;
}
	.price-two-box p{
		font-size: 2.0rem;
}
	.price-content-box{
		margin-left: 8%;
		margin-right: 8%;
}
	.price-content-box P{
		font-size: 1.7rem;
}
	.price-section-sub-title-two-box{
		margin-top: 96px;
		padding: 15px 5px;
}
	.price-section-sub-title-two-box h3{
		font-size: 2.2rem;
}
	.price-one-comment{
		margin-top: 32px;
		margin-bottom: 32px;
}
	.price-one-comment h3{
		font-size: 1.9rem;
		text-align: justify;
		line-height: 1.5
}
	.price-first-container{
		display: block;
		padding-left: 7%;
		padding-right: 7%;
}
	.price-one-container{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
		position: relative;
		z-index: 1;
		margin-bottom: 32px;
		background-color: rgb(255, 255, 255);
		box-shadow: 5px 5px 8px  rgb(144, 140, 140);
}
	.price-one-title{
		grid-column: 1 / -1;
		text-align: center;
		display: table;
		background-color: rgb(39, 38, 38);
		padding: 15px 5px;
}
	.price-one-title h4{
		display: table-cell;
		font-family: Noto Sans JP、sans-serif;
		font-size: 2.0rem;
		vertical-align: middle;
		color: rgb(255, 255, 255);
}
	.price-one-container img {
		margin-top: 20px;
		padding-left: 15px;
		grid-column: 1 / 4;
		object-fit: cover;
		width: 100%;
		height: 60%;
}
	.price-one-cotent-box{
		margin-top: 30px;
		grid-column: 4 / -1;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 15px;
}
	.price-one-cotent-box h4{
		font-family: Noto Sans JP、sans-serif;
		font-size: 1.6rem;
}
	.price-color{
		color: rgb(255, 0, 10);
		font-size: 2.0rem;
}
	.price-one-cotent-box h5{
		margin-top: -20px;
		font-family: Noto Sans JP、sans-serif;
		font-size: 1.6rem;
}
	.price-one-cotent-box p{
		font-family: Noto Sans JP、sans-serif;
		font-size: 1.6rem;
		text-align: justify;
}
	.main-special-price-one-table-box{
		font-size: 1.8rem;
}
	.main-special-price-one-table-box th{
		padding: 3px;
}
	.main-special-price-one-table-one{
		padding: 3px;
}
/* point-section */
	.point-section-index{
		padding-top: 64px;
		padding-bottom: 64px;
}

	.point-section-title-box{
		margin-left: 7%;
		margin-right: 7%;
		margin-bottom: 32px;
}
	.point-section-title-box h2{
		font-size: 4.0rem;
}
	.point-section-title-box p{
		font-size: 1.4rem;
}
	.point-section-title-box p::before{
		width:40px;
		top:30px;
}
	.point-section-title-box h3{
		margin-top: 48px;
		font-size: 2.0rem;
		padding-left: 0%;
		padding-right: 0%;
		text-align: justify;
}
	.point-container{
		padding-top: 16px;
		display: block;
		padding-left: 7%;
		padding-right: 7%;
}
	.point-content-one-box{
		margin-bottom: 32px;
}
	.point-content-figure-one img{
		width: 100%;
		max-height: 250px;
		object-fit: cover;
}
	.point-content-figure-one h3{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
}

	.point-content-one-box p{
		font-size: 1.4rem;
		line-height: 1.8;
}
	.point-content-two-box{
		margin-bottom: 32px;
}
	.point-content-figure-two img{
		width: 100%;
		max-height: 250px;
		object-fit: cover;
}
	.point-content-figure-two h3{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
}
	.point-content-two-box p{
		font-size: 1.4rem;
		line-height: 1.8;
}
	.point-content-figure-three img{
		width: 100%;
		max-height: 250px;
		object-fit: cover;
}
	.point-content-figure-three h3{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
}
	.point-content-three-box p{
		font-size: 1.4rem;
		line-height: 1.8;
}
/* flow-section */
	.flow-section-index{
		padding-top: 64px;
		padding-bottom: 64px;
}
	.flow-section-title-box{
		margin-left: 7%;
		margin-right: 7%;
		margin-bottom: 32px;
}
	.flow-section-title-box h2{
		font-size: 4.0rem;
}
	.flow-section-title-box p{
		font-size: 1.4rem;
}
	.flow-section-title-box p::before{
		width:40px;
		top:30px;
}
	.flow-section-title-box h3{
		margin-top: 48px;
		margin-bottom: 48px;
		font-size: 2.0rem;
		padding-left: 0%;
		padding-right: 0%;
		text-align: justify;
}
	.page-flow-one-container{
		margin-left: 10%;
		margin-right: 10%;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 16px;
		margin-top: -8px;
}
	.page-flow-one-box-title h3{
		font-size: 1.8rem;
}
	.page-flow-one-box-title p{
		font-size: 1.6rem;
}
/* office */
	.office-section-index{
		padding-top: 64px;
		padding-bottom: 64px;
}

	.office-section-title-box{
		margin-left: 7%;
		margin-right: 7%;
		margin-bottom: 32px;
}
	.office-section-title-box h2{
		font-size: 3.0rem;
}
	.office-section-title-box p{
		margin-top: -40px;
		padding-bottom: 32px;
}
	.office-section-title-box p::before{
		width:40px;
}
	.main-outline-office-box{
		margin-left: 7%;
		margin-right: 3%;
}
	.table-outline-office{
		font-size: 1.5rem;
}
	.main-outline-content-before-office-one{
		padding: 0px;
		width: 400px;
		font-size: 1.5rem;
}
	.main-outline-content-after-office-one{
		padding: 15px;
		width: 780px;
		font-size: 1.5rem;
}
	.main-outline-content-before-office-two{
		padding: 0px;
		width: 300px;
		font-size: 1.5rem;
}
	.main-outline-content-after-office-two{
		padding: 15px;
		width: 780px;
		font-size: 1.5rem;
}
	.main-outline-content-before-office-three{
		padding: 0px;
		width: 300px;
		font-size: 1.5rem;
}
	.main-outline-content-after-office-three{
		padding: 15px;
		width: 780px;
		font-size: 1.5rem;
}
	.main-outline-content-before-office-four{
		padding: 0px;
		width: 300px;
		font-size: 1.5rem;
}
	.main-outline-content-after-office-four{
		padding: 15px;
		width: 780px;
		font-size: 1.5rem;
}
	.main-outline-content-before-office-five{
		padding: 0px;
		width: 300px;
		font-size: 1.5rem;
}
	.main-outline-content-after-office-five{
		padding: 15px;
		width: 780px;
		font-size: 1.5rem;
}
	.main-outline-content-before-office-six{
		padding: 0px;
		width: 300px;
		font-size: 1.5rem;
}
	.main-outline-content-after-office-six{
		padding: 15px;
		width: 780px;
		font-size: 1.5rem;
}
	.main-outline-content-before-office-seven{
		padding: 0px;
		width: 100px;
		font-size: 1.5rem;
}
	.main-outline-content-after-office-seven{
		padding: 15px;
		width: 780px;
		font-size: 1.5rem;
}
/* faq-section */
	.faq-section-index{
		padding-top: 64px;
		padding-bottom: 48px;
}

	.faq-section-title-box{
		margin-left: 7%;
		margin-right: 7%;
		margin-bottom: -48px;
}
	.faq-section-title-box h2{
		font-size: 4.0rem;
}
	.faq-section-title-box p{
		font-size: 1.4rem;
}
	.faq-section-title-box p::before{
		width:40px;
		top:30px;
}
	.main-faq-first-content{
		margin-top: 16px;
		margin-left: 7%;
		margin-right: 7%;
		padding-top: 16px;
		padding-left: 3%;
		padding-right: 6%;
		padding-bottom: 16px;
		margin-bottom: 32px;
}
	.faq-q{
		font-size: 1.6rem;
}
	.faq-q-title{
		font-size: 1.6rem;
}
	.faq-a{
		font-size: 1.6rem;
}
	.faq-a-content{
		font-size: 1.6rem;
}
/* blog-section */
	.blog-section-index{
		padding-top: 64px;
		padding-bottom: 64px;
}

	.blog-section-title-box{
		margin-left: 7%;
		margin-right: 7%;
		margin-bottom: 32px;
}
	.blog-section-title-box h2{
		font-size: 3.0rem;
}
	.blog-section-title-box p{
		margin-top: -40px;
		padding-bottom: 32px;
}
	.blog-section-title-box p::before{
		width:40px;
}
	.blog-container{
		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-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{
		margin-left: 2%;
		font-size: 1.5rem;
}
	.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{
		margin-left: 2%;
		font-size: 1.5rem;
}
	.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 50px;
}
/* contact-section */
	.contact-section-index{
		padding-top: 64px;
		padding-bottom: 64px;
}

	.contact-section-title-box{
		margin-left: 7%;
		margin-right: 7%;
		margin-bottom: 32px;
}
	.contact-section-title-box h2{
		font-size: 3.0rem;
}
	.contact-section-title-box p{
		margin-top: -40px;
		padding-bottom: 64px;
}
	.contact-section-title-box p::before{
		width:40px;
}
	.contact-section-tel-box{
		margin-left: 5%;
		margin-right: 5%;
		padding-left: 5%;
		padding-right: 5%;
}
	.contact-section-tel-box img{
		width: 65px;
}
	.contact-section-tel-box h4{
		margin-top: 24px;
		font-size: 1.9rem;
}
	.contact-section-tel-box p{
		font-size: 1.6rem;
}
	.contact-section-tel-box h2{
		margin-top: 24px;
		font-size: 3.0rem;
}
	.main-contact-tel-content{
		font-size: 1.8rem;
		padding-bottom: 24px;
}
/* contact-form*/
	.main-contact-form-box{
		margin-top: 64px;
		margin-left: 5%;
		margin-right: 5%;
}
	.main-contact-form-box img{
		width: 75px;
}
	.main-contact-form-box h4{
		margin-top: 24px;
		font-size: 1.9rem;
}
	.main-contact-form-box p{
		font-size: 1.6rem;
		margin-bottom: 32px;
		margin-left: 5%;
		margin-right: 5%;
}
	.main-contact-form-content-box{
		margin: 0 5%;
}
	.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;
}
	.button-contact{
		border-radius: 8px;
		padding: 15px 80px;
}
/* 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
-------------------------------------------------*/
/*header*/
	#header-topics{
		padding-top: 7px;
		padding-bottom: 3px;
		background: rgb(255, 255, 255);
}
	#header-topics.thin{
		padding-top: 7px;
		padding-bottom: 3px;
}
	.topics-one{
		padding-top: 128px;
		padding-bottom: 64px;
		padding-left: 5%;
		padding-right: 5%;
}
	.topics-one-post-bread{
		display: none;
}
	.topics-main-title h2{
		font-size: 3.0rem;
}
	.topics-main-title h2::before{
		width:50px;
		top:50px;
}
	.topics-one-title-sub-box{
		padding-top: 16px;
		padding-bottom: 16px;
}
	.topics-one-title-sub-box p{
		font-size: 1.6rem;
}

	.topics-one-title-box{
		padding: 16px  5px;
}
	.topics-one-title-box h3{
		font-size: 2.2rem;
		line-height: 1.2;
}
	.topics-one-figure{
		margin-top: 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;
}
	
	.main-topics-container{
		margin-top: 96px;
		margin-left: 0%;
		margin-right: 0%;
}
	
	
.main-topics-first-container{
		margin-left: 0px;
		margin-right: 0px;
		display: block;
		margin-bottom: 16px;
}
	.main-topics-first-snap{
		object-fit: cover;
		width: 100%;
		height: 250px;
}
	.main-topics-first-box{
		margin-left: 0px;
		margin-right: 0px;
}
	.main-topics-first-box h4{
		font-size: 1.8rem;
}
	.main-topics-first-content{
		font-size: 1.6rem;
		line-height: 1.8;
}
	.main-topics-second-container{
		margin-left: 0px;
		margin-right: 0px;
		display: block;
		border-top: 2px solid rgb(235, 235, 235);
}
	.main-topics-second-snap{
		object-fit: cover;
		width: 100%;
		height: 250px;
}
	.main-topics-second-box{
		margin-left: 0px;
		margin-right: 0px;
}
	.main-topics-second-box h4{
		font-size: 1.8rem;
}
	.main-topics-second-content{
		font-size: 1.6rem;
		line-height: 1.8;
}
/*TOPICS-ONE
-------------------------------------------------*/
	.topics-one-content-table-box{
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0%;
		margin-right: 0%;
}
	.topics-one-content-table-box th{
		font-size: 1.5rem;
		padding: 5px 2px;
		width: 100px;
}
	.topics-one-content-table-box td{
		font-size: 1.5rem;
		padding: 5px 2px;
}
	.topics-one-content-table-last-box{
		font-size: 1.5rem;
		padding: 5px 2px;
}
	.topics-one-alart-box{
		display: flex;
		margin-left: 0%;
}
	.topics-one-alart{
		margin-top: 3px;
		font-size: 1.5rem;
}
/*TOPICS-TWO
-------------------------------------------------*/
	.topics-two-content-list{
	display: table;
	font-size: 1.6rem;
	padding: 10px 10px;
	margin-left: 0%;
}
	.topics-two-content-table-box{
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0%;
		margin-right: 0%;
}
	.topics-two-content-table-box th{
		font-size: 1.5rem;
		padding: 5px 0px;
		width: 100px;
}
	.topics-two-content-table-box td{
		font-size: 1.5rem;
		padding: 5px 2px;
}
	.topics-two-alart-box{
		display: flex;
		margin-left: 0%;
}
	.topics-two-alart{
		margin-top: 2px;
		font-size: 1.5rem;
}
/*TOPICS-THREE
-------------------------------------------------*/
	.topics-three-figure-container{
		margin-top: 16px;
		margin-bottom: 16px;
		margin-left: 0%;
		margin-right: 0%;
		padding: 5px 10px;
		gap:0%;
}
	.topics-three-figure-first h3{
		font-size: 1.9rem;
}
	.topics-three-figure-second h3{
		font-size: 1.9rem;
}
/*TOPICS-FIVE
-------------------------------------------------*/
	.topics-five-contet-sub-title{
		margin-left: 5px;
}
	.topics-five-contet-sub-title h3{
		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-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;
}
/*TOPICS-SIX
-------------------------------------------------*/
	.topics-six-content-table-box{
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0%;
		margin-right: 0%;
}
	.topics-six-content-table-box th{
		font-size: 1.5rem;
		padding: 5px 0px;
		width: 100px;
}
	.topics-six-content-table-box td{
		font-size: 1.5rem;
}
/*TOPICS-SEVEN
-------------------------------------------------*/
	.topics-seven-figure{
		margin-top: 32px;
		margin-bottom: 32px;
		margin-left: 0%;
		margin-right: 0%;
}
	.topics-seven-figure-second{
		margin-top: 32px;
		margin-bottom: 32px;
		margin-left: 0%;
		margin-right: 0%;
}
	/*TOPICS-TEN
-------------------------------------------------*/
	.topics-ten-figure{
		margin-top: 32px;
		margin-bottom: 32px;
		margin-left: 0%;
		margin-right: 0%;
}
	.topics-ten-figure img{
		height: 250px;
}
	.topics-ten-figure-second{
		width: 100%;
		margin-top: 32px;
		margin-bottom: 32px;
		margin-left: 0%;
		margin-right: 0%;
}
	.topics-ten-content-table-box{
		width: 100%;
		margin-top: 8px;
		margin-bottom: 8px;
		margin-left: 0%;
		margin-right: 0%;
}
	.topics-ten-content-table-box th{
		font-size: 1.6rem;
		padding: 5px 5px;
}
	.topics-ten-content-table-box td{
		font-size: 1.6rem;
		padding: 5px 5px;
}
	.topics-ten-alart-box{
		display: flex;
		margin-left: 10px;
		margin-right: 10px;
}
	.topics-ten-alart-box p{
		font-size: 1.5rem;
	}
	.topics-ten-alart{
		margin-top: 2px;
		font-size: 1.5rem;
}
/*FOOTER
-------------------------------------------------*/
	footer{
		padding-top: 32px;
}
	.footer-logo-box{
		margin-left: 5%;
}
	.footer-hanamitsu a{
		font-size: 2.0rem;
}
	.footer-contact{
		margin-left: 5%;
}
	.footer-time{
		margin-left: 5%;
}
	.footer-main-container{
		justify-content: center;
		margin-right: 5%;
		margin-top: 32px;
		margin-bottom: 0px;
}
	.footer-main-container li{
		margin-left: 10px;
		display: none;
}
	#page_top{
		margin-top: -28px;
		width: 60px;
		height: 60px;
}
	#page_top a{
		width: 60px;
		height: 60px;
}
 	.footer-last{
	 margin-top: 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
-------------------------------------------------*/
/* about-section */
	.works-section-content-container{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr ;
		grid-gap: 30px;
}
	.works-section-content-snap{
		margin-right: 5%;
}
	.works-section-content-snap img{
		position: absolute;
		top: 40%;
		left: 70%;
		width: 50%;
		height: 350px;
		object-fit:cover;
		box-shadow: 5px 5px 8px  rgb(144, 140, 140);
}
	.works-section-content-box{
		grid-column: 1 / 5;
		grid-row: 1;
		text-align: justify;
		padding-bottom: 64px;
}
	.works-section-content-box p{
		padding-left: 15%;
		padding-right: 5%;
		line-height: 2.5;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 100;
}
/* service-section */
	.service-section-first-figure-index{
		position: relative;
		margin: 0 10%;
		margin-bottom: 64px;
		background-color: rgb(255, 255, 255);
		padding-top: 24px;
		padding-bottom: 24px;
}
	.service-section-first-figure-index img{
		width: 35%;
		height: 200px;
		margin-left: 24px;
		margin-right: 5%;
		object-position: top;
		object-fit: cover;
		border-radius: 5px;
		box-shadow: 5px 5px 4px rgb(173, 173, 173);
}
	.service-section-first-figure-index h2{
		z-index: 2;
		position: absolute;
		top:45px;
		left: 41%;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 2.5rem;
		text-align: left;
		margin-left: 1%;
		margin-right: 10%;
		padding-bottom: 10px;
}
	.service-section-first-figure-index p{
		z-index: 2;
		position: absolute;
		top:100px;
		left: 41%;
		text-align: left;
		margin-right: 4%;
		margin-left: 1%;
		color: rgb(57, 57, 57);
		text-align: justify;
		border-top: 1px solid rgb(52, 52, 52);
		padding-top: 32px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 100;
}
	.service-section-second-figure-index{
		position: relative;
		margin: 0 10%;
		margin-bottom: 64px;
		background-color: rgb(255, 255, 255);
		padding-top: 24px;
		padding-bottom: 24px;
}
	.service-section-second-figure-index img{
		width: 35%;
		height: 200px;
		margin-left: 24px;
		margin-right: 5%;
		object-position: bottom;
		object-fit: cover;
		border-radius: 5px;
		box-shadow: 5px 5px 4px rgb(173, 173, 173);
}
	.service-section-second-figure-index h2{
		z-index: 2;
		position: absolute;
		top:45px;
		left: 41%;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 2.5rem;
		text-align: left;
		margin-left: 1%;
		margin-right: 10%;
		padding-bottom: 10px;
}
	.service-section-second-figure-index p{
		z-index: 2;
		position: absolute;
		top:100px;
		left: 41%;
		text-align: left;
		margin-right: 4%;
		margin-left: 1%;
		color: rgb(57, 57, 57);
		text-align: justify;
		border-top: 1px solid rgb(52, 52, 52);
		padding-top: 32px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 100;
}
/* price */
	.price-first-container{
		display: grid;
		grid-template-columns: 1fr 1fr ;
		gap:30px;
		padding-left: 7%;
		padding-right: 7%;
}
	.price-one-container{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
		position: relative;
		z-index: 1;
		margin-bottom: 16px;
		background-color: rgb(255, 255, 255);
		box-shadow: 5px 5px 8px  rgb(144, 140, 140);
}
	.price-one-title{
		grid-column: 1 / -1;
		text-align: center;
		display: table;
		background-color: rgb(39, 38, 38);
		padding: 20px 10px;
}
	.price-one-title h4{
		display: table-cell;
		font-family: Noto Sans JP、sans-serif;
		font-size: 2.0rem;
		vertical-align: middle;
		color: rgb(255, 255, 255);
}
	.price-one-container img {
		margin-top: 20px;
		padding-left: 20px;
		grid-column: 1 / 4;
		object-fit: cover;
		width: 100%;
		height: 70%;
}
	.price-one-cotent-box{
		margin-top: 40px;
		grid-column: 4 / -1;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 20px;
}
	.price-one-cotent-box h4{
		font-family: Noto Sans JP、sans-serif;
		font-size: 1.8rem;
}
	.price-color{
		color: rgb(255, 0, 10);
		font-size: 2.3rem;
}
	.price-one-cotent-box h5{
		margin-top: -20px;
		font-family: Noto Sans JP、sans-serif;
		font-size: 1.8rem;
}
	.price-one-cotent-box p{
		font-family: Noto Sans JP、sans-serif;
		font-size: 1.6rem;
		text-align: justify;
}
/* blog-section */
	.blog-content-one-box{
		grid-column: 1 ;

}
	.blog-figure-one img{
		margin: 0 10%;
		object-fit: cover;
		width: 80%;
		border-radius: 8px;
		box-shadow: 5px 5px 8px  rgb(144, 140, 140);
}
	.blog-content-one{
		margin: 30px 10%;
		font-family: Noto Sans JP、sans-serif;
}
	.blog-calendar-one{
		margin: 30px 10%;
		margin-bottom: -20px;
		font-size: 1.3rem;
}
	.blog-content-two-box{
		grid-column: 2 ;
}
	.blog-figure-two img{
		margin: 0 10%;
		object-fit: cover;
		width: 80%;
		border-radius: 8px;
		box-shadow: 5px 5px 8px  rgb(144, 140, 140);
}
	.blog-content-two{
		margin: 30px 10%;
		font-family: Noto Sans JP、sans-serif;
}
	.blog-calendar-two{
		margin: 30px 10%;
		margin-bottom: -20px;
		font-size: 1.3rem;
}
	.blog-content-three-box{
		grid-column: 3 ;
}
	.blog-figure-three img{
		margin: 0 10%;
		object-fit: cover;
		width: 80%;
		border-radius: 8px;
		box-shadow: 5px 5px 8px  rgb(144, 140, 140);
}
	.blog-content-three{
		margin: 30px 10%;
		font-family: Noto Sans JP、sans-serif;
}
	.blog-calendar-three{
		margin: 30px 10%;
		margin-bottom: -20px;
		font-size: 1.3rem;
}


	
	
}


