@charset "utf-8";
.area_owners {
  padding-top: 80px;
  margin: auto;
  width: 1080px;
  background-color: #e6f4ff;
}
@media screen and (max-width: 768px) {
  .area_owners {
    padding-top: 50px;
    width: auto;
  }
  img {
    width: 100%;
  }
}
/* utility
 ---------------------------------------------- */
.fz28 {font-size: 28px;}
.fz33 {font-size: 33px;}
.fz34 {font-size: 34px;}
.fz38 {font-size: 38px;}
.fz44 {font-size: 44px;}
.fz48 {font-size: 48px;}
.fz50 {font-size: 50px;}
.fz60 {font-size: 60px;}
.fz70 {font-size: 70px;}
@media screen and (max-width: 768px) {
  .fz28 {font-size: 14px;}
  .fz33 {font-size: 16px;}
  .fz34 {font-size: 17px;}
  .fz38 {font-size: 19px;}
  .fz44 {font-size: 22px;}
  .fz48 {font-size: 24px;}
  .fz50 {font-size: 25px;}
  .fz60 {font-size: 30px;}
  .fz70 {font-size: 35px;}
}


/* hero
 ---------------------------------------------- */
.area_owners .hero {
  position: relative
}
.area_owners .hero .lead {
  position: absolute;
  top: 60px;
  padding: 25px;
  width: 824px;
  border: 1px solid #005ab2;
  font-size: 28px;
  color: #005ab2;
  font-weight: bold;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .area_owners .hero .lead {
    position: relative;
    margin: 15px 0;
    padding: 15px;
    width: 90%;
    font-size: 14px;
    line-height: 1.3;
    top: auto;
    background-color: #fff;
  }
}
.area_owners .hero h1 {
  position: absolute;
  top: 193px;
  left: 30px;
  width: calc(100% - 30px);
  text-align: center;
  font-weight: bold;
  color: #005ab2;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .area_owners .hero h1 {
    top: 90px;
    width: calc(90% - 30px);
    line-height: 1.3;
  }
}
.area_owners .hero .image {}

/* sec02
 ---------------------------------------------- */
.area_owners .sec01 {
  padding: 30px 0;
  background-color: #005ab2;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .area_owners .sec01 {
    padding: 15px 0;
    line-height: 1.3;
  }
}
.area_owners .sec01 h2 {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .area_owners .sec01 h2 {
    font-size: 21px;
  }
}
.area_owners .sec01 p {
  margin-top: 14px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .area_owners .sec01 p {
    margin-top: 8px;
    font-size: 14px;
  }
}

/* sec02
---------------------------------------------- */
.area_owners .sec02 {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .area_owners .sec02 {
    padding: 20px;
  }
}
.area_owners .sec02 ul {
  overflow: hidden;
  padding: 50px 0 0 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .area_owners .sec02 ul {
    max-width: 330px;
    margin: auto;
    padding-top: 30px;
    padding-left: 0;
  }
}
.area_owners .sec02 li {
  position: relative;
  float: left;
  padding-top: 100px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background-repeat: repeat;
  background-position: 0 0;
}
@media screen and (max-width: 768px) {
  .area_owners .sec02 li {
    float: none;
    display: inline-block;
    padding-top: 50px;
    width: 160px;
    height: 160px;
  }
}
.area_owners .sec02 li + li {
  margin-left: -15px;
}
@media screen and (max-width: 768px) {
  .area_owners .sec02 li + li {
    margin-left: 0;
  }
}
.area_owners .sec02 li:nth-child(1) {background-image: url(/owner_lp/img/bg_owner_lp_01.jpg);}
.area_owners .sec02 li:nth-child(2) {background-image: url(/owner_lp/img/bg_owner_lp_02.jpg); z-index: 2;}
.area_owners .sec02 li:nth-child(3) {background-image: url(/owner_lp/img/bg_owner_lp_03.png); z-index: 3;}
.area_owners .sec02 .point {
  position: absolute;
  border-radius: 50%;
  width:100px;
  height: 100px;
  background-color: #ffffff;
  text-align: center;
  color: #005ab2;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .area_owners .sec02 .point {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -15px;
  }
}
.area_owners .sec02 .point .text {
  padding-top: 28px;
  display: block;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .area_owners .sec02 .point .text {
    padding-top: 14px;
    font-size: 12px;
  }
}
.area_owners .sec02 .point .num {
  margin-top: 10px;
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .area_owners .sec02 .point .num {
    margin-top: 5px;
    font-size: 13px;
  }
}
.area_owners .sec02 .message {
  line-height: 1.1;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

/* sec03
---------------------------------------------- */
.area_owners .sec03 {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .area_owners .sec03 {
    padding: 20px 10px;
  }
}
.area_owners .sec03 .header {
  padding: 60px 0 50px;
  text-align: center;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .area_owners .sec03 .header {
    padding: 30px 0 25px;
  }
}
.area_owners .sec03 .header h3 {
  font-size: 38px;
  font-weight: bold;
  color: #005ab2;
}
@media screen and (max-width: 768px) {
  .area_owners .sec03 .header h3 {
    font-size: 20px;
  }
}
.area_owners .sec03 .header h3 .txt_marker {
  position: relative;
  display: inline-block;
}
.area_owners .sec03 .header h3 .txt_marker::after {
  content: "";
  position: absolute;
  bottom: -5px;
  display: block;
  width: 100%;
  background-color: #fff5c7;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .area_owners .sec03 .header h3 .txt_marker::after {
    bottom: 5px;
    height: 10px;
  }
}
.area_owners .sec03 .header h3 .txt_marker em {
  position: relative;
  z-index: 2;
}
.area_owners .sec03 .body {
}
.area_owners .sec03 .body .caselist {
  overflow: hidden;
  padding: 0 25px 25px;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .area_owners .sec03 .body .caselist {
    padding: 0 10px 10px;
    display: block;
  }
}
.area_owners .sec03 .body .case {
  width: 310px;
  border: 1px solid #d2d2d2;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .area_owners .sec03 .body .case {
    width: 100%;
  }
}
.area_owners .sec03 .body .case + .case {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .area_owners .sec03 .body .case + .case {
    margin-top: 15px;
    margin-left: 0;
  }
}
.area_owners .sec03 .body .case01 {
  display: table;
  padding: 20px 0;
  margin: auto;
}
.area_owners .sec03 .body .case01 .text {
  display: table-cell;
  color: #ebd157;
  vertical-align: middle;
}
.area_owners .sec03 .body .case01 .image {
  display: table-cell;
  padding-left: 20px;
}
.area_owners .sec03 .body .case01 .text .case_text {
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 1.1;
}
.area_owners .sec03 .body .case01 .text .num {
  display: block;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
}
.area_owners .sec03 .body .case02 {
  position: relative;
}
.area_owners .sec03 .body .case02::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12px 0 12px;
  border-color: #4589c4 transparent transparent transparent;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.area_owners .sec03 .body .case02 .text_table {
  display: table;
  width: 100%;
  background-color: #4588c4;
}
.area_owners .sec03 .body .case02 .text {
  display: table-cell;
  height: 114px;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  padding: 0 25px 0 25px;
  font-size: 20px;
  line-height: 1.4;
}
.area_owners .sec03 .body .case03 {}
.area_owners .sec03 .body .case03 h4 {
  padding: 25px 0;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #4588c4;
}
.area_owners .sec03 .body .case03 .text {
  padding: 0 24px 24px;
  font-size: 18px;
}
.area_input_forms {
  max-width: 1080px;
  margin: 0 auto;
}
.area_input_forms .sec04 {
  padding: 80px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .area_input_forms .sec04 {
    padding: 40px 0 0;
    text-align: center;
  }
}
.area_input_forms .sec04 p {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #005ab2;
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .area_input_forms .sec04 p {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #005ab2;
    font-size: 24px;
  }
}
.area_input_forms .sec04 p::before,
.area_input_forms .sec04 p::after {
  content: "";
  position: absolute;
  top: 10px;
  display: block;
  background-color: #005ab2;
  width: 2px;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .area_input_forms .sec04 p::before,
  .area_input_forms .sec04 p::after {
    top: 5px;
    height: 70px;
  }
}
.area_input_forms .sec04 p::before {
  left: -40px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .area_input_forms .sec04 p::before {
    left: -20px;
  }
}
.area_input_forms .sec04 p::after {
  right: -40px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
@media screen and (max-width: 768px) {
  .area_input_forms .sec04 p::after {
    right: -20px;
  }
}
.area_input_forms .privacy {
  border: 1px solid #ccc;
  overflow: scroll;
  margin: 0 auto;
  width: 790px;
  height: 200px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .area_input_forms .privacy {
    width: auto;
  }
}
.area_input_forms .privacy #gc_main {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .area_input_forms .privacy #gc_main {
    padding: 0;
  }
}
.area_input_forms .privacy #gc_main .gcm_inner,
.area_input_forms .privacy #gc_main .module_privacy {
  width: auto;
}
