@charset "UTF-8";

/* =====================================================
センシング・ソリューション専用CSS
===================================================== */

/* 本体 */
.sensing-solution{
  margin-bottom:56px;
}

/* 追尾回避 */
.sensing-solution .container{
    width: 100%;
}
@media screen and (max-width: 1360px) {
.sensing-solution .container{
    width: calc(100% - 100px);
}
}
@media screen and (max-width: 1024px) {
.sensing-solution .container{
    width: 100%;
}
}
/* 追尾回避 */


/* テキスト */
.sensing-solution .ip-sec1{
  margin-bottom:32px;
}

.sensing-solution .ip-sec__content p{
  margin:0;
  font-size:1.7rem;
  line-height:2.15;
  color:#334155;
  letter-spacing:.03em;
}

/* 画像 */
.sensing-solution .ip-sec2{
  margin-top:0 !important;
}

.sensing-solution .ip-sec2 img{
  display:block;
  width: min(700px, 100%);
  margin: 0 auto;
}


/* SP */
@media only screen and (max-width: 767px){
  .sensing-solution{
    margin-bottom:40px;
  }

  .sensing-solution .ip-sec1{
    margin-bottom:20px;
  }

  .sensing-solution .ip-sec__content p{
    font-size:1.5rem;
    line-height:2;
  }

  .sensing-solution .ip-sec2 img{
    border-radius:14px;
  }

}

.solution-products-sec{
  padding: 0px 0px 80px;
}

.solution-products-sec__head{
  margin-bottom: 32px;
}

.solution-products-list{
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

/* 追尾回避 */
.solution-products-list{
    width: 100%;
}
@media screen and (max-width: 1360px) {
.solution-products-list{
    width: calc(100% - 100px);
}
}
@media screen and (max-width: 1024px) {
.solution-products-list{
    width: 100%;
}
}
/* 追尾回避 */



.solution-products-card{
  display: flex;
  flex-direction: column;
  width: calc((100% - 56px) / 3);
  background: #fff;
  border: 1px solid #dfe8f1;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.solution-products-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0,0,0,.10);
  border-color: #b8cde1;
}

.solution-products-card__meta{
  padding: 16px 16px 0;
}

.solution-products-card__labels{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.solution-products-card__label{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 20px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.solution-products-card__label--sale{
  color: #fff;
  background: #033870;
}

.solution-products-card__label--rental{
  color: #fff;
 background: #02741d;
}

.solution-products-card__label--new{
  color: #fff;
  background: #fc101d;
}

.solution-products-card__image{
  aspect-ratio: 4 / 3;
  margin-top: 14px;
  overflow: hidden;
  background: #fff;
}

.solution-products-card__image img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform .4s ease;
}

.solution-products-card:hover .solution-products-card__image img{
  transform: scale(1.05);
}

.solution-products-card__body{
  padding: 18px 18px 22px;
}

.solution-products-card__title{
  margin: 0;
  color: #1b2f43;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.solution-products-card__subtitle{
  margin: 10px 0 0;
  color: #5f6b76;
  font-size: 1.4rem;
  line-height: 1.8;
}

.solution-products-sec__empty{
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.9;
}

@media only screen and (max-width: 1024px){
  .solution-products-card{
    width: calc((100% - 28px) / 2);
  }
}

@media only screen and (max-width: 767px){
  .solution-products-sec{
    padding: 60px 0;
  }

  .solution-products-sec__head{
    margin-bottom: 24px;
  }

  .solution-products-list{
    gap: 18px;
  }

  .solution-products-card{
    width: 100%;
    border-radius: 16px;
  }

  .solution-products-card__meta{
    padding: 14px 14px 0;
  }

  .solution-products-card__body{
    padding: 16px 14px 18px;
  }

  .solution-products-card__title{
    font-size: 1.8rem;
  }

  .solution-products-card__subtitle{
    font-size: 1.3rem;
  }
}



/* =========================================================
共通セクション見出し
========================================================= */


/* 追尾回避 */
.page_mainarea{
    width: 100%;
}
@media screen and (max-width: 1360px) {
.page_mainarea{
    width: calc(100% - 100px);
}
}
@media screen and (max-width: 1024px) {
.page_mainarea{
    width: 100%;
}
}
/* 追尾回避 */

.page-section-head{
  margin: 0 0 34px;
}
.page-section-head .page_main_title{
  position: relative;
  padding-left: 28px;
}

.page-section-head .page_main_title::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(180deg, #00448c 0%, #1f6fc2 100%);
}

.page-section-head__title{
  margin: 0;
  color: #0d2f55;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .08em;
}

/* =========================================================
レンタルページ
========================================================= */

.rental-block{
  position: relative;
  margin-bottom: 28px;
  padding: 34px 36px;
  background: #fff;
  border: 1px solid #dfe8f1;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(13, 47, 85, .06);
}

.rental-block:last-child{
  margin-bottom: 0;
}

.rental-block__title{
  position: relative;
  margin: 0 0 22px;
  padding: 0 0 14px;
  color: #123b67;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .04em;
  border-bottom: 1px solid #d8e5f0;
}

.rental-block__title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 84px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00448c 0%, #3d86d3 100%);
}

.rental-block__content{
  color: #334155;
  font-size: 1.65rem;
  line-height: 2;
}

.rental-block__content p{
  margin: 0 0 1.2em;
}

.rental-block__content p:last-child{
  margin-bottom: 0;
}

.rental-block__content a{
  color: #00448c;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: .18em;
  transition: opacity .25s ease;
}

.rental-block__content a:hover{
  opacity: .75;
}

.rental-block__subhead{
  position: relative;
  margin: 28px 0 14px;
  padding-left: 16px;
  color: #123b67;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}

.rental-block__subhead::before{
  content: "";
  position: absolute;
  left: 0;
  top: .6em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00448c;
}

.rental-list{
  margin: 0;
  padding: 0;
  list-style: none;
}

.rental-list li{
  position: relative;
  margin-bottom: 12px;
  padding-left: 1.4em;
}

.rental-list li:last-child{
  margin-bottom: 0;
}

.rental-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .8em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2d6fb3;
}

.rental-price{
  margin: 24px 0;
  padding: 20px 22px;
  background: linear-gradient(135deg, #f4f8fc 0%, #eef5fb 100%);
  border: 1px solid #d8e6f2;
  border-radius: 16px;
  color: #123b67;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}

/* =========================================================
SP
========================================================= */
@media only screen and (max-width: 767px){

  .page-section-head{
    margin-bottom: 24px;
  }

  .page-section-head .cpage_area{
    padding-left: 18px;
  }

  .page-section-head .cpage_area::before{
    width: 5px;
    height: 28px;
  }

  .page-section-head__title{
    font-size: 2.3rem;
    line-height: 1.45;
  }

  .rental-page{
    padding-bottom: 70px;
  }

  .rental-block{
    margin-bottom: 18px;
    padding: 22px 18px;
    border-radius: 16px;
  }

  .rental-block__title{
    margin-bottom: 16px;
    padding-bottom: 12px;
    font-size: 1.8rem;
    line-height: 1.55;
  }

  .rental-block__title::after{
    width: 60px;
  }

  .rental-block__content{
    font-size: 1.5rem;
    line-height: 1.95;
  }

  .rental-block__subhead{
    margin: 22px 0 10px;
    padding-left: 14px;
    font-size: 1.6rem;
  }

  .rental-price{
    margin: 18px 0;
    padding: 16px 14px;
    font-size: 1.6rem;
    line-height: 1.8;
    border-radius: 12px;
  }

}

/* ------------------------------------
 汎用ページレイアウト base
------------------------------------ */

.page-layout01__lead {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #5f6f7f;
  letter-spacing: .08em;
}

.page-layout01__main {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* ------------------------------------
 セクション
------------------------------------ */
.content-section01 {
  padding: 34px 34px 36px;
  border: 1px solid #d9e3ec;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  box-shadow: 0 12px 30px rgba(24, 57, 92, 0.06);
}

.content-section01__title {
  margin: 0 0 22px;
  padding: 0 0 14px;
  border-bottom: 2px solid #d6e5f1;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  color: #18395c;
  letter-spacing: .04em;
}

.content-section01__body {
  font-size: 1.6rem;
  line-height: 2;
  color: #334454;
}

/* ------------------------------------
 テキスト
------------------------------------ */
.text-block01 {
  margin: 0 0 1.4em;
}

.text-sign01 {
  margin: 24px 0 0;
  text-align: right;
}

.text-note01 {
  margin: 16px 0 0;
  font-size: 1.3rem;
  line-height: 1.9;
  color: #6c7b88;
}

.red_text {
  color: #c53939;
  font-weight: 700;
}

/* ------------------------------------
 小見出し
------------------------------------ */
.content-subtitle01 {
  margin: 28px 0 14px;
  padding: 14px 18px;
  border-left: 5px solid #2d6ea6;
  border-radius: 10px;
  background: #eef6fc;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 700;
  color: #18395c;
}

/* ------------------------------------
 画像
------------------------------------ */
.image-block01 {
  margin-bottom: 24px;
}

.image-block01 img {
  max-width: 100%;
  height: auto;
}

/* ------------------------------------
 情報リスト
------------------------------------ */
.info-list01 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-list01__item {
  position: relative;
  padding-left: 1.4em;
}

.info-list01__item + .info-list01__item {
  margin-top: 10px;
}

.info-list01__item::before {
  content: "";
  position: absolute;
  top: .8em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2d6ea6;
}

/* ------------------------------------
 論文リスト
------------------------------------ */
.paper-list01 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.paper-list01__item {
  position: relative;
  padding: 14px 16px 14px 30px;
  border: 1px solid #e2ebf2;
  border-radius: 14px;
  background: #fff;
  line-height: 1.9;
}

.paper-list01__item::before {
  content: "";
  position: absolute;
  top: 1.35em;
  left: 14px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4f87b5;
}

/* ------------------------------------
 ボタン
------------------------------------ */
.button-area01 {
  margin-top: 24px;
}

.button-area01__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 14px 28px;
  border-radius: 999px;
  background: #18395c;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .3s ease, transform .3s ease;
}

.button-area01__link:hover {
  opacity: .85;
  transform: translateY(-2px);
}

/* ------------------------------------
 SP
------------------------------------ */
@media only screen and (max-width: 767px) {
  .page-layout01__lead {
    font-size: 1.2rem;
    line-height: 1.7;
  }

  .page-layout01__main {
    gap: 22px;
  }

  .content-section01 {
    padding: 24px 18px 26px;
    border-radius: 16px;
  }

  .content-section01__title {
    margin-bottom: 18px;
    padding-bottom: 12px;
    font-size: 2rem;
    line-height: 1.5;
  }

  .content-section01__body {
    font-size: 1.5rem;
    line-height: 1.95;
  }

  .content-subtitle01 {
    margin: 22px 0 12px;
    padding: 12px 14px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .paper-list01__item {
    padding: 12px 12px 12px 28px;
  }

  .text-sign01 {
    text-align: left;
  }

  .button-area01__link {
    width: 100%;
    min-width: 0;
    padding: 14px 20px;
  }
}


/* ------------------------------------
 policy page
------------------------------------ */

.policy-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.policy-section + .policy-section {
  margin-top: 64px;
}

.policy-section__head {
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dbe4ec;
}

.policy-title01 {
  margin: 0;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
  color: #18395c;
  letter-spacing: .04em;
}

.policy-section__body {
  color: #334454;
  font-size: 1.6rem;
  line-height: 2;
}

.policy-text01 {
  margin: 0 0 1.4em;
}

.policy-title02 {
  margin: 48px 0 18px;
  padding-left: 16px;
  border-left: 4px solid #2d6ea6;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 700;
  color: #18395c;
}

.policy-title03 {
  margin: 34px 0 14px;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 700;
  color: #18395c;
}

.policy-title04 {
  margin: 28px 0 12px;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 700;
  color: #334454;
}

.policy-list01 {
  margin: 0 0 1.6em;
  padding: 0;
  list-style: none;
}

.policy-list01__item {
  position: relative;
  margin: 0;
  padding: 0 0 0 1.4em;
}

.policy-list01__item + .policy-list01__item {
  margin-top: 10px;
}

.policy-list01__item::before {
  content: "";
  position: absolute;
  top: .85em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2d6ea6;
}

.policy-note01 {
  font-size: 1.3rem;
  line-height: 1.9;
  color: #6c7b88;
}

.policy-date01 {
  margin: 40px 0 0;
  text-align: right;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #334454;
}

@media only screen and (max-width: 767px) {
  .policy-page {
    padding-bottom: 20px;
  }

  .policy-section + .policy-section {
    margin-top: 48px;
  }

  .policy-section__head {
    margin-bottom: 22px;
    padding-bottom: 14px;
  }

  .policy-title01 {
    font-size: 2.4rem;
    line-height: 1.5;
  }

  .policy-section__body {
    font-size: 1.5rem;
    line-height: 1.95;
  }

  .policy-title02 {
    margin: 38px 0 16px;
    padding-left: 12px;
    font-size: 1.9rem;
  }

  .policy-title03 {
    margin: 28px 0 12px;
    font-size: 1.7rem;
  }

  .policy-title04 {
    margin: 24px 0 10px;
    font-size: 1.5rem;
  }

  .policy-date01 {
    margin-top: 32px;
    text-align: left;
    font-size: 1.4rem;
  }
}



/* ------------------------------------
 働き方・制度紹介ページ用
------------------------------------ */
.content-section01--message {
  padding: 26px 30px;
  border: 0;
  background: linear-gradient(135deg, #f5fbff 0%, #eef6fc 100%);
  box-shadow: none;
}

.lead-message01{
  padding: 26px 34px;
  border: 1px solid #d8e6f2;
  border-radius: 18px;
  background: linear-gradient(135deg,#f8fbff 0%,#edf5fc 100%);
  box-shadow: 0 12px 28px rgba(24,57,92,.06);
  color: #18395c;
  font-size: 2.8rem;
  line-height: 1.85;
  font-weight: 700;
  letter-spacing: .03em;
  text-align: center;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px){
  .lead-message01{
    padding: 18px 16px;
    font-size: 2rem;
    line-height: 1.7;
    text-align: left;
  }
}


.company-policy-lead01{
  margin: 0 0 24px;
  padding: 18px 22px;
  border-left: 4px solid #2d6ea6;
  background: #f8fbfd;
  color: #18395c;
  font-size: 1.8rem;
  line-height: 1.9;
  font-weight: 700;
}

@media only screen and (max-width: 767px){
  .company-policy-lead01{
    margin-bottom: 18px;
    padding: 15px 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}


.award-layout01 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 30px;
  align-items: start;
}

.text-block01--lead {
  font-size: 2rem;
  line-height: 1.9;
  font-weight: 700;
  color: #0c5dc2;
}

.award-card01 {
  padding: 20px 18px;
  text-align: center;
}

.award-card01__image {
  margin-bottom: 16px;
}

.award-card01__image img {
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
  margin: 0 auto;
}

.award-card01__label {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 700;
  color: #18395c;
}

.feature-list01 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list01__item {
  position: relative;
  min-height: 100%;
  padding: 16px 18px 16px 42px;
  border: 1px solid #dbe6ef;
  border-radius: 14px;
  background: #f8fbfd;
  line-height: 1.8;
}

.feature-list01__item::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #60c2df;
}

.text-emphasis01 {
  margin: 28px 0 0;
  padding: 20px 22px;
  border-radius: 14px;
  background: #eef6ff;
  font-size: 2rem;
  line-height: 1.9;
  font-weight: 700;
  color: #0c5dc2;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .content-section01--message {
    padding: 20px 16px;
  }

  .lead-message01 {
    font-size: 2rem;
    line-height: 1.7;
    text-align: left;
  }

  .award-layout01 {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .text-block01--lead {
    font-size: 1.7rem;
    line-height: 1.8;
  }

  .award-card01 {
    padding: 18px 16px;
  }

  .award-card01__image img {
max-width: 230px;
  }

  .feature-list01 {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .feature-list01__item {
    padding: 14px 16px 14px 38px;
  }

  .feature-list01__item::before {
    top: 20px;
    left: 16px;
    width: 9px;
    height: 9px;
  }

  .text-emphasis01 {
    padding: 16px 14px;
    font-size: 1.7rem;
    line-height: 1.8;
    text-align: left;
  }
}


/* ------------------------------------
 情報セキュリティ方針 基本方針リスト
------------------------------------ */
.security-policy-list01 {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 24px;
}

.security-policy-item01 {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 24px 26px;
  border: 1px solid #dce6ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(24, 57, 92, 0.05);
}

.security-policy-item01__num {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-right: 1px solid #d5e1ec;
  color: #0c5dc2;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .04em;
}

.security-policy-item01__text {
  margin: 0;
  color: #334454;
  font-size: 1.6rem;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .security-policy-list01 {
    gap: 14px;
    margin-top: 20px;
  }

  .security-policy-item01 {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px 18px;
  }

  .security-policy-item01__num {
    justify-content: flex-start;
    min-height: 0;
    padding-bottom: 10px;
    border-right: 0;
    border-bottom: 1px solid #d5e1ec;
    font-size: 2.2rem;
  }

  .security-policy-item01__text {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}


/* ------------------------------------
 旧サービスご利用のお客様へ：代表製品例
------------------------------------ */
.old-service-product-grid01{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 8px;
}

.old-service-product-card01{
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px 20px 20px;
  border: 1px solid #dbe6ef;
  border-radius: 18px;
  background: linear-gradient(180deg,#ffffff 0%,#f8fbfd 100%);
  box-shadow: 0 10px 24px rgba(24,57,92,.05);
}

.old-service-product-card01__image{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  margin-bottom: 18px;
}

.old-service-product-card01__image img{
  max-width: 100%;
  max-height: 220px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.old-service-product-card01__name{
  margin: auto 0 0;
  padding-top: 14px;
  border-top: 1px solid #e3ebf2;
  text-align: center;
  color: #18395c;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 700;
}

@media only screen and (max-width: 1024px){
  .old-service-product-grid01{
    gap: 18px;
  }

  .old-service-product-card01{
    padding: 20px 16px 18px;
  }

  .old-service-product-card01__image{
    min-height: 180px;
  }

  .old-service-product-card01__image img{
    max-height: 180px;
  }
}

@media only screen and (max-width: 767px){
  .old-service-product-grid01{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .old-service-product-card01{
    padding: 18px 16px;
    border-radius: 16px;
  }

  .old-service-product-card01__image{
    min-height: 160px;
    margin-bottom: 14px;
  }

  .old-service-product-card01__image img{
    max-height: 160px;
  }

  .old-service-product-card01__name{
    padding-top: 12px;
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

/* ------------------------------------
 会社概要 専用
------------------------------------ */
.company-profile-list01{
  margin: 0;
  padding: 0;
  border-top: 1px solid #dbe6ef;
}

.company-profile-list01__row{
  display: grid;
  grid-template-columns: 220px minmax(0,1fr);
  border-bottom: 1px solid #dbe6ef;
}

.company-profile-list01__term{
  margin: 0;
  padding: 18px 22px;
  background: #f4f8fb;
  color: #18395c;
  font-weight: 700;
  line-height: 1.8;
}

.company-profile-list01__desc{
  margin: 0;
  padding: 18px 22px;
  color: #334454;
  line-height: 1.9;
}

.company-history01{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.company-history01__item{
  display: grid;
  grid-template-columns: 170px minmax(0,1fr);
  gap: 24px;
  position: relative;
  padding: 0 0 24px;
}

.company-history01__item + .company-history01__item{
  padding-top: 2px;
}

.company-history01__date{
  display: block;
  color: #18395c;
  font-weight: 700;
  line-height: 1.8;
}

.company-history01__text{
  position: relative;
  margin: 0;
  padding: 0 0 0 24px;
  color: #334454;
  line-height: 1.9;
}

.company-history01__text::before{
  content: "";
  position: absolute;
  top: .65em;
  left: -1px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #2d6ea6;
  box-shadow:
    0 0 0 0 rgba(45,110,166,.28),
    0 0 0 8px rgba(45,110,166,.08);
  animation: companyHistoryPulse 2.8s ease-in-out infinite;
}

.company-history01__item:nth-child(2n) .company-history01__text::before{
  animation-delay: .35s;
}

.company-history01__item:nth-child(3n) .company-history01__text::before{
  animation-delay: .7s;
}

.company-history01__text::after{
  content: "";
  position: absolute;
  top: calc(.65em + 11px);
  left: 4px;
  width: 2px;
  height: calc(100% + 24px);
  background: linear-gradient(
    to bottom,
    rgba(45,110,166,.22) 0%,
    rgba(45,110,166,.65) 45%,
    rgba(45,110,166,.18) 100%
  );
}

@keyframes companyHistoryPulse{
  0%{
    transform: translateY(-3px) scale(.92);
    box-shadow:
      0 0 0 0 rgba(45,110,166,.26),
      0 0 0 8px rgba(45,110,166,.08);
  }
  50%{
    transform: translateY(3px) scale(1.08);
    box-shadow:
      0 0 0 6px rgba(45,110,166,.10),
      0 0 0 14px rgba(45,110,166,0);
  }
  100%{
    transform: translateY(-3px) scale(.92);
    box-shadow:
      0 0 0 0 rgba(45,110,166,.26),
      0 0 0 8px rgba(45,110,166,.08);
  }
}

.company-history01__item:last-child .company-history01__text::after{
  display: none;
}

.company-office-list01{
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.company-office-card01{
  display: grid;
  grid-template-columns: 320px minmax(0,1fr);
  gap: 24px;
  align-items: stretch;
  padding: 24px;
  border: 1px solid #dbe6ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(24,57,92,.05);
}

.company-office-card01--no-map{
  grid-template-columns: 1fr;
}

.company-office-card01__info{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.company-office-card01__name{
  margin: 0 0 14px;
  padding-left: 14px;
  border-left: 4px solid #2d6ea6;
  color: #18395c;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}

.company-office-card01__text{
  margin: 0 0 10px;
  color: #334454;
  font-size: 1.5rem;
  line-height: 1.8;
}

.company-office-card01__text:last-child{
  margin-bottom: 0;
}

.company-map01{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  border: 1px solid #dbe6ef;
  border-radius: 16px;
  background: #eef3f7;
}

.company-map01 iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.company-office-card01__contact{
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 4px;
}

.company-office-card01__contact-line{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #334454;
  font-size: 1.5rem;
  line-height: 1.8;
}

.company-office-card01__contact-label{
  flex: 0 0 42px;
  font-weight: 700;
  color: #18395c;
}

.company-office-card01__contact-value{
  flex: 1;
  min-width: 0;
}

@media only screen and (max-width: 1024px){
  .company-office-card01{
    grid-template-columns: 1fr;
  }

  .company-map01{
    padding-bottom: 56%;
  }
}

@media only screen and (max-width: 767px){
  .company-profile-list01__row{
    grid-template-columns: 1fr;
  }

  .company-profile-list01__term{
    padding: 14px 16px 8px;
  }

  .company-profile-list01__desc{
    padding: 5px 16px 14px;
  }

  .company-history01__item{
    grid-template-columns: 1fr;
    gap: 6px;
    padding-bottom: 22px;
  }

  .company-history01__text{
    padding-left: 20px;
  }

  .company-office-card01{
    padding: 18px 16px;
    border-radius: 16px;
  }

  .company-office-card01__name{
    font-size: 1.8rem;
  }

  .company-map01{
    padding-bottom: 78%;
    border-radius: 14px;
  }
}


/*****************************
 video page
*****************************/

.page-video .video-sec {
  padding: 80px 0 100px;
  background: #f6f9fc;
}

.video-lead {
  max-width: 820px;
  margin: 0 auto 42px;
  padding: 24px 30px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #dfe8f0;
  box-shadow: 0 10px 28px rgba(23, 50, 83, 0.06);
  text-align: center;
}

.video-lead p {
  margin: 0;
  color: #18395c;
  font-size: 1.7rem;
  line-height: 1.8;
  font-weight: 700;
}

.video-wrap {
  margin-top: 42px;
}

.video-group {
  margin-bottom: 52px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(23, 50, 83, 0.08);
  overflow: hidden;
}

.video-group:last-child {
  margin-bottom: 0;
}

.video-group__head {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 30px;
  background:
    linear-gradient(135deg, rgba(24, 57, 92, 0.96), rgba(42, 106, 151, 0.92)),
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.08) 0,
      rgba(255,255,255,0.08) 1px,
      transparent 1px,
      transparent 12px
    );
  color: #fff;
}

.video-group__num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.video-group__title {
  margin: 0;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.video-list {
  margin: 0;
  padding: 30px;
  list-style: none;
}

.video-item {
  padding: 30px 0;
  border-bottom: 1px solid #dfe8f0;
}

.video-item:first-child {
  padding-top: 0;
}

.video-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.video-item__text {
  margin-bottom: 22px;
}

.video-item__title {
  position: relative;
  margin: 0 0 8px;
  padding-left: 18px;
  color: #18395c;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.video-item__title::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1d8acb;
}

.video-item__subtitle {
  margin: 0;
  color: #566b80;
  font-size: 1.5rem;
  line-height: 1.8;
}

.video-item__movies {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.video-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #e8eef5;
  box-shadow: 0 10px 24px rgba(23, 50, 83, 0.12);
}

.video-card::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.video-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-empty {
  padding: 46px 30px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #dfe8f0;
  text-align: center;
  color: #18395c;
  font-size: 1.7rem;
  font-weight: 700;
}

/* SP */
@media only screen and (max-width: 768px) {

  .page-video .video-sec {
    padding: 54px 0 70px;
  }

  .video-lead {
    margin-bottom: 30px;
    padding: 20px;
  }

  .video-lead p {
    font-size: 1.5rem;
  }

  .video-wrap {
    margin-top: 30px;
  }

  .video-group {
    margin-bottom: 34px;
    border-radius: 18px;
  }

  .video-group__head {
    gap: 12px;
    padding: 18px;
  }

  .video-group__num {
    width: 44px;
    height: 44px;
    font-size: 1.3rem;
  }

  .video-group__title {
    font-size: 2.1rem;
  }

  .video-list {
    padding: 22px 18px;
  }

  .video-item {
    padding: 24px 0;
  }

  .video-item__title {
    font-size: 1.8rem;
  }

  .video-item__subtitle {
    font-size: 1.4rem;
  }

  .video-item__movies {
    grid-template-columns: 1fr;
    gap: 18px;
  }

}


/*****************************
 search page
*****************************/

.page-search .search-sec {
  padding: 80px 0 100px;
  background: #f6f9fc;
}

.search-summary {
  margin: 0 auto 28px;
  padding: 24px 30px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #dfe8f0;
  box-shadow: 0 10px 28px rgba(23, 50, 83, 0.06);
  text-align: center;
}

.search-summary p {
  margin: 0;
  color: #18395c;
  font-size: 1.7rem;
  line-height: 1.8;
  font-weight: 700;
}

.search-summary span {
  display: inline-block;
  margin-right: 10px;
  color: #566b80;
  font-size: 1.4rem;
}

.search-summary strong {
  color: #18395c;
  font-size: 2rem;
}

.search-summary em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
  padding: 4px 14px;
  border-radius: 999px;
  background: #18395c;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
}

.search-form-area {
  max-width: 760px;
  margin: 0 auto 42px;
}

.search-form-area form {
  display: flex;
  gap: 10px;
}

.search-form-area input[type="search"],
.search-form-area input[type="text"] {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid #d5e2ec;
  border-radius: 999px;
  background: #fff;
  color: #18395c;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.search-form-area input[type="submit"],
.search-form-area button {
  flex-shrink: 0;
  min-width: 120px;
  min-height: 54px;
  padding: 0 24px;
  border: none;
  border-radius: 999px;
  background: #18395c;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
}

.search-result-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-result-item {
  margin-bottom: 18px;
}

.search-result-link {
  display: block;
  padding: 26px 30px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #dfe8f0;
  box-shadow: 0 10px 28px rgba(23, 50, 83, 0.06);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.search-result-link:hover {
  transform: translateY(-3px);
  border-color: #b8d2e8;
  box-shadow: 0 16px 36px rgba(23, 50, 83, 0.1);
}

.search-result-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #718497;
  font-size: 1.3rem;
}

.search-result-type {
  display: inline-flex;
  align-items: center;
  padding: 3px 12px;
  border-radius: 999px;
  background: #eaf3fb;
  color: #18395c;
  font-weight: 700;
}

.search-result-title {
  margin: 0 0 10px;
  color: #18395c;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
}

.search-result-text {
  margin: 0;
  color: #566b80;
  font-size: 1.5rem;
  line-height: 1.8;
}

.search-empty {
  padding: 46px 30px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #dfe8f0;
  text-align: center;
}

.search-empty h3 {
  margin: 0 0 10px;
  color: #18395c;
  font-size: 2.2rem;
  line-height: 1.5;
}

.search-empty p {
  margin: 0;
  color: #566b80;
  font-size: 1.5rem;
  line-height: 1.8;
}

.cmn-pagination {
  margin-top: 42px;
  text-align: center;
}

.cmn-pagination .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.cmn-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d5e2ec;
  color: #18395c;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
}

.cmn-pagination .page-numbers.current,
.cmn-pagination .page-numbers:hover {
  background: #18395c;
  border-color: #18395c;
  color: #fff;
}

@media only screen and (max-width: 768px) {

  .page-search .search-sec {
    padding: 54px 0 70px;
  }

  .search-summary {
    padding: 20px;
  }

  .search-summary p {
    font-size: 1.5rem;
  }

  .search-summary span,
  .search-summary strong,
  .search-summary em {
    display: block;
    margin: 4px auto;
  }

  .search-form-area form {
    flex-direction: column;
  }

  .search-form-area input[type="submit"],
  .search-form-area button {
    width: 100%;
  }

  .search-result-link {
    padding: 22px 20px;
    border-radius: 18px;
  }

  .search-result-title {
    font-size: 1.8rem;
  }

}

/*****************************
 404 page
*****************************/

.page-404 .notfound-sec {
  padding: 90px 0 110px;
  background: #f6f9fc;
}

.notfound-box {
  position: relative;
  overflow: hidden;
  padding: 62px 40px 58px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96) 0%, rgba(242,247,252,0.96) 100%);
  border: 1px solid #dfe8f0;
  box-shadow: 0 18px 42px rgba(23, 50, 83, 0.08);
  text-align: center;
}

.notfound-box::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(29, 138, 203, 0.08);
}

.notfound-box::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -90px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(24, 57, 92, 0.07);
}

.notfound-label {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: rgba(24, 57, 92, 0.12);
  font-size: 9rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.notfound-box .title-style01 {
  position: relative;
  z-index: 1;
}

.notfound-text {
  position: relative;
  z-index: 1;
  margin: 28px 0 0;
  color: #40576f;
  font-size: 1.6rem;
  line-height: 2;
}

.notfound-btns {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.notfound-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.notfound-btn:hover {
  transform: translateY(-3px);
}

.notfound-btn--primary {
  background: #18395c;
  color: #fff;
  box-shadow: 0 10px 24px rgba(24, 57, 92, 0.18);
}

.notfound-btn--primary:hover {
  background: #1d8acb;
  color: #fff;
}

.notfound-btn--outline {
  background: #fff;
  border: 1px solid #c9d9e7;
  color: #18395c;
}

.notfound-btn--outline:hover {
  background: #edf5fc;
  color: #18395c;
  box-shadow: 0 10px 24px rgba(23, 50, 83, 0.08);
}

@media only screen and (max-width: 768px) {

  .page-404 .notfound-sec {
    padding: 58px 0 76px;
  }

  .notfound-box {
    padding: 42px 20px 38px;
    border-radius: 20px;
  }

  .notfound-label {
    font-size: 6.4rem;
  }

  .notfound-text {
    margin-top: 22px;
    font-size: 1.5rem;
    text-align: left;
  }

  .notfound-btns {
    flex-direction: column;
    margin-top: 28px;
  }

  .notfound-btn {
    width: 100%;
    min-width: 0;
  }

}

/*****************************
 recruit archive / single
*****************************/

.page-recruit .recruit-sec,
.single-recruit .recruit-detail-sec {
  padding: 80px 0 100px;
}

.recruit-lead {
  max-width: 860px;
  margin: 0 auto 46px;
  padding: 26px 32px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #dfe8f0;
  box-shadow: 0 10px 28px rgba(23, 50, 83, 0.06);
  text-align: center;
}

.recruit-lead p {
  margin: 0;
  color: #18395c;
  font-size: 1.7rem;
  line-height: 1.9;
  font-weight: 700;
}

.recruit-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.recruit-card {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #dfe8f0;
  box-shadow: 0 14px 34px rgba(23, 50, 83, 0.08);
}

.recruit-card a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.recruit-card__img {
  position: relative;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 4 / 3;
  background: #e8eef5;
}

@media only screen and (max-width: 1024px) {
.recruit-card__img {
  aspect-ratio: 5 / 3;
}
}


.recruit-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.recruit-card:hover .recruit-card__img img {
  transform: scale(1.06);
}

.recruit-card__body {
  position: relative;
  padding: 28px 26px 30px;
}

.recruit-card__label {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 4px 13px;
  border-radius: 999px;
  background: #eaf3fb;
  color: #18395c;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.recruit-card__title {
  margin: 0 0 10px;
  color: #18395c;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 700;
}

.recruit-card__text {
  margin: 0 0 22px;
  color: #566b80;
  font-size: 1.5rem;
  line-height: 1.7;
}

.recruit-card__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  background: #18395c;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.recruit-card__more::after {
  content: "→";
  margin-left: 8px;
}

.recruit-empty {
  padding: 42px 30px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #dfe8f0;
  text-align: center;
}

.recruit-empty p {
  margin: 0;
  color: #18395c;
  font-size: 1.7rem;
  font-weight: 700;
}

/*****************************
 recruit single
*****************************/

.recruit-status {
  max-width: 860px;
  margin: 0 auto 36px;
  padding: 20px 28px;
  border-radius: 18px;
  text-align: center;
  font-weight: 700;
}

.recruit-status p {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.7;
}

.recruit-status--open {
  background: #edf7ff;
  border: 1px solid #c6deef;
  color: #18395c;
}

.recruit-status--close {
  background: #f7f7f7;
  border: 1px solid #ddd;
  color: #555;
}

.recruit-detail-box {
  margin-bottom: 42px;
  padding: 34px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #dfe8f0;
  box-shadow: 0 14px 34px rgba(23, 50, 83, 0.08);
}

.recruit-detail-heading {
  position: relative;
  margin: 0 0 24px;
  padding-left: 18px;
  color: #18395c;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
}

.recruit-detail-heading::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1d8acb;
}

.recruit-detail-list {
  margin: 0;
}

.recruit-detail-row {
  display: grid;
  grid-template-columns: 230px 1fr;
  border-top: 1px solid #dfe8f0;
}

.recruit-detail-row:last-child {
  border-bottom: 1px solid #dfe8f0;
}

.recruit-detail-row dt,
.recruit-detail-row dd {
  margin: 0;
  padding: 22px 24px;
  font-size: 1.5rem;
  line-height: 1.9;
}

.recruit-detail-row dt {
  display: flex;
  align-items: center;
  background: #f3f7fb;
  color: #18395c;
  font-weight: 700;
}

.recruit-detail-row dd {
  background: #fff;
  color: #40576f;
}

.recruit-detail-row dd p {
  margin-top: 0;
}

.recruit-detail-row dd p:last-child {
  margin-bottom: 0;
}

.recruit-detail-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 46px;
}

.recruit-detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.recruit-detail-btn:hover {
  transform: translateY(-3px);
}

.recruit-detail-btn--primary {
  background: #00448c;
  color: #fff;
  box-shadow: 0 10px 24px rgba(24, 57, 92, 0.18);
}

.recruit-detail-btn--primary:hover {
  background: #1d8acb;
  color: #fff;
}

.recruit-detail-btn--outline {
  background: #fff;
  border: 1px solid #c9d9e7;
  color: #18395c;
}

.recruit-detail-btn--outline:hover {
  background: #edf5fc;
  color: #18395c;
  box-shadow: 0 10px 24px rgba(23, 50, 83, 0.08);
}

@media only screen and (max-width: 1024px) {
  .recruit-card-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
}

@media only screen and (max-width: 900px) {
  .recruit-detail-row {
    grid-template-columns: 1fr;
  }

  .recruit-detail-row dt {
    padding-bottom: 12px;
  }

  .recruit-detail-row dd {
    padding-top: 16px;
  }

}

@media only screen and (max-width: 768px) {
  .page-recruit .recruit-sec,
  .single-recruit .recruit-detail-sec {
    padding: 54px 0 70px;
  }

  .recruit-lead {
    margin-bottom: 32px;
    padding: 22px 20px;
    text-align: left;
  }

  .recruit-lead p {
    font-size: 1.5rem;
  }

  .recruit-card {
    border-radius: 18px;
  }

  .recruit-card__body {
    padding: 24px 20px 26px;
  }

  .recruit-card__title {
    font-size: 2.1rem;
  }

  .recruit-status {
    margin-bottom: 28px;
    padding: 18px 20px;
  }

  .recruit-status p {
    font-size: 1.5rem;
  }

  .recruit-detail-box {
    margin-bottom: 30px;
    padding: 24px 18px;
    border-radius: 18px;
  }

  .recruit-detail-heading {
    font-size: 2rem;
  }

  .recruit-detail-row dt,
  .recruit-detail-row dd {
    padding: 16px;
    font-size: 1.4rem;
  }

  .recruit-detail-btns {
    flex-direction: column;
    margin-top: 34px;
  }

  .recruit-detail-btn {
    width: 100%;
    min-width: 0;
  }
}

@media only screen and (max-width: 600px) {
  .recruit-card-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 22px;
  }
}
/*****************************
 sitemap
*****************************/

.sitemap-page {
  background: #f7fbff;
}

.sitemap-sec {
  padding: 90px 0 110px;
}

.sitemap-lead {
  margin-bottom: 40px;
  padding: 26px 32px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #dfe8f0;
  box-shadow: 0 10px 28px rgba(24, 57, 92, .06);
}

.sitemap-lead p {
  margin: 0;
  color: #18395c;
  font-size: 1.7rem;
  line-height: 1.9;
  font-weight: 700;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.sitemap-block {
  padding: 30px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #dce8f2;
  box-shadow: 0 14px 34px rgba(24, 57, 92, .07);
}

.sitemap-block--wide {
  grid-column: span 3;
}

.sitemap-block__title {
  position: relative;
  margin: 0 0 24px;
  padding: 0 0 16px 18px;
  color: #18395c;
  font-size: 2.4rem;
  line-height: 1.45;
  font-weight: 800;
  border-bottom: 1px solid #dce8f2;
}

.sitemap-block__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: .35em;
  width: 5px;
  height: 1.2em;
  border-radius: 999px;
  background: #0b6fb3;
}

.sitemap-block__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.sitemap-group {
  padding: 22px;
  border-radius: 18px;
  background: #f7fbff;
  border: 1px solid #dce8f2;
}

.sitemap-group__title {
  margin: 0 0 16px;
  padding-bottom: 12px;
  color: #0b6fb3;
  font-size: 1.8rem;
  line-height: 1.45;
  font-weight: 800;
  border-bottom: 1px solid #d8e6f2;
}

.sitemap-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sitemap-list li {
  margin: 0;
  padding: 0;
}

.sitemap-list a {
  position: relative;
  display: block;
  padding: 10px 12px 10px 24px;
  border-radius: 10px;
  color: #18395c;
  font-size: 1.5rem;
  line-height: 1.55;
  font-weight: 600;
  text-decoration: none;
  background: rgba(255, 255, 255, .72);
  transition: background .25s ease, color .25s ease, transform .25s ease;
}

.sitemap-list a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 1.05em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0b6fb3;
}

.sitemap-list a:hover {
  color: #0b6fb3;
  background: #eef7ff;
  transform: translateX(4px);
}


/*****************************
 sitemap responsive
*****************************/

@media only screen and (max-width: 1024px) {

  .sitemap-sec {
    padding: 70px 0 90px;
  }

  .sitemap-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .sitemap-block--wide {
    grid-column: span 2;
  }

  .sitemap-block__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .sitemap-block--wide .sitemap-group:last-child {
    grid-column: span 2;
  }

}

@media only screen and (max-width: 767px) {

  .sitemap-sec {
    padding: 50px 0 70px;
  }

  .sitemap-lead {
    margin-bottom: 26px;
    padding: 20px;
    border-radius: 14px;
  }

  .sitemap-lead p {
    font-size: 1.5rem;
  }

  .sitemap-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sitemap-block,
  .sitemap-block--wide {
    grid-column: span 1;
  }

  .sitemap-block {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .sitemap-block__title {
    margin-bottom: 18px;
    font-size: 2rem;
  }

  .sitemap-block__inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sitemap-block--wide .sitemap-group:last-child {
    grid-column: span 1;
  }

  .sitemap-group {
    padding: 18px 14px;
    border-radius: 14px;
  }

  .sitemap-group__title {
    font-size: 1.6rem;
  }

  .sitemap-list {
    gap: 8px;
  }

  .sitemap-list a {
    padding: 9px 10px 9px 22px;
    font-size: 1.4rem;
  }

  .sitemap-list a::before {
    left: 8px;
  }

}