@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

:root {
  /*------▼基本設定▼------*/
  --color-background: #F5F5F5;
  --color-font: #252524;
  --color-primary: #252524;
  --color-primary-shade: #252524;
  --color-primary-tint: #fff;
  --color-secondary: #103A67;
  --color-secondary-tint: ;
  --color-table-border: ;
  --body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
  /* 1.6-1.4rem (1920-375) */
  --body-font-family: 'Noto Sans JP', sans-serif;
  --content-max-width: 1400px;
  /*------▼ヘッダー設定▼------*/
  --header-background: #252524;
  --header-color-font: #fff;
  --header-color-primary: #252524;
  --color-secondary: ;
  --header-color-primary-shade: ;
  --header-color-primary-tint: ;
  /*------▼フッター設定▼------*/
  --footer-background: #252524;
  --footer-color-font: #fff;
  --footer-color-primary: ;
  /*------▼フォント設定▼------*/
  --font-family01: "Noto Sans JP", serif;
  --font-family02: "EB Garamond", serif;
  --font-family03: "Noto Serif JP", serif;
  --font-family04: ;
}

/*--メディアクエリ--------------------------------------------*/
@media print,
screen and (min-width: 1024px) {}

@media print,
screen and (max-width: 1023px) {}

@media print,
screen and (min-width: 769px) {}

@media print,
screen and (max-width: 768px) {}

/*--全体の設定--------------------------------------------*/
html {
  scroll-behavior: smooth;

  p {
    line-height: 2;
  }

  a:hover {
    cursor: pointer;
  }
}

/*--表示の切り替え--------------------------------------------*/

body:not(.page.home) .top-news {
  display: none;
}

body:not(.page.home) {
  background: #fff;
}

/*--メインビジュアルの比率調整--------------------------------------------*/
#mainImg img {
  width: 100% !important;
  height: auto;
}

/*--幅フル100%背景色--------------------------------------------*/

.widecolor01 {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
  /* 120-80px (1920-375) */
  background-color: rgba(0, 0, 0, 0.05);
}

@media print,
screen and (max-width: 768px) {
  .widecolor {
    padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) 10% min(calc(150px + (1vw - 19.2px) * 3.2362), 150px) 10%;
    /* 120-80px (1920-375) */
  }
}

.post .widecolor>h2:first-child {
  margin-top: 0 !important;
}

.widearea {
  margin-right: calc(((100vw - 100%) / 2)* -1);
  margin-left: calc(((100vw - 100%) / 2)* -1);
}

#content,
body:not(.home) #content.wide {

  margin: 0 auto;
}

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

  #content,
  #content.wide {
    width: 100%;
  }

  .content_inner {
    width: 100%;
  }
}

/* ==============================
utility
============================== */

/* ==============================
title
============================== */
h1,
h2,
h3,
h4,
h5 {

  /*---------txtstyle01-----------*/
  &.txtstyle01 {
    font-family: var(--font-family03);
    font-size: var(--rem24);
    text-align: left;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    margin: var(--rem42) auto var(--rem30);
    border: none;
    background: transparent;
    font-weight: bold;

    &:before,
    &:after {
      content: none;
    }
  }

  /*---------txtstyle03-----------*/

  &.txtstyle03 {
    font-family: var(--font-family02);
    font-size: var(--rem80);
    font-weight: 600;
    text-align: left;
    color: #333;
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    margin: var(--rem42) auto var(--rem30);
    border: none;
    background: transparent;

    &:before,
    &:after {
      content: none;
    }

    .subtxt {
      font-family: var(--font-family01);
      display: block;
      font-size: var(--rem20);
      color: #333;
      font-weight: 500;
      padding: 0;
      margin: 0;
      border: none;
      background: transparent;
    }
  }


  /*---------txtstyle10-----------*/
  &.txtstyle10 {
    font-family: var(--font-family02);
    font-size: var(--rem80);
    font-weight: 600;
    text-align: left;
    color: #333;
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0 0 var(--rem20);
    margin: var(--rem42) auto var(--rem30);
    border: none;
    background: transparent;

    .subtxt {
      display: block;
      font-family: var(--font-family01);
      font-size: var(--rem20);
      color: #333;
      font-weight: 500;
      padding: 0;
      border: none;
      background: transparent;
    }

    &::before {
      content: none;
    }

    &::after {
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: var(--px80);
      border-bottom: 3px solid #333;
      content: "";
    }
  }

  /*---------txtstyle12-----------*/
  &.txtstyle12 {
    font-family: var(--font-family02);
    font-size: var(--rem80);
    font-weight: 600;
    text-align: center;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0 0 var(--rem20);
    margin: var(--rem42) auto var(--rem30);
    border: none;
    background: transparent;
    color: #fff;
    position: relative;

    .subtxt {
      font-family: var(--font-family01);
      display: block;
      font-size: var(--rem20);
      color: #fff;
      font-weight: 500;
      padding: 0;
      margin: 0 0 var(--rem14);
      border: none;
      background: transparent;
    }

    &::before {
      content: none;
    }

    &::after {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: var(--px80);
      border-bottom: 1px solid #fff;
      content: "";
    }
  }

  &.txtstyle12--black {
    font-family: var(--font-family02);
    font-size: var(--rem80);
    font-weight: 600;
    text-align: center;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0 0 var(--rem20);
    margin: var(--rem42) auto var(--rem30);
    border: none;
    background: transparent;
    color: var(--color-primary);
    position: relative;

    .subtxt {
      font-family: var(--font-family01);
      display: block;
      font-size: var(--rem20);
      color: var(--color-primary);
      font-weight: 500;
      padding: 0;
      margin: 0 0 var(--rem14);
      border: none;
      background: transparent;
    }

    &::before {
      content: none;
    }

    &::after {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: var(--px80);
      border-bottom: 1px solid var(--color-primary);
      content: "";
    }
  }

  /*---------txtstyle13-----------*/
  &.txtstyle13 {
    position: relative;
    font-size: var(--rem18);
    font-family: var(--font-family01);
    font-weight: 600;
    padding: 0 0 0 1.2em;
    margin: var(--px40) auto var(--px24);
    border: none;

    &::before {
      content: '';
      position: absolute;
      width: .7em;
      height: 2px;
      background: var(--color-primary);
      top: .8em;
      left: 0;
    }
  }

  /*---------txtstyle14-----------*/
  &.txtstyle14 {
    font-size: var(--rem24);
    color: #fff;
    font-weight: 500;
    letter-spacing: .1rem;
    padding: 0.4rem 1.2rem 0.7rem;
    margin: var(--rem60) auto var(--rem30);
    border: none;
    background: var(--color-primary);

    &::before {
      content: none;
      position: relative;
      width: auto;
      height: auto;
      top: auto;
      left: auto;
    }
  }
}

@media print,
screen and (max-width: 414px) {

  h1,
  h2,
  h3,
  h4,
  h5 {}
}

/* ==============================
table
============================== */
/*---------table_style01-----------*/
.post table.table_style01,
.post table.table_style01 th,
.post table.table_style01 td {
  border-width: 1px;
  border-color: var(--color-table-border);
}

.post table.table_style01 {
  margin: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px) auto;
  /* 30-20px (1920-375) */
}

.post table.table_style01 th,
.post table.table_style01 td {
  padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
  /* 30-20px 15-10px (1920-375) */
}

.post table.table_style01 th {
  width: 25%;
  color: var(--color-background);
  font-weight: 600;
  background: var(--color-primary-shade);
}

.post table.table_style01 td {
  color: var(--color-font);
  background: none;
}

.post table.table_style01:first-child {
  margin-top: 0;
}

.post table.table_style01:last-child {
  margin-bottom: 0;
}

/* ==============================
header
============================== */
.spmenu #menu span,
.spmenu #menu span:before,
.spmenu #menu span:after {
  background: #fff;
}

.spmenu #menu {
  top: 65%;
}

.sticky-header #header>.inner {
  background-color: var(--color-primary);
}

#header {
  background: var(--color-primary);

  a.head_btn.tel_btn {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    background: none;
    color: var(--header-color-font);
    position: relative;

    &::before {
      content: "";
      display: block;
      width: 1px;
      height: 60px;
      background-color: #fff;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      left: -5px;
    }

    &:hover {
      opacity: 0.8;
    }
  }

  a.head_btn .header_tel {
    &:before {
      content: '\f095';
      display: inline-block;
      font-family: 'FontAwesome';
      font-size: 1.7rem;
      font-weight: 400;
      line-height: 1;
      margin-bottom: .1em;
      margin-right: 5px;
    }
  }

  a.head_btn .header_time {
    &::before {
      content: none;
    }
  }

  a.head_btn.mail_btn {
    font-size: 1.6rem;
    position: relative;

    &::before {
      content: "";
      display: block;
      width: 1px;
      height: 60px;
      background-color: #fff;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      left: -5px;
    }

    &:hover {
      opacity: 0.8;
    }

    >span {
      &:before {
        content: '\f0e0';
        display: inline-block;
        font-family: 'FontAwesome';
        font-size: 1.7rem;
        font-weight: 400;
        line-height: 1;
        margin-bottom: .1em;
        margin-right: 5px;
      }
    }
  }

  nav#mainNav ul li a span,
  nav#mainNav ul li.current-menu-item a span {
    color: var(--color-primary);
  }
}

@media print,
screen and (max-width: 1024px) {
  nav#mainNav ul li a {
    color: var(--color-font);
  }
}





/* ==============================
btn
============================== */
.post {

  div.linkBtn,
  a.linkBtn {
    display: inline-block;
    max-width: 280px;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: var(--color-font);
    background-color: #fff;
    position: relative;
    border: 1px solid var(--color-primary);
    transition: color 0.5s ease;
    border-radius: initial;

    span {
      font-family: var(--font-family02);
    }

    &::before {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: var(--color-primary);
      transform: scaleX(0);
      transform-origin: right;
      transition: all 0.5s ease;
      transition-property: transform;
      border-bottom: 1px solid var(--color-primary);
    }

    &.linkBtn::after,
    input.linkBtn::after,
    .post .linkBtn::after {
      display: block;
      content: '';
      position: absolute;
      top: 47%;
      right: 20px;
      margin-left: 10px;
      width: 40px;
      height: 8px;
      border-bottom: 1px solid var(--color-primary);
      border-right: 1px solid var(--color-primary);
      transform: skew(45deg);
      transition: all .3s;
    }

    &:hover {
      color: #fff;
      cursor: pointer;
      background: transparent;
    }

    &:hover::before {
      transform: scaleX(1);
      transform-origin: left;
      z-index: -1;
    }

    &:hover:after {
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
    }
  }
}

div.linkBtn,
a.linkBtn {
  display: inline-block;
  max-width: 280px;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: var(--color-font);
  background-color: #fff;
  position: relative;
  border: 1px solid var(--color-primary);
  transition: color 0.5s ease;
  border-radius: initial;

  span {
    font-family: var(--font-family02);
  }

  &::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--color-primary);
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.5s ease;
    transition-property: transform;
    border-bottom: 1px solid var(--color-primary);
  }

  &.linkBtn::after,
  input.linkBtn::after,
  .post .linkBtn::after {
    display: block;
    content: '';
    position: absolute;
    top: 47%;
    right: 20px;
    margin-left: 10px;
    width: 40px;
    height: 8px;
    border-bottom: 1px solid var(--color-primary);
    border-right: 1px solid var(--color-primary);
    transform: skew(45deg);
    transition: all .3s;
  }

  &:hover {
    color: #fff;
    cursor: pointer;
    background: transparent;
  }

  &:hover::before {
    transform: scaleX(1);
    transform-origin: left;
    z-index: -1;
  }

  &:hover:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

/*---------お問い合わせ-----------*/
.wpcf7-form .must {
  background: var(--color-primary);
}

.post .subimitarea .linkBtn input[type="submit"] {
  padding: 0;
  color: var(--color-primary);
}

.linkBtn:hover {
  input[type="submit"] {
    color: #fff !important;
  }
}

/* ==============================
column
============================== */
/*---------column01-----------*/
.column01 {
  position: relative;
  margin: var(--px60) 0 0;
}

.column01_wrap {
  position: relative;
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
  z-index: 1;
}

.column01 .txtarea {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px80) var(--px40);
  margin: 0;
}

.column01 .txtarea .txtinner {
  max-width: 540px;
}

.column01 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
}

.column01 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print,
screen and (max-width: 768px) {
  .column01 .txtarea {
    padding: 100% var(--px40) var(--px80);
  }

  .page-service .column01 .txtarea,
  .page-greeting .column01 .txtarea {
    padding: var(--px40) var(--px40) var(--px80);
  }
}

@media print,
screen and (max-width: 450px) {
  .column01 .txtarea {
    padding: 100% var(--px40) var(--px80);
  }
}

/*---------column06-----------*/
.column06 {
  position: relative;
  margin: var(--px60) 0 0;
}

.column06_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  z-index: 20;
}

.column06 .imgarea {
  /* position: relative; */
  aspect-ratio: 4 / 3;
  overflow: hidden;
  width: 60%;
}

.column06 .imgarea img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.column06 .txtarea {
  position: relative;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  ;
  background: #fff;
  padding: var(--px80) var(--px40);
  margin: 3% 0 3% 50%;
  z-index: 10;
}



.column06 .txtarea .txtinner {
  max-width: 540px;
}

.column06_wrap+.column06_wrap {
  margin-top: var(--px80);
}

@media print,
screen and (min-width: 1024px) {

  /*左右反転*/
  .column06_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .column06_wrap.rev .txtarea {
    margin: 3% 50% 3% 0;
  }
}

@media print,
screen and (max-width: 1023px) {
  .column06_wrap.rev {
    flex-direction: row;
  }

  .column06 .imgarea,
  .column06 .txtarea {
    width: 90%;

  }

  .column06 .txtarea {
    margin: 61% 0 0 auto
  }

  .column06_wrap.rev .txtarea {
    margin: 61% auto 0 0;
  }
}

/* ==============================
CTA
============================== */
/*---------cta01_col2_max760-----------*/
.cta01 {
  background: url(https://signal-three.jp/wp-content/uploads/cta02.jpg) no-repeat center center / cover;
  position: relative;
  z-index: 0;
}

.cta01 .cta01_wrap {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  padding: var(--px80);
}

.cta01 .cta01_wrap>p {
  color: #fff;
}

.cta01 .ctabtnlist {
  /* justify-content: space-between; */
  justify-content: center;
  max-width: 100%;
  margin: var(--px50) auto 0 auto;
}

.cta01 .ctabtnlist li {
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
}

.cta01 .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--px30) 0;
  text-align: center;
  box-sizing: border-box;
  color: #111;
  border-radius: 0;
  transition: all ease .15s;
}

.cta01 .item:hover {
  opacity: 0.8;
}

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

  .cta01 .ctabtnlist li,
  .cta01 .ctabtnlist a.item {
    width: 100%;
  }

  .cta01 .ctabtnlist li+li {
    margin-top: 1rem;
  }
}

/*ボタン共通パーツ*/

.cta01 .btnttl {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}

.cta01 .infotxt {
  font-size: var(--rem16);
  font-weight: 400;
}

/*電話ボタン*/

.cta01 .telnum {
  font-size: var(--rem36);
  margin-bottom: 1rem;
}

.cta01 .telbtn .btnttl {
  font-size: var(--rem20);
}

.cta01 a.telbtn {
  background: #333;
  color: #fff;
}

/*メールボタン*/

.cta01 .mailbtn .btnttl {
  background: var(--color-primary);
  padding: 20px 40px;
  color: #fff;
  font-size: var(--rem24);
  border-radius: 50em;
}

.cta01 .mailbtn {
  background: rgba(255, 255, 255, 0.7);
  color: #333;
}

/*ボタンアイコン*/

.cta01 .mailbtn .btnttl::before,
.cta01 .telnum::before {
  content: '';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 1rem;
}

.cta01 .mailbtn .btnttl::before {
  content: '\f0e0';
}

.cta01 .telnum::before {
  content: '\f3cd';
}

/* ==============================
CARD
============================== */
/*---------col03-----------*/

.post .col3_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post .col3_list>li {
  width: 32%;
  margin-bottom: 2%;
}

.post .col3_list::before {
  content: "";
  display: block;
  width: 32%;
  height: 0;
  order: 1;
}

.post .col3_list:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}

@media print,
screen and (max-width: 768px) {
  .post .col3_list>li {
    width: 49%;
  }

  .post .col3_list::before,
  .post .col3_list:after {
    content: none;
  }
}

@media print,
screen and (max-width: 414px) {
  /* .post .col3_list>li {
    width: 100%;
  } */

  .post .col3_list>li:last-child {
    margin-bottom: 0;
  }
}

/* ==============================
パララックス
============================== */
/*---------01-----------*/
.parallax_container {
  position: relative;
  /* aspect-ratio: 1920 / 571; */
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding-top: var(--rem120);
  padding-bottom: var(--rem120);

  @media screen and (max-width: 768px) {
    aspect-ratio: 750 / 397;
    padding-bottom: 0;
  }
}

.parallax_inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  clip: rect(auto, auto, auto, auto);
  z-index: -1;
}

.parallax {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100vh;
  background: url(/wp-content/uploads/top_concept01_pc02.jpg) no-repeat right center / cover;

  @media screen and (max-width: 768px) {
    background: url(/wp-content/uploads/top_concept01_03.jpg) no-repeat left top / contain;
    ;
    position: initial;
  }
}

@media print,
screen and (max-width: 768px) {
  .parallax_inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    clip: rect(auto, auto, auto, auto);
    z-index: -1;
  }
}


/*---------02-----------*/
.parallax_container02 {
  position: relative;
  /* aspect-ratio: 1920 / 571; */
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding-top: var(--rem120);
  padding-bottom: var(--rem120);

  @media screen and (max-width: 768px) {
    aspect-ratio: 750 / 397;
  }
}

.parallax_inner02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  clip: rect(auto, auto, auto, auto);
  z-index: -1;
}

.parallax02 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100vh;
  background: url(/wp-content/uploads/top_service_02_01.jpg) no-repeat center / cover;

  @media screen and (max-width: 768px) {
    background: url(/wp-content/uploads/top_service_02_01-sp.jpg) no-repeat left top / contain;
    width: 100%;
    position: initial;
  }
}

@media print,
screen and (max-width: 450px) {
  .parallax_container02 {
    padding-bottom: 0;
  }

  .parallax_inner02 {
    position: absolute;
    top: 0;
    right: 0;
    width: 90%;
    height: auto;
    clip: rect(auto, auto, auto, auto);
    z-index: -1;
  }
}

/*---------03-----------*/
.parallax_container03 {
  position: relative;
  /* aspect-ratio: 1920 / 571; */
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding-top: var(--rem120);
  padding-bottom: var(--rem120);

  @media screen and (max-width: 768px) {
    aspect-ratio: 750 / 397;
  }
}

.parallax_inner03 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  /* clip: rect(auto, auto, auto, auto); */
  clip-path: inset(0 0 0 0);
  z-index: -1;
}

.parallax03 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100vh;
  background: url(/wp-content/uploads/top_company.jpg) no-repeat center / cover;

  @media screen and (max-width: 768px) {
    background: url(/wp-content/uploads/top_company_sp02_03.jpg) no-repeat left top / contain;
    position: initial;
    width: 100%;
  }
}

@media print,
screen and (max-width: 450px) {
  .parallax_inner03 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 60%;
    clip: rect(auto, auto, auto, auto);
    z-index: -1;
  }
}

/* ==============================
news
============================== */
.top-news {
  padding-left: 5%;
  padding-right: 5%;
}

.news p {
  border: none;
}

.postlist>li:last-child {
  border-bottom: 1px solid #ddd;
}

/* ==============================
採用情報
============================== */
.post .lead {
  font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem);
  /* 3.2-2.4rem (1920-375) */
  font-weight: 500;
}