@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* link
----------------------------------------------------------------------*/
a:link {
  text-decoration: none;
  color: #fff;
}

a:visited {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

a:active {
  text-decoration: none;
  color: #fff;
}

/* pcNone,spNone
----------------------------------------------------------*/
@media only screen and (min-width: 769px) {
  /* show
  ----------*/
  .pcBlock {
    display: block;
  }

  .spBlock {
    display: none;
  }

  .pcBlock-i {
    display: inline-block;
  }

  .spBlock-i {
    display: none;
  }

  /* hide
  ----------*/
  .pcNone {
    display: none;
  }

  .spNone {
    display: block;
  }

  .pcNone-i {
    display: none;
  }

  .spNone-i {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  /* show
  ----------*/
  .pcBlock {
    display: none;
  }

  .spBlock {
    display: block;
  }

  .pcBlock-i {
    display: none;
  }

  .spBlock-i {
    display: inline-block;
  }

  /* hide
  ----------*/
  .pcNone {
    display: block;
  }

  .spNone {
    display: none;
  }

  .pcNone-i {
    display: inline;
  }

  .spNone-i {
    display: none;
  }
}
.kvSect .sectMain .sectTit img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 769px) {
  .kvSect .sectMain .sectTit {
    margin-left: -75px;
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  .topicPath {
    margin-top: -15%;
  }
}

.titSect img {
  margin: 0 auto;
}

.valueSect .inner .sectMain .sectTit img {
  height: 70px;
}

.comVisionSect .inner .sectMain .txtBlock .itemList {
  margin-top: 30px;
}
.comVisionSect .inner .sectMain .txtBlock .itemList li + li {
  margin-top: 30px;
}
.comVisionSect .inner .sectMain .txtBlock .itemList li .listTit {
  font-size: 20px;
  font-size: 2rem;
}
.comVisionSect .inner .sectMain .txtBlock .itemList li .listTit .icn01 {
  color: #ad0202;
  margin-right: 5px;
}
.comVisionSect .inner .sectMain .txtBlock .itemList li .liTxt {
  margin-top: 10px;
  margin-left: 27px;
}

@media only screen and (min-width: 769px) {
  .comVisionSect {
    margin-top: 100px;
  }
  .comVisionSect .inner .sectMain {
    display: flex;
  }
  .comVisionSect .inner .sectMain .sectTit {
    min-width: 220px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .comVisionSect {
    margin-top: 50px;
  }
  .comVisionSect .inner .sectMain .sectTit {
    text-align: center;
  }
  .comVisionSect .inner .sectMain .txtBlock {
    margin-top: 20px;
  }
}
.greetingSect {
  margin-top: 100px;
}
.greetingSect .inner .sectTit {
  text-align: center;
}
.greetingSect .inner .sectMain {
  margin-top: 30px;
}
.greetingSect .inner .sectMain .txt + .txt {
  margin-top: 15px;
}
.greetingSect .inner .sectMain .photo {
  margin-top: 30px;
}
.greetingSect .inner .sectMain .name {
  margin-top: 20px;
  text-align: center;
}
