@charset "UTF-8";
/*color*/
/*anim*/
/*size*/
/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
@media screen and (min-width: 768px), print {
  /*debug
  body{
  	background: url(../img/_guide2.jpg) no-repeat top center;
  	background-size: 100% auto;
      background-position: 0px 0;
  	#header{
  		@include opacity(0.6);
  	}
  	#wrapper{
  		@include opacity(0.6);
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  	
  	#about{
  		.job{
  			height: 1342px;
  		}
  	}
  }
  */
  /* line 32, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .pnls {
    float: left;
    width: 104.4%;
    display: flex;
    flex-wrap: wrap;
  }
  /* line 36, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .pnls .item {
    float: left;
    width: 30.5%;
    margin: 0 1.8% 1.8vw 0;
    height: 32vw;
    overflow: hidden;
    position: relative;
    background: #17d8fc;
  }
  /* line 46, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .pnls .item.wide {
    width: 62.8%;
  }
  /* line 50, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .pnls .item.wide .pnl figure {
    width: 51%;
    height: 32vw;
  }
  /* line 54, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .pnls .item.wide .pnl figure .img {
    height: 32vw;
  }
  /* line 57, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .pnls .item.wide .pnl figure .base {
    display: none;
  }
  /* line 59, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .pnls .item.wide .pnl figure .base.b {
    display: block;
  }
  /* line 64, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .pnls .item.wide .pnl .detail {
    float: left;
    width: 47%;
    padding-top: 7vw;
  }
  /* line 69, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .pnls .item.wide .pnl .detail h2 {
    margin-bottom: 3.4vw;
  }
  /* line 72, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .pnls .item.wide .pnl .detail .txt {
    width: 106%;
    margin: 0 0 1vw 0;
  }
  /* line 79, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .pnls .item .pnl {
    float: left;
    width: 100%;
    position: relative;
    background: #f0f3f5;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
  }
  /* line 85, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .pnls .item .pnl.hover {
    background: rgba(240, 243, 245, 0.86);
  }
  /* line 95, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .pnls .item .pnl.hover figure .img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  /* line 100, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .pnls .item .pnl .lbl {
    position: absolute;
    width: 100%;
    z-index: 3;
    top: 0.6vw;
    left: 0.6vw;
  }
  /* line 106, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .pnls .item .pnl .lbl li {
    clear: both;
    float: left;
    margin: 0 0 0.5vw 0;
  }
  /* line 110, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .pnls .item .pnl .lbl li p {
    background: #17d8fc;
    color: white;
    font-family: "SourceHanSansJPNormal", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1vw;
    line-height: 1;
    padding: 0.5vw 1.8vw;
    border-radius: 1vw;
  }
  /* line 121, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .pnls .item .pnl figure {
    float: left;
    width: 100%;
    overflow: hidden;
  }
  /* line 124, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .pnls .item .pnl figure .img {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  /* line 127, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .pnls .item .pnl figure .b {
    display: none;
  }
  /* line 131, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .pnls .item .pnl .detail {
    float: left;
    width: 100%;
    padding: 1.6vw 2.6vw 2.6vw 2.6vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 137, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .pnls .item .pnl .detail h2 {
    font-size: 1.8vw;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    margin: 0 0 0.7vw 0;
    line-height: 1.6;
    max-height: 5.8vw;
  }
  /* line 144, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .pnls .item .pnl .detail .txt {
    float: left;
    width: 100%;
    margin: 0 0 0.7vw 0;
  }
  /* line 147, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .pnls .item .pnl .detail .txt p {
    float: left;
    width: 100%;
    font-size: 1vw;
    line-height: 1.8;
  }
  /* line 151, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .pnls .item .pnl .detail .txt p .more {
    display: inline;
    color: #17d8fc;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  /* line 159, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .pnls .item .pnl .parts_date p {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  /* line 163, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .pnls .item .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  /* line 174, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case.single header {
    float: left;
    width: 100%;
    padding: 3vw 0 0 0;
    margin: 0 0 1.6vw 0;
    display: flex;
  }
  /* line 179, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case.single header .lbl {
    float: left;
    z-index: 3;
    position: relative;
    top: 1vw;
    margin: 0 2.3vw 0 0;
  }
  /* line 185, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case.single header .lbl li {
    clear: both;
    float: left;
    margin: 0 0 0.5vw 0;
  }
  /* line 189, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case.single header .lbl li p {
    background: #17d8fc;
    color: white;
    font-weight: 400;
    font-size: 1vw;
    line-height: 1;
    padding: 0.5vw 1.8vw;
    border-radius: 1vw;
    white-space: nowrap;
  }
  /* line 201, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case.single header .area {
    float: left;
    width: auto;
  }
  /* line 204, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case.single header .area h1 {
    width: auto;
    font-size: 2.6vw;
    line-height: 1.5;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    margin: 0 0 1.1vw 0;
  }
  /* line 213, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case.single article {
    float: left;
    width: 100%;
    margin: 0 0 1.8vw 0;
  }
  /* line 216, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case.single article .slide {
    float: right;
    width: 43vw;
    position: relative;
    margin: -2vw 0 0 0;
    position: relative;
  }
  /* line 222, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case.single article .slide .item {
    position: relative;
    padding: 2vw 0 0 0;
  }
  /* line 225, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case.single article .slide .item .cap {
    position: absolute;
    background: #f0f3f5;
    color: #17d8fc;
    font-size: 1.54vw;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    padding: 1vw 2vw;
    top: 0;
    line-height: 1;
    right: 0;
    z-index: 10;
  }
  /* line 241, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case.single article .slide .item {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 1.4s;
    transition: all 1.4s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  /* line 245, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case.single article .slide .slick-arrow, body #wrapper #case.single article .slide .slick-dots {
    -webkit-transition: all 1.4s;
    transition: all 1.4s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  /* line 249, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case.single article .slide:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    z-index: 10;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
    transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }
  /* line 253, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case.single article .slide.open .item {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  /* line 256, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case.single article .slide.open .slick-arrow, body #wrapper #case.single article .slide.open .slick-dots {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  /* line 259, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case.single article .slide.open:after {
    height: 0%;
  }
  /* line 264, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case.single article .txts {
    float: left;
    width: 26vw;
  }
  /* line 267, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case.single article .txts .txt {
    float: left;
    width: 100%;
    margin: 0 0 5.2vw 0;
  }
  /* line 270, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case.single article .txts .txt p {
    float: left;
    width: 100%;
    font-size: 1.25vw;
    line-height: 1.85;
    margin: 0 0 2.3vw 0;
  }
  /* line 281, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .content h2 {
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 2.6vw;
    margin: 0 0 2.6vw 0;
  }
  /* line 286, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .content .sub {
    float: left;
    width: 100%;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1.86vw;
    line-height: 1.68;
    padding: 0 0 3vw 0;
    margin: 0 0 2vw 0;
    position: relative;
  }
  /* line 294, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .content .sub:after {
    content: "";
    display: block;
    background: #f0f3f5;
    width: 3.6vw;
    height: 0.16vw;
    position: absolute;
    bottom: -0.2vw;
    left: 0;
  }
  /* line 305, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .content .txt {
    float: left;
    width: 100%;
  }
  /* line 307, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .content .txt h3 {
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 2.3vw;
    line-height: 1.62;
    margin: 0 0 1.7vw 0;
    color: #707f89;
  }
  /* line 314, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .content .txt p {
    float: left;
    width: 100%;
    font-size: 1.54vw;
    line-height: 1.92;
    text-indent: 1em;
    margin: 0 0 8.3vw 0;
  }
  /* line 322, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #case .content .copy {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1vw solid #f0f3f5;
    font-size: 1.46vw;
    line-height: 2.03;
    text-indent: 1em;
    margin: 0 0 1.7vw 0;
    padding: 2.2vw 4.5vw 3vw 4.5vw;
  }
  /* line 338, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #about .content .info {
    float: left;
    width: 100%;
    border-top: 0.16vw solid #707f89;
    margin: 1.4vw 0 4vw 0;
  }
  /* line 342, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #about .content .info dl {
    float: left;
    width: 100%;
    padding: 1.15vw 0 1.15vw 0;
    border-bottom: 1px solid #cdd6dd;
  }
  /* line 346, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #about .content .info dl dt {
    float: left;
    width: 17%;
    font-size: 1.4vw;
    line-height: 1.86;
    color: #707f89;
  }
  /* line 352, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #about .content .info dl dd {
    float: left;
    width: 83%;
    font-size: 1.4vw;
    line-height: 1.86;
  }
  /* line 359, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #about .content .office {
    margin: 0 0 5.6vw 0;
    padding: 0 0 5vw 0;
    border-bottom: 1px solid #707070;
  }
  /* line 363, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #about .content .office:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 3.8vw;
  }
  /* line 368, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #about .content .office h3 {
    font-size: 1.65vw;
    margin: 0 0 2.1vw 0;
  }
  /* line 372, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #about .content .office ul {
    float: left;
    width: 100%;
    margin: 0 0 2vw 0;
  }
  /* line 375, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #about .content .office ul li {
    float: left;
    width: 100%;
  }
  /* line 379, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #about .content .office .detail {
    float: left;
    width: 100%;
    font-size: 1.25vw;
    line-height: 1.85;
    margin: 0 0 5vw 0;
  }
  /* line 385, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #about .content .office .map {
    float: left;
    width: 101vw;
    margin: 0 0 0 -18vw;
    height: 35vw;
  }
  /* line 396, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #contact .content h3 {
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 2.6vw;
    margin: 0 0 2.1vw 0;
    color: #17d8fc;
    line-height: 1.44;
  }
  /* line 403, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #contact .content .area {
    margin: 0 0 0 14%;
    width: 67%;
  }
  /* line 407, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #contact .content .copy {
    float: left;
    width: 100%;
    font-size: 1.65vw;
    margin: 0 0 1.6vw 0;
  }
  /* line 412, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #contact .content .txt {
    float: left;
    width: 100%;
    font-size: 1.25vw;
    line-height: 1.88;
    margin: 0 0 2vw 0;
  }
  /* line 418, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #contact .content .btn_area {
    float: left;
    width: 100%;
    margin: 0 0 6vw 0;
  }
  /* line 421, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #contact .content .btn_area .btn {
    width: 16.4vw;
    font-size: 1.25vw;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    color: #17d8fc;
  }
  /* line 428, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #contact .content .tel {
    float: left;
    width: 100%;
    margin: 0 0 7.4vw 0;
  }
  /* line 431, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #contact .content .tel .t1 {
    float: left;
    width: 100%;
    color: #17d8fc;
    font-size: 2.6vw;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    margin: 0 0 1.8vw 0;
  }
  /* line 438, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #contact .content .tel .num {
    float: left;
    width: 100%;
    color: #17d8fc;
    font-size: 3.5vw;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    margin: 0 0 2vw 0;
  }
  /* line 444, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #contact .content .tel .num small {
    float: left;
    width: 100%;
    font-size: 1.65vw;
    display: block;
    margin: 0 0 0.5vw 0;
  }
  /* line 450, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #contact .content .tel .num span {
    display: inline-block;
    font-size: 1.8vw;
  }
  /* line 455, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #contact .content .tel .c {
    float: left;
    width: 100%;
    font-size: 1.25vw;
  }
  /* line 463, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #ig {
    float: left;
    width: 100%;
    background: #b9f3fe;
    padding: 4.6vw 0 0 0;
  }
  /* line 468, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #ig .ttl_area .ttl {
    color: #414648;
  }
  /* line 472, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #ig .content {
    margin: 2.7vw 0 0 0;
  }
  /* line 474, ../../../../src/page/case/css/_pc.scss */
  body #wrapper #ig .content .slide {
    float: left;
    margin: 0 0 12vw 4%;
    width: 92%;
    height: 726px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: white;
    -webkit-box-shadow: 0px 8px 14px 0px #cfcfcf;
    -moz-box-shadow: 0px 8px 14px 0px #cfcfcf;
    box-shadow: 0px 8px 14px 0px #cfcfcf;
  }
}
/*color*/
/*anim*/
/*size*/
/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
@media screen and (max-width: 767px) {
  /*debug
  body{
  	background: url(../img/_guide_sp2.jpg) no-repeat top center;
  	background-size: 100% auto;
      background-position: 0px 0;
  	#header{
  		@include opacity(0.6);
  	}
  	#wrapper{
  		@include opacity(0.6);
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  	
  	#wrapper #case.single article .slide{
  		height: 252px;
      	overflow: hidden;
  	}
  }
  */
  /* line 31, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case .pnls {
    float: left;
    width: 116%;
    margin: 4vw 0 0 -8%;
  }
  /* line 35, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case .pnls .item {
    float: left;
    width: 100%;
    margin: 0 1.8% 0 0;
    overflow: hidden;
    position: relative;
  }
  /* line 42, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case .pnls .item .pnl {
    float: left;
    width: 100%;
    position: relative;
    background: #f0f3f5;
  }
  /* line 46, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case .pnls .item .pnl .lbl {
    position: absolute;
    width: 100%;
    z-index: 3;
    top: 2.8vw;
    left: 2.5vw;
  }
  /* line 52, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case .pnls .item .pnl .lbl li {
    clear: both;
    float: left;
    margin: 0 0 2vw 0;
  }
  /* line 56, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case .pnls .item .pnl .lbl li p {
    background: #17d8fc;
    color: white;
    font-weight: 400;
    font-size: 3.55vw;
    line-height: 1;
    padding: 2.2vw 8.8vw;
    border-radius: 4vw;
  }
  /* line 67, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case .pnls .item .pnl figure {
    float: left;
    width: 100%;
  }
  /* line 69, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case .pnls .item .pnl figure .base {
    display: none;
  }
  /* line 71, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case .pnls .item .pnl figure .base.sp_view {
    display: block;
  }
  /* line 76, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case .pnls .item .pnl .detail {
    float: left;
    width: 100%;
    padding: 7.6vw 8.6vw 7.6vw 8.6vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 82, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case .pnls .item .pnl .detail h2 {
    font-size: 5.1vw;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    margin: 0 0 5.7vw 0;
    line-height: 1.6;
  }
  /* line 88, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case .pnls .item .pnl .detail .txt {
    float: left;
    width: 100%;
    margin: 0 0 3.7vw 0;
  }
  /* line 91, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case .pnls .item .pnl .detail .txt p {
    float: left;
    width: 100%;
    font-size: 3.55vw;
    line-height: 1.8;
  }
  /* line 95, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case .pnls .item .pnl .detail .txt p .more {
    display: inline;
    color: #17d8fc;
  }
  /* line 103, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case .pnls .item .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  /* line 113, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case.single {
    margin: 0 0 6vw 0;
  }
  /* line 115, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case.single .content2 {
    position: relative;
  }
  /* line 118, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case.single header {
    float: left;
    width: 100%;
    position: absolute;
    top: 6vw;
    left: -3vw;
  }
  /* line 123, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case.single header .lbl {
    float: left;
    z-index: 3;
    position: relative;
    margin: 0 0 2.3vw 0;
  }
  /* line 128, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case.single header .lbl li {
    clear: both;
    float: left;
    margin: 0 0 2vw 0;
  }
  /* line 132, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case.single header .lbl li p {
    background: #17d8fc;
    color: white;
    font-family: "SourceHanSansJPNormal", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 3.55vw;
    line-height: 1;
    padding: 2.3vw 10.5vw;
    border-radius: 4vw;
  }
  /* line 143, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case.single header .area {
    float: left;
    width: auto;
  }
  /* line 146, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case.single header .area h1 {
    width: auto;
    font-size: 4.75vw;
    line-height: 1.6;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    margin: 0 0 1.1vw 0;
  }
  /* line 155, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case.single article {
    float: left;
    width: 100%;
    margin: 0.8vw 0 8vw 0;
  }
  /* line 158, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case.single article .slide {
    float: left;
    position: relative;
    margin: 0 0 7vw -10%;
    width: 120%;
  }
  /* line 163, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case.single article .slide .cap {
    position: absolute;
    background: #f0f3f5;
    color: #17d8fc;
    font-size: 3.55vw;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    padding: 2vw 3.2vw;
    bottom: 0;
    right: 0;
    line-height: 1;
    z-index: 10;
  }
  /* line 175, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case.single article .slide .item {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 1.4s;
    transition: all 1.4s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  /* line 179, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case.single article .slide .slick-arrow, body #wrapper #case.single article .slide .slick-dots {
    -webkit-transition: all 1.4s;
    transition: all 1.4s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  /* line 183, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case.single article .slide:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    z-index: 10;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
    transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }
  /* line 187, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case.single article .slide.open .item {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  /* line 190, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case.single article .slide.open .slick-arrow, body #wrapper #case.single article .slide.open .slick-dots {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  /* line 193, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case.single article .slide.open:after {
    height: 0%;
  }
  /* line 198, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case.single article .txts {
    float: left;
    width: 100%;
  }
  /* line 200, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case.single article .txts .ttl {
    float: left;
    width: 100%;
    font-size: 5.1vw;
    margin: 0 0 6.2vw 0;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.4;
  }
  /* line 207, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case.single article .txts .txt {
    float: left;
    width: 100%;
    margin: 0 0 5.2vw 0;
  }
  /* line 210, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case.single article .txts .txt p {
    float: left;
    width: 100%;
    font-size: 3.55vw;
    line-height: 1.85;
    margin: 0 0 2.3vw 0;
  }
  /* line 221, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case .content h2 {
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 4.75vw;
    margin: 0 0 2.6vw 0;
  }
  /* line 226, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case .content .sub {
    float: left;
    width: 100%;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 3.3vw;
    line-height: 1.68;
    padding: 0 0 3vw 0;
    margin: 0 0 2vw 0;
    position: relative;
  }
  /* line 234, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case .content .sub:after {
    content: "";
    display: block;
    background: #f0f3f5;
    width: 3.6vw;
    height: 1px;
    position: absolute;
    bottom: -0.2vw;
    left: 0;
  }
  /* line 245, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case .content .txt {
    float: left;
    width: 100%;
  }
  /* line 247, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case .content .txt h3 {
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 2.1em;
    line-height: 1.62;
    margin: 0 0 1.7vw 0;
    color: #707f89;
  }
  /* line 254, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case .content .txt p {
    float: left;
    width: 100%;
    font-size: 2.7vw;
    line-height: 1.92;
    text-indent: 1em;
    margin: 0 0 8.3vw 0;
  }
  /* line 262, ../../../../src/page/case/css/_sp.scss */
  body #wrapper #case .content .copy {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1vw solid #f0f3f5;
    font-size: 2.6vw;
    line-height: 2.03;
    text-indent: 1em;
    margin: 0 0 1.7vw 0;
    padding: 2.2vw 4.5vw 3vw 4.5vw;
  }
}
