@media screen and (min-width: 751px) {
 .special .sp {
  display: none;
 }
 .special .pc {
  display: block;
 }
 .main {
  width: 1000px;
  margin: 0 auto 100px auto;
  padding: 0 0 50px 0;
  background: url("../images/main_bg.jpg");
  background-size: 310px auto;
 }
 .wrap {
  position: relative;
  padding: 30px 50px 0 50px;
 }
 .wrap h2 {
  position: absolute;
  width: 900px;
  top: 0;
  left: 50px;
 }
 .inner {
  margin: 0 auto;
  padding: 70px 50px 30px 50px;
  background: url("../images/contents_bg.jpg") center top;
  background-size: 74px auto;
 }
 #lead {
  padding: 0 50px 0 50px;
  margin: 0 0 50px 0;
 }
 #lead .leadtext {
  font-size: 24px;
  font-weight: 500;
  line-height: 2.2;
 }
 #lead .leadtext strong {
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1;
 }
 #lead .leadtext strong::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #f8aba1;
 }
 .box .text {
  font-size: 18px;
  line-height: 2.2;
 }
 #welcome {
  margin: 0 0 70px 0;
 }
 #welcome .boxhead {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
 }
 #welcome .boxhead .text {
  width: 84%;
 }
 #welcome .boxhead .pic {
  width: 14%;
  padding: 2% 0 0 0;
 }
 #welcome .photolist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }
 #welcome .photolist .photo {
  width: 48.5%;
  margin: 0 0 3% 0;
 }
 #welcome .boxbottom .pic {
  width: 60%;
  margin: 0 auto;
 }
 #talk {
  margin: 0 0 70px 0;
 }
 #talk .boxhead {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
 }
 #talk .boxhead .text {
  width: 84%;
 }
 #talk .boxhead .pic {
  width: 14%;
  padding: 2% 0 0 0;
 }
 #talk .photolist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }
 #talk .photolist .photo {
  width: 48.5%;
  margin: 0 0 3% 0;
 }
 #talk .boxbottom .pic {
  width: 40%;
  margin: 0 auto;
 }
 #workshop {
  margin: 0 0 70px 0;
 }
 #workshop .boxhead {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
 }
 #workshop .boxhead .text {
  width: 84%;
 }
 #workshop .boxhead .pic {
  width: 14%;
  padding: 2% 0 0 0;
 }
 #workshop .photolist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }
 #workshop .photolist .photo {
  width: 48.5%;
  margin: 0 0 3% 0;
 }
 #workshop .boxmiddle {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 0 0 30px 0;
 }
 #workshop .boxmiddle .text {
  width: 61%;
 }
 #workshop .boxmiddle .pic {
  width: 34%;
  padding: 3% 0 0 0;
 }
 #workshop .boxmiddle02 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
 }
 #workshop .boxmiddle02 .text {
  width: 71%;
 }
 #workshop .boxmiddle02 .pic {
  width: 26%;
  padding: 3% 0 0 0;
 }
 #workshop .boxbottom .pic {
  width: 50%;
  margin: 0 auto;
 }
 #report .boxhead {
  margin: 0 0 30px 0;
 }
 #report .bnrlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }
 #report .bnrlist .link {
  width: 32%;
 }
 #report .note {
  margin: 1% 0 0 0;
  text-align: right;
  font-size: 12px;
 }
 #report .boxbottom .pic {
  width: 60%;
  margin: 5% auto 0 auto;
 }
}
@media screen and (min-width: 0) and (max-width: 999px) {
 .main {
  width: 100%;
  max-width: 1000px;
 }
 .wrap h2 {
  width: 92%;
  top: 0;
  left: 4%;
 }
}
@media screen and (max-width: 750px) {
 .special .sp {
  display: block;
 }
 .special .pc {
  display: none;
 }
 .main {
  width: 100%;
  margin: 0 0 15% 0;
  padding: 0 0 10% 0;
  background: url("../images/main_bg.jpg");
  background-size: 120px auto;
 }
 .wrap {
  position: relative;
  padding: 6% 5% 5% 5%;
 }
 .wrap h2 {
  position: absolute;
  width: 88%;
  top: 0;
  left: 6%;
 }
 .inner {
  margin: 0 auto;
  padding: 7% 5% 5% 5%;
  background: url("../images/contents_bg.jpg") center top;
  background-size: 50px auto;
 }
 #lead {
  padding: 0 5% 0 5%;
  margin: 0 0 5% 0;
 }
 #lead .leadtext {
  font-size: 4.25vw;
  font-weight: 500;
  line-height: 2;
 }
 #lead .leadtext strong {
  font-weight: 500;
  background: #f8aba1;
 }
 .box .text {
  font-size: 3.75vw;
  line-height: 2;
 }
 #welcome {
  margin: 0 0 8% 0;
 }
 #welcome .boxhead {
  margin: 0 0 5% 0;
 }
 #welcome .boxhead .text {
  margin: 0 0 5% 0;
 }
 #welcome .boxhead .pic {
  width: 40%;
  margin: 0 auto;
 }
 #welcome .photolist .photo {
  margin: 0 0 5% 0;
 }
 #welcome .photolist .photo:last-child {
  margin: 0;
 }
 #welcome .boxbottom {
  margin: 5% 0 0 0;
 }
 #welcome .boxbottom .pic {
  width: 95%;
  margin: 0 auto;
 }
 #talk {
  margin: 0 0 8% 0;
 }
 #talk .boxhead {
  margin: 0 0 5% 0;
 }
 #talk .boxhead .text {
  margin: 0 0 5% 0;
 }
 #talk .boxhead .pic {
  width: 40%;
  margin: 0 auto;
 }
 #talk .photolist .photo {
  margin: 0 0 5% 0;
 }
 #talk .photolist .photo:last-child {
  margin: 0;
 }
 #talk .boxbottom {
  margin: 5% 0 0 0;
 }
 #talk .boxbottom .pic {
  width: 85%;
  margin: 0 auto;
 }
 #workshop {
  margin: 0 0 8% 0;
 }
 #workshop .boxhead {
  margin: 0 0 5% 0;
 }
 #workshop .boxhead .text {
  margin: 0 0 5% 0;
 }
 #workshop .boxhead .pic {
  width: 38%;
  margin: 0 auto;
 }
 #workshop .photolist .photo {
  margin: 0 0 5% 0;
 }
 #workshop .photolist .photo:last-child {
  margin: 0;
 }
 #workshop .boxmiddle {
  margin: 5% 0 5% 0;
 }
 #workshop .boxmiddle .text {
  margin: 0 0 5% 0;
 }
 #workshop .boxmiddle .pic {
  width: 80%;
  margin: 0 auto;
 }
 #workshop .boxmiddle02 {
  margin: 5% 0 5% 0;
 }
 #workshop .boxmiddle02 .text {
  margin: 0 0 5% 0;
 }
 #workshop .boxmiddle02 .pic {
  width: 70%;
  margin: 0 auto;
 }
 #workshop .boxbottom {
  margin: 5% 0 0 0;
 }
 #workshop .boxbottom .pic {
  width: 90%;
  margin: 0 auto;
 }
 #report .boxhead {
  margin: 0 0 5% 0;
 }
 #report .bnrlist {
  width: 90%;
  margin: 0 auto;
 }
 #report .bnrlist .link {
  margin: 0 0 5% 0;
 }
 #report .bnrlist .link:last-child {
  margin: 0;
 }
 #report .note {
  margin: 3% 5% 0 5%;
  text-align: right;
  font-size: 3vw;
 }
 #report .boxbottom {
  margin: 5% 0 0 0;
 }
 #report .boxbottom .pic {
  width: 90%;
  margin: 0 auto;
 }
}