/*-----------------------------------------------
Share(SP)
-----------------------------------------------*/
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

body {
  min-width: 0;
}

.accordion-subtitle {
  line-height: 1.5;
}

.adobe-download {
  display: block;
}

.adobe-download_logo {
  margin-bottom: 24px;
}

.adobe-download_text {
  width: 100%;
  padding-left: 0;
}

.anchor-link-list {
  line-height: 1.5;
}

.anchor-link-list_item + .anchor-link-list_item {
  margin-top: 40px;
}

.anchor-link-list.-emphasis .app-text-link {
  font-size: 2rem;
}

.app-accordion-body {
  padding: 24px;
  font-size: 1.4rem;
}

.app-accordion-trigger_title {
  padding-left: 24px;
  font-size: 1.4rem;
}

.app-button.-medium {
  font-size: 1.6rem;
}

.app-button.-small {
  font-size: 1.4rem;
}

.app-button.-large {
  max-width: 295px;
  min-height: 64px;
}

.app-line {
  margin: 32px 0;
}

.app-select {
  font-size: 2rem;
  max-width: 46.93vw;
}
@media screen and (max-width: 500px) {
  .app-select {
    font-size: 1.6rem;
    max-width: 46vw;
  }
}

@media screen and (max-width: 767px) {
  .section-block > .app-select-wrap:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .section-block > .app-select-wrap:not(:last-child) {
    margin-bottom: 24px;
  }
}

.app-select_control {
  min-height: 56px;
  padding-left: 8px;
}
@media screen and (max-width: 500px) {
  .app-select_control {
    padding: 5px 48px 8px 8px;
    min-height: 40px;
  }
}

.app-text-link_anchor {
  line-height: 1.5;
}

.body-text {
  font-size: 1.4rem;
}

.border-block-column-item > .section-heading-4th {
  font-size: 1.6rem;
}

.border-block-column-item > .caution-text:not(:first-child) {
  margin-top: 16px;
}

.border-block-column {
  display: block;
  padding: 0;
}

.border-block-column.-one, .border-block-column.-two {
  padding: 0;
}

.border-block-column.-one > .border-block-column-item, .border-block-column.-three > .border-block-column-item, .border-block-column.-two > .border-block-column-item {
  width: 100%;
}

.border-block-column.-one > .border-block-column-item:not(:last-child), .border-block-column.-three > .border-block-column-item:not(:last-child), .border-block-column.-two > .border-block-column-item:not(:last-child) {
  margin-bottom: 32px;
}

.border-block-column.-four_line > .border-block-column-item, .border-block-column.-three_line > .border-block-column-item, .border-block-column.-two_line > .border-block-column-item {
  width: 100%;
  padding: 32px 0;
}

.border-block-column.-four_line > .border-block-column-item:not(:first-child), .border-block-column.-three_line > .border-block-column-item:not(:first-child), .border-block-column.-two_line > .border-block-column-item:not(:first-child) {
  border-left: none;
  border-top: 1px solid #ccc;
}

.border-block-column > .border-block-column-item {
  font-size: 1.8rem;
}

.border-block-heading {
  padding: 24px;
}

.border-block-heading_title {
  display: block;
  font-size: 2rem;
  line-height: 1.5;
}

.border-block-heading_title > .app-icon {
  display: block;
  margin-right: 0;
  margin-bottom: 8px;
}

.border-block {
  padding: 24px;
}

.breadcrumb-list {
  padding: 17px 0 0;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.8;
}

.breadcrumb-list_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  overflow-x: auto;
  white-space: nowrap;
  overflow-y: clip;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb-list_item {
  line-height: 1.8;
}

.breadcrumb-list_item + .breadcrumb-list_item:before {
  margin: 0 6px;
  line-height: 1.8;
}

.button-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.button-block.-bg-grey {
  padding: 24px;
}

.button-block > .app-button + .app-button {
  margin: 24px 0 0;
}

.card-link-img_wrapper {
  max-height: inherit;
}

.card-link {
  display: block;
}

.card-link_item {
  width: 100%;
  margin-bottom: 32px;
}

.card-link_anchor:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.card-link_anchor:hover .card-link-img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.caution-text {
  font-size: 1.2rem;
}

.center-heading {
  padding: 0;
}

.center-heading_title {
  font-size: 2.2rem;
}

.center-heading_text {
  margin-top: 24px;
  text-align: left;
}

.checkered-layout {
  display: block;
}

.checkered-layout_text, .checkered-layout_title {
  width: 100%;
  padding: 56px 16px;
}

.checkered-layout_title {
  min-height: 375px;
  font-size: 2rem;
}

.checkered-layout_inner > .body-text {
  margin: 56px 0;
}

.border-block > .app-button.-small:not(:first-child) {
  margin-top: 16px;
}

.column-layout.-four.-one_sp > .column-layout-item, .column-layout.-three.-one_sp > .column-layout-item, .column-layout.-two.-one_sp > .column-layout-item, .column-layout.-two_small > .column-layout-item, .column-layout.-two_small > .column-layout-item:first-of-type, .column-layout.-two_small > .column-layout-item:last-of-type {
  width: 100%;
}

.column-layout.-four.-two_sp > .column-layout-item, .column-layout.-three.-two_sp > .column-layout-item, .column-layout.-two.-two_sp > .column-layout-item {
  width: 46.5%;
}

.column-layout.-four.-one_sp > .column-layout-item:not(:first-child), .column-layout.-four.-two_sp > .column-layout-item:not(:nth-child(-n+2)), .column-layout.-three.-one_sp > .column-layout-item:not(:first-child), .column-layout.-three.-two_sp > .column-layout-item:not(:nth-child(-n+2)), .column-layout.-two.-one_sp > .column-layout-item:not(:first-child), .column-layout.-two_small > .column-layout-item:last-of-type {
  margin-top: 32px;
}

.column-layout.-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.column-layout.-three.-one_sp.-sp_mr24 > .column-layout-item:not(:first-of-type) {
  margin-top: 24px;
}

.column-layout.-two.-one_sp.-sp_mr10 > .column-layout-item:not(:first-of-type) {
  margin-top: 10px;
}

.column-layout.-two_small > .column-layout-item.-sp_mr0 {
  margin-top: 0;
}

.column-layout.-two_small > .column-layout-item.-sp_mr8 {
  margin-top: 8px;
}

.company-link {
  padding: 40px 16px;
}

.company-link_title, .contact-text {
  font-size: 2rem;
}

.contact-text.-large {
  font-size: 2.2rem;
}

.content-body {
  padding-right: 16px;
  padding-left: 16px;
}

.content-body-top {
  padding: 120px 0;
}
@media screen and (max-width: 500px) {
  .content-body-top {
    padding: 60px 0;
  }
}

.content-body > .app-button.-small:not(:first-child) {
  margin-top: 16px;
}

.conversion-box-green {
  padding: 32px 24px;
}

.conversion-box-green_title {
  font-size: 2.2rem;
}

.conversion-box-green_text {
  margin-top: 24px;
  text-align: left;
}

.conversion-box-primary-color {
  padding: 32px 24px;
}

.conversion-box-primary-color_title {
  font-size: 2.2rem;
}

.conversion-box-primary-color_text {
  margin-top: 24px;
  text-align: left;
}

.description-accordion_head {
  font-size: 2.4rem;
}

.description-accordion_head.-answer, .description-accordion_head.-question {
  color: #e60012;
}

.faq-accordion_head {
  font-size: 2.4rem;
}

.faq-accordion_head.-answer, .faq-accordion_head.-question {
  color: #e60012;
}

.fixed-button-body {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  max-height: 100vh;
  overflow-y: auto;
}

.fixed-button-body_trigger {
  width: 100%;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  min-height: 72px;
}

.fixed-button-body.-js-expanded {
  -webkit-transform: none;
          transform: none;
}

.fixed-button-content-company {
  padding: 24px 0 40px;
  width: auto;
  height: auto;
}

.fixed-button-content-company_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 32px auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 32px;
  min-width: 280px;
  width: calc(100% - 96px);
  margin: 0 auto;
}

.fixed-button-content-company_inner > :first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.fixed-button-content-company_inner > :nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.fixed-button-content-company_first {
  white-space: nowrap;
  padding: 0 0 24px;
  border-bottom: 2px solid #ccc;
  border-right: none;
}

.fixed-button-content-company_tel {
  margin: 16px 0 24px;
}

.fixed-button-content-company_second {
  margin: 0 auto;
  max-width: 240px;
  width: 100%;
  padding-left: 0;
}

.fixed-button-content-company_first > .body-text {
  font-size: 1.6rem;
}

.fixed-button-content-home {
  padding: 24px 0 40px;
  width: auto;
  height: auto;
}

.fixed-button-content-home_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 32px auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 32px;
  min-width: 280px;
  width: calc(100% - 96px);
  margin: 0 auto;
}

.fixed-button-content-home_inner > :first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.fixed-button-content-home_inner > :nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.fixed-button-content-home_first {
  white-space: nowrap;
  padding: 0 0 24px;
  border-bottom: 2px solid #ccc;
  border-right: none;
}

.fixed-button-content-home_tel {
  margin: 16px 0 24px;
}

.fixed-button-content-home_second {
  margin: 0 auto;
  max-width: 240px;
  width: 100%;
  padding-left: 0;
}

.fixed-button-content-home_first > .body-text {
  font-size: 1.6rem;
}

.fixed-button-float {
  position: fixed;
  bottom: 40px;
  right: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  z-index: 200;
  border-radius: 50%;
  background-color: #0070c4;
  color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.fixed-button-float > .app-icon {
  font-size: 24px;
}

.fixed-button-float.-green {
  background-color: #9cc43d;
}

.fixed-button-trigger {
  border-radius: 0;
}

.fixed-button-trigger_icon {
  position: absolute;
  top: 50%;
  right: 32px;
  bottom: 50%;
  left: auto;
}

.fixed-button-trigger_label {
  -webkit-writing-mode: inherit;
  -ms-writing-mode: inherit;
  writing-mode: inherit;
  padding: 0;
  letter-spacing: 0.025em;
}

.fixed-button {
  display: none;
}

.global-footer-contents-company {
  width: 100%;
  border-left: none;
  padding: 58px 0 58px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: solid 1px rgba(224, 224, 224, 0.2);
}

.global-footer-contents-company-logo {
  width: 174px;
}

.global-footer-contents-link {
  width: 100%;
  gap: 19px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.global-footer-contents-link_list {
  width: auto;
}

.global-footer-contents-link_list:nth-child(n+3) {
  margin-top: 0;
}

.global-footer-contents-logo {
  width: 177px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 39px;
  margin-right: 0;
}

.global-footer-menu-child-link-small {
  font-size: 1.2rem;
}

.global-footer-contents-menu_list {
  padding-right: 0;
}

.global-footer-contents-menu_list:not(:first-child) {
  margin-top: 0;
}

.global-footer-contents-services-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.global-footer-contents-services {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 0;
  padding-left: 0;
  padding-top: 58px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.global-footer-contents-services:nth-child(2) {
  padding-left: 20px;
}

.global-footer-contents-services_list {
  width: 100%;
}

.global-footer-contents {
  padding: 0;
}

.global-footer-contents.-sub {
  padding: 68px 0 0 0;
}

.global-footer_copyright {
  display: block;
  width: 100%;
  padding: 49px 20px 68px;
  font-size: 1.2rem;
  text-align: center;
  color: #6e7e85;
}

.global-footer-contents_inner {
  padding: 0 16px;
  display: block;
}

.global-footer-contents.-sub > .global-footer-contents_inner {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.global-footer-menu-child-link {
  font-size: 1.4rem;
}

.global-footer-menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 39px;
  font-size: 1.4rem;
}

.global-footer-menu-link > .app-icon {
  display: none;
}

.global-footer-menu-link-ul {
  margin-top: -19px;
  margin-bottom: 39px;
}

.global-footer-menu-link_text {
  white-space: wrap;
  word-break: break-all;
}
@media (max-width: 500px) {
  .global-footer-menu-link_text {
    font-size: 12px;
  }
}

.global-footer > .to-top-button {
  bottom: 40px;
  right: 16px;
}

.footer_menu_hub .footer_menu_tob_wrap {
  padding: 80px 20px;
}
@media (max-width: 500px) {
  .footer_menu_hub .footer_menu_tob_wrap {
    padding: 40px 20px;
  }
}
.footer_menu_hub .footer_menu_tob_wrap .footer_menu_hub_container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 530px) {
  .footer_menu_hub .footer_menu_tob_wrap .footer_menu_hub_container {
    gap: 10px;
  }
}
.footer_menu_hub .footer_menu_tob_wrap .footer_menu_hub_container .link_btn_rd {
  width: 46%;
}
@media (max-width: 530px) {
  .footer_menu_hub .footer_menu_tob_wrap .footer_menu_hub_container .link_btn_rd {
    padding: 20px 15px;
  }
}
@media (max-width: 435px) {
  .footer_menu_hub .footer_menu_tob_wrap .footer_menu_hub_container .link_btn_rd {
    padding: 10px 15px;
  }
}
@media (max-width: 410px) {
  .footer_menu_hub .footer_menu_tob_wrap .footer_menu_hub_container .link_btn_rd {
    padding: 10px 10px;
  }
}
@media (max-width: 375px) {
  .footer_menu_hub .footer_menu_tob_wrap .footer_menu_hub_container .link_btn_rd {
    padding: 10px 5px;
  }
}
.footer_menu_hub .footer_menu_tob_wrap .footer_menu_hub_container .link_btn_rd .link_btn_title {
  line-height: 1.4;
}
@media (max-width: 565px) {
  .footer_menu_hub .footer_menu_tob_wrap .footer_menu_hub_container .link_btn_rd .link_btn_title {
    font-size: 1.2rem;
  }
}
@media (max-width: 460px) {
  .footer_menu_hub .footer_menu_tob_wrap .footer_menu_hub_container .link_btn_rd .link_btn_title {
    font-size: 1rem;
  }
}
@media (max-width: 410px) {
  .footer_menu_hub .footer_menu_tob_wrap .footer_menu_hub_container .link_btn_rd .link_btn_title {
    margin-left: 5px;
  }
}
@media (max-width: 330px) {
  .footer_menu_hub .footer_menu_tob_wrap .footer_menu_hub_container .link_btn_rd .link_btn_title {
    margin-left: 3px;
  }
}
@media (max-width: 435px) {
  .footer_menu_hub .footer_menu_tob_wrap .footer_menu_hub_container .link_btn_rd .link_btn_icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 410px) {
  .footer_menu_hub .footer_menu_tob_wrap .footer_menu_hub_container .link_btn_rd .link_btn_icon {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 435px) {
  .footer_menu_hub .footer_menu_tob_wrap .footer_menu_hub_container .link_btn_rd .footer_menu_hub_icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 410px) {
  .footer_menu_hub .footer_menu_tob_wrap .footer_menu_hub_container .link_btn_rd .footer_menu_hub_icon {
    width: 25px;
    height: 25px;
  }
}

.footer_menu_tob .footer_menu_tob_wrap {
  padding: 48px 20px;
}
.footer_menu_tob .footer_menu_tob_wrap .footer_menu_tob_container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.footer_menu_tob .footer_menu_tob_wrap .footer_menu_tob_container .footer_menu_tob_title {
  font-size: 2rem;
}
.footer_menu_tob .footer_menu_tob_wrap .footer_menu_tob_container .footer_menu_tob_text {
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
}
.footer_menu_tob .footer_menu_tob_wrap .footer_menu_tob_container .link_btn_rd {
  width: 220px;
  padding: 8px 15px;
}
.footer_menu_tob .footer_menu_tob_wrap .footer_menu_tob_container .link_btn_rd .link_btn_title {
  font-size: 1.4rem;
  margin-right: auto;
}
.footer_menu_tob .footer_menu_tob_wrap .footer_menu_tob_container .link_btn_rd .link_btn_icon {
  width: 12px;
}

.global-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 68px;
}

.global-header > .global-header-inner {
  margin: 0 0 0 0;
  padding-left: 20px;
}

.global-header-inner.-on-scroll {
  height: 52px;
}

.global-header-inner_logo {
  height: auto;
  padding: 0;
}

.global-header-inner_logo:after {
  content: none;
}

.global-header-inner > .global-header-spmenu-trigger {
  width: 68px;
  height: 68px;
  background-color: #DD0516;
}

.global-header-menu-column-wrapper {
  display: block;
  padding: 0;
}

.global-header-menu-column-wrapper > .global-header-menu-column + .global-header-menu-column {
  margin-top: 16px;
}

.global-header-menu-column {
  display: block;
}

.global-header-menu-column.-button-wrapper, .global-header-menu-column.-with-second {
  display: none;
}

.global-header-menu-column.-button-wrapper.-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 20px 8px;
  padding-top: 16px;
  border-top: 1px solid #ccc;
}

.global-header-menu-column.-button-wrapper.-home > .app-button {
  width: 77px;
  height: 74px;
  margin-top: 0;
  min-height: 34px;
  font-size: 1.2rem;
}

.global-header-menu-column.-with-image > .navigation-link-with-image + .navigation-link-with-image, .global-header-menu-column > .navigation-text-link.-first + .navigation-text-link.-first {
  margin-top: 0;
}

.global-header-menu-column.-with-image > .navigation-link-with-image + .navigation-link-with-image, .global-header-menu-column > .navigation-text-link.-first + .navigation-text-link.-first.link-kasou {
  margin-left: 1em;
}

.global-header-menu-company, .global-header-menu-home {
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  background-color: #fff;
}

.global-header-menu-inner > .global-header-menu-column-wrapper {
  margin: 0;
}

.global-header-menu-reason {
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.global-header-menu-title {
  display: none;
}

.global-header-navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: absolute;
  padding-top: 68px;
  top: 0;
  right: 0;
  height: 100vh;
  width: 320px;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: -2;
}

.global-header-navigation-wrapper > .global-header-services-list {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
}

.global-header-navigation-wrapper > .global-header-subcontents-list {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.global-header-navigation-wrapper > .global-header-subservices-list {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  height: auto;
}

.global-header-services-item {
  padding: 0;
  margin: 0 20px;
  border-bottom: solid 1px #E0E0E0;
}

body:not(.__device-touchdevice) .global-header-services-item:hover > .global-header-services-link:after {
  width: calc(100% - 40px);
}

.global-header-services-link_text {
  font-size: 1.6rem;
}

.global-header-services-item:hover:hover .global-header-services-link_text {
  color: #1c0f13;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.global-header-services-item:hover:hover .app-icon_svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.app-icon-red {
  display: block;
  margin: 0 6px 0 auto;
  height: 12px;
}

.app-icon-red-circle {
  display: block;
  margin: 0 0 0 auto;
}

.app-icon-sp-01,
.app-icon-sp-02,
.app-icon-sp-03,
.app-icon-sp-04 {
  display: block;
  background-color: #DD0516;
  font-size: 2.4rem;
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 30px;
  margin: 0 0 0 auto;
}
.app-icon-sp-01 span,
.app-icon-sp-02 span,
.app-icon-sp-03 span,
.app-icon-sp-04 span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 11px;
  height: 1.5px;
  background: #fff;
  width: 40%;
  top: 16px;
}
.app-icon-sp-01 span:nth-of-type(1),
.app-icon-sp-02 span:nth-of-type(1),
.app-icon-sp-03 span:nth-of-type(1),
.app-icon-sp-04 span:nth-of-type(1) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.app-icon-sp-01 span:nth-of-type(2),
.app-icon-sp-02 span:nth-of-type(2),
.app-icon-sp-03 span:nth-of-type(2),
.app-icon-sp-04 span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.app-icon-sp-01.-open span:nth-of-type(2),
.app-icon-sp-02.-open span:nth-of-type(2),
.app-icon-sp-03.-open span:nth-of-type(2),
.app-icon-sp-04.-open span:nth-of-type(2) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.global-header-services-link.-close .app-icon-sp-01 span:nth-of-type(2),
.global-header-services-link.-close .app-icon-sp-02 span:nth-of-type(2),
.global-header-services-link.-close .app-icon-sp-03 span:nth-of-type(2),
.global-header-services-link.-close .app-icon-sp-04 span:nth-of-type(2) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.global-header-subservices-item-contact {
  margin: 40px 0 76px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.global-header-subservices-item-contact .global-header-subservices-item_link_contact {
  padding: 12px 50px 12px 80px;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.global-header-subservices-item-contact .global-header-subservices-item_link_contact .global-header-subservices-item_link_contact_icon {
  left: 45px;
}
.global-header-subservices-item-contact .global-header-subservices-item_link_contact .global-header-subservices-item_link_contact_icon_red {
  left: 45px;
}

.global-header-services-link {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 31px 0;
  text-align: left;
  border-bottom: solid 1px #E0E0E0;
  margin-bottom: -1px;
  height: auto;
}

.global-header-services-link_text, .global-header-services-link_text.-main, .global-header-services-link_text.-one-line {
  padding-top: 0;
}

.global-header-services-link:after {
  width: calc(100% - 40px);
  height: 1px;
  background-color: #ccc;
}

.global-header-services-link.-current:after {
  width: calc(100% - 40px);
}

.global-header-services-link.-close:after {
  content: none;
}

.global-header-services-link.-open > .app-icon.-open {
  display: none;
}

.global-header-services-link.-open > .app-icon.-close {
  display: none;
}

.global-header-services-link.-close > .app-icon.-close {
  display: none;
}

.global-header-services-link.-close > .app-icon.-open {
  display: none;
}

.global-header-services-link > .app-icon {
  font-size: 2.4rem;
}

.global-header-services-link > .app-icon:first-child {
  margin-right: 14px;
}

.global-header-services-link > .app-icon.-close, .global-header-services-link > .app-icon.-open {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 0 auto;
  font-size: 1.6rem;
  color: #ccc;
}

.global-header-services-list {
  display: block;
  margin: 0;
}

.global-header-spmenu-trigger.-open {
  display: block;
  color: #e60012;
  font-size: 2.4rem;
  position: relative;
}
.global-header-spmenu-trigger.-open span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 18px;
  height: 1.5px;
  border-radius: 2px;
  background: #fff;
  width: 47%;
}
.global-header-spmenu-trigger.-open span:nth-of-type(1) {
  top: 20px;
}
.global-header-spmenu-trigger.-open span:nth-of-type(2) {
  top: 27px;
}
.global-header-spmenu-trigger.-open span:nth-of-type(3) {
  top: 34px;
}
.global-header-spmenu-trigger.-open .global-header-spmenu-trigger-text.-open {
  opacity: 1;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  position: absolute;
  top: 39px;
  left: 18px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.global-header-spmenu-trigger.-open .global-header-spmenu-trigger-text.-close {
  opacity: 0;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  position: absolute;
  top: 39px;
  left: 17px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.global-header-spmenu-trigger.-open > .app-icon.-open {
  display: block;
}

.global-header-spmenu-trigger.-close > .app-icon.-open, .global-header-spmenu-trigger.-open > .app-icon.-close {
  display: none;
}

.global-header-spmenu-trigger.-close > .app-icon.-close {
  display: block;
}

.global-header-spmenu-trigger.-close {
  display: block;
  color: #e60012;
  font-size: 2.4rem;
  position: relative;
}
.global-header-spmenu-trigger.-close span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 18px;
  height: 1.5px;
  border-radius: 2px;
  background: #fff;
  width: 47%;
}
.global-header-spmenu-trigger.-close span:nth-of-type(1) {
  top: 20px;
  left: 18px;
  -webkit-transform: translateY(7px) rotate(-20deg);
          transform: translateY(7px) rotate(-20deg);
  width: 45%;
}
.global-header-spmenu-trigger.-close span:nth-of-type(2) {
  opacity: 0;
}
.global-header-spmenu-trigger.-close span:nth-of-type(3) {
  top: 34px;
  left: 18px;
  -webkit-transform: translateY(-7px) rotate(20deg);
          transform: translateY(-7px) rotate(20deg);
  width: 45%;
}
.global-header-spmenu-trigger.-close .global-header-spmenu-trigger-text.-open {
  opacity: 0;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  position: absolute;
  top: 39px;
  left: 18px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.global-header-spmenu-trigger.-close .global-header-spmenu-trigger-text.-close {
  opacity: 1;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  position: absolute;
  top: 39px;
  left: 17px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.global-header-subcontents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  border-radius: 0;
}

.global-header-subcontents-list_item {
  height: auto;
  padding: 0;
}

.global-header-subcontents-list_item + .global-header-subcontents-list_item {
  border-left: 1px solid #fff;
}

.global-header-subcontents-list_link {
  padding: 14px;
  border: 0;
}

.global-header-subservices-item {
  height: auto;
}

.global-header-subservices-item_link {
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 24px 20px 20px;
}

.global-header-subservices-item_link:after {
  content: none;
}

.global-header-subservices-item:first-child .global-header-subservices-item_link:after {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background-color: #ccc;
}

.global-header-subservices-item:first-child .global-header-subservices-item_link.-close:after {
  content: none;
}

.global-header-subservices-item_link.-current:after {
  width: calc(100% - 40px);
}

.global-header-subservices-item_link > .app-icon.-close, .global-header-subservices-item_link > .app-icon.-open {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 0 auto;
}

.global-header-subservices-item_link.-open > .app-icon.-open {
  display: block;
}

.global-header-subservices-item_link.-open > .app-icon.-close {
  display: none;
}

.global-header-subservices-item_link.-close > .app-icon.-close {
  display: block;
}

.global-header-subservices-item_link.-close > .app-icon.-open {
  display: none;
}

body:not(.__device-touchdevice) .global-header-subservices-item:hover body:not(.__device-touchdevice) .global-header-subservices-item_link:after {
  width: calc(100% - 40px);
}

.global-header-subservices-list {
  display: block;
}

.global-header,
.global-header-tob,
.global-header-toc,
.global-header-column {
  color: #fff;
  min-width: 0;
  border-top: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  background-color: transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.change-color {
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.change-color-default {
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.change-color-back {
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.change-color-red {
  background-color: #DD0516;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.change-color-red-back {
  background-color: #DD0516;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.change-opacity {
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.global-header-inner_img {
  max-width: 136px;
}

.global-header-toc {
  padding: 0;
}
.global-header-toc .global-header-inner {
  height: 68px;
  padding-left: 20px;
  background-color: #fff;
}
.global-header-toc .global-header-inner .global-header-inner_logo .global-header-inner_img {
  width: 136px;
}
.global-header-toc .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container {
  display: block;
}
.global-header-toc .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list-wrap .global-header-services-list:last-child {
  margin-top: 0;
}
.global-header-toc .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list-wrap .global-header-services-list .global-header-services-item {
  margin-right: 20px;
}
.global-header-toc .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list-wrap .global-header-services-list .global-header-services-item:last-child {
  margin-right: 20px;
}
.global-header-toc .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list-wrap .global-header-services-list .global-header-services-item .global-header-services-link .global-header-font-gray {
  color: #000;
  font-size: 1.6rem;
}
.global-header-toc .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-toc {
  margin: 40px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.global-header-toc .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-toc:first-child .global-header-subservices-item_link_contact {
  padding: 32px 30px 10px 30px;
  width: 220px;
}
.global-header-toc .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-toc:first-child .global-header-subservices-item_link_contact .global-header-subservices-item_link_contact_icon {
  left: 43%;
}
.global-header-toc .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-toc:first-child .global-header-subservices-item_link_contact .global-header-subservices-item_link_contact_icon img {
  height: 20px;
}
.global-header-toc .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-toc:first-child .global-header-subservices-item_link_contact .global-header-subservices-item_link_contact_icon_red {
  left: 43%;
}
.global-header-toc .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-toc:first-child .global-header-subservices-item_link_contact .global-header-subservices-item_link_contact_icon_red img {
  height: 20px;
}
.global-header-toc .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-toc .pc_only {
  display: none;
}
.global-header-toc .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-toc-02 {
  margin: 20px 0 76px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.global-header-toc .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-toc-02 .global-header-subservices-item_link_contact {
  padding: 32px 70px 10px 70px;
  width: 220px;
  line-height: 1.2;
}
.global-header-toc .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-toc-02 .global-header-subservices-item_link_contact .global-header-subservices-item_link_contact_icon {
  left: 43%;
}
.global-header-toc .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-toc-02 .global-header-subservices-item_link_contact .global-header-subservices-item_link_contact_icon img {
  height: 20px;
}
.global-header-toc .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-toc-02 .global-header-subservices-item_link_contact .global-header-subservices-item_link_contact_icon_red {
  left: 43%;
}
.global-header-toc .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-toc-02 .global-header-subservices-item_link_contact .global-header-subservices-item_link_contact_icon_red img {
  height: 20px;
}

.global-header-navigation-wrapper-back {
  position: fixed;
  top: 0;
  height: 68px;
  width: 100%;
  background-color: white;
  z-index: -1;
}

.global-header-tob {
  padding: 0;
}
.global-header-tob .global-header-inner {
  height: 68px;
  padding-left: 20px;
  background-color: #fff;
}
.global-header-tob .global-header-inner .global-header-inner_logo .global-header-inner_img {
  width: 136px;
}
.global-header-tob .global-header-inner .global-header-inner_logo-white .global-header-inner_img {
  width: 136px;
}
.global-header-tob .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container {
  display: block;
}
.global-header-tob .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list-wrap .global-header-services-list .global-header-services-item:last-child {
  margin-right: 15px;
}
.global-header-tob .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list-wrap .global-header-services-list .global-header-services-item .global-header-services-link {
  height: auto;
}
.global-header-tob .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-tob {
  margin: 40px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.global-header-tob .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-tob:first-child .global-header-subservices-item_link_contact {
  padding: 32px 70px 10px 70px;
  width: 220px;
}
.global-header-tob .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-tob:first-child .global-header-subservices-item_link_contact .global-header-subservices-item_link_contact_icon {
  left: 43%;
}
.global-header-tob .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-tob:first-child .global-header-subservices-item_link_contact .global-header-subservices-item_link_contact_icon img {
  height: 20px;
}
.global-header-tob .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-tob:first-child .global-header-subservices-item_link_contact .global-header-subservices-item_link_contact_icon_red {
  left: 43%;
}
.global-header-tob .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-tob:first-child .global-header-subservices-item_link_contact .global-header-subservices-item_link_contact_icon_red img {
  height: 20px;
}
.global-header-tob .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-tob-02 {
  margin: 20px 0 76px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.global-header-tob .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-tob-02 .global-header-subservices-item_link_contact {
  padding: 32px 70px 10px 70px;
  width: 220px;
  line-height: 1.2;
}
.global-header-tob .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-tob-02 .global-header-subservices-item_link_contact .global-header-subservices-item_link_contact_icon {
  left: 43%;
}
.global-header-tob .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-tob-02 .global-header-subservices-item_link_contact .global-header-subservices-item_link_contact_icon img {
  height: 20px;
}
.global-header-tob .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-tob-02 .global-header-subservices-item_link_contact .global-header-subservices-item_link_contact_icon_red {
  left: 43%;
}
.global-header-tob .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-tob-02 .global-header-subservices-item_link_contact .global-header-subservices-item_link_contact_icon_red img {
  height: 20px;
}

.global-header-toc .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list-wrap .global-header-services-list .global-header-services-item .global-header-services-link.-pulldown {
  padding-bottom: 31px;
}

.global-header-column {
  padding: 0;
}
.global-header-column .global-header-inner {
  height: 68px;
  padding-left: 20px;
}
.global-header-column .global-header-inner .global-header-inner_logo .global-header-inner_img {
  width: 136px;
}
.global-header-column .global-header-inner .global-header-inner_logo-white .global-header-inner_img {
  width: 136px;
}
.global-header-column .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container {
  display: block;
}
.global-header-column .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list-wrap .global-header-services-list .global-header-services-item:last-child {
  margin-right: 20px;
}
.global-header-column .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list-wrap .global-header-services-list .global-header-services-item:first-child {
  margin-right: 20px;
}
.global-header-column .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-tob {
  margin: 40px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.global-header-column .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-tob:first-child .global-header-subservices-item_link_contact {
  padding: 32px 70px 10px 70px;
  width: 220px;
  border: solid 1px #fff;
}
.global-header-column .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-tob:first-child .global-header-subservices-item_link_contact .global-header-subservices-item_link_contact_icon {
  left: 44.5%;
  top: 16%;
}
.global-header-column .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-tob:first-child .global-header-subservices-item_link_contact .global-header-subservices-item_link_contact_icon img {
  height: 20px;
}
.global-header-column .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-tob:first-child .global-header-subservices-item_link_contact .global-header-subservices-item_link_contact_icon_red {
  left: 44.5%;
  top: 16%;
}
.global-header-column .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-tob:first-child .global-header-subservices-item_link_contact .global-header-subservices-item_link_contact_icon_red img {
  height: 20px;
}
.global-header-column .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-tob-02 {
  margin: 20px 0 76px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.global-header-column .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-tob-02 .global-header-subservices-item_link_contact {
  padding: 32px 65px 10px 65px;
  width: 220px;
  line-height: 1.2;
  border: solid 1px #fff;
}
.global-header-column .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-tob-02 .global-header-subservices-item_link_contact .global-header-subservices-item_link_contact_icon {
  left: 44.5%;
  top: 16%;
}
.global-header-column .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-tob-02 .global-header-subservices-item_link_contact .global-header-subservices-item_link_contact_icon img {
  height: 20px;
}
.global-header-column .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-tob-02 .global-header-subservices-item_link_contact .global-header-subservices-item_link_contact_icon_red {
  left: 44.5%;
  top: 16%;
}
.global-header-column .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list .global-header-subservices-item-tob-02 .global-header-subservices-item_link_contact .global-header-subservices-item_link_contact_icon_red img {
  height: 20px;
}
.global-header-column .global-header-inner .global-header-navigation-wrapper.-column-red {
  background-color: #DD0516;
}

.global-header-tob .global-header-inner .global-header-navigation-wrapper .global-header-services-list-container .global-header-services-list-wrap .global-header-services-list:first-child .global-header-services-item {
  margin-right: 20px;
}

.global-header-services-link_text.-tob {
  font-size: 1.6rem;
}

.global-header-services-link_text.white_text {
  font-size: 1.6rem;
}

.group-list {
  display: block;
}

.group-list_item {
  width: 100%;
}

.group-list_item:not(:first-child) {
  margin-top: 32px;
}

.group-list_detail .body-text > .inline-text-link {
  font-size: 1.2rem;
}

.home-lead-area {
  padding: 32px 16px 0;
}

.list-item {
  font-size: 1.4rem;
}

.list-item_inner > .body-text {
  margin: 16px 0;
  font-size: 1.4rem;
}

.navigation-link-with-image {
  font-size: 1.2rem;
  padding: 8px 20px;
}

.navigation-link-with-image > .app-icon, .navigation-link-with-image_image {
  display: none;
}

.navigation-text-link.-first {
  font-size: 1.6rem;
  padding: 31px 0;
  color: #202020;
  border-bottom: solid 1px #E0E0E0;
  font-weight: 400;
}
.navigation-text-link.-first:last-child {
  border-bottom: 0;
}

.navigation-text-link > .app-icon {
  display: none;
}

.news-list-item-emergency_link {
  display: block;
}

.news-list-item-emergency_link > .app-icon {
  width: auto;
  min-width: auto;
  margin-top: 0;
  margin-left: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-list-item {
  -ms-grid-rows: 48px 48px 1fr;
  grid-template-rows: 48px 48px 1fr;
  -ms-grid-columns: 115px 1fr;
  grid-template-columns: 115px 1fr;
}

.news-list-item > :first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.news-list-item > :nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.news-list-item > :nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.news-list-item > :nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.news-list-item > :nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.news-list-item > :nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.news-list-item_link > .app-icon {
  width: auto;
  min-width: auto;
  margin-top: 0;
  margin-left: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-list-item > .news-label-important {
  margin-top: 24px;
  padding-top: 0;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.news-list-item > .news-label-category {
  margin-top: 16px;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.normal-list.-disc > .list-item:before {
  top: 10px;
}

.normal-list.-asterisk > .list-item {
  line-height: 1.8;
  font-size: 1.2rem;
}

.normal-list.-asterisk > .list-item:not(:last-child) {
  margin-bottom: 24px;
}

.order-list.-parenthesis > .list-item {
  padding-left: 26px;
  font-size: 1.4rem;
}

.order-list.-numeric > .list-item:after, .order-list.-numeric > .list-item:before {
  top: 5px;
}

.order-list.-asterisk > .list-item {
  font-size: 1.2rem;
}

.order-list.-asterisk > .list-item:not(:last-child) {
  margin-bottom: 24px;
}

.pickup-slide_item {
  margin-bottom: 96px;
}

.pickup-slide_anchor:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.pickup-slide_anchor:hover .card-link-img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.plan-table_detail, .plan-table_title {
  font-size: 1.4rem;
}

.plan-table.-type_d .plan-table_title:first-of-type {
  width: 270px;
}

.section-block-wide-inner {
  margin-left: -16px;
  margin-right: -16px;
}

.section-block > .app-button.-small:not(:first-child) {
  margin-top: 16px;
}

.section-heading-1st {
  font-size: 2.4rem;
  line-height: 1.5;
}

.section-heading-2nd {
  font-size: 2.2rem;
  line-height: 1.5;
}

.section-heading-2nd:after {
  width: 96px;
}

.section-heading-3rd {
  font-size: 2rem;
  line-height: 1.5;
}

.section-heading-4th {
  font-size: 1.8rem;
  line-height: 1.5;
}

.section-heading-5th {
  font-size: 1.6rem;
  line-height: 1.5;
}

.step-title.-horizontal > .step-title_order, .step-title.-horizontal > .step-title_text {
  width: 100%;
  display: block;
}

.step-title.-horizontal > .step-title_order {
  margin-bottom: 8px;
  display: block;
}

.step-title.-horizontal > .step-title_text {
  display: block;
}

.subpage-content-nav {
  padding-top: 60px;
}

.subpage-content-nav_list {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 16px;
  padding: 0 16px;
}

.subpage-content-nav_item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 8px);
}

.subpage-content-nav_item:nth-child(n+6) {
  margin-top: 0;
}

.subpage-content-nav_item:nth-child(-n+2):after {
  top: 0;
}

.subpage-content-nav_item:before {
  bottom: 0;
}

.subpage-content-nav_item:nth-child(odd):after, .subpage-content-nav_item:nth-child(odd):before {
  left: 0;
}

.subpage-content-nav_item:nth-child(2n):after, .subpage-content-nav_item:nth-child(2n):before {
  right: 0;
}

.subpage-content-nav_link {
  padding: 16px 8px;
  font-size: 1.4rem;
}

.subpage-content-nav_link.-current:after {
  width: calc(100% - 1px);
}

.subpage-content-nav_item:nth-child(odd) .subpage-content-nav_link.-current:after {
  right: 1px;
}

.subpage-content-nav_item:nth-child(2n) .subpage-content-nav_link.-current:after {
  left: 1px;
}

.subpage-content-nav_item.-adjust:nth-child(odd):last-child {
  display: none;
}

body:not(.__device-touchdevice) .subpage-content-nav_link:hover:after {
  width: calc(100% - 1px);
}

body:not(.__device-touchdevice) .subpage-content-nav_item:nth-child(odd) body:not(.__device-touchdevice) .subpage-content-nav_link:hover:after {
  right: 1px;
}

body:not(.__device-touchdevice) .subpage-content-nav_item:nth-child(2n) body:not(.__device-touchdevice) .subpage-content-nav_link:hover:after {
  left: 1px;
}

.subpage-content {
  padding: 0;
}

.subpage-index-container {
  padding: 110px 20px 50px 20px;
  height: 217px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.subpage-index-container::after {
  width: 346px;
  height: 147px;
  bottom: 0;
  margin-right: 8px;
}

.subpage-index-tob-container,
.subpage-index-toc-container {
  padding: 118px 20px 50px;
  height: 219px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.subpage-index-title {
  font-size: 3.4rem;
  line-height: 1.2;
}

.subpage-index-text {
  font-size: 1.2rem;
  margin-top: 5px;
}

.subpage-index-tob-title,
.subpage-index-toc-title {
  font-size: 3.4rem;
  line-height: 1.2;
}

.subpage-index-toc-title {
  margin-top: 5px;
}

.subpage-index-tob-text,
.subpage-index-toc-text {
  font-size: 1.2rem;
  margin-top: 5px;
}

.subpage-nav_list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.subpage-nav_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  -ms-flex-preferred-size: calc((100% - 1px) / 2);
      flex-basis: calc((100% - 1px) / 2);
  width: calc((100% - 1px) / 2);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  margin: 0;
}

.subpage-nav_item:first-child {
  margin: 0;
}

.subpage-nav_item.-adjust:nth-child(odd):last-child {
  display: none;
}

.subpage-nav_link {
  width: 100%;
  height: 56px;
  font-size: 1.4rem;
}

.subpage-nav_link:before {
  display: none;
}

.subpage-nav_link:after {
  height: 3px;
}

.subpage-page-title_text {
  padding: 30px 18px;
  font-size: 2.4rem;
  line-height: 1.5;
}

.subpage-page-title.-has-navigation {
  border-bottom: none;
}

.tab-control-item {
  position: relative;
  font-size: 1.4rem;
}
@media screen and (max-width: 400px) {
  .tab-control-item {
    font-size: 1.2rem;
  }
}

.tab-control.-columns-2-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 400px) {
  .tab-control.-columns-2-sp {
    gap: 10px;
  }
}

.tab-control.-columns-2-sp > .tab-control-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
  width: calc(50% - 10px);
  margin: 0;
}
@media screen and (max-width: 400px) {
  .tab-control.-columns-2-sp > .tab-control-item {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    width: calc(50% - 5px);
  }
}

.tab-control.-columns-2-sp > .tab-control-item:nth-child(n) {
  margin: 0;
}

.tab-control.-columns-2-sp > .tab-control-item:nth-child(n+3) {
  margin-top: 0;
}

.tab-control.-columns-2-sp > .tab-control-item:not(:nth-child(odd)) {
  margin-left: 0;
}

.table-noheading-detail, .table-noheading-title {
  padding: 16px;
  font-size: 1.4rem;
}

.table-noheading-title {
  width: 43.34%;
}

.table-scroll-wrapper {
  overflow-x: scroll;
}

.top-button-block-icon {
  width: 128px;
  height: 64px;
  border-radius: 64px 64px 0 0;
  top: -64px;
  left: calc(50% - 64px);
}

.top-button-block-icon > .app-icon {
  font-size: 4.8rem;
}

.top-button-block-text {
  font-size: 1.2rem;
}

.top-button-block-text_caution {
  display: none;
}

.top-button-block-title {
  border-width: 1px;
}

.top-button-block-title_label {
  width: 119px;
  height: 30px;
  font-size: 1.4rem;
}

.top-button-block {
  padding: 0;
}

.top-button-block_inner {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
}

.top-button-block.-green .top-button-block-icon {
  background-color: rgba(156, 196, 61, 0.7);
}

.top-button-block.-blue .top-button-block-icon {
  background-color: rgba(27, 119, 168, 0.7);
}

.top-button-block.-sky .top-button-block-icon {
  background-color: rgba(80, 181, 231, 0.7);
}

.top-button-block.-gray .top-button-block-icon {
  background-color: rgba(110, 126, 133, 0.7);
}

.top-button_anchor {
  font-size: 1.4rem;
}

.top-hero-inner {
  padding: 24px 16px;
  background-color: #172724;
}

.top-hero-inner:first-child {
  padding-top: 125px;
  background: url(../img/img-kv_sp.jpg) no-repeat top/cover;
}

.top-hero-inner > .app-button {
  max-width: 100%;
  min-height: 72px;
  font-size: 1.6rem;
}

.top-hero-inner > .top-hero-sticky {
  position: static;
  bottom: 56px;
  width: 100%;
  margin: 16px 0 0;
}

.top-hero-sticky-button {
  width: 100%;
  height: 66px;
  font-size: 1.4rem;
}

.top-hero-sticky-button > .app-icon {
  margin-right: 4px;
  font-size: 2.4rem;
}

.top-hero-sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.top-hero-title {
  font-size: 2.4rem;
}

.top-hero-title_inner {
  line-height: 45px;
}

.top-hero-title_inner:first-child {
  padding: 0 16px 0 24px;
}

.top-hero-title_inner:last-child {
  padding: 0 8px 0 24px;
}

.top-hero > .top-hero-inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.top-hero > .top-hero-inner:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: auto;
}

.top-hero > .top-hero-inner:last-child {
  margin-top: 0;
}

.top-section-heading {
  padding-top: 27px;
}

.top-section-heading:before {
  width: 50%;
  top: 0;
}

.top-section-heading:after {
  content: "";
  height: 4px;
  display: block;
  position: absolute;
  top: 0;
  width: 100px;
  background-color: #e60012;
  z-index: 1;
}

.top-section-heading.-right:after {
  left: calc(50% - 100px);
}

.top-section-heading.-left:before {
  right: 0;
}

.top-section-heading.-left:after {
  right: calc(50% - 100px);
}

.top-section-heading.-narrow .top-section-title {
  padding: 0 16px;
}

.top-section-title:before {
  content: none;
}

.top-section-title_text:after, .top-section-title_text:before {
  content: none;
}

.z-flow-list.-columns-2-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.z-flow-list.-columns-2-sp > .z-flow-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  -ms-flex-preferred-size: calc(50% - 12px);
      flex-basis: calc(50% - 12px);
  width: calc(50% - 12px);
  margin: 0;
}

.z-flow-list.-columns-2-sp > .z-flow-list-item:nth-child(n) {
  margin: 0;
}

.z-flow-list.-columns-2-sp > .z-flow-list-item:nth-child(n+3) {
  margin-top: 56px;
}

.z-flow-list.-columns-2-sp > .z-flow-list-item:not(:nth-child(odd)) {
  margin-left: 24px;
}

._pc-appear, ._pc-appear-flex {
  display: none;
}

._sp-appear {
  display: block;
}

._mt-8lg-sp {
  margin-top: 80px !important;
}

._mr-8lg-sp {
  margin-right: 80px !important;
}

._mb-8lg-sp {
  margin-bottom: 80px !important;
}

._ml-8lg-sp {
  margin-left: 80px !important;
}

._mt-7lg-sp {
  margin-top: 72px !important;
}

._mr-7lg-sp {
  margin-right: 72px !important;
}

._mb-7lg-sp {
  margin-bottom: 72px !important;
}

._ml-7lg-sp {
  margin-left: 72px !important;
}

._mt-6lg-sp {
  margin-top: 64px !important;
}

._mr-6lg-sp {
  margin-right: 64px !important;
}

._mb-6lg-sp {
  margin-bottom: 64px !important;
}

._ml-6lg-sp {
  margin-left: 64px !important;
}

._mt-5lg-sp {
  margin-top: 56px !important;
}

._mr-5lg-sp {
  margin-right: 56px !important;
}

._mb-5lg-sp {
  margin-bottom: 56px !important;
}

._ml-5lg-sp {
  margin-left: 56px !important;
}

._mt-4lg-sp {
  margin-top: 48px !important;
}

._mr-4lg-sp {
  margin-right: 48px !important;
}

._mb-4lg-sp {
  margin-bottom: 48px !important;
}

._ml-4lg-sp {
  margin-left: 48px !important;
}

._mt-3lg-sp {
  margin-top: 40px !important;
}

._mr-3lg-sp {
  margin-right: 40px !important;
}

._mb-3lg-sp {
  margin-bottom: 40px !important;
}

._ml-3lg-sp {
  margin-left: 40px !important;
}

._mt-2lg-sp {
  margin-top: 36px !important;
}

._mr-2lg-sp {
  margin-right: 36px !important;
}

._mb-2lg-sp {
  margin-bottom: 36px !important;
}

._ml-2lg-sp {
  margin-left: 36px !important;
}

._mt-lg-sp {
  margin-top: 32px !important;
}

._mr-lg-sp {
  margin-right: 32px !important;
}

._mb-lg-sp {
  margin-bottom: 32px !important;
}

._ml-lg-sp {
  margin-left: 32px !important;
}

._mt-md-sp {
  margin-top: 24px !important;
}

._mr-md-sp {
  margin-right: 24px !important;
}

._mb-md-sp {
  margin-bottom: 24px !important;
}

._ml-md-sp {
  margin-left: 24px !important;
}

._mt-sm-sp {
  margin-top: 16px !important;
}

._mr-sm-sp {
  margin-right: 16px !important;
}

._mb-sm-sp {
  margin-bottom: 16px !important;
}

._ml-sm-sp {
  margin-left: 16px !important;
}

._mt-2sm-sp {
  margin-top: 8px !important;
}

._mr-2sm-sp {
  margin-right: 8px !important;
}

._mb-2sm-sp {
  margin-bottom: 8px !important;
}

._ml-2sm-sp {
  margin-left: 8px !important;
}

._mt-0-sp {
  margin-top: 0 !important;
}

._mr-0-sp {
  margin-right: 0 !important;
}

._mb-0-sp {
  margin-bottom: 0 !important;
}

._ml-0-sp {
  margin-left: 0 !important;
}

._free-table {
  min-width: 1080px;
}

._free-table_detail, ._free-table_title {
  font-size: 1.4rem;
}

._free-table_detail._wd270, ._free-table_title._wd270 {
  width: 270px;
}/*# sourceMappingURL=share_sp.css.map */