@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

:root {
  --color-black: #000;
  --color-red: #ea0014;
  --bg-gray: #e9eae9;
  --bg-white: #fff;
  --copySP: 2.6rem;
  --titleSP: 3.8rem
}

html {
  font-size: calc(100vw / 750 * 10);
}

@media screen and (min-width: 768px) {
  html {
    font-size: calc(100vw / 1280 * 10);
    font-size: 62.5%;
  }
  body {
    min-width: 1120px;
  }
}

body {
  font-family: 'Zen Kaku Gothic New', sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  position: relative;
  color: var(--color-black);
  background-color: var(--bg-white);
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  font-feature-settings: "palt";
  text-decoration: none;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
object,
iframe,
pre,
code,
p,
blockquote,
form,
fieldset,
legend,
table,
th,
td,
caption,
tbody,
tfoot,
thead,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video,
canvas,
main {
  margin: 0;
  padding: 0;
}

article,
aside,
figure,
figcaption,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: opacity .1s ease;
}

a:hover {
  opacity: .7;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

input[type="submit"],
input[type="number"],
input[type="button"],
input[type="password"],
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select,
label,
button {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="submit"],
input[type="number"],
input[type="button"],
input[type="password"],
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="number"],
input[type="password"],
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  width: 100%;
  padding: 1em;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="number"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus,
button:focus {
  border: 2px solid var(--color-red);
}

input:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

select {}

button {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

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

fieldset,
img {
  border: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

abbr,
acronym {
  border: 0;
}

i {
  font-style: normal;
}
p.u-aR {
  text-align: right;
  font-size: 14px;
  margin: 15px 0 0 0;
  font-weight: 500;
}
/* # =================================================================
# utility
# ================================================================= */
.u-noText {
  display: none;
}

.u-sp {
  display: block;
}

.u-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }

  .u-pc {
    display: block;
  }
}

/* # =================================================================
# component
# ================================================================= */
.c-flame-l {
  width: 69rem;
  margin-left: auto;
  margin-right: auto;
}

.c-flame-m {
  width: 63rem;
  margin-left: auto;
  margin-right: auto;
}

.c-contents__title {
  display: flex;
  align-items: center;
}
.c-contents__title--line {
  position: relative;
  text-align: center;
  margin: 0 0 50px 0;
}
.c-contents__title--line::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-contents__title--line span {
  background: #fff;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-contents__title--line {
    margin: 0 0 10px 0;
  }
  .c-contents__title--line span {
    font-size: 20px;
  }
}

.c-contents__title--icon {
  display: block;
}

.c-contents__title--copy {
  font-size: var(--titleSP);
  font-weight: 900;
  color: var(--color-red);
  margin-left: 2.4rem;
}

.c-contents__text p {
  font-size: var(--copySP);
  font-weight: 500;
  line-height: calc(45 / 26);
  letter-spacing: 0.03em;
}

.c-contents__text p+p {
  margin: var(--copySP) 0 0;
}

.c-contents-dp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 63rem;
  margin-left: auto;
  margin-right: auto;
}

.c-contents-dp._center {
  justify-content: center;
  text-decoration: underline var(--color-red)!important;
}

.c-contents-dp__copy {
  font-size: var(--copySP);
  font-weight: 500;
  color: var(--color-red);
}

.c-contents-dp__icons {
  display: flex;
  margin: 0 0 0 3rem;
}

.c-contents-dp__icon {
  display: block;
  width: 6.5rem;
}

.c-contents-dp__icon+.c-contents-dp__icon {
  margin-left: 4rem;
}

.c-icon__arrow-down {
  display: block;
  background-image: url(../img/icon_arrow_red.svg);
  width: 3rem;
  height: 2.2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.c-icon__arrow-down.-blue {
  background-image: url(../img/icon_arrow-b.svg);
  width: 2.4rem;
  height: 1.6rem;
}

p.project-copy.-smaller {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .c-flame-l {
    width: 94rem;
  }

  .c-flame-m {
    width: 59.4rem;
  }

  .c-contents__title--copy {
    font-size: 3.2rem;
    margin-left: 2.3rem;
  }

  .c-contents__text p {
    font-size: 1.6rem;
    line-height: calc(29 / 16);
  }

  p.project-copy.-smaller {
      font-size: 14px;
  }
  .c-contents__text p+p {
    margin: 2.7rem 0 0;
  }

  .c-contents-dp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 63rem;
    margin-left: auto;
    margin-right: auto;
  }



  .c-contents-dp__copy {
    font-size: 2rem;
    text-decoration: underline;
  }

  .c-contents-dp__icons {
    margin: 0 0 0 2.6rem;
  }

  .c-contents-dp__icon {
    width: 4.8rem;
  }

  .c-contents-dp__icon+.c-contents-dp__icon {
    margin-left: 5.3rem;
  }

  .c-icon__arrow-down {
    width: 2rem;
    height: 1.2rem;
    position: absolute;
    bottom: auto;
    left: auto;
    right: 0;
    top: 1rem;
    transform: unset;
  }

  .c-icon__arrow-down.-blue {
    width: 1rem;
    height: 1rem;
    left: 0;
    top: auto;
    bottom: 0;
  }
}
.c-contents-dp__copy {
  text-decoration: underline!important;
}
/* # =================================================================
# accordion
# ================================================================= */
.c-accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  z-index: 20;
  font-weight: 900;
}

.c-accordion-trigger[aria-expanded="true"] {
  margin: 3rem auto 0;
}

.c-accordion-trigger__copy {
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  color: var(--color-red);
}

.c-accordion-trigger__icon {
  background-image: url(../img/icon_arrow_red.svg);
  width: 2.4rem;
  height: 2rem;
  margin-left: .5rem;
  margin-top: .2rem;
}

.c-accordion-trigger[aria-expanded="true"] .c-accordion-trigger__icon {
  transform: rotate(-180deg);
}

.c-accordion-panel {
  position: relative;
  height: 100%;
}

.c-accordion-panel.__close::before {
  content: '';
  width: 100%;
  height: 8rem;
  /* box-shadow: 0px -2.8rem 5rem 3rem rgb(255 255 255 / 95%); */
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.c-accordion-panel .initiative-text {
  overflow-y: auto;
}

.c-accordion-panel.__close {
  height: 25rem;
}

.comment .c-accordion-panel.__close {
  height: 30rem;
}

.c-accordion-panel.__close .c-accordion-panel__text {
  height: 100%;
  overflow-y: hidden;
}

.faq-accordion .c-accordion-trigger {
  margin: 0;
  width: 100%;
  text-align: left;
  line-height: 1.5;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 2em 0;
}

.faq-accordion .c-accordion-trigger:focus {
  border: none;
}

.faq-accordion .c-accordion-trigger[aria-expanded="true"] {
  margin: 0;
}

.faq-accordion .c-accordion-panel.__close {
  display: none;
  height: 0;
}

.faq-accordion .c-accordion-panel {
  /* margin-top: 1.5em; */
  display: none;
}

.faq-accordion .accordion-panel-text{
  font-size: 2.6rem;
  line-height: calc(45 / 26);
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
}
.faq__main dd .accordion-panel-text {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .faq__main dd .accordion-panel-text {
    font-size: 2.6rem;
  }
}
.faq-accordion .accordion-panel-text a,.faq__main dd .accordion-panel-text a{
  color: #ea0014;
  text-decoration: underline!important;
}

.faq-accordion small.accordion-panel-text,.faq__main dd small.accordion-panel-text {
  font-size: 2.6rem;
  line-height: calc(45 / 26);
  text-indent: 0;
  padding-left: 0;
  position: static;
}

.faq-accordion .accordion-panel-text::before,.faq__main dd .accordion-panel-text::before {
  content: '・';
  font-size: inherit;
  padding-right: 0.2em;
}

.faq-accordion small.accordion-panel-text::before,.faq__main dd small.accordion-panel-text::before  {
  display: none;
}
.accordion-panel-text .-smaller {
  font-size: 0.9em;
  display: block;
  padding-left: 0;
  text-indent: 0;
}
.faq__main dt {
  position: relative;
  cursor: pointer;
}
.faq__main dd {
  display: none;
  font-size: 16px;
  padding: 10px 0;
  line-height: 1.8;
}
.faq-accordion .c-accordion-trigger__icon,dl .c-accordion-trigger__icon {
  background-image: url(../img/icon_close.svg);
  width: 15px;
  height: 15px;
  margin-left: 0;
  margin-top: 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.faq-accordion .c-accordion-trigger.is-active .c-accordion-trigger__icon,dl.is-active .c-accordion-trigger__icon {
  transform: rotate(0);
  margin-top: 0;
  height: 5px;
  background-image: url(../img/icon_open.svg);
}


@media screen and (min-width: 768px) {
  /* .c-accordion-trigger.is-active {
    margin: 3rem auto 0;
  } */

  .c-accordion-trigger__copy {
    font-size: 1.8rem;
  }

  .c-accordion-trigger__icon {
    width: 1.8rem;
    height: 1rem;
    margin-left: .5rem;
    margin-top: .5rem;
  }

  .c-accordion-trigger[aria-expanded="true"] .c-accordion-trigger__icon {
    transform: rotate(-180deg);
    margin-left: 0;
    margin-top: .4rem;
  }

  .c-accordion-panel.__close::before {
    height: 8rem;
  }

  .c-accordion-panel.__close {
    height: 25rem;
  }

  .comment .c-accordion-panel.__close {
    height: 15rem;
  }

  .faq-accordion .c-accordion-trigger {
    line-height: 1.5;
    align-items: center;
    justify-content: space-between;
    padding: 1.5em 0;
  }

  .faq-accordion .c-accordion-trigger[aria-expanded="true"] {
    margin: 0;
  }

  .faq-accordion .accordion-panel-text {
    font-size: 1.6rem;
    line-height: 2;
  }

  .faq-accordion small.accordion-panel-text {
    font-size: 1.6rem;
    line-height: 2;
  }

  .faq-accordion .accordion-panel-text::before {
    padding-right: 0.2em;
  }

  .faq-accordion .c-accordion-trigger__icon {
    width: 1.6rem;
    height: 1.6rem;
  }

  .faq-accordion .c-accordion-trigger[aria-expanded="true"] .c-accordion-trigger__icon {
    height: .3rem;
  }
}



/* # =================================================================
# header
# ================================================================= */
.header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
}

.header-inner {}

.header-toggle__copy {
  color: var(--color-red);
  font-size: 3.2rem;
  font-weight: 700;
}

.toggle {
  appearance: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  display: block;
  transition: background-color 0.2s ease;
  cursor: pointer;
  width: 15rem;
  height: 15rem;
  background-color: var(--bg-white);
}

/* .toggle > span,
.toggle:before,
.toggle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -2px 0 0 -15px;
  width: 30px;
  height: 4px;
  border-radius: 2px;
}

.toggle > span {
  background-color: maroon;
  transition: opacity 0.3s ease;
}

.toggle::before,
.toggle::after {
  content: "";
  background-color: peru;
  transition: background-color 0.3s ease;
}

.toggle::before {
  transform: translateY(-10px);
}

.toggle::after {
  transform: translateY(10px);
} */

/* メニューを開いた時 */
.toggle[aria-expanded="true"] span {
  /* opacity: 0; */
}

.toggle[aria-expanded="true"]::before,
.toggle[aria-expanded="true"]::after {
  background-color: white;
}

.toggle[aria-expanded="true"]::before {
  animation: 0.3s ease closeBar1 forwards;
}

.toggle[aria-expanded="true"]::after {
  animation: 0.3s ease closeBar2 forwards;
}

/* // メニューを閉じる時 */
.toggle.-close {}

.toggle.-close::before {
  animation: 0.3s ease closeBar1Rev forwards;
}

.toggle.-close::after {
  animation: 0.3s ease closeBar2Rev forwards;
}

@keyframes closeBar1 {
  0% {
    transform: translateY(-1rem);
  }

  50% {
    transform: translateY(0) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}

@keyframes closeBar2 {
  0% {
    transform: translateY(1rem);
  }

  50% {
    transform: translateY(0) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

@keyframes closeBar1Rev {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  50% {
    transform: translateY(0) rotate(0);
  }

  100% {
    transform: translateY(-1rem);
  }
}

@keyframes closeBar2Rev {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  50% {
    transform: translateY(0) rotate(0);
  }

  100% {
    transform: translateY(1rem);
  }
}


.nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  /* align-items: center; */
  overflow-y: scroll;
  background: rgba(255, 255, 255, .95);
  color: var(--color-red);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.nav-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: max-content;
}

.header-logo {
  position: absolute;
  top: 5rem;
  left: 5rem;
  width: 20rem;
  z-index: 101;
}
.header-logo a {
  display: block;
}
.nav-inner {
  display: flex;
  flex-direction: column;

}

.nav[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.nav[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.menu {
  height: 100%;
}

.menu:nth-child(1) {
  padding: 20rem 0 0;
}

.menu:nth-child(2) {
  margin-top: 6rem;
  padding: 0 0 20rem;
}

.menu-item {
  line-height: 1.5;
}

.menu-item__link {
  color: var(--color-red);
  display: flex;
  align-items: center;
}

.menu-item.-top .menu-item__link--icon {
  width: 6.4rem;
}

.menu-item.-project .menu-item__link--icon {
  width: 6.4rem;
}

.menu-item.-initiative .menu-item__link--icon {
  width: 8.4rem;
}

.menu-item.-comment .menu-item__link--icon {
  width: 8.1rem;
}

.menu-item.-about .menu-item__link--icon {
  width: 7.1rem;
}

.menu-item.-problem .menu-item__link--icon {
  width: 8.5rem;
}

.menu-item.-cooperation .menu-item__link--icon {
  width: 6.4rem;
}

.menu-item.-faq .menu-item__link--icon {
  width: 9.1rem;
}

.menu-item.-download .menu-item__link--icon {
  width: 7.9rem;
}

.menu-item.-contact .menu-item__link--icon {
  width: 7.7rem;
}

.menu-item__link--copy,
.menu-item__list--item a {
  font-size: 2.8rem;
  font-weight: 900;
  margin-left: 1.4rem;
}

.menu:nth-child(1) .menu-item:nth-child(1) .menu-item__link--copy {
  margin-left: .8rem;
}

.menu:nth-child(1) .menu-item:nth-child(2) .menu-item__link--copy {
  margin-left: 1.9rem;
}

.menu:nth-child(1) .menu-item:nth-child(3) .menu-item__link--copy {
  margin-left: -.2rem;
}

.menu:nth-child(1) .menu-item:nth-child(4) .menu-item__link--copy {
  margin-left: 0;
}

.menu:nth-child(1) .menu-item:nth-child(5) .menu-item__link--copy {
  margin-left: 1rem;
}

.menu:nth-child(1) .menu-item:nth-child(6) .menu-item__link--copy {
  margin-left: -.3rem;
}

.menu:nth-child(2) .menu-item:nth-child(1) .menu-item__link--copy {
  margin-left: 1.6rem;
}

.menu:nth-child(2) .menu-item:nth-child(2) .menu-item__link--copy {
  margin-left: -.7rem;
}

.menu:nth-child(2) .menu-item:nth-child(3) .menu-item__link--copy {
  margin-left: .4rem;
}

.menu:nth-child(2) .menu-item:nth-child(4) .menu-item__link--copy {
  margin-left: .6rem;
}

.menu-item+.menu-item {
  margin-top: 6rem;
}

.menu-item__list {
  padding-left: 8rem;
}

.menu-item__list--item {
  padding-left: .5em;
  position: relative;
  margin-top: 2.6rem;
}

.menu-item__list--item+.menu-item__list--item {
  margin-top: 4rem;
}

.menu-item__list--item::before {
  content: '●';
  font-size: 1.4rem;
}

.menu-item__list--item a {
  margin-left: .4rem;
}

@media screen and (min-width: 768px) {
  .header {
    top: 5rem;
    width: 100%;
  }

  .header-inner {}

  .header-toggle__copy {
    font-size: 2.4rem;
  }

  .toggle {
    width: 12.5rem;
    height: 12.5rem;
  }

  .nav-wrapper {
    flex-direction: column;
    height: 100%;
  }

  .header-logo {
    width: 14.2rem;
    top: 5rem;
    left: 5rem;
  }

  .nav-inner {
    flex-direction: row;
    justify-content: center;
  }

  .menu {
    height: auto;
  }

  .menu:nth-child(1) {
    padding: 0;
  }

  .menu:nth-child(2) {
    margin-top: 0;
    padding: 0;
    margin-left: 12rem;
  }

  .menu-item {
    line-height: 1.5;
  }

  .menu-item__link {
    color: var(--color-red);
    display: flex;
    align-items: center;
  }

  .menu-item.-top .menu-item__link--icon {
    width: 4.3rem;
  }

  .menu-item.-project .menu-item__link--icon {
    width: 4.3rem;
  }

  .menu-item.-initiative .menu-item__link--icon {
    width: 5.6rem;
  }

  .menu-item.-comment .menu-item__link--icon {
    width: 5.4rem;
  }

  .menu-item.-about .menu-item__link--icon {
    width: 4.7rem;
  }

  .menu-item.-problem .menu-item__link--icon {
    width: 5.6rem;
  }

  .menu-item.-cooperation .menu-item__link--icon {
    width: 4.3rem;
  }

  .menu-item.-faq .menu-item__link--icon {
    width: 6.1rem;
  }

  .menu-item.-download .menu-item__link--icon {
    width: 5.3rem;
  }

  .menu-item.-contact .menu-item__link--icon {
    width: 5.1rem;
  }

  .menu-item__link--copy,
  .menu-item__list--item a {
    font-size: 2rem;
    margin-left: 1.4rem;
  }

  .menu:nth-child(1) .menu-item:nth-child(1) .menu-item__link--copy {
    margin-left: 1.3rem;
  }

  .menu:nth-child(1) .menu-item:nth-child(2) .menu-item__link--copy {
    margin-left: 2rem;
  }

  .menu:nth-child(1) .menu-item:nth-child(3) .menu-item__link--copy {
    margin-left: .5rem;
  }

  .menu:nth-child(1) .menu-item:nth-child(4) .menu-item__link--copy {
    margin-left: 1rem;
  }

  .menu:nth-child(1) .menu-item:nth-child(5) .menu-item__link--copy {
    margin-left: 1.7rem;
  }

  .menu:nth-child(1) .menu-item:nth-child(6) .menu-item__link--copy {
    margin-left: .5rem;
  }

  .menu:nth-child(2) .menu-item:nth-child(1) .menu-item__link--copy {
    margin-left: 2rem;
  }

  .menu:nth-child(2) .menu-item:nth-child(2) .menu-item__link--copy {
    margin-left: 0;
  }

  .menu:nth-child(2) .menu-item:nth-child(3) .menu-item__link--copy {
    margin-left: 1rem;
  }

  .menu:nth-child(2) .menu-item:nth-child(4) .menu-item__link--copy {
    margin-left: 1.5rem;
  }

  .menu-item+.menu-item {
    margin-top: 4.6rem;
  }

  .menu-item__list {
    padding-left: 6.5rem;
  }

  .menu-item__list--item {
    padding-left: 0;
    margin-top: 0;
  }

  .menu-item__list--item+.menu-item__list--item {
    margin-top: 2.2rem;
  }

  .menu-item__list--item::before {
    font-size: 1rem;
  }

  .menu-item__list--item a {
    margin-left: .5rem;
  }
}

/* # =================================================================
# MV
# ================================================================= */
.mv {
  width: 100%;
  height: 155vh;
  height: 1430px;
  height: 1250px;
  /* max-height: ; */
  position: relative;
}

.mv-inner {
  padding: 20rem 0 0;
}

.main-block {
  height: 700px;
}

.main-title {
  position: sticky;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.main-text {
  margin: calc(70vh + 7rem) 0 0;
  margin: calc(665px + 7rem) 0 0;
  margin: -25px 0 0;
  width: 100%;
  /* padding: 100vh 0 0; */
  /* position: absolute;
  top: calc(100vh + 7rem); */

  /* opacity: 0; */
}

.main-copy {
  font-size: 3.1rem;
  font-weight: 900;
  line-height: 1.7096;
}

.main-copy+.main-copy {
  margin: 4rem 0 0;
}

.mv-scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 6rem auto 0;
  position: fixed;
  bottom: 2rem;
  left: 50%;
  /* transform: translateX(-50%); */

  position: sticky;
}

.mv-scroll.is-active {
  position: static;
  transform: unset;
  margin: 5rem 0 0;
}

.mv-scroll-copy {
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 700;
  color: var(--color-red);
}

.mv-scroll-icon {
  width: 3.1rem;
  margin-top: .2em;
}

@media screen and (min-width: 768px) {
  .mv {
    height: 100%;
    min-height: 900px;
    max-height: 1300px;
  }

  .mv-inner {
    padding: 15rem 0 0;
    width: 62rem;
  }

  .main-block {
    height: 600px;
  }

  .main-title {
    width: 62rem;
  }

  .main-text {
    margin: 4.5rem 0 0;
    margin: calc(50vh + 7rem) 0 0;
    margin: 0;
    /* width: 62rem; */
  }

  .main-copy {
    font-size: 2rem;
    line-height: 1.5;
  }

  .mv-scroll {
    margin: 6rem auto 0;
    position: fixed;
    bottom: 2rem;

    position: sticky;
    margin: 6rem 0 0;
    /* transform: translateX(-50%); */
  }

  .mv-scroll-copy {
    font-size: 1.6rem;
  }

  .mv-scroll-icon {
    width: 2rem;
    margin-top: .7rem;
  }
}

/* # =================================================================
# loop-image
# ================================================================= */
.loopImage {
  position: relative;
}

.loopImage-inner {
  overflow: hidden;
  padding: 20rem 0 0;
}

.loopImage-list {
  display: flex;
}

.loopImage-item {
  flex-shrink: 0;
  width: 32.2rem;
  margin-right: 2rem;
}

@media screen and (min-width: 768px) {
  .loopImage-inner {
    padding: 19.4rem 0 0;
  }

  .loopImage-item {
    width: 29.2rem;
  }
}

/* # =================================================================
# project
# ================================================================= */
.project {
  position: relative;
}

.project-inner {
  padding: 10rem 0 0;
}

.project-title .c-contents__title--icon {
  width: 7.9rem;
}

.project-text {
  margin: 2.4rem 0 0;
}

@media screen and (min-width: 768px) {
  .project-inner {
    padding: 120px 0 0;
  }

  .project-title .c-contents__title--icon {
    width: 7.1rem;
  }

  .project-text {
    margin: 2.8rem 0 0;
  }
}


/* # =================================================================
# initiative
# ================================================================= */
.initiative {
  position: relative;
}

.initiative-inner {
  padding: 20rem 0 0;
}

.initiative-title .c-contents__title--icon {
  width: 10.4rem;
}

.initiative-title .c-contents__title--copy {
  margin-top: .5em;
  margin-left: 0;
}

.initiative-text {
  margin: 1.5em 0 0;
}

.initiative-sticker {
  margin: 20rem 0 0;
}

.initiative-sticker-title {
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.initiative-sticker-image {
  position: relative;
  width: 36.3rem;
  height: 36.3rem;
  margin: 10rem auto 0;
  box-shadow: 3px 3px 2.5px rgb(0 0 0 / 30%);
}

.initiative-sticker-text {
  margin: 10rem auto 0;
}

.initiative-download {
  display: flex;
  flex-direction: column;
  margin: 14rem 0 0;
}

.initiative-download .c-contents__text {
  display: contents;
}

.initiative-download-image {
  width: 30.4rem;
  margin: 7rem auto 0;
}

.initiative-download-link {
  display: block;
  cursor: pointer;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.73;
  color: var(--color-red);
  margin: 7rem auto 0;
  order: 3;
  text-decoration: underline!important;
}

@media screen and (min-width: 768px) {
  .initiative-inner {
    padding: 15.7rem 0 0;
  }

  .initiative-title .c-contents__title--icon {
    width: 9.3rem;
  }

  .initiative-text {
    margin: 2.8rem 0 0;
  }

  .initiative .c-accordion-trigger,
  .initiative .c-accordion-panel::before {
    display: none;
  }

  .initiative .c-accordion-panel.__close {
    height: 100%;
  }

  .initiative-sticker {
    margin: 9rem 0 0;
  }

  .initiative-sticker-title {
    font-size: 2.6rem;
  }

  .initiative-sticker__detail {
    display: flex;
    margin: 3.3rem 0 0;
  }

  .initiative-sticker-image {
    width: 24.3rem;
    height: 24.3rem;
    flex-shrink: 0;
    margin: 0;
    box-shadow: 6px 6px 5px rgb(0 0 0 / 30%);
  }

  .initiative-sticker-image+.c-accordion-block {
    width: 64.4rem;
    margin: 0 0 0 auto;
  }

  .initiative-sticker-text {
    margin: 0;
  }

  .initiative-download {
    margin: 6.5rem 0 0;
    align-items: center;
    flex-direction: row;
  }

  .initiative-download .c-contents__text {
    display: block;
    order: 2;
    text-align: left;
    width: 64.4rem;
    margin: 0 0 0 auto;
  }

  .initiative-download-image {
    width: 24rem;
    margin: 0;
    order: 1;
    flex-shrink: 0;
  }

  .initiative-download-link {
    text-align: left;
    font-size: 2rem;
    line-height: 1.73;
    margin: 3rem auto 0;
    text-decoration: underline;
  }

  .initiative-download-link:hover {
    color: var(--color-red);
  }
}

/* # =================================================================
# comment
# ================================================================= */
.comment {
  position: relative;
  padding-top: 120px;
}
.comment__slider__wrap {
  overflow: hidden;
  position: relative;
  width: 1000px;
  margin: 50px auto 0 auto;
  padding-bottom: 100px;
}
.comment__slider img {
  width: 280px;
}
.comment__slider a {
  position: relative;
}
.comment__slider figure {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 280px;
  height: 280px;
  margin: 0 auto 15px auto;
}
.comment__slider figure span {
  position: absolute;
  display: inline-block;
  background: #fff;
  border-radius: 0 0 10px 0;
  font-size: 16px;
  padding: 6px 12px;
  line-height: 1;
  top: 0;
  font-weight: 500;
  left: 0;
}
.comment__slider a p {
  font-size: 16px;
  max-width: 280px;
  margin: auto;
  font-weight: 500;
}
.comment__slider figure i {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background: var(--color-red);
  border-radius: 20px 0 0 0;
  width: 60px;
  height: 60px;
}
.comment__slider figure i::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.comment__slider figure i::after {
  content: '';
  display: block;
  position: absolute;
  height: 20px;
  width: 2px;
  background: #fff;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-button__list {
  position: absolute;
  width: 200px;
  height: 65px;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-button-next, .swiper-button-prev,.swiper-button-pause {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 0;
  background:#252525;
  transition-duration: 0.3s;
  color: #fff0;
}
.swiper-button-pause:hover,.swiper-button-next:hover, .swiper-button-prev:hover {
  background:#d2d2d2;
}
.swiper-button-pause {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-button-pause::before {
  content: '';
  display: block;
  position: absolute;
  width: 13px;
  height: 20px;
  -webkit-mask-image: url(../img/icon_pause.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-image: url(../img/icon_pause.png);
  mask-position: 0 0;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-button-pause.paused::before {
  left: calc(50% + 2px);
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-right: 0;
  border-bottom: 9px solid transparent;
  border-left: 16px solid #fff;
  border-style: solid;
  transition-duration: 0s;
  mask-image: none;
  background: none;
}
.swiper-button-next {
  left: auto;
  right: 0;
}
.swiper-button-next::before,.swiper-button-prev::before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 18px;
  -webkit-mask-image: url(../img/icon_arrow_red.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-image: url(../img/icon_arrow_red.svg);
  mask-position: 0 0;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.swiper-button-next::after,.swiper-button-prev::after {
  display: none;
}
.swiper-button-prev::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .comment {
    margin-top: 80px;
  }
  .comment__slider__wrap {
    overflow: hidden;
    position: relative;
    width: calc(100% - 20px);
    margin-left: 20px;
    margin-top: 50px;
    padding-bottom: 100px;
  }
  .comment__slider img {
    width: 100%;
  }
  .comment__slider a {
    position: relative;
  }
  .comment__slider figure {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    margin: 0 auto 15px auto;
  }
  .comment__slider figure span {
    position: absolute;
    display: inline-block;
    background: #fff;
    border-radius: 0 0 10px 0;
    font-size: 16px;
    padding: 6px 12px;
    line-height: 1;
    top: 0;
    font-weight: 500;
    left: 0;
  }
  .comment__slider a p {
    font-size: 16px;
    max-width: 280px;
    margin: auto;
    font-weight: 500;
  }
  .comment__slider figure i {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    background: var(--color-red);
    border-radius: 20px 0 0 0;
    width: 60px;
    height: 60px;
  }
  .comment__slider figure i::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .comment__slider figure i::after {
    content: '';
    display: block;
    position: absolute;
    height: 20px;
    width: 2px;
    background: #fff;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .swiper-button__list {
    position: absolute;
    width: 200px;
    height: 65px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .swiper-button-next, .swiper-button-prev,.swiper-button-pause {
    border-radius: 50%;
    width: 56px;
    height: 56px;
    position: absolute;
    left: 0;
    background:#252525;
    transition-duration: 0.3s;
  }
  .swiper-button-pause:hover,.swiper-button-next:hover, .swiper-button-prev:hover {
    background:#d2d2d2;
  }
  .swiper-button-pause {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .swiper-button-pause::before {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 20px;
    -webkit-mask-image: url(../img/icon_pause.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100% 100%;
    mask-image: url(../img/icon_pause.png);
    mask-position: 0 0;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .swiper-button-pause.paused::before {
    left: calc(50% + 2px);
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-right: 0;
    border-bottom: 9px solid transparent;
    border-left: 16px solid #fff;
    border-style: solid;
    transition-duration: 0s;
    mask-image: none;
    background: none;
  }
  .swiper-button-next {
    left: auto;
    right: 0;
  }
  .swiper-button-next::before,.swiper-button-prev::before {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 18px;
    -webkit-mask-image: url(../img/icon_arrow_red.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100% 100%;
    mask-image: url(../img/icon_arrow_red.svg);
    mask-position: 0 0;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  .swiper-button-next::after,.swiper-button-prev::after {
    display: none;
  }
  .swiper-button-prev::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}

/*================================================================
# modal
================================================================ */
.bb-overflow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8); /* 半透明の黒色 */
  z-index: 999; /* モーダルより少し低い値に設定 */
}

.modal-box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: white;
  padding: 50px;
  border-radius: 40px;
  border: 2px solid #000;
  width: calc(100% - 40px);
  max-width: 1000px;
}
.modal-inner {
  display: flex;
  gap: 25px;
  padding-bottom: 35px;
}
.modal-img figure {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 280px;
  height: 280px;
  margin: 0 auto 15px auto;
}
.modal-img figure span {
  position: absolute;
  display: inline-block;
  background: #fff;
  border-radius: 0 0 10px 0;
  font-size: 16px;
  padding: 6px 12px;
  line-height: 1;
  top: 0;
  font-weight: 500;
  left: 0;
}
.modal-img p {
  font-size: 16px;
  max-width: 280px;
  margin: auto;
  font-weight: 500;
}
.modal-box.is-active {
  display: block;
}
.modal-txt p {
  font-size: 16px;
  font-weight: 500;
}
.modal-button__list {
  text-align: center;
}
.modal-button-next.-arrow, .modal-button-prev.-arrow, .modal-button-close {
  cursor: pointer;
  background-color: var(--color-red);
  color: white;
  border: none;
}
.modal-button-next.-arrow, .modal-button-prev.-arrow {
  color: #fff0;
}
.modal-button-close.-sponly {
  display: none;
}
.modal-button-next.-arrow, .modal-button-prev.-arrow {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}
.btn-column {
  display: none;
}
.modal-button-next.-arrow {
  left: auto;
  right: -25px;
}
.modal-button-next.-arrow::before,.modal-button-prev.-arrow::before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 18px;
  -webkit-mask-image: url(../img/icon_arrow_red.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-image: url(../img/icon_arrow_red.svg);
  mask-position: 0 0;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.modal-button-prev.-arrow::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
button.c-btn.-black {
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 767px) {
  .modalwrap.is-active {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    z-index: 1000;
    padding: 0;
    border-radius: 20px;
    border: none;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    overflow-y: scroll;
  }
  .modal-box {
    display: none;
    position: relative;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1000;
    background-color: white;
    padding: 30px 10px;
    border-radius: 20px;
    border: 2px solid #000;
    width: calc(100% - 40px);
    max-width: 1000px;
    margin-bottom: 120px;
  }
  .modal-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding-bottom: 0;
    margin-bottom: 35px;
    overflow-y: auto;
    padding: 0;
  }
  .modal-img {
    margin: auto;
  }
  .modal-img figure {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto 15px auto;
  }
  .modal-img figure span {
    position: absolute;
    display: inline-block;
    background: #fff;
    border-radius: 0 0 10px 0;
    font-size: 16px;
    padding: 6px 12px;
    line-height: 1;
    top: 0;
    font-weight: 500;
    left: 0;
  }
  .modal-img p {
    font-size: 16px;
    max-width: 100%;
    margin: auto;
    width: 100%;
    font-weight: 500;
  }
  .modal-box.is-active {
    display: block;
  }
  .modal-txt p {
    font-size: 16px;
    font-weight: 500;
  }
  .modal-button__list {
    text-align: center;
  }
  .modal-button-next.-arrow, .modal-button-prev.-arrow, .modal-button-close {
    cursor: pointer;
    background-color: var(--color-red);
    color: white;
    border: none;
  }
  button.c-btn.-black.-sponly {
    display: flex;
    position: absolute;
    width: 126px;
    height: 40px;
    top: -26px;
    right: 11px;
  }
  button.c-btn.-black.-sponly::before {
    height: 40px;
  }
  .modal-button-next.-arrow, .modal-button-prev.-arrow {
    border-radius: 50%;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 170px;
    left: -20px;
    transform: translateY(-50%);
  }
  .modal-button-next.-arrow span, .modal-button-prev.-arrow span {
    display: none;
  }
  .modal-button-next.-arrow {
    left: auto;
    right: -20px;
  }
  button.modal-button-next.-sponly.c-btn.-white::before, button.modal-button-prev.-sponly.c-btn.-white::before {
    height: 58px;
    top: 0;
  }
  .modal-button-next.-arrow::before,.modal-button-prev.-arrow::before {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 18px;
    -webkit-mask-image: url(../img/icon_arrow_red.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100% 100%;
    mask-image: url(../img/icon_arrow_red.svg);
    mask-position: 0 0;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  .modal-button-prev.-arrow::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  button.c-btn.-black {
    margin: 0 auto 0 auto;
  }
  .btn-column {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    height: 66px;
  }
  button.modal-button-next.-sponly.c-btn.-white, button.modal-button-prev.-sponly.c-btn.-white {
    position: relative;
    transform: translate(0);
    letter-spacing: -0.1em;
    font-size: 13px;
    padding-left: 10px;
  }
  button.modal-button-next.-sponly.c-btn.-white::after, button.modal-button-prev.-sponly.c-btn.-white::after {
    right: 8px;
  }
}

/* # =================================================================
# about
# ================================================================= */
.about {
  position: relative;
}

.about-inner {
  padding: 20rem 0 0;
}

.about-title .c-contents__title--icon {
  width: 8.7rem;
}

.about-title .c-contents__title--copy {
  margin-top: .9em;
  margin-left: 0;
}

.about-text {
  margin: 7rem 0 0;
}

.about-contents__title {
  font-size: 3rem;
  font-weight: 900;
}

.about-copy {
  margin: 1em 0 0;
}
.about-copy.-smaller {
  font-size: 12px;
}

.about-contents__ilust {
  width: 63rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7rem;
}

.about-contents__ilust--note {
  font-size: 2rem;
  font-weight: 500;
  margin: 1em 0 0;
}

.about-lead {
  text-align: center;
  font-size: 2.8rem;
}

.about-contents__chart-uc {
  width: 68.9rem;
}

.about-contents__chart-cd {
  width: 64.7rem;
  margin: 12rem auto 0;
}

.about-contents__chart--copy {
  margin: 7rem 0 0;
}

@media screen and (min-width: 768px) {
  .about-inner {
    padding: 19.5rem 0 0;
  }

  .about-title .c-contents__title--icon {
    width: 7.8rem;
  }

  .about-contents+.about-contents {
    margin: 6.5rem 0 0;
  }

  .about-contents+.about-contents+.about-contents {
    margin: 22.3rem 0 0;
  }

  .about-text {
    margin: 4rem 0 0;
  }

  .about-contents__title {
    font-size: 2.6rem;
  }

  .about-copy {
    margin: 1rem 0 0;
  }

  .about-copy.-smaller {
    font-size: 14px;
  }
  .about-contents .c-accordion-trigger,
  .about-contents .c-accordion-panel.__close::before {
    display: none;
  }

  .about-contents .c-accordion-panel.__close {
    height: 100%;
  }

  .about-contents .c-accordion-panel.__close .c-accordion-panel__text {
    overflow-y: unset;
  }

  .about__text__wrapper {
    display: flex;
    justify-content: space-between;
  }

  .about__text__wrapper .about-text {
    width: 43rem;
    margin: 5.7rem 0 0;
    display: flex;
    flex-direction: column;
  }

  .about__text__wrapper .about-text .about-copy {
    flex-grow: 1;
  }

  .about__text__wrapper .about-text .about-contents__title {
    font-size: 2rem;
    text-align: center;
  }

  .about-contents__ilust {
    width: 100%;
    margin-top: 3.4rem;
    position: relative;
  }

  .about-contents__ilust--note {
    position: absolute;
    left: 0;
    bottom: -5rem;
    font-size: 1.2rem;
    margin: 0;
  }

  .about-text .about-lead {
    font-size: 2rem;
  }

  .about-contents__chart__wrapper {
    display: flex;
    width: 99.3rem;
    margin: 3.7rem -3rem 0;
  }

  .about-contents__chart-uc {
    width: 46.9rem;
  }

  .about-contents__chart-cd {
    width: 44.4rem;
    margin: 0 0 0 4rem;
  }

  .about-contents__chart--copy {
    font-size: 1.6rem;
    margin: 5.6rem 0 0;
  }
}

/* # =================================================================
# problem
# ================================================================= */
.problem {
  position: relative;
}

.problem-inner {
  padding: 20rem 0 0;
}

.problem-title .c-contents__title--icon {
  width: 10.4rem;
}

.problem-title .c-contents__title--copy {
  margin-top: .5em;
  margin-left: 0;
}

.problem-chart:nth-child(1) {
  margin: 7rem 0 0;
}

.problem-chart:nth-child(2) {
  margin: 10rem 0 0;
}

@media screen and (min-width: 768px) {
  .problem-inner {
    padding: 17.5rem 0 0;
  }

  .problem-title .c-contents__title--icon {
    width: 9.36rem;
  }

  .problem-contents.c-flame-m {
    width: 94rem;
  }

  .problem-chart:nth-child(1) {
    margin: 7rem 0 0;
  }

  .problem-chart:nth-child(2) {
    margin: 10rem 0 0;
  }
}

/* # =================================================================
# cooperation
# ================================================================= */
.cooperation {}

.cooperation__inner {
  padding: 120px 0 0;
  max-width: 1000px;
  margin: auto;
}
.cooperation__inner.-lower {
  padding: 50px 0 0;
}
.cooperation__inner p {
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 0 0;
}
.cooperation__inner figure {
  margin: 45px 0 0 0;
  padding-bottom: 56px;
}
.cooperation__inner figure a {
  display: block;
  transition-duration: 0.3s;
}
.cooperation__inner figure a:hover {
  opacity: 0.7;
}
.cooperation__title .c-contents__title--icon {
  width: 7.9rem;
}

#map {
  width: 100%;
  height: 50rem;
}

.cooperation__shop--select,
.cooperation__shop--form {
  width: 25rem;
  margin: 0 auto;
}

.cooperation__shop--select #select {
  background-color: transparent;
  border: unset;
}

.cooperation__shop--form {
  background-color: transparent;
  border-top: unset;
  border-left: unset;
  border-right: unset;
}

.cooperation__body {
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .cooperation__inner {
    padding-top: 60px;
  }
}


/* # =================================================================
# faq
# ================================================================= */
.faq {
  position: relative;
}

.faq-inner {
  padding: 60px 0 0;
}

.faq-title .c-contents__title--icon {
  width: 11.2rem;
}

.faq-title .c-contents__title--copy {
  margin-top: .9em;
  margin-left: 0;
}

.faq-contents-dp {
  margin: 7rem auto 0;
}

.faq-text__block {
  margin: 8rem 0 0;
}

.faq-title {
  font-size: 2.6rem;
  font-weight: 900;
}

.faq-text__item {
  padding: 9rem 0 0;
}

.faq-btn {
  display: block;
  position: relative;
  padding: 0 0 5rem;
}

.faq-btn__text {
  font-size: 2.6rem;
  font-weight: 500;
  width: 90%;
  position: relative;
}

.faq-text__a--description {
  font-size: 2.6rem;
  margin-top: 16rem;
  font-weight: 900;
}

.faq-text__a {
  position: relative;
  padding: 14rem 0 0;
}

.faq-text__a:nth-child(n+2) {
  padding: 9rem 0 0;
}

.faq-text__a--title {
  font-size: 2.6rem;
  line-height: calc(45 / 26);
  font-weight: 900;
}

.faq-text__a--list {
  font-size: 2.6rem;
  line-height: calc(45 / 26);
  margin: .5em 0 0;
  font-weight: 500;
}

.faq-text__a--item {
  text-indent: -1em;
  padding-left: 1em;
}

.faq-text__a--item::before {
  content: '・';
  font-size: inherit;
  padding-right: 0.2em;
}

.faq-text__a--item>a {
  color: var(--color-red);
  text-decoration: underline;
}

.faq-text__a--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 1em auto 0;
  cursor: pointer;
  z-index: 20;
  font-size: 2.6rem;
  font-weight: 900;
  text-decoration: underline;
  color: var(--color-red);
}

.faq-text__a--btn-copy {
  color: var(--color-red);
  font-weight: 900;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
}

.faq-text__a--btn-icon {
  background-image: url(../img/icon_arrow_red.svg);
  width: 3rem;
  height: 2.2rem;
  transform: rotate(-180deg);
  position: static;
  margin-left: 2rem;
}
.faq-btn__q {
  position: absolute;
  left: 0;
}
.faq-btn__copy {
  padding: 0 3.5rem 0 5.5rem;
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .faq-inner {
    padding: 15rem 0 0;
  }

  .faq-title .c-contents__title--icon {
    width: 10.1rem;
  }

  .faq-contents-dp {
    margin: 8rem auto 0;
    padding-left: 10rem;
    padding: 2em;
    justify-content: center;
    width: max-content;
  }

  /* .faq-text {
    width: 63rem;
    margin-left: auto;
    margin-right: auto;
  } */

  .faq-text__block {
    margin: 12rem 0 0;
  }

  .faq-text__block.-q {
    width: 63rem;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-text__block.-a {
    margin: 0;
  }

  .faq-text__item {
    padding: 4rem 0 0;
  }

  .faq-btn {
    padding: 0;
  }

  .faq-btn__text {
    font-size: 1.6rem;
    width: auto;
  }

  .faq-btn__copy {
    padding: 0 3.5rem 0 4.5rem;
    position: relative;
  }
  /* #faq-q10 .faq-btn__copy,
  #faq-q11 .faq-btn__copy,
  #faq-q12 .faq-btn__copy {
    padding-left: 2.7rem;
  } */

  .faq-text__a--description {
    font-size: 1.6rem;
    margin-top: 16rem;
    font-weight: 900;
  }

  .faq-text__a--description+.faq-text__a {
    padding-top: 2.45rem !important;
  }

  .faq-text__a {
    padding: 16.4rem 0 0;
  }

  .faq-text__a:nth-child(n+2) {
    padding: 10.5rem 0 0;
  }

  .faq-text__a--title {
    font-size: 1.6rem;
    line-height: 1;
  }

  .faq-text__a--list {
    font-size: 1.6rem;
    line-height: calc(29 / 16);
    margin: 1.7rem 0 0;
  }

  .faq-text__a--btn {
    margin: 2.8rem auto 0;
    font-size: 1.6rem;
  }

  .faq-text__a--btn-copy {
    font-size: 1.6rem;
  }

  .faq-text__a--btn-icon {
    width: 2rem;
    height: 1.2rem;
    margin-left: .8rem;
  }
}


/* # =================================================================
# download
# ================================================================= */
.download {
  position: relative;
}

.download--inner {
  padding: 15rem 0 0;
}
@media screen and (max-width: 767px) {
  .download--inner {
    padding: 60px 0 0;
  }
}
body.download .download--inner {
  padding: 20rem 0 13rem;
}

.download-title .c-contents__title--icon {
  width: 10.1rem;
}

.download-title .c-contents__title--copy {
  margin-top: .8em;
  margin-left: 0;
}

.download-patient__title,
.download-partner__title {
  font-size: 3.4rem;
  font-weight: 900;
  color: var(--color-red);
}

.download-patient__text {
  padding: 7rem 0 0;
}

.download-patient__copy {
  margin: 5rem 0 0;
}

.download-contents-dp {
  margin-top: 5rem;
}

.download-patient__sp--title {
  font-size: 2.6rem;
  font-weight: 700;
}

.download-patient__sp--title+.download-patient__sp--copy {
  margin: 2rem 0 0;
}

.download-patient__sp--list {
  margin: 2rem 0 0;
}

.download-patient__sp--list+.download-patient__sp--copy {
  margin-top: 4rem;
}

.download-patient__sp--item {
  position: relative;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}

.download-patient__sp--item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.c-contents__text .download-patient__sp--copy {
  font-size: 2.4rem;
}

.download-partner__text {
  margin: 12rem 0 0;
}

.c-contents__text .download-patient__sp__description {
  font-size: 2.6rem;
  font-weight: 700;
}

.c-contents__text .download-patient__sp__description__copy {
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 8rem;
}

.download-patient__sp__block:first-of-type {
  margin-top: 3rem;
}

.download-patient__sp__block+.download-patient__sp__block {
  margin-top: 7.5rem;
}

._image .download-patient__sp__block+.download-patient__sp__block {
  margin-top: 5rem;
}

.download-patient__sp--title {
  font-size: 2.8rem;
  font-weight: 700;
}

.download-patient__sp {
  margin-top: 5rem;
}

.download-patient__sp+.download-patient__sp {
  margin-top: 8.8rem;
}

.download-patient__sp__description {
  margin-bottom: 4.4rem;
}

.download-partner__contents {
  margin-top: 6.4rem;
}

.download-partner__contents+.download-partner__contents {
  margin-top: 12.4rem;
}

.download-partner__contents--title {
  font-size: 2.6rem;
  font-weight: 700;
}

.download-title+.download-contents-dp {
  margin-top: 8rem;
}

.download-contents-dp+.download-contents-dp {
  margin-top: 4em;
}

.download-partner__contents--title+.download-partner__contents--copy {
  font-size: 2.6rem;
  font-weight: 500;
  margin-top: 3rem;
}

.download-contents-dp+.download-partner__contents--copy {
  font-size: 2.6rem;
  font-weight: 500;
  margin-top: 4.8rem;
}

.download-partner__faq {
  margin: 7.4rem 0 0;
}

.download-partner__faq--title {
  font-size: 2.6rem;
  font-weight: 700;
}

.download-partner__faq--item {
  padding: 6rem 0 0;
}

.download-partner__faq--btn {
  display: block;
  position: relative;
  padding: 0 0 5rem;
}

.download-partner__faq--btn-text {
  font-size: 2.6rem;
  font-weight: 500;
  display: flex;
  gap: 0 2rem;
  width: 90%;
}

.download-partner__faq--btn-copy {
  /* text-decoration: underline; */
}

.download-partner__faq-a {
  padding: 20.3rem 0 0;
}

.download-partner__faq-a:nth-child(n+2) {
  padding: 11.4rem 0 0;
}

.download-partner__faq-a--title {
  font-size: 2.6rem;
  line-height: calc(45 / 26);
  font-weight: 900;
}

.download-partner__faq-a--list,
.download-partner__faq-a--note {
  font-size: 2.6rem;
  line-height: calc(45 / 26);
  margin: 0.5em 0 0;
  font-weight: 500;
}

.download-partner__faq-a--item {
  text-indent: -1em;
  padding-left: 1em;
}

.download-partner__faq-a--item::before {
  content: '・';
  font-size: inherit;
  padding-right: 0.2em;
}

@media screen and (min-width: 768px) {
  .download-title .c-contents__title--icon {
    width: 8.7rem;
  }

  .download-patient__title,
  .download-partner__title {
    font-size: 3.2rem;
  }

  .download-patient__text {
    padding: 10.5rem 0 0;
  }

  .download-patient__copy {
    margin: 4.5rem 0 0;
  }

  .download-patient__text .faq-contents-dp {
    padding: 2em;
    justify-content: center;
    width: max-content;
    margin: 6rem auto;
  }

  .download-patient__text .c-contents-dp__copy {
    font-size: 2rem;
  }

  .download-patient__sp {
    margin-top: 7rem;
  }

  .download-patient__sp--title {
    font-size: 2.6rem;
    font-weight: 700;
  }

  .download-patient__sp--title+.download-patient__sp--copy {
    margin: 1rem 0 0;
  }

  ._image .download-patient__sp--title+.download-patient__sp--copy {
    margin: .5rem 0 0;
  }

  .download-patient__sp--list {
    margin: 1rem 0 0;
  }

  .download-patient__sp--list+.download-patient__sp--copy {
    margin-top: 1.2em;
  }

  .download-patient__sp--item {
    padding-bottom: 2rem;
    margin-bottom: 1rem;
  }

  .download-patient__sp--item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .c-contents__text .download-patient__sp--copy {
    font-size: 1.3rem;
  }

  .download-partner__text {
    margin: 14.4rem 0 0;
  }

  .c-contents__text .download-patient__sp__description {
    font-size: 2rem;
  }

  .c-contents__text .download-patient__sp__description__copy {
    font-size: 1.6rem;
  }

  .download-patient__sp__block:first-of-type {
    margin-top: 2rem;
  }

  .download-patient__sp__block+.download-patient__sp__block {
    margin-top: 4rem;
  }

  .download-patient__sp--title {
    font-size: 1.6rem;
  }

  .download-patient__sp {
    margin-top: 6rem;
    width: 94rem;
  }

  .download-patient__sp+.download-patient__sp {
    margin-top: 5rem;
  }

  .download-patient__sp__description {
    margin-bottom: 3rem;
  }

  .download-partner__contents {
    margin-top: 4.7rem;
  }

  .download-partner__contents+.download-partner__contents {
    margin-top: 14.3rem;
  }

  .download-contents-dp {
    margin-top: 6rem;
    padding: 2em;
  }

  #partner .download-contents-dp {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .download-contents-dp+.download-contents-dp {
  margin-top: 1rem;
}

  .download-partner__contents--title+.download-partner__contents--copy {
    font-size: 1.6rem;
    margin-top: .9rem;
  }

  .download-contents-dp+.download-partner__contents--copy {
    font-size: 1.6rem;
    line-height: calc(29 / 16);
    margin-top: 4rem;
    width: 94rem;
  }

  .download-partner__faq {
    margin: 9.5rem 0 0;
  }

  .download-partner__faq__Q {
    width: 63rem;
    margin-left: auto;
    margin-right: auto;
  }

  .download-partner__faq--item {
    padding: 6rem 0 0;
  }

  .download-partner__faq--btn {
    padding: 0;
  }

  .download-partner__faq--btn-text {
    font-size: 1.6rem;
    gap: 0 3.4rem;
    width: auto;
  }

  .download-partner__faq-a {
    padding: 17.8rem 0 0;
  }

  .download-partner__faq-a:nth-child(n+2) {
    padding: 8.6rem 0 0;
  }

  .download-partner__faq-a--title {
    font-size: 1.6rem;
    line-height: calc(29 / 16);
  }

  .download-partner__faq-a--list,
  .download-partner__faq-a--note {
    font-size: 1.6rem;
    line-height: calc(29 / 16);
    margin: .2rem 0 0;
  }

  .download-partner__faq-a--item {
    text-indent: -1em;
    padding-left: 1em;
  }

  .download-partner__faq-a--item::before {
    content: '・';
    font-size: inherit;
    padding-right: 0.2em;
  }
}

/* # =================================================================
# contact
# ================================================================= */
.contact {
  position: relative;
}

.contact--inner {
  padding: 20rem 0 0;
}

.contact-title .c-contents__title--icon {
  width: 9.4rem;
}

.contact-title .c-contents__title--copy {
  margin-top: .5em;
  margin-left: 0.3em;
}

.contact-item {
  margin: 5rem 0 0;
}
.contact-item.column-02 {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.contact-item__title,
.contact-item__copy {
  font-size: 2.6rem;
}

.contact-item__title {
  font-weight: 700;
}

.contact-item__title::before {
  content: '・';
  font-size: inherit;
  padding-right: 0.2em;
}

.contact-item__copy {
  padding-left: 1em;
  letter-spacing: -0.01em;
  font-weight: 500;
}
.contact-item__copy.-mail {
  color: var(--color-red);
  border-bottom: 1px solid var(--color-red);
  margin: 0 0 30px 18px;
  padding-left: 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .contact-item__image {
    width: 200px;
    height: auto;
  }
  .contact-item__copy.-mail {
    margin-left: 14px;
  }
}
.contact-contents {
  margin-bottom: 100px;
}
.contact-contents.-lower {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .contact-contents {
    margin-bottom: 200px;
  }
  .contact-contents.-lower {
    margin-bottom: 0;
  }
  .contact--inner {
    padding: 18.5rem 0 0;
  }

  .contact-title .c-contents__title--icon {
    width: 8.4rem;
  }

  .contact-item {
    margin: 3.5rem 0 0;
  }

  .contact-item__title,
  .contact-item__copy {
    font-size: 1.6rem;
  }

  .contact-item__image {
    width: 215px;
    padding: 0 0 0 1em;
  }
}

/* # =================================================================
# footer
# ================================================================= */
.footer {
  position: relative;
  background: var(--color-red);
  color: #fff;
}
.footer-inner {
  padding: 40px 0 0;
}

.footer-logo {
  width: 167px;
  height: 26px;
}
.footer-bottom {
  display: flex;
  padding: 70px 40px 45px 0;
  justify-content: flex-end;
}

.footer-note__copy {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

/* .custom-info {
  width: 20rem;
}

.custom-info>* {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif !important;
}

.custom-info .custom-info-item {
  font-size: 1.4rem;
  font-weight: 500;
}

.custom-info .custom-info-item+.custom-info-item {
  margin-top: .8rem;
}

.custom-info .name {
  font-size: 1.6rem;
  font-weight: bold;
}

.custom-info .tel a {
  display: block;
}

.custom-info .google-map a {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1;
}

.custom-info .google-map a::after {
  content: "";
  background-color: transparent;
  background-image: url(./path/to/target_blank.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .5rem;
} */

@media screen and (min-width: 768px) {
  .footer-inner {
    padding: 80px 0 0;
  }

  .footer-note__copy {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-bottom {
    padding: 30px 20px 25px 0;
  }

}
/* body {
  background: #fff;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 999999;
}

body.hide {
  background: transparent;
  overflow: unset;
  z-index: -1;
  position: unset;
  top: unset;
} */

/** 20230512 map */
.cooperation__body {
  margin: 40px auto;
  max-width: 940px;
}

.label-select-map {
  display: block;
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}

.label-select-map::before {
  margin-right: 10px;
}

.label-select-map::before, .label-select-map::after {
  content: '';
  display: inline-block;
  width: 85px;
  height: 2px;
  background-color: #000;
  vertical-align: super;
}

.select-map {
  display: block;
  margin: 0 auto;
  padding: 5px 10px;
  width: 94.666666666%;
  max-width: 652px;
  font-size: 18px;
  appearance: auto;
  -moz-appearance: auto;
  -webkit-appearance: auto;
}

.map-group {
  margin: 40px auto 0;
}

.map-area:not(#map-tokyo) {
  display: none;
}

.map-area iframe {
  border: none;
  width: 100%;
  height: auto;
  aspect-ratio: 1000 / 600;
}

.map-note {
  margin: 10px;
  font-size: 12px!important;
  font-weight: bold;
}

.c-locator-logos {
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
}

.c-locator-logos-item {
  margin-top: 20px;
  margin-left: 20px;
  width: calc((100% - 20px * 9) / 10);
}

.c-locator-logos-item:nth-child(10n + 1) {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .label-select-map {
    font-size: 4.3vw;
  }

  .label-select-map::before, .label-select-map::after {
    width: 6.66666666667vw;
  }

  .label-select-map::before {
    margin-right: 2.66666666667vw;
  }

  .c-locator-logos {
    width: 69rem;
  }

  .c-locator-logos-item {
    width: calc((100% - 20px * 4) / 5);
  }
  
  .c-locator-logos-item:nth-child(5n + 1) {
    margin-left: 0;
  }

  .map-area iframe {
    aspect-ratio: 1000 / 754;
  }
}

/* # =================================================================
# -2024
# ================================================================= */
/*mv*/
.mv-new {
  height: 1080px;
  position: relative;
  padding: 322px 0 0 0;
}
.mv-new__slide__inner ul li {
  margin-bottom: 50px;
}
.mv-new__slide__inner ul li:nth-child(2n){
  margin-left: 196px;
}
.mv-new__logo {
  margin-bottom: 90px;
  width: 530px;
  height: 83px;
}
.mv-new__txt {
  max-width: 1000px;
  margin: 0 auto 0 auto;
}
.mv-new__txt p {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 1.8;
}
.mv-new__txt em {
  color: var(--color-red);
  font-weight: 800;
}
.mv-new__slide__wrap {
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 0;
}
@keyframes infinity-scroll-right {
  from {
    transform: translateY(0);
  }
    to {
    transform: translateY(-100%);
  }
}
.mv-new__slide__inner {
  right: 20px;
}
.scroll-infinity__list--right{
    animation :infinity-scroll-right 80s infinite linear 0.5s both;
}
.mv-new__slide__wrap img {
  width: 286px!important;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .mv-new {
    height: auto;
    position: relative;
    padding: 80px 0 0 0;
  }
  @keyframes slideInfinite {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-50%);
    }
  }
  .mv-new__slide__wrap {
    width: 100%;
    overflow: hidden;
    position: relative; /* 位置を相対位置に設定 */
    height: 156px;
    right: 0;
  }
  .mv-new__logo {
    margin: 50px 0 35px 0;
    width: 215px;
    height: 86px;
  }
  .mv-new__txt {
    width: calc(100% - 40px);
    margin: 0 auto 40px auto;
  }
  .mv-new__txt p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .mv-new__slide__inner {
    display: flex;
    gap: 32px;
    width: calc(200%); /* 元の幅の2倍に設定 */
    animation: slideInfinite 60s linear infinite; /* アニメーションを適用 */
  }
  .mv-new__slide__inner ul {
    display: flex; /* ulをflexボックスに設定 */
    gap: 32px;
    padding: 0; /* デフォルトのパディングを削除 */
    margin: 0; /* デフォルトのマージンを削除 */
  }
  .mv-new__slide__inner ul li {
    width: 132px; /* 各スライドの幅を設定 */
    margin-bottom: 0; /* デフォルトのマージンを削除 */
  }
  .mv-new__slide__inner ul li:nth-child(2n) {
    margin: 23px 0 0 0;
  }
  .mv-new__slide__inner {
    right: 0;
  }
  .scroll-infinity__list--right{
    animation :infinity-scroll-right 60s infinite linear 0.5s both;
  }

  .mv-new__slide__wrap img {
    width: 132px!important;
    border-radius: 15px;
  }
	@keyframes infinity-scroll-right {
      from {
        transform: translateX(0);
      }
        to {
        transform: translateX(-100%);
      }
    }
}


/*c-btn*/
a.c-btn,button.c-btn {
  max-width: 310px;
  width: 100%;
  height: 66px;
  border-radius: 70px;
  border: 2px solid var(--color-red);
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  transition: opacity .2s ease, height .2s ease, margin .2s ease;
  padding: 10px 30px;
}
a.c-btn.-mw330,button.c-btn.-mw330 {
  max-width: 330px;
}
a.c-btn.-black,button.c-btn.-black {
  border: 2px solid #000;
   background: #fff;
   width: 178px;
   height: 54px;
}
a.c-btn.-center,button.c-btn.-center  {
  margin: 0 auto auto auto;
}
@media (any-hover: hover) {
  a.c-btn:hover,button.c-btn:hover {
    transition: opacity .2s ease, height .2s ease, margin .2s ease;
    margin-top: 6px;
    height: 60px;
  }
  a.c-btn.-black:hover,button.c-btn.-black:hover {
    transition: opacity .2s ease, height .2s ease, margin .2s ease;
    margin-top: 6px;
    height: 48px;
  }
}
a.c-btn::before,button.c-btn::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 66px;
  background: var(--color-red);
  top: -6px;
  left: 0;
  border-radius: 66px;
}
a.c-btn.-black::before,button.c-btn.-black::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 54px;
  background: #000;
  top: -6px;
  left: 0;
  border-radius: 66px;
}
a.c-btn.-close::after,button.c-btn.-close::after {
  display: none;
}
a.c-btn::after,button.c-btn::after {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 9px;
  -webkit-mask-image: url(../img/icon_arrow_red.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-image: url(../img/icon_arrow_red.svg);
  mask-position: 0 0;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  background-color: #fff;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(-90deg);
}
a.c-btn span,button.c-btn span {
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1.2;
}
a.c-btn span.-smaller,button.c-btn span.-smaller {
  font-size: 0.8em;
}
a.c-btn.-close i,button.c-btn.-close i {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  -webkit-mask-image: url(../img/icon_close.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-image: url(../img/icon_close.svg);
  mask-position: 0 0;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  background-color: #fff;
  top: 50%;
  right: 17px;
  transform: translateY(-50%) rotate(45deg);
}
a.c-btn.-map i,button.c-btn.-map i {
  display: block;
  position: absolute;
  width: 22px;
  height: 25px;
  -webkit-mask-image: url(../img/icon_map.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-image: url(../img/icon_map.svg);
  mask-position: 0 0;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  background-color: #fff;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}
a.c-btn.-company i,button.c-btn.-company i {
  display: block;
  position: absolute;
  width: 25px;
  height: 19px;
  -webkit-mask-image: url(../img/icon_company.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-image: url(../img/icon_company.svg);
  mask-position: 0 0;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  background-color: #fff;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}
button.c-btn.-white,a.c-btn.-white {
  background: var(--color-red);
}
button.c-btn.-wide,a.c-btn.-wide {
  max-width: 546px;
}
button.c-btn.-down::after,a.c-btn.-down::after {
  transform: translateY(-50%) rotate(0deg);
}
a.c-btn.-white::before,button.c-btn.-white::before {
  background: #fff;
}
a.c-btn.-white::after,button.c-btn.-white::after {
  background: var(--color-red);
}
button.c-btn.-white span {
  color: var(--color-red);
}
.c-btn__wrap {
  transform: translate(0, -20px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  a.c-btn,button.c-btn {
    height: 66px;
    border-radius: 70px;
    border: 2px solid var(--color-red);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    transition: opacity .2s ease, height .2s ease, margin .2s ease;
    padding: 10px 15px;
  }
  .header-btnmap .c-btn,.header-company .c-btn {
    padding-left: 28px!important;
    font-size: 11px;
  }
  button.c-btn.-wide,a.c-btn.-wide {
    font-size: 14px;
  }
  a.c-btn::after,button.c-btn::after {
    content: '';
    display: block;
    position: absolute;
    width: 11px;
    height: 9px;
    -webkit-mask-image: url(../img/icon_arrow_red.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100% 100%;
    mask-image: url(../img/icon_arrow_red.svg);
    mask-position: 0 0;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    background-color: #fff;
    top: 50%;
    right: 13px;
    transform: translateY(-50%) rotate(-90deg);
  }
  a.c-btn.-map i,button.c-btn.-map i {
    display: block;
    position: absolute;
    width: 17px;
    height: 19px;
    -webkit-mask-image: url(../img/icon_map.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100% 100%;
    mask-image: url(../img/icon_map.svg);
    mask-position: 0 0;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    background-color: #fff;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
  }
  a.c-btn.-company i,button.c-btn.-company i {
    display: block;
    position: absolute;
    width: 21px;
    height: 15px;
    -webkit-mask-image: url(../img/icon_company.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100% 100%;
    mask-image: url(../img/icon_company.svg);
    mask-position: 0 0;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    background-color: #fff;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 420px) {
  a.c-btn,button.c-btn {
    max-width: 100%;
    height: 66px;
    border-radius: 70px;
    border: 2px solid var(--color-red);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    transition: opacity .2s ease, height .2s ease, margin .2s ease;
    padding: 10px 20px;
  }
}


/*toggle*/
.-toggle {
  position: relative;
  overflow: hidden;
  z-index: 1;
  animation: close 0.5s linear forwards;
  padding-bottom: 0;
}
@keyframes close {
  0% {
    max-height: 1060px; /* アニメーション終了時の最大高さ */
    padding-bottom: 120px; /* アニメーション終了時のpadding-bottom */
  }
  50% {
    max-height: 500px; /* アニメーション開始時の最大高さ */
    padding-bottom: 0; /* アニメーション開始時のpadding-bottom */
  }
  100% {
    max-height: 230px; /* アニメーション開始時の最大高さ */
    padding-bottom: 0; /* アニメーション開始時のpadding-bottom */
  }
}
.-toggle::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 280px;
  top: -50px;
  left: 0;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1) 90%);
  z-index: 2;
}
.-toggle.is-active {
  animation: expand 0.5s linear forwards;
}
@keyframes expand {
  0% {
    max-height: 230px; /* アニメーション開始時の最大高さ */
    padding-bottom: 0; /* アニメーション開始時のpadding-bottom */
  }
  50% {
    max-height: 500px; /* アニメーション開始時の最大高さ */
    padding-bottom: 0; /* アニメーション開始時のpadding-bottom */
  }
  100% {
    max-height: 1060px; /* アニメーション終了時の最大高さ */
    padding-bottom: 120px; /* アニメーション終了時のpadding-bottom */
  }
}
/* @keyframes padding {
  from {
    padding-bottom: 0;
  }
  to {
    padding-bottom: 120px;
  }
} */

.-toggle.is-active::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .-toggle.is-active {
    padding-bottom: 60px;
  }
  .-toggle {
    position: relative;
    overflow: hidden;
    z-index: 1;
    animation: close 0.8s linear forwards;
    padding-bottom: 0;
  }
  @keyframes close {
    0% {
      max-height: 1800px; /* アニメーション終了時の最大高さ */
      padding-bottom: 50px; /* アニメーション終了時のpadding-bottom */
    }
    50% {
      max-height: 900px; /* アニメーション開始時の最大高さ */
      padding-bottom: 0; /* アニメーション開始時のpadding-bottom */
    }
    100% {
      max-height: 150px; /* アニメーション開始時の最大高さ */
      padding-bottom: 0; /* アニメーション開始時のpadding-bottom */
    }
  }
  .-toggle::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 280px;
    top: -50px;
    left: 0;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1) 90%);
    z-index: 2;
  }
  .-toggle.is-active {
    animation: expand 0.8s linear forwards;
  }
  @keyframes expand {
    0% {
      max-height: 150px; /* アニメーション開始時の最大高さ */
      padding-bottom: 0; /* アニメーション開始時のpadding-bottom */
    }
    50% {
      max-height: 900px; /* アニメーション開始時の最大高さ */
      padding-bottom: 0; /* アニメーション開始時のpadding-bottom */
    }
    100% {
      max-height: 1800px; /* アニメーション終了時の最大高さ */
      padding-bottom: 50px; /* アニメーション終了時のpadding-bottom */
    }
  }
}

/*mokuji*/
.mokuji {
  background: #fff7f8;
  padding: 60px 20px;
  margin-top: 84px;
}
.mokuji .project-inner {
  padding: 0;
}
.mokuji h2 {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.mokuji ul {
  max-width: 562px;
  margin: auto;
}
.mokuji ul li {
  margin-bottom: 20px;
  position: relative;
  padding: 0 0 0 33px;
}
.mokuji ul li.-project::before {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 21px;
  -webkit-mask-image:  url(../img/ico_project.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-image: url(../img/ico_project.svg);
  mask-position: 0 0;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  background-color: var(--color-red);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mokuji ul li.-initiative::before {
  content: '';
  display: block;
  position: absolute;
  width: 22px;
  height: 18px;
  background: url(../img/ico_initiative.svg) no-repeat center center / cover;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mokuji ul li.-about::before {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 24px;
  -webkit-mask-image:  url(../img/ico_about.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-image: url(../img/ico_about.svg);
  mask-position: 0 0;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  background-color: var(--color-red);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mokuji ul li.-problem::before {
  content: '';
  display: block;
  position: absolute;
  width: 27px;
  height: 26px;
  -webkit-mask-image:  url(../img/ico_problem.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-image: url(../img/ico_problem.svg);
  mask-position: 0 0;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  background-color: var(--color-red);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mokuji ul li.-comment::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 18px;
  background: url(../img/ico_comment.svg) no-repeat center center / cover;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mokuji ul li.-faq::before {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 25px;
  background: url(../img/mark_faqballoon.svg) no-repeat center center / cover;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mokuji ul li.-contact::before {
  content: '';
  display: block;
  position: absolute;
  width: 19px;
  height: 15px;
  background: url(../img/ico_contact.svg) no-repeat center center / cover;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mokuji ul a {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  display: block;
}
.mokuji ul a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-top: 2px dotted var(--color-red);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mokuji ul a span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #fff7f8;
  padding: 0 25px 0 0;
}
.mokuji ul a i {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #fff7f8;
  width: 30px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
}
.mokuji ul a i::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-mask-image:  url(../img/icon_downarrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-image: url(../img/icon_downarrow.svg);
  mask-position: 0 0;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  background-color: #000;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.u-pc {
  display: block;
}
.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .mokuji {
    box-shadow: 0px 0px 29px -6px #AAA;
    border-radius: 10px;
    width: calc(100% - 20px);
    position: relative;
    margin: 30px auto;
    padding: 0 20px;
    z-index: 1;
  }
  .mokuji h2 {
    font-size: 16px;
    margin-bottom: 0;
    position: relative;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
  }
  .mokuji h2 i {
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .mokuji h2 i:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color-red);
    transform: translateY(-50%);
    border-radius: 4px;
  }
  .mokuji h2 i:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 2px;
    background: var(--color-red);
    border-radius: 4px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .mokuji h2.is-active i:after {
    display: none;
  }
  .mokuji ul {
    display: none;
    position: relative;
    padding: 0;
    background: #fff7f8;
    width: 100%;
    left: 0;
    top: auto;
    max-width: 100%;
    padding-bottom: 20px;
  }
  .mokuji ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    background: #fff7f8;
    top: -10px;
    left: 0;
  }
  .mokuji ul li:nth-child(1) {
    border-top: 1px solid var(--color-red);
    padding-top: 0;
  }
  .mokuji ul li.-project::before {
    top: calc(50% + 1px);
  }
  .mokuji ul li {
    border-bottom: 2px dotted var(--color-red);
    margin-bottom: 0;
  }
  .mokuji ul a {
    font-size: 16px;
    display: flex;
    align-items: center;
    height: 45px;
  }
  .mokuji ul a::before {
    display: none;
  }
  .mokuji .project-inner {
    width: 100%;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

/*header*/
.l-header {
  width: 100%;
  height: 117px;
  background: #fff;
  position: fixed;
  padding: 23px 28px 0 0;
  z-index: 100;
  top: 0;
  left: 0;
}
.l-header .inner.-pc {
  display: block;
}
.l-header .inner.-sp {
  display: none;
}
.header-btnmap {
  top: 22px;
  right: 274px;
  position: absolute;
  width: 230px;
}
.header-btnmap .c-btn{
  padding-left: 48px;
}
.header-company {
  top: 22px;
  right: 26px;
  position: absolute;
  width: 230px;
}
.header-company .c-btn{
  padding-left: 52px;
}

@media screen and (max-width: 767px) {
  .l-header {
    width: 100%;
    background: none;
    position: fixed;
    padding: 0;
    z-index: 100;
    top: 0;
    left: 0;
    height: 76px;
    background: #fff;
  }
  .l-header .inner.-pc {
    display: none;
  }
  .l-header .inner.-sp {
    display: block;
    position: fixed;
    z-index: 25;
    top: 0;
    left: 0;
    width: 100%;
  }
  .l-header .inner.-sp .c-btn {
    width: 128px;
    height: 52px;
    position: absolute;
    top: 10px;
    right: 60px;
    padding-top: 26px;
    font-size: 12px;
  }
  .l-header .inner.-sp .c-btn::before {
    top: -2px;
    height: 100%;
  }
  .l-header .inner.-sp .c-btn::after {
    display: none;
  }
  .l-header .inner.-sp .c-btn i {
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
  }
  .l-header .inner.-sp .c-btn span {
    font-size: 14px;
  }
}
/*toggle*/
.-navtoggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .-navtoggle {
    display: block;
    position: absolute;
    top: 17px;
    right: 15px;
    font-size: 13px;
    color: var(--color-red);
    font-weight: 600;
    text-align: center;
    height: 48px;
  }
  .-togglebtnline {
    position: relative;
    width: 33px;
    height: 29px;
    display: block;
  }
  .-togglebtnline span {
    height: 3px;
    position: absolute;
    border-radius: 5px;
    background: var(--color-red);
    display: block;
    width: 33px;
    transition: top 0.3s ease, transform 0.3s ease, width 0.3s ease; /* アニメーション効果を追加 */
  }
  .-togglebtnline span:nth-child(2) {
    top: 13px;
    width: 20px;
    right: 0;
  }
  .-togglebtnline span:nth-child(3) {
    top: 26px;
  }
  .-navtoggle.is-active .-togglebtnline span {
      top: 55%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-45deg);
  }
  .-navtoggle.is-active .-togglebtnline span:nth-child(2) {
    display: none;
  }
  .-navtoggle.is-active .-togglebtnline span:nth-child(3) {
      top: 55%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
  }

  .-togglebtnline + span {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

}

/*sp-nav*/
.navsp {
  display: none;
  opacity: 0;
  transform: translateY(-20px);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 20;

}
.navsp.is-active {
  display: block;
  opacity: 1;
  animation: fadeInAndDown 0.5s ease forwards;
}
@keyframes fadeInAndDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff7f8;
}
.navsp .navsp-logo {
  position: relative;
  z-index: 1;
}
.navsp-mokuji li {
  margin-bottom: 20px;
  position: relative;
  padding: 0 0 0 33px;
  z-index: 1;
}
.navsp-mokuji li.-top::before {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 21px;
  -webkit-mask-image:  url(../img/mark_top.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-image: url(../img/mark_top.svg);
  mask-position: 0 0;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  background-color: var(--color-red);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.navsp-mokuji li.-project::before {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 21px;
  -webkit-mask-image:  url(../img/ico_project.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-image: url(../img/ico_project.svg);
  mask-position: 0 0;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  background-color: var(--color-red);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.navsp-mokuji li.-initiative::before {
  content: '';
  display: block;
  position: absolute;
  width: 22px;
  height: 18px;
  background: url(../img/ico_initiative.svg) no-repeat center center / cover;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.navsp-mokuji li.-about::before {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 24px;
  -webkit-mask-image:  url(../img/ico_about.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-image: url(../img/ico_about.svg);
  mask-position: 0 0;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  background-color: var(--color-red);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.navsp-mokuji li.-problem::before {
  content: '';
  display: block;
  position: absolute;
  width: 27px;
  height: 26px;
  -webkit-mask-image:  url(../img/ico_problem.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-image: url(../img/ico_problem.svg);
  mask-position: 0 0;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  background-color: var(--color-red);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.navsp-mokuji li.-comment::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 18px;
  background: url(../img/ico_comment.svg) no-repeat center center / cover;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.navsp-mokuji li.-faq::before {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 25px;
  background: url(../img/mark_faqballoon.svg) no-repeat center center / cover;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.navsp-mokuji li.-contact::before {
  content: '';
  display: block;
  position: absolute;
  width: 19px;
  height: 15px;
  background: url(../img/ico_contact.svg) no-repeat center center / cover;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.navsp-mokuji a {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  display: block;
}
.navsp-mokuji a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-top: 2px dotted var(--color-red);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.navsp-mokuji a span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #fff7f8;
  padding: 0 25px 0 0;
}
.navsp-mokuji a i {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #fff7f8;
  width: 30px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
}
.navsp-mokuji a i::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-mask-image:  url(../img/icon_downarrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-image: url(../img/icon_downarrow.svg);
  mask-position: 0 0;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  background-color: #000;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.u-pc {
  display: block;
}
.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .navsp-mokuji {
    padding: 0 30px 0 30px;
    background: #fff7f8;
    width: 100%;
    position: relative;
    margin: 80px auto 60px auto;
  }
  .navsp-mokuji:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    background: #fff7f8;
    top: -10px;
    left: 0;
  }
  /* .navsp-mokuji li.-project::before {
    top: calc(50% + 16px);
  } */
  .navsp-mokuji li {
    border-bottom: 2px dotted var(--color-red);
    margin-bottom: 0;
  }
  .navsp-mokuji a {
    font-size: 16px;
    display: flex;
    align-items: center;
    height: 45px;
  }
  .navsp-mokuji a::before {
    display: none;
  }
  .navsp-mokuji .project-inner {
    width: 100%;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .navsp-btnlist {
    display: flex;
    gap: 8px;
    position: relative;
    z-index: 2;
    max-width: calc(100% - 30px);
    margin: auto;
  }
  .navsp-btnlist .header-btnmap,.navsp-btnlist .header-company {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: calc(50% - 8px);
  }
  
  .navsp-logo {
    width: 100px;
    height: auto;
    display: block;
    position: absolute;
    top: 17px;
    left: 16px;
  }
}





/*movie*/
.movie {
  margin-top: 120px;
}
.c-modalthumb {
  cursor: pointer;
  max-width: 771px;
  margin: 0 auto 20px auto;
  transition-duration: 0.3s;
}
.c-modalthumb:hover {
  opacity: 0.7;
}
.movie p {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .movie {
    margin-top: 120px;
  }
  .c-modalthumb {
    max-width: 771px;
    margin: 0 auto 20px auto;
  }
  .movie p {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
  }
}


/*lower mv*/
.mv-lower {
  margin: 220px 0 0 0;
  width: calc(100% - 40px);
}
.mv-lower figure {
  max-width: 400px;
  width: calc(100% - 40px);
  margin: auto;
}
.mv-lower figure img {
  margin: 0 auto 20px auto;
}
.mv-lower p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  margin: auto;
}
.mv-lower p + div {
  padding-top: 30px;
  width: calc(100% - 40px);
  margin: auto;
}
.mv-lower .c-btn {
  margin: 0 auto 0 auto;
}

button.c-btn.-down.is-active::after {
  transform: translateY(-50%) rotate(-180deg);
}
@media screen and (max-width: 767px) {
  .mv-lower {
    margin: 180px auto 60px auto;
  }

  .mv-lower figure img {
    margin: 0 auto 15px auto;
  }
  .mv-lower p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1.8;
    margin: auto;
  }
  .mv-lower p + div {
    padding-top: 30px;
    width: calc(100% - 40px);
    margin: auto;
  }
}






/* # =================================================================
# footermain
# ================================================================= */
.footermain {
  margin: 8rem auto 0;
  position: relative;
  overflow: hidden;
  background: #fff;
  color: var(--color-black);
}

.footermain-inner {
  padding: 0 5rem;
}

.footermain-sns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footermain-sns__item {
  width: 5.5rem;
  margin: 0 6rem;
}

.footermain-sns__link {
  display: block;
  font-weight: 500;
}

.footermain-siteNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4rem 0 0;
}

.footermain-siteNav__copy {
  display: block;
  font-size: 2rem;
  font-weight: 500;
}

.footermain .logo_abbvie {
  width: 140px;
  height: auto;
  margin: 30px 6.5rem 20px auto;
  z-index: 5;
}
.footermain .logo_abbvie a {
  display: block;
}
.new-txt {
  font-size: 14px;
  max-width: 1000px;
  margin: 20px auto;
  width: calc(100% - 40px);
  font-weight: 500;
  position: absolute;
  right: 0;
  left: 0;
}
.att-txt {
  font-size: 12px;
  font-weight: 500;
  /* position: absolute;
  left: 20px;
  bottom: 10px; */
  position: absolute;
  max-width: 1000px;
  padding: 15px 0;
  width: 1000px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transform: translate(210px, 0px);
}
.att-txt span {
  position: relative;
  z-index: 1;
}
.att-txt::after {
  content: '';
  display: block;
  position: absolute;
  width: 300vw;
  height: 100%;
  background: #d9dee1;
  bottom: 0;
  left:-100vw;
  display: none;
}
.pagetop {
  display: none; /* 初期状態では非表示 */
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 1000;
  cursor: pointer;
  color: var(--color-red);
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: 800;
  font-size: 20px;
  text-shadow:1px 1px 10px #fff,-1px 1px 10px #fff,1px -1px 10px #fff,-1px -1px 10px #fff;
}
.pagetop:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .footermain {
    margin: 5.5rem auto 1rem;
  }

  .footermain-inner {
    padding: 0;
  }

  .footermain-sns__item {
    width: 4.5rem;
    margin: 0 3.4rem;
  }

  .footermain-siteNav {
    justify-content: center;
    margin: 5rem 0 0;
  }

  .footermain-siteNav__copy {
    font-size: 14px;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .footermain {
    margin-bottom: 1rem;
  }
  .footermain-siteNav {
    flex-wrap: wrap;
  }

  .footermain-siteNav li:not(.txt_copy) {
    width: calc(100% / 3);
    text-align: center;
  }

  .footermain-siteNav li.txt_copy {
    margin: 40px auto 0;
  }

  .footermain .logo_abbvie {
    margin: 30px 3.8rem 20px auto;
  }
  .pagetop {
    font-size: 16px;
  }
  .att-txt {
    width: 100%;
    position: relative;
    transform: translate(0px, 0px);
  }
}