:root {
  --base: #333;
  --primary: #3E3EE8;
  --dark: #3C3E46;
  --white: #FFF;
  --border: #CCC;
  --regular: 400;
  --medium: 500;
  --bold: 700;
}

html {
  font-size: 62.5%;
  height: 100%;
  overflow: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  color: var(--base);
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: var(--regular);
  line-height: 1.7;
  background: var(--whitet);
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
}

article, aside, figcaption, figure, picture, footer, header, main, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin-bottom: 1.35em;
}

p, ul, ol, dl, blockquote, table {
  margin-bottom: 1.65em;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, table {
  margin-top: 0;
}

figure {
  margin: 0;
}

*:last-child {
  margin-bottom: 0;
}

ul, ol {
  list-style: none;
  padding-left: 0;
}

dd {
  margin-left: 0;
}

b, strong {
  font-weight: var(--bold);
}

em {
  font-style: normal;
}

small {
  font-size: inherit;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sup {
  top: -0.5em;
}

a {
  color: var(--base);
  background-color: transparent;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover {
  color: inherit;
}
a[tabindex] {
  outline: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  border: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
  text-align: left;
}

hr {
  display: block;
  margin: 0;
  border: none;
}

a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button {
  color: inherit;
  font: inherit;
  background: transparent;
  text-align: inherit;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  overflow: visible;
}
button:disabled, button[aria-disabled=true] {
  cursor: default;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  word-break: normal;
  min-height: 100vh;
  position: relative;
}

.main {
  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-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 0%;
  position: relative;
}

.header {
  padding: 32px 0 62px;
  position: relative;
}
.header_inner {
  width: 85.3333333333vw;
  margin-left: auto;
  margin-right: auto;
}

.header_logo {
  margin-bottom: 0;
}

.header_logo_link {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}

.header_description {
  width: 24px;
  position: absolute;
  top: 280px;
  left: 15px;
}

.header_list {
  max-width: 300px;
  width: 61.3333333333vw;
  margin: 66px 0 0 59px;
}

.header_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: calc(100% - 130px);
  right: 20px;
  z-index: 1;
}
.header_scroll:after {
  content: "";
  display: block;
  background: #333;
  width: 1px;
  height: 166px;
  margin: 8px 0 0 1px;
}

.header_gnav {
  word-wrap: normal;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.header.header--page .header_description {
  display: none;
}

.gnav_svg {
  position: relative;
}

.footer_body {
  color: var(--white);
  background: var(--dark);
  padding: 96px 0 24px;
}

.footer_copyright {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 195px;
}

.mv {
  background: #CCC;
  height: 104.5333333333vw;
  position: relative;
}
.mv_img img {
  width: 100%;
}

.mv_text {
  width: 40px;
  position: absolute;
  top: 52px;
  right: 79px;
}

.division_caption {
  display: none;
}

.division_body {
  padding-top: 96px;
  padding-bottom: 96px;
}
.division_body.division_body--g {
  background: #F3F3F3;
}
.division_body.division_body--lg {
  background: #F9F9F9;
}
.division_body.division_body--404 {
  padding-top: 0;
}

.section {
  width: 85.3333333333vw;
  margin-left: auto;
  margin-right: auto;
}
.section:not(:first-child) {
  padding-top: 96px;
}

.over {
  margin-left: -7.3333333333vw;
  margin-right: -7.3333333333vw;
}

.h2 {
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 34px;
}
.h2:not(:last-child) {
  margin-bottom: 48px;
}
.h2.h2--introduction {
  background-image: url("/assets/img/h2_introduction.svg");
}
.h2.h2--services {
  background-image: url("/assets/img/h2_services.svg");
}
.h2.h2--flow {
  background-image: url("/assets/img/h2_flow.svg");
}
.h2.h2--about {
  background-image: url("/assets/img/h2_about.svg");
}
.h2.h2--contact {
  background-image: url("/assets/img/h2_contact.svg");
}
.h2.h2--404 {
  background-image: url("/assets/img/h2_404_sp.svg");
  height: 80px;
}

.h3 {
  font-size: 1.8rem;
  font-weight: var(--medium);
  line-height: 1.6666;
}
.h3:not(:last-child) {
  margin-bottom: 24px;
}
.h3.h3--bold {
  font-weight: var(--bold);
}

.tab-nav {
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--border);
}
.tab-nav:not(:last-child) {
  margin-bottom: 32px;
}
.tab-nav_item:not(:first-child) {
  margin-left: 24px;
}

.tab-nav_btn {
  color: #000;
  font-size: 1.2rem;
  font-weight: var(--medium);
  display: block;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--base);
}
.tab-nav_btn:not(.is-active) {
  opacity: 0.5;
  border-bottom-color: transparent;
}

.tab-panel {
  position: relative;
}
.tab-panel:not(.is-active) {
  display: none;
}
.tab-panel_pic.tab-panel_pic--introduction01 {
  width: 61.0666666667vw;
  margin: 32px 0 0 auto;
}
.tab-panel_pic.tab-panel_pic--introduction02 {
  margin: 80px -7.3333333333vw 0;
}
.tab-panel_pic.tab-panel_pic--introduction03 {
  margin: 128px -4.9333333333vw 0 0;
}
.tab-panel_pic.tab-panel_pic--flow01 {
  width: 75.2vw;
  margin: 40px 1.8666666667vw 0 auto;
}
.tab-panel_pic.tab-panel_pic--flow02 {
  width: 80.5333333333vw;
  margin: 40px 0 0 auto;
}
.tab-panel_pic.tab-panel_pic--flow03 {
  margin: 40px -7.3333333333vw 0;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 7.3333333333vw;
  padding-right: 7.3333333333vw;
  overflow-x: auto;
}
.card_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 264px;
}
.card_item:not(:last-child) {
  margin-right: 16px;
}

.card_inner {
  color: var(--white);
  background: var(--primary);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 32px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 1/1;
}

.point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -8px;
}
.point:not(:first-child) {
  margin-top: 32px;
}
.point_item {
  font-size: 1.2rem;
  margin-bottom: 8px;
  padding: 1px 8px;
  border: 1px solid #707070;
}
.point_item:not(:last-child) {
  margin-right: 8px;
}

.info {
  width: 100%;
  border-bottom: 1px solid var(--border);
}
.info tr {
  border-top: 1px solid var(--border);
}
.info th, .info td {
  padding: 16px 0;
}
.info th {
  width: 35%;
}

.action {
  margin-top: 32px;
}

.reader {
  word-wrap: normal;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.primary {
  color: var(--primary);
}

.underline {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .header {
    margin-bottom: -108px;
    padding-bottom: 0;
    z-index: 1;
  }
  .header_inner {
    max-width: 1835px;
    width: 93.75vw;
    position: relative;
  }
  .header_logo {
    margin-left: 32px;
  }
  .header_description {
    top: inherit;
    bottom: 15.625vw;
    left: 0;
  }
  .header_list {
    max-width: 380px;
    width: 29.6875vw;
    margin-left: 206px;
  }
  .header_scroll {
    top: inherit;
    bottom: 47px;
    right: 0;
  }
  .header_scroll:after {
    height: 156px;
  }
  .header_gnav {
    width: auto;
    height: inherit;
    margin: auto;
    position: fixed;
    top: 54px;
    right: 4.6875vw;
    z-index: 1;
    clip: inherit;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .header.header--page {
    margin-bottom: 0;
  }
  .header.header--page .header_description {
    display: block;
    top: 384px;
    bottom: inherit;
  }
  .gnav {
    padding: 10px;
  }
  .gnav_item {
    font-size: 1rem;
    line-height: 1;
  }
  .gnav_item:not(:first-child) {
    margin-top: 12px;
  }
  .gnav_link {
    display: inline-block;
    padding: 3px 4px 4px;
    position: relative;
  }
  .gnav_link:before {
    content: "";
    display: block;
    background: var(--primary);
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  .gnav_link:hover:before {
    width: 100%;
  }
  .gnav_link:hover .gnav_svg path {
    fill: var(--white);
  }
  .gnav_svg path {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .footer {
    position: relative;
  }
  .footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1835px;
    width: 93.75vw;
    margin-left: auto;
    margin-right: auto;
  }
  .footer_inner:before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 157px;
    width: 7.96875vw;
  }
  .footer_body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 128px;
  }
  .footer_body:before {
    content: "";
    display: block;
    background: var(--dark);
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .mv {
    height: 56.25vw;
  }
  .mv_text {
    width: 78px;
    top: 129px;
    right: 104px;
  }
  .division {
    position: relative;
  }
  .division_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1835px;
    width: 93.75vw;
    margin-left: auto;
    margin-right: auto;
  }
  .division_caption {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 157px;
    width: 7.96875vw;
    margin-top: 220px;
  }
  .division_caption.division_caption--introduction {
    margin-top: 286px;
  }
  .division_body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .division_body.division_body--g:before, .division_body.division_body--lg:before {
    content: "";
    display: block;
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .division_body.division_body--g:before {
    background: #F3F3F3;
  }
  .division_body.division_body--lg:before {
    background: #F9F9F9;
  }
  .division_body.division_body--404 {
    padding-top: 68px;
  }
  .section {
    max-width: 1370px;
    width: 69.84375vw;
    position: relative;
  }
  .section:not(:first-child) {
    padding-top: 128px;
  }
  .over {
    margin-left: 0;
    margin-right: 0;
  }
  .h2.h2--404 {
    background-image: url("/assets/img/h2_404.svg");
    height: 38px;
  }
  .tab-panel_pic {
    text-align: right;
  }
  .tab-panel_pic.tab-panel_pic--introduction02 {
    width: 29.296875vw;
    margin: 24px 0 0 auto;
  }
  .tab-panel_pic.tab-panel_pic--introduction03 {
    width: 26.484375vw;
    margin: 32px 0 0 auto;
  }
  .tab-panel_pic.tab-panel_pic--flow01 {
    width: 22.03125vw;
    margin: 32px 0 0 auto;
  }
  .tab-panel_pic.tab-panel_pic--flow02 {
    width: 23.59375vw;
    margin: 32px 0 0 auto;
  }
  .tab-panel_pic.tab-panel_pic--flow03 {
    width: 29.296875vw;
    margin: 32px 0 0 auto;
  }
  .card {
    margin-left: -1.875vw;
    padding-left: 0;
    padding-right: 0;
    overflow-x: inherit;
  }
  .card_item {
    max-width: 282px;
    width: 33.3333%;
    margin-left: 0;
    padding-left: 1.875vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .card_item:before {
    width: 100%;
    height: 100%;
  }
  .card_item:not(:last-child) {
    margin-right: 0;
  }
  .card_inner {
    padding: 2.5vw 1.5625vw;
  }
  .card_text {
    font-size: 1.2rem;
  }
  .info th {
    width: 22.707%;
  }
  .sp {
    display: none;
  }
}

@media screen and (min-width: 981px) {
  .header_gnav {
    right: 10.15625vw;
  }
  .tab-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab-panel_body {
    max-width: 885px;
    width: 46.09375vw;
  }
  .tab-panel_pic.tab-panel_pic--introduction01 {
    width: 17.96875vw;
    margin: 50px 0 0 auto;
  }
  .tab-panel_pic.tab-panel_pic--flow01 {
    margin-top: 123px;
  }
  .tab-panel_pic.tab-panel_pic--flow02 {
    margin-top: 165px;
  }
  .tab-panel_pic.tab-panel_pic--flow03 {
    margin-top: -57px;
  }
  .card_text {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 1281px) {
  .header_description {
    bottom: 200px;
  }
  .card {
    margin-left: -24px;
  }
  .card_item {
    padding-left: 24px;
  }
  .card_inner {
    padding: 32px 20px;
  }
}

@media print, screen and (min-width: 1920px) {
  .header_gnav {
    right: 50%;
    -webkit-transform: translateX(819px);
            transform: translateX(819px);
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
