/* トップ画像 */
.top-page-image {
  display: flex;
  justify-content: center;
}
.top-page-image h1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.top-page-image img {
  margin-top: 32px;
  width: 66%;
  height: 100%;
}

/* 行動規範 */
.top-page-culture-container {
  height: calc(100vw * 0.62569444444);
  width: 100%;
  max-height: 469px;
}
.top-page-culture-part {
  /* margin-top: 42px; */
  height: 0;
  /* 表示画像の縦横比をキープ */
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 32.569444444%;
  background: url(../image/TOP-PC/asset10.jpeg) 0 0 no-repeat;
  background-size: contain;
  position: relative;
  background-position: center top;
}

.top-page-culture-section {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.top-page-culture-ja {
  margin-top: 70px;
  margin-left: -5px;
  display: flex;
  justify-content: center;
  width: 100%;
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-family: YuGothicStd, sans-serif;
  font-weight: bold;
}

.top-page-culture-en {
  margin-left: -5px;
  display: flex;
  justify-content: center;
  width: 100%;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-family: Helvetica;
}

.top-page-culture-description {
  display: flex;
  justify-content: center;
  width: 100%;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-family: YuGothicStd, sans-serif;
  font-weight: 200;
  text-align: center;
  margin-top: 70px;
}

.top-page-culture-button-section {
  width: 100%;
  height: 77px;
  font-size: 20px;
  font-family: YuGothicStd, sans-serif;
  font-weight: 200;
  text-align: center;
}

.top-page-triangleInCircle {
  margin-left: 30px;
  margin-bottom: 3px;
  width: 29px;
  height: 29px;
  background: #004496;
  border: 1px solid #333;
  border-radius: 50%;
}
.top-page-triangleInCircleInner div {
  width: 0;
  height: 0;
  border-left: 14px solid white;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  margin: 4px 0 0 9px;
}

.top-page-culture-button {
  margin-top: calc(100vw * 0.04861111111);
  border-radius: 8px;
  width: 408px;
  height: 67px;
  font-size: 20px;
  text-align: center;
  background-color: white;
  font-weight: bold;
}

.top-page-culture-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(0, 101, 183) !important;
  width: 100%;
}

/* 事業内容 */
.top-page-work-container {
  height: calc(100vw * 0.89);
  max-height: 1250px;
}

.top-page-work-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.top-page-work-above {
  height: 0px;
  /* 表示画像の縦横比をキープ */
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 18.468790172%;
  background: url(../image/TOP-PC/asset13.jpeg) 0 0 no-repeat;
  background-size: cover;
  position: relative;
}

.top-page-work-child {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.top-page-work-ja {
  margin-top: 8%;
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 30px;
  font-family: YuGothicStd, sans-serif;
  font-weight: bold;
  color: rgb(0, 100, 183);
}

.top-page-work-en {
  display: flex;
  justify-content: center;
  width: 100%;
  color: rgb(0, 100, 183);
  font-size: 20px;
  font-family: Helvetica;
}
.top-page-work-images {
  margin-right: 12.2%;
  margin-left: 12.2%;
  margin-top: 10px;
  text-align: center;
}

.top-page-work-images img {
  transition: 0.5s;
  margin-bottom: 20px;
  width: 100%;
  height: calc(23vw * 0.71471471471);
  border-radius: 20px;
  max-width: 326px;
  max-height: 239px;
}
.top-page-work-images img:hover {
  transition: 0.5s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 30px;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.35);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.35);
  -webkit-transform: scale(0.88);
  -moz-transform: scale(0.88);
  -ms-transform: scale(0.88);
  -o-transform: scale(0.88);
  transform: scale(0.88);
  -ms-border-radius: 20px;
}

.top-page-work-content {
  width: 30%;
  margin-bottom: 89px;
}

.top-page-work-content-middle {
  margin-left: 46px;
  margin-right: 46px;
}

.top-page-work-title {
  width: 330px;
  color: rgb(0, 68, 150);
  font-size: 20px;
  font-family: YuGothicStd, sans-serif;
}

.top-page-work-below {
  height: 0px;
  /* 表示画像の縦横比をキープ */
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 13.107331713%;
  background: url(../image/TOP-PC/asset14.jpeg) 0 0 no-repeat;
  background-size: contain;
  position: relative;
}

.top-page-work-button-section {
  position: absolute;
  top: 0;
  width: 100%;
  height: 77px;
  font-size: 20px;
  font-family: YuGothicStd, sans-serif;
  font-weight: 200;
  text-align: center;
}

.top-page-work-button {
  width: 408px;
  height: 67px;
  margin-top: 45px;
  border-radius: 8px;
  background: #004496;
  font-weight: bold;
}

.top-page-work-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  color: white !important;
}

.top-page-triangleInCircle-work {
  margin-left: 60px;
  margin-bottom: 3px;
  width: 29px;
  height: 29px;
  background: white;
  border: 1px solid #333;
  border-radius: 50%;
}
.top-page-triangleInCircleInner-work div {
  width: 0;
  height: 0;
  border-left: 14px solid #004496;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  margin: 4px 0 0 9px;
}

/* 採用情報 */
.top-page-recruit-container {
  height: 400px;
  background: url(../image/TOP-PC/asset12.jpeg) no-repeat;
  background-size: cover;
  position: relative;
  background-position: center top;
}

.top-page-recruit-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.top-page-recruit-ja {
  margin-top: 50px;
  margin-left: -8px;
  display: flex;
  justify-content: center;
  width: 100%;
  color: rgb(0, 68, 150);
  font-family: YuGothicStd, sans-serif;
  font-weight: bold;
  font-size: 30px;
}

.top-page-recruit-en {
  margin-left: -8px;
  display: flex;
  justify-content: center;
  width: 100%;
  color: rgb(0, 68, 150);
  font-family: Helvetica;
  font-size: 20px;
}

.top-page-recruit-description {
  display: flex;
  justify-content: center;
  width: 100%;
  color: rgb(0, 68, 150);
  font-family: YuGothicStd, sans-serif;
  font-weight: 200;
  text-align: center;
  margin-top: 57px;
  font-size: 20px;
}

.top-page-recruit-button-section {
  width: 100%;
  height: 77px;
  font-size: 20px;
  font-family: YuGothicStd, sans-serif;
  font-weight: 200;
  text-align: center;
}

.top-page-recruit-button {
  margin-top: 55px;
  border-radius: 10px;
  width: 483px;
  height: 67px;
  color: rgb(0, 100, 183);
  font-size: 20px;
  font-family: YuGothicStd, sans-serif;
  font-weight: 200;
  text-align: center;
  background-color: white;
  font-weight: bold;
  border: none;
  box-shadow: 1px 1px black;
}
.top-page-recruit-button a {
  color: rgb(0, 101, 183) !important;
}

@media only screen and (max-width: 1440px) {
  .top-page-culture-container {
    height: calc(100vw * 0.32569444444);
    width: 100%;
  }
  .top-page-culture-description {
    margin-top: calc(100vw * 0.04561111111);
  }

  .top-page-culture-ja {
    margin-top: calc(100vw * 0.04561111111);
  }
}

@media only screen and (max-width: 1000px) {
  .top-page-image img {
    width: 80%;
  }
  .top-page-culture-container {
    height: calc(100vw * 0.504);
    width: 100%;
    max-height: 480px;
  }
  .top-page-culture-part {
    /* margin-top: 42px; */

    padding-top: 50.569444444%;
    background: url(../image/TOP-PC/asset10.jpeg) 0 0 no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
  }

  .top-page-culture-section {
    height: 100%;
  }

  .top-page-culture-ja {
    font-size: 12px;
    margin-top: 25px;
  }

  .top-page-culture-en {
    font-size: 10px;
  }

  .top-page-culture-description {
    font-size: 10px;
    margin-top: 19px;
  }

  .top-page-culture-button {
    margin-top: 25px;
    height: 39px;
    width: 50%;
    font-size: 11px;
    font-weight: bold;
  }

  .top-page-triangleInCircle {
    margin-top: 3px;
    margin-left: 20px;
    width: 15px;
    height: 15px;
    background: #004496;
    border: 1px solid #333;
    border-radius: 50%;
  }
  .top-page-triangleInCircleInner div {
    width: 0;
    height: 0;
    border-left: 7px solid white;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin: 2px 0 0 3.5px;
  }

  .top-page-work-container {
    height: 70%;
    min-height: 660px;
  }
  .top-page-work-section {
    height: 70%;
    min-height: 660px;
  }

  .top-page-work-ja {
    font-size: 12px;
    margin-top: 25px;
  }

  .top-page-work-en {
    font-size: 10px;
  }

  .top-page-work-images {
    margin-right: 1.944444444%;
    margin-left: 1.944444444%;
    margin-top: 10px;
  }

  .top-page-work-images img {
    margin-bottom: 8px;
    width: 90%;
    height: calc(44vw * 0.71471471471);
  }

  .top-page-work-content {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    width: 50% !important;
  }

  .top-page-work-title {
    width: 330px;
    color: rgb(0, 68, 150);
    font-size: 12px;
    font-family: YuGothicStd, sans-serif;
  }

  .top-page-work-button-section {
    font-size: 10px;
  }

  .top-page-work-button {
    margin-top: 20px;
    height: 39px;
    width: 50%;
  }
  .top-page-work-button a {
    margin-left: 0;
  }

  .top-page-triangleInCircle-work {
    margin-top: 3px;
    margin-left: 20px;
    width: 15px;
    height: 15px;
    background: white;
    border: 1px solid #333;
    border-radius: 50%;
  }
  .top-page-triangleInCircleInner-work div {
    width: 0;
    height: 0;
    border-left: 7px solid #004496;
    border-top: 5px solid transparent;
    border-bottom: 4px solid transparent;
    margin: 2px 0 0 4px;
  }
  .top-page-recruit-container {
    height: 10%;
    background: url(../image/TOP-PC/asset12.jpeg) no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
  }

  .top-page-recruit-ja {
    margin-top: 3%;
    display: flex;
    justify-content: center;
    width: 100%;
    color: rgb(0, 68, 150);
    font-family: YuGothicStd, sans-serif;
    font-weight: 200;
    font-size: 12px;
    margin-left: 0px;
  }

  .top-page-recruit-en {
    display: flex;
    justify-content: center;
    width: 100%;
    color: rgb(0, 68, 150);
    font-family: Helvetica;
    font-size: 10px;
    margin-left: 0px;
  }

  .top-page-recruit-description {
    display: flex;
    justify-content: center;
    width: 100%;
    color: rgb(0, 68, 150);
    font-family: YuGothicStd, sans-serif;
    font-weight: 200;
    text-align: center;
    margin-top: 7px;
    font-size: 10px;
  }

  .top-page-recruit-button {
    margin-top: 20px;
    border-radius: 5px;
    width: 50%;
    height: 34px;
    color: rgb(0, 100, 183);
    font-family: YuGothicStd, sans-serif;
    text-align: center;
    font-size: 12px;
  }
}

.notice {
  font-size: 12px;
  width: 100%;
  text-align: left;
  font-weight: bold;
  background-color: #ddf8ff;
  margin-top: 45px;
  padding: 30px 0;

}

.notice-inner {
  width: 65%;
  margin: 0 auto;
}

.notice h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.notice h5 {
  font-weight: bold;
  margin: 10px auto;
  text-align: center;
}

.center {
  text-align: center;
}