/* media query */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
body.fontL #wrapper main .info .block .spec dl {
  max-width: 810px;
}
body.fontL #wrapper main .info .block .spec dl dt div {
  max-width: 300px;
}
body.fontL #wrapper main p.ribon2 {
  max-width: 720px;
}
body #wrapper header {
  background: #39984A;
}
@media all and (max-width: 1025px) {
  body #wrapper header {
    padding-top: 0 !important;
  }
}
body #wrapper header .sp_menu .menu-trigger {
  background: #000 !important;
}
body #wrapper header .sp_menu nav .splnav li.info {
  background-color: #EBF5ED;
}
body #wrapper main {
  line-height: 1.8;
}
body #wrapper main .intro {
  background: #39984A;
  height: 1200px;
  background-image: url(../images/main_img_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 65%;
}
@media all and (max-width: 1680px) {
  body #wrapper main .intro {
    height: 1000px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .intro {
    background-position: top 20px center;
    background-size: 65%;
    height: 940px;
  }
}
@media all and (max-width: 1366px) {
  body #wrapper main .intro {
    background-size: 70%;
    height: 922px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .intro {
    background-position: top 60px center;
    background-size: 75%;
    height: 760px;
  }
}
@media all and (max-width: 1025px) and (-ms-high-contrast: none) {
  body #wrapper main .intro {
    height: 738px;
  }
}

@media all and (max-width: 768px) {
  body #wrapper main .intro {
    background-position: top 140px center;
    background-size: 80%;
    height: 700px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .intro {
    background-image: url(../images/main_img_sp.png);
    background-position: top 100px center;
    background-size: 100%;
    height: 600px;
  }
}
@media all and (max-width: 375px) {
  body #wrapper main .intro {
    height: 580px;
  }
}
body #wrapper main .intro .object {
  position: absolute;
  top: 50px;
}
@media all and (max-width: 1025px) {
  body #wrapper main .intro .object {
    top: 100px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .intro .object {
    top: 55px;
  }
}
body #wrapper main .intro .object img {
  max-width: 80%;
  margin: auto;
}
@media all and (max-width: 768px) {
  body #wrapper main .intro .object img {
    max-width: 90%;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .intro .object img {
    max-width: 100%;
  }
}
body #wrapper main .intro h1 {
  text-align: center;
  line-height: 1.2;
  margin: 50px 0;
}
@media all and (max-width: 1680px) {
  body #wrapper main .intro h1 {
    margin: 50px 0 40px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .intro h1 {
    margin: 30px 0 40px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .intro h1 {
    margin: 20px 0;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .intro h1 {
    margin: 50px 0 20px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .intro h1 {
    margin: 30px 0;
  }
}
body #wrapper main .intro h1 img {
  max-width: 25%;
  margin: auto;
}
@media all and (max-width: 1440px) {
  body #wrapper main .intro h1 img {
    max-width: 30%;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .intro h1 img {
    max-width: 40%;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .intro h1 img {
    max-width: 65%;
  }
}
body #wrapper main .intro::after {
  position: absolute;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../common/images/separate_white_bottom.png);
  width: 100%;
  height: 0;
  padding-top: 13.2%;
  margin-top: 1000px;
  top: 0;
}
@media all and (max-width: 1680px) {
  body #wrapper main .intro::after {
    margin-top: 830px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .intro::after {
    margin-top: 788px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .intro::after {
    margin-top: 637px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .intro::after {
    margin-top: 560px;
  }
}
@media all and (max-width: 375px) {
  body #wrapper main .intro::after {
    margin-top: 540px;
  }
}
body #wrapper main .intro.on::after {
  content: none;
}
body #wrapper main .interview .block {
  margin-top: 370px;
}
@media all and (max-width: 1680px) {
  body #wrapper main .interview .block {
    margin-top: 340px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .interview .block {
    margin-top: 280px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .interview .block {
    margin-top: 200px;
  }
}
body #wrapper main .interview .block.first {
  margin-top: 0;
}
@media all and (max-width: 1680px) {
  body #wrapper main .interview .block.first {
    margin-top: 30px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .interview .block.first {
    margin-top: 0;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .interview .block.first {
    margin-top: 30px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .interview .block.first {
    margin-top: 20px;
  }
}
body #wrapper main .interview .block.first .headline::before {
  top: -235px;
}
@media all and (max-width: 1680px) {
  body #wrapper main .interview .block.first .headline::before {
    top: -250px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .interview .block.first .headline::before {
    top: -210px;
  }
}
@media all and (max-width: 1366px) {
  body #wrapper main .interview .block.first .headline::before {
    top: -200px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .interview .block.first .headline::before {
    top: -180px;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .interview .block.first .headline::before {
    top: -135px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .interview .block.first .headline::before {
    top: -85px;
  }
}
body #wrapper main .interview .block.first .point .col2 {
  align-items: flex-start;
  margin-top: 20px;
}
@media all and (max-width: 768px) {
  body #wrapper main .interview .block.first .point .col2 li {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .interview .block.first .point .col2 li:nth-child(2) {
    margin-top: 20px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .interview .block.first .point .col2 li:nth-child(2) {
    margin-top: 50px;
  }
}
body #wrapper main .interview .block.first .point .col2 li:nth-child(3), body #wrapper main .interview .block.first .point .col2 li:nth-child(4) {
  margin-top: 80px;
}
@media all and (max-width: 480px) {
  body #wrapper main .interview .block.first .point .col2 li:nth-child(3), body #wrapper main .interview .block.first .point .col2 li:nth-child(4) {
    margin-top: 40px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .interview .block.second {
    margin-top: 310px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .interview .block.second {
    margin-top: 240px;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .interview .block.second {
    margin-top: 170px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .interview .block.second {
    margin-top: 100px;
  }
}
body #wrapper main .interview .block.second .headline::before {
  top: -280px;
}
@media all and (max-width: 1680px) {
  body #wrapper main .interview .block.second .headline::before {
    top: -275px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .interview .block.second .headline::before {
    top: -270px;
  }
}
@media all and (max-width: 1366px) {
  body #wrapper main .interview .block.second .headline::before {
    top: -275px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .interview .block.second .headline::before {
    top: -220px;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .interview .block.second .headline::before {
    top: -155px;
  }
}
@media all and (max-width: 414px) {
  body #wrapper main .interview .block.second .headline::before {
    top: -100px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .interview .block.second p.image {
    margin-top: 20px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .interview .block.second .bg_c {
    padding-bottom: 100px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .interview .block.second .bg_c::after {
    margin-top: 150px;
  }
}
body #wrapper main .interview .block.second .point2 {
  margin-top: 100px;
}
@media all and (max-width: 480px) {
  body #wrapper main .interview .block.second .point2 {
    margin-top: 50px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .interview .block.second .point2 ul li ul.col2 {
    display: flex;
  }
}
body #wrapper main .interview .block.second .point2 ul li ul.col2 li {
  width: 48%;
}
@media all and (max-width: 480px) {
  body #wrapper main .interview .block.second .point2 ul li ul.col2 li:nth-child(2) {
    margin-top: 0;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .interview .block.second .point2 ul li:nth-child(2) p {
    margin-top: 10px;
  }
}
body #wrapper main .interview .block .ranking {
  text-align: center;
  margin-top: 10px;
}
body #wrapper main .interview .block .ranking.on {
  background: #fff;
  padding: 20px 0;
}
body #wrapper main .interview .block .ranking img:first-child {
  max-width: 650px;
}
body #wrapper main .interview .block .ranking img:nth-child(2) {
  max-width: 700px;
}
body #wrapper main .interview .block .ranking svg:first-child {
  max-width: 650px;
}
body #wrapper main .interview .block .ranking svg:first-child path {
  fill: #39984A;
}
body #wrapper main .interview .block .ranking svg:nth-child(2) {
  max-width: 700px;
}
body #wrapper main .interview .block .ranking.on svg:first-child path {
  fill: #fff000;
}
body #wrapper main .interview .block .ranking.on svg:nth-child(2) {
  max-width: 700px;
}
body #wrapper main .interview .block .ranking.on svg:nth-child(2) .st0 {
  fill: #fff000;
}
body #wrapper main .interview .block .ranking.on svg:nth-child(2) .st2 {
  fill: #000 !important;
}
body #wrapper main .info .block {
  margin-top: 370px;
}
@media all and (max-width: 1680px) {
  body #wrapper main .info .block {
    margin-top: 340px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .info .block {
    margin-top: 280px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .info .block {
    margin-top: 200px;
  }
}
body #wrapper main .info .block.first {
  margin-top: 0;
}
@media all and (max-width: 1680px) {
  body #wrapper main .info .block.first {
    margin-top: 30px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .info .block.first {
    margin-top: 0;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .info .block.first {
    margin-top: 30px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .info .block.first {
    margin-top: 20px;
  }
}
body #wrapper main .info .block.first .headline::before {
  top: -235px;
}
@media all and (max-width: 1680px) {
  body #wrapper main .info .block.first .headline::before {
    top: -250px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .info .block.first .headline::before {
    top: -235px;
  }
}
@media all and (max-width: 1366px) {
  body #wrapper main .info .block.first .headline::before {
    top: -230px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .info .block.first .headline::before {
    top: -180px;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .info .block.first .headline::before {
    top: -135px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .info .block.first .headline::before {
    top: -85px;
  }
}
body #wrapper main .info .block.first .point .col2 {
  align-items: flex-start;
  margin-top: 20px;
}
@media all and (max-width: 768px) {
  body #wrapper main .info .block.first .point .col2 li {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .info .block.first .point .col2 li:nth-child(2) {
    margin-top: 20px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .info .block.first .point .col2 li:nth-child(2) {
    margin-top: 50px;
  }
}
body #wrapper main .info .block.first .point .col2 li:nth-child(3), body #wrapper main .info .block.first .point .col2 li:nth-child(4) {
  margin-top: 80px;
}
@media all and (max-width: 480px) {
  body #wrapper main .info .block.first .point .col2 li:nth-child(3), body #wrapper main .info .block.first .point .col2 li:nth-child(4) {
    margin-top: 40px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .info .block.second {
    margin-top: 310px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .info .block.second {
    margin-top: 240px;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .info .block.second {
    margin-top: 170px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .info .block.second {
    margin-top: 100px;
  }
}
body #wrapper main .info .block.second .headline::before {
  top: -280px;
}
@media all and (max-width: 1680px) {
  body #wrapper main .info .block.second .headline::before {
    top: -275px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .info .block.second .headline::before {
    top: -270px;
  }
}
@media all and (max-width: 1366px) {
  body #wrapper main .info .block.second .headline::before {
    top: -275px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .info .block.second .headline::before {
    top: -220px;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .info .block.second .headline::before {
    top: -155px;
  }
}
@media all and (max-width: 414px) {
  body #wrapper main .info .block.second .headline::before {
    top: -100px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .info .block.second p.image {
    margin-top: 20px;
  }
}
body #wrapper main .info .block.second p.image.on {
  background: #fff;
  padding-top: 20px;
}
@media all and (max-width: 480px) {
  body #wrapper main .info .block.second .bg_c {
    padding-bottom: 100px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .info .block.second .bg_c::after {
    margin-top: 150px;
  }
}
body #wrapper main .info .block.second .point2 {
  margin-top: 100px;
}
@media all and (max-width: 480px) {
  body #wrapper main .info .block.second .point2 {
    margin-top: 50px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .info .block.second .point2 ul li ul.col2 {
    display: flex;
  }
}
body #wrapper main .info .block.second .point2 ul li ul.col2 li {
  width: 48%;
}
@media all and (max-width: 480px) {
  body #wrapper main .info .block.second .point2 ul li ul.col2 li:nth-child(2) {
    margin-top: 0;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .info .block.second .point2 ul li:nth-child(2) p {
    margin-top: 10px;
  }
}
@media all and (max-width: 1500px) {
  body #wrapper main .info .block .inner {
    padding-bottom: 70px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .info .block .inner {
    padding-bottom: 0;
  }
}
body #wrapper main .info .block .spec dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 540px;
  margin: auto;
  font-size: 110%;
}
@media all and (max-width: 480px) {
  body #wrapper main .info .block .spec dl {
    font-size: 100%;
  }
}
body #wrapper main .info .block .spec dl dt {
  width: 100%;
}
body #wrapper main .info .block .spec dl dt div {
  text-align: center;
  box-sizing: border-box;
  background-image: url(../images/ribon1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  max-width: 190px;
  margin: 30px auto 10px;
  padding: 3px 0;
  color: #fff;
  letter-spacing: 1px;
  font-size: 140%;
  line-height: 1.4;
}
@media all and (max-width: 480px) {
  body #wrapper main .info .block .spec dl dt div {
    padding: 7px 0;
    font-size: 115%;
  }
}
body #wrapper main .info .block .spec dl dt div.on {
  background-image: none;
}
body #wrapper main .info .block .spec dl dd {
  width: 30%;
  padding-left: 1em;
  text-indent: -1em;
}
@media all and (max-width: 480px) {
  body #wrapper main .info .block .spec dl dd {
    width: 44%;
  }
}
body #wrapper main .info .block .spec dl dd.wide {
  width: 100%;
  text-align: center;
}
body #wrapper main .info .block .spec dl:first-child dd {
  width: 46%;
}
@media all and (max-width: 480px) {
  body #wrapper main .info .block .spec dl:first-child dd {
    width: 45%;
  }
}
@media all and (max-width: 320px) {
  body #wrapper main .info .block .spec dl:first-child dd {
    width: 44%;
  }
}
body #wrapper main .info .block .spec dl:nth-child(2) {
  text-align: center;
}
@media all and (max-width: 480px) {
  body #wrapper main .info .block .spec dl:nth-child(2) {
    text-align: left;
  }
}
body #wrapper main .info .block ul.col2 {
  align-items: flex-start;
}
body #wrapper main .info .block ul.col2 li {
  width: 48%;
}
@media all and (max-width: 480px) {
  body #wrapper main .info .block ul.col2 li {
    width: 100%;
  }
}
body #wrapper main .info .block ul.col2 li p.txt_r {
  text-align: right;
  margin: 5px -10px 0 0;
  font-size: 90%;
}
body #wrapper main .info .block ul.col2 li p.text {
  width: 97%;
  margin: 20px 0 auto auto;
}
@media all and (max-width: 480px) {
  body #wrapper main .info .block ul.col2 li:nth-child(2) {
    margin-top: 50px;
  }
}
body #wrapper main p {
  margin-top: 20px;
}
@media all and (max-width: 480px) {
  body #wrapper main p {
    margin-top: 0;
  }
}
body #wrapper main p.comment {
  text-align: center;
  padding-bottom: 30px;
}
@media all and (max-width: 480px) {
  body #wrapper main p.comment {
    padding-bottom: 0;
  }
}
body #wrapper main p.comment img {
  max-width: 700px;
}
@media all and (max-width: 480px) {
  body #wrapper main p.comment img {
    max-width: 90%;
  }
}
body #wrapper main p.comment svg {
  max-width: 700px;
}
body #wrapper main p.comment svg path .st0 {
  fill: #39984A;
}
body #wrapper main p.comment.on svg path {
  fill: #fff000;
}
body #wrapper main p.comment.on svg path .st0 {
  fill: #fff000;
}
body #wrapper main p.label {
  text-align: center;
  margin-top: 20px;
}
body #wrapper main p.label img {
  max-width: 500px;
}
@media all and (max-width: 480px) {
  body #wrapper main p.label img {
    max-width: 85%;
  }
}
body #wrapper main p.label svg {
  max-width: 500px;
}
@media all and (max-width: 480px) {
  body #wrapper main p.label svg {
    max-width: 85%;
  }
}
body #wrapper main p.ribon2 {
  text-align: center;
  box-sizing: border-box;
  background-image: url(../images/ribon2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  max-width: 540px;
  margin: 50px auto 10px;
  padding: 7px 0 15px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 150%;
}
@media all and (max-width: 480px) {
  body #wrapper main p.ribon2 {
    max-width: 350px;
    font-size: 115%;
    padding: 3px 0;
  }
}
body #wrapper main p.ribon2.on {
  background-image: none;
}
body #wrapper main p.image {
  text-align: center;
  margin-bottom: 50px;
}
@media all and (max-width: 768px) {
  body #wrapper main p.image {
    margin-bottom: 0;
  }
}
body #wrapper main p.image img {
  max-width: 700px;
}
@media all and (max-width: 768px) {
  body #wrapper main p.image img {
    max-width: 500px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main p.image img {
    max-width: 85%;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main p.image img.wide {
    max-width: 100%;
  }
}

p.title {
  font-weight: bold;
  font-size: 150%;
  margin: 10px 0 !important;
  color: #000;
  text-align: left;
  letter-spacing: 1px;
}
@media all and (max-width: 480px) {
  p.title {
    margin: 0 0 10px !important;
  }
}
p.title.on {
  color: #fff000;
}

.bg_c {
  background: #EBF5ED;
  margin-top: 200px;
}
@media all and (max-width: 768px) {
  .bg_c {
    margin-top: 150px;
  }
}
@media all and (max-width: 480px) {
  .bg_c {
    margin-top: 80px;
  }
}
.bg_c::before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/separate_top.svg);
  width: 100%;
  height: 0;
  padding-top: 10%;
  margin-top: -10%;
}
.bg_c::after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/separate_bottom.svg);
  width: 100%;
  height: 0;
  padding-top: 12.4094%;
}
@media all and (max-width: 480px) {
  .bg_c .inner {
    padding: 10px 0 30px;
  }
}

.headline {
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto 50px;
  font-size: 150%;
  font-weight: bold;
  letter-spacing: 1px;
}
@media all and (max-width: 480px) {
  .headline {
    margin: 0 auto;
    font-size: 120%;
  }
}
.headline::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-image: url(../images/bookmark.svg);
  width: 60px;
  height: 164px;
  top: -250px;
  right: 50px;
  z-index: 1;
}
@media all and (max-width: 1025px) {
  .headline::before {
    width: 50px;
    height: 145px;
    top: -200px;
    right: 20px;
  }
}
@media all and (max-width: 768px) {
  .headline::before {
    width: 40px;
    height: 109px;
    top: -150px;
  }
}
@media all and (max-width: 480px) {
  .headline::before {
    width: 25px;
    height: 68px;
    top: -50px;
    right: 20px;
  }
}

span {
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 1em;
  transition: all 2s ease;
}
span.active {
  background-position: -100% 1em;
}
span.on {
  background-image: none !important;
}
span.marker-animation {
  background-image: linear-gradient(left, transparent 50%, #c4e0c9 50%);
  background-image: -webkit-linear-gradient(left, transparent 50%, #c4e0c9 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #c4e0c9 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #c4e0c9 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #c4e0c9 50%);
}

.footer_wrapper {
  padding-top: 50px;
}
@media all and (max-width: 480px) {
  .footer_wrapper {
    padding-top: 0;
  }
}
.footer_wrapper .footer_img {
  top: -80px;
}
@media all and (max-width: 1680px) {
  .footer_wrapper .footer_img {
    top: -65px;
  }
}
@media all and (max-width: 1440px) {
  .footer_wrapper .footer_img {
    top: -40px;
  }
}
@media all and (max-width: 1025px) {
  .footer_wrapper .footer_img {
    top: -40px;
  }
}
@media all and (max-width: 480px) {
  .footer_wrapper .footer_img {
    top: -80px;
  }
}
.footer_wrapper footer {
  position: relative;
  background: #39984A;
  color: #fff;
}
.footer_wrapper footer::before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/separate_footer_top.png);
  width: 100%;
  height: 0;
  padding-top: 5%;
}
@media all and (max-width: 480px) {
  .footer_wrapper footer::before {
    top: 0;
  }
}

h2 {
  line-height: 2.5;
}
@media all and (max-width: 480px) {
  h2 {
    line-height: 1.8;
  }
}
@media all and (-ms-high-contrast: none) {
  h2 {
    line-height: 1.5;
  }
}
@media all and (-ms-high-contrast: none) {
  h2 svg, h2 img {
    height: 90px;
  }
}
h2 svg.mds01_1, h2 img.mds01_1 {
  max-width: 600px;
}
@media all and (max-width: 480px) {
  h2 svg.mds01_1, h2 img.mds01_1 {
    max-width: 80%;
  }
}
h2 svg.mds01_2, h2 img.mds01_2 {
  max-width: 310px;
}
@media all and (max-width: 480px) {
  h2 svg.mds01_2, h2 img.mds01_2 {
    max-width: 42%;
  }
}
h2 svg.mds02_1, h2 img.mds02_1 {
  max-width: 540px;
}
@media all and (max-width: 480px) {
  h2 svg.mds02_1, h2 img.mds02_1 {
    max-width: 70%;
  }
}
h2 svg.mds02_2, h2 img.mds02_2 {
  max-width: 180px;
}
@media all and (max-width: 480px) {
  h2 svg.mds02_2, h2 img.mds02_2 {
    max-width: 25%;
  }
}

ul.notice.center li {
  text-align: center !important;
}
@media all and (max-width: 480px) {
  ul.notice.center li {
    text-align: left !important;
  }
}
