@charset "utf-8";

/* *****共通設定***** */
body {
    font-family: 'Noto Serif JP', serif;
    background-color: white;
}



* {
	font-family: 'Noto Serif JP', serif;
	color: #333;
	font-size: calc( 14 + ((1vw - 3.2rem) * 0.625));
}

strong {
    font-family: 'Noto Serif JP', serif;
	font-weight: 900;
}

.Roboto {
    font-family: 'Roboto', serif;
}

p {
	font-size: 110%;
}

#order p{
    font-size: 100%;
    text-align: left;
    padding-left: 50px;
}

price p{
    font-size: 100%;
    text-align: left;
    padding-left: 0;
}

a{
        text-decoration: none;
}

.color-orange{
    color: #ff9900;
    font-weight: 600;
}

.colorOrange {
    color: #F28E1B;
} 

.height100{
    margin-top: 67px;
}

@media screen and (min-width:992px) {
    .height100 {
        display: none;
    }
}

@media screen and (max-width: 767.98px) {
	p {  font-size: 100%; }
    
    .height100 {
    margin-top: 0px;
}
}

.fw-bold700 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}

.fw-black900 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 900;
	}

.colorRed {
    color: #ff0000;
}

@media screen and (min-width:400px) {
	.d-ss-none {
		display: none!important;
	}
}

main{
	color: #5B5B5B;
}

main .btn{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}


.gray {
    color: #6c757d;
}

.img-thumbnail {
    width: 100%;
    padding: .25rem;
    border: none;
}

.midashi-10 {
	font-size: 10px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 10 + ((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));
}

.midashi-30 {
	font-size: 30px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 30 + ((1vw - 3.2rem) * 0.625));
}

/*---------------------------------------------
大きいブロックの隙間調整
===============================================*/
section {
	padding-top: 60px;
	padding-bottom: 60px;
}

section.index-top {
	padding-top: 20px;
}

@media screen and (min-width:767.98px) {  
	section.index-top {
		padding: 5rem 0;
	}
    
}

@media screen and (max-width:767.98px) {  
    section.index-top {
    padding-top: 50px;
}
}


/*---------------------------------------------
文字サイズ/h1～6
===============================================*/
h1{
	font-size: 2rem;
    font-weight:400;

}

h1.service-midashi {
	font-size: clamp(44px, calc(49 / 1000* 100vw), 49px);
	background: linear-gradient( #1EAB5E , #333333);
	padding: 1rem;
	color: #fff;

}

h2, h3{
   color: #401f0f;
    font-weight:400; 
}

h3 {
	font-size: 180%;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

.midashi-udline {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 0.5px solid #F28E1B;
	letter-spacing: 0.2rem;
	display: inline-block;
}

.midashi-udline span {
    color: #F28E1B;
    letter-spacing: 0.15em;
    font-size: 0.8rem;
    display: block;
    margin-left: 1rem;
}

/*---------------------------------------------
よく使う指示
===============================================*/
.flex-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
}

.backcolor {
    background: rgb(242, 142, 27, 0.2);
}



/*---------------------------------------------
ヘッダー(navbar) 
===============================================*/
#header {
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    width: 96%;
    margin: 0 auto;
    display: none;
}

.sp-header {
    display: flex;
    justify-content: space-between;
    position: fixed;
    background-color: #ffffff;
    z-index: 15;
}

.sp-header-logo {
    margin-top: 10px;
    margin-bottom: 10px;
}


.top-naviimg a p {
    font-size: 12px;
}
@media screen and (min-width: 768px) {
    
    .nav.navbar.navbar-expand-md.navbar-light.d-flex.flex-column.center.container.mx-auto.container-fluid.container-xl{
        display: none;
    }
    
    
    
	header {
		/* display: none; */
		height: 0;
        background: white;
	}

	.navbar-nav {
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		padding: 15px 0;
	}
	
	.navbar {
        padding: 0;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* position: fixed; */
        z-index: 20;
        background: white;
        width: 96%;
        max-width: 1200px;
        margin: 0 auto !important;
	}

}

@media screen and (min-width: 992px) {
    #header {
        display: flex;
    }
}

.nav-sub {
	font-size: 12px;
    color: #ff9900;
	display: block;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

#Page-about .nav-sub {
	color: #333333;
}

#Page-machines .nav-sub {
	color: #333333;
}

#Page-o2box .nav-sub {
	color: #333333;
}

.header-logo-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.header-logo-bar p {
	font-size: 110%;
	margin: 0;
	line-height: 1.4em;
}

.nav-item .nav-link {
	font-size: 100%;
}

.top-naviimg a img {
	height: 50px;
	width: auto;
	margin: 10px 0;
}

.top-naviimg a {
	color: #000;
	font-size: 140%;
	letter-spacing: 0.05em;
	font-weight: bold;
}

.navTel p, .navTel-pc {
	font-size: 1.5rem;
	color: #feaa5f;
}


    .fs-1 {
       color: #331f06;
    }

#Page-about .fs-1 {
	color: #333333;
}

#Page-machines .fs-1 {
	color: #333333;
}

#Page-o2box .fs-1 {
	color: #333333;
}

.container {
        max-width: 2800px;
    }

.nav-item .nav-link {
		font-size: 24px;
	}

@media screen and (min-width: 768px) {
    
    
	.nav-item .nav-link {
		font-size: 16px;
        font-weight: 500;
	}
}

@media screen and (max-width: 768px) {
    
    .nav.navbar.navbar-expand-md.navbar-light.d-flex.flex-column.center.container.mx-auto.container-fluid.container-xl{
        display: none;
    }
    
    .container {
    padding: 0;
}
    
    .container-fluid.d-flex.align-items-end.d-md-none {
    position: fixed;
    z-index: 30;
}
}

.navbar .navbar-collapse{
    flex-grow: 0;
}


.nav-item a.active {
	display: block;
	color: #feaa5f!important;
}





/*---------------------------------------------*/
/* breadcrumb
============================================== */
.breadcrumbBox {
	padding: 5px 0;
}

.breadcrumb {
	margin-bottom: 0!important;
}

.breadcrumb-item a, .breadcrumb-item.active {
	color: #333;
}

ol.breadcrumb.bg-white.mb-5.rounded-0 {
    padding: 25px 0;
    overflow: hidden;
}


/*-----------------------------------------------
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;
}

.company07 {
    /* height: 200px; */
    overflow-y: scroll;
    max-width: 960px;
    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;
}

/*---------------------------------------------*/
/* toppage main-bar
============================================== */
.main-bar .mainbox {
    display: flex;
    justify-content: space-between;
}

p.text-uppercase.sabbox {
    width: 50%;
}

.text-uppercase.sabbox {
    display: flex;
    justify-content: space-between;
    width: 46%;
}

.main-bar a {
    font-size: 1.2rem;
	letter-spacing: 0.15em;
    color: #333;
	text-align: right;
    text-decoration: none;
    border-top: 1px solid #000;
    width: 150px;
    padding-top: 15px;
}

a.text-uppercase:hover {
    opacity: 0.5;
}

.main-bar p span {
    text-transform: uppercase;
}

.main-bar {
	display: flex;
    flex-direction: row;
    align-items: center;
    height: 150px;
    width: 100%;
    padding: 10% 0 100px;
}

.main-bar-img {
	background-color: rgba(0,0,0,0.0);
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 50px;
	margin: 0 auto;
}

.main-bar-img img {
	height:70px;
}

span.subtitle {
    display: block;
    text-align: right;
    font-size: 0.8rem;
}

span.SUBTITLE {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    margin-top: 7px;
}

@media screen and (max-width:1200px) {
    
    .main-bar {
    padding: 17% 0 100px;
}
    
    .text-uppercase.sabbox {
    width: 50%;
}

    
}



@media screen and (max-width: 767.98px) {
	    .main-bar {
        padding: 25% 0 150px;
    }
    
	.main-bar-img img {
		height: 30px;
	}
    
    .main-bar .mainbox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
    
  .text-uppercase.sabbox {
        width: 100%;
        margin: 20px auto;
    }
    
    .text-uppercase.sabbox img {
    width: 70%;
}
}

/* *****トップページ***** */
/*---------------------------------------------
top page
===============================================*/
/* メイン画像 */


section#top-service {
    background: rgb(242, 142, 27, 0.2);
}

.index-top h1 {
    letter-spacing: 0.2rem;
    line-height: 3.8rem;
    font-size: 44px;
}

.index-top p {
    width: 60%;
    margin: auto;
}

.serviceBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.serviceBox .servicesabBox {
    width: calc((100% - 5%) / 3);
    margin: 50px 0;
/*    border: 3px solid #ff9900;*/
/*    padding: 45px;*/
/*    background: white;*/
    text-decoration: none;
}

/*
.servicesabBox:hover {
    background: #ff9900;
}
*/

.serviceBox .servicesabBox h4 {
    line-height: 2rem;
}



.bg{
     position:relative;
     overflow: hidden;
    background-size: 100% 90%;
     background-position: bottom center;
     height:auto;
   }
.chara{
        text-align: center;
        margin-bottom: 20px;
            }

.chara img {
/*    width: 45%;*/
}


.contentsBox {
    /* margin-top: 50px; */
    display: flex;
    justify-content: space-between;
}

.contentssabBox {
    /* width: 48%; */
}
/*

.contentssabBox a:hover {
    opacity: 0.5;
}
*/

.contentssabBox div {
    padding: 2rem 0 0 0;
/*    border: 2px solid #ddd;*/
    margin: 20px 0;
    /* text-align: center; */
}

.contentssabBox .town-bar {
    border: none;
    width: 100%;
    /* height: 20px; */
}

.contactbox {
    padding: 1rem 2rem;
    border: 2px solid #333;
    margin: 20px 0;
    text-align: center;
    height: 230px;
}


@media screen and (max-width: 767.98px) {
    
    .index-top h1 {
    letter-spacing: 0.2rem;
    line-height: 2.0rem;
    font-weight: 600;
    font-size: 24px;
    margin-top: 30px;
}
    
    
	.index-top p {
    width: 100%;
    margin: auto;
}
    
    .serviceBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
    
    .serviceBox .servicesabBox {
    width: 100%;
    margin: 15px 0;
}
    
    .contentsBox {
    /* margin-top: 50px; */
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
    
    .contentssabBox {
    width: 100%;
}
    
    .contentssabBox div {
/*    height: 90px;*/
        /* height: 150px; */
}
    
    .contactbox {
/*    height: 225px;*/
    margin: 0;
}
    
    .contentssabBox div {
/*    padding: 1.5rem;*/
    }
}

@media screen and (max-width: 575.98px) {
    
    .index-top h1 {
    font-size: 21px;
}
}

/*---------------------------------------------

banner指示

===============================================*/

.banner_logo a {
    text-decoration: none;
    color: #ddd;
    font-weight: bold;
    padding: 30px 0 0 0;
    display: block;
    font-size: calc(1.275rem + 0.3vw);
}

.bannerbox{
    display: block;
}

/*---------------------------------------------

index.html #index-gaiyou

===============================================*/
#index-gaiyou {
    padding: 0;
    margin: 50px 0;
}

#index-gaiyou .gaiyouFrame {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    /* height: 400px; */
    /* background-color: rgba(242,142,27,.2); */
    background-image: url("../images/index-gaiyou.jpg");
    background-size: cover;
    padding: 50px 0;
}

#index-gaiyou .gaiyouFrame .gaiyou-bg-Box {
    display: flex;
    flex-direction: column;
    /* height: 500px; */
    position: relative;
    width: 100%;
    z-index: 5;
    opacity: 0.5;
}

#index-gaiyou .gaiyouFrame .gaiyou-bg-Box .inner {
    width: 100%;
}

#index-gaiyou .gaiyouFrame .gaiyou-contents {
    display: flex;
    position: relative;
    z-index: 6;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    /* left: 10%; */
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #ccc;
}

#index-gaiyou .gaiyouFrame .gaiyou-contents h2 {
    color: rgb(242,142,27);
    margin-bottom: 20px;
}

@media screen and (min-width:992px) {
    #index-gaiyou {
        padding: 0;
        margin: 50px 0;
    }

    #index-gaiyou .gaiyouFrame {
        display: flex;
        position: relative;
        flex-wrap: wrap;
        /* height: 400px; */
        background-color: rgba(242,142,27,.2);
    }

    #index-gaiyou .gaiyouFrame .gaiyou-bg-Box {
        display: flex;
        flex-direction: row;
    }

    #index-gaiyou .gaiyouFrame .gaiyou-bg-Box .inner {
        width: 100%;
        position: relative;
        z-index: 5;
    }

    #index-gaiyou .gaiyouFrame .gaiyou-contents {
        position: relative;
        z-index: 6;
        width: 70%;
        /* top: 15%;
        left: 15%; */
        padding: 40px;
        background-color: #ffffff;
    }
}
/*---------------------------------------------

画面右側のお問い合わせ案内 

===============================================*/
.mainbox {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    max-width: 1200px;
    width: 96%;
}

.companyBox {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.width120{
    max-width: 120px;
    margin-top: 80px;
    display: block;
}

.COMPANY.width120 a:hover {
    opacity: 0.6;
}

@media screen and (max-width:993px) {    
    .width120 {
    display: none;
}
    
}
    
/*---------------------------------------------*/

/* buttonの指示

============================================== */

.button-51 {
     display: flex;
    justify-content: flex-start;
    position: relative;
    width: 250px;
    border: none;
    border-bottom: 2px solid #A8A8A8;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
}

.button-51::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    transform: scaleX(0);
    transform-origin: center left;
    width: 100%;
    height: 2px;
    content: '';
    transition: transform .3s ease;
}

.button-51:hover::after {
    transform: scaleX(1);
}

.button-taiken {
    color: #333333;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
    width: 100%;
    height: 103px;
    background: #fff;
    font-size: 25px;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 80px auto 0;
}

.button-taiken:hover {
    color: white;
    background: #333333;
    transition: all 1s ease-in-out;
}

@media screen and (max-width: 767.98px) {
    .button-taiken {
        color: #333333;
        text-decoration: none;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 30px;
        width: 100%;
        height: 55px;
        background: #fff;
        font-size: 20px;
        letter-spacing: 0.05em;
        line-height: 1;
        margin: 10px auto 0;
    }
    
}







/*---------------------------------------------
footer
===============================================*/
#footer {
    margin-top: auto;
    border-top: 2px solid #ff9900;


}

#footer-contents {
    margin: 80px auto 0 auto;
    display: flex;
    max-width: 960px;
    width: 90vw;
    justify-content: space-between;
}

#footer-contents .footersabbox {
    width: calc(100% - 270px);
}

#footer-contents .footersabbox.footer-logo-img {
    width: 250px;
}

#footer-contents a {
    text-decoration: none;
    color: #333333 !important;
    margin: 5px auto;
    font-size: calc(1.0rem + 0.1vw);
}

#footer-contents a:hover {
    color: #ff9900 !important;
}

#footer-contents p {
    color: #000000;
}

#footer address p {
    margin-bottom: 0.5rem;
    color: #000000;
}

#copyright {
    font-size: 0.8em;
}

#copyright p {
    text-align: center;
    margin-bottom: 0;
    padding: 1rem 0;
    color: #000000;
    background: rgb(242, 142, 27, 0.2);
}

#copyright p a {
    text-decoration: none;
    color: #000000;
}

.sns-url {
    display: flex;
    justify-content: space-between;
    width: 20%;
}

.footersabbox ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.footer-logo-img {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer-logo-img a {
    margin: 0;
    width: 100%;
}

.footer-logo-img a:first-child img {
    width: 100%;
    max-width: 220px;
}

.footer-logo-img a:last-child img {
    width: 100%;
    max-width: 220px;
    border: 0.5px solid #aaa;
}

@media screen and (max-width:767.98px) {
    #footer ul {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        width: 100%;
        flex-direction: column;
    }

    #footer ul li {
        width: 100%;
    }

    /* #footer-img img {
        width: 40%;
    } */

    #footer-contents {
        margin: 40px 0 0 0;
        display: flex;
        flex-direction: column;
    }

    #footer-contents .footersabbox {
        width: 100%;
    }

    #footer-contents .footersabbox.footer-logo-img {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .footer-logo-img a:first-child img {
        width: 100%;
    }

    .footer-logo-img a:last-child img {
        width: 100%;
        border: 0.5px solid #aaa;
    }
}


/*---------------------------------------------*/
/* index.html #sec-access
============================================== */
#sec-access {
	background-color: rgba(254,170,95,.15);
}

#sec-access .businessBox {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	padding: 20px 5px;
	flex-wrap: wrap;
}


#sec-access .businessBox .inner-business {
	width: calc(( 100% - 100px )/3);
}

a.btn-business {
	display: block;
	text-align: center;
	text-decoration: none;
}

a.btn-business p {
	padding: 1rem 0;
	font-size: 140%;
	font-weight: bold;
}

a.btn-business:hover {
	opacity: 0.5;
}

.business-sub {
	color: #4e454a;
}

.business-sub-security {
	color: #0653b2;
}

@media screen and (min-width:320px) and (max-width:991.98px) {
	#sec-access .businessBox {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#sec-access .businessBox .inner-business {
		width: 80%;
		margin: 0 auto 50px auto;
        padding-top: 50px;
	}
}


/*---------------------------------------------*/

/* index.html #top-about

============================================== */

#top-about .main-box {
    display: flex;
    justify-content: space-between;
}

#top-about .sab-box {
    width: 48%;
}

div.sab-box {
    margin: 80px auto;
    line-height: 2.5rem;
}

.border01{   
    border-top: dashed 2px #A8A8A8;
    margin: 80px 0;
    
}

.border01 h4{ 
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 2rem;
    
}

span.short {
    font-size: 1.5rem;
}

.lineup {
    display: flex;
    justify-content: space-between;
    margin: 60px auto;
    flex-wrap: wrap;
}

.lineupBox{
    display: inline-block;
    overflow: hidden;
}



/******************************************************/


.serviceBox {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.serviceBox .servicesabBox {
    width: calc((100% - 5%) / 2);
    margin: 50px 0;
/*    border: 3px solid #ff9900;*/
/*    padding: 45px;*/
/*    background: white;*/
    text-decoration: none;
    padding: 0 30px 30px 30px;
    height: 100%;
        position: relative;
}


.servicesabBox::after {
    content: "";
    position: absolute;
/*    background: rgb(242, 142, 27, 0.5);*/
    background-color: #fff;
    width: 100%;
    height: calc(100% - 3rem);
    border-radius: .5rem;
    -webkit-transition: .2s all;
    transition: .2s all;
    bottom: 0;
    left: 0;
    z-index: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 0 0.4rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0 0 0.4rem;
}

.servicesabBox .chara {
    background-color: #FAFFDC;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    flex-wrap: wrap;
}
.servicesabBox .chara img {
/*    width: 45%;*/
    width: 200px;
    height: 200px;
}
.servicesabBox:hover::after {
    background: rgb(242, 142, 27, 0.5);
}

.servicesabBox h4 {
    margin-top: 30px;
}

.servicesabBox:hover h4, .servicesabBox:hover .index-pointNum {
    color: #fff;
}

.servicesabBox .chara, .servicesabBox h4 {
    position: relative;
    z-index: 5;
}


.index-pointNum {
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #ff9900;
    text-align: center;
    font-family: "Comic Sans MS", "cursive";
    position: relative;
    margin-top: -30px;
    z-index: 5;
}

.pc-sp{
    display: block;
}

.sp-pc{
    display: none;
}

@media screen and (max-width: 767.98px) {
    .serviceBox .servicesabBox {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        
    }
    
    .servicesabBox .chara {
        width: 150px;
        height: 150px;
    }
    
    .servicesabBox .chara img {
        /*width: 45%;*/
        width: 100px;
        height: 100px;
}
    
    .pc-sp{
    display: none;
}

.sp-pc{
    display: block;
}
    

}


/*---------------------------------------*/





.index-companyBox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.index-companyBox .inner {
    background-color: #fff;
    width: 100%;
}





.half-arch {
     background-color: #fff;
  width: 100%;
  height: 100px;
  clip-path: ellipse(55% 50% at 50% 0%);
}

#index-news {
    width: 100%;
    max-width: 960px;
}


#top-contents {
    width: 100%;
    /* max-width: 960px; */
    margin: 0 auto;
    background-color: rgba(242,142,27,.2);
    padding: 60px 0;
}

.contentssabBox {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.contentssabBox .inner {
    width: 100%;
}



.contentssabBox .inner:first-child a {
    position: relative;
    z-index: 6;
    display: flex;
    width: 100%;
    height: 300px;
    justify-content: flex-end;
    align-items: flex-end;
    /* background-color: #F9F9F9; */
    background-image: url("../images/index-top-content-02.jpeg");
    background-size: cover;
}

.contentssabBox a:hover {
    opacity: 0.5;
}

.contentssabBox a h4 {
    width: 100%;
    background: linear-gradient(90deg,rgb(242,142,27),rgba(242,142,27,.3));
    color: #fff;
    padding: 0.75em 0 0.75em 1.5em;
}

.contentssabBox a .inner:hover {
    background: rgba(255,153,0,.2);
}

.contentssabBox .inner:last-child {
    padding: 15px;
}
.contentssabBox div {
    /* margin: 20px 0; */
    /* text-align: center; */
    /* height: 180px; */
    display: flex;
    flex-direction: column;
    /* background-color: #F9F9F9; */
    /* width: 48%; */
    /* justify-content: space-between; */
    padding: 0 0 0;
    margin: 0;
    /* text-align: center; */
}

.contentssabBox  .inner-detail {
        display: flex;
        flex-direction: column;
        text-align: left;
    /* justify-content: space-between; */
    height: 100%;
}


@media screen and (min-width: 768px) {
    #top-contents {
        /* padding: 20px; */
    }
    .contentssabBox a {
        width: 50%;
        height: 250px;
    }

    .contentssabBox {
        flex-direction: row;
    }

    .contentssabBox .inner {
    width: 50%;
    height: 300px;
}

    .contentssabBox .inner .inner-detail {
        /* max-width: 480px; */
    }

    .contentssabBox .inner:last-child {
    padding: 30px;
}
}
 
/*---------------------------------------------*/

/* index.html #index-contact

============================================== */
#index-contact {
    padding: 100px 0;
    background: url("../images/index-contact.jpeg");
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 6;
}

#index-contact::after {
    content: '';
    position: absolute;
    background-color: rgba(255,255,255,.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#index-contact .title {
    margin: 20px auto 50px auto;
    display: block;
 }
.index-contactBox {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px auto;
}

.index-contactBox a {
    max-width: 600px;
    margin: 0 auto;
    display: block;
    background-color: #ff9900;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border: 5px solid transparent;
}

.index-contactBox a:hover {
    background-color: #fff;
    color: #ff9900;
    border: 5px solid #ff9900;
}

.town-bar {
    background: url("../images/town.svg") repeat-x;
    background-position: bottom;
    height: 70px;
}

    @media screen and (max-width:767.98px) {
         .index-contactBox {
            padding: 20px;
        }
    }




/*---------------------------------------------

不動産情報ページの指示

===============================================*/

.listBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}

.listBox a{
    border: 2px solid #ff9900;
    background: white;
    padding: 0.6rem;
    width: calc((100% - 10%) / 4);
    text-align: center;
    color: #ff9900;
    font-weight: 500;
    border-radius: 8px;
}

.listBox a:hover {
    background: #ff9900;
    color: white;
}

.estateBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.estatesabBox {
    width: 48%;
}

#Page-realestate .syosaiBox {
    background: white;
    padding: 24px;
    /* border-radius: 8px; */
    margin-top: 30px;
}

.estatesabBox ul {
    padding: 0;
}

#Page-realestate span.oreng {
    font-size: 16px;
    background-color: #E81414;
    color: #FFFFFF;
    border: 0px;
    border-radius: 13px;
    padding: 0.5px 10px;
}

#Page-realestate span.blue {
    font-size: 16px;
    background-color: #68c4ef;
    color: #FFFFFF;
    border: 0px;
    border-radius: 13px;
    padding: 0.5px 10px;
}

#Page-realestate .syosaiBox h2 span {
    background: none;
}

.priceBox {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.loan p {
    font-size: 12px;
}

.loan {
    display: flex;
    border-left: dashed 1px #A8A8A8;
    padding: 0 15px;
    height: 40px;
    margin-left: 15px;
}

h2.color0 {
    color: #ff9900;
    font-weight: 500;
}

span.price {
    font-size: 22px;
}


.btn01 {
    border: 2px solid #ff9900;
    background: white;
    padding: 0.6rem;
    width: 100%;
    text-align: center;
    color: #ff9900;
    font-weight: 500;
    border-radius: 8px;
}

.btn01:hover {
    background: #ff9900;
    color: white;
}

.worksFrame {
    margin-top: 45px;
}

a.jump_point {
    height: 1px;
    display: block;
    padding-top: 40px;
    margin-top: -40px;
}




@media screen and (max-width:767.98px) {
.listBox {
    display: flex;
    flex-direction: column;
}
    
    .listBox a {
    margin: 5px 0;
    width: 100%;
}
}



/*---------------------------------------------

サービス概要ページの指示

===============================================*/

.number {
    font-weight: 600;
    color: #ff9900;
    font-size: 50px;
    letter-spacing: 3px;
    margin-top: 50px;
}


#Page-service .syosaiBox {
    background: white;
    padding: 52px;
    /* border-radius: 8px; */
    margin-top: 30px;
}

#Page-service .companyBox {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.servicebox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.servicesabbox h2 {
    letter-spacing: 3px;
}

.syosaiBox h2 span {
    background: linear-gradient(transparent 60%, #ff6 60%);
    font-weight: 500;
}

.servicesabbox.leftbox {
    width: 58%;
}

.servicesabbox.rightbox {
    width: 38%;
}



@media screen and (max-width:767.98px) {
    
    #Page-service .companyBox {
    width: 96%;
}
    
    #Page-service .syosaiBox {
    padding: 30px;
}
    
    .servicebox {
    display: flex;
    flex-direction: column;
}

    .servicesabbox.leftbox {
    width: 100%;
}
    
    .servicesabbox.rightbox {
    width: 100%;
    margin: auto;
}
    
    
    
    .mainbox {
    display: flex;
    flex-direction: column;
        max-width: 960px;
}
    
    .width120 {
    display: none;
}






}



.Google-map {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 40%;/* 56.25%比率をお好みで*/
}
.Google-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



@media screen and (max-width:767.98px) {
    .Google-map {
    position: relative;
    width: 100%;
    height: 100px;
    padding-top: 40%;
}

.contentssabBox .inner:first-child a {
    position: relative;
    z-index: 6;
    display: flex
;
    width: 100%;
    height: 200px;
    FONT-WEIGHT: 200;
    align-items: flex-end;
    /* background-color: #F9F9F9; */
    background-image: url(../images/index-top-content-02.jpeg);
    background-size: cover;
}


}






