@charset "UTF-8";

/*helo-area*/
.index-hero {
	height: 800px!important;
	padding: 120px 25px 0;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	border-bottom: 3px solid;
	border-bottom-color: var(--maincolor);
	background-image: url(../../index-img/index-hero01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.index-hero-inner {
    width:1080px;
    max-width:100%;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1.00);
}
.index-hero-inner h2 {
  font-size: 11rem;
    text-align: left;
    line-height: 0.8;
    color:#fff;
    margin: 30px 0;
}
.index-hero-inner h2 strong {
    color:var(--maincolor-bk);
}
.index-hero-inner h3 {
  font-size: 3rem;
    text-align: left;
    margin: 35px 0;
    color:#fff;
}
.index-hero-inner h4 {
  font-size: 6rem;
    line-height: 1.2;
    text-align: left;
    color:#fff;
    margin: 35px 0;
}
/*===================================helo-area*/
/*ULGO2.0*/
.ulgo2 {
    width: auto;
}
.ulgo2-catch {
    line-height: 1.2;
    margin-bottom: 40px;
}
.ulgo2-catch h2 {
    font-size: 8rem;
    margin-bottom: 30px;
}
.ulgo2-catch-top {
    font-size: 6rem;
    line-height: 1.2;
    font-weight: bold;
}
.ulgo2-catch h2 strong {
    color: var(--maincolor);
}
.ulgo2-catch p {
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.8;
    margin-bottom: 30px;
}
.ulgo2-catch p strong {
    color: var(--maincolor);
}
.ulgo2 img {
    margin-bottom: 80px;
}
.ulgo2-title {
    margin-bottom: 100px;
}
.ulgo2-title h2 {
    font-size: 10rem;
    font-weight: bold;
    color: var(--maincolor);
    text-align: center;
    border-bottom: 2px solid #CDCDCD;
}
.ulgo2-title h3 {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}
.ulgo2-column {
    margin-bottom: 80px;
}
.ulgo2-column-subtitle {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--maincolor);
    text-align: center;
    margin-bottom:10px;
}
.ulgo2-column-subtitle strong {
    font-size: 2.6rem;
}
.ulgo2-column h2 {
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    position: relative;
    margin: 0 auto 70px auto;
    padding:5px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.ulgo2-column h2:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 40px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color:  var(--maincolor);
  border-radius: 2px;
}
.ulgo2-column-txtarea {
    display: flex;
    justify-content: space-between;
}
.ulgo2-column-txtarea p {
    width:70%;
}
.ulgo2-column-txtarea .imgbox {
    width:calc(30% - 30px);
}
.ulgo2-lastmessege {
    padding-left:10px;
}
.ulgo2-lastmessege p {
   font-size:3.6rem;
    font-weight:bold;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 30px;
}
.ulgo2-lastmessege p strong {
   font-size:6rem;
    color:  var(--maincolor);
     padding-left:0px;
}
.ulgo2-lastmessege p:last-child {
    margin-bottom:0;
}
.messege-column01 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.messege-column02 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media (max-width:559px){
    /*helo-area*/
.index-hero {
    height: 500px!important;
    padding: 95px 15px 0;
    align-items: center;
    border-bottom: 3px solid;
    border-bottom-color: var(--maincolor);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.index-hero h2 {
  font-size: 3.2rem;
  line-height: 1.3;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1.00);
}
.index-hero-inner h2 {
  font-size: 5rem;
    text-align: left;
  line-height:1;
}
.index-hero-inner h2 small {
  font-size: 3rem;
  position: relative;
  top: -10px;
}
.index-hero-inner h2 strong {
  font-size:5rem;
    color:var(--maincolor);
  position: relative;
  line-height:1;
}
.index-hero-inner h3 {
  font-size: 2rem;
    text-align: left;
    margin: 30px 0;
    color:#fff;
  line-height:1;
}
.index-hero-inner h4 {
  font-size: 3rem;
    margin: 10px 0;
}
/*===================================helo-area*/
    /*ULGO2.0*/
.ulgo2 {
    width: auto;
}
.ulgo2-catch {
    line-height: 1.2;
    margin-bottom: 30px;
}
.ulgo2-catch h2 {
    font-size: 3.6rem;
    margin-bottom: 20px;
}
.ulgo2-catch-top {
    font-size: 2.8rem;
    margin-bottom: 0px;
}
.ulgo2-catch h2 strong {
    color: var(--maincolor);
}
.ulgo2-catch p {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 30px;
}
.ulgo2 img {
    margin-bottom: 40px;
}
.ulgo2-title {
    margin-bottom: 20px;
}
.ulgo2-title h2 {
    font-size: 3.4rem;
    border-bottom-width: 2px;
}
.ulgo2-title h3 {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    line-height: 1.4;
}
.ulgo2-column {
    margin-bottom: 40px;
}
.ulgo2-column-subtitle {
    font-size: 1.4rem;
    margin-bottom:0;
}
.ulgo2-column-subtitle strong {
    font-size: 2rem;
}
.ulgo2-column h2 {
    font-size: 2rem;
    line-height: 1.4;
    margin: 0 auto 40px auto;
    padding:5px 0;
}
.ulgo2-column h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  height: 3px;
}
.ulgo2-column-txtarea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}
.ulgo2-column-txtarea p {
    width:100%;
    margin-bottom: 15px
}
.ulgo2-column-txtarea .imgbox {
    width:100%;
}
.ulgo2-lastmessege {
    padding-left:10px;
}
.ulgo2-lastmessege p {
   font-size:1.8rem;
    font-weight:bold;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 20px;
}
.ulgo2-lastmessege p strong {
   font-size:2.3rem;
    line-height: 1.2;
    color:  var(--maincolor);
}
}
