@charset "UTF-8";
.about_container {
  margin-bottom: 9rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
}
@media only screen and (max-width: 640px) {
  .about_container {
    margin-bottom: 14.0625vw;
    gap: 4.6875vw;
  }
}
.about_item {
  padding: 3rem 3rem 3rem 11rem;
  border-radius: 2.4rem;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 1rem 3.2rem 0 rgba(0, 0, 0, 0.08);
  position: relative;
  width: 51rem;
  line-height: 1.6;
  font-size: 1.5rem;
}
@media only screen and (max-width: 640px) {
  .about_item {
    padding: 4.6875vw 4.6875vw 4.6875vw 23.4375vw;
    border-radius: 3.75vw;
    box-shadow: 0 1.5625vw 5vw 0 rgba(0, 0, 0, 0.08);
    width: 100%;
    font-size: 2.34375vw;
  }
}
.about_title {
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  gap: 0.35em;
  line-height: 1.2;
  font-size: 2rem;
}
@media only screen and (max-width: 640px) {
  .about_title {
    font-size: 3.75vw;
  }
}
.about_title span {
  font-size: 2.4rem;
}
@media only screen and (max-width: 640px) {
  .about_title span {
    font-size: 5vw;
  }
}
.about_title em {
  font-size: 6.4rem;
  color: rgb(29, 80, 162);
  font-family: "Arial", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 640px) {
  .about_title em {
    font-size: 11.25vw;
  }
}
.about_image {
  position: absolute;
  top: 3rem;
  left: 2rem;
}
@media only screen and (max-width: 640px) {
  .about_image {
    top: 4.6875vw;
    left: 3.125vw;
  }
}

.win_container {
  position: relative;
}
.win_item {
  margin-top: 3rem;
  padding: 3rem 3rem 3rem 12rem;
  background: rgb(240, 236, 227);
  font-size: 2rem;
  position: relative;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .win_item {
    margin-top: 4.6875vw;
    padding: 4.6875vw 4.6875vw 4.6875vw 15.625vw;
    font-size: 3.125vw;
  }
}
.win_item:before {
  content: "●";
  color: #fff;
  background: rgb(29, 80, 162);
  height: 100%;
  width: 8rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .win_item:before {
    width: 9.375vw;
  }
}
.win_item.-agent:before {
  background: rgb(255, 0, 0);
}
.win_illust {
  position: absolute;
  right: 0;
  bottom: 0;
}
.win .-win01 .win_illust {
  width: 20rem;
}
@media only screen and (max-width: 640px) {
  .win .-win01 .win_illust {
    width: 31.25vw;
  }
}
.win .-win02 .win_illust {
  right: 14rem;
  width: 12rem;
}
@media only screen and (max-width: 640px) {
  .win .-win02 .win_illust {
    right: 0;
    width: 18.75vw;
  }
}
.win .-win03 .win_illust {
  width: 21rem;
}
@media only screen and (max-width: 640px) {
  .win .-win03 .win_illust {
    width: 32.8125vw;
  }
}
.win .-win04 .win_illust {
  width: 15rem;
}
@media only screen and (max-width: 640px) {
  .win .-win04 .win_illust {
    width: 23.4375vw;
  }
}
.win_title {
  font-size: 3.2rem;
}
@media only screen and (max-width: 640px) {
  .win_title {
    font-size: 4.375vw;
  }
}
.win_image.-franchise {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32rem;
}
@media only screen and (max-width: 640px) {
  .win_image.-franchise {
    width: 34.375vw;
  }
}

.winwin_image {
  margin: 3em auto;
  width: 80rem;
}
@media only screen and (max-width: 640px) {
  .winwin_image {
    width: 100%;
  }
}

.future_image {
  margin: 2.8rem auto;
  width: 24rem;
}
@media only screen and (max-width: 640px) {
  .future_image {
    margin: 4.375vw auto;
    width: 37.5vw;
  }
}

.line_v_3color {
  margin: 0 auto 4em;
  padding: 0 2em;
  position: relative;
  text-align: center;
  max-width: 105rem;
  line-height: 1.4;
}
.line_v_3color::after, .line_v_3color::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 0.6rem;
  height: 100%;
  background: linear-gradient(to bottom, rgb(29, 80, 162) 0%, rgb(29, 80, 162) 33%, rgb(139, 152, 158) 33%, rgb(139, 152, 158) 66%, rgb(255, 0, 0) 66%);
}
.line_v_3color::before {
  left: 0;
}
.line_v_3color::after {
  right: 0;
}

.pcm {
  font-family: "Arial", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: 400;
}
.pcm em {
  font-weight: 700;
}

.text-plus {
  display: flex;
  justify-content: center;
}
.text-plus img {
  margin: 0 0.25em;
  display: inline-block;
  width: 3rem;
  vertical-align: middle;
}

.onayami_image {
  margin: 0 auto;
  width: 72rem;
}
@media only screen and (max-width: 640px) {
  .onayami_image {
    width: 100%;
  }
}
.onayami_container {
  display: flex;
  justify-content: space-between;
}
.onayami_item {
  padding: 4rem;
  border: solid 4px rgb(29, 80, 162);
  border-radius: 2.4rem;
  width: 51rem;
  font-size: 2.8rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .onayami_item {
    padding: 3.125vw;
    border-radius: 3.75vw;
    width: 43.75vw;
    font-size: 3.4375vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.advantage_image {
  margin: 0 auto 4em;
  width: 92rem;
}
@media only screen and (max-width: 640px) {
  .advantage_image {
    width: 100%;
  }
}

.support_container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .support_container {
    gap: 5.625vw;
    flex-direction: column;
  }
}
.support_item {
  width: 29.8657718121%;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .support_item {
    width: 100%;
  }
}
.support_image {
  position: relative;
  z-index: 0;
}
.support_body {
  padding: 0 4rem 4rem 4rem;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .support_body {
    padding: 0 6.25vw 6.25vw 6.25vw;
  }
}
.support_num {
  margin: -3.2rem auto 0.5em;
  color: #fff;
  background: rgb(29, 80, 162);
  font-family: "Arial", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  text-align: ace;
  width: 6.4rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .support_num {
    margin: -6.25vw auto 0.5em;
    font-size: 6.25vw;
    width: 12.5vw;
    height: 12.5vw;
  }
}
.support_title {
  margin-bottom: 1em;
  text-align: center;
}
.support_title .jp {
  font-size: 2.8rem;
}
@media only screen and (max-width: 640px) {
  .support_title .jp {
    font-size: 5.625vw;
  }
}
.support_title .en {
  font-size: 2.4rem;
  color: rgb(29, 80, 162);
  font-family: "Arial", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 640px) {
  .support_title .en {
    font-size: 2.4rem;
  }
}

.flow_container {
  counter-reset: number 0;
}
.flow_container.-agent .flow_item::before {
  color: rgb(255, 0, 0);
}
.flow_container.-agent .flow_item::after {
  color: rgb(255, 0, 0);
}
.flow_container.-agent .flow_title {
  color: rgb(255, 0, 0);
}
.flow_item {
  margin-bottom: 8.8rem;
  padding: 1.6rem 1.6rem 1.6rem 16rem;
  border-radius: 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.6rem;
  background: #fff;
  box-shadow: 0 1rem 3.2rem 0 rgba(0, 0, 0, 0.08);
  position: relative;
}
@media only screen and (max-width: 640px) {
  .flow_item {
    margin-bottom: 13.75vw;
    padding: 3.75vw 3.75vw 3.75vw 20vw;
    border-radius: 3.75vw;
    flex-direction: column;
    gap: 5.625vw;
    box-shadow: 0 1.5625vw 5vw 0 rgba(0, 0, 0, 0.08);
  }
}
.flow_item::before {
  counter-increment: number 1;
  content: "0" counter(number);
  position: absolute;
  left: 3rem;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  color: rgb(29, 80, 162);
  opacity: 0.2;
  font-size: 8rem;
  font-weight: 700;
  font-family: "Arial", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 640px) {
  .flow_item::before {
    top: 3.75vw;
    left: 3.75vw;
    font-size: 11.25vw;
  }
}
.flow_item::after {
  content: "▼";
  display: block;
  position: absolute;
  left: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7.2rem;
  font-size: 2.8rem;
  color: rgb(29, 80, 162);
}
@media only screen and (max-width: 640px) {
  .flow_item::after {
    bottom: -11.25vw;
    font-size: 4.375vw;
  }
}
.flow_item:last-child {
  margin-bottom: 0;
}
.flow_item:last-child::after {
  display: none;
}
.flow_item.-blue {
  border: solid 3px rgb(29, 80, 162);
}
.flow_item.-red {
  border: solid 3px rgb(255, 0, 0);
}
.flow_title {
  margin-bottom: 0.5em;
  color: rgb(29, 80, 162);
  font-size: 2.4rem;
}
@media only screen and (max-width: 640px) {
  .flow_title {
    font-size: 4.375vw;
  }
}
.flow_body {
  font-size: 2rem;
  line-height: 1.6;
  width: 54rem;
}
@media only screen and (max-width: 640px) {
  .flow_body {
    font-size: 3.125vw;
    width: 100%;
  }
}
.flow_image {
  width: 28rem;
}
@media only screen and (max-width: 640px) {
  .flow_image {
    width: 100%;
  }
}

.story_item a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  padding: 3rem;
  border-radius: 2.4rem;
  box-shadow: 0 1rem 3.2rem 0 rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff url(../img/common/arw_blue.svg) no-repeat right 2rem bottom 2rem;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .story_item a {
    flex-direction: column;
    margin-bottom: 4.6875vw;
    padding: 3.75vw;
    border-radius: 3.75vw;
    box-shadow: 0 1.5625vw 5vw 0 rgba(0, 0, 0, 0.08);
  }
}
.story_item.-blue a {
  background: #fff url(../img/common/arw_blue.svg) no-repeat right 2rem bottom 2rem;
}
.story_item.-red a {
  background: #fff url(../img/common/arw_red.svg) no-repeat right 2rem bottom 2rem;
}
.story_image {
  width: 32rem;
}
@media only screen and (max-width: 640px) {
  .story_image {
    margin-bottom: 3.75vw;
    width: 100%;
  }
}
.story_body {
  width: 64rem;
}
@media only screen and (max-width: 640px) {
  .story_body {
    width: 100%;
  }
}
.story_title {
  margin-bottom: 0.75em;
  font-size: 2.8rem;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .story_title {
    font-size: 5vw;
  }
}
.story_meta {
  margin-top: 1.5em;
  font-weight: 700;
  line-height: 1.6;
}
.story_name {
  font-size: 2.4rem;
}
@media only screen and (max-width: 640px) {
  .story_name {
    font-size: 4.375vw;
  }
}

.point_container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .point_container {
    gap: 5.625vw;
    flex-direction: column;
  }
}
.point_item {
  width: 32rem;
  font-size: 2rem;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .point_item {
    width: 100%;
    font-size: 3.75vw;
  }
}
.point_number {
  margin-bottom: 1em;
  font-size: 2.8rem;
  color: rgb(255, 0, 0);
  font-family: "Arial", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  border-bottom: solid 1px rgb(255, 0, 0);
}
@media only screen and (max-width: 640px) {
  .point_number {
    font-size: 5.625vw;
  }
}
.point_number span {
  font-size: 5.2rem;
}
@media only screen and (max-width: 640px) {
  .point_number span {
    font-size: 9.375vw;
  }
}
.point_title {
  margin-bottom: 0.5em;
  font-size: 3.2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .point_title {
    font-size: 5.625vw;
  }
}

.style_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem;
}
@media only screen and (max-width: 640px) {
  .style_container {
    gap: 5.625vw;
    flex-direction: column;
  }
}
.style_item {
  padding: 0 0 2.4rem 2.4rem;
  border-left: solid 1px rgb(255, 0, 0);
  border-bottom: solid 1px rgb(255, 0, 0);
  width: 32rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .style_item {
    padding: 0 0 3.75vw 3.75vw;
    border-left: solid 1px rgb(255, 0, 0);
    border-bottom: solid 1px rgb(255, 0, 0);
    width: 100%;
    font-size: 3.75vw;
  }
}
.style_title {
  margin-bottom: 1em;
  gap: 1em;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .style_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.style_title .jp {
  margin-bottom: 0.25em;
  color: rgb(255, 0, 0);
  font-size: 3.2rem;
}
@media only screen and (max-width: 640px) {
  .style_title .jp {
    font-size: 5.625vw;
  }
}
.style_title .en {
  font-size: 2rem;
  font-family: "Arial", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 640px) {
  .style_title .en {
    font-size: 3.75vw;
  }
}

.faq_container.-agent .faq_item::before {
  color: rgb(255, 0, 0);
}
.faq_container.-agent .faq_title {
  color: rgb(255, 0, 0);
}
.faq_item {
  margin-bottom: 3rem;
  padding: 3rem 3rem 3rem 10rem;
  border-radius: 2.4rem;
  background: #fff;
  box-shadow: 0 1rem 3.2rem 0 rgba(0, 0, 0, 0.08);
  position: relative;
}
@media only screen and (max-width: 640px) {
  .faq_item {
    margin-bottom: 4.6875vw;
    padding: 4.6875vw 4.6875vw 4.6875vw 15.625vw;
    border-radius: 3.75vw;
    background: #fff;
    box-shadow: 0 1.5625vw 5vw 0 rgba(0, 0, 0, 0.08);
  }
}
.faq_item::before {
  content: "Q";
  position: absolute;
  top: 3rem;
  left: 3rem;
  line-height: 1;
  color: rgb(29, 80, 162);
  opacity: 0.2;
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "Arial", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 640px) {
  .faq_item::before {
    top: 4.6875vw;
    left: 4.6875vw;
    font-size: 7.5vw;
  }
}
.faq_title {
  margin-bottom: 0.5em;
  color: rgb(29, 80, 162);
  font-size: 2.4rem;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .faq_title {
    font-size: 4.375vw;
  }
}
.faq_body {
  font-size: 2rem;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .faq_body {
    font-size: 3.4375vw;
  }
}
.faq .-withImage .faq_description {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 640px) {
  .faq .-withImage .faq_description {
    flex-direction: column;
  }
}
.faq .-withImage .faq_description_body {
  width: 58rem;
}
@media only screen and (max-width: 640px) {
  .faq .-withImage .faq_description_body {
    width: 100%;
  }
}
.faq .-withImage .faq_description_image {
  margin-top: 0;
  margin-right: -3rem;
  width: 36rem;
}
@media only screen and (max-width: 640px) {
  .faq .-withImage .faq_description_image {
    margin-top: 4.6875vw;
    margin-right: 0;
    width: 100%;
  }
}
.faq .-withImage .faq_description_image img {
  max-width: auto;
  width: 100%;
}
.faq_more_inner {
  display: none;
}
.faq_more .wp-block-heading {
  margin: 1.5em 0 1em;
  font-size: 2.4rem;
}
.faq_more .button_close {
  display: none;
}
.faq_more.-open .button_open {
  display: none;
}
.faq_more.-open .button_close {
  display: inherit;
}
.faq_story_item {
  margin-top: 6rem;
  padding: 3rem;
  border-radius: 1.6rem;
  background: rgb(240, 236, 227);
  display: flex;
  align-items: center;
  gap: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .faq_story_item {
    flex-direction: column;
    margin-top: 9.375vw;
    padding: 3.75vw;
    border-radius: 2.5vw;
    gap: 4.6875vw;
  }
}
.faq_story_image {
  border-radius: 0.8rem;
  width: 24rem;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .faq_story_image {
    width: 100%;
  }
}
.faq_story_office {
  font-size: 1.6rem;
}
.faq_story_name {
  font-size: 2.4rem;
}

.button_floating {
  position: fixed;
  right: 3em;
  bottom: 3em;
  width: 16rem;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .button_floating {
    width: 18.75vw;
  }
}/*# sourceMappingURL=business.css.map */