@charset "UTF-8";
/* CSS Document */

.recruit_top .main {
  padding-top: 110px;
}
/* ------------------------
    recruit page header
------------------------- */
.recruit .subPage_headerBox_inner::after {
  display: none;
}
.subPage_header {
  height: auto;
  min-height: unset;
}
.recruit .innerCover {
  background: rgb(255 213 195 / 36%);
  min-height: 200px;
  height: 15vw;
}
.recruit .breadcrumb {
  justify-content: flex-start;
}

.contentsBox h3::before,
.contentsBox .topicTtl::before {
  display: none;
}
.alignCenter p {
  text-align: center;
}
.emphasis {
  font-size: 1.4em;
}
.instagramBox {
  width: 80%;
  margin-inline: auto;
  max-width: 300px;
  margin-block-end: 5rem;
}
.instagramBox_iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1.43;
  border: none;
  border-radius: 8px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.recruit_table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.recruit_table:last-child {
  border-bottom: solid 1px #efd2ca;
}
.recruitTable_dt,
.recruitTable_dd {
  display: block;
  padding: 10px;
  border-top: solid 1px #efd2ca;
  border-left: solid 1px #efd2ca;
  box-sizing: border-box;
}
.recruitTable_dd {
  border-right: solid 1px #efd2ca;
}
.recruitTable_dt {
  width: 25%;
  background: #FDEDE5;
  color: #ff4469;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 13px;
  letter-spacing: 0.25em;
}
.recruitTable_dd {
  width: 75%;
  margin-left: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.featureList {
  padding-inline: 0;
  border-radius: 10px;
  border: solid 2px #d5deec;
  padding: 35px 10px 31px 25px;
  max-width: unset;
  margin: 0 auto 3rem;
  background: #fff;
}
.featureList_item,
.contentsBox .featureList_item {
  font-size: 17px;
  display: flex;
  align-items: center;
  margin: 6px 0 30px;
}
.contentsBox .featureList_item {
  font-size: 18px;
  border: none;
  margin: 0 0 20px;
  color: #896b02;
  text-align: left;
}
.contentsBox .featureList_item::before {
  display: none;
}
.featureList_item:last-child {
  margin-bottom: 0;
}
.featureList_item .num,
.contentsBox .featureList_item .num {
  background: #d4c592;
  line-height: 30px;
  display: inline-block;
  border-radius: 7px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.01px;
  margin-right: 1rem;
  position: relative;
  top: auto;
  left: auto;
}
.contentsBox .featureList_item span {
  position: relative;
  width: calc(100% - 46px);
}
.contentsBox h3.featureList_item::after {
  display: none;
}
.recruit_btnBox {
  margin: 70px auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2vw;
  justify-content: center;
}
.recruit_btnBox a.min_linkBtn {
  padding: 14px 3vw;
}
.entryBtn {
  margin: 70px auto;
  text-align: center;
}
.entryBtn a {
  background: #4d7abc;
  padding: 2rem;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
}
.contentsBox.tiktok {
  padding-block-start: 3.8rem;
}
.bgTypeA {
  background: linear-gradient(45deg, #fdeee9 60%, #ffedca);
  border-radius: 8px;
  margin-block: 11rem;
}
.bgTypeB {
  background: linear-gradient(45deg, #fcf5f3 60%, #fff2d9);
  padding-block: 7.8rem;
}
.bgTypeC {
  padding-block: 3.8rem 0;
}
.flowContents {
  position: relative;
}
.flowContents::after {
  content: "";
  background: url("../img/icon_arrow.svg") no-repeat;
  background-size: 100% auto;
  display: block;
  width: 16px;
  height: 14px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.secCover {
  padding: 50px 0;
}

@media screen and (max-width:620px) {
  .recruit_top .main {
    padding-top: 86px;
  }
  .recruit .main {
    padding-top: 95px;
  }
  .recruit_top .main {
    padding-top: 69px;
  }
  .recruit .subPage_headerBox {
    top: 0;
  }
  .recruit .innerCover {
    min-height: 150px;
    height: auto;
  }
  .recruit .breadcrumb {
    top: 0;
  }
  .secCover {
    padding: 2rem 0;
  }


  .alignCenter p {
    text-align: left;
  }
  ul.featureList {
    padding-inline: 4vw;
  }
  .contentsBox .featureList_item {
    font-size: 16px;
  }
  .recruitTable_dt {
    font-size: 13px;
    width: 100%;
  }
  .recruitTable_dd {
    font-size: 15px;
    width: 100%;
  }
  .recruit_btnBox {
    row-gap: 6vw;
    margin: 6vw auto 4rem;
  }
  .recruit_btnBox a.min_linkBtn {
    padding: 6px 6vw;
    margin-block-end: 0;
  }
  .divinner tr {
    column-gap: 2vw;
    display: flex;
  }
  .flexbox.flowContents {
    margin-block-end: 4rem;
  }
  .flowContents::after {
    bottom: -14px;
  }
  .flexbox.flowContents h3 {
    margin-block-start: 14px;
  }
}
/* ------------------------
    nav
------------------------- */
.recruit_nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4%;
  row-gap: 2.4rem;
  padding-block: 4.8rem;
}
.recruit_navItem {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1rem;
  height: auto;
  aspect-ratio: 1 / 0.42;
  border-radius: 8px;
  overflow: hidden;
  border: 4px solid #fff;
  color: #2e4268;
  text-align: center;
  line-height: 1.3;
  transition: background-color .2s ease, color .2s ease;
  box-shadow: 2px 2px 9px -3px rgb(255 186 138 / 40%);
}
.recruit_navItem_icon {
  width: 3rem;
  height: 3rem;
  color: #4d7abc;
  transition: color .2s ease;
}
.recruit_navItem_icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.recruit_navItem:hover {
  background: rgb(255 255 255 / 73%);
}

@media screen and (max-width:620px) {
  .bgTypeA {
    margin-block: 1rem;
    width: 94%;
  }
  .recruit_nav {
    grid-template-columns: 1fr;
    row-gap: 4vw;
  }
  .recruit_navItem {
    width: 78%;
    aspect-ratio: 1 / 0.5;
    row-gap: 0.6rem;
    font-size: 1.4rem;
    margin-inline: auto;
  }
  .recruit_navItem_icon {
    width: 3.4rem;
    height: 3.4rem;
  }
}
/* ------------------------
     tiktok
------------------------- */
.top_tiktokSlider_item.slick-slide {
  max-width: 300px;
  padding: 20px;
}
.top_tiktokSlider_item.slick-slide a {
  display: block;
}
.top_tiktokSlider_item.slick-slide a img {
  display: block;
  width: 100%;
}
/* ------------------------
     募集要項
------------------------- */
.divinner table {
  border-collapse: separate;
}
.divinner th,
.tableH {
  padding-inline-end: 1.5rem;
  text-align: left;
  font-weight: normal;
  background: #e7e6ec;
}
.mbe7rem {
  margin-block-end: 7rem;
}
/* ------------------------
     ご挨拶
------------------------- */
.greeting_signature {
  width: 230px;
  margin-inline-start: auto;
  font-size: 18px;
  font-family: serif;
  letter-spacing: 0.1em;
}
.greeting_signature img {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width:620px) {
  .greeting_signature {
    width: 30vw;
  }
}
/* ------------------------
     エントリーフォーム
------------------------- */
form#recruitForm,
form.comform {
  display: flex;
  flex-wrap: wrap;
  max-width: 650px;
  margin-inline: auto;
  column-gap: 10%;
  row-gap: 1.6rem;
}
.formLabel {
  width: 30%;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.inputBox {
  width: 60%;
}
.apdx {
  display: inline-block;
  font-size: 0.85em;
}
.must {
  display: inline-block;
  padding: 0 0.2em;
  font-size: 12px;
  color: #fff;
  background: #ff4e4e;
  margin-inline-end: 0.5em;
  border-radius: 4px;
}
.option {
  display: inline-block;
  padding: 0 0.2em;
  font-size: 12px;
  color: #fff;
  background: #4d7abc;
  margin-inline-end: 0.5em;
  border-radius: 4px;
}
.inputBox input[type="text"],
.inputBox input[type="number"],
.inputBox input[type="email"],
.inputBox input[type="tel"],
.inputBox textarea,
form.comform .inputBox {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0.5em;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
form.comform .inputBox {
  width: 60%;
}
.inputBox select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  background: url("../img/icon_arrow.svg") no-repeat center right 10px #fff;
  background-size: 9px 7px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  color: #495057;
  font-weight: 400;
  width: 100%;
  display: block;
  box-sizing: border-box;
  height: auto;
  padding: 0.5em;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
input:required {
  background-color: rgb(255, 244, 244);
}
::placeholder {
  color: #495057;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
}
/* ラジオボタンのスタイル */
input[type="radio"] {
  margin-right: 8px;
}
input[type="radio"]+label {
  margin-right: 20px;
  font-size: 14px;
  color: #333333;
}
/* ボタンのスタイル */
.form_btnBox {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  column-gap: 5rem;
  align-items: center;
  margin-block-start: 6rem;
}
.btnBox {
  text-align: center;
}
.formSubmitBtn,
.backbtn {
  display: inline-block;
  padding: 20px 20px;
  background-color: #fc76ae;
  color: #ffffff;
  font-size: 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  min-width: 290px;
  transition: all 0.6s ease;
}
.backbtn {
  background: #d4dbe5;
  min-width: unset;
  color: #3D5872;
}
.formSubmitBtn:hover {
  background-color: #fc98c1;
}
/* 応募職種による質問表示のスタイル */
#hygienist_question {
  display: none;
}
@media screen and (max-width: 640px) {
  form#recruitForm,
  form.comform {
    flex-wrap: wrap;
  }
  .inputBox,
  .formLabel,
  form.comform .inputBox {
    width: 100%;
  }
  .form_btnBox {
    flex-direction: column;
    row-gap: 2rem;
    margin-block: 3rem 0;
  }
  .formSubmitBtn,
  .backbtn {
    padding: 2rem 1rem;
  }
}
/* ------------------------
     理念 rinen-pillars
------------------------- */
.rinen-pillars {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  max-width: 900px;
  margin: 0 auto;
}
.rinen-pillar {
  background: url("./img/bg.webp") #f2f5f9;
  padding: 5rem;
  border-radius: 3px;
  text-align: left;
}
.pillar-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d4dce8;
}
.pillar-icon {
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #2e4268;
  flex-shrink: 0;
  line-height: 1;
}
.pillar-title-en {
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #7a90a8;
}
.pillar-group {
  margin-bottom: 14px;
}
.pillar-group:last-child {
  margin-bottom: 0;
}
.pillar-who {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 6px;
  padding: 2px 8px;
  display: inline-block;
  border-radius: 20px;
  background: #ffffff;
  color: #2e4268;
  border: 1px solid #9ab0cc;
}
.pillar-text {
  font-size: 11px;
  color: #3d5270;
  line-height: 1.85;
  letter-spacing: 0.03em;
}
.catchcopy {
  font-family: 'Zen Kaku Gothic New';
  font-size: 1.8rem;
  color: #2e4268;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 2rem;
  padding: 6px 10px;
  background: #ffffff;
  border-left: 2px solid #b0922a;
}
.guideline-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 4px;
}
.guideline-item {
  font-size: 1.5rem;
  color: #3d5270;
  line-height: 1.7;
  letter-spacing: 0.02em;
  padding-left: 2rem;
  position: relative;
}
.guideline-item::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #7a90a8;
  font-size: 1.5rem;
}
@media screen and (max-width: 720px) {}
@media screen and (max-width: 768px) {

  .rinen-pillar {
    padding: 3rem 6vw;
  }
  .pillar-icon {
    font-size: 22px;
  }
  .pillar-text {
    font-size: 12px;
    line-height: 1.8;
  }
  .pillar-who {
    font-size: 13px;
  }
}
/* ------------------------
     評価体制 eval-charts
------------------------- */
.eval-charts {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin: 3rem auto;
}
.eval-chartCard {
  background: #fff;
  border-radius: 10px;
  border: solid 2px #d5deec;
  padding: 40px;
}

.eval-bars {
  display: flex;
  align-items: flex-end;
  gap: 3rem;
  height: 250px;
  padding: 0 6px;
  border-bottom: 1px solid #e4e9f4;
}
.eval-bar {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.eval-bar_val {
  font-size: 30px;
  font-family: serif;
  color: #8d6d00;
  margin-bottom: 4px;
  font-weight: bold;
}
.eval-bar_unit {
  font-size: 11px;
  margin-left: 0.1em;
}
.eval-bar_col {
  width: 50%;
  height: 0;
  border-radius: 9px 9px 0 0;
  background: linear-gradient(#f3e6b9, #d4c592);
  transition: height 1.2s cubic-bezier(.2, 1, .3, 1);
  flex-shrink: 0;
}
.eval-bar_col--accent {
  background: linear-gradient(#d4c592, #b0922a);
}
.eval-bar_lblRow {
  display: flex;
  gap: 28px;
  padding: 10px 6px 0;
}
.eval-bar_lbl {
  flex: 1;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: inherit;
}
.eval-lineBox {
  position: relative;
  height: 185px;
  margin: 24px 0 8px;
}
.eval-lineBox svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.eval-lineBox_grid {
  stroke: #e4e9f4;
  stroke-width: 1;
}
.eval-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 50%;
  background: #d4c592;
}
.eval-dot--accent {
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  background: #b0922a;
  opacity: 0;
}
#evalDot1,
#evalPt1 {
  left: 16%;
}
#evalDot2,
#evalPt2 {
  left: 84%;
}
.eval-pointLbl {
  position: absolute;
  transform: translate(-50%, -100%);
  text-align: center;
  opacity: 0;
  transition: opacity .6s .9s;
  width: 14%;
}
.eval-pointLbl.is-show {
  opacity: 1;
}
.eval-pointLbl_n {
  font-size: 25px;
  font-family: serif;
  color: #2e4268;
}
.eval-pointLbl_u {
  font-size: 11px;
  margin-left: 0.1em;
}
.eval-pointLbl_t {
  font-size: 11px;
  color: #7a90a8;
}
.eval-axis {
  display: flex;
  justify-content: center;
  font-size: 14px;
  border-top: 1px solid #e4e9f4;
  padding-top: 8px;
  width: 100%;
  margin-inline: auto;
}
.eval-axis span {
  width: calc(100% / 3);
  text-align: center;
}
.eval-badgeWrap {
  text-align: center;
  margin-top: 8px;
}
.eval-badge {
  display: inline-block;
  background: #ffe0d5;
  color: #e94721;
  font-size: 13px;
  font-weight: 700;
  padding: 3px 16px 5px;
  border-radius: 100vh;
}
@media screen and (max-width: 768px) {
  .eval-chartCard {
    padding: 30px 6vw;
  }
  #evalChartLines {
    transform: scaleX(1.3);
    transform-origin: 150px 80px;
  }
  #evalDot1,
  #evalPt1 {
    left: 5.8%;
  }
  #evalDot2,
  #evalPt2 {
    left: 94.2%;
  }
}
@media screen and (max-width: 620px) {
  .eval-bars {
    gap: 5vw;
  }
  .eval-bar_lblRow {
    gap: 5vw;
  }
  .eval-chartTtl {
    font-size: 15px;
  }
}
/* ------------------
  インタビュー
------------------ */
.interviewItem {
  background: #fff;
  padding: 5rem;
  box-shadow: 2px 2px 8px #4d7abc33;
}
/* ------------------
  header--recruit
------------------ */
.header--recruit.fixed::after {
  background: linear-gradient(180deg, rgb(255 246 240 / 90%) 60%, transparent);
}
.header--recruit .h_logo>.tagline {
  color: #2e4268;
  letter-spacing: 0.2em;
}
.header--recruit .h_logo {
  margin-top: 10px;
}
.header--recruit .h_logo>img {
  width: 160px;
}
.header--recruit .globalNav_item {
  color: #2e4268;
}
.header--recruit a.globalNav_item::before,
.header--recruit .globalNav_item>a::before {
  background: #fc8076;
  bottom: -8px;
}
.header--recruit .linkBox {
  align-items: center;
}
.recruit nav.globalNav {
  margin-block-start: 1.4rem;
}
.recruit .linkBox {
  justify-content: flex-end;
  position: absolute;
  right: 4.5vw;
  top: 50px;
}
.recruit_entryBtn {
  display: inline-block;
  background: #fc76ad;
  color: #fff !important;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 10px 22px;
  border-radius: 100vh;
  transition: opacity .3s;
}
.recruit_entryBtn:hover {
  opacity: 0.8;
}
.linkBox_toSite {
  font-size: 13px;
  color: #4d7abc;
  text-decoration: underline;
}
.linkBox_toSite:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .header--recruit .h_logo {
    margin-top: 2px;
  }
  .header--recruit .linkBox {
    top: 8px;
    right: 70px;
  }
  .recruit_entryBtn {
    padding: 8px 16px;
  }
  .linkBox_toSite {
    display: none;
  }
  .header--recruit .h_logo>img {
    width: 29vw;
  }
  .header--recruit .h_logo>.tagline {
    margin-bottom: 5px;
  }
}
/* ------------------
  recruit_heroSlider (トップページMV)
------------------ */
.recruit_heroSlider {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  background: #dce1e7;
}
.recruit_heroSlider_track {
  height: 80vh;
}
.recruit_heroSlider_track .slick-list,
.recruit_heroSlider_track .slick-track {
  height: 100%;
}
.recruit_heroSlider_item {
  position: relative;
  height: 80vh;
}
.recruit_heroSlider_item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 64%;
  height: 77%;
  background: radial-gradient(circle at right top, #7b7b7b, transparent 70%) no-repeat rgb(255 255 255 / 33%);
  filter: blur(80px);
  z-index: 1;
  pointer-events: none;
  background-blend-mode: multiply;
}
.recruit_heroSlider_item picture {
  display: block;
  width: 100%;
  height: 80vh;
}
.recruit_heroSlider_item img {
  display: block;
  width: 100%;
  height: 80vh;
  object-fit: cover;
  z-index: 0;
}
.recruit_heroSlider_copy {
  position: absolute;
  top: 8vh;
  right: 4.5vw;
  z-index: 2;
  margin: 0;
  text-orientation: mixed;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: clamp(24px, calc(18px + 1.875vw), 48px);
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #fff;
  text-align: right;
}
.recruit_heroSlider_caption {
  position: absolute;
  left: 4.5vw;
  bottom: 8vh;
  z-index: 2;
  color: #fff;
}
.recruit_heroSlider_caption .header_txt {
  color: #fff;
  text-shadow: 0 2px 12px rgb(0 0 0 / 35%);
}
.recruit_heroSlider_caption .subHeader_txt {
  color: #fff;
  text-shadow: 0 2px 12px rgb(0 0 0 / 35%);
}
.recruit_heroSlider::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgb(0 0 0 / 45%), rgb(0 0 0 / 0%));
  z-index: 1;
  pointer-events: none;
}
.recruit_heroSlider .slick-dots {
  bottom: 24px;
  z-index: 2;
}
.recruit_heroSlider .slick-dots li button:before {
  color: #fff;
  opacity: 0.6;
  font-size: 10px;
}
.recruit_heroSlider .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .recruit_heroSlider,
  .recruit_heroSlider_track,
  .recruit_heroSlider_item,
  .recruit_heroSlider_item picture,
  .recruit_heroSlider_item img {
    height: 40vh;
  }
  .recruit_heroSlider_caption {
    left: 6vw;
    bottom: 6vh;
  }
  .recruit_heroSlider_copy {
    top: 6vh;
    right: 6vw;
    font-size: 16px;
    letter-spacing: 0.15em;
  }
}

p.hasMsgBtn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-block-start: 3.5rem;
  row-gap: 1rem;
}
p.hasMsgBtn::before {
  content: "";
  position: relative;
  width: 200px;
  height: auto;
  aspect-ratio: 322 / 41;
  background: url("./img/top_sub_msg.svg") no-repeat center;
  background-size: 100% auto;
  display: block;
}
.contentsBox h3 {
  position: relative;
  margin-block-start: 3rem;
  margin-block-end: 3rem;
  text-align: center;
}
.contentsBox h3::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -34px;
  transform: translateX(-50%);
  width: 56px;
  height: auto;
  aspect-ratio: 2 / 1;
  background: url("./img/ttl_dec.svg") no-repeat center;
  background-size: 56px auto;
  display: block;
}

.newsInner {
  background: #fff;
  position: absolute;
  top: -2rem;
  padding: 1rem;
  border-radius: 6px;
  font-size: 14px;
  z-index: 50;
  left: 2vw;
  width: 38vw;
  border: 1px solid #7795c2;
  box-shadow: 2px 2px 8px rgb(7 47 106 / 23%);
}
.newsSec {
  position: relative;
  height: 2rem;
}
a.newsItem {
  display: flex;
  align-items: center;
  line-height: 1.4;
  text-decoration: underline;
}
a.newsItem svg {
  margin-inline-end: 0.85rem;
}
@media screen and (max-width: 768px) {
  .newsInner {
    width: 86vw;
    padding: 2vw;
  }
  a.newsItem {
    display: flex;
    align-items: center;
    line-height: 1.4;
    text-decoration: underline;
  }
  a.newsItem svg {
    margin-inline-end: 0.5rem;
    width: 20px;
  }
}