@charset "UTF-8";
/* 文字コードの指定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html {
  font-size: 62.5%;
}
/*-----------------------------------concept-----------------------------------*/
body {
  background-image: url(../images/cp_concept_slide.jpg?20211105); /* 画像 */
  background-size: cover;               /* 全画面 */
  /* background-attachment: fixed;         固定 */
  background-position: center center;   /* 縦横中央 */
}

@media (min-width: 769px) {
  body {
    background-image: url(../images/concept_slide.jpg?20211105); /* 画像 */
    background-size: cover;               /* 全画面 */
    /* background-attachment: fixed;         固定 */
    background-position: center center;   /* 縦横中央 */
  }
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
  color: #333;
}

@media (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  color: #333;
  text-decoration: none;
  
}


img {
  max-width: 100%;
  vertical-align: bottom;
}

/*-----------------------------------hover-----------------------------------*/

.sp-nav a {
	text-decoration: none;
	padding-bottom: 3px;
	color: #333;
	display: block;
	position: relative;
}
.sp-nav li a::before {
	content: '';
	width: 0;
	left: 0%;
	bottom: 0;
	transition: all 0.5s ease;
	border-bottom: 2px solid #00000030;
	position: absolute;
	display: block;
}
.sp-nav li a:hover::before {
  width: 50%;
	border-bottom: 2px solid #00000030;
}
.sp-nav li a:after {
	content: '';
	width: 0;
	right: 0%;
	bottom: 0;
	transition: all 0.5s ease;
	border-bottom: 2px solid #00000030;
	position: absolute;
	display: block;
}
.sp-nav li a:hover:after {
	width: 50%;
	border-bottom: 2px solid #00000030;
}
/*-----------------------------------Header-----------------------------------*/

.header {
  position: absolute;
    top: 0;
    display: flex;
    align-items: right;
    justify-content: space-between;
    z-index: 100;
    width: 100%;
    height: 8rem;
    padding: 0 0 0 0rem;
    background-color: #200f0400;
    box-sizing: border-box;
}

@media (min-width: 769px) {
  .header {
    padding: 0 3rem 0 3rem;
  }
}

.nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  font-size: 3.1rem;
  color: #fff;
  cursor: pointer;
}
.nav-button-close{
  height: 5rem;
  font-size: 3.1rem;
  color: #333;
  cursor: pointer;
  padding-right: 3.9rem;
  padding-top: 0.5rem;
  text-align: right;
}

@media screen and (max-width:767px) {
  .nav-button-close{
    padding-right: 1rem;
  }
}


.sp-nav {
  position: fixed;
  top: 0rem;
  left: 0;
  display: none;
  z-index: 1000;
  width: 100%;
  height: 200rem;
  padding: 1rem;
  font-size: 3rem;
  text-align: right;
  background-color: #fff;
  box-sizing: border-box;
}

.sp-nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.sp-nav-list li {
  margin-bottom: 0rem;
  font-family: initial;
}
.logo{
  width: 76px;
}
/* 768pxまでの幅の場合に適応される */
@media (min-width: 767px) {
  .logo-pc img {
    height: 10rem;
    padding-top: 2rem;
  }
}

.header-fas-corlor{
  color:#ffffff;
}
/*-----------------------------------TOP-----------------------------------*/

@media screen and (max-width:767px) {
  /* ここにSP向けのCSS指定 */
   .pc-top{
     display: none;
   }
   .pc{
    display: none;
  }
   .sp-top{
    margin-top:0rem;
   }
   .carousel div{
     position: relative;
   }
  }
  
  @media screen and (min-width:768px) {
  /* ここにPC向けのCSS指定 */
   .sp-top{
     display: none;
   }
   .sp{
    display: none;
  }
   .pc-top{
     margin-top: 0rem;
   }
   .carousel div{
     position: relative;
   }
   
  }
  /*-----------------------------------container-----------------------------------*/
.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 112rem;
  padding: 1rem;
  margin: 0 auto;
  box-sizing: border-box;
  justify-content: center;
}

@media (min-width: 769px) {
  .container {
    flex-direction: row;
    display: flex;
    justify-content: center;
  }
}
/*-----------------------------------concept-----------------------------------*/

.concept-heading {
  height: 31px;
  margin:0 auto ;
  margin-bottom: 3rem;
}
.concept-heading img{
  height: 3.1rem;
}

@media (min-width: 769px) {
  .concept-heading img{
    height: 4rem;
  }
}
.concept-text-box{
  margin-top:15rem;
  color: rgb(255 255 255 / 80%);
  background-color: #00000060;
  margin-bottom:3rem;
}
@media (min-width: 769px) {
  .concept-text-box{
     margin-top:12rem;
     margin-bottom:3rem;
  }
}

.message{
  padding-top: 4rem;
  padding-bottom: 8rem;
  overflow: hidden;
}

.message-sabu-text-pc {
  text-align: left;
  color: #ffffffd2;
  font-family: 'Font Awesome 5 Brands';
}
.message-item{
  margin: 0 2rem;
}
.message-sabu-text-pc-right{
  margin-top:4rem;
  text-align: right;
  color: #ffffffd2;
}
.text-p{
  color: #ffffff;
  font-weight: bold; 
}



.message-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 112rem;
  padding: 0 2rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 0px;
  padding-right: 0px;

}

@media (min-width: 769px) {
  .message-container {
    flex-direction: row;
    display: flex;
    padding-left: 2rem;
  }
}

/*-----------------------------------footer-----------------------------------*/
.copyright {
  text-align: center;
  color: #ffffff;
  height: 7rem;
}
.copyright p {
  margin:0;
  padding-top: 2rem;
  font-size: 1.3rem;
}
/*-----------------------------------Animation-----------------------------------*/

.invisible {
  visibility: hidden;
}



/* トップに戻るボタン */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 40px;
  height: 40px;
  background-color: #f0f0f0;
  color: #333;
  opacity: 0.6;
  font-size: 1.6rem;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

/* マウスを乗せた時に透明度を変える */
.back-to-top:hover {
  opacity: 1;
}
