@charset "utf-8";
/* font-family: YuGothic,'Yu Gothic',sans-serif; */
/* font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体', sans-serif; */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

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

li {
  list-style: none;
}

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

/*****************************************/
body {
  font-family: YuGothic, "Yu Gothic", sans-serif;
}

header {
  margin: 0 0 180px;
}

header.header-bg {
  width: 100%;
  height: 100vh;
  background-image: url(img/top-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header-flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 5% 0;
  position: relative;
  top: 0;
}

h1 {
  width: 80px;
}

.global-navi {
  display: flex;
  column-gap: 5vw;
}

li a {
  color: #fff;
}

.catch {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 50px;
  font-size: clamp(24px, 5vw, 50px);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

section {
  margin: 0 0 180px;
}

.main-wrap {
  width: 70%;
  margin: 0 auto;
}

h2 {
  font-size: 75px;
}

.about-flex-container {
  display: flex;
  align-items: center;
  column-gap: 2em;
  margin: 0 0 50px;
}

.about-flex-container:nth-child(odd) {
  flex-direction: row-reverse;
}

.article-about-image {
  width: 40%;
}

.article-about-text {
  width: 60%;
}

.article-about-text h3 {
  font-size: 24px;
  margin: 0 0 0.3em;
}

.article-about-text p {
  line-height: 1.7;
  margin: 0 0 1em;
}

.news-flex-container {
  display: flex;
  column-gap: 20px;
}

.news-flex-container article {
  display: flex;
  flex-direction: column;
  width: 30%;
  flex-grow: 1;
  padding: 1em;
  background: #eee;
}

article figcaption {
  font-size: 12px;
  color: #444;
  margin: 0.5em 0 0;
}

article h4 {
  font-size: clamp(16px, 1.8vw, 20px);
  margin: 0.5em 0;
}

.news article p {
  background: #fff;
  padding: 1em;
  flex-grow: 1;
}

footer {
  background: #000;
  text-align: center;
  padding: 40px 0 30px;
}

.footer-navi {
  display: flex;
  justify-content: center;
  column-gap: 3em;
  margin: 0 0 30px;
}

.footer-logo {
  width: 80px;
  margin: 0 auto 30px;
}

.copy {
  text-align: center;
  color: #fff;
}
