@charset "utf-8";
/**
 * File Name : style.css
 * Version : 1.0
 * Description : 不動産動画制作サービスLP
 * Since : 2022-04-05
 *
 * ---- Table of Contents ----
 *
 * 1.0 - Layout
 *    1.1 - Centering
 *    1.2 - Header
 *    1.3 - Main
 *    1.4 - Footer
 *
 * 2.0 - Object
 *    1.1 - Component
 *
 */

body {
  font-size: inherit;
  color: #303030;
}
a:hover {
  color: initial;
  opacity: 0.8;
  filter: alpha(80);
}


/* =====================================================
    1.0 - Layout
  ===================================================== */

/*
    1.1 - Centerng
  -----------------------------------------------------*/

.l-box {
  margin: 0 auto;
  width: 95%;
  max-width: 960px;
  position: relative;
}

.movie {
  overflow: hidden;
  color: #303030;
  font-family: 'Noto Sans JP', 游ゴシック体, YuGothic,
    游ゴシック, "Yu Gothic", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ",
    sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
/*
    1.2 - Header
  -----------------------------------------------------*/
.p-mainv {
  position: relative;
  margin: 68px 0 0;
}
@media only screen and (min-width: 560px) {
  .p-mainv {
    margin: 46px 0 0;
  }
}
.p-mainv__inner {
  text-align: center;
  position: relative;
  background-color: #0080f3;
}
/*
    1.3 - Main
  -----------------------------------------------------*/
  .p-main{
    background-color: #2e2e2e;
  }
  .p-main-contents{
    max-width: 960px;
    margin: 0 auto;
    background-color: #fff;
  }
@media only screen and (max-width: 560px) {
  .p-main-contents{
    width: 95%;
  }
}
@media only screen and (min-width: 960px) {
  .l-section {
    width: 100%;
  }
}
.p-section {
  max-width: 960px;
  margin:0 auto ;
  background-color: #fff;
  padding: 2rem;
  width: 95%;
}
@media only screen and (min-width: 960px) {
  .p-section {
    padding:5.5rem 4rem;
    width: 100%;
  }
}
.p-section2 {
  max-width: 960px;
  margin:0 auto ;
  background-color: #fff;
  padding: 5.5rem 4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-section2 {
    padding: 2rem 0;
    width: 95%;
  }
}
.l-section section:first-of-type {
  margin:0 auto;
}
.l-container {
  padding: 2rem 0 0;
  position: relative;

}


@media only screen and (min-width: 560px) and (max-width: 959px) {
  .l-container {
    padding: 3vw 0 0;
  }
}

@media only screen and (min-width: 960px) {
  .l-container {
    padding: 4rem 2rem 0;
  }
}
@media screen and (max-width: 560px) {
.l-container {
  margin-bottom: 2.8rem;

}
}
.p-main section:last-child > .l-container {
  padding: 4rem 0;
}
@media only screen and (min-width: 560px) {
  .p-main section:last-child > .l-container {
    /* padding: 8rem 2rem; */
  }
}
/* Introduction */

.p-introduction__txt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: 700;
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .p-introduction__txt {
    font-size: 3vw;
  }
}
@media only screen and (min-width: 960px) {
  .p-introduction__txt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 789px) {
  .p-introduction__txt {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 560px) {
.p-introduction__txt {
  font-size: 1.2rem;
}
}
/* たとえば・・・ */
.p-case {
  background-color:#e0ebff;
  color: #233799;
}
.p-case__heading {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #303030;
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .p-case__heading {
    font-size: 6vw;
  }
}
/* @media only screen and (min-width: 960px) { */
  .p-case__heading {
    font-size: 3.2rem;
  }
/* } */
@media only screen and (max-width: 560px) {
 .p-case__heading {
   font-size: 2.2rem;
 }
}
.p-case__box {
  width: 95%;
  height: 50%;
  margin: 5% auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .p-case__box {
    width: 800px;
    margin:12px auto 0;
  }
}

@media screen and (max-width: 560px) {
.p-case__box {
    display: block;
}
}
.p-case__left {
  position: relative;
}
@media only screen and (min-width: 960px) {
  .p-case__left {
    width: 50%;
    height: 407px;
    position: relative;
  }
}
@media screen and (max-width: 560px) {
  .p-case__left {
    display: flex;
  }
  }
.p-case__right {
  position: relative;
}
@media only screen and (min-width: 960px) {
  .p-case__right {
    width: 50%;
    height: 407px;
  }
}
.p-case__left-img1{
  position: absolute;
  top: 1.5rem;
  left: 13rem;
  width: 64%;
}
.p-case__left-img2{
  position: absolute;
  top: 1.8rem;
  left: -3.0rem;;
}
@media only screen and (min-width: 561px) and (max-width: 959px) {
.p-case__left-img2{
  max-width: none;
  bottom: 3.8rem!important;
  left: 2.8rem!important;
}
}
@media screen and (max-width: 560px) {
.p-case__left-img2{
  position: absolute;
  width: 30%;
  top: 0rem;
  left: 23rem;
}
}
.p-case__right-img1{
  position: absolute;
  top: 1.5rem;
  right: 13rem;
  width: 64%;
}
.p-case__right-img2{
  position: absolute;
  top: 1.8rem;
  right: -3.0rem;
}
@media only screen and (min-width: 561px) and (max-width: 959px){
.p-case__right-img2{
  max-width: none;
  bottom: 3.8rem!important;
  right: 0!important;
}
}
@media screen and (max-width: 560px){
.p-case__right-img2{
  position: absolute;
  width: 35%;
  top: 128px;
  left: 18px;
}
}
.p-case__txt {
  color: #303030;
  font-size: 1.3rem;
  text-align: center;
  font-weight: bold;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
/* @media only screen and (min-width: 375px) {
  .p-case__txt {
    font-size: 3.2vw;
  }
} */
/* @media only screen and (min-width: 768px) {
  .p-case__txt {
    font-size: 2.4vw;
  }
} */
@media only screen and (min-width: 960px) {
  .p-case__txt {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 561px) and (max-width: 959px) {
  .p-case__txt {
    width: 130px;
    top: 0.8rem;
    left: 23.0rem;
  }
}
@media only screen and (min-width: 560px) and (max-width: 767px) {
  .p-case__txt.txt-left {
    top: calc(60 / 960 * 100vw);
  }
}
/* @media only screen and (min-width: 768px) {
  .p-case__txt.txt-left {
    top: calc(50 / 960 * 100vw);
  }
} */
@media only screen and (min-width: 960px) {
  .p-case__txt.txt-left {
    top:   5.0rem;
    left:  16.6rem;
  }
}
@media only screen and (max-width: 560px){
  .txt-left {
    top: 2.6rem;
    left: -15.7rem;
  }
}
.p-case__left-img img {
  width: 95%;
}
@media only screen and (min-width: 960px) {
  .p-case__left-img img {
    width: 100%;
  }
}
.p-case__txt.txt-right {
  top: 2.5rem;
  left: 1vw;
}
@media only screen and (min-width: 561px) and (max-width: 959px) {
.p-case__txt.txt-right {
    left: -553px;
    width: 160px;
    top: 6.1rem;
}
}
@media screen and (max-width: 560px) {
.p-case__txt.txt-right {
  top: 20rem;
  right: -17.8rem;
}}
@media only screen and (min-width: 960px) {
  .p-case__txt.txt-right {
    top: 4.2rem;
    left: 0;
    right: 16.4rem;
  }
}
.p-case__right-img {
  text-align: right;
}
.p-case__right-img img {
  width: 95%;
}
@media only screen and (min-width: 960px) {
  .p-case__right-img img {
    width: 100%;
  }
}
/* たとえば・・・矢印 */
.p-case__center {
  position: absolute;
  width: 40%;
  bottom: 5%;
  /* left: -5%; */
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 960px) {
  .p-case__center {
    position: absolute;
    width: 300px;
    height: 200px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.p-case__strong {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background-color: #306AC4;
  color: #FFDC33;
  padding: 1rem 0 1.2rem;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
  .p-case__strong {
    margin-top: 237px;
  }
}
@media only screen and (min-width: 960px) {
  .p-case__strong {
    font-size: 3.2rem;
    margin-top: -170px;
    background-color: #306ac4;
    color: #ffdc33;
    padding: 3.8rem 4.0rem;
  }
}
@media screen and (max-width: 560px) {
  .p-case__strong {
    margin-top: 31.8rem;
      font-size: 2.4rem;
  }
}
/* CHINTAI不動産動画制作サービス詳細 */
.l-section.detail {
  background-color: #d9edff;
  /* padding: 4rem 0; */
}
/* 動画制作例 */

/* 動画全体の横幅を指定するためのdiv */
.video-wrap {
  max-width: 100%; /* ここに動画の横幅を指定 */
}


/* 動画を囲うdiv */
.video {
  position: relative;
  width:100%; /* 横幅は100%で固定 */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
  margin-bottom: 1rem;
}

/* YouTube埋め込み用のiframe */
.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 費用・納期 */
.p-works__list {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .p-works__list {
    flex-wrap: nowrap;
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }
}
.p-works__dt {
  background-color: #ddd;
  padding:0.25em 0.5em;
  border-radius: 2em;
  width: 20%;
  margin-bottom: 1rem;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .p-works__dt {
    width: auto;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 960px) {
  .p-works__dt + .p-works__dd {
    margin-right: 2.4rem;
  }
}
.p-works__dd {
  padding-left: 1rem;
  width: 75%;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 960px) {
  .p-works__dd {
    width: auto;
    margin-bottom: 0;
  }
}
.p-works__txt {
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 960px) {
  .p-works__txt {
    font-size: 2rem;
  }
}
.p-works__dd .p-txt.xsm {
  display: block;
  height: 1rem;
  position: absolute;
  bottom: 1rem;
  left: 0;
  margin:  0;
  line-height: 2;
}
@media only screen and (min-width: 960px) {
  .p-works__dd .p-txt.xsm {
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 0;
    display: inline;
  }
}
/* 納品までのスケジュール */
.p-schedule__list {
  display: flex;
  justify-content: center;
  /* background-image: url(../images/img-flow.png);
  background-repeat: no-repeat;
  background-position: 117% 50%;
  background-size: 150%; */
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
  .p-schedule__list {
    background-position:-38vw 50%;
    background-size: 135%;
  }
}
@media only screen and (min-width: 960px) {
  .p-schedule__list {
    background-position: 27% 50%;
    background-size: auto;
  }
}
.p-schedule__item {
  color: #303030;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 1rem 0.25rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: row;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  justify-content: center;
  margin: 0 2.0rem;
  z-index: 20;
}
@media screen and (max-width: 560px) {
.p-schedule__item {
  color: #303030;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 1rem 0.8rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: row;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  justify-content: center;
  margin: 0 1.1rem;
  z-index: 20;
  height: 16.1rem;
}}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .p-schedule__item {
    padding: 1.6vw 1vw;
    font-size: 3vw;
  }
}
@media only screen and (min-width: 960px) {
  .p-schedule__item {
    font-size: 2.4rem;
  padding: 1.6rem 1rem;
  }
}
.c-schedule__item-color1{
  background-color: #ffdc33;
}
.c-schedule__item-color2{
  background-color: #fff2bb;
}
.c-schedule__item-color3{
  background-color: #ffe988;
}
.c-schedule__item-color4{
  background-color: #fed947;
}
/* 他社との比較 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
table.p-schedule__table {	/* 線が表示されなかったテーブル */
	border-collapse: separate;
	border-top: 2px solid #cbcbcb;
	border-left: 2px solid #cbcbcb;
}
th,td {
	border-bottom: 2px solid #cbcbcb;
	border-right: 2px solid #cbcbcb;
}

.p-schedule__th {
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.6rem;
  width: 25%;
}
@media screen and (min-width: 960px){
  .p-schedule__th {
    font-size: 2.4rem;
  }
}
.p-schedule__th.heading {
  width: 17%;
}
.p-schedule__table {
  width: 100%;
}
.p-schedule__th,
.p-schedule__tr,
.p-schedule__td {
  color: #474747;
  text-align: center;
}
.p-schedule__th {
  padding: 2% 0;
}
.p-schedule__td {
  vertical-align: middle;
  color: #5e5e5e;
  position: relative;
}
/* CHINTAI */
.p-schedule__th.chintai {
  color: #233799;
  background-color: #fffde6;
}
.p-schedule__td.chintai {
  color: #dc0102;
  background-color: #fffde6;
  font-size: 1.4rem;
  font-weight: 900;
}
@media screen and (min-width: 960px){
  .p-schedule__td.chintai {
    font-size: 2rem;
  }
}
/* 他の会社 */
.p-schedule__th.other,
.p-schedule__td.other {
  background-color: #F6F6F6;
}
.c-symbol__wrap {
  display: flex;
  height: 95px;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 10% 0;
}
.c-symbol__wrap.h100 {
  height: 100px;
}
@media screen and (min-width: 960px){
  .c-symbol__wrap.h100,
  .c-symbol__wrap {
    height: 110px;
  }
}

.p-schedule__txt {
  display: flex;
  /* padding: 0.5em 0 0; */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4rem;
  align-items: center;
  justify-content: center;
  word-break: keep-all;
  line-height: 1.25;
  letter-spacing: -0.01vw;
}
@media screen and (min-width: 960px){
  .p-schedule__txt {
    line-height: 2;
    letter-spacing: 0;
  }
}
.c-symbol {
  text-align: center;
  vertical-align: middle;
}
/*
    1.4 - Footer
  -----------------------------------------------------*/
@media screen and (max-width: 960px){
  #footer {
      min-width: inherit;
  }
}
@media only screen and (min-width: 960px) {
  #footer {
      width: 100%;
      min-width: 960px;
  }
}
.p-footer {
 padding: 0 2rem 4rem;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .p-footer {
   padding: 4rem 0;
  }
}
@media only screen and (max-width: 560px) {
  .p-footer {
    height: 346px;
  }
}
.p-footer__title {
  color: #303030;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  /* display: flex; */
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 960px) {
  .p-footer__title {
    font-size: 3rem;
  }
}
.p-footer__span {
  word-break: keep-all;
  font-size: 2.4rem;
}
/* .p-footer__title:before {
  content: "";
  display: block;
  background-image: url(../images/img-heading-before.png);
  width: 47px;
  height: 65px;
  margin-right: 1rem;
}
.p-footer__title:after {
  content: "";
  display: block;
  background-image: url(../images/img-heading-after.png);
  width: 47px;
  height: 65px;
  margin-left: 1rem;
} */
.p-footer__img {
  text-align: center;
}

/* =====================================================
  2.0 - Object
===================================================== */

/*
  2.1 - Component
-----------------------------------------------------*/

/*
下余白ゼロ
*/
.mb0 {
  margin-bottom: 0;
}
/*
上余白
*/
.mt1rem {
  margin-top: 1rem;
}
/*
下余白
*/
.pb2rem {
  padding-bottom: 2rem;
}
@media only screen and (min-width: 560px) {
  .pb2rem {
    padding-bottom: 0;
  }
}
/*
文字サイズ
*/
.p-txt.xsm {
  font-size: 1.2rem;
}
.p-txt.sm {
  font-size: 1.8rem;
}
.p-txt.lg {
  font-size: 2.4rem;
}
.c-price {
  font-size: 2.4rem;
  display: inline-block;
  margin-top: -1.5rem;
}
@media only screen and (min-width: 560px) {
  .c-price {
    font-size: 4rem;
  }
}
/* なかぐろ */
.nakaguro {
color: transparent;
display: block;
position: relative;
}
.nakaguro::before {
content: "";
width: 6px;
height: 6px;
border-radius: 50%;
background: #fff;
margin: auto;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

/* 共通見出し*/
.c-main__title {
  color: #233799;
  font-weight: bold;
  font-size: 7vw;
  line-height: 1;
  padding: 2rem 0;
  text-align: center;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  background: #fff;
  line-height: 1.25;
}
@media only screen and (min-width: 560px) and (max-width: 1439px) {
  .c-main__title {
    font-size: 3.2rem;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 960px) {
  .c-main__title {
    font-size: 3.2rem;
    letter-spacing: normal;
  }
}
/* 動画サービス詳細内の見出し */
.p-detail__heading {
  font-size: 1.7rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #233799;
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 960px) {
  .p-detail__heading {
    font-size: 3.2rem;
  }
}
.p-detail__heading:before {
  content: "";
  display: block;
  width: 5px;
  height: 3rem;
  background: #233799;
  margin-right: 1rem;
}
/* 動画制作例の見出し */
.p-works__heading {
  color: #fff;
  background-color: #0080f3;
  font-weight: normal;
  padding: 0.5rem 1rem;
  font-size: 1.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 960px) {
  .p-works__heading {
    font-size: 3.2rem;
  }
}
/*
文字色
*/
.c-strong {
  font-weight: bold;
}
.c-blue {
  color: #233799;
}
.c-red {
  color: #dc0102;
}
.c-orange {
  color: #e69900;
}
.c-yellow {
  color: #fff100;
}
/*
　強調下線
 */
 /* .c-underline {
   border-bottom-style:solid;
 }
 .c-underline.c-line-blue {
  color: #233799;
  border-bottom-width:3px;
 }
 .c-underline.c-line-white {
  color: #fff;
  border-bottom-width:1px;
 }
 .c-underline.c-line-orange {
  color: #e69900;
  border-bottom-width:1px;
 } */

.c-underline {
  background: linear-gradient(transparent 70%, #fff100 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0 2px -50%;
}

/*
下線付きリンク
*/
.c-link {
  text-decoration: underline;
  color: #303030;
}
.c-link:hover {
  text-decoration: underline;
}

/*
  CTA
*/
.c-cta__contact {
  font-size: 3.2rem;
  max-width: 376px;
  margin: 1.6rem auto 4.0rem;
  text-align: center;
  font-size: 5vw;
  position: relative;
  word-break: keep-all;
}
@media only screen and (max-width: 560px) {
  .c-cta__contact {
    max-width: 312px;
    font-size: 1.8rem;
    margin: 2.4rem auto 0;
  }

}
/* @media only screen and (min-width: 375px) {
  .c-cta__contact {
    font-size: 2.4rem;
  }
} */
.c-cta__link {
  background-color: #ffdc33;
  color: #303030;
  font-weight: bold;
  display: flex;
  justify-content: center;
  border-radius: 3.8rem;
  padding: 2rem 1.5rem;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 16%);
  width: 100%;
  font-size: 2.4rem;
}
@media only screen and (max-width: 560px) {
.c-cta__link {
  width: 100%;
  font-size: 1.8rem;
}
}
.c-cta__img {
  max-width: 2.6rem;
  align-self: center;
  display: inline-block;
  margin-right: 1rem;
  max-width: 20px;
  vertical-align: middle;
}
.c-cta__arrow {
  align-self: center;
  width: 16px;
  height: 16px;
}


/* 矢印アイコン */
.p-application__img {
  width: 6%;
  vertical-align: middle;
  max-width: 30px;
}
@media only screen and (min-width: 960px) {
  .p-application__img {
    width: 9%;
  }
  .p-application__img.fudosearch {
    width: 6%;
    align-self: center;
  }
}
/*
  Accessibility
*/
.alt-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}
