@charset "utf-8";
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: auto !important;
	}
}

* {
	color: #333;
	font-size: 14px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

strong {
	font-family: 'Meiryo', "sans-serif";
	font-weight: 900;
	/*'M PLUS 1 Code', 'Zen Kaku Gothic New', "Hiragino Sans", */
}

.SP {
	display: none;
}


@media screen and (min-width:320px) and (max-width:767.98px) {
	.SP {
		display: block;
		width: 95%;
		margin: 0 auto;
	}

	.TB {
		display: none;
	}

	.PC {
		display: none;
	}

	.SP-TB {
		display: block;
		width: 95%;
		margin: 0 auto;
	}

	.TB-PC {
		display: none;
	}
}

@media screen and (min-width:576px) and (max-width:991.98px) {
	.SP {
		display: none;
	}

	.TB {
		display: block;
	}

	.PC {
		display: none;
	}

	.SP-TB {
		display: block;
	}

	.TB-PC {
		display: block;
	}
}

@media screen and (min-width:992px) {
	.SP {
		display: none;
	}

	.TB {
		display: none;
	}

	.PC {
		display: block;
	}

	.SP-TB {
		display: none;
	}

	.TB-PC {
		display: block;
	}
}






a {
	text-decoration: none;
	color: #0653b2;
}

a:hover {
	/*text-decoration: underline;*/
	text-decoration-color: #0653b2;
}

mark {
	background-color: #ffff00;
}

.no-gutter>[class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.midashi-10 {
	font-size: 10px;
	/* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc(10 + ((1vw - 3.2rem) * 0.625));
}

.midashi-11 {
	font-size: 11px;
	/* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc(11 + ((1vw - 3.2rem) * 0.625));
}

.midashi-12 {
	font-size: 12px;
	/* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc(12 + ((1vw - 3.2rem) * 0.625));
}

.midashi-14 {
	font-size: 14px;
	/* IE8以下とAndroid4.3以下用フォールバック */
	/* before 16 */
	font-size: calc(14 + ((1vw - 3.2rem) * 0.625));
}

.midashi-16 {
	font-size: 16px;
	/* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc(16 + ((1vw - 3.2rem) * 0.625));
}

.midashi-18 {
	font-size: 18px;
	/* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc(18 + ((1vw - 3.2rem) * 0.625));
}

.midashi-20 {
	font-size: 20px;
	/* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc(20 + ((1vw - 3.2rem) * 0.625));
}

.midashi-22 {
	font-size: 22px;
	/* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc(22 + ((1vw - 3.2rem) * 0.625));
}

/*---------------------------------------------*/
/* reset
============================================== */
ul,
ol {
	padding-left: 0 !important;
	list-style-type: none;
}

.bottom-space {
	height: 100px;
}

.heading {
	border-left: 6px solid #aaa;
	padding: 0 0 0 10px;
}

/*---------------------------------------------
ヘッダー(navbar) 
===============================================*/
header {
	position: fixed;
	width: 100%;
	z-index: 999;
}

.navbar {
	background-color: #ffffff;
	height: 60px;
	position: relative;
}

.headerFrame {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.header-logo-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.header-logo-bar p {
	font-size: 110%;
	margin: 0;
	line-height: 1.4em;
}

.header-logo-bar a img {
	width: 70px;
	padding-right: 10px;
}

.top-naviimg a img {
	height: 30px;
	width: auto;
}

.inner-navi {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	/* margin-right: 65px; */
}

.inner-navi .inner-cale,
.inner-navi .inner-insta {
	margin-left: 5px;
}

@media screen and (min-width: 992px) {
	.inner-navi {
		margin-right: 0;
	}

	.sp-cale,
	.sp-insta {
		display: none;
	}
}

.navbar {
	border-bottom: 1px solid #aaa;
}

@media screen and (max-width: 767.98px) {
	.navbar-toggler {
		font-size: 1rem !important;
	}

	.top-naviimg a img {
		height: 20px;
		width: auto;
	}

	.navbar {
		border-bottom: 1px solid #eee;
		background-color: #fff;
		position: relative;
	}

	.sukashi-logo {
		width: 100%;
		max-width: 180px;
	}
}

.navbar .navbar-collapse {
	flex-grow: 0;
}

.nav-link {
	color: #5b5b5b !important;
	font-size: 1.2rem !important;
}

.nav-item a.active {
	display: block;
	color: #191970 !important;
}

.nav-item {}

a.nav-link:hover {
	opacity: 0.5;
}

.navbar .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(251, 251, 241, 1);
}

p.top-small {
	font-size: 0.6rem;
	padding: 0;
	margin: 0px auto 5px auto;
}

@media screen and (max-width:767.98px) {
	.nav-item {
		width: 100%;
		border-left: none;
	}

	.nav-item:nth-child(5n) {
		border-left: none;
		border-right: none;
	}

	.nav-item .nav-link {
		padding: 1em;
		color: #ffffff;
		font-weight: bold;
	}

	.nav-link-sub {
		display: none;
	}

}

@media screen and (max-width:991.98px) {
	.navbar .navbar-collapse.show .nav-item {
		border-bottom: 1px solid #aaa;
		background-color: #fff;
		padding: 5px;
	}

	.nav-item .nav-link,
	.nav-item .nav-link span {
		font-size: 20px;
		text-align: center;
	}

}


/*---------------------------------------------
index.html top
===============================================*/

main {
	padding-top: 60px;
}



#top-first {
	/* background:linear-gradient(#f5fbf6,#fff); */
	background-color: #f5fbf6;
}

.topImages {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
}

.topImages .inner-text,
.topImages .inner-img {}

.topImages .inner-text {
	background-color: #f5fbf6;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
}

.topImages .inner-text h1 {
	color: #333;
	font-weight: bold;
	/* padding: 15px; */
	text-align: center;
	line-height: 1.0;
	font-size: 6.5vw;
}

.topImages .inner-text img {
	width: 100%;
	margin: 15px 0 18px 0;
	max-width: 300px;
}

.topImages .inner-img {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
}

.topImages .inner-img img {
	max-width: 180px;
	display: block;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
	#top-first {
		/* background: linear-gradient(90deg,#f5fbf6,50%,#fff); */
	}

	.topImages {
		flex-direction: row;
		justify-content: space-around;
	}

	.topImages .inner-text {
		width: 60%;
		display: flex;
		justify-content: flex-end;
	}

	.topImages .inner-img {
		width: 35%;
		padding: 20px 0;
		justify-content: flex-start;
	}

	.topImages .inner-img img {
		max-width: 220px;
	}

	.topImages .inner-text h1 {
		font-size: 30px;
		line-height: 1.5;
		text-align: center;
	}
}

@media screen and (min-width: 992px) {
	#top-first {
		/* background: linear-gradient(90deg,#f5fbf6,50%,#fff); */
	}

	.topImages {
		flex-direction: row;
		max-width: 991px;
		justify-content: center;
	}

	.topImages .inner-text {
		width: 65%;
		display: flex;
		justify-content: center;
	}

	.topImages .inner-text img {
		max-width: 350px;
	}

	.topImages .inner-img {
		width: 29%;
		/* padding: 20px auto; */
		margin: 10px 0;
	}

	.topImages .inner-img img {
		max-width: 280px;
		display: block;
	}

	.topImages .inner-text h1 {
		font-size: 36px;
		line-height: 1.2;
	}
}

/*===============================================*/
#top-kakehashi {
	background-color: #cdb690;
}

#top-kakehashi div {
	padding: 20px 0;
}

#top-kakehashi div h2 {
	font-weight: bold;
	color: #ffffff;
}

.pointFrame {
	padding: 10px;
	margin: 10px auto;
}

.pointFrame img {
	max-width: 960px;
}


/*---------------------------------------------*/
/* section
============================================== */
section {
	padding: 50px 0;
}

/*---------------------------------------------*/
/* main-contents
============================================== */
#main-contents {
	/*	border: 1px solid #cccccc;
	padding: 1.5em 0.5em;*/
	box-sizing: border-box;
	margin: 1em auto;
}

/*---------------------------------------------*/
/* index.html common
============================================== */
.contactBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	width: 98%;
	max-width: 960px;
	margin: 50px auto 20px auto;
}

.contactBox .inner {
	width: 48%;
}

.contactBox .inner p {
	margin: 0 0 5px 0;
}

a.btn-moushikomi,
a.btn-Line {
	display: block;
	text-align: center;
	padding: 20px;
	color: #fff !important;
	font-size: 130%;
	font-weight: bold;
}

a.btn-moushikomi:hover,
a.btn-Line:hover {
	opacity: 0.5;
}

.btn-moushikomi {
	background-color: #29abe2;
}

.btn-Line {
	background-color: #00C365;
}

/* タブレット未満 */
@media screen and (min-width:576px) and (max-width:767.98px) {
	.contactBox {
		width: 98%;
		margin: 50px auto 20px auto;
	}

}

/* スマホ */
@media screen and (min-width:320px) and (max-width:575.98px) {
	.contactBox {
		width: 98%;
		margin: 50px auto 20px auto;
	}

	.contactBox .inner {
		width: 100%;
		margin-bottom: 30px;
	}
}

/*---------------------------------------------*/
/* main-bar
============================================== */
.main-bar {
	background-image: url(../images/bg-house.png);
	background-color: #f5fbf6;
	background-repeat: repeat;
	background-size: initial;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	height: 100px;
}

.main-bar p {
	font-size: 140%;
	margin: 0 auto;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.main-bar p span {
	color: #cdb690;
}

@media screen and (min-width:768px) {
	.main-bar {
		height: 150px;
	}
}

/*---------------------------------------------*/
/* Carousel
============================================== */
.carousel-bgcolor {
	background-color: #f2f2f2;
}

.carousel-control-next,
.carousel-control-prev {
	width: 5% !important;
}

/*---------------------------------------------*/
/* business
============================================== */
#bundenban div {
	width: 30%;
	padding: 30px 0;
}

#business-circle,
#business-circle2,
#business-circle3 {
	width: 100%;
	margin: 10px auto;
	align-items: flex-start;
}

#business-circle div {
	width: 30%;
}

.business-list li {
	padding: 0.75em 0;
}

@media screen and (max-width: 767.98px) {
	#business-circle div {
		width: 100%;
		margin: 10px auto;
		align-items: center;
		flex-direction: column;
	}
}

.flow-list {
	width: 100%;
	max-width: 18em;
}

.flow-list li:nth-of-type(2n-1) {
	padding: 1em;
	background-color: #eeeeee;
	text-align: center;
}

.flow-list li:nth-of-type(2n) {
	padding: 0.5em;
	font-size: 120%;
	text-align: center;
}

/*---------------------------------------------*/
/* sec-3point
============================================== */
.sec-3point li {
	font-size: 20px;
	font-weight: bold;
}

#sec-3point .sec-3pointFrame {
	width: 95%;
	margin: 10px auto;
}

.sec-3point li i {
	font-size: 25px;
}

.bigArrow {
	width: 100%;
	text-align: center;
}

.bigArrow p {
	font-size: 100px;
	padding: 0;
	margin: 10px 0;
	line-height: 1;
	color: #cdb690;
}

@media screen and (min-width: 768px) {
	#sec-3point .sec-3pointFrame {
		width: 100%;
		max-width: 700px;
	}

}

/*---------------------------------------------*/
/* index.html  simulation
============================================== */
.index-simu {
	padding: 0 0 30px 0;
}

.simuBox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 95%;
	margin: 0 auto;
	position: relative;
}

.simuBox .inner {
	width: 100%;
	padding: 15px;
	border: 1px solid #333;
	margin-bottom: 20px;
	position: relative;
}

.simuBox .inner .inner-left {
	padding-top: 110px;
	position: relative;
}

.simuBox .inner img {
	width: 100%;
}

.simuBox .inner p {
	font-size: 1.3rem;
}

.simuBox .inner p strong {
	font-size: 1.8rem;
	display: inline-block;
	margin: 0px 0.25em;
	color: red;
}



@media screen and (min-width: 768px) and (max-width: 1199.98px) {
	.simuBox {
		flex-direction: row;
	}

	.simuBox .inner {
		width: 49%;
	}
}

@media screen and (min-width:1200px) {
	.simuBox {
		flex-direction: row;
		max-width: 1400px;
	}

	.simuBox .inner {
		width: 49%;
		display: flex;
	}

	.simuBox .inner .inner-left,
	.simuBox .inner .inner-right {
		width: 50%;
		position: relative;
	}
}

/*---------------------------------------------*/
/* index.html  ribbon
============================================== */

.ribbon15 {
	display: inline-block;
	position: absolute;
	top: -6px;
	/* right: 10px; */
	left: 0;
	margin: 0;
	padding: 30px 5px;
	z-index: 2;
	width: 90px;
	text-align: center;
	color: white;
	font-size: 17px;
	font-weight: bold;
	background: linear-gradient(#ff785b 0%, #e95738 100%);
	border-radius: 2px 0 0 0;
}

/* .ribbon15:before {
	position: absolute;
	content: '';
	top: 0;
	right: -6px;
	border: none;
	border-bottom: solid 6px #cf4a2d;
	border-right: solid 6px transparent;
} */

.ribbon15:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 45px solid #e95738;
	border-right: 45px solid #e95738;
	border-bottom: 10px solid transparent;
}

/* @media screen and (min-width:768px) and (max-width: 991.98px) {
	.simuBox .ribbon15 {
		width: 60px;
	}

	.simuBox .ribbon15:after {
		border-left: 30px solid #e95738;
		border-right: 30px solid #e95738;
	}
} */

@media screen and (min-width: 992px) {
	.simuBox .ribbon15 {
		left: 0;
	}
}

.reasonBox .ribbon15 {
	font-size: 15px;
}

.reasonBox .ribbon15:after {
	border-left: 45px solid #e95738;
	border-right: 45px solid #e95738;
}

/*---------------------------------------------*/
/* index.html  staff
============================================== */
section#index-staff {
	padding: 40px 0;
	background-color: #f5fbf6;
}

.midashi-staff {
	text-align: center;
	font-size: 24px;
	color: red;
	font-weight: bold;
}

.staffBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	width: 100%;
}

.staffBox .inner {
	width: 49%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	padding: 20px;
}

.staffBox .inner .inner-img {
	width: 50%;
	margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
	.staffBox {
		max-width: 740px;
		margin: 0 auto;
	}
}

/*---------------------------------------------*/
/* index.html  sales
============================================== */
.salesBox {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.salesBox .inner {
	padding: 20px;
	border: 2px solid #cdb690;
	width: 95%;
	margin: 20px auto 0 auto;
}

.salesBox .inner:last-child {
	margin: 20px auto;
}

.salesBox .inner p {
	font-size: 1.5rem;
	margin-top: 10px;
}

.salesBox .inner img {
	margin: 0 auto 25px;
	display: block;
	width: 25%;
	max-width: 140px;
}

@media screen and (min-width:992px) {
	.salesBox {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		max-width: 1000px;
		margin: 0 auto;
	}

	.salesBox .inner {
		width: 30%;
		height: 350px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.salesBox .inner img {
		width: 40%;
		max-width: 150px;
	}

	.salesBox .inner p {
		font-size: 1.3rem;
		margin-top: 10px;
	}
}

/*---------------------------------------------*/
/* index.html reason
============================================== */
#reason {
	padding: 40px 0;
	background-color: #f5fbf6;
}

.reasonBox {
	padding: 20px;
	max-width: 1000px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 auto;
}

.reasonBox .inner:first-child {
	width: 100%;
	margin: 0 auto 30px;
	position: relative;
}

.reasonBox .inner:last-child {
	max-width: 650px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	border: 0.5px solid #333;
	padding: 20px;
}

.reasonBox .inner:last-child .inner-border {
	padding: 110px 0px 0px 0px;
	position: relative;
}

.reasonBox .inner h2 {
	margin-bottom: 30px;
}

.reasonBox .inner p {
	font-size: 1.3rem;
}

.reasonBox .inner strong {
	font-size: 1.8rem;
	display: inline-block;
	margin: 0 0.25em;
	color: red;
}

@media screen and (min-width:992px) {
	.reasonBox {
		flex-direction: row;
		column-gap: 30px;
	}

	.reasonBox .inner p {
		font-size: 1.3rem;
	}
}

/*---------------------------------------------*/
/* index.html reason
============================================== */
.contactBox {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}



.contents.contact {
	/* background-color: #00aec4; */
	/* margin-top: -70px; */
}

.contents.contact h3 {
	color: #fff;
	position: static;
}

.contents.contact h3:before,
.contents.contact h3:after {
	display: none;
}

.contents.contact .contact_box {
	background-color: #fff;
	padding: 50px 0;
	border-radius: 20px;
}

.contents.contact .contact_box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

.contents.contact .contact_box ul li {
	width: 33.33%;
	text-align: center;
	border-right: solid 1px #ccc;
}

.contents.contact .contact_box ul li:last-child {
	border: none;
}

.contents.contact .contact_box ul li figure {
	width: 100px;
	/* margin: -80px auto 10px; */
	margin: 0px auto 30px;
}

.contents.contact .contact_box ul li h4 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 auto 20px;
}

.contents.contact .contact_box ul li .p {
	line-height: 28px;
}

.contents.contact .contact_box .btn {
	font-weight: 600;
	border: none;
	box-shadow: 0 0 10px #999;
	border-radius: 0;
	text-align: center;
	width: 250px;
	margin: 0 auto;
	padding: 0;
}

.contents.contact .contact_box .btn a {
	display: block;
	text-decoration: none;
	color: #fff !important;
	padding: 10px 0;
}

.contents.contact .contact_box .btn a:hover {
	opacity: 0.7;
}

.contents.contact .contact_box .btn a span {
	color: #fff !important;
}

.contents.contact .contact_box .btn.dl a {
	background-color: #004175;
}

.contents.contact .contact_box .btn.contact a {
	background-color: #00C365;
}

.contents.contact .contact_box .btn.dl a:before {
	background-color: #004175;
}

.contents.contact .contact_box .btn.contact a:before {
	background-color: #00C365;
}

.contents.contact .contact_box ul li .tel a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: -10px;
}

.contents.contact .contact_box ul li .time {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}

@media screen and (max-width:1023.98px) {

	/*-------------------フッター　お問い合わせ-------------------*/
	.contents.contact {
		margin-top: 0px;
	}

	.contents.contact h3 {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.contents.contact .contact_box {
		padding: 0 5%;
	}

	.contents.contact .contact_box ul {
		display: block;
	}

	.contents.contact .contact_box ul li {
		width: auto;
		border-right: none;
		border-bottom: solid 1px #ccc;
		padding: 30px 0 40px;
	}

	.contents.contact .contact_box ul li figure {
		width: 60px;
		margin: 0px auto 10px;
	}

	.contents.contact .contact_box ul li h4 {
		font-size: 18px;
		font-weight: 600;
		margin: 0 auto 10px;
	}

	.contents.contact .contact_box .btn {
		width: 90%;
		margin: 0 auto;
	}
}

/*---------------------------------------------*/
/* Footer
============================================== */

.bottom-space {
	padding: 30px 0;
}

.footer-copyright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff !important;
	text-align: center;
	background-color: #cdb690;
}

footer #topPlace {
	background-color: #f5fbf6;
}

#footer-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}

.footer-company {
	font-size: 140%;
	font-weight: 700;
}

img.footer-logo {
	width: 320px;
}

#footer-content p {
	margin: 0;
}

.serviceArea {
	padding-top: 20px;
}

.serviceArea p {
	font-size: 80%;
	margin: 0;
}

.topPlace-02Box {
	display: flex;
	flex-direction: row;
	width: 40%;
}

.topPlace-01 {
	width: 55%;
	display: flex;
	flex-direction: column;
	align-content: space-between;
}

.Google-map {
	position: relative;
	width: 100%;
	/*height: 0;
    padding-top: 200px; 56.25%比率をお好みで*/
}

.Google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footer a:hover {
	opacity: 0.5;
}

.topPlaceBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}


@media screen and (max-width:767.98px) and (max-width:991.98px) {
	.Google-map {
		position: relative;
		width: 100%;
	}

}

@media screen and (max-width:767.98px) {
	.topPlaceBox {
		flex-direction: column;
	}

	.topPlace-01 {
		width: 100% !important;
	}

	.topPlace-02 {
		margin-top: 20px;
		padding-right: 20px;
	}

	.topPlace-02Box {
		display: flex;
		flex-direction: row;
		width: 100%;
	}

	.Google-map {
		margin-top: 20px;
		width: 100%;
	}

	.footer-copyright {
		padding-bottom: 120px;
	}

	img.footer-logo {
		width: 250px;
	}
}

/*---------------------------------------------*/
/* conversion
============================================== */
.sp-conversion {
	background-color: rgba(76, 76, 76, 0.7);
	position: fixed;
	bottom: -1%;
	left: 0;
	padding: 10px 0;
	z-index: 999;
	width: 100%;
}

.sp-conversion-list {
	border-spacing: 10px 0;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.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--contact a {
	background: #29abe2;
	border-bottom: 2px solid #29abe2;
	position: relative;
}

.btn-conversion--Line a {
	background: #00C365;
	border-bottom: 2px solid #00C365;
	position: relative;
}

@media only screen and (min-width: 768px) {
	.sp-conversion {
		display: none;
	}
}

.fa.fa_5 {
	font-size: 0.5rem;
}


/* h1～h6
============================================== */
.short-udline {
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
	line-height: 1em;
	margin-bottom: 50px;
	font-weight: bold;
}

.short-udline:before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: -20px;
	left: 50%;
	width: 50px;
	height: 5px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #cdb690;
}

.udline {
	padding-bottom: 0.25em;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #fc904d;
	margin-bottom: 30px;
}

/*スマホ*/
@media screen and (min-width: 320px) and (max-width:767.98px) {

	.h2-udline {
		border-bottom: 2px solid #0653b2;
		width: 100%;
		font-size: 1.2em;
		padding-bottom: 0.25em;
		margin: 1rem 0 1rem 0;
		font-weight: 600;
		border-left: none;
	}

	.h2-udlineGray {
		border-bottom: 2px solid #cccccc;
		width: 100%;
		font-size: 1.2em;
		padding-bottom: 0.25em;
		margin: 1rem 0 2rem 0;
		font-weight: 600;
		border-left: none;
	}
}

/*tablet*/
@media screen and (min-width: 768px) {
	.h2-udline {
		border-bottom: 2px solid #0653b2;
		width: 100%;
		font-size: 1.2em;
		padding-bottom: 0.25em;
		margin: 1rem 0 1rem 0;
		font-weight: 600;
	}

	.h2-udlineGray {
		border-bottom: 1px solid #cccccc;
		width: 100%;
		font-size: 1.2em;
		padding-bottom: 0.25em;
		margin: 1rem 0 2rem 0;
		font-weight: 600;
	}

	.h2-sideline {
		color: #0653b2;
		font-size: 1.2em;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.h2-sideline::before,
	.h2-sideline::after {
		border-top: 1px solid #0653b2;
		content: "";
		width: 25vw;
	}

	.h2-sideline::before {
		margin-right: 1em;
	}

	.h2-sideline::after {
		margin-left: 1em;
	}
}

.midashi-sub {
	font-size: 60%;
	letter-spacing: 0.2em;
	line-height: 1em;
	padding-left: 0.5em;
}

.midashi-title {
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1em;
}

h2 {
	font-weight: bold;
}

/*---------------------------------------------*/
/* index.html #Lineup
============================================== */
.seminarBox div {
	width: 48%;
	max-width: 300px;
}

.seminarBox div a img {
	width: 100%;
}


#News {
	font-size: 0.8em;
}

.news-link {
	text-decoration: none;
}

.news-link:hover {
	cursor: pointer;
	color: #3b74a6;
	text-decoration: underline !important;
}

.News-content {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	border-bottom: 1px solid #333333;
	margin-bottom: 0.25em;
}

.News-days p,
.News-daysEN p {
	margin: 0;
}

.News-days {
	width: 18em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 2em;
}

.News-daysEN {
	width: 15em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 2em;
}

@media screen and (max-width: 767.98px) {
	.News-content {
		flex-direction: column;
	}

	.News-days {
		width: 100%;
		max-width: 250px;
	}

	.News-daysEN {
		width: 100%;
		max-width: 190px;
	}
}

#LineupNew {
	padding: 3vw 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#LineupNew a {
	text-decoration: none;
}

#LineupNew a:hover {
	opacity: 0.5;
}

#itemLineup-frame p.EN {
	height: 6rem;
}

#LineupNew .LinupNew-inner {
	width: calc(32% - 15px);
	margin-bottom: 30px;
}

@media screen and (max-width: 767.98px) {
	#LineupNew .LinupNew-inner {
		width: calc(100% - 10px);
		margin-bottom: 30px;
	}
}

#LineupNew .LinupNew-inner p {
	margin: 0;
	text-align: center;
	line-height: 2em;
}

.LineupNew-title {
	font-size: 20px;
	padding-top: 30px;
}

.LinupNew-inner p.colorBlue {
	font-size: 100%;
	padding-bottom: 30px;
}


/*---------------------------------------------*/
/* index.html #topNews
============================================== */
section#topNews {
	background-color: #f2f2f2;
	padding: 40px 0;
}


.index-btn a {
	background-color: #1978e9;
	background: linear-gradient(90deg,rgba(41, 171, 226,0.8),rgba(25, 120, 233,0.8));
	text-align: center;
	color: #fff;
	padding: 1.5rem;
	font-size: clamp(20px,1.8rem,30px);
	font-weight: bold;
	display: block;
	border-radius: 50px;
	border: 5px solid #fff;
	margin: 45px auto 40px auto;
	box-shadow: 5px 5px 20px rgba(153, 153, 153, 0.8);
	max-width: clamp(300px, 80vw ,500px);
}

.index-btn a:hover {
	background: linear-gradient(90deg,rgba(41, 171, 226,1.0),rgba(25, 120, 233,1.0));
	box-shadow: 0px 0px 7px #ccc;
}

.index-btn {
		width: 100%;
	}

@media screen and (max-width:992px) {
	.index-btn {
		width: 80%;
		margin: 30px auto;
	}
}


/*---------------------------------------------*/
/* index.html #index-office
============================================== */

.officeBox {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.officeBox .inner {
	width: calc(( 100% - 20px)/2);
}

.officeBox .inner .inner-img img {
	width: 100%;
	height: 100%;
	max-height: 350px;
	height: auto;
	object-fit: cover;
	object-position: center;
}

@media screen and (min-width: 1024px) {
	.officeBox .inner .inner-img img {
		max-height: 430px;
	}
}

@media screen and (max-width: 577.98px) {
	.officeBox {
		flex-direction: column-reverse;
		gap: 20px;
	}
	.officeBox .inner {
	width: 100%;
	}
}

/*---------------------------------------------*/
/* contact.html
============================================== */
.googleCalender {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	/* アスペクト比を保持 */
	overflow: hidden;
}

.googleCalender iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

#form-table {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	border: 0.5px solid #aaa;
	justify-content: space-between;
}

#form-table .koumoku {
	padding: 0.5em;
	background-color: #f2f2f2;
	width: 200px;
	text-align: center;
	display: flex;
	justify-content: center;
	border-bottom: 0.5px solid #aaa;
}

#form-table .naiyou {
	width: calc(100% - 200px);
	padding: 1em;
	border-bottom: 0.5px solid #aaa;
}

#Page-contact-raiten #form-table .koumoku {
	background-color: rgba(41, 171, 226, .2);
}

#form-table .koumoku p {
	align-self: center;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

#form-table .koumoku sup {
	color: red;
}

#form-table .naiyou input.form-control {
	font-size: 18px;
}

#form-table .naiyou input.form-control {
	font-size: 16px;
	padding: 10px;
}

#form-table .naiyou label {
	font-size: 16px;
	margin: 5px;
}

#form-table .koumoku:last-child,
#form-table .naiyou:last-child {
	border-bottom: none;
}

@media screen and (max-width:767.98px) {
	#form-table {
		width: 100%;
		margin: 0 auto;
	}

	#form-table .koumoku {
		width: 100%;
		padding: 0.5em;
		margin: 0;
		display: block;
	}

	#form-table .naiyou {
		padding: 1em;
		width: 100%;
	}

	#form-table .koumoku p {
		align-self: center;
		margin: 0;
		font-size: 18px;
	}

	#form-table .naiyou input.form-control {
		font-size: 16px;
		padding: 10px;
	}

	#form-table .naiyou label {
		font-size: 18px;
	}
}


.text-line {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 1.5rem 0;
}

.text-line:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	/* 線の太さ  .text-line:before, */
	background: #aaa;
	/* 線の色 */
}

.text-line:after {
	margin-left: 2rem;
}

.text-lineBlue {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 1.5rem 0;
}

.text-lineBlue:before,
.text-lineBlue:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	/* 線の太さ */
	background: #3b74a6;
	/* 線の色 */
}

.text-lineBlue:before {
	margin-right: 2rem;
}

.text-lineBlue:after {
	margin-left: 2rem;
}

#product-design .kaihatsu-box p:nth-child(odd) {
	margin: 0rem 0 1.5rem 1.25rem;
	line-height: 1.5rem;
}

/*-----  Vision 企業理念  -----*/
.vision-title {
	color: #0653b2;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 120%;
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
	line-height: 1em;
	font-weight: bold;
	margin-top: 15px;
	border-bottom: 1px solid #aaa;
}

#vision {
	background: url("../images/ol.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;

}

/*-----  アクセス  -----*/
.accessBox {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.accessBox .left {
	width: 60%;
}

.accessBox .right {
	width: 40%;
}

.Google-map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 50%;
	/* 56.25%比率をお好みで*/
}

.Google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767.98px) {
	.accessBox {
		flex-direction: column;
	}

	.accessBox .left,
	.accessBox .right {
		width: 100% !important;
	}

	.accessBox .Google-map {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 50%;
		/* 56.25%比率をお好みで*/
	}
}

/*-----  沿革  -----*/
.history-table {
	width: 100%;
}

.history-table tr {
	border-bottom: 0.3px solid #ccc;
}

.history-table tr td {
	padding: 5px 5px 5px 0;
	font-size: 13px;
}

.history-table tr td:last-of-type {
	padding: 5px 0 5px 0;
}

@media screen and (max-width: 991.98px) {

	.history-table tr td.seireki,
	.history-table tr td.hinichi {
		width: 60px;
	}

	.history-table tr td.nengou {
		width: 70px;
	}
}

/*---------------------------------------------
business.html  事業内容
===============================================*/
#business ul {
	list-style: none;
}

#business ul li {
	margin-bottom: 20px;
}

#business ul li:last-child {
	margin-bottom: 0px;
}

.business-title {
	color: #0653b2;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 130%;
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
	line-height: 1em;
	font-weight: bold;
	margin-top: 0px;
	border-bottom: 1px solid #aaa;
}

.businessBox {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 100px;
	justify-content: space-between;
}

.businessBox .inner-img {
	width: 30%;
	margin-bottom: 0;
}

.businessBox .inner-text {
	width: 70%;
	margin-bottom: 0;
	/*	height: 400px;*/
}

#business-outline img {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 991.98px) {
	.businessBox {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-bottom: 80px;
	}

	.businessBox .inner-img {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.businessBox .inner-img img {
		width: 100%;
	}

	.businessBox .inner-text {
		width: 100%;

	}
}

@media screen and (min-width:992px) and (max-width: 1399.98px) {
	.businessBox {
		display: flex;
		flex-direction: row;
		width: 100%;
		margin-bottom: 100px;
	}

	.businessBox .inner-text {
		/*		height: 500px;*/
	}
}

/*---------------------------------------------
index.html  comingsoon
===============================================*/
#Page-ready {
	background-color: rgba(6, 83, 178, 0.90);
}

.comingsoon {
	margin: 200px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.comingsoon p {
	font-size: 20px;
	margin: 10px 0;
}

@media screen and (max-width: 767.98px) {
	.comingsoon {
		margin: 200px auto 0 auto;
		padding: 0 20px;
	}

	.comingsoon p {
		font-size: 16px;
	}
}





.sec-1yasukuBox {
	display: flex !important;
	width: 100%;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.sec-1yasukuBox div {
	width: 48%;
}

.sec-1yasukuBox div:nth-of-type(2n-1) {
	border: 5px solid #29abe2;
	padding: 10px;
}

.sec-1yasukuBox div:nth-of-type(2n) {
	border: 5px solid #fc903d;
	padding: 10px;
}

@media screen and (min-width:576px) and (max-width:767.98px) {
	.sec-1yasukuBox {
		display: flex;
		flex-direction: column;
	}

	.sec-1yasukuBox div {
		width: 100%;
		margin-bottom: 10px;
	}
}

.sec-2soudanlist {
	padding-left: 0;
}

.sec-2listBox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media screen and (max-width:575.98px) {
	.sec-2soudanlist li div:last-child {
		padding: 3px 0;
		font-size: 18px;
		font-weight: bold;
		line-height: 22px;
	}

	.sec-2soudanlist li div:first-child {
		padding: 3px 5px 3px 0;
	}

	.sec-2soudanlist li div:first-child i {
		font-weight: bold;
		font-size: 18px;
		line-height: 22px;
	}
}

@media screen and (min-width:576px) and (max-width: 991.98px) {
	.sec-2soudanlist li div:last-child {
		padding: 3px 0;
		font-size: 20px;
		font-weight: bold;
		line-height: 24px;
	}

	.sec-2soudanlist li div:first-child {
		padding: 3px 5px 3px 0;
	}

	.sec-2soudanlist li div:first-child i {
		font-weight: bold;
		font-size: 20px;
		line-height: 24px;
	}

	.sec-2hikakuimg {
		max-width: 380px;
	}
}

@media screen and (min-width:992px) {
	.sec-2soudanlist li div:last-child {
		font-size: 29px !important;
		font-weight: bold;
		padding: 5px 0;
		line-height: 36px;
	}

	.sec-2soudanlist li div:first-child {
		padding: 5px 10px 5px 0;
	}

	.sec-2soudanlist li div:first-child i {
		font-size: 29px !important;
		font-weight: bold;
		line-height: 36px;
	}

	.sec-2hikakuimg {
		max-width: 380px;
	}

	#sec-3LPS img.d-block {
		max-width: 800px;
	}
}

#sec-4flow .SP-TB .flowBox {
	display: flex;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 10px auto;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

#sec-4flow .SP-TB .flowBox div:nth-of-type(2n) {
	width: calc(100% - 55px);
	line-height: 1.2em;
}

#sec-4flow .stepNo {
	background-color: #FC904D;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	width: 45px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 50%;
}

#sec-4flow .PC .flowBox-Outer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

#sec-4flow .PC .flowBox-Outer .flowBox-inner {
	width: 20%;
}

#sec-4flow .PC .flowBox-Outer .flow-arrow {
	width: 3%;
	display: flex;
	align-items: center;
	font-size: 20px;
	justify-content: center;
}

#sec-4flow .PC .flowBox-Outer .flow-arrow p i {
	font-size: 40px;
	color: #29ABE2;
}

#sec-4flow .PC .flowBox-Outer .flowBox {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

#sec-4flow .PC .flowBox div:nth-of-type(2n) {
	line-height: 1.2em;
	padding-top: 10px;
	height: 100px;
}

/*---------------------------------------------
maker.html
===============================================*/
.round-123 {
	background-color: #29abe2;
	width: 30px;
	color: #fff;
	height: 30px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

/*---------------------------------------------
reform.html
===============================================*/
.reformBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.reformBox .inner {
	width: 30%;
	margin-bottom: 40px;
}

.reformBox .inner img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

@media screen and (max-width: 767.98px) {
	.reformBox .inner {
		width: 47%;
		margin-bottom: 40px;
	}

	.reformBox .inner img {
		width: 100%;
		height: 150px;
		object-fit: cover;
	}
}

@media screen and (min-width: 1200px) {
	.reformBox .inner {
		width: 30%;
		margin-bottom: 40px;
	}

	.reformBox .inner img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
}

h3.reform-midashi {
	background-color: #29abe2;
	background: linear-gradient(90deg, #fc904d, #f2f2f2);
	padding: 10px;
	margin: 0 0 10px 0;
	color: #fff;
	font-size: 16px;
}


.makerBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 20px auto 20px;
}

.makerBox .inner {
	width: 30%;
}

.makerBox .inner img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.makerBox .inner-text {
	width: calc(70% - 20px);
}

@media screen and (max-width:767.98px) {
	.makerBox .inner {
		width: 100%;
		max-width: 400px;
		margin: 10px auto;
	}

	.makerBox .inner-text {
		width: 100%;
	}
}