@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, em,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  color: #111;
  font-family: "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-word;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.8;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, em,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  background: transparent;
  color: #111;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
  transition: all 0.3s;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

button, input, select, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border-style: none;
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}
button:focus, input:focus, select:focus, textarea:focus {
  outline-style: none;
}

input, select {
  vertical-align: middle;
}

select::-ms-expand {
  display: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  transition: all 0.3s;
  width: 100%;
}

small {
  font-size: 1.2rem;
}

sup {
  font-size: 1.2rem;
  vertical-align: top;
}

sub {
  font-size: 1.2rem;
  vertical-align: baseline;
}

main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
}

svg {
  display: inline-block;
  fill: #111;
  overflow: hidden;
  vertical-align: middle;
}

path {
  pointer-events: all;
}

path {
  fill: rgba(0, 0, 0, 0);
}

.blur {
  transition: all 0.7s;
  filter: blur(10px);
  opacity: 0;
  position: relative;
  top: 20px;
}
.blur.scrollin {
  filter: blur(0);
  opacity: 10;
  top: 0;
}

main .hc-container {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}
main .hc-h2_ttl span.hc-h2_sub {
  font-family: "Roboto", sans-serif;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
main .hc-h2_ttl span.hc-h2_txt {
  color: #9F8F4E;
  letter-spacing: 0.075em;
  font-size: 20px;
  line-height: 1.75;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-top: 10px;
}
main p {
  line-height: 1.75;
  color: #333333;
}
main p strong {
  font-weight: 700;
}
main a.hc-btn {
  text-decoration: none;
  background: linear-gradient(to right, #BAA662 0%, #AC8D27 100%);
  font-weight: 700;
  border: 1px solid #9F8F4E;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  width: 300px;
  height: 72px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
main a.hc-btn::after, main a.hc-btn::before {
  display: block;
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  right: 12px;
  width: 10px;
  height: 1px;
  border-radius: 2px;
  background-color: #ffffff;
  transform-origin: 100% 50%;
  transition: 0.3s;
}
main a.hc-btn::before {
  transform: rotate(45deg);
}
main a.hc-btn::after {
  transform: rotate(-45deg);
}
main br.spbr {
  display: block;
}
main br.pcbr {
  display: none;
}
@media screen and (min-width: 768px) {
  main .hc-container {
    width: 90%;
    max-width: 1120px;
    min-width: 1120px;
  }
  main .hc-h2_ttl span.hc-h2_sub {
    font-size: 14px;
  }
  main .hc-h2_ttl span.hc-h2_txt {
    font-size: 32px;
    margin-top: 20px;
  }
  main a.hc-btn:hover {
    background: linear-gradient(to right, #fff 0%, #fff 100%);
    color: #9F8F4E;
  }
  main a.hc-btn:hover::after, main a.hc-btn:hover::before {
    background-color: #9F8F4E;
  }
  main br.spbr {
    display: none;
  }
  main br.pcbr {
    display: block;
  }
}

.hc-mv {
  background-image: url(../images/ph_mv_sp.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: calc(100vh - 54px);
  padding: 12vh 0 6vh;
}
.hc-mv_ttl {
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-size: 8vw;
  margin-bottom: 6vh;
}
.hc-mv_txt p {
  text-align: center;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 16px;
  margin-bottom: 20px;
}
.hc-mv_txt p:last-of-type {
  margin-bottom: 0;
}
.hc-mv_btnbox {
  display: flex;
  justify-content: center;
  margin-top: 6vh;
}
@media screen and (min-width: 768px) {
  .hc-mv {
    background-image: url(../images/ph_mv.jpg);
    padding: 180px 0 60px;
    display: flex;
    width: 100%;
    min-width: 1120px;
    height: auto;
  }
  .hc-mv_ttl {
    text-align: left;
    font-size: 3.2em;
    margin-bottom: 40px;
    font-weight: 700;
  }
  .hc-mv_txt p {
    text-align: left;
    font-size: 18px;
  }
  .hc-mv_btnbox {
    position: relative;
    margin-top: 20px;
    padding-bottom: 72px;
  }
  .hc-mv_btnbox a.hc-btn {
    position: absolute;
    right: 0;
  }
}

.hc-lead {
  background-color: #efefef;
  padding: 60px 0 60vh;
  position: relative;
}
.hc-lead::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -20vw;
  left: 0;
  z-index: -1;
  border-top: 20vw solid #efefef;
  border-right: 100vw solid transparent;
}
.hc-lead_txt {
  line-height: 2;
  margin-top: 40px;
}
.hc-lead_img {
  position: relative;
}
.hc-lead_img img {
  position: absolute;
  width: unset;
  height: unset;
  max-width: unset;
}
.hc-lead_img .img01 {
  width: 32vw;
  height: auto;
  top: 40px;
  left: calc(50% - 35vw);
}
.hc-lead_img .img02 {
  width: 25vw;
  height: auto;
  top: 68vw;
  left: 0;
}
.hc-lead_img .img03 {
  width: 46vw;
  height: auto;
  top: 120px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .hc-lead {
    padding: 180px 0;
    position: relative;
    min-width: 1120px;
  }
  .hc-lead .hc-container {
    width: 80%;
    max-width: 960px;
  }
  .hc-lead::after {
    bottom: -9.99vw;
    border-top: 10vw solid #efefef;
  }
  .hc-lead_txt {
    text-align: center;
    margin: 40px auto 0;
    font-size: min(2vw, 16px);
    width: 50vw;
    min-width: 580px;
  }
  .hc-lead_img {
    position: static;
  }
  .hc-lead_img img {
    transform: unset;
  }
  .hc-lead_img .img01 {
    top: 100px;
    left: 40px;
    width: 15vw;
    height: auto;
    max-width: 228px;
  }
  .hc-lead_img .img02 {
    top: 500px;
    left: 8vw;
    width: 10vw;
    height: auto;
    max-width: 183px;
  }
  .hc-lead_img .img03 {
    top: 200px;
    left: unset;
    right: 40px;
    width: 18vw;
    height: auto;
    max-width: 289px;
  }
}

.hc-rs_flex {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.hc-rs_flexbox {
  width: 100%;
  border-bottom: 1px solid #efefef;
  padding: 30px 0;
}
.hc-rs_flexbox:first-of-type {
  padding-top: 0;
}
.hc-rs_flexbox:last-of-type {
  border-bottom: none;
}
.hc-rs_ttl {
  display: flex;
  align-items: center;
}
.hc-rs_ttl__num {
  color: #9F8F4E;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 60px;
  margin-right: 20px;
  line-height: 1;
}
.hc-rs_ttl__txt {
  font-size: 20px;
  line-height: 1.5;
}
.hc-rs_txt {
  margin-top: 20px;
}
.hc-rs .hc-btnbox {
  display: flex;
  justify-content: center;
  margin: 0 0 60px;
}
@media screen and (min-width: 768px) {
  .hc-rs_flex {
    margin-top: 60px;
  }
  .hc-rs_flexbox {
    width: 50%;
    padding: 0;
    border-bottom: none;
  }
  .hc-rs_flexbox:nth-child(1) {
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 0 60px 60px 0;
  }
  .hc-rs_flexbox:nth-child(2) {
    border-bottom: 1px solid #efefef;
    padding: 0 0 0 60px;
  }
  .hc-rs_flexbox:nth-child(3) {
    border-right: 1px solid #efefef;
    border-top: 1px solid #efefef;
    padding: 60px 60px 0 0;
  }
  .hc-rs_flexbox:nth-child(4) {
    border-top: 1px solid #efefef;
    padding: 60px 0 0 60px;
  }
  .hc-rs_ttl {
    display: flex;
  }
  .hc-rs_ttl__num {
    color: #9F8F4E;
    font-family: "Roboto", sans-serif;
    font-size: 90px;
    margin-right: 20px;
  }
  .hc-rs_ttl__txt {
    font-size: 32px;
    line-height: 1.5;
  }
  .hc-rs_txt {
    margin-top: 20px;
  }
  .hc-rs .hc-btnbox {
    margin: 60px 0 120px;
  }
}

.hc-op_point {
  margin-top: 40px;
}
.hc-op_pointbox {
  margin-bottom: 20px;
}
.hc-op_point_ttl {
  padding: 20px 40px 20px 20px;
  background-color: #efefef;
  border-left: 1px solid #333333;
  position: relative;
  cursor: pointer;
}
.hc-op_point_ttl::after, .hc-op_point_ttl::before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: calc(50% - 4px);
  width: 1px;
  height: 8px;
  border-radius: 10px;
  background-color: #333333;
  transform-origin: 50% 100%;
}
.hc-op_point_ttl::after {
  transform: rotate(45deg);
}
.hc-op_point_ttl::before {
  transform: rotate(-45deg);
}
.hc-op_pointbox.open .hc-op_point_ttl::after {
  transform: rotate(135deg);
}
.hc-op_pointbox.open .hc-op_point_ttl::before {
  transform: rotate(-135deg);
}
.hc-op_point_ttl__sub {
  color: #9F8F4E;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}
.hc-op_point_ttl__txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.hc-op_pointtxt {
  border-left: 1px solid #333333;
  padding: 20px;
  display: none;
}
.hc-op_pointtxt_ttl {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  border-bottom: 3px solid #9F8F4E;
}
.hc-op_pointtxt_ttl:first-of-type {
  margin-top: 0;
}
.hc-op_pointtxt_txt {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .hc-op_point {
    margin-top: 60px;
  }
  .hc-op_pointbox {
    margin-bottom: 40px;
  }
  .hc-op_point_ttl {
    padding: 0px 0px 0px 40px;
    line-height: 100px;
  }
  .hc-op_point_ttl::after, .hc-op_point_ttl::before {
    right: 30px;
    height: 12px;
  }
  .hc-op_point_ttl__sub {
    display: inline;
    margin-bottom: 0;
  }
  .hc-op_point_ttl__txt {
    margin-left: 10px;
  }
  .hc-op_pointtxt {
    padding: 40px;
  }
  .hc-op_pointtxt_ttl {
    margin-top: 40px;
  }
  .hc-op_pointtxt_txt {
    margin-top: 20px;
  }
}

.hc-fe {
  margin-top: 60px;
}
.hc-fe_container {
  max-width: 100% !important;
}
.hc-fe_tab {
  width: 100%;
  background-color: #efefef;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding: 20px 20px 40px;
}
.hc-fe_tablink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hc-fe_tablink li {
  font-size: 16px;
  font-weight: 700;
  color: #b9b9b9;
  border-bottom: 2px solid #b9b9b9;
  width: 43%;
  text-align: center;
  padding-bottom: 20px;
  cursor: pointer;
  margin: 20px 10px 0;
}
.hc-fe_tablink .curent {
  color: #333333;
  border-bottom: 2px solid #333333;
}
.hc-fe_tabbox > div {
  padding: 40px 0 0;
  width: 100%;
  margin: auto;
  display: none;
}
.hc-fe_tabbox > div.open {
  display: block;
}
.hc-fe_tab_img {
  text-align: center;
}
.hc-fe_tab_img img {
  width: 100%;
  height: auto;
}
.hc-fe_tab_ttl {
  font-weight: 700;
  margin: 30px 0 20px;
  text-align: center;
  font-size: 20px;
}
.hc-fe .hc-btnbox {
  display: flex;
  justify-content: center;
  margin-top: 6cqb;
}
@media screen and (min-width: 768px) {
  .hc-fe {
    margin-top: 120px;
  }
  .hc-fe_tab {
    width: calc(100% - 160px);
    padding: 80px;
    margin-top: 40px;
  }
  .hc-fe_tablink {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
  }
  .hc-fe_tablink li {
    font-size: 20px;
    font-weight: 700;
    color: #b9b9b9;
    border-bottom: 2px solid #b9b9b9;
    width: 25%;
    text-align: center;
    padding-bottom: 30px;
    cursor: pointer;
    margin: 0;
  }
  .hc-fe_tablink .curent {
    color: #333333;
    border-bottom: 2px solid #333333;
  }
  .hc-fe_tabbox > div {
    padding: 60px 0 0;
    width: 800px;
    margin: auto;
  }
  .hc-fe_tab_img {
    text-align: center;
  }
  .hc-fe_tab_img img {
    width: 620px;
    height: auto;
  }
  .hc-fe_tab_ttl {
    font-weight: 700;
    margin: 40px 0 30px;
    text-align: center;
    font-size: 24px;
  }
  .hc-fe .hc-btnbox {
    display: flex;
    justify-content: center;
    margin-top: 6cqb;
  }
}

.hc-cta {
  background-color: #CEC49B;
  margin: 60px auto;
  padding: 40px 0;
}
.hc-cta .hc-h2_ttl .hc-h2_txt {
  color: #333333;
}
.hc-cta-btnlist {
  margin: 30px 0 20px;
}
.hc-cta_ttl {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hc-cta_ttl__ico {
  margin-right: 12px;
}
.hc-cta_ttl__txt {
  font-weight: 700;
  font-size: 20px;
}
.hc-cta-btnbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.hc-cta-btnbox li {
  width: 44%;
  margin: 10px;
}
.hc-cta-btn {
  text-decoration: none;
  background-color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  color: #9F8F4E;
  width: 100%;
  height: 72px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
.hc-cta-btn::after, .hc-cta-btn::before {
  display: block;
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  right: 12px;
  width: 10px;
  height: 1px;
  border-radius: 2px;
  background-color: #9F8F4E;
  transform-origin: 100% 50%;
  transition: 0.3s;
}
.hc-cta-btn::before {
  transform: rotate(45deg);
}
.hc-cta-btn::after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .hc-cta {
    margin: 120px auto;
    padding: 60px 0;
    min-width: 1120px;
  }
  .hc-cta-btnlist {
    margin: 40px 0;
  }
  .hc-cta_ttl {
    margin: 0 0 0 10px;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .hc-cta_ttl__ico {
    margin-right: 12px;
  }
  .hc-cta_ttl__txt {
    font-weight: 700;
    font-size: 20px;
  }
  .hc-cta-btnbox {
    display: flex;
    justify-content: left;
    flex-wrap: nowrap;
  }
  .hc-cta-btnbox li {
    margin-right: 20px;
    width: auto;
  }
  .hc-cta-btnbox li:last-of-type {
    margin-right: 0;
  }
  .hc-cta-btn {
    min-width: 250px;
    width: 22%;
    height: 68px;
  }
  .hc-cta-btn:hover {
    opacity: 0.7;
  }
}

.hc-aboutbox {
  margin-top: 40px;
}
.hc-aboutbox_flex {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 40px;
}
.hc-aboutbox_flex__img {
  margin-top: 20px;
}
.hc-aboutbox_flex__img img {
  width: 100%;
  height: auto;
}
.hc-aboutbox_ttl {
  display: flex;
  align-items: center;
}
.hc-aboutbox_ttl__num {
  color: #9F8F4E;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 60px;
  margin-right: 20px;
  line-height: 1;
}
.hc-aboutbox_ttl__txt {
  font-size: 20px;
  line-height: 1.5;
}
.hc-aboutbox_txt {
  margin-top: 20px;
}
.hc-about .hc-result {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 30px;
}
.hc-about .hc-result .attention {
  font-size: 14px;
  text-align: center;
}
.hc-about .hc-resultbox {
  border-top: 1px solid #333333;
  background-color: #efefef;
  width: 100%;
  padding: 30px 0 20px;
  margin-bottom: 20px;
}
.hc-about .hc-resultbox_ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.hc-about .hc-resultbox_num .num {
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #9F8F4E;
  line-height: 1.6;
}
.hc-about .hc-resultbox_num .num .num-big {
  font-size: 60px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #9F8F4E;
}
.hc-about .hc-resultbox_num .num .num-small {
  font-size: 32px;
  font-weight: 700;
  margin-left: 0.1em;
  color: #9F8F4E;
}
@media screen and (min-width: 768px) {
  .hc-aboutbox {
    margin-top: 40px;
  }
  .hc-aboutbox_flex {
    display: flex;
    justify-content: space-between;
    flex-direction: unset;
    margin-top: 80px;
  }
  .hc-aboutbox_flex__img {
    margin-top: 0;
  }
  .hc-aboutbox_ttl {
    display: flex;
  }
  .hc-aboutbox_ttl__num {
    color: #9F8F4E;
    font-family: "Roboto", sans-serif;
    font-size: 90px;
    margin-right: 20px;
  }
  .hc-aboutbox_ttl__txt {
    font-size: 32px;
    line-height: 1.5;
  }
  .hc-aboutbox_txt {
    margin-top: 20px;
    padding-right: 40px;
  }
  .hc-about .hc-result {
    display: flex;
    justify-content: space-between;
    flex-direction: unset;
    margin-top: 40px;
  }
  .hc-about .hc-result .attention {
    font-size: 14px;
    text-align: center;
  }
  .hc-about .hc-resultbox {
    border-top: 1px solid #333333;
    background-color: #efefef;
    width: 32%;
    padding: 30px 0;
  }
  .hc-about .hc-resultbox_ttl {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  .hc-about .hc-resultbox_num .num {
    display: flex;
    justify-content: center;
    align-items: baseline;
    color: #9F8F4E;
    line-height: 1.6;
  }
  .hc-about .hc-resultbox_num .num .num-big {
    font-size: 60px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
  }
  .hc-about .hc-resultbox_num .num .num-small {
    font-size: 32px;
    font-weight: 700;
    margin-left: 0.1em;
  }
}

.hc-faq {
  margin-top: 60px;
}
.hc-faq_list {
  margin-top: 20px;
}
.hc-faq_listbox {
  margin-bottom: 20px;
  background-color: #efefef;
  position: relative;
}
.hc-faq_listbox::after, .hc-faq_listbox::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 40px;
  width: 1px;
  height: 10px;
  border-radius: 10px;
  background-color: #333333;
  transform-origin: 50% 100%;
}
.hc-faq_listbox::after {
  transform: rotate(45deg);
}
.hc-faq_listbox::before {
  transform: rotate(-45deg);
}
.hc-faq_listbox.open::after {
  top: 32px;
  transform: rotate(135deg);
}
.hc-faq_listbox.open::before {
  top: 32px;
  transform: rotate(-135deg);
}
.hc-faq_listbox_ttl {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  position: relative;
  font-weight: 700;
  padding: 20px 40px 20px 20px;
  cursor: pointer;
}
.hc-faq_listbox_ttl span {
  font-size: 16px;
  margin-right: 10px;
  line-height: 1.5;
}
.hc-faq_listbox_txt {
  display: flex;
  position: relative;
  border-top: 1px solid #333333;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 20px 0;
}
.hc-faq_listbox_txt span {
  margin-right: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .hc-faq {
    margin-top: 120px;
  }
  .hc-faq_list {
    margin-top: 40px;
  }
  .hc-faq_listbox {
    margin-bottom: 20px;
    background-color: #efefef;
    position: relative;
  }
  .hc-faq_listbox::after, .hc-faq_listbox::before {
    content: "";
    position: absolute;
    right: 30px;
    top: 40px;
    width: 1px;
    height: 10px;
    border-radius: 10px;
    background-color: #333333;
    transform-origin: 50% 100%;
  }
  .hc-faq_listbox::after {
    transform: rotate(45deg);
  }
  .hc-faq_listbox::before {
    transform: rotate(-45deg);
  }
  .hc-faq_listbox.open::after {
    top: 32px;
    transform: rotate(135deg);
  }
  .hc-faq_listbox.open::before {
    top: 32px;
    transform: rotate(-135deg);
  }
  .hc-faq_listbox_ttl {
    align-items: center;
    padding: 30px 40px;
  }
  .hc-faq_listbox_ttl span {
    font-size: 20px;
    margin-right: 10px;
    line-height: 1.5;
  }
  .hc-faq_listbox_txt {
    display: flex;
    position: relative;
    border-top: 1px solid #333333;
    padding: 30px 0;
    margin: 0 auto;
    width: calc(100% - 80px);
  }
  .hc-faq_listbox_txt span {
    margin-right: 10px;
    line-height: 1.75;
  }
}

.footer_bnr {
  text-align: center;
  margin: 60px auto 40px;
}
.footer_bnr img {
  width: 100%;
}
.footer_bnr .sp {
  display: inline;
}
.footer_bnr .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer_bnr {
    margin: 120px auto 60px;
    max-width: 1120px;
  }
  .footer_bnr img {
    width: unset;
    max-width: 1120px;
  }
  .footer_bnr .sp {
    display: none;
  }
  .footer_bnr .pc {
    display: inline;
  }
}