@charset "UTF-8";

/*
 Theme Name: バイタルリード
 Version: 1.0
*/

/*============
  変数
==============*/
:root {
  /* font */
  --base_font-size: 1.6rem;
  --base_font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Segoe UI", "Meiryo", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";;

  /* colors */
  --main_color: #082F50;
  --bold_color: #0075C1;
  --white_color: #fff;
  --bg_color: #082F50;
  --bgthin_color: #3F607B;

  /* width */
  --content_width: 1300px;
  --contentsub_width: 1150px;

  /* margin */
  --cont_margin_bottom: 120px;
}


/*============
  print
==============*/
@media print {
  .l-linkarea {
    display: none;
  }
}


/*============
  margin
==============*/
.mb16 {
  margin-bottom: 16px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb48 {
  margin-bottom: 48px;
}
.mb64 {
  margin-bottom: 64px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb96 {
  margin-bottom: 96px !important;
}


/*============
  fade in
==============*/
.fade-in {
  opacity: 0;
  transition-duration: 200ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}


/*============
  fonts
==============*/
.font-roboto {
  font-family: "Roboto", sans-serif;
}

.font-zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
}


/*============
  fade in
==============*/
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}


/*============
  common
==============*/
html {
  font-size: 10px;
}
body {
  color: var(--main_color);
  font-family: "Noto Sans", sans-serif;;
  font-size: var(--base_font-size);
  line-height: 1.8;
}
a {
  color: #19c4fb;
  text-decoration: none;
  transition: .4s;
}
a:hover {
  opacity: 0.8;
}
/* フォームリセット */
input,
button,
textarea,
select,
submit {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pc_br {
  display: block;
}
.wsp-pages-title {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .pc_br {
    display: none;
  }
}


/*============
  parts
==============*/
.cont-wrap {
  max-width: var(--content_width);
  margin: 0 auto;
  width: 95%;
}
.cont-wrapsub {
  max-width: var(--contentsub_width);
  margin: 0 auto;
  width: 90%;
}
.cont-wrap__page {
  max-width: 900px;
  margin: 0 auto;
  width: 90%;
}
.c-head {
  font-size: 40px;
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
}
.c-head::after {
  background-color: #0075C1;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 5px;
  left: 0;
}
.c-subhead {
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 70px;
}
.c-subhead span {
  color: var(--bold_color);
  margin-right: 10px;
}
.c-link-btn {
  margin-bottom: 0;

  & a, .link_btn {
    border: 1px solid var(--bg_color);
    background-color: var(--bg_color);
    color: var(--white_color);
    display: inline-block;
    padding: 7px 21px 7px 5px;
    text-align: center;
    max-width: 144px;
    width: 90%;
  }

  & a:hover, .link_btn:hover {
    border: 1px solid var(--bg_color);
    background-color: #fff;
    color: var(--bg_color);
    text-decoration: none;
  }

  & a span, .link_btn span {
    position: relative;
  }

  & a span::after, .link_btn span::after {
    content: "";
    background-image: url(./assets/img/common/arrow.svg);
    background-size: cover;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  & a:hover span::after, .link_btn span:hover::after {
    background-image: url(./assets/img/common/arrow-bg-color.svg);
  }
}

@media screen and (max-width: 769px) {
  .c-subhead {
    font-size: 2.5rem;
    margin-bottom: 40px;
    white-space:unset;
  }
  .pages {
    & .c-head {
      font-size: 3rem;
      margin-bottom: 30px;
    }
    & .c-subhead {
      font-size: 2.5rem;
      line-height: 1.4;
      margin-bottom: 30px;
    }
    & .philosophy_block .page_title {
      font-size: 2.5rem;
    }
  }
}


/*============
  header
==============*/
.l-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 15px;
  padding-bottom: 25px;

  & .cont-wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  & .l-header__company {
    margin: 0 5% 0 0;
    width: 321px;
    font-size: 2em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }

  & .l-header__company a {
    color: var(--main_color);
    font-size: 2.4rem;
    font-weight: bold;
  }

  & .l-header__company a:hover {
    opacity: 1;
    text-decoration: none;
  }

  & .l-header__company img {
    margin-right: 5px;
  }

  & .l-header__nav {
    align-items: center;
    display: flex;
    flex: 1;
    max-width: 650px;
  }

  & .l-header__nav__list {
    display: flex;
    margin: 0 3% 0 0;
    width: 70%;
  }

  & .l-header__nav__list:last-child {
    margin-right: 0;
  }

  & .l-header__nav__list li {
    text-align: center;
    width: 100%;
  }

  & .l-header__nav__list a {
    color: var(--main_color);
    margin-right: 5%;
    position: relative;
  }

  & .l-header__nav__list a:hover {
    opacity: 1;
    text-decoration: none;
  }

  & .l-header__nav__list a::after {
    content: '';
    display: block;
    height: 2px;
    width: 80%;
    background: var(--main_color);
    position: absolute;
    bottom: -6px;
    left: 10%;
    transform: scale(0, 1);
    transition: .3s;
  }

  & .l-header__nav__list a:hover::after {
    transform: scale(1, 1);
  }

  & .l-header__nav__list.u-btn {
    width: 30%;
  }

  & .l-header__nav__list.u-btn a {
    border: 1px solid;
    display: block;
    padding: 5px;
  }

  & .l-header__nav__list.u-btn a:hover {
    border: 1px solid var(--bg_color);
    background-color: var(--bg_color);
    color: #fff;
  }

  & .u-contactbtn a:hover {
    border: 1px solid var(--bg_color) !important;
    background-color: #fff !important;
    color: var(--bg_color) !important;
  }

  & .l-header__nav__list.u-btn a:hover::after {
    content: none;
  }

  & .u-contactbtn a {
    background-color: var(--bg_color);
    color: var(--white_color);
  }

  & .clip_title {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    font-size: 10px;
  }

  & .l-header__company svg {
    width: 370px;
    height: auto;
  }
}

@media screen and (max-width: 1100px) {
  .l-header {
    & .l-header__company svg {
      width: 300px;
    }
  }
}
@media screen and (max-width: 600px) {
  .l-header {
    & .l-header__company svg {
      width: 250px;
    }
  }
}

/*============
  ハンバーガーメニュー
==============*/
.l-sp-header_ham-menu {
  width: 60px;
  height: 60px;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  padding-top: 14px;
  position: absolute;
  right: 0;
  top: 6px;
}
.openbtn1 {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 40px;
  margin-top: 2px;
  z-index: 5;
}
/*ボタン内側:三本線のスタイル*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 12px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  background-color: var(--main_color);
  width: 56%;
  width: 62%;
}
.openbtn1.active span {
  background-color: #fff;
}
/* 上の線 */
.openbtn1 span:nth-of-type(1) {
  top: 4px;
}
/* 真ん中の線 */
.openbtn1 span:nth-of-type(2) {
  top: 14px;
}
/* 下の線 */
.openbtn1 span:nth-of-type(3) {
  top: 24px;
}
/* ---------------------------- */
/*activeクラスが付与されると線が回転して×に*/
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  top: 8px;
  left: 18px;
  left: 16px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
  width: 50%;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  top: 20px;
  left: 18px;
  left: 16px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
  width: 50%;
}

.p-sp-nav-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: var(--main_color);
  top: 0;
  left: 0;
  transition: all 0.3s;
  z-index: 1;
}
.p-sp-nav-bg.bg-active{
  display: block;
  transition: all 0.3s;
}

/* ナビゲーション全体を囲うタグ */
#sp-g-nav {
  position: fixed;
  z-index: 7;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  width: 100%;
  top: -516%;
  left: 0;
  transition: all 0.3s;
}
/*アクティブクラスがついたら表示位置変更*/
#sp-g-nav.panel-active {
  width: 100%;
  top: 76px;
  transition: all 0.3s;
}
/* ナビゲーション本体 */
.p-sp-nav_ul {
  width: 100%;
}
.p-sp-nav_li {
  height: 55px;
  border-bottom: 1px solid #fff;
}
.p-sp-nav_li:last-of-type {
  border-bottom: 0;
}
.p-sp-nav_a {
  background-color: var(--color_darkgreen);
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px 15px;
}
.p-sp-nav_a:hover {
  background-color: var(--color_green);
  color: #fff;
  opacity: 1;
  text-decoration: none;
}


/*============
  bnr
==============*/
.logo_area {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

/* .logo_area::before {
  content: "";
  width: 100px;
  height: 300px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -60px;
  z-index: 1;
  transform: rotate(10deg);
}

.logo_area::after {
  content: "";
  width: 100px;
  height: 300px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -60px;
  z-index: 1;
  transform: rotate(10deg);
} */

.p-logo-slide li {
  margin: 20px;
}

.p-logo-slide li img {
  width: auto;
  max-height: 90px;
  max-width: 400px;
}

.slick-track {
  display: flex;
  align-items: center;
}

.bnr_area {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.bnr_area li {
  margin-right: 5%;
}

.bnr_area li:last-child {
  margin-right: 0;
}

.bnr_area li a {
  display: block;
}

.bnr_area li img {
  height: 50px;
  width: auto;
}

.facebook_icon {
  margin: 0;
  width: 40px;
  height: auto;
  margin-right: 20px;
}
.facebook_icon.sp_facebook {
  position: fixed;
  width: 30px;
  top: 20px;
  right: 66px;
}

p.l-link__block {
    height: 78px;
}

p.l-link__block.recruit_link.c-logo span {
    font-family: 'Commissioner', sans-serif;
    font-size: 4rem;
    color: var(--bg_color);
    line-height: 1;
}


@media screen and (max-width: 600px) {
  .l-header {
    & .l-header__company {
      font-size: 1.5em;
    }
    & .l-header__company a {
      font-size: 2rem;
    }
    & .l-header__company img {
      width: 40px;
    }

  }

  .bnr_area {
    display: block;
  }
  .bnr_area li {
    margin: 0 0 20px;
  }
  .bnr_area li:last-child {
    margin-bottom: 0;
  }
  .bnr_area li img {
    height: auto;
  }
}


/*============
  footer
==============*/
.l-footer {
  background-color: var(--bgthin_color);
  color: var(--white_color);
  padding-top: 78px;
  padding-bottom: 50px;

  & .l-footer__head {
    font-size: 10rem;
    line-height: 1;
    margin-bottom: 60px;
    text-align: center;
  }

  & .l-footer_txt {
    line-height: 2;
    margin-bottom: 55px;
    text-align: center;
  }

  & .l-footer__link {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
  }

  & .l-footer__link li {
    display: flex;
    flex-direction: column;
    margin-right: 4%;
    width: 48%;
  }

  & .l-footer__link li a {
    border: 3px solid;
    color: var(--white_color);
    flex-grow: 1;
    font-size: 3.2rem;
    font-weight: bold;
    max-height: 63px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  & .l-footer__link li a:hover {
    opacity: 1;
    text-decoration: none;
  }

  & .l-footer__link li.u-form a {
    background-color: var(--white_color);
    border: 3px solid var(--white_color);
    color: var(--main_color);
    font-size: 2.4rem;
  }

  & .l-footer__link li.u-form a:hover {
    background-color: var(--main_color);
    color: var(--white_color);
  }

  & .l-footer__link li:last-child {
    margin-right: 0;
  }

  & .u-tel span {
    display: block;
    margin-top: 8px;
    text-align: center;
  }

  & .l-footer__mark {
    display:block;
    width:fit-content;
    margin:0 auto 4rem;
    & ul.marks {
      display:flex;
      column-gap:2.4rem;
      & img {
        height: 120px;
        width:auto;
      }
    }
  }

  & .l-footer__menu {
    display:block;
    width:fit-content;
    margin:0 auto 4rem;
    & ul {
      display:flex;
      column-gap:2.4rem;
      font-size:1.4rem;
      & a, a:link, a:visited, a:active {
        color:var(--white_color);
        text-decoration:none;
        transition:.4s;
      }
      & a:hover, a:focus {
        position:relative;
      }
      & a::after {
        content: '';
        display: block;
        height: 2px;
        width: 80%;
        background: var(--white_color);
        position: absolute;
        bottom: -6px;
        left: 10%;
        transform: scale(0, 1);
        transition: .3s;    
      }
      & a:hover::after, a:focus::after {
        transform: scale(1, 1);
      }
    }
  }

  & .copy {
    font-size: 1.4rem;
    text-align: center;
  }
}

#page-top {
  position: fixed;
  bottom: 0;
  right: 80px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}

#page-top a {
  background: var(--bg_color);
  text-decoration: none;
  color: #fff;
  width: 60px;
  height: 60px;
  padding: 23px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}

#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}

.l-linkarea {
  bottom: 85px;
  position: fixed;
  margin-bottom: 0;
  right: 20px;
  width: 250px;
  z-index: 20;
}
.recruit_link {
  margin-bottom: 20px;
}
.l-link__block a {
  background-color: #fff;
  border: 4px solid var(--bg_color);
  color: var(--bg_color);
  display: block;
  font-weight: bold;
  padding: 14px 30px 15px;
  text-align: center;
  transition: .4s;
}
.l-link__block a span {
  display: block;
  padding-bottom: 1px;
}
.l-link__block a:hover {
  opacity: .5;
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .grecaptcha-badge {
    bottom: 100px !important;
  }

  .l-footer {
    & .l-footer__mark {
        & ul.marks {
            & img {
                height: auto;
            }
        }
    }
  } 

  .l-linkarea {
    display: flex;
    bottom: 0px;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .recruit_link {
    margin-right: 3%;
    margin-bottom: 0;
    width: 32%;
  }
  .l-link__block a span {
    font-size: 20px;
    line-height: 1;
  }
  .l-link__block:first-child {
    width: 32%;
  }
  p.l-link__block {
    width: 32%;
  }
  .takuzo_link {
    width: 40%;
  }
  .recruit_link:last-child {
    margin-right: 0;
  }
  .l-link__block a {
    padding: 6px 10px 10px;
  }
  .l-link__block a img {
    height: 30px;
    width: auto;
  }
  #page-top {
    bottom: 100px;
  }
  .l-footer__menu {
    margin-inline: auto;
    width: 95% !important;
  }
  .l-footer__menu ul {
    flex-wrap: wrap;
    gap: 16px 20px;
    justify-content: center;
  }
}


@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 50px;
    padding-bottom: 110px;

    & .l-footer__link {
      display: block;
    }

    & .l-footer__head {
      font-size: 6rem;
      margin-bottom: 30px;
    }

    & .l-footer__link {
      margin-bottom: 40px;
    }

    & .l-footer__link li {
      margin: 0 auto 20px;
      max-width: 360px;
      width: 90%;
    }

    & .l-footer__link li:last-child {
      margin: 0 auto;
    }

    
  }
}


/*============
  top
==============*/
/* p-mv */
.p-mv {
/*   background: url(./assets/img/top/mv.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 60%;
  padding: 230px 0; */
  position: relative;

  & .p-mv__txt {
    font-size: 5.6rem;
    font-weight: 900;
    overflow: hidden;
    transform: translate(-100%, 0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    max-width: 720px;
    position: absolute;
    top: 140px;
    left: 20%;
    z-index: 1;
  }
  
  & .p-mv__txt span {
    background-color: var(--bg_color);
    color: var(--white_color);
    padding: 0 20px;
    display: block;
    transform: translate(100%, 0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    margin-bottom: 30px;
  }

  & .p-mv__txt span:last-child {
    margin-bottom: 0;
  }

  & .p-mv__txt.-visible,
    .p-mv__txt.-visible span {
    transform: translate(0, 0);
  }

  .p-mv__slide {
    display: flex;
    margin-left: 45%;
    width: 55%;
  }
}

@media screen and (max-width: 1300px) {
  .p-mv {
    & .p-mv__txt {
      left: 5%;
    }
  }
}

@media screen and (max-width: 1200px) {
  .p-mv {
    padding: 40px 0;

    & .p-mv__txt {
      font-size: 4.5rem;
      max-width: 600px;
    }
  }
}

@media screen and (max-width: 1000px) {
  .p-mv {
    background-size: 80%;
    padding: 50px 0;
    
    & .p-mv__txt {
      position: initial;
      margin-left: 5%;
      margin-bottom: 50px;
    }
    .p-mv__slide {
      margin-left: 30%;
      width: 70%;
    }
  }
}

@media screen and (max-width: 769px) {
  .p-mv {
    & .p-mv__txt {
      font-size: 3.5rem;
      max-width: 470px;
    }
    
  }
}

@media screen and (max-width: 600px) {
  .p-mv {
    padding-bottom: 0;

    & .p-mv__txt {
      font-size: 2.5rem;
      max-width: 343px;
    }
    & .p-mv__txt span {
      margin-bottom: 15px;
    }
    & .p-mv__slide {
      margin-left: 15%;
      width: 85%;
    }
  }
}



/* p-aboutus */
.p-aboutus {
  padding-top: 80px;
  padding-bottom: 120px;
  overflow: hidden;

  & .cont-wrapsub {
    max-width: 1400px;
  }

  & .c-head {
    margin-left: 250px;
  }

  & .p-aboutus__bgtxt {
    position: absolute;
    top: 180px;
    left: -220px;
    line-height: 1;
    font-size: 160px;
    font-weight: bold;
    transform: rotate(90deg);
    color: var(--white_color);
    text-shadow: 1px 1px 0 #082F50, -1px -1px 0 #082F50,
    -1px 1px 0 #082F50,  1px -1px 0 #082F50,
    1px 0 0 #082F50, -1px  0 0 #082F50,
    0 1px 0 #082F50,  0 -1px 0 #082F50;
    width: 90%;
    height: 30%;
  }

  & .p-about__flex {
    display: flex;
  }

  & .p-about__flex__left {
    position: relative;
    padding-left: 250px;
    width: 60%;
  }

  & .p-about__flex__right {
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: 10%;
  }

  & .p-about__flex__right img {
    width: 100%;
  }

  & .c-text {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1400px) {
  .p-aboutus {
    & .p-aboutus__bgtxt {
      font-size: 130px;
    }
  }
}

@media screen and (max-width: 1100px) {
  .p-aboutus {
    & .p-aboutus__bgtxt {
      top: 100px;
      left: -220px;
      font-size: 90px;
      height: 20%;
    }
    & .c-head {
      margin-left: 140px;
    }
    & .p-about__flex__left {
      padding-left: 140px;
    }
    & .p-about__flex__right {
      margin-left: 3%;
    }
  }
}

@media screen and (max-width: 768px) {
  .p-aboutus {
    padding-bottom: 60px;

    & .p-about__flex__left {
      margin-bottom: 50px;
      width: 100%;
    }

    & .p-about__flex {
      display: block;
    }

    & .p-aboutus__bgtxt {
      font-size: 60px;
      left: initial;
      right: 0;
      top: -90px;
      transform: rotate(0);
      width: auto;
      height: auto;
    }

    & .c-head {
      margin-left: 0;
    }

    & .p-about__flex__left {
      padding-left: 0;
    }
  }
}

@media screen and (max-width: 600px) {
  .p-aboutus {
    & .p-about__flex__right {
      margin: 0 !important;
    }
  
    & .p-aboutus__bgtxt {
      font-size: 35px;
      left: initial;
      right: 0;
      top: -70px;
    }
  }
}


/* p-top-business */
.p-top-business {
  margin-bottom: 160px;
  padding-top: 130px;
  position: relative;

  & .p-top-business__bgtxt {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    font-size: 180px;
    font-weight: bold;
    color: var(--white_color);
    text-shadow: 1px 1px 0 #082F50, -1px -1px 0 #082F50,
    -1px 1px 0 #082F50,  1px -1px 0 #082F50,
    1px 0 0 #082F50, -1px  0 0 #082F50,
    0 1px 0 #082F50,  0 -1px 0 #082F50;
    text-align: right;
    line-height: 0.8;
  }
  
  & .p-business__cont {
    display: flex;
    justify-content: space-between;
  }

  & .p-business__cont__box {
    background-image: url(./assets/img/top/top_bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white_color);
    padding: 70px 4%;
    width: 50%;
  }

  & .p-business__cont__box.u-public {
    background-image: url(./assets/img/top/top_bg02.jpg);
  }

  & .p-cont__box__sub {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
  }

  & .p-cont__box__head {
    font-size: 4rem;
    line-height: 5rem;
    margin-bottom: 30px;
  }

  & .p-cont__box__txt {
    font-weight: bold;
    margin-bottom: 30px;
  }

  & .c-link-btn {
    display: flex;
    justify-content: end;
  }

  & .c-link-btn a {
    border: 2px solid var(--white_color);
    background-color: initial;
    color: var(--white_color);
  }

  & .c-link-btn a:hover {
    background-color: var(--white_color);
    color: var(--main_color);
  }

  & .p-top-business__txt {
    margin: -30px auto 40px;
    max-width: 1000px;
  }
}

@media screen and (max-width: 1100px) {
  .p-top-business {
    & .p-top-business__bgtxt {
      font-size: 130px;
    }
  }
}

@media screen and (max-width: 1000px) {
  .p-top-business {
    & .p-cont__box__sub {
      font-size: 2rem;
    }
    & .p-cont__box__head {
      font-size: 3.5rem;
    }
  }
}

@media screen and (max-width: 768px) {
  .p-top-business {
    padding-top: 30px;
    margin-bottom: 80px;

    & .p-business__cont {
      display: block;
    }

    & .p-business__cont__box {
      width: 100%;
    }

    & .p-top-business__bgtxt {
      font-size: 60px;
    }

    & .p-top-business__txt {
      margin-top: 0;
    }
    
  }
}

@media screen and (max-width: 600px) {
  .p-top-business {
    & .p-top-business__bgtxt {
      font-size: 35px;
      right: 4%;
      top: 25px;
    }
  }
}


/* p-top-service */
.p-top-service {
  position: relative;
  padding-bottom: 120px;
  overflow: hidden;

  & .p-top-service__bgtxt {
    position: absolute;
    top: 220px;
    left: -390px;
    line-height: 1;
    font-size: 180px;
    font-weight: bold;
    transform: rotate(90deg);
    color: var(--white_color);
    text-shadow: 1px 1px 0 #082F50, -1px -1px 0 #082F50,
    -1px 1px 0 #082F50,  1px -1px 0 #082F50,
    1px 0 0 #082F50, -1px  0 0 #082F50,
    0 1px 0 #082F50,  0 -1px 0 #082F50;
  }

  & .p-top-service__flex {
    align-items: end;
    display: flex;
  }

  & .c-head::after {
    background-color: var(--white_color);
  }

  & .c-text {
    margin-bottom: 80px;
  }

  & .cont-wrapsub {
    max-width: 1800px;
    padding-left: 325px;
    padding-right: 325px;
  }

  & .p-top-service__flex__left {
    background-color: var(--bgthin_color);
    color: var(--white_color);
    padding: 80px 15% 80px 5%;
    position: relative;
    margin-bottom: 60px;
    width: 80%;
  }

  & .p-top-service__flex__right {
    margin-left: -10%;
    margin-bottom: 0;
    width: 50%;
    box-shadow: -5px -6px 0;
  }

  & .c-link-btn {
    display: flex;
    justify-content: right;
  }

  & .c-link-btn a {
    background-color: initial;
    border: 2px solid;
  }

  & .c-link-btn a:hover {
    background-color: var(--white_color);
    border: 2px solid var(--white_color);
    color: var(--main_color);
  }

  & .slick__inner {
    max-width: var(--contentsub_width);
    margin: 50px auto 0;
  }
  
  & .slick__container {
    padding-left: 5%;
    position: relative;
    width: calc(100% + (100vw - 100%) / 2);
  }

  & .p-bnr-slide__li {
    margin: 0 20px;
  }
}

@media screen and (max-width: 1500px) {
  .p-top-service {
    & .cont-wrapsub {
      padding-right: 175px;
    }
  }
}

@media screen and (max-width: 1300px) {
  .p-top-service {
    & .cont-wrapsub {
      padding-right: 75px;
    }
  }
}

@media screen and (max-width: 1100px) {
  .p-top-service {
    & .p-top-service__bgtxt {
      font-size: 130px;
    }
    & .cont-wrapsub {
      padding-left: 0;
    }
    & .p-top-service__bgtxt {
      top: 0;
      left: initial;
      right: -300px;
      transform: rotate(0);
      font-size: 130px;
    }
  }
}

@media screen and (max-width: 768px) {
  .p-top-service {
    & .p-top-service__bgtxt {
      font-size: 60px;
      right: 20px;
      top: 10px;
    }
    & .p-top-service__flex {
      display: block;
    }
    & .p-top-service__flex__left {
      margin-bottom: 0;
      width: 100%;
    }
    & .p-top-service__flex__right {
      margin-left: 50%;
      margin-top: -40px;
      width: 60%;
    }
    & .cont-wrapsub {
      padding-right: 0;
    }
  }
}

@media screen and (max-width: 600px) {
  .p-top-service {
    & .p-top-service__bgtxt {
      font-size: 35px;
    }
  }
}

/* p-top-news */
.p-top-news {
  margin-bottom: 160px;
  padding-top: 130px;
  position: relative;

  & .p-top-news__bgtxt {
    position: absolute;
    top: 0;
    right: 10%;
    line-height: 1;
    font-size: 180px;
    font-weight: bold;
    color: var(--white_color);
    text-shadow: 1px 1px 0 #082F50, -1px -1px 0 #082F50,
    -1px 1px 0 #082F50,  1px -1px 0 #082F50,
    1px 0 0 #082F50, -1px  0 0 #082F50,
    0 1px 0 #082F50,  0 -1px 0 #082F50;
  }

  & .c-news-block {
    display: flex;
    margin-bottom: 70px;
  }

  & .c-news-block__box {
    margin-right: 5%;
    width: 30%;
  }

  & .c-news-block__box:last-child {
    margin-right: 0;
  }

  & .c-link-btn a {
    margin: 0 auto;
  }

  & .c-news-block__box__cont {
    width: 85%;
    background: #eee;
    padding: 20px;
    margin-top: -25px;
    z-index: 1;
    position: relative;
  }

  & .c-news-block__box a {
    color: var(--main_color);
    transition: .3s;
  }

  & .c-news-block__box a:hover {
    opacity: .6;
    text-decoration: none;
  }

  & .c-news-block__box__photo {
    border: 1px solid #eee;
    overflow: hidden;
  }

  & .c-news-block__box__photo img {
    width: 100%;
    height: 257px;
    object-fit: cover;
  }

  & .c-news-block__box a .c-news-block__box__photo img {
    transition: .4s;
  }

  & .c-news-block__box a:hover .c-news-block__box__photo img {
    transform:scale(1.2,1.2);
  }

  & .c-news-block__box__info {
    display: flex;
    font-size: 1.4rem;
    justify-content: space-between;
    margin-bottom: 13px;
  }

  & .news_cat {
    color: #0075C1;
    font-weight: bold;
  }

  & .day {
    color: #83919D;
  }

  & .c-news-block__box__title {
    font-size: 2rem;
    line-height: 1.4;
  }

  & .c-news-block__box__txt {
    font-size: 14px;
    margin-bottom: 10px;
  }

  & .c-link-txt span {
    position: relative;
  }

  & .c-link-txt span::after {
    content: "";
    background-image: url(./assets/img/common/arrow-main-color.svg);
    background-size: cover;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  & .c-link-btn {
    text-align: center;
  }

}

@media screen and (max-width: 1100px) {
  .p-top-news {
    padding-top: 70px;

    & .p-top-news__bgtxt {
      font-size: 130px;
    }
  }
}

@media screen and (max-width: 768px) {
  .p-top-news {
    padding-top: 10px;
    margin-bottom: 80px;

    & .c-news-block {
      flex-wrap: wrap;
    }

    & .c-news-block__box {
      margin: 0 auto 40px;
      max-width: 370px;
      width: 100%;
    }

    & .c-news-block__box:last-child {
      margin: 0 auto;
    }

    & .p-top-news__bgtxt {
      font-size: 60px;
    }

    & .c-news-block {
      margin-bottom: 50px;
    }
  }
}

@media screen and (max-width: 600px) {
  .p-top-news {
    padding-top: 0;

    & .p-top-news__bgtxt {
      font-size: 35px;
    }
  }
}


/*============
  pages
==============*/
.c-titleblock {
  background-image: url(./assets/img/title/title_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;

  & .c-titleblock__txt {
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
    padding: 60px 0 50px;
    margin-bottom: 0;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .c-titleblock {
    & .c-titleblock__txt {
      font-size: 3rem;
      padding: 32px 0 30px;
    }
  }
}

.c-bread {
  font-size: 1.4rem;
  margin-bottom: 60px;
}

.pages {
  & .cont-wrap {
    max-width: 1152px;
  }

  & .page_title_sub {
    font-size: 100px;
    line-height: 1;
    color: var(--white_color);
    text-shadow: 1px 1px 0 #082F50, -1px -1px 0 #082F50, -1px 1px 0 #082F50, 1px -1px 0 #082F50, 1px 0 0 #082F50, -1px 0 0 #082F50, 0 1px 0 #082F50, 0 -1px 0 #082F50;
  }

  & .title_flex {
    display: flex;
    align-items: center;
  }

  & .page_title {
    font-size: 5rem;
    line-height: 1.3;
  }

  & .page_list {
    color: var(--main_color);
    font-size: 24px;
    font-weight: bold;
  }

  & .page_list li {
    margin-bottom: 0;
    padding-left: 3rem;
    position: relative;
  }

  & .page_list li::before {
    content: "";
    background-image: url(./assets/img/common/list_icon.svg);
    background-size: cover;
    width: 16px;
    height: 19px;
    position: absolute;
    top: 13px;
    left: 0;
  }

  & .page_list li:last-child {
    margin-bottom: 0;
  }

  & .head_wrap {
    background: var(--bgthin_color);
    color: #fff;
    font-size: 24px;
    padding: 5px 20px;
    margin-bottom: 30px;
  }

  & .caption {
    font-size: 15px;
    line-height: 1.4;
  }

  & .head_sub {
    border-bottom: 2px solid var(--bold_color);
    display: inline-block;
    font-size: 2.4rem;
    margin-bottom: 24px;
    line-height: 1.5;
  }
  
  & .road-traffic-photo {
    margin-bottom: 20px;
  }

  & .road-traffic-add {
    border: 2px solid #082F50;
    display: inline-block;
    padding: 5px 24px;
  }

  & .road-traffic-title {
    font-size: 30px;
    margin-bottom: 15px;
  }

  & .road-traffic-text {
    margin-bottom: 20px;
  }

  & .road-traffic-btn a, .road-traffic-btn span {
    background-color: #082F50;
    border-radius: 0;
    color: #fff;
    padding: 10px 40px;
    position: relative;
  }

  & .road-traffic-btn a::after, .road-traffic-btn span::after {
    content: url(./assets/img/common/btn_icon.svg);
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  & .road-traffic-firstcont figure {
    margin-left: calc(100% - 40vw);
  }

  & .en_title {
    font-size: 10rem;
    font-weight: bold;
    color: var(--white_color);
    text-shadow: 1px 1px 0 #082F50, -1px -1px 0 #082F50, -1px 1px 0 #082F50, 1px -1px 0 #082F50, 1px 0 0 #082F50, -1px 0 0 #082F50, 0 1px 0 #082F50, 0 -1px 0 #082F50;
  }

  & .about_link a {
    background-color: var(--bg_color);
    color: #fff;
    display: block;
    padding: 8px;
    position: relative;
    text-align: center;
    transition: .4s;
  }

  & .about_link a:hover {
    text-decoration: none;
  }

  & .about_link a::after {
    content: "";
    background-image: url(./assets/img/common/arrow2.svg);
    background-size: cover;
    width: 10px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  & .link_area {
    position: relative;
  }

  & .link_area::after {
    content: "";
    background-image: url(./assets/img/common/triangle.svg);
    background-size: cover;
    width: 32px;
    height: 12px;
    position: absolute;
    left: 65px;
    bottom: -10px;
  }

  & .timeline {
    list-style: none;
    margin-bottom: 0;
  }

  & .timeline > li {
    margin-bottom: 60px;
  }

  & .timeline > li {
    font-size: 1.8rem;
    overflow: hidden;
    margin: 0;
    padding-left: 14px;
    position: relative;
  }

  & .timeline > li::before {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--bold_color);;
    position: absolute;
    left: 10px;
    top: 22px;
    border-radius: 100%;
    z-index: 1;
  }

  & .timeline > li::after {
    content: "";
    width: 3px;
    height: 100%;
    background-color: #999;
    position: absolute;
    top: 0;
    left: 14px;
  }

  & .timeline-date {
    float: left;
    padding-left: 30px;
    width: 170px;
    margin: 0;
    line-height: 3;
  }

  & .timeline-content {
    width: 75%;
    float: left;
    padding-left: 30px;
    margin: 0;
  }

  & .timeline-content p {
    margin-bottom: 0;
    line-height: 3;
  }

  & .main_head {
    font-size: 3.2rem;
    line-height: 1.5;
  }

  & .sub_head {
    background: var(--bgthin_color);
    color: #fff;
    font-size: 24px;
    padding: 5px 20px;
    margin-bottom: 30px;
  }

  & .page_table td {
    border: 1px solid var(--main_color);;
    padding: 10px 20px;
  }

  & .page_table td:first-child {
    background: #082F50;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: center;
    width: 200px;
  }

  & .page_table tr:last-child td {
    border-bottom: 1px solid var(--main_color);
  }

  & .btn_block a {
    background-color: var(--bg_color);
    border: 1px solid var(--bg_color);
    border-radius: 0;
    color: var(--white_color);
    font-size: 1.8rem;
    padding: 20px 70px;
    position: relative;
    width: 90% !important;
    margin: 0 auto;
    display: block;
    max-width: 450px;
  }

  & .btn_block a:hover {
    background-color: var(--white_color);
    color: var(--main_color);
    opacity: 1;
    text-decoration: none;
  }

  & .btn_block a::after {
    content: "";
    background-image: url(./assets/img/common/arrow.svg);
    background-size: cover;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  & .btn_block a:hover::after {
    background-image: url(./assets/img/common/arrow-main-color.svg);
  }

  & .btn_block.btn_back a::after {
    content: "";
    background-image: url(./assets/img/common/arrow.svg);
    background-size: cover;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
  }

  & .philosophy_block {
    border: 2px solid var(--main_color);
    margin-bottom: 40px;
    padding: 25px;
  }

  & .philosophy_block .page_title {
    background: var(--bgthin_color);
    color: #fff;
    font-size: 3rem;
    margin-bottom: 16px;
    padding: 10px 20px;
  }

  & .philosophy_block .head_wrap {
    background: none;
    border-bottom: 1px solid;
    color: var(--main_color);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0;
  }

  & .philosophy_block .head_wrap strong {
    color: #e61b62;
  }

  & .philosophy_block:last-child {
    margin-bottom: 0;
  }

  & .philosophy_sub {
    border-bottom: 2px solid var(--bold_color);
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 13px;
  }

  & .philosophy_list_txt {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }

  & .sdgs_block {
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 0;
  }

  & .sdgs_img {
    width: 200px;
  }

  & .sdgs_text {
    font-size: 2.1rem;
    padding: 0 5% 0 0;
  }

  & .sdgs_block figure {
    margin-bottom: 0;
  }

  & .sdgs_01 {
    background-color: rgb(228 1 30);
  }

  & .sdgs_02 {
    background-color: rgb(214 166 0);
  }

  & .sdgs_03 {
    background-color: rgb(27 151 58);
  }

  & .sdgs_04 {
    background-color: rgb(197 14 40);
  }

  & .sdgs_05 {
    background-color: rgb(232 52 24);
  }

  & .sdgs_06 {
    background-color: rgb(0 166 217);
  }

  & .sdgs_07 {
    background-color: rgb(250 189 0);
  }

  & .sdgs_08 {
    background-color: rgb(151 10 49);
  }

  & .sdgs_09 {
    background-color: rgb(236 106 6);
  }

  & .sdgs_10 {
    background-color: rgb(220 9 123);
  }

  & .sdgs_11 {
    background-color: rgb(245 162 11);
  }

  & .sdgs_12 {
    background-color: rgb(211 146 6);
  }

  & .sdgs_13 {
    background-color: rgb(64 121 54);
  }

  & .sdgs_14 {
    background-color: rgb(0 117 186);
  }

  & .sdgs_15 {
    background-color: rgb(40 168 56);
  }

  & .sdgs_16 {
    background-color: rgb(0 76 136);
  }

  & .sdgs_17 {
    background-color: rgb(2 48 103);
    margin-bottom: 96px;
  }

  & .philosophy_head {
    color: var(--bg_color);
    font-size: 2.3rem;
    line-height: 1.5;
  }

  & .philosophy_list {
    border: 3px dashed var(--bg_color);
    padding-left: 1.5em;
    padding: 15px 15px 15px 2em;
  }

  & .philosophy_list.list02 {
    border: 3px solid var(--bg_color);
  }

  & .philosophy_list li {
    list-style-type: disc;
    margin-bottom: 5px;
  }

  & .philosophy_list li:last-child {
    margin-bottom: 0;
  }

  & .qualified_table td:first-child {
    width: 70%;
  }

  & .qualified_table figcaption {
    text-align: right;
  }

  & .page_li {
    padding-left: 1.5em;
  }

  & .page_li li {
    list-style-type: disc;
    margin-bottom: 8px;
  }

  & .page_li li:last-child {
    margin-bottom: 0;
  }

  & .head_sub_title {
    font-size: 2rem;
  }

  & .indent_block {
    font-size: 1.5rem;
    padding-left:1em;
	  text-indent:-1em;
  }

  & .department_list {
    display: flex;
    flex-wrap: wrap;
  }

  & .department_list li {
    background-color: var(--bg_color);
    margin-right: 13px;
    margin-bottom: 5px;
    color: #fff;
    padding: 3px 10px;
    font-size: 1.4rem;
  }

  & .department_list li:last-child {
    margin-right: 0;
  }

  & .monograph_block {
    border-bottom: 1px dashed;
    margin-bottom: 40px;
  }

  & .monograph_block h4 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }

  & .monograph_block dl {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  & .monograph_block dt {
    background-color: var(--bg_color);
    color: #fff;
    padding: 5px;
    margin-bottom: 10px;
    margin-right: 3%;
    text-align: center;
    width: 20%;
  }

  & .monograph_block dd {
    margin-bottom: 10px;
    padding: 5px;
    width: 77%;
  }

  & .vision_img {
    text-align: center;
  }

/*   & .two_btns {
    padding: 0 10%;
  } */

  & .archive-news .c-news-block {
    flex-wrap: wrap;
  }

  & .c-news-block__box {
    margin-bottom: 60px;
  }

  & .c-news-block__box:nth-child(n+4) {
    margin-bottom: 0;
  }

  & .c-news-block__box:nth-child(3n) {
    margin-right: 0;
  }
  & .p-top-news.archive-news {
    padding-top: 0;
  }

  & .cms-pagination .clearfix {
    display: flex;
    justify-content: center;
  }
  
  & .cms-pagination .clearfix li {
    margin-right: 15px;
  }
  
  & .cms-pagination .clearfix li:last-child {
    margin-right: 0;
  }
  
  & .cms-pagination .clearfix a,
  .cms-pagination .clearfix span {
    border: 1px solid var(--bg_color);
    font-size: 1.6r em;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
  }
  
  & .cms-pagination .clearfix a {
    color: var(--bg_color);
  }

  & .cms-pagination .clearfix a:hover {
    background-color: var(--bg_color);
    color: #fff;
    opacity: 1;
    text-decoration: none;
  }
  
  & .cms-pagination .clearfix span {
    background-color: var(--bg_color);
    color: #fff;
  }
  
  & .cms-pagination .clearfix a:hover,
    .cms-pagination .clearfix span:hover {
    background-color: var(--bg_color);
    color: #fff;
    opacity: 1;
    text-decoration: none;
  }

  & .monograph_year {
    background: var(--bgthin_color);
    color: #fff;
    font-size: 20px;
    padding: 6px 15px;
    margin-bottom: 25px;
  }

  & .single_link_block {
    background-color: #eee;
    padding: 20px;
    align-items: center;
    display: flex;
    margin-top: 40px;
  }

  & .single_link_block h2 {
    font-size: 1.6rem;
    margin: 0 30px 0 0;
  }

  & .single_link_block ul {
    flex: 1;
    font-size: 1.5rem;
    margin-bottom: 0;
  }

  & .single_link_block li {
    padding-left: 180px;
    position: relative;
    margin-bottom: 5px;
  }

  & .single_link_block li:last-child {
    margin-bottom: 0;
  }

  & .single_link_block a {
    color: var(--main_color);
  }

  & .link_01 {
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 1px;
  }

  & .link_02 {
    color: #0075C1;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 105px;
  }

  & .p-single___title {
    border-bottom: 2px solid var(--bold_color);
    display: inline-block;
    font-size: 2.4rem;
    margin-bottom: 24px;
  }

  & .p-single__info {
    align-items: center;
    display: flex;
    margin-bottom: 30px;
    justify-content: end;
  }

  & .c-news__date {
    letter-spacing: 1px;
    margin: 0;
  }

  & .c-single__cat {
    color: #0075C1;
    font-weight: bold;
    margin: 0 0 0 20px;
  }

  & .pager {
    font-size: 1.6rem;
    margin-top: 30px;
    position: relative;
    margin-bottom: 96px;
    text-align: center;
  }

  & .pagerGoList {
    display: inline-block;
    margin-bottom: 0 !important;
  }

  & .pager a {
    color: var(--main_color);
    transition: .4s;
  }

  & .pager a:hover {
    color: #0075C1;
    text-decoration: none;
  }

  & .pager a[rel='prev'] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  & .pager a[rel='next'] {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  & .sitemap_block h2 {
    border-bottom: 2px solid var(--bold_color);
    display: inline-block;
    font-size: 2.4rem;
    margin-bottom: 24px;
  }

  & .sitemap_block ul {
    margin-left: 1.5em;
    margin-bottom: 40px;
  }

  & .sitemap_block ul.children {
    margin-bottom: 0;
  }
  
  & .sitemap_block li {
    list-style-type: disc;
  }

  & .sitemap_block a {
    color: var(--main_color);
  }

  & .privacy_list {
    padding-left: 2rem;
  }

  & .privacy_list li {
    position: relative;
    margin-bottom: 8px;
  }

  & .privacy_list li::before {
    content: "a)";
    position: absolute;
    top: 0;
    left: -1.2em;
  }
  
  & .privacy_list li:nth-child(2):before {
    content: "b)";
  }

  & .privacy_list li:nth-child(3):before {
    content: "c)";
  }

  & .privacy_list li:nth-child(4):before {
    content: "d)";
  }

  & .privacy_list li:nth-child(5):before {
    content: "e)";
  }

  & .privacy_list li:nth-child(6):before {
    content: "f)";
  }

  & .privacy_list li:nth-child(7):before {
    content: "g)";
  }

  & .privacy_list li:nth-child(8):before {
    content: "h)";
  }

  & .privacy_list li:nth-child(9):before {
    content: "i)";
  }

  & .privacy_list li:last-child {
    margin-bottom: 0;
  }

  & .window_block {
    border: 1px solid;
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 20px;
  }

  & .privacy_table {
    font-size: 1.5rem;
  }

  & .privacy_table th {
    background-color: var(--bg_color);
    border: 1px solid var(--bg_color);
    color: #fff;
    text-align: center;
  }

  & .privacy_table th:first-child {
    border-right: 1px solid #fff;
  }

  & .privacy-number-li {
    padding-left: 2rem;
  }

  & .privacy-number-li li {
    margin-bottom: 8px;
  }

  & .privacy-number-li li:last-child {
    margin-bottom: 0;
  }

  & .award-info_block {
    margin-bottom: 60px;
  }

  & .award-info_block a {
    color: var(--main_color);
    display: flex;
    justify-content: space-between;
  }

  & .award-info_cont-cat {
    display: inline-block;
    font-weight: bold;
    padding: 0 7px 5px;
    position: relative;
  }

  & .award-info_cont-cat::after {
    background-color: #0075C1;
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 5px;
    left: 0;
  }

  & .award-info_block a:hover {
    text-decoration: none;
  }

  & .award-info_photo {
    width: 45%;
  }

  & .award-info_cont {
    width: 50%;
  }

  & .award-info_cont-title {
    line-height: 1.4;
    margin-bottom: 20px;
  }

  & .award-info_cont-txt {
    margin-bottom: 30px;
  }

  & .award-info_cont .c-link-btn {
    text-align: right;
  }

  & .awards-box {
    align-items: center;
    display: flex;
    border-bottom: 1px dashed;
    margin-bottom: 40px;
    padding: 0 3% 10px;
  }

  & .awards-box_img {
    margin: 0 0 0 5%;
    width: 13%;
  }

  & .awards-box_cont {
    width: 82%;
  }

  & .awards-li {
    margin-bottom: 96px;
  }

  & .awards-box_title {
    line-height: 1.5;
    margin-bottom: 8px;
  }

  & .awards-box_year {
    background-color: var(--bg_color);
    color: #fff;
    display: inline-block;
    font-size: 1.5rem;
    padding: 0px 30px;
    text-align: center;
  }

  & .awards-box_name {
    font-size: 1.5rem;
  }

  & .award_txt {
    font-size: 3rem;
    line-height: 1.5;
    margin-inline: auto;
    max-width: 900px;
    width: 90%;
  }

  & .award_wrap {
    margin-inline: auto;
    width: 90%;
  }

  & .award_wrap h4 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  & .service_wrap {
    display: flex;
    flex-wrap: wrap;
  }

  & .service_block {
    margin-right: 5%;
    margin-bottom: 30px;
    width: 30%;
  }

  & .service_block:nth-child(3n) {
    margin-right: 0;
  }

  & .service_block a {
    color: var(--main_color);
  }

  & .service_block .service_img {
    margin-bottom: 15px;
  }

  & .service_block .service_name {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 6px;
  }

  & .service_block .service_txt {
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 0;
  }

  .p-case {
    margin-bottom: 96px;
  }

  & .c-p-case-block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 64px;
  }

  & .p-case-box {
    margin-right: 2.5%;
    margin-left: 2.5%;
    margin-bottom: 42px;
    width: 45%;
  }

  /* & .p-case-box:nth-child(3n) {
    margin-right: 0;
  } */

  & .p-case-box a {
    color: var(--main_color);
  }

  & .p-case-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
  }

  & .p-case-box a .p-case-img {
    overflow: hidden;
  }

  & .p-case-box a:hover .p-case-img img {
    transform: scale(1.2, 1.2);
    transition: .4s;
  }

  & .p-case-title {
    font-size: 22px;
  }

  & .p-case-cat {
    border: 2px solid;
    display: inline-block;
    font-size: 1.4rem;
    padding: 2px 20px;
  }

  & .p-case-img {
    margin-bottom: 16px;
  }

  & .p-case-txt {
    font-size: 1.5rem;
    margin-bottom: 19px;
  }

  & .p-case-box .road-traffic-btn {
    text-align: right;
  }

  & .c-p-product-block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 96px;
  }

  & .p-product-box {
    margin-right: 5%;
    margin-bottom: 30px;
    width: 30%;
  }

  & .p-product-box a {
    color: var(--main_color);
  }

  & .wp-block-image .aligncenter>figcaption {
    text-align: center;
  }

  & .p-product-kinds {
    background-color: var(--main_color);
    font-size: 1.4rem;
    padding: 0px 10px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin: 0 0 5px;
  }

  & .p-product-name {
    margin: 0;
    line-height: 1.4;
  }

  & .p-product-box:nth-child(3n) {
    margin-right: 0;
  }

  & #breadcrumbs a {
    color: var(--main_color);
    transition: .4s;
  }

  & .title_wrap {
    align-items: center !important;
  }

  & .p-case-box a {
    text-decoration: none;
  }

  & .form_wrap {
    margin: 0 auto 96px;
    max-width: 800px;
    width: 90%;
  }

  & .form_list {
    display: flex;
  }

  & .form_list dt {
    color: var(--main_color);
    margin-right: 30px;
    width: 300px;
  }

  & .form_list dt p {
    line-height: 1.4;
    margin-bottom: 0;
  }

  & .form_list dd select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }

  & .form_list dt .small {
    font-size: 14px;
  }

  & .form_list dd {
    flex: 1;
  }

  & .required {
    color: #cd0613;
    margin-left: 4px;
  }

  & .form_list input[type=text], .form_list input[type=tel], .form_list input[type=email], .form_list textarea, .form_list select {
    border: 1px solid #c6c6c6;
    padding: 3px 10px;
    width: 100%;
  }

  & .check_btn input[type=checkbox].check_btn_item{
    display: none;
  }

  & .check_btn label {
    display: inline-block;
  }

  & .check_btn .check_btn_item + span {
    padding-left: 28px;
    display: inline-block;
    position: relative;
  }

  & .check_btn .check_btn_item + span::after,
  & .check_btn .check_btn_item + span::before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
  }

  & .check_btn .check_btn_item + span::before {
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    left: 0;
    height: 20px;
    width: 20px;
  }

  & .check_btn .check_btn_item + span::after{
    border: none;
    border-right: 3px solid #cd0613;
    border-bottom: 3px solid #cd0613;
    height: 12px;
    left: 6px;
    opacity: 0;
    top: 6px;
    transform: rotate(45deg);
    width: 7px;
  }

  & .check_btn .check_btn_item:checked + span::after {
    opacity: 1;
  }

  & .check_btn {
    text-align: center;
  }

  & .privacy {
    text-align: center;
  }

  & .privacy a {
    color: var(--main_color);
  }

  & .submit_btn input[type=submit] {
    background-color: var(--main_color);
    color: #fff;
    padding: 15px;
    border-radius: 50px;
    font-size: 20px;
    transition: .4s;
    width: 250px;
  }

  & .submit_btn input[type=submit]:disabled {
    background-color: #999;
  }

  & .submit_btn input[type=submit].back_btn {
    background-color: #999;
    margin-left: 20px;
  }

  & .submit_btn input[type=submit]:hover {
    opacity: .6;
  }

  & .submit_btn {
    margin-top: 40px;
    text-align: center;
  }

  & .single_cont ul,
  & .single_cont ol {
    padding-left: 1.5em;
  }

  & .single_cont ul li {
    list-style-type: disc;
  }

  & .wpcf7-spinner {
    display: none !important;
  }

  & .contact_txt a {
    color: var(--main_color);
  }

  & .single_cont_wrap p {
    margin-bottom: 2rem;
  }

}

li.p-sp-nav_li:last-child {
    display: flex;
    margin-top: 25px;
    margin-left: 30px;
    gap: 25px;
}

@media screen and (max-width: 1000px) {
  .pages {
    & .two_btns {
      padding: 0;
    }

    & .awards-box_cont {
      flex: 1;
    }

    & .awards-box_img {
      width: 100px;
    }

    & .title-flex {
      display: flex !important;
    }

    & .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.title-flex-left {
      flex-basis: 70px !important;
    }

    & .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.title-flex-right {
      flex-basis: 77% !important;
    }

    & .page_title_sub {
      font-size: 60px;
      margin: 0px 0 -30px;
    }

  }
}

@media screen and (max-width: 800px) {
  .pages {
    & .form_list {
      display: block;
      margin-bottom: 30px;
    }
    & .form_list:last-child {
      margin-bottom: 0;
    }
    & .form_list dt {
      margin-bottom: 10px;
      margin-right: 0;
      width: 100%;
    }
  }
}

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

    & .page_table td:first-child {
      display: block;
      margin-bottom: -1px;
      width: 100%;
    }

    & .page_table td {
      display: block;
      width: 100%;
    }

    & .timeline > li {
      padding-bottom: 10px;
    }

    & .timeline > li::before {
      top: 10px;
    }

    & .timeline-content p {
      line-height: 1.6;
    }

    & .timeline-date {
      line-height: 2;
    }

    & .c-news-block__box:nth-child(3n) {
      margin: 0 auto 60px;
    }

    & .c-news-block__box:nth-child(n+4) {
      margin-bottom: 60px;
    }

    & .c-news-block__box:last-child {
      margin-bottom: 0;
    }

    & .monograph_block h4 {
      line-height: 1.3;
    }

    & .monograph_block dl {
      display: block;
    }

    & .monograph_block dt {
      margin-bottom: 1px;
      width: 155px;
    }

    & .monograph_block dd {
      width: 100%;
    }

    & .sdgs_img {
      margin: 0 auto;
    }

    & .sdgs_text {
      font-size: 1.8rem;
      padding: 0;
      margin-top: -28px;
      line-height: 1.6;
    }

    & .award-info_block a {
      display: block;
    }

    & .award-info_photo {
      width: 100%;
    }

    & .award-info_cont {
      width: 100%;
    }
    
    & .service_wrap {
      display: block;
    }

    & .service_block .service_img {
      text-align: center;
    }

    & .service_block {
      margin-right: 0;
      width: 100%;
    }

    & .c-p-case-block {
      display: block;
    }

    & .p-case-box {
      width: 100%;
    }

    & .link_area::after {
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
    }

    & .philosophy_block .page_title {
      font-size: 2.2rem;
    }
    
    & .btn_block a {
      padding: 20px 35px;
      font-size: 1.6rem;
      line-height: 1.3;
    }

    & .page_title {
      font-size: 3.8rem;
    }

    & .head_wrap {
      font-size: 2rem;
    }

    & .c-p-product-block {
      display: block;
    }

    & .p-product-box {
      margin-inline: auto;
      max-width: 400px;
      width: 100%;
    }

    & .p-product-box:nth-child(3n) {
      margin-inline: auto;
    }
    
  }
}

@media screen and (max-width: 600px) {
  .pages {
    & .wp-block-media-text__media {
      margin-bottom: 20px;
    }
    & .awards-box {
      display: block;
    }
    & .awards-box_cont {
      width: 100%;
    }
    & .awards-box_img {
      margin: 0 auto;
    }
    & .awards-box_title {
      font-size: 21px;
    }
    & .road-traffic-firstcont figure {
      margin: 0 auto;
      width: 80%;
    }
  }
  p.l-link__block a img {
    width: auto;
    height: auto;
  }
  p.l-link__block a {
    height: 50px;
    align-content: center;
  }
  p.l-link__block.recruit_link.c-logo a img {
    display: none;
  }
  p.l-link__block.recruit_link.c-logo span {
    font-size: 22px;
  }
  .l-link__block a span {
    margin-top: 2px;
  }
}

@media screen and (max-width: 400px) {
  p.l-link__block.recruit_link.c-logo span {
    font-size: 16px;
  }
  .l-link__block a span {
    margin-top: 5px;
  }
}
