@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,800&display=swap");
@media (min-width: 768px) {
  .sm {
    display: none !important;
  }
}
@media (max-width: 560px) {
  .pd-none {
    display: none !important;
  }
}
@media (min-width: 560px) {
  .pd-upper-none {
    display: none !important;
  }
}
.md {
  display: none !important;
}

.md-inline {
  display: none !important;
}

.md-inline-block {
  display: none !important;
}

.md-flex {
  display: none !important;
}

.md-inline-flex {
  display: none !important;
}

@media (min-width: 768px) {
  .md {
    display: block !important;
  }

  .md-inline {
    display: inline !important;
  }

  .md-inline-block {
    display: inline-block !important;
  }

  .md-flex {
    display: flex !important;
  }

  .md-inline-flex {
    display: inline-flex !important;
  }

  .md-none {
    display: none;
  }
}
@media (min-width: 960px) {
  .lg-none {
    display: none;
  }
}
@media (min-width: 1412px) {
  .xl-inline {
    display: inline !important;
  }
}
.note {
  display: flex;
}
.note::before {
  content: "※";
}

.brackets {
  font-size: inherit;
}
.brackets::before {
  content: "（";
}
.brackets::after {
  content: "）";
}

.l-sub-img {
  display: none;
}

@media (max-width: 767px) {
  .l-footer {
    margin-bottom: 66px;
  }
}
.shashiru {
  box-sizing: border-box;
}
.shashiru::before, .shashiru::after, .shashiru *, .shashiru *::before, .shashiru *::after {
  box-sizing: border-box;
}
.shashiru a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .shashiru .u-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .shashiru .u-inner {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.shashiru .header {
  width: 100%;
  position: relative;
  z-index: 0;
  background: #005aa3;
  background: linear-gradient(135deg, #005aa3 0%, #009db3 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
@media (max-width: 767px) {
  .shashiru .header {
    margin-top: 45px;
    padding-top: 6vw;
    padding-bottom: 6vw;
    text-align: center;
  }
}
@media (min-width: 560px) {
  .shashiru .header {
    margin-top: 66px;
  }
}
@media (min-width: 960px) {
  .shashiru .header {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .shashiru .header {
    padding-top: 4vw;
  }
}
.shashiru .header::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform-origin: bottom right;
}
@media (max-width: 767px) {
  .shashiru .header::after {
    height: 30%;
    transform: skewY(5deg) translateY(-30%);
  }
}
@media (min-width: 768px) {
  .shashiru .header::after {
    height: 30%;
    transform: skewY(5deg) translateY(-10%);
  }
}
.shashiru .header__text {
  flex: 0 0 60%;
  max-width: 60%;
  margin-bottom: 12vw;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .shashiru .header__text {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .shashiru .tagline {
    color: #0F78AA;
    font-size: 1.6rem;
    line-height: 1.875;
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    width: 100%;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .shashiru .tagline {
    margin-top: 2.75em;
  }
}
@media (min-width: 960px) {
  .shashiru .tagline {
    font-size: 2.4rem;
  }
}
.shashiru .tagline em {
  position: relative;
}
.shashiru .tagline em::after {
  content: "";
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -200%);
}
@media (max-width: 767px) {
  .shashiru .tagline em::after {
    width: 3px;
    height: 3px;
    background: #0F78AA;
  }
}
@media (min-width: 768px) {
  .shashiru .tagline em::after {
    width: 5px;
    height: 5px;
    background: #fff;
  }
}
.shashiru .hero {
  flex: 0 0 40%;
  max-width: 40%;
  align-self: flex-end;
}
.shashiru .c-btn01 {
  height: 66px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #000;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  text-decoration: none;
  transition: opacity .4s;
  position: relative;
}
@media (max-width: 767px) {
  .shashiru .c-btn01 {
    width: 100%;
    max-width: 100%;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .shashiru .c-btn01 {
    width: 64.17vw;
    max-width: 770px;
    height: 8.17vw;
    max-height: 98px;
    font-size: 2.2rem;
  }
  .shashiru .c-btn01:hover {
    opacity: .8;
  }
}
.shashiru .c-btn01::after {
  content: "";
  display: block;
  background: url("../../nap/img/shashiru/icon_arrow.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.4s;
}
@media (max-width: 767px) {
  .shashiru .c-btn01::after {
    width: 10px;
    height: 10px;
    right: 12px;
  }
}
@media (min-width: 768px) {
  .shashiru .c-btn01::after {
    width: 23px;
    height: 23px;
    right: 23px;
  }
}
.shashiru .c-btn01:hover::after {
  transform: translate(20%, -50%);
}
.shashiru .section {
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .shashiru .worries {
    margin-top: calc(12rem + 60px);
  }
}
.shashiru .worries__heading {
  text-align: center;
  border: solid #14100E;
  position: relative;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .shashiru .worries__heading {
    font-size: 3.3vw;
    border-width: 2px;
    border-radius: 10px;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .shashiru .worries__heading {
    font-size: 2.4rem;
    border-width: 3px;
    border-radius: 16px;
    margin-bottom: 40px;
    width: 28em;
  }
}
.shashiru .worries__heading::after {
  content: "";
  display: block;
  border: solid;
  border-color: transparent #14100E #14100E transparent;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%) rotate(45deg) skew(15deg, 15deg);
}
@media (max-width: 767px) {
  .shashiru .worries__heading::after {
    width: 12px;
    height: 12px;
    border-width: 2px;
  }
}
@media (min-width: 768px) {
  .shashiru .worries__heading::after {
    width: 20px;
    height: 20px;
    border-width: 3px;
  }
}
.shashiru .worries__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-right: .8em;
  padding-left: .8em;
  padding-bottom: 25vw;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .shashiru .worries__list {
    margin-right: 6px;
  }
}
@media (min-width: 960px) {
  .shashiru .worries__list {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 260px;
    font-size: 2.1rem;
  }
}
.shashiru .worries__list::after {
  content: "";
  display: block;
  background: url("../../nap/img/shashiru/pict_worries.svg") no-repeat right bottom;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: -6px;
  width: 19%;
  max-width: 155px;
  height: 0;
  padding-top: 39%;
}
@media (min-width: 960px) {
  .shashiru .worries__list::after {
    z-index: -1;
  }
}
@media (min-width: 1412px) {
  .shashiru .worries__list::after {
    padding-top: 0;
    width: 230px;
    max-width: 230px;
    height: 474px;
    left: 100%;
    right: auto;
  }
}
.shashiru .worries__list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  line-height: 1.85;
  height: 9em;
  flex: 0 0 calc((50% - 2.5px) - 1em);
  max-width: calc((50% - 2.5px) - 1em);
  margin-top: 12px;
}
@media (min-width: 960px) {
  .shashiru .worries__list__item {
    flex: 0 0 calc((100% - 60px) / 3 - 1.5em);
    max-width: calc((100% - 60px) / 3 - 1.5em);
    margin-top: 40px;
  }
}
.shashiru .worries__list__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: skewX(-10deg);
  border-right: solid #1A1311;
  border-bottom: solid #1A1311;
  position: absolute;
  border-width: 2px;
  left: 4px;
  top: 4px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
}
@media (min-width: 960px) {
  .shashiru .worries__list__item::before {
    border-width: 3px;
    left: 8px;
    top: 8px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
  }
}
.shashiru .worries__list__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: skewX(-10deg);
  background: #AADDF8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-right-radius: 9px;
  border-top-left-radius: 9px;
}
@media (min-width: 960px) {
  .shashiru .worries__list__item::after {
    border-bottom-right-radius: 18px;
    border-top-left-radius: 18px;
  }
}
.shashiru .support {
  position: relative;
  z-index: 0;
  color: #fff;
  background: #1698D1;
  margin-bottom: -10.9vw;
}
.shashiru .support__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 0;
  transform: translateY(-7vw);
  padding-top: 15vw;
  padding-bottom: 60vw;
}
@media (min-width: 560px) {
  .shashiru .support__header {
    padding-bottom: 45vw;
  }
}
@media (min-width: 768px) {
  .shashiru .support__header {
    padding: 11.7vw 17.5% 15vw;
  }
}
@media (min-width: 1412px) {
  .shashiru .support__header {
    padding-top: 140px;
    padding-bottom: 180px;
  }
}
.shashiru .support__header::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #1698D1;
  transform: skewY(7deg);
}
.shashiru .support__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 767px) {
  .shashiru .support__heading {
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) {
  .shashiru .support__heading {
    font-size: 3rem;
  }
}
@media (min-width: 1412px) {
  .shashiru .support__heading {
    font-size: 4.5rem;
  }
}
.shashiru .support__heading small {
  order: -1;
  font-weight: bold;
}
@media (max-width: 767px) {
  .shashiru .support__heading small {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .shashiru .support__heading small {
    font-size: 2.25rem;
  }
}
@media (min-width: 1412px) {
  .shashiru .support__heading small {
    font-size: 3.3rem;
  }
}
.shashiru .support__summary {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.875;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 0;
}
@media (min-width: 560px) {
  .shashiru .support__summary {
    font-size: 2.1rem;
    line-height: 2;
  }
}
@media (min-width: 768px) {
  .shashiru .support__summary {
    width: 55vw;
    max-width: 820px;
  }
}
@media (min-width: 1412px) {
  .shashiru .support__summary {
    margin-top: 60px;
  }
}
.shashiru .support__summary::before {
  content: "";
  display: block;
  background: url("../../nap/img/shashiru/heading_support.svg") no-repeat;
  background-size: contain;
  width: 39.2vw;
  height: 0;
  padding-top: 43.3vw;
  z-index: -2;
}
@media (min-width: 768px) {
  .shashiru .support__summary::before {
    width: 40%;
    height: 0;
    padding-top: 43%;
    position: absolute;
    right: 100%;
    bottom: -11.7vw;
  }
}
@media (min-width: 1412px) {
  .shashiru .support__summary::before {
    bottom: -130px;
  }
}
.shashiru .support__summary::after {
  content: "";
  display: block;
  width: 100%;
  height: 5vw;
  border-top: 2px solid #fff;
  background: #1698D1;
  transform: skewY(7deg);
  position: absolute;
  top: 40.5vw;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .shashiru .support__summary::after {
    display: none;
  }
}
.shashiru .support__subsection {
  background: #1698D1;
  position: relative;
  transform: translateY(-7vw);
  padding-bottom: 60vw;
}
@media (min-width: 560px) {
  .shashiru .support__subsection {
    padding-bottom: 45vw;
  }
}
@media (min-width: 768px) {
  .shashiru .support__subsection {
    padding: 5% 7.5%;
  }
}
@media (min-width: 1412px) {
  .shashiru .support__subsection {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.shashiru .support__subsection::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 16vw;
  left: 0;
  z-index: -1;
  background: #1698D1;
  border-top: 2px solid #fff;
  transform: skewY(-7deg);
}
@media (min-width: 768px) {
  .shashiru .support__subsection::after {
    top: 0;
    transform: skewY(7deg);
  }
}
.shashiru .support__subsection.web::after {
  transform: skewY(7deg);
}
@media (min-width: 768px) {
  .shashiru .support__subsection.web::after {
    transform: skewY(-7deg);
  }
}
.shashiru .support__subsection__wrapper {
  position: relative;
  margin-top: -16vw;
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .shashiru .support__subsection__wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.shashiru .support__subsection__wrapper::before {
  content: "";
  display: block;
}
.shashiru .support__subsection__wrapper::after {
  position: absolute;
  content: "";
  display: block;
}
@media (min-width: 768px) {
  .shashiru .support__subsection__wrapper.pamphlet {
    padding-right: 14.2%;
  }
}
@media (min-width: 1412px) {
  .shashiru .support__subsection__wrapper.pamphlet {
    padding-right: 200px;
  }
}
.shashiru .support__subsection__wrapper.pamphlet::before {
  background: url("../../nap/img/shashiru/pict_pamphlet.svg") no-repeat left top;
  background-size: contain;
  width: 45vw;
  height: 0;
  padding-top: 35vw;
}
@media (min-width: 768px) {
  .shashiru .support__subsection__wrapper.pamphlet::before {
    background-size: 97% auto;
    flex: 0 0 32.8%;
    flex-basis: 32.8%;
    max-width: 32.8%;
    padding-top: 26%;
    margin-right: -3.4%;
    transform: translateX(-10%);
  }
}
.shashiru .support__subsection__wrapper.pamphlet::after {
  background: url("../../nap/img/shashiru/pict_1.svg") no-repeat left bottom;
  background-size: contain;
  width: 12.8vw;
  height: 0;
  padding-top: 34.6%;
  right: 10px;
  bottom: calc(100% + 3.9vw - 16vw);
}
@media (min-width: 768px) {
  .shashiru .support__subsection__wrapper.pamphlet::after {
    width: 14.2%;
    max-width: 200px;
    padding-top: 21%;
    right: -3vw;
    bottom: -1.5vw;
  }
}
@media (min-width: 1412px) {
  .shashiru .support__subsection__wrapper.pamphlet::after {
    width: 200px;
    right: -42px;
    bottom: -42px;
  }
}
.shashiru .support__subsection__wrapper.web {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .shashiru .support__subsection__wrapper.web {
    padding-left: 22.3%;
  }
}
@media (min-width: 1412px) {
  .shashiru .support__subsection__wrapper.web {
    padding-left: 315px;
  }
}
.shashiru .support__subsection__wrapper.web::before {
  background: url("../../nap/img/shashiru/pict_web.svg") no-repeat right top;
  background-size: contain;
  width: 40.8vw;
  height: 0;
  margin-left: auto;
  margin-right: 7px;
  padding-top: 37.5vw;
}
@media (min-width: 768px) {
  .shashiru .support__subsection__wrapper.web::before {
    background-size: 96% auto;
    flex: 0 0 34%;
    flex-basis: 34%;
    max-width: 34%;
    margin-right: auto;
    padding-top: 30.5%;
  }
}
.shashiru .support__subsection__wrapper.web::after {
  background: url("../../nap/img/shashiru/pict_2.svg") no-repeat center bottom;
  background-size: contain;
  width: 25.6vw;
  height: 0;
  padding-top: 35.1vw;
  left: 16px;
  bottom: calc(100% + 3vw - 16vw);
}
@media (min-width: 768px) {
  .shashiru .support__subsection__wrapper.web::after {
    width: 22.3%;
    padding-top: 17.5%;
    left: 0;
    bottom: -1.5vw;
  }
}
@media (min-width: 1412px) {
  .shashiru .support__subsection__wrapper.web::after {
    width: 315px;
    bottom: -22px;
  }
}
@media (min-width: 768px) {
  .shashiru .support__subsection__wrapper.movie {
    padding-right: 20.5%;
  }
}
@media (min-width: 1412px) {
  .shashiru .support__subsection__wrapper.movie {
    padding-right: 290px;
  }
}
.shashiru .support__subsection__wrapper.movie::before {
  background: url("../../nap/img/shashiru/pict_movie.svg") no-repeat left top;
  background-size: contain;
  width: 40.8vw;
  height: 0;
  margin-left: 7px;
  padding-top: 32.5vw;
}
@media (min-width: 768px) {
  .shashiru .support__subsection__wrapper.movie::before {
    background-size: 95% auto;
    flex: 0 0 31%;
    flex-basis: 31%;
    max-width: 31%;
    margin-left: 0;
    padding-top: 23.5%;
  }
}
.shashiru .support__subsection__wrapper.movie::after {
  background: url("../../nap/img/shashiru/pict_3.svg") no-repeat left 25.5% bottom;
  background-size: contain;
  width: 26.2vw;
  height: 0;
  padding-top: 35.3vw;
  right: 5px;
  bottom: calc(100% + 2.9vw - 16vw);
}
@media (min-width: 768px) {
  .shashiru .support__subsection__wrapper.movie::after {
    width: 20.5%;
    padding-top: 16.7%;
    right: 0;
    bottom: -1.9vw;
  }
}
@media (min-width: 1412px) {
  .shashiru .support__subsection__wrapper.movie::after {
    width: 290px;
    bottom: -27px;
  }
}
@media (min-width: 768px) {
  .shashiru .support__subsection__container {
    flex: 1;
  }
}
.shashiru .support__subsection__heading {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 53px;
  line-height: 1.2;
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .shashiru .support__subsection__heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 80px;
  }
}
.shashiru .support__subsection__heading small {
  display: flex;
  align-items: center;
  font-size: 4.5vw;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 768px) {
  .shashiru .support__subsection__heading small {
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .shashiru .support__subsection__heading small {
    font-size: 28px;
  }
}
.shashiru .support__subsection__heading small::before {
  content: "-";
  margin-right: .2em;
}
.shashiru .support__subsection__heading.web {
  text-align: right;
}
.shashiru .support__subsection__heading.web small {
  margin-left: auto;
}
.shashiru .support__subsection__heading.web small::before {
  content: "";
  display: none;
}
.shashiru .support__subsection__heading.web small::after {
  content: "-";
  margin-left: .2em;
}
.shashiru .support__subsection__text {
  margin-top: 24px;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (min-width: 560px) {
  .shashiru .support__subsection__text {
    font-size: 2.2rem;
    line-height: 2;
  }
}
.shashiru .support__contact {
  margin-top: -34vw;
  position: relative;
  transform: translateY(-7vw);
}
@media (min-width: 768px) {
  .shashiru .support__contact {
    padding-top: 10%;
    margin-top: 0;
    margin-bottom: -7vw;
  }
  .shashiru .support__contact::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: #1698D1;
    border-top: 2px solid #fff;
    transform: skewY(-7deg);
  }
}
.shashiru .support__contact::after {
  content: "";
  width: 100%;
  height: 6.8vw;
  max-height: 108px;
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 5.375vw;
  border-style: solid;
  border-width: 6.14vw 50vw;
  border-color: #1698D1 #fff #fff;
}
.shashiru .support__contact .c-btn01 {
  background: #191984;
  font-size: 1.5rem;
  width: 96%;
  max-width: 580px;
  height: 66px;
  margin-top: 0;
  margin-bottom: 32vw;
}
@media (min-width: 560px) {
  .shashiru .support__contact .c-btn01 {
    margin-bottom: 20vw;
  }
}
@media (min-width: 768px) {
  .shashiru .support__contact .c-btn01 {
    margin-bottom: 0;
    font-size: 2.2rem;
    height: 98px;
  }
}
.shashiru .support__contact .c-btn01::after {
  transform: translateY(-50%) rotate(90deg);
}
.shashiru .support__contact .c-btn01:hover::after {
  transform: translateY(calc(-50% + 5px)) rotate(90deg);
}
.shashiru .reason {
  background: #fff;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .shashiru .reason {
    padding-top: 20vw;
    padding-bottom: 18.4vw;
  }
}
@media (min-width: 768px) {
  .shashiru .reason {
    padding-bottom: 12.5vw;
  }
}
@media (min-width: 1412px) {
  .shashiru .reason {
    padding-bottom: calc(12.5vw + 50px);
  }
}
@media (min-width: 768px) {
  .shashiru .reason .u-inner {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
.shashiru .reason__heading {
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .shashiru .reason__heading {
    font-size: 2.8rem;
    line-height: 1.6;
  }
}
@media (min-width: 768px) {
  .shashiru .reason__heading {
    font-size: 3.8rem;
    line-height: .7;
  }
}
.shashiru .reason__heading img {
  vertical-align: baseline;
  transform: translateY(0.1em);
  margin-right: .2em;
}
.shashiru .reason__subsection {
  position: relative;
}
@media (max-width: 767px) {
  .shashiru .reason__subsection {
    margin-top: 45px;
  }
}
@media (min-width: 768px) {
  .shashiru .reason__subsection {
    margin-top: 70px;
    margin-left: 13.75%;
    margin-right: 9.2%;
  }
  .shashiru .reason__subsection::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 3px solid #1A1311;
    border-left: 3px solid #1A1311;
    border-top-left-radius: 20px;
  }
  .shashiru .reason__subsection::after {
    content: "";
    position: absolute;
    right: 100%;
    transform: translateX(20px);
  }
}
.shashiru .reason__subsection__heading {
  color: #1698D1;
  font-weight: bold;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .shashiru .reason__subsection__heading {
    font-size: 5.75vw;
    line-height: 1.4;
    margin-left: 10.3vw;
    margin-right: 5.1vw;
    padding-top: .75em;
    padding-left: 10.3vw;
  }
  .shashiru .reason__subsection__heading::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    border-top: 3px solid #1A1311;
    border-left: 3px solid #1A1311;
    border-top-left-radius: 10px;
  }
  .shashiru .reason__subsection__heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -9vw;
  }
}
@media (min-width: 768px) {
  .shashiru .reason__subsection__heading {
    font-size: 3.4vw;
    line-height: 1;
    padding-top: 30px;
    padding-left: 40px;
  }
}
@media (min-width: 960px) {
  .shashiru .reason__subsection__heading {
    font-size: min(3.4vw, 4rem);
  }
}
.shashiru .reason__subsection.achievement .reason__subsection__heading::after {
  background: url("../../nap/img/shashiru/pict_achievement.svg") no-repeat;
  background-size: contain;
  width: 14.8vw;
  height: 0;
  padding-top: 17.8vw;
}
.shashiru .reason__subsection.analysis .reason__subsection__heading::after {
  background: url("../../nap/img/shashiru/pict_analysis.svg") no-repeat;
  background-size: contain;
  width: 14.4vw;
  height: 0;
  padding-top: 15.3vw;
}
.shashiru .reason__subsection.team .reason__subsection__heading::after {
  background: url("../../nap/img/shashiru/pict_team.svg") no-repeat;
  background-size: contain;
  width: 18.2vw;
  height: 0;
  padding-top: 18.9vw;
}
.shashiru .reason__subsection.creative .reason__subsection__heading::after {
  background: url("../../nap/img/shashiru/pict_creative.svg") no-repeat;
  background-size: contain;
  width: 15.9vw;
  height: 0;
  padding-top: 11.5vw;
}
.shashiru .reason__subsection.achievement::after {
  background: url("../../nap/img/shashiru/pict_achievement.svg") no-repeat;
  background-size: contain;
  width: 82px;
  height: 98px;
  bottom: -7px;
}
.shashiru .reason__subsection.analysis::after {
  background: url("../../nap/img/shashiru/pict_analysis.svg") no-repeat;
  background-size: contain;
  width: 86px;
  height: 92px;
  bottom: 15px;
}
.shashiru .reason__subsection.team::after {
  background: url("../../nap/img/shashiru/pict_team.svg") no-repeat;
  background-size: contain;
  width: 112px;
  height: 117px;
  bottom: -10px;
}
.shashiru .reason__subsection.creative::after {
  background: url("../../nap/img/shashiru/pict_creative.svg") no-repeat;
  background-size: contain;
  width: 95px;
  height: 68px;
  bottom: 16px;
}
@media (max-width: 767px) {
  .shashiru .reason__subsection__text {
    margin-top: 25px;
    margin-left: 10.3vw;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media (min-width: 768px) {
  .shashiru .reason__subsection__text {
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 1.65;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 960px) {
  .shashiru .reason__subsection__text {
    font-size: 2rem;
  }
}
.shashiru .works {
  background: #EEF6FB;
  position: relative;
  z-index: 0;
  padding-bottom: 60px;
}
.shashiru .works::before, .shashiru .works::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  border-style: solid;
}
@media (max-width: 767px) {
  .shashiru .works::before, .shashiru .works::after {
    border-width: 5.4vw 50vw;
  }
}
@media (min-width: 768px) {
  .shashiru .works::before, .shashiru .works::after {
    border-width: 6.25vw 50vw;
  }
}
.shashiru .works::before {
  border-color: transparent transparent #EEF6FB #EEF6FB;
}
@media (max-width: 767px) {
  .shashiru .works::before {
    top: -10.8vw;
  }
}
@media (min-width: 768px) {
  .shashiru .works::before {
    top: -12.5vw;
  }
}
.shashiru .works::after {
  border-color: #EEF6FB #EEF6FB transparent transparent;
}
@media (max-width: 767px) {
  .shashiru .works::after {
    bottom: -10.8vw;
  }
}
@media (min-width: 768px) {
  .shashiru .works::after {
    bottom: -12.5vw;
  }
}
.shashiru .works__heading {
  text-align: center;
}
@media (max-width: 767px) {
  .shashiru .works__heading {
    padding-top: 36px;
    margin-bottom: -24px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2;
  }
}
@media (min-width: 768px) {
  .shashiru .works__heading {
    padding-top: 20px;
    font-size: 2.4rem;
  }
}
.shashiru .works__list {
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .shashiru .works__list {
    width: 84%;
    max-width: 324px;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .shashiru .works__list {
    max-width: 1274px;
  }
}
.shashiru .works__list__item {
  margin: 60px auto 0;
}
@media (min-width: 768px) {
  .shashiru .works__list__item {
    flex: 0 0 calc((100% - 150px) / 3);
  }
}
.shashiru .works__list__item a {
  display: flex;
  flex-direction: column;
}
.shashiru .works__thumbnail {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .shashiru .works__thumbnail {
    height: 250px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) {
  .shashiru .works__thumbnail {
    height: 300px;
    padding-left: 37px;
    padding-right: 37px;
  }
}
.shashiru .works__thumbnail div {
  margin: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  overflow: hidden;
}
.shashiru .works__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.shashiru .works__thumbnail::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skew(-7deg);
  border-top-left-radius: 10%;
  border-bottom-right-radius: 10%;
}
.shashiru .works__category {
  font-family: OpenSans;
  font-style: italic;
  font-weight: 800;
  color: #fff;
  background: #1698D1;
  line-height: 1.5;
  margin-right: auto;
  padding-left: .9em;
  padding-right: 1em;
}
@media (max-width: 767px) {
  .shashiru .works__category {
    margin-top: 22px;
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) {
  .shashiru .works__category {
    margin-top: 26px;
    font-size: 2rem;
  }
}
.shashiru .works__text {
  margin-top: 20px;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .shashiru .works__text {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .shashiru .works__text {
    font-size: 1.8rem;
  }
}
.shashiru .contact {
  text-align: center;
}
@media (max-width: 767px) {
  .shashiru .contact {
    margin-top: 23vw;
    margin-bottom: 65px;
  }
}
@media (min-width: 768px) {
  .shashiru .contact {
    margin-top: calc(12.5vw + 24px);
    margin-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .shashiru .contact__heading {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
@media (min-width: 768px) {
  .shashiru .contact__heading {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .shashiru .contact__text {
    margin-right: 1.6rem;
    margin-left: 1.6rem;
  }
}

.fixed__menu {
  position: fixed;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
}
@media (max-width: 767px) {
  .fixed__menu {
    width: 100%;
    height: 62px;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .fixed__menu {
    width: 84px;
    height: 224px;
    right: 30px;
    bottom: 293px;
  }
}
.fixed__menu.is-view {
  opacity: 1;
  visibility: visible;
}
.fixed__menu a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 767px) {
  .fixed__menu a {
    background: #005aa3;
    background: linear-gradient(to right, #005aa3 0%, #009db3 100%);
  }
}
@media (min-width: 768px) {
  .fixed__menu a {
    writing-mode: vertical-rl;
    background: #005aa3;
    background: linear-gradient(to bottom, #005aa3 0%, #009db3 100%);
    transition: opacity .4s;
  }
  .fixed__menu a:hover {
    opacity: .8;
  }
}
.fixed__menu a::before {
  content: "";
  display: block;
  background: url("../../nap/img/shashiru/icon_mail.svg") no-repeat;
  background-size: contain;
  width: 19px;
  height: 14px;
}
@media (max-width: 767px) {
  .fixed__menu a::before {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .fixed__menu a::before {
    margin-bottom: 12px;
  }
}
