@charset "UTF-8";
/*/////////----------------ミックスイン設定*/
.header__inner {
  align-items: start;
}
.header__logo {
  padding: 30px 10px 70px;
}
.header__content {
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .header { /* pc*/
    /*pc*/
  }
  .header__inner {
    align-items: center;
  }
  .header__logo {
    padding: 10px 10px;
  }
  .header__content {
    padding-top: 0;
  }
}

.kv {
  position: relative;
  margin-top: -45px;
}
.kv__inner {
  width: 90%;
  max-width: 85.7142857143vw;
  margin: 0 auto;
  padding-bottom: 5vw;
  position: relative;
}
.kv__main_view {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 13px rgba(43, 42, 40, 0.1);
}
.kv__main_view .slick-dots {
  position: absolute;
  bottom: 0;
  right: -20px;
}
.kv__main_view .slick-dots li {
  line-height: 1;
}
.kv__main_view .slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 0;
  background: #EFEBE6;
  border: none;
  font-size: 0;
}
.kv__main_view .slick-dots li.slick-active button {
  background: #172633;
}
.kv__main_view img {
  width: 100%;
}
.kv__title {
  position: absolute;
  top: calc(50% - 12rem);
  left: 11.4285714286vw;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.kv__btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  top: calc(50% + 2rem);
  left: 11.4285714286vw;
  width: 21.4285714286vw;
  max-width: 300px;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 1px;
}
.kv__btn img {
  width: 3.9285714286vw;
  height: auto;
}
.kv__btn::after {
  /*@include iconBefAf;*/
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  /*@include iconAfterArrowWhite*/
  top: calc(50% - 10px);
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/arrow_02.svg);
  background-size: 20px auto;
  right: 20px;
}
.kv__search-box form {
  position: relative;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 64.2857142857vw;
  max-width: 900px;
  margin: -10% auto 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 50px;
  box-shadow: 0 2px 10px rgba(43, 42, 40, 0.1);
  z-index: 1;
}
.kv__search-keyword {
  width: 50%;
  padding-top: 20px;
}
.kv__label {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1;
}
.kv__label span {
  padding-left: 2px;
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.kv__search-note {
  margin-top: 10px;
  padding-left: 2px;
  font-size: 1.4rem;
}
.kv__input-wrap {
  display: flex;
  margin-top: 10px;
  border: 1px solid #999999;
  border-radius: 30px;
  overflow: hidden;
}
.kv__input-wrap input {
  flex: 1;
  padding: 10px 15px;
  background-color: #FFF;
  border: none;
  font-size: 14px;
}
.kv__input-wrap .kv__search-icon {
  background-color: #333;
  padding: 0 15px;
  border: none;
  font-size: 14px;
  cursor: pointer;
}
.kv__input-wrap .kv__search-icon img {
  width: 20px;
}
.kv__input-wrap .kv__search-icon:hover {
  background-color: #f6a736;
}
.kv__search-category {
  width: 45%;
}
.kv__type-list {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  padding: 15px;
  background-color: #CCCCCC;
}
.kv__type-list li {
  width: calc((100% - 16px) / 3);
}
.kv__type-list li button {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
}
.kv__type-list li button img {
  width: 100%;
  display: block;
  margin: 0 auto 5px;
}
.kv__type-list li button:hover {
  background-color: #f6a736;
}
.kv__search-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 60.7142857143vw;
  max-width: 850px;
  margin: 40px auto 0;
}
.kv__search-links .kv__link {
  position: relative;
  flex: 1 1 45%;
  padding: 20px 20px 20px 100px;
  border: 1px solid #000;
  background-color: #FFF;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  box-shadow: 0 2px 10px rgba(43, 42, 40, 0.1);
}
.kv__search-links .kv__link--line {
  border: 1px solid #000;
  background-color: #FFF;
}
.kv__search-links .kv__link--line:before {
  top: calc(50% - 25px);
  left: 30px;
  width: 50px;
  height: 50px;
  background-image: url(../img/top/sear_line.svg);
  background-size: auto;
}
.kv__search-links .kv__link--line:hover {
  opacity: 1;
  background-color: #289bd4;
}
.kv__search-links .kv__link--area:before {
  top: calc(50% - 25px);
  left: 30px;
  width: 50px;
  height: 50px;
  background-image: url(../img/top/sear_area.svg);
  background-size: auto;
}
.kv__search-links .kv__link--area:hover {
  opacity: 1;
  background-color: #00b76f;
}
.kv__search-links .kv__link span {
  display: block;
  font-size: 10px;
  font-weight: normal;
}
.kv__search-links .kv__link::before {
  /*@include iconBefAf;*/
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}
.kv__search-links .kv__link::after {
  /*@include iconBefAf;*/
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  /*@include iconAfterArrow*/
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background-image: url(../img/common/arrow_01.svg);
  background-size: 20px auto;
  right: 20px;
}
@media (max-width: 1024px) {
  .kv { /* pc*/
    /*pc*/
  }
  .kv__main_view {
    width: 100%;
    min-height: 50vh;
    border-radius: 10px;
  }
  .kv__main_view img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
  }
  .kv__title {
    top: calc(50% - 9rem);
    left: calc(50% - 11.5rem);
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  .kv__btn {
    top: 52%;
    left: calc(50% - 14.5rem);
    width: 100%;
    padding: 10px 20px;
    font-size: 1.5rem;
    border-radius: 50px;
  }
  .kv__btn img {
    width: 50px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .kv { /* tab*/
    margin-top: 0;
    /*tab*/
  }
  .kv__inner {
    width: 100%;
    max-width: 100%;
    padding-bottom: 5vw;
  }
  .kv__main_view {
    width: 100%;
    min-height: 50vh;
    border-radius: 10px;
  }
  .kv__main_view img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
  }
  .kv__title {
    left: calc(50% - 8.5rem);
    font-size: 1.8rem;
  }
  .kv__btn {
    top: 49%;
    left: calc(50% - 14.5rem);
    width: 100%;
    padding: 10px 20px;
    font-size: 1.5rem;
    border-radius: 50px;
  }
  .kv__btn img {
    width: 50px;
    height: auto;
  }
  .kv__search-box form {
    gap: 0;
    width: 90%;
    padding: 35px 25px 30px;
  }
  .kv__search-keyword {
    width: 100%;
    padding-top: 0;
  }
  .kv__label {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .kv__search-note {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .kv__input-wrap input {
    padding: 8px 15px;
  }
  .kv__input-wrap .kv__search-icon img {
    width: 18px;
  }
  .kv__search-category {
    width: 100%;
    margin-top: 15px;
  }
  .kv__type-list {
    gap: 5px;
    margin-top: 8px;
    padding: 10px;
  }
  .kv__type-list li {
    width: calc((100% - 10px) / 3);
  }
  .kv__search-links {
    gap: 15px;
    width: 80%;
    margin: 25px auto;
  }
  .kv__search-links .kv__link {
    flex: auto;
    width: 100%;
    padding: 15px 20px 15px 90px;
    font-weight: bold;
    font-size: 14px;
  }
}

/*/////////----------------キャンペーンバナー
----------------/////////*/
.campaign {
  overflow: hidden;
  padding: 0 0 80px;
}
.campaign__slider {
  box-sizing: border-box;
  max-width: 470px;
  margin: 0 auto;
}
@media (min-width: 1300px) {
  .campaign__slider { /*tab*/
    max-width: 1400px;
    /*tab*/
  }
}
.campaign__slider .slick-slide {
  padding: 0 10px;
}
.campaign__slider .slick-list {
  overflow: visible;
}
.campaign__slider .campaign__item img {
  width: 100%;
  height: auto;
  display: block;
}
.campaign__slider .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
}
.campaign__slider .slick-dots li button {
  width: 24px;
  height: 4px;
  background: #ccc;
  border: none;
  font-size: 0;
}
.campaign__slider .slick-dots li.slick-active button {
  background: #172633;
}
@media (max-width: 768px) {
  .campaign { /*tab*/
    padding: 30px 10px;
    /*tab*/
  }
  .campaign .campaign__slider .slick-slide {
    padding: 0 6px;
  }
}

/*/////////----------------NEWS & TOPICS*/
.news {
  background-color: #172633;
  padding: 80px 20px 80px;
  color: #fff;
  border-bottom: 4px solid #3d3d3d;
}
.news__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.news__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.news__title {
  margin-bottom: 10px;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
}
.news__title span {
  display: block;
  color: #FFF;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 0.5;
}
.news__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 250px;
  padding: 12px 25px;
  background-color: #FFF;
  color: #000;
  font-size: 1.4 rem;
  font-weight: 600;
}
.news__btn::before {
  /*@include iconBefAf;*/
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  /*@include iconAfterArrow*/
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background-image: url(../img/common/arrow_01.svg);
  background-size: 20px auto;
  right: 12px;
}
.news__contents {
  display: flex;
  gap: 30px;
}
.news__contents .news__item {
  padding-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.news__contents .news__item .news__date {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.news__contents .news__item .news__text {
  position: relative;
  padding-right: 30px;
  color: #fff;
  font-size: 1.4 rem;
  line-height: 1.7;
}
.news__contents .news__item .news__text::before {
  /*@include iconBefAf;*/
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  /*@include iconAfterArrowWhite*/
  top: calc(50% - 10px);
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/arrow_02.svg);
  background-size: 20px auto;
  right: 12px;
}
@media (max-width: 768px) {
  .news { /*tab*/
    padding: 60px 20px 40px;
  }
  .news__inner {
    width: 90%;
  }
  .news__header {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .news__title {
    margin-bottom: 10px;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1;
  }
  .news__title span {
    display: block;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 0.5;
  }
  .news__btn {
    margin: 30px auto 0;
    padding: 10px 25px 13px;
  }
  .news__contents {
    flex-wrap: wrap;
  }
  .news__contents .news__item .news__date {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

/*/////////----------------お客様の声*/
.voice {
  padding: 120px 0;
}
.voice__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.voice__title {
  text-align: center;
  margin-bottom: 50px;
}
.voice__title-en {
  font-size: 3.4rem;
  color: #172633;
  font-weight: 500;
}
.voice__title-ja {
  margin-top: 8px;
  font-size: 1.8rem;
  font-weight: bold;
}
.voice__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 40px;
  margin-bottom: 80px;
}
.voice__item {
  position: relative;
  display: flex;
  align-items: center;
}
.voice__img {
  position: relative;
  max-width: 14.2857142857vw;
  flex-shrink: 0;
  box-shadow: 0 0 13px rgba(42, 43, 43, 0.1);
  z-index: 1;
}
.voice__img img {
  width: 100%;
  height: auto;
}
.voice__img__name {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: end;
  width: 60px;
  height: 60px;
  padding: 10px 10px 16px 15px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #172633;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 100px;
  z-index: 1;
}
.voice__img__name span {
  padding: 0 0 3px 3px;
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
}
.voice__text {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 380px;
  min-height: 200px;
  margin-top: 50px;
  margin-left: -30px;
  padding: 20px 25px 20px 55px;
  background-color: #fff;
  box-shadow: 0 0 13px rgba(42, 43, 43, 0.1);
}
.voice__text p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.voice__more {
  width: 90%;
  max-width: 250px;
  margin: 0 0 0 auto;
}
.voice__more-btn {
  position: relative;
  width: 100%;
  padding: 15px 24px;
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
.voice__more-btn::before {
  /*@include iconBefAf;*/
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  /*@include iconAfterArrowWhite*/
  top: calc(50% - 10px);
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/arrow_02.svg);
  background-size: 20px auto;
  right: 18px;
}
.voice__more-btn:hover {
  opacity: 1;
  background-color: #d26741;
}
@media (max-width: 1024px) {
  .voice { /*pc*/
    padding: 80px 0;
    /*pc*/
  }
  .voice__title {
    margin-bottom: 20px;
  }
  .voice__title-en {
    font-size: 2.6rem;
  }
  .voice__title-ja {
    margin-top: 8px;
    font-size: 1.4rem;
  }
  .voice__list {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 50px 0;
  }
  .voice__item {
    width: 100%;
    align-items: start;
    text-align: start;
  }
  .voice__img {
    width: 200px;
    max-width: 100%;
  }
  .voice__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .voice__img__name {
    display: none;
  }
  .voice__text {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-left: -30px;
    padding: 20px 25px 20px 50px;
  }
  .voice__more {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 414px) {
  .voice { /*sp*/
    /*sp*/
  }
  .voice__img {
    width: 100px;
  }
  .voice__text {
    margin-top: 20px;
    margin-left: -20px;
    padding: 10px 15px 10px 30px;
  }
  .voice__text p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .voice__more {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
  }
}

/*/////////----------------POM不動産が選ばれる3つの理由*/
.reason {
  background-image: url(../img/top/reason_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 5px solid #3D3D3D;
  padding: 120px 20px 400px;
}
.reason__inner {
  max-width: 85.7142857143vw;
  margin: 0 auto;
}
.reason__title {
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}
.reason__title-en {
  font-size: 3.4rem;
  color: #172633;
  font-weight: 500;
  letter-spacing: 2px;
}
.reason__title-ja {
  margin-top: 8px;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
}
.reason__cards {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .reason__cards {
    flex-direction: column;
    align-items: center;
  }
}
.reason__card {
  box-sizing: border-box;
  position: relative;
  padding: 5.5% 4.5% 5.5%;
  width: calc((100% - 30px) / 3);
  min-height: 27.8571428571vw;
  background: #fff;
  text-align: left;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.reason__card::before {
  /*@include iconBefAf;*/
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: 15px;
  right: 15px;
  width: 9.6428571429vw;
  height: 9.6428571429vw;
  background-image: url(../img/top/reason_point_01_bg.svg);
  z-index: 0;
}
.reason__card:nth-of-type(2) {
  margin-top: 20px;
}
.reason__card:nth-of-type(2)::before {
  background-image: url(../img/top/reason_point_02_bg.svg);
}
.reason__card:nth-of-type(3)::before {
  background-image: url(../img/top/reason_point_03_bg.svg);
}
.reason__point {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 90px;
  height: 90px;
  background-color: #333;
  background-image: url(../img/top/reason_point_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px 0 0 0;
}
.reason__point.point02 {
  background-image: url(../img/top/reason_point_02.svg);
}
.reason__point.point03 {
  background-image: url(../img/top/reason_point_03.svg);
}
.reason__lead {
  position: relative;
  margin: 20px 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDD;
  font-size: calc(0.25vw + 2.45rem);
  font-weight: bold;
  line-height: 1.5;
  z-index: 1;
}
.reason__lead .orange, .reason__lead .green, .reason__lead .blue {
  font-size: calc(0.25vw + 1.45rem);
}
.reason__text {
  position: relative;
  font-size: calc(0.25vw + 1.05rem);
  line-height: 1.8;
  color: #333;
  z-index: 1;
}
@media (max-width: 1024px) {
  .reason { /*pc*/
    padding: 100px 20px 250px;
    /*pc*/
  }
  .reason__inner {
    width: 90%;
    max-width: 100%;
  }
  .reason__title {
    margin-bottom: 90px;
  }
  .reason__title-en {
    font-size: 2.6rem;
    letter-spacing: 2px;
  }
  .reason__title-ja {
    margin-top: 8px;
    font-size: 1.4rem;
  }
  .reason__cards {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .reason__card {
    width: 100%;
    padding: 10% 10% 10%;
    min-height: auto;
  }
  .reason__card::before {
    top: 15px;
    right: 15px;
    width: 17.578125vw;
    height: 17.578125vw;
  }
  .reason__card:nth-of-type(2) {
    margin-top: 0;
  }
  .reason__point {
    width: 11.71875vw;
    height: 11.71875vw;
  }
  .reason__lead {
    margin: 0 0 10px;
    padding-bottom: 10px;
    font-size: 2.4rem;
  }
  .reason__lead .orange, .reason__lead .green, .reason__lead .blue {
    font-size: 1.6rem;
  }
  .reason__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

/*/////////----------------会社概要*/
.company {
  margin-top: -250px;
}
.company__inner {
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 25px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.company__img {
  flex: 1;
  width: 40%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.company__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company__content {
  flex: 1;
  padding: 40px 50px 40px 30px;
}
.company__title {
  color: #172633;
  font-size: 3.4rem;
  font-weight: 400;
  letter-spacing: 1px;
}
.company__subtitle {
  font-weight: bold;
  font-size: 1.7rem;
  margin: 5px 0 20px;
}
.company__text {
  margin-bottom: 30px;
  font-size: 1.5rem;
  color: #333;
}
.company__text p {
  text-align: justify;
  line-height: 2.2;
}
.company__btn {
  position: relative;
  width: 90%;
  max-width: 250px;
  padding: 15px 24px;
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
.company__btn::before {
  /*@include iconBefAf;*/
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  /*@include iconAfterArrowWhite*/
  top: calc(50% - 10px);
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/arrow_02.svg);
  background-size: 20px auto;
  right: 18px;
}
.company__btn:hover {
  opacity: 1;
  background-color: #d26741;
}
@media (max-width: 1024px) {
  .company { /*pc*/
    margin-top: -180px;
    /*pc*/
  }
  .company__inner {
    flex-direction: column;
    gap: 0;
  }
  .company__img {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
  }
  .company__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 -10px;
  }
  .company__content {
    flex: 1;
    padding: 40px 40px 50px;
  }
  .company__title {
    font-size: 3rem;
  }
  .company__subtitle {
    font-size: 1.6rem;
    margin: 2px 0 15px;
  }
  .company__text {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .company__text p {
    line-height: 1.8;
  }
  .company__btn {
    width: 100%;
    max-width: 350px;
    padding: 12px 24px;
    font-size: 1.5rem;
  }
}

/*/////////----------------取引の流れ*/
.flow-section {
  padding: 0 0 120px;
}
.flow-section__inner {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 75px 90px 120px;
  border-top: 2px solid #000;
  background: #fff;
  box-shadow: 0 4px 12px rgba(42, 45, 45, 0.2);
}
.flow-section__inner::before {
  /*@include iconBefAf;*/
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -8px;
  right: -10px;
  width: 250px;
  height: 190px;
  background-image: url(../img/top/t_flow_illus.svg);
}
.flow-section__title {
  margin-bottom: 50px;
}
.flow-section__title-en {
  font-size: 3.4rem;
  color: #172633;
  font-weight: 500;
  letter-spacing: 1px;
}
.flow-section__title-ja {
  margin-top: 8px;
  font-size: 1.8rem;
  font-weight: bold;
}
.flow-section__table {
  display: flex;
  gap: 17px;
  width: 100%;
}
.flow-section__left, .flow-section__right {
  width: calc((100% - 17px) / 2);
}
.flow-section__header-cell {
  background: #3b555b;
  color: #fff;
  padding: 20px 12px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.flow-section__rows .flow-section__row {
  position: relative;
  margin-top: 25px;
  border: 1px solid #ddd;
}
@media (max-width: 768px) {
  .flow-section__rows .flow-section__row {
    flex-direction: column;
  }
}
.flow-section__rows .flow-section__row::after {
  /*@include iconBefAf;*/
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  /*@include iconArrowFl01*/
  background-image: url(../img/common/t_flow_arr_d.svg);
  background-size: auto;
  bottom: -25px;
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
}
.flow-section__rows .flow-section__row:last-of-type::after {
  content: none;
}
.flow-section__rows .flow-section__cell {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 20px;
  text-align: left;
}
.flow-section__step-num {
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
  padding-right: 70px;
  color: #172f35;
  font-size: 3.4rem;
  font-weight: 500;
}
.flow-section__step-num::after {
  /*@include iconBefAf;*/
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  /*@include iconArrowFl02*/
  background-image: url(../img/common/t_flow_arr_l.svg);
  background-size: auto;
  top: calc(50% - 16px);
  right: 30px;
  width: 20px;
  height: 35px;
}
.flow-section__text {
  font-size: 1.4rem;
  line-height: 1.6;
}
.flow-section__buttons {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 350px;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .flow-section__buttons {
    flex-direction: column;
  }
  .flow-section__buttons a {
    width: 100%;
  }
}
.flow-section__btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 20px 30px;
  background-color: #000000;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
.flow-section__btn::before {
  /*@include iconBefAf;*/
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  /*@include iconAfterArrowWhite*/
  top: calc(50% - 10px);
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/arrow_02.svg);
  background-size: 20px auto;
  right: 20px;
}
.flow-section__btn:hover.is-green {
  opacity: 1;
  background: #4fc489;
}
.flow-section__btn:hover.is-blue {
  opacity: 1;
  background: #22a6d7;
}
@media (max-width: 1024px) {
  .flow-section { /*pc*/
    padding: 80px 0;
    /*pc*/
  }
  .flow-section__inner {
    padding: 50px 40px 120px;
  }
  .flow-section__inner::before {
    top: -8px;
    right: -10px;
    width: 250px;
    height: 190px;
  }
  .flow-section__title {
    margin-bottom: 40px;
  }
  .flow-section__title-en {
    font-size: 2.6rem;
  }
  .flow-section__title-ja {
    font-size: 1.6rem;
  }
  .flow-section__table {
    flex-direction: column;
    gap: 60px;
    width: 100%;
  }
  .flow-section__left, .flow-section__right {
    width: 100%;
  }
  .flow-section__header-cell {
    padding: 18px 12px;
    font-size: 1.6rem;
  }
  .flow-section__rows .flow-section__row {
    margin-top: 20px;
  }
  .flow-section__rows .flow-section__row::after {
    /*@include iconBefAf;*/
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    /*@include iconArrowFl01*/
    background-image: url(../img/common/t_flow_arr_d.svg);
    background-size: auto;
    bottom: -20px;
    left: calc(50% - 10px);
    width: 15px;
    height: 15px;
  }
  .flow-section__rows .flow-section__row:last-of-type::after {
    content: none;
  }
  .flow-section__rows .flow-section__cell {
    padding: 15px;
  }
  .flow-section__step-num {
    padding-right: 50px;
    font-size: 3rem;
  }
  .flow-section__step-num::after {
    /*@include iconBefAf;*/
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    /*@include iconArrowFl02*/
    background-image: url(../img/common/t_flow_arr_l.svg);
    background-size: auto;
    top: calc(50% - 14px);
    right: 15px;
    width: 20px;
    height: 30px;
  }
  .flow-section__buttons {
    gap: 0;
    width: 90%;
    max-width: 350px;
    margin: 20px auto 0;
  }
  .flow-section__btn {
    padding: 18px 30px;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .flow-section { /*tab*/
    padding: 80px 0;
    /*tab*/
  }
  .flow-section__inner {
    padding: 30px 20px 120px;
  }
  .flow-section__inner::before {
    top: 15px;
    right: -15px;
    width: 130px;
    height: 100px;
  }
  .flow-section__title {
    margin-bottom: 30px;
  }
  .flow-section__title-en {
    letter-spacing: 0;
  }
  .flow-section__title-ja {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .flow-section__header-cell {
    padding: 15px 12px;
    font-size: 1.5rem;
  }
  .flow-section__rows .flow-section__row {
    margin-top: 17px;
  }
  .flow-section__rows .flow-section__row::after {
    bottom: -17px;
    left: calc(50% - 6px);
    width: 12px;
    height: 12px;
  }
  .flow-section__rows .flow-section__row:last-of-type::after {
    content: none;
  }
  .flow-section__rows .flow-section__cell {
    padding: 12px 15px;
  }
  .flow-section__step-num {
    padding-right: 35px;
    font-size: 2.5rem;
  }
  .flow-section__step-num::after {
    /*@include iconBefAf;*/
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    /*@include iconArrowFl02*/
    background-image: url(../img/common/t_flow_arr_l.svg);
    background-size: auto;
    top: calc(50% - 12px);
    right: 10px;
    width: 18px;
    height: 25px;
  }
  .flow-section__btn {
    padding: 15px 30px;
  }
}/*# sourceMappingURL=top.css.map */