html {
  overflow-x: hidden;
}

body {
  background-color: #f8f8f8;
  background-image: radial-gradient(rgba(204, 204, 204, 0.1764705882) 3px, transparent 1px);
  background-size: 50px 50px;
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  box-shadow: 0 4px 5px rgba(141, 161, 224, 0.1607843137);
}
header a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 3px 15px 3px 15px;
}
header .header-blue {
  width: 100%;
  height: 15px;
  background-color: #2d496e;
}
header .header {
  display: flex;
  align-items: center;
  text-align: center;
  height: 85px;
  padding: 0 45px;
  gap: 20px;
}
header img {
  width: 200px;
  height: 65px;
  margin-right: auto;
  background-color: rgba(0, 0, 0, 0.1019607843);
  font-size: 24px;
}
header nav ul {
  background-color: #ffffff;
  box-shadow: 0px 4px 5px rgba(141, 161, 224, 0.1607843137);
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 3px 15px 3px 15px;
  margin: 0;
  display: flex;
  list-style: none;
}
header nav ul a {
  color: rgba(0, 0, 0, 0.5411764706);
}
header nav ul li:first-child a {
  color: #ffffff;
  background-color: #ED8B72;
  border-radius: 10px;
  padding: 5px 20px;
}
header .login-bottom {
  display: flex;
  gap: 10px;
}
header .login-bottom a {
  background-color: #ffffff;
  box-shadow: 0px 4px 5px rgba(141, 161, 224, 0.1607843137);
  color: #ED8B72;
  border-radius: 10px;
}
header .company-bottom a {
  background-color: #2d496e;
  color: #ffffff;
  border-radius: 10px;
}

.news {
  z-index: 1000;
}

.search,
.title,
.news,
.content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.search {
  padding-top: 54px;
  position: sticky;
  top: 100px;
  z-index: 1000;
}
.search input {
  width: 70%;
  height: 38px;
  padding-left: 20px;
  color: #2d496e;
  background-color: #fff;
  border: 1px solid #aab7c6;
  border-radius: 24px;
  box-shadow: 0 2px 7px rgba(141, 161, 224, 0.1607843137);
}
.search nav {
  display: flex;
  gap: 12px;
  margin-top: 13px;
}
.search button {
  height: 31px;
  padding: 4px 18px;
  color: #2d496e;
  font-size: 12px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(2, 18, 36, 0.4431372549);
  border-radius: 18px;
}
.search .navy-button {
  width: 88px;
  color: #fff;
  background-color: #2d496e;
}

.title {
  color: #2d496e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 214px;
}
.title h1 {
  margin: 0;
  font-size: 38px;
  line-height: 1.25;
}
.title h1 span {
  font-size: 26px;
}
.title p {
  margin: 17px 0 0;
  font-size: 17px;
  font-weight: 700;
}
.title img {
  position: absolute;
  top: 180px;
  right: 170px;
  width: 570px;
  -o-object-fit: contain;
     object-fit: contain;
}

.news {
  width: 40%;
  padding-right: 25%;
}
.news > p {
  display: flex;
  align-items: center;
  padding: 10px 18px;
  color: #6f7780;
  font-size: 11px;
  background-color: #fff;
  border: 1px solid #e3e7eb;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(45, 73, 110, 0.05);
}
.news > p span {
  margin-right: 28px;
  color: rgba(0, 0, 0, 0.5411764706);
  font-weight: 700;
}
.news > p a {
  margin-left: auto;
  color: rgba(0, 0, 0, 0.5411764706);
}

.content .content-title {
  color: #2d496e;
  font-size: 30px;
  font-weight: lighter;
  margin-top: 45px;
  margin-bottom: 18px;
}
.content .content-title span {
  font-size: 15px;
  font-weight: normal;
}
.content .content-title::after {
  content: ">";
  font-size: 15px;
  margin-left: 8px;
  padding: 0 6px;
  color: white;
  background-color: #ED8B72;
  border-radius: 50%;
}
.content .content-internship {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content .content-internship .intern-card {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(45, 73, 110, 0.1);
}
.content .content-internship .intern-card img {
  width: 180px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
  border-radius: 5px;
}
.content .content-internship .intern-card .card-text {
  color: rgba(0, 0, 0, 0.5411764706);
  font-size: 10px;
}
.content .content-internship .intern-card .card-text h3 {
  margin: 0 0 5px;
  font-size: 14px;
}
.content .content-internship .intern-card .card-text h4 {
  margin: 8px 0 3px;
  color: #2d496e;
  font-size: 12px;
}
.content .content-internship .intern-card .card-text p {
  margin: 3px 0;
}
.content .content-internship .intern-card .card-text .online {
  color: #ED8B72;
}
.content .content-internship .intern-card .card-text .work {
  width: 190px;
  padding: 2px 5px;
  color: white;
  background-color: #777;
}
.content .content-internship .intern-card .card-text b {
  padding: 1px 3px;
  margin-bottom: 3px;
  margin-right: 5px;
  background-color: #2d496e;
  border-radius: 10px;
  color: white;
}
.content .sarani p {
  height: outo;
  width: 25%;
  margin-top: 10px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 0;
  text-align: center;
  color: #2d496e;
  font-size: 15px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #aebdce;
  border-radius: 18px;
}
.content .content-interview {
  padding: 18px;
  border-radius: 12px;
}
.content .content-interview .interview-card {
  display: flex;
  align-items: center;
  padding: 14px;
  margin-bottom: 12px;
  border-radius: 12px;
  background-color: #ffffff;
  border-bottom: 10px solid #fff7d9;
  box-shadow: 0 2px 8px rgba(45, 73, 110, 0.08);
}
.content .content-interview .interview-card .int-time {
  white-space: nowrap;
  position: relative;
  bottom: 38px;
  right: 230px;
  margin-left: auto;
  color: rgba(0, 0, 0, 0.5411764706);
  font-size: 10px;
}
.content .content-interview .interview-card .work-interview {
  width: 190px;
  padding: 2px 5px;
  color: white;
  background-color: #dbcb97;
}
.content .content-interview .interview-card img {
  width: 180px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 18px;
  border-radius: 5px;
}
.content .content-interview .interview-card .card-text {
  color: rgba(0, 0, 0, 0.5411764706);
  font-size: 10px;
}
.content .content-interview .interview-card .card-text h3 {
  margin: 0 0 5px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5411764706);
}
.content .content-interview .interview-card .card-text p {
  margin: 3px 0;
}
.content .content-interview .interview-card .card-text p span {
  font-size: 12px;
  font-weight: 700;
}
.content .content-interview .interview-card .card-text .work {
  width: 190px;
  padding: 2px 5px;
  color: white;
  background-color: #777;
}
.content .content-column {
  display: flex;
  gap: 10px;
  text-align: center;
}
.content .content-column .column-card img {
  width: 100%;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.content .content-column .column-card h5 {
  width: 100%;
  font-size: 13px;
  line-height: 1.5;
}
.content .content-column .column-card p {
  align-items: right;
  width: 80%;
  color: rgba(0, 0, 0, 0.5411764706);
  font-size: 10px;
}
.content .content-news {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.content .content-news .news-card {
  width: 20%;
  padding: 14px 10px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #e8ebef;
  box-shadow: 0 2px 6px rgba(45, 73, 110, 0.06);
}
.content .content-news .news-card img {
  width: 65px;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
  box-shadow: 0 5px 6px rgba(45, 108, 190, 0.06);
  padding: 30px;
  margin: 0 auto;
}
.content .content-news .news-card .tag {
  display: inline-block;
  height: auto;
  padding: 2px 8px;
  font-weight: 700;
  color: #2d496e;
  font-size: 12px;
  border: 1px solid #aebdce;
  border-radius: 18px;
}
.content .content-news .news-card .time {
  margin-top: 6px;
  color: rgba(0, 0, 0, 0.5411764706);
  font-size: 10px;
}
.content .content-news .news-card p {
  margin: 8px 0 0;
  color: rgba(0, 0, 0, 0.5411764706);
  font-size: 10px;
  line-height: 1.5;
  text-align: left;
}/*# sourceMappingURL=style.css.map */