@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');

/* -------------------------------------------
共通パッチ
------------------------------------------- */
img {
  vertical-align: bottom;
}

/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 767.01px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

/* 要項ページ body */
.single-post_recruit {
  color: var(--sub-txt, #333);
  word-break: break-word;
  font-weight: 500;
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
/* ロゴ */
.m-header-001__logo {
  padding: 27px 31px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 20px 11px;
    max-width: 220px;
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 22px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    display: none;
  }
}

.m-header-001__logo-link-img.is-mobile {
  display: none;
  max-height: 19px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

/* -------------------------------------------
モジュール
------------------------------------------- */
/* 大見出し */
.c-headline-001 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .c-headline-001 {
    margin-bottom: 20px;
  }
}

.c-headline-001 + * {
  padding-top: 0;
  margin-top: 0;
}

.c-headline-001__en {
  font-weight: 600;
  /* text-transform: uppercase; */
  color: #2a9f85;
}

.c-headline-001__ja {
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    letter-spacing: .2rem;
  }  
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }  
}

/* モジュール内見出し */
@media screen and (max-width: 767px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
}

@media screen and (max-width: 374px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
}

/* サブカラー 背景を無効化したいとき */
.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

/* -------------------------------------------
施工管理技士
------------------------------------------- */
/* -------------------------------------------
プロジェクト紹介 002
------------------------------------------- */
.m-project-002 {
  padding: 0 0 80px;
}

@media screen and (max-width: 767px) {
  .m-project-002 {
    padding: 40px 0;
  }
}

.m-project-002 .c-headline-001{
  margin: 0;
}

.m-project-002__ttl {
  font-weight: 700;
}

.m-project-002__lead {
  font-weight: 500;
  margin: 0;
}

@media screen and (min-width: 767.01px){
  .m-project-002__lead{
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-project-002__lead {
    text-align: left;
  }
}

.m-project-002__member-item-ttl-name {
  font-weight: 700;
}

.m-project-002__contents {
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .m-project-002__contents {
    margin-top: 30px;
  }
}

.m-project-002__contents-section-detail-number {
  font-weight: 400;
}

.m-project-002__contents-section-detail-ttl {
  font-weight: 700;
}

.m-project-002__contents-section-detail-content-txt {
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .m-project-002__contents-section:last-child .m-project-002__contents-section-detail {
    padding-bottom: 0;
  }
}

/* -------------------------------------------
仕事内容（単体） 005
------------------------------------------- */
.m-jobs-005 {
  padding: 80px 40px;
  background: var(--sub-bg);
}

@media screen and (max-width: 767px) {
  .m-jobs-005 {
    padding: 40px 20px;
  }
}

.m-jobs-005__content-images {
  padding-top: 0;
}

.m-jobs-005__content-ttl {
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 767px){
  .m-jobs-005__content-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 374px){
  .m-jobs-005__content-ttl {
    font-size: 1.8rem;
  }
}

.m-jobs-005__content-desc {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__content-desc {
    text-align: left;
  }
}

@media screen and (min-width: 1024.1px) {
  .m-jobs-005__list > * {
    padding-bottom: 0;
  }
}

.m-jobs-005__list-item {
  display: flex;
}

@media screen and (max-width: 1024px) {
  .m-jobs-005__list-item:last-child {
    padding-bottom: 0;
  }
}

.m-jobs-005__list-item-inner {
  display: flex;
}

.m-jobs-005__list-item-detail-job {
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (min-width: 767.01px){
  .m-jobs-005__list-item-detail-job{
    font-size: 40px;
    font-size: 4rem;
  }
}

.m-jobs-005__list-item-detail-ttl {
  margin-top: 24px;
  font-weight: 500;
  font-size: 25px;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__list-item-detail-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 20px;
  }
}

@media screen and (max-width: 374px) {
  .m-jobs-005__list-item-detail-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 767.01px) {
  .m-jobs-005__list-item-detail-desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* -------------------------------------------
仕事内容(一覧) 001
------------------------------------------- */
.m-works-001__desc-txt {
  padding-bottom: 0;
}

@media screen and (min-width: 767.01px){
  .m-works-001__desc-txt{
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px){
  .m-works-001__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.m-works-001__detail {
  margin-top: -28px;
}

@media screen and (max-width: 767px) {
  .m-works-001__detail {
    margin-top: -20px;
  }
}

_:-ms-fullscreen, :root .m-works-001__ttl-en {
  padding-top: 0;
  padding-bottom: 4px;
}

@media screen and (max-width: 767px){
  _:-ms-fullscreen, :root .m-works-001__ttl-en {
    padding-top: 6px;
    padding-bottom: 8px;
  }
}

.m-works-001__ttl-ja {
  padding: 6px 20px 4px;
}

@media screen and (min-width: 767.01px){
  .m-works-001__ttl-ja{
    font-size: 19px;
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 767px){
  .m-works-001__ttl-ja {
    margin-bottom: 0;
  }
}

_:-ms-fullscreen, :root .m-works-001__ttl-ja {
  padding-top: 6px;

}

@media screen and (max-width: 767px){
  _:-ms-fullscreen, :root .m-works-001__ttl-ja {
    padding-bottom: 2px;
  }
}

/* -------------------------------------------
評価制度 003
------------------------------------------- */
.m-assessment-003 {
  background: var(--sub-bg);
}

.m-assessment-003 .c-headline-001 {
  padding: 0 20px;
}

.m-assessment-003__list-item {
  padding: 40px 20px 0;
}

@media screen and (max-width: 1024px) {
  .m-assessment-003__list-item {
    padding: 40px 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-assessment-003__list-item {
    padding: 20px 20px 0;
  }
}

.m-assessment-003__list-item:nth-child(-n + 2) {
  padding-top: 0;
}

@media screen and (max-width: 1024px) {
  .m-assessment-003__list-item:nth-child(2) {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-assessment-003__list-item:nth-child(2) {
    padding-top: 20px;
  }
}

.m-assessment-003__list-item-inner {
  border-color: #ddd;
}

.m-assessment-003__list-item-ttl:only-child {
  margin-bottom: 0;
}

.m-assessment-003__list-item-ttl-num {
  /*background: var(--primary-bg); */
  /*color: var(--primary-txt, #fff); */
}

.m-assessment-003__list-item-ttl-txt {
  font-weight: 700;
  /*color: var(--sub-txt); */
}

@media screen and (max-width: 1024px) {
  .m-assessment-003__list-item-ttl-txt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .m-assessment-003__list-item-ttl-txt {
    font-size: 1.6rem;
  }
}

.m-assessment-003__list-item-desc:only-child,
.m-assessment-003__list-item-ttl + .m-assessment-003__list-item-desc {
  padding-top: 0;
}

.m-assessment-003__list-item-desc-txt {
  /*color: var(--sub-txt); */
}

/* -------------------------------------------
メッセージ 003
------------------------------------------- */
.m-message-003 {
  padding: 80px 20px;
  /* background: #000 !important; */
}

@media screen and (max-width: 767px) {
  .m-message-003 {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .m-message-003__inner {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (max-width: 1024px) {
  .m-message-003__figure {
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 1024px) {
  .m-message-003__detail {
    width: calc(100% - 20px);
    margin: -10% 0 0 20px;
  }
}

.m-message-003__headline {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .m-message-003__headline {
    margin-bottom: 20px;
  }
}

.m-message-003__headline:only-child {
  margin-bottom: 0;
}

.m-message-003__headline-txt {
  font-weight: 700;
  /* color: var(--primary); */
}

.m-message-003__headline + .m-message-003__desc {
  margin-top: -2px;
}

.m-message-003__desc-txt {
  padding: 0 0 30px;
  font-weight: 500;
/* color: #fff; */
}

@media screen and (max-width: 767px) {
  .m-message-003__desc-txt {
    padding: 0 0 24px;
  }
}

.m-message-003__desc-txt:last-child {
  padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .m-message-003__desc-txt:last-child {
    padding-bottom: 2px;
  }
}

.m-message-003__desc:only-child .m-message-003__desc-txt:last-child {
  padding-bottom: 0;
}

/* -------------------------------------------
企業理念 003
------------------------------------------- */
.m-about-003 {
  padding: 80px 0;
  background: var(--sub-bg);
}

@media screen and (max-width: 767px) {
  .m-about-003 {
    padding: 40px 0;
  }
}

.m-about-003__detail {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-about-003__detail {
    padding: 20px 0 0;
  }
}

.m-about-003__headline {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .m-about-003__headline {
    margin-bottom: 20px;
  }
}

.m-about-003__headline:only-child {
  margin-bottom: 0;
}

.m-about-003__headline-txt {
  font-weight: 700;
  /* color: var(--primary); */
}

.m-about-003__headline + .m-about-003__desc {
  margin-top: -2px;
}

.m-about-003__desc-txt {
  padding: 30px 0 0;
  /* color: #fff; */
}

@media screen and (max-width: 767px) {
  .m-about-003__desc-txt {
    padding: 24px 0 0;
  }
}

.m-about-003__desc-txt:first-child {
  padding-top: 0;
}

/* -------------------------------------------
配管工
------------------------------------------- */
/* -------------------------------------------
プロジェクト紹介 004
------------------------------------------- */
.m-project-004{
  padding: 0 0 80px;
}

@media screen and (max-width: 767px){
  .m-project-004{
    padding: 0 0 40px;
  }
}

.m-project-004 .c-headline-001{
  margin: 0;
}

.c-headline-001 + .m-project-004__eyecatch {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .c-headline-001 + .m-project-004__eyecatch {
    padding-top: 20px;
  }
}

.m-project-004__eyecatch{
  margin: 0;
}

.m-project-004__ttl {
  font-weight: 700;
}

.m-project-004__ttl::after{
  background: #2a9f85;
}

.m-project-004__lead {
  font-weight: 500;
}

@media screen and (min-width: 767.01px){
  .m-project-004__lead{
  font-size: 15px;
  font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-project-004__lead {
    text-align: left;
  }
}

.m-project-004__member-item-inner {
  height: 100%;
}

.m-project-004__contents-section-detail-ttl {
  font-weight: 700;
}

@media screen and (max-width: 374px) {
  .m-project-004__contents-section-detail-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-project-004__contents-section-detail-content-txt {
  font-weight: 500;
}

/* -------------------------------------------
仕事内容（単体） 002
------------------------------------------- */
.m-jobs-002 {
  padding: 0 20px 80px;
}

@media screen and (max-width: 767px) {
  .m-jobs-002 {
    padding: 0 20px 40px;
  }
}

.m-jobs-002__content-desc {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__content-desc {
    text-align: left;
  }
}

.m-jobs-002__list {
  padding: 0;
}

@media screen and (min-width: 1025px) {
  .m-jobs-002__list-item {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item:last-child {
    padding-bottom: 0;
  }
}

.m-jobs-002__list-item-detail {
  margin-top: -40px;
}

@media screen and (min-width: 1024.01px) {
  .m-jobs-002__list-item-detail {
    padding-bottom: 0;
    margin-top: -44px;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item-detail {
    margin-top: -46px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail {
    padding: 20px 0;
    margin-top: -34px;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item:last-child .m-jobs-002__list-item-detail {
    padding-bottom: 0;
  }
}

.m-jobs-002__list-item-detail-job {
  word-break: break-word;
  font-size: 4.5rem;
  font-weight: 600;
   line-height: 1.4em;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-job {
    font-size: 3.5rem;
    line-height: 1.1em;
    font-weight: 600;
  }
}

.m-jobs-002__list-item-detail-ttl {
  margin: 0;
  padding: 0.8em 0 1.1em;
  line-height: 1.4em;
  font-weight: 500;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-ttl {
    font-size: 2rem;
    margin: 0;
  }
}

.m-jobs-002__list-item-detail-desc {
  font-weight: 500;
}

/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.m-jobs-001 {
  padding: 80px 20px;
  background: var(--sub-bg) !important;
}

@media screen and (max-width: 767px) {
  .m-jobs-001 {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__content-desc {
    text-align: left;
  }
}

.m-jobs-001__list {
  padding: 0;
}

.m-jobs-001__list-item:last-child {
  padding-bottom: 0;
}

.m-jobs-001__list-item-inner {
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-inner {
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-inner {
    flex-direction: column;
  }
}

.m-jobs-001__list-item-figure {
  min-height: 490px;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: 440px; /*適宜変更*/
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    min-height: auto;
  }
}

.m-jobs-001__list-item-detail {
  width: 45%;
  margin: 0;
  padding: 40px 0% 40px 40px;
}


@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-detail {
    width: 100%;
    margin: 0;
    padding: 20px 0px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail {
    width: 100%;
    margin: 0 0 0 0%;
    padding: 20px 0;
  }
}

.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
  margin: 0;
  padding: 40px 40px 40px 0%;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 20px 0px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    margin: 0;
    padding: 20px 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:last-child .m-jobs-001__list-item-detail {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    min-height: auto;
  }
}

.m-jobs-001__list-item-detail-job {
  font-weight: 700;
  padding-top: 4px;
  background: transparent;
  color: var(--sub-txt);
  padding: 0;
  margin: 0;
  font-size: 25px;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px){
  .m-jobs-001__list-item-detail-job{
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-jobs-001__list-item-detail-ttl {
  display: block; /*safariバグ対策*/
  padding: 0;
  margin: 0 0 15px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  background: transparent;
  color: var(--sub-txt);
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-ttl {
    font-size: 1.8rem;
  }
}

.m-jobs-001__list-item-detail-desc {
  font-weight: 500;
}

/* -------------------------------------------
評価制度 004
------------------------------------------- */
.m-assessment-004 {
  /*background: #000 !important; */
}

.m-assessment-004 .c-headline-001 {
  padding: 0 25px;
}

.m-assessment-004__inner{
  max-width: 900px;
}

.m-assessment-004__list-item {
  padding: 50px 25px 0;
}

@media screen and (max-width: 1024px) {
  .m-assessment-004__list-item {
    padding: 50px 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-assessment-004__list-item {
    padding: 30px 20px 0;
  }
}

.m-assessment-004__list-item:nth-child(-n + 2) {
  padding-top: 0;
}

@media screen and (max-width: 1024px) {
  .m-assessment-004__list-item:nth-child(2) {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-assessment-004__list-item:nth-child(2) {
    padding-top: 30px;
  }
}

.m-assessment-004__list-item-inner {
  border-color: var(--primary-border);
}

.m-assessment-004__list-item-ttl {
  padding: 10px 20px 10px 0;
  border-width: 1px 0;
  border-color: #ddd;
}

.m-assessment-004__list-item-ttl:only-child {
  margin-bottom: 0;
}

.m-assessment-004__list-item-ttl-num {
  font-weight: 600;
  /*background: var(--primary-bg); */
  /*color: var(--primary-txt, #fff); */
}

.m-assessment-004__list-item-ttl-txt {
  font-weight: 700;
  /*color: var(--sub-txt); */
}

.m-assessment-004__list-item-desc:only-child,
.m-assessment-004__list-item-ttl + .m-assessment-004__list-item-desc {
  padding-top: 0;
}

.m-assessment-004__list-item-desc-txt {
  /*color: var(--sub-txt); */
}

/* -------------------------------------------
メッセージ 004
------------------------------------------- */
.m-message-004 {
  padding: 80px 0;
  /* background: #000 !important; */
}

@media screen and (max-width: 767px) {
  .m-message-004 {
    padding: 40px 0;
  }
}

.m-message-004::before {
  top: 0;
  max-height: 45vw;
  /* background: var(--primary-bg, #04a1af); */
}

.m-message-004__detail {
  padding-bottom: 0;
}

.m-message-004__headline {
  margin-bottom:40px;
}

@media screen and (max-width: 767px) {
  .m-message-004__headline {
    margin-bottom: 20px;
  }
}

.m-message-004__headline:only-child {
  margin-bottom: 0;
}

.m-message-004__headline + .m-message-004__desc {
  margin-top: -2px;
}

.m-message-004__headline-txt {
  font-weight: 700;
  /* color: var(--primary); */
}

.m-message-004__desc-txt {
  padding: 0 0 30px 0;
  /* color: #fff; */
}

@media screen and (max-width: 767px) {
  .m-message-004__desc-txt {
    text-align: left;
    padding-bottom: 24px;
  }
}

.m-message-004__desc-txt:first-child {
  padding-top: 0;
}

.m-message-004__desc-txt:last-child {
  padding-bottom: 0;
}

/* -------------------------------------------
プロジェクト紹介 005
------------------------------------------- */
.m-project-005{
  padding: 0 0 80px;
}

@media screen and (max-width: 767px){
  .m-project-005{
    padding: 0 0 40px;
  }
}

.m-project-005 .c-headline-001{
  margin: 0;
}

.m-project-005__eyecatch {
  background-position-x: center;
}

.m-project-005__eyecatch-inner{
  background: transparent;
}

.m-project-005__ttl {
  font-weight: 700;
}

.m-project-005__lead {
  font-weight: 500;
}

@media screen and (min-width: 767.01px){
  .m-project-005__lead{
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/* -------------------------------------------
募集要項
------------------------------------------- */
div[class^="m-require-"][class$="__detail-row"] {
  border-color: var(--primary-border);
}

div[class^="m-require-"][class$="__detail-ttl"] {
  font-weight: 700;
/* color: var(--sub-txt); */
}

div[class^="m-require-"][class$="__detail-desc"] {
  font-weight: 500;
}

.postid-37 .m-require-003{
  padding: 0 0 80px;
}

@media screen and (max-width: 767px){
  .postid-37 .m-require-003{
    padding: 0 0 40px;
  }
}

.m-require-003 .c-headline-001__ja{
  font-weight: 700;
}

/* -------------------------------------------
フッター
------------------------------------------- */
/* コピーライト */
.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-kv-002__movie video {
    max-height: 100%;
  }
}
.m-kv-002__movie::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("https://kojikensetsu.itszai.jp/wp-content/uploads/2022/12/pg01-kvcatch-pc.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
}

@media screen and (max-width: 1024px) {
  .m-kv-002__movie::after {
    background-image: url("https://kojikensetsu.itszai.jp/wp-content/uploads/2022/12/pg01-kvcatch-sp.png");
  }
}

.is-pg02 .m-kv-002__movie::after {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("https://kojikensetsu.itszai.jp/wp-content/uploads/2022/12/pg02-kvcatch-pc.png");
  background-position: left top;
}

@media screen and (max-width: 1024px) {
  .is-pg02 .m-kv-002__movie::after {
    background-image: url("https://kojikensetsu.itszai.jp/wp-content/uploads/2022/12/pg02-kvcatch-sp.png");
  }
}

.m-kv-002__movie {
  height: calc(100vh - 76px);
}
 
@media screen and (max-width: 767px) {
  .m-kv-002__movie {
    height: calc(100vh - 60px);
  }
}
