@charset "UTF-8";
/*##################################################################/*
/* --------------------------------
* Keyvisual
* -------------------------------- */
.child_key_v {
  background-image: url(/wp-content/themes/gulliver_wp/images/business/img_business_pc.webp);
  min-height: 92px;
  height: 134px;
}

.child_key_v .copy_area h2 {
  font-size: 2.4rem;
}

.pankuzu_area {
  overflow-x: auto;
}

.subnav_area {
  display: none !important;
}

.wrapper {
  max-width: 1200px;
}

picture {
  display: block;
}

/* 記入箇所
------------------------------------*/
.btn_green.ico_mail::before {
  background: url("/wp-content/themes/gulliver_wp/images/business/ico_mail.webp") 0 0/cover no-repeat;
  width: 24px;
  height: 16px;
  margin: auto 0 auto -105px;
  bottom: 0;
  top: 0;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

.sec_wrap {
  color: #222;
}
.sec_wrap > .ttl {
  font-family: "ShinGoPr6";
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 60px 0;
  padding: 0 0 40px 0;
  position: relative;
}
.sec_wrap > .ttl .tx_small {
  font-size: 28px;
  display: inline-block;
  margin: 0 0 15px 0;
}
.sec_wrap > .ttl::after {
  display: block;
  content: '';
  background-image: -webkit-linear-gradient(0deg, #00a1fb 1%, #2af499 100%);
  width: 200px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .child_key_v {
    background-image: url(/wp-content/themes/gulliver_wp/images/business/img_business_sp.webp);
  }

  .btn_green.ico_mail {
    width: 78.66667vw;
    font-size: 4.26667vw;
  }

  .pc_block {
    display: none;
  }

  .sp_block {
    display: block;
  }

  .sec_wrap > .ttl {
    font-size: 6.13333vw;
    margin: 0 0 10.66667vw 0;
    padding: 0 0 6.4vw 0;
    line-height: 1.4;
  }
  .sec_wrap > .ttl .tx_small {
    font-size: 4.26667vw;
    margin: 0 0 3.2vw 0;
  }
  .sec_wrap > .ttl::after {
    width: 26.66667vw;
    height: 0.8vw;
  }
}
.kv {
  height: 590px;
  padding: 80px 0;
  box-sizing: border-box;
  background: #23262f url(/wp-content/themes/gulliver_wp/images/business/bg_kv_pc.webp) no-repeat center top;
}
.kv .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 0 40px;
  text-align: left;
}
.kv .ttl {
  font-size: 40px;
  font-weight: bold;
  color: #FFF;
  font-family: "ShinGoPr6";
  margin: 0 0 55px 0;
  line-height: 1;
}
.kv .ttl .tx_small {
  font-size: 28px;
  display: inline-block;
  margin: 0 0 20px 0;
}
.kv .ttl .tx_middle {
  font-size: 34px;
  display: inline-block;
  margin: 20px 0 0 0;
}
.kv .txt {
  font-size: 16px;
  line-height: 1.8;
  color: #FFF;
  margin: 0 0 50px 0;
}

@media screen and (max-width: 1200px) {
  .kv .inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    background: #23262f url(/wp-content/themes/gulliver_wp/images/business/bg_kv_sp.webp) no-repeat center bottom;
    background-size: 100%;
    padding: 8vw 6.66667vw 9.33333vw;
    height: auto;
  }
  .kv .inner {
    padding: 0;
  }
  .kv .ttl {
    font-size: 6.13333vw;
    line-height: 1.4;
    margin: 0 0 8vw 0;
  }
  .kv .ttl .tx_small {
    font-size: 4.8vw;
    display: inline-block;
    margin: 0 0 4.66667vw 0;
  }
  .kv .ttl .tx_middle {
    font-size: 4.8vw;
    display: inline-block;
    margin: 2.93333vw 0 0 0;
  }
  .kv .txt {
    font-size: 3.2vw;
    margin: 0 0 26.66667vw 0;
  }
}
.sec_task {
  padding: 90px 0 120px;
}
.sec_task .ttl {
  font-size: 40px;
}
.sec_task > .txt {
  font-size: 18px;
}

.task_list {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.task_list .list_item {
  width: 250px;
}
.task_list .list_item .img {
  width: 250px;
  height: 250px;
}
.task_list .list_item .img img {
  width: 100%;
  height: auto;
}
.task_list .list_item .ttl {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 1;
  padding: 40px 0 30px;
}
.task_list .list_item .txt {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .sec_task {
    padding: 17.06667vw 0;
  }
  .sec_task .ttl {
    font-size: 6.13333vw;
  }
  .sec_task > .txt {
    font-size: 3.73333vw;
    padding: 0 4.66667vw;
  }

  .task_list {
    gap: 12.8vw;
    justify-content: center;
    flex-wrap: wrap;
    flex-flow: column;
  }
  .task_list .list_item {
    width: 86.66667vw;
    margin: 0 auto;
  }
  .task_list .list_item .img {
    width: 41.33333vw;
    height: 41.33333vw;
    margin: 0 auto;
  }
  .task_list .list_item .img img {
    width: 100%;
    height: auto;
  }
  .task_list .list_item .ttl {
    font-size: 4.26667vw;
    padding: 5.33333vw 0 4vw;
  }
  .task_list .list_item .txt {
    font-size: 3.2vw;
    line-height: 1.8;
    text-align: center;
  }
}
.sec_about {
  padding: 120px 0 calc(100px - 2em);
  background: url(/wp-content/themes/gulliver_wp/images/business/sec_about_pc.webp) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .sec_about {
    padding: 16vw 0 calc( 16vw - 2em);
    background: url(/wp-content/themes/gulliver_wp/images/business/sec_about_sp.webp) no-repeat center;
    background-size: cover;
  }
  .sec_about .txt {
    padding: 0 4.66667vw;
    text-align: left;
    font-size: 3.73333vw;
  }
}
.sec_merit {
  padding: 120px 0;
}
.sec_merit > .txt {
  font-size: 18px;
  margin: 0 0 55px 0;
}
.sec_merit .sub_ttl {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.sec_merit .merit_table {
  width: 1080px;
  margin: 0 auto;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.sec_merit .merit_table th, .sec_merit .merit_table td {
  border: 10px solid #FFF;
}
.sec_merit .merit_table th {
  background: #a9b3d8;
  color: #FFF;
  font-weight: bold;
}
.sec_merit .merit_table th:nth-child(1) {
  width: 270px;
}
.sec_merit .merit_table th:nth-child(2), .sec_merit .merit_table th:nth-child(3) {
  width: 390px;
}
.sec_merit .merit_table td {
  text-align: left;
  background: #f0f2f7;
  font-size: 16px;
}
.sec_merit .merit_table td:nth-child(1) {
  font-size: 18px;
  vertical-align: top;
}
.sec_merit .merit_table td .bold {
  font-weight: bold;
}

@media screen and (max-width: 1080px) {
  .sec_merit .merit_table {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec_merit {
    padding: 16vw 0;
  }
  .sec_merit > .txt {
    font-size: 3.73333vw;
    margin: 0 0 12vw 0;
    padding: 0 4.66667vw;
  }
  .sec_merit .sub_ttl {
    font-size: 4.26667vw;
    font-weight: bold;
    margin: 0 0 30px 0;
  }
  .sec_merit .merit_table {
    width: 94.66667vw;
    margin: 0 auto;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    border: 1.33333vw solid #FFF;
  }
  .sec_merit .merit_table th, .sec_merit .merit_table td {
    border: 0.53333vw solid #FFF;
  }
  .sec_merit .merit_table th {
    font-size: 2.93333vw;
  }
  .sec_merit .merit_table th:nth-child(1) {
    width: 22.66667vw;
  }
  .sec_merit .merit_table th:nth-child(2), .sec_merit .merit_table th:nth-child(3) {
    width: 34.13333vw;
  }
  .sec_merit .merit_table td {
    font-size: 2.66667vw;
    vertical-align: top;
  }
  .sec_merit .merit_table td:nth-child(1) {
    font-size: 2.93333vw;
  }
  .sec_merit .merit_table td .bold {
    font-weight: bold;
  }
}
.sec_reason {
  padding: 120px 0;
  background: #f1f2f7 url(/wp-content/themes/gulliver_wp/images/business/sec_reason_pc.webp) no-repeat top center;
}
.sec_reason .reason_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  counter-reset: listnum;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
  width: 1120px;
  margin: 0 auto;
}
.sec_reason .reason_list dl {
  width: 560px;
  background: #f1f2f7;
  padding: 30px 30px 40px;
}
.sec_reason .reason_list dl:nth-child(2), .sec_reason .reason_list dl:nth-child(3) {
  background: #FFF;
}
.sec_reason .reason_list dl dt {
  text-align: left;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 25px 0;
}
.sec_reason .reason_list dl dt::before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background-image: -webkit-linear-gradient(-45deg, #00a1fb 1%, #2af499 100%);
  border-radius: 12px;
  margin: 0 30px 0 0;
  flex-shrink: 0;
}
.sec_reason .reason_list dl dt::after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 88px;
  height: 88px;
  background: #FFF;
  border-radius: 8px;
  left: 6px;
  counter-increment: listnum;
  content: "0" counter(listnum);
  color: #00cbd3;
  font-size: 36px;
  font-weight: bold;
}
.sec_reason .reason_list dl dd {
  font-size: 16px;
  text-align: left;
}

@media screen and (max-width: 1120px) {
  .sec_reason .reason_list {
    width: 100%;
  }
  .sec_reason .reason_list dl {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .sec_reason {
    padding: 16vw 0;
    background: #f1f2f7 url(/wp-content/themes/gulliver_wp/images/business/sec_reason_sp.webp) no-repeat top center;
    background-size: 100%;
  }
  .sec_reason .reason_list {
    flex-flow: column;
    counter-reset: listnum;
    box-shadow: none;
    width: 100%;
    margin: 0 auto;
  }
  .sec_reason .reason_list dl {
    width: 92vw;
    background: none;
    padding: 0 2.66667vw 13.33333vw;
    margin: 0 auto 8vw;
    border-bottom: 1px solid #DDD;
  }
  .sec_reason .reason_list dl:nth-child(2), .sec_reason .reason_list dl:nth-child(3) {
    background: none;
  }
  .sec_reason .reason_list dl dt {
    font-size: 4.26667vw;
    margin: 0 0 3.33333vw 0;
  }
  .sec_reason .reason_list dl dt::before {
    width: 13.33333vw;
    height: 13.33333vw;
    border-radius: 1.6vw;
    margin: 0 4vw 0 0;
  }
  .sec_reason .reason_list dl dt::after {
    width: 11.73333vw;
    height: 11.73333vw;
    border-radius: 1.06667vw;
    left: 0.8vw;
    font-size: 4.8vw;
  }
  .sec_reason .reason_list dl dd {
    font-size: 3.2vw;
    text-align: left;
  }
}
.sec_support {
  padding: 120px 0;
}
.sec_support > .txt {
  font-size: 18px;
  margin: 0 0 70px 0;
}
.sec_support .support_list {
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 80px;
}
.sec_support .list_item {
  width: 450px;
}
.sec_support .list_item .img img {
  height: auto;
}
.sec_support .list_item .ttl {
  padding: 40px 0 30px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  font-size: 24px;
}
.sec_support .list_item .txt {
  text-align: left;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .sec_support {
    padding: 16vw 0;
  }
  .sec_support > .txt {
    padding: 0 4.66667vw;
    text-align: left;
    font-size: 3.73333vw;
    margin: 0 0 5.33333vw 0;
  }
  .sec_support .support_list {
    padding: 0 6.66667vw;
    display: flex;
    flex-flow: column;
    gap: 12vw;
  }
  .sec_support .list_item {
    width: 86.66667vw;
  }
  .sec_support .list_item .img {
    width: 86.66667vw;
  }
  .sec_support .list_item .img img {
    height: auto;
  }
  .sec_support .list_item .ttl {
    padding: 5.33333vw 0 4vw;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    font-size: 4.26667vw;
  }
  .sec_support .list_item .txt {
    text-align: left;
    margin: 0;
  }
}
.sec_contact {
  padding: 120px 0 116px;
  background: url(/wp-content/themes/gulliver_wp/images/business/sec_contact_pc.webp) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .sec_contact {
    padding: 16vw 0;
    background: url(/wp-content/themes/gulliver_wp/images/business/sec_contact_sp.webp) no-repeat center;
    background-size: cover;
  }
  .sec_contact .txt {
    padding: 0 4.66667vw 12vw;
    text-align: left;
    font-size: 3.73333vw;
    margin: 0;
  }
}
