@charset "UTF-8";

/*タブレット・スマホ対応*/

@media screen and (max-width: 1500px) {
  .atention::before {
    top: 300px;
  }

  .atention div {
    top: 177px;
    left: 35px;
  }
}

@media screen and (max-width: 1200px) {
  body {
    margin: 0;
  }

  .nav_button {
    top: 8px;
  }

  .header {
    height: auto;
  }

  .header h1 {
    margin: 7px auto;
  }

  .bread_area {
    display: block;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    height: auto;
    width: 100%;
    position: relative;
    top: 50px;
    overflow: hidden;
    z-index: 9999;
  }

  .bread_area ul {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    margin-left: 20px;
  }

  .bread_area li::after {
    content: ">";
    margin: 10px 5px;
  }

  .navbutton_area {
    width: auto;
    height: auto;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0);
  }

  .content01 {
    margin-top: 50px;
  }

  .to_post dl {
    width: 96%;
  }

  .footer {
    padding: 15px 0;
  }
}

@media screen and (max-width: 990px) {
  .header h1 {
    text-align: left;
    margin-left: 20px;
  }

  .nav_area {
    z-index: 9999;
  }

  .nav_area ul {
    padding: 0;
  }

  .nav_area li {
    width: 50%;
    margin-top: 10px;
  }

  .nav_button {
    right: 8px;
  }

  .nav_area li::before {
    margin: 0 5px;
  }

  .content01 h2 {
    font-size: 5vw;
  }

  .content01 h3, .to_post dt {
    font-size: 2.2vw;
  }

  .to_post h4, .to_post p, .content02 h3, .content02 h4 span {
    font-size: 3.2vw;
  }

  .to_post li, .manth, .content02 h4 {
    font-size: 2.4vw;
  }

  .atention strong, .content02 div em {
    font-size: 3.8vw;
  }

  .to_post p span {
    font-size: 1.4em;
  }

  .content01 h3 + img {
    width: 80%;
  }

  .content03 > div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .atention::before {
    left: 0;
  }

  .atention div {
    top: 172px;
    left: -22px;
  }

  .content03 {
    margin-bottom: 150px;
  }

  .content03 > div > div {
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .SNS {
    position: static;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .SNS li a::before {
    font-size: 25px;
  }
}

@media screen and (max-width: 600px) {
  .header h1 {
    margin-left: 0;
  }

  .header h1 img {
    width: 160px;
  }

  .bread_area ul {
    margin-left: 0;
    letter-spacing: 0.1em;
  }

  .nav_area {
    padding-top: 80px;
  }

  .nav_area ul {
    width: 90%;
  }

  .content01 {
    padding-top: 120px;
  }

  .content01 h2 {
    font-size: 8vw;
    line-height: 1.1;
  }

  .content01 h3 {
    margin-top: 20px;
    font-size: 4vw;
    line-height: 1.2;
  }

  .content01 h2 br, .content01 h3 br {
    display: inline;
  }

  .to_post {
    margin-top: 130px;
  }

  .to_post ul {
    width: 98%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .to_post li {
    margin: 6px 10% 0;
  }

  .mocPhone dl {
    width: 100px;
    height: 100px;
    font-size: 0.6em;
  }

  .atention::before {
    display: none;
  }

  .atention div {
    display: none;
  }

  .atention strong {
    font-size: 5vw;
  }

  .content02 {
    margin-top: 40px;
  }

  .content02 h3 {
    font-size: 5vw;
  }

  .content02 > div:nth-child(2) {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .manth {
    width: 100%;
  }

  .manth span {
    display: inline;
  }

  .content02 div em {
    width: 100%;
    font-size: 1.8em;
  }

  .content02 h4, .content02 p {
    margin: 20px auto;
    font-size: 4vw;
    letter-spacing: 1px;
  }

  .content02 h4 span {
    font-size: 5vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #ffe9d6));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 60%, #ffe9d6 40%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 60%, #ffe9d6 40%);
    background: linear-gradient(rgba(255, 255, 255, 0) 60%, #ffe9d6 40%);
    letter-spacing: 1px;
  }

  .content02 p {
    margin: 20px 20px 0;
    text-align: left;
    letter-spacing: 0;
  }

  .content02 img {
    width: 80%;
  }

  .apply_cp {
    font-size: 4vw;
    padding: 30px 0;
  }

  .apply_cp h3 {
    font-size: 5vw;
  }

  .mocPhone dl {
    font-weight: 400;
  }

  .mocPhone dl:nth-child(2) {
    left: 5%;
  }

  /* .footer {
    position: static;
    margin-bottom: 40px;
  } */
  .SNS {
    width: 100%;
    padding: 6px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    background: #000;
  }

  .SNS li a {
    margin: 0 10px;
  }

  .to_post h4, .to_post p, .content02 h4, .content02 h4 span {
    font-size: 4.2vw;
  }

  .content02 h3 {
    font-size: 5.4vw;
  }

  .manth, .manth span {
    font-size: 6vw;
  }

  .content02 h4 span {
    font-size: 4.8vw;
    font-weight: 400;
  }

  .content01 hgroup h3, .to_post dt {
    font-size: 4vw;
  }

  .to_post li {
    font-size: 4vw;
  }
}
