body.toggle {
  height: 100vh;
  overflow: hidden;
  margin-left: -275px;
}

.header {
  width: calc(100% - 30px);
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 0 57px;
  background: #ffffff;
  box-shadow: 0px 3px 10px rgba(176, 183, 195, 0.2);
  border-radius: 40px;
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  transition: 0.4s;
}
.header.hide {
  top: -80px;
}
.header.shadow {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}
.header .logo {
  width: 100%;
  max-width: 100px;
}
.header .nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .nav li {
  font-size: 13px;
  margin-left: 50px;
}
.header .nav li:last-child {
  margin-left: 40px;
}
.header .nav li a {
  color: #343B42;
  font-weight: bold;
  transition: 0.4s;
}
.header .nav li a:hover {
  color: #42ad76;
}
.header .nav li .btn-green {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 118px;
  height: 40px;
  font-size: 13px;
  color: #ffffff;
  background: #42ad76;
  border-radius: 20px;
}
.header .nav li .btn-green:hover {
  color: #ffffff;
}
.header .burger {
  display: none;
}
.header .menu {
  display: none;
}

.main {
  padding: 130px 120px 50px;
}
@media screen and (max-width: 1366px) {
  .main {
    padding: 9.5168374817vw 8.78477306vw 3.6603221083vw;
  }
}
@media screen and (max-width: 768px) {
  .main {
    padding: 80px 40px;
    padding: 10.6666666667vw 6.4vw;
  }
}
.main .main_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .main .main_inner {
    flex-direction: column;
    gap: 100px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1366px) {
  .main .main_inner {
    gap: 3.6603221083vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 768px) {
  .main .main_inner {
    gap: 10.6666666667vw;
  }
}
.main .main_inner .main_right {
  width: 49%;
}
@media screen and (max-width: 1199px) {
  .main .main_inner .main_right {
    width: 100%;
  }
}
.main .main_inner .main_right h1 {
  font-family: "Noto Serif JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 64px;
  margin: 0;
}
@media screen and (max-width: 1366px) {
  .main .main_inner .main_right h1 {
    font-size: 3.513909224vw;
  }
}
@media screen and (max-width: 1199px) {
  .main .main_inner .main_right h1 {
    text-align: center;
    font-size: 3.513909224vw;
  }
}
@media screen and (max-width: 768px) {
  .main .main_inner .main_right h1 {
    font-size: 5.3333333333vw;
    line-height: 8vw;
    margin-top: 70px;
  }
}
.main .main_inner .main_right h1 span {
  font-size: 38px;
}
@media screen and (max-width: 1366px) {
  .main .main_inner .main_right h1 span {
    font-size: 2.4890190337vw;
  }
}
@media screen and (max-width: 1199px) {
  .main .main_inner .main_right h1 span {
    text-align: center;
    font-size: 2.4890190337vw;
  }
}
@media screen and (max-width: 768px) {
  .main .main_inner .main_right h1 span {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
    margin-top: 70px;
  }
}
.main .main_inner .main_right p {
  color: #000;
  font-family: "Noto Serif JP";
  letter-spacing: 0.2px;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.9;
}
@media screen and (max-width: 1199px) {
  .main .main_inner .main_right p {
    text-align: center;
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  .main .main_inner .main_right p {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
    text-align: start;
  }
}
.main .main_inner .main_right p br {
  display: block;
}
.main .main_inner .main_left {
  width: 48%;
}
@media screen and (max-width: 1199px) {
  .main .main_inner .main_left {
    width: 100%;
    max-width: 720px;
  }
}
.main .main_inner .main_left .main_image {
  width: 100%;
}

.top {
  background: #47C57C;
  padding: 110px 120px;
}
@media screen and (max-width: 768px) {
  .top {
    padding: 80px 40px;
    padding: 10.6666666667vw 6.4vw;
  }
}
.top .top_title {
  color: #1D293F;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px; /* 116.667% */
  letter-spacing: 0.2px;
}
@media screen and (max-width: 768px) {
  .top .top_title {
    font-size: 6.4vw;
  }
}
.top .top_inner {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 74px;
}
@media screen and (max-width: 768px) {
  .top .top_inner {
    flex-direction: column;
    margin-top: 6.4vw;
    gap: 6.4vw;
  }
}
.top .top_inner .top_item {
  width: 100%;
  max-width: 347px;
  border-radius: 20px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  gap: 30px;
}
@media screen and (max-width: 1366px) {
  .top .top_inner .top_item {
    max-width: 25.4026354319vw;
    gap: 2.196193265vw;
  }
}
@media screen and (max-width: 768px) {
  .top .top_inner .top_item {
    max-width: initial;
    padding: 4.2666666667vw;
  }
}
.top .top_inner .top_item .text {
  color: #1D293F;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 156.522% */
  letter-spacing: 0.2px;
}
@media screen and (max-width: 1366px) {
  .top .top_inner .top_item .text {
    line-height: 2.635431918vw;
    font-size: 1.6837481698vw;
  }
}
@media screen and (max-width: 768px) {
  .top .top_inner .top_item .text {
    line-height: 9.6vw;
    font-size: 4.2666666667vw;
  }
}
.top .top_inner .top_item .top_image {
  width: 100%;
  max-width: 267px;
}
@media screen and (max-width: 768px) {
  .top .top_inner .top_item .top_image {
    max-width: 42.6666666667vw;
  }
}
.top .top_inner .top_item .desc {
  color: #1D293F;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
  letter-spacing: 0.2px;
}
@media screen and (max-width: 1366px) {
  .top .top_inner .top_item .desc {
    font-size: 1.2445095168vw;
    line-height: 2.0497803807vw;
  }
}
@media screen and (max-width: 768px) {
  .top .top_inner .top_item .desc {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }
}
.top .top_btn {
  margin-top: 74px;
}
.top .top_btn a {
  width: 100%;
  max-width: 290px;
  margin: 20px auto 0;
  padding-bottom: 20px;
  padding: 20px 38px 20px 30px;
  background: #fff;
  border-radius: 50px;
  display: block;
  border: 1px solid #fff;
  transition: all 0.5s ease;
}
.top .top_btn a:hover {
  background: #47C57C;
  border: 1px solid #fff;
  transition: all 0.5s ease;
  opacity: 1;
}
.top .top_btn a:hover p {
  color: #fff;
}
.top .top_btn a p {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #47C57C;
  transition: all 0.5s ease;
  text-align: center;
}

.middle {
  padding: 110px 120px;
}
@media screen and (max-width: 1366px) {
  .middle {
    padding: 8.0527086384vw 8.78477306vw;
  }
}
@media screen and (max-width: 768px) {
  .middle {
    padding: 10.6666666667vw 6.4vw;
  }
}
.middle .middle_title {
  color: #1D293F;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px; /* 116.667% */
  letter-spacing: 0.2px;
}
@media screen and (max-width: 1366px) {
  .middle .middle_title {
    font-size: 3.513909224vw;
    line-height: 56px 4.0995607613vw; /* 116.667% */
  }
}
@media screen and (max-width: 768px) {
  .middle .middle_title {
    font-size: 6.4vw;
  }
}
.middle .middle_inner .middle_item_top {
  background-color: #F8F9FA;
  padding: 35px 56px;
  border-radius: 16px;
  margin: 70px auto 0;
  width: 100%;
  max-width: 1126px;
}
@media screen and (max-width: 1366px) {
  .middle .middle_inner .middle_item_top {
    padding: 2.5622254758vw 4.0995607613vw;
  }
}
@media screen and (max-width: 768px) {
  .middle .middle_inner .middle_item_top {
    margin-top: 6.4vw;
    padding: 6.4vw;
  }
}
.middle .middle_inner .middle_item_top .middle_item_top_title {
  color: #1D293F;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 137.143% */
  letter-spacing: 0.2px;
}
@media screen and (max-width: 1366px) {
  .middle .middle_inner .middle_item_top .middle_item_top_title {
    font-size: 2.5622254758vw;
    line-height: 3.513909224vw;
  }
}
@media screen and (max-width: 768px) {
  .middle .middle_inner .middle_item_top .middle_item_top_title {
    font-size: 5.3333333333vw;
    line-height: 8vw;
  }
}
.middle .middle_inner .middle_item_top .middle_item_top_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 66px;
}
@media screen and (max-width: 768px) {
  .middle .middle_inner .middle_item_top .middle_item_top_inner {
    flex-direction: column-reverse;
    margin-top: 6.4vw;
  }
}
.middle .middle_inner .middle_item_top .middle_item_top_inner .middle_item_top_right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .middle .middle_inner .middle_item_top .middle_item_top_inner .middle_item_top_right {
    width: 100%;
  }
}
.middle .middle_inner .middle_item_top .middle_item_top_inner .middle_item_top_right p {
  color: #475569;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: 0.08px;
}
@media screen and (max-width: 768px) {
  .middle .middle_inner .middle_item_top .middle_item_top_inner .middle_item_top_right p {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}
.middle .middle_inner .middle_item_top .middle_item_top_inner .middle_item_top_left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .middle .middle_inner .middle_item_top .middle_item_top_inner .middle_item_top_left {
    width: 100%;
    margin-bottom: 10.6666666667vw;
  }
}
.middle .middle_inner .middle_item_top .middle_item_top_inner .middle_item_top_left .image {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .middle .middle_inner .middle_item_top .middle_item_top_inner .middle_item_top_left .image {
    max-width: 17.5695461201vw;
  }
}
@media screen and (max-width: 768px) {
  .middle .middle_inner .middle_item_top .middle_item_top_inner .middle_item_top_left .image {
    max-width: 180px;
  }
}
.middle .middle_inner .middle_bottom {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .middle .middle_inner .middle_bottom {
    flex-direction: column;
    gap: 0;
  }
}
.middle .middle_inner .middle_bottom .middle_bottom_item {
  width: 100%;
  max-width: 540px;
  border-radius: 16px;
  background: #F8F9FA;
  padding: 45px 30px;
  margin-top: 50px;
}
@media screen and (max-width: 1366px) {
  .middle .middle_inner .middle_bottom .middle_bottom_item {
    padding: 3.2942898975vw 2.196193265vw;
  }
}
@media screen and (max-width: 768px) {
  .middle .middle_inner .middle_bottom .middle_bottom_item {
    max-width: initial;
    margin-top: 6.4vw;
    padding: 6.4vw;
  }
}
.middle .middle_inner .middle_bottom .middle_bottom_item .middle2 {
  width: 100%;
  max-width: 169px;
  margin: 0 auto;
  margin-bottom: 30px;
  height: 203px;
}
@media screen and (max-width: 1366px) {
  .middle .middle_inner .middle_bottom .middle_bottom_item .middle2 {
    height: 14.8609077599vw;
    max-width: 12.3718887262vw;
  }
}
@media screen and (max-width: 768px) {
  .middle .middle_inner .middle_bottom .middle_bottom_item .middle2 {
    margin-top: 6.4vw;
    max-width: 42.6666666667vw;
    height: initial;
  }
}
.middle .middle_inner .middle_bottom .middle_bottom_item .middle3 {
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
  height: 203px;
  display: flex;
  align-items: end;
  margin-bottom: 30px;
}
@media screen and (max-width: 1366px) {
  .middle .middle_inner .middle_bottom .middle_bottom_item .middle3 {
    height: 14.8609077599vw;
    max-width: 22.6939970717vw;
  }
}
@media screen and (max-width: 768px) {
  .middle .middle_inner .middle_bottom .middle_bottom_item .middle3 {
    margin-top: 6.4vw;
    max-width: 58.6666666667vw;
    padding-bottom: 0;
    height: initial;
  }
}
.middle .middle_inner .middle_bottom .middle_bottom_item .title {
  color: #1D293F;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 150% */
  letter-spacing: 0.2px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .middle .middle_inner .middle_bottom .middle_bottom_item .title {
    font-size: 2.3426061493vw;
  }
}
@media screen and (max-width: 768px) {
  .middle .middle_inner .middle_bottom .middle_bottom_item .title {
    font-size: 5.3333333333vw;
    margin-top: initial;
  }
}
.middle .middle_inner .middle_bottom .middle_bottom_item .desc {
  color: #475569;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: 0.08px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .middle .middle_inner .middle_bottom .middle_bottom_item .desc {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
    margin-top: 10.6666666667vw;
  }
}
.middle .middle_btn {
  margin-top: 74px;
}
.middle .middle_btn a {
  width: 100%;
  max-width: 290px;
  margin: 20px auto 0;
  padding-bottom: 20px;
  padding: 20px 38px 20px 30px;
  background: #fff;
  border-radius: 50px;
  display: block;
  border: 2px solid #475569;
  transition: all 0.5s ease;
}
.middle .middle_btn a:hover {
  background: #47C57C;
  border: 1px solid #fff;
  transition: all 0.5s ease;
  opacity: 1;
}
.middle .middle_btn a:hover p {
  color: #fff;
}
.middle .middle_btn a p {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #475569;
  transition: all 0.5s ease;
  text-align: center;
}

.bottom {
  background: #47C57C;
  padding: 110px 120px;
}
@media screen and (max-width: 768px) {
  .bottom {
    padding: 10.6666666667vw 6.4vw;
  }
}
.bottom .bottom_title {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 47px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px; /* 119.149% */
  letter-spacing: 0.2px;
}
@media screen and (max-width: 768px) {
  .bottom .bottom_title {
    font-size: 6.4vw;
  }
}
.bottom .bottom_inner {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 74px;
}
@media screen and (max-width: 768px) {
  .bottom .bottom_inner {
    flex-direction: column;
    margin-top: 6.4vw;
    gap: 6.4vw;
  }
}
.bottom .bottom_inner .bottom_item {
  width: 100%;
  max-width: 347px;
  border-radius: 20px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  gap: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .bottom .bottom_inner .bottom_item {
    max-width: initial;
    padding: 4.2666666667vw;
  }
}
.bottom .bottom_inner .bottom_item .bottom_image {
  width: 100%;
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  .bottom .bottom_inner .bottom_item .bottom_image {
    max-width: 160px;
  }
}
.bottom .bottom_inner .bottom_item .text {
  color: #475569;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  letter-spacing: 0.2px;
}
@media screen and (max-width: 768px) {
  .bottom .bottom_inner .bottom_item .text {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}
.bottom .bottom_inner .bottom_item .text span {
  color: #47C57C;
}
.bottom .bottom_inner .bottom_item .middle_btn {
  width: 100%;
  max-width: 240px;
}
.bottom .bottom_inner .bottom_item .middle_btn a {
  padding: 16px 0;
  background: #fff;
  border-radius: 10px;
  display: block;
  border: 2px solid #475569;
  transition: all 0.5s ease;
}
.bottom .bottom_inner .bottom_item .middle_btn a:hover {
  background: #47C57C;
  border: 1px solid #fff;
  transition: all 0.5s ease;
  opacity: 1;
}
.bottom .bottom_inner .bottom_item .middle_btn a:hover p {
  color: #fff;
}
.bottom .bottom_inner .bottom_item .middle_btn a p {
  position: relative;
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #475569;
  transition: all 0.5s ease;
  text-align: center;
}

footer {
  padding: 40px 32px;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 40px 0;
  }
}
footer .footer_inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer_inner {
    flex-direction: column;
  }
}
footer .footer_inner .footer_left {
  width: 100%;
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  footer .footer_inner .footer_left {
    max-width: initial;
    margin-bottom: 30px;
  }
}
footer .footer_inner .footer_left .footer_img {
  margin: 0 auto;
  width: 100%;
  max-width: 100px;
}
footer .footer_inner .footer_right {
  width: 100%;
  max-width: 60%;
}
@media screen and (max-width: 768px) {
  footer .footer_inner .footer_right {
    max-width: initial;
  }
}
footer .footer_inner .footer_right ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #1d293f;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  footer .footer_inner .footer_right ul {
    display: none;
  }
}
footer .footer_inner .footer_right .footer_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .footer_inner .footer_right .footer_sp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
footer .footer_inner .footer_right .footer_sp a {
  width: 50%;
  padding: 23px 30px;
  font-family: "Hiragino Kaku Gothic ProN";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin: 0;
}
footer .footer_inner .footer_right .footer_sp a:first-child {
  border: 1px solid #b9b9b9;
  border-left: none;
}
footer .footer_inner .footer_right .footer_sp a:nth-of-type(2) {
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
}
footer .footer_inner .footer_right .footer_sp a:nth-of-type(3) {
  border-right: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
}
footer .footer_inner .footer_right .footer_sp a:nth-of-type(4) {
  border-bottom: 1px solid #b9b9b9;
}
footer .copyright {
  font-size: 13px;
  color: #1d293f;
  text-align: center;
  margin-top: 40px;
}

.btn {
  cursor: pointer;
}

.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

@media (max-width: 1100px) {
  .header {
    height: 45px;
    transition: 0.4s;
  }
  .header.toggle {
    left: calc(50% - 275px);
  }
  .header.toggle .burger span:nth-child(1) {
    transform: rotate(-45deg) translateY(4.5px);
  }
  .header.toggle .burger span:nth-child(2) {
    display: none;
  }
  .header.toggle .burger span:nth-child(3) {
    transform: rotate(45deg) translateY(-4.5px);
  }
  .header.toggle .menu::before {
    display: block;
  }
  .header .logo {
    max-width: 75px;
  }
  .header .nav {
    display: none;
  }
  .header .burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .header .burger span {
    display: block;
    width: 17px;
    height: 3px;
    background: #000000;
    border-radius: 3px;
    margin-bottom: 4px;
    transition: 0.3s;
  }
  .header .burger span:last-child {
    margin-bottom: 0;
  }
  .header .menu {
    width: 275px;
    height: 100vh;
    display: block;
    position: fixed;
    top: -24px;
    right: -290px;
    background: #FBFBFB;
    transition: 0.4s;
    overflow: auto;
    z-index: 9;
  }
  .header .menu::before {
    display: none;
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: -16px;
    left: -15px;
  }
  .header .menu h3 {
    font-size: 13px;
    text-align: center;
    color: #717D8A;
    padding: 70px 0 60px;
  }
  .header .menu h3 span {
    font-family: "Filson Pro Bold";
    display: block;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    color: #343B42;
  }
  .header .menu ul {
    padding-bottom: 50px;
  }
  .header .menu ul a {
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #343B42;
    padding: 22px 0 22px 20px;
    background: url(../images/common/icon_arrow_right_black.svg) right 27px center/8px no-repeat;
    border-top: 1px solid #ECEFF2;
  }
  .header .menu ul .btn-green {
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #343B42;
    padding: 22px 0 22px 20px;
    border-bottom: 1px solid #ECEFF2;
  }
  html {
    position: relative;
  }
  html body {
    transition: 0.4s;
  }
  html body.toggle {
    height: 100vh;
    overflow: hidden;
    margin-left: -275px;
  }
}
@media only screen and (max-width: 768px) {
  .inner {
    width: 90%;
    margin: 0 auto;
  }
  .PC {
    display: none !important;
  }
  .SP {
    display: block !important;
  }
  body {
    min-width: 100%;
    max-width: 100%;
  }
  .header {
    padding: 0 30px 0 22px;
  }
}