@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

body, body > header, body > section {
  width: 100%;
  height: 100%;
  opacity: 20; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #3E3E3E; }

body.fixed {
  position: fixed;
  width: 100%; }

h1, h2 {
  font-weight: 900; }

h3, h4 {
  font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em; }

p {
  line-height: 1.8em; }

.mont {
  font-family: 'Montserrat', sans-serif; }

a {
  color: #000; }

strong {
  font-weight: bold; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

ul, ol, li {
  list-style-type: none; }

a:link,
a:visited {
  text-decoration: none; }

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

figure {
  margin: 0; }

.ask {
  display: inline-block; }

@media screen and (min-width: 767px) {
  .pc {
    display: block; }

  .sp {
    display: none; } }
@media screen and (max-width: 767px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
@media screen and (min-width: 1023px) {
  .pc2 {
    display: block; }

  .sp2 {
    display: none; } }
@media screen and (max-width: 1023px) {
  .pc2 {
    display: none; }

  .sp2 {
    display: block; } }
@media screen and (min-width: 1180px) {
  .pc3 {
    display: block; }

  .sp3 {
    display: none; } }
@media screen and (max-width: 1180px) {
  .pc3 {
    display: none; }

  .sp3 {
    display: block; } }
.wrapHeight {
  display: flex; }

/*
---------------------------------------------------------------------------------------------------------------------
トップへ戻るボタン
---------------------------------------------------------------------------------------------------------------------
*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 200;
  opacity: 0;
  transform: translateY(100px);
  margin-bottom: 64px;
  display: none; }
  @media (min-width: 768px) {
    #page-top {
      display: block; } }
  @media (min-width: 1024px) {
    #page-top {
      margin-bottom: 20px; } }
  #page-top a {
    background-color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    transition: all 0.3s;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 768px) {
      #page-top a {
        width: 50px;
        height: 50px; } }
    #page-top a::after {
      position: absolute;
      content: '';
      top: 20px;
      width: 10px;
      height: 10px;
      border-top: solid 1px #58A52C;
      border-right: solid 1px #58A52C;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      transition: .5s; }
      @media (min-width: 768px) {
        #page-top a::after {
          top: 22px; } }
    #page-top a:hover {
      letter-spacing: 0.08em; }

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 1s forwards; }

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime1 0.5s forwards; }

@keyframes DownAnime1 {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: translateY(100px); } }
/*
---------------------------------------------------------------------------------------------------------------------
順番入れ替え
---------------------------------------------------------------------------------------------------------------------
*/
.box {
  display: flex; }

@media screen and (max-width: 767px) {
  .box {
    flex-direction: column; } }
@media screen and (max-width: 767px) {
  .order1 {
    order: 1; }

  .order2 {
    order: 2; }

  .order3 {
    order: 3; }

  .order4 {
    order: 4; }

  .order5 {
    order: 5; }

  .order6 {
    order: 6; }

  .order7 {
    order: 7; }

  .order8 {
    order: 8; }

  .order9 {
    order: 9; }

  .order10 {
    order: 10; }

  .order11 {
    order: 11; }

  .order12 {
    order: 12; }

  .order13 {
    order: 13; }

  .order14 {
    order: 14; } }
.boxA {
  display: flex; }

@media screen and (max-width: 821px) {
  .boxA {
    flex-direction: column; } }
@media screen and (max-width: 821px) {
  .orderA1 {
    order: 1; }

  .orderA2 {
    order: 2; } }
