@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) {
  /*debug
  body{
  	background: url(../img/_guide.jpg) no-repeat top center !important;
  	//background-size: 1440px auto;
      //background-position: 0px 0;
      -webkit-background-size: 100% auto !important;
      background-size: 100% auto !important;
      //-webkit-background-size: auto 100%;
      //background-size: auto 100%;
  	#header{
  		@include opacity(0.6);
  		//width: 1440px !important;
  	}
  	#wrapper{
  		//width: 1440px !important;
  		@include opacity(0.6);
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  }
  */
  /* line 30, ../../../../src/page/company/css/_pc.scss */
  body #wrapper {
    background: url(../img/bg.jpg) repeat-y top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  /* line 35, ../../../../src/page/company/css/_pc.scss */
  body #wrapper #main section {
    float: left;
    width: 100%;
  }
  /* line 38, ../../../../src/page/company/css/_pc.scss */
  body #wrapper #main section#top h1 {
    float: left;
    width: 100%;
    margin: 14.9vw 0 9.2vw 0;
    text-align: center;
    position: relative;
  }
  /* line 43, ../../../../src/page/company/css/_pc.scss */
  body #wrapper #main section#top h1 span {
    display: inline-block;
    padding: 0 0 1.1vw 0;
    position: relative;
  }
  /* line 47, ../../../../src/page/company/css/_pc.scss */
  body #wrapper #main section#top h1 span img {
    height: 4.2vw;
    width: auto;
  }
  /* line 51, ../../../../src/page/company/css/_pc.scss */
  body #wrapper #main section#top h1 span:before {
    content: "";
    display: block;
    background: black;
    width: 100%;
    height: 0.3vw;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /* line 63, ../../../../src/page/company/css/_pc.scss */
  body #wrapper #main section#top .list {
    float: left;
    width: 100%;
    margin: 0;
  }
  /* line 66, ../../../../src/page/company/css/_pc.scss */
  body #wrapper #main section#top .list li {
    float: left;
    width: 100%;
    margin: 0 0 8.3vw 0;
    position: relative;
  }
  /* line 70, ../../../../src/page/company/css/_pc.scss */
  body #wrapper #main section#top .list li:last-child {
    margin-bottom: 5.4vw;
  }
  /* line 73, ../../../../src/page/company/css/_pc.scss */
  body #wrapper #main section#top .list li .item {
    float: left;
    width: 100%;
    position: relative;
    overflow: visible;
  }
  /* line 77, ../../../../src/page/company/css/_pc.scss */
  body #wrapper #main section#top .list li .item .box {
    float: left;
    width: 100%;
    position: relative;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
    border-radius: 1vw;
    border: 0.3vw solid black;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  /* line 87, ../../../../src/page/company/css/_pc.scss */
  body #wrapper #main section#top .list li .item h2 {
    position: absolute;
    line-height: 0;
    z-index: 10;
    top: -0.8vw;
    left: 3.4vw;
  }
  /* line 93, ../../../../src/page/company/css/_pc.scss */
  body #wrapper #main section#top .list li .item h2 img {
    height: 3.6vw;
    width: auto;
  }
  /* line 98, ../../../../src/page/company/css/_pc.scss */
  body #wrapper #main section#top .list li .item figure {
    float: left;
    width: 100%;
    line-height: 0;
    background: white;
  }
  /* line 103, ../../../../src/page/company/css/_pc.scss */
  body #wrapper #main section#top .list li .item .txt {
    float: left;
    width: 100%;
    background: #d8d559;
    z-index: 10;
    padding: 1.9vw 3vw 1.9vw 3vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  /* line 112, ../../../../src/page/company/css/_pc.scss */
  body #wrapper #main section#top .list li .item .txt p, body #wrapper #main section#top .list li .item .txt a {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
  }
  /* line 116, ../../../../src/page/company/css/_pc.scss */
  body #wrapper #main section#top .list li .item .txt p span, body #wrapper #main section#top .list li .item .txt a span {
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 1.3vw;
    line-height: 1.8;
  }
  /* line 125, ../../../../src/page/company/css/_pc.scss */
  body #wrapper #main section#top .list li .item .txt a span {
    width: 94%;
  }
  /* line 128, ../../../../src/page/company/css/_pc.scss */
  body #wrapper #main section#top .list li .item .txt a i {
    top: 50%;
    right: -1vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 132, ../../../../src/page/company/css/_pc.scss */
  body #wrapper #main section#top .list li .item .txt a i:before {
    display: inline-block;
    -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 139, ../../../../src/page/company/css/_pc.scss */
  body #wrapper #main section#top .list li .item .txt a:hover i:before {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }
  /* line 151, ../../../../src/page/company/css/_pc.scss */
  body #wrapper #main .btn_area {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 8.4vw 0;
  }
  /* line 155, ../../../../src/page/company/css/_pc.scss */
  body #wrapper #main .btn_area .btn {
    float: none;
    display: inline-block;
    width: 38vw;
    height: 5.8vw;
    color: white;
  }
  /* line 161, ../../../../src/page/company/css/_pc.scss */
  body #wrapper #main .btn_area .btn:before {
    height: 5.8vw;
    background: #4592a9;
    -webkit-border-radius: 3vw;
    -moz-border-radius: 3vw;
    -ms-border-radius: 3vw;
    -o-border-radius: 3vw;
    border-radius: 3vw;
  }
  /* line 166, ../../../../src/page/company/css/_pc.scss */
  body #wrapper #main .btn_area .btn span {
    line-height: 5.8vw;
    font-size: 1.9vw;
    letter-spacing: 0.2vw;
  }
}
/*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_sp.jpg) no-repeat top center !important;
  	background-size: 100% auto !important;
      background-position: 0px 0 !important;
  	#header{
  		@include opacity(0.6);
  	}
  	#wrapper{
  		@include opacity(0.6);
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  }
  */
  /* line 24, ../../../../src/page/company/css/_sp.scss */
  body {
    /* */
  }
  /* line 26, ../../../../src/page/company/css/_sp.scss */
  body #wrapper {
    background: url(../img/bg.jpg) repeat-y top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  /* line 32, ../../../../src/page/company/css/_sp.scss */
  body #wrapper #main section {
    float: left;
    width: 100%;
  }
  /* line 35, ../../../../src/page/company/css/_sp.scss */
  body #wrapper #main section#top h1 {
    float: left;
    width: 100%;
    margin: 38.9vw 0 9.2vw 0;
    text-align: center;
    position: relative;
  }
  /* line 40, ../../../../src/page/company/css/_sp.scss */
  body #wrapper #main section#top h1 span {
    display: inline-block;
    padding: 0 0 2.6vw 0;
    position: relative;
  }
  /* line 44, ../../../../src/page/company/css/_sp.scss */
  body #wrapper #main section#top h1 span img {
    height: 8vw;
    width: auto;
  }
  /* line 48, ../../../../src/page/company/css/_sp.scss */
  body #wrapper #main section#top h1 span:before {
    content: "";
    display: block;
    background: black;
    width: 100%;
    height: 0.5vw;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /* line 60, ../../../../src/page/company/css/_sp.scss */
  body #wrapper #main section#top .list {
    float: left;
    width: 100%;
    margin: 0;
  }
  /* line 63, ../../../../src/page/company/css/_sp.scss */
  body #wrapper #main section#top .list li {
    float: left;
    width: 100%;
    margin: 0 0 13vw 0;
  }
  /* line 66, ../../../../src/page/company/css/_sp.scss */
  body #wrapper #main section#top .list li:last-child {
    margin-bottom: 12vw;
  }
  /* line 69, ../../../../src/page/company/css/_sp.scss */
  body #wrapper #main section#top .list li .item {
    float: left;
    width: 100%;
    position: relative;
    overflow: visible;
  }
  /* line 73, ../../../../src/page/company/css/_sp.scss */
  body #wrapper #main section#top .list li .item .box {
    float: left;
    width: 100%;
    position: relative;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
    border-radius: 2vw;
    border: 0.5vw solid black;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  /* line 83, ../../../../src/page/company/css/_sp.scss */
  body #wrapper #main section#top .list li .item h2 {
    position: absolute;
    line-height: 0;
    z-index: 10;
    top: -1.75vw;
    left: 4.3vw;
  }
  /* line 89, ../../../../src/page/company/css/_sp.scss */
  body #wrapper #main section#top .list li .item h2 img {
    height: 7.3vw;
    width: auto;
  }
  /* line 94, ../../../../src/page/company/css/_sp.scss */
  body #wrapper #main section#top .list li .item figure {
    float: left;
    width: 100%;
    line-height: 0;
    background: white;
  }
  /* line 99, ../../../../src/page/company/css/_sp.scss */
  body #wrapper #main section#top .list li .item .txt {
    float: left;
    width: 100%;
    background: #d8d559;
    z-index: 10;
    padding: 4.8vw 6vw 4vw 6vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  /* line 108, ../../../../src/page/company/css/_sp.scss */
  body #wrapper #main section#top .list li .item .txt p, body #wrapper #main section#top .list li .item .txt a {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
  }
  /* line 112, ../../../../src/page/company/css/_sp.scss */
  body #wrapper #main section#top .list li .item .txt p span, body #wrapper #main section#top .list li .item .txt a span {
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 3.3vw;
    line-height: 1.7;
  }
  /* line 121, ../../../../src/page/company/css/_sp.scss */
  body #wrapper #main section#top .list li .item .txt a span {
    width: 94%;
  }
  /* line 124, ../../../../src/page/company/css/_sp.scss */
  body #wrapper #main section#top .list li .item .txt a i {
    top: 50%;
    right: -2.3vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 136, ../../../../src/page/company/css/_sp.scss */
  body #wrapper #main .btn_area {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 14vw 0;
  }
  /* line 140, ../../../../src/page/company/css/_sp.scss */
  body #wrapper #main .btn_area .btn {
    float: none;
    display: inline-block;
    width: 100%;
    height: 13vw;
    color: white;
  }
  /* line 146, ../../../../src/page/company/css/_sp.scss */
  body #wrapper #main .btn_area .btn:before {
    height: 13vw;
    background: #4592a9;
    -webkit-border-radius: 6.5vw;
    -moz-border-radius: 6.5vw;
    -ms-border-radius: 6.5vw;
    -o-border-radius: 6.5vw;
    border-radius: 6.5vw;
  }
  /* line 151, ../../../../src/page/company/css/_sp.scss */
  body #wrapper #main .btn_area .btn span {
    line-height: 13vw;
    font-size: 3.6vw;
    letter-spacing: 0.4vw;
  }
}
