@charset "UTF-8";
header {
  display: none;
}
@media screen and (max-width: 1000px) {
  header {
    display: block;
  }
}

.home_top .inner {
  position: relative;
}
.home_top .ttl {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  color: #fff;
}
.home_top .logo {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 43%;
  margin: auto;
}
.home_top .logo img {
  width: 100%;
}
.home_top video {
  width: 100%;
}
.home_top .sp {
  display: none;
}
.home_top .sp .logo {
  height: 37%;
}
.home_top .sp img {
  width: 100%;
}
.home_menu {
  margin: 15px 0 0;
}
.home_menu .home_menu_fixed_inner {
  position: relative;
}
.home_menu .home_menu_fixed_inner2 {
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: #fff;
}
.home_menu .home_menu_fixed_on {
  position: fixed;
  border-bottom: 1px solid #ddd;
}
.home_menu .home_menu_row {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 10px;
}
.home_menu .home_menu_img {
  height: 34px;
}
@media screen and (max-width: 1000px) {
  .home_menu {
    display: none;
  }
}

.home_sevice_box {
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .home_sevice_box {
    max-width: 500px;
  }
}
.home_sevice_list {
  display: grid;
  grid-template-columns: 50% 45%;
  gap: 0 5%;
  margin: 60px 0 0;
}
@media screen and (max-width: 1000px) {
  .home_sevice_list {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin: 40px 0 0;
  }
}
.home_sevice_ttl {
  grid-row-start: 1;
  grid-column-start: 2;
}
.home_sevice_fig {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: span 4;
}
@media screen and (max-width: 1000px) {
  .home_sevice_fig {
    margin: 20px 0 0;
  }
}
.home_sevice_img {
  object-fit: cover;
  width: 100%;
  height: 213px;
}
@media screen and (max-width: 1000px) {
  .home_sevice_img {
    object-fit: initial;
    height: auto;
  }
}
.home_sevice_text {
  grid-row-start: 2;
  grid-column-start: 2;
  margin: 15px 0 0;
}
.home_sevice_row {
  grid-row-start: 3;
  grid-column-start: 2;
  margin: 15px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 0.75em;
}
.home_sevice_row_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5em;
  line-height: 2;
  padding: 0 1em;
  border-style: solid;
  border-color: #777;
  border-width: 1px;
  border-radius: 1.5em;
}
.home_sevice_row_item::before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: bold;
  color: #400000;
}
@media screen and (max-width: 1000px) {
  .home_sevice_row_item {
    width: 100%;
  }
}

.home_blog {
  background-color: #f8f8f8;
  padding: 100px 0;
}
@media screen and (max-width: 1000px) {
  .home_blog {
    padding: 50px 0;
  }
}
.home_blog_box {
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .home_blog_box {
    max-width: 500px;
  }
}
.home_blog ul {
  padding: 30px 0 0;
}
.home_blog li {
  color: #444;
  padding: 1em;
  border-bottom: 1px solid #ddd;
}
.home_blog li:first-child {
  border-top: 1px solid #ddd;
}
.home_blog li a {
  text-decoration: underline;
}
.home_blog th {
  width: 120px;
  font-weight: 400;
  padding: 0 1em 0 0;
}
.home_blog_row {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}
@media screen and (max-width: 1000px) {
  .home_blog_row {
    font-size: 14px;
  }
}
.home_blog_row_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5em;
  line-height: 2;
  padding: 0 1em;
  background-color: #fff;
  border-style: solid;
  border-color: #777;
  border-width: 1px;
  border-radius: 1.5em;
}
.home_blog_row_item::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: bold;
  color: #400000;
}
@media screen and (max-width: 1000px) {
  .home_blog_row_item {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .home_blog h5 {
    padding: 1em 0;
  }
  .home_blog h5 img {
    height: 24px;
  }
  .home_blog ul {
    padding: 20px 0 0;
  }
  .home_blog table {
    font-size: 14px;
  }
  .home_blog th {
    width: 100px;
    padding: 0 10px 0 0;
  }
}

.home_adv_box {
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .home_adv_box {
    max-width: 500px;
  }
}
.home_adv_list {
  display: grid;
  grid-template-columns: 50% 50%;
  margin: 60px 0 0;
}
@media screen and (max-width: 1000px) {
  .home_adv_list {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin: 40px 0 0;
  }
}
.home_adv_ttl {
  grid-row-start: 1;
  grid-column-start: 2;
  position: relative;
  z-index: 1;
  width: 90%;
  font-size: 24px;
  font-weight: 400;
  padding: 0.4em 0 0.4em 1.2em;
  margin: 0 0 0 auto;
  box-sizing: border-box;
}
.home_adv_ttl02 {
  grid-column-start: 1;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .home_adv_ttl {
    width: 100%;
  }
}
.home_adv_ttl_num {
  position: absolute;
  z-index: -1;
  top: -0.25em;
  left: 0;
  font-size: 80px;
  color: #eee;
  font-weight: 700;
  line-height: 1;
}
.home_adv_fig {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: span 4;
}
.home_adv_fig02 {
  grid-column-start: 2;
}
@media screen and (max-width: 1000px) {
  .home_adv_fig {
    margin: 20px 0 0;
  }
}
.home_adv_img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 1000px) {
  .home_adv_img {
    object-fit: initial;
    height: auto;
  }
}
.home_adv_text {
  grid-row-start: 2;
  grid-column-start: 2;
  width: 90%;
  margin: 15px 0 0 auto;
}
.home_adv_text02 {
  grid-column-start: 1;
  margin: 15px 0 0;
}
@media screen and (max-width: 1000px) {
  .home_adv_text {
    width: 100%;
  }
}
.home_adv_row {
  grid-row-start: 3;
  grid-column-start: 2;
  width: 90%;
  margin: 15px 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 0.75em;
}
.home_adv_row02 {
  grid-column-start: 1;
  margin: 15px 0 0;
}
@media screen and (max-width: 1000px) {
  .home_adv_row {
    width: 100%;
  }
}
.home_adv_row_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5em;
  line-height: 2;
  padding: 0 1em;
  border-style: solid;
  border-color: #777;
  border-width: 1px;
  border-radius: 1.5em;
}
.home_adv_row_item::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: bold;
  color: #400000;
}
@media screen and (max-width: 1000px) {
  .home_adv_row_item {
    width: 100%;
  }
}

.home_work {
  background-color: #f8f8f8;
  padding: 100px 0;
}
@media screen and (max-width: 1000px) {
  .home_work {
    padding: 50px 0;
  }
}
.home_work_box {
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .home_work_box {
    max-width: 500px;
  }
}
.home_work_caption {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 0.5em;
  font-size: 14px;
  color: #555;
  padding: 1em 0 0;
}
@media screen and (max-width: 1000px) {
  .home_work_caption {
    font-size: 12px;
  }
}
.home_work .sp-selected-button {
  background-color: #bbb;
}
.home_work .sp-button {
  border-color: #bbb;
}
@media screen and (max-width: 1000px) {
  .home_work .sp-button {
    width: 10px;
    height: 10px;
  }
}
.home_work_list {
  display: grid;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 1000px) {
  .home_work_list {
    grid-template-columns: 1fr;
    gap: 20px 0;
    font-size: 14px;
  }
}
.home_work_down {
  width: 90%;
  margin: auto 0 auto auto;
}
@media screen and (max-width: 1000px) {
  .home_work_down {
    width: 100%;
  }
}
.home_work_row {
  margin: 15px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 0.75em;
}
@media screen and (max-width: 1000px) {
  .home_work_row {
    width: 100%;
  }
}
.home_work_row_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5em;
  line-height: 2;
  background-color: #fff;
  padding: 0 1em;
  border-style: solid;
  border-color: #777;
  border-width: 1px;
  border-radius: 1.5em;
}
.home_work_row_item::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: bold;
  color: #400000;
}
@media screen and (max-width: 1000px) {
  .home_work_row_item {
    width: 100%;
  }
}

.home_industry_box {
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .home_industry_box {
    max-width: 500px;
  }
}
.home_industry_text {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .home_industry_text {
    font-size: 14px;
  }
}

.home_price_box {
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .home_price_box {
    max-width: 530px;
  }
}
.home_price_outer {
  overflow-y: auto;
}
.home_price_table {
  width: 100%;
  min-width: 500px;
}
@media screen and (max-width: 1000px) {
  .home_price_table {
    font-size: 14px;
  }
}
.home_price_th, .home_price_td {
  padding: 0.7em 0.7em;
  border-style: solid;
  border-color: #eee;
  border-width: 1px 1px;
}
.home_price_th {
  color: #fff;
  line-height: 1;
  text-align: center;
  background-color: #400000;
}
.home_price_td01 {
  width: 3em;
  color: #400000;
  font-weight: bold;
  text-align: center;
}
.home_price_td02 {
  width: 7em;
  text-align: center;
  background-color: #eee;
  border-color: #fff;
}

.home_flow {
  background-color: #f8f8f8;
  padding: 100px 0;
  background-image: url(../img/home/bg_flow.webp);
  background-size: auto;
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .home_flow {
    padding: 50px 0;
    background-size: 50% auto;
  }
}
.home_flow_box {
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .home_flow_box {
    max-width: 500px;
  }
}
.home_flow_nav {
  display: flex;
  align-items: flex-end;
  border-style: solid;
  border-color: #400000;
  border-width: 0 0 3px;
}
.home_flow_nav_item {
  width: 50%;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 1.25;
  background-color: #ddd;
  text-align: center;
  padding: 0.8em 0;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .home_flow_nav_item {
    font-size: 14px;
  }
}
.home_flow_nav_item.active {
  background-color: #400000;
  padding: 1em 0;
  cursor: auto;
}
.home_flow_tab {
  display: none;
  background-color: #fff;
  padding: 2em 0;
}
.home_flow_tab.active {
  display: block;
}
.home_flow_tab_item {
  display: grid;
  grid-template-columns: 3.2em 1fr;
  gap: 0 2em;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .home_flow_tab_item {
    width: 90%;
    gap: 0 1em;
  }
}
.home_flow_tab_num {
  grid-row-start: 1;
  grid-column-start: 1;
  font-size: 14px;
  color: #EC6D65;
  text-align: center;
  margin: 0.2em 0 0;
}
@media screen and (max-width: 1000px) {
  .home_flow_tab_num {
    font-size: 12px;
  }
}
.home_flow_tab_bar {
  grid-row-start: 2;
  grid-column-start: 1;
  width: 3px;
  background-color: #ddd;
  margin: 0.5em auto 0;
}
.home_flow_tab_ttl {
  grid-row-start: 1;
  grid-column-start: 2;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  color: #400000;
}
@media screen and (max-width: 1000px) {
  .home_flow_tab_ttl {
    font-size: 16px;
  }
}
.home_flow_tab_text {
  grid-row-start: 2;
  grid-column-start: 2;
  margin: 0.5em 0 2em;
}
@media screen and (max-width: 1000px) {
  .home_flow_tab_text {
    font-size: 14px;
  }
}

.home_testimonials_box {
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .home_testimonials_box {
    max-width: 500px;
  }
}
.home_testimonials_item {
  display: grid;
  grid-template-columns: 180px 50px 1fr;
}
@media screen and (max-width: 1000px) {
  .home_testimonials_item {
    grid-template-columns: 1fr;
  }
}
.home_testimonials_item_fig {
  margin: auto 0;
}
@media screen and (max-width: 1000px) {
  .home_testimonials_item_fig {
    width: 100px;
    margin: 0 auto;
  }
}
.home_testimonials_item_deco {
  width: 30px;
  height: 30px;
  background-color: #F8F8F8;
  margin: auto 0 auto auto;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media screen and (max-width: 1000px) {
  .home_testimonials_item_deco {
    display: none;
  }
}
.home_testimonials_item_info {
  background-color: #F8F8F8;
  padding: 1em 1.5em;
  border-radius: 1.5em;
}
@media screen and (max-width: 1000px) {
  .home_testimonials_item_info {
    font-size: 14px;
  }
}
.home_testimonials_item_ttl {
  font-weight: bold;
}
.home_testimonials_item_text {
  margin: 0.5em 0 0;
}
.home_testimonials_item_row {
  margin: 15px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 0.75em;
}
@media screen and (max-width: 1000px) {
  .home_testimonials_item_row {
    width: 100%;
  }
}
.home_testimonials_item_row_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5em;
  line-height: 2;
  background-color: #fff;
  padding: 0 1em;
  border-style: solid;
  border-color: #777;
  border-width: 1px;
  border-radius: 1em;
}
.home_testimonials_item_row_item::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: bold;
  color: #400000;
}
@media screen and (max-width: 1000px) {
  .home_testimonials_item_row_item {
    width: 100%;
  }
}

.home_eft {
  background-color: #f8f8f8;
  padding: 100px 0;
}
@media screen and (max-width: 1000px) {
  .home_eft {
    padding: 50px 0;
    background-size: 50% auto;
  }
}
.home_eft_box {
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .home_eft_box {
    max-width: 500px;
  }
}
.home_eft_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 20px;
}
@media screen and (max-width: 1000px) {
  .home_eft_list {
    grid-template-columns: 1fr;
  }
}
.home_eft_item {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 2em 2em 3em;
  border-radius: 1em;
}
@media screen and (max-width: 1000px) {
  .home_eft_item {
    padding: 1em 1em 4em;
  }
}
.home_eft_item_ttl {
  font-size: 20px;
  color: #EC6D65;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .home_eft_item_ttl {
    font-size: 16px;
  }
}
.home_eft_item_text {
  margin: 0.5em 0 0;
}
@media screen and (max-width: 1000px) {
  .home_eft_item_text {
    font-size: 14px;
  }
}
.home_eft_item_img {
  position: absolute;
  z-index: -1;
  font-size: inherit;
  right: 1em;
  bottom: 1em;
  width: 110px;
}
.home_eft_blue {
  color: #3f51b5;
}

.home_faq {
  padding: 100px 0;
}
@media screen and (max-width: 1000px) {
  .home_faq {
    padding: 50px 0;
    background-size: 50% auto;
  }
}
.home_faq_box {
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .home_faq_box {
    max-width: 500px;
  }
}
.home_faq_list {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 1000px) {
  .home_faq_list {
    font-size: 14px;
  }
}
.home_faq_item {
  padding: 1.5em 0;
  border-style: solid;
  border-color: #ddd;
  border-width: 0 0 1px;
}
.home_faq_question {
  position: relative;
  cursor: pointer;
}
.home_faq_question::before {
  content: "\f055";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #bbb;
  position: absolute;
  top: -0.2em;
  right: 0em;
  font-size: 150%;
}
.home_faq_question.active::before {
  content: "\f056";
}
.home_faq_answer {
  overflow: hidden;
  height: 0;
}
.home_faq_question_text, .home_faq_answer_text {
  position: relative;
  padding: 1em 0 0 3em;
}
.home_faq_question_text::before, .home_faq_answer_text::before {
  position: absolute;
  top: -0.2em;
  left: 0;
  line-height: 2;
  text-align: center;
  border-radius: 50%;
}
.home_faq_question_text {
  position: relative;
  padding: 0em 3em 0 3em;
}
.home_faq_question_text::before {
  content: "Q";
  color: #EC6D65;
  font-size: 200%;
  line-height: 1;
}

.home_bottom {
  padding: 70px 0;
}
.home_bottom figure {
  text-align: center;
}
.home_bottom img {
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .home_bottom {
    padding: 60px 0;
  }
  .home_bottom img {
    max-width: 500px;
  }
}

/* 20240130 top 取引実績 */
.home_client_box {
  max-width: 1000px;
}

.home_business-record {
  background-color: #f8f8f8;
  padding: 100px 0;
}

.home_client_grp {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}

.home_client_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 32.6666666667%;
  box-sizing: border-box;
  background-color: #F8F8F8;
  text-align: center;
  border: solid 1px #BCBCBC;
  padding: 30px 10px;
  margin-bottom: 20px;
}

.home_client_item:not(:nth-of-type(3n)) {
  margin-right: 1%;
}

@media screen and (max-width: 1000px) {
  .home_client_box {
    max-width: 500px;
  }
  .home_business-record {
    padding: 50px 0;
  }
  .home_client_item {
    width: 49.5%;
  }
  .home_client_item:not(:nth-of-type(3n)) {
    margin-right: 0%;
  }
  .home_client_item:nth-of-type(odd) {
    margin-right: 1%;
  }
}