@charset "UTF-8";
.btn__arrow, .btn__blue_l, .btn__green_l, .btn__green_m, .btn__green_s, .btn__l_blue, .btn__orange_m, .btn__orange_s, .btn__red_l, .btn__red_m, .btn__red_s, .btn__white_m, .btn__yellow, .footer .footer__inner > ul > li:first-of-type > div dl dt a, .footer .footer__inner > ul > li:last-of-type > div ul li dl dt a, .footer .footer__inner > ul > li:last-of-type > div > a, .footer__relation dl dt, .header__nav_pc > ul > li p, .header__nav_pc > ul > li p a, .header__nav_sp__more > a > p, .header__nav_sp__more > div:nth-of-type(1) a, .header__nav_sp__more__logo, .header__nav_sp__title, .header__top__link > a, .heading, .heading--kakko span, .page__briefing__list__content__box__text span, .page__briefing__list__content__box__text strong, .page__briefing__list__content__box__title, .page__briefing__list__content__box__title_sub, .page__strength__baner a, .page__strength__heading, .page__strength__list__content__title, .page__webdouga__content__box__text span, .page__webdouga__content__box__text strong, .page__webdouga__content__box__title, .page__webdouga__content__box__title_sub, .top__sp_btn a, .u-bold {
  font-weight: 600 !important;
}

.page__briefing__heading {
  color: #fff;
}

.page__briefing__list li {
  width: 49%;
  border: 1px solid #e7e7e7;
  padding: 40px 32px;
  transition: all .2s ease-in-out;
  background: #fff;
  border-radius: 8px;
}

.page__briefing__list__content__box__title {
  font-size: 3rem;
  margin-top: 8px;
  display: flex;
  align-items: center;
}

/*--------------------------------------------------------------------
  page__briefing
--------------------------------------------------------------------*/
.page__briefing02 {
  padding: 64px 0 68px;
  background: #218c5b;
  position: relative;
  /*  list02  */
  /*--------------------------------------------------------------------
    list 2列
  --------------------------------------------------------------------*/
}
@media screen and (max-width: 768px) {
  .page__briefing02 {
    padding: 40px 0 40px;
  }
}
.page__briefing02__heading {
  color: #fff;
}
.page__briefing02__list01 {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list01 {
    flex-flow: column;
    margin-top: 20px;
  }
}
.page__briefing02__list01 li {
  position: relative;
  width: 100%;
  padding: 40px 100px 25px;
  transition: all 0.2s ease-in-out;
  background: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list01 li {
    width: 100%;
    padding: 24px;
    margin-bottom: 16px;
    background-size: 180px;
  }
  .page__briefing02__list01 li:nth-of-type(2) {
    width: 100%;
    padding: 24px;
    margin-bottom: 16px;
    background-size: 140px;
  }
}
@media screen and (max-width: 414px) {
  .page__briefing02__list01 li {
    background-size: 140px;
  }
  .page__briefing02__list01 li:nth-of-type(2) {
    background-size: 100px;
  }
}
.page__briefing02__list01 li:first-of-type .page__briefing__list__content__box {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list01 li:first-of-type .page__briefing__list__content__box {
    width: 100%;
  }
}
.page__briefing02__list01 li:first-of-type .page__briefing__list__content__box__tmb {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list01 li:first-of-type .page__briefing__list__content__box__tmb {
    width: 50%;
  }
}
.page__briefing02__list01__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 200px;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list01__content {
    min-height: auto;
    display: inherit;
  }
}
.page__briefing02__list01__content__box {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list01__content__box {
    width: 100%;
  }
}
.page__briefing02__list01__content__box__title_sub {
  font-size: 34px;
  color: #6d4f4f;
  font-weight: bold;
  /*@media screen and (max-width: 375px) {
    max-width: 120px;
  }*/
}
@media screen and (max-width: 768px) {
  .page__briefing02__list01__content__box__title_sub {
    height: auto;
    font-size: 2.1rem;
  }
}
.page__briefing02__list01__content__box__title_sub span {
  color: #218c5b;
  font-weight: 600 !important;
}
.page__briefing02__list01__content__box__title {
  font-size: 30px;
  font-weight: bold;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list01__content__box__title {
    height: auto;
  }
}
@media screen and (max-width: 375px) {
  .page__briefing02__list01__content__box__title {
    max-width: 100px;
  }
}
.page__briefing02__list01__content__box__text {
  font-size: 16px;
  margin-top: 16px;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list01__content__box__text {
    font-size: 12px;
    max-width: 200px;
  }
}
.page__briefing02__list01__content__box__text span {
  color: #eb545d;
  font-weight: bold;
}
.page__briefing02__list01__content__box__text strong {
  font-weight: bold;
  text-decoration: underline;
}
.page__briefing02__list01__content__box__tmb {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list01__content__box__tmb {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.page__briefing02__list01__sub01 {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list01__sub01 {
    top: -22px;
    margin: 0 auto;
    width: 90%;
  }
}
.page__briefing02__list01__btn {
  /*display: flex;
  justify-content: center;*/
  width: 100%;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list01__btn {
    margin-top: 16px;
    padding: 20px 0 10px;
    margin: 0 auto;
  }
}
.page__briefing02__list01__btn__red_m {
  position: relative;
  font-size: 1.8rem;
  width: 100%;
  max-width: 267px;
  height: 64px;
  border: 2px solid #eb545d;
  background: #eb545d;
  color: #fff;
  border-radius: 40px;
  transition: all .2s ease-in-out;
}
.page__briefing02__list01__btn__red_m::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  right: 22px;
  top: 50%;
  bottom: 50%;
  margin-top: -6px;
}
.page__briefing02__list01__btn__red_s {
  position: relative;
  font-size: 1.8rem;
  width: 100%;
  max-width: 267px;
  height: 64px;
  border: 2px solid #eb545d;
  background: #eb545d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  transition: all .2s ease-in-out;
}
.page__briefing02__list01__btn__red_s::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  right: 22px;
  top: 50%;
  bottom: 50%;
  margin-top: -6px;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list01__btn a {
    margin: 0 auto;
  }
}
.page__briefing02__list02 {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list02 {
    flex-flow: column;
    margin-top: 20px;
  }
}
.page__briefing02__list02 li {
  position: relative;
  width: 100%;
  padding: 40px 100px 40px;
  transition: all 0.2s ease-in-out;
  background: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list02 li {
    width: 100%;
    padding: 24px;
    margin-bottom: 16px;
    background-size: 180px;
  }
  .page__briefing02__list02 li:nth-of-type(2) {
    width: 100%;
    padding: 24px;
    margin-bottom: 16px;
    background-size: 140px;
  }
}
@media screen and (max-width: 414px) {
  .page__briefing02__list02 li {
    background-size: 140px;
  }
  .page__briefing02__list02 li:nth-of-type(2) {
    background-size: 100px;
  }
}
.page__briefing02__list02 li:first-of-type .page__briefing__list__content__box {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list02 li:first-of-type .page__briefing__list__content__box {
    width: 100%;
  }
}
.page__briefing02__list02 li:first-of-type .page__briefing__list__content__box__tmb {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list02 li:first-of-type .page__briefing__list__content__box__tmb {
    width: 50%;
  }
}
.page__briefing02__list02__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 200px;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list02__content {
    min-height: auto;
    display: inherit;
  }
}
.page__briefing02__list02__content__box {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list02__content__box {
    width: 100%;
  }
}
.page__briefing02__list02__content__box__title_sub {
  font-size: 34px;
  color: #6d4f4f;
  font-weight: bold;
  padding-bottom: 14px;
  /*@media screen and (max-width: 375px) {
    max-width: 120px;
  }*/
}
@media screen and (max-width: 768px) {
  .page__briefing02__list02__content__box__title_sub {
    height: auto;
    font-size: 2.1rem;
  }
}
.page__briefing02__list02__content__box__title_sub span {
  color: #218c5b;
  font-weight: 600 !important;
}
.page__briefing02__list02__content__box__title {
  font-size: 30px;
  font-weight: bold;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list02__content__box__title {
    height: auto;
  }
}
@media screen and (max-width: 375px) {
  .page__briefing02__list02__content__box__title {
    max-width: 100px;
  }
}
.page__briefing02__list02__content__box__text {
  font-size: 16px;
  margin-top: 16px;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list02__content__box__text {
    font-size: 12px;
    max-width: 200px;
  }
}
.page__briefing02__list02__content__box__text span {
  color: #eb545d;
  font-weight: bold;
}
.page__briefing02__list02__content__box__text strong {
  font-weight: bold;
  text-decoration: underline;
}
.page__briefing02__list02__content__box__tmb {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list02__content__box__tmb {
    width: 100%;
    text-align: center;
    margin: 20px 0 15px;
  }
}
.page__briefing02__list02__sub01 {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list02__sub01 {
    top: -22px;
    margin: 0 auto;
    width: 90%;
  }
}
.page__briefing02__list02__btn {
  /*display: flex;
  justify-content: center;*/
  width: 100%;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list02__btn {
    margin-top: 16px;
    padding: 8px 0 10px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .page__briefing02__list02__btn a {
    margin: 0 auto;
  }
}
.page__briefing02__list02__btn a:hover {
  border: 2px solid #eb545d;
  background: #fff;
  color: #eb545d;
}
.page__briefing02 .btn__red_m {
  position: relative;
  font-size: 1.8rem;
  width: 100%;
  max-width: 360px;
  height: 64px;
  border: 2px solid #eb545d;
  background: #eb545d;
  color: #fff;
  border-radius: 40px;
  transition: all .2s ease-in-out;
}
.page__briefing02 .btn__red_m::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  right: 22px;
  top: 50%;
  bottom: 50%;
  margin-top: -6px;
}
.page__briefing02__list {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list {
    flex-flow: column;
    margin-top: 50px;
  }
}
.page__briefing02__list li {
  position: relative;
  width: 49%;
  padding: 40px 32px;
  transition: all 0.2s ease-in-out;
  background: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list li {
    width: 100%;
    padding: 24px;
    margin-bottom: 16px;
    background: url(/owner/area/market/img/kansai/new/cover06.png) #fff top 24px right 24px no-repeat;
    background-size: 180px;
  }
  .page__briefing02__list li:nth-of-type(2) {
    width: 100%;
    padding: 24px;
    margin-bottom: 16px;
    background: url(/owner/area/market/img/kansai/new/cover07.png) #fff top 24px right 24px no-repeat;
    background-size: 140px;
  }
}
@media screen and (max-width: 414px) {
  .page__briefing02__list li {
    background: url(/owner/area/market/img/kansai/new/cover06.png) #fff top 24px right 24px no-repeat;
    background-size: 140px;
  }
  .page__briefing02__list li:nth-of-type(2) {
    background: url(/owner/area/market/img/kansai/new/cover07.png) #fff top 24px right 24px no-repeat;
    background-size: 140px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 320px) {
  .page__briefing02__list li {
    background: url(/owner/area/market/img/kansai/new/cover06.png) #fff top 24px right 24px no-repeat;
    background-size: 100px;
  }
  .page__briefing02__list li:nth-of-type(2) {
    background: url(/owner/area/market/img/kansai/new/cover07.png) #fff top 24px right 24px no-repeat;
    background-size: 100px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page__briefing02__list li:first-of-type {
    width: 100%;
  }
}
.page__briefing02__list li:first-of-type .page__briefing__list__content__box {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list li:first-of-type .page__briefing__list__content__box {
    width: 100%;
  }
}
.page__briefing02__list li:first-of-type .page__briefing__list__content__box__tmb {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list li:first-of-type .page__briefing__list__content__box__tmb {
    width: 50%;
  }
}
.page__briefing02__list__content {
  display: flex;
  justify-content: space-between;
  /*align-items: flex-start;*/
  min-height: 283px;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list__content {
    min-height: auto;
    display: block;
  }
}
.page__briefing02__list__content__box {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list__content__box {
    width: 100%;
  }
}
.page__briefing02__list__content__box__title01 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 8px;
  display: flex;
  align-items: center;
  color: #218c5b;
  font-weight: 600 !important;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list__content__box__title01 {
    height: auto;
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .page__briefing02__list__content__box__title01 {
    /*max-width: 100px;*/
  }
}
.page__briefing02__list__content__box__title01_sub {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  background: #218c5b;
  padding: 0 20px;
  max-width: 100px;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list__content__box__title01_sub {
    height: auto;
  }
}
@media screen and (max-width: 375px) {
  .page__briefing02__list__content__box__title01_sub {
    max-width: 120px;
  }
}
.page__briefing02__list__content__box__title01_sub span {
  margin: 0 auto;
}
.page__briefing02__list__content__box__title02 {
  font-size: 30px;
  font-weight: bold;
  /*margin-top: 8px;*/
  /*margin-top: 30px;*/
  padding: 25px 0;
  display: flex;
  align-items: center;
  color: #ef8200;
  font-weight: 600 !important;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list__content__box__title02 {
    height: auto;
    font-size: 2rem;
    margin-top: 8px;
    padding: 0;
  }
}
@media screen and (max-width: 375px) {
  .page__briefing02__list__content__box__title02 {
    /*max-width: 100px;*/
  }
}
.page__briefing02__list__content__box__title02_sub {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  background: #ef8200;
  padding: 0 20px;
  max-width: 100px;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list__content__box__title02_sub {
    height: auto;
  }
}
@media screen and (max-width: 375px) {
  .page__briefing02__list__content__box__title02_sub {
    max-width: 120px;
  }
}
.page__briefing02__list__content__box__title02_sub span {
  margin: 0 auto;
}
.page__briefing02__list__content__box__text01 {
  font-size: 16px;
  /*margin-top: 16px;*/
  /*max-width: 255px;*/
}
@media screen and (max-width: 768px) {
  .page__briefing02__list__content__box__text01 {
    font-size: 1.5rem;
    margin-top: 55px;
    /*max-width: 200px;*/
  }
}
@media screen and (max-width: 320px) {
  .page__briefing02__list__content__box__text01 {
    margin-top: 30px;
  }
}
.page__briefing02__list__content__box__text01 span {
  color: #eb545d;
  font-weight: bold;
}
.page__briefing02__list__content__box__text01 strong {
  font-weight: bold;
  text-decoration: underline;
}
.page__briefing02__list__content__box__text02 {
  font-size: 16px;
  /*margin-top: 16px;*/
  /*max-width: 255px;*/
}
@media screen and (max-width: 768px) {
  .page__briefing02__list__content__box__text02 {
    font-size: 1.5rem;
    margin-top: 55px;
    /*max-width: 200px;*/
  }
}
@media screen and (max-width: 414px) {
  .page__briefing02__list__content__box__text02 {
    margin-top: 75px;
  }
}
@media screen and (max-width: 320px) {
  .page__briefing02__list__content__box__text02 {
    margin-top: 30px;
  }
}
.page__briefing02__list__content__box__text02 span {
  color: #eb545d;
  font-weight: bold;
}
.page__briefing02__list__content__box__text02 strong {
  font-weight: bold;
  text-decoration: underline;
}
.page__briefing02__list__content__box__tmb {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list__content__box__tmb {
    width: 100%;
  }
}
.page__briefing02__list__sub01 {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list__sub01 {
    top: -22px;
    margin: 0 auto;
    width: 90%;
  }
}
.page__briefing02__list__btn {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list__btn {
    margin-top: 16px;
  }
}
.page__briefing02__list__btn__red_m {
  position: relative;
  font-size: 1.8rem;
  width: 100%;
  max-width: 267px;
  height: 64px;
  border: 2px solid #eb545d;
  background: #eb545d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  transition: all .2s ease-in-out;
}
.page__briefing02__list__btn__red_m::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  right: 22px;
  top: 50%;
  bottom: 50%;
  margin-top: -6px;
}
.page__briefing02__list__btn__red_s {
  position: relative;
  font-size: 1.8rem;
  width: 100%;
  max-width: 267px;
  height: 64px;
  border: 2px solid #eb545d;
  background: #eb545d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  transition: all .2s ease-in-out;
}
.page__briefing02__list__btn__red_s::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  right: 22px;
  top: 50%;
  bottom: 50%;
  margin-top: -6px;
}
.page__briefing02__list__btn01 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list__btn01 {
    margin-top: 16px;
    padding: 20px 0 0;
  }
}
.page__briefing02__list__btn01__red_m {
  position: relative;
  font-size: 1.8rem;
  width: 100%;
  max-width: 267px;
  height: 64px;
  border: 2px solid #eb545d;
  background: #eb545d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  transition: all .2s ease-in-out;
}
.page__briefing02__list__btn01__red_m::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  right: 22px;
  top: 50%;
  bottom: 50%;
  margin-top: -6px;
}
.page__briefing02__list__btn01__red_s {
  position: relative;
  font-size: 1.8rem;
  width: 100%;
  max-width: 267px;
  height: 64px;
  border: 2px solid #eb545d;
  background: #eb545d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  transition: all .2s ease-in-out;
}
.page__briefing02__list__btn01__red_s::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  right: 22px;
  top: 50%;
  bottom: 50%;
  margin-top: -6px;
}
.page__briefing02__list__details {
  position: absolute;
  top: -50px;
  color: #fff;
  font-size: 24px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page__briefing02__list__details {
    top: -35px;
    font-size: 17px;
  }
}

/*# sourceMappingURL=page-briefing.css.map */
