@charset "UTF-8";
/* Scss Document */
/*---------------------------------------------
    common
---------------------------------------------*/
.service_tit {
  font-size: 4rem;
  font-weight: 700;
  color: #1B4A99;
  margin: 0 0 60px; }
  @media screen and (max-width: 750px) {
    .service_tit {
      font-size: 6.9vw;
      margin: 0 0 6vw; } }

.service_kv {
  max-width: 996px;
  width: calc(100% + 132px);
  margin: 0 0 50px; }
  @media screen and (max-width: 750px) {
    .service_kv {
      width: 100vw;
      margin: 0 0 5vw -5vw; } }

.service_kv_tit {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1B4A99;
  margin: 0 0 30px; }
  @media screen and (max-width: 750px) {
    .service_kv_tit {
      font-size: 5.3vw;
      margin: 0 0 5vw; } }

.service_content:not(:last-child) {
  margin: 0 0 100px; }
  @media screen and (max-width: 750px) {
    .service_content:not(:last-child) {
      margin: 0 0 20vw; } }
.service_content .sec_img {
  margin: 0 0 20px; }
  @media screen and (max-width: 750px) {
    .service_content .sec_img {
      margin: 0 0 2.6vw;
      width: 100%; } }

.service_content_tit {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 0 20px;
  border-bottom: 1px solid #ABC3EA;
  padding: 0 0 20px;
  color: #1B4A99; }
  @media screen and (max-width: 750px) {
    .service_content_tit {
      font-size: 5.3vw;
      margin: 0 0 2.6vw;
      padding: 0 0 2.6vw; } }

.service_content_minTit {
  color: #1B4A99;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 20px; }
  @media screen and (max-width: 750px) {
    .service_content_minTit {
      font-size: 4.8vw;
      margin: 0 0 8vw; } }

.service_contact {
  border: 1px solid #1B4A99;
  padding: 40px;
  text-align: center;
  color: #1B4A99; }
  @media screen and (max-width: 750px) {
    .service_contact {
      padding: 10vw 3vw; } }
  .service_contact .linkBtn {
    margin: 30px auto 0; }
    @media screen and (max-width: 750px) {
      .service_contact .linkBtn {
        margin: 8vw auto 0; } }

.service_contact_tit {
  font-weight: 700;
  font-size: 2.2rem;
  margin: 0 0 0.3em; }
  @media screen and (max-width: 750px) {
    .service_contact_tit {
      font-size: 5.3vw; } }

.service_contact_tel {
  font-size: 2.6rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px; }
  @media screen and (max-width: 750px) {
    .service_contact_tel {
      font-size: 4.26vw;
      margin: 0 0 2.6vw; } }
  .service_contact_tel::before {
    content: "";
    display: block;
    background: url("../img/common/icon_tel.svg") no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin: 0 12px 0 0; }
    @media screen and (max-width: 750px) {
      .service_contact_tel::before {
        width: 6.4vw;
        height: 6.4vw;
        margin: 0 1.3vw 0 0; } }
  .service_contact_tel span {
    font-size: 4.5rem; }
    @media screen and (max-width: 750px) {
      .service_contact_tel span {
        font-size: 7.6vw; } }

.serviceList {
  display: flex;
  justify-content: space-between;
  margin: 0 0 -40px;
  flex-wrap: wrap; }
  @media screen and (max-width: 750px) {
    .serviceList {
      margin: 0 0 -5vw; } }
  .serviceList::before {
    content: "";
    display: block;
    order: 1;
    width: 32.4%; }
    @media screen and (max-width: 750px) {
      .serviceList::before {
        display: none; } }
  .serviceList li {
    width: 32.4%;
    margin: 0 0 40px; }
    @media screen and (max-width: 750px) {
      .serviceList li {
        width: 48.2%;
        margin: 0 0 5vw; } }
  @media screen and (max-width: 750px) {
    .serviceList.-fourColumn {
      width: 71vw;
      margin: auto; } }
  .serviceList.-fourColumn li {
    width: 24.3%; }
    @media screen and (max-width: 750px) {
      .serviceList.-fourColumn li {
        width: 100%;
        margin: 0 0 1.9vw; } }

.serviceList_img {
  margin: 0 0 0.8em; }
  @media screen and (max-width: 750px) {
    .serviceList_img {
      margin: 0 0 1.3vw; } }

@media screen and (max-width: 750px) {
  .serviceList_tit {
    font-size: 3.2vw; } }

.contact_float {
  color: #1B4A99;
  display: flex;
  width: 150px;
  height: 150px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #1B4A99;
  bottom: auto;
  top: 130px;
  border: 3px solid #1B4A99;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 0 1.5em; }
  @media screen and (max-width: 750px) {
    .contact_float {
      width: 26.6vw;
      height: 26.6vw;
      top: 18vw;
      font-size: 2.6vw;
      border-width: 2px; } }
  .contact_float::after {
    content: "";
    display: block;
    background: url("../img/common/tora.svg") no-repeat;
    background-size: contain;
    width: 103px;
    height: 131px;
    position: absolute;
    top: calc(100% - 43px);
    left: 50%;
    transform: translateX(-50%);
    transition: .4s; }
    @media screen and (max-width: 750px) {
      .contact_float::after {
        width: 18.4vw;
        height: 23.4vw;
        top: calc(100% - 8.6vw); } }
  .contact_float:hover::after {
    transform: translate(-50%, -10px); }

@media screen and (max-width: 750px) {
  .contact_float_tit {
    font-size: 2.6vw; } }

.contact_float_txt {
  font-size: 1.2rem;
  margin: 4px 0 0;
  letter-spacing: normal; }
  @media screen and (max-width: 750px) {
    .contact_float_txt {
      font-size: 2.13vw; } }

.service_btnArea {
  background: #E0E0E0;
  padding: 70px; }
  @media screen and (max-width: 750px) {
    .service_btnArea {
      padding: 8vw 6.6vw; } }

.service_btnArea_flex {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 750px) {
    .service_btnArea_flex {
      display: block; } }
  .service_btnArea_flex:not(:last-child) {
    margin: 0 0 20px; }
    @media screen and (max-width: 750px) {
      .service_btnArea_flex:not(:last-child) {
        margin: 0 0 6vw; } }
  @media screen and (min-width: 750px) {
    .service_btnArea_flex .service_btnList li {
      width: 260px; }
      .service_btnArea_flex .service_btnList li:not(:last-child) {
        margin: 0 10px 0 0; } }

.service_btnList {
  display: flex;
  justify-content: space-between;
  margin: 0 0 -10px;
  color: #1B4A99;
  flex-wrap: wrap;
  line-height: 1.2; }
  @media screen and (max-width: 750px) {
    .service_btnList {
      margin: 0 0 -2.6vw;
      display: block; } }
  .service_btnList li {
    width: 24%;
    margin: 0 0 10px; }
    @media screen and (max-width: 750px) {
      .service_btnList li {
        width: 100%;
        margin: 0 0 2.6vw; } }
  .service_btnList a {
    display: flex;
    align-items: center;
    height: 60px;
    border: 1px solid #1B4A99;
    background: #fff;
    padding: 0 20px;
    position: relative; }
    @media screen and (max-width: 750px) {
      .service_btnList a {
        height: 16vw;
        padding: 0 5vw; } }
    .service_btnList a::after {
      content: "";
      display: block;
      width: 6px;
      height: 10px;
      background: url("../img/service/icon_arrow.svg") no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%) rotate(90deg); }
      @media screen and (max-width: 750px) {
        .service_btnList a::after {
          width: 1.6vw;
          height: 2.6vw;
          right: 5vw; } }

.service_flowList {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 750px) {
    .service_flowList {
      width: 70vw;
      margin: auto;
      display: block; } }
  .service_flowList.-center {
    text-align: center; }
  .service_flowList li {
    width: 30.4%;
    position: relative; }
    @media screen and (max-width: 750px) {
      .service_flowList li {
        width: 100%; } }
    .service_flowList li:not(:last-child) {
      margin: 0 4.4% 0 0; }
      @media screen and (max-width: 750px) {
        .service_flowList li:not(:last-child) {
          margin: 0 0 14.4vw; } }
      .service_flowList li:not(:last-child) .service_flowList_img::after {
        content: "";
        display: block;
        width: 19px;
        height: 19px;
        background: url("../img/service/icon_flow.svg") no-repeat;
        background-size: contain;
        position: absolute;
        left: calc(100% + 11px);
        top: 50%;
        transform: translateY(-50%); }
        @media screen and (max-width: 750px) {
          .service_flowList li:not(:last-child) .service_flowList_img::after {
            left: 50%;
            top: calc(100% + 4.8vw);
            transform: translateX(-50%) rotate(90deg);
            width: 5vw;
            height: 5vw; } }
  @media screen and (min-width: 750px) {
    .service_flowList.-fourColumn li {
      width: 21.7%; } }

.service_flowList + .service_flowList {
  margin: 40px 0 0; }
  @media screen and (max-width: 750px) {
    .service_flowList + .service_flowList {
      margin: 10vw auto 0; } }

.service_flowList_img {
  margin: 0 0 5px; }
  @media screen and (min-width: 750px) {
    .service_flowList_img {
      position: relative; } }
  @media screen and (max-width: 750px) {
    .service_flowList_img {
      margin: 0 0 1vw; } }

/*---------------------------------------------
    collection
---------------------------------------------*/
.txtList {
  background: rgba(27, 74, 153, 0.1);
  padding: 10px;
  margin: 0 0 2.5em; }
  @media screen and (max-width: 750px) {
    .txtList {
      padding: 2.6vw; } }
  .txtList li {
    text-indent: -1em;
    padding-left: 1em; }
    .txtList li::before {
      content: "・";
      text-indent: 0; }

/*---------------------------------------------
    authorized
---------------------------------------------*/
.license {
  margin: 0 0 110px; }
  @media screen and (max-width: 750px) {
    .license {
      margin: 0 0 32vw; } }
  .license .linkBtn {
    margin: auto; }

.license_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 70px; }
  @media screen and (max-width: 750px) {
    .license_list {
      margin: 0 0 20vw;
      display: block; } }
  .license_list::after {
    content: "";
    display: block;
    width: 31%;
    order: 1; }
    @media screen and (max-width: 750px) {
      .license_list::after {
        display: none; } }
  .license_list > li {
    width: 31%;
    border: 1px solid #ABC3EA;
    background: #ECF3FF;
    border-radius: 14px;
    padding: 40px 17px;
    margin: 0 0 40px; }
    @media screen and (max-width: 750px) {
      .license_list > li {
        width: 100%;
        margin: 0 0 10vw;
        padding: 10vw 4vw; } }

.license_list_tit {
  text-align: center;
  color: #1B4A99;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 0 0 20px;
  min-height: 3em;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 750px) {
    .license_list_tit {
      font-size: 5.8vw;
      margin: 0 0 6vw; } }

.license_list_table {
  table-layout: fixed;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: normal;
  margin: 0 auto 24px; }
  @media screen and (max-width: 750px) {
    .license_list_table {
      font-size: 3.73vw;
      margin: 0 auto 6.4vw; } }
  .license_list_table th, .license_list_table td {
    width: 60px;
    vertical-align: middle;
    border: 1px solid #ABC3EA; }
    @media screen and (max-width: 750px) {
      .license_list_table th, .license_list_table td {
        width: 16vw; } }
  .license_list_table th {
    background: #ABC3EA;
    padding: 8px 0; }
    @media screen and (max-width: 750px) {
      .license_list_table th {
        padding: 2.6vw 0; } }
    .license_list_table th:not(:last-child) {
      border-right-color: #ECF3FF; }
  .license_list_table td {
    background: #fff;
    padding: 17px 0;
    line-height: 1; }
    @media screen and (max-width: 750px) {
      .license_list_table td {
        padding: 4.5vw 0; } }

.license_list_table_list {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: normal;
  margin: 0 auto 24px; }
  @media screen and (max-width: 750px) {
    .license_list_table_list {
      font-size: 3.73vw;
      margin: 0 auto 6.4vw; } }
  .license_list_table_list li {
    width: 60px; }
    .license_list_table_list li:not(:last-child) .license_list_table_list_tit {
      border-right: 1px solid #fff; }
    .license_list_table_list li:first-child {
      border-left: 1px solid #ABC3EA; }
    @media screen and (max-width: 750px) {
      .license_list_table_list li {
        width: 16vw; } }

.license_list_table_list_tit {
  background: #ABC3EA;
  padding: 8px 0; }
  @media screen and (max-width: 750px) {
    .license_list_table_list_tit {
      padding: 2.6vw 0; } }

.license_list_table_list_content {
  background: #fff;
  padding: 17px 0;
  line-height: 1;
  border-right: 1px solid #ABC3EA;
  border-bottom: 1px solid #ABC3EA; }
  @media screen and (max-width: 750px) {
    .license_list_table_list_content {
      padding: 4.5vw 0; } }

.license_list_btn {
  -webkit-appearance: none;
  appearance: button;
  border: none;
  display: block;
  cursor: pointer;
  box-shadow: none;
  background: #1B4A99;
  color: #fff;
  width: 265px;
  text-align: center;
  line-height: 1.2;
  padding: 10px 20px;
  position: relative;
  margin: 0 auto 24px; }
  @media screen and (max-width: 750px) {
    .license_list_btn {
      width: 71vw;
      padding: 2.6vw;
      font-size: 4.26vw;
      margin: 0 auto 6vw; } }
  .license_list_btn::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../img/service/authorized/icon_dl_wh.svg") no-repeat;
    background-size: contain; }
    @media screen and (max-width: 750px) {
      .license_list_btn::after {
        width: 4vw;
        height: 4vw;
        right: 4vw; } }
  .license_list_btn:disabled {
    background: #ABC3EA; }

.license_list_commentList {
  font-size: 1.2rem;
  padding: 0 12px; }
  @media screen and (max-width: 750px) {
    .license_list_commentList {
      font-size: 3.2vw;
      padding: 0 2.6vw; } }

.license_other_tit {
  color: #1B4A99;
  font-weight: 700;
  font-size: 2.8rem;
  margin: 0 0 60px; }
  @media screen and (max-width: 750px) {
    .license_other_tit {
      font-size: 7.46vw;
      margin: 0 0 8vw; } }

.license_other_list {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 750px) {
    .license_other_list {
      justify-content: space-between; } }
  .license_other_list li {
    width: 17.6%;
    margin-bottom: 90px; }
    @media screen and (max-width: 750px) {
      .license_other_list li {
        width: 47%;
        margin: 0 0 8vw; } }
    @media screen and (min-width: 750px) {
      .license_other_list li:not(:nth-child(5n)) {
        margin-right: 3%; } }

.license_other_list_tit {
  margin: 1em 0 0;
  padding: 0 20px 0 0;
  position: relative;
  line-height: 1.2; }
  @media screen and (max-width: 750px) {
    .license_other_list_tit {
      padding: 0 5vw 0 0; } }
  .license_other_list_tit::after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../img/service/authorized/icon_dl_b.svg") no-repeat;
    background-size: contain; }
    @media screen and (max-width: 750px) {
      .license_other_list_tit::after {
        width: 4.5vw;
        height: 4.5vw; } }

/*---------------------------------------------
    urgent
---------------------------------------------*/
.urgent_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 110px; }
  @media screen and (max-width: 750px) {
    .urgent_list {
      justify-content: space-between;
      margin: 0 0 26vw; } }
  .urgent_list li {
    width: 180px;
    color: #1B4A99;
    background: #ECF3FF;
    border-radius: 100px;
    padding: 15px 10px;
    text-align: center;
    margin: 0 5px 10px; }
    @media screen and (max-width: 750px) {
      .urgent_list li {
        width: 48%;
        padding: 4vw;
        margin: 0 0 2.6vw;
        letter-spacing: normal; } }

/*---------------------------------------------
    consulting
---------------------------------------------*/
.consulting_flowList {
  margin: 0 0 80px; }
  @media screen and (max-width: 750px) {
    .consulting_flowList {
      margin: 0 0 16vw; } }
  .consulting_flowList li {
    border: 1px solid #ABC3EA;
    border-radius: 14px;
    padding: 40px 65px;
    background: #ECF3FF;
    position: relative; }
    @media screen and (max-width: 750px) {
      .consulting_flowList li {
        padding: 10vw 8vw; } }
    .consulting_flowList li:not(:last-child) {
      margin: 0 0 45px; }
      @media screen and (max-width: 750px) {
        .consulting_flowList li:not(:last-child) {
          margin: 0 0 16vw; } }
      .consulting_flowList li:not(:last-child)::after {
        content: "";
        display: block;
        width: 19px;
        height: 19px;
        background: url("../img/service/icon_flow.svg") no-repeat;
        background-size: contain;
        position: absolute;
        top: calc(100% + 15px);
        left: 50%;
        transform: translateX(-50%) rotate(90deg); }
        @media screen and (max-width: 750px) {
          .consulting_flowList li:not(:last-child)::after {
            top: calc(100% + 5.8vw);
            width: 5vw;
            height: 5vw; } }

.consulting_flowList_tit {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1B4A99;
  margin: 0 0 10px; }
  @media screen and (max-width: 750px) {
    .consulting_flowList_tit {
      font-size: 5.3vw;
      margin: 0 0 4vw;
      text-align: center; } }

.consulting_flowList_txt {
  line-height: 2.2; }

/*---------------------------------------------
    disposal
---------------------------------------------*/
.disposal_navList {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 750px) {
    .disposal_navList {
      display: block; } }
  .disposal_navList > li {
    width: 49%;
    border: 1px solid #1B4A99; }
    @media screen and (max-width: 750px) {
      .disposal_navList > li {
        width: 100%; }
        .disposal_navList > li:not(:last-child) {
          margin: 0 0 10vw; } }
  .disposal_navList a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0 0;
    text-align: center;
    height: 100%; }
    @media screen and (max-width: 750px) {
      .disposal_navList a {
        padding: 11vw 0 0; } }

.disposal_navList_tit {
  font-size: 2.4rem;
  color: #1B4A99;
  font-weight: 700;
  margin: 0 0 30px; }
  @media screen and (max-width: 750px) {
    .disposal_navList_tit {
      font-size: 6.4vw;
      margin: 0 0 3vw; } }

.disposal_navList_txt {
  line-height: 2;
  margin: 0 0 30px; }
  @media screen and (max-width: 750px) {
    .disposal_navList_txt {
      margin: 0 0 4vw; } }

.disposal_navList_minTit {
  color: #1B4A99;
  font-weight: 700;
  margin: 0 0 10px; }
  @media screen and (max-width: 750px) {
    .disposal_navList_minTit {
      font-size: 4.26vw;
      margin: 0 0 3vw; } }

.disposal_navList_serviceList {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  margin: 0 0 45px;
  flex-wrap: wrap; }
  @media screen and (max-width: 750px) {
    .disposal_navList_serviceList {
      font-size: 3.73vw;
      margin: 0 7vw 6.6vw; } }
  .disposal_navList_serviceList li {
    background: #ECF3FF;
    color: #1B4A99;
    padding: 5px 15px;
    margin: 0 2px; }
    @media screen and (max-width: 750px) {
      .disposal_navList_serviceList li {
        padding: 0 5vw;
        margin: 0 0.4vw 0.6vw; } }

.disposal_navList_btn {
  width: 100%;
  margin: auto 0 0;
  color: #fff;
  background: #1B4A99;
  padding: 10px 20px; }
  @media screen and (max-width: 750px) {
    .disposal_navList_btn {
      padding: 3vw 5vw; } }

.disposal_navList_telArea {
  margin: 0 0 20px;
  width: calc(100% - 80px);
  border-top: 1px dashed #1B4A99;
  border-bottom: 1px dashed #1B4A99;
  padding: 10px 0 20px; }
  @media screen and (max-width: 750px) {
    .disposal_navList_telArea {
      margin: 0 0 6vw;
      width: calc(100% - 12vw);
      padding: 2.6vw 0 5vw; } }

.disposal_navList_tel {
  font-size: 3rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1B4A99; }
  @media screen and (max-width: 750px) {
    .disposal_navList_tel {
      font-size: 8vw; } }
  .disposal_navList_tel::before {
    content: "";
    display: block;
    background: url("../img/common/icon_tel.svg") no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    margin: 0 8px 0 0; }
    @media screen and (max-width: 750px) {
      .disposal_navList_tel::before {
        width: 6.4vw;
        height: 6.4vw;
        margin: 0 1.3vw 0 0; } }

.disposal_navList_tel_txt {
  color: #1B4A99;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left; }
  @media screen and (max-width: 750px) {
    .disposal_navList_tel_txt {
      font-size: 3.2vw; } }
