/* VARIABLE*/
/* MIXIN*/
/********** SP **********/
@media screen and (max-width: 900px) {
  #system .content {
    margin-bottom: 70px;
  }
  #system .content h2 {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }
  #system .content h2 span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f6df34));
    background: linear-gradient(transparent 60%, #f6df34 60%);
  }
  #system .content .Flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #system .content .Flex .title {
    width: 36.8%;
  }
  #system .content .Flex .image-wrapper {
    width: 63.2%;
    line-height: 0;
  }
  #system .content .Flex .image-wrapper img {
    width: 100%;
    border-radius: 30px 0 0 30px;
  }
  #system .content .Flex .text {
    background: #f6df34;
    width: calc(100% - 30px);
    min-height: 151px;
    padding: 50px;
    border-radius: 0 30px 30px 0;
	line-height: 2;
  }
  #system #raise .title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #system #raise .image-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #system #raise .image-wrapper img {
    border-radius: 0 30px 30px 0;
  }
  #system #raise .text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    border-radius: 30px 0 0 30px;
    -webkit-transform: translate(30px, 0);
    transform: translate(30px, 0);
  }
  #system #division .item {
    width: 100%;
    margin: 0 0 75px 0;
  }
  #system #division .item:last-child {
    margin-bottom: 0;
  }
  #system #division .item h2 {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
  }
  #system #division .item h2 span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f6df34));
    background: linear-gradient(transparent 60%, #f6df34 60%);
  }
  #system #division .item p {
    line-height: 1.82;
    margin-bottom: 25px;
  }
  #system #division .item .shops {
    margin-bottom: 45px;
  }
  #system #division .item .shops dt {
    font-weight: bold;
  }
  #system #division .slider-wrapper {
    width: 100%;
  }
  #system #division .slider-wrapper img {
    width: 100%;
  }
  #system #division .slider-wrapper .slide-arrow {
    width: 53px;
    height: 53px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 10;
  }
  #system #division .slider-wrapper .prev-arrow {
    left: 0;
    margin-left: -26px;
  }
  #system #division .slider-wrapper .next-arrow {
    right: 0;
    margin-right: -26px;
  }
}
/********** PC **********/
@media screen and (min-width: 900px) {
  #system .content {
    margin-bottom: 200px;
  }
  #system .content h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  #system .content h2 span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f6df34));
    background: linear-gradient(transparent 60%, #f6df34 60%);
  }
  #system .content .Flex .title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 50px;
  }
  #system .content .Flex .image-wrapper {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 50%;
    line-height: 0;
    position: relative;
  }
  #system .content .Flex .image-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f6df34;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 30px 0 0 30px;
  }
  #system .content .Flex .image-wrapper img {
    width: 100%;
    max-width: 700px;
    border-radius: 30px 0 0 30px;
  }
  #system .content .Flex .text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background: #f6df34;
    width: 50%;
    min-height: 300px;
    padding: 100px;
    border-radius: 0 30px 30px 0;
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  #system .content .Flex .text p {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #system #raise .title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #system #raise .image-wrapper {
    text-align: right;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #system #raise .image-wrapper::after {
    border-radius: 0 30px 30px 0;
  }
  #system #raise .image-wrapper img {
    border-radius: 0 30px 30px 0;
  }
  #system #raise .text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    border-radius: 30px 0 0 30px;
  }
  #system #division .item {
    width: calc((100% - 100px) / 1);
    margin: 0 100px 100px 0;
  }
  #system #division .item:nth-child(2n) {
    margin-right: 0;
  }
  #system #division .item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  #system #division .item h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
  }
  #system #division .item h2 span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f6df34));
    background: linear-gradient(transparent 60%, #f6df34 60%);
  }
  #system #division .item p {
    line-height: 1.82;
    margin-bottom: 25px;
  }
  #system #division .item .shops {
    margin-bottom: 50px;
  }
  #system #division .item .shops dt {
    font-weight: bold;
  }
  #system #division .slider-wrapper {
    width: 100%;
  }
  #system #division .slider-wrapper img {
    width: 100%;
  }
  #system #division .slider-wrapper .slide-arrow {
    width: 53px;
    height: 53px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 10;
  }
  #system #division .slider-wrapper .prev-arrow {
    left: 0;
    margin-left: -26px;
  }
  #system #division .slider-wrapper .next-arrow {
    right: 0;
    margin-right: -26px;
  }
}
