@media screen and (max-width: 750px) {

  .pc {display: none;}
  .sp {display: block;}

  #wrapper {
    padding-top: 20vw;
    background: #fff;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 6vw);
    height: 15vw;
    padding: 0 4vw 0 2vw;
    background: #FF9D9D;
    z-index: 999;
  }
  .header img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 55%;
    height: auto;
    margin: auto;
    z-index: 10;
  }

  .menu_trigger {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 7.46vw;
    height: 8vw;
    background: url(../images/icon_menu.png);
    background-size: cover;

    transform: translateY(-50%);
    z-index: 100;
  }
  .menu_trigger.active {
    background: url(../images/icon_close.png);
    background-size: cover;
  }

  .menu {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    background: #FF9D9D;
    z-index: 900;
  }
  .menu ul {
    width: 70%;
    margin: auto;
    margin-top: 25vw;
  }
  .menu ul li {
    margin-bottom: 4.5vw;
    list-style: none;
    text-align: left;
  }
  .menu ul li a {
    font-size: 5vw;
    color: #fff;
    text-decoration: none;
  }
  .menu_copyright {
    position: absolute;
    bottom: 5vw;
    width: 100%;
    text-align: center;
  }
  .menu_copyright p {
    font-size: 4vw;
    letter-spacing: 0.3vw;
    color: #fff;
  }

  .cont_box {
    width: 90%;
  }

  .cont01 {
    padding: 20px 0;
  }
  .cont01_box {
    flex-direction: column;
  }
  .cont01_box p {
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
  }
  .cont01_box img {
    width: 100%;
    height: auto;
  }
  .cont01_box_left img:nth-child(1) {
    max-width: 696px;
  }
  .cont01_box_left img:nth-child(2) {
    max-width: 666px;
  }
  .cont01_box_right img {
    max-width: 257px;
  }

  .cont_title {
    width: calc(100% - 10%);
    padding: 10px 5% 12px;
    margin: auto;
    font-size: 22px;
    letter-spacing: 3px;
    background: #FF9D9D;
  }
  .cont_title p {
    color: #fff;
  }

  .cont02_box {
    flex-direction: column;
    margin-bottom: 50px;
    padding-top: 40px;
  }
  .cont02_box_left {
    order: 2;
    width: 100%;
    margin-top: 20px;
  }
  .cont02_box_left p {
    font-size: 20px;
    line-height: 32px;
  }
  .cont02_box_right {
    order: 1;
  }

  .cont03 {
    background: #FF9D9D;
  }

  .cont03_title {
    margin: 50px 0;
    text-align: center;
    background: #FF9D9D;
  }
  .cont03_title p {
    padding: 30px 0 12px;
    font-size: 22px;
    letter-spacing: 2px;
  }

  .cont03_box {
    flex-direction: column;
    width: calc(100% - 10%);
    margin: auto;
    padding: 0px 5%;
    border: 0;
    border-radius: 30px;
  }
  .cont03_box_left {
    width: 100%;
  }
  .cont03_box_left p,
  .cont03_box_left p span {
    color: #fff;
  }
  .cont03_box_left p span {
    margin-top: 10px;
  }
  .cont03_box_right {
    padding: 30px 0 50px;
  }

  .cont04 {
    margin-top: 0;
    padding: 50px 0;
    background: #fff;
    text-align: center;
  }
  .cont04 p:nth-child(3),
    .cont04 p:nth-child(5)  {
    color: #FF9D9D;
  }

  .cont05 {
    padding: 50px 0;
  }
  .cont05_box p {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
    text-align: justify;
  }


  .footer {
    width: 100%;
    height: inherit;
    margin-top: 50px;
    padding: 30px 0;
    border-top: 1px solid #fff;
    text-align: center;
    background: #000;
  }
  .footer img {
    position: relative;
    left: 0;
    width: 60% !important;
    height: auto;
  }

  .footer ul {
    display: none;
  }

  .Copyright {
    line-height: 24px;
  }


}
