@charset "utf-8";


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

/* TOPに戻るボタン */

.btn-gotop{
  display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1000;
}
#Footer .btn-gotop a{
	display: flex;
	width: 60px;
	height: 60px;
	background: url(../../common/image/bg_texture.png), var(--grablue);
	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: 2px solid var(--light);
  border-radius: 50px;
}
#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 {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto 0;
}

.footer_contents h4{
  text-align: center;
  margin-bottom: 40px;
}
.footer_contents h4 span:nth-of-type(1){
  display: block;
  background: var(--grablue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5rem;
  line-height: 1.6;
}
.footer_contents h4 span:nth-of-type(2){
  display: block;
  color: var(--blue);
  font-size: 1.8rem;
  font-weight: 700;
}

/* 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-bottom: 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 #32a9b7; 
border-radius: 50%;
color: #32a9b7;
transition : all 0.5s ease 0s;
}

.lineup_slide .slide-arrow:hover {
background-color: #32a9b7;
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;
}


@media screen and (max-width : 896px) {
	
.lineup {
    padding: 40px 0 0 0;
}	
	
.lineup_inner{
width: 100%;
}
	
.lineup_slide {
    width: 90%;
	margin: 0 auto 0 auto;
}	

.left_scroll,
.right_scroll {
width: 300% !important; 
}
    
.W_100{
width: 100%!important;
}

.W_20{
width: 50%!important;
}
	
}


/* 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: 330px;
  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: 135px;
  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;
}


/* cv_area */

.cv_area{}
.cv_area ul{
  display: flex;
  justify-content: space-between;
}
/* .cv_area li{flex-basis: 100%;} */
.cv_area li{flex-basis: 50%;}
.cv_area li a{
  display: block;
  width: 100%;
  text-align: center;
  color: var(--light);
  padding: 6% 20px;
  position: relative;
  z-index: 0;
}
.cv_area li.req a{
  background: var(--graorange);
}
.cv_area li a::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s;
}
.cv_area li.req a::before{
  background: var(--graorangehover);
}
.cv_area li.rev a{
  background: var(--grablue);
}
.cv_area li.rev a::before{
  background: var(--grabluehover);
}
.cv_area li a:hover::before {
  opacity: 1;
}

.cv_area li a span:nth-of-type(1){
  font-size: 4rem;
  line-height: 1;
  display: block;
}
.cv_area li a span:nth-of-type(2){
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  display: block;
  padding-top: 8px;
}

/* page_top */

.page_top{
  background:  var(--gray);
    background-size: cover;
    padding: 12px 0 16px;
}
.page_top a{
  text-align: center;
  display: block;
  color: var(--blue);
  font-size: 1.6rem;
}
.page_top p{
  line-height: 1;
}
.arrow {
  position: relative;
  display: inline-block;
  width: 31.5px;
  height: 18.7px;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 24px;
  border-radius: 9999px;
  background-color: var(--blue);
  transform-origin: 50% 2px;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

/* footer_area */

.footer_area {
  background: url(../../common/image/bg_texture.png), var(--gray);
  background-size: cover;
  padding: 1% 0 5%;
}

.footer_info_wrap{
  margin-top: 5%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.footer_info_wrap .nquiry{
  color: var(--dark);
  flex-basis: 50%;
}
.footer_info_wrap .nquiry p{
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.footer_info_wrap .nquiry .tel a{
  font-size: clamp(28px, 5.2svw, 52px);
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: 2px;
}
.footer_info_wrap .nquiry img,
.footer_info_wrap .nquiry span{display: block;}
.footer_info_wrap .nquiry span{
  padding-left: 8px;
}
.footer_info_wrap .nquiry small{
  display: block;
  font-size: 1.3rem;
  margin-top: 8px;
  line-height: 1.6;
}

.footer_info_wrap .sponsor{
  padding-left: 20px;
  max-width: 50%;
}
.footer_info_wrap .sponsor ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_info_wrap .sponsor li{
  flex-basis: 50%;
  padding: 0 16px;
}
.footer_info_wrap .sponsor li a{
  transition: .3s;
}
.footer_info_wrap .sponsor li a:hover{
  opacity: .7;
}


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

@media screen and (max-width: 768px) {

/* TOPに戻るボタン */

.btn-gotop{
	right: 45px;
        bottom: 40px;
  
}
#Footer .btn-gotop a{
	width: 60px;
  height: 60px;

	font-size: 1.1rem;
}
#Footer .btn-gotop a:hover{
	opacity: 1;
}

/* footer_contents */
.footer_contents{
  padding: 12% 0;
}
.footer_contents .inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 0;
}

.footer_contents h4{
  text-align: center;
  margin-bottom: 24px;
}
.footer_contents h4 span:nth-of-type(1){
  font-size: 3.2rem;
}
.footer_contents h4 span:nth-of-type(2){
  font-size: 1.3rem;
}



  /* aboutsoken */

.aboutsoken{
  margin-top: 12%;
}
.aboutsoken_icon{
  display: none;
}
.aboutsoken_list li{
  flex-basis: 49%;
}
.aboutsoken_list li a{
  padding: 4% 6%;
  min-height: 140px;
}
.aboutsoken_list li a .about_ttl{
  font-size: 1.2rem;
  padding-top: 36px;
}
.aboutsoken_list li a .about_btn{
  font-size: 1.2rem;
  background-color: var(--light);
  border-radius: 50px;
  margin-top: auto;
  padding: 4px;
  width: 100%;
}
.aboutsoken_list li a .about_btn::before{
    right: 4px;
}


/* cv_area */

.cv_area{}
.cv_area ul{
  display: block;
}
.cv_area li{flex-basis: 50%;}
.cv_area li a{
  display: block;
  width: 100%;
  text-align: center;
  color: var(--light);
  padding: 8% 20px;
  position: relative;
  z-index: 0;
}



.cv_area li a span:nth-of-type(1){
  font-size: 3.2rem;
  line-height: 1;
  display: block;
}
.cv_area li a span:nth-of-type(2){
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  display: block;
  padding-top: 8px;
}


/* page_top */

.page_top{
    background-size: cover;
    padding: 4px 0 8px;
}
.page_top a{
  text-align: center;
  display: block;
  font-size: 1.3rem;
}
.page_top p{
  line-height: 1;
}
.arrow {
  position: relative;
  display: inline-block;
  width: 15.3px;
  height: 9.7px;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 12px;
  border-radius: 9999px;
  transform-origin: 50% 1px;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

/* footer_area */

  /*ナビ内SNS*/

  .footer_area .head_sns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 5%;
  }
  .footer_area .head_sns li{
    flex-basis: 32.5%;
  }
  .footer_area .head_sns li a {
    width: 100%;
    padding: 8px ;
  }
  .footer_area .head_sns li:nth-of-type(1) {
    flex-basis: 100%;
    text-align: center;
    padding-bottom: 24px;
  }
  .footer_area .head_sns li:nth-of-type(1) span:nth-of-type(1){
    display: block;
    font-size: 3.2rem;
    color: var(--dark);
  }
  .footer_area .head_sns li:nth-of-type(1) span:nth-of-type(2){
    display: block;
    font-size: 1.3rem;
    line-height: 1;
    color: var(--dark);
  }
  .footer_area .head_sns li:nth-of-type(2),
  .footer_area .head_sns li:nth-of-type(3),
  .footer_area .head_sns li:nth-of-type(4){
    border: 2px solid var(--light);
    text-align: center;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer_area .head_sns li:nth-of-type(2) a{
    width: 100%;
    padding-top: 16px;
  }
  .footer_area .head_sns li:nth-of-type(3) a {
    width: 48%;
    display: block;
  }
  .footer_area .head_sns li:nth-of-type(4) a {
    width: 48%;
    display: block;
  }
  .footer_area .head_sns li a{
    display: block;
    width: 100%;
  }

.footer_area {
  padding: 8% 0 20%;
}

.footer_info_wrap{
  margin-top: 8%;
  display: block;
}
.footer_info_wrap .nquiry p{
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 8px;
}
.footer_info_wrap .nquiry .tel a{
  font-size: 4rem;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: 2px;
}
.footer_info_wrap .nquiry img{flex-basis: 12%; width: 56px !important;}
.footer_info_wrap .nquiry img,
.footer_info_wrap .nquiry span{display: block;}
.footer_info_wrap .nquiry span{
  padding-left: 8px;
}
.footer_info_wrap .nquiry small{
  display: block;
  font-size: 1rem;
  margin-top: 8px;
  line-height: 1.6;
  text-align: center;
}

.footer_info_wrap .sponsor{
  padding-left: 0;
  max-width: 100%;
  margin-top: 8%;
}
.footer_info_wrap .sponsor ul{
  display: block;
  justify-content: center;
  align-items: center;
}
.footer_info_wrap .sponsor li{
  max-width: 60%;
  margin: 16px auto 0;
}
.footer_info_wrap .sponsor li a{
  transition: .3s;
}
.footer_info_wrap .sponsor li a:hover{
  opacity: .7;
}
}




/* othre lineup */

.otherlineup_box{
	margin-left: 30px;
	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: 2.0rem;
	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: 2.0rem;
	font-weight: 700;
	max-width: 90%;

}
.lineup_box{
	display: flex;
	justify-content: space-between;
	margin-top: 2%;
}
.lineup_box .lineup_img{
	flex-basis: 55%;
}
.lineup_box .lineup_txt{
	flex-basis: 41%;
}
.lineup_txt .num{
	font-size: 1.4rem;
	line-height: 1;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 5px;
}
.lineup_txt .num::before{
	content: '';
	position: absolute;
	z-index: -1;
	left: 0; bottom: 5px;
	background: #9FB2CE;
	width: 100%;
	height: 8px;
}
.lineup_txt .num span{
	font-size: 4rem;
	font-weight: 900;
    white-space: nowrap;
    font-family: "Lato", sans-serif;
	vertical-align: -1px;
}
.lineup_txt .txt2{
	font-size: 1.3rem;
	line-height: 1.6;
	margin-top: 10px;
	margin-bottom: 7%;
}
.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: 900;
    color: var(--light);
    transition: .3s;
    font-family: "Lato", sans-serif;
    background: var(--grablue);
}


@media screen and (max-width: 768px) {
	/* othre lineup */

.otherlineup_box{
	margin-left: 10px;
}
.contents-slider-area{
	overflow: hidden;
    width: 100%;
    padding: 0 0 50px 20px;
}

.otherlineup{
	padding: 12% 0 0 ;
}
.otherlineup h2 {
    margin-bottom: 30px;
}
.otherlineup h2 .en{
    font-size: 50px;
}
.otherlineup h2 .en span {
    position: absolute;
	right: 44px;
    bottom: 21px;
    width: 44%;
}
.otherlineup h2 .ja {
    display: block;
    margin-top: 5px;
    font-size: 14px;
}
.otherlineup_box{
	padding: 8%;
	position: relative;
}
.otherlineup_box .area{
	font-size: 2rem;
	padding: 3px 5px;
}
.slider-item.otherlineup_box h3{
	line-height: 1.3;
	font-size: 1.8rem;
	max-width: 100%;
	min-height: auto;

}
.lineup_box{
	display: block;
	margin-top: 5%;
}
.lineup_box .lineup_txt{
	margin-top: 5%;
}
.lineup_txt .num{
	font-size: 1.4rem;
	line-height: 1;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 5px;
}
.lineup_txt .num::before{
	content: '';
	position: absolute;
	z-index: -1;
	left: 0; bottom: 5px;
	width: 100%;
	height: 8px;
}
.lineup_txt .num span{
	font-size: 4rem;
	font-weight: 900;
    white-space: nowrap;
    font-family: "Lato", sans-serif;
	vertical-align: -1px;
}
.lineup_txt .txt2{
	font-size: 1.3rem;
	line-height: 1.6;
	margin-top: 10px;
	margin-bottom: 7%;
	min-height: 63px;
}
.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: 900;
    transition: .3s;
    font-family: "Lato", sans-serif;
}
}






