@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo",
    "メイリオ", sans-serif;
  background: #fff;
  color: #404040;
  font-size: 17px;
  background: #fff;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a:visited,
a:hover,
a:active {
  color: #b83397;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/*共通*/
.fsS {
  font-size: 0.9em;
}
.fsSS {
  font-size: 0.6em;
  line-height: 1.3;
  text-align: right;
  margin: 0 2%;
}
.fsL {
  font-size: 1.3em;
}
.taC {
  text-align: center;
}
.taR {
  text-align: right;
}
.taL {
  text-align: left;
}
.fwB {
  font-weight: bold;
}
.marker {
  background: linear-gradient(transparent 60%, #ffd9d4 60%);
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.pa {
  padding: 20px 10px;
}
.pa2 {
  padding: 0 10px;
}
.sp {
  display: none;
}
.pc {
  display: block;
}

@media screen and (max-width: 740px) {
  html {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  body {
    overflow-x: hidden;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pa2 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 740px) {
  .br_sp {
    display: block;
  }
}

/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/

body {
  margin: 0 auto;
  max-width: 1920px;
}

p,
h2,
h3 {
  color: #272727;
}
img {
  display: block;
  width: 100%;
}

.wrapper {
  margin: 3%;
}
.inside_width {
  max-width: 1200px;
  width: 95%;
  margin: auto;
}
figure {
  margin: 0 auto;
  max-width: 100%;
}

p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.box {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  box-sizing: border-box;
}

@media screen and (min-width: 740px) {
  section {
    margin-bottom: 2.5em;
    margin-top: 5em;
  }
  p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
header {
  background-color: #fff;
  box-shadow: 0px 10px 15px -10px #3d3d3e;
  position: relative;
  top: 0;
  z-index: 1;
}
.header---inner {
  max-width: 1230px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2% 3%;
  box-sizing: border-box;
}
.header_logo {
  width: 80%;
}
header .detail a {
  color: #ff0b0b;
}
header .detail a > p {
  font-size: 1.8em;
  color: #ff0b0b;
}
.header_text {
  text-align: end;
  margin-top: 2%;
}
.header_free {
  background-color: #1854a9;
  color: #fff;
  padding: 1% 2%;
  margin-right: 2%;
}
.header_tell {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.header_tell img {
  margin: 3px 4px 0 0;
  width: 13%;
}

@media screen and (max-width: 740px) {
  .header---inner {
    margin: 10px 2px 0;
    width: 100%;
  }
  .header_logo {
    width: 100%;
  }
  header .detail a > p {
    font-size: 1.2em;
  }
  .detail {
    width: 117%;
  }
  .header_text {
    font-size: 0.8rem;
    margin-top: 0;
  }
  .header_tell {
    justify-content: flex-end;
  }
  .header_tell img {
    margin: 5px 4px 0px 0;
    width: 10%;
  }
}
@media screen and (max-width: 320px) {
  .detail {
    width: 166%;
  }
  header .detail a > p {
    font-size: 1.2em;
  }
}

/*------------------------------------------------------------
  FV
------------------------------------------------------------*/
/* PC版  740px以上対応 */
@media screen and (min-width: 740px) {
  .mv {
    background-image: url(../img/mv_pc_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .fv_pc {
    margin: 0 auto;
    max-width: 1400px;
     width: 100%; 
  }
  .mv_point {
    background-color: #ffdad2;
    position: relative;
    padding: 5% 0px 8%;
  }
  .mv_point img {
    max-width: 1200px;
    width: 50%;
    position: absolute;
    top: -6%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (min-width: 740px) and (max-width: 1000px) {
  .mv_point {
    padding: 5% 0 12%;
  }
  .mv_point img {
    width: 60%;
  }
}

/*------------ MV下 対応エリア ------------*/
@media screen and (min-width: 740px) {
  .area_pop {
    background: #ffdad2;
    padding-bottom: 2%;
  }
  /* .area_popin {
    background: #1b52c6;
    padding: 0.5%;
    max-width: 1000px;
    width: 93%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  } */
  .area_pop p {
    text-align: center;
    color: #fff;
    font-size: 1.25em;
  }
  .area_popin .fsL {
    font-size: 1em;
  }
  .area_pop img {
    width: 93%;
    margin-left: 3%;
  }
}

@media screen and (max-width: 740px) {
  .area_pop {
    background: #1b52c6;
    padding: 3%;
  }
  .area_pop p {
    text-align: center;
    color: #fff;
  }
  .area_pop img {
    width: 60%;
    margin: 2% auto;
  }
}

/*--- ポップアップ　対応エリア詳細 ---*/
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  padding: 40px 10px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 10000;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  /*content: "";*/
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body {
  display: inline-block;
  vertical-align: middle;
}
/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 14px;
  right: 4%;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
  cursor: pointer;
  background: #1b52c6;
  line-height: 0;
  margin: 0;
  padding: 0;
  font-family: none;
  align-items: center;
}

/*モーダル内コンテンツの指定*/
.modal-content {
  position: relative;
  width: 70%;
  margin: auto;
  background-color: #fff;
  padding: 5% 3% 4%;
  max-height: 600px;
  overflow-y: scroll !important;
}
.modal-content .area_logo {
  margin: 0 auto;
  width: 7%;
}
.modal-content h4 {
  text-align: center;
  color: #fff;
  background: #224ea4;
  font-size: 2em;
  font-weight: bold;
  padding: 3%;
  margin: 2% 0 3%;
}
.pop_area_detail .area_map {
  width: 70%;
  margin: 0 auto 5%;
}
.pop_area_detail .area_detail {
  width: 90%;
  margin: 2% auto;
}

/* SP版  740px以下対応 */
@media (max-width: 740px) {
  .modal-content {
    width: 88%;
    max-height: 550px;
    padding: 5%;
    margin: 0 auto;
  }
  .modal-content .area_logo {
    width: 9%;
  }
  .modal-content h4 {
    font-size: 1.5em;
  }
  .pop_area_detail .area_map {
    width: 80%;
  }
  .pop_area_detail .area_detail {
    width: 100%;
  }

  /* spの閉じるボタン */
  .modal-close {
    right: 6%;
    top: 1%;
    z-index: 2;
  }
}

@media (min-width: 740px) {
  .modal-container {
    padding: 10% 8%;
  }
}

/*------------ctaエリア MV下 ------------*/

/*--- 時間表示箇所 ---*/
#Realtime,
#Realtime01,
#Realtime02,
#Realtime03 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0px;
  padding: 3% 2% 0;
  text-align: center;
  font-family: "Meiryo", "メイリオ", sans-serif;
  color: #000;
}
/* 点滅 */
.blinking {
  animation: flash 1.5s linear infinite;
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
/* 時間表示箇所の装飾 */
#Realtime::before,
#Realtime::after {
  content: "";
  width: 2px;
  height: 25px;
  background-color: #000;
  display: inline-block;
}
#Realtime::before {
  margin: 0 0 -4px 0;
  transform: rotate(-20deg);
}
#Realtime::after {
  margin: 0% 2% -5px 1%;
  transform: rotate(20deg);
}

/* cta */
.cta_in {
  display: flex;
  margin: 0 10%;
}
.cta_tell {
  position: relative;
  width: 85%;
  z-index: 1;
  max-width: 650px;
  margin: 5% auto;
}
/* cta_tellボタン　アニメーション */
.cta_tell a::before,
.cta_tell a::after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 93%;
  height: 97%;
  top: 0;
  left: 4%;
  border-radius: 10px;
  transform: translate3d(0, 0, 0);
}
.cta_tell a::before {
  animation: aura 3s ease-out infinite;
}
.cta_tell a::after,
.cta02 a::after {
  animation: aura 3s ease-out 1.5s infinite;
}
.cta_tell a::before,
.cta_tell a::after {
  background: #ffccb8;
}
/* cta_tellボタン　アニメーション */
.cta_tell02 {
  position: relative;
}

.cta_tell02 a::before,
.cta_tell02 a::after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 93%;
  height: 97%;
  top: 0;
  left: 2%;
  border-radius: 10px;
  transform: translate3d(0, 0, 0);
}
.cta_tell02 a::before {
  animation: aura 3s ease-out infinite;
}
.cta_tell02 a::after,
.cta_tell02 a::after {
  animation: aura 3s ease-out 1.5s infinite;
}
.cta_tell02 a::before,
.cta_tell02 a::after {
  background: #ffa582;
}

@keyframes aura {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }
  90% {
    opacity: 0.1;
  }
  to {
    transform: scale(1.2, 1.5);
    opacity: 0;
  }
}
@keyframes aura2 {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }
  90% {
    opacity: 0.1;
  }
  to {
    transform: scale(1.1, 1.2);
    opacity: 0;
  }
}
/* ここまで　cta_tellボタン　アニメーション */

/* PC対応 */
@media (min-width: 740px) {
  .cta_in img {
    width: 100%;
  }
  .cta_mail {
    width: 76%;
    margin: 4.5% auto;
    padding: 3% 3% 0;
    max-width: 650px;
  }
}

/* SP対応 */
@media (max-width: 740px) {
  .cta_area {
    margin: 0 0 8%;
  }

  /*--- 時間表示箇所 ---*/
  #Realtime,
  #Realtime01,
  #Realtime02,
  #Realtime03 {
    font-size: 0.95em;
    padding: 3% 0 2% 2%;
  }
  #Realtime::before,
  #Realtime::after {
    content: "";
    width: 2px;
    height: 20px;
    background-color: #000;
    display: inline-block;
  }
  #Realtime::before {
    margin: 0 0 -1% 2%;
    transform: rotate(-20deg);
  }
  #Realtime::after {
    margin: 0% 3% -1% 2%;
    transform: rotate(20deg);
  }

  /* cta ボタン */
  .cta_in {
    display: block;
    margin: 0;
  }
  .cta_tell {
    position: relative;
    width: 85%;
    z-index: 1;
    max-width: 650px;
    margin: 5% auto;
  }
  /* cta　波紋 */
  .cta_tell a::before,
  .cta_tell a::after {
    content: "";
    position: absolute;
    z-index: -10;
    width: 93%;
    height: 97%;
    top: 0;
    left: 4%;
    border-radius: 10px;
    transform: translate3d(0, 0, 0);
  }
  .cta_mail {
    width: 83%;
    max-width: 650px;
    margin: 5% auto;
  }
}

/* 大きいデイスプレイ対応 */
@media screen and (min-width: 1590px) {
  .cta_in {
    margin: 0 17%;
  }
  .cta_mail {
    max-width: 600px;
  }
}

/*------------------------------------------------------------
コンテンツ
------------------------------------------------------------*/

/*-------------取引実績-------------*/
@media screen and (min-width: 740px) {
  section.achievement {
    background-image: url(../img/achievement_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4% 0;
  }
  .achievement h2 img {
    max-width: 1200px;
    width: 87%;
    margin: 0 auto;
  }
}

/*-------------鍵のトラブル-------------*/
section.trouble {
  background: #ff6f00;
  padding: 5% 0px;
}
.trouble_subtitle {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
  margin: 2% 0;
}

/*--- タブ ---*/
/* タブエリア全体 */
.tabBox {
  display: block;
  width: 100%;
  margin: 30px auto 3%;
}
/* タブボタン */
.tabBox .tabList {
  display: flex;
  width: 40%;
  max-width: 1000px;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
}

.tab {
  display: block;
  width: 18%;
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}
.tab label {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  background-color: #234ea4;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
}
.tabRadio {
  display: none;
}
label:hover {
  cursor: pointer;
  opacity: 0.8;
}
.tabRadio:checked + label {
  line-height: 1.8;
  background-color: #fff;
  font-weight: bold;
}
/* タブの中身それぞれ */
.tabContentList {
  display: block;
}
.tab_price img {
  margin-top: 4%;
  margin-bottom: 4%;
}

#tab_1:checked ~ .tabContentList #content_1,
#tab_2:checked ~ .tabContentList #content_2,
#tab_3:checked ~ .tabContentList #content_3,
#tab_4:checked ~ .tabContentList #content_4,
#tab_5:checked ~ .tabContentList #content_5 {
  display: block;
}

#tab_1:checked ~ .tabList .tab #tab_label_1,
#tab_2:checked ~ .tabList .tab #tab_label_2,
#tab_3:checked ~ .tabList .tab #tab_label_3,
#tab_4:checked ~ .tabList .tab #tab_label_4,
#tab_5:checked ~ .tabList .tab #tab_label_5 {
  line-height: 1.6;
  background-color: #fff;
  font-weight: bold;
  color: #234ea4;
}
#tab_1:checked ~ .tabList .tab #tab_label_1:hover,
#tab_2:checked ~ .tabList .tab #tab_label_2:hover,
#tab_3:checked ~ .tabList .tab #tab_label_3:hover,
#tab_4:checked ~ .tabList .tab #tab_label_4:hover,
#tab_5:checked ~ .tabList .tab #tab_label_5:hover {
  cursor: auto;
  opacity: 1;
}

/* PC対応 */
@media screen and (min-width: 740px) {
  .trouble_subtitle {
    font-size: 1.5em;
    margin-bottom: 1%;
  }
  .trouble h2 img {
    margin: 0 auto;
    width: 80%;
    max-width: 900px;
  }
  #tab_1:checked ~ .tabContentList #content_1,
  #tab_2:checked ~ .tabContentList #content_2,
  #tab_3:checked ~ .tabContentList #content_3,
  #tab_4:checked ~ .tabContentList #content_4,
  #tab_5:checked ~ .tabContentList #content_5 {
    max-width: 1200px;
    width: 87%;
    margin: 0 auto;
  }
  .tabContentList .tabContent {
    display: none;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    background-color: #fff;
    padding: 3% 5% 2%;
  }
  .tab_price {
    margin-bottom: 4%;
  }
  .tab_price img {
    margin: 4% auto 0;
    width: 60%;
  }
  .tabContent h6 {
    font-size: 1.8rem;
    text-align: center;
    position: relative;
    margin-top: 4%;
    margin-bottom: 4%;
  }
  .tabContent h6::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #e60114;
    position: absolute;
    bottom: -5%;
  }
  .tabBox {
    margin: 2% auto 1%;
  }
  .trouble .fsSS {
    text-align: center;
  }
}

/* SP対応 */
@media screen and (max-width: 740px) {
  section.trouble {
    padding: 8% 0 10%;
  }
  .trouble h2 img {
    width: 93%;
    margin: 0 auto;
  }
  .tabContentList .tabContent {
    display: none;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    background-color: #fff;
    padding: 6% 3%;
  }
  .tabBox .tabList {
    width: 90%;
  }
  .tabContent h6 {
    font-size: 1.2rem;
    text-align: center;
    position: relative;
    margin-top: 6%;
    margin-bottom: 4%;
  }
  .tabContent h6::after {
    content: "";
    display: block;
    width: 95%;
    height: 2px;
    background-color: #e60114;
    position: absolute;
    bottom: -5%;
    left: 10px;
  }
}

/* その他対応 */
@media screen and (min-width: 740px) and (max-width: 1000px) {
  .tabContent h6 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 740px) and (max-width: 1200px) {
  .trouble .fsSS {
    text-align: right;
    max-width: 1200px;
    width: 94%;
    font-size: 0.7em;
  }
}
@media screen and (min-width: 1200px) {
  .trouble .fsSS {
    font-size: 0.8em;
  }
}

/*-------------鍵の種類-------------*/
section.alltype {
  background: #b3e0ff;
  padding: 6% 0;
}
.alltype h2 img {
  margin: 0 auto;
  width: 65%;
  max-width: 900px;
}
.key_type h3,
.key_maker h3 {
  background: #244ea4;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin: 2% 15% 3%;
  padding: 1%;
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
}
.key_type img,
.key_maker img {
  width: 94%;
  margin: 0 auto 10%;
}
.key_maker p {
  font-weight: bold;
  font-size: 1em;
  margin: -5% 4% 0;
}

@media screen and (max-width: 740px) {
  .key_type,
  .key_maker {
    margin-top: 6%;
  }
  section.alltype {
    padding: 12% 0;
  }
  .alltype h2 img {
    width: 96%;
  }
  .key_type h3,
  .key_maker h3 {
    font-size: 1.5em;
    padding: 2%;
  }
  .key_maker p {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 740px) {
  .key_type,
  .key_maker {
    margin-top: 3%;
  }
  .key_type h3,
  .key_maker h3 {
    width: 30%;
    margin: 0 auto 2%;
  }
  .key_type img,
  .key_maker img {
    max-width: 1200px;
    width: 80%;
    margin: 0 auto 6%;
  }
  .key_type_pc {
    position: relative;
  }
  .keytype_pc {
    margin-top: -10% !important;
  }
  .key_maker p {
    font-size: 1.1em;
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .key_maker p .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1600px) {
  .keytype_pc {
    margin-top: -9% !important;
  }
  .key_type h3,
  .key_maker h3 {
    font-size: 3em;
  }
}

/*-------------鍵開けと作成を同時に可能-------------*/
section.sametime {
  padding: 12% 0 4%;
  background-image: url(../img/company_bg.jpg);
}
.sametime h2 img {
  width: 93%;
  margin: 0 auto;
}
.in-car img {
  width: 90%;
  margin: 8% 5% 5%;
}
.in-car p {
  margin: 5% 3%;
}

@media screen and (min-width: 740px) {
  section.sametime {
    padding: 0;
    position: relative;
  }
  .sametime h2 img {
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    top: 5%;
    left: 0;
    right: 0;
  }
  .in-car img {
    width: 100%;
    margin: 0;
  }
  .in-car_pc {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    max-width: 1100px;
    width: 67% !important;
    margin: 0 auto !important;
  }
  .in-car p {
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .sametime h2 img {
    top: 7%;
  }
}

@media screen and (min-width: 1550px) {
  .sametime h2 img {
    top: 10%;
  }
  .in-car_pc {
    top: 28%;
    width: 55% !important;
  }
  .in-car_bg {
    height: 830px;
  }
  .in-car p {
    bottom: 9%;
    font-size: 1.2em;
  }
}

/*-------------選ばれる5つの理由-------------*/
/* 共通 */
section.reason {
  background-color: #e70012;
}

/* SP対応 */
@media screen and (max-width: 740px) {
  section.reason {
    padding: 15% 2% 7%;
  }
  .reason-in .reason1_sp {
    margin: 4% 0 0;
  }
  .reason-in .reason2_sp {
    margin: 4% 0;
    padding: 0 1%;
  }
  .reason h2 img {
    width: 96%;
    margin: 0 auto;
  }
  .reason-in .fsSS {
    color: #ffc8c8;
  }
}

/* PC対応 */
@media screen and (min-width: 740px) {
  section.reason {
    padding: 0;
  }
  .reazon1_pc {
    position: relative;
    max-height: 800px;
  }
  .reason h2 img {
    max-width: 800px;
    width: 70%;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    top: 12%;
    left: 0;
    right: 0;
  }
  .reason1_bg {
    width: 100%;
    margin: 0;
  }
  .reason1_5point_pc {
    max-width: 900px;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    top: 36%;
    left: 0;
    right: 0;
  }

  .reazon2_pc {
    padding: 0 0 7%;
    position: relative;
    z-index: 2;
    margin-top: 10%;
  }
  .reazon2_pc img {
    margin: 0 auto;
    max-width: 1200px;
  }
  .plus_icon {
    width: 5%;
    margin-top: 30%;
  }
  .reazon2_pc h3 {
    text-align: center;
    font-size: 2.5em;
    color: #fff;
    font-weight: bold;
    margin: 2% 0 1%;
  }
  .reason2_graph {
    max-width: 1100px;
    width: 87%;
  }
}

/* PCのレスポンシブ対応 */
@media screen and (min-width: 1150px) and (max-width: 1700px) {
  .reason1_5point_pc {
    top: 38%;
  }
}

@media screen and (min-width: 1700px) {
  .reason1_5point_pc {
    top: 37%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1145px) {
  .plus_icon {
    width: 5%;
  }
  .reazon2_pc {
    margin-top: 11%;
  }
}
@media screen and (min-width: 1145px) and (max-width: 1285px) {
  .reazon2_pc {
    margin-top: 13%;
  }
}
@media screen and (min-width: 1285px) and (max-width: 1920px) {
  .plus_icon {
    width: 4%;
  }
  .reazon2_pc {
    margin-top: 16vh;
    padding: 0 0 5%;
  }
}

/*-------------悪徳業者に注意-------------*/
section.warning {
  background-color: #ffdad4;
  padding: 5% 0px 7%;
}

.warning-in h3 img {
  width: 60%;
  margin: 0 auto;
}

@media screen and (min-width: 740px) {
  .warning_icon {
    margin: 0 auto;
    width: 6%;
    margin-bottom: 1.5%;
  }
  .warning h2 img {
    width: 100%;
  }
  .warning p {
    margin: 2% 0 3%;
    font-size: 1.5em;
    text-align: center;
  }
  .warning-in h3 img {
    max-width: 400px;
    width: 30%;
    margin-bottom: 2%;
  }
  .warning-in img {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 740px) {
  .warning p {
    margin: 4% 4% 4% 6%;
  }
  .warning-in h3 img {
    width: 60%;
    margin-bottom: 4%;
  }
  .warning-in img {
    width: 97%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1600px) {
  .warning_icon {
    width: 4%;
  }
}
@media screen and (min-width: 740px) and (max-width: 1500px) {
  .warning p {
    font-size: 1em;
    margin: 2% 5% 5%;
  }
}

/*-------------完了までの流れ-------------*/
section.flow {
  background-image: url(../img/flow_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5% 0 7%;
}
.flow h2 img {
  margin: 0 auto;
  width: 40%;
}
.flow_content .flow_image {
  max-width: 1100px;
  margin: 1% auto 0;
  width: 70%;
}

@media screen and (max-width: 740px) {
  section.flow {
    background: #b3e0ff;
    padding: 7% 0 12%;
  }
  .flow h2 img {
    margin: 0 auto;
    width: 86%;
  }
  .flow_content .flow_image {
    margin: 5% 0 0;
    width: 100%;
  }
}

@media screen and (min-width: 1500px) {
  .flow h2 img {
    margin: 0 auto;
    width: 32%;
  }
}

/*-------------対応エリア-------------*/
section.area {
  padding: 5% 0 6%;
}
.area h2 {
  background: #224ea4;
  color: #fff;
  margin: 1% 0 2%;
  padding: 2%;
  font-size: 4em;
  font-weight: bold;
  text-align: center;
}
.area .arealogo {
  margin: 0 auto;
  width: 4%;
}
.area_content {
  margin: 3% 3% 0;
}
.area_pc {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
}
.area .area_license {
  max-width: 900px;
  width: 90%;
  margin: 4% auto 0;
}

@media screen and (max-width: 740px) {
  section.area {
    padding: 10% 0;
  }
  .area .arealogo {
    width: 10%;
  }
  .area h2 {
    font-size: 2.8em;
    padding: 5%;
  }
  .area_content {
    margin: 3%;
  }
  .area .area_map {
    width: 80%;
    margin: 4% auto;
  }
  .area .area_license {
    width: 90%;
    margin: 4% auto;
  }
}

@media screen and (min-width: 740px) and (max-width: 1200px) {
  .area h2 {
    font-size: 2.7em;
  }
}

/*-------------お客様の声-------------*/
section.voices {
  background: #ffc3b9;
  padding: 6% 0 0;
}
.voices h2 img {
  max-width: 1000px;
  width: 40%;
  margin: 0 auto;
}

.voice-contents {
  padding: 0 0 4%;
}
.voice_name {
  text-align: right;
  margin-top: 3%;
}

li.slide_contents {
  background-color: #fff;
  border-radius: 10px;
  width: 600px !important;
  padding: 25px;
  margin: 0;
  text-align: left;
  filter: drop-shadow(5px 4px 3px #9c707082);
}

li.slide_contents div {
  padding: 3% 0 0;
}

li.slide_contents img {
  width: 100%;
}

@media screen and (max-width: 740px) {
  section.voices {
    padding: 12% 0 4%;
  }
  .voices h2 img {
    width: 90%;
  }
  .voice {
    padding: 0 2%;
  }
  li.slide_contents {
    width: 88vw !important;
    padding: 20px;
    height: 490px;
    margin-bottom: 14px;
  }
  li.slide_contents div {
    padding: 3%;
  }
  .voice-contents {
    padding: 10px 0 6% 0;
  }
  .voice_text p {
    font-size: 0.9em;
  }
  .voice_name {
    text-align: right;
    margin-top: 3%;
  }
}

@media screen and (min-width: 740px) {
  .wi82 {
    width: 100%;
    margin: auto;
    max-width: 90%;
  }
  .slick-track {
    margin-bottom: 2%;
  }
}
@media screen and (min-width: 1200px) {
  .wi82 {
    width: 82%;
    margin: auto;
    max-width: 90%;
  }
}
@media screen and (min-width: 1500px) {
  .voices h2 img {
    width: 30%;
  }
  .wi82 {
    width: 70%;
    margin: auto;
    max-width: 90%;
  }
}

@media screen and (min-width: 740px) and (max-width: 1200px) {
  .voice-contents {
    padding: 0 0 5%;
  }
}

/*===========スライダー============*/
.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 100%;
  margin: 25px auto 0;
}

.slick-slide img {
  padding: 0;
  margin: 0 auto;
}

.slider .slick-slide {
  transform: scale(0.8); /*左右の画像のサイズを80%に*/
  transition: all 0.5s; /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.3; /*透過50%*/
}

.slider .slick-slide.slick-center {
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  opacity: 1; /*透過なし*/
}

.slick-list {
  overflow: inherit;
}

/*矢印の設定*/
.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 1%;
  z-index: 999;
}
.slick-next:before {
  content: "▶" !important;
}
.slick-prev:before {
  content: "◀" !important;
}
.slick-prev:before,
.slick-next:before {
  color: #234ea4 !important;
  font-size: 50px !important;
  line-height: 1;
  opacity: 1;
}
ul {
  padding-inline-start: 0px;
}
.slick-prev {
  left: -29px !important;
}
.slick-next {
  /*次へ矢印の位置と形状*/
  right: 0 !important;
}

/*ドットナビゲーションの設定*/
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #e70012 !important;
}
.slick-dots li button:before {
  opacity: 1 !important;
  color: white !important;
}
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

@media (max-width: 740px) {
  .slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    margin: 0 auto;
  }
  .slick-slide img.pc {
    display: none;
  }

  /*矢印の設定*/
  .slick-prev {
    /*戻る矢印の位置と形状*/
    left: 2px !important;
    z-index: 999;
  }

  .slick-next {
    /*次へ矢印の位置と形状*/
    right: 12px !important;
    z-index: 999;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 38px !important;
  }
}

@media (min-width: 740px) {
  .slick-slide img.sp {
    display: none;
  }
}

/*-------------よくある質問-------------*/
section.QA {
  background: #cbeaff;
  padding: 7% 4% 10%;
}

.QA h2 img {
  margin: 1% auto;
  width: 46%;
  max-width: 600px;
}
.QA_content {
  max-width: 1000px;
  width: 90%;
  margin: 2% auto 0;
}
.Q_A {
  margin-top: 2%;
}
.Q h4 {
  color: #224ea4;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  padding: 2% 0 2% 8%;
  line-height: 1.2;
}
.Q h4::before {
  position: absolute;
  left: 1%;
  top: 11%;
  content: "";
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  background: url(../img/Q_icon.png) no-repeat;
  background-size: contain;
}
.Q_A p {
  padding: 0 0 4% 8%;
  position: relative;
  font-size: 1.1em;
}
.Q_A p::before {
  position: absolute;
  left: 1.5%;
  top: 1%;
  content: "";
  display: inline-block;
  width: 2.55em;
  height: 2.55em;
  background: url(../img/A_icon.png) no-repeat;
  background-size: contain;
}

.QA_content .border {
  border: solid 1px #fff;
}

@media screen and (min-width: 740px) {
  .QA_icon {
    width: 10%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 740px) {
  section.QA {
    padding: 12% 4% 20%;
  }
  .QA h2 img {
    margin: 0 auto;
    width: 90%;
  }

  .inside_width2 {
    max-width: 100%;
    width: 95%;
    margin: auto;
  }
  .QA_content {
    width: 100%;
  }
  .Q h4 {
    padding: 4% 0 4% 14%;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .Q h4::before {
    width: 2em;
    height: 2em;
    top: 24%;
    left: 0;
  }
  .Q_A p {
    padding: 0 0 4% 14%;
    font-size: 15px;
  }
  .Q_A p::before {
    width: 2.7em;
    height: 2.7em;
    top: 1%;
    left: 0;
  }
}

@media screen and (min-width: 1100px) {
  .Q h4::before {
    left: 1.5%;
  }
}
@media screen and (min-width: 740px) and (max-width: 1000px) {
  .Q h4 {
    padding: 2% 0 2% 10%;
  }
  .Q_A p {
    padding: 0 0 4% 10%;
  }
}

@media screen and (min-width: 740px) and (max-width: 1200px) {
  .inside_width2 {
    max-width: 80%;
    width: 95%;
  }
}

/*-------------フッター-------------*/

footer {
  background: #244ea4;
  padding: 5% 0 12% !important;
}

footer p {
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  font-weight: 100;
}

.footer_tell {
  width: 200px;
  margin: 0.5% auto;
}
.footer_logo {
  width: 80%;
  margin: 2% auto 3%;
  max-width: 750px;
}

footer .border {
  border: solid 0.2px #fff;
  margin: 0 auto;
  width: 70%;
}

.footer_link {
  display: flex;
  max-width: 400px;
  margin: 0 auto;
  padding: 2%;
  justify-content: center;
}
.footer_link img {
  width: 80%;
  margin: 0 auto;
}
.company {
  width: 86% !important;
  margin-top: -2% !important;
}

@media screen and (max-width: 740px) {
  footer {
    padding: 9% 0px 48% !important;
  }
  .footer_logo {
    width: 80%;
    margin: 5% auto 7%;
  }
  .footer_tell {
    margin: 2% auto;
  }
  footer .border {
    border: solid 0.2px #fff;
    margin: 0 5%;
    width: 90%;
  }
  .footer_link {
    margin: 4% auto;
    padding: 0 10% 0 12%;
  }
  .footer_link img {
    width: 90%;
  }
  .company {
    width: 97% !important;
    margin-top: -1% !important;
  }
}

@media screen and (min-width: 740px) and (max-width: 1000px) {
  footer .border {
    width: 82%;
  }
}

/*-------------追従エリア-------------*/
/* デザインに関する記述 */
.cta_follow {
  background-color: #fff9e9;
}
.cta_follow p {
  color: #000;
  font-size: 1em;
  font-weight: bold;
  padding: 1% 0 0;
  text-align: center;
}
.cta_follow p span {
  color: #e70012;
}
.cta_follow .inner_flex {
  display: flex;
  width: 700px;
  padding: 0.5% 0.5% 1%;
  margin: 0 auto;
}

/* 動きに関する記述 */
.ScrollTop {
  opacity: 0;
  transition: all 0.65s;
  width: 100%;
  position: fixed;
  z-index: 10;
  bottom: 0;
}
.ScrollTop.isActive {
  opacity: 1;
  transition: all 0.65s;
}

@media screen and (max-width: 740px) {
  .cta_follow .inner_flex {
    width: 93%;
    padding: 15px 0 14px;
  }
  .cta_follow p {
    padding: 1%;
  }
  .cta_men2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 96%;
  }
  .floow_btn {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .cta_follow .inner_flex {
    height: 99px;
  }
}

@media screen and (min-width: 740px) and (max-width: 1200px) {
  .cta_follow .inner_flex {
    width: 50%;
  }
}

/*  ipad用記述   */
@media screen and (min-width: 750px) and (max-width: 880px) {
  section.service .h4_after {
    font-size: 1.2em;
  }

  .cta_area-in {
    padding-top: 9%;
  }
  .mv_btn {
    width: 86%;
    margin-left: 13%;
  }
  #Realtime,
  #Realtime01,
  #Realtime02,
  #Realtime03 {
    font-size: 0.9em;
  }
  .cta_follow p {
    font-size: 1.1em;
  }
  .voice {
    clip-path: polygon(99% 0, 100% 41%, 100% 100%, 0 100%, 0 0);
  }
  .voice_in::after {
    top: -5px;
  }
}

/*-------- プライバシーポリシー  --------*/

/*-------- FV時間表示--------*/
.hour::after {
  content: "";
  width: 107%;
  top: 53px;
  left: -3%;
  height: 33px;
  position: absolute;
  background: linear-gradient(to right, #fff9b2 0%, #f7ff06 100%);
  z-index: 0;
}

#hour {
  position: relative;
  z-index: 1;
  font-size: 57px;
  font-weight: bold;
  z-index: 1;
  left: 3px;
  margin-top: 14px;
  color: #fb4a04 !important;
}

.hour-all {
  -webkit-transform: rotate(-4deg);
  position: absolute;
  left: 20%;
  z-index: 1;
  top: 96px;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff,
    -1px -1px 0 #fff;
}

.hour-text {
  font-size: 29px;
  font-weight: bold;
  z-index: 1;
  margin-top: -12px;
  left: 403px;
}

.hour span {
  font-size: 37px;
  color: #000;
}

@media screen and (max-width: 1700px) {
  .hour-all {
    left: 14%;
  }
}

@media screen and (max-width: 480px) {
  .hour-all {
    -webkit-transform: rotate(-4deg);
    position: absolute;
    left: 4%;
    top: 54px;
  }

  #hour {
    font-size: 30px;
    font-weight: bold;
    z-index: 1;
    left: 1px;
    margin-top: 17px;
  }

  .hour-text {
    font-size: 16px;
    font-weight: bold;
    z-index: 1;
    margin-top: -5px;
    left: 13px;
  }

  .hour::after {
    content: "";
    width: 105%;
    top: 40px;
    left: -3%;
    height: 19px;
    background: linear-gradient(to right, #fff9b2 0%, #f7ff06 100%);
    z-index: 0;
  }

  .hour span {
    font-size: 20px;
  }
}

/*-------- 追従ボタン吹き出し--------*/
.cta_box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: -1.5vw;
  width: 83vw;
  /*display: block;*/
  font-weight: bold;
  font-size: 3vw;
  color: #081b45;
  -webkit-text-size-adjust: 100%;
}
.cta_txt {
  border: 1px solid #081b45;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #ffffff;
  position: relative;
  padding: 0.8vw 0vw;
  width: 100%;
  z-index: 2;
  text-align: center;
  display: block;
}
.cta_txt ::before {
  z-index: -2;
  bottom: -0.8vw;
  width: 3.7vw;
  height: 3vw;
  border: 1px solid #081b45;
  transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.cta_txt ::before,
.cta_txt ::after {
  content: "";
  left: 50%;
  position: absolute;
  display: block;
  background-color: #ffffff;
}
.cta_txt ::after {
  width: 8vw;
  height: 82%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 740px) {
  .trouble .fsSS {
    text-align: left;
  }
  div .comparison h2 {
    padding: 6% 3% 2%;
  }
  div .MIWA {
    font-size: 15px;
    padding: 5px;
  }
  div .companybox {
    background-image: url(../img/company_bg_sp.jpg);
    padding: 8% 3%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  div .companybox img {
    padding: 2% 0;
  }
  div .keycompar {
    padding-left: 2%;
  }
}

.comparison {
  background: #ececec;
  padding-bottom: 6%;
}

.comparison img {
  margin: 0 auto 2%;
}

.comparison h2 {
  background: #224ea4;
  color: #fff;
  padding: 5% 0 3%;
  font-size: 4em;
  font-weight: bold;
  text-align: center;
}

.companybox {
  background-image: url(../img/company_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.companybox img {
  margin: 0 auto;
  padding: 1% 0;
}

.companybox {
  margin: 0 auto;
  padding: 3% 0;
}

.MIWA {
  color: #1854a9;
  text-align: center;
  background-color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  padding: 14px;
}

.keycompar {
  padding-top: 4%;
}

/* 4番目のタブをデフォルトにする */
/* #tab_1:checked ~ .tabList .tab #tab_label_1,
#tab_2:checked ~ .tabList .tab #tab_label_2,
#tab_3:checked ~ .tabList .tab #tab_label_3,
#tab_4:checked ~ .tabList .tab #tab_label_4,
#tab_5:checked ~ .tabList .tab #tab_label_5 {
  line-height: 1.6;
  background-color: #ffffff;
  font-weight: bold;
  color: #234ea4;
} */

/* .tabBox .tab:nth-child(4) {
  background-color: #224ea4;
} */

/* 対応エリア */
.area_content {
  background-image: url(../img/area_bg_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.area_content {
  margin: 0;
  padding: 3% 0;
}

.area_pc img {
  position: absolute;
  top: 40%;
}
.area h2 {
  margin: 1% 0 0;
}

.area .area_license {
  margin: 2% auto 0;
}

.area_content p {
  position: absolute;
  display: block;
  width: 160px;
  max-width: 1200px;
  top: 142px;
  right: calc(50% - -243px);
  font-size: 1.2rem;
  padding: 3px;
  background-color: #fff;
  color: #f02c2c;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  margin: 0;
  box-shadow: 0px 0px 15px -7px #000;
}

.blink {
  animation: blink 1s ease-in-out infinite alternate;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .area_content {
    padding: 5% 4%;
  }

  .area .area_license {
    margin: 4% auto 0;
  }

  .area_content p {
    position: absolute;
    display: block;
    width: 20%;
    font-size: 18px;
    top: 18%;
    right: 66%;
    padding: 3px;
    background-color: #fff;
    color: #f02c2c;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    margin: 0;
    box-shadow: 0px 0px 15px -7px #000;
  }
}

@media screen and (max-width: 740px) {
  .area_content p {
    position: absolute;
    display: block;
    width: 45%;
    font-size: 20px;
    top: 12%;
    right: 32%;
    padding: 3px;
    background-color: #fff;
    color: #f02c2c;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    margin: 0;
    box-shadow: 0px 0px 15px -7px #000;
  }
}

