@charset "UTF-8";
html, body {
  min-height: 100vh;
  overflow-x: hidden; }

footer {
  background: #212121;
  padding: 1vw;
  color: #fff;
  text-align: center; }

#wrap {
  height: 100%; }

ul, li {
  list-style-type: none;
  padding: 0; }

@font-face {
  font-family: 'Abolition';
  src: url("../font/FontsFree-Net-Abolition-W00-Regular.woff") format("woff");
  src: url("../font/FontsFree-Net-Abolition-W00-Regular.ttf") format("ttf");
  src: url("../font/FontsFree-Net-Abolition-W00-Regular.eot") format("eot"); }
h2, h3, p, span, a, ul, li, .footer-copy {
  font-family: 'Noto Sans JP', sans-serif; }
  h2.en, h3.en, p.en, span.en, a.en, ul.en, li.en, .footer-copy.en {
    font-family: 'abolition';
    font-weight: 400;
    font-style: normal; }

h2 {
  font-weight: 500; }

img {
  flex-shrink: 0; }

.btn {
  display: flex;
  font-size: 1.4vw;
  font-weight: 600;
  justify-content: center;
  margin-top: 2vw; }
  .btn a {
    padding: 1.2vw;
    text-decoration: none;
    color: #fff;
    border-radius: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .0s; }
    .btn a:hover {
      box-shadow: none;
      cursor: pointer;
      text-decoration: none;
      transform: translate3d(0, 4px, 0);
      transition: .0s;
      border-bottom: none; }
    @media screen and (max-width: 960px) {
      .btn a {
        padding: 0.8rem;
        border-radius: 4rem; } }
  @media screen and (max-width: 960px) {
    .btn {
      font-size: 1.3rem; } }
  @media screen and (max-width: 960px) {
    .btn {
      margin-top: 2rem; } }

.btn-present a {
  width: 20vw;
  background: #EF6C00;
  box-shadow: 0px 10px 0px #B35000; }
  .btn-present a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 0.5vw solid #fff;
    border-top: 0.5vw solid transparent;
    border-bottom: 0.5vw solid transparent;
    margin-left: 2vw; }
    @media screen and (max-width: 960px) {
      .btn-present a:after {
        border-left: 0.5rem solid #fff;
        border-top: 0.5rem solid transparent;
        border-bottom: 0.5rem solid transparent; } }
  .btn-present a:hover {
    background: #B35000; }
  @media screen and (max-width: 960px) {
    .btn-present a {
      width: 17rem;
      box-shadow: 0px 5px 0px #B35000; } }

.btn-entry a {
  width: 20vw;
  background: #0072C3;
  box-shadow: 0px 10px 0px #00518B;
  padding: 1.2vw 1.2vw 1.2vw 3.5vw;
  min-width: 340px; }
  .btn-entry a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 0.5vw solid #fff;
    border-top: 0.5vw solid transparent;
    border-bottom: 0.5vw solid transparent;
    margin-left: 2vw; }
    @media screen and (max-width: 960px) {
      .btn-entry a:after {
        border-left: 0.5rem solid #fff;
        border-top: 0.5rem solid transparent;
        border-bottom: 0.5rem solid transparent; } }
  .btn-entry a:hover {
    background: #00518B; }
  .btn-entry a img {
    width: 80%; }
    @media screen and (max-width: 960px) {
      .btn-entry a img {
        width: 60%; } }
  @media screen and (max-width: 960px) {
    .btn-entry a {
      min-width: 260px;
      box-shadow: 0px 5px 0px #00518B; } }

.btn-regist-white {
  margin-top: 1vw; }
  .btn-regist-white a {
    width: 40vw;
    background: #fff;
    box-shadow: 0px 10px 0px #B7B7B7;
    padding: 1.2vw 1.2vw 1.2vw 2.5vw;
    min-width: 340px;
    width: 100%;
    color: #212121;
    font-size: 1.6vw;
    font-weight: 500; }
    @media screen and (max-width: 960px) {
      .btn-regist-white a {
        padding: 3vw;
        font-size: 1rem;
        border-radius: 6vw;
        box-shadow: 0px 6px 0px #B7B7B7; } }
    .btn-regist-white a img {
      max-width: 180px;
      margin: 0 .5vw 0 0; }
      @media screen and (max-width: 960px) {
        .btn-regist-white a img {
          max-width: 30%;
          margin: 0 .5vw 0 0;
          width: 80%; } }
    .btn-regist-white a:after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-left: 0.5vw solid #EF6C00;
      border-top: 0.5vw solid transparent;
      border-bottom: 0.5vw solid transparent;
      margin-left: 2vw; }
      @media screen and (max-width: 960px) {
        .btn-regist-white a:after {
          border-left: 1.5vw solid #EF6C00;
          border-top: 1.5vw solid transparent;
          border-bottom: 1.5vw solid transparent; } }
    .btn-regist-white a:hover {
      background: #B7B7B7; }
  @media screen and (max-width: 960px) {
    .btn-regist-white {
      width: 90%;
      margin: 0 auto; } }

.btn-regist a {
  width: 40vw;
  background: #EF6C00;
  box-shadow: 0px 10px 0px #B75300;
  padding: 1.2vw 1.2vw 1.2vw 3.5vw;
  min-width: 340px;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (max-width: 960px) {
    .btn-regist a {
      position: relative; } }
  .btn-regist a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 0.5vw solid #fff;
    border-top: 0.5vw solid transparent;
    border-bottom: 0.5vw solid transparent;
    margin-left: 2vw; }
    @media screen and (max-width: 960px) {
      .btn-regist a:after {
        position: absolute;
        right: 34px;
        border-left: 0.5rem solid #fff;
        border-top: 0.5rem solid transparent;
        border-bottom: 0.5rem solid transparent; } }
  .btn-regist a:hover {
    background: #B75300; }
  @media screen and (max-width: 960px) {
    .btn-regist a img {
      width: 190px; } }
  @media screen and (max-width: 960px) {
    .btn-regist a {
      box-shadow: 0px 5px 0px #B75300; } }

.btn-flex {
  display: flex;
  align-items: center; }

.btn-contact a {
  width: 20vw;
  background: #363636;
  box-shadow: 0px 10px 0px #212121;
  padding: 1.2vw 1.2vw 1.2vw 3.5vw;
  min-width: 340px; }
  .btn-contact a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 0.5vw solid #fff;
    border-top: 0.5vw solid transparent;
    border-bottom: 0.5vw solid transparent;
    margin-left: 2vw; }
    @media screen and (max-width: 960px) {
      .btn-contact a:after {
        border-left: 0.5rem solid #fff;
        border-top: 0.5rem solid transparent;
        border-bottom: 0.5rem solid transparent; } }
  .btn-contact a:hover {
    background: #212121; }
  .btn-contact a img {
    margin-left: -1vw;
    margin-right: 1vw; }
  @media screen and (max-width: 960px) {
    .btn-contact a {
      box-shadow: 0px 5px 0px #212121;
      min-width: 240px;
      padding: .8rem .8rem .8rem 1.5rem; } }

@media screen and (max-width: 560px) {
  #section01 .c-txt-center,
  #section02 .c-txt-center,
  #section06 .c-txt-center {
    text-align: left; } }

#section03 {
  background: url("../img/section03-bg.png") no-repeat;
  width: 100%;
  height: 0;
  background-size: cover;
  padding-top: 45%;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 560px) {
    #section03 {
      padding-top: 85%; } }

#section07 {
  padding: 6vw 0 0 0; }

#section08 {
  background: url("../img/present-bg.png") no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 560px) {
    #section08 {
      background: url("../img/present-bg-sp.png") no-repeat;
      background-size: cover; } }

.section-bg-left-glay {
  position: relative;
  padding-bottom: 65vw; }
  .section-bg-left-glay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 50%;
    background: #F0F0F0; }
  .section-bg-left-glay .l-list-contents {
    color: #333; }
  @media screen and (max-width: 960px) {
    .section-bg-left-glay {
      padding-bottom: 73vw; } }
  @media screen and (max-width: 560px) {
    .section-bg-left-glay {
      padding-bottom: 72rem; } }

.section-bg-right-glay {
  position: relative;
  /*padding-bottom: 135vw;*/
  overflow: hidden;
  width: 100%;
  height: 0; }
  .section-bg-right-glay:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 50%;
    background: #F0F0F0; }

.section-inner {
  padding: 6vw 0;
  width: 100%;
  max-width: 980px;
  margin: 0 auto; }
  @media screen and (max-width: 960px) {
    .section-inner {
      width: 90%; } }
  @media screen and (max-width: 560px) {
    .section-inner {
      width: 92%;
      padding: 11vw 0; } }
  @media screen and (max-width: 560px) {
    .section-inner .fukidashi {
      width: 100%; } }

.section-head {
  max-width: 560px;
  width: 40%;
  margin: 0 auto 2vw auto;
  font-size: 3vw; }
  .section-head img {
    width: 100%;
    height: auto;
    flex-shrink: 0; }
  @media screen and (max-width: 560px) {
    .section-head {
      width: 90%;
      font-size: 2rem;
      margin: 0 auto 1.5rem auto; } }

@media screen and (max-width: 560px) {
  .section-head-img-small {
    width: 70%; } }

.section-head-icon {
  right: 0;
  width: calc(100% - 90px);
  display: flex;
  background: #212121;
  position: relative;
  margin-left: 45px;
  align-items: center;
  margin-top: 2vw;
  font-size: 1.4vw;
  color: #fff; }
  @media screen and (max-width: 560px) {
    .section-head-icon {
      width: calc(100% - 40px);
      margin-top: 7vw;
      font-size: 0.8rem;
      margin-left: 25px; }
      .section-head-icon h2 {
        margin-left: -1rem; } }
  .section-head-icon:after {
    content: "";
    right: -50%;
    width: 50%;
    background: #212121;
    position: absolute;
    height: 90px;
    top: 0; }
    @media screen and (max-width: 560px) {
      .section-head-icon:after {
        height: 60px; } }
  .section-head-icon img {
    width: 100%;
    height: auto;
    margin-left: -45px; }
    @media screen and (max-width: 560px) {
      .section-head-icon img {
        margin-left: -27px; } }
  .section-head-icon-img {
    width: 90px;
    height: 90px; }
    .section-head-icon-img img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 560px) {
      .section-head-icon-img {
        width: 60px;
        height: 60px; } }

.section-head-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw; }

.section-head-small {
  max-width: 15%;
  min-width: 130px; }
  @media screen and (max-width: 560px) {
    .section-head-small {
      min-width: 100px; } }

.section-head-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }

.section-sub-head {
  margin: 0 auto 2vw auto; }
  @media screen and (max-width: 560px) {
    .section-sub-head {
      margin: 2rem auto 2rem auto; } }

.section-bg-glay {
  background: #F4F4F4; }

.section-head-fukidashi {
  position: relative;
  margin-top: 2vw; }
  @media screen and (max-width: 560px) {
    .section-head-fukidashi .section-sub-head {
      margin: 5rem auto 1rem auto; } }

.section-head-bg-white {
  padding: 3vw 0;
  display: block;
  text-align: center; }

.section-bg-black {
  background: #212121; }

.section-bg-img1 {
  background: url("../img/section-bg-img1.png") no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center; }

.section-absolute {
  position: absolute;
  right: 0;
  left: 0; }

.u-mt20 {
  margin-top: 2vw; }

.u-pt3 {
  margin-top: 3vw; }

.c-txt {
  font-size: 1.1vw;
  line-height: 2.2vw;
  margin-bottom: 1vw; }
  .c-txt:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 560px) {
    .c-txt {
      font-size: 1rem;
      line-height: 1.6rem; } }

.c-head-small {
  font-size: 1.3vw; }
  @media screen and (max-width: 560px) {
    .c-head-small {
      font-size: 1.2rem; } }

.c-head-normal {
  font-size: 2vw; }
  @media screen and (max-width: 560px) {
    .c-head-normal {
      font-size: 1.8rem;
      line-height: 2.2rem; } }

.c-orange {
  color: #E0732C; }

.c-white {
  color: #fff; }

.c-txt-center {
  text-align: center; }

.c-right-head {
  margin-bottom: 2vw;
  font-size: 2vw;
  line-height: 3.5vw; }
  @media screen and (max-width: 560px) {
    .c-right-head {
      font-size: 1.6rem;
      line-height: 2rem; } }

.c-center {
  text-align: center; }

.movie {
  padding: 20px;
  border-radius: 5px;
  background: #F0F0F0; }

.fukidashiArea {
  position: absolute;
  margin-top: -3vw;
  width: 100%; }
  .fukidashiArea + .section-inner {
    padding: 8vw 0 6vw 0; }
    @media screen and (max-width: 560px) {
      .fukidashiArea + .section-inner {
        padding: 4rem 0 2rem 0; } }

.fukidashiArea-txt {
  margin-top: 10vw; }
  @media screen and (max-width: 560px) {
    .fukidashiArea-txt {
      margin-top: 13rem; } }

.fukidashi {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 1vw 0;
  min-width: 560px;
  max-width: 980px;
  width: 100%;
  background: #FFF;
  border: solid 3px #212121;
  box-sizing: border-box;
  font-size: 1.2vw;
  text-align: center;
  color: #212121;
  top: -9%;
  z-index: 2;
  min-height: 7vw; }
  @media screen and (max-width: 560px) {
    .fukidashi {
      min-width: 94%;
      width: 94%;
      font-size: 0.8rem;
      padding: 1rem 0; } }
  .fukidashi .en {
    font-size: 2vw; }
    @media screen and (max-width: 560px) {
      .fukidashi .en {
        font-size: 2rem; } }
  .fukidashi:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    z-index: 2; }
  .fukidashi:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #212121;
    z-index: 1; }

.c-list-txt-large {
  font-size: 1.4vw; }
  @media screen and (max-width: 560px) {
    .c-list-txt-large {
      font-size: 1.2rem; } }

.c-list-txt-small {
  font-size: 1vw;
  margin-left: .5vw; }
  @media screen and (max-width: 560px) {
    .c-list-txt-small {
      font-size: 1rem; } }

.c-list-txt {
  font-size: 1vw;
  line-height: 1.8vw; }
  @media screen and (max-width: 560px) {
    .c-list-txt {
      font-size: 0.8rem;
      line-height: 1.2rem; } }

.features-list .c-list-txt-large {
  margin: 2vw 0 1vw 0; }
  @media screen and (max-width: 560px) {
    .features-list .c-list-txt-large {
      text-align: center; } }
@media screen and (max-width: 560px) {
  .features-list .c-list-txt {
    text-align: center; } }

.present-msg {
  width: 100%;
  padding: 0.8vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5vw;
  background: #fff;
  border-radius: 2vw;
  margin: 2vw auto; }
  .present-msg-large {
    font-size: 2vw;
    padding: 0 .3vw; }
    @media screen and (max-width: 560px) {
      .present-msg-large {
        font-size: 1.6rem; } }
  @media screen and (max-width: 560px) {
    .present-msg {
      font-size: 1.2rem;
      flex-wrap: wrap;
      border-radius: 3rem;
      padding: 0.5rem 0;
      margin: 1rem auto 1rem auto; } }

@media screen and (max-width: 560px) {
  .head-one {
    width: 80%; } }

.sub-head-one {
  display: flex;
  margin-top: 2vw;
  align-items: center; }
  .sub-head-one img {
    margin-left: 2vw; }
    @media screen and (max-width: 560px) {
      .sub-head-one img {
        margin-left: 0; } }
  @media screen and (max-width: 560px) {
    .sub-head-one {
      flex-direction: column;
      margin: 1rem 0; } }

@media screen and (max-width: 560px) {
  .sub-head-one-txt {
    margin-top: 0.5rem;
    font-weight: 600; } }

.attention {
  margin: 2vw 0; }
  @media screen and (max-width: 560px) {
    .attention {
      margin-top: 2rem; } }
  .attention h3 {
    text-align: center;
    background: #E02C2C;
    padding: 0.8vw;
    color: #fff;
    font-size: 0.8vw; }
    @media screen and (max-width: 560px) {
      .attention h3 {
        font-size: .8rem; } }
  .attention ul {
    background: #fff;
    padding: 1.2vw;
    margin: 0;
    font-size: 1vw; }
    @media screen and (max-width: 560px) {
      .attention ul {
        font-size: .8rem; } }
    .attention ul li {
      line-height: 1.4vw;
      display: flex; }
      .attention ul li:before {
        content: "・";
        width: 2vw;
        margin-right: -1vw;
        padding-right: 1vw;
        display: block; }
      @media screen and (max-width: 560px) {
        .attention ul li {
          line-height: 1.2rem;
          margin-bottom: .2rem; } }

.movie {
  text-align: center;
  height: 13rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  .movie h2 {
    font-size: 2vw;
    color: #B5B5B5; }
    @media screen and (max-width: 560px) {
      .movie h2 {
        font-size: 2rem; } }

.l-header {
  padding: 10px;
  background: #ccc; }

.l-mv {
  width: 100%; }
  .l-mv img {
    width: 100%; }

.l-mv-btn {
  background: #0072C3;
  padding: 2vw 0 3vw 0;
  display: flex;
  justify-content: center; }
  .l-mv-btn-area {
    width: 40%;
    min-width: 480px; }
    .l-mv-btn-area img {
      width: 100%;
      margin: 0 auto 1vw auto; }
      .l-mv-btn-area img:last-child {
        margin: 0 auto; }
      @media screen and (max-width: 560px) {
        .l-mv-btn-area img {
          width: 90%; } }
    @media screen and (max-width: 560px) {
      .l-mv-btn-area {
        width: 100%;
        min-width: 100%; } }
  @media screen and (max-width: 560px) {
    .l-mv-btn {
      padding: 3vw 0 5vw 0; } }

.l-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }

.l-img-small {
  width: 40%;
  min-width: 380px;
  margin: 4vw auto 0 auto; }
  @media screen and (max-width: 560px) {
    .l-img-small {
      min-width: 280px;
      margin: 2rem auto 2rem auto; } }

.l-inner {
  max-width: 980px;
  width: 80%;
  margin: 0 auto; }

@media screen and (max-width: 560px) {
  .l-txt {
    width: 100%;
    margin: 0 auto; } }

.l-gnav {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%; }
  .l-gnav ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
    .l-gnav ul li {
      list-style-type: none;
      padding: 0;
      width: 100%;
      border-bottom: 1px solid #fff; }
      .l-gnav ul li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      .l-gnav ul li:hover {
        background: #ddd; }
      .l-gnav ul li a {
        display: block;
        color: #000;
        padding: 1em 0;
        text-decoration: none; }
  .l-gnav.l-active {
    transform: translateX(0%); }

.l-right {
  position: absolute;
  top: 0;
  right: -10%;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: skewX(-20deg); }
  .l-right-inner {
    position: absolute;
    width: 60%;
    max-width: 400px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    top: 0;
    transform: skewX(20deg);
    left: 20%; }
    @media screen and (max-width: 960px) {
      .l-right-inner {
        width: 90%;
        transform: skewX(0);
        left: 0;
        right: 0;
        margin: 0 auto; } }
  @media screen and (max-width: 960px) {
    .l-right {
      width: 100%;
      clip-path: none;
      transform: skewX(0);
      right: 0; } }

.l-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 560px) {
    .l-list.present-list {
      justify-content: center; } }

.l-list-img-num {
  width: 100%;
  width: 100%;
  margin-bottom: 4vw;
  flex-wrap: nowrap; }
  @media screen and (max-width: 560px) {
    .l-list-img-num {
      flex-wrap: wrap;
      margin-bottom: 12vw; } }
  .l-list-img-num .l-list-contents {
    margin: 0 auto;
    width: calc(100% / 3 - 2vw); }
    @media screen and (max-width: 560px) {
      .l-list-img-num .l-list-contents {
        width: 100%;
        margin-bottom: 1.5rem;
        position: relative;
        padding-bottom: 24rem; } }
    .l-list-img-num .l-list-contents .l-list-img {
      margin: 0 auto;
      position: relative;
      display: flex;
      justify-content: center;
      height: auto;
      align-items: flex-start; }
      .l-list-img-num .l-list-contents .l-list-img:first-child {
        width: 145px; }
        .l-list-img-num .l-list-contents .l-list-img:first-child img {
          width: 100%;
          height: auto; }
        .l-list-img-num .l-list-contents .l-list-img:first-child:after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          left: 100%;
          right: 0;
          margin: auto;
          height: 2px;
          background: #212121;
          width: 128%; }
          @media screen and (max-width: 960px) {
            .l-list-img-num .l-list-contents .l-list-img:first-child:after {
              left: 98%;
              width: 64%; } }
          @media screen and (max-width: 560px) {
            .l-list-img-num .l-list-contents .l-list-img:first-child:after {
              left: 0;
              margin: auto;
              width: 2px;
              height: 184%;
              bottom: auto;
              top: 142px; } }
      .l-list-img-num .l-list-contents .l-list-img:last-child img {
        width: 100%;
        height: auto; }
      @media screen and (max-width: 560px) {
        .l-list-img-num .l-list-contents .l-list-img {
          width: 40%;
          position: absolute;
          left: 0; }
          .l-list-img-num .l-list-contents .l-list-img:first-child {
            left: 0;
            right: 0; }
          .l-list-img-num .l-list-contents .l-list-img:last-child {
            top: 5rem; } }
    .l-list-img-num .l-list-contents .c-txt {
      color: #333;
      margin: 1vw 0.75vw 0;
      line-height: 1.6vw;
      height: 8vw; }
      @media screen and (max-width: 560px) {
        .l-list-img-num .l-list-contents .c-txt {
          position: absolute;
          width: 45%;
          right: 0;
          top: 10rem;
          line-height: 2rem; } }
    .l-list-img-num .l-list-contents:last-child .l-list-img:after {
      display: none; }
    @media screen and (max-width: 560px) {
      .l-list-img-num .l-list-contents {
        width: 100%; } }

.l-list-contents {
  width: calc(100% / 3 - 2vw);
  margin-right: 1vw;
  color: #fff;
  margin-bottom: 3vw; }
  @media screen and (max-width: 560px) {
    .l-list-contents {
      width: calc(100% / 2 - 2vw);
      margin-bottom: 1.5rem; } }
  .l-list-contents-color-bk {
    color: #333; }
  .l-list-contents:nth-child(3n) {
    margin-right: 0; }

.l-list-img {
  margin-bottom: 1vw; }

@media screen and (max-width: 560px) {
  .features-list .l-list-contents {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem; }
    .features-list .l-list-contents .l-list-img {
      margin: 0 auto 1vw auto; } }

.u-spOnly {
  display: none; }

@media screen and (max-width: 560px) {
  .u-spOnly {
    display: block; }

  .u-pcOnly {
    display: none; } }
