* {
  color: #323c44;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  /* list-style: none; */
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

a {
  color: #323c44;
}
p {
  letter-spacing: 0.05em;
}
.title {
  text-align: center;
}

.title1 {
  display: inline-block;
  text-align: center;
  margin: 0 auto;

  width: 500px;
  height: 350px;

  padding-top: 150px;
}

h1 {
  border-bottom: #4a69a4 1px solid;

  letter-spacing: 0.2em;

  font-size: 40px;
  font-weight: bold;
  padding-bottom: 20px;
  /* margin-left: 320px;
    padding-top: 225px; */
}

.title1 p {
  margin-top: 30px;
  font-size: 16px;
}

h3 {
  font-size: 20px;
  font-weight: normal;
}

.bg {
  width: 160px;
  height: 230px;
  background-color: #bbe2f1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.jal .bg {
  background-image: url(../images/company/jal.jpeg);
}
.boeing .bg {
  background-image: url(../images/company/boeing.JPG);
}
.airbus .bg {
  background-image: url(../images/company/airbus.JPG);
}
.mhi .bg {
  background-image: url(../images/company/mhi.jpg);
}
.ist .bg {
  background-image: url(../images/company/ist.jpeg);
}
.jaxaplane .bg {
  background-image: url(../images/company/plane.jpg);
}
.jaxahayabusa .bg {
  background-image: url(../images/company/hayabusa.jpeg);
}
.ana .bg {
  background-image: url(../images/company/B737_ANA.jpg);
}
.jaxarocket .bg {
  background-image: url(../images/company/rocket.jpg);
}
.astroscale .bg {
  background-image: url(../images/company/astroscale.jpg);
}
.ihi .bg {
  background-image: url(../images/company/ihi.jpeg);
}
.subaru .bg {
  background-image: url(../images/company/subaru.jpg);
}

.naiyou {
  /* position: relative */
  display: block;
}

/* 上段 */
.content_grid {
  width: 1050px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  margin: 0 auto;
}

.content_grid_center {
  justify-content: center;
  column-gap: 70px;
}

.company_eight {
  width: 210px;
  height: 290px;
  position: relative;
}

.company_eight h3 {
  min-height: 48px;
  display: flex;
  align-items: flex-end;
  line-height: 1.25;
}

.arrow {
  color: #4a69a4;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;

  margin-right: 130px;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border: solid 1px #4a69a4;
  border-radius: 50%;

  position: absolute;

  left: 140px;
  bottom: 0;

  transition: 0.4s;
}
.arrow:hover {
  color: #fff;
  background-color: #4a69a4;
  transition: 0.4s;
}

/* footer */
footer {
  margin-top: 100px;
  background-color: #4a69a4;
  height: 500px;
  padding-top: 100px;
  width: 100%;
  position: relative;
}

.whole_footer {
  display: flex;
  justify-content: space-between;
}
footer a {
  color: #fff;
  font-size: 14px;
}
.prime {
  font-size: 20px;
}
footer ul {
  list-style: none;
  margin-top: 10px;
  margin-left: 20px;
}

footer p {
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 10px;
}
.logos {
  margin-left: 80px;
}
.logo {
  display: inline-block;
  background-image: url(../images/soraichi.jpg);
  height: 140px;

  width: 150px;
  background-size: cover;
  background-position: center;
}
.texts {
  display: flex;
}
.kikaku {
  width: 180px;
}

.sns {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}
.insta {
  background-image: url(../images/insta.png);
  width: 60px;
  height: 60px;
  background-size: contain;
}
.twitter {
  background-image: url(../images/twitter.png);
  width: 60px;
  height: 60px;
  background-size: contain;
}

.texts a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.texts a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.texts a:hover::after {
  transform: scale(1, 1);
}

@media screen and (max-width: 480px) {
  h1,
  h2,
  h3,
  h4 {
    font-size: 18px;
  }
  h1 {
    padding-bottom: 10px;
  }
  h2 {
    width: 90vw;
    margin: 0 auto;
  }
  h3 {
    text-align: center;
  }

  .title1 {
    width: 200px;
    padding-top: 80px;
    height: 150px;
  }
  .title1 p {
    font-size: 8px;
    width: initial;
    margin-top: 10px;
  }
  .title2 {
    width: 90vw;
    padding-top: 100px;
  }

  .title3 {
    width: 85vw;
  }

  .title_1 {
    width: 80px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .title_2 {
    width: 56px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .title_3 {
    width: 14px;
    height: 16px;
    background-repeat: no-repeat;
  }

  p {
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .naiyou img {
    max-width: 280px;
    max-height: 200px;
  }

  .company_eight {
    width: 50%;
    height: 250px;
  }

  .content_grid {
    flex-wrap: wrap;
    width: 80vw;
    border-bottom: none;
  }

  .content_grid_center {
    column-gap: 0;
  }
  .content_grid_top {
    margin: 0 auto;
  }

  .content_grid_bottom {
    flex-wrap: wrap;
    width: 90vw;
    border-bottom: none;
  }

  .bg {
    width: 110px;
    height: 160px;
    margin: 0 auto;
  }
  .arrow {
    top: auto;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
  }
  .naiyou {
    margin-top: 20px;
  }

  /* header */
}
