@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: 5;
	position: fixed;
	background-color: rgb(255,255,255);
}

/*ロゴ*/
.logo-box{
	display: flex;
	justify-content: space-between;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.logo-box .logo{
	padding-top: 12px;
	font-size: 1.9rem;
	font-weight: 700;
}
.logo-box p a:hover{
	color: rgb(191,191,191);
}
.contact-box{
	text-align: right;
	display: flex;
	justify-content: space-between;
}
.contact-tel h2{
	font-size: 2.8rem;
	font-weight: 700;
	margin-right: -35px;
	margin-top: -10px
}
.contact-tel .telephone-contact{
	font-size: 3.5rem;
	margin-right: 2px;
}
.telephone-contact {
	color: rgb(33, 60, 111);
}
.contact-tel p{
	font-size: 1.4rem;
	margin-top: -30px;
	margin-right: -60px;
}
.contact-mail {
	width: 250px;
	margin-top: 7px;
}
.btn-square-contact{
	font-size: 1.6rem;
	font-weight: bold;
	padding: 12px 12px;
	text-decoration: none;
	background: rgb(0, 140, 214);
	color: #FFF;
	border-radius: 6px;
}
.btn-square-contact:hover{
	background: rgb(139, 197, 227);
}
.mail-contact{
	font-size: 2.0rem;
}
.logo-box p a:hover{
	color: rgb(191,191,191);
}

/*グローバルナビゲーション*/
.menu{
	text-align: center;
	background: rgb(33, 60, 111);
	border-bottom: 0.1px solid rgb(123, 121, 121);
}
.menu ul li{
	text-transform: uppercase;
	display: inline-block;
	margin-right: 15px;
	font-size: 2.0rem;
	font-family: Noto Sans JP、sans-serif;
	font-weight: 900;
}

/*INDEX
-------------------------------------------------*/
/* ヘッド画像 */
.head-section-index img{
	width: 100%;
	height: 450px;
	vertical-align: super;
	object-fit: cover;
}
/* 見出し */
.head-section-index{
	z-index: 3;
	padding-top: 64px;
	position: relative;
}
.head-text-index{
	position:absolute;
	top:45%;
	width: 60%;
	text-align: center;
	background: rgb(0, 140, 214,0.9);
	margin-left: 20%;
	margin-right: 20%;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: serif;
	color: rgb(255, 255, 255);
}
.head-text-index h2{
	padding-top: 30px;
	border-top: 2px solid rgb(255, 255, 255);
	font-family: Noto Sans JP、sans-serif;
}
.head-text-index h3{
	font-family: Noto Sans JP、sans-serif;
}
/* top */
.page-top{
	text-align: center;
	margin-top: 128px;
	margin-left: 5%;
	margin-right: 5%;
}
.page-top h2{
	font-family: Noto Sans JP、sans-serif;
	font-size: 2.6rem;
	color: rgb(0, 140, 214);
	font-weight: 700;
}
.point-container{
	margin-top: 80px;
	margin-bottom: 128px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:40px;
}
.point-content-one-box img{
	width: 80%;
}
.point-content-one-title-box{
	display: flex;
	position: relative;
	font-family: Noto Sans JP、sans-serif;
}
.point-content-one-box-number{
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: rgb(33, 60, 111);
	color: rgb(255, 255, 255);
	position: relative;
	border-radius: 50%;
}
.point-content-one-box-title{
	text-align: center;
	font-size: 2.0rem;
	margin-top: 15px;
	margin-left: 10px;
}
.point-content-one-box p{
	border-top: 3px solid rgb(33, 60, 111);
	padding-top: 10px;
	margin-top: -15px;
	font-size: 1.6rem;
	text-align: justify;
	line-height: 2.0;
	font-family: Noto Sans JP、sans-serif;
}
.point-content-two-box img{
	width: 80%;
}
.point-content-two-title-box{
	display: flex;
	font-family: Noto Sans JP、sans-serif;
}
.point-content-two-box-number{
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: rgb(33, 60, 111);
	color: rgb(255, 255, 255);
	position: relative;
	border-radius: 50%;
}
.point-content-two-box-title{
	text-align: center;
	font-size: 2.0rem;
	margin-top: 15px;
	margin-left: 10px;
}
.point-content-two-box p{
	border-top: 3px solid rgb(33, 60, 111);
	padding-top: 10px;
	margin-top: -15px;
	font-size: 1.6rem;
	text-align: justify;
	line-height: 2.0;
	font-family: Noto Sans JP、sans-serif;
}
.point-content-three-box img{
	width: 80%;
}
.point-content-three-title-box{
	display: flex;
	font-family: Noto Sans JP、sans-serif;
}
.point-content-three-box-number{
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: rgb(33, 60, 111);
	color: rgb(255, 255, 255);
	position: relative;
	border-radius: 50%;
}
.point-content-three-box-title{
	text-align: center;
	font-size: 1.9rem;
	margin-top: 15px;
	margin-left: 10px;
}
.point-content-three-box p{
	border-top: 3px solid rgb(33, 60, 111);
	padding-top: 10px;
	margin-top: -15px;
	font-size: 1.6rem;
	text-align: justify;
	line-height: 2.0;
	font-family: Noto Sans JP、sans-serif;
}
/* second */
.page-second-content{
	margin-top: 128px;
	text-align: center;
	background: rgb(33, 60, 111);
}
.page-second-content h2{
	padding-top: 48px;
	padding-bottom: 48px;
	color: rgb(255, 255, 255);
	font-size: 2.6rem;
	margin-bottom: 0px;
	font-family: Noto Sans JP、sans-serif;
}
/* third */
.page-third-content{
	padding-top: 96px;
	padding-bottom: 96px;
	text-align: center;
}
.page-third-title-box h2{
	font-size: 2.6rem;
	font-family: Noto Sans JP、sans-serif;
}
.page-third-content-list li{
	text-align: justify;
	font-size: 2.2rem;
	font-weight: 400;
	padding-left: 20%;
	padding-right: 20%;
	line-height: 2.3;
	font-family: Noto Sans JP、sans-serif;
}
.list-color{
	color: #fd6e15
}
/* fourth */
.page-fourth-content{
	text-align: center;
	background: rgb(33, 60, 111);
}
.page-fourth-content h2{
	padding-top: 48px;
	padding-bottom: 48px;
	color: rgb(255, 255, 255);
	font-size: 2.6rem;
	margin-bottom: 0px;
	font-family: Noto Sans JP、sans-serif;
}
/* fifth */
.page-fifth-content{
	background-color: rgb(231, 231, 231);
	text-align: center;
	padding-top: 128px;
	padding-left: 10%;
	padding-right: 10%;
}
.page-fifth-content h2{
	padding-bottom: 64px;
	font-family: Noto Sans JP、sans-serif;
	font-size: 2.6rem;
}
.support-container{
	padding-bottom: 128px;
	display: grid;
	grid-template-columns: 1fr 1fr ;
	gap:150px;
}
.support-figure-one img{
	border-radius: 5%;
}
.support-one-box h3{
	margin-top: 16px;
	font-size: 2.0rem;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(135, 135, 135);
	font-family: Noto Sans JP、sans-serif;
}
.support-one-box p{
	font-size: 1.8rem;
	text-align: justify;
	font-family: Noto Sans JP、sans-serif;
}
.support-figure-two img{
	border-radius: 5%;
}
.support-two-box h3{
	margin-top: 16px;
	font-size: 2.0rem;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(135, 135, 135);
	font-family: Noto Sans JP、sans-serif;
}
.support-two-box p{
	font-size: 1.8rem;
	text-align: justify;
	font-family: Noto Sans JP、sans-serif;
}
.support-second-container{
	padding-bottom: 128px;
	display: grid;
	grid-template-columns: 1fr 1fr ;
	gap:150px;
}
.support-figure-three img{
	border-radius: 5%;
}
.support-three-box h3{
	margin-top: 16px;
	font-size: 2.0rem;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(135, 135, 135);
	font-family: Noto Sans JP、sans-serif;
}
.support-three-box p{
	font-size: 1.8rem;
	text-align: justify;
}
.support-figure-four img{
	border-radius: 5%;
}
.support-four-box h3{
	margin-top: 16px;
	font-size: 2.0rem;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(135, 135, 135);
	font-family: Noto Sans JP、sans-serif;
}
.support-four-box p{
	font-size: 1.8rem;
	text-align: justify;
	font-family: Noto Sans JP、sans-serif;
}
/* sixth */
.page-sixth-content{
	padding-top: 96px;
	padding-bottom: 128px;
	text-align: center;
}
.page-sixth-content h2{
	font-size: 2.6rem;
	font-family: Noto Sans JP、sans-serif;
}
.price-start-case{
	margin-top: 64px;
	text-align: left;
	border-bottom: 2px solid rgb(135, 135, 135);
	background-color: rgb(231, 231, 231);
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
}
.price-start-case h3{
	font-size: 2.6rem;
	line-height: inherit;
	margin-bottom: 20px;
	font-family: Noto Sans JP、sans-serif;
}
.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(33, 60, 111);
	text-align: center;
	padding: 20px;
	font-family: Noto Sans JP、sans-serif;
}
.price-three-box h4{
	border-bottom: 1px solid rgb(33, 60, 111);
	border-right: 1px solid rgb(33, 60, 111);
	border-left: 1px solid rgb(33, 60, 111);
	margin-top: -25px;
	font-size: 2.6rem;
	line-height: 2.0;
	text-align: center;
	padding: 5%;
	font-family: Noto Sans JP、sans-serif;
	
}
.price-corp-case{
	margin-top: 96px;
	text-align: left;
	border-bottom: 2px solid rgb(135, 135, 135);
	background-color: rgb(231, 231, 231);
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
}
.price-corp-case h3{
	font-size: 2.6rem;
	line-height: inherit;
	margin-bottom: 20px;
	font-family: Noto Sans JP、sans-serif;
}
.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(33, 60, 111);
	text-align: center;
	padding: 20px;
	font-family: Noto Sans JP、sans-serif;
}
.price-one-box h4{
	border-bottom: 1px solid rgb(33, 60, 111);
	border-right: 1px solid rgb(33, 60, 111);
	border-left: 1px solid rgb(33, 60, 111);
	margin-top: -25px;
	font-size: 2.6rem;
	line-height: 2.0;
	text-align: center;
	padding: 5%;
	font-family: Noto Sans JP、sans-serif;
}
.price-two-box{
	grid-column: 5 / 8;
}
.price-two-box h3{
	color: rgb(255, 255, 255);
	background-color: rgb(33, 60, 111);
	text-align: center;
	padding: 20px;
	font-family: Noto Sans JP、sans-serif;
}
.price-two-box h4{
	border-bottom: 1px solid rgb(33, 60, 111);
	border-right: 1px solid rgb(33, 60, 111);
	border-left: 1px solid rgb(33, 60, 111);
	margin-top: -25px;
	font-size: 2.6rem;
	line-height: 2.0;
	text-align: center;
	padding: 5%;
	font-family: Noto Sans JP、sans-serif;
}
.price-content-box{
	padding: 20px 20px;
	margin-left: 5%;
	margin-right: 5%;
	text-align: justify;
	border: 2px solid rgb(33, 60, 111);
	box-shadow: 2px 2px 2px  rgb(144, 140, 140);
}
.price-content-box P{
	font-size: 1.9rem;
}
.price-content-sub-box{
	font-weight: 700;
}
/* flow */
.page-flow-content{
	padding-top: 96px;
	padding-bottom: 128px;
	text-align: center;
	background-color: rgb(231, 231, 231);
}
.page-flow-content h2{
	font-size: 2.6rem;
	padding-bottom: 64px;
	font-family: Noto Sans JP、sans-serif;
}
.page-flow-one-container{
	margin-left: 10%;
	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;
}
.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(0, 140, 214);
	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(33, 60, 111);
	padding-bottom: 22px;
}
/* office */
.main-outline-office{
	margin-top: 96px;
	margin-bottom: 128px;
}
.main-outline-office h2{
	text-align: center;
	font-size: 2.6rem;
	font-family: Noto Sans JP、sans-serif;
}
.main-outline-office-box{
	display: flex;
	justify-content: center;
	margin-left: 10%;
	margin-right: 10%;
}
.table-outline-office{
	margin-top: 64px;
    border-collapse: collapse;
    text-align: left;
	font-size: 1.6rem;
}
.main-outline-content-before-office-one{
	border-top: 0.1px solid rgb(49, 49, 49);
	border-bottom: 0.1px solid rgb(207, 207, 207);
	border-left: 0.1px solid rgb(49, 49, 49);
	background: rgb(33, 60, 111);
	color: rgb(255, 255, 255);
	padding: 30px;
	width: 180px;
	font-size: 1.8rem;
}
.main-outline-content-after-office-one{
	border-top: 0.1px solid rgb(49, 49, 49);
	border-bottom: 0.1px solid rgb(207, 207, 207);
	border-right: 0.1px solid rgb(49, 49, 49);
	padding: 30px;
	width: 480px;
	font-size: 1.8rem;
}
.main-outline-content-before-office-two{
	border-top: 0.1px solid rgb(49, 49, 49);
	border-bottom: 0.1px solid rgb(207, 207, 207);
	border-left: 0.1px solid rgb(49, 49, 49);
	background: rgb(33, 60, 111);
	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);
	border-right: 0.1px solid rgb(49, 49, 49);
	padding: 30px;
	width: 550px;
	font-size: 1.8rem;
}
.main-outline-content-before-office-three{
	border-top: 0.1px solid rgb(49, 49, 49);
	border-bottom: 0.1px solid rgb(207, 207, 207);
	border-left: 0.1px solid rgb(49, 49, 49);
	background: rgb(33, 60, 111);
	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);
	border-right: 0.1px solid rgb(49, 49, 49);
	padding: 30px;
	width: 550px;
	font-size: 1.8rem;
}
.main-outline-content-before-office-four{
	border-top: 0.1px solid rgb(49, 49, 49);
	border-bottom: 0.1px solid rgb(207, 207, 207);
	border-left: 0.1px solid rgb(49, 49, 49);
	background: rgb(33, 60, 111);
	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);
	border-right: 0.1px solid rgb(49, 49, 49);
	padding: 30px;
	width: 500px;
	font-size: 1.8rem;
}
.main-outline-content-before-office-five{
	border-top: 0.1px solid rgb(49, 49, 49);
	border-bottom: 0.1px solid rgb(207, 207, 207);
	border-left: 0.1px solid rgb(49, 49, 49);
	background: rgb(33, 60, 111);
	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);
	border-right: 0.1px solid rgb(49, 49, 49);
	padding: 30px;
	width: 500px;
	font-size: 1.8rem;
}
.main-outline-content-before-office-six{
	border-top: 0.1px solid rgb(49, 49, 49);
	border-bottom: 0.1px solid rgb(207, 207, 207);
	border-left: 0.1px solid rgb(49, 49, 49);
	background: rgb(33, 60, 111);
	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);
	border-right: 0.1px solid rgb(49, 49, 49);
	padding: 30px;
	width: 500px;
	font-size: 1.8rem;
}
.main-outline-content-before-office-seven{
	border-top: 0.1px solid rgb(49, 49, 49);
	border-bottom: 0.1px solid rgb(49, 49, 49);
	border-left: 0.1px solid rgb(49, 49, 49);
	background: rgb(33, 60, 111);
	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);
	border-bottom: 0.1px solid rgb(49, 49, 49);
	border-right: 0.1px solid rgb(49, 49, 49);
	padding: 30px;
	width: 500px;
	font-size: 1.8rem;
}
.group-link:hover{
	color: rgb(0, 140, 214);
}

/* blog */
.page-blog{
	background-color: rgb(231, 231, 231);
	padding-bottom: 128px;
}
.page-blog h2{
	padding-top: 96px;
	font-size: 2.6rem;
	text-align: center;
	font-family: Noto Sans JP、sans-serif;
}
.blog-container{
	margin-top: 64px;
	margin-bottom: 32px;
	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: 64px;
}
.blog-btn-square{
	color: rgb(255, 255, 255);
	font-size: 1.6rem;
	display: inline-block;
	padding: 20px 80px;
	text-decoration: none;
	background: rgb(33, 60, 111);
	border: 0.1px solid rgb(33, 60, 111);
	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;
}
.blog-btn-square:hover{
	color: rgb(33, 60, 111);
}

/*CONTACT
-------------------------------------------------*/
/* contact*/
.main-contact{
    margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 48px;
}
.main-contact h2{
	margin-top: 96px;
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 64px;
	font-family: Noto Sans JP、sans-serif;
}
/* contact-tel*/
.main-contact-tel-box{
	border-bottom: solid 1px rgb(33, 60, 111);
	border-left: solid 1px rgb(33, 60, 111);
	border-right: solid 1px rgb(33, 60, 111);
}
.main-contact-tel-box h3{
	color: rgb(255,255,255);
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	text-decoration: none;
	background: rgb(33, 60, 111);
	border: 1px solid #000000;
	font-family: Noto Sans JP、sans-serif;
}
.main-contact-tel-second-content{
	font-size: 1.8rem;
	text-align: justify;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 16px;
}
.main-contact-tel{
	margin-top: -48px;
}
.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;
	margin-bottom: 24px;
}
.main-contact-tel-third-content{
	margin-top: -32px;
	font-size: 1.8rem;
	text-align: justify;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 30px;
}
/* contact-form*/
.main-contact-form-box{
	margin-bottom: 35px;
}
.main-contact-form-box h3{
	color: rgb(255,255,255);
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 80px;
	margin-bottom: 32px;
	text-decoration: none;
	background: rgb(33, 60, 111);
	border: 1px solid #000000;
	font-family: Noto Sans JP、sans-serif;
}
.main-contact-form-box p{
	font-size: 1.8rem;
	margin-left: 10%;
	margin-right: 10%;
}
.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;
}
.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(33, 60, 111);
	color: rgb(255, 255, 255);
	border-radius: 15px;
	padding: 18px 96px;
}
.button-contact:hover{
	background: rgb(203, 207, 212);
	color: rgb(0, 0, 0);
}

/*BLOG
-------------------------------------------------*/
/* ヘッド画像 */
.head-section-blog img{
	width: 100%;
	height: 300px;
	vertical-align: super;
	object-fit: cover;
}
/* 見出し */
.head-section-blog{
	z-index: 3;
	padding-top: 64px;
	position: relative;
}
.head-text-blog{
	position:absolute;
	top:55%;
	width: 60%;
	text-align: center;
	margin-left: 20%;
	margin-right: 20%;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: serif;
}
.head-text-blog h3{
	font-size: 4.0rem;
	color: rgb(255, 255, 255);
	font-family: Noto Sans JP、sans-serif;
}
.page-total-container{
	margin-top: 128px;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 128px;
}
.main-blog-startup-first-container{
	padding-left: 20px;
	padding-right: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	position: relative;
	z-index: 1;
	padding-bottom: 16px;
	padding-top: 22px;
	border: 2px solid rgb(198, 198, 198);
}
.main-blog-startup-first-container a{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
}
.main-blog-startup-first-snap{
	grid-column: 1 / 3;
	object-fit: cover;
	width: 100%;
}
.main-blog-startup-first-box{
	grid-column: 3 / -1;
	margin-left: 20px;
	margin-right: 20px;
}
.main-blog-startup-first-title{
	font-size: 2.0rem;
	margin-top: -1px;
	font-family: Noto Sans JP、sans-serif;
}
.main-blog-startup-first-content{
	text-align: justify;
	font-size: 1.7rem;
	line-height: 2.0;
	margin-top: -15px;
}
.main-blog-startup-first-content-time-box{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.main-blog-startup-first-time{
	margin-top: -7px;
	font-weight: 300;
}
.main-blog-startup-second-container{
	margin-top: 16px;
	padding-top: 22px;
	padding-left: 20px;
	padding-right: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	position: relative;
	z-index: 1;
	padding-bottom: 16px;
	border-top: 2px solid rgb(198, 198, 198);
	border: 2px solid rgb(198, 198, 198);
}
.main-blog-startup-second-container a{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
}
.main-blog-startup-second-snap{
	grid-column: 1 / 3;
	object-fit: cover;
	width: 100%;
}
.main-blog-startup-second-box{
	grid-column: 3 / -1;
	margin-left: 20px;
	margin-right: 20px;
}
.main-blog-startup-second-title{
	font-size: 2.0rem;
	margin-top: -2px;
	font-family: Noto Sans JP、sans-serif;
}
.main-blog-startup-second-content{
	text-align: justify;
	font-size: 1.7rem;
	line-height: 2.0;
	margin-top: -15px;
}
.main-blog-startup-second-content-time-box{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.main-blog-startup-second-time{
	margin-top: -7px;
	font-weight: 300;
}
/*BLOG-MAIN
-------------------------------------------------*/
/*header*/
.page-head-blog{
	font-family: serif;
	width: 100%;
	z-index: 5;
	position: fixed;
	background-color: rgb(255,255,255);
	border-bottom: 0.1px solid rgb(207, 207, 207);
}
.page-content-blog-startup-one{
	background-color: rgb(231, 231, 231);
}
.blog-startup-one{
	background-color: rgb(231,231,231);
	padding-top: 128px;
	padding-bottom: 128px;
	padding-left: 10%;
	padding-right: 10%;
}
.map-marker{
	margin-right: 7px;
	color:rgb(33, 60, 111);
}
.blog-startup-one-post-bread{
	padding-bottom: 32px;
	padding-left: 16px;
	font-size: 1.8rem;
}
.blog-startup-one-post-bread ol{
	list-style: none;
	display: flex;
}
.blog-startup-one-post-bread li:not(:last-child)::after{
	margin: 0 5px;
	content: ">";
}
.blog-startup-one-post-bread li a:hover{
	color: rgb(33, 60, 111);
}
.blog-main-title{
	position: relative;
	margin-bottom: 64px;
}
.blog-main-title h2{
	text-align: center;
	font-family: Noto Sans JP、sans-serif;
}
.blog-main-title h2::before{
	content:"";
	display:block;
	width:60px;
	height:4px;
	background-color:rgb(33, 60, 111);
	position:absolute;
	top:60px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.blog-startup-one-main-container{
	background-color: rgb(255,255,255);
}
.blog-startup-one-title-sub-box{
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 32px;
	padding-bottom: 32px;
}
.blog-startup-calendar-font{
	margin-right: 10px;
}

.blog-startup-one-title-box{
	margin-left: 3%;
	padding-right: 3%;
	border-left: 2px solid rgb(33, 60, 111);
}
.blog-startup-one-title-box h3{
	margin-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Noto Sans JP、sans-serif;
}
.blog-startup-one-figure{
	margin-top: 32px;
	margin-left: 3%;
	margin-right: 3%
}
.blog-startup-one-figure img{
	width: 100%;
	height: 400px;
	object-fit:cover;
}
.blog-startup-one-content{
	margin-top: 32px;
	margin-left: 3%;
	margin-right: 3%;
	padding-bottom: 64px;
}
.blog-startup-one-content p{
	font-size: 1.7rem;
	line-height: 2.0;
	text-align: justify;
}
.blog-startup-one-content-weight{
	font-weight: 700;
}
/*BLOG-four
-------------------------------------------------*/
.blue-figure{
	margin-top: 16px;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 16px;
}
.blog-startup-one-figure-blue img{
	width: 100%;
	height: 400px;
	object-fit:cover;
	object-position: top;
}
.blog-startup-one-figure-blue{
	margin-top: 32px;
	margin-left: 3%;
	margin-right: 3%
}
/*BLOG-eight
-------------------------------------------------*/
.blog-startup-eight-rink{
	color: #0066c0;
}
.blog-startup-eight-rink:hover{
	color: #0066c0;
}
/*BLOG-nine
-------------------------------------------------*/
.blog-startup-nine-title-box h3{
	font-size: 2.2rem;
	color: rgb(33, 60, 111);
	border-bottom: 3px solid rgb(33, 60, 111);
	line-height: inherit;
	font-family: Noto Sans JP、sans-serif;
}
.blog-startup-nine-merit-box{
	margin-left: 16px;
}
.blog-startup-nine-merit-title{
	font-weight: 600;
	font-size: 1.9rem;
	font-family: Noto Sans JP、sans-serif;
}
.blog-startup-nine-price-table-box{
	width: 96%;
	margin-top: 16px;
	margin-bottom: 16px;
	border-collapse: collapse;
	font-size: 2.0rem;
	margin-left: 2%;
	margin-right: 2%;
}
.blog-startup-nine-price-table-box th{
	border: 1px solid rgb(211, 210, 210);
	background-color: rgb(232, 232, 232);
	font-weight: 100
}
.blog-startup-nine-price-table-box td{
	border: 1px solid rgb(211, 211, 211);
	text-align: center;
}
.blog-startup-nine-price-table-last-box{
	background-color: rgb(245, 245, 245);
}
/*BLOG-ten
-------------------------------------------------*/
.blog-startup-ten-title-box h3{
	font-size: 2.2rem;
	background: rgb(33, 60, 111);
	padding: 0.5em;
	color: rgb(255,255,255);
}
.blog-startup-ten-sub-title-box {
	background: rgb(245, 244, 244);
	border-radius :8px;
	margin-left: 2%;
	margin-right: 45%;
	padding-left: 2.0em;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 2.0em
}
/*FOOTER
-------------------------------------------------*/
footer{
	background: rgb(33, 60, 111);
	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: 90%;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	background: rgb(191, 191, 191);
	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 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{
		left: 0px;
		top: 0px;
}
	.logo-box .logo{
		padding-top: 0px;
		font-size: 1.9rem;
		font-weight: 700;
}
	.logo a{
		display: block;
		width: 250px;
		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: 7px;
		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(18, 17, 17, 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;
}
	
/*INDEX
-------------------------------------------------*/
/* 見出し */
	.head-section-index img{
	height: 300px;
}
	.head-text-index{
		top:25%;
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
}
	.head-text-index h3{
		font-size: 2.0rem;
}
	.head-text-index h2{
		font-size: 2.4rem;
}
	
/* top */
	.page-top{
		margin-top: 64px;
}
	.point-container{
		display: block;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-left: 1%;
		padding-right: 1%;
}
	.page-top h2{
		font-size: 2.1rem;
		color: rgb(0, 140, 214);
		font-weight: 700;
}
	.point-content-one-box img{
		width: 65%;
	}
	.point-content-one-box-number{
		width: 50px;
		height: 50px;
		line-height: 50px;
}
	.point-content-one-box-title{
		margin-top: 15px;
}
	.point-content-one-box p{
		font-size: 1.6rem;
		line-height: 1.8;
		margin-bottom: 32px;
}
	.point-content-two-box img{
		width: 65%;
	}
	.point-content-two-box-number{
		width: 50px;
		height: 50px;
		line-height: 50px;
}
	.point-content-two-box-title{
		margin-top: 15px;
}
	.point-content-two-box p{
		font-size: 1.6rem;
		line-height: 1.8;
		margin-bottom: 32px;
}
	.point-content-three-box-number{
		width: 50px;
		height: 50px;
		line-height: 50px;
}
	.point-content-three-box img{
		width: 65%;
	}
	.point-content-three-box-title{
		margin-top: 15px;
}
	.point-content-three-box p{
		font-size: 1.6rem;
		line-height: 1.8;
		margin-bottom: 32px;
}
/* second */
	.page-second-content{
		margin-top: 64px;
}
	.page-second-content h2{
		font-size: 2.2rem;
		padding-top: 32px;
		padding-bottom: 32px;
}
/* third */
	.page-third-content{
		padding-top: 64px;
		padding-bottom: 64px;
		text-align: center;
}
	.page-third-title-box h2{
		font-size: 2.2rem;
}
	.page-third-content-list li{
		font-size: 1.8rem;
		padding-left: 5%;
		padding-right: 5%;
		line-height: 2.0;
}
/* fourth */
	.page-fourth-content h2{
		font-size: 2.2rem;
		padding-top: 32px;
		padding-bottom: 32px;
}
/* fifth */
	.page-fifth-content{
		padding-top: 64px;

}
	.page-fifth-content h2{
		padding-bottom: 64px;
		font-size: 2.1rem;
}
	.support-container{
		padding-bottom: 0px;
		display: block;
}
	.support-figure-one img{
		margin: 0 0%;
		width: 100%;
		max-height: 200px;
		object-fit: cover;
		border-radius: 10px;
}
	.support-one-box h3{
		padding-bottom: 16px;
}
	.support-one-box p{
		padding-bottom: 48px;
		font-size: 1.6rem;
}
	.support-figure-two img{
		margin: 0 0%;
		width: 100%;
		max-height: 200px;
		object-fit: cover;
		border-radius: 10px;
}
	.support-two-box h3{
		padding-bottom: 16px;
}
	.support-two-box p{
		padding-bottom: 48px;
		font-size: 1.6rem;
}
	.support-second-container{
		padding-bottom: 64px;
		display: block;
}
	.support-figure-three img{
		margin: 0 0%;
		width: 100%;
		max-height: 200px;
		object-fit: cover;
		border-radius: 10px;
}
	.support-three-box h3{
		padding-bottom: 16px;
}
	.support-three-box p{
		padding-bottom: 48px;
		font-size: 1.6rem;
}
	.support-figure-four img{
		margin: 0 0%;
		width: 100%;
		max-height: 200px;
		object-fit: cover;
		border-radius: 10px;
}
	.support-four-box h3{
		padding-bottom: 16px;
}
	.support-four-box p{
		padding-bottom: 16px;
		font-size: 1.6rem;
}
/* sixth */
	.page-sixth-content{
		padding-top: 64px;
		padding-bottom: 64px;
}
	.page-sixth-content h2{
		font-size: 2.5rem;
}
	.price-start-case{
		margin-left: 3%;
		margin-right: 3%;
}
	.price-start-case h3{
		font-size: 2.3rem;
}
	.price-start-container{
		margin-top: 32px;
		display: block;
		margin-left: 10%;
		margin-right: 10%;
		max-width: 400px;
}
	.price-three-box h3{
		font-size: 2.2rem;
}
	.price-three-box h4{
		font-size: 2.4rem;
}
	
	.price-container{
		margin-top: 32px;
		display: block;
		margin-left: 10%;
		margin-right: 10%;
		max-width: 400px;
}
	.price-content-box{
		margin-left: 4%;
		margin-right: 4%;
		text-align: justify;
		font-size: 1.7rem;
}
	.price-one-box h3{
		font-size: 2.2rem;
}
	.price-one-box h4{
		font-size: 2.3rem;
}
	.price-two-box h3{
		font-size: 2.2rem;
}
	.price-two-box h4{
		font-size: 2.3rem;
}
	.price-corp-case h3{
		font-size: 2.3rem;
}
/* flow */
	.page-flow-content{
		padding-top: 64px;
		padding-bottom: 64px;
}
	.page-flow-content h2{
		font-size: 2.5rem;
}
	.page-flow-one-container{
		margin-left: 4%;
		margin-right: 4%;
}
	.page-flow-one-box{
		grid-column: 1 / 20;
		margin-right: 0px;
}
	.page-flow-one-box-title h3{
		font-size: 1.9rem;
}
	.page-flow-one-box-title p{
		font-size: 1.6rem;
}
	.figure-flow-one{
		display: none;
}
	.figure-flow-two{
		display: none;
}
	.figure-flow-three{
		display: none;
}
	.figure-flow-four{
		display: none;
}
/* office */
	.main-outline-office{
		margin-top: 64px;
		margin-bottom: 160px;
}
	.main-outline-office h2{
		font-size: 2.5rem;
}
	.main-outline-office-box{
		margin-left: 3%;
		margin-right: 3%;
}
	.table-outline-office{
		margin-top: 32px;
		font-size: 1.5rem;
}
	.main-outline-content-before-office-one{
		padding: 10px;
		width: 280px;
		font-size: 1.7rem;
}
	.main-outline-content-after-office-one{
		padding: 20px;
		font-size: 1.7rem;
}
	.main-outline-content-before-office-two{
		padding: 10px;
		width: 280px;
		font-size: 1.7rem;
}
	.main-outline-content-after-office-two{
		padding: 20px;
		font-size: 1.7rem;
}
	.main-outline-content-before-office-three{
		padding: 10px;
		width: 280px;
		font-size: 1.7rem;
}
	.main-outline-content-after-office-three{
		padding: 20px;
		font-size: 1.7rem;
}
	.main-outline-content-before-office-four{
		padding: 10px;
		width: 280px;
		font-size: 1.7rem;
}
	.main-outline-content-after-office-four{
		padding: 20px;
		font-size: 1.7rem;
}
	.main-outline-content-before-office-five{
		padding: 10px;
		width: 280px;
		font-size: 1.7rem;
}
	.main-outline-content-after-office-five{
		padding: 20px;
		font-size: 1.7rem;
}
	.main-outline-content-before-office-six{
		padding: 10px;
		width: 280px;
		font-size: 1.7rem;
}
	.main-outline-content-after-office-six{
		padding: 20px;
		font-size: 1.7rem;
}
	.main-outline-content-before-office-seven{
		padding: 10px;
		width: 280px;
		font-size: 1.7rem;
}
	.main-outline-content-after-office-seven{
		padding: 20px;
		font-size: 1.7rem;
}
	.group-link:hover{
		color: rgb(0, 140, 214);
}
/* blog */
	.page-blog{
		padding-bottom: 64px;
}
	.blog-container{
		margin-bottom: 32px;
		display: block;
}
	.blog-content-one-box{
		padding-bottom: 16px;
		margin: 0 3%;
}
	.blog-figure-one img{
		margin: 0 10%;
		width: 80%;
		max-height: 250px;
		object-fit: cover;
}
	.blog-content-one-title-box{
		margin-right: 9%;
		margin-left: 7%;
}
	.blog-content-one{
		margin-left: 5%;
}
	.blog-calendar-font{
		margin-right: 10px;
}
	.blog-calendar-one{
		margin-top: 20px;
		font-size: 1.3rem;
		margin-left: 5%;
}
	.blog-content-two-box{
		padding-bottom: 16px;
		padding-top: 16px;
		margin: 0 3%;
}
	.blog-figure-two img{
		margin: 0 10%;
		width: 80%;
				max-height: 250px;
		object-fit: cover;
}
	.blog-content-two-title-box{
		margin-right: 9%;
		margin-left: 7%;
}
	.blog-content-two{
		margin-left: 5%;
}
	.blog-calendar-two{
		margin-top: 20px;
		font-size: 1.3rem;
		margin-left: 5%;
}
	.blog-content-three-box{
		padding-bottom: 16px;
		padding-top: 16px;
		margin: 0 3%;
}
	.blog-figure-three img{
		margin: 0 10%;
		width: 80%;
		max-height: 250px;
		object-fit: cover;
}
	.blog-content-three-title-box{
		margin-right: 9%;
		margin-left: 7%;
}
	.blog-content-three{
		margin-left: 5%;
}
	.blog-calendar-three{
		margin-top: 20px;
		font-size: 1.3rem;
		margin-left: 5%;
}
	
	.blog-content-btn-box{
		text-align: center;
		margin-top: 64px;
}
	.blog-btn-square{
		color: rgb(255, 255, 255);
		font-size: 1.6rem;
		display: inline-block;
		padding: 15px 80px;
		text-decoration: none;
		background: rgb(33, 60, 111);
		border: 0.1px solid rgb(33, 60, 111);
		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;
}
	.blog-btn-square:hover{
		color: rgb(33, 60, 111);
}
/*CONTACT
-------------------------------------------------*/
/* contact*/
	.main-contact{
		margin-left: 5%;
		margin-right: 5%;
}
	.main-contact h2{
		margin-top: 64px;
		font-size: 2.5rem;
}
/* contact-tel*/
	.main-contact-tel-second-content{
		font-size: 1.6rem;
		margin-left: 5%;
		margin-right: 5%;
}
	.main-contact-tel h2{
		font-size: 3.0rem;
}
	.main-contact-tel-content{
		font-size: 1.8rem;
}
	.main-contact-tel-third-content{
		margin-top: -42px;
		font-size: 1.6rem;
		margin-left: 5%;
		margin-right: 5%;
}

/* contact-form*/
	.main-contact-form-box h3{
		margin-left: 0%;
		margin-right: 0%;
}
	.main-contact-form-box p{
		font-size: 1.6rem;
		text-align: justify;
		margin-left: 0%;
		margin-right: 0%;
}
	.main-contact-form-content-box{
		margin: 0 5%;
}
	.main-contact-form-content-box dt{
		float: left;
		padding-left: 2px;
		width:160px;
}
	.main-contact-form-content-box dd{
		margin: 0;
		padding: 2rem 1rem 2rem 18rem;
}
	input[type="text"],input[type="email"],textarea{
		padding-top: 10px;
		padding-left: 9px;
		padding-bottom: 10px;
		padding-right: 20px
}
	input[type="text"]{
		margin-left: -30px;
		width: 110%;
		min-width: 130px;
}
	input[type="email"]{
		width: 110%;
		min-width: 130px;
		margin-left: -30px;
}
	textarea{
		width: 110%;
		height: 100px;
		min-width: 130px;
		margin-left: -30px;
}
	.main-contact-form-submit-box{
		text-align: center;
		margin-top: 64px;
}
	.button-contact{
		font-size: 1.6rem;
		background: rgb(33, 60, 111);
		color: rgb(255, 255, 255);
		border-radius: 15px;
		padding: 18px 96px;
}
/*BLOG-MAIN
-------------------------------------------------*/
/*header*/
	.page-head-blog{
		padding-bottom: 3px;
		border-bottom: 0.1px solid rgb(207, 207, 207);
}
/*BLOG
-------------------------------------------------*/
/* 見出し */
	.head-text-blog{
		top:45%;
}
	.head-text-blog h3{
		font-size: 3.0rem;
}
	.page-total-container{
		margin-top: 64px;
		margin-left: 3%;
		margin-right: 3%;
		margin-bottom: 64px;
}
	.main-blog-startup-first-container{
		display: block;
}
	.main-blog-startup-first-box{
		margin-left: 0px;
		margin-right: 0px;
}
	.main-blog-startup-first-title{
		font-size: 1.9rem;
		margin-top: 5px;
}
	.main-blog-startup-first-content{
		font-size: 1.6rem;
		line-height: 1.9;
		margin-top: -15px;
}
	.main-blog-startup-first-content-time-box{
		margin-top: 15px;
}
	.main-blog-startup-second-container{
		display: block;
}
	.main-blog-startup-second-box{
		margin-left: 0px;
		margin-right: 0px;
}
	.main-blog-startup-second-title{
		font-size: 1.9rem;
		margin-top: 5px;
}
	.main-blog-startup-second-content{
		font-size: 1.6rem;
		line-height: 1.9;
		margin-top: -15px;
}
	.main-blog-startup-second-content-time-box{
		margin-top: 15px;
}
/*BLOG-MAIN
-------------------------------------------------*/
/*header*/
	.blog-startup-one{
		padding-top: 80px;
		padding-bottom: 64px;
		padding-left: 3%;
		padding-right: 3%;
}
	.blog-startup-one-post-bread ol{
		display: none;
}
	.blog-main-title{
		margin-bottom: 80px;
}
	.blog-main-title h2{
		font-size: 3.0rem;
}
	.blog-main-title h2::before{
		width:50px;
		top:55px;
}
	.blog-startup-one-title-sub-box{
		padding-top: 16px;
		padding-bottom: 16px;
}
	.blog-startup-one-title-box h3{
		font-size: 1.9rem;
}
	.blog-startup-one-figure img{
		height: 250px;
}
	.blog-startup-one-content{
		padding-bottom: 32px;
}
	.blog-startup-one-content p{
		font-size: 1.6rem;
		line-height: 1.9;
}
/*BLOG-four
-------------------------------------------------*/
	.blue-figure{
		margin-left: 0%;
		margin-right: 0%;
}
	.blog-startup-one-figure-blue img{
		height: 250px;
}
/*BLOG-nine
-------------------------------------------------*/
	.blog-startup-nine-title-box h3{
		font-size: 2.0rem;
}
	.blog-startup-nine-merit-title{
		font-size: 1.7rem;
}
	.blog-startup-nine-price-table-box{
		width: 100%;
		font-size: 1.7rem;
		margin-left: 0%;
		margin-right: 0%;
}
/*BLOG-ten
-------------------------------------------------*/
	.blog-startup-ten-title-box h3{
		font-size: 2.0rem;
}
	.blog-startup-ten-sub-title-box {
		margin-left: 2%;
		margin-right: 2%;
}
/*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;
}
	#page_top{
		margin-left: 75%;
}

/*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;
		padding-top: 15px;
		padding-bottom: 15px;
		color: rgb(255, 255, 255);
		width: 170px;
}
	.menu ul li a:hover{
		background: rgb(203, 207, 212);
		color: rgb(0, 0, 0);
		transition: 0.8s;
}

/*INDEX
-------------------------------------------------*/
/* blog */
	.blog-content-one-box{
		grid-column: 1 ;
}
	.blog-figure-one img{
		padding-top: 20px;
		margin: 0 10%;
		object-fit: cover;
		width: 80%;
		height: 40%;
}
	.blog-content-one{
		margin: 30px 10%;
		height: 60px;
}
	.blog-calendar-font{
		margin-right: 10px;
}
	.blog-calendar-one{
		margin: 30px 10%;
}
	.blog-content-two-box{
		grid-column: 2 ;
}
	.blog-figure-two img{
		padding-top: 20px;
		margin: 0 10%;
		object-fit: cover;
		width: 80%;
		height: 40%;
}
	.blog-content-two{
		margin: 30px 10%;
		height: 60px;
}
	.blog-calendar-two{
		margin: 30px 10%;
}
	.blog-content-three-box{
		grid-column: 3 ;
}
	.blog-figure-three img{
		padding-top: 20px;
		margin: 0 10%;
		object-fit: cover;
		width: 80%;
		height: 40%;
}
	.blog-content-three{
		margin: 30px 10%;
		height: 60px;
}
	.blog-calendar-three{
		margin: 30px 10%;
}
	.sp-navigation-blog{
		display: none;
}

}





