@charset "utf-8";

  .p-title {
    font-family: 'Noto Serif JP', serif;
    font-size: 23px;
    letter-spacing: .05em;
    }
@media (min-width: 768px) {
  .p-title {
    font-size: 33px;
    }
}


/* =====================================================================

	Hero
	
======================================================================== */
  .p-hero {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    }
@media (max-width: 768.98px) {
  .p-hero {
    background-image: url("../img/home/img_hero-sp.jpg");
    height: 0;
    padding-top: 60px;
    padding-bottom: 83.47826%;
    background-position: center 50%;
    }
  .p-hero-catchphrase {
    display: none;
    }
}
@media (min-width: 769px) {
  .p-hero {
    background-image: url("../img/home/img_hero-pc.jpg");
    background-position: center bottom;
    height: 620px;
    }
  .p-hero-catchphrase .c-hero-logo {
    width: 424px;
    margin-bottom: 0.6rem;
    opacity: 0;
		animation: fadeIn 3s ease 0.3s 1 forwards;
		-webkit-animation: fadeIn 3s ease 0.3s 1 forwards;
    }
  .p-hero-catchphrase h2 {
    font-size: 17px;
    opacity: 0;
		animation: fadeIn 3s ease 1.5s 1 forwards;
		-webkit-animation: fadeIn 3s ease 1.5s 1 forwards;
    }
  .p-hero-catchphrase h2 span {
    display: block;
    padding-top: 2rem;
    }
}


/* =====================================================================

	l-lineup
	
======================================================================== */
  .l-lineup {
    padding-top: 50px;
    padding-bottom: 60px;
    background-image: url("../img/home/bg_hero.png"), url("../img/common/bg_pattern01.png");
    background-size: 100% 12px, auto;
    background-repeat: no-repeat, repeat;
    background-position: center top, left top;
    }
@media (min-width: 992px) {
  .l-lineup {
    padding-top: 60px;
    padding-bottom: 100px;
    }
}

  /* p-lineup-item */
  .p-lineup-item {
    border: solid 1px #E6E6E6;
    background-color: #FFFFFF;
    padding: 0.8rem;
    box-shadow: 5px 5px 0px 0px #e6211b;
    -webkit-box-shadow: 5px 5px 0px 0px #e6211b;
    -moz-box-shadow: 5px 5px 0px 0px #e6211b;
    -o-box-shadow: 5px 5px 0px 0px #e6211b;
    -ms-box-shadow: 5px 5px 0px 0px #e6211b;
    /*width: 47%;*/
    width: 100%;
    margin-top: 70px;
    }
  .p-lineup-image {
    background-image: url("../img/common/illust_shadow.png");
    background-size: 97.5px 40px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 1em;
    text-align: center;
    padding-bottom: 0px;
    }
    .p-lineup-image img {
      width: 180px;
      position: relative;
      top: -50px;
      }
  .p-lineup-title {
    font-size: 110%;
    text-align: center;
    margin-top: -30px;
    }
  .p-lineup-hr {
    border-color: #E6211B;
    border-width: 4px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    }
  .p-lineup-text {
    font-size: 80%;
    line-height: 1.7;
    }
@media (min-width: 768px) {
  .p-lineup-item {
    width: calc( calc(100%/3) - 2%);
    }
}
@media (min-width: 992px) {
  .p-lineup {
    margin-top: 50px;
    }
  /*.p-lineup-item {
    width: 23%;
    }*/
  .p-lineup-image img {
    top: -65px;
    }
  .p-lineup-title {
    margin-top: -40px;
    }
  /*hover*/
  .p-lineup-title,
  .p-lineup-hr,
  .p-lineup-image img {
		-webkit-transition: all .3s ease-in-out;
			 -moz-transition: all .3s ease-in-out;
				 -o-transition: all .3s ease-in-out;
				-ms-transition: all .3s ease-in-out;
						transition: all .3s ease-in-out;
    }
  .p-lineup-item:hover .p-lineup-title {
    color: #E6211B;
    }
  .p-lineup-item:hover .p-lineup-image img {
     top: -70px;
    }
  .p-lineup-item:hover .p-lineup-hr {
    width: 70px;
    }
}


/* =====================================================================

	index-compasso
	
======================================================================== */
  .compasso-image {
    background-image: url("../img/home/img_compasso02.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    }
  .compasso-contents {
    background-image: url("../img/home/bg_compasso02.jpg");
    background-size: cover;
    background-position: left top;
    }
  .strengths-image {
    background-image: url("../img/home/img_strengths.jpg");
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    }
  .strengths-contents {
    background-image: url("../img/home/bg_strengths.jpg");
    background-size: cover;
    background-position: left top;
    }

  .index-contentsBox {
    color: #FFFFFF;
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
    }
  .p-contensBox-title {
    border-bottom: solid 1px #FFFFFF;
    display: inline-block;
    }
@media (min-width: 768px) {
  .index-contentsBox {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
    }
  .p-contensBox-title .p-copy {
    font-size: 16px;
    }
}
@media (min-width: 1200px) {
  .index-contentsBox {
    padding-left: 100px;
    padding-right: 100px;
    }
}


/* =====================================================================

	index-information
	
======================================================================== */
  .index-information {
    background-color: #E6211B;
    position: relative;
    background-image: url("../img/home/bg_information_right.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 130%;
    }
  .index-information .btn-outline-white {
    background-color: #E6211B;
    }
@media (max-width: 768px) {
	.index-information {
    padding-top: 50px;
		padding-bottom: 50px;
		}
	.c-information-item--list {
		padding: 2.4rem 1.6rem;
		}
}
@media (min-width: 769px) {
	.index-information {
    padding-top: 70px;
		padding-bottom: 70px;
		}
	.c-information-item--list {
    padding: 50px;
		}
	.c-information-item--list .c-news dd a:hover {
    text-decoration: underline;
    opacity: 0.7;
		}
}
@media (min-width: 1200px) {
  .index-information {
    background-image: none;
    }
	.c-information-item--list {
    position: relative;
    z-index: 2;
		}
  .index-information::before {
    content: '';
    display: inline-block;
    background-image: url( "../img/home/bg_information_left.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 503px;
    height: 616px;
    position: absolute;
    top: -25px;
    left: 0;
    }
  .index-information::after {
    content: '';
    display: inline-block;
    background-image: url( "../img/home/bg_information_right.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 499px;
    height: 616px;
    position: absolute;
    top: -25px;
    right: 0;
    }
}


/* =====================================================================

	index-recruit
	
======================================================================== */
  .index-recruit {
    padding-top: 50px;
    padding-bottom: 50px;
    }
  .index-recruit .btn-outline-black {
    background-color: rgba(255,255,255,0.7);
    }
@media (min-width: 768px) {
  .p-recruit-target {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    }
}
@media (min-width: 992px) {
  .index-recruit {
    padding-top: 120px;
    padding-bottom: 70px;
    background-image: url("../img/home/img_recruit-pc.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 848px;
    }
}



/* =====================================================================

	index-tkblog
	
======================================================================== */
  .index-tkblog {
    padding-top: 50px;
    padding-bottom: 50px;
    }
  .index-tkblog .p-title {
    padding-bottom: 1.5rem;
    border-bottom: solid 1px #000000;
    }
@media (min-width: 992px) {
  .index-tkblog {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}