@charset "utf-8";
CSS Document .main {
  background-color: #fff;
}
.section-top__image {
  max-width: 1100px;
  width: 100%;
  height: 70vh;
  background-image: url("../images/main-image_pc_75p_8bit.png");
  background-position: center;
  background-size: auto 100%;
  /*  background-size: contain;*/
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
}
.section-top__image h1 {
  position: absolute;
  bottom: 100px;
  color: #FFF;
  font-size: 3.0rem;
  line-height: 62px;
  font-weight: 600;
  width: 100%;
}
.section-top__message-navigation ul {
  max-width: 1100px;
  justify-content: space-between;
  margin: 0 auto;
  text-align: left;
}
.section-top__message-navigation li {
  color: #1d2088;
  font-size: 1.6rem;
  list-style: none;
  padding: 40px 50px;
}
.section-top__message1 {
  color: #399cce;
  font-size: 2.0rem;
}
.section-top__message h4 {
  color: #1d2088;
  size: 1.8rem;
  padding-top: 20px;
  margin-bottom:30px;
}
.section-top__message-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 50px;
}
.box1 {
  list-style: none;
  width: calc((100% - 50px) / 2 );
  margin:0 0 30px;
/*  height: 110px;  NG */
  border: solid #399cce 2px;
  padding-top: 40px;
  padding-left:20px;
}
.box1 a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-decoration: none;
  color: #000;
  position: relative;
}
.arrow-right {
  display: inline-block;
  width: 18px;
  height: 18px;
/*  margin: 0 10px;*/
  border-top: 4px solid #399cce;
  border-right: 4px solid #399cce;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right:0;
  z-index: 1;
  margin:auto;
  padding-right:10px;
}
.section-top__navigation li {
  color: #fff;
/*  text-align: left;*/
  font-size: 2.5rem;
  list-style: none;
}
.section-top__navigation-wrapper {
  background-color: #f0faff;
  max-width: 1100px;
/*  width: 96%;
  height: 500px;*/
  margin: 0 auto;
  justify-content: space-between;
}
.box11, .box12 {
  display: inline-block;
  list-style: none;
  margin: 50px auto;
  width: 500px;
  height: 160px;
  border: solid #399cce 2px;
  background-color: rgba(0, 0, 0, 0.30);
}
.box13 {
  display: inline-block;
  list-style: none;
  margin: 50px auto;
  width: 1000px;
  height: 160px;
  border: solid #399cce 2px;
  background-color: rgba(0, 0, 0, 0.30);
}
.box11 a {
  color: #fff;
  height: 160px;
  background-image: url("../images/pe-office.png");
  background-position: 80% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 2.5rem;
  padding-top: 70px;
  padding-left: 40px;
  text-decoration: none;
  display: block;
}
.box12 a {
  color: #fff;
  height: 160px;
  background-image: url("../images/career.png");
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 2.5rem;
  padding-top: 70px;
  padding-left: 40px;
  text-decoration: none;
  display: block;
}
.box13 a {
  color: #fff;
  height: 160px;
  background-image: url("../images/inquiry_image.png");
  background-position: 40% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 2.5rem;
  padding-top: 70px;
  padding-left: 40px;
  text-decoration: none;
  display: block;
}
@media(max-width:1100px) {
  .section-top__message-navigation ul{
  margin:0 auto;
    display: block;
}
  .box1 {
    margin: 0 auto 30px;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    max-width: 500px;
  }
  .box1 a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-decoration: none;
    color: #000;
    padding-right: 30px;
    position: relative;
  }
  .arrow-right {
    display: inline-block;
    width: 18px;
    height: 18px;
  /*  margin: 0 10px;*/
    border-top: 4px solid #399cce;
    border-right: 4px solid #399cce;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    margin:auto;
    padding-right:10px;
  }
  .section-top__image {
    height: 70vh;
    background-image: url("../images/main-image_mobile_100P_8bit.png");
    background-position: top;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .box11, .box12, .box13 {
    display: inline-block;
    list-style: none;
    margin: 20px 20px;
    width: 300px;
    height: 160px;
    border: solid #399cce 2px;
    background-color: rgba(0, 0, 0, 0.30);
  }
  .section-top__navigation-wrapper {
    background-color: #f0faff;
/*    height: 600px;*/
    margin: 0 auto;
    justify-content: space-between;
  }
  .box11 a {
    color: #fff;
    height: 160px;
    background-image: url("../images/pe-office.png");
    background-position: 80% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 2.0rem;
    padding-top: 70px;
    width:100%;
    text-decoration: none;
    display: block;
  }
  .box12 a {
    color: #fff;
    height: 160px;
    background-image: url("../images/career.png");
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 2.0rem;
    padding-top: 70px;
    padding-left: 40px;
    text-decoration: none;
    display: block;
  }
  .box13 a {
    color: #fff;
    height: 160px;
    background-image: url("../images/inquiry_image.png");
    background-position: 40% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 2.0rem;
    padding-top: 70px;
    padding-left: 40px;
    text-decoration: none;
    display: block;
  }
}