@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

body {
  font-family: sans-serif;
}

@-webkit-keyframes navLinkFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes navLinkFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.html {
  width: 100%;
  height: 100%;
}

.body {
  overflow: hidden;
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  font-style: normal;
}

_::-webkit-full-page-media,
_:future,
:root body {
  font-family: sans-serif;
  font-style: normal;
}

.header__sp {
  z-index: 30;
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
}
.header__sp__span {
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  margin-right: 0.625rem;
}
.header__sp__span img {
  width: 100%;
}
.header__sp__logo {
  width: 24%;
  height: 100%;
  margin-left: 0.6875rem;
  margin-top: 0.6875rem;
  z-index: 10000;
}
@media screen and (min-width: 1024px) {
  .header__sp__logo {
    width: 15%;
    height: 100%;
    margin-left: 2.25rem;
    margin-top: 2.25rem;
    z-index: 10000;
  }
}
.header__sp__sns__list {
  display: flex;
  margin-right: 5%;
  padding: 2%;
  align-items: center;
}
.header__sp__sns__item {
  margin-right: 10%;
}
.header__sp__sns__item__link__img {
  width: 100%;
}
.header__sp__inner {
  display: flex;
  margin-top: 1.6%;
  margin-right: 1.6%;
  margin-bottom: 6.2%;
}
.header__sp-nav {
  z-index: 50;
  display: flex;
  justify-content: space-around;
}
.header__sp-nav__menu {
  background-color: #000;
  display: none;
  justify-content: space-around;
  position: absolute;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0.9;
  text-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header__sp-nav__menu {
    font-size: 1.375rem;
  }
}
.header__sp-nav__menu.is-active {
  background-color: #000;
  display: flex;
  justify-content: space-around;
  position: absolute;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0.9;
}
.header__sp-nav__menu__list {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  display: flex;
  margin-bottom: 50px;
}
.header__sp-nav__menu__list__link {
  text-align: left;
  color: #fff;
  font-size: 0.625rem;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 700;
  position: relative;
  line-height: 1.5em;
}
.header__sp-nav__menu__list__link::before {
  content: "../img/mushimegane.svg";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
}

/* humのline操作 */
.sns__list {
  display: flex;
  flex-direction: column;
  width: 9%;
  z-index: 1000;
  position: fixed;
  top: 10%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .sns__list {
    width: 3%;
    top: 25%;
  }
}

.sns__item {
  margin-bottom: 30%;
}
.sns__item:nth-child(1):hover {
  transform: scale(1.2, 1.2); /*画像の拡大*/
  cursor: pointer; /*カーソルをポインターにする*/
  transition-duration: 0.2s; /*変化の時間*/
}
.sns__item:nth-child(2):hover {
  transform: scale(1.2, 1.2); /*画像の拡大*/
  cursor: pointer; /*カーソルをポインターにする*/
  transition-duration: 0.2s; /*変化の時間*/
}
.sns__item:nth-child(3):hover {
  transform: scale(1.2, 1.2); /*画像の拡大*/
  cursor: pointer; /*カーソルをポインターにする*/
  transition-duration: 0.2s; /*変化の時間*/
}
.sns__item__link__img {
  width: 100%;
}

/* main */
.main {
  overflow-x: hidden;
}

.main__visual {
  background-color: #000000;
}
.main__visual__wrap {
  position: relative;
}
.main__visual__chara {
  width: 75%;
  right: 0;
  position: absolute;
  right: 0;
}
.main__visual__chara__img {
  width: 100%;
}
.main__visual__manzoku {
  width: 65%;
  margin: 0 auto;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .main__visual__manzoku {
    width: 37%;
    top: 42%;
    left: 20%;
  }
}
.main__visual__manzoku__img {
  width: 100%;
}
.main__visual__text__wrap {
  position: absolute;
  left: 1.5625rem;
  top: 20%;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .main__visual__text__wrap {
    left: 3.125rem;
    top: 11%;
  }
}
.main__visual__hl {
  font-family: sans-serif, sans-serif;
  font-style: normal;
  font-style: normal;
  font-size: 0.875rem;
  color: #fff;
  -webkit-text-stroke: 0.7px #000;
  text-stroke: 0.7px #000;
  font-weight: 900;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .main__visual__hl {
    font-size: 2.125rem;
  }
}
.main__visual__text {
  margin-top: 1.25rem;
  font-family: sans-serif;
  font-style: normal;
  font-size: 1.125rem;
  color: #fff;
  -webkit-text-stroke: 0.7px #000;
  text-stroke: 0.7px #000;
  line-height: 1.7em;
  font-weight: 900;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .main__visual__text {
    font-size: 2.5rem;
  }
}

.about {
  background: #000;
  padding-bottom: 22.5rem;
}
.about__wrap {
  display: flex;
  justify-content: space-around;
}
.about__chara {
  width: 42%;
  margin-left: 0.8125rem;
}
@media screen and (min-width: 1024px) {
  .about__chara {
    margin-left: 3.125rem;
  }
}
.about__chara__img {
  width: 100%;
}
.about__hl {
  font-size: 0.4375rem;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .about__hl {
    font-size: 1.5625rem;
  }
}
.about__text1 {
  font-size: 0.625rem;
  font-family: sans-serif;
  font-style: normal;
  color: #fff;
  margin-top: 0.625rem;
  line-height: 1.4em;
}
@media screen and (min-width: 1024px) {
  .about__text1 {
    font-size: 2.1875rem;
  }
}
.about__text2 {
  font-size: 0.5625rem;
  font-family: sans-serif;
  font-style: normal;
  color: #fff;
  margin-top: 0.625rem;
  line-height: 1.4em;
}
@media screen and (min-width: 1024px) {
  .about__text2 {
    font-size: 1.25rem;
  }
}
.about__text__wrap {
  margin-top: 2%;
}
.about__link {
  position: relative;
  margin-top: 1.25rem;
  z-index: 210;
}
.about__link:hover {
  transform: scale(1.2, 1.2);
  cursor: pointer;
  transition-duration: 0.2s;
}
.about__link__text {
  font-size: 0.6875rem;
  font-family: sans-serif;
  font-style: normal;
  color: #fff;
  font-weight: 200;
}
.about__link__text:hover {
  transform: scale(1.2, 1.2);
  cursor: pointer;
  transition-duration: 0.2s;
}
@media screen and (min-width: 1024px) {
  .about__link__text {
    font-size: 1.625rem;
  }
  .about__link__text:hover {
    transform: scale(1.2, 1.2);
    cursor: pointer;
    transition-duration: 0.2s;
  }
}
.about__link__text::after {
  content: "";
  display: block;
  background-image: url("../img/gomendan_icon.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 73%;
  left: 4.9375rem;
  margin-top: -0.75rem;
  width: 1.0625rem;
  height: 1.0625rem;
}
@media screen and (min-width: 1024px) {
  .about__link__text::after {
    width: 2.0625rem;
    height: 2.0625rem;
    top: 41%;
    left: 11.9375rem;
  }
}

.point__wrap {
  position: relative;
  z-index: 200;
  background: #000;
}
.point__bg {
  margin-top: -25.625rem;
  width: 110%;
  margin-left: -1.25rem;
}
.point__bg__img {
  width: 100%;
}
.point__hl {
  font-size: 0.6875rem;
  color: #fff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 900;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .point__hl {
    font-size: 1.625rem;
  }
}
.point__text {
  font-size: 1rem;
  color: #fff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 1024px) {
  .point__text {
    font-size: 3.5625rem;
  }
}
.point__text__wrap {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.point__mushimegane {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  top: 16%;
}
.point__mushimegane__img {
  width: 100%;
}
.point__four {
  position: absolute;
  width: 70%;
  left: 50%;
  top: 34%;
  transform: translate(-50%, -50%);
  z-index: 200;
}
.point__four__up {
  display: flex;
  flex-wrap: wrap;
}
.point__four__bottom {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6%;
}
.point__four__item {
  width: 50%;
}
.point__four__item__text {
  font-family: sans-serif;
  font-style: normal;
  font-size: 0.6875rem;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .point__four__item__text {
    font-size: 1.125rem;
    margin-top: 3%;
  }
}
.point__four__item__img {
  width: 50%;
  margin: 0 auto;
}
.point__four__item__img__img {
  width: 100%;
}

.tyousa {
  position: relative;
  z-index: 204;
  margin-top: -163%;
}
.tyousa__wrap {
  z-index: 201;
}
.tyousa__bg {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tyousa__bg {
    display: none;
  }
}
.tyousa__bg__img {
  width: 100%;
}
.tyousa__bg__pc {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tyousa__bg__pc {
    display: none;
  }
}
.tyousa__bg__pc__img {
  width: 100%;
}
.tyousa__text {
  font-size: 1rem;
  color: #000;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  margin-top: 0.3125rem;
  z-index: 203;
}
@media screen and (min-width: 1024px) {
  .tyousa__text {
    font-size: 3.5625rem;
  }
}
.tyousa__text__wrap {
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .tyousa__text__wrap {
    top: 39%;
  }
}
.tyousa__hl {
  font-size: 0.6875rem;
  color: #000;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 900;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .tyousa__hl {
    font-size: 1.625rem;
  }
}
.tyousa__koumoku {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .tyousa__koumoku {
    flex-direction: row;
    width: 74%;
    top: 65%;
  }
}
.tyousa__koumoku__item {
  width: 90%;
  margin: 0 auto;
  margin-top: 5%;
}
@media screen and (min-width: 1024px) {
  .tyousa__koumoku__item {
    width: 100%;
    margin: 2% 1% 0;
  }
}
.tyousa__koumoku__item__img {
  width: 100%;
}
.tyousa__kotirakara {
  width: 55%;
  margin: 0 auto;
  position: absolute;
  top: 90.5%;
  left: 53%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .tyousa__kotirakara {
    width: 25%;
    top: 91.5%;
  }
}
.tyousa__kotirakara:hover {
  width: 60%;
  cursor: pointer; /*カーソルをポインターにする*/
  transition-duration: 0.2s; /*変化の時間*/
}
@media screen and (min-width: 1024px) {
  .tyousa__kotirakara:hover {
    width: 35%;
  }
}
.tyousa__kotirakara__link__img {
  width: 100%;
}

.flow {
  background-color: #faaf3b;
  position: relative;
  z-index: 207;
  margin-top: -24%;
  padding-top: 1.5625rem;
  padding-bottom: 2.125rem;
}
@media screen and (min-width: 1024px) {
  .flow {
    margin-top: 0;
  }
}
.flow__wrap {
  width: 80%;
  margin: 0 auto;
}
.flow__hl {
  -webkit-text-stroke: 0.7px #000;
  text-stroke: 0.7px #000;
  text-align: center;
  font-size: 0.6875rem;
  color: #fff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 900;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .flow__hl {
    font-size: 1.625rem;
  }
}
.flow__text {
  -webkit-text-stroke: 0.7px #000;
  text-stroke: 0.7px #000;
  font-size: 1rem;
  color: #fff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  margin-top: 0.3125rem;
  z-index: 203;
}
@media screen and (min-width: 1024px) {
  .flow__text {
    font-size: 3.5625rem;
  }
}
.flow__box1 {
  margin: auto;
  width: 17.5rem;
  height: 8.1875rem;
  background-color: #fff;
  border-radius: 0.75rem;
  border: 0.3125rem solid #000;
  position: relative;
  top: 3.875rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flow__box1__hl {
  font-size: 1.0625rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-top: 0.875rem;
}
.flow__box1__text {
  font-size: 0.9375rem;
  color: #000;
  font-weight: 500;
  text-align: left;
  margin-top: 0.875rem;
  margin-left: 0.3125rem;
  line-height: 1.5em;
}
.flow__box__wrap1 {
  position: relative;
  width: 100%;
  height: 100%;
}
.flow__box__obj1 {
  position: absolute;
  width: 6.5625rem;
}
.flow__box__obj1__img {
  width: 100%;
}
.flow__all {
  margin: 0 auto;
  margin-top: 7%;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .flow__all {
    width: 77%;
  }
}
.flow__all__img {
  width: 100%;
}
.flow__kotirakara {
  width: 55%;
  margin: 0 auto;
  margin-top: 16%;
}
@media screen and (min-width: 1024px) {
  .flow__kotirakara {
    width: 25%;
    margin-top: 4%;
  }
}
.flow__kotirakara:hover {
  width: 60%;
  cursor: pointer; /*カーソルをポインターにする*/
  transition-duration: 0.2s; /*変化の時間*/
}
@media screen and (min-width: 1024px) {
  .flow__kotirakara:hover {
    width: 35%;
  }
}
.flow__kotirakara__link__img {
  width: 100%;
}

.gaiyou {
  position: relative;
  z-index: 204;
}
.gaiyou__wrap {
  z-index: 201;
}
.gaiyou__bg {
  width: 100%;
}
.gaiyou__bg__img {
  width: 100%;
}
.gaiyou__logo {
  width: 37%;
  position: absolute;
  top: 18%;
  left: 1.5625rem;
}
.gaiyou__logo__img {
  width: 100%;
}
.gaiyou__chara {
  width: 70%;
  position: absolute;
  top: 14%;
  right: -2%;
}
.gaiyou__text__wrap {
  position: absolute;
  left: 1.5625rem;
  width: 100%;
  top: 26%;
}
@media screen and (min-width: 1024px) {
  .gaiyou__text__wrap {
    left: 3.125rem;
  }
}
.gaiyou__text {
  position: absolute;
  margin-top: 1.25rem;
  font-family: "NotoSansCJKJP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.125rem;
  color: #fff;
  -webkit-text-stroke: 0.4px #000;
  text-stroke: 0.4px #000;
  line-height: 1.9em;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .gaiyou__text {
    font-size: 2.75rem;
  }
}
.gaiyou__link {
  position: absolute;
  top: 67%;
  z-index: 210;
  left: 1.5625rem;
}
.gaiyou__link:hover {
  transform: scale(1.2, 1.2);
  cursor: pointer;
  transition-duration: 0.2s;
}
@media screen and (min-width: 1024px) {
  .gaiyou__link {
    left: 8.5625rem;
    top: 60%;
  }
  .gaiyou__link:hover {
    transform: scale(1.2, 1.2);
    cursor: pointer;
    transition-duration: 0.2s;
  }
}
.gaiyou__link__text {
  font-size: 0.6875rem;
  font-family: "NotoSansCJKJP", sans-serif;
  font-style: normal;
  color: #fff;
  font-weight: 100;
}
.gaiyou__link__text:hover {
  transform: scale(1.2, 1.2);
  cursor: pointer;
  transition-duration: 0.2s;
}
@media screen and (min-width: 1024px) {
  .gaiyou__link__text {
    font-size: 2.0625rem;
  }
  .gaiyou__link__text:hover {
    transform: scale(1.2, 1.2);
    cursor: pointer;
    transition-duration: 0.2s;
  }
}
.gaiyou__link__text::after {
  content: "";
  display: block;
  background-image: url("../img/gomendan_icon.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 73%;
  left: 5.6875rem;
  margin-top: -0.75rem;
  width: 1.0625rem;
  height: 1.0625rem;
}
@media screen and (min-width: 1024px) {
  .gaiyou__link__text::after {
    left: 16.875rem;
    width: 3.0625rem;
    height: 3.0625rem;
    top: 23%;
  }
}
.gaiyou__hl {
  margin: 0 auto;
  font-family: sans-serif;
  font-style: normal;
  color: #fff;
  font-size: 0.75rem;
  position: absolute;
  font-weight: bold;
  top: 76%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .gaiyou__hl {
    font-size: 1.375rem;
  }
}
.gaiyou__sns__list {
  display: flex;
  width: 43%;
  margin: 0 auto;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gaiyou__sns__list__item__link__img {
  width: 100%;
}
.gaiyou__sns__list__item__link__img:hover {
  transform: scale(1.2, 1.2);
  cursor: pointer;
  transition-duration: 0.2s;
}

.link__area {
  position: relative;
  margin-top: -3%;
}
.link__area__list {
  margin-top: 1.5rem;
}
.link__area__list:nth-child(1):hover {
  transform: scale(1.2, 1.2);
  cursor: pointer;
  transition-duration: 0.2s;
}
.link__area__list:nth-child(2):hover {
  transform: scale(1.2, 1.2);
  cursor: pointer;
  transition-duration: 0.2s;
}
.link__area__list:nth-child(3):hover {
  transform: scale(1.2, 1.2);
  cursor: pointer;
  transition-duration: 0.2s;
}
@media screen and (min-width: 1024px) {
  .link__area__list {
    margin-top: 3.4375rem;
  }
}
.link__area__list__text {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .link__area__list__text {
    font-size: 1.375rem;
  }
}
.link__area__list__text::after {
  content: "";
  display: block;
  background-image: url("../img/mushimegane_link.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 73%;
  left: 4.9375rem;
  margin-top: -0.75rem;
  width: 1.0625rem;
  height: 1.0625rem;
}
@media screen and (min-width: 1024px) {
  .link__area__list__text::after {
    width: 3.0625rem;
    height: 3.0625rem;
    top: 23%;
    left: 5.9375rem;
  }
}
.link__area__wrap {
  position: absolute;
  top: 40%;
  left: 44%;
  transform: translate(-50%, -50%);
}
.link__area__bg {
  width: 100%;
}
.link__area__bg__img {
  width: 100%;
}

.yorisoi {
  position: relative;
}
.yorisoi__hl {
  font-size: 0.9375rem;
  color: #000;
  font-family: sans-serif;
  font-style: normal;
  font-weight: bolder;
  margin-left: 10%;
  line-height: 1.8em;
}
@media screen and (min-width: 1024px) {
  .yorisoi__hl {
    font-size: 2.625rem;
  }
}
.yorisoi__text {
  font-size: 0.6875rem;
  font-weight: 900;
  margin-left: 10%;
  margin-top: 5%;
  line-height: 1.8em;
}
@media screen and (min-width: 1024px) {
  .yorisoi__text {
    font-size: 1.0625rem;
  }
}
.yorisoi__kemuri {
  width: 40%;
  position: absolute;
  top: 30%;
  left: 20%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .yorisoi__kemuri {
    top: -31%;
    transform: rotate(-35deg);
    width: 30%;
    left: 10%;
  }
}
.yorisoi__kemuri__img {
  width: 100%;
}
.yorisoi__tantei {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 40%;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .yorisoi__tantei {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 40%;
    z-index: -1;
  }
}
.yorisoi__tantei__img {
  width: 100%;
}

.kotira {
  position: relative;
  margin-top: -13%;
}
.kotira__hl {
  font-size: 0.875rem;
  color: #fff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5%;
}
@media screen and (min-width: 1024px) {
  .kotira__hl {
    font-size: 2.75rem;
  }
}
.kotira__bg__img {
  width: 100%;
}
.kotira__text {
  color: #fff;
  font-size: 0.625rem;
  font-family: sans-serif;
  font-style: normal;
  text-align: left;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .kotira__text {
    font-size: 1.625rem;
  }
}
.kotira__text__wrap {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kotira__link {
  display: block;
  font-size: 0.75rem;
  font-family: sans-serif;
  font-style: normal;
  color: #000;
  font-weight: bold;
  background-color: #fff;
  position: absolute;
  top: 160%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.6875rem;
  border-radius: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .kotira__link {
    font-size: 1.125rem;
  }
}
.kotira__link:hover {
  display: block;
  font-size: 0.875rem;
  font-family: Noto Sans CJK JP;
  font-style: normal;
  color: #000;
  font-weight: bold;
  background-color: #fff;
  position: absolute;
  top: 160%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.6875rem;
  border-radius: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .kotira__link:hover {
    font-size: 1.375rem;
  }
}

.contact {
  padding-bottom: 16%;
}
.contact__hl {
  text-align: center;
  font-size: 0.6875rem;
  color: #000;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 900;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .contact__hl {
    font-size: 1.625rem;
  }
}
.contact__text {
  font-size: 1.1875rem;
  color: #000;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  margin-top: 0.3125rem;
  z-index: 203;
}
@media screen and (min-width: 1024px) {
  .contact__text {
    font-size: 3.5625rem;
  }
}
.contact__text__wrap {
  margin-top: 11%;
}
.contact__line__text {
  font-size: 0.75rem;
  color: black;
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  margin-top: 13%;
}
@media screen and (min-width: 1024px) {
  .contact__line__text {
    font-size: 1.25rem;
  }
}
.contact__line__text2 {
  font-size: 0.75rem;
  color: black;
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  margin-top: 2%;
}
@media screen and (min-width: 1024px) {
  .contact__line__text2 {
    font-size: 1.25rem;
  }
}
.contact__line {
  width: 6.125rem;
  margin: 0 auto;
  margin-top: 3%;
}
@media screen and (min-width: 1024px) {
  .contact__line {
    width: 11.25rem;
  }
}
.contact__line__link__img {
  width: 100%;
}
.contact__line__link__img:hover {
  transform: scale(1.2, 1.2);
  cursor: pointer;
  transition-duration: 0.2s;
}
.contact__sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 19.1875rem;
  margin: 0 auto;
  margin-top: 11%;
}
@media screen and (min-width: 1024px) {
  .contact__sns__wrap {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .contact__sns {
    width: 38.75rem;
    margin-top: 0;
  }
}
.contact__sns__hl {
  font-size: 0.75rem;
  color: black;
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  margin-top: 11%;
}
@media screen and (min-width: 1024px) {
  .contact__sns__hl {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 1%;
  }
}
.contact__sns__list {
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .contact__sns__list {
    width: 11.25rem;
  }
}
.contact__sns__list__link__img {
  width: 100%;
}
.contact__sns__list__link__img:hover {
  transform: scale(1.2, 1.2);
  cursor: pointer;
  transition-duration: 0.2s;
}
@media screen and (min-width: 1024px) {
  .contact__container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 9%;
  }
}

.footer {
  width: 100%;
  background-color: #000;
  padding-bottom: 20%;
}
.footer__logo {
  padding-top: 19%;
  padding-bottom: 21%;
  width: 10.4375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    display: none;
  }
}
.footer__logo__pc {
  width: 60%;
  margin: 0 auto;
  padding-top: 19%;
  padding-bottom: 21%;
}
@media screen and (max-width: 767px) {
  .footer__logo__pc {
    display: none;
  }
}
.footer__logo__link__img {
  width: 100%;
}
.footer__btn__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__btn {
  margin-left: 0.625rem;
  margin-top: 0.625rem;
}
.footer__btn__link {
  display: block;
  width: 9.75rem;
  height: 2.5rem;
  line-height: 2.3rem;
  border-radius: 0.19375rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  border: solid #fff;
  color: #fff;
  overflow: hidden;
  background: none;
  font-size: 0.625rem;
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  z-index: 201;
}
@media screen and (min-width: 1024px) {
  .footer__btn__link {
    font-size: 1.0625rem;
    width: 11.875rem;
    height: 4.25rem;
    line-height: 4.25rem;
  }
}
.footer__btn__link:hover .footer__circle {
  height: 1.875rem;
  width: 1.875rem;
  opacity: 0.7;
}
.footer__btn__link__span {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .footer__btn__container {
    display: flex;
    justify-content: center;
  }
}
.footer__circle {
  border-radius: 100%;
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: width 0.2s, height 0.2s;
  transform: translate(-50%, -50%);
  width: 0;
  z-index: 200;
}
.footer__nav {
  border-top: 2px solid #fff;
  margin: 0 auto;
  margin-top: 20%;
  padding-top: 18%;
  width: 90%;
}
.footer__nav__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__nav__list {
    display: none;
  }
}
.footer__nav__list__item__text {
  font-size: 0.4375rem;
  color: #fff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-right: 5.625rem;
}
@media screen and (min-width: 1024px) {
  .footer__nav__list__item__text {
    font-size: 0.625rem;
  }
}

/* ===============================================
# ここからburger
=============================================== */
.burger {
  width: 2.875rem;
  height: 2.5625rem;
  background-image: url("../img/mushimegane_link.svg");
  margin: 0 0 0 80px;
  background-size: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 1000000;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .burger {
    top: 0;
    right: 0.125rem;
  }
}
.burger.is-active {
  background-image: url("../img/close.png");
  width: 2.875rem;
  height: 2.5625rem;
  margin: 0 0 0 80px;
  background-size: 1.125rem;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 1000000;
  cursor: pointer;
}

.btn6 {
  display: none;
}

/* ===============================================
# payment.html
=============================================== */
.main__visual__othor {
  position: relative;
  background-color: #000;
  width: 100%;
}
.main__visual__othor__img {
  width: 100%;
}
.main__visual__othor__hl {
  font-size: 1.0625rem;
  color: #fff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  -webkit-text-stroke: 0.7px #000;
  text-stroke: 0.7px #000;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .main__visual__othor__hl {
    font-size: 3.0625rem;
  }
}
.main__visual__othor__text {
  margin-top: 5%;
  font-size: 0.9375rem;
  color: #fff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  -webkit-text-stroke: 0.7px #000;
  text-stroke: 0.7px #000;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .main__visual__othor__text {
    font-size: 2.9375rem;
  }
}
.main__visual__othor__text__wrap {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

.payment__hl {
  text-align: center;
  font-size: 1.125rem;
  color: #000;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 900;
  margin: 0 auto;
  margin-top: 17%;
  margin-bottom: 17%;
}
@media screen and (min-width: 1024px) {
  .payment__hl {
    font-size: 2.5rem;
  }
}
.payment__img {
  width: 65%;
  margin: 0 auto;
  margin-bottom: 17%;
}
.payment__img__img {
  width: 100%;
}

.payment__text {
  color: #000;
  font-size: 0.625rem;
  font-family: "NotoSansCJKJP", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  display: inline-block;
  text-align: center;
  margin-top: -16%;
  margin-bottom: 16%;
  font-size: 10px;
}
@media screen and (min-width: 1024px) {
  .payment__text {
    font-size: 0.9375rem;
  }
}

.line__toiawase {
  margin: 0 auto;
  width: 100%;
  margin-top: -10%;
  z-index: 210;
  position: relative;
}
.line__toiawase__img {
  width: 100%;
}

.flow2 {
  background-color: #faaf3b;
  position: relative;
  z-index: 207;
  margin-top: 0;
  padding-top: 1.5625rem;
  padding-bottom: 2.125rem;
}
@media screen and (min-width: 1024px) {
  .flow2 {
    margin-top: 0;
  }
}

.act {
  width: 100%;
  background-color: #000;
  padding-bottom: 20%;
}
.act__logo {
  padding-top: 19%;
  padding-bottom: 21%;
  width: 10.4375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .act__logo {
    display: none;
  }
}
.act__logo__pc {
  width: 60%;
  margin: 0 auto;
  padding-top: 19%;
  padding-bottom: 21%;
}
@media screen and (max-width: 767px) {
  .act__logo__pc {
    display: none;
  }
}
.act__logo__link__img {
  width: 100%;
}
.act__btn__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.act__btn {
  margin-left: 0.625rem;
  margin-top: 0.625rem;
}
.act__btn__link {
  display: block;
  width: 9.0625rem;
  height: 2.5rem;
  line-height: 2.3rem;
  border-radius: 0.19375rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  border: solid #000;
  color: #000;
  overflow: hidden;
  background: none;
  font-size: 0.625rem;
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  z-index: 201;
}
@media screen and (min-width: 1024px) {
  .act__btn__link {
    font-size: 1.0625rem;
    width: 13.125rem;
    height: 4.25rem;
    line-height: 4.25rem;
  }
}
.act__btn__link:hover .footer__circle {
  height: 1.875rem;
  width: 1.875rem;
  opacity: 0.7;
}
.act__btn__link__span {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.act__btn__container {
  margin-top: 17%;
  margin-bottom: 17%;
}
@media screen and (min-width: 1024px) {
  .act__btn__container {
    display: flex;
    justify-content: center;
  }
}
.act__circle {
  border-radius: 100%;
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: width 0.2s, height 0.2s;
  transform: translate(-50%, -50%);
  width: 0;
  z-index: 200;
}
.act__nav {
  border-top: 2px solid #fff;
  margin: 0 auto;
  margin-top: 20%;
  padding-top: 18%;
  width: 90%;
}
.act__nav__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .act__nav__list {
    display: none;
  }
}
.act__nav__list__item__text {
  font-size: 0.4375rem;
  color: #fff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-right: 5.625rem;
}
@media screen and (min-width: 1024px) {
  .act__nav__list__item__text {
    font-size: 0.625rem;
  }
}

.act__zirei {
  margin: 0 auto;
  width: 80%;
}
.act__zirei__img {
  width: 100%;
}

.yorisoi2 {
  background-color: #000;
  position: relative;
  padding-bottom: 18%;
}
.yorisoi2__hl {
  font-size: 1.0625rem;
  color: #fff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  margin-left: 5%;
}
@media screen and (min-width: 1024px) {
  .yorisoi2__hl {
    font-size: 2.75rem;
  }
}
.yorisoi2__text1 {
  font-size: 0.625rem;
  color: #fff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  line-height: 1.7em;
  margin-left: 5%;
  margin-top: 10%;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .yorisoi2__text1 {
    font-size: 1.5rem;
    line-height: 2em;
  }
}
.yorisoi2__text2 {
  font-size: 0.625rem;
  color: #fff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  line-height: 1.7em;
  margin-left: 5%;
  margin-top: 10%;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .yorisoi2__text2 {
    font-size: 1.5rem;
    line-height: 2em;
  }
}
.yorisoi2__chara {
  position: absolute;
  width: 25%;
  right: 0;
  bottom: 0;
}
.yorisoi2__chara__img {
  width: 100%;
}

.saiyou {
  position: relative;
}
.saiyou__bg {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .saiyou__bg {
    display: none;
  }
}
.saiyou__bg__img {
  width: 100%;
}
.saiyou__bg__tate {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .saiyou__bg__tate {
    display: none;
  }
}
.saiyou__bg__tate__img {
  width: 100%;
}
.saiyou__hl {
  font-size: 1.0625rem;
  color: #fff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .saiyou__hl {
    font-size: 1.5rem;
  }
}
.saiyou__text {
  font-size: 0.875rem;
  color: #fff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  margin-top: 6%;
}
@media screen and (min-width: 1024px) {
  .saiyou__text {
    font-size: 1.0625rem;
    line-height: 2.3em;
    margin-top: 5%;
  }
}
.saiyou__text__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.saiyou__line {
  margin-top: 10%;
}
.saiyou__line__text2 {
  font-size: 0.75rem;
  color: #fff;
  font-family: Noto Sans CJK JP;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  margin-top: 2%;
}
@media screen and (min-width: 768px) {
  .saiyou__line__text2 {
    display: noneß;
  }
}

.kaisya__gaiyou {
  margin: 0 auto;
  width: 80%;
}
@media screen and (min-width: 1024px) {
  .kaisya__gaiyou {
    width: 70%;
  }
}
.kaisya__gaiyou__img {
  width: 100%;
}

.point2 {
  background-color: #000;
  padding-bottom: 12%;
}
.point2__hl {
  padding-top: 15%;
  font-size: 0.6875rem;
  color: #fff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 900;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .point2__hl {
    font-size: 1.625rem;
  }
}
.point2__text {
  text-align: left;
  font-size: 1rem;
  color: #fff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 1024px) {
  .point2__text {
    font-size: 3.5625rem;
  }
}
.point2__text__wrap {
  text-align: center;
}
.point2__img {
  margin: 0 auto;
  width: 100%;
  margin-top: 12%;
}
.point2__img__img {
  width: 100%;
}

.check {
  width: 100%;
  position: relative;
  z-index: 200;
}
.check__bg {
  width: 100%;
  margin: 0 auto;
}
.check__bg__img {
  width: 100%;
}
.check__hl {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.625rem;
  color: #fff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 900;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .check__hl {
    font-size: 1.625rem;
  }
}

.check__box__wrap {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.check__box__wrap2 {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.check__box__wrap3 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.check__box__wrap4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.check__box__wrap5 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.label__text {
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .label__text {
    font-size: 2.1875rem;
  }
}
.label__text::after {
  content: "";
  display: block;
  background-image: url("../img/mushimegane_link.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 22.9%;
  left: 102%;
  margin-top: -0.75rem;
  width: 2.3625rem;
  height: 2.3625rem;
}
@media screen and (min-width: 1024px) {
  .label__text::after {
    top: 12.9%;
    left: 102%;
    margin-top: -0.75rem;
    width: 3.3625rem;
    height: 3.3625rem;
  }
}

input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  background-color: #fff;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 1024px) {
  input[type=checkbox] {
    width: 30px;
    height: 30px;
  }
}

input[type=checkbox]:checked::before {
  position: absolute;
  top: -43%;
  left: 21%;
  transform: rotate(50deg);
  width: 70%;
  height: 140%;
  border-right: 2px solid #faaf3b;
  border-bottom: 2px solid #faaf3b;
  content: "";
}

.shingou {
  margin: 0 auto;
  width: 60%;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shingou__img {
  width: 100%;
}

.sch {
  position: relative;
  background-color: #231815;
  padding-top: 12%;
  margin-top: -22%;
}
.sch__hl {
  padding-top: 15%;
  font-size: 0.6875rem;
  color: #fff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 900;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .sch__hl {
    font-size: 1.625rem;
  }
}
.sch__text {
  text-align: left;
  font-size: 1rem;
  color: #fff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 1024px) {
  .sch__text {
    font-size: 3.5625rem;
  }
}
.sch__text__wrap {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sch__img {
  margin: 0 auto;
  width: 100%;
  margin-top: 12%;
}
.sch__img__img {
  width: 100%;
}
.sch__zissai {
  position: absolute;
  width: 70%;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sch__zissai__img {
  width: 100%;
}
.sch__kotirakara {
  width: 55%;
  margin: 0 auto;
  position: absolute;
  top: 93.5%;
  left: 53%;
  transform: translate(-50%, -50%);
  z-index: 200;
}
@media screen and (min-width: 1024px) {
  .sch__kotirakara {
    width: 25%;
    top: 91.5%;
  }
}
.sch__kotirakara:hover {
  width: 60%;
  cursor: pointer; /*カーソルをポインターにする*/
  transition-duration: 0.2s; /*変化の時間*/
}
@media screen and (min-width: 1024px) {
  .sch__kotirakara:hover {
    width: 35%;
  }
}
.sch__kotirakara__link__img {
  width: 100%;
}

.qa {
  position: relative;
  background-color: #e9551a;
  padding-top: 12%;
  padding-bottom: 12%;
}
.qa__hl {
  padding-top: 15%;
  font-size: 0.6875rem;
  color: #fff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 900;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .qa__hl {
    font-size: 1.625rem;
  }
}
.qa__text {
  text-align: left;
  font-size: 1rem;
  color: #fff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 1024px) {
  .qa__text {
    font-size: 3.5625rem;
  }
}
.qa__text__wrap {
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.qa__q1 {
  width: 70%;
  margin: 0 auto;
}
.qa__q1__img {
  width: 100%;
}
.qa__a1 {
  padding-top: 4%;
  margin: 0 auto;
  width: 70%;
  display: none;
}
.qa__a1__img {
  width: 100%;
}
.qa__a1.is-active {
  display: block;
}
.qa__wrap {
  margin-top: 10%;
}
.qa__q2 {
  width: 70%;
  margin: 0 auto;
}
.qa__q2__img {
  width: 100%;
}
.qa__a2 {
  padding-top: 4%;
  margin: 0 auto;
  width: 70%;
  display: none;
}
.qa__a2__img {
  width: 100%;
}
.qa__a2.is-active {
  display: block;
}
.qa__wrap {
  margin-top: 10%;
}
.qa__q3 {
  width: 70%;
  margin: 0 auto;
}
.qa__q3__img {
  width: 100%;
}
.qa__a3 {
  padding-top: 4%;
  margin: 0 auto;
  width: 70%;
  display: none;
}
.qa__a3__img {
  width: 100%;
}
.qa__a3.is-active {
  display: block;
}
.qa__wrap {
  margin-top: 10%;
}
.qa__q4 {
  width: 70%;
  margin: 0 auto;
}
.qa__q4__img {
  width: 100%;
}
.qa__a4 {
  padding-top: 4%;
  margin: 0 auto;
  width: 70%;
  display: none;
}
.qa__a4__img {
  width: 100%;
}
.qa__a4.is-active {
  display: block;
}
.qa__wrap {
  margin-top: 10%;
}
.qa__q5 {
  width: 70%;
  margin: 0 auto;
}
.qa__q5__img {
  width: 100%;
}
.qa__a5 {
  padding-top: 4%;
  margin: 0 auto;
  width: 70%;
  display: none;
}
.qa__a5__img {
  width: 100%;
}
.qa__a5.is-active {
  display: block;
}
.qa__wrap {
  margin-top: 10%;
}
.qa__q6 {
  width: 70%;
  margin: 0 auto;
}
.qa__q6__img {
  width: 100%;
}
.qa__a6 {
  padding-top: 4%;
  margin: 0 auto;
  width: 70%;
  display: none;
}
.qa__a6__img {
  width: 100%;
}
.qa__a6.is-active {
  display: block;
}
.qa__wrap {
  margin-top: 10%;
}
.qa__q7 {
  width: 70%;
  margin: 0 auto;
}
.qa__q7__img {
  width: 100%;
}
.qa__a7 {
  padding-top: 4%;
  margin: 0 auto;
  width: 70%;
  display: none;
}
.qa__a7__img {
  width: 100%;
}
.qa__a7.is-active {
  display: block;
}
.qa__wrap {
  margin-top: 10%;
}
.qa__q8 {
  width: 70%;
  margin: 0 auto;
}
.qa__q8__img {
  width: 100%;
}
.qa__a8 {
  padding-top: 4%;
  margin: 0 auto;
  width: 70%;
  display: none;
}
.qa__a8__img {
  width: 100%;
}
.qa__a8.is-active {
  display: block;
}
.qa__wrap {
  margin-top: 10%;
}

.aima {
  background: #fff;
  width: 100%;
}
_::-webkit-full-page-media,
_:future,
:root body {
  font-family: sans-serif;
  font-style: normal;
}

.post__margin {
  height: 60px;
}
@media screen and (min-width: 768px) {
  .post__margin {
    height: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .post__margin {
    height: 100px;
  }
}

.post__hl {
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .post__hl {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .post__hl {
    font-size: 24px;
  }
}

.post__time {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .post__time {
    font-size: 16px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .post__time {
    font-size: 16px;
    margin-top: 15px;
  }
}

.post__content__wrap {
  font-size: 16px;
  text-align: left;
  line-height: 1.7em;
  width: 75%;
  overflow-wrap: anywhere;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .post__content__wrap {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .post__content__wrap {
    margin-top: 50px;
  }
}

.content {
  overflow: auto;
}

.sidebar {
  width: 300px;
  background-color: #f7f7f7;
  padding: 20px;
  box-sizing: border-box;
  font-size: 14px;
  border-left: 1px solid #ddd;
  margin-left: 12%;
  margin-top: 10%;
}
.sidebar h2 {
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #333;
}
.sidebar ul {
  list-style: none;
  padding-left: 0;
}
.sidebar ul li {
  margin-bottom: 8px;
}
.sidebar ul li a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}
.sidebar ul li a:hover {
  color: #0073aa;
}

.archive__content__hl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .archive__content__hl {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .archive__content__hl {
    font-size: 24px;
  }
}

.archive__content__ul {
  width: 60%;
  margin: 0 auto;
}

.archive__content__list {
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .archive__content__list {
    font-size: 18px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .archive__content__list {
    font-size: 18px;
    margin-top: 15px;
  }
}

.archive__content__span {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .archive__content__span {
    font-size: 14px;
  }
}

.aima__content {
  width: 80%;
  margin: 15% auto;
}
@media screen and (min-width: 768px) {
  .aima__content {
    width: 65%;
  }
}
@media screen and (min-width: 1024px) {
  .aima__content {
    width: 500px;
  }
}

.aima__content__hl {
  font-size: 18px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .aima__content__hl {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .aima__content__hl {
    font-size: 26px;
    text-align: center;
  }
}

.front-news-list {
  font-size: 16px;
  margin-top: 10%;
}
@media screen and (min-width: 1024px) {
  .front-news-list {
    font-size: 18px;
  }
}

.aima__content__span {
  font-size: 12px;
  padding: 5%;
}

.aima__content__item {
  font-size: 16px;
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .aima__content__item {
    font-size: 18px;
  }
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .article-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .article-grid {
    grid-template-columns: 1fr;
  }
}

.article-item {
  background: #fff;
  border: 1px solid #ddd;
  padding: 1rem;
  text-align: center;
  transition: 0.3s;
  margin: 20px;
}
.article-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.article-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
}
.article-item h2 {
  font-size: 1rem;
  margin: 0;
}
/*# sourceMappingURL=style.css.map */