<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*====================================================================================
■00.Object
 ├ _00_1 layout
 ├ _00_2 animation
 └ _00_3 OverLayerConfig
■01.page-index

====================================================================================*/
/*====================================================================================
■00.Object
====================================================================================*/
/* _00_1 layout
-------------------------------------------------------------------- */
/* _00_2 animation
-------------------------------------------------------------------- */
/* _00_3 OverLayerConfig
-------------------------------------------------------------------- */
/*====================================================================================
■01.page-index
====================================================================================*/
/* ---------------------------------------------------------------------------------------------------------
content_Layout

_00. common
_01. mainImg
_02. hoge
_03. news
_0*. ***
 ├ _0*_* ***
 ├ _0*_* ***
 └ _0*_* ***

 */
/* -----------------------------------------------------------------------------------
_00. common
----------------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------------
_01. mainImg
----------------------------------------------------------------------------------- */
.mainImgWrap {
  position: relative;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}

.mainImg {
  overflow: hidden;
  width: 100%;
  height: 42vh;
  position: relative;
  background: #f3f3f3;
}

/*[class*="mainImg__img"] {
  width: 100%;
  display: none;
}*/

.mainImg__img--320 {
	display: block;
}
/*@include media(ss) {
	.mainImg__img--320 {
		display: none;
	}
	.mainImg__img--375 {
		display: block;
	}
}*/
@media (min-width: 414px) {
	.mainImg__img--375 {
		display: none;
	}
	.mainImg__img--414 {
		display: block;
	}
  .mainImg {
  overflow: hidden;
  width: 100%;
  height: 300px;
  position: relative;
  background: #f3f3f3;
  }
}
/*@include media(md) {
  .mainImg__img--414 {
		display: none;
	}
	.mainImg__img--768 {
		display: block;
	}
}*/

.mainImg {
    background: url(../images/mainImg--768.png) no-repeat center center;
    background-size: cover;
    /*height: 512px;*/
  }
@media (min-width: 1025px) {
  .mainImgWrap {
    margin-bottom: 60px;
  }
  .mainImg__img--768 {
    display: none;
  }
  .mainImg {
    background: url(../images/mainImg--1025.png) no-repeat center center;
    background-size: cover;
    height: 512px;
  }
}
.mainTxt{
  width: 1000px;
  margin: 0 auto;
}
.mainTxt .inner{
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  line-height: 1;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: center;
/*  max-width: 858px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;*/

  background-color: rgba(255,255,255,0.5);
  border: solid 4px rgba(255,255,255,0.3);
  height: 60%;
  width: 80%;
  margin: auto;
  text-align: center;
}

/*.mainTxt__lg {
  position: relative;
  letter-spacing: 4px;
  line-height: 1.2;
  font-size: 3.4rem;
}

.mainTxt__lg2 {
  position: relative;
  letter-spacing: 4px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 2.4rem;
  color: #009f6e;
}

.mainTxt__sm {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 1.6rem;
  margin: 0;
  line-height: 1.5;

  border-bottom: solid 1px #009f6e;
  padding: 5px;
  margin-bottom: 1.5%;
}*/
  .mainTxt__sm {
    font-size: 2rem;
    line-height: 1;
    border-bottom: solid 1px #009f6e;
    padding: 5px;
    margin-bottom: 1.5%;
  }
  .mainTxt__lg2 {
  letter-spacing: 4px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 2.4rem;
  color: #009f6e;
  }
  .mainTxt__lg {
    font-size: 3.5rem;
    line-height: 1;
    font-family: "游明朝","serif"!important;
    font-weight: bold;
  }
  .mainTxt .inner{
  height: 70%;
  width: 80%;
  }

@media (min-width: 1025px) {
  .mainTxt__sm {
    font-size: 3rem;
    line-height: 1;
    border-bottom: solid 1px #009f6e;
    padding: 5px;
    margin-bottom: 1.5%;
  }
  .mainTxt__lg {
    font-size: 8rem;
    line-height: 1;
    font-family: "游明朝","serif"!important;
    font-weight: bold;
  }

  .mainTxt .inner{
  height: 70%;
  width: 60%;
  }
}

/* -----------------------------------------------------------------------------------
_02. lead
----------------------------------------------------------------------------------- */
#lead .lead_ttl{
  background-image: url(../images/lead_ttl_BG.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 10px;
}
#lead .lead_ttl--txt{
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: top center;
  font-size: 3.5rem;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #lead .lead_ttl--txt{
    font-size: 7vw;
  }
}
@media (max-width: 320px) {
  #lead .lead_ttl--txt{
    font-size: 6vw;
  }
}
/**/
#lead .scale {
/*    width: 400px;
    height: 300px;*/
    overflow: hidden;
}
#lead .scale .crd02__img {
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
}
#lead .scale .crd02__img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#lead .crd02__ttl{margin-bottom: 0!important;}
#lead .crd02__lnk{line-height: 1.3em;}
@media (max-width: 375px) {
  #lead .crd02__lnk .ex {
    display: none;
  }
}

/* -----------------------------------------------------------------------------------
_03. lead02
----------------------------------------------------------------------------------- */
#lead02 .ledeWrap{
    background-image: url(../images/lead02_BG--1025.png); 
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 60px;
}


@media (max-width: 890px) {
  #lead02 .ledeWrap{
    background-position: top left 45%;
  }
}
#lead02 .ledeWrap .catch01{
  color: #fff;
  font-weight: bold;
  font-size: 6rem;
  text-shadow: 0px 0px 5px #000000;
  padding-bottom: 2%;
  padding-left: 40%;
  padding-top: 4%;
}
#lead02 .ledeWrap .catch01 .catch02{
  font-size: 10rem;
}
@media (max-width: 890px) {
  #lead02 .ledeWrap .catch01{
  font-size: 8vw;
  }
}
#lead02 .lead02_catch03{
  background-color: rgba(255,255,255,0.5);
  box-shadow: 0px 0px 5px rgba(000,000,000,0.3);
  padding: 5% 2% 2%;
}
#lead02 .catch03--1{
  font-size: 4rem;
  font-weight: bold;
  width: 100%;
  line-height: 3rem;
  padding-bottom: 2%;
}

#lead02 .catch03--2{
  display: flex;
  width: 90%;
  margin: 0 auto;
}
#lead02 .catch03--2--items{
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  background: rgb(0,86,61);
  background: linear-gradient(180deg, rgba(0,86,61,1) 31%, rgba(0,60,44,1) 67%, rgba(0,50,37,1) 100%);
  margin:0 1%;
  transform:skewX(-30deg);
  width: calc(100%/3);
}
#lead02 .catch03--2--items:nth-child(1),
#lead02 .catch03--2--items:nth-child(2){
  padding-top: .8em;
}
#lead02 .catch03--2--items p{
  transform:skewX(30deg);
  font-size: 4rem;
  padding: 5%;

      line-height: 4rem;
}

@media (max-width: 890px) {
  #lead02 .catch03--1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  #lead02 .catch03--2--items p{
    font-size: 2.5vw;
        line-height: 2vh;
  }
  #lead02 .catch03--2--items:nth-child(1),
  #lead02 .catch03--2--items:nth-child(2){
    padding-top: .7vh;
  }
}

#lead02 .catch03--3{
  padding: 2%;
}



/* -----------------------------------------------------------------------------------
_04. parts
----------------------------------------------------------------------------------- */

#parts .parts_ttl {
background-image: url(../images/parts_ttl_BG.png);
background-position: top center;
background-repeat: no-repeat;
display: flex;
padding: 60px 0 20px;
margin-bottom: 10px;
}

#parts .l-container {
  width: 1030px;
}

@media (max-width: 890px) {
  #parts .parts_ttl {
  background-size: cover;
  background-position: right 52% top 0;
  padding: 40px 0 20px;
  }
}
#parts .parts_txt01 {
float: left;
text-align: left;
font-size: 2.5rem;
}
#parts .parts_txt01 .bolder{
  font-weight: bold;
  font-size: 6rem;
}
@media (max-width: 890px) {
  #parts .parts_txt01 {
  font-size: 3vw;
  }
  #parts .parts_txt01 .bolder{
  font-weight: bold;
  font-size: 6vw;
  }
}

#parts .parts_txt02 {
float: left;
text-align: left;
font-size: 3rem;
line-height: 3.5rem;
color: #fff;
padding-left: 20%;
font-weight: bold;
text-shadow:2px 2px 3px #000000;
}
@media (max-width: 890px) {
  #parts .parts_txt02{
  font-size: 2.5vw;
  line-height: inherit;
  }
}

#parts .l-container--parts{
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    position: relative;
    padding: 0 10px;
}

#parts a.crd {
    height: 100%;
}
@media (max-width: 890px) {
  #parts a.crd {
      height: 100%;
      padding-bottom: 15px;
  }
}
#parts .crd__content{
    margin-top: -155px;
    z-index: 1;
    text-align: center;
}
 #parts .crd__img {
  height: 233px;
  background-size: cover;
  }
@media (min-width: 768px) {
 #parts .crd__img {
  background-size: cover;
  }
}

#parts .item_ttl_sub{
    background-color: #009f6e;
    color: #fff;
    font-size: .8rem;
}
#parts .item__name{
  font-weight: bold;
  font-size: 2rem;
}


/* -----------------------------------------------------------------------------------
_07. ----
----------------------------------------------------------------------------------- */


</pre></body></html>