@charset "UTF-8";
/****	---- setting ----
===================================****/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/****	---- general ----
===================================****/
html.lock, body.lock {
  overflow: hidden;
}

html {
  font-size: 62.5%;
}
@media print, screen and (max-width: 1439px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media print, screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  color: #000;
  font-size: 1.4rem;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Old Mincho", serif;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  background: #fff;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

/****	---- js ----
===================================****/
.fadeIn,
.fadeIn_200,
.fadeIn_400,
.fadeIn_600 {
  transition: 0.8s;
  opacity: 0;
  transform: translate(0, 6rem);
  -webkit-transform: translate(0, 6rem);
}

.fadeIn_bottom {
  transition: 0.4s;
  opacity: 0;
  transform: translate(0, 12rem);
  -webkit-transform: translate(0, 12rem);
}

.fadeIn_left {
  transition: 1.2s;
  opacity: 0;
  transform: translate(-10rem, 0);
  -webkit-transform: translate(10rem, 0);
}

.fadeIn_right {
  transition: 1.2s;
  opacity: 0;
  transform: translate(10rem, 0);
  -webkit-transform: translate(10rem, 0);
}

.fadeInMove {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.js-accordion {
  transition: 0.2s;
}

.js-accordion:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media print, screen and (max-width: 767px) {
  .js-accordion:hover {
    opacity: 1;
  }
}

.js-accordionContents {
  display: none;
}

.js-bounce-200 {
  opacity: 0;
}
.js-bounce-200.on {
  animation: bounceMv 0.6s;
}

.js-bounce-800,
.js-bounce-1000,
.js-bounce-1200,
.js-bounce-1400,
.js-bounce-1600,
.js-bounce-1800,
.js-bounce-2000,
.js-bounce-2200 {
  opacity: 0;
}
.js-bounce-800.on,
.js-bounce-1000.on,
.js-bounce-1200.on,
.js-bounce-1400.on,
.js-bounce-1600.on,
.js-bounce-1800.on,
.js-bounce-2000.on,
.js-bounce-2200.on {
  animation: bounce 0.6s;
}

@keyframes bounceMv {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/****	---- utility ----
===================================****/
.u-pc {
  display: block;
}
@media print, screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-mb--em {
  margin: 0 0 1em 0;
}

/****	---- layout ----
===================================****/
.l-inner {
  width: 100rem;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .l-inner {
    width: 70rem;
  }
}

.l-inner1240 {
  width: 124rem;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .l-inner1240 {
    width: 67rem;
  }
}

.l-main {
  display: block;
  position: relative;
  overflow: hidden;
}

/****	---- component ----
===================================****/
.c-serif {
  font-family: "Zen Old Mincho", serif;
}

.c-ttl {
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 1.2916666667;
}
@media print, screen and (max-width: 767px) {
  .c-ttl {
    font-size: 6.4rem;
    line-height: 1.3125;
  }
}

.c-lead {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5833333333;
}
@media print, screen and (max-width: 767px) {
  .c-lead {
    font-size: 3.4rem;
    line-height: 1.5294117647;
  }
}

.c-txt {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media print, screen and (max-width: 767px) {
  .c-txt {
    font-size: 2.4rem;
  }
}

/****	---- header ----
===================================****/
.l-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.l-header::before {
  content: "";
  width: 46.2rem;
  height: 46.2rem;
  background: url("../img/orn_header.png") center center/contain no-repeat;
  position: absolute;
  top: -27.6rem;
  left: -12.6rem;
}
@media print, screen and (max-width: 767px) {
  .l-header::before {
    height: 40.4rem;
    background: url("../img/orn_header_sp.png") center center/contain no-repeat;
    top: -24rem;
    left: -12rem;
  }
}
.l-header__logo {
  width: 21rem;
  position: absolute;
  top: 1.5rem;
  left: 2rem;
}
@media print, screen and (max-width: 767px) {
  .l-header__logo {
    width: 21.6rem;
    top: 2rem;
  }
}
.l-header__link {
  width: 37.8rem;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 1rem;
  right: 2rem;
}
@media print, screen and (max-width: 767px) {
  .l-header__link {
    top: 2rem;
    right: 2.5rem;
  }
}
.l-header__link-btn {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  width: 18rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 767px) {
  .l-header__link-btn {
    font-size: 1.6rem;
  }
}
.l-header__link-btn.--blue {
  background: #6a7dbc;
}
.l-header__link-btn.--red {
  background: #ea5550;
}

/****	---- main ----
===================================****/
.mv {
  height: 85.4rem;
  background: url("../img/bg_mv.jpg") center bottom -8.8rem/cover no-repeat;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .mv {
    height: 149.4rem;
    background: url("../img/bg_mv_sp.jpg") center center/cover no-repeat;
  }
}
.mv__ttl {
  width: 37.8rem;
  position: absolute;
  top: 12.8rem;
  right: 0;
  left: 0;
  margin: auto;
}
@media print, screen and (max-width: 767px) {
  .mv__ttl {
    width: 46.4rem;
    top: 38.4rem;
  }
}
.mv__img > img {
  position: absolute;
}
.mv__img > img.--01 {
  width: 14.2rem;
  top: 11.8rem;
  left: calc(50% - 56rem);
}
@media print, screen and (max-width: 767px) {
  .mv__img > img.--01 {
    top: 15.3rem;
    left: 15.3rem;
  }
}
.mv__img > img.--02 {
  width: 16.5rem;
  top: 28.5rem;
  left: calc(50% - 52.6rem);
}
@media print, screen and (max-width: 767px) {
  .mv__img > img.--02 {
    top: 28.7rem;
    left: 1.9rem;
  }
}
.mv__img > img.--03 {
  width: 9.9rem;
  top: 41.4rem;
  left: calc(50% - 59rem);
}
@media print, screen and (max-width: 767px) {
  .mv__img > img.--03 {
    top: 91.1rem;
    left: 3.6rem;
  }
}
.mv__img > img.--04 {
  width: 15.5rem;
  top: 53rem;
  left: calc(50% - 51.4rem);
}
@media print, screen and (max-width: 767px) {
  .mv__img > img.--04 {
    top: 106.7rem;
    left: 10.6rem;
  }
}
.mv__img > img.--05 {
  width: 13.5rem;
  top: 14.6rem;
  left: calc(50% + 31.3rem);
}
@media print, screen and (max-width: 767px) {
  .mv__img > img.--05 {
    top: 13.8rem;
    left: 46rem;
  }
}
.mv__img > img.--06 {
  width: 18.8rem;
  top: 26.4rem;
  left: calc(50% + 43.4rem);
}
@media print, screen and (max-width: 767px) {
  .mv__img > img.--06 {
    top: 30rem;
    left: 55rem;
  }
}
.mv__img > img.--07 {
  width: 16.7rem;
  top: 36.7rem;
  left: calc(50% + 31.9rem);
}
@media print, screen and (max-width: 767px) {
  .mv__img > img.--07 {
    top: 93.1rem;
    left: 58rem;
  }
}
.mv__img > img.--08 {
  width: 15.5rem;
  top: 48.8rem;
  left: calc(50% + 48.3rem);
}
@media print, screen and (max-width: 767px) {
  .mv__img > img.--08 {
    top: 105.5rem;
    left: 45.9rem;
  }
}
.mv__logo {
  width: 124rem;
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 0;
  bottom: 3.8rem;
  left: 0;
  margin: auto;
}
@media print, screen and (max-width: 767px) {
  .mv__logo {
    display: none;
  }
}
.mv__logo > img {
  width: 30rem;
}
.mv__slider {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .mv__slider {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 16.7rem;
    left: 0;
  }
  .mv__slider .swiper-wrapper {
    transition-timing-function: linear;
  }
}

.about {
  min-height: 200vh; /* 長いスクロールを確保 */
  position: relative;
  width: 100%;
  overflow: hidden; /* はみ出し防止 */
}
.about::before {
  content: "";
  position: fixed; /* 画面に固定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* 常に画面一杯 */
  z-index: -1; /* テキストの後ろに配置 */
  /* 背景画像の設定 */
  background-image: url("../img/bg_about.jpg");
  background-size: cover;
  background-position: center;
  /* iOSでのチラつき防止 */
  will-change: transform;
}
@media print, screen and (max-width: 767px) {
  .about::before {
    background-image: url("../img/bg_about_sp.jpg");
  }
}
.about__section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 767px) {
  .about__section {
    height: 120vh;
  }
}
.about__content {
  width: 96rem;
  margin: 0 auto;
  display: flex;
  opacity: 0;
  filter: blur(2rem);
  transition: all 0.6s ease-out;
  text-shadow: 2px 2px 1rem rgba(0, 0, 0, 0.5);
}
@media print, screen and (max-width: 767px) {
  .about__content {
    width: 67rem;
    flex-direction: column;
  }
}
.about__content.is-visible {
  opacity: 1;
  filter: blur(0);
}
.about__ttl, .about__txt {
  color: #fff;
  width: 50%;
}
@media print, screen and (max-width: 767px) {
  .about__ttl, .about__txt {
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .about__ttl {
    font-size: 7.4rem;
  }
}
.about__txt {
  font-size: 1.6rem;
  line-height: 2.5;
  box-sizing: border-box;
  padding: 0 0 0 1em;
}
@media print, screen and (max-width: 767px) {
  .about__txt {
    font-size: 2.8rem;
    line-height: 2.2142857143;
    padding: 0;
    margin: 2em 0 0 0;
  }
}
.about__txt > strong {
  font-size: 2.4rem;
  line-height: 1.5833333333;
  margin: 0 0 1em 0;
  display: inline-block;
}
@media print, screen and (max-width: 767px) {
  .about__txt > strong {
    font-size: 3.6rem;
    line-height: 1.4444444444;
  }
}
.about__txt > span {
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.2352941176;
  display: inline-block;
}
@media print, screen and (max-width: 767px) {
  .about__txt > span {
    font-size: 6.4rem;
    line-height: 1.265625;
    margin: -0.5em 0;
  }
}

.mgt {
  padding: 13.5rem 0 14.7rem;
  background: url("../img/bg_mgt.jpg") center top;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .mgt {
    padding: 11rem 0 29.5rem;
  }
}
.mgt__desc {
  width: 28.4rem;
  background: linear-gradient(to right, #6a7dbc, #e95551);
  border-radius: 2rem 0 0 2rem;
  box-sizing: border-box;
  padding: 1.5rem 3rem 1.5rem 2rem;
  position: absolute;
  top: 52rem;
  right: 0;
  z-index: 1;
}
@media print, screen and (max-width: 767px) {
  .mgt__desc {
    top: 76rem;
  }
}
.mgt__desc::before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  border-radius: 2rem 0 0 2rem;
  position: absolute;
  inset: 0;
  margin: auto;
}
.mgt__desc-ttl {
  font-weight: bold;
  font-size: 2.4rem;
  color: #6a7dbc;
  position: relative;
}
.mgt__desc-ttl > span {
  background: linear-gradient(to right, #6a7dbc, #e95551);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 1.25em 0 0;
  position: relative;
}
.mgt__desc-ttl > span::after {
  content: "";
  width: 1.50176rem;
  height: 2.36732rem;
  background: url("../img/arw_right.svg") center center/contain no-repeat;
  position: absolute;
  top: 0.25em;
  right: 0;
  transform: rotate(90deg);
  transition: 0.5s;
}
.mgt__desc-ttl.open > span::after {
  transform: rotate(0);
}
.mgt__desc-txt {
  font-size: 1.6rem;
  line-height: 2;
  color: #6a7dbc;
  position: relative;
  margin: 0.5em 0 0 0;
}
@media print, screen and (max-width: 767px) {
  .mgt__desc-txt {
    font-size: 2rem;
  }
}
.mgt__ttl {
  margin: 0 0 1em 0;
}
@media print, screen and (max-width: 767px) {
  .mgt__ttl {
    white-space: nowrap;
    margin: 0 0 0.5em 0;
  }
}
@media print, screen and (max-width: 767px) {
  .mgt__ttl > span {
    letter-spacing: -0.15em;
  }
}
.mgt__lead {
  margin: 0 0 1em 0;
}
.mgt__list {
  width: 137rem;
  height: 174.5rem;
  margin: 9rem auto 0;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .mgt__list {
    width: 70rem;
    height: auto;
    margin: 12rem auto 0;
    display: flex;
    flex-direction: column;
    gap: 22.2rem 0;
  }
}
.mgt__list::before {
  content: "";
  width: 103.4rem;
  height: 140.8rem;
  background: url("../img/orn_mgt.png") center center/contain no-repeat;
  position: absolute;
  top: 13.2rem;
  left: 16.4rem;
}
@media print, screen and (max-width: 767px) {
  .mgt__list::before {
    width: 6.7rem;
    height: 366.6rem;
    background: url("../img/orn_mgt_sp.png") center center/contain no-repeat;
    top: 0;
    bottom: 0;
    left: 10.5rem;
    margin: auto;
  }
}
.mgt__list-item {
  width: 71.1rem;
  height: 71.1rem;
  background: url("../img/bg_mgt_circle.png") center center/contain no-repeat;
  box-sizing: border-box;
  padding: 5.8rem 0 0 0;
  position: absolute;
}
@media print, screen and (max-width: 767px) {
  .mgt__list-item {
    width: auto;
    height: auto;
    background: #fff;
    padding: 0 0 14rem 0;
    position: relative;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
}
.mgt__list-item:nth-child(1) {
  top: -3rem;
  left: -3rem;
}
.mgt__list-item:nth-child(1) .mgt__list-img {
  width: 31.2rem;
  top: 38.2rem;
  left: -1.2rem;
}
@media print, screen and (max-width: 767px) {
  .mgt__list-item:nth-child(1) .mgt__list-img {
    width: 54.9rem;
    top: auto;
    bottom: -15.5rem;
    left: 25.5rem;
  }
}
.mgt__list-item:nth-child(1) .mgt__list-ico {
  right: 10.5rem;
  bottom: 1rem;
}
.mgt__list-item:nth-child(2) {
  top: 20.4rem;
  right: -1.2rem;
}
.mgt__list-item:nth-child(2) .mgt__list-img {
  width: 32.2rem;
  top: -4rem;
  left: 33.5rem;
}
@media print, screen and (max-width: 767px) {
  .mgt__list-item:nth-child(2) .mgt__list-img {
    width: 50.8rem;
    top: auto;
    bottom: -15.5rem;
    left: 24rem;
  }
}
.mgt__list-item:nth-child(2) .mgt__list-ico {
  bottom: 6.5rem;
  left: 3rem;
}
.mgt__list-item:nth-child(3) {
  bottom: 28rem;
  left: -1.4rem;
}
.mgt__list-item:nth-child(3) .mgt__list-img {
  width: 28.7rem;
  top: 40.2rem;
  left: 3.5rem;
}
@media print, screen and (max-width: 767px) {
  .mgt__list-item:nth-child(3) .mgt__list-img {
    width: 50.3rem;
    top: auto;
    bottom: -14.5rem;
    left: 27rem;
  }
}
.mgt__list-item:nth-child(3) .mgt__list-ico {
  top: 7rem;
  right: 3.5rem;
}
.mgt__list-item:nth-child(4) {
  right: -3rem;
  bottom: -3rem;
}
.mgt__list-item:nth-child(4) .mgt__list-img {
  width: 21.7rem;
  top: 42rem;
  left: 5.8rem;
}
@media print, screen and (max-width: 767px) {
  .mgt__list-item:nth-child(4) .mgt__list-img {
    width: 37.5rem;
    top: auto;
    bottom: -19.5rem;
    left: 33rem;
  }
}
.mgt__list-item:nth-child(4) .mgt__list-ico {
  top: -1.5rem;
  left: 12rem;
}
.mgt__list-logo {
  width: 30rem;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .mgt__list-logo {
    width: 54rem;
  }
}
.mgt__list-ttl {
  text-align: center;
}
.mgt__list-ttl > span {
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  height: 4.6rem;
  background: #000;
  padding: 0 1em;
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5em;
}
@media print, screen and (max-width: 767px) {
  .mgt__list-ttl > span {
    font-size: 3rem;
    height: 7rem;
    padding: 0;
    display: flex;
  }
}
.mgt__list-ttl > span > i {
  font-style: normal;
  font-size: 1.6rem;
  height: 2.8rem;
  border: 1px solid #fff;
  padding: 0 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 767px) {
  .mgt__list-ttl > span > i {
    font-size: 2.6rem;
    height: 4.4rem;
  }
}
.mgt__list-copy {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4166666667;
  text-align: center;
  width: 59rem;
  border-bottom: 1px solid #000;
  padding: 0 0 0.5em 0;
  margin: 0.5em auto 0;
}
@media print, screen and (max-width: 767px) {
  .mgt__list-copy {
    font-size: 3.8rem;
    line-height: 1.4210526316;
    width: auto;
    border: none;
    margin: 1em 0 1.5em;
  }
}
.mgt__list-num {
  margin: 2.5rem 0 0 25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem 0;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .mgt__list-num {
    width: 62rem;
    border-top: 1px solid #000;
    padding: 6rem 0 0 0;
    margin: 0 auto;
    gap: 5rem 0;
  }
}
@media print, screen and (max-width: 767px) {
  .mgt__list-num::before {
    content: "";
    width: 23rem;
    height: 4.2rem;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(-1em);
  }
}
.mgt__list-num::after {
  content: "活躍用途";
  font-weight: bold;
  font-size: 2.4rem;
  position: absolute;
  top: 0;
  left: -5.5em;
}
@media print, screen and (max-width: 767px) {
  .mgt__list-num::after {
    font-size: 4.2rem;
    text-align: center;
    width: 100%;
    left: 0;
    transform: translateY(-1em);
  }
}
.mgt__list-num > li > h4 {
  font-weight: bold;
  font-size: 2rem;
}
@media print, screen and (max-width: 767px) {
  .mgt__list-num > li > h4 {
    font-size: 3.8rem;
  }
}
.mgt__list-num > li > h4 > span {
  position: relative;
}
.mgt__list-num > li > h4 > span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #6a7dbc, #e95551);
  position: absolute;
  bottom: -1px;
  left: 0;
}
.mgt__list-num > li > p {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media print, screen and (max-width: 767px) {
  .mgt__list-num > li > p {
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
}
.mgt__list-img {
  position: absolute;
}
.mgt__list-ico {
  width: 13.3rem;
  height: 13.3rem;
  position: absolute;
}
@media print, screen and (max-width: 767px) {
  .mgt__list-ico {
    width: 19.7rem;
    height: 19.7rem;
    top: auto !important;
    right: auto !important;
    bottom: 0 !important;
    left: 4rem !important;
    transform: translateY(50%);
  }
}
.mgt__chart {
  padding: 8rem 0 0 0;
  margin: 8.6rem 0 0 0;
}
@media print, screen and (max-width: 767px) {
  .mgt__chart {
    padding: 18rem 0 0 0;
    margin: 20rem 0 0 0;
  }
}
.mgt__chart-container {
  height: 60rem;
  background: url("../img/bg_chart.png") center center/contain no-repeat;
  border-radius: 2rem;
  box-shadow: 3rem 3rem 0.8rem rgba(122, 122, 122, 0.2);
  box-sizing: border-box;
  padding: 2rem 0 0 0;
}
@media print, screen and (max-width: 767px) {
  .mgt__chart-container {
    height: 90rem;
    background: url("../img/bg_chart_sp.png") center center/contain no-repeat;
    padding: 6rem 0 0 0;
  }
}
.mgt__chart-ttl {
  font-size: 5rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
@media print, screen and (max-width: 767px) {
  .mgt__chart-ttl {
    font-size: 7.1rem;
  }
}
.mgt__chart-txt {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  margin: 0.25em 0 0 0;
}
@media print, screen and (max-width: 767px) {
  .mgt__chart-txt {
    font-size: 2.6rem;
    margin: -0.1em 0 0 0;
  }
}
.mgt__chart-txt > span {
  position: relative;
  padding: 0 1.5em;
}
.mgt__chart-txt > span::before, .mgt__chart-txt > span::after {
  content: "";
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  inset: 0;
  right: auto;
  margin: auto;
}
.mgt__chart-txt > span::after {
  right: 0;
  left: auto;
}
.mgt__chart #quiz-container {
  width: 91.3rem;
  height: 42rem;
  background: #fff;
  border-radius: 2rem;
  box-sizing: border-box;
  padding: 3.5rem 0 0 0;
  margin: 1.5rem auto 0;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .mgt__chart #quiz-container {
    width: 60rem;
    height: 60rem;
    padding: 8rem 0 0 0;
    margin: 4.5rem auto 0;
  }
}
.mgt__chart .question-title {
  font-weight: bold;
  font-size: 2.9rem;
  line-height: 1.4;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .mgt__chart .question-title {
    font-size: 3.6rem;
    line-height: 1.4;
  }
}
.mgt__chart .question-title > span {
  font-size: 4rem;
}
@media print, screen and (max-width: 767px) {
  .mgt__chart .question-title > span {
    font-size: 4.8rem;
  }
}
.mgt__chart .question-title > ruby > rt {
  vertical-align: 0.25em;
}
.mgt__chart .question-title.--large {
  font-size: 5rem;
}
@media print, screen and (max-width: 767px) {
  .mgt__chart .question-title.--large {
    font-size: 4.2rem;
  }
}
.mgt__chart .question-title.--mt {
  margin: 6rem 0 0 0;
}
@media print, screen and (max-width: 767px) {
  .mgt__chart .question-title.--mt {
    margin: 11rem 0 0 0;
  }
}
.mgt__chart .choice-group {
  margin: 6rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 19rem;
}
@media print, screen and (max-width: 767px) {
  .mgt__chart .choice-group {
    width: 100%;
    margin: 0;
    gap: 0 8rem;
    position: absolute;
    left: 0;
    top: 24rem;
  }
}
.mgt__chart {
  /* 画像ボタンの共通設定 */
}
.mgt__chart .img-circle-btn {
  width: 15rem;
  height: 15rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  outline: none;
  background-color: transparent;
}
@media print, screen and (max-width: 767px) {
  .mgt__chart .img-circle-btn {
    font-size: 2.6rem;
    width: 18rem;
    height: 18rem;
  }
}
.mgt__chart .img-circle-btn:hover {
  transform: scale(1.08);
  filter: brightness(1.1);
}
.mgt__chart {
  /* 左側：赤ボタン (蒸気 or 液 / YES) */
}
.mgt__chart .btn-left-red {
  background-image: url("../img/btn_red.svg");
  color: #ea5550;
}
.mgt__chart {
  /* 右側：青ボタン (ガス / NO) */
}
.mgt__chart .btn-right-blue {
  background-image: url("../img/btn_blue.svg");
  color: #6a7dbc;
}
.mgt__chart {
  /* 結果画面専用レイアウト */
}
.mgt__chart .result-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mgt__chart .product-img {
  pointer-events: none;
  position: absolute;
}
.mgt__chart .product-img.--takanshiki {
  width: 87.4rem;
  top: 11.4rem;
  left: 3.5rem;
}
@media print, screen and (max-width: 767px) {
  .mgt__chart .product-img.--takanshiki {
    width: 52.6rem;
    top: 3.4rem;
    left: 5rem;
  }
}
.mgt__chart .product-img.--hinotec {
  width: 92.8rem;
  top: 10.3rem;
  left: 0.5rem;
}
@media print, screen and (max-width: 767px) {
  .mgt__chart .product-img.--hinotec {
    width: 66.1rem;
    top: 1.4rem;
    left: -1.2rem;
  }
}
.mgt__chart .product-img.--kurose {
  width: 86.2rem;
  top: 9.1rem;
  left: 5rem;
}
@media print, screen and (max-width: 767px) {
  .mgt__chart .product-img.--kurose {
    width: 64.9rem;
    top: 0.4rem;
    left: -0.4rem;
  }
}
.mgt__chart .product-img.--katsukawa {
  width: 84.1rem;
  top: 9.1rem;
  left: 3.4rem;
}
@media print, screen and (max-width: 767px) {
  .mgt__chart .product-img.--katsukawa {
    width: 62.7rem;
    top: 4.6rem;
    left: -1rem;
  }
}
.mgt__chart .product-img.--hisaka {
  width: 84.4rem;
  top: 9.8rem;
  left: 4.7rem;
}
@media print, screen and (max-width: 767px) {
  .mgt__chart .product-img.--hisaka {
    width: 57.4rem;
    top: 4.4rem;
    left: 3.6rem;
  }
}
.mgt__chart .logo-img {
  width: 28.35rem;
  margin: 0 auto -2rem;
}
@media print, screen and (max-width: 767px) {
  .mgt__chart .logo-img {
    width: 30rem;
    margin: 8.5rem auto -0.5rem;
  }
}
.mgt__chart .rect-btn {
  border: none;
  font-weight: bold;
  font-size: 2.6rem;
  color: #fff;
  width: 40rem;
  height: 6rem;
  background: #ea5550;
  box-shadow: 0.4rem 0.4rem 0 #6a7dbc;
  text-decoration: none;
  margin: 3rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  cursor: pointer;
}
@media print, screen and (max-width: 767px) {
  .mgt__chart .rect-btn {
    font-size: 3.12rem;
    width: 45rem;
    height: 7.2rem;
    margin: 4rem auto 0;
  }
}
.mgt__chart .rect-btn:hover {
  transform: translate(2px, 2px);
  opacity: 0.9;
}
.mgt__chart .footer-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0 5.5rem;
  position: absolute;
  bottom: 4rem;
  left: 0;
}
@media print, screen and (max-width: 767px) {
  .mgt__chart .footer-nav {
    gap: 0 2rem;
    bottom: 3.5rem;
  }
}
.mgt__chart .nav-link {
  background: none;
  border: none;
  color: #0f1419;
  text-decoration: underline;
  font-size: 1.6rem;
  cursor: pointer;
}
@media print, screen and (max-width: 767px) {
  .mgt__chart .nav-link {
    font-size: 2.4rem;
  }
}
.mgt__chart .nav-link:hover {
  text-decoration: none;
}
.mgt__chart .hidden {
  display: none;
}

/****	---- footer ----
===================================****/
.l-footer {
  height: 88rem;
  background: url("../img/bg_footer.jpg") center center/cover no-repeat;
  box-sizing: border-box;
  padding: 10rem 0 0 0;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .l-footer {
    height: auto;
    padding: 18rem 0 3rem;
  }
}
.l-footer__ttl {
  font-size: 5rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin: 0 0 1.25em 0;
}
@media print, screen and (max-width: 767px) {
  .l-footer__ttl {
    font-size: 6rem;
    line-height: 1.1666666667;
    margin: 0 0 1.5em 0;
  }
}
.l-footer__list {
  width: 66rem;
  margin: 0 auto 14rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5rem 0;
}
@media print, screen and (max-width: 767px) {
  .l-footer__list {
    width: auto;
    padding: 0 7rem;
    flex-direction: column;
    gap: 9rem 0;
  }
}
.l-footer__list-item {
  color: #fff;
  width: 25rem;
}
@media print, screen and (max-width: 767px) {
  .l-footer__list-item {
    width: 100%;
  }
}
.l-footer__list-ttl {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.75;
  margin: 0 0 0.5em 0;
}
@media print, screen and (max-width: 767px) {
  .l-footer__list-ttl {
    font-size: 4.2rem;
    line-height: 1;
  }
}
.l-footer__list-txt {
  white-space: nowrap;
  font-size: 1.6rem;
  line-height: 1.625;
  margin: 0 0 1em 0;
}
@media print, screen and (max-width: 767px) {
  .l-footer__list-txt {
    font-size: 2.6rem;
    line-height: 1.8461538462;
  }
}
.l-footer__list-txt > a {
  color: #fff;
  text-decoration: underline;
}
.l-footer__list-txt > a:hover {
  text-decoration: none;
}
.l-footer__list-btn {
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  color: #000;
  width: 25rem;
  height: 6rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 767px) {
  .l-footer__list-btn {
    font-size: 2.4rem;
    width: 34.8rem;
    height: 8.4rem;
  }
}
.l-footer__copy {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: 1em;
  left: 0;
}
@media print, screen and (max-width: 767px) {
  .l-footer__copy {
    line-height: 1.4285714286;
    text-align: center;
    position: static;
  }
}

/****	---- end ----
===================================****//*# sourceMappingURL=style.css.map */