@charset "UTF-8";
/*

	サービス

	*/
/* Vendor */
/* Variable */
/*

breakpoints

*/
/*

base color

*/
/*

text color

*/
/*

table color

*/
/*

button color

*/
/*

width

*/
/*

webfonts

*/
/* Mixin */
/*

clearfix

*/
/*

メディアクエリ

ブレークポイント定義
```sass
$breakpoints:(
	tablet: 959px,
	sp: 679px
);
```

● max-widthで指定する
```sass
@include mq(sp) {
	height:40px;
}
```
```output css
@media screen and (max-width: 679px) {
	height: 40px;
}
```

● 範囲指定する場合は、引数に2つ入れる
```sass
@include mq(sp tablet) {
	height:40px;
}
```
```output css
@media screen and (min-width: 680px) and (max-width: 959px) {
	height: 40px;
}
```

● min-widthで指定する場合は第2引数をtrueにする
```sass
@include mq(tablet, true) {
	height:40px;
}
```
```output css
@media screen and (min-width: 960px) {
	height: 40px;
}
```

*/
/* Function */
html,
body {
  overflow-x: hidden;
  -ms-overflow-x: hidden;
}

body.owner-flow {
  width: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;
  /* ↓↓↓ 共通部品 ↓↓↓ */
  /* ↑↑↑ 共通部品 ↑↑↑*/
}

body.owner-flow .contents {
  margin-top: 75px;
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents {
    margin-top: 35px;
  }
}

body.owner-flow .contents .wrapper__title {
  position: relative;
}

body.owner-flow .contents .contents__bg {
  position: absolute;
  top: 60px;
  right: 3%;
  width: 41%;
  height: 71%;
  z-index: 1;
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents .contents__bg {
    top: 45px;
    right: 3%;
    width: 62.5%;
    height: 145px;
  }
}

body.owner-flow .contents__title {
  width: 61%;
  padding: 30px 60px 170px;
  background-color: rgba(0, 158, 150, 0.8);
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__title {
    padding: 30px 40px 170px;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__title {
    width: 80%;
    padding: 20px 25px 90px;
  }
}

body.owner-flow .contents__title::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-bottom: 20px solid transparent;
  z-index: 3;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__title::before {
    top: 15px;
    left: 15px;
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__title::before {
    top: 10px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
  }
}

body.owner-flow .contents__title h2 {
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.owner-flow .contents__title h2 .title {
  width: 38%;
  display: inline-block;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__title h2 .title {
    width: 41%;
  }
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__title h2 .title {
    width: 53%;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__title h2 .title {
    width: 50%;
  }
}

body.owner-flow .contents__title h2 .line {
  display: inline-block;
  margin-top: 5px;
  width: 40%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__title h2 .line {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__title h2 .line {
    width: 18%;
    margin-top: 2px;
  }
}

body.owner-flow .contents__title h2 .number {
  display: inline-block;
  font-size: 70px;
  font-size: 7rem;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-top: 10px;
  margin-left: 2%;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__title h2 .number {
    font-size: 50px;
    font-size: 5rem;
  }
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__title h2 .number {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__title h2 .number {
    font-size: 35px;
    font-size: 3.5rem;
    margin-top: 5px;
  }
}

body.owner-flow .contents__title .subtitle {
  display: block;
  color: #fff;
  font-size: 42px;
  font-size: 4.2rem;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__title .subtitle {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__title .subtitle {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__title .subtitle {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

body.owner-flow .contents__box {
  width: 75%;
  background-color: #fff;
  padding: 2.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 7px 7px rgba(0, 158, 150, 0.2);
  box-shadow: 7px 7px rgba(0, 158, 150, 0.2);
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__box {
    padding: 5%;
  }
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__box {
    width: 80%;
    padding: 5%;
    display: block;
    -webkit-box-shadow: 3px 3px rgba(0, 158, 150, 0.2);
    box-shadow: 3px 3px rgba(0, 158, 150, 0.2);
  }
}

body.owner-flow .contents__box .contents__text {
  width: 63%;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__box .contents__text {
    width: 100%;
  }
}

body.owner-flow .contents__box .contents__text h4 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__box .contents__text h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 991px) {
  body.owner-flow .contents__box .contents__text h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__box .contents__text h4 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

body.owner-flow .contents__box .contents__text p {
  margin-top: 20px;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__box .contents__text p {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__box .contents__text p {
    margin-top: 5px;
    font-size: 10px;
    font-size: 1rem;
  }
}

body.owner-flow .contents__box .contents__img {
  width: 32%;
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__box .contents__img {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

body.owner-flow .caution {
  color: #ED1C24;
}

body.owner-flow a {
  text-decoration: none;
}

body.owner-flow .mv.green {
  background-image: url("../../images/owner-flow/pc_mv.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
  body.owner-flow .mv.green {
    background-image: url("../../images/owner-flow/sp_mv.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 1199px) {
  body.owner-flow .mv.green p {
    text-align: left;
  }
}

@media screen and (max-width: 1199px) {
  body.owner-flow .mv.green .pc_br {
    display: none !important;
  }
}

body.owner-flow .contents__wrapper {
  width: 100%;
  background-image: url("../../images/owner-flow/bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: repeat;
  background-size: contain;
  position: relative;
  overflow-x: hidden;
}

body.owner-flow .contents__res__title {
  width: 90%;
  margin: 0 auto;
  padding: 20px 15px 100px 45px;
  background-color: rgba(230, 0, 18, 0.7);
  position: relative;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__res__title {
    padding: 20px 15px 80px 45px;
  }
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__res__title {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__res__title {
    width: 100%;
    margin: 0 auto;
    padding: 20px 30px 50px;
  }
}

body.owner-flow .contents__res__title::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-bottom: 20px solid transparent;
  z-index: 3;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__res__title::before {
    top: 15px;
    left: 15px;
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__res__title::before {
    top: 10px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
  }
}

body.owner-flow .contents__res__title h2 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.owner-flow .contents__res__title h2 .title {
  width: 19%;
  display: inline-block;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__res__title h2 .title {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__res__title h2 .title {
    width: 30%;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__res__title h2 .title {
    width: 37%;
  }
}

body.owner-flow .contents__res__title h2 .line {
  display: inline-block;
  margin-left: 2.5%;
  margin-top: 10px;
  width: 8%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__res__title h2 .line {
    width: 5%;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__res__title h2 .line {
    width: 25%;
    margin-top: 5px;
  }
}

body.owner-flow .contents__res__title h2 .icon {
  display: inline-block;
  margin-left: 1.8%;
  margin-top: 10px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background-image: url("../../images/owner-flow/caution.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__res__title h2 .icon {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__res__title h2 .icon {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__res__title h2 .icon {
    width: 20px;
    height: 20px;
    margin-left: 2.5%;
    margin-top: 5px;
  }
}

body.owner-flow .contents__res__title h2 .subtitle_pc {
  display: inline-block;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.5;
  vertical-align: middle;
  margin-top: 12px;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__res__title h2 .subtitle_pc {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__res__title h2 .subtitle_pc {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

body.owner-flow .contents__res__title .subtitle_sp {
  display: inline-block;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  vertical-align: middle;
  margin-top: 5px;
}

body.owner-flow .contents__res__box {
  width: 80%;
  margin: -65px auto 0;
  background-color: #fff;
  -webkit-box-shadow: 7px 7px rgba(193, 39, 45, 0.2);
  box-shadow: 7px 7px rgba(193, 39, 45, 0.2);
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__res__box {
    -webkit-box-shadow: 3px 3px rgba(193, 39, 45, 0.2);
    box-shadow: 3px 3px rgba(193, 39, 45, 0.2);
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__res__box {
    margin: -35px auto 0;
    -webkit-box-shadow: 3px 3px rgba(193, 39, 45, 0.2);
    box-shadow: 3px 3px rgba(193, 39, 45, 0.2);
  }
}

body.owner-flow .contents__res__box .contents__res__text {
  padding: 40px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__res__box .contents__res__text {
    padding: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__res__box .contents__res__text {
    padding: 20px;
    font-size: 10px;
    font-size: 1rem;
  }
}

body.owner-flow .contents__res__box .contents__res__text .caution {
  text-align: center;
  margin-top: 25px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__res__box .contents__res__text .caution {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__res__box .contents__res__text .caution {
    text-align-last: left;
    margin-top: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

body.owner-flow .contents__res__box .btn__search {
  display: none;
  width: 70%;
  margin: 25px auto 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__res__box .btn__search {
    width: 100%;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__res__box .btn__search {
    width: 100%;
    height: auto;
    margin: 15px auto 0;
  }
}

body.owner-flow .contents__res__box .btn__search a {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;
  border: 1px #ED1C24 solid;
  font-size: 13px;
  font-size: 1.3rem;
  color: #ED1C24;
  text-align: center;
  display: block;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 10px 70px;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

body.owner-flow .contents__res__box .btn__search a .arrow {
  width: 17%;
  height: 1px;
  background: #ED1C24;
  position: absolute;
  top: 50%;
  left: 94%;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body.owner-flow .contents__res__box .btn__search a .arrow::after {
  content: "";
  width: 23px;
  height: 1px;
  background-color: #ED1C24;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: translateY(-50%) rotate(29.5deg);
  -ms-transform: translateY(-50%) rotate(29.5deg);
  transform: translateY(-50%) rotate(29.5deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body.owner-flow .contents__res__box .btn__search a:hover {
  background-color: #ED1C24;
  color: #fff;
}

body.owner-flow .contents__res__box .btn__search a:hover .arrow {
  background: #fff;
}

body.owner-flow .contents__res__box .btn__search a:hover .arrow::after {
  background: #fff;
}

body.owner-flow .contents__res__box .btn__search a .arrow {
  width: 10%;
  top: 55%;
  left: 97%;
}

body.owner-flow .contents__res__box .btn__search a .arrow::after {
  content: "";
  width: 12px;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__res__box .btn__search a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  body.owner-flow .contents__res__box .btn__search a .arrow:after {
    width: 17.25px;
  }
}

@media screen and (max-width: 991px) {
  body.owner-flow .contents__res__box .btn__search a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  body.owner-flow .contents__res__box .btn__search a .arrow:after {
    width: 11.5px;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__res__box .btn__search a {
    line-height: 1.7;
    padding: 10px 30px;
    font-size: 10px;
    font-size: 1rem;
  }
  body.owner-flow .contents__res__box .btn__search a .arrow:after {
    width: 7px;
  }
}

body.owner-flow .contents__res__box .btn__search a:hover {
  background-color: #ED1C24;
  border-color: #fff;
}

body.owner-flow .contents__recp .contents__bg {
  background-image: url("../../images/owner-flow/bg_contents_01.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.owner-flow .contents__recp__box {
  margin: -150px auto 0 10%;
  z-index: 3;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__recp__box {
    margin: -150px auto 0;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__recp__box {
    margin: -75px auto 0;
  }
}

body.owner-flow .contents__recp__box .sp_img {
  display: none;
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__recp__box .sp_img {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

body.owner-flow .contents__recp__box .btn__caution {
  width: 100%;
  height: 40px;
  margin: 25px auto 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__recp__box .btn__caution {
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__recp__box .btn__caution {
    width: 100%;
    height: auto;
  }
}

body.owner-flow .contents__recp__box .btn__caution a {
  line-height: 40px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;
  border: 1px #009e96 solid;
  font-size: 13px;
  font-size: 1.3rem;
  color: #009e96;
  text-align: center;
  display: block;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

body.owner-flow .contents__recp__box .btn__caution a .arrow {
  width: 17%;
  height: 1px;
  background: #009e96;
  position: absolute;
  top: 50%;
  left: 94%;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body.owner-flow .contents__recp__box .btn__caution a .arrow::after {
  content: "";
  width: 23px;
  height: 1px;
  background-color: #009e96;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: translateY(-50%) rotate(29.5deg);
  -ms-transform: translateY(-50%) rotate(29.5deg);
  transform: translateY(-50%) rotate(29.5deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body.owner-flow .contents__recp__box .btn__caution a:hover {
  background-color: #009e96;
  color: #fff;
}

body.owner-flow .contents__recp__box .btn__caution a:hover .arrow {
  background: #fff;
}

body.owner-flow .contents__recp__box .btn__caution a:hover .arrow::after {
  background: #fff;
}

body.owner-flow .contents__recp__box .btn__caution a .arrow {
  width: 10%;
  top: 55%;
  left: 97%;
}

body.owner-flow .contents__recp__box .btn__caution a .arrow::after {
  content: "";
  width: 12px;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__recp__box .btn__caution a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  body.owner-flow .contents__recp__box .btn__caution a .arrow:after {
    width: 12.25px;
  }
}

@media screen and (max-width: 991px) {
  body.owner-flow .contents__recp__box .btn__caution a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  body.owner-flow .contents__recp__box .btn__caution a .arrow:after {
    width: 11.5px;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__recp__box .btn__caution a {
    font-size: 10px;
    font-size: 1rem;
    line-height: 30px;
  }
}

body.owner-flow .contents__recp__box .btn__caution a:hover {
  background-color: #009e96;
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__recp__box .contents__recp__img {
    display: none;
  }
}

body.owner-flow .contents__leave .wrapper .contents__bg {
  left: 3%;
  background-image: url("../../images/owner-flow/bg_contents_02.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__leave .wrapper .contents__bg {
    left: 3%;
  }
}

body.owner-flow .contents__leave .wrapper__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

body.owner-flow .contents__leave .wrapper__title h2 .title {
  width: 45%;
}

body.owner-flow .contents__leave .wrapper__title h2 .line {
  width: 32%;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__leave .wrapper__title h2 .title {
    width: 50%;
  }
  body.owner-flow .contents__leave .wrapper__title h2 .line {
    width: 23%;
  }
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__leave .wrapper__title h2 .title {
    width: 63%;
  }
  body.owner-flow .contents__leave .wrapper__title h2 .line {
    width: 10%;
  }
}

body.owner-flow .contents__leave .wrapper .contents__box {
  margin: -150px 10% 0 auto;
  z-index: 3;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__leave .wrapper .contents__box {
    margin: -150px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.owner-flow .contents__leave .wrapper .contents__box .contents__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 10px;
  }
  body.owner-flow .contents__leave .wrapper .contents__box .contents__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__leave .wrapper .contents__box {
    margin: -75px auto 0;
  }
  body.owner-flow .contents__leave .wrapper .contents__box .contents__text h3 {
    letter-spacing: -0.3px;
  }
}

body.owner-flow .contents__int .contents__bg {
  background-image: url("../../images/owner-flow/bg_contents_03.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.owner-flow .contents__int__title h2 .title {
  width: 30%;
}

body.owner-flow .contents__int__title h2 .line {
  width: 46%;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__int__title h2 .title {
    width: 35%;
  }
  body.owner-flow .contents__int__title h2 .line {
    width: 38%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__int__title h2 .title {
    width: 43%;
  }
  body.owner-flow .contents__int__title h2 .line {
    width: 25%;
    margin-top: 5px;
  }
}

body.owner-flow .contents__int__box {
  margin: -150px auto 0 10%;
  z-index: 3;
  position: relative;
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__int__box {
    margin: -75px auto 0;
  }
  body.owner-flow .contents__int__box .contents__img {
    margin-top: 10px;
  }
}

body.owner-flow .contents__insp .wrapper .contents__bg {
  left: 3%;
  background-image: url("../../images/owner-flow/bg_contents_04.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__insp .wrapper .contents__bg {
    left: 3%;
  }
}

body.owner-flow .contents__insp .wrapper__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

body.owner-flow .contents__insp .wrapper__title h2 .title {
  width: 30%;
}

body.owner-flow .contents__insp .wrapper__title h2 .line {
  width: 46%;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__insp .wrapper__title h2 .title {
    width: 35%;
  }
  body.owner-flow .contents__insp .wrapper__title h2 .line {
    width: 38%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__insp .wrapper__title h2 .title {
    width: 43%;
  }
  body.owner-flow .contents__insp .wrapper__title h2 .line {
    width: 25%;
    margin-top: 5px;
  }
}

body.owner-flow .contents__insp .wrapper .contents__insp__box {
  width: 77%;
  margin: -150px 10% 0 auto;
  z-index: 3;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 7px 7px rgba(0, 158, 150, 0.2);
  box-shadow: 7px 7px rgba(0, 158, 150, 0.2);
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__insp .wrapper .contents__insp__box {
    width: 80%;
    margin: -150px auto 0;
    padding: 5%;
    -webkit-box-shadow: 3px 3px rgba(0, 158, 150, 0.2);
    box-shadow: 3px 3px rgba(0, 158, 150, 0.2);
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__insp .wrapper .contents__insp__box {
    margin: -75px auto 0;
  }
}

body.owner-flow .contents__insp .wrapper .contents__insp__box .contents__box {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body.owner-flow .contents__insp .wrapper .contents__insp__box .contents__box .contents__text dl:last-of-type dt {
  margin-top: 15px;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__insp .wrapper .contents__insp__box .contents__box .contents__text dl:last-of-type dt {
    margin-top: 10px;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__insp .wrapper .contents__insp__box .contents__box .contents__text dl:last-of-type dt {
    margin-top: 7px;
  }
}

body.owner-flow .contents__insp .wrapper .contents__insp__box .contents__box .contents__text dl dt {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__insp .wrapper .contents__insp__box .contents__box .contents__text dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__insp .wrapper .contents__insp__box .contents__box .contents__text dl dt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__insp .wrapper .contents__insp__box .contents__box .contents__text dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__insp .wrapper .contents__insp__box .contents__box .contents__text dl dd {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 5px;
  }
}

body.owner-flow .contents__insp .wrapper .contents__insp__box .contents__box_01 .contents__text dl:first-of-type {
  margin-top: 15px;
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__insp .wrapper .contents__insp__box .contents__box_01 .contents__text dl:first-of-type {
    margin-top: 7px;
  }
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__insp .wrapper .contents__insp__box .contents__box_02 .contents__text dl,
  body.owner-flow .contents__insp .wrapper .contents__insp__box .contents__box_03 .contents__text dl {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__insp .wrapper .contents__insp__box .contents__box_01,
  body.owner-flow .contents__insp .wrapper .contents__insp__box .contents__box_03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.owner-flow .contents__insp .wrapper .contents__insp__box .contents__box_01 .contents__img,
  body.owner-flow .contents__insp .wrapper .contents__insp__box .contents__box_03 .contents__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body.owner-flow .contents__insp .wrapper .contents__insp__box .contents__box_01 .contents__text,
  body.owner-flow .contents__insp .wrapper .contents__insp__box .contents__box_03 .contents__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body.owner-flow .contents__insp .wrapper .contents__insp__box .contents__box_01,
  body.owner-flow .contents__insp .wrapper .contents__insp__box .contents__box_02,
  body.owner-flow .contents__insp .wrapper .contents__insp__box .contents__box_03 {
    padding: 0;
  }
  body.owner-flow .contents__insp .wrapper .contents__insp__box .contents__box_01 .contents__img,
  body.owner-flow .contents__insp .wrapper .contents__insp__box .contents__box_02 .contents__img,
  body.owner-flow .contents__insp .wrapper .contents__insp__box .contents__box_03 .contents__img {
    margin-top: 7px;
  }
}

body.owner-flow .contents__pickup .contents__bg {
  background-image: url("../../images/owner-flow/bg_contents_05.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.owner-flow .contents__pickup__box {
  margin: -150px auto 0 10%;
  z-index: 0;
  position: relative;
}

body.owner-flow .contents__pickup .contents__box .btn__pay {
  display: none;
  width: 100%;
  height: 40px;
  margin: 25px auto 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__pickup .contents__box .btn__pay {
    width: 100%;
    height: auto;
  }
}

body.owner-flow .contents__pickup .contents__box .btn__pay a {
  line-height: 40px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;
  border: 1px #009e96 solid;
  font-size: 13px;
  font-size: 1.3rem;
  color: #009e96;
  text-align: center;
  display: block;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

body.owner-flow .contents__pickup .contents__box .btn__pay a .arrow {
  width: 17%;
  height: 1px;
  background: #009e96;
  position: absolute;
  top: 50%;
  left: 94%;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body.owner-flow .contents__pickup .contents__box .btn__pay a .arrow::after {
  content: "";
  width: 23px;
  height: 1px;
  background-color: #009e96;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: translateY(-50%) rotate(29.5deg);
  -ms-transform: translateY(-50%) rotate(29.5deg);
  transform: translateY(-50%) rotate(29.5deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body.owner-flow .contents__pickup .contents__box .btn__pay a:hover {
  background-color: #009e96;
  color: #fff;
}

body.owner-flow .contents__pickup .contents__box .btn__pay a:hover .arrow {
  background: #fff;
}

body.owner-flow .contents__pickup .contents__box .btn__pay a:hover .arrow::after {
  background: #fff;
}

body.owner-flow .contents__pickup .contents__box .btn__pay a .arrow {
  width: 10%;
  top: 55%;
  left: 97%;
}

body.owner-flow .contents__pickup .contents__box .btn__pay a .arrow::after {
  content: "";
  width: 12px;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__pickup .contents__box .btn__pay a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.owner-flow .contents__pickup .contents__box .btn__pay a .arrow:after {
    width: 17.25px;
  }
}

@media screen and (max-width: 991px) {
  body.owner-flow .contents__pickup .contents__box .btn__pay a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  body.owner-flow .contents__pickup .contents__box .btn__pay a .arrow:after {
    width: 11.5px;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__pickup .contents__box .btn__pay a {
    font-size: 10px;
    font-size: 1rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    line-height: 30px;
  }
}

body.owner-flow .contents__pickup .contents__box .btn__pay a:hover {
  background-color: #009e96;
  border-color: #fff;
}

body.owner-flow .contents__result .wrapper .contents__bg {
  left: 3%;
  background-image: url("../../images/owner-flow/bg_contents_06.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.owner-flow .contents__result .wrapper__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

body.owner-flow .contents__result .wrapper__title h2 .title {
  width: 45%;
}

body.owner-flow .contents__result .wrapper__title h2 .line {
  width: 32%;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__result .wrapper__title h2 .title {
    width: 50%;
  }
  body.owner-flow .contents__result .wrapper__title h2 .line {
    width: 23%;
  }
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__result .wrapper__title h2 .title {
    width: 63%;
  }
  body.owner-flow .contents__result .wrapper__title h2 .line {
    width: 10%;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__result .wrapper__title .subtitle {
    font-size: 23px;
    font-size: 2.3rem;
    letter-spacing: -0.5px;
  }
}

body.owner-flow .contents__result .wrapper .contents__box {
  margin: -150px 10% 0 auto;
  z-index: 3;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__result .wrapper .contents__box {
    margin: -150px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.owner-flow .contents__result .wrapper .contents__box .contents__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 10px;
  }
  body.owner-flow .contents__result .wrapper .contents__box .contents__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__result .wrapper .contents__box {
    margin: -75px auto 0;
  }
}

body.owner-flow .contents__after__title {
  width: 90%;
  margin: 70px auto 0;
  background-color: rgba(230, 0, 18, 0.7);
  padding: 20px 40px 180px 50px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__after__title {
    padding: 20px 40px 80px;
  }
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__after__title {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__after__title {
    width: 100%;
    margin: 35px auto 0;
    padding: 20px 25px 50px;
  }
}

body.owner-flow .contents__after__title::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 2%;
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-bottom: 20px solid transparent;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__after__title::before {
    top: 15px;
    left: 15px;
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__after__title::before {
    top: 10px;
    left: 10px;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
  }
}

body.owner-flow .contents__after__title .title__wrapper h2 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.owner-flow .contents__after__title .title__wrapper h2 .title {
  width: 13%;
  display: inline-block;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__after__title .title__wrapper h2 .title {
    width: 15%;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__after__title .title__wrapper h2 .title {
    width: 25%;
  }
}

body.owner-flow .contents__after__title .title__wrapper h2 .line {
  display: inline-block;
  margin-left: 1.8%;
  margin-top: 15px;
  width: 12%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__after__title .title__wrapper h2 .line {
    width: 8%;
  }
}

body.owner-flow .contents__after__title .title__wrapper h2 .icon {
  display: inline-block;
  margin-left: 1.8%;
  margin-top: 15px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background-image: url("../../images/owner-flow/caution.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__after__title .title__wrapper h2 .icon {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__after__title .title__wrapper h2 .icon {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__after__title .title__wrapper h2 .icon {
    margin-left: 2.5%;
    width: 20px;
    height: 20px;
  }
}

body.owner-flow .contents__after__title .title__wrapper h2 .subtitle_pc {
  display: inline-block;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.5;
  vertical-align: middle;
  margin-top: 17px;
  margin-left: 1.8%;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__after__title .title__wrapper h2 .subtitle_pc {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__after__title .title__wrapper h2 .subtitle_pc {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

body.owner-flow .contents__after__title .title__wrapper .subtitle_sp {
  display: inline-block;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  vertical-align: middle;
  margin-top: 5px;
}

body.owner-flow .contents__after__title p {
  margin-top: 25px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__after__title p {
    margin-top: 20px;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__after__title p {
    margin-top: 15px;
    font-size: 10px;
    font-size: 1rem;
  }
}

body.owner-flow .contents__after__box {
  width: 80%;
  margin: -150px auto 0;
  padding: 50px;
  background-color: #fff;
  -webkit-box-shadow: 7px 7px rgba(193, 39, 45, 0.2);
  box-shadow: 7px 7px rgba(193, 39, 45, 0.2);
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__after__box {
    margin: -60px auto 0;
    padding: 5%;
    -webkit-box-shadow: 3px 3px rgba(193, 39, 45, 0.2);
    box-shadow: 3px 3px rgba(193, 39, 45, 0.2);
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__after__box {
    margin: -30px auto 0;
    padding: 5%;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px rgba(193, 39, 45, 0.2);
    box-shadow: 3px 3px rgba(193, 39, 45, 0.2);
  }
}

body.owner-flow .contents__after__box .contents__box_01,
body.owner-flow .contents__after__box .contents__box_02,
body.owner-flow .contents__after__box .contents__box_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__after__box .contents__box_01,
  body.owner-flow .contents__after__box .contents__box_02,
  body.owner-flow .contents__after__box .contents__box_03 {
    display: block;
  }
}

body.owner-flow .contents__after__box .contents__box_01 .contents__after__text,
body.owner-flow .contents__after__box .contents__box_02 .contents__after__text,
body.owner-flow .contents__after__box .contents__box_03 .contents__after__text {
  width: 63%;
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__after__box .contents__box_01 .contents__after__text,
  body.owner-flow .contents__after__box .contents__box_02 .contents__after__text,
  body.owner-flow .contents__after__box .contents__box_03 .contents__after__text {
    width: 100%;
  }
}

body.owner-flow .contents__after__box .contents__box_01 .contents__after__text h3,
body.owner-flow .contents__after__box .contents__box_02 .contents__after__text h3,
body.owner-flow .contents__after__box .contents__box_03 .contents__after__text h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  margin-left: 70px;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__after__box .contents__box_01 .contents__after__text h3,
  body.owner-flow .contents__after__box .contents__box_02 .contents__after__text h3,
  body.owner-flow .contents__after__box .contents__box_03 .contents__after__text h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 40px;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__after__box .contents__box_01 .contents__after__text h3,
  body.owner-flow .contents__after__box .contents__box_02 .contents__after__text h3,
  body.owner-flow .contents__after__box .contents__box_03 .contents__after__text h3 {
    font-size: 13px;
    font-size: 1.3rem;
    margin-left: 35px;
  }
}

body.owner-flow .contents__after__box .contents__box_01 .contents__after__text .after__title_01,
body.owner-flow .contents__after__box .contents__box_01 .contents__after__text .after__title_02,
body.owner-flow .contents__after__box .contents__box_01 .contents__after__text .after__title_03,
body.owner-flow .contents__after__box .contents__box_02 .contents__after__text .after__title_01,
body.owner-flow .contents__after__box .contents__box_02 .contents__after__text .after__title_02,
body.owner-flow .contents__after__box .contents__box_02 .contents__after__text .after__title_03,
body.owner-flow .contents__after__box .contents__box_03 .contents__after__text .after__title_01,
body.owner-flow .contents__after__box .contents__box_03 .contents__after__text .after__title_02,
body.owner-flow .contents__after__box .contents__box_03 .contents__after__text .after__title_03 {
  position: relative;
}

body.owner-flow .contents__after__box .contents__box_01 .contents__after__text .after__title_01::before,
body.owner-flow .contents__after__box .contents__box_01 .contents__after__text .after__title_02::before,
body.owner-flow .contents__after__box .contents__box_01 .contents__after__text .after__title_03::before,
body.owner-flow .contents__after__box .contents__box_02 .contents__after__text .after__title_01::before,
body.owner-flow .contents__after__box .contents__box_02 .contents__after__text .after__title_02::before,
body.owner-flow .contents__after__box .contents__box_02 .contents__after__text .after__title_03::before,
body.owner-flow .contents__after__box .contents__box_03 .contents__after__text .after__title_01::before,
body.owner-flow .contents__after__box .contents__box_03 .contents__after__text .after__title_02::before,
body.owner-flow .contents__after__box .contents__box_03 .contents__after__text .after__title_03::before {
  content: "1";
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 38px;
  font-size: 3.8rem;
  color: #fff;
  background-color: #ea6172;
  border-radius: 50%;
  -webkit-box-shadow: 4px 3px rgba(234, 97, 114, 0.2);
  box-shadow: 4px 3px rgba(234, 97, 114, 0.2);
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__after__box .contents__box_01 .contents__after__text .after__title_01::before,
  body.owner-flow .contents__after__box .contents__box_01 .contents__after__text .after__title_02::before,
  body.owner-flow .contents__after__box .contents__box_01 .contents__after__text .after__title_03::before,
  body.owner-flow .contents__after__box .contents__box_02 .contents__after__text .after__title_01::before,
  body.owner-flow .contents__after__box .contents__box_02 .contents__after__text .after__title_02::before,
  body.owner-flow .contents__after__box .contents__box_02 .contents__after__text .after__title_03::before,
  body.owner-flow .contents__after__box .contents__box_03 .contents__after__text .after__title_01::before,
  body.owner-flow .contents__after__box .contents__box_03 .contents__after__text .after__title_02::before,
  body.owner-flow .contents__after__box .contents__box_03 .contents__after__text .after__title_03::before {
    left: -30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__after__box .contents__box_01 .contents__after__text .after__title_01::before,
  body.owner-flow .contents__after__box .contents__box_01 .contents__after__text .after__title_02::before,
  body.owner-flow .contents__after__box .contents__box_01 .contents__after__text .after__title_03::before,
  body.owner-flow .contents__after__box .contents__box_02 .contents__after__text .after__title_01::before,
  body.owner-flow .contents__after__box .contents__box_02 .contents__after__text .after__title_02::before,
  body.owner-flow .contents__after__box .contents__box_02 .contents__after__text .after__title_03::before,
  body.owner-flow .contents__after__box .contents__box_03 .contents__after__text .after__title_01::before,
  body.owner-flow .contents__after__box .contents__box_03 .contents__after__text .after__title_02::before,
  body.owner-flow .contents__after__box .contents__box_03 .contents__after__text .after__title_03::before {
    left: -20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 19px;
    font-size: 1.9rem;
    -webkit-box-shadow: 2px 1px rgba(234, 97, 114, 0.2);
    box-shadow: 2px 1px rgba(234, 97, 114, 0.2);
  }
}

body.owner-flow .contents__after__box .contents__box_01 .contents__after__text .after__title_02::before,
body.owner-flow .contents__after__box .contents__box_02 .contents__after__text .after__title_02::before,
body.owner-flow .contents__after__box .contents__box_03 .contents__after__text .after__title_02::before {
  content: "2";
}

body.owner-flow .contents__after__box .contents__box_01 .contents__after__text .after__title_03::before,
body.owner-flow .contents__after__box .contents__box_02 .contents__after__text .after__title_03::before,
body.owner-flow .contents__after__box .contents__box_03 .contents__after__text .after__title_03::before {
  content: "3";
  top: 25%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__after__box .contents__box_01 .contents__after__text .after__title_03::before,
  body.owner-flow .contents__after__box .contents__box_02 .contents__after__text .after__title_03::before,
  body.owner-flow .contents__after__box .contents__box_03 .contents__after__text .after__title_03::before {
    top: 35%;
    left: -30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 991px) {
  body.owner-flow .contents__after__box .contents__box_01 .contents__after__text .after__title_03::before,
  body.owner-flow .contents__after__box .contents__box_02 .contents__after__text .after__title_03::before,
  body.owner-flow .contents__after__box .contents__box_03 .contents__after__text .after__title_03::before {
    top: 25%;
  }
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__after__box .contents__box_01 .contents__after__text .after__title_03::before,
  body.owner-flow .contents__after__box .contents__box_02 .contents__after__text .after__title_03::before,
  body.owner-flow .contents__after__box .contents__box_03 .contents__after__text .after__title_03::before {
    top: 25px;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__after__box .contents__box_01 .contents__after__text .after__title_03::before,
  body.owner-flow .contents__after__box .contents__box_02 .contents__after__text .after__title_03::before,
  body.owner-flow .contents__after__box .contents__box_03 .contents__after__text .after__title_03::before {
    top: 20px;
    left: -20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 19px;
    font-size: 1.9rem;
    -webkit-box-shadow: 2px 1px rgba(234, 97, 114, 0.2);
    box-shadow: 2px 1px rgba(234, 97, 114, 0.2);
  }
}

body.owner-flow .contents__after__box .contents__box_01 .contents__after__text p,
body.owner-flow .contents__after__box .contents__box_02 .contents__after__text p,
body.owner-flow .contents__after__box .contents__box_03 .contents__after__text p {
  margin-top: 10px;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__after__box .contents__box_01 .contents__after__text p,
  body.owner-flow .contents__after__box .contents__box_02 .contents__after__text p,
  body.owner-flow .contents__after__box .contents__box_03 .contents__after__text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__after__box .contents__box_01 .contents__after__text p,
  body.owner-flow .contents__after__box .contents__box_02 .contents__after__text p,
  body.owner-flow .contents__after__box .contents__box_03 .contents__after__text p {
    margin-top: 5px;
    font-size: 10px;
    font-size: 1rem;
  }
}

body.owner-flow .contents__after__box .contents__box_01 .contents__after__img,
body.owner-flow .contents__after__box .contents__box_02 .contents__after__img,
body.owner-flow .contents__after__box .contents__box_03 .contents__after__img {
  width: 32%;
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__after__box .contents__box_01 .contents__after__img,
  body.owner-flow .contents__after__box .contents__box_02 .contents__after__img,
  body.owner-flow .contents__after__box .contents__box_03 .contents__after__img {
    width: 100%;
    margin-top: 5px;
    text-align: center;
  }
}

body.owner-flow .contents__after__box .contents__box_02 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__after__box .contents__box_02 {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.owner-flow .contents__after__box .contents__box_02 .contents__after__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body.owner-flow .contents__after__box .contents__box_02 .contents__after__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

body.owner-flow .contents__after__box .contents__box_03 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__after__box .contents__box_03 {
    margin-top: 20px;
  }
}

body.owner-flow .contents__movie {
  padding-bottom: 90px;
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__movie {
    padding-bottom: 45px;
  }
}

body.owner-flow .contents__movie__title {
  width: 90%;
  margin: 70px auto 0;
  padding: 40px 25px 110px 50px;
  background-color: rgba(0, 158, 150, 0.7);
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__movie__title {
    padding: 30px 20px 110px 40px;
  }
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__movie__title {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__movie__title {
    margin: 35px auto 0;
    padding: 25px 25px 60px;
  }
}

body.owner-flow .contents__movie__title::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-bottom: 20px solid transparent;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__movie__title::before {
    top: 15px;
    left: 15px;
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__movie__title::before {
    top: 10px;
    left: 10px;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
  }
}

body.owner-flow .contents__movie__title h2 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.owner-flow .contents__movie__title h2 .title {
  width: 12%;
  display: inline-block;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__movie__title h2 .title {
    width: 15%;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__movie__title h2 .title {
    width: 25%;
  }
}

body.owner-flow .contents__movie__title h2 .line {
  display: inline-block;
  margin-left: 1.8%;
  margin-top: 5px;
  width: 5%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
}

body.owner-flow .contents__movie__title h2 .subtitle_pc {
  display: inline-block;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.5;
  vertical-align: middle;
  margin-top: 5px;
  margin-left: 1.8%;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contents__movie__title h2 .subtitle_pc {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__movie__title h2 .subtitle_pc {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

body.owner-flow .contents__movie__title .subtitle_sp {
  display: inline-block;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  vertical-align: middle;
  margin-top: 10px;
}

body.owner-flow .contents__movie__box {
  width: 80%;
  margin: -90px auto 0;
  background-color: #fff;
  -webkit-box-shadow: 7px 7px rgba(0, 158, 150, 0.2);
  box-shadow: 7px 7px rgba(0, 158, 150, 0.2);
  padding: 10px;
  z-index: 2;
  position: relative;
}

body.owner-flow .contents__movie__box video {
  width: 100%;
  vertical-align: middle;
}

body.owner-flow .contents__movie__box .video-btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 106px;
  height: 75px;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__movie__box .video-btn {
    width: 53px;
    height: 37.5px;
  }
}

body.owner-flow .contents__movie__box .video-btn.action {
  display: none;
}

@media screen and (max-width: 767px) {
  body.owner-flow .contents__movie__box {
    width: 90%;
    -webkit-box-shadow: 3px 3px rgba(0, 158, 150, 0.2);
    box-shadow: 3px 3px rgba(0, 158, 150, 0.2);
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contents__movie__box {
    width: 90%;
    margin: -50px auto 0;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px rgba(0, 158, 150, 0.2);
    box-shadow: 3px 3px rgba(0, 158, 150, 0.2);
    padding: 5px;
  }
}

body.owner-flow .button_radius {
  display: none;
  margin: 70px auto 90px;
  text-align: center;
}

@media screen and (max-width: 575px) {
  body.owner-flow .button_radius {
    margin: 35px auto 45px;
  }
}

body.owner-flow .button_radius .button_radius__btn {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 575px) {
  body.owner-flow .button_radius .button_radius__btn {
    width: 100%;
  }
}

body.owner-flow .button_radius .button_radius__btn .button__bg {
  position: absolute;
  top: 4px;
  left: 50.5%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50px;
  z-index: 1;
  width: 100%;
  height: 90px;
  background: -webkit-repeating-linear-gradient(135deg, rgba(0, 158, 150, 0.2), rgba(0, 158, 150, 0.2) 1.5px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 5px);
  background: -o-repeating-linear-gradient(135deg, rgba(0, 158, 150, 0.2), rgba(0, 158, 150, 0.2) 1.5px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 5px);
  background: repeating-linear-gradient(-45deg, rgba(0, 158, 150, 0.2), rgba(0, 158, 150, 0.2) 1.5px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 5px);
}

@media screen and (max-width: 991px) {
  body.owner-flow .button_radius .button_radius__btn .button__bg {
    height: 70px;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .button_radius .button_radius__btn .button__bg {
    height: 45px;
  }
}

body.owner-flow .button_radius .button_radius__btn a {
  width: 100%;
  margin: 0 auto;
  height: 90px;
  line-height: 90px;
  display: block;
  border: 2px solid #009e96;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  font-size: 2.4rem;
  text-decoration: none;
  background-color: #fff;
  color: #009e96;
  text-align: center;
  display: block;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

body.owner-flow .button_radius .button_radius__btn a .arrow {
  width: 17%;
  height: 1px;
  background: #009e96;
  position: absolute;
  top: 50%;
  left: 94%;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body.owner-flow .button_radius .button_radius__btn a .arrow::after {
  content: "";
  width: 23px;
  height: 1px;
  background-color: #009e96;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: translateY(-50%) rotate(29.5deg);
  -ms-transform: translateY(-50%) rotate(29.5deg);
  transform: translateY(-50%) rotate(29.5deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body.owner-flow .button_radius .button_radius__btn a:hover {
  background-color: #009e96;
  color: #fff;
}

body.owner-flow .button_radius .button_radius__btn a:hover .arrow {
  background: #fff;
}

body.owner-flow .button_radius .button_radius__btn a:hover .arrow::after {
  background: #fff;
}

@media screen and (max-width: 991px) {
  body.owner-flow .button_radius .button_radius__btn a {
    font-size: 18px;
    font-size: 1.8rem;
    height: 70px;
    line-height: 70px;
  }
}

@media screen and (max-width: 767px) {
  body.owner-flow .button_radius .button_radius__btn a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .button_radius .button_radius__btn a {
    font-size: 12px;
    font-size: 1.2rem;
    height: 45px;
    line-height: 45px;
  }
}

body.owner-flow .button_radius .button_radius__btn a .arrow {
  width: 12%;
  top: 55%;
}

@media screen and (max-width: 575px) {
  body.owner-flow .button_radius .button_radius__btn a .arrow {
    width: 10%;
  }
  body.owner-flow .button_radius .button_radius__btn a .arrow::after {
    width: 13px;
  }
}

body.owner-flow .contact {
  width: 100%;
  background-image: url("../../images/owner-flow/bg_cta_01.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}

@media screen and (max-width: 575px) {
  body.owner-flow .contact {
    padding: 40px 0;
  }
}

body.owner-flow .contact .wrapper {
  width: 62.5%;
  margin: 0 auto;
  zoom: 1;
}

body.owner-flow .contact .wrapper::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

@media screen and (max-width: 575px) {
  body.owner-flow .contact .wrapper {
    width: 81.3%;
  }
}

body.owner-flow .contact .wrapper .btn_search,
body.owner-flow .contact .wrapper .btn_contact {
  width: 48.8%;
  height: 7vw;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 575px) {
  body.owner-flow .contact .wrapper .btn_search,
  body.owner-flow .contact .wrapper .btn_contact {
    width: 100%;
    height: 70px;
  }
}

body.owner-flow .contact .wrapper .btn_search a,
body.owner-flow .contact .wrapper .btn_contact a {
  line-height: 7vw;
  font-family: "Hannari", "IPAex明朝", serif;
  border: 1px transparent solid;
  font-size: 24px;
  font-size: 2.4rem;
  text-decoration: none;
  color: #009e96;
  text-align: center;
  display: block;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

body.owner-flow .contact .wrapper .btn_search a .arrow,
body.owner-flow .contact .wrapper .btn_contact a .arrow {
  width: 17%;
  height: 1px;
  background: #009e96;
  position: absolute;
  top: 50%;
  left: 94%;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body.owner-flow .contact .wrapper .btn_search a .arrow::after,
body.owner-flow .contact .wrapper .btn_contact a .arrow::after {
  content: "";
  width: 23px;
  height: 1px;
  background-color: #009e96;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: translateY(-50%) rotate(29.5deg);
  -ms-transform: translateY(-50%) rotate(29.5deg);
  transform: translateY(-50%) rotate(29.5deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body.owner-flow .contact .wrapper .btn_search a:hover,
body.owner-flow .contact .wrapper .btn_contact a:hover {
  background-color: #009e96;
  color: #fff;
}

body.owner-flow .contact .wrapper .btn_search a:hover .arrow,
body.owner-flow .contact .wrapper .btn_contact a:hover .arrow {
  background: #fff;
}

body.owner-flow .contact .wrapper .btn_search a:hover .arrow::after,
body.owner-flow .contact .wrapper .btn_contact a:hover .arrow::after {
  background: #fff;
}

@media screen and (max-width: 1199px) {
  body.owner-flow .contact .wrapper .btn_search a,
  body.owner-flow .contact .wrapper .btn_contact a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.owner-flow .contact .wrapper .btn_search a .arrow:after,
  body.owner-flow .contact .wrapper .btn_contact a .arrow:after {
    width: 17.25px;
  }
}

@media screen and (max-width: 991px) {
  body.owner-flow .contact .wrapper .btn_search a,
  body.owner-flow .contact .wrapper .btn_contact a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  body.owner-flow .contact .wrapper .btn_search a .arrow:after,
  body.owner-flow .contact .wrapper .btn_contact a .arrow:after {
    width: 11.5px;
  }
}

@media screen and (max-width: 575px) {
  body.owner-flow .contact .wrapper .btn_search a,
  body.owner-flow .contact .wrapper .btn_contact a {
    line-height: 70px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

body.owner-flow .contact .wrapper .btn_search a:hover,
body.owner-flow .contact .wrapper .btn_contact a:hover {
  background-color: #009e96;
  border-color: #fff;
}

body.owner-flow .contact .wrapper .btn_search {
  display: none;
}

body.owner-flow .contact .wrapper .btn_contact {
  margin: 0 auto;
}

/*# sourceMappingURL=owner-flow.css.map */