@charset "utf-8";

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto!important;
  }
}

* {
	font-family: "Zen Old Mincho", serif;
    font-family: "Shippori Mincho B1", serif;
    font-family: "Shippori Mincho", serif;
	color: #0F0F0F;
}
strong { font-family: "Shippori Mincho B1", serif;}

.nav-link:hover {
    color: #00819d;
}

a {
	text-decoration: none;
	color: #0F0F0F;
}

a:hover {
	/*text-decoration: underline;*/
	text-decoration-color: white;
}

.lb-data .lb-caption {
    color: white;
}



.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));
}

.red {
    font-weight: bold;
    margin-top: 20px;
    margin-left: 7px;
    border: #00819d 1px solid;
    color: white;
    padding: 0px 7px;
    line-height: 19px;
    font-size: 12px;
    background: #00819d;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/*---------------------------------------------*/
/* reset
============================================== */
ul,ol { padding-left: 0!important;
list-style-type: none;}

.heading {
	border-left: 6px solid #aaa;
	padding: 0 0 0 10px;
}

h2{
    margin-bottom: 0;
}

/*---------------------------------------------
ヘッダー(navbar) 
===============================================*/
header {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	background: rgba(255,255,255,0.01)!important;
}
.header-logo-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.header-logo-bar p {
		font-size: 110%;
	margin: 0;
	line-height: 1.4em;
	}
.header-logo-bar a img {
	width: 100px;
	padding-right: 10px;
}
.nav-item .nav-link {
	font-size: 130%;
	font-size: 20px;
}
.top-naviimg a img {
	width: 100%;
}
.top-naviimg a {
	color: #000;
	font-size: 140%;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.header-comments {
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-top: 5px;
/*	background-color: rgba(255,255,255,.6)!important;*/
}
.header-comments h1 {
	margin: 0;
	font-size: 12px;
}
.navbar{
	background-color: rgba(255,255,255,.0)!important;
}

.sukashi-logo {
	width: 100%;
	max-width: 300px;
}


.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .85);
    font-weight: 500;
}

li.nav-item {
    margin: 0 20px;
}

.btn01 {
  display: inline-block;
  padding: 0.3em 2em;
  text-decoration: none;
  color: #00819d;
  border: solid 2px #00819d;
  border-radius: 3px;
  transition: .4s;
    text-align: center;
}

.btn01:hover {
  background: #00819d;
  color: white;
}

li.btn01 a:hover {
    color: white;
}

@media screen and (max-width: 1200px) {
.gnavi {
    background-color: rgba(255, 255, 255, .6) !important;
}
}

@media screen and (max-width: 767.98px) {
	.header-logo-bar a img {
		width: 50px;
	}
	
	.header-logo-bar a {
		font-size: 18px;
	}
	.navbar-toggler {
		font-size: 1rem!important;
	}
	.top-naviimg a img {
		height: 30px;
		width: auto;
	}
	.header-comments {
		width:100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.header-comments p {
		margin: 0;
		font-size: 9px;
	}
	
	.gnavi {
    background-color: rgba(255, 255, 255, .6) !important;
}
}

.navbar .navbar-collapse{
    flex-grow: 0;
}

.nav-item a.active {
	display: block;
	color: rgba(6,83,178,1.00);
}
.nav-item:nth-of-type(1) .nav-link.active {
	color: #F33216!important;
}
.nav-item:nth-of-type(2) .nav-link.active {
	color: #0653b2!important;
}

p.top-small {
	font-size: 0.6rem;
	padding: 0; margin: 0px auto 5px auto;
}

/*---------------------------------------------*/
/* main-contents
============================================== */
.main-contents {
	box-sizing: border-box;
	margin: 1em auto;
}

#main-contents-left table {
	background-color: #ffffff;
	width: 185px;
}

@media screen and (min-width: 768px) and (max-width:991.98px) {
	#main-contents-left table {
	background-color: #ffffff;
	width: 185px;
	}
}
#main-contents-left table tr td {
 	padding: 1rem 0.5rem;
	margin: 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-collapse: collapse;
}
#main-contents-left table tr td a {
	margin: 0; padding: 0; display: block;
	cursor: pointer;
}

#main-contents-left table tr td a:hover {
	opacity: 0.5;
}
#main-contents-left table tr td p {
	margin: 0; padding: 0;
}

#main-contents-left table tr td.active {
	background-color: #ccc;
}
#main-contents-left ul li {
	background-color: #eee;
	border: 0.5px solid #aaa;
	border-top: none;
	padding: 0 0 1rem 0;
}
#main-contents-left ul {
	width: 210px;
}
#main-contents-left ul li table {
	margin: 0 0 0 auto;
}
li.left-title {
	background-color: #aaa; color: #fff; padding: 1rem;
}

li.left-title p {
	color: #fff; margin: 0;
}

.bottom-space { height: 100px; }


/*---------------------------------------------*/
/* main-bar
============================================== */

.main-bar {
    padding-top: 150px;
}

.main-bar h2 {
    position: relative;
    display: inline-block;
    margin-top: 40px;
    letter-spacing: 0.2em;
    font-weight: normal;
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
}

.main-bar p {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 45px;
}

.works-introduction p{
    font-size: 16px;
}

.top-main-bar { /* 共通 */
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}


.top-main-bar::after {
	content: '';
	background-color: rgba(0,0,0,0.30);
	position: absolute;
	top: 0; right:  0; bottom: 0; left: 0;
	z-index: 4;
}
.top-main-bar p {
	font-size: 140%;
	margin: 0 auto;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	z-index: 5;
}

.btn02 {
    display: inline-block;
    padding: 0.8em 4em;
    text-decoration: none;
    color: #0f0f0f;
    border: solid 2px #00819d;
    border-radius: 3px;
    transition: .4s;
    background: white;
    width: 50%;
    margin-bottom: 40px;
    text-align: center;
}

.btn02:hover {
  background: #00819d;
  color: white;
}

.btn02 a:hover {
    color: white;
}


@media screen and (min-width: 768px) and (max-width:1024px) {
    .btn02 {
    width: 60%;
}


}

@media screen and (max-width: 767.98px) {
	.top-main-bar {
		height: 200px!important;
	}
    
    .btn02 {
    width: 80%;
}
	.works-introduction p {
    font-size: 14px;
}
    

}

.recruit-push {border: 1px solid #484848; padding: 0.75em; margin: 0;}


/*---------------------------------------------*/
/* Carousel
============================================== */
.carousel-bgcolor {
	background-color: #f2f2f2;
}

.carousel-control-next, .carousel-control-prev {
	width: 5%!important;
}

/*.carousel-inner .car-01 img::after {
	content: url("../images/doctor.jpg");
	background-repeat: no-repeat;
	background-size: cover;	
}*/


/*---------------------------------------------*/

/* index.html

============================================== */

section#top-concepttest {
    padding: 30px 0 54px;
    background: #f8f7f2;
}

#top-concepttest h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#top-concepttest h1:before {
    position: absolute;
    bottom: -1.5rem;
    left: 20%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'CONTACT';
    margin: auto;
	line-height: 30px;
    color: #00819d;
}

#top-concept h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#top-concept h1:before {
    position: absolute;
    bottom: -1.5rem;
    left: 28%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'NEWS';
    margin: auto;
	line-height: 30px;
    color: #00819d;
}



#top-concept a.btn_06 {
     display: flex;
    height: 50px;
    color: #333;
    font-size: 14px;
    position: relative;
    width: 30%;
    margin-top: 30px;
}
#top-concept a.btn_06 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  position: absolute;
  top: -5px;
  left: -1px;
  transition-duration: 0.2s;
	letter-spacing: 0.2em;
}





#top-concept a.btn_06:hover span {
  left: -1px;
  top: -1px;
}

#top-concept a.btn_06 span:hover {
    opacity: 0.5;
}

#top-concept .text p {
    padding: 0;
    margin: 0.2rem;
    line-height: 45px;
}

#top-concept .concept_box {
    width: 80%;
    padding: 30px;
    margin-bottom: 40px;
}


#top-flatratehouse h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#top-flatratehouse h2:before {
    position: absolute;
    bottom: -1.5rem;
    left: 20%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'FLAT RATE HOUSE';
    margin: auto;
	line-height: 30px;
    color: #00819d;
}

#top-flatratehousee h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#top-flatratehousee h2:before {
    position: absolute;
    bottom: -1.5rem;
    left: 8%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'FLAT RATE HOUSE';
    margin: auto;
	line-height: 30px;
    color: #00819d;
}

section#top-flatratehousee {
    background: url("../image/AdobeStock_312034945.jpeg") no-repeat center;
    background-size: cover;
    position: relative;
}

#top-flatratehousee .concept_box {
    padding: 30px 12px;
    background-color: rgb(255, 255, 255, 0.8);
}

#top-flatratehousee .text {
    margin: 40px auto;
}

.red01{
    color: red;
    font-weight: bold;
}

#top-flatratehouse .text {
    margin: 40px auto;
}

.text p {
    margin-top: 20px;
    line-height: 2.3rem;
}

#top-news .text p {
    margin-top: 20px;
    line-height: 2.3rem;
    margin-bottom: 40px;
}

section#top-flatratehouse {
    background: url("../image/AdobeStock_312034945.jpeg") no-repeat center;
    background-size: cover;
    position: relative;
}

#top-flatratehouse .concept_box {
    padding: 30px 12px;
    background-color: rgb(255, 255, 255, 0.8);
}


#top-reform h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#top-reform h2:before {
    position: absolute;
    bottom: -1.5rem;
    left: 23%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'REFORM';
    margin: auto;
	line-height: 30px;
    color: #00819d;
}


#top-news .text {
    margin: 40px auto;
}

#top-features h2 {
   position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#top-features h2:before {
  position: absolute;
    bottom: -1.5rem;
    left: 39%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'ABOUT';
    margin: auto;
	line-height: 26px;
    color: #00819d;
}

#top-setplan{
    background: #f8f7f2;
    padding: 30px 0;
    margin-top: 40px;
}


#top-setplan h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    margin-top: 40px;
    letter-spacing: 0.2em;
    font-weight: normal;
}

#top-setplan h2:before {
  position: absolute;
    bottom: -1.5rem;
    left: 43%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'PLAN';
    margin: auto;
	line-height: 26px;
    color: #00819d;
}



#top-features .imagesBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 25px auto 0;
}

#top-features .images {
    width: calc((100% / 3));
    padding: 100px 50px;
}

.kodawari{
	text-align: start;
    font-size: 20px;
    letter-spacing: 0.16em;
    line-height: 23px;
	margin-bottom: 15px;
    color: white;
}

.left {
    text-align: left;
}

#top-features .images:hover {
    opacity: 0.6;
    transition: 0.8s;
}


#top-features {
	padding: 30px 0;
}


section#top-reform {
    background: url("../image/study1_img4.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}

section#top-reform .concept_box {
    padding: 30px 12px;
    background-color: rgb(255, 255, 255, 0.8);
}

section#top-work {
	padding: 30px 0;
}


#top-work a.worktitle:hover {
    opacity: 0.75;
}

#top-news a.worktitle:hover {
    opacity: 0.75;
}

#top-news h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
}
#top-news h2:before {
  position: absolute;
    bottom: -1.5rem;
    left: 8%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'REAL ESTATE';
    margin: auto;
	line-height: 26px;
    color: #00819d;
}



#top-work h2 {
   position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
}
#top-work h2:before {
  position: absolute;
    bottom: -1.5rem;
    left: 24%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'WORKS';
    margin: auto;
	line-height: 34px;
    color: #00819d;
}



.kodawari01 {
    background: url("../image/tokucho3.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	height: 230px;
}

.kodawari02 {
    background: url("../image/tokucho1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	height: 230px;
}

.kodawari03 {
    background: url("../image/tokucho4.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	height: 230px;
}

.kodawari04 {
    background: url("../image/tokucho2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	height: 230px;
}



section#top-staff {
    background: #f8f7f2;
    padding: 30px 0;
}




#top-staff h2 {
   position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
}
#top-staff h2:before {
  position: absolute;
    bottom: -1.5rem;
    left: 24%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'STAFF';
    margin: auto;
	line-height: 34px;
    color: #00819d;
}

#top-insta h2 {
   position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
}
#top-insta h2:before {
  position: absolute;
    bottom: -1.5rem;
    left: 24%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'INSTAGRAM';
    margin: auto;
	line-height: 34px;
    color: #00819d;
}


section#top-insta {
    padding: 30px 0;
}

section#top-about {
    padding: 30px 0 60px 0;
}

.pagetop a:hover {
    color: #00819d;
}
.pagetop {
    text-align: end;
    width: 95%;
}


.SNS-URL {
    border-top: solid 2px #eeeeee;
    border-bottom: solid 2px #eeeeee;
}


@media screen and (max-width: 767px) {
    
    section#top-concepttest {
    padding: 80px 0 45px;
}
    
	#top-concept a.btn_06 {
		width: 100%;
}
	
	#top-features a.btn_06 {
		width: 100%;
}
	
	#top-work a.btn_06 {
    width: 100%;
}
	
	#top-features .imagesBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 25px auto;
    flex-direction: column;
}
	
	#top-features .images {
    	margin: 10px auto;
        width: 100%;
        height: 140px;
        background-position: center;
        background-size: cover;
        box-sizing: border-box;
        padding-left: 25px;
        padding-top: 45px;
        padding-bottom: 53px;
}
	
	#top-concept .text p {
    padding: 0;
    margin: 0.2rem;
    line-height: 35px;
}
	
	
	#top-staff h2:before {
    left: 20%;
}
	
	#top-features h2 {
    font-size: 1.6rem;
}
	
	#top-work h2:before {
    left: 22%;
}
    
    #top-news h2:before {
    left: 1%;
}
    
    #top-insta h2:before {
    left: 21%;
}
    
    #top-concept .concept_box {
    width: 100%;
    padding: 30px 10px;
}
    
    #top-setplan h2:before {
    left: 35%;
}
}



.category01 {
    margin: 5px 0;
    padding: 0 0.2em;
    width: 11%;
    font-weight: bold;
    border: solid 1px #00819d;
    font-size: 16px;
    background-color: white;
    color: #00819d;
}

.category02 {
    margin: 5px 0;
    padding: 0 0.2em;
    width: 13.5%;
    font-weight: bold;
    border: solid 1px #00819d;
    font-size: 16px;
    background-color: white;
    color: #00819d;
}

.category03 {
    margin: 5px 0;
    padding: 0 0.2em;
    width: 13.5%;
    font-weight: bold;
    border: solid 1px #ff6900;
    font-size: 16px;
    background-color: white;
    color: #ff6900;
}

.category04 {
    margin: 5px 0;
    padding: 0 0.2em;
    width: 16.5%;
    font-weight: bold;
    border: solid 1px #D3A9A9;
    font-size: 16px;
    background-color: white;
    color: #D3A9A9;
}

.category05 {
    margin: 5px 0;
    padding: 0 0.2em;
    width: 8%;
    font-weight: bold;
    border: solid 1px #77DD77;
    font-size: 16px;
    background-color: white;
    color: #77DD77;
}

.aboutbox {
    display: flex;
    justify-content: space-between;
    font-size: x-large;
    width: 92%;
    margin: 0 auto;
    max-width: 840px;
    margin-bottom: 50px;
}

.about{
    display: flex;
    border-bottom: 1px solid #0f0f0f;
    width: 45%;
    justify-content: space-between;
}

.about:hover {
    opacity: 0.5;
}

.btn03-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.btn03 {
    display: block;
    width: 100%;
    height: 78px;
    line-height: 78px;
    font-size: 24px;
    text-decoration: none;
    color: #0F0F0F;
    text-align: center;
    cursor: pointer;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border: solid 2px #00819d;
        margin: 20px auto;
}

.btn03:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #00819d;
}

.pc-sp{
    display: block;
}

p.planBox {
    width: 60%;
    margin: 50px auto 0;
}

.border {
    border: 1px dashed #dee2e6 !important;
}

@media screen and (min-width: 768px) and (max-width:1024px) {
   .category01 {
    width: 22%;
}
    
    .category02 {
    width: 27.5%;
}
    
    .category03 {
    width: 27.5%;
}
    
    .category04 {
    width: 33.5%;
}
    
    .category05 {
    width: 16%;
}
}

@media screen and (max-width: 767.98px) {
    .category01 {
    width: 14%;
}
    
    .category02 {
    width: 17.5%;
}
    
    .category03 {
    width: 17.5%;
}
    
    .category04 {
    width: 21.5%;
}
    
    .category05 {
    width: 10%;
}
    
    #top-about p {
    font-size: 20px;
    padding: 0;
}
    
    .aboutbox {
    width: 100%;
    margin-bottom: 30px;
}
    
    .pc-sp{
    display: none;
}
    
    p.planBox {
    width: 100%;
    margin: 0;
}
    

}

@media screen and (min-width: 320px) and (max-width:767.98px) {

	#top-about p {
    font-size: 14px;
    padding: 0;
}
    
    .category01 {
    width: 22%;
}
    
    .category02 {
    width: 26.5%;
}
    
    .category03 {
    width: 26.5%;
}
    
    .category04 {
    width: 32.5%;
}
    
    .category05 {
    width: 15%;
}
    
    .footerBox {
    margin-bottom: 100px;
    text-align: justify;
}
    
}


span.green {
    border: solid 1px #00819d;
    padding: 0 10px;
    background: white;
    text-align: center;
    color: #00819d;
}

span.Blue {
    border: solid 1px #4169e1;
    padding: 0 10px;
    background: white;
    text-align: center;
    color: #4169e1;
}

span.tomato{
    border: solid 1px #4169e1;
    padding: 0 10px;
    background: white;
    text-align: center;
    color: #4169e1;
}




/*---------------------------------------------*/

/* concept

============================================== */



section#concept {
    background: linear-gradient(rgba(255, 255, 255, .5), /* 半透明の白色 */ rgba(255, 255, 255, .5)),url("../image/study1_img4.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}

#concept .text{
	padding: 40px 0;
    background: rgba(255, 255, 255, .7);
}

#concept .concept_box {
    padding: 100px 0;
    background-color: rgb(255, 255, 255, 0);
}

#concept a.btn_06 {
     display: flex;
    height: 50px;
    color: #333;
    font-size: 14px;
    position: relative;
    width: 30%;
    margin-top: 30px;
}
#concept a.btn_06 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  position: absolute;
  top: -5px;
  left: -1px;
  transition-duration: 0.2s;
	letter-spacing: 0.2em;
}
#concept a.btn_06:hover span {
  left: -1px;
  top: -1px;
}

#concept a.btn_06 span:hover {
    opacity: 0.5;
}

#concept .text p {
    padding: 0;
    margin: 0.2rem;
}


#anshin .concept_box {
    padding: 100px 0;
}

#anshinn .concept_box {
    padding: 100px 0;
}

#anshin .text p {
    margin: 15px auto 50px;
    max-width: 860px;
}

#anshinn .text p {
    margin: 15px auto 0;
    max-width: 860px;
    padding: 0;
}

#anshinn h5 {
    margin: 50px auto 10px;
    color: #00819d;
}

#anshin table {
  border-collapse: collapse;
  margin: auto;
  padding: 0;
  width: 60%;
  table-layout: fixed;
  color: #000;
}

#anshin table tr {
  background-color: #fff;
  padding: .35em;
  justify-content: space-between;
  display: flex;
}
#anshin table thead{
  border-bottom: 5px solid #00819d;
}
#anshin table tr:last-child{
   border-bottom: none
}
#anshin table th,
#anshin table td {
  padding: 1em 10px 1em 1em;
}
#anshin table th:last-child,
#anshin table td:last-child{
    border: none;
    width: 55%;
}
#anshin tbody th {
    color: #00819d;
    width: 40%;
}
#anshin .txt{
   text-align: left;
   font-size: .85em;
    width: 48%;
}
#anshin .price{
   text-align: center;
}

.zeinuki {
    text-align: end;
    font-weight: normal;
    font-size: 14px;
}

#ansin .concept_box {
    padding: 100px 0 60px;
}

section#ansin {
    background: rgb(0, 129, 157, 0.1);
}

.images-house {
    display: flex;
    justify-content: space-between;
    width: 60%;
}

.shiyou{
    width: 60%;
    display: flex;
    justify-content: space-between;
}

.border-radius {
  width: 180px;
  height: 180px;
  line-height: 180px;
  background-color: #00819d;
  border-radius: 50%;
  color: #fff;
  text-align: center;
    font-size: 18px;
}

.border-radius:hover {
    background: white;
    color: #00819d;
    border: solid 2px #00819d;
}

.shiyo{
    width: 40%;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
}


#syohiyou .concept_box {
    padding: 100px 0;
}

.hiyou {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.border-Radius {
   width: calc((100% - 10%) / 3);
    height: 100px;
    line-height: 30px;
    background-color: #00819d;
    border-radius: 10px 0 10px 0;
    color: #fff;
    text-align: center;
    margin: 15px auto;
    padding: 20px
}

.Hiyou {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Border-Radius {
   width: calc((100% - 10%) / 4);
    height: 100px;
    line-height: 30px;
    background-color: #00819d;
    border-radius: 10px 0 10px 0;
    color: #fff;
    text-align: center;
    margin: 15px auto;
    padding: 20px;
    display: table;
}

.wid50{
    width: 50%;
}


#price .concept_box {
    padding: 100px 0 150px;
}

section#price {
    background: rgb(0, 129, 157, 0.1);
}

.table02 {
    width: 60%;
}


.table02 tr {
  border-bottom: 1px solid #00819d;
}

.table02 th,
.table02 td {
  padding: 24px 0;
  border: none;
}

.table02 th {
  width: 40%;
}

.table02 td {
    text-align: right;
}

#page-concept h4{
    font-weight: 100;
}

.pc-sp{
    display: block;
}

.sp-pc{
    display: none;
}

.campaign-PR {
    display: flex;
    justify-content: space-between;
    width: 68%;
    margin: auto;
}

.campaign-PR a {
    width: 100%;
    padding: 1rem 0px;
    display: inline-block;
    text-decoration: none;
    color: #00819d;
    border: solid 2px #00819d;
    border-radius: 3px;
    transition: .4s;
    text-align: center;
}

.campaign-PR a:hover {
    color: white;
    border: solid 2px #00819d;
    background-color: #00819d;
}



p.fukidashi {
    background: #00819d;
    color: white;
    padding: 10px;
    position: relative;

    /* 以下は不要です */
    width: 40%;
    margin: 25px auto;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
}
p.fukidashi::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #00819d transparent transparent transparent;
    border-width: 30px 15px 0px 15px;
    position: absolute;
    left: calc(50% - 15px);
    bottom: -15px;
}
 
.sp-pc p.fukidashi {
    background: #00819d;
    color: white;
    padding: 10px;
    position: relative;

    /* 以下は不要です */
    width: 90%;
    margin: 25px auto;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
}
    
    
    

@media screen and (min-width: 768px) and (max-width:1024px) {
    .shiyou {
    width: 85%;
}
    
    .shiyo {
    width: 55%;
}
    
    .border-Radius {
    width: calc((100% - 10%) / 2);
}
    
    .Border-Radius {
    width: calc((100% - 10%) / 2);
}
    
    .wid50 {
    width: 80%;
    margin: 0 auto;
}
    
     .table02 {
    width: 80%;
}

   

}


@media screen and (max-width: 768px) {
#anshin table {
    width: 95%;
}
    .shiyou {
    width: 100%;
}
    
    .border-radius {
    width: 140px;
    height: 140px;
    line-height: 140px;
    background-color: #00819d;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
    
    .shiyo {
    width: 60%;
}
    
    .border-Radius {
    width: calc((100% - 10%) / 1);
}
    
    .Border-Radius {
        width: calc((100% - 10%) / 1);
        height: 70px;
}
    
    .wid50 {
    width: 80%;
    margin: 0 auto;
}
     .hiyou {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}
    
    .hiyou .text {
    margin: 10px;
}
    
     .table02 {
    width: 95%;
}
    
    table.table02 th:first-child {
        width: 70%;
    }
    
    .images-house {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
    .sp-pc{
    display: block;
}

.pc-sp{
    display: none;
}
    
    .campaign-PR {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    flex-direction: column;
}
    
    .campaign-PR a {
    width: 80%;
    padding: 1rem 0px;
    display: inline-block;
    text-decoration: none;
    color: #00819d;
    border: solid 2px #00819d;
    border-radius: 3px;
    transition: .4s;
    text-align: center;
    margin: 10px auto;
}
    
}

@media screen and (max-width: 600px) {

    
    .border-Radius {
    height: 70px;
}
    
        .shiyou {
        margin: auto 22px;
        width: 90%;
    }
    
        .border-radius {
        width: 110px;
        height: 110px;
        line-height: 110px;
        font-size: 12px;
    }
    
    .border-Radius {
    width: calc((100% - 10%) / 1);
}
    
    .wid50 {
    width: 100%;
    margin: 0 auto;
}
    
   
    
}



/*---------------------------------------------*/

/* reform.html

============================================== */

section#reform_step {
    margin: 120px auto;
}

section#renovation {
    margin: 120px auto;
}

#reform_step h4.sa.sa--up.show {
    margin-bottom: 30px;
}

span.free {
    border: solid 2px orange;
    background: orange;
    font-size: 20px;
    color: white;
    margin: auto 10px;
    text-align: center;
}

div#step01 {
   background: url("../image/reform-process-img-1.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
	height: 300px;
}

div#step02 {
   background: url("../image/reform-process-img-2.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
	height: 300px;
}
div#step03 {
   background: url("../image/reform-process-img-3.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
	height: 300px;
}
div#step04 {
   background: url("../image/reform-process-img-4.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	height: 300px;
}
div#step05 {
   background: url("../image/reform-process-img-5.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
	height: 300px;
}
div#step06 {
   background: url("../image/reform-process-img-6.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
	height: 300px;
}
div#step07 {
   background: url("../image/reform-process-img-7.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
	height: 300px;
}
div#step08 {
   background: url("../image/reform-process-img-8.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	height: 300px;
}

#renovation .main {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

#renovation .main p {
    width: calc((100% - 10%) / 4);
    margin: 20px auto;
}

.area001 {
    height: auto;
    background: rgb(255, 255, 255, 0.8);
    padding: 25px 0 15px;
}

.area001 h2 {
    margin-bottom: 1em;
}


.sab_menu {
    display: flex;
}

.sab_menu h5 {
    text-align: center;
    margin: auto 10px;
}

.water ul li {
    text-align: left;
    margin: auto 15px;
}

.water ul li span {
    font-size: 0.8em;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    margin-right: 5px;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    background-color: #00819d;
}




div#reform-renovation {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #cccccc;
    margin: 50px auto;
    padding-bottom: 50px;
}

#renovation .sab_menu p {
    width: 23%;
    margin: 10px 0;
}

ul .main {
    width: calc((100% - 10%) / 3);
}

.main h6 {
    margin: 0 15px 10px;
}

.waku.waku_001 {
    margin: 15px;
    padding: 0.4em;
    border-radius: 10px;
    border: solid 2px #00819d;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #00819d;
}

.waku.waku_001 b {
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #00819d;
}

ul.mainn.sa.sa--up.show {
    width: calc((100% - 2%) / 3);
}


div#gaiheki-reform-renovation {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #cccccc;
    margin: 50px auto;
    padding-bottom: 50px;
}

.gaiheki ul li {
    text-align: left;
    margin: auto 15px;
}

.gaiheki ul li span {
    font-size: 0.8em;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    margin-right: 5px;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    background-color: orange;
}


div#kaisou-reform-renovation {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #cccccc;
    margin: 50px auto;
    padding-bottom: 50px;
}

.kaisou ul li {
    text-align: left;
    margin: auto 15px;
}

.kaisou ul li span {
    font-size: 0.8em;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    margin-right: 5px;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    background-color: green;
}

div#zoutiku-reform-renovation {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #cccccc;
    margin: 50px auto;
    padding-bottom: 50px;
}

.zoutiku ul li {
    text-align: left;
    margin: auto 15px;
}

.zoutiku ul li span {
    font-size: 0.8em;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    margin-right: 5px;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    background-color: #C13F68;
}

.waku.waku_002 {
    margin: 15px;
    padding: 0.4em;
    border-radius: 10px;
    border: solid 2px orange;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: orange;
}

.waku.waku_003 {
    margin: 15px;
    padding: 0.4em;
    border-radius: 10px;
    border: solid 2px green;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: green;
}

.waku.waku_004 {
    margin: 15px;
    padding: 0.4em;
    border-radius: 10px;
    border: solid 2px #C13F68;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #C13F68;
}

.waku.waku_002 b {
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: orange;
}

.waku.waku_003 b {
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: green;
}

.waku.waku_004 b {
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #C13F68;
}

section#seko_jirei {
    margin: 150px auto;
}

#seko_jirei h4.sa.sa--up.show {
    margin-bottom: 40px;
}


h5.jirei_title_left {
    text-align: left;
    border-bottom: solid 3px #00819d;
    font-size: 16px;
    padding-bottom: 5px;
}

h5.jirei_title_right {
    text-align: left;
    border-bottom: solid 3px #00819d;
    font-size: 16px;
    padding-bottom: 5px;
}

.tab li {
    margin: 0 0 5px;
}

.section-title {
    width: 50%;
    margin: 0 auto;
}



span#box3{
  display:inline-block;
  width:100px;
  text-align: center;
  background: #fc5959;
  color: white;
}

#box3{
  animation:3s linear infinite rotation3;
}

/*@keyframes rotation3{
  0%{ transform:rotateY(0);}
  100%{ transform:rotateY(360deg); }
}*/


@media screen and (max-width: 992.98px) {
div#reform-renovation {
    display: flex;
    flex-direction: column;
}
    
    ul.mainn.sa.sa--up.show {
    width: 100%;
}
    
    #renovation .sab_menu p {
    width: 10%;
    margin: 10px 0;
}
    
    
    div#gaiheki-reform-renovation {
    display: flex;
    flex-direction: column;
}
    
    div#kaisou-reform-renovation {
    display: flex;
    flex-direction: column;
}
    
    .section-title {
    width: 60%;
}
    
    
}

@media screen and (max-width: 767px) {
#renovation .main {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}

#renovation .main p {
    width: calc((100% - 10%) / 2);
    margin: 0 auto;
    padding: 5px 0;
}
    
    div#step01 {
    height: auto;
}
    
    .section-title {
    width: 100%;
}


}









/*---------------------------------------------*/

/* flow.html

============================================== */

#flow .main-bar {
    padding-top: 50px;
}

#flow .section1 {
    width: 80%;
    height: auto;
    padding-bottom: 0;
}

#flow .section1 {
    padding-left: 50px;
    box-sizing: border-box;
}

.step-bar, .step-bar-bullet {
    position: relative;
    margin-bottom: 60px;
}

.step-bar::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background: #00819d;
    left: -52.5px;
    border-radius: 50%;
    top: 14px;
}

.step-bar-bullet::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background: #00819d;
    left: -52.5px;
    border-radius: 50%;
    top: 14px;
}

#flow .flow-step-numbered-header-flex {
    display: flex;
    margin-bottom: 27px;
    align-items: center;
}

#flow .flow-step-cont p {
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 28px;
    margin-bottom: 0;
    text-align: left;
}

.step-bar::after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% + 1540px);
    background: #CFCFCF;
    left: -47.5px;
    top: 25px;
}


#flow .flow-num {
    font-family: 'EB Garamond', serif;
    font-weight: normal;
    font-style: italic;
    font-size: 35px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #00819d;
    margin-right: 23px;
    border-bottom: #00819d 1px solid;
}

#flow .flow-num-text {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.12em;
    line-height: 39px;
    color: #333;
}

.flow-step-image-cont {
    text-align: left;
}


.sp_none{
    display: block;
}

.pc_none{
    display: none;
}

.icon_img{
    background-size: 180px;
    background-repeat: no-repeat;
    background-position: right 10px;    
}

.icon01{
    background-image: url(../image/icon01.png);
}
.icon02{
    background-image: url("../image/icon02.png");
}
.icon03{
    background-image: url("../image/icon04.png");
}
.icon04{
    background-image: url("../image/icon03.png");
}
.icon05{
    background-image: url(../image/icon06.png);
}
.icon06{
    background-image: url(../image/icon01.png);
}
.icon07{
    background-image: url(../image/icon08.png);
    background-size: 150px;
    background-position: right -3px;
}
.icon08{
    background-image: url(../image/icon09.png);
    
}
.icon09{
    background-image: url(../image/icon07.png);
}


section#flow {
    margin-bottom: 200px;
}






@media screen and (max-width: 1399.98px) {
.step-bar::after {
    height: calc(100% + 1600px);
}
}

@media screen and (max-width: 1200px) {
.step-bar::after {
    height: calc(100% + 1765px);
}
}

@media screen and (max-width: 992.98px) {
.step-bar::after {
    height: calc(100% + 2020px);
}
}


@media screen and (max-width: 767px) {
.sp_none{
    display: none;
}

.pc_none{
    display: block;
}
    
    .step-bar::after {
    height: calc(100% + 1745px);
}
    
        .icon_img {
        background-size: 75px;
    }
    
    .icon07{
    background-size: 65px;
}
    
    .step-bar, .step-bar-bullet {
    margin-bottom: 15px;
}
    
    #flow .section1 {
    padding-left: 30px;
    box-sizing: border-box;
}
#flow .section1 {
    width: 85%;
    height: auto;
    padding-bottom: 0;
}
    
    #flow .flow-step-cont p {
    font-size: 12px;
    line-height: 23px;
}
    
    #flow .flow-step-numbered-header-flex {
    margin-bottom: 15px;
}
    
    
}

@media screen and (max-width: 560px) {
.step-bar::after {
    height: calc(100% + 1600px);
}
}

@media screen and (max-width: 477px) {
.step-bar::after {
    height: calc(100% + 2130px);
}
}




/*---------------------------------------------*/

/* campaign.html

============================================== */

body#Campaign {
    background-color: #fff9f5;
}

section#campaign_img {
    margin-top: 0;
}

span.marker {
   background-color: #ffffff;
    color: #cfbd5f;
    padding: 0 20px;
}

.shine span.mask{
	position: relative;/*キラッの基点となる位置を定義*/
    display: block;
    line-height: 0;/*行の高さを0にする*/
    overflow: hidden;/*拡大してはみ出る要素を隠す*/
}

.shine span.mask::before {
	position: absolute;
	content:"";
	width: 50%;/*キラッの横幅*/
	height: 100%;/*キラッの縦幅*/
	top: 0;/*.shine span.maskのトップ0を基点*/
	left: -75%;/*画面の見えていない左から右へ移動するスタート地点*/
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
	transform: skewX(-25deg);/*背景白透過を斜めに*/
}

.shine span.mask:hover::before {/*hoverした時の変化*/
	animation: shine 3s;/*アニメーションの名前と速度を定義*/
}

@keyframes shine {
	100% {
		left: 125%;/*画面の見えていない左から右へ移動する終了地点*/
	}
}


h1.wid48 {
    font-size: 5rem;
}

#campaign_syosai .mainbox {
    display: flex;
    margin: 50px auto;
    justify-content: space-between;
    align-items: center;
}

.wid_main {
    display: flex;
    justify-content: space-between;
}

.wid_text h2 span {
    font-size: 75px;
}
.wid_text h2 {
    margin: auto 55px;
}

.wid_text h5 {
    text-align: left;
}


.fukidashi-01-09 {
  position: relative;
  display: grid;
  place-items: center;
  width: 140px;
  height: 140px;
  border: 2px solid #333333;
        background: white;
}

#kurashiki h4 {
    border: 2px solid #333333;
    background: white;
    margin-bottom: 30px;
    padding: 10px 0;
}

#kurashiki{
    margin-bottom: 150px;
}


#kurashiki .syosai {
    display: flex;
    justify-content: space-between;
    border: 2px solid #333333;
    padding: 20px;
    background: white;
    margin: 30px auto;
}

.syosai p.left {
    width: 45%;
}

.syosai .right {
    text-align: justify;
    margin: auto 15px;
}

#campaign_syosai h3 {
    margin: 50px auto;
    background: linear-gradient(transparent 45%, yellow);
    width: 40%;
    text-align: center;
}

#campaign_text{
    background-image: url(../image/campaign_backgroundimg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
}

#campaign_text h1 {
        font-size: 3.5rem;
        color: #cfbd5f;
        font-weight: bold;
    }

#campaign_text h3 {
        font-size: 2rem;
        color: #cfbd5f;
        font-weight: bold;
        margin-bottom: 30px;
    }

.campaignBox {
    padding: 140px 0;
    background: rgb(255, 255, 255, 0.6);
}

.campaignBox h5 {
    margin-top: 70px;
    line-height: 2.3rem;
    text-align: center;
}


/*=============
.bg_pattern　背景ジグザグ
==============*/

.bg_pattern {
  background-color: #fffff;
  opacity: 0.4;
  z-index: -1;
}
.Polka_v2 {
  background-image:  radial-gradient(#cfbd5f 2px, transparent 2px), radial-gradient(#cfbd5f 2px, #ffffff 2px);
  background-size: 40px 40px;
  background-position: 0 0,20px 20px;
}

/*=============
pointの紹介部分　タイトル
==============*/
.PointBox {
    width: 80%;
    border: 3px solid #cfbd5f;
    margin: 50px auto;
}


.PointBox span.text.text02 {
    left: 330px;
}

.Point_syosai {
    display: flex;
    background: white;
}

.Point_syosai div {
    width: 50%;
}

.img_right {
    display: flex;
    flex-direction: row-reverse;
}

.Point_syosai div p {
   padding: 3rem 1.5rem;
    border-top: 1px solid #cccccc;
    height: 100%;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 2em;
}

#campaign_point h3 img {
    width: 40%;
}


@media screen and (min-width: 768px) and (max-width:1024px) {
    #kurashiki .syosai {
    display: flex;
    flex-direction: column;
}
    
.syosai p.left {
    width: 50%;
    margin: 10px auto;
}
    
    .campaignBox h5 {
    margin: 50px 20px 0;
    line-height: 2.3rem;
    text-align: center;
    font-size: 14px;
}
    
    .Point_syosai {
    display: flex;
    background: white;
    flex-direction: column;
}
    
    .PointBox {
    width: 80%;
}
    
    .Point_syosai div {
    width: 100%;
}
    .Point_syosai div p {
    padding: 1rem;
}
    
    #campaign_text h1 {
    font-size: 2.5rem;
}
    
    #campaign_text h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}
    
    .campaignBox {
    padding: 70px 0;
}
    
    
    
}

@media screen and (max-width: 767px) {
    
    section#campaign_img {
    margin-top: 75px;
}
    
    #campaign_syosai .mainbox {
    display: flex;
    flex-direction: column;
}
    
    
    
.syosai p.left {
    width: 100%;
}
    
    
    #kurashiki .syosai {
    display: flex;
    flex-direction: column;
}
    
    
    h1.wid48 {
    font-size: 3rem;
}
    
    .wid_main {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
    
    
    .wid_text h2 span {
    font-size: 40px;
}
    
    .fukidashi-01-09 {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    height: 45px;
    border: 2px solid #333333;
    background: white;
}
    
    #campaign_syosai h3 {
    margin: 10px auto;
    width: 80%;
}
    
    .campaignBox {
    padding: 50px 10px;
}
    
    #campaign_text h3 {
    font-size: 1.3rem;
}
    
#campaign_text h1 {
    font-size: 1.8rem;
}
    
    .campaignBox h5 {
        margin: 50px 20px 0;
        line-height: 2.2em;
        text-align: center;
        font-size: 14px;
    }
    
    .Point_syosai {
    display: flex;
    background: white;
    flex-direction: column;
}
    
    .PointBox {
    width: 100%;
}
    .Point_syosai div {
    width: 100%;
}
    
       .Point_syosai div p {
        padding: 1rem 0.5rem;
    }
    
    .PointBox span.text.text02 {
    left: 130px;
}
    
    #campaign_point h3 img {
    width: 80%;
}
    
    span.marker {
    padding: 0 8px;
}
}



/*---------------------------------------------*/

/* realestate.html

============================================== */


#Land{
    width: 80%;
    margin: 50px auto;
}

#Land h5{
    font-size: 1.5rem;
    position: relative;
  display: inline-block;
  padding: 0 55px;
}
#Land h5:before, #Land h5:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

#Land h5:before {
  left:0;
}
#Land h5:after {
  right: 0;
}


#Land h6 {
    color: white;
    background: #ee7800;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
}


#House{
    width: 80%;
    margin: 50px auto 200px;
}

#House h5{
    font-size: 1.5rem;
    position: relative;
  display: inline-block;
  padding: 0 55px;
}
#House h5:before, #House h5:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

#House h5:before {
  left:0;
}
#House h5:after {
  right: 0;
}


.bukken {
    padding: 30px;
    width: 100%;
    margin: 0 auto;
}


.bukken ul {
    display: flex;
    justify-content: space-between;
}
.bukken ul li {
    width: 48%;
    margin: auto 0;
    text-align: left;
}

span.money {
    color: red;
    font-size: 50px;
}

p.money-border {
    border-bottom: solid 1px #000000;
}
.bukken ul li p {
    font-size: 20px;
    padding: 0;
}

#House h6 {
    color: white;
    background: #00819d;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
}


#Land .btn02 {
    display: inline-block;
    padding: 0.8em 5em;
    text-decoration: none;
    color: #0f0f0f;
    border: solid 2px #ee7800;
    border-radius: 3px;
    transition: .4s;
    background: white;
    width: 30%;
    margin-bottom: 40px;
    text-align: center;
}

#Land .btn02:hover {
  background: #ee7800;
  color: white;
}

#Land .btn02 a:hover {
    color: white;
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    
    .bukkenMain {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}
    
    
    .bukken {
    padding: 0;
    width: 100%;
    margin: 20px auto;    
}


}

@media screen and (max-width: 767px) {
    
    #Land {
    width: 93%;
    margin: 50px auto;
}
    
    #House {
    width: 93%;
    margin: 50px auto;
}
    
    .bukkenMain {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}
    
    
    .bukken {
    padding: 0;
    width: 100%;
    margin: 20px auto;
}
    
    .bukken ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
    
    .bukken ul li {
    width: 100%;
    margin: auto 0;
    text-align: left;
}


}




/*---------------------------------------------*/

/* about.html

============================================== */

.bottom80{
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid #484848;
}

.numbered-header-flex {
    margin-bottom: 9px;
    display: flex;
}

.numbered-header-flex .numbered-header {
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 29px;
    padding-right: 12px;
    margin-right: 12px;
    position: relative;
}

.numbered-header-flex .numbered-header::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 25px;
    background-color: #cfcfcf;
}

.numbered-header-num {
    font-size: 20px;
    letter-spacing: 0.12em;
    line-height: 33px;
}

.aboutsabBox h6 {
    margin-bottom: 14px;
    font-size: 20px;
    letter-spacing: 0.12em;
    line-height: 33px;
    color: #000;
    text-align: left;
}

.aboutsabBox p {
    text-align: left;
    line-height: 2.3rem;
    margin-top: 30px;
}



.wid80 {
    display: flex;
    justify-content: space-between;
    margin: 100px auto;
}

.aboutBox {
    width: 48%;
}


.about_jirei{
    display: flex;
    justify-content: space-between;
    margin: 50px 30px;
    
}

.about-image{
    width: 28%;
}

.about-text{
    width: 70%;
    text-align: left;
    line-height: 2.3rem;
}

.ssabbox {
    display: flex;
}

p.ssabbox01 {
    width: 150%;
    margin-right: 20px;
}

#New_jirei .about-image {
    width: 35%;
    border: 1px solid #eee;
}

#New_jirei .about-text {
    width: 63%;
    text-align: left;
    line-height: 2.3rem;
}

p.aboutBOX {
    width: 80%;
    margin-top: 100px;
}


@media screen and (max-width: 767px) {
    
    .wid80 {
    display: flex;
    flex-direction: column;
}
    
    .aboutBox {
    width: 100%;
}
    
    .about_jirei {
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
    flex-direction: column;
}
    
    .about-image {
    width: 100%;
}
    
    .about-text {
    width: 100%;
}
    
.ssabbox {
    display: flex;
    flex-direction: column;
}
    
    p.ssabbox01 {
    width: 50%;
    margin: auto;
}
    
    p.aboutBOX {
        width: 100%;
        margin-top: 0;
}
    
    .numbered-header-num {
    font-size: 17px;
}
    
    .aboutsabBox h6 {
    font-size: 17px;
}



}



/*---------------------------------------------*/

/* Footer

============================================== */

#footer {
  border-top: 2px solid #484848;
  position: relative;
  margin-top: 40px;
}

#footer a {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
	opacity: 0.55;
	color: #0F0F0F;
}
#footer .primary {
    padding-top: 40px;
}
#footer .primary .flex {
  display: flex;
}
#footer .primary .flex .left{
  width: 30%;
}
#footer .primary .flex .right{
  display: flex;
    width: 70%;
	justify-content: flex-end;
}
#footer .secondary {
  padding: 20px;
}

.sitemap ul li {
    margin: 10px;
    padding: 10px;
}

.sp-conversion {
    display: none;
}



#footer #copyright p, #footer #copyright a {
    color: #0F0F0F;
	font-size: 1rem;
	font-family: "Shippori Mincho B1", serif;
}



@media screen and (min-width: 768px) and (max-width:1024px) {
	#footer .primary .flex .left {
    width: 40%;
}
	
	#footer .primary .flex .right {
    display: flex;
    width: 60%;
    flex-direction: column;
}
	
	 .navi-image {
    width: 40%;
}

}

@media screen and (max-width: 767px) {
  #footer .primary {
    padding: 20px 0;
    background: white;
  }
  #footer .primary .flex {
    display: block;
  }
  #footer .primary .flex .left{
    width: 100%;
  }
  #footer .primary .flex .right{
    width: 100%;
    display: block;
    margin: 30px auto;
  }
  #footer .secondary {
    display: block;
    padding: 20px 20px;
  }
	
	.sp-conversion {
		display: block;
        background-color: #fff;
        position: fixed;
        bottom: -1.5%;
        left: 0;
        padding: 15px 0;
        width: 100%;
}
	
	.sp-conversion-list {
    border-spacing: 10px 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    list-style: none;
    padding-left: 0 !important;
    margin-bottom: 0.5rem;
}
	
	.sp-conversion-list li {
    display: table-cell;
    text-align: center;
}
	
	.sp-conversion-list li a {
    border-radius: 3px;
    display: block;
    font-size: 10px;
    text-shadow: none;
    text-decoration: none;
    padding: 10px;
    font-family: 'Noto Sans JP';
}
	
	
}

/* logo */

#footer .logo {
  position: relative;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #footer .logo {
    font-size: 16px;
  }
}

/* address */

.address {
    margin: 10px 0;
    padding: 0;
    text-align: left;
}

.freedial {
    margin: 30px 0;
    padding: 0;
    text-align: left;
    font-family: "EB Garamond", serif;
    font-weight: normal;
    font-size: 32px;
    letter-spacing: 0.06em;
    line-height: 12px;
    color: #333;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
  .address {
    font-size: 14px;
    margin: 10px auto;
    padding: 0;
    text-align: left;
  }
	
	.freedial {
    margin: 30px auto;
    padding: 0;
    text-align: left;
    font-family: "EB Garamond", serif;
    font-weight: normal;
    font-size: 32px;
    letter-spacing: 0.06em;
    line-height: 12px;
    color: #333;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
}

/* navi */

.navi-section {
	display: flex;
    flex-direction: column;
    margin-left: 70px;
    line-height: 2.5rem;
}
#footer .parent {
    padding: 0;
    margin: 0;
    text-align: left;
}
#footer .navi {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .navi li {
  margin: 8px 0 0 0;
  padding: 0;
}
#footer .navi li:first-child {
  margin: 0;
}



@media screen and (max-width: 767px) {
  .navi-section {
      display: flex;
      width: 100%;
      margin: 0;
}
#footer .parent {
  font-size: 12px;
  margin: 0 0 10px;
}
  #footer .navi {
    font-size: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #444;
  }
  #footer .navi li {
    border-top: 1px solid #444;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 12px;
  }
    
    .navi-image {
    width: 62%;
}
    
    .navi-image a.topicon img {
    width: 50%;
}
}

/* sns-navi */

#footer .sns-navi {
  margin: 20px 0;
  padding: 0;
}
#footer .sns-navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 20px;
}
#footer .sns-navi li:last-child {
  margin-right: 0;
}



@media screen and (max-width: 767px) {
  #footer .sns-navi {
    margin: 20px 0 0 0;
    padding: 0;
  }
  #footer .sns-navi li {
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 18px;
  }
}

/* sitenavi */

#footer .sitenavi {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .sitenavi li {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}
#footer .sitenavi li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #footer .sitenavi {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
}

/* copyright */

#footer .copyright {
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
    font-size: 12px;
  }
}





/*---------------------------------------------*/
/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {

	
} /* END */

/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
	img.footer-logo {
		width: 25px;
	}

.gnav-item {
	display: block;
	width: 100%;
	border: none;
}
.gnav-item+ .gnav-item {
	border: none;
}
table th, table td {
	padding: .25rem !important;
}
table th:first-child {
	width: 25%;
}
} /* END */



/* h1～h6
============================================== */
.h-udline {
	letter-spacing: 0.1em;
	margin: 10px 0 15px 0;
	padding: 10px 0 10px  20px;
	border-left: 3px solid #0080FF;
	font-weight: bold;
	width: 100%;
}

.h-udline p {
	font-size: 50%;
	letter-spacing: 0;
	font-weight: normal;
	margin: 5px 0 5px 0;
	color: #666;
}

/*スマホ*/
@media screen and (min-width: 320px) and (max-width:767.98px) {

	.h-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)  {

	
	.h-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: #484848;
		font-size: 1.2em;
		display: flex;
	  align-items: center;
	  justify-content: space-between;
	}
	
	.h2-sideline::before, .h2-sideline::after {
	  border-top: 1px solid #484848;
	  content: "";
	  width: 25vw; 
	}
	.h2-sideline::before {
	  margin-right: 1em; 
	}
	.h2-sideline::after {
	  margin-left: 1em; 
	}
}


#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;
		}
	}


#itemLineup-frame p.EN {
	height: 6rem;
}



/*---------------------------------------------*/

/* company

============================================== */

div#company {
    padding-top: 150px;
}

#company h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#company h2:before {
    position: absolute;
    bottom: -1.5rem;
    left: 12%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'company';
    margin: auto;
	line-height: 30px;
}

/* table01 */
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
}

#table01 th {
  width: 30%;
    max-width: 282px;
    height: auto;
    padding-bottom: 27px;
    padding-top: 31px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 28px;
    color: #9f9f9f;
}

table#table01 {
    margin: 50px auto 10px;
    width: 80%;
}

#about p.text {
    padding: 0;
    text-align: left;
    width: 80%;
    margin: auto;
}

#Access h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 100px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#Access h2:before {
    position: absolute;
    bottom: -1.5rem;
    left: 20%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'access';
    margin: auto;
	line-height: 30px;
}

.map {
    margin: 50px auto 10px;
    width: 80%;
	padding: 0;
	display: flex;
}

.googlemap_right {
    margin-left: 50px;
}


.googlemap_right p.text {
    padding: 0;
    text-align: left;
    margin-bottom: 50px;
}

.googlemap_left {
    display: flex;
    flex-direction: column;
}

.googlemap_left iframe {
    width: 550px;
    height: 300px;
    margin-bottom: 10px;
}


@media screen and (max-width:991.98px) {
.map {
    display: flex;
    flex-direction: column;
}

	.googlemap_right {
    margin: 30px 0;
}
	
	.googlemap_left iframe {
    width: 100%;
    height: 280px;
    margin-bottom: 15px;
}
}



@media screen and (max-width: 767.98px) {
.map {
    display: flex;
    flex-direction: column;
}
	
	.googlemap_right {
    margin: 30px 0;
}
	
	.googlemap_left iframe {
    width: 100%;
    height: 238px;
}

}



/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}








/*---------------------------------------------*/

/* contact

============================================== */

div#contact {
    padding-top: 100px;
}

#contact h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#contact h2:before {
    position: absolute;
    bottom: -1.5rem;
    left: 25%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'contact';
    margin: auto;
	line-height: 30px;
}

#form-table, .form-line {
	display: flex; flex-direction: row; align-items: center;
	width: 100%; flex-wrap: wrap;
}
.form-line {
	border-bottom: #e2e2e2 1px solid;
	padding: 0 0.5em;
}

.form-koumoku {
	font-weight: bold;
	color: #393E46;
	width: 25%;
}

.form-naiyou {
	width: 75%;
    padding: 28px 45px;
}

.colorBlue {
    color: #929AAB !important;
    font-family: 'Arial Black', 'Gadget', 'sans-serif';
    font-size: 150%;
}

.form-select{
	font-size: 16px;
}

.form-control{
	font-size: 16px;
}

.en-title {
    font-family: 'Arial Black', 'Gadget', 'sans-serif';
    font-size: 180%;
    margin: 0;
    padding: 1em 0 0.5em 0;
    line-height: 1em;
}

.form-check-input[type=checkbox] {
    border-radius: 1.25em;
}

.tx-left{
	text-align: left;
	padding: 0;
}

.col-12 {
    flex: 0 0 auto;
    width: 80%;
    margin: auto;
}

.fmail {
    font-size: 16px;
    padding-right: 20px;
    margin-right: 5px;
    border: 1px solid #ced4da;
}

.select01 {
    width: 20%;
    display: inline;
}

.btn-primary {
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #000;
    background: #fff;
    padding: 10px 100px;
	letter-spacing: 0.2em;
	border: 1px solid #525252;
	font-family: "Shippori Mincho B1", serif;
}

.btn-primary:hover {
    background: #525252;
    transition-duration: 0.2s;
    color: #fff;
	opacity: 0.5;
	border: 1px solid #525252;
	font-family: "Shippori Mincho B1", serif;
	margin-top: -3px;
    height: 50px;
}

.btn {
    border-radius: 0;
}

.form-control {
    font-family: "Shippori Mincho B1", serif;
}

#about .btn02 {
    width: 45%;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
    padding: 0.8em 2em;
}


.box-scroll {
    width: 100%;
    height: 200px;
    overflow: auto;
    padding: 10px 20px;
    border: 1px solid #ced4da;
}

p {
    font-size: 16px;
}

#privacy span.font-600 {
    font-weight: bold;
    font-size: 16px;
}


@media screen and (max-width: 998.98px) {
    #about .btn02 {
    width: 70%;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
    padding: 0.4em 2em;
}
}

@media screen and (max-width: 767.98px) {
	.form-koumoku {
		width: 100%; padding: 0.75em 0 0.25em 0;
	}
	
	.form-naiyou {
		width: 100%; padding: 0 0 0.75em 0;
	}
	
	.btn-primary {
    padding: 10px 90px;
}
	
	.btn-primary:hover {
    height: 60px;
}
    
    #about .btn02 {
    width: 100%;
}
}

@media screen and (max-width:575.98px) {
	.btn-primary {
    padding: 10px 60px;
}
	
	.btn-primary:hover {
    height: 50px;
}
}

div.form-line:first-child {
	border-top: #e2e2e2 1px solid;
}
/*---------------------------------------------*/
/* technical-data, technical-data-DL
============================================== */
.form-DL-table {
	width: 80%;
	margin: 0 auto;
	display: flex; flex-direction: row; align-items: center;
	flex-wrap: wrap;
}

.form-DL-table .form-koumoku {
	font-size: 80%;
	color: #fbaa05;
}

.form-DL-table .form-naiyou {
	width: calc( 100% - 25% - 30px);
	padding: 0.75em 0;
}

@media screen and (max-width: 767.98px) {
	.form-DL-table {
		width: 100%;
	}
	.form-DL-table .form-naiyou {
	width:100%;
}
}


i.fab {
    font-size: 30px;
}

i.far {
    font-size: 30px;
}


/*---------------------------------------------*/

/* thankyou

============================================== */


#thankyou h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#thankyou h2:before {
    position: absolute;
    bottom: -1.5rem;
    left: 35%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'thank you';
    margin: auto;
	line-height: 30px;
}

div#thankyou {
    padding-top: 150px;
}

h4.h2-udline {
    text-align: center;
}

.thanks {
    margin-top: 100px;
}

/*---------------------------------------------*/

/* ボタンの色、変更

============================================== */
.form-check-input:checked {
    background-color: #00819d;
    border-color: #00819d;
}

.form-check-input:focus {
    border-color: #00819d;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 129, 157, .25);
}

.form-control:focus {
    border-color: #00819d;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 129, 157, .25);
}

.form-select:focus {
    border-color: #00819d;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 129, 157, .25);
}

.btn-primary:focus {
    border-color: #00819d;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 129, 157, .25);
}







.yokonarabi {
    display: flex;
    justify-content: space-between;
    width: 45%;
}


label {
  display: block;
  font:
    1rem 'Fira Sans',
    sans-serif;
}

input,
label {
  margin: 0.4rem 0;
}


.contactForm {
    position: fixed;
    right: 0;
    bottom: 150px;
    text-align: center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 15;
}

a.topicon img {
    width: 80%;
}


@media screen and (max-width: 998.98px) {
.yokonarabi {
    width: 60%;
}
    
}

@media screen and (max-width: 767.98px) {

    .yokonarabi {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
    }
}






.Nanametitle {
    display: flex;
    justify-content: center;
    align-items: center;
}
.Nanametitle::before,.Nanametitle::after {
    content: "";
    background-color: #000066;
    height: 3px;
    width: 60px;
}
.Nanametitle::before {
    margin-right: 5px;
    transform: rotate(60deg); 
}
.Nanametitle::after {
    margin-left: 5px;
    transform: rotate(-60deg); 
}
