@charset "UTF-8";
@media screen and (max-width: 1180px) {
  .btn a {
    color: #333;
    background-color: #fff;
  }
  .btn a:hover {
    color: #fff;
    background-color: #007d42;
    opacity: 1;
  }
	.special-btn {
		max-width: 400px;
		margin: 0 auto;
	}
	.special-btn a {
		display: inline-block;
	}
	.special-btn a img {
		width: 100%;
	}
  .ttlBar {
    background: #fff;
    margin: 20px 0 20px;
    position: relative;
    z-index: 20;
  }
  .ttlBar a {
    display: block;
    padding: 20px 15px;
    position: relative;
  }
  .ttlBar a:after {
    content: "";
    width: 15px;
    height: 21px;
    display: block;
    background: url("/common/img/icon_arrow_l.png") no-repeat center center;
    background-size: 15px;
    position: absolute;
    top: 50%;
    right: 25px;
    margin: -10px 0 0;
  }
  .ttlBar h2 b {
    font-size: 2.0rem;
    display: block;
    float: left;
  }
  .ttlBar h2 span {
    font-size: 1.2rem;
    font-family: "Montserrat", "Noto Sans JP";
    color: #999;
    display: block;
    float: left;
    position: relative;
    top: 6px;
    margin-left: 15px;
  }
  .ttlBar h2 span:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 1px;
    padding-right: 15px;
    background: #009a44;
    position: relative;
    top: -4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .ttlBar .lead {
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
    padding-right: 45px;
    margin-top: 10px;
  }
  .ttlBar .link {
    display: none;
  }
  /* -----------------------------------------------------------------------------

		  MV

	  ----------------------------------------------------------------------------- */
  #mv .slide {
    height: 500px;
    position: relative;
  }
  #mv .slideImage {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center 20%;
  }
}

@media screen and (max-width: 1180px) and (min-width: 500px) {
  #mv .slideImage {
    background-position: left 35% top 5%;
  }
}

@media screen and (max-width: 1180px) and (min-width: 750px) {
  #mv .slideImage {
    background-position: left 35% top 20%;
  }
}

@media screen and (max-width: 1180px) {
  #mv .slideContent {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #mv h1 {
    color: #fff;
    position: absolute;
    width: 90%;
    top: 40%;
    left: 5%;
  }
  #mv h1 b {
    font-size: 4rem;
    font-family: "Montserrat", "Noto Sans JP";
    display: block;
  }
  #mv h1 span {
    font-size: 1.7rem;
    display: block;
    margin-top: 10px;
  }
	#mv .slick-dotted.slick-slider {
		margin-bottom: 0;
	}
  #mv .slick-dots {
    bottom: 20px;
  }
  #mv .slick-prev, #mv .slick-next {
    display: none !important;
  }
  /* -----------------------------------------------------------------------------

		  company

	  ----------------------------------------------------------------------------- */
  #company {
    background: #edf0f2;
		padding-top: 20px;
  }
  #company ul {
    margin: 0 -7px;
  }
  #company ul li {
    padding: 0 7px 14px;
    float: left;
    width: 50%;
  }
  #company ul li a {
    position: relative;
    display: block;
  }
  #company ul li a figure {
    width: 100%;
    position: relative;
  }
  #company ul li a figure img {
    width: 100%;
  }
  #company ul li a p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 20px 4px 10px;
    width: 100%;
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.02em;
    background-color: rgba(0, 0, 0, 0.85);
  }
  #company ul li a p:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 4.545%;
    width: 5px;
    height: 8px;
    background: transparent url("/common/img/icon_arrow_w.png") left top no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #company .bnr {
    padding: 13px 49px 0px;
  }
  /* -----------------------------------------------------------------------------

		  company02

	  ----------------------------------------------------------------------------- */
  #company02 {
    background: url("/img/bg_company.jpg") no-repeat center bottom;
    background-size: cover;
    padding: 80px 0 150px;
    margin-top: -40px;
    color: #fff;
  }
  #company02 h2 {
    font-size: 2.3rem;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
  }
  #company02 .lead {
    font-size: 1.3rem;
    text-align: center;
  }
  #company02 dl {
    width: 100%;
    max-width: 420px;
    margin: 30px auto 0;
    padding: 0 10px;
  }
  #company02 dl a {
    color: #fff;
  }
  #company02 dl dt {
    margin-bottom: 15px;
    text-align: center;
  }
  #company02 dl dt a {
    font-size: 2.2rem;
  }
  #company02 dl dt a:after {
    content: "";
    width: 11px;
    height: 16px;
    display: inline-block;
    background: url("/common/img/icon_arrow_l.png") no-repeat;
    background-size: 11px;
    margin-left: 9px;
  }
  #company02 dl dd ul li {
    width: 42%;
    float: left;
    margin: 0 4% 15px;
  }
  #company02 dl dd ul li a {
    display: block;
    font-size: 1.5rem;
    position: relative;
  }
  #company02 dl dd ul li a:after {
    content: "";
    width: 7px;
    height: 10px;
    display: block;
    background: url("/common/img/icon_arrow_w.png") no-repeat;
    background-size: 7px;
    margin-left: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
  }
  /* -----------------------------------------------------------------------------

		  pickup

	  ----------------------------------------------------------------------------- */
  #pickup {
    padding-bottom: 40px;
    background: url("/img/sp/bg_pickup.png") no-repeat center top;
    background-size: cover;
  }
  #pickup .ttlBar {
    margin-top: 0px;
    position: relative;
    top: -60px;
  }
  #pickup .slider {
    position: relative;
    margin-top: -60px;
  }
  #pickup .swiper-container {
    width: 100%;
  }
  #pickup .sliderImage {
    float: right;
    max-width: 540px;
    width: 75%;
  }
  #pickup .sliderImage img {
    width: 100%;
  }
  #pickup .sliderContent {
    width: 65%;
    padding-top: 53%;
  }
  #pickup .sliderContent .number {
    font-size: 6rem;
    font-family: "Montserrat", "Noto Sans JP";
    color: #fff;
    opacity: 0.3;
    line-height: 1;
    margin-bottom: 15px;
    position: absolute;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-top: -10px;
  }
  #pickup .sliderContent .ttl {
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.4;
  }
  #pickup .sliderContent .btn {
    margin-top: 12px;
    width: 120px;
  }
  #pickup .sliderContent .btn a {
    padding: 7px 12px;
  }
  #pickup .slick-prev {
    top: inherit;
    bottom: -35px;
    left: 0;
  }
  #pickup .slick-next {
    top: inherit;
    bottom: -35px;
    left: 140px;
    right: inherit;
  }
  #pickup .slick-dots {
    top: inherit;
    bottom: -28px;
    left: 0;
    width: 140px;
  }
  #pickup .total-2 .slick-dots {
    width: 95px;
  }
  #pickup .total-2 .slick-next {
    left: 86px;
  }
  #pickup .total-3 .slick-dots {
    width: 120px;
  }
  #pickup .total-3 .slick-next {
    left: 111px;
  }
  #pickup .total-4 .slick-dots {
    width: 145px;
  }
  #pickup .total-4 .slick-next {
    left: 135px;
  }
  #pickup .total-5 .slick-dots {
    width: 170px;
  }
  #pickup .total-5 .slick-next {
    left: 162px;
  }
  #pickup .total-6 .slick-dots {
    width: 195px;
  }
  #pickup .total-6 .slick-next {
    left: 188px;
  }
  #pickup .total-7 .slick-dots {
    width: 220px;
  }
  #pickup .total-7 .slick-next {
    left: 208px;
  }
  /* -----------------------------------------------------------------------------

		  works

	  ----------------------------------------------------------------------------- */
  #works {
    padding: 40px 0 35px;
    background: url("/img/sp/bg_works.jpg") no-repeat center center;
    background-size: cover;
  }
  #works h2 {
    font-size: 2.3rem;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 5px #333, 0 0 10px #333;
  }
  #works h2 span {
    font-family: "Montserrat", "Noto Sans JP";
    font-size: 1.0rem;
    font-weight: 300;
    display: block;
    opacity: 0.6;
    margin-top: 15px;
  }
  #works .lead {
    margin-top: 20px;
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    text-shadow: 0 0 5px #333, 0 0 10px #333;
  }
  #works .slider {
    margin-top: 30px;
  }
  #works .sliderContainer {
    overflow: inherit;
  }
  #works .slide {
    background: #fff;
    margin: 0 10px;
  }
  #works .slide .innr {
    display: table;
    width: 100%;
  }
  #works .slide figure {
    display: table-cell;
    width: 37%;
    background-position: center top;
    background-size: cover;
  }
  #works .slide .text {
    width: 63%;
    display: table-cell;
  }
  #works .slide .text .textInnr {
    width: 100%;
    height: 190px;
    padding: 20px;
    display: table;
  }
  #works .slide .text .innr {
    display: table-cell;
    vertical-align: middle;
  }
  #works .slide .text p {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
  }
  #works .slide .text .tagList {
    margin-top: 15px;
  }
  #works .slide .text .tagList li {
    padding: 0 5px;
    font-size: 1.0rem;
  }
  #works .slick-dots {
    bottom: -35px;
  }
  #works .slick-prev {
    top: inherit;
    bottom: -41px;
    left: 30%;
  }
  #works .slick-next {
    top: inherit;
    bottom: -41px;
    right: 30%;
  }
  #works .btn {
    width: 220px;
    margin: 65px auto 0;
  }
  /* -----------------------------------------------------------------------------

		  news

	  ----------------------------------------------------------------------------- */
  #news {
    padding: 40px 0;
    background: #edf0f2;
  }
  #news .inner {
    width: 100%;
  }
  #news .newsCol {
    width: 100%;
    position: relative;
  }
  #news .newsCol.information {
    margin-top: 40px;
  }
  #news .newsCol h2 {
    overflow: hidden;
    margin-bottom: 10px;
  }
  #news .newsCol h2 b {
    font-size: 2.0rem;
    display: block;
    float: left;
  }
  #news .newsCol h2 span {
    font-size: 1.2rem;
    font-family: "Montserrat", "Noto Sans JP";
    color: #999;
    display: block;
    float: left;
    position: relative;
    top: 10px;
    margin-left: 15px;
  }
  #news .newsCol .btn {
    width: 220px;
    margin: 30px auto 0;
  }
  #news .newsCol ul li {
    border-bottom: 1px solid #d2d5d6;
  }
  #news .newsCol ul li a {
    display: block;
    padding: 15px 0;
    position: relative;
  }
  #news .newsCol ul li a:after {
    content: "";
    width: 7px;
    height: 10px;
    display: block;
    background: url("/common/img/icon_arrow_g.png") no-repeat;
    background-size: 7px;
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -5px;
  }
  #news .newsCol ul li .date {
    font-size: 1.4rem;
    color: #8d9894;
  }
  #news .newsCol ul li .tag {
    margin-left: 15px;
  }
  #news .newsCol ul li .text {
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 5px;
    padding-right: 30px;
  }
  #news .information h2 {
    overflow: hidden;
    margin-bottom: 10px;
  }
  #news .information h2 b {
    font-size: 2.0rem;
    display: block;
    float: left;
  }
  #news .information h2 span {
    font-size: 1.2rem;
    font-family: "Montserrat", "Noto Sans JP";
    color: #999;
    display: block;
    float: left;
    position: relative;
    top: 10px;
    margin-left: 15px;
  }
  #news .information .btn {
    width: 220px;
    margin: 30px auto 0;
  }
  #news .information ul li {
    border-bottom: 1px solid #d2d5d6;
  }
  #news .information ul li > span {
    display: block;
    padding: 15px 0;
    position: relative;
  }
  #news .information ul li .date {
    font-size: 1.4rem;
    color: #8d9894;
  }
  #news .information ul li .tag {
    margin-left: 15px;
  }
  #news .information ul li .text {
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 5px;
    padding-right: 30px;
  }
  /* -----------------------------------------------------------------------------

		  otherContents

	  ----------------------------------------------------------------------------- */
  #otherContents {
    background: #017036 url("/img/sp/bg_other.png") no-repeat center top;
    background-size: cover;
    padding: 40px 0;
  }
  #otherContents .inner {
    max-width: 730px;
  }
  #otherContents ul {
    margin: 0 -2%;
  }
  #otherContents ul li {
    width: 46%;
    margin: 0 2% 4vw;
    float: left;
    position: relative;
    overflow: hidden;
  }
  #otherContents ul li figure img {
    width: 100%;
  }
  #otherContents ul li .text {
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    bottom: 0;
    display: table;
    height: 80px;
  }
  #otherContents ul li .text .textInnr {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
    position: relative;
  }
  #otherContents ul li .text .textInnr:after {
    content: "";
    width: 12px;
    height: 17px;
    display: block;
    background: url("/common/img/icon_arrow_l.png") no-repeat center center;
    background-size: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -8px 0 0;
  }
  #otherContents ul li .text h2 {
    font-size: 1.7rem;
    font-weight: 300;
    color: #fff;
    text-align: left;
    line-height: 1.2;
    padding-right: 15px;
    letter-spacing: -0.03em;
  }
  #otherContents ul li .text h2 span {
    display: block;
    font-size: 1.0rem;
    margin-top: 10px;
    font-family: "Montserrat", "Noto Sans JP";
    color: #999;
  }
  #otherContents ul li .text dl {
    display: none;
  }
  #otherContents ul li:nth-child(3) .text h2 {
    font-size: 1.5rem;
    letter-spacing: -0.09em;
    white-space: nowrap;
  }
  #otherContents ul li:nth-child(4) .text h2 span {
    letter-spacing: -0.09em;
    white-space: nowrap;
  }
  /* -----------------------------------------------------------------------------

		  bnrArea

	  ----------------------------------------------------------------------------- */
  #bnrArea {
    background: #edf0f2;
    padding: 40px 40px 70px;
  }
  #bnrArea .slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  #bnrArea .slider img {
    width: 100%;
  }
  #bnrArea .slider:before, #bnrArea .slider:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background: #edf0f2;
    z-index: 10;
  }
  #bnrArea .slider:before {
    left: 0;
    margin-left: -100%;
  }
  #bnrArea .slider:after {
    right: 0;
    margin-right: -100%;
  }
  #bnrArea .slider .slide {
    margin: 0 10px;
  }
  #bnrArea .slider .slick-prev, #bnrArea .slider .slick-next {
    top: 65%;
    z-index: 20;
  }
  #bnrArea .slider .slick-prev {
    left: -20px;
  }
  #bnrArea .slider .slick-next {
    right: -20px;
  }
}

/* -----------------------------------------------------------------------------

	画面幅　表示調整

----------------------------------------------------------------------------- */
@media print, screen and (max-width: 1180px) and (min-width: 751px) {
  #pickup .sliderContent {
    width: 22%;
    padding-top: 20%;
  }
}

@media print, screen and (max-width: 350px) {
  #mv h1 b {
    font-size: 3.2rem;
  }
  .ttlBar .lead br {
    display: none !important;
  }
  #otherContents ul li .text .textInnr {
    padding: 0 12px;
  }
  #otherContents ul li .text h2 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
