@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

/*全デバイス共通*/

html {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #3c3c3c;
}

.global_header {
  align-items: center;
  display: flex;
  background-color: #ffffff;

  filter: drop-shadow(0 10px 10px #707070);
}

.global_header .logo {
  width: 30%;
  padding-left: 20px;
  object-fit: contain;
}

.menu {
  width: 60%;
  color: #3c3c3c;
}

.menu ul {
  display: flex;
  justify-content: space-between;
}

.menu li {
  text-align: center;
}

.main_visual img {
  width: 100%;
  margin-bottom: 90px;
}

.main_visual .copy {
  position: absolute;
}

h1 {
  color: #134bb5;
  font-size: 3.5em;
  line-height: 1.5em;
  margin-bottom: 50px;
  text-align: center;
}

h2 {
  font-size: 2em;
  text-align: center;
  padding-top: 90px;
  margin-bottom: 10px;
}

.top-text {
  margin-bottom: 90px;
  text-align: center;
}

.top-text .top-sub {
  font-size: 1.8em;
  line-height: 2em;
  margin-bottom: 80px;
  text-align: center;
}

.top-sub .span {
  color: #134bb5;
}

.about {
  padding-bottom: 90px;
  margin-bottom: 80px;
  background-image: url(/img/background@2x.jpg);
  background-repeat: no-repeat;
  background-position: 0 auto;

  text-align: center;
  line-height: 2em;
  color: #ffffff;
  margin: 0 auto;
}

.about h2 {
  padding-top: 90px;
  color: #ffffff;
  font-size: 2em;
}

.about .en {
  font-size: 1.5em;
  color: #ffffff;
  margin-bottom: 65px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.about .en::before,
.about .en::after {
  background-color: #ffffff;
  content: "";
  height: 2px;
  width: 20px;
}
.about .en:before {
  margin-right: 15px;
}
.about .en::after {
  margin-left: 15px;
}

.about .about-text {
  font-size: 1.4em;
  line-height: 2em;
  margin-bottom: 60px;
}

.flex {
  display: flex;
  margin-bottom: 90px;
}

.zoom-box {
  margin: auto;
  text-align: center;
  transition: all 0.5s ease-in-out;
  padding: 20px;
}

.zoom-box p {
  overflow: hidden;
}

.zoom-box img {
  width: 100%;
  transition: transform 0.3s;
  margin-bottom: 0;
}

.zoom-box:hover img {
  transform: scale(1.3);
}

.zoom-box .bnr {
  background-color: #0e95f8;
  color: #ffffff;
  display: block;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
  position: relative;
  top: -30px;
}

.project {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f4f4f4;
  margin-bottom: 70px;
}

.project .en {
  font-size: 1.5em;
  color: #134bb5;
  margin-bottom: 65px;
  text-align: center;
  text-align: center;
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}

.project .en::before,
.project .en::after {
  background-color: #707070; /* 横線の色 */
  content: "";
  height: 2px; /* 横線の高さ */
  width: 20px; /* 横線の長さ */
}
.project .en:before {
  margin-right: 15px; /* 文字との余白 */
}
.project .en::after {
  margin-left: 15px; /* 文字との余白 */
}

.project .project-text {
  font-size: 1.4em;
  line-height: 2em;
  margin-bottom: 60px;
  text-align: center;
}

.project-flex {
  display: flex;
  margin-bottom: 90px;
}

.project-box {
  background-color: #ffffff;
  align-items: center;
  border: 1px solid #909090;
  text-align: center;
  height: 550px;
  width: 350px;
  margin: auto;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.project-box a:hover {
  color: #ffffff;
}

.project-box .project_img {
  text-align: center;
}

.project .title {
  text-align: left;
  margin: auto;
  font-size: 1.5em;
  color: #3c3c3c;
  padding: 1em;
}

.project .text {
  font-size: 1.2em;
  color: #707070;
  text-align: left;
  margin: auto;
  padding: 1em;
  margin-bottom: 10px;
}

.project_img {
  margin-bottom: 30px;
}

.more-button {
  background-color: #ffffff;
  border: 3px solid #909090;
  color: #707070;
  border-radius: 100vh;
  display: inline-block;
  max-width: 500px;
  text-align: center;
  padding: 1em 5em;
  font-weight: bold;
  margin-bottom: 90px;
}

.post-all {
  padding-top: 30px;
  padding-bottom: 80px;
  margin-bottom: 90px;
}

.post-all h2 {
  color: #3c3c3c;
}

.post-box {
  margin-bottom: 40px;
}

.post-box .en {
  font-size: 1.5em;
  color: #0081e0;
  margin-bottom: 80px;
  text-align: center;
  text-align: center;
  text-align: center;
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}

.post-box .en::before,
.post-box .en::after {
  background-color: #707070; /* 横線の色 */
  content: "";
  height: 2px; /* 横線の高さ */
  width: 20px; /* 横線の長さ */
}
.post-box .en:before {
  margin-right: 15px; /* 文字との余白 */
}
.post-box .en::after {
  margin-left: 15px; /* 文字との余白 */
}

.all-button {
  background: rgb(0, 113, 196);
  background: linear-gradient(
    90deg,
    rgba(0, 113, 196, 1) 0%,
    rgba(106, 202, 226, 1) 100%
  );
  border-radius: 100vh;
  color: #ffffff;
  display: inline-block;
  max-width: 500px;
  text-align: center;
  padding: 1em 5em;
  font-weight: bold;
  margin-bottom: 90px;
}

.all-button a {
  color: #ffffff;
}

.all-button:hover {
  color: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
}

footer {
  text-align: center;
  color: #ffffff;
  width: 100%;
}

footer .logo img {
  margin-bottom: 100px;
}

footer ul {
  margin-bottom: 100px;
  border-bottom: 2px dotted #707070;
  width: 100%;
  line-height: 0.5em;
}

.footer-menu-list-item {
  display: inline-block;
  font-size: 1em;
  text-align: center;
  color: #3c3c3c;
}

footer li {
  padding: 1.5em;
  display: flex;
  color: #3c3c3c;
}

footer li a:hover {
  color: #dcdcdc;
}

footer li a:visited {
  color: #3c3c3c;
}

footer .footer-logo {
  align-items: center;
  margin: 0 auto;
  object-fit: contain;
}

.adress {
  text-align: left;
  margin: 0 auto;
  font-size: 1em;
  display: inline-block;
  color: #707070;
}

.copyright {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.9em;
  background: rgb(0, 113, 196);
  background: linear-gradient(
    90deg,
    rgba(0, 113, 196, 1) 0%,
    rgba(106, 202, 226, 1) 100%
  );
}

/*768pxまで適用*/
@media (max-width: 768px) {
  .global_header .logo {
    width: 40%;
  }

  .global_header {
    position: sticky;
    height: 60px;
    top: 0;
    z-index: 10;
  }

  #gnav {
    position: absolute;
    top: 0;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    transition: 0.25s;
  }

  #gnav.is-open {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }

  #gnav ul {
    display: block;
  }
  #gnav a {
    display: block;
  }

  #gnav.is-open {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }

  .gnav__btn {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 100;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }

  .gnav__btn span {
    position: absolute;
    left: 15%;
    display: block;
    width: 30px;
    height: 3px;
    background: rgb(0, 113, 196);
    background: linear-gradient(
      90deg,
      rgba(0, 113, 196, 1) 0%,
      rgba(106, 202, 226, 1) 100%
    );
    transition: 0.3s;
  }

  .gnav__btn span:first-child {
    top: 23%;
  }
  .gnav__btn span:nth-child(2) {
    top: 48%;
    opacity: 1;
  }
  .gnav__btn span:last-child {
    top: 72%;
  }
  .gnav__btn.is-open span {
    transition: 0.2s;
  }
  .gnav__btn.is-open span:first-child {
    top: 48%;
    transform: rotate(135deg);
  }
  .gnav__btn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .gnav__btn.is-open span:last-child {
    top: 48%;
    transform: rotate(225deg);
  }

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

  .menu {
    position: fixed;
    top: 0;
    left: 0;
    top: 60px;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #f4f4f4;
    color: #909090;
    font-size: 1.2em;
    font-weight: bold;
  }

  .menu ul {
    flex-direction: column;
  }

  .menu li {
    padding: 2.5em;
  }

  .top-text {
    padding: 15px;
  }

  h1 {
    font-size: 2em;
  }

  .top-text .top-sub {
    text-align: center;
    margin: 0 auto;
    font-size: 1em;
  }

  .about .about-text {
    width: 90%;
    text-align: left;
    margin: auto;
    margin-bottom: 60px;
  }

  .about .about_img1 {
    max-width: 100%;
    text-align: center;
  }

  .about .about_img2 {
    max-width: 100%;
    text-align: center;
  }

  .flex {
    flex-wrap: wrap;
  }

  .project .project-text {
    text-align: left;
  }
  .project-box {
    height: 500px;
    width: 360px;
    margin: auto;
    margin-bottom: 30px;
  }

  .project-box .text {
  }

  .zoom-box .bnr {
    display: block;
  }

  .project-text {
    width: 90%;
    text-align: left;
    margin: auto;
  }

  .project_img {
    display: block;
  }

  .news {
    padding: 50px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  footer ul {
    width: 100%;
  }
}

/*768px〜950xまで*/
@media (max-width: 980px) {
  .global_header .logo {
  }

  .global_header .logo img {
    align-items: center;
  }
}

.project-flex {
  display: block;
}

/*1024px以上*/

@media (min-width: 1024px) {
  .global_header .logo img {
  }

  .project-box {
    height: 600px;
  }

  .project-box .text {
    margin-bottom: 30px;
  }

  .project_img1 {
    padding-right: 20px;
  }

  .project_img2 {
    padding-right: 20px;
  }
}
