@charset "UTF-8";
/*リセットCSS*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

/* CSS Document */
img, video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

/*ブレイクポイントを設定*/
body {
  font-size: 1rem;
  background-color: #fff;
  line-height: 1.5;
  color: #171717;
  font-family: ”游ゴシック体”, YuGothic, “游ゴシック”, “Yu Gothic”, “メイリオ”, sans-serif;
  font-weight: 500;
  font-feature-settings: “palt” 1;
  -webkit-text-size-adjust: 100%;
}

h1 {
  font-size: clamp(1.75rem, 1.659rem + 0.45vw, 2rem);
  font-weight: bold;
}

h2 {
  font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem);
  font-weight: bold;
}

h3 {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-weight: bold;
}

section:not(.p-mission) {
  margin: 0 40px 5rem 40px;
}

@media screen and (max-width: 769px) {
  section:not(.p-mission) {
    margin: 0 0 4rem 0;
  }
}
/*サイト全体(レイアウト)の設定用*/
.c-footer {
  background-color: #000;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  padding: 3.5rem 0;
}
.c-footer__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.c-footer__ttl {
  max-width: 320px;
}
.c-footer__address {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: center;
}
.c-footer__address__ttl {
  white-space: nowrap;
}
.c-footer__address__txt {
  border-left: none;
  padding-left: 0;
}
.c-footer__group__ttl {
  margin-bottom: 1rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
.c-footer__group__ttl::after {
  content: "";
  position: relative;
  top: 0.75rem;
  display: inline-block;
  width: calc(100% - 7em);
  height: 1px;
  background: #ffffff;
}
.c-footer__group__body {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.c-footer__group__txt {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
.c-footer__group__txt::after {
  content: "";
  position: relative;
  top: 10%;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background: url(../../common/img/icon_blank.svg) no-repeat center center/contain;
}
.c-footer__group__txt:hover {
  cursor: pointer;
  text-decoration: underline;
}
.c-footer__copyright {
  font-size: clamp(0.75rem, 1.114rem + 0.68vw, 0.875rem);
}
.c-footer__copyright__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.c-footer__copyright__item {
  margin-right: 20px;
}
.c-footer__copyright__link {
  color: #ffffff;
  text-decoration: none;
}
.c-footer__copyright__link::after {
  content: "";
  position: relative;
  top: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  background: url(../../common/img/icon_blank_white.svg) no-repeat center center/contain;
}
.c-footer__copyright__item__arrow {
  display: inline-block;
  transform: rotate(90deg);
}

@media screen and (max-width: 1024px) {
  .c-footer {
    background-color: #000;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    row-gap: 2.5rem;
    padding: 3.5rem 0;
    padding: 2.5rem 40px 104px 40px;
  }
  .c-footer__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .c-footer__ttl {
    max-width: 320px;
  }
  .c-footer__address {
    display: flex;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    align-items: center;
  }
  .c-footer__address__ttl {
    white-space: nowrap;
  }
  .c-footer__address__txt {
    border-left: none;
    padding-left: 0;
  }
  .c-footer__group__ttl {
    margin-bottom: 1rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
  }
  .c-footer__group__ttl::after {
    content: "";
    position: relative;
    top: 0.75rem;
    display: inline-block;
    width: calc(100% - 7em);
    height: 1px;
    background: #ffffff;
  }
  .c-footer__group__body {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .c-footer__group__txt {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  }
  .c-footer__group__txt::after {
    content: "";
    position: relative;
    top: 10%;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background: url(../../common/img/icon_blank.svg) no-repeat center center/contain;
  }
  .c-footer__group__txt:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .c-footer__copyright {
    font-size: clamp(0.75rem, 1.114rem + 0.68vw, 0.875rem);
  }
  .c-footer__copyright__list {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .c-footer__copyright__item {
    margin-right: 20px;
  }
  .c-footer__copyright__link {
    color: #ffffff;
    text-decoration: none;
  }
  .c-footer__copyright__link::after {
    content: "";
    position: relative;
    top: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    background: url(../../common/img/icon_blank_white.svg) no-repeat center center/contain;
  }
  .c-footer__copyright__item__arrow {
    display: inline-block;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 769px) {
  .c-footer {
    background-color: #000;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    row-gap: 2.5rem;
    padding: 3.5rem 0;
    padding: 2.5rem 0 104px 0;
  }
  .c-footer__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .c-footer__ttl {
    max-width: 320px;
  }
  .c-footer__address {
    display: flex;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    align-items: center;
  }
  .c-footer__address__ttl {
    white-space: nowrap;
  }
  .c-footer__address__txt {
    border-left: none;
    padding-left: 0;
  }
  .c-footer__group__ttl {
    margin-bottom: 1rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
  }
  .c-footer__group__ttl::after {
    content: "";
    position: relative;
    top: 0.75rem;
    display: inline-block;
    width: calc(100% - 7em);
    height: 1px;
    background: #ffffff;
  }
  .c-footer__group__body {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .c-footer__group__txt {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  }
  .c-footer__group__txt::after {
    content: "";
    position: relative;
    top: 10%;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background: url(../../common/img/icon_blank.svg) no-repeat center center/contain;
  }
  .c-footer__group__txt:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .c-footer__copyright {
    font-size: clamp(0.75rem, 1.114rem + 0.68vw, 0.875rem);
  }
  .c-footer__copyright__list {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .c-footer__copyright__item {
    margin-right: 20px;
  }
  .c-footer__copyright__link {
    color: #ffffff;
    text-decoration: none;
  }
  .c-footer__copyright__link::after {
    content: "";
    position: relative;
    top: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    background: url(../../common/img/icon_blank_white.svg) no-repeat center center/contain;
  }
  .c-footer__copyright__item__arrow {
    display: inline-block;
    transform: rotate(90deg);
  }
  .c-footer__heading {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
  }
  .c-footer__ttl {
    width: 100%;
  }
  .c-footer__address {
    line-height: 1.5;
    display: block;
  }
  .c-footer__group__ttl {
    position: relative;
    margin-bottom: 0;
    border: 1px solid #ffffff;
    padding: 1rem;
    border-radius: 4px;
  }
  .c-footer__group__ttl::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -1.5rem;
    font-size: 1.75rem;
    transition: transform 0.5s ease 0s;
    width: auto;
    background-color: #171717;
    height: auto;
  }
  .c-footer__group__ttl.is-open::after {
    transform: rotate(45deg);
  }
  .c-footer__group__body {
    display: none;
    transition: transform 0.5s ease 0s;
  }
  .c-footer__group__body.is-open {
    display: block;
    margin-top: 1.5em;
  }
  .c-footer__group__body li {
    margin-bottom: 1rem;
  }
  .c-footer__group__body li:last-of-type {
    margin-bottom: 0;
  }
  .c-footer__copyright__en {
    font-size: 12px;
  }
  .c-footer__copyright__jp {
    font-size: 12px;
  }
}
/* **************************************
#56244
ベタ書きだったのでinclude呼び出しに変更
→新しくスタイルを記述
************************************** */
.c-vbcmnft {
  /*タイトル*/
  /*リスト*/
}
.c-vbcmnft__group-ttl {
  margin-bottom: 8px;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.c-vbcmnft__group-ttl::after {
  content: "";
  position: relative;
  top: 16px;
  display: inline-block;
  width: calc(100% - 7em);
  height: 1px;
  background: #fff;
}
.c-vbcmnft__group-list li {
  font-weight: bold;
  display: inline-block;
  margin-right: 32px;
  line-height: 3;
}
.c-vbcmnft__group-list a {
  padding: 0 8px 0 0;
  color: #fff;
  text-decoration: none;
}
.c-vbcmnft__group-list a::after {
  content: "";
  position: relative;
  top: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background: url(../../common/img/icon_blank_white.svg) no-repeat center center/contain;
}

@media screen and (max-width: 769px) {
  .c-vbcmnft__group-ttl {
    display: none;
  }
  .c-vbcmnft__group-ttl::after {
    content: "";
  }
  .c-vbcmnft__summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 8px;
    padding: 1.25rem 1rem;
    font-size: 1.125rem;
    font-weight: 700;
    border: 1px solid #fff;
    color: #fff;
    line-height: 1.3;
    list-style: none;
    outline: none;
    cursor: pointer;
  }
  .c-vbcmnft__summary::after {
    content: "＋";
    position: absolute;
    top: 50%;
    right: 0.5rem;
    margin-top: -1.25rem;
    font-size: 2rem;
    transition: transform 0.5s ease 0s;
    background-color: transparent;
    width: auto;
    height: auto;
  }
  .c-vbcmnft details[open] .c-vbcmnft__summary::after {
    transform: rotate(45deg);
  }
  .c-vbcmnft__group-list li {
    line-height: 2.25;
    margin: 0;
  }
  .c-vbcmnft__group-list li a::after {
    width: 12px;
    height: 12px;
  }
}
/* safari 実機対応 */
summary::-webkit-details-marker {
  display: none;
}

.c-header--pc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  border-bottom: 1px solid #d5d5d5;
}
.c-header--pc__logo {
  width: 29%;
  min-width: 200px;
}
.c-header--pc__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 662px;
}
.c-header--pc__menu {
  display: flex;
  align-items: center;
}
.c-header--pc__item {
  list-style: none;
  font-weight: bold;
}
.c-header--pc__item a {
  display: block;
  text-decoration: none;
  color: #171717;
  padding: 1rem;
}
.c-header--pc__item a:hover {
  color: #CF000D;
  cursor: pointer;
}
.c-header--pc__cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 2.5rem;
}
.c-header--sp {
  display: none;
}

/* gnav */
#p-organization .c-header--pc__menu a[href*=organization],
#p-operations .c-header--pc__menu a[href*=operations],
#p-fee .c-header--pc__menu a[href*=fee] {
  color: #CF000D;
}

@media screen and (max-width: 1024px) {
  .c-header {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .c-header--pc {
    display: none;
  }
  .c-header--sp {
    display: block;
    padding: 16px 20px;
    border-bottom: solid 1px #d5d5d5;
  }
  .c-header--sp__logo {
    width: 80%;
    max-width: 240px;
    display: flex;
    align-items: center;
  }
  .c-header--sp__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-header--sp__hamburger {
    display: flex;
    flex-direction: column;
    height: 100%;
    row-gap: 0.375rem;
  }
  .c-header--sp__hamburger__icon {
    margin: 0 auto;
  }
  .c-header--sp__hamburger__icon span {
    width: 28px;
    height: 2.5px;
    background-color: #171717;
    position: relative;
    transition: ease 0.4s;
    display: block;
    border-radius: 2px;
  }
  .c-header--sp__hamburger__icon span:nth-of-type(1) {
    top: 0;
  }
  .c-header--sp__hamburger__icon span:nth-of-type(2) {
    margin: 6px 0;
  }
  .c-header--sp__hamburger__icon span:nth-of-type(3) {
    top: 0;
  }
  .c-header--sp__hamburger.show .c-header--sp__hamburger__icon span:nth-of-type(1) {
    top: 8px;
    transform: rotate(225deg);
  }
  .c-header--sp__hamburger.show .c-header--sp__hamburger__icon span:nth-of-type(2) {
    opacity: 0;
  }
  .c-header--sp__hamburger.show .c-header--sp__hamburger__icon span:nth-of-type(3) {
    top: -9px;
    transform: rotate(-225deg);
  }
  .c-header--sp__hamburger__txt {
    margin: 0 auto;
    font-size: clamp(0.625rem, 0.568rem + 0.28vw, 0.75rem);
    line-height: 1;
  }
  .c-header--sp__menu {
    position: absolute;
    right: 0;
    left: 0;
    top: 68.5px;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background-color: #ffffff;
    transition: ease 0.4s;
    z-index: 1;
  }
  .c-header--sp__menu.show {
    transform: translateX(0%);
  }
  .c-header--sp__container {
    margin: 40px 20px;
    display: flex;
    flex-direction: column;
    row-gap: 2.5rem;
  }
  .c-header--sp__list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .c-header--sp__item {
    border-bottom: 1px solid #d5d5d5;
    max-width: 480px;
    display: block;
    width: 100%;
  }
  .c-header--sp__item a {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    text-decoration: none;
    color: #171717;
  }
  .c-header--sp__item a::after {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: url(../../common/img/icon_arrow-right.svg) no-repeat center center/contain;
  }
  .c-header--sp__item:hover__content {
    text-decoration: underline;
  }
  .c-header--sp__cta {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
  }
  .c-header--sp__cta__call, .c-header--sp__cta__tell {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    align-items: center;
  }
  .c-header--sp {
    padding: 24px 20px;
  }
  .c-header--sp__logo {
    max-width: 300px;
  }
  .c-header--sp__hamburger {
    row-gap: 0.5rem;
  }
  .c-header--sp__menu {
    top: 88px;
  }
  .c-header--sp__container {
    width: 80%;
    margin: 40px auto;
  }
  .c-header--sp__item a {
    padding: 1.25rem 0;
  }
}
@media screen and (max-width: 769px) {
  .c-header {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .c-header--pc {
    display: none;
  }
  .c-header--sp {
    display: block;
    padding: 16px 20px;
    border-bottom: solid 1px #d5d5d5;
  }
  .c-header--sp__logo {
    width: 80%;
    max-width: 240px;
    display: flex;
    align-items: center;
  }
  .c-header--sp__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-header--sp__hamburger {
    display: flex;
    flex-direction: column;
    height: 100%;
    row-gap: 0.375rem;
  }
  .c-header--sp__hamburger__icon {
    margin: 0 auto;
  }
  .c-header--sp__hamburger__icon span {
    width: 28px;
    height: 2.5px;
    background-color: #171717;
    position: relative;
    transition: ease 0.4s;
    display: block;
    border-radius: 2px;
  }
  .c-header--sp__hamburger__icon span:nth-of-type(1) {
    top: 0;
  }
  .c-header--sp__hamburger__icon span:nth-of-type(2) {
    margin: 6px 0;
  }
  .c-header--sp__hamburger__icon span:nth-of-type(3) {
    top: 0;
  }
  .c-header--sp__hamburger.show .c-header--sp__hamburger__icon span:nth-of-type(1) {
    top: 8px;
    transform: rotate(225deg);
  }
  .c-header--sp__hamburger.show .c-header--sp__hamburger__icon span:nth-of-type(2) {
    opacity: 0;
  }
  .c-header--sp__hamburger.show .c-header--sp__hamburger__icon span:nth-of-type(3) {
    top: -9px;
    transform: rotate(-225deg);
  }
  .c-header--sp__hamburger__txt {
    margin: 0 auto;
    font-size: clamp(0.625rem, 0.568rem + 0.28vw, 0.75rem);
    line-height: 1;
  }
  .c-header--sp__menu {
    position: absolute;
    right: 0;
    left: 0;
    top: 68.5px;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background-color: #ffffff;
    transition: ease 0.4s;
    z-index: 1;
  }
  .c-header--sp__menu.show {
    transform: translateX(0%);
  }
  .c-header--sp__container {
    margin: 40px 20px;
    display: flex;
    flex-direction: column;
    row-gap: 2.5rem;
  }
  .c-header--sp__list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .c-header--sp__item {
    border-bottom: 1px solid #d5d5d5;
    max-width: 480px;
    display: block;
    width: 100%;
  }
  .c-header--sp__item a {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    text-decoration: none;
    color: #171717;
  }
  .c-header--sp__item a::after {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: url(../../common/img/icon_arrow-right.svg) no-repeat center center/contain;
  }
  .c-header--sp__item:hover__content {
    text-decoration: underline;
  }
  .c-header--sp__cta {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
  }
  .c-header--sp__cta__call, .c-header--sp__cta__tell {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    align-items: center;
  }
  .c-header--sp__menu {
    top: 69px;
  }
  .c-header--sp__container {
    margin: 40px auto;
  }
}
.l-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .l-wrap {
    width: auto;
    margin: 0 20px;
  }
}
.l-wrap__lower {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .l-wrap__lower {
    width: auto;
    margin: 0 20px;
  }
}
/*共通パーツ*/
.c-breadcrumb {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  padding: 12px 40px;
}
.c-breadcrumb__item {
  font-size: clamp(0.75rem, 1.114rem + 0.68vw, 1rem);
}
.c-breadcrumb__item a {
  text-decoration: none;
  color: #171717;
}
.c-breadcrumb__item a:hover {
  text-decoration: underline;
}
.c-breadcrumb__item:last-of-type {
  font-weight: bold;
}
.c-breadcrumb__item:not(:first-of-type)::before {
  content: ">";
  margin-right: 0.5rem;
}

@media screen and (max-width: 1024px) {
  .c-breadcrumb {
    margin-top: 88px;
  }
}
@media screen and (max-width: 769px) {
  .c-breadcrumb {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
    padding: 12px 20px;
    margin-top: 68px;
  }
  .c-breadcrumb__item:not(:first-of-type)::before {
    margin-right: 0.25rem;
  }
}
.c-btn--pc {
  display: flex;
  justify-content: center;
  border-radius: 4px;
  text-decoration: none;
  color: #ffffff;
  flex-direction: column;
  padding: 0.5rem 0.75rem;
  background-color: #171717;
}
.c-btn--pc:hover {
  cursor: pointer;
}
.c-btn--pc__icon {
  margin: 0 auto;
}
.c-btn--hamburger {
  display: flex;
  justify-content: center;
  border-radius: 4px;
  text-decoration: none;
  color: #ffffff;
  align-items: center;
  width: 80%;
  max-width: 480px;
  min-width: 280px;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  padding: 1rem;
  font-weight: bold;
}
.c-btn--hamburger:hover {
  cursor: pointer;
}
.c-btn--hamburger__icon {
  height: 24px;
}

@media screen and (max-width: 1024px) {
  .c-btn--hamburger {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}
.c-cta__call__top {
  font-weight: bold;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.c-cta__call__sub {
  font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
  font-weight: bold;
}
.c-cta__call__call {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  align-items: center;
  padding: 0.75rem 0.5rem;
  text-decoration: none;
  color: #ffffff;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  width: 50%;
  background-color: #CF000D;
}
.c-cta__call__mail {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  align-items: center;
  padding: 0.75rem 0.5rem;
  text-decoration: none;
  color: #ffffff;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  width: 50%;
  background-color: #171717;
}

@media screen and (max-width: 1024px) {
  .c-cta__call {
    display: flex;
    flex-direction: column;
    row-gap: 0.25rem;
    align-items: center;
    padding: 0.75rem 0.5rem;
    text-decoration: none;
    color: #ffffff;
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
    width: 50%;
    background-color: #CF000D;
  }
  .c-cta__mail {
    display: flex;
    flex-direction: column;
    row-gap: 0.25rem;
    align-items: center;
    padding: 0.75rem 0.5rem;
    text-decoration: none;
    color: #ffffff;
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
    width: 50%;
    background-color: #171717;
    font-weight: bold;
  }
}
.c-call__txt__number {
  font-family: "Times New Roman", Times, serif;
  font-size: 2rem;
  line-height: 1;
  position: relative;
}
.c-call__txt__number::before {
  content: "";
  position: absolute;
  transform: translateX(-110%) translateY(15%);
  width: 1.5rem;
  height: 1.5rem;
  background: url(../../../common/img/icon_phone.svg) no-repeat center center/contain;
}
.c-call__txt__hour {
  font-size: 0.875rem;
}

.c-chart {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}
.c-chart__list {
  position: relative;
  display: flex;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.c-chart__list:not(:last-child)::after {
  content: "";
  position: absolute;
  background-color: #f0f0f0;
  width: 2px;
  height: calc(100% - 52px + 2.5rem);
  left: 31px;
  top: 52px;
}
.c-chart__step {
  background-color: #f0f0f0;
  text-align: center;
  padding: 0.5rem 0.75rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1;
  height: auto;
  align-self: flex-start;
}
.c-chart__step__number {
  font-size: 1.25rem;
}
.c-chart__contents {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.c-chart__contents__heading {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: baseline;
}

@media screen and (max-width: 769px) {
  .c-chart {
    row-gap: 2rem;
  }
  .c-chart__list:not(:last-child)::after {
    height: calc(100% - 44px + 2rem);
    left: 27px;
    top: 44px;
  }
  .c-chart__step {
    font-size: 0.75rem;
  }
  .c-chart__step__number {
    font-size: 1rem;
  }
  .c-chart__contents__heading {
    flex-direction: column;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .c-chart__contents__heading span {
    font-size: 0.875rem;
  }
}
.c-floating {
  display: none;
}

@media screen and (max-width: 1024px) {
  .c-floating {
    display: flex;
    width: 100%;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 -2px 4px rgba(23, 23, 23, 0.4);
  }
}
@media screen and (max-width: 769px) {
  .c-floating {
    display: flex;
    width: 100%;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 -2px 4px rgba(23, 23, 23, 0.4);
  }
}
.c-heading {
  position: relative;
  border-bottom: 4px solid #f0f0f0;
  margin-bottom: 2.5rem;
}
.c-heading:after {
  position: absolute;
  content: " ";
  border-bottom: 4px solid #CF000D;
  width: 20%;
}
.c-heading h2 {
  padding-bottom: 1rem;
}

.c-lower__mv {
  height: 30vh;
  max-height: 240px;
  overflow: hidden;
  margin-bottom: 5rem;
}
.c-lower__mv__content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0 auto;
}
.c-lower__mv__content img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.c-lower__mv__txt {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 23, 23, 0.4);
  top: 0;
  left: 0;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.c-lower__mv__txt--large span {
  color: #ffffff;
  font-size: clamp(1.75rem, 1.477rem + 1.36vw, 2.5rem);
  line-height: 1;
  font-weight: bold;
}
.c-lower__mv__txt--medium span {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
  line-height: 1;
}

@media screen and (max-width: 769px) {
  .c-lower__mv {
    height: 30vh;
    max-height: 240px;
    overflow: hidden;
    margin-bottom: 5rem;
    height: 40vh;
    max-height: 180px;
    margin-bottom: 4rem;
  }
  .c-lower__mv__content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 auto;
  }
  .c-lower__mv__content img {
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
  }
  .c-lower__mv__txt {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 23, 23, 0.4);
    top: 0;
    left: 0;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
  }
  .c-lower__mv__txt--large span {
    color: #ffffff;
    font-size: clamp(1.75rem, 1.477rem + 1.36vw, 2.5rem);
    line-height: 1;
    font-weight: bold;
  }
  .c-lower__mv__txt--medium span {
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
    line-height: 1;
  }
  .c-lower__mv__txt {
    row-gap: 0;
    padding: 0 20px;
  }
}
.c-page_top {
  background-color: #000;
  margin-top: 8rem;
}
.c-page_top a {
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 0.75rem;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
}
.c-page_top a:hover {
  text-decoration: underline;
}

.c-table--row {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.c-table--row__heading {
  width: 30%;
  background-color: #f0f0f0;
  padding: 1.5rem;
  text-align: left;
  border: solid 1px #d5d5d5;
}
.c-table--row__item {
  width: 70%;
  background-color: #ffffff;
  padding: 1.5rem;
  text-align: left;
  border: solid 1px #d5d5d5;
}
.c-table--row__item__detail {
  font-size: 0.875rem;
  color: #555555;
}
.c-table--column {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.c-table--column__heading {
  width: 33.3333333333%;
  background-color: #f0f0f0;
  padding: 1.5rem;
  text-align: left;
  border: solid 1px #d5d5d5;
}
.c-table--column__item {
  width: 33.3333333333%;
  background-color: #ffffff;
  padding: 1.5rem;
  text-align: left;
  border: solid 1px #d5d5d5;
}
.c-table--column__item__detail {
  font-size: 0.875rem;
  color: #555555;
}

@media screen and (max-width: 769px) {
  .c-table--row__heading {
    width: 100%;
    padding: 0.875rem;
    border-top: none;
    border-bottom: none;
  }
  .c-table--row__item {
    width: 100%;
    padding: 0.875rem;
  }
  .c-table--row tr:first-child .c-table--row__heading {
    border-top: solid 1px #d5d5d5;
  }
  .c-table--row__heading {
    display: block;
  }
  .c-table--row__item {
    display: block;
  }
  .c-table--column {
    min-width: 600px;
  }
  .c-table--column__heading {
    width: 100%;
    padding: 0.875rem;
    border-top: none;
    border-bottom: none;
  }
  .c-table--column__item {
    width: 100%;
    padding: 0.875rem;
  }
  .c-table--column tr:first-child .c-table--column__heading {
    border-top: solid 1px #d5d5d5;
  }
  .c-table__wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.c-txt_list {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  list-style-type: none;
  counter-reset: cnt;
}
.c-txt_list li {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  counter-increment: cnt;
}
.c-txt_list li::before {
  content: "(" counter(cnt) ") ";
}

.c-underline {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-underline__item {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #d5d5d5;
}
.c-underline__heading {
  width: 5rem;
  flex-shrink: 0;
}
.c-underline__content {
  flex: 1;
}
.c-underline__list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

@media screen and (max-width: 769px) {
  .c-underline__item {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .c-underline__heading {
    width: 4rem;
  }
}
.p-expertise {
  margin-bottom: 5rem;
}

@media screen and (max-width: 769px) {
  .p-expertise {
    margin-bottom: 4rem;
  }
}
.p-expert {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1.5rem;
}
.p-expert__list {
  border: 1px solid #d5d5d5;
  width: calc((100% - 1.5rem) / 2);
  border-radius: 4px;
}
.p-expert__list:hover {
  cursor: pointer;
  background-color: #e6e6e6;
}
.p-expert__list:hover__item__txtbox__cta {
  text-decoration: underline;
}
.p-expert__item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: 1.5rem;
  text-decoration: none;
  color: #171717;
}
.p-expert__img {
  width: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-expert__txtbox {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.p-expert__txtbox__content {
  display: flex;
  flex-direction: column;
}
.p-expert__txtbox__name {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.p-expert__txtbox__name h3 {
  font-size: clamp(1.25rem, 0.909rem + 0.45vw, 1.625rem);
}
.p-expert__txtbox__sub {
  color: #686868;
}
.p-expert__link {
  color: #1C60C7;
  text-decoration: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.p-expert__link img {
  width: 16px;
  height: 16px;
  color: #b0b0b0;
}

@media screen and (max-width: 769px) {
  .p-expert {
    flex-direction: column;
  }
  .p-expert__list {
    width: 100%;
  }
  .p-expert__item {
    padding: 1rem 0.75rem;
  }
  .p-expert__txtbox {
    row-gap: 0.75rem;
  }
}
.p-lower__fee__reward__content {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

@media screen and (max-width: 769px) {
  .p-lower__fee__reward__content {
    row-gap: 1rem;
  }
}
.p-merit__container {
  margin-top: 2.5rem;
  display: flex;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.p-merit__container img {
  max-width: 360px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}
.p-merit__contents {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.p-merit__point {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.p-merit__point__heading span {
  background-color: #f0f0f0;
  padding: 4px 12px;
  font-family: "Times New Roman", Times, serif;
  color: #373737;
}

@media screen and (max-width: 769px) {
  .p-merit__container {
    flex-direction: column;
    row-gap: 1rem;
    align-items: center;
  }
  .p-merit__container img {
    max-width: none;
    width: 100%;
  }
}
.p-mission {
  margin-bottom: 5rem;
  position: relative;
  padding: 0 40px;
}
.p-mission__floating {
  position: relative;
}
.p-mission__floating > p {
  width: 60%;
}
.p-mission__floating img {
  max-width: 56%;
  height: auto;
  vertical-align: bottom;
}
.p-mission__floating__txt {
  font-size: 2.5rem;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  margin-bottom: 1.5rem;
}
.p-mission__floating__box {
  display: flex;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.p-mission__bg {
  display: block;
  width: 60%;
  height: 40vh;
  min-height: 270px;
  max-height: 400px;
  background-color: #f0f0f0;
  position: absolute;
  z-index: -1;
  top: 7%;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .p-mission {
    margin-bottom: 4rem;
  }
  .p-mission__floating > p {
    width: auto;
  }
  .p-mission__floating img {
    max-width: none;
    height: 360px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-mission__floating__txt {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
  .p-mission__floating__box {
    flex-direction: column;
    row-gap: 1rem;
    padding-bottom: 1.5rem;
  }
  .p-mission__bg {
    width: 100%;
    top: 3%;
    height: 100vh;
    min-height: auto;
    max-height: 560px;
  }
}
@media screen and (max-width: 769px) {
  .p-mission {
    margin-bottom: 4rem;
    padding: 0;
  }
  .p-mission__floating img {
    max-width: none;
  }
  .p-mission__floating__txt {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
  .p-mission__floating__box {
    flex-direction: column;
    row-gap: 1rem;
    padding-bottom: 1.5rem;
  }
  .p-mission__bg {
    width: 100%;
    top: 5%;
    height: 100vh;
    min-height: auto;
    max-height: 600px;
  }
}
.p-mv {
  position: relative;
  margin-bottom: 4rem;
  background: url(../../../common/img/mv_top.jpg) no-repeat center center/cover;
  height: 70vh;
}
.p-mv__overlay {
  position: absolute;
  width: 100%;
  padding: 20px 5%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
.p-mv__overlay--large {
  height: auto;
}
.p-mv__overlay--large span {
  display: inline-block;
  font-family: "Times New Roman", Times, serif;
  color: #ffffff;
  font-size: clamp(2rem, 1.455rem + 2.73vw, 3.5rem);
  line-height: 1;
  background-color: rgba(23, 23, 23, 0.7);
  padding: 0 1rem;
}
.p-mv__overlay--medium {
  height: auto;
}
.p-mv__overlay--medium span {
  display: inline-block;
  background-color: rgba(23, 23, 23, 0.7);
  color: #ffffff;
  font-size: clamp(1rem, 0.773rem + 1.14vw, 1.625rem);
  padding: 0.5rem 1rem;
  line-height: 1;
}
.p-mv__overlay--medium__br {
  display: none;
}

@media screen and (max-width: 1024px) {
  .p-mv {
    margin-top: 88px;
  }
  .p-mv__overlay--medium__br {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .p-mv {
    width: 100%;
    height: 90vh;
    overflow: hidden;
    margin-top: 68px;
  }
  .p-mv__overlay {
    padding: 20px;
    row-gap: 0.5rem;
  }
  .p-mv__overlay--large span {
    padding: 0.25rem 0.5rem;
  }
  .p-mv__overlay--medium span {
    padding: 0.25rem 0.5rem;
    line-height: 1.5;
  }
  .p-mv__overlay--medium__br {
    display: block;
  }
  .p-mv img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* #61808 ワイドサイズ対応*/
@media (min-width: 1270px) {
  .p-mv {
    max-height: 677px;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  .p-mv > img {
    display: none;
  }
}
.p-lower__objective__organization {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}
.p-lower__objective__content {
  display: flex;
  flex-direction: column;
}

.p-lower__operation__list {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}
.p-lower__operation__list__heading {
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.u-bg-black {
  background-color: #171717;
}

.u-bg-red {
  background-color: #CF000D;
}

.u-mb8 {
  margin-bottom: 0.5rem;
}

.u-mb16 {
  margin-bottom: 1rem;
}

.u-mb24 {
  margin-bottom: 1.5rem;
}

.u-mb64 {
  margin-bottom: 4rem;
}

.u-fwb {
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */