@charset "UTF-8";
@media print, screen and (min-width: 1181px) {
  .btn a {
    color: #333;
    background-color: #fff;
  }
  .btn a:hover {
    color: #fff;
    background-color: #007d42;
    opacity: 1;
  }
	.special-btn {
		max-width: 1100px;
		margin: 0 auto;
	}
	.special-btn a {
		display: inline-block;
	}
	.special-btn a img {
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		width: 100%;
	}
	.special-btn a:hover img {
		opacity: 0.8;
	}
  .ttlBar {
    background: #fff;
    height: 120px;
    margin: 40px 0 40px;
    padding-left: 60px;
    position: relative;
    z-index: 20;
    line-height: 120px;
  }
  .ttlBar a {
    display: block;
    overflow: hidden;
  }
  .ttlBar a:hover .link span {
    background: #e8e8e8;
  }
  .ttlBar a:hover .link span:before {
    left: 54%;
  }
  .ttlBar h2 {
    float: left;
    line-height: 120px;
  }
  .ttlBar h2 b {
    font-size: 3.4rem;
    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: 2px;
    margin-left: 15px;
  }
  .ttlBar .lead {
    font-size: 1.7rem;
    font-weight: 600;
    float: left;
    line-height: 120px;
    position: relative;
    top: 2px;
    margin-left: 12px;
  }
  .ttlBar .lead:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    padding-right: 15px;
    background: #009a44;
    position: relative;
    top: -7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .ttlBar .link {
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #edf0f2;
  }
  .ttlBar .link span {
    width: 120px;
    height: 120px;
    display: block;
    text-indent: -999em;
    position: relative;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .ttlBar .link span:before {
    content: "";
    width: 17px;
    height: 24px;
    display: block;
    background: url("/common/img/icon_arrow_l.png") no-repeat center center;
    background-size: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -9px;
    transition: all .3s;
    -webkit-transition: all .3s;
  }
  /* -----------------------------------------------------------------------------

		  MV

	  ----------------------------------------------------------------------------- */
  #mv .slide {
    height: 640px;
    position: relative;
  }
  #mv .slideImage {
    width: 100%;
    height: 640px;
    background-size: cover;
    background-position: center top;
  }
  #mv .slideContent {
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
  }
  #mv h1 {
    color: #fff;
    position: absolute;
    top: 32%;
    left: 20px;
  }
  #mv h1 b {
    font-size: 7.4rem;
    font-family: "Montserrat", "Noto Sans JP";
    display: block;
  }
  #mv h1 span {
    font-size: 2.5rem;
    display: block;
    margin-top: 25px;
  }
	#mv .slick-dotted.slick-slider {
		margin-bottom: 0;
	}
  #mv .slick-prev,
  #mv .slick-next {
    z-index: 1100;
  }
  #mv .slick-dots {
    bottom: 40px;
  }
  /* -----------------------------------------------------------------------------

		  company

	  ----------------------------------------------------------------------------- */
  #company {
    background: #edf0f2;
		padding-top: 40px;
  }
  #company .fixed-width {
    max-width: 1360px;
    width: 100%;
  }
  #company ul {
    margin: 0 -5px;
  }
  #company ul li {
    padding: 0 5px 10px;
    float: left;
    width: 20%;
  }
  #company ul li a {
    position: relative;
    display: block;
  }
  #company ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 0;
    z-index: 10;
  }
  #company ul li a figure {
    width: 100%;
    position: relative;
  }
  #company ul li a figure:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #company ul li a figure img {
    width: 100%;
  }
  #company ul li a p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px 30px 12px 28px;
    width: 100%;
    font-size: 1.9rem;
    color: #fff;
    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: 10px;
    height: 15px;
    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 ul li a:hover figure:after {
    opacity: 0.3;
  }
  #company ul li:nth-child(8) a p {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.7rem;
  }
  .ie9 #company .ttlBar {
    position: relative;
    z-index: 1000;
  }
  #company .bnr {
    padding: 27px 300px 0px;
  }
  /* -----------------------------------------------------------------------------

		  company02

	  ----------------------------------------------------------------------------- */
  #company02 {
    height: 640px;
    background: url("/img/bg_company.jpg") no-repeat center bottom;
    background-size: cover;
    padding: 175px 0 0;
    margin-top: -80px;
    color: #fff;
  }
  #company02 .fixed-width {
    width: 960px;
  }
  #company02 h2 {
    font-size: 3.0rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  #company02 .lead {
    font-size: 1.6rem;
  }
  #company02 dl {
    width: 400px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #company02 dl a {
    color: #fff;
  }
  #company02 dl dt {
    margin-bottom: 15px;
  }
  #company02 dl dt a {
    font-size: 3rem;
  }
  #company02 dl dt a:hover {
    text-decoration: underline;
  }
  #company02 dl dt a:after {
    content: "";
    width: 16px;
    height: 22px;
    display: inline-block;
    background: url("/common/img/icon_arrow_l.png") no-repeat;
    background-size: 16px;
    margin-left: 12px;
    position: relative;
    right: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
  }
  #company02 dl dt a:hover:after {
    right: -5px;
  }
  #company02 dl dd ul li {
    width: 50%;
    float: left;
    margin-bottom: 15px;
  }
  #company02 dl dd ul li a {
    font-size: 1.7rem;
  }
  #company02 dl dd ul li a:hover {
    text-decoration: underline;
  }
  #company02 dl dd ul li a:after {
    content: "";
    width: 10px;
    height: 14px;
    display: inline-block;
    background: url("/common/img/icon_arrow_w.png") no-repeat;
    background-size: 9px;
    margin-left: 8px;
    position: relative;
    right: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
  }
  #company02 dl dd ul li a:hover:after {
    right: -4px;
  }
  /* -----------------------------------------------------------------------------

		  pickup

	  ----------------------------------------------------------------------------- */
  #pickup {
    height: 650px;
    background: #edf0f2 url("/img/bg_pickup.png") no-repeat center top;
    background-size: auto 100%;
  }
  #pickup .ttlBar {
    margin-top: 0px;
    position: relative;
    top: -60px;
  }
  #pickup .fixed-width {
    max-width: 1360px;
    width: 100%;
  }
  #pickup .sliderContainer {
    position: relative;
    top: -50px;
  }
  #pickup .sliderImage {
    float: right;
    max-width: 980px;
    width: 69%;
  }
  #pickup .sliderImage img {
    width: 100%;
  }
  #pickup .sliderContent {
    width: 25%;
    margin-left: 15px;
  }
  #pickup .sliderContent .textContent {
    min-height: 200px;
  }
  #pickup .sliderContent .number {
    font-size: 10rem;
    font-family: "Montserrat", "Noto Sans JP";
    font-weight: 600;
    color: #fff;
    opacity: 0.3;
    line-height: 1;
    margin-bottom: 10px;
  }
  #pickup .sliderContent .ttl {
    font-size: 2rem;
    color: #fff;
    line-height: 1.7;
  }
  #pickup .sliderContent .btn {
    width: 165px;
    margin-top: 20px;
  }
  #pickup .slick-prev {
    top: 350px;
    z-index: 1100;
  }
  #pickup .slick-next {
    top: 350px;
    left: 200px;
    right: inherit;
    z-index: 1100;
  }
  #pickup .slick-dots {
    top: 329px;
    left: 20px;
    width: 190px;
    z-index: 1000;
  }
  #pickup .total-2 .slick-dots {
    width: 165px;
  }
  #pickup .total-2 .slick-next {
    left: 175px;
  }
  #pickup .total-4 .slick-dots {
    width: 235px;
  }
  #pickup .total-4 .slick-next {
    left: 245px;
  }
  #pickup .total-5 .slick-dots {
    width: 270px;
  }
  #pickup .total-5 .slick-next {
    left: 280px;
  }
  #pickup .total-6 .slick-dots {
    width: 300px;
  }
  #pickup .total-6 .slick-next {
    left: 310px;
  }
  #pickup .total-7 .slick-dots {
    width: 330px;
  }
  #pickup .total-7 .slick-next {
    left: 340px;
  }
  /* -----------------------------------------------------------------------------

		  works

	  ----------------------------------------------------------------------------- */
  #works {
    padding: 95px 0 70px;
    background: url(/img/bg_works.jpg) no-repeat center bottom;
    background-size: cover;
  }
  #works .fixed-width {
    padding-left: 0;
    padding-right: 0;
    max-width: 1360px;
    width: 100%;
  }
  #works h2 {
    font-size: 3.4rem;
    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.2rem;
    font-weight: 300;
    display: block;
    opacity: 0.6;
    margin-top: 15px;
  }
  #works .lead {
    margin-top: 25px;
    text-align: center;
    font-size: 1.7rem;
    color: #fff;
    text-shadow: 0 0 5px #333, 0 0 10px #333;
  }
  #works .slider {
    margin-top: 50px;
  }
  #works .slide {
    background: #fff;
    margin: 0 17px;
  }
  #works .slide .innr {
    display: table;
    width: 100%;
  }
  #works .slide .tr {
    display: table-row-group;
  }
  #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: 229px;
    padding: 20px;
    display: table;
  }
  #works .slide .text .innr {
    display: table-cell;
    vertical-align: middle;
  }
  #works .slide .text p {
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.4;
  }
  #works .slide .text .tag-list {
    margin-top: 15px;
  }
  #works .slick-dots {
    bottom: -35px;
    display: none;
  }
  #works .slick-prev {
    top: inherit;
    bottom: -41px;
    left: 40%;
    z-index: 999;
  }
  #works .slick-next {
    top: inherit;
    bottom: -41px;
    right: 40%;
    z-index: 999;
  }
  #works .btn {
    width: 165px;
    margin: 55px auto 0;
  }
  /* -----------------------------------------------------------------------------

		  news

	  ----------------------------------------------------------------------------- */
  #news {
    padding: 85px 0;
    background: #edf0f2;
  }
  #news .fixed-width {
    padding-left: 0;
    padding-right: 0;
    width: 1040px;
  }
  #news .newsCol {
    width: 46%;
    position: relative;
    float: left;
  }
  .english #news .newsCol {
    width: 100%;
  }
  #news .newsCol.information {
    float: right;
  }
  #news .newsCol h2 {
    overflow: hidden;
    margin-bottom: 20px;
  }
  #news .newsCol h2 b {
    font-size: 2.8rem;
    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 {
    position: absolute;
    right: 0;
    top: -4px;
  }
  #news .newsCol .btn a {
    padding: 9px 30px;
  }
  #news .newsCol ul li {
    border-top: 1px solid #d2d5d6;
  }
  #news .newsCol ul li:first-child {
    border-top: none;
  }
  #news .newsCol ul li a {
    display: block;
    padding: 20px 0;
    position: relative;
  }
  #news .newsCol ul li a:after {
    content: "";
    width: 12px;
    height: 17px;
    display: block;
    background: url("/common/img/icon_arrow_g.png") no-repeat;
    background-size: 11px;
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -8px;
    transition: all .3s;
    -webkit-transition: all .3s;
  }
  #news .newsCol ul li a:hover:after {
    right: 5px;
  }
  #news .newsCol ul li a:hover .text {
    text-decoration: underline;
  }
  #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;
    width: 90%;
  }
  #news .information h2 {
    overflow: hidden;
    margin-bottom: 20px;
  }
  #news .information h2 b {
    font-size: 2.8rem;
    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 {
    position: absolute;
    right: 0;
    top: -4px;
  }
  #news .information .btn a {
    padding: 9px 30px;
  }
  #news .information ul li {
    border-top: 1px solid #d2d5d6;
  }
  #news .information ul li:first-child {
    border-top: none;
  }
  #news .information ul li > span {
    display: block;
    padding: 20px 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;
    width: 90%;
  }
  /* -----------------------------------------------------------------------------

		  otherContents

	  ----------------------------------------------------------------------------- */
  #otherContents {
    background: #017036 url(/img/bg_other.png) no-repeat center top;
    background-size: auto 100%;
    padding: 75px 0;
  }
  #otherContents ul {
    margin: 0 -1%;
  }
  #otherContents ul li {
    width: 23%;
    margin: 0 1%;
    float: left;
    position: relative;
    overflow: hidden;
  }
  #otherContents ul li figure img {
    width: 100%;
  }
  #otherContents ul li a:hover .text {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    bottom: 0;
  }
  #otherContents ul li .text {
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    bottom: 100px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    margin-top: -100px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #otherContents ul li .text h2 {
    font-size: 2.2rem;
    font-weight: 300;
    color: #fff;
    text-align: center;
    line-height: 1;
    height: 100px;
    padding-top: 30px;
    letter-spacing: -0.03em;
  }
  #otherContents ul li .text h2 span {
    display: block;
    font-size: 1.1rem;
    margin-top: 10px;
    font-family: "Montserrat", "Noto Sans JP";
    color: #999;
  }
  #otherContents ul li .text dl {
    color: #fff;
    padding: 0 15px;
    text-align: center;
  }
  #otherContents ul li .text dl dt {
    font-size: 1.7rem;
    margin-bottom: 7px;
  }
  #otherContents ul li .text dl dd {
    padding-bottom: 30px;
  }
  #otherContents ul li .text dl dd p {
    font-size: 1.4rem;
    font-weight: 300;
  }
  #otherContents ul li .text dl dd .btn {
    width: 140px;
    margin: 30px auto 0;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 9px 20px;
    border-radius: 30px;
    color: #01622f;
    background: #fff;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #otherContents ul li .text dl dd .btn:hover {
    background: #01622f;
    color: #fff;
  }
}

@media print and (min-width: 1180px), screen and (min-width: 1181px) and (min-width: 1180px) {
  #otherContents ul li:last-child .text h2 {
    font-size: 2rem;
    letter-spacing: -0.09em;
    white-space: nowrap;
  }
}

@media print, screen and (min-width: 1181px) {
  /* -----------------------------------------------------------------------------

		  bnrArea

	  ----------------------------------------------------------------------------- */
  #bnrArea {
    background: #edf0f2;
    padding: 85px 0 105px;
    overflow: hidden;
  }
  #bnrArea .slider {
    width: 1040px;
    margin: 0 auto;
    position: relative;
  }
  #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 img {
    width: 100%;
  }
  #bnrArea .slider .sliderContainer {
    margin: 0 -13px;
  }
  #bnrArea .slider .slide {
    margin: 0 13px;
  }
  #bnrArea .slider .slick-prev, #bnrArea .slider .slick-next {
    top: 67%;
    z-index: 20;
  }
  #bnrArea .slider .slick-prev {
    left: -30px;
  }
  #bnrArea .slider .slick-next {
    right: -30px;
  }
  #bnrArea .slider .slick-dots {
    display: none !important;
  }
}

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

	トップページMV幅調整

----------------------------------------------------------------------------- */
@media print, screen and (min-width: 1181px) {
  #mv {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
  }
}

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

	画面幅　表示調整

----------------------------------------------------------------------------- */
@media print, screen and (min-width: 751px) and (max-width: 1400px) {
  #mv .slide {
    height: 540px;
  }
  #mv h1 {
    left: 30px;
  }
}

@media print, screen and (min-width: 751px) and (max-width: 1181px) {
  #mv .slideImage.pc {
    display: block !important;
  }
  #mv .slideImage.sp {
    display: none;
  }
}
