@charset "utf-8";


/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/

/* TOPに戻るボタン */

.btn-gotop{
  display: none;
	position: fixed;
	    right: 130px;
    bottom: 50px;
	z-index: 10;
}
#Footer .btn-gotop a{
	display: flex;
	width: 50px;
	height: 50px;
	background: var(--blue);
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.2;
	text-align: center;
	justify-content: center;
	align-items: center;
	opacity: .8;
	transition: .4s;
  letter-spacing: 1px;
  border: 1px solid var(--light);
}
#Footer .btn-gotop a:hover{
	opacity: 1;
}

/* コピーライト */
#Footer .copyright{
	padding: 8px 16px;
	background: var(--light);
	text-align: center;
	font-size: 1rem;
  font-weight: 400;
	color: var(--dark);
	letter-spacing: 1px;
}

/* footer_contents */
.footer_contents{
  padding: 8% 0;
}
.footer_contents .inner {
  margin: 0 auto 0;
}

.footer_contents h4{
  text-align: center;
  margin-bottom: 40px;
}
.footer_contents h4 span:nth-of-type(1){
  display: block;
  color: var(--blue);
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 500;
}
.footer_contents h4 span:nth-of-type(2){
  display: block;
  color: var(--blue);
  font-size: 1.3rem;
  font-weight: 500;
}

/* other lineup */

.left_scroll,
.right_scroll {
display: none;
}

.left_scroll img,
.right_scroll img {
vertical-align: bottom;
width: 100% !important;
}

*,
*:before,
*:after{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}



.slide_box img{
width: 100%;
height: auto;
flex-shrink: 0;
vertical-align: bottom;
-webkit-backface-visibility: hidden;
}

 /* 各物件スライド*/

.LS_5{
letter-spacing: 5px !important;
}

.LS_0{
letter-spacing: 0 !important;
}


.MB_20 { margin-bottom: 20px!important; } 

.W_100 { width:100%!important; } 


/*----------------------------------------
 lineup
----------------------------------------*/

.lineup{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
width: 100%;
padding: 80px 0 0 0;
}

.lineup_inner{
width: 100%;
max-width: 1200px;
}

.lineup_slide{
width: 100%;
margin: 0 auto 40px auto;
padding: 0 20px 50px;
position: relative;
}

.lineup_slide div.slide_box{
padding: 0 20px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
width: 100%;
}

.lineup_slide .slide-arrow {
bottom: 0;
position: absolute;
width: 40px;
height: 40px;
font-size: 2rem;
line-height: 40px;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background-color: #fff;
border: 1px solid var(--blue); 
border-radius: 50%;
color: var(--blue); 
transition : all 0.5s ease 0s;
}

.lineup_slide .slide-arrow:hover {
background-color: var(--blue); 
color: #fff;
}

.lineup_slide .prev-arrow {
left: 50%;
transform: translateX(calc(-50% - 30px));
}

.lineup_slide .next-arrow {
left: 50%;
transform: translateX(calc(-50% + 30px));
}

/* fallback */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v232/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}




/* aboutsoken */

.aboutsoken{
  position: relative;
  margin-top: 8%;
}
.aboutsoken_icon{
  position: absolute;
  left: -8%; top: 0;
  max-width: 38%;
}
.aboutsoken_list{
  display: flex;
  justify-content: space-between;
  text-align: center;
  max-width: 640px;
  margin: auto;
}
.aboutsoken_list li{
  flex-basis: 49%;
}
.aboutsoken_list li a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4% 6%;
  min-height: 230px;
  transition: .3s;
}
.aboutsoken_list li a:hover{opacity: .7;}

.aboutsoken_list li a .about_ttl{
  display: block;
  text-align: center;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
  font-size: 1.8rem;
  color: var(--light);
  padding-top: 78px;
  position: relative;
  z-index: 1;
}
.aboutsoken_list li a .about_btn{
  font-size: 1.4rem;
  background-color: var(--light);
  border-radius: 50px;
  margin-top: auto;
  padding: 8px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.aboutsoken_list li a .about_btn{
  position: relative;
}
.aboutsoken_list li a .about_btn::before{
  content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    border: 3px solid transparent;
    border-left: 5px solid var(--dark);
}
.aboutsoken_list li a{
  position: relative;
}
.aboutsoken_list li:nth-of-type(1) a{
  background: url(../../common/image/aboutsoken_img01.png);
 background-size: cover;
}
.aboutsoken_list li:nth-of-type(2) a{
  background: url(../../common/image/aboutsoken_img02.png);
    background-size: cover;
}
.aboutsoken_list li:nth-of-type(3) a{
  background: url(../../common/image/aboutsoken_img03.png);
    background-size: cover;
}
.aboutsoken_list li a::after{
  content: '';
  display: block;
  height: 100%; width: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0; left: 0;
}

@media screen and (max-width: 1250px) {
  .aboutsoken_list li a {
    min-height: 160px;
  }
  .aboutsoken_list li a .about_ttl {
    font-size: 1.3rem;
    padding-top: 58px;
  }
  .aboutsoken_list li a .about_btn{
    font-size: 1.2rem;
    padding: 3px;
  }
}


/* footer_area */

.cv_area{
  margin: 16px auto;
}
.cv_area a{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 8px;
  width: 400px;
  margin: auto;
  transition: .3s;
}
.cv_area .cv_btn a:hover{opacity: .7;}
.cv_area .cv_btn.res a{
  background: var(--red);
  margin-top: 16px;
}
.cv_area .cv_btn.req a{
  background: var(--beije);
}
.cv_area .cv_btn a img{
  width: 260px;
}
.footer_tel{
  text-align: center;
  color: var(--blue);
  margin-top: 48px;
}
.footer_tel .footer_tel_ttl{
  font-size: 1.4rem;
}
.footer_tel .footer_tel_img{
  display: block;
  width: 400px;
  margin: 0 auto;
}
.footer_tel .footer_tel_txt{
  font-size: 1.3rem;
}
.footer_nav_sns{
  display: flex !important;
  justify-content: space-between;
  flex-wrap: nowrap;
  max-width: 240px !important;
  margin: 40px auto;
}
.footer_nav_sns li{
  border: none !important;
  flex-basis: 26%;
}
.footer_nav_sns li a{
  transition: .3s;
}
.footer_nav_sns li a:hover{opacity: .7;}
.soken_logo{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  margin: auto;
}
.soken_logo li:nth-of-type(1){
  flex-basis: 60%;
}
.soken_logo li:nth-of-type(2){
  flex-basis: 30%;
}
.soken_logo li a{transition: .3s;}
.soken_logo li a:hover{opacity: .7;}
.footer_area .note{
  font-size: 1.1rem;
  margin: 48px auto 24px;
  color: var(--dark);
}

/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/

@media screen and (max-width: 1250px) {
  .btn-gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 10000;
}
.cv_area{padding: 0 34px;}
.cv_area a{
  display: flex;
  justify-content: center;
  align-items: center;
      padding: 20px 8px;
  width: 100%;
  margin: auto;
  transition: .3s;
}
.cv_area .cv_btn a img{
  width: 200px !important;
}
.footer_tel .footer_tel_img {
    display: block;
    width: 300px;
    margin: 0 auto;
}
.footer_tel .footer_tel_ttl {
    font-size: 1.2rem;
}
.footer_tel .footer_tel_txt {
    font-size: 1.2rem;
}
.footer_nav_sns {
    max-width: 200px !important;
    margin: 32px auto;
}
.soken_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
    margin: auto;
}
.footer_area .note {
    margin: 32px auto 24px;
    color: var(--dark);
}
#Footer .copyright {
      padding: 8px 16px 78px;
}
}




/* othre lineup */

.otherlineup_box{
	margin-left: 10px;
	min-height: 308px;
}
.otherlineup{max-width: 1500px; padding: 0; margin: auto;}

.otherlineup_box{
	background: var(--gray);
	padding: 4%;
	position: relative;
}
.otherlineup_box a{display: block;}
.contents-slider .slider-item.otherlineup_box a{ color: #000; font-weight: 700;}
.otherlineup_box .area{
	position: absolute;
	top: 0; right: 0;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	padding: 4px 7px;
}
.otherlineup_box .area.hyogo{background-color: var(--blue);}
.otherlineup_box .area.osaka{background-color: var(--orange);}
.slider-item.otherlineup_box .area_icon{
  text-align: center;
  padding-bottom: 12px;
  margin: auto;
  min-height: 42px;
}
.slider-item.otherlineup_box .area_icon img{
  display: block;
  margin: auto;
}
.slider-item.otherlineup_box h3{
	position: inherit;
	line-height: 1.6 ;
	top: 0; left: 0 ;
	    font-size: 1.4rem;
	font-weight: 700;
	max-width: 90%;

}
.lineup_box{
	display: block;
	justify-content: space-between;
	margin-top: 2%;
}
.lineup_box .lineup_img{
	
}
.lineup_box .lineup_txt{
	
}
.lineup_txt .num{
	font-size: 1.3rem;
	line-height: 1;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 5px;
  margin-top: 8px;
}
.lineup_txt .num::before{
	content: '';
	position: absolute;
	z-index: -1;
	left: 0; bottom: 5px;
	background: #ccdbf2;
	width: 100%;
	height: 4px;
}
.lineup_txt .num span{
	font-size: 3rem;
	font-weight: 600;
    white-space: nowrap;
    font-family: "EB Garamond", serif;
	vertical-align: -1px;
}
.lineup_txt .txt2{
	font-size: 1.1rem;
	line-height: 1.6;
	margin-top: 10px;
	margin-bottom: 7%;
  min-height: 54px;
}
.lineup_txt .btn2{
	display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100px;
    height: 38px;
    margin: 0 auto;
    background-size: 6px;
    border-radius: 50px;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--light);
    transition: .3s;
    font-family: "EB Garamond", serif;
    background: var(--grablue);
}



@media screen and (max-width: 1250px) {
.otherlineup_box {
    margin-left: 0 !important;
}
.lineup_txt .txt2 {
    min-height: 37px;
}

}

.footer_bar{display: none;}
/* フッターバー */
@media screen and (max-width: 1250px) {
  .footer_bar{
    position: fixed;
    bottom: 0; left: 0;
    width: 100%;
    z-index: 10000;
  }
  .footer_bar ul{
    display: flex;
    justify-content: space-between;
  }
  .footer_bar ul li{
    flex-basis: 25%;
  }
  .footer_bar ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 4px;
    background: var(--gray);
    border: 1px solid var(--light);
    width: 100%;
    min-height: 68px;
  }
  .footer_bar ul li a span{
    display: block;
    text-align: center;
    margin: auto;
    font-size: 1.1rem;
    color: var(--blue);
  }
  .footer_bar ul li.res a{background: var(--red);}
  .footer_bar ul li.res a span{color: var(--light);}
  .footer_bar ul li.req a{background: var(--beije);}

  .footer_bar ul li.res a span:nth-of-type(1){width: 28px;}
  .footer_bar ul li.req a span:nth-of-type(1){width: 24px;}
  .footer_bar ul li.tel a span:nth-of-type(1){width: 19px;}
  .footer_bar ul li.map a span:nth-of-type(1){width: 19px;}
}



