.jobs .photoArea {
  display: block;
  width: 74.028vw;
  left: 25.972vw;
}
@media only screen and (max-width: 768px) {
  .jobs .photoArea {
    width: 100vw;
    left: 0;
  }
}
.jobs .photoArea_item {
  width: inherit !important;
}
.jobs .photoArea .photo._photo01 {
  aspect-ratio: 437 / 294;
}
.jobs .photoArea .photo._photo02 {
  aspect-ratio: 609 / 294;
}
.jobs .photoArea .photo._photo03 {
  aspect-ratio: 609 / 290;
}
.jobs .photoArea .photo._photo04 {
  aspect-ratio: 437 / 290;
}
.newsContents {
  position: relative;
  z-index: 1;
  background-color: #edf1f8;
}
.newsContents::after {
  content: '';
  position: absolute;
  top: -1px;
  right: 18%;
  display: block;
  background-color: #4a86c6;
  opacity: 0.05;
  z-index: -1;
  pointer-events: none;
  width: 160px;
  height: 100%;
  transform: skewX(-15deg);
}
@media (max-width: 1200px) {
  .newsContents::after {
    right: 10%;
  }
}
@media screen and (max-width: 835px) {
  .newsContents::after {
    right: -115px;
  }
}
.newsContents_inner {
  max-width: 1280px;
  padding-top: 155px;
  padding-bottom: 75px;
}
@media screen and (max-width: 835px) {
  .newsContents_inner {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
.newsContents_areaBox {
  display: flex;
  gap: 50px;
  width: 90%;
}
@media screen and (max-width: 1200px) {
  .newsContents_areaBox {
    width: 85%;
    gap: 30px;
  }
}
@media screen and (max-width: 835px) {
  .newsContents_areaBox {
    flex-flow: column;
    width: 100%;
    gap: 0;
  }
}
.newsContents_head {
  flex: 0 0 25%;
}
@media screen and (max-width: 1200px) {
  .newsContents_head {
    flex: 0 0 23%;
  }
}
@media screen and (max-width: 835px) {
  .newsContents_head {
    display: contents;
  }
}
.newsContents_head_title .ja {
  margin-top: 6px;
  font-size: clamp(1.5rem, 3vw, 1.8rem);
  line-height: 1.6;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 835px) {
  .newsContents_head_title .ja {
    margin-top: 2px;
    margin-right: 2px;
  }
}
.newsContents_head_title .eng {
  font-size: clamp(3.2rem, 4.5vw, 6rem);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
}
@media screen and (max-width: 835px) {
  .newsContents_head_title {
    order: 1;
    text-align: right;
  }
}
.newsContents_head_btn {
  margin-top: 58px;
}
@media screen and (max-width: 835px) {
  .newsContents_head_btn {
    order: 3;
    margin-top: 42px;
  }
}
.newsContents_head_btn a {
  display: inline-flex;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: #06283D 1px solid;
  gap: 16px;
  transition: 0.4s;
}
.newsContents_head_btn a .button_text {
  color: #06283D;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 835px) {
  .newsContents_head_btn a .button_text {
    font-size: 1.4rem;
  }
}
.newsContents_head_btn a .button_arrow {
  position: relative;
  width: 14px;
  height: 7px;
  margin-top: 2px;
  transition: 0.4s;
}
.newsContents_head_btn a .button_arrow::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 2px;
  background: #001d55;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease;
}
.newsContents_head_btn a .button_arrow::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  background: #001d55;
  transform: rotate(45deg);
  position: absolute;
  right: -1px;
  transition: all 0.5s ease;
  bottom: 2px;
}
@media (hover: hover) {
  .newsContents_head_btn a:hover {
    opacity: 0.8;
  }
  .newsContents_head_btn a:hover .button_arrow {
    transform: translate(4px, 0);
  }
}
.newsContents_head .textDeco {
  position: absolute;
  font-size: clamp(10rem, 20vw, 20rem);
  top: 30px;
  left: 0;
  line-height: 1;
  color: rgba(0, 29, 85, 0.1);
  font-weight: 600;
  z-index: -1;
}
.newsContents_body {
  max-width: 720px;
  flex: 1 1 auto;
}
@media screen and (max-width: 835px) {
  .newsContents_body {
    order: 2;
    margin-top: 32px;
  }
}
.newsContents_body .newsList_item {
  background-color: #fff;
  margin-bottom: 14px;
}
@media screen and (max-width: 835px) {
  .newsContents_body .newsList_item {
    margin-bottom: 10px;
  }
}
.newsContents_body .newsList_item a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 18px 60px 18px 30px;
  transition: 0.4s;
}
@media screen and (max-width: 835px) {
  .newsContents_body .newsList_item a {
    padding: 15px 32px 13px 18px;
  }
}
.newsContents_body .newsList_item a .date {
  font-size: 0.9em;
  color: rgba(6, 40, 61, 0.8);
}
.newsContents_body .newsList_item a .category {
  margin-left: 16px;
  display: flex;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
}
.newsContents_body .newsList_item a .category__item {
  background-color: #008a61;
  color: #fff;
  font-size: 0.7em;
  line-height: 1;
  padding: 0.7em 0.8em 0.68em;
  border-radius: 2px;
}
@media screen and (max-width: 835px) {
  .newsContents_body .newsList_item a .category__item {
    font-size: 0.65em;
    padding: 0.62em 0.8em 0.65em;
  }
}
.newsContents_body .newsList_item a .lead {
  margin-top: 5px;
  width: 100%;
  font-size: 1.7rem;
  font-weight: 600;
  color: #06283D;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 835px) {
  .newsContents_body .newsList_item a .lead {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 4px;
  }
}
.newsContents_body .newsList_item a .button_arrow {
  position: absolute;
  width: 17px;
  height: 7px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
@media screen and (max-width: 835px) {
  .newsContents_body .newsList_item a .button_arrow {
    right: 16px;
  }
}
.newsContents_body .newsList_item a .button_arrow::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 2px;
  background: #001d55;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease;
}
@media screen and (max-width: 835px) {
  .newsContents_body .newsList_item a .button_arrow::before {
    width: 12px;
  }
}
.newsContents_body .newsList_item a .button_arrow::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  background: #001d55;
  transform: rotate(45deg);
  position: absolute;
  right: -1px;
  transition: all 0.5s ease;
  bottom: 2px;
}
@media screen and (max-width: 835px) {
  .newsContents_body .newsList_item a .button_arrow::after {
    width: 7px;
  }
}
@media (hover: hover) {
  .newsContents_body .newsList_item a:hover {
    opacity: 0.8;
  }
  .newsContents_body .newsList_item a:hover .button_arrow {
    transform: translate(4px, -50%);
  }
}
.newsContents_body .newsList_item:last-child {
  margin-bottom: 0;
}
.newsContents .textDeco {
  position: absolute;
  font-size: clamp(10rem, 20vw, 20rem);
  top: -10px;
  right: 0;
  line-height: 1;
  color: rgba(0, 29, 85, 0.1);
  font-weight: 600;
  z-index: -1;
}
.newJobs {
  position: relative;
}
.newJobs::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  display: block;
  width: 100%;
  height: 40px;
  background-color: #edf1f8;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 835px) {
  .newJobs::before {
    height: 20px;
  }
}
.newJobs::after {
  content: '';
  position: absolute;
  top: -1px;
  right: calc(18% + 82px);
  display: block;
  background-color: #4a86c6;
  opacity: 0.05;
  z-index: -1;
  width: 160px;
  height: 40px;
  transform: skewX(-15deg);
  pointer-events: none;
}
@media (max-width: 1200px) {
  .newJobs::after {
    right: calc(10% + 82px);
  }
}
@media screen and (max-width: 835px) {
  .newJobs::after {
    height: 20px;
    right: calc(-115px + 82px);
  }
}
@media screen and (max-width: 835px) {
  .newJobs .newJobs_title {
    text-align: left;
  }
}
.newJobs .textDeco {
  z-index: 0;
}
@media screen and (max-width: 835px) {
  .newJobs .textDeco {
    line-height: 0.9;
    top: -86px;
  }
}
.footer .f_inner {
  max-width: 1280px;
}
@media screen and (max-width: 1113px) {
  .footer .f_searchCategory {
    margin-top: 40px;
  }
}
@media screen and (max-width: 835px) {
  .footer .f_searchCategory {
    margin-top: 30px;
  }
}
@media screen and (max-width: 835px) {
  .h_menu .h_menu_inner {
    padding-top: 26px;
  }
}
@media screen and (max-width: 835px) {
  .h_menu .h_logo {
    display: none;
  }
}
@media (min-width: 835px) {
  .front-page .charm .textArea {
    padding: 120px 0 130px;
  }
}
@media (max-width: 1024px) {
  .lower-charm .charm .charm_en {
    margin-top: -80px;
  }
}
@media (max-width: 835px) {
  .lower-charm .charm .charm_en {
    margin-top: 0;
  }
}
.lower-charm .charm .charm_intro {
  position: relative;
  margin-top: -180px;
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .lower-charm .charm .charm_intro {
    margin-top: -60px;
    margin-bottom: 80px;
  }
}
@media (max-width: 835px) {
  .lower-charm .charm .charm_intro {
    margin-top: -20px;
    margin-bottom: 60px;
  }
}
.lower-charm .charm .charm_intro_inner {
  max-width: 1100px;
}
@media (min-width: 1200px) {
  .lower-charm .charm .charmList .charmList_item .photo {
    height: auto;
    min-height: 461px;
  }
}
@media (min-width: 835px) {
  .lower-charm .charm .charmList .charmList_item .textArea {
    padding-block: 40px;
  }
}
@media (min-width: 1200px) {
  .lower-charm .charm .charmList .charmList_item .textArea {
    padding-block: 60px;
  }
}
.lower-charm .charm .charmList .charmList_item .textArea .textArea_text:first-child {
  margin-top: 0;
}
@media (max-width: 520px) {
  .front-page .mv .leadArea {
    width: 85%;
    min-width: 300px;
  }
}
.front-page .mv .leadArea .lead_en {
  font-size: clamp(1rem, 1.8vw, 1.8rem);
}
.front-page .mv .bnrArea {
  position: absolute;
  right: 20px;
  bottom: calc(120px + 20px);
}
@media (max-width: 1459px) {
  .front-page .mv .bnrArea {
    bottom: calc(60px + 20px);
  }
}
@media (max-width: 520px) {
  .front-page .mv .bnrArea {
    right: 10px;
    bottom: calc(60px + 10px);
  }
}
.front-page .mv .bnrArea .bnr a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 280 / 80;
  width: clamp(230px, calc(280 / 1200 * 100vw), 280px);
  padding: 15px;
  background: #ffffff;
  transition: 0.4s;
}
@media (max-width: 520px) {
  .front-page .mv .bnrArea .bnr a {
    aspect-ratio: 240 / 80;
    width: clamp(160px, calc(180 / 520 * 100vw), 180px);
  }
}
@media (any-hover: hover) {
  .front-page .mv .bnrArea .bnr a:hover {
    opacity: 0.8;
  }
}
.front-page .mv .bnrArea .bnr a::after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 10px;
  aspect-ratio: 1 / 1;
  width: 12px;
  background: url(../img/common/icon_newtab.png) center center / contain no-repeat;
}
@media (max-width: 520px) {
  .front-page .mv .bnrArea .bnr a::after {
    right: 8px;
    bottom: 8px;
    width: 8px;
  }
}
.front-page .mv .bnrArea .bnr a img {
  max-width: 100%;
  max-height: 100%;
}
.h_navi .h_naviList .h_naviList_item a[target="_blank"] .text,
.h_menuList_item a[target="_blank"] .text,
.footer .f_navi .f_naviList_item a[target="_blank"] .text {
  display: flex;
  align-items: center;
  gap: 8px;
}
.h_navi .h_naviList .h_naviList_item a[target="_blank"] .text::after,
.h_menuList_item a[target="_blank"] .text::after,
.footer .f_navi .f_naviList_item a[target="_blank"] .text::after {
  content: '';
  aspect-ratio: 1 / 1;
  width: 0.95em;
  flex: 0 0 0.95em;
  background: currentColor;
  mask: url(../img/common/icon_newtab.png) center center / contain no-repeat;
}
.footer .f_navi .f_naviList_item a {
  font-size: 1.5rem;
}
.footer .f_link {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .footer .f_link {
    margin-top: 30px;
  }
}
.footer .f_searchCategory {
  margin-top: 40px;
}
