/* ベースのスタイル
------------------------------------------ */
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.75;
  color: #333;
  overflow-x: hidden;
}

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

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

a,
a:hover,
a i {
  transition: all 0.3s;
}

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

ul {
  list-style: none;
}

/*----------------------sp------------------------*/
.pc-header-list {
  display: none;
}
.header {
  z-index: 999;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  width: 100%;
  background-color: #fff;
}
.header-logo {
  width: 40%;
}
.mv img{
  width: 100%;
  height: auto;
  margin-top: 15%;
}
.sp-header {
  width: 30px;
  height: 20px;
  position: relative;
  position: fixed;
  top: 20px;
  left: auto;
  right: 20px;
}
.sp-header span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: .5s;
}
.sp-header span:nth-of-type(1) {
  top: 0;
}
.sp-header span:nth-of-type(2) {
  top: 50%;
}
.sp-header span:nth-of-type(3) {
  top: 100%;
}
.header-list {
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 60px;
  width: 100%;
  height: 100%;
  right: 0;
  transform: translateX(100%);
  transition: .8s;
}
.header-list li{
  line-height: 400%;
  text-align: center;
  border-bottom: 1px solid #ffffffd1;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 80%;
  margin: 0 auto;
}
.header-list li a{
  color: #fff;
}
.header-list-sns-ul {
  display: flex;
  column-gap: 5px;
}
.header-list-sns-ul li{
  border-bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 30px;
}

.sp-header.active span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
.sp-header.active span:nth-of-type(2) {
  opacity: 0;
}
.sp-header.active span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}
.header-list.active {
  transform: translateX(0);
}
/*----------main-----------*/
.slide-items {
  top: 60px;
  margin-bottom: 25vw;
  width: 100%;
  height: 100%;
}

.slide-items img {
  width: 100%;
  object-fit: cover;
}

.content {
  width: 90%;
  margin: 12% auto;
  font-size: 3vw;
  font-weight: 400;
}
.content-text {
}
.content-text img {
  width: 100%;
}
.content .text-01 {
  width: 95%;
  margin-left: 2vw;
  font-size: 3.8vw;
  margin-bottom: 10vw;
}
.content-title{
  display: table;
  border-bottom: 3px solid #000;
  width: 95%;
  margin-bottom: 6vw;
}

.fade-left {
  font-size: 7vw;
}
.text-title {
  font-size: 7vw;
}
.content-abt-on {
  display: grid;
  text-align: center;
  row-gap: 10vw;
}

.abt {
  margin: 0 auto;
  padding: 12px 0 12px 0;
  width: 90%;
  font-size: 5vw;
}

.abt::before,
.abt::after {
    content: " ";
    position: absolute;
    border: solid #333;
    width: 30px;
    height: 30px;
    transition: all .3s ease-in-out;
}
.abt::before {
    top: 0;
    left: 0;
    border-width: 2px 0 0 2px;
}
.abt::after {
    bottom: 0;
    right: 0;
    border-width: 0 2px 2px 0;
}
.abt.ct::before,
.abt.ct::after {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-color: #666;
}






.abt h3 {
  font-size: 6vw;
}

.abt-on-webc {
  font-size: 4.3vw;
}

.content-news-on {
  display: grid;
  text-align: left;
  row-gap: 2vw;
}
.news-text {
  margin: 0 auto 0 1vw;
  font-size: 5vw;
  border-bottom: 1px solid #333;
  width: 90%;
  padding-bottom: 1vw;
}

.news-text p{
  line-height: 1;
}

.news-data {
  margin-top: auto;
  margin-bottom: 1vw;
  margin-right: 5vw;
  font-size: 4.5vw;
}

.more {
  display: block;
  font-size: 4vw;
  text-align: right;
  margin-right: 10vw;
  color: #007bff;
}

.content-contact-on {
  display: grid;
  font-size: 5vw;
}

.cont-ent {
  color: #1500ff;
}
.contact-btn {
  padding: 2vw;
  background-color: #666;
  color: #fff;
  width: 50%;
  margin: 2vw auto;
  border-radius: 30px;
  transition: 0.8s;
  text-align: center;
}

.contact-btn:hover {
  opacity: .8;
  transition: .8s;
}

/*-------- footer -----------*/
footer {
  background-color: #666;
}

.footer-title {
  display: flex;
  color: #fff;
  justify-content: center;
  font-size: 3.5vw;
  column-gap: 8vw;
}
.footer-logo {
  width: 20%;
  height: 20%;
  margin-top: auto;
  margin-bottom: 2vw;
}
.footer-list-ul {
  display: flex;
  justify-content: center;
} 
.footer-list-li a{
  color: #fff;
  font-size: 3.5vw;
  font-weight: 400;
  border-right: 1px solid #fff;
  padding-right: 2vw;
  padding-left: 2vw;
}
.footer-list-li:last-child a{
  border-right: none;
}
.footer h2 {
  font-weight: 400;
  margin-top: 30px;
}
.copi {
  display: block;
  color: #fff;
  font-size: 2vw;
  text-align: right;
  margin-right: 8vw;
}
/*----------- PC ----------------
-----------------------------------*/

@media (min-width:768px) {
  .sp-header {
    display: none;
  }
.header-list {
  display: none;
}


.header-logo {
  width: 25%;
}

.header {
  display: flex;
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 12%;
  top: 0;
  align-items: center;
  z-index: 999;
}
.header img {
  padding: 3%;
  margin-left: 0;
}
.pc-header-list {
  display: block;
  margin-left: auto;
  margin-right: 5%;

}
.header-list-ul {
  display: flex;
  column-gap: 2vw;
  margin-top: 5%;
}

.header-list-li {
  font-size: 1.2vw;

}

.header-list-li a {
  position: relative;
  display: inline-block;
  color: #333;
  font-weight: 400;

}

.header-list-li a:hover {
  color: #97acb4d1;
}

.header-list-li a::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #97acb4d1;
  transition: all .3s;
  transform: scale(0,1);
  transform-origin: left top;
}

.header-list-li a:hover::after {
  transform: scale(1,1);
}

/*------------ main ---------------*/

.slide-items {
  margin-bottom: 13vw;
}
.fade-left {
  font-size: 3.5vw;
}
.text-title {
  font-size: 2vw;
}
.content {
  width: 80%;
}

.content .text-01 {
  margin-left: 0;
  text-align: left;
  font-size: 1vw;
}

.content  p:nth-child(3){
  margin-top: 10px;
  font-size: 1rem;
}

.content-01 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  column-gap: 10%;
}

.content-01 img:nth-child(1){
  width: 40%;
}

.content-01 img:nth-child(2){
  width: 40%;
}

.content-01 img:nth-child(3){
  margin-top: 10%;
  width: 90%;
}

.content-text img {
  display: block;
  width: 80%;
  margin: 0 auto;

}

.abt h3 {
  font-size: 1.8vw;
}

.abt {
  font-size: 1.2vw;
  border-radius: 15px;
}

.abt-on-webc {
  font-size: 1.2vw;
}

.content-abt-on {
  width: 95%;
  display: flex;
  column-gap: 3vw;
}

.news-text {
  font-size: 1.5vw;
  width: 70%;
  margin-left: 12vw;
}
.news-data {
  font-size: 1vw;
}

.more {
  display: flex;
  font-size: 1.8vw;
  margin-left: auto;
  margin-right: 5vw;
  width: 13%;
  color: #000;
}

.content-contact-on {
  text-align: center;
  font-size: 1.5vw;
}

.contact-btn {
  width: 30%;
  border-radius: 50px;
  padding: 1.5vw;
}
/*------ footer ---------*/
.footer-logo {
  width: 12%;
  height: 12%;
  margin-bottom: 0;
}

.footer-title {
  margin: 2vw auto;
  font-size: 2vw;
  column-gap: 8vw;
}
.footer h2 {
  font-size: 1.5vw;
}
.footer-list-li {
border-right: 1px solid #fff;
padding-top: 0;
margin-top: 1vw;
line-height: 1;

}
.footer-list-li:last-child {
  border-right: none;
  padding-top: 0;
  margin-top: 1vw;
  line-height: 1;
  
  }

.footer-list-li a {
  border-right: none;
  font-size: 1vw;
  padding-right: 0;
  padding-left: 0;
  margin-left: 3vw;
margin-right: 3vw;
}
.footer-list-li a:hover {
  border-bottom: 1px solid #fff;
  opacity: 1;

}

.copi {
  font-size: 1vw;
  margin-right: 21vw;
  font-weight: 400;
}

}