/* RESET */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: DinAlternate;
  src: url("../fonts/DINAlternate-Bold.woff");
}
@font-face {
  font-family: dinalternatebold;
  src: url("../fonts/din-alternate-bold.ttf");
}
/* COMMON */
body {
  font-size: 16px;
  line-height: 33px;
  color: #000000;
  box-sizing: border-box;
  font-family: "Noto Sans";
  letter-spacing: 1px;
}
@media (max-width: 560px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}

h2 {
  font-family: "DinAlternate";
}

.font-family {
  font-family: "dinalternatebold";
}

.container {
  position: relative;
  max-width: 1312px;
  padding: 0 16px;
  margin: 0 auto;
}

button {
  border-radius: 10px;
  padding: 5px 26px;
}

header {
  position: fixed;
  top: 33px;
  left: 0;
  right: 0;
  z-index: 100;
}
@media (max-width: 560px) {
  header {
    top: 16px;
  }
}
header .header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 560px) {
  header .header_logo img {
    width: 200px;
  }
}
header .header_btn {
  cursor: pointer;
  height: 46px;
  width: 60px;
  text-align: center;
}
header .header_btn #icon_close {
  display: none;
}
header .header_btn img {
  margin: 0px auto;
}
@media (max-width: 1024px) {
  header .header_btn {
    margin-right: 100px;
  }
}
@media (max-width: 768px) {
  header .header_btn {
    margin-right: 70px;
  }
}
@media (max-width: 560px) {
  header .header_btn {
    margin-right: 40px;
  }
  header .header_btn img {
    width: 40px;
  }
}

.navmenu {
  position: fixed;
  right: -375px;
  top: 0;
  bottom: 0;
  width: 375px;
  background: linear-gradient(#00205B 0%, rgba(0, 32, 91, 0.3) 100%);
  z-index: 999;
  padding: 1rem 0;
  transition: right 0.4s linear;
  clear: both;
}
.navmenu a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 1rem;
  font-size: 20px;
  font-weight: 700;
}
.navmenu a:hover {
  opacity: 0.8;
}
.navmenu .header_btn {
  cursor: pointer;
  margin-right: 1rem;
  text-align: right;
}
.navmenu .header_btn div {
  display: inline-block;
}

.navmenu.toggled {
  display: block;
  left: 0;
}

.banner {
  position: relative;
  line-height: 0;
  overflow: hidden;
}
.banner_top {
  margin: 0 -150px;
}
.banner_style {
  margin: 0;
}
.banner_style img {
  max-width: 100%;
}
.banner_title {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 88px;
}
@media (max-width: 1024px) {
  .banner_title {
    width: 76px;
  }
}
@media (max-width: 768px) {
  .banner_title {
    width: 60px;
  }
}
@media (max-width: 560px) {
  .banner_title {
    width: 42px;
  }
}
.banner_title img {
  width: 100%;
  max-height: 100vh;
}

.message {
  position: relative;
}
.message_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.message_bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.message_content {
  padding-top: 80px;
  padding-bottom: 110px;
}
@media (max-width: 560px) {
  .message_content {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.message_content h2 {
  color: #00246A;
  font-size: 52px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
}
@media (max-width: 560px) {
  .message_content h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }
}
.message_des {
  margin-top: 42px;
  padding-left: 50%;
  transform: translateX(-110px);
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .message_des {
    padding-left: 0;
    transform: translateX(0px);
  }
}
.message_style {
  padding-left: 0;
  transform: none;
  width: 100%;
}
.message_des_lbl {
  font-weight: 900;
  font-size: 18px;
  padding: 1rem 0;
}

.recruit {
  padding-bottom: 30px;
  background-color: #00246A;
}
.recruit_list {
  position: relative;
  top: -50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .recruit_list {
    gap: 16px;
  }
}
.recruit_list_item {
  line-height: 1;
  width: calc(25% - 24px);
}
@media (max-width: 768px) {
  .recruit_list_item {
    width: calc(50% - 8px);
  }
}
@media (max-width: 390px) {
  .recruit_list_item {
    width: 100%;
  }
}
.recruit_list_item img {
  width: 100%;
}
.recruit_info {
  margin-top: 92px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}
@media (max-width: 768px) {
  .recruit_info {
    margin-top: 60px;
  }
}
.recruit_info h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: white;
}
.recruit_info_contact {
  font-family: "Noto Sans";
  margin-top: 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}
.recruit_info_text {
  margin-top: 18px;
}
.recruit_info_button {
  font-family: "DinAlternate";
  margin-top: 30px;
  color: #00246A;
  font-weight: 700;
  outline: 0;
  border: 0;
  font-size: 33px;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 560px) {
  .recruit_info_button {
    font-size: 24px;
  }
}
@media (max-width: 390px) {
  .recruit_info_button {
    font-size: 20px;
  }
}

.landmark_group {
  position: relative;
  background-color: #EDEDED;
}
.landmark_group .groub_company {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  max-width: 70%;
}
.landmark_group .groub_company img {
  width: 100%;
}
.landmark_group h2 {
  padding-top: 44px;
  text-align: center;
  line-height: 0;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}
.landmark_group h2 img {
  max-width: 100%;
}
@media (max-width: 560px) {
  .landmark_group h2 {
    width: 260px;
  }
}
.landmark_group .group_list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.landmark_group .group_list_item {
  width: calc(20% - 14px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .landmark_group .group_list_item {
    width: calc(50% - 8px);
  }
}
@media (max-width: 390px) {
  .landmark_group .group_list_item {
    width: 100%;
  }
}
.landmark_group .group_list_item img {
  width: 100%;
}
.landmark_group .group_list_item a.btn {
  margin-top: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #00246A;
  color: white;
  padding: 2px 5px;
  text-decoration: none;
  line-height: 1;
}
.landmark_group .group_list_item a.btn img {
  margin-right: 3px;
  width: 18px;
}
.landmark_group .btn_contact {
  margin-top: 65px;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.landmark_group .btn_contact .btn {
  display: inline-block;
  border-radius: 10px;
  background: #00246A;
  padding: 4px 32px;
  font-family: "DINAlternate";
  font-size: 40px;
  font-weight: 700;
  color: white;
  text-decoration: none;
  line-height: 1;
  margin: 0 auto;
}
@media (max-width: 560px) {
  .landmark_group .btn_contact .btn {
    font-size: 28px;
  }
}
@media (max-width: 390px) {
  .landmark_group .btn_contact .btn {
    font-size: 24px;
  }
}

footer {
  padding-top: 33px;
  padding-bottom: 50px;
  background-color: #00246A;
  font-size: 17px;
  font-weight: 500;
  color: white;
  text-align: center;
}
@media (max-width: 560px) {
  footer {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 14px;
  }
}


/* -----------------------
newsfixed
----------------------- */
#newsfixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
#newsfixed .post-archive {
  max-width: 920px;
  margin: 0 auto;
}
#newsfixed .post-archive dl {
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
  border-left: solid 10px #005ADC;
  padding: 1em;
}
#newsfixed .post-archive dl dt {
  padding: 0;
}
#newsfixed .post-archive dl dd {
  padding: 0;
}
