@charset "UTF-8";

/* CSS Document */

/*header*/
@media (max-width: 1080px) {
  .header__nav li {
    height: 33.33vh;
    width: 100vw;
  }
}

/*main*/
.main-visual img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 60px;
  vertical-align: top;
}

@media (min-width: 1080px) {
  .main-visual img {
    margin-bottom: 0px;
  }
}

/*our vision*/
.our-vision {
  padding: 0 20px;
}

.our-vision h1 {
  font-size: 1.6rem;
  text-align: left;
}

.our-vision h2 {
  margin-bottom: 40px;
  text-align: left;
}

.our-vision__text {
  margin-bottom: 60px;
  text-align: left;
}
.our-vision__text p {
  margin-bottom: 30px;
}
.our-vision__text p:last-child {
  margin-bottom: 0px;
}

.our-vision__button {
  margin-bottom: 60px;
}

.our-vision__button a {
  color: #333;
  border: solid 1px #a1a1a1;
  background-color: #fff;
  padding: 5px 40px;
  text-decoration: none;
}

.our-vision_img {
  margin-bottom: 120px;
}

.our-vision_img img {
  width: 100%;
}

@media (min-width: 1080px) {
  .top__wrapper {
    display: flex;
    margin-bottom: 60px;
  }

  .our-vision {
    padding: 80px 60px 0 20px;
    flex: 1;
  }

  .our-vision_img {
    flex: 1;
    margin-bottom: 0;
  }

  .our-vision_img img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 0;
  }
}

/*our business*/
.our-business__wrapper {
  margin-bottom: 120px;
}

.our-business {
  padding: 0 20px;
  text-align: left;
  margin-bottom: 40px;
}

.our-business h1 {
  margin-bottom: 40px;
}

.our-business p {
  margin-bottom: 60px;
}

/*.our-business_img {
  margin-bottom: 40px;
}*/

.our-business_img img {
  width: 80vw;
}

.our-business_button {
  text-align: center;
  margin-bottom: 40px;
}

.our-business_button a {
  color: #333;
  border: solid 1px #a1a1a1;
  background-color: #fff;
  padding: 5px 40px;
  text-decoration: none;
}

@media (min-width: 1080px) {
  .our-business__wrapper {
    flex-direction: row-reverse;
    display: flex;
    margin-bottom: 60px;
  }

  .our-business {
    padding: 0 20px 0 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    flex: 1;
  }

  .our-business_img {
    flex: 1;
    padding: 0 60px;
    margin-bottom: 0;
  }

  .our-business_img img {
    width: 100%;
  }
}

/*sns*/
.sns {
  padding: 0 20px;
  margin: 0 auto 120px auto;
  /*.sns__youtube_button 56px + margin 120px*/
  max-width: 600px;
}

.sns h1 {
  margin-bottom: 40px;
}

.sns__icons {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
}
.sns__icons img {
  width: auto;
  height: 30px;
}

.sns__icons a:nth-child(2) {
  padding: 0 30px;
}

/* .sns p {
  margin-bottom: 40px;
}*/

.sns__instagram {
  position: relative;
  margin-bottom: 80px;
  /*.sns__instagram_button 56px + margin 60px*/
}

.sns__instagram h2 {
  font-size: 1.8rem;
  margin-bottom: 40px;
}

.sns__instagram_button {
  position: absolute;
  bottom: -56px;
  left: 50%;
  transform: translateX(-50%);
}

.sns__instagram_img-area {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 15px;
}

.sns__instagram_img-area li {
  width: calc((100% - 15px) / 2);
}

.sns__instagram_img-area img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.sns__instagram_button a {
  color: #333;
  border: solid 1px #a1a1a1;
  background-color: #fff;
  padding: 5px 40px;
  text-decoration: none;
}

.sns__youtube {
  position: relative;
}

.sns__youtube h2 {
  margin-bottom: 40px;
  font-size: 1.8rem;
}

.sns__youtube_button {
  position: absolute;
  bottom: -56px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.sns__youtube_button a {
  color: #333;
  border: solid 1px #a1;
  background-color: #a1a1a1
  padding: 5px 30px;
  text-decoration: none;
}

.sns__youtube_img-area img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (min-width: 1080px) {
  .sns {
    max-width: 1080px;
    margin: 0 auto 120px auto;
  }

  .sns h1 {
    margin-bottom: 40px;
  }

  .sns p {
    text-align: center;
    margin-bottom: 60px;
  }

  .sns__instagram {
    display: flex;
    margin: 0 auto 60px auto;
    position: static;
    align-items: center;
  }

  .sns__instagram_button-area {
    flex: 4;
  }

  .sns__instagram_button-area h2 {
    font-size: 2rem;
  }

  /*.sns__instagram_button {
    position: static;
    transform: translateX(0%);
  }*/

  .sns__instagram_img-area {
    flex: 6;
  }

  .sns__instagram_img-area li {
    width: calc((100% - 45px) / 4);
  }

  .sns__youtube {
    position: static;
    display: flex;
    margin: 0 auto;
    align-items: center;
  }

  .sns__youtube_button-area {
    flex: 4;
  }
  .sns__youtube_button-area h2 {
    font-size: 2rem;
  }
  .sns__youtube_button {
    position: static;
    transform: translateX(0%);
  }

  .sns__youtube_img-area {
    flex: 6;
    display: flex;
  }

  .sns__youtube_img-area img {
    width: 256px;
    height: auto;
  }
}

/*news*/
.news {
  padding: 0 20px;
  margin: 0 auto 120px auto;
  max-width: 600px;
}

.news h1 {
  text-align: left;
  margin-bottom: 40px;
}

.news__list {
  list-style: none;
  margin-bottom: 40px;
}

.news__list li {
  text-align: left;
  padding: 10px;
  border: solid 1px #333;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 15px;
}

.news__list li:last-child {
  margin-bottom: 0;
}

.news__button a {
  color: #333;
  border: solid 1px #a1a1a1;
  background-color: #fff;
  padding: 5px 40px;
  text-decoration: none;
}

@media (min-width: 1080px) {
  .news {
    padding: 0;
    margin: 0 auto 120px auto;
    max-width: 1080px;
  }

  .news__container {
    display: flex;
    margin-bottom: 40px;
  }

  .news h1 {
    flex: 3;
    margin-bottom: 0;
  }

  .news__list {
    flex: 7;
    margin-bottom: 0px;
  }

  .news__list li {
    margin-bottom: 15px;
  }
}

/*products*/
.products {
  position: relative;
  padding: 0 20px;
  margin: 0 auto 176px auto;
  max-width: 600px;
}

.products h1 {
  margin-bottom: 40px;
  text-align: left;
}

.products__button {
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
}

.products__button a {
  color: #333;
  border: solid 1px #a1a1a1;
  background-color: #fff;
  padding: 5px 30px;
  text-decoration: none;
}

.products__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  margin-bottom: 40px;
  max-width: 600px;
}

.products__list li {
  width: calc((100% - 15px) / 2);
}

.products__list img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1;
}

@media (min-width: 1080px) {
  .products {
    position: static;
    display: flex;
    max-width: 1080px;
  }

  .products__button-area {
    flex: 3;
  }

  .products__button {
    position: static;
    transform: translateX(0);
    text-align: left;
  }

  .products__list {
    flex: 7;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  .products__list li {
    width: calc((100% - 45px) / 4);
  }

  .products__list li img {
    width: 100%;
    aspect-ratio: 1;
  }
}

/*media*/
.media {
  padding: 0 20px;
  margin: 0 auto 120px auto;
  max-width: 600px;
}

.media h2 {
  margin-bottom: 40px;
}

.media__description_img {
  width: 100%;
  margin-bottom: 30px;
}

.media__description_img img {
  width: 50vw;
  height: auto;
}

.media__description_text {
  text-align: left;
}

.media__description_text p {
  margin-bottom: 30px;
}

.media__event_detail p {
  margin-bottom: 0;
  font-weight: 700;
}

@media (min-width: 1080px) {
  .media {
    max-width: 1080px;
  }

  .media h2 {
    text-align: left;
    margin-bottom: 60px;
    max-width: 1080px;
  }

  .media h2 br {
    display: none;
  }

  .media__description {
    display: flex;
  }

  .media__description_img {
    flex: 4;
  }

  .media__description_img img {
    width: 100%;
  }

  .media__description_text {
    flex: 6;
  }

  .media__description_text p {
    text-align: left;
    padding-left: 40px;
  }
}

/*contact*/
.contact {
  padding: 0 20px;
  margin: 0 auto 120px auto;
  max-width: 600px;
}

.contact h1 {
  text-align: left;
  margin-bottom: 40px;
}

.contact__container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.contact img {
  width: 20px;
  height: auto;
}

.contact span {
  font-family: "Noto Serif JP", " Noto Serif", "游ゴシック";
  font-size: 1.6rem;
  font-weight: 500;
}
/*.contact__button a {
  color: #333;
  border: solid 1px #333;
  background-color: #fff;
  padding: 5px 40px;
  text-decoration: none;
}*/

@media (min-width: 1080px) {
  .contact {
    max-width: 1080px;
  }

  .contact h1 {
    margin-bottom: 60px;
  }
}