@charset "utf-8";
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto!important;
  }
}
/* *****共通設定***** */
* {
	font-family: 'Roboto',"新ゴ R",'Noto Serif JP','Noto Sans JP','Roboto',"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 400;
}
h1, h2, h3, h4, .display-1, .display-2, .display-3, .display-4, .fw-bold {
	font-family: 'Roboto',"新ゴ R",'Noto Serif JP','Noto Sans JP','Roboto',"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.colorBlue { color: #006AD4;}
.bgcolorBlue { background-color: #006AD4; }
.text-info {
	color: #006AD4!important;
}
.short-udline {
	display: inline-block;
    position: relative;
    padding-bottom: 3px;
	letter-spacing: 0.1em;
    margin-bottom: 50px; font-weight: bold;
}
.short-udline:before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    width: 50px;
    height: 2px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #0055ae;
}
main{
    display: block;
}

/*******************************************
btn等文字
*******************************************/
main .btn{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}
.btnBasic {
	padding: 20px 20px;
	border-radius: 5px;
	margin: 0 auto;	
	width: 100%;
	max-width: 600px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align:	center;
	font-size: 1.5rem;
}
.btnBasic:hover {
	opacity: 0.5;
	color: #fff;
}
.btnBlue  {
	background-color: #0DCAF0;
}

.btnNavy {
	background-color: #006AD4;
}

.btnWhite {
	background-color: #ffffff;
	border: 5px solid #0DCAF0;
	color: #006AD4;
	padding: 30px;
	width: 100%;
	font-weight: bold;
	box-shadow: 3px 3px 5px #000;
}
.btnWhite:hover a i {
	background-color: rgba(0,106,212,.50);
	color: #fff;
	
}
.btnWhite:hover {
	background-color:#12065F;
	box-shadow: none;
}

a:hover {
	opacity: 0.5;
}
h1 { font-size: 3.0rem;
color: #001969!important;}
h2 {
	font-size: 2.0rem;
}
h2, h3{
   color: #001969;
}
.gray {
    color: #6c757d;
}
.card{
    border-color: #e0c7b2;
}
.img-thumbnail {
    width: 100%;
    padding: .25rem;
    background-color: transparent;
    border: none;
}
/*******************************************
ヘッダー(navbar)
*******************************************/
.navbar{
    border-bottom: 1px solid #a29080;
    background-color: #ffffff;
}
.navbar .navbar-collapse{
    flex-grow: 0;
}
.navbar .navbar-brand{
    height: 50px;
}
.navbar .navbar-brand img{
    height: 100%;
}
.navbar .navbar-nav .active > .nav-link{
	font-weight: bold;
}
.navbar .navbar-nav .nav-link {
	margin: 0px;
}
.navbar .navbar-nav {
	margin: 0 10px!important;
}
.navbar .navbar-nav .nav-link:hover {
    color: rgba(0,106,212,1.00);
	font-weight: bold;
	border-bottom: 2.5px solid #006AD4;
}

/*　ページ内リンクの位置を下げる　*/
a.page-anchor {
	display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}
.header-commentsBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background-color: #fff!important;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
.header-comments {
	line-height: 1em;
	margin: 0;
	padding: 2px 0;
	color: #333; /* #006AD4 */
	background-color: #fff;
}
.header-comments p, .header-comments p span {
	margin: 0;
	font-size: 15px;
	display: inline;
}
@media screen and (max-width: 767.98px) {
	.header-commentsBox {
		width: 98%;
	}
	.header-comments p {
		margin: 0;
		font-size: 13px;
	}
	.teltel {
		font-size: 14px;
	}
}

.telbtn {
	display: inline-block;
	background-color: #0D6EFD;
	color: #fff;
	padding: 2px 5px;
    font-size: 70%;
    margin: 0;
    border-radius: 5px;
}
.teltel a {
	text-decoration: none;
	padding: 0;
	margin: 0;
    display: flex;
    align-items: center;
    column-gap: 3px;
}

.menu-Form, .menu-TEL  {
	display: flex;
	flex-wrap: wrap;
	justify-content: center!important;
	align-items: center!important;
	border: 0.5px solid #aaa;
	border-radius: 5px;
	padding: 5px 15px;
	margin-left: 10px;
}
.menu-TEL {
	font-size: 1.5rem;
	border: 0.5px solid #aaa;
}
.menu-TEL a {
	text-decoration: none;
	font-weight: bold;
}
.menu-Form a {
	display: block;
	text-decoration: none;
}

@media screen and (min-width:320px) and (max-width:575.98px) {
	.navbar {
		padding: 0;
	}
	.menu-Form {
		display: none;
	}
	.menu-TEL {
		font-size: 1.0rem;
	}
	a.navbar-brand img {
		height: auto;
		width: 140px;
	}
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
	.menu-TEL, .menu-Form {
		font-size: 1.2rem;
	}
	.menu-Form {
		display: none;
	}
}
.header-btn-contact {
	 display: flex;
	flex-wrap: wrap;
	justify-content: center!important;
	align-items: center!important;
	border: 0.5px solid #aaa;
	border-radius: 5px;
	padding: 5px 15px;
	margin-left: 10px;
	text-decoration: none;
	color: #333;
}
a.header-btn-contact:hover {
	background-color: #006AD4;
	color: #fff;
	opacity: 1.0;
}
/*******************************************
footer
/******************************************/

#footer{
	
    background-color: #f2f2f2;/* #001969 */
}
#footer-contents {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0;
}
#footer-contents div.inner-address {
	margin-bottom: 30px;
}
#footer-contents div.inner-address, #footer-contents div.inner-menu {
	width: 100%;
}
#footer-contents .inner-menu .inner-menuBox {
	display: flex;
	justify-content: center;
}
#footer-contents .inner-menu .inner-menuBox div {
	padding: 0 2em;
	text-align: center;
	border-left: 0.5px solid #000;	
}
#footer-contents .inner-menu .inner-menuBox div:last-child {
	border-right: 0.5px solid #000;
}
#footer-contents .inner-menu .inner-menuBox div a {
	text-decoration: none;
	color: #333;
	text-align: center;
}
#footer address p, #footer #footer-news li{
    margin-bottom: 0.5rem;
}
#footer #footer-news ul{
    margin: 0;
    padding: 0
}
#footer #footer-news ul{
    list-style: none;
}
#footer #footer-news li span{
    display: inline-block;
    margin-right: 0.5rem;
}
#footer #copyright{
    background-color: #001969; /* #001969 */
    color: #ffffff;
}
#footer #copyright p {
	text-align: center;
	margin-bottom: 0;
	padding: 10px 0;
}

#footer-contents img {
	margin-bottom: 20px;
}
@media screen and (max-width: 575.98px) {
	#footer-contents .inner-menu .inner-menuBox {
		flex-direction: row;
		flex-wrap: wrap;
	}
	#footer-contents .inner-menu .inner-menuBox div:nth-child(2n) {
		border-right: 0.5px solid #000;
	}
	#footer-contents .inner-menu .inner-menuBox div {
		padding: 0 0.75em;
		width: 50%;
		margin-bottom: 10px;
	}
}
.sp-conversion {
    background-color: rgba(76, 76, 76, 0.7);
    position: fixed;
    bottom: -1%;
    left: 0;
    padding: 10px 0;
    z-index: 0;
    width: 100%;
}
.sp-conversion-list {
    border-spacing: 10px 0;
    display: table;
    table-layout: fixed;
    width: 100%;
	list-style: none;
	padding-left: 0!important;
}
.sp-conversion-list li {
    display: table-cell;
    text-align: center;
}

.sp-conversion-list li a {
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 16px;
    text-shadow: none;
    text-decoration: none;
    padding: 10px;
}
.btn-conversion--tel a {
    background: #04bf8c;
    border-bottom: 2px solid #04bf8c;
    position: relative;
}
.btn-conversion--mail a {
    background: #0096d8;
    border-bottom: 2px solid #0096d8;
    position: relative;
}
.fa.fa_5 {
    font-size: 0.5rem;
}
@media only screen and (min-width: 768px) {
	.sp-conversion {
		display: none;
	}
}
/*******************************************
TOP
*******************************************/

h1{
    font-weight: bold !important;
    color: #ffffff;/* #ffce11 */
}
#page-top h1 + span {
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
    display: block;
}
#page-top .jumbotron-fluid{
    height: 450px;
    background: url("../images/AdobeStock_619454581.jpeg") no-repeat center center;
    background-size:cover;
	display: flex;
	position: relative;
	align-items: center;
}
.jumbotron-Text {
	z-index: 10;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.jumbotron-Text h1 {
	font-size: 1.8rem;
	margin: 5px 0;
	background-color: #006Ad4;
	width: auto;
	display: block;
	font-weight: 600!important;
	letter-spacing: 0.1em;
	line-height: 3.5rem;
	padding: 0 0.75rem;
	border-radius: 10px;
	color: #fff!important;
}
#page-top .jumbotron-fluid .container{
    height: 100%;
}
#page-top .jumbotron-fluid .btn{
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 1.5rem;
    font-weight: bold;
	border-width: 3px;
    border-color: #fff;
}
@media screen and (min-width:320px) and (max-width: 575.98px) {
	.jumbotron-Text h1 {
		font-size: 4vw;
		margin: 5px 0;
		background-color: #006Ad4;
		width: auto;
		display: block;
		font-weight: 600!important;
/*		font-family: 'Noto Sans JP', sans-serif;*/
		letter-spacing: 0.1em;
		line-height: 3.0rem;
		padding: 0 1vw;
	}
	.jumbotron-Text {
		z-index: 10;
	/*	background-color: #006Ad4;*/
		padding: 4vw;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	#page-top .jumbotron-fluid {
		background-position: right;
	}
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
	.jumbotron-Text h1 {
		font-size: 1.4rem;
		margin: 5px 0;
		background-color: #006Ad4;
		width: auto;
		display: block;
		font-weight: 600!important;
/*		font-family: 'Noto Sans JP', sans-serif;*/
		letter-spacing: 0.1em;
		line-height: 3.0rem;
		padding: 0 0.75rem;
		border-radius: 10px;
	}
}

@media screen and (min-width:1200px) {
	.jumbotron-box {
		width: 1200px;
		margin: 0 auto;
	}
	.jumbotron-Text {
		width: 38rem;
	}
	.jumbotron-Text h1 {
		background-color: #006Ad4;
		border-radius: 10px;
	}
}
section {
	padding: 120px 0!important;
}
/*******************************************
TOP salespoint
*******************************************/
.topSalespoint {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
}
.topSalespoint .inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.topSalespoint .inner div:first-child {
	width: 40px;
}

.topSalespoint .inner div:last-child {
	width: calc( 98% - 40px );
}
.topSalespoint p {
	font-weight: bold;
}
.topMidashi {
	display: flex;
	flex-direction: row;
	align-items:center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.topMidashi div:first-child {
	width: 80px;
}
.topMidashi div:nth-of-type(2) {
	width: calc( 100% - 80px );
	padding-left: 20px;
	padding-top: 0px;
}
.topMidashi div:last-child {
	width: 100%;
	padding-left: 100px;
	
}

@media screen and (max-width: 575.98px) {
	.topMidashi div:first-child {
		width: 50px;
	}
	.topMidashi div:nth-of-type(2) {
		width: calc( 100% - 50px );
		padding-left: 20px;
		padding-top: 0px;
	}
	.topMidashi div:last-child {
		width: 100%;
		padding-left: 0!important;
		padding-top: 10px;
	}
}

/*******************************************
index.html .contactTEL
*******************************************/
.contactTEL {
	position: fixed;
	right: 0;
	bottom: 405px;
	width: 100px;
	height: 220px;
	padding: 20px 5px;
	text-align: center;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	color: #fff;
	background-color:  cornflowerblue;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	z-index: 15;
}

.contactTEL p,.contactForm p {
	margin: 0;
	line-height: 1.5rem;
	font-weight: bold;
	fon-size: 20px;
}
.contactTEL p {
	 font-size: 24px;
	text-align: left;
}
.contactTEL p span {
	 display: block;
	line-height: 1.1rem;
}
.contactTEL a,.contactForm a,.contactFC a {
	display: block;
	text-decoration: none;
	color: #fff;
}
.contactTEL img,.contactForm a img,.contactFC a img {
	width: 30px;
}
.contactForm {
	position: fixed;
	right: 0;
	bottom: 265px;
	width: 100px;
	height: 120px;
	padding: 20px 5px;
	text-align: center;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	color: #fff;
	background-color:#001969;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	z-index: 15;
}
.contactForm p {
	 margin-top: 15px;
	line-height: 1.2rem;
}

.contactFC {
	position: fixed;
	right: 0;
	bottom: 110px;
	width: 100px;
	height: 135px;
	padding: 20px 5px;
	text-align: center;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	color: #fff;
	background-color:#00a3a8;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	z-index: 15;
}
.contactFC p {
	 margin-top: 15px;
	line-height: 1.2rem;
}
@media screen and (max-width: 767.98px) {
	.contactTEL, .contactForm, .contactFC {
		display: none;
	}
}
/*******************************************
index.html #sec1
*******************************************/
#sec1 {
	width: 100%;
	background: url("../images/sec1-bg.png");
	background-size: cover;
	background-position: center center;
}
.sec1-box-point {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px;
}
.sec1-box-point .inner {
	width: 30%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 180px;
	padding: 15px;
	border-radius: 15px;
	color: #fff;
	background: linear-gradient(90deg, rgba(0,128,255,0.8),rgba(45,210,115,.9));
	box-shadow: 6px 6px 10px #bbb;
}
.sec1-box-point .inner p {
	margin: 0;
}
@media screen and ( max-width: 575.98px ) {
	.sec1-box-point {
		flex-direction: column;
	}
	.sec1-box-point .inner {
		width: 100%;
		height: 160px;
		margin-bottom: 15px;
	}
	.sec1-box-point .inner p:first-child {
		font-size: 16px;
	}
	.sec1-box-point .inner p:last-child {
		font-size: 34px;
		font-weight: bold;
		line-height: 1.2;
	}

}
@media screen and ( min-width: 576px ) and (max-width: 767.98px ) {
	.sec1-box-point {
		flex-direction: column;
	}
	.sec1-box-point .inner {
		width: 100%;
		height: 130px;
		margin-bottom: 15px;
	}
	.sec1-box-point .inner p:first-child {
		font-size: 24px;
	}
	.sec1-box-point .inner p:last-child {
		font-size: 48px;
		font-weight: bold;
		line-height: 1.2;
	}

}

@media screen and ( min-width: 768px ) and (max-width: 1199.98px ) {
	.sec1-box-point .inner {
		width: 30%;
		height: 160px;
		margin-bottom: 15px;
	}
	.sec1-box-point .inner p:first-child {
		font-size: 16px;
	}
	.sec1-box-point .inner p:last-child {
		font-size: 30px;
		font-weight: bold;
		line-height: 1.2;
	}

}

@media screen and ( min-width: 1200px )  {
	#sec1 div.w-100 {
		max-width: 1200px;
		margin: 0 auto;
	}
	.sec1-box-point .inner {
		width: 30%;
		padding: 20px 15px;
		height: 180px;
		margin-bottom: 15px;
	}
	.sec1-box-point .inner p:first-child {
		font-size: 18px;
	}
	.sec1-box-point .inner p:last-child {
		font-size: 40px;
		font-weight: bold;
		line-height: 1.2;
	}

}
/* 各セクション */
#page-top section{
    background-color: #ffffff;
	padding: 3rem 0;
}
#page-top section:nth-child(odd){
    background-color: #ebf9ff;
}
#page-top section .container > h2{
    margin-bottom: 30px;
    font-size: 2.5rem;
}
#page-top section .container > h2 + p{
    max-width: 700px;
	margin: 0 auto 50px;
}
#sec1 h3{
    font-size: 1.4rem;
}
/*******************************************
index.html .contactZone
*******************************************/
.contactZone {
	background: url("../images/AdobeStock_459196720-v2.jpg");
	background-size: cover;
	background-position: center center;
}
.contactBox {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.contactBox .inner-space {
	width: calc(( 100% - 700px )/2);
}
.contactBox a.telBtn {
	display: block;
	max-width: 600px;
	font-size:3.0rem;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	background: linear-gradient(#2B95FF,#006AD4);
	padding: 40px;
	border-radius: 30px;
}
.contactZone a.telBtn span {
	font-size: 1.2rem;
	display: block;
	margin: 0;
	line-height: 1.4rem;
}
@media screen and (max-width: 575.98px) {
	.contactZone a.telBtn span {
		font-size: 14px;
	}
	.contactBox a.telBtn {
		font-size: 10vw;
		padding: 20px;
	}
}
@media screen and (min-width: 992px) {
	.contactZone a.telBtn , .menu-TEL{
		pointer-events: none;
	}
}

/*******************************************
index.html #sec2
*******************************************/
#sec2 {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	min-height: 500px;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
	z-index: 4;
	position: relative;
}
/*
#sec2::after {
	content: '';
	background: url("../images/AdobeStock_428947135.jpeg") center center;
	background-size: cover;
	opacity: 0.2;
	
}
*/
#sec2 .sec-midashi {
/*
	position: absolute;
	top: 0;
	z-index: 5;
*/
}
.sec2-box-7point {
/*	position: absolute;*/
	display: flex;
	bottom: 0;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	z-index: 5;
	height: 100%;
}
.sec2-box-7point .inner-point {
/*	background: linear-gradient(rgba(0,25,105,0.7),rgba(0,25,105,1.0));*/
	border-radius: 20px;
	text-align: center;
	font-size: 2vw;
	border: 0.5px solid #aaa;
	width: 30%; /* 7つのとき22% */
	background: #fff;
	margin: 1%;
	height: 320px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 6px 6px 10px #bbb;
}
.sec2-box-7point .inner-point:nth-child(1), .sec2-box-7point .inner-point:nth-child(2) {
	 border: 2px solid #006AD4;
}

.sec2-box-7point .inner-point a {
	text-decoration: none;
	height: 320px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sec2-box-7point .inner-point img {
	width: 120px;
}
#sec2 a.btn--blue {
	padding: 20px;
	display: block;
	margin: 30px auto;
	width: 90%;
	text-decoration: none;
	font-size: 30px;
	border-radius: 15px;
}
@media screen and (min-width: 320px) and (max-width: 575.98px) {
	.sec2-box-7point { 
		width: 95%;
		margin: 0 auto;
		justify-content: space-between;
	}
	.sec2-box-7point .inner-point {
		width: 47%;
		font-size: 16px;
		margin-bottom: 10px;
		height: 180px;
	}
	.sec2-box-7point .inner-point p {
		margin: 0px;
	}
	.sec2-box-7point .inner-point img {
		width: 60px;
	}
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
	.sec2-box-7point { 
		width: 90%;
		margin: 0 auto;
		justify-content: space-between;
	}
	.sec2-box-7point .inner-point {
		width: 47%;
		height: 240px;
	}
	.sec2-box-7point .inner-point p {
		margin: 0px;
		font-size: 3.5vw;
	}
	.sec2-box-7point .inner-point img {
		width: 100px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.sec2-box-7point { 
		width: 90%;
		margin: 0 auto;
		justify-content: space-between;
	}
	.sec2-box-7point .inner-point {
		width: 47%;
	}
	.sec2-box-7point .inner-point p {
		margin: 0px;
		font-size: 3vw;
	}
	#sec2 a.btn--blue {
		width: 50%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
	.sec2-box-7point { 
		width: 90%;
		margin: 0 auto;
		justify-content: center;
	}
	.sec2-box-7point .inner-point {
		width: 30%; /* 22% */
		height: 240px;
	}
	.sec2-box-7point .inner-point p {
		margin: 0px;
		font-size: 18px;
	}
	.sec2-box-7point .inner-point img {
		width: 100px;
	}
	#sec2 a.btn--blue {
		width: 50%;
	}
}
@media screen and (min-width: 1200px) {
	.sec2-box-7point .inner-point p {
		font-size: 22px;
		margin: 0;
	}
	#sec2 a.btn--blue {
		width: 50%;
	}
}
/*******************************************
index.html #sec3
*******************************************/
#sec3 .link-to-jirei a.btn--blue {
	padding: 20px;
	display: block;
	margin: 30px auto;
	width: 90%;
	text-decoration: none;
	font-size: 30px;
	border-radius: 15px;
}

@media screen and (min-width: 768px)  {
	#sec3 .link-to-jirei a.btn--blue {
		width: 50%;
	}
}
/*******************************************
index.html #sec4
*******************************************/
#sec4 {
	width: 100%;
	max-width: 1200px;
	margin: 50px auto;
	padding: 15px!important;
}

.sec4-voice-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec4-inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 60px;
	padding: 40px;
	border: 0.5px solid #aaa;
	border-radius: 20px;
}
.sec4-inner .inner-hp {
	width: 18%;
}
.sec4-inner .inner-hp img {
	border: 0.5px solid #aaa;
	box-shadow: 3px 3px 8px #ccc;
	max-width: 
}
.sec4-inner .inner-img {
	width: 17%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sec4-inner .inner-img img {
	margin-bottom: 10px;
	max-width: 160px;
}
.sec4-inner .inner-text {
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sec4-inner .inner-text p {
	margin: 0;
}
.sec4-inner .inner-link {
	width: 100%;
	margin-top: 30px;
}
.sec4-inner .inner-link a {
	display: block;
	text-align: center;
	border-radius: 15px;
	background-color: #006AD4;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	max-width: 600px;
	margin: 0 auto;
}

@media screen and (min-width:320px) and (max-width: 575.98px) {
	.sec4-voice-box {
		flex-direction: column;
		width: 96%;
		margin: 0 auto;
	}
	.sec4-inner {
		width: 100%;
		flex-direction: column;
		padding: 30px 20px;
	}
	.sec4-inner .inner-hp {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
	.sec4-inner .inner-hp img {
		max-width: 250px;	
	}	
	.sec4-inner .inner-img {
		width: 100%;
		margin: 20px auto;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sec4-inner .inner-img img {
		width: 80px;
		height: 80px;
		margin-bottom: 10px;
	}
	.sec4-inner .inner-img p {
		width: calc( 100% - 100px );
		font-size: 18px;
	}
	.sec4-inner .inner-text {
		width: 100%;
	}
	.sec4-inner .inner-link a {
		display: block;
		font-size: 0.8rem;
		text-align: center;
		border-radius: 15px;
		background-color: #006AD4;
		color: #fff;
		padding: 5px;
		text-decoration: none;
	}
}
@media screen and (min-width:576px) and (max-width: 767.98px) {
	.sec4-inner .inner-hp {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
	}
	.sec4-inner .inner-hp img {
		width: 250px;
	}
	.sec4-inner .inner-img {
		width: 28%;
	}
	.sec4-inner .inner-img img {
		max-width: 150px;
	}
	.sec4-inner .inner-text {
		width: 68%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}
@media screen and (min-width:768px) and (max-width: 991.98px) {
	.sec4-inner .inner-hp {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
	}
	.sec4-inner .inner-hp img {
		width: 250px;
	}
	.sec4-inner .inner-img {
		width: 28%;
	}
	.sec4-inner .inner-img img {
		max-width: 150px;
	}
	.sec4-inner .inner-text {
		width: 68%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}
@media screen and (min-width: 992px) and (max-width:1199.98px) {
	.sec4-inner .inner-hp {
		width: 15%;
	}
	.sec4-inner .inner-img {
		width: 21%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.sec4-inner .inner-img img {
		max-width: 150px;
	}
	.sec4-inner .inner-text {
		width: 60%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}
/*******************************************
index.html #sec5
*******************************************/
#sec5 {
	background: url("../images/AdobeStock_434870725.png") ;
	background-size: cover;
}
.sec5-detail-box {
	width: 100%;
	display: flex;
	flex-direction: column;
}
	.sec5-inner {
		padding: 30px;
/*		border: 5px solid #006AD4;*/
		display: flex;
		flex-direction: row;
		background-color: #ffffff;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 100px;
		border-radius: 15px;
	}
	.sec5-inner .inner-img {
		width: 44%;
	}
	.sec5-inner .inner-text {
		width: 53%;
	}
	.sec5-inner:nth-child(even) {
		flex-direction: row-reverse;
	}
@media screen and (min-width: 320px) and (max-width: 767.98px) {
	.sec5-detail-box {
		width: 100%;
		padding: 1%;
	}
	.sec5-inner {
		flex-direction: column;
		margin-bottom: 20px;
	}
	.sec5-inner .inner-text {
		width: 100%;
	}
	.sec5-inner .inner-img {
		width: 80%;
		margin: 0 auto 30px auto;
	}

}

@media screen and (min-width: 1200px) {
	.sec5-detail-box {
		max-width: 1200px;
	}
}
/*******************************************
index.html #sec6
*******************************************/
#sec6 {
	background-color:#E0F1FB;
}
.sec6-Box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec6-Box .inner {
	width: 48%;
	padding: 20px;
}
.sec6-Box .inner a {
	display: block;
	text-align: center;
	border-radius: 15px;
	background-color: #006AD4;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	max-width: 600px;
	margin: 20px auto 0;
}
.sec6-Box .inner img {
	width: 100%;
}
@media screen and (max-width: 991.98px) {
	.sec6-Box {
		flex-direction: column;
	}
	.sec6-Box .inner {
		width: 100%;
		margin-bottom: 40px;
	}
	.sec6-Box .inner img {
		width: 80%;
		max-width: 640px;
		margin: 0 auto 30px auto;
	}
}
@media screen and (min-width: 1400px) {
	.sec6-Box {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0;
	}
}
/* *****下層ページ***** */

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

#page article, #Page-Renewal article {
    padding: 5rem 0;
}

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

#page h1 + small {
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
}
#page .jumbotron{
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
    background: url("../images/top-image.jpg") no-repeat center center;
    background-size:cover;
    border-radius: initial;
}
#page #navTitle {
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
    background: url("../images/top-image.jpg") no-repeat center center;
    background-size:cover;
    border-radius: initial;
	height: 100px;
}


#Page-Renewal #navTitle {
    border-bottom: 1px solid #dddddd;
    background: url("../images/renewal.jpg") no-repeat center center;
    background-size:cover;
    border-radius: initial;
	height: 300px;
}

#Page-Renewal #navTitle::after {
	content: '';
    background-color: rgba(0,0,0,1.00);
}
#page .jumbotron .container{
    padding: 0;
}
#page .jumbotron .container p{
    margin-bottom: 0;
}
#page h2 + p{
    margin: 0 0 1.2rem;
}
#page main img{
    max-width: 100%;
}
#page .sample-title{
    display: flex;
    align-items: center;
    text-align: center;	
}

#page .sample-title::after {
    border-top: 3px dotted;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
    margin-left: 0.5em;
}
#page .sample-title span{
    background-color: #fbfbf2;
}
/* *****フォーム***** */

.form1 label{
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
.form1 input,
.form1 textarea,
.form1 select{
    max-width: 768px;
}
.form1 .form-group{
    margin-bottom: 2rem;
}
.st-btn, a.st-btn, button.st-btn {
  font-size: 1.2rem;
	display: block;
	max-width: 600px;
	margin: 20px 0;
  line-height: 1.5;
  padding: 1rem 2rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;  color: #212529;
  border-radius: 0.5rem;
}
					
.btn--blue, a.btn--blue {
	color: #fff;
	background-color: #30A8FF;
}

.btn--blue:hover, a.btn--blue:hover {
	color: #fff;
	background: #4DB4FF;
}

.btn--green, a.btn--green {
	color: #fff;
	background-color: #07C067;
}

.btn--green:hover, a.btn--green:hover {
	color: #fff;
	background: #35E08E;
}

.text-red {
	color: #ff0000;
}

/* マーカー線・青 */
.marker6 {
	background:linear-gradient(transparent 75%, #9eceff 75%);
	font-weight: bold;
}

.marker-emerald {
	background:linear-gradient(transparent 75%, #29ceda 75%);
	font-weight: bold;
}


/* osusume-arrow */
.osusumeArrow img {
vertical-align: top;
}

.mark-column {
	background-color: #9eceff;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 2em;
	font-weight: bold;
}

.container-MAX-sm { max-width: 540px; }
.container-MAX-md { width: 100%; max-width: 720px!important; }
.container-MAX-lg { max-width: 960px; }
.container-MAX-xl { max-width: 1140px; }
.container-MAX-xxl { max-width: 1320px; }

.marker-RedYellow {
    color: #ff0000;
    background: linear-gradient( transparent 64%, #fffd3a 0, #fffd3a calc(1.1em + 5px), transparent 0 );
}

.marker-Yellow {
    background: linear-gradient( transparent 64%, #fffd3a 0, #fffd3a calc(1.1em + 5px), transparent 0 );
}
.border-emerald { border-color: #29ceda; }

.text-red {
	color: #ff0000;
}

h4.lp_sp-tab {
	border-top: 4px solid #001969;
	background-color: #ffffff;
    font-size: 1.5rem;
    border-bottom: 4px solid #001969;
    padding: 0.25em 0;
    text-align: center;
	margin: 1em 0 0 0;
}
.planBackground {
	background-image: url("/images/landingPage/plan-bgimg.png");
	background-repeat:no-repeat;
	background-size: cover;
}

.img-border {
	border: 1px solid #333333;
}

/*制作事例の画像サイズ*/
.List-Group img {
	width: 100%;
	max-width: 400px!important;
	
}
.List-Group {
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
}

.List-Group div.inner {
	width: 45%;
	margin-bottom: 30px;
}



@media screen and (max-width: 767.98px) {
	.List-Group div.inner {
	width: 100%;
	margin-bottom: 30px;
}
}


/*******************************************/
.plan-point {
	 width: 100%; display: flex;
	justify-content: space-between;
}

.plan-point div {
	width: 45%;
	padding-bottom: 30px;
}
.plan-point .right a p {
	padding: 15px;
	background-color: #0549E5;
	color: #fff; text-align: center;
	font-weight: bold;
	font-size: 130%;
	border-radius: 10px;
}

.plan-point .left a p {
	padding: 15px;
	background-color: #F97F20;
	color: #fff; text-align: center;
	font-weight: bold;
	font-size: 130%;
	border-radius: 10px;
}

.plan-point a { text-decoration: none; }
.plan-point a:hover { opacity: 0.5; }

.sec-plan tr td.td-center {
	text-align: center;
	vertical-align: middle;
	width: calc(( 100% - 52% ) /3 )!important;
}

.td-center {
	text-align: center;
	vertical-align: middle;
}
td.fc-setsumei, th.fc-setsumei {
	width: 50%!important;
}
td.fc-setsumei p:nth-child(odd) {
	white-space: normal;
}

th.type-S {
	background-color: #0549E5!important;
}

#planBasic table tr th {
	background-color: #0549E5!important;
	color: #fff;
}
#planBasic table tr:nth-child(2n) td {
	background-color: rgba(5,73,229,0.05);
}
#planBasic table tr:nth-child(2n-1) td {
	background-color: rgba(255,255,255,1.0);
}
#planBasic table tr th {
	background-color: #0549E5!important;
	color: #fff;
}
#planOption table tr th {
	background-color: #f97f20!important;
	color: #fff;
}

#planOption table tr:nth-child(2n) td {
	background-color: rgba(249,127,32,0.2);
	width:20%;
}
#planOption table tr:nth-child(2n-1) td {
	background-color: rgba(255,255,255,1.0);
}

#planOption table.planOption-spec tr th {
	background-color: #aaa!important;
	color: #fff;
	text-align: center;
}
#planOption table.planOption-spec tr td {
	background-color: #fff!important;
	font-size: 90%;
}

#planOption table.planOption-spec tr th:first-of-type {
	width: 18%;
	vertical-align: middle;
	font-weight: bold;
}
#planOption table.planOption-spec tr th:nth-child(2n) {
	width: 62%;
	vertical-align: middle;
	font-weight: bold;
}
#planOption table.planOption-spec tr th:nth-child(3n) {
	width: 20%;
	text-align: center;
	vertical-align: middle;
}
@media screen and (max-width: 1199.98px) {
	.sec-plan {
		width: 100%;
	}
}

@media screen and (min-width: 768px) and (max-width:1199.98px) {
	td.fc-setsumei {
	width: 400px!important;
}
}

@media screen and  (max-width:767.98px) {
	td.fc-setsumei {
		width: 200px!important;
	}
	td.fc-setsumei p:nth-child(even) {
		width: 100%;
}
	.plan-point {
	 width: 100%; display: flex; flex-direction: column; justify-content: space-between;
	}

	.plan-point div {
		width: 100%;
		padding-bottom: 30px;
	}
	
	
	#planOption table.planOption-spec tr th {
		width: 33%!important;
	}
	#planOption table.planOption-spec tr td {
		background-color: #fff!important;
		width: 33%!important;
	}
}


/*-----------------------------------------------
jirei.html　制作事例
------------------------------------------------*/
.jirei-new {
	position: absolute;
    top: 3%;
    left: 3%;
	padding: 1% 2%;
    background: #ffff00;
	color: #001969;
}
.jirei-pickup img.sp {
	width: 10px;
    bottom: 0px;
    left: 25%;
    position: absolute;
}

.shinki-icon {
	background-color: #0055ae; font-size: 90%; border-radius: 5px; padding: 5px 10px; color: #fff;
}

.renewal-icon {
	background-color: #00A837; font-size: 90%; border-radius: 5px; padding: 5px 10px; color: #fff;
}

/*-----------------------------------------------
index.html　section#topNorikae-point-2
------------------------------------------------*/
#topNorikae .topNorikae-point div.inner-point p {
	font-family: 'Arial Black', Gadget, 'sans-serif';
	border-bottom: 2px solid #aaa; width: 3em; padding-bottom: 0.5em; margin-bottom: 0.5em;
}
/*  --  */
.topNorikae-point-2 {
	display: flex; flex-direction: column; justify-content: space-between;
}
.topNorikae-point-2 .inner {
	width: 100%;
}
.topNorikae-point-2 .inner .inner-point {
	width: 100%; display: flex; align-content: center;
}
.topNorikae-point-2 .inner .inner-point p {
	 padding: 0.5em 0; line-height: 1em;
}
.topNorikae-point-2 .inner .inner-point span {
	font-weight: normal;
	color: #aaa;
}
.topNorikae-point-2 .inner .inner-text img {
	width: 100%;
	display: block;
	padding-right: 20px; 
}

.topNorikae-point-2 .inner .inner-text {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: flex-start;
}

.topNorikae-point-2 .inner .inner-text div:first-child {
	width: 50%!important;
}
.topNorikae-point-2 .inner .inner-text div:nth-child(2n) {
	width: 50%!important;
}
@media screen and (min-width:1200px) and (max-width:1399.98px) {
/*
	.topNorikae-point-2 .inner-point strong {
		font-size: 200%!important;
	}
*/
}
@media screen and (min-width:992px)  {
	.topNorikae-point-2 .inner .inner-text div:first-child {
		width: 45%!important;
		margin-bottom: 20px;
	}

	.topNorikae-point-2 .inner .inner-text div:nth-child(2n) {
		width: 55%!important;
	}
	
	.topNorikae-point-2 .inner {
		margin-bottom: 50px;
	}
}
@media screen and (max-width:991.98px) {
	.topNorikae-point-2 {
		flex-direction: column;
	}
	
	.topNorikae-point-2 .inner {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.topNorikae-point-2 .inner .inner-text img {
		width: 100%;
		display: block;
		padding-right: 20px; 
	}
	
	.topNorikae-point-2 .inner .inner-text {
		flex-direction: column;
	}
	.topNorikae-point-2 .inner .inner-text div:first-child {
	width: 100%!important;
		margin-bottom: 20px;
	}
	.topNorikae-point-2 .inner .inner-text div:nth-child(2n) {
		width: 100%!important;
	}
}

#topNorikae .topNorikae-point-2 div.inner-point p:first-child {
	font-family: 'Arial Black', Gadget, 'sans-serif';
}

/*-----------------------------------------------
index.html　div#topOtoiawase
------------------------------------------------*/
.topOtoiawase {
	background-color: #006AD4;
	padding: 50px 0 50px 0;
	margin:70px 0 0 0;
	color: #ffffff;
	text-align: center;
}
.otoiawaseBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

.otoiawaseBox .inner {
	width: 48%;
}
@media screen and (max-width:767.98px) {
	.otoiawaseBox {
		flex-direction: column;
	}
	.otoiawaseBox .inner {
		width: 100%;
		margin-bottom: 30px;
	}
}


/*-----------------------------------------------
index.html　お知らせ部分
------------------------------------------------*/

section#top-news {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}

.other-contents {
    width: 100%;
}

.other-contents .company01 {
    margin-bottom: 40px;
}

/*******************************************
index News
*******************************************/

.company07 {
    height: 200px;
    overflow-y: scroll;
    max-width: 980px;
    margin: auto;
    padding: 10px;
}

.company07 a.naiyo {
    text-decoration: none;
    border-bottom: dashed 1px #dfdfdf;
    margin: 0;
    display: block;
    padding: 10px;
}

.company07 a.naiyo p {
    margin: 0;
}

.linkBox:hover {
    opacity: 0.6;
}

.contact-pd {
    padding-top: 2.0rem !important;
    padding-bottom: 1.5rem !important;
}